/** For Extra Small Screen / Phone **/
/** For Small Screen / Tablet **/
/** For Medium Screen / Desktop **/
/** For Large Screen / Wide Desktop **/
/** For Extra Large Screen / Fullhd Desktop **/
/** For Screen Max **/
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #F4F4F4;
  color: #374044; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 14px;
  margin: 0;
  text-align: left;
  white-space: pre-line; }

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 14px;
  text-align: left;
  white-space: pre-line;
  padding: 0 !important;
  margin: 0; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  border-style: none;
  text-indent: -9999px; }

button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

textarea {
  resize: none; }

button,
input {
  /* 1 */
  overflow: visible; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.travlr-ui .t-ajax-full-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center; }
  .travlr-ui .t-ajax-full-loader.active {
    opacity: 1;
    visibility: visible; }
  .travlr-ui .t-ajax-full-loader .t-icon {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

.travlr-ui .t-ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center; }
  .travlr-ui .t-ajax-loader.active {
    opacity: 1;
    visibility: visible; }
  .travlr-ui .t-ajax-loader .t-icon {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

@keyframes loop {
  0% {
    width: 0%;
    transform: translateX(0%); }
  7% {
    width: 10%;
    transform: translateX(0%); }
  40% {
    width: 60%; }
  50% {
    transform: translateX(85%); }
  75% {
    width: 100%; }
  100% {
    transform: translateX(100%); } }

.travlr-ui .t-ajax-search-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center; }
  .travlr-ui .t-ajax-search-loader.active {
    opacity: 1;
    visibility: visible; }
  .travlr-ui .t-ajax-search-loader-logo {
    max-width: 180px; }
  .travlr-ui .t-ajax-search-loader-content {
    max-width: 450px;
    background-color: white;
    padding: 24px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-ajax-search-loader-content {
        max-width: calc(100% - 32px); } }
  .travlr-ui .t-ajax-search-loader-line-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(45, 204, 211, 0.7);
    width: 100%;
    height: 4px; }
  .travlr-ui .t-ajax-search-loader-line {
    background-color: #2DCCD3;
    height: 4px;
    animation: 1.7s infinite loop cubic-bezier(0.42, 0, 0.58, 1); }

.travlr-ui .t-inner-html > h1, .travlr-ui .t-inner-html > h2, .travlr-ui .t-inner-html > h3, .travlr-ui .t-inner-html > h4, .travlr-ui .t-inner-html > h5, .travlr-ui .t-inner-html > h6 {
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin: 12px 0; }

.travlr-ui .t-inner-html > h1 {
  font-size: 32px;
  line-height: 36px; }

.travlr-ui .t-inner-html > h2 {
  font-size: 28px;
  line-height: 32px; }

.travlr-ui .t-inner-html > h3 {
  font-size: 24px;
  line-height: 28px; }

.travlr-ui .t-inner-html > h4 {
  font-size: 20px;
  line-height: 24px; }

.travlr-ui .t-inner-html > h5 {
  font-size: 16px;
  line-height: 20px; }

.travlr-ui .t-inner-html > h6 {
  font-size: 14px;
  line-height: 18px;
  color: #6BA4B8; }

.travlr-ui .t-inner-html > ul {
  list-style-position: inside;
  list-style: disc;
  padding-left: 32px; }
  .travlr-ui .t-inner-html > ul li {
    font-size: 14px;
    line-height: 2.2;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal; }
    .travlr-ui .t-inner-html > ul li > span,
    .travlr-ui .t-inner-html > ul li p,
    .travlr-ui .t-inner-html > ul li div,
    .travlr-ui .t-inner-html > ul li a {
      font-size: 14px;
      line-height: 20px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal; }

.travlr-ui .t-error {
  min-height: calc(100vh - 64px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .travlr-ui .t-error-heading {
    font-size: 64px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal; }
  @media screen and (min-width: 768px) and (max-width: 1024px), print {
    .travlr-ui .t-error .t-heading-1 {
      font-size: 20px;
      line-height: 1.4; } }
  .travlr-ui .t-error-content {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 16px;
    z-index: 2; }
  .travlr-ui .t-error-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0; }
  .travlr-ui .t-error-text {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal; }

.travlr-ui .t-has-background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }

.travlr-ui .t-no-border {
  border: 0 !important; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-no-mobile-border {
    border: 0 !important; } }

.travlr-ui .t-border {
  border: 1px solid #DDDDDD; }
  .travlr-ui .t-border-left {
    border-left: 1px solid #DDDDDD; }
  .travlr-ui .t-border-right {
    border-right: 1px solid #DDDDDD; }

.travlr-ui .t-border-radius {
  border-radius: 4px; }

.travlr-ui .t-no-border-radius-top-left {
  border-top-left-radius: 0 !important; }

.travlr-ui .t-no-border-radius-top-right {
  border-top-right-radius: 0 !important; }

.travlr-ui .t-no-border-radius-bottom-left {
  border-bottom-left-radius: 0 !important; }

.travlr-ui .t-no-border-radius-bottom-right {
  border-bottom-right-radius: 0 !important; }

.travlr-ui .t-no-border-radius {
  border-radius: 0 !important; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-no-mobile-border-radius {
    border-radius: 0 !important; } }

.travlr-ui .t-primary-box-shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-primary-box-shadow-mobile {
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); } }

.travlr-ui .t-main-content {
  margin-top: 64px;
  min-height: calc(100vh - 128px);
  position: relative;
  display: block; }

.travlr-ui .t-color-primary {
  color: #2DCCD3; }
  .travlr-ui .t-color-primary-light {
    color: #57DBE1; }
  .travlr-ui .t-color-primary-dark {
    color: #1EB8BF; }
  .travlr-ui .t-color-primary-hover:hover {
    color: #2DCCD3; }
  .travlr-ui .t-color-primary-hover-light {
    color: #57DBE1; }
  .travlr-ui .t-color-primary-hover-dark {
    color: #1EB8BF; }

.travlr-ui .t-color-secondary {
  color: #6BA4B8; }
  .travlr-ui .t-color-secondary-light {
    color: #81B9CD; }
  .travlr-ui .t-color-secondary-dark {
    color: #5D96AA; }
  .travlr-ui .t-color-secondary-hover {
    color: #6BA4B8; }
    .travlr-ui .t-color-secondary-hover-light {
      color: #81B9CD; }
    .travlr-ui .t-color-secondary-hover-dark {
      color: #5D96AA; }

.travlr-ui .t-color-tertiary {
  color: #006272; }
  .travlr-ui .t-color-tertiary-light {
    color: #047486; }
  .travlr-ui .t-color-tertiary-dark {
    color: #015360; }
  .travlr-ui .t-color-tertiary-hover {
    color: #006272; }
    .travlr-ui .t-color-tertiary-hover-light {
      color: #047486; }
    .travlr-ui .t-color-tertiary-hover-dark {
      color: #015360; }

.travlr-ui .t-color-white {
  color: #FFFFFF; }

.travlr-ui .t-color-grey-lightest {
  color: #F4F4F4; }

.travlr-ui .t-color-grey-lighter {
  color: #DDDDDD; }

.travlr-ui .t-color-grey-light {
  color: #CCCCCC; }

.travlr-ui .t-color-grey-med {
  color: #B6B9BB; }

.travlr-ui .t-color-grey-dark {
  color: #8E9497; }

.travlr-ui .t-color-grey-darker {
  color: #666C6F; }

.travlr-ui .t-color-grey-darkest {
  color: #374044; }

.travlr-ui .t-color-black {
  color: #000000; }

.travlr-ui .t-color-danger {
  color: #F45252; }

.travlr-ui .t-color-warning {
  color: #F9C80E; }

.travlr-ui .t-color-success {
  color: #78CC4E; }

.travlr-ui .t-cursor-auto {
  cursor: auto !important; }

.travlr-ui .t-cursor-crosshair {
  cursor: crosshair !important; }

.travlr-ui .t-cursor-default {
  cursor: default !important; }

.travlr-ui .t-cursor-grab {
  cursor: grab !important; }

.travlr-ui .t-cursor-help {
  cursor: help !important; }

.travlr-ui .t-cursor-none {
  cursor: none !important; }

.travlr-ui .t-cursor-pointer {
  cursor: pointer !important; }

.travlr-ui .t-cursor-text {
  cursor: text !important; }

.travlr-ui .t-cursor-zoom-in {
  cursor: zoom-in !important; }

.travlr-ui .t-cursor-zoom-out {
  cursor: zoom-out !important; }

.travlr-ui .t-invisible {
  visibility: hidden !important; }

.travlr-ui .t-background-primary {
  background-color: #2DCCD3; }
  .travlr-ui .t-background-primary-light {
    background-color: #57DBE1; }
  .travlr-ui .t-background-primary-dark {
    background-color: #1EB8BF; }
  .travlr-ui .t-background-primary-hover {
    background-color: #2DCCD3; }
    .travlr-ui .t-background-primary-hover-light {
      background-color: #57DBE1; }
    .travlr-ui .t-background-primary-hover-dark {
      background-color: #1EB8BF; }

.travlr-ui .t-background-secondary {
  background-color: #6BA4B8; }
  .travlr-ui .t-background-secondary-light {
    background-color: #81B9CD; }
  .travlr-ui .t-background-secondary-dark {
    background-color: #5D96AA; }
  .travlr-ui .t-background-secondary-hover {
    background-color: #6BA4B8; }
    .travlr-ui .t-background-secondary-hover-light {
      background-color: #81B9CD; }
    .travlr-ui .t-background-secondary-hover-dark {
      background-color: #5D96AA; }

.travlr-ui .t-background-tertiary {
  background-color: #006272; }
  .travlr-ui .t-background-tertiary-light {
    background-color: #047486; }
  .travlr-ui .t-background-tertiary-dark {
    background-color: #015360; }
  .travlr-ui .t-background-tertiary-hover {
    background-color: #006272; }
    .travlr-ui .t-background-tertiary-hover-light {
      background-color: #047486; }
    .travlr-ui .t-background-tertiary-hover-dark {
      background-color: #015360; }

.travlr-ui .t-background-white {
  background-color: #FFFFFF; }

.travlr-ui .t-background-grey-lightest {
  background-color: #F4F4F4; }

.travlr-ui .t-background-grey-lighter {
  background-color: #DDDDDD; }

.travlr-ui .t-background-grey-light {
  background-color: #CCCCCC; }

.travlr-ui .t-background-grey-med {
  background-color: #B6B9BB; }

.travlr-ui .t-background-grey-dark {
  background-color: #8E9497; }

.travlr-ui .t-background-grey-darker {
  background-color: #666C6F; }

.travlr-ui .t-background-grey-darkest {
  background-color: #374044; }

.travlr-ui .t-background-black {
  background-color: #000000; }

.travlr-ui .t-background-danger {
  background-color: #F45252; }

.travlr-ui .t-background-warning {
  background-color: #F9C80E; }

.travlr-ui .t-background-success {
  background-color: #78CC4E; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-background-mobile-primary {
    background-color: #2DCCD3; }
    .travlr-ui .t-background-mobile-primary-light {
      background-color: #57DBE1; }
    .travlr-ui .t-background-mobile-primary-dark {
      background-color: #1EB8BF; }
    .travlr-ui .t-background-mobile-primary-hover {
      background-color: #2DCCD3; }
      .travlr-ui .t-background-mobile-primary-hover-light {
        background-color: #57DBE1; }
      .travlr-ui .t-background-mobile-primary-hover-dark {
        background-color: #1EB8BF; }
  .travlr-ui .t-background-mobile-secondary {
    background-color: #6BA4B8; }
    .travlr-ui .t-background-mobile-secondary-light {
      background-color: #81B9CD; }
    .travlr-ui .t-background-mobile-secondary-dark {
      background-color: #5D96AA; }
    .travlr-ui .t-background-mobile-secondary-hover {
      background-color: #6BA4B8; }
      .travlr-ui .t-background-mobile-secondary-hover-light {
        background-color: #81B9CD; }
      .travlr-ui .t-background-mobile-secondary-hover-dark {
        background-color: #5D96AA; }
  .travlr-ui .t-background-mobile-tertiary {
    background-color: #006272; }
    .travlr-ui .t-background-mobile-tertiary-light {
      background-color: #047486; }
    .travlr-ui .t-background-mobile-tertiary-dark {
      background-color: #015360; }
    .travlr-ui .t-background-mobile-tertiary-hover {
      background-color: #006272; }
      .travlr-ui .t-background-mobile-tertiary-hover-light {
        background-color: #047486; }
      .travlr-ui .t-background-mobile-tertiary-hover-dark {
        background-color: #015360; }
  .travlr-ui .t-background-mobile-white {
    background-color: #FFFFFF; }
  .travlr-ui .t-background-mobile-grey-lightest {
    background-color: #F4F4F4; }
  .travlr-ui .t-background-mobile-grey-lighter {
    background-color: #DDDDDD; }
  .travlr-ui .t-background-mobile-grey-light {
    background-color: #CCCCCC; }
  .travlr-ui .t-background-mobile-grey-med {
    background-color: #B6B9BB; }
  .travlr-ui .t-background-mobile-grey-dark {
    background-color: #8E9497; }
  .travlr-ui .t-background-mobile-grey-darker {
    background-color: #666C6F; }
  .travlr-ui .t-background-mobile-grey-darkest {
    background-color: #374044; }
  .travlr-ui .t-background-mobile-black {
    background-color: #000000; }
  .travlr-ui .t-background-mobile-danger {
    background-color: #F45252; }
  .travlr-ui .t-background-mobile-warning {
    background-color: #F9C80E; }
  .travlr-ui .t-background-mobile-danger {
    background-color: #F45252; } }

@media screen and (max-width: 480px) {
  .travlr-ui .t-background-mobile-primary {
    background-color: #2DCCD3; }
    .travlr-ui .t-background-mobile-primary-light {
      background-color: #57DBE1; }
    .travlr-ui .t-background-mobile-primary-dark {
      background-color: #1EB8BF; }
    .travlr-ui .t-background-mobile-primary-hover {
      background-color: #2DCCD3; }
      .travlr-ui .t-background-mobile-primary-hover-light {
        background-color: #57DBE1; }
      .travlr-ui .t-background-mobile-primary-hover-dark {
        background-color: #1EB8BF; }
  .travlr-ui .t-background-mobile-secondary {
    background-color: #6BA4B8; }
    .travlr-ui .t-background-mobile-secondary-light {
      background-color: #81B9CD; }
    .travlr-ui .t-background-mobile-secondary-dark {
      background-color: #5D96AA; }
    .travlr-ui .t-background-mobile-secondary-hover {
      background-color: #6BA4B8; }
      .travlr-ui .t-background-mobile-secondary-hover-light {
        background-color: #81B9CD; }
      .travlr-ui .t-background-mobile-secondary-hover-dark {
        background-color: #5D96AA; }
  .travlr-ui .t-background-mobile-tertiary {
    background-color: #006272; }
    .travlr-ui .t-background-mobile-tertiary-light {
      background-color: #047486; }
    .travlr-ui .t-background-mobile-tertiary-dark {
      background-color: #015360; }
    .travlr-ui .t-background-mobile-tertiary-hover {
      background-color: #006272; }
      .travlr-ui .t-background-mobile-tertiary-hover-light {
        background-color: #047486; }
      .travlr-ui .t-background-mobile-tertiary-hover-dark {
        background-color: #015360; }
  .travlr-ui .t-background-mobile-white {
    background-color: #FFFFFF; }
  .travlr-ui .t-background-mobile-grey-lightest {
    background-color: #F4F4F4; }
  .travlr-ui .t-background-mobile-grey-lighter {
    background-color: #DDDDDD; }
  .travlr-ui .t-background-mobile-grey-light {
    background-color: #CCCCCC; }
  .travlr-ui .t-background-mobile-grey-med {
    background-color: #B6B9BB; }
  .travlr-ui .t-background-mobile-grey-dark {
    background-color: #8E9497; }
  .travlr-ui .t-background-mobile-grey-darker {
    background-color: #666C6F; }
  .travlr-ui .t-background-mobile-grey-darkest {
    background-color: #374044; }
  .travlr-ui .t-background-mobile-black {
    background-color: #000000; }
  .travlr-ui .t-background-mobile-danger {
    background-color: #F45252; }
  .travlr-ui .t-background-mobile-warning {
    background-color: #F9C80E; }
  .travlr-ui .t-background-mobile-danger {
    background-color: #F45252; } }

@media screen and (max-width: 480px) {
  .travlr-ui .t-background-mobile-primary {
    background-color: #2DCCD3; }
    .travlr-ui .t-background-mobile-primary-light {
      background-color: #57DBE1; }
    .travlr-ui .t-background-mobile-primary-dark {
      background-color: #1EB8BF; }
    .travlr-ui .t-background-mobile-primary-hover {
      background-color: #2DCCD3; }
      .travlr-ui .t-background-mobile-primary-hover-light {
        background-color: #57DBE1; }
      .travlr-ui .t-background-mobile-primary-hover-dark {
        background-color: #1EB8BF; }
  .travlr-ui .t-background-mobile-secondary {
    background-color: #6BA4B8; }
    .travlr-ui .t-background-mobile-secondary-light {
      background-color: #81B9CD; }
    .travlr-ui .t-background-mobile-secondary-dark {
      background-color: #5D96AA; }
    .travlr-ui .t-background-mobile-secondary-hover {
      background-color: #6BA4B8; }
      .travlr-ui .t-background-mobile-secondary-hover-light {
        background-color: #81B9CD; }
      .travlr-ui .t-background-mobile-secondary-hover-dark {
        background-color: #5D96AA; }
  .travlr-ui .t-background-mobile-tertiary {
    background-color: #006272; }
    .travlr-ui .t-background-mobile-tertiary-light {
      background-color: #047486; }
    .travlr-ui .t-background-mobile-tertiary-dark {
      background-color: #015360; }
    .travlr-ui .t-background-mobile-tertiary-hover {
      background-color: #006272; }
      .travlr-ui .t-background-mobile-tertiary-hover-light {
        background-color: #047486; }
      .travlr-ui .t-background-mobile-tertiary-hover-dark {
        background-color: #015360; }
  .travlr-ui .t-background-mobile-white {
    background-color: #FFFFFF; }
  .travlr-ui .t-background-mobile-grey-lightest {
    background-color: #F4F4F4; }
  .travlr-ui .t-background-mobile-grey-lighter {
    background-color: #DDDDDD; }
  .travlr-ui .t-background-mobile-grey-light {
    background-color: #CCCCCC; }
  .travlr-ui .t-background-mobile-grey-med {
    background-color: #B6B9BB; }
  .travlr-ui .t-background-mobile-grey-dark {
    background-color: #8E9497; }
  .travlr-ui .t-background-mobile-grey-darker {
    background-color: #666C6F; }
  .travlr-ui .t-background-mobile-grey-darkest {
    background-color: #374044; }
  .travlr-ui .t-background-mobile-black {
    background-color: #000000; }
  .travlr-ui .t-background-mobile-danger {
    background-color: #F45252; }
  .travlr-ui .t-background-mobile-warning {
    background-color: #F9C80E; }
  .travlr-ui .t-background-mobile-danger {
    background-color: #F45252; } }

.travlr-ui .t-clearfix::after {
  clear: both;
  content: " ";
  display: table; }

.travlr-ui .t-float-left {
  float: left !important; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-float-left-mobile {
    float: left !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-float-left-tablet {
    float: left !important; } }

@media screen and (max-width: 991px) {
  .travlr-ui .t-float-left-touch {
    float: left !important; } }

@media screen and (max-width: 992px) {
  .travlr-ui .t-float-left-desktop {
    float: left !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-float-left-widescreen {
    float: left !important; } }

@media screen and (max-width: 1344px) {
  .travlr-ui .t-float-left-fullhd {
    float: left !important; } }

.travlr-ui .t-float-right {
  float: right !important; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-float-right-mobile {
    float: right !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-float-right-tablet {
    float: right !important; } }

@media screen and (max-width: 991px) {
  .travlr-ui .t-float-right-touch {
    float: right !important; } }

@media screen and (max-width: 992px) {
  .travlr-ui .t-float-right-desktop {
    float: right !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-float-right-widescreen {
    float: right !important; } }

@media screen and (max-width: 1344px) {
  .travlr-ui .t-float-right-fullhd {
    float: right !important; } }

.travlr-ui .t-float-unset {
  float: unset !important; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-float-unset-mobile {
    float: unset !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-float-unset-tablet {
    float: unset !important; } }

@media screen and (max-width: 991px) {
  .travlr-ui .t-float-unset-touch {
    float: unset !important; } }

@media screen and (max-width: 992px) {
  .travlr-ui .t-float-unset-desktop {
    float: unset !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-float-unset-widescreen {
    float: unset !important; } }

@media screen and (max-width: 1344px) {
  .travlr-ui .t-float-unset-fullhd {
    float: unset !important; } }

.travlr-ui .t-float-inherit {
  float: inherit !important; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-float-inherit-mobile {
    float: inherit !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-float-inherit-tablet {
    float: inherit !important; } }

@media screen and (max-width: 991px) {
  .travlr-ui .t-float-inherit-touch {
    float: inherit !important; } }

@media screen and (max-width: 992px) {
  .travlr-ui .t-float-inherit-desktop {
    float: inherit !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-float-inherit-widescreen {
    float: inherit !important; } }

@media screen and (max-width: 1344px) {
  .travlr-ui .t-float-inherit-fullhd {
    float: inherit !important; } }

.travlr-ui .t-float-none {
  float: none !important; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-float-none-mobile {
    float: none !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-float-none-tablet {
    float: none !important; } }

@media screen and (max-width: 991px) {
  .travlr-ui .t-float-none-touch {
    float: none !important; } }

@media screen and (max-width: 992px) {
  .travlr-ui .t-float-none-desktop {
    float: none !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-float-none-widescreen {
    float: none !important; } }

@media screen and (max-width: 1344px) {
  .travlr-ui .t-float-none-fullhd {
    float: none !important; } }

.travlr-ui .t-label-code {
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
  padding: 0 5px;
  border-radius: 4px;
  color: #F45252;
  font-family: monospace; }
  .travlr-ui .t-label-code-small {
    background-color: #F4F4F4;
    border: 1px solid #CCCCCC;
    padding: 0 5px;
    border-radius: 4px;
    color: #F45252;
    font-family: monospace;
    font-size: 10px; }

.travlr-ui .t-separator {
  height: 1px;
  width: 100%;
  max-width: 1136px;
  margin: 20px auto;
  background-color: #DDDDDD; }
  .travlr-ui .t-separator-small {
    margin: 16px 0; }
  .travlr-ui .t-separator-middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    margin: 0 auto;
    left: 50%;
    width: calc(100% - 24px);
    z-index: 0;
    background-color: #cccccc; }

.travlr-ui .t-middle-text {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.travlr-ui .t-text-align-center {
  text-align: center !important; }

.travlr-ui .t-text-align-justify {
  text-align: justify !important; }

.travlr-ui .t-text-align-left {
  text-align: left !important; }

.travlr-ui .t-text-align-right {
  text-align: right !important; }

.travlr-ui .t-text-overline {
  text-decoration: overline !important; }

.travlr-ui .t-text-line-through {
  text-decoration: line-through !important; }

.travlr-ui .t-text-underline {
  text-decoration: underline !important; }

.travlr-ui .t-hyphens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.travlr-ui .t-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.travlr-ui .t-ellipsis-1-line {
  display: block;
  max-width: 100%;
  word-wrap: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.travlr-ui .t-ellipsis-2-line {
  display: block;
  max-width: 100%;
  word-wrap: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.travlr-ui .t-ellipsis-3-line {
  display: block;
  max-width: 100%;
  word-wrap: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.travlr-ui .t-text-size-1 {
  font-size: 32px; }

.travlr-ui .t-text-size-2 {
  font-size: 28px; }

.travlr-ui .t-text-size-3 {
  font-size: 24px; }

.travlr-ui .t-text-size-4 {
  font-size: 20px; }

.travlr-ui .t-text-size-5 {
  font-size: 16px; }

.travlr-ui .t-text-size-6 {
  font-size: 14px; }

.travlr-ui .t-text-size-body {
  font-size: 14px; }

.travlr-ui .t-text-size-caption {
  font-size: 12px; }

.travlr-ui .t-text-size-small {
  font-size: 10px; }

.travlr-ui .t-text-weight-bold {
  text-transform: 700 !important; }

.travlr-ui .t-text-weight-semibold {
  text-transform: 600 !important; }

.travlr-ui .t-text-weight-reguler {
  text-transform: 400 !important; }

.travlr-ui .t-text-capitalize {
  text-transform: capitalize !important; }

.travlr-ui .t-text-lowercase {
  text-transform: lowercase !important; }

.travlr-ui .t-text-uppercase {
  text-transform: uppercase !important; }

.travlr-ui .t-text-italic {
  text-transform: italic !important; }

.travlr-ui .t-typeface-primary {
  font-family: "Montserrat", sans-serif; }

.travlr-ui .t-overflow-inherit {
  overflow: inherit !important; }

.travlr-ui .t-overflow-initial {
  overflow: initial !important; }

.travlr-ui .t-overflow-auto {
  overflow: auto !important; }

.travlr-ui .t-overflow-scroll {
  overflow: scroll !important; }

.travlr-ui .t-overflow-hidden {
  overflow: hidden !important; }

.travlr-ui .t-overflow-visible {
  overflow: visible !important; }

.travlr-ui .t-overflow-unset {
  overflow: unset !important; }

.travlr-ui .t-position-relative {
  position: relative !important; }

.travlr-ui .t-position-absolute {
  position: absolute !important; }

.travlr-ui .t-position-fixed {
  position: fixed !important; }

.travlr-ui .t-position-sub {
  position: sub !important; }

.travlr-ui .t-position-super {
  position: super !important; }

.travlr-ui .t-position-unset {
  position: unset !important; }

.travlr-ui .t-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.travlr-ui .t-no-margin {
  margin: 0 !important; }

.travlr-ui .t-no-padding {
  padding: 0 !important; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-no-mobile-margin {
    margin: 0 !important; }
  .travlr-ui .t-no-mobile-padding {
    padding: 0 !important; } }

.travlr-ui .t-m-t-0 {
  margin-top: 0px; }

.travlr-ui .t-p-t-0 {
  padding-top: 0px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-0 {
    margin-top: 0px !important; }
  .travlr-ui .t-mobile-p-t-0 {
    padding-top: 0px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-0 {
    margin-top: 0px !important; }
  .travlr-ui .t-tablet-p-t-0 {
    padding-top: 0px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-0 {
    margin-top: 0px !important; }
  .travlr-ui .t-wide-p-t-0 {
    padding-top: 0px !important; } }

.travlr-ui .t-m-b-0 {
  margin-bottom: 0px; }

.travlr-ui .t-p-b-0 {
  padding-bottom: 0px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-0 {
    margin-bottom: 0px !important; }
  .travlr-ui .t-mobile-p-b-0 {
    padding-bottom: 0px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-0 {
    margin-bottom: 0px !important; }
  .travlr-ui .t-tablet-p-b-0 {
    padding-bottom: 0px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-0 {
    margin-bottom: 0px !important; }
  .travlr-ui .t-wide-p-b-0 {
    padding-bottom: 0px !important; } }

.travlr-ui .t-m-l-0 {
  margin-left: 0px; }

.travlr-ui .t-p-l-0 {
  padding-left: 0px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-0 {
    margin-left: 0px !important; }
  .travlr-ui .t-mobile-p-l-0 {
    padding-left: 0px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-0 {
    margin-left: 0px !important; }
  .travlr-ui .t-tablet-p-l-0 {
    padding-left: 0px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-0 {
    margin-left: 0px !important; }
  .travlr-ui .t-wide-p-l-0 {
    padding-left: 0px !important; } }

.travlr-ui .t-m-r-0 {
  margin-right: 0px; }

.travlr-ui .t-p-r-0 {
  padding-right: 0px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-0 {
    margin-right: 0px !important; }
  .travlr-ui .t-mobile-p-r-0 {
    padding-right: 0px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-0 {
    margin-right: 0px !important; }
  .travlr-ui .t-tablet-p-r-0 {
    padding-right: 0px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-0 {
    margin-right: 0px !important; }
  .travlr-ui .t-wide-p-r-0 {
    padding-right: 0px !important; } }

.travlr-ui .t-m-t-4 {
  margin-top: 4px; }

.travlr-ui .t-p-t-4 {
  padding-top: 4px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-4 {
    margin-top: 4px !important; }
  .travlr-ui .t-mobile-p-t-4 {
    padding-top: 4px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-4 {
    margin-top: 4px !important; }
  .travlr-ui .t-tablet-p-t-4 {
    padding-top: 4px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-4 {
    margin-top: 4px !important; }
  .travlr-ui .t-wide-p-t-4 {
    padding-top: 4px !important; } }

.travlr-ui .t-m-b-4 {
  margin-bottom: 4px; }

.travlr-ui .t-p-b-4 {
  padding-bottom: 4px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-4 {
    margin-bottom: 4px !important; }
  .travlr-ui .t-mobile-p-b-4 {
    padding-bottom: 4px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-4 {
    margin-bottom: 4px !important; }
  .travlr-ui .t-tablet-p-b-4 {
    padding-bottom: 4px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-4 {
    margin-bottom: 4px !important; }
  .travlr-ui .t-wide-p-b-4 {
    padding-bottom: 4px !important; } }

.travlr-ui .t-m-l-4 {
  margin-left: 4px; }

.travlr-ui .t-p-l-4 {
  padding-left: 4px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-4 {
    margin-left: 4px !important; }
  .travlr-ui .t-mobile-p-l-4 {
    padding-left: 4px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-4 {
    margin-left: 4px !important; }
  .travlr-ui .t-tablet-p-l-4 {
    padding-left: 4px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-4 {
    margin-left: 4px !important; }
  .travlr-ui .t-wide-p-l-4 {
    padding-left: 4px !important; } }

.travlr-ui .t-m-r-4 {
  margin-right: 4px; }

.travlr-ui .t-p-r-4 {
  padding-right: 4px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-4 {
    margin-right: 4px !important; }
  .travlr-ui .t-mobile-p-r-4 {
    padding-right: 4px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-4 {
    margin-right: 4px !important; }
  .travlr-ui .t-tablet-p-r-4 {
    padding-right: 4px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-4 {
    margin-right: 4px !important; }
  .travlr-ui .t-wide-p-r-4 {
    padding-right: 4px !important; } }

.travlr-ui .t-m-t-5 {
  margin-top: 5px; }

.travlr-ui .t-p-t-5 {
  padding-top: 5px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-5 {
    margin-top: 5px !important; }
  .travlr-ui .t-mobile-p-t-5 {
    padding-top: 5px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-5 {
    margin-top: 5px !important; }
  .travlr-ui .t-tablet-p-t-5 {
    padding-top: 5px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-5 {
    margin-top: 5px !important; }
  .travlr-ui .t-wide-p-t-5 {
    padding-top: 5px !important; } }

.travlr-ui .t-m-b-5 {
  margin-bottom: 5px; }

.travlr-ui .t-p-b-5 {
  padding-bottom: 5px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-5 {
    margin-bottom: 5px !important; }
  .travlr-ui .t-mobile-p-b-5 {
    padding-bottom: 5px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-5 {
    margin-bottom: 5px !important; }
  .travlr-ui .t-tablet-p-b-5 {
    padding-bottom: 5px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-5 {
    margin-bottom: 5px !important; }
  .travlr-ui .t-wide-p-b-5 {
    padding-bottom: 5px !important; } }

.travlr-ui .t-m-l-5 {
  margin-left: 5px; }

.travlr-ui .t-p-l-5 {
  padding-left: 5px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-5 {
    margin-left: 5px !important; }
  .travlr-ui .t-mobile-p-l-5 {
    padding-left: 5px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-5 {
    margin-left: 5px !important; }
  .travlr-ui .t-tablet-p-l-5 {
    padding-left: 5px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-5 {
    margin-left: 5px !important; }
  .travlr-ui .t-wide-p-l-5 {
    padding-left: 5px !important; } }

.travlr-ui .t-m-r-5 {
  margin-right: 5px; }

.travlr-ui .t-p-r-5 {
  padding-right: 5px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-5 {
    margin-right: 5px !important; }
  .travlr-ui .t-mobile-p-r-5 {
    padding-right: 5px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-5 {
    margin-right: 5px !important; }
  .travlr-ui .t-tablet-p-r-5 {
    padding-right: 5px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-5 {
    margin-right: 5px !important; }
  .travlr-ui .t-wide-p-r-5 {
    padding-right: 5px !important; } }

.travlr-ui .t-m-t-6 {
  margin-top: 6px; }

.travlr-ui .t-p-t-6 {
  padding-top: 6px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-6 {
    margin-top: 6px !important; }
  .travlr-ui .t-mobile-p-t-6 {
    padding-top: 6px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-6 {
    margin-top: 6px !important; }
  .travlr-ui .t-tablet-p-t-6 {
    padding-top: 6px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-6 {
    margin-top: 6px !important; }
  .travlr-ui .t-wide-p-t-6 {
    padding-top: 6px !important; } }

.travlr-ui .t-m-b-6 {
  margin-bottom: 6px; }

.travlr-ui .t-p-b-6 {
  padding-bottom: 6px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-6 {
    margin-bottom: 6px !important; }
  .travlr-ui .t-mobile-p-b-6 {
    padding-bottom: 6px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-6 {
    margin-bottom: 6px !important; }
  .travlr-ui .t-tablet-p-b-6 {
    padding-bottom: 6px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-6 {
    margin-bottom: 6px !important; }
  .travlr-ui .t-wide-p-b-6 {
    padding-bottom: 6px !important; } }

.travlr-ui .t-m-l-6 {
  margin-left: 6px; }

.travlr-ui .t-p-l-6 {
  padding-left: 6px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-6 {
    margin-left: 6px !important; }
  .travlr-ui .t-mobile-p-l-6 {
    padding-left: 6px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-6 {
    margin-left: 6px !important; }
  .travlr-ui .t-tablet-p-l-6 {
    padding-left: 6px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-6 {
    margin-left: 6px !important; }
  .travlr-ui .t-wide-p-l-6 {
    padding-left: 6px !important; } }

.travlr-ui .t-m-r-6 {
  margin-right: 6px; }

.travlr-ui .t-p-r-6 {
  padding-right: 6px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-6 {
    margin-right: 6px !important; }
  .travlr-ui .t-mobile-p-r-6 {
    padding-right: 6px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-6 {
    margin-right: 6px !important; }
  .travlr-ui .t-tablet-p-r-6 {
    padding-right: 6px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-6 {
    margin-right: 6px !important; }
  .travlr-ui .t-wide-p-r-6 {
    padding-right: 6px !important; } }

.travlr-ui .t-m-t-8 {
  margin-top: 8px; }

.travlr-ui .t-p-t-8 {
  padding-top: 8px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-8 {
    margin-top: 8px !important; }
  .travlr-ui .t-mobile-p-t-8 {
    padding-top: 8px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-8 {
    margin-top: 8px !important; }
  .travlr-ui .t-tablet-p-t-8 {
    padding-top: 8px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-8 {
    margin-top: 8px !important; }
  .travlr-ui .t-wide-p-t-8 {
    padding-top: 8px !important; } }

.travlr-ui .t-m-b-8 {
  margin-bottom: 8px; }

.travlr-ui .t-p-b-8 {
  padding-bottom: 8px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-8 {
    margin-bottom: 8px !important; }
  .travlr-ui .t-mobile-p-b-8 {
    padding-bottom: 8px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-8 {
    margin-bottom: 8px !important; }
  .travlr-ui .t-tablet-p-b-8 {
    padding-bottom: 8px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-8 {
    margin-bottom: 8px !important; }
  .travlr-ui .t-wide-p-b-8 {
    padding-bottom: 8px !important; } }

.travlr-ui .t-m-l-8 {
  margin-left: 8px; }

.travlr-ui .t-p-l-8 {
  padding-left: 8px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-8 {
    margin-left: 8px !important; }
  .travlr-ui .t-mobile-p-l-8 {
    padding-left: 8px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-8 {
    margin-left: 8px !important; }
  .travlr-ui .t-tablet-p-l-8 {
    padding-left: 8px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-8 {
    margin-left: 8px !important; }
  .travlr-ui .t-wide-p-l-8 {
    padding-left: 8px !important; } }

.travlr-ui .t-m-r-8 {
  margin-right: 8px; }

.travlr-ui .t-p-r-8 {
  padding-right: 8px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-8 {
    margin-right: 8px !important; }
  .travlr-ui .t-mobile-p-r-8 {
    padding-right: 8px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-8 {
    margin-right: 8px !important; }
  .travlr-ui .t-tablet-p-r-8 {
    padding-right: 8px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-8 {
    margin-right: 8px !important; }
  .travlr-ui .t-wide-p-r-8 {
    padding-right: 8px !important; } }

.travlr-ui .t-m-t-10 {
  margin-top: 10px; }

.travlr-ui .t-p-t-10 {
  padding-top: 10px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-10 {
    margin-top: 10px !important; }
  .travlr-ui .t-mobile-p-t-10 {
    padding-top: 10px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-10 {
    margin-top: 10px !important; }
  .travlr-ui .t-tablet-p-t-10 {
    padding-top: 10px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-10 {
    margin-top: 10px !important; }
  .travlr-ui .t-wide-p-t-10 {
    padding-top: 10px !important; } }

.travlr-ui .t-m-b-10 {
  margin-bottom: 10px; }

.travlr-ui .t-p-b-10 {
  padding-bottom: 10px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-10 {
    margin-bottom: 10px !important; }
  .travlr-ui .t-mobile-p-b-10 {
    padding-bottom: 10px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-10 {
    margin-bottom: 10px !important; }
  .travlr-ui .t-tablet-p-b-10 {
    padding-bottom: 10px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-10 {
    margin-bottom: 10px !important; }
  .travlr-ui .t-wide-p-b-10 {
    padding-bottom: 10px !important; } }

.travlr-ui .t-m-l-10 {
  margin-left: 10px; }

.travlr-ui .t-p-l-10 {
  padding-left: 10px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-10 {
    margin-left: 10px !important; }
  .travlr-ui .t-mobile-p-l-10 {
    padding-left: 10px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-10 {
    margin-left: 10px !important; }
  .travlr-ui .t-tablet-p-l-10 {
    padding-left: 10px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-10 {
    margin-left: 10px !important; }
  .travlr-ui .t-wide-p-l-10 {
    padding-left: 10px !important; } }

.travlr-ui .t-m-r-10 {
  margin-right: 10px; }

.travlr-ui .t-p-r-10 {
  padding-right: 10px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-10 {
    margin-right: 10px !important; }
  .travlr-ui .t-mobile-p-r-10 {
    padding-right: 10px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-10 {
    margin-right: 10px !important; }
  .travlr-ui .t-tablet-p-r-10 {
    padding-right: 10px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-10 {
    margin-right: 10px !important; }
  .travlr-ui .t-wide-p-r-10 {
    padding-right: 10px !important; } }

.travlr-ui .t-m-t-12 {
  margin-top: 12px; }

.travlr-ui .t-p-t-12 {
  padding-top: 12px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-12 {
    margin-top: 12px !important; }
  .travlr-ui .t-mobile-p-t-12 {
    padding-top: 12px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-12 {
    margin-top: 12px !important; }
  .travlr-ui .t-tablet-p-t-12 {
    padding-top: 12px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-12 {
    margin-top: 12px !important; }
  .travlr-ui .t-wide-p-t-12 {
    padding-top: 12px !important; } }

.travlr-ui .t-m-b-12 {
  margin-bottom: 12px; }

.travlr-ui .t-p-b-12 {
  padding-bottom: 12px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-12 {
    margin-bottom: 12px !important; }
  .travlr-ui .t-mobile-p-b-12 {
    padding-bottom: 12px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-12 {
    margin-bottom: 12px !important; }
  .travlr-ui .t-tablet-p-b-12 {
    padding-bottom: 12px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-12 {
    margin-bottom: 12px !important; }
  .travlr-ui .t-wide-p-b-12 {
    padding-bottom: 12px !important; } }

.travlr-ui .t-m-l-12 {
  margin-left: 12px; }

.travlr-ui .t-p-l-12 {
  padding-left: 12px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-12 {
    margin-left: 12px !important; }
  .travlr-ui .t-mobile-p-l-12 {
    padding-left: 12px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-12 {
    margin-left: 12px !important; }
  .travlr-ui .t-tablet-p-l-12 {
    padding-left: 12px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-12 {
    margin-left: 12px !important; }
  .travlr-ui .t-wide-p-l-12 {
    padding-left: 12px !important; } }

.travlr-ui .t-m-r-12 {
  margin-right: 12px; }

.travlr-ui .t-p-r-12 {
  padding-right: 12px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-12 {
    margin-right: 12px !important; }
  .travlr-ui .t-mobile-p-r-12 {
    padding-right: 12px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-12 {
    margin-right: 12px !important; }
  .travlr-ui .t-tablet-p-r-12 {
    padding-right: 12px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-12 {
    margin-right: 12px !important; }
  .travlr-ui .t-wide-p-r-12 {
    padding-right: 12px !important; } }

.travlr-ui .t-m-t-15 {
  margin-top: 15px; }

.travlr-ui .t-p-t-15 {
  padding-top: 15px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-15 {
    margin-top: 15px !important; }
  .travlr-ui .t-mobile-p-t-15 {
    padding-top: 15px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-15 {
    margin-top: 15px !important; }
  .travlr-ui .t-tablet-p-t-15 {
    padding-top: 15px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-15 {
    margin-top: 15px !important; }
  .travlr-ui .t-wide-p-t-15 {
    padding-top: 15px !important; } }

.travlr-ui .t-m-b-15 {
  margin-bottom: 15px; }

.travlr-ui .t-p-b-15 {
  padding-bottom: 15px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-15 {
    margin-bottom: 15px !important; }
  .travlr-ui .t-mobile-p-b-15 {
    padding-bottom: 15px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-15 {
    margin-bottom: 15px !important; }
  .travlr-ui .t-tablet-p-b-15 {
    padding-bottom: 15px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-15 {
    margin-bottom: 15px !important; }
  .travlr-ui .t-wide-p-b-15 {
    padding-bottom: 15px !important; } }

.travlr-ui .t-m-l-15 {
  margin-left: 15px; }

.travlr-ui .t-p-l-15 {
  padding-left: 15px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-15 {
    margin-left: 15px !important; }
  .travlr-ui .t-mobile-p-l-15 {
    padding-left: 15px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-15 {
    margin-left: 15px !important; }
  .travlr-ui .t-tablet-p-l-15 {
    padding-left: 15px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-15 {
    margin-left: 15px !important; }
  .travlr-ui .t-wide-p-l-15 {
    padding-left: 15px !important; } }

.travlr-ui .t-m-r-15 {
  margin-right: 15px; }

.travlr-ui .t-p-r-15 {
  padding-right: 15px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-15 {
    margin-right: 15px !important; }
  .travlr-ui .t-mobile-p-r-15 {
    padding-right: 15px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-15 {
    margin-right: 15px !important; }
  .travlr-ui .t-tablet-p-r-15 {
    padding-right: 15px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-15 {
    margin-right: 15px !important; }
  .travlr-ui .t-wide-p-r-15 {
    padding-right: 15px !important; } }

.travlr-ui .t-m-t-16 {
  margin-top: 16px; }

.travlr-ui .t-p-t-16 {
  padding-top: 16px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-16 {
    margin-top: 16px !important; }
  .travlr-ui .t-mobile-p-t-16 {
    padding-top: 16px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-16 {
    margin-top: 16px !important; }
  .travlr-ui .t-tablet-p-t-16 {
    padding-top: 16px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-16 {
    margin-top: 16px !important; }
  .travlr-ui .t-wide-p-t-16 {
    padding-top: 16px !important; } }

.travlr-ui .t-m-b-16 {
  margin-bottom: 16px; }

.travlr-ui .t-p-b-16 {
  padding-bottom: 16px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-16 {
    margin-bottom: 16px !important; }
  .travlr-ui .t-mobile-p-b-16 {
    padding-bottom: 16px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-16 {
    margin-bottom: 16px !important; }
  .travlr-ui .t-tablet-p-b-16 {
    padding-bottom: 16px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-16 {
    margin-bottom: 16px !important; }
  .travlr-ui .t-wide-p-b-16 {
    padding-bottom: 16px !important; } }

.travlr-ui .t-m-l-16 {
  margin-left: 16px; }

.travlr-ui .t-p-l-16 {
  padding-left: 16px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-16 {
    margin-left: 16px !important; }
  .travlr-ui .t-mobile-p-l-16 {
    padding-left: 16px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-16 {
    margin-left: 16px !important; }
  .travlr-ui .t-tablet-p-l-16 {
    padding-left: 16px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-16 {
    margin-left: 16px !important; }
  .travlr-ui .t-wide-p-l-16 {
    padding-left: 16px !important; } }

.travlr-ui .t-m-r-16 {
  margin-right: 16px; }

.travlr-ui .t-p-r-16 {
  padding-right: 16px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-16 {
    margin-right: 16px !important; }
  .travlr-ui .t-mobile-p-r-16 {
    padding-right: 16px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-16 {
    margin-right: 16px !important; }
  .travlr-ui .t-tablet-p-r-16 {
    padding-right: 16px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-16 {
    margin-right: 16px !important; }
  .travlr-ui .t-wide-p-r-16 {
    padding-right: 16px !important; } }

.travlr-ui .t-m-t-20 {
  margin-top: 20px; }

.travlr-ui .t-p-t-20 {
  padding-top: 20px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-20 {
    margin-top: 20px !important; }
  .travlr-ui .t-mobile-p-t-20 {
    padding-top: 20px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-20 {
    margin-top: 20px !important; }
  .travlr-ui .t-tablet-p-t-20 {
    padding-top: 20px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-20 {
    margin-top: 20px !important; }
  .travlr-ui .t-wide-p-t-20 {
    padding-top: 20px !important; } }

.travlr-ui .t-m-b-20 {
  margin-bottom: 20px; }

.travlr-ui .t-p-b-20 {
  padding-bottom: 20px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-20 {
    margin-bottom: 20px !important; }
  .travlr-ui .t-mobile-p-b-20 {
    padding-bottom: 20px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-20 {
    margin-bottom: 20px !important; }
  .travlr-ui .t-tablet-p-b-20 {
    padding-bottom: 20px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-20 {
    margin-bottom: 20px !important; }
  .travlr-ui .t-wide-p-b-20 {
    padding-bottom: 20px !important; } }

.travlr-ui .t-m-l-20 {
  margin-left: 20px; }

.travlr-ui .t-p-l-20 {
  padding-left: 20px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-20 {
    margin-left: 20px !important; }
  .travlr-ui .t-mobile-p-l-20 {
    padding-left: 20px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-20 {
    margin-left: 20px !important; }
  .travlr-ui .t-tablet-p-l-20 {
    padding-left: 20px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-20 {
    margin-left: 20px !important; }
  .travlr-ui .t-wide-p-l-20 {
    padding-left: 20px !important; } }

.travlr-ui .t-m-r-20 {
  margin-right: 20px; }

.travlr-ui .t-p-r-20 {
  padding-right: 20px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-20 {
    margin-right: 20px !important; }
  .travlr-ui .t-mobile-p-r-20 {
    padding-right: 20px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-20 {
    margin-right: 20px !important; }
  .travlr-ui .t-tablet-p-r-20 {
    padding-right: 20px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-20 {
    margin-right: 20px !important; }
  .travlr-ui .t-wide-p-r-20 {
    padding-right: 20px !important; } }

.travlr-ui .t-m-t-24 {
  margin-top: 24px; }

.travlr-ui .t-p-t-24 {
  padding-top: 24px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-24 {
    margin-top: 24px !important; }
  .travlr-ui .t-mobile-p-t-24 {
    padding-top: 24px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-24 {
    margin-top: 24px !important; }
  .travlr-ui .t-tablet-p-t-24 {
    padding-top: 24px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-24 {
    margin-top: 24px !important; }
  .travlr-ui .t-wide-p-t-24 {
    padding-top: 24px !important; } }

.travlr-ui .t-m-b-24 {
  margin-bottom: 24px; }

.travlr-ui .t-p-b-24 {
  padding-bottom: 24px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-24 {
    margin-bottom: 24px !important; }
  .travlr-ui .t-mobile-p-b-24 {
    padding-bottom: 24px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-24 {
    margin-bottom: 24px !important; }
  .travlr-ui .t-tablet-p-b-24 {
    padding-bottom: 24px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-24 {
    margin-bottom: 24px !important; }
  .travlr-ui .t-wide-p-b-24 {
    padding-bottom: 24px !important; } }

.travlr-ui .t-m-l-24 {
  margin-left: 24px; }

.travlr-ui .t-p-l-24 {
  padding-left: 24px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-24 {
    margin-left: 24px !important; }
  .travlr-ui .t-mobile-p-l-24 {
    padding-left: 24px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-24 {
    margin-left: 24px !important; }
  .travlr-ui .t-tablet-p-l-24 {
    padding-left: 24px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-24 {
    margin-left: 24px !important; }
  .travlr-ui .t-wide-p-l-24 {
    padding-left: 24px !important; } }

.travlr-ui .t-m-r-24 {
  margin-right: 24px; }

.travlr-ui .t-p-r-24 {
  padding-right: 24px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-24 {
    margin-right: 24px !important; }
  .travlr-ui .t-mobile-p-r-24 {
    padding-right: 24px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-24 {
    margin-right: 24px !important; }
  .travlr-ui .t-tablet-p-r-24 {
    padding-right: 24px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-24 {
    margin-right: 24px !important; }
  .travlr-ui .t-wide-p-r-24 {
    padding-right: 24px !important; } }

.travlr-ui .t-m-t-26 {
  margin-top: 26px; }

.travlr-ui .t-p-t-26 {
  padding-top: 26px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-26 {
    margin-top: 26px !important; }
  .travlr-ui .t-mobile-p-t-26 {
    padding-top: 26px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-26 {
    margin-top: 26px !important; }
  .travlr-ui .t-tablet-p-t-26 {
    padding-top: 26px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-26 {
    margin-top: 26px !important; }
  .travlr-ui .t-wide-p-t-26 {
    padding-top: 26px !important; } }

.travlr-ui .t-m-b-26 {
  margin-bottom: 26px; }

.travlr-ui .t-p-b-26 {
  padding-bottom: 26px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-26 {
    margin-bottom: 26px !important; }
  .travlr-ui .t-mobile-p-b-26 {
    padding-bottom: 26px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-26 {
    margin-bottom: 26px !important; }
  .travlr-ui .t-tablet-p-b-26 {
    padding-bottom: 26px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-26 {
    margin-bottom: 26px !important; }
  .travlr-ui .t-wide-p-b-26 {
    padding-bottom: 26px !important; } }

.travlr-ui .t-m-l-26 {
  margin-left: 26px; }

.travlr-ui .t-p-l-26 {
  padding-left: 26px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-26 {
    margin-left: 26px !important; }
  .travlr-ui .t-mobile-p-l-26 {
    padding-left: 26px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-26 {
    margin-left: 26px !important; }
  .travlr-ui .t-tablet-p-l-26 {
    padding-left: 26px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-26 {
    margin-left: 26px !important; }
  .travlr-ui .t-wide-p-l-26 {
    padding-left: 26px !important; } }

.travlr-ui .t-m-r-26 {
  margin-right: 26px; }

.travlr-ui .t-p-r-26 {
  padding-right: 26px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-26 {
    margin-right: 26px !important; }
  .travlr-ui .t-mobile-p-r-26 {
    padding-right: 26px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-26 {
    margin-right: 26px !important; }
  .travlr-ui .t-tablet-p-r-26 {
    padding-right: 26px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-26 {
    margin-right: 26px !important; }
  .travlr-ui .t-wide-p-r-26 {
    padding-right: 26px !important; } }

.travlr-ui .t-m-t-28 {
  margin-top: 28px; }

.travlr-ui .t-p-t-28 {
  padding-top: 28px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-28 {
    margin-top: 28px !important; }
  .travlr-ui .t-mobile-p-t-28 {
    padding-top: 28px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-28 {
    margin-top: 28px !important; }
  .travlr-ui .t-tablet-p-t-28 {
    padding-top: 28px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-28 {
    margin-top: 28px !important; }
  .travlr-ui .t-wide-p-t-28 {
    padding-top: 28px !important; } }

.travlr-ui .t-m-b-28 {
  margin-bottom: 28px; }

.travlr-ui .t-p-b-28 {
  padding-bottom: 28px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-28 {
    margin-bottom: 28px !important; }
  .travlr-ui .t-mobile-p-b-28 {
    padding-bottom: 28px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-28 {
    margin-bottom: 28px !important; }
  .travlr-ui .t-tablet-p-b-28 {
    padding-bottom: 28px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-28 {
    margin-bottom: 28px !important; }
  .travlr-ui .t-wide-p-b-28 {
    padding-bottom: 28px !important; } }

.travlr-ui .t-m-l-28 {
  margin-left: 28px; }

.travlr-ui .t-p-l-28 {
  padding-left: 28px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-28 {
    margin-left: 28px !important; }
  .travlr-ui .t-mobile-p-l-28 {
    padding-left: 28px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-28 {
    margin-left: 28px !important; }
  .travlr-ui .t-tablet-p-l-28 {
    padding-left: 28px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-28 {
    margin-left: 28px !important; }
  .travlr-ui .t-wide-p-l-28 {
    padding-left: 28px !important; } }

.travlr-ui .t-m-r-28 {
  margin-right: 28px; }

.travlr-ui .t-p-r-28 {
  padding-right: 28px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-28 {
    margin-right: 28px !important; }
  .travlr-ui .t-mobile-p-r-28 {
    padding-right: 28px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-28 {
    margin-right: 28px !important; }
  .travlr-ui .t-tablet-p-r-28 {
    padding-right: 28px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-28 {
    margin-right: 28px !important; }
  .travlr-ui .t-wide-p-r-28 {
    padding-right: 28px !important; } }

.travlr-ui .t-m-t-30 {
  margin-top: 30px; }

.travlr-ui .t-p-t-30 {
  padding-top: 30px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-30 {
    margin-top: 30px !important; }
  .travlr-ui .t-mobile-p-t-30 {
    padding-top: 30px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-30 {
    margin-top: 30px !important; }
  .travlr-ui .t-tablet-p-t-30 {
    padding-top: 30px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-30 {
    margin-top: 30px !important; }
  .travlr-ui .t-wide-p-t-30 {
    padding-top: 30px !important; } }

.travlr-ui .t-m-b-30 {
  margin-bottom: 30px; }

.travlr-ui .t-p-b-30 {
  padding-bottom: 30px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-30 {
    margin-bottom: 30px !important; }
  .travlr-ui .t-mobile-p-b-30 {
    padding-bottom: 30px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-30 {
    margin-bottom: 30px !important; }
  .travlr-ui .t-tablet-p-b-30 {
    padding-bottom: 30px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-30 {
    margin-bottom: 30px !important; }
  .travlr-ui .t-wide-p-b-30 {
    padding-bottom: 30px !important; } }

.travlr-ui .t-m-l-30 {
  margin-left: 30px; }

.travlr-ui .t-p-l-30 {
  padding-left: 30px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-30 {
    margin-left: 30px !important; }
  .travlr-ui .t-mobile-p-l-30 {
    padding-left: 30px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-30 {
    margin-left: 30px !important; }
  .travlr-ui .t-tablet-p-l-30 {
    padding-left: 30px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-30 {
    margin-left: 30px !important; }
  .travlr-ui .t-wide-p-l-30 {
    padding-left: 30px !important; } }

.travlr-ui .t-m-r-30 {
  margin-right: 30px; }

.travlr-ui .t-p-r-30 {
  padding-right: 30px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-30 {
    margin-right: 30px !important; }
  .travlr-ui .t-mobile-p-r-30 {
    padding-right: 30px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-30 {
    margin-right: 30px !important; }
  .travlr-ui .t-tablet-p-r-30 {
    padding-right: 30px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-30 {
    margin-right: 30px !important; }
  .travlr-ui .t-wide-p-r-30 {
    padding-right: 30px !important; } }

.travlr-ui .t-m-t-32 {
  margin-top: 32px; }

.travlr-ui .t-p-t-32 {
  padding-top: 32px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-32 {
    margin-top: 32px !important; }
  .travlr-ui .t-mobile-p-t-32 {
    padding-top: 32px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-32 {
    margin-top: 32px !important; }
  .travlr-ui .t-tablet-p-t-32 {
    padding-top: 32px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-32 {
    margin-top: 32px !important; }
  .travlr-ui .t-wide-p-t-32 {
    padding-top: 32px !important; } }

.travlr-ui .t-m-b-32 {
  margin-bottom: 32px; }

.travlr-ui .t-p-b-32 {
  padding-bottom: 32px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-32 {
    margin-bottom: 32px !important; }
  .travlr-ui .t-mobile-p-b-32 {
    padding-bottom: 32px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-32 {
    margin-bottom: 32px !important; }
  .travlr-ui .t-tablet-p-b-32 {
    padding-bottom: 32px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-32 {
    margin-bottom: 32px !important; }
  .travlr-ui .t-wide-p-b-32 {
    padding-bottom: 32px !important; } }

.travlr-ui .t-m-l-32 {
  margin-left: 32px; }

.travlr-ui .t-p-l-32 {
  padding-left: 32px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-32 {
    margin-left: 32px !important; }
  .travlr-ui .t-mobile-p-l-32 {
    padding-left: 32px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-32 {
    margin-left: 32px !important; }
  .travlr-ui .t-tablet-p-l-32 {
    padding-left: 32px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-32 {
    margin-left: 32px !important; }
  .travlr-ui .t-wide-p-l-32 {
    padding-left: 32px !important; } }

.travlr-ui .t-m-r-32 {
  margin-right: 32px; }

.travlr-ui .t-p-r-32 {
  padding-right: 32px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-32 {
    margin-right: 32px !important; }
  .travlr-ui .t-mobile-p-r-32 {
    padding-right: 32px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-32 {
    margin-right: 32px !important; }
  .travlr-ui .t-tablet-p-r-32 {
    padding-right: 32px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-32 {
    margin-right: 32px !important; }
  .travlr-ui .t-wide-p-r-32 {
    padding-right: 32px !important; } }

.travlr-ui .t-m-t-36 {
  margin-top: 36px; }

.travlr-ui .t-p-t-36 {
  padding-top: 36px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-36 {
    margin-top: 36px !important; }
  .travlr-ui .t-mobile-p-t-36 {
    padding-top: 36px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-36 {
    margin-top: 36px !important; }
  .travlr-ui .t-tablet-p-t-36 {
    padding-top: 36px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-36 {
    margin-top: 36px !important; }
  .travlr-ui .t-wide-p-t-36 {
    padding-top: 36px !important; } }

.travlr-ui .t-m-b-36 {
  margin-bottom: 36px; }

.travlr-ui .t-p-b-36 {
  padding-bottom: 36px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-36 {
    margin-bottom: 36px !important; }
  .travlr-ui .t-mobile-p-b-36 {
    padding-bottom: 36px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-36 {
    margin-bottom: 36px !important; }
  .travlr-ui .t-tablet-p-b-36 {
    padding-bottom: 36px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-36 {
    margin-bottom: 36px !important; }
  .travlr-ui .t-wide-p-b-36 {
    padding-bottom: 36px !important; } }

.travlr-ui .t-m-l-36 {
  margin-left: 36px; }

.travlr-ui .t-p-l-36 {
  padding-left: 36px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-36 {
    margin-left: 36px !important; }
  .travlr-ui .t-mobile-p-l-36 {
    padding-left: 36px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-36 {
    margin-left: 36px !important; }
  .travlr-ui .t-tablet-p-l-36 {
    padding-left: 36px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-36 {
    margin-left: 36px !important; }
  .travlr-ui .t-wide-p-l-36 {
    padding-left: 36px !important; } }

.travlr-ui .t-m-r-36 {
  margin-right: 36px; }

.travlr-ui .t-p-r-36 {
  padding-right: 36px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-36 {
    margin-right: 36px !important; }
  .travlr-ui .t-mobile-p-r-36 {
    padding-right: 36px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-36 {
    margin-right: 36px !important; }
  .travlr-ui .t-tablet-p-r-36 {
    padding-right: 36px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-36 {
    margin-right: 36px !important; }
  .travlr-ui .t-wide-p-r-36 {
    padding-right: 36px !important; } }

.travlr-ui .t-m-t-40 {
  margin-top: 40px; }

.travlr-ui .t-p-t-40 {
  padding-top: 40px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-40 {
    margin-top: 40px !important; }
  .travlr-ui .t-mobile-p-t-40 {
    padding-top: 40px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-40 {
    margin-top: 40px !important; }
  .travlr-ui .t-tablet-p-t-40 {
    padding-top: 40px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-40 {
    margin-top: 40px !important; }
  .travlr-ui .t-wide-p-t-40 {
    padding-top: 40px !important; } }

.travlr-ui .t-m-b-40 {
  margin-bottom: 40px; }

.travlr-ui .t-p-b-40 {
  padding-bottom: 40px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-40 {
    margin-bottom: 40px !important; }
  .travlr-ui .t-mobile-p-b-40 {
    padding-bottom: 40px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-40 {
    margin-bottom: 40px !important; }
  .travlr-ui .t-tablet-p-b-40 {
    padding-bottom: 40px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-40 {
    margin-bottom: 40px !important; }
  .travlr-ui .t-wide-p-b-40 {
    padding-bottom: 40px !important; } }

.travlr-ui .t-m-l-40 {
  margin-left: 40px; }

.travlr-ui .t-p-l-40 {
  padding-left: 40px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-40 {
    margin-left: 40px !important; }
  .travlr-ui .t-mobile-p-l-40 {
    padding-left: 40px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-40 {
    margin-left: 40px !important; }
  .travlr-ui .t-tablet-p-l-40 {
    padding-left: 40px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-40 {
    margin-left: 40px !important; }
  .travlr-ui .t-wide-p-l-40 {
    padding-left: 40px !important; } }

.travlr-ui .t-m-r-40 {
  margin-right: 40px; }

.travlr-ui .t-p-r-40 {
  padding-right: 40px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-40 {
    margin-right: 40px !important; }
  .travlr-ui .t-mobile-p-r-40 {
    padding-right: 40px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-40 {
    margin-right: 40px !important; }
  .travlr-ui .t-tablet-p-r-40 {
    padding-right: 40px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-40 {
    margin-right: 40px !important; }
  .travlr-ui .t-wide-p-r-40 {
    padding-right: 40px !important; } }

.travlr-ui .t-m-t-46 {
  margin-top: 46px; }

.travlr-ui .t-p-t-46 {
  padding-top: 46px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-46 {
    margin-top: 46px !important; }
  .travlr-ui .t-mobile-p-t-46 {
    padding-top: 46px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-46 {
    margin-top: 46px !important; }
  .travlr-ui .t-tablet-p-t-46 {
    padding-top: 46px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-46 {
    margin-top: 46px !important; }
  .travlr-ui .t-wide-p-t-46 {
    padding-top: 46px !important; } }

.travlr-ui .t-m-b-46 {
  margin-bottom: 46px; }

.travlr-ui .t-p-b-46 {
  padding-bottom: 46px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-46 {
    margin-bottom: 46px !important; }
  .travlr-ui .t-mobile-p-b-46 {
    padding-bottom: 46px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-46 {
    margin-bottom: 46px !important; }
  .travlr-ui .t-tablet-p-b-46 {
    padding-bottom: 46px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-46 {
    margin-bottom: 46px !important; }
  .travlr-ui .t-wide-p-b-46 {
    padding-bottom: 46px !important; } }

.travlr-ui .t-m-l-46 {
  margin-left: 46px; }

.travlr-ui .t-p-l-46 {
  padding-left: 46px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-46 {
    margin-left: 46px !important; }
  .travlr-ui .t-mobile-p-l-46 {
    padding-left: 46px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-46 {
    margin-left: 46px !important; }
  .travlr-ui .t-tablet-p-l-46 {
    padding-left: 46px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-46 {
    margin-left: 46px !important; }
  .travlr-ui .t-wide-p-l-46 {
    padding-left: 46px !important; } }

.travlr-ui .t-m-r-46 {
  margin-right: 46px; }

.travlr-ui .t-p-r-46 {
  padding-right: 46px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-46 {
    margin-right: 46px !important; }
  .travlr-ui .t-mobile-p-r-46 {
    padding-right: 46px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-46 {
    margin-right: 46px !important; }
  .travlr-ui .t-tablet-p-r-46 {
    padding-right: 46px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-46 {
    margin-right: 46px !important; }
  .travlr-ui .t-wide-p-r-46 {
    padding-right: 46px !important; } }

.travlr-ui .t-m-t-48 {
  margin-top: 48px; }

.travlr-ui .t-p-t-48 {
  padding-top: 48px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-48 {
    margin-top: 48px !important; }
  .travlr-ui .t-mobile-p-t-48 {
    padding-top: 48px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-48 {
    margin-top: 48px !important; }
  .travlr-ui .t-tablet-p-t-48 {
    padding-top: 48px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-48 {
    margin-top: 48px !important; }
  .travlr-ui .t-wide-p-t-48 {
    padding-top: 48px !important; } }

.travlr-ui .t-m-b-48 {
  margin-bottom: 48px; }

.travlr-ui .t-p-b-48 {
  padding-bottom: 48px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-48 {
    margin-bottom: 48px !important; }
  .travlr-ui .t-mobile-p-b-48 {
    padding-bottom: 48px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-48 {
    margin-bottom: 48px !important; }
  .travlr-ui .t-tablet-p-b-48 {
    padding-bottom: 48px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-48 {
    margin-bottom: 48px !important; }
  .travlr-ui .t-wide-p-b-48 {
    padding-bottom: 48px !important; } }

.travlr-ui .t-m-l-48 {
  margin-left: 48px; }

.travlr-ui .t-p-l-48 {
  padding-left: 48px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-48 {
    margin-left: 48px !important; }
  .travlr-ui .t-mobile-p-l-48 {
    padding-left: 48px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-48 {
    margin-left: 48px !important; }
  .travlr-ui .t-tablet-p-l-48 {
    padding-left: 48px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-48 {
    margin-left: 48px !important; }
  .travlr-ui .t-wide-p-l-48 {
    padding-left: 48px !important; } }

.travlr-ui .t-m-r-48 {
  margin-right: 48px; }

.travlr-ui .t-p-r-48 {
  padding-right: 48px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-48 {
    margin-right: 48px !important; }
  .travlr-ui .t-mobile-p-r-48 {
    padding-right: 48px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-48 {
    margin-right: 48px !important; }
  .travlr-ui .t-tablet-p-r-48 {
    padding-right: 48px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-48 {
    margin-right: 48px !important; }
  .travlr-ui .t-wide-p-r-48 {
    padding-right: 48px !important; } }

.travlr-ui .t-m-t-64 {
  margin-top: 64px; }

.travlr-ui .t-p-t-64 {
  padding-top: 64px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-t-64 {
    margin-top: 64px !important; }
  .travlr-ui .t-mobile-p-t-64 {
    padding-top: 64px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-t-64 {
    margin-top: 64px !important; }
  .travlr-ui .t-tablet-p-t-64 {
    padding-top: 64px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-t-64 {
    margin-top: 64px !important; }
  .travlr-ui .t-wide-p-t-64 {
    padding-top: 64px !important; } }

.travlr-ui .t-m-b-64 {
  margin-bottom: 64px; }

.travlr-ui .t-p-b-64 {
  padding-bottom: 64px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-b-64 {
    margin-bottom: 64px !important; }
  .travlr-ui .t-mobile-p-b-64 {
    padding-bottom: 64px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-b-64 {
    margin-bottom: 64px !important; }
  .travlr-ui .t-tablet-p-b-64 {
    padding-bottom: 64px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-b-64 {
    margin-bottom: 64px !important; }
  .travlr-ui .t-wide-p-b-64 {
    padding-bottom: 64px !important; } }

.travlr-ui .t-m-l-64 {
  margin-left: 64px; }

.travlr-ui .t-p-l-64 {
  padding-left: 64px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-l-64 {
    margin-left: 64px !important; }
  .travlr-ui .t-mobile-p-l-64 {
    padding-left: 64px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-l-64 {
    margin-left: 64px !important; }
  .travlr-ui .t-tablet-p-l-64 {
    padding-left: 64px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-l-64 {
    margin-left: 64px !important; }
  .travlr-ui .t-wide-p-l-64 {
    padding-left: 64px !important; } }

.travlr-ui .t-m-r-64 {
  margin-right: 64px; }

.travlr-ui .t-p-r-64 {
  padding-right: 64px; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-mobile-m-r-64 {
    margin-right: 64px !important; }
  .travlr-ui .t-mobile-p-r-64 {
    padding-right: 64px !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-tablet-m-r-64 {
    margin-right: 64px !important; }
  .travlr-ui .t-tablet-p-r-64 {
    padding-right: 64px !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-wide-m-r-64 {
    margin-right: 64px !important; }
  .travlr-ui .t-wide-p-r-64 {
    padding-right: 64px !important; } }

.travlr-ui .t-hidden {
  display: none !important; }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-hidden-mobile {
      display: none !important; } }
  @media screen and (min-width: 768px) and (max-width: 1024px), print {
    .travlr-ui .t-hidden-tablet {
      display: none !important; } }
  @media screen and (max-width: 991px) {
    .travlr-ui .t-hidden-touch {
      display: none !important; } }
  @media screen and (max-width: 992px) {
    .travlr-ui .t-hidden-desktop {
      display: none !important; } }
  @media screen and (max-width: 1200px) {
    .travlr-ui .t-hidden-widescreen {
      display: none !important; } }
  @media screen and (max-width: 1344px) {
    .travlr-ui .t-hidden-fullhd {
      display: none !important; } }

.travlr-ui .t-show {
  display: block !important; }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-show-mobile {
      display: block !important; } }
  @media screen and (min-width: 768px) and (max-width: 1024px), print {
    .travlr-ui .t-show-tablet {
      display: block !important; } }
  @media screen and (max-width: 991px) {
    .travlr-ui .t-show-touch {
      display: block !important; } }
  @media screen and (max-width: 992px) {
    .travlr-ui .t-show-desktop {
      display: block !important; } }
  @media screen and (max-width: 1200px) {
    .travlr-ui .t-show-widescreen {
      display: block !important; } }
  @media screen and (max-width: 1344px) {
    .travlr-ui .t-show-fullhd {
      display: block !important; } }

.travlr-ui .t-invisible {
  visibility: hidden !important; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-invisible-mobile {
    visibility: hidden !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-invisible-tablet {
    visibility: hidden !important; } }

@media screen and (max-width: 991px) {
  .travlr-ui .t-invisible-touch {
    visibility: hidden !important; } }

@media screen and (max-width: 992px) {
  .travlr-ui .t-invisible-desktop {
    visibility: hidden !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-invisible-widescreen {
    visibility: hidden !important; } }

@media screen and (max-width: 1344px) {
  .travlr-ui .t-invisible-fullhd {
    visibility: hidden !important; } }

.travlr-ui .t-display-block {
  display: block; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-display-block-mobile {
    display: block !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-display-block-tablet {
    display: block !important; } }

@media screen and (max-width: 991px) {
  .travlr-ui .t-display-block-touch {
    display: block !important; } }

@media screen and (max-width: 992px) {
  .travlr-ui .t-display-block-desktop {
    display: block !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-display-block-widescreen {
    display: block !important; } }

@media screen and (max-width: 1344px) {
  .travlr-ui .t-display-block-fullhd {
    display: block !important; } }

.travlr-ui .t-display-flex {
  display: flex; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-display-flex-mobile {
    display: flex !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-display-flex-tablet {
    display: flex !important; } }

@media screen and (max-width: 991px) {
  .travlr-ui .t-display-flex-touch {
    display: flex !important; } }

@media screen and (max-width: 992px) {
  .travlr-ui .t-display-flex-desktop {
    display: flex !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-display-flex-widescreen {
    display: flex !important; } }

@media screen and (max-width: 1344px) {
  .travlr-ui .t-display-flex-fullhd {
    display: flex !important; } }

.travlr-ui .t-display-inline {
  display: inline; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-display-inline-mobile {
    display: inline !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-display-inline-tablet {
    display: inline !important; } }

@media screen and (max-width: 991px) {
  .travlr-ui .t-display-inline-touch {
    display: inline !important; } }

@media screen and (max-width: 992px) {
  .travlr-ui .t-display-inline-desktop {
    display: inline !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-display-inline-widescreen {
    display: inline !important; } }

@media screen and (max-width: 1344px) {
  .travlr-ui .t-display-inline-fullhd {
    display: inline !important; } }

.travlr-ui .t-display-inline-block {
  display: inline-block; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-display-inline-block-mobile {
    display: inline-block !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-display-inline-block-tablet {
    display: inline-block !important; } }

@media screen and (max-width: 991px) {
  .travlr-ui .t-display-inline-block-touch {
    display: inline-block !important; } }

@media screen and (max-width: 992px) {
  .travlr-ui .t-display-inline-block-desktop {
    display: inline-block !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-display-inline-block-widescreen {
    display: inline-block !important; } }

@media screen and (max-width: 1344px) {
  .travlr-ui .t-display-inline-block-fullhd {
    display: inline-block !important; } }

.travlr-ui .t-display-inline-flex {
  display: inline-flex; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-display-inline-flex-mobile {
    display: inline-flex !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-display-inline-flex-tablet {
    display: inline-flex !important; } }

@media screen and (max-width: 991px) {
  .travlr-ui .t-display-inline-flex-touch {
    display: inline-flex !important; } }

@media screen and (max-width: 992px) {
  .travlr-ui .t-display-inline-flex-desktop {
    display: inline-flex !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-display-inline-flex-widescreen {
    display: inline-flex !important; } }

@media screen and (max-width: 1344px) {
  .travlr-ui .t-display-inline-flex-fullhd {
    display: inline-flex !important; } }

.travlr-ui .t-display-table {
  display: table; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-display-table-mobile {
    display: table !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-display-table-tablet {
    display: table !important; } }

@media screen and (max-width: 991px) {
  .travlr-ui .t-display-table-touch {
    display: table !important; } }

@media screen and (max-width: 992px) {
  .travlr-ui .t-display-table-desktop {
    display: table !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-display-table-widescreen {
    display: table !important; } }

@media screen and (max-width: 1344px) {
  .travlr-ui .t-display-table-fullhd {
    display: table !important; } }

.travlr-ui .t-display-table-cell {
  display: table-cell; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-display-table-cell-mobile {
    display: table-cell !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-display-table-cell-tablet {
    display: table-cell !important; } }

@media screen and (max-width: 991px) {
  .travlr-ui .t-display-table-cell-touch {
    display: table-cell !important; } }

@media screen and (max-width: 992px) {
  .travlr-ui .t-display-table-cell-desktop {
    display: table-cell !important; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-display-table-cell-widescreen {
    display: table-cell !important; } }

@media screen and (max-width: 1344px) {
  .travlr-ui .t-display-table-cell-fullhd {
    display: table-cell !important; } }

.travlr-ui .t-v-align-top {
  vertical-align: top !important; }

.travlr-ui .t-v-align-bottom {
  vertical-align: bottom !important; }

.travlr-ui .t-v-align-middle {
  vertical-align: middle !important; }

.travlr-ui .t-v-align-sub {
  vertical-align: sub !important; }

.travlr-ui .t-v-align-super {
  vertical-align: super !important; }

.travlr-ui .t-v-align-unset {
  vertical-align: unset !important; }

.travlr-ui .t-w-icon {
  width: 24px; }

.travlr-ui .t-w-100 {
  width: 100%; }

.travlr-ui .t-w-50 {
  width: 50%; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-w-mobile-100 {
    width: 100%; }
  .travlr-ui .t-w-mobile-50 {
    width: 50%; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-w-tablet-100 {
    width: 100%; }
  .travlr-ui .t-w-tablet-50 {
    width: 50%; } }

.travlr-ui .t-line-override {
  position: relative;
  z-index: 9; }

.travlr-ui .t-price-range-fields {
  position: relative; }
  .travlr-ui .t-price-range-fields input {
    padding-left: 26px !important;
    padding-right: 16px !important; }

.travlr-ui .t-price-range-label {
  position: absolute;
  font-size: 14px;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.travlr-ui .t-index-0 {
  z-index: 0 !important; }

.travlr-ui .t-index-4 {
  z-index: 4 !important; }

.travlr-ui .t-index-5 {
  z-index: 5 !important; }

.travlr-ui .t-index-6 {
  z-index: 6 !important; }

.travlr-ui .t-index-8 {
  z-index: 8 !important; }

.travlr-ui .t-index-10 {
  z-index: 10 !important; }

.travlr-ui .t-index-12 {
  z-index: 12 !important; }

.travlr-ui .t-index-15 {
  z-index: 15 !important; }

.travlr-ui .t-index-16 {
  z-index: 16 !important; }

.travlr-ui .t-index-20 {
  z-index: 20 !important; }

.travlr-ui .t-index-24 {
  z-index: 24 !important; }

.travlr-ui .t-index-26 {
  z-index: 26 !important; }

.travlr-ui .t-index-32 {
  z-index: 32 !important; }

.travlr-ui .t-index-36 {
  z-index: 36 !important; }

.travlr-ui .t-index-40 {
  z-index: 40 !important; }

.travlr-ui .t-index-46 {
  z-index: 46 !important; }

.travlr-ui .t-index-48 {
  z-index: 48 !important; }

.travlr-ui .t-index-64 {
  z-index: 64 !important; }

.travlr-ui .t-no-white-space {
  white-space: normal; }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-no-white-space-mobile {
      white-space: normal; } }

.travlr-ui .t-icon-favorite {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .travlr-ui .t-icon-favorite.favorited:before, .travlr-ui .t-icon-favorite:hover:before {
    content: "\EA79" !important;
    display: inline-block;
    font: normal normal normal 24px/1 "TRAVLR" !important;
    text-rendering: auto;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #F45252; }

.travlr-ui .t-ul-with-list {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal; }

.travlr-ui .t-floating-top-filter {
  position: fixed;
  top: 64px;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #006272;
  color: white;
  padding: 4px 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .travlr-ui .t-floating-top-filter button {
    color: white;
    font-size: 14px;
    background: transparent !important;
    border-color: transparent !important;
    font-weight: normal; }
    .travlr-ui .t-floating-top-filter button:hover, .travlr-ui .t-floating-top-filter button:active, .travlr-ui .t-floating-top-filter button:focus {
      background: transparent !important;
      border-color: transparent !important; }

.travlr-ui .t-floating-filter {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: white;
  padding: 8px;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.travlr-ui .t-floating-active {
  opacity: 1;
  visibility: visible;
  pointer-events: fill; }

.travlr-ui .t-floating-submit {
  bottom: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  position: fixed;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2); }

.travlr-ui .t-floating-input-event {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.travlr-ui .t-icon-favorited:before {
  font-family: "TRAVLR";
  content: "\EA79" !important;
  color: #F45252; }

.travlr-ui .t-badge {
  text-transform: uppercase;
  color: white;
  font-size: 8px;
  text-align: center;
  background-color: #2DCCD3;
  padding: 2px;
  border-radius: 2px;
  display: inline; }
  .travlr-ui .t-badge-circle {
    border-radius: 100% !important;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    padding: 0 !important; }
  .travlr-ui .t-badge-hang-top-text {
    vertical-align: super;
    top: -5px; }
  .travlr-ui .t-badge-hang-top-icon {
    vertical-align: super;
    left: -10px;
    top: -10px; }
  .travlr-ui .t-badge-danger {
    background-color: #F45252 !important; }
  .travlr-ui .t-badge-warning {
    background-color: #F9C80E !important; }
  .travlr-ui .t-badge-success {
    background-color: #78CC4E !important; }

.travlr-ui .t-badge-text {
  display: inline-block;
  border: 1px solid #6BA4B8;
  border-radius: 16px;
  padding: 4px 16px;
  color: #6BA4B8;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-right: 4px;
  margin-bottom: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }
  .travlr-ui .t-badge-text:hover {
    background-color: #6BA4B8;
    color: white; }

.travlr-ui .t-badge-alt {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 16px;
  color: #6BA4B8;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-right: 8px;
  margin-bottom: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }
  .travlr-ui .t-badge-alt-icon {
    margin-right: 12px;
    position: relative;
    top: 2px; }
  .travlr-ui .t-badge-alt-content {
    position: relative;
    top: -5px; }
  .travlr-ui .t-badge-alt-default {
    color: #374044;
    background-color: rgba(182, 185, 187, 0.1) !important;
    border: 1px solid #B6B9BB; }
  .travlr-ui .t-badge-alt-danger {
    color: #F45252;
    background-color: rgba(244, 82, 82, 0.1) !important;
    border: 1px solid #F45252; }
  .travlr-ui .t-badge-alt-warning {
    color: #ffffff;
    background-color: rgba(249, 200, 14, 0.1) !important;
    border: 1px solid #F9C80E; }
  .travlr-ui .t-badge-alt-success {
    color: #374044;
    background-color: rgba(120, 204, 78, 0.1) !important;
    border: 1px solid #78CC4E; }

.travlr-ui .t-box {
  background-color: white;
  padding: 24px;
  margin-bottom: 16px;
  border-radius: 4px;
  position: relative; }
  .travlr-ui .t-box.disabled {
    opacity: 0.5; }
  .travlr-ui .t-box-disable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: white;
    opacity: 0.5; }
  .travlr-ui .t-box-mobile, .travlr-ui .t-box-transparent {
    background-color: transparent; }
  .travlr-ui .t-box-tertiary {
    background-color: #006272 !important; }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-box {
      padding: 24px 16px; }
      .travlr-ui .t-box-mobile {
        background-color: white;
        padding: 24px 16px; }
      .travlr-ui .t-box-mobile-transparent {
        background-color: transparent; } }
  .travlr-ui .t-box-small {
    padding: 16px; }
  .travlr-ui .t-box-with-shadow {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
  .travlr-ui .t-box-no-margin {
    margin-bottom: 0 !important; }
  .travlr-ui .t-box-margin-small {
    margin-bottom: 8px !important; }
  .travlr-ui .t-box-margin-large {
    margin-bottom: 40px !important; }

.travlr-ui .t-btn-primary, .travlr-ui .t-btn-secondary, .travlr-ui .t-btn-tertiary, .travlr-ui .t-btn-default, .travlr-ui .t-btn-inverted, .travlr-ui .t-btn-anchor {
  display: inline-block;
  padding: 0 14px;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  text-align: center;
  font-weight: 600;
  outline: 0;
  border: solid 1px transparent;
  cursor: pointer;
  height: 40px;
  line-height: 38px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .travlr-ui .t-btn-primary:disabled, .travlr-ui .t-btn-primary.disabled, .travlr-ui .t-btn-secondary:disabled, .travlr-ui .t-btn-secondary.disabled, .travlr-ui .t-btn-tertiary:disabled, .travlr-ui .t-btn-tertiary.disabled, .travlr-ui .t-btn-default:disabled, .travlr-ui .t-btn-default.disabled, .travlr-ui .t-btn-inverted:disabled, .travlr-ui .t-btn-inverted.disabled, .travlr-ui .t-btn-anchor:disabled, .travlr-ui .t-btn-anchor.disabled {
    opacity: .5;
    cursor: not-allowed; }

.travlr-ui .t-btn-transparent {
  display: inline-block;
  font-size: 16px;
  color: #B6B9BB;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: transparent;
  border: none; }

.travlr-ui .t-btn-read-more {
  display: inline-block;
  color: #2DCCD3;
  padding: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }
  .travlr-ui .t-btn-read-more.active::after {
    content: '\EA04';
    display: inline-block;
    font: normal normal normal 24px/1 "TRAVLR" !important;
    text-rendering: auto;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px); }
  .travlr-ui .t-btn-read-more::after {
    content: '\EA03';
    position: relative;
    display: inline-block;
    font: normal normal normal 24px/1 "TRAVLR" !important;
    text-rendering: auto;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px); }

.travlr-ui .t-btn-primary {
  background-color: #2DCCD3; }
  .travlr-ui .t-btn-primary:active, .travlr-ui .t-btn-primary.active {
    background-color: #1EB8BF; }
  .travlr-ui .t-btn-primary:hover, .travlr-ui .t-btn-primary:focus, .travlr-ui .t-btn-primary:visited {
    background-color: #57DBE1; }
  .travlr-ui .t-btn-primary:disabled, .travlr-ui .t-btn-primary.disabled {
    background-color: #CCCCCC; }

.travlr-ui .t-btn-secondary {
  background-color: #6BA4B8; }
  .travlr-ui .t-btn-secondary:active, .travlr-ui .t-btn-secondary.active {
    background-color: #5D96AA; }
  .travlr-ui .t-btn-secondary:hover, .travlr-ui .t-btn-secondary:focus, .travlr-ui .t-btn-secondary:visited {
    background-color: #81B9CD; }
  .travlr-ui .t-btn-secondary:disabled, .travlr-ui .t-btn-secondary.disabled {
    background-color: #B6B9BB; }

.travlr-ui .t-btn-tertiary {
  background-color: #006272; }
  .travlr-ui .t-btn-tertiary:active, .travlr-ui .t-btn-tertiary.active {
    background-color: #015360; }
  .travlr-ui .t-btn-tertiary:hover, .travlr-ui .t-btn-tertiary:focus, .travlr-ui .t-btn-tertiary:visited {
    background-color: #047486; }
  .travlr-ui .t-btn-tertiary:disabled, .travlr-ui .t-btn-tertiary.disabled {
    background-color: #8E9497; }

.travlr-ui .t-btn-default {
  background-color: transparent !important;
  color: #6BA4B8;
  border: solid 1px #6BA4B8; }
  .travlr-ui .t-btn-default:active, .travlr-ui .t-btn-default.active {
    border-color: #5D96AA !important; }
  .travlr-ui .t-btn-default:hover, .travlr-ui .t-btn-default:focus, .travlr-ui .t-btn-default:visited {
    border-color: #81B9CD !important; }
  .travlr-ui .t-btn-default:disabled, .travlr-ui .t-btn-default.disabled {
    border-color: #B6B9BB;
    color: #8E9497; }

.travlr-ui .t-btn-inverted {
  background-color: transparent !important;
  border: solid 1px white; }
  .travlr-ui .t-btn-inverted:active, .travlr-ui .t-btn-inverted.active {
    border-color: #B6B9BB; }
  .travlr-ui .t-btn-inverted:hover, .travlr-ui .t-btn-inverted:focus, .travlr-ui .t-btn-inverted:visited {
    border-color: #DDDDDD; }
  .travlr-ui .t-btn-inverted:disabled, .travlr-ui .t-btn-inverted.disabled {
    border-color: white; }

.travlr-ui .t-btn-anchor {
  background-color: transparent !important;
  color: #6BA4B8;
  border: solid 1px transparent !important; }
  .travlr-ui .t-btn-anchor:active, .travlr-ui .t-btn-anchor.active {
    background-color: rgba(129, 185, 205, 0.2) !important; }
  .travlr-ui .t-btn-anchor:hover, .travlr-ui .t-btn-anchor:focus, .travlr-ui .t-btn-anchor:visited {
    background-color: rgba(129, 185, 205, 0.1) !important; }
  .travlr-ui .t-btn-anchor:disabled, .travlr-ui .t-btn-anchor.disabled {
    color: #8E9497; }

.travlr-ui .t-btn-full {
  display: block;
  width: 100%; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-btn-full-on-mobile {
    display: block !important;
    width: 100% !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-btn-full-on-tablet {
    display: block !important;
    width: 100% !important; } }

.travlr-ui .t-btn-not-allowed {
  cursor: not-allowed; }

.travlr-ui .t-btn-with-icon .t-icon {
  padding-right: 4px;
  font-size: 22px;
  position: relative;
  top: 5px; }

.travlr-ui .t-btn-small {
  font-size: 14px !important;
  padding: 0 8px !important;
  height: 32px;
  line-height: 32px; }

.travlr-ui .t-btn-large {
  font-size: 18px !important;
  padding: 0 20px !important;
  height: 48px;
  line-height: 48px; }

.travlr-ui .t-btn.is-loading {
  position: relative;
  background-color: #8E9497;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .travlr-ui .t-btn.is-loading:after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: '\EAB6';
    display: inline-block;
    font: normal normal normal 24px/1 "TRAVLR" !important;
    text-rendering: auto;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px !important;
    position: relative;
    z-index: 9;
    margin-left: 5px;
    top: 5px; }

.travlr-ui .t-form-inline .t-input-group {
  display: inline-block !important; }

.travlr-ui .t-form .t-input-group-with-button {
  display: table; }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-form .t-input-group-with-button {
      width: 100%; } }
  .travlr-ui .t-form .t-input-group-with-button .t-input-group {
    display: table-cell;
    vertical-align: middle; }
  .travlr-ui .t-form .t-input-group-with-button .t-input-text, .travlr-ui .t-form .t-input-group-with-button .t-input-text-tinted {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .travlr-ui .t-form .t-input-group-with-button .t-btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }

.travlr-ui .t-form .t-input-group {
  margin-bottom: 12px; }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-form .t-input-group {
      width: 100%;
      margin-right: 0 !important; } }
  .travlr-ui .t-form .t-input-group.has-error .t-input-text, .travlr-ui .t-form .t-input-group.has-error .t-input-text-tinted, .travlr-ui .t-form .t-input-group.has-error .t-input-textarea, .travlr-ui .t-form .t-input-group.has-error .t-input-textarea-tinted {
    border-color: #F45252 !important; }
  .travlr-ui .t-form .t-input-group.has-error .t-input-label {
    color: #F45252 !important; }
  .travlr-ui .t-form .t-input-group.has-success .t-input-text, .travlr-ui .t-form .t-input-group.has-success .t-input-text-tinted, .travlr-ui .t-form .t-input-group.has-success .t-input-textarea, .travlr-ui .t-form .t-input-group.has-success .t-input-textarea-tinted {
    border-color: #78CC4E !important; }
  .travlr-ui .t-form .t-input-group.has-success .t-input-label {
    color: #78CC4E !important; }
  .travlr-ui .t-form .t-input-group .t-input-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal; }
  .travlr-ui .t-form .t-input-group .t-input-message {
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 1.33;
    letter-spacing: 0.2px;
    color: #374044;
    margin-top: 8px; }
  .travlr-ui .t-form .t-input-group .t-input-validation {
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 1.33;
    letter-spacing: 0.2px;
    color: #F45252;
    margin-top: 8px; }
  .travlr-ui .t-form .t-input-group .t-input-text, .travlr-ui .t-form .t-input-group .t-input-text-tinted, .travlr-ui .t-form .t-input-group .t-input-textarea, .travlr-ui .t-form .t-input-group .t-input-textarea-tinted {
    width: 100%;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    cursor: pointer;
    padding: 0 34px 0 12px;
    outline: 0;
    color: #374044;
    font-size: 14px;
    -webkit-appearance: none; }
    .travlr-ui .t-form .t-input-group .t-input-text::-moz-placeholder, .travlr-ui .t-form .t-input-group .t-input-text-tinted::-moz-placeholder, .travlr-ui .t-form .t-input-group .t-input-textarea::-moz-placeholder, .travlr-ui .t-form .t-input-group .t-input-textarea-tinted::-moz-placeholder {
      color: #8E9497;
      font-size: 14px; }
    .travlr-ui .t-form .t-input-group .t-input-text::-webkit-input-placeholder, .travlr-ui .t-form .t-input-group .t-input-text-tinted::-webkit-input-placeholder, .travlr-ui .t-form .t-input-group .t-input-textarea::-webkit-input-placeholder, .travlr-ui .t-form .t-input-group .t-input-textarea-tinted::-webkit-input-placeholder {
      color: #8E9497;
      font-size: 14px; }
    .travlr-ui .t-form .t-input-group .t-input-text:-moz-placeholder, .travlr-ui .t-form .t-input-group .t-input-text-tinted:-moz-placeholder, .travlr-ui .t-form .t-input-group .t-input-textarea:-moz-placeholder, .travlr-ui .t-form .t-input-group .t-input-textarea-tinted:-moz-placeholder {
      color: #8E9497;
      font-size: 14px; }
    .travlr-ui .t-form .t-input-group .t-input-text:-ms-input-placeholder, .travlr-ui .t-form .t-input-group .t-input-text-tinted:-ms-input-placeholder, .travlr-ui .t-form .t-input-group .t-input-textarea:-ms-input-placeholder, .travlr-ui .t-form .t-input-group .t-input-textarea-tinted:-ms-input-placeholder {
      color: #8E9497;
      font-size: 14px; }
    .travlr-ui .t-form .t-input-group .t-input-text:hover, .travlr-ui .t-form .t-input-group .t-input-text-tinted:hover, .travlr-ui .t-form .t-input-group .t-input-textarea:hover, .travlr-ui .t-form .t-input-group .t-input-textarea-tinted:hover {
      border-color: #999999; }
    .travlr-ui .t-form .t-input-group .t-input-text:focus, .travlr-ui .t-form .t-input-group .t-input-text:visited, .travlr-ui .t-form .t-input-group .t-input-text-tinted:focus, .travlr-ui .t-form .t-input-group .t-input-text-tinted:visited, .travlr-ui .t-form .t-input-group .t-input-textarea:focus, .travlr-ui .t-form .t-input-group .t-input-textarea:visited, .travlr-ui .t-form .t-input-group .t-input-textarea-tinted:focus, .travlr-ui .t-form .t-input-group .t-input-textarea-tinted:visited {
      border-color: #2DCCD3; }
    .travlr-ui .t-form .t-input-group .t-input-text:disabled, .travlr-ui .t-form .t-input-group .t-input-text-tinted:disabled, .travlr-ui .t-form .t-input-group .t-input-textarea:disabled, .travlr-ui .t-form .t-input-group .t-input-textarea-tinted:disabled {
      opacity: .5;
      cursor: not-allowed; }
  .travlr-ui .t-form .t-input-group .t-input-text, .travlr-ui .t-form .t-input-group .t-input-text-tinted {
    height: 40px; }
    .travlr-ui .t-form .t-input-group .t-input-text-small, .travlr-ui .t-form .t-input-group .t-input-text-tinted-small {
      height: 32px; }
    .travlr-ui .t-form .t-input-group .t-input-text-medium, .travlr-ui .t-form .t-input-group .t-input-text-tinted-medium {
      height: 40px; }
    .travlr-ui .t-form .t-input-group .t-input-text-large, .travlr-ui .t-form .t-input-group .t-input-text-tinted-large {
      height: 48px; }
  .travlr-ui .t-form .t-input-group .t-input-text, .travlr-ui .t-form .t-input-group .t-input-textarea {
    background-color: white; }
  .travlr-ui .t-form .t-input-group .t-input-text-tinted, .travlr-ui .t-form .t-input-group .t-input-textarea-tinted {
    background-color: #F4F4F4; }
  .travlr-ui .t-form .t-input-group .t-input-textarea, .travlr-ui .t-form .t-input-group .t-input-textarea-tinted {
    padding: 12px; }
  .travlr-ui .t-form .t-input-group .t-input-multiselect-item {
    color: #374044;
    font-size: 14px;
    text-transform: capitalize;
    height: 14px;
    line-height: 1.4; }
    .travlr-ui .t-form .t-input-group .t-input-multiselect-item-value {
      height: 18px;
      overflow: hidden;
      line-height: 1.4; }
    .travlr-ui .t-form .t-input-group .t-input-multiselect-item .t-icon {
      color: #8E9497;
      font-size: 20px; }
  .travlr-ui .t-form .t-input-group .t-input-global-search {
    min-width: 355px; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-form .t-input-group .t-input-global-search {
        min-width: auto;
        max-width: 100%; } }
  .travlr-ui .t-form .t-input-group .t-input-global-datepicker {
    min-width: 245px;
    max-width: 245px; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-form .t-input-group .t-input-global-datepicker {
        min-width: auto;
        max-width: 100%; } }
  .travlr-ui .t-form .t-input-group .t-input-select {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    -webkit-appearance: none;
    height: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .travlr-ui .t-form .t-input-group .t-input-select:focus, .travlr-ui .t-form .t-input-group .t-input-select:hover {
      border-color: #999999; }
    .travlr-ui .t-form .t-input-group .t-input-select select {
      display: inline-block;
      width: 100%;
      cursor: pointer;
      padding: 10px 15px;
      outline: 0;
      background: transparent;
      border: 0;
      outline: 0;
      color: #374044;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none; }
      .travlr-ui .t-form .t-input-group .t-input-select select::-ms-expand {
        display: none; }
      .travlr-ui .t-form .t-input-group .t-input-select select:disabled {
        opacity: 0.5;
        pointer-events: none; }
    .travlr-ui .t-form .t-input-group .t-input-select-arrow {
      position: absolute;
      top: 8px;
      right: 32px;
      width: 0;
      height: 0;
      pointer-events: none; }
      .travlr-ui .t-form .t-input-group .t-input-select-arrow:after {
        content: '\EA03';
        display: inline-block;
        font: normal normal normal 24px/1 "TRAVLR" !important;
        text-rendering: auto;
        /* Better Font Rendering */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #B6B9BB; }
    .travlr-ui .t-form .t-input-group .t-input-select-small {
      height: 36px; }
    .travlr-ui .t-form .t-input-group .t-input-select-medium {
      height: 40px; }
    .travlr-ui .t-form .t-input-group .t-input-select-large {
      height: 48px; }
      .travlr-ui .t-form .t-input-group .t-input-select-large select {
        padding: 14px 15px; }
      .travlr-ui .t-form .t-input-group .t-input-select-large .t-input-select-arrow {
        top: 12px; }
    .travlr-ui .t-form .t-input-group .t-input-select-tinted {
      background-color: #F4F4F4; }
    .travlr-ui .t-form .t-input-group .t-input-select-disabled:hover {
      border: 1px solid #CCC;
      cursor: no-drop; }
  .travlr-ui .t-form .t-input-group .t-input-control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    cursor: pointer;
    color: #374044;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .travlr-ui .t-form .t-input-group .t-input-control input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
      .travlr-ui .t-form .t-input-group .t-input-control input:checked ~ .t-input-control-indicator {
        border-color: #2DCCD3;
        background: #2DCCD3; }
        .travlr-ui .t-form .t-input-group .t-input-control input:checked ~ .t-input-control-indicator:after {
          display: block; }
      .travlr-ui .t-form .t-input-group .t-input-control input:checked:focus ~ .t-input-control-indicator {
        background: #2DCCD3; }
      .travlr-ui .t-form .t-input-group .t-input-control input:disabled ~ .t-input-control-indicator {
        background: #e6e6e6;
        opacity: 0.6;
        pointer-events: none; }
    .travlr-ui .t-form .t-input-group .t-input-control:hover {
      color: #2DCCD3 !important; }
      .travlr-ui .t-form .t-input-group .t-input-control:hover input ~ .t-input-control-indicator {
        border-color: #2DCCD3; }
      .travlr-ui .t-form .t-input-group .t-input-control:hover input:not([disabled]):checked ~ .t-input-control-indicator {
        background: #2DCCD3; }
  .travlr-ui .t-form .t-input-group .t-input-control-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 2px solid #8E9497;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .travlr-ui .t-form .t-input-group .t-input-control-indicator:after {
      content: '';
      position: absolute;
      display: none; }
  .travlr-ui .t-form .t-input-group .t-input-control-radio.disabled {
    opacity: 0.5;
    pointer-events: none; }
  .travlr-ui .t-form .t-input-group .t-input-control-radio .t-input-control-indicator {
    border-radius: 50%;
    background: white !important; }
    .travlr-ui .t-form .t-input-group .t-input-control-radio .t-input-control-indicator:after {
      left: 2px;
      top: 2px;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background: #2DCCD3;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .travlr-ui .t-form .t-input-group .t-input-control-radio input:disabled ~ .t-input-control-indicator:after {
    background: #7b7b7b; }
  .travlr-ui .t-form .t-input-group .t-input-control-checkbox.disabled {
    opacity: 0.5;
    pointer-events: none; }
  .travlr-ui .t-form .t-input-group .t-input-control-checkbox .t-input-control-indicator:after {
    display: inline-block;
    font: normal normal normal 24px/1 "TRAVLR" !important;
    text-rendering: auto;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\EA44';
    left: -2px;
    top: -2px;
    width: 18px;
    height: 18px;
    color: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 18px !important; }
  .travlr-ui .t-form .t-input-group .t-input-control-checkbox input:disabled ~ .t-input-control-indicator:after {
    opacity: 0 !important;
    border-color: #CCCCCC; }
  .travlr-ui .t-form .t-input-group .t-input-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #374044;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .travlr-ui .t-form .t-input-group .t-input-checkbox input:checked ~ .travlr-ui .t-form .t-input-group .t-input-checkbox {
      display: block !important; }
    .travlr-ui .t-form .t-input-group .t-input-checkbox input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
      .travlr-ui .t-form .t-input-group .t-input-checkbox input:checked ~ .travlr-ui .t-form .t-input-group .t-input-checkbox input .t-input-checkbox-indicator {
        display: block;
        background-color: #2DCCD3;
        border: 2px solid #2DCCD3; }
        .travlr-ui .t-form .t-input-group .t-input-checkbox input:checked ~ .travlr-ui .t-form .t-input-group .t-input-checkbox input .t-input-checkbox-indicator:after {
          display: block; }
    .travlr-ui .t-form .t-input-group .t-input-checkbox-indicator {
      position: absolute;
      top: 2px;
      left: 0;
      height: 18px;
      width: 18px;
      background-color: transparent;
      border: 2px solid #8E9497;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .travlr-ui .t-form .t-input-group .t-input-checkbox-indicator:after {
        display: inline-block;
        font: normal normal normal 24px/1 "TRAVLR" !important;
        text-rendering: auto;
        /* Better Font Rendering */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\EA44';
        position: absolute;
        display: none;
        left: -2px;
        top: -2px;
        width: 18px;
        height: 18px;
        color: white;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 18px !important; }
    .travlr-ui .t-form .t-input-group .t-input-checkbox:hover {
      color: #2DCCD3 !important; }
      .travlr-ui .t-form .t-input-group .t-input-checkbox:hover .t-input-checkbox-indicator {
        border: 2px solid #2DCCD3 !important; }
    .travlr-ui .t-form .t-input-group .t-input-checkbox:focus, .travlr-ui .t-form .t-input-group .t-input-checkbox:visited {
      border-color: #2DCCD3; }
    .travlr-ui .t-form .t-input-group .t-input-checkbox:disabled {
      opacity: .5;
      cursor: not-allowed; }
  .travlr-ui .t-form .t-input-group .t-input-tag {
    display: none; }
    .travlr-ui .t-form .t-input-group .t-input-tag:checked + .t-input-tag-primary {
      background-color: #2DCCD3;
      color: #FFFFFF; }
    .travlr-ui .t-form .t-input-group .t-input-tag:checked + .t-input-tag-secondary {
      background-color: #6BA4B8;
      color: #FFFFFF; }
    .travlr-ui .t-form .t-input-group .t-input-tag:checked + .t-input-tag-tertiary {
      background-color: #006272;
      color: #FFFFFF; }
    .travlr-ui .t-form .t-input-group .t-input-tag:disabled + .t-input-tag-label {
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5; }
      .travlr-ui .t-form .t-input-group .t-input-tag:disabled + .t-input-tag-label:hover {
        cursor: not-allowed; }
        .travlr-ui .t-form .t-input-group .t-input-tag:disabled + .t-input-tag-label:hover.t-input-tag-primary {
          background-color: unset;
          color: #2DCCD3; }
        .travlr-ui .t-form .t-input-group .t-input-tag:disabled + .t-input-tag-label:hover.t-input-tag-secondary {
          background-color: unset;
          color: #6BA4B8; }
        .travlr-ui .t-form .t-input-group .t-input-tag:disabled + .t-input-tag-label:hover.t-input-tag-tertiary {
          background-color: unset;
          color: #006272; }
    .travlr-ui .t-form .t-input-group .t-input-tag-label {
      cursor: pointer;
      padding: 5px 16px;
      font-size: 14px;
      font-weight: 600;
      line-height: 18px;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      border-radius: 16px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .travlr-ui .t-form .t-input-group .t-input-tag-label-full {
      width: 100%;
      display: block;
      text-align: center; }
    .travlr-ui .t-form .t-input-group .t-input-tag-primary.t-input-tag-label {
      border: 1px solid #2DCCD3;
      color: #2DCCD3; }
      .travlr-ui .t-form .t-input-group .t-input-tag-primary.t-input-tag-label:hover {
        background-color: #2DCCD3;
        color: #FFFFFF; }
    .travlr-ui .t-form .t-input-group .t-input-tag-secondary.t-input-tag-label {
      border: 1px solid #6BA4B8;
      color: #6BA4B8; }
      .travlr-ui .t-form .t-input-group .t-input-tag-secondary.t-input-tag-label:hover {
        background-color: #6BA4B8;
        color: #FFFFFF; }
    .travlr-ui .t-form .t-input-group .t-input-tag-tertiary.t-input-tag-label {
      border: 1px solid #006272;
      color: #006272; }
      .travlr-ui .t-form .t-input-group .t-input-tag-tertiary.t-input-tag-label:hover {
        background-color: #006272;
        color: #FFFFFF; }
  .travlr-ui .t-form .t-input-group .t-input-toggle {
    display: none; }
    .travlr-ui .t-form .t-input-group .t-input-toggle, .travlr-ui .t-form .t-input-group .t-input-toggle:after, .travlr-ui .t-form .t-input-group .t-input-toggle:before,
    .travlr-ui .t-form .t-input-group .t-input-toggle *,
    .travlr-ui .t-form .t-input-group .t-input-toggle *:after,
    .travlr-ui .t-form .t-input-group .t-input-toggle *:before,
    .travlr-ui .t-form .t-input-group .t-input-toggle + .t-input-toggle-btn {
      box-sizing: border-box; }
      .travlr-ui .t-form .t-input-group .t-input-toggle::selection, .travlr-ui .t-form .t-input-group .t-input-toggle:after::selection, .travlr-ui .t-form .t-input-group .t-input-toggle:before::selection,
      .travlr-ui .t-form .t-input-group .t-input-toggle *::selection,
      .travlr-ui .t-form .t-input-group .t-input-toggle *:after::selection,
      .travlr-ui .t-form .t-input-group .t-input-toggle *:before::selection,
      .travlr-ui .t-form .t-input-group .t-input-toggle + .t-input-toggle-btn::selection {
        background: none; }
    .travlr-ui .t-form .t-input-group .t-input-toggle + .t-input-toggle-btn {
      outline: 0;
      display: inline-block;
      width: 40px;
      height: 22px;
      position: relative;
      cursor: pointer;
      user-select: none;
      vertical-align: middle; }
      .travlr-ui .t-form .t-input-group .t-input-toggle + .t-input-toggle-btn:after, .travlr-ui .t-form .t-input-group .t-input-toggle + .t-input-toggle-btn:before {
        position: relative;
        display: block;
        content: "";
        width: 50%;
        height: 100%; }
      .travlr-ui .t-form .t-input-group .t-input-toggle + .t-input-toggle-btn:after {
        left: 0; }
      .travlr-ui .t-form .t-input-group .t-input-toggle + .t-input-toggle-btn:before {
        display: none; }
    .travlr-ui .t-form .t-input-group .t-input-toggle:checked + .t-input-toggle-btn:after {
      left: 50%; }
    .travlr-ui .t-form .t-input-group .t-input-toggle-label {
      margin-left: 8px;
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal; }
  .travlr-ui .t-form .t-input-group .t-input-toggle-light + .t-input-toggle-btn {
    background: #dddddd;
    border-radius: 2em;
    padding: 2px;
    transition: all .4s ease; }
    .travlr-ui .t-form .t-input-group .t-input-toggle-light + .t-input-toggle-btn:after {
      border-radius: 50%;
      background: #fff;
      transition: all .2s ease; }
  .travlr-ui .t-form .t-input-group .t-input-toggle-light:checked + .t-input-toggle-btn {
    background: #2DCCD3; }

.travlr-ui .t-form .t-input-group-with-icon {
  position: relative; }
  .travlr-ui .t-form .t-input-group-with-icon .t-input-icon-left {
    left: 10px;
    color: #8E9497 !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px !important;
    z-index: 2; }
  .travlr-ui .t-form .t-input-group-with-icon .t-input-icon-right {
    right: 10px;
    color: #B6B9BB !important;
    border: 0;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px !important; }
  .travlr-ui .t-form .t-input-group-with-icon .t-input-icon-group {
    position: relative; }
  .travlr-ui .t-form .t-input-group-with-icon .t-input-text-icon-left, .travlr-ui .t-form .t-input-group-with-icon .t-input-text-tinted-left {
    padding-left: 40px;
    padding-right: 16px !important; }
  .travlr-ui .t-form .t-input-group-with-icon .t-input-text-icon-right, .travlr-ui .t-form .t-input-group-with-icon .t-input-text-tinted-right {
    padding-right: 40px;
    padding-left: 16px !important; }

.travlr-ui .t-form .t-input-number-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 9;
  color: #374044;
  font-size: 14px;
  min-width: 300px;
  padding: 16px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .travlr-ui .t-form .t-input-number-dropdown.active {
    opacity: 1;
    visibility: visible;
    pointer-events: fill; }
  .travlr-ui .t-form .t-input-number-dropdown-cadet {
    position: absolute;
    top: -12px;
    left: 10px;
    font-size: 16px;
    color: white; }

.travlr-ui .el-input-number {
  width: 128px; }
  .travlr-ui .el-input-number__increase, .travlr-ui .el-input-number__decrease {
    background: #F4F4F4; }

.travlr-ui .el-input__inner:focus {
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */ }

.travlr-ui input[type="color"],
.travlr-ui input[type="date"],
.travlr-ui input[type="datetime"],
.travlr-ui input[type="datetime-local"],
.travlr-ui input[type="email"],
.travlr-ui input[type="month"],
.travlr-ui input[type="number"],
.travlr-ui input[type="password"],
.travlr-ui input[type="search"],
.travlr-ui input[type="tel"],
.travlr-ui input[type="text"],
.travlr-ui input[type="time"],
.travlr-ui input[type="url"],
.travlr-ui input[type="week"],
.travlr-ui select:focus,
.travlr-ui textarea {
  font-size: 16px;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .travlr-ui select,
  .travlr-ui textarea,
  .travlr-ui input {
    font-size: 16px; } }

.travlr-ui .t-image-circle {
  border-radius: 100%; }

.travlr-ui .t-image-rounded {
  border-radius: 4px; }

.travlr-ui .t-image-avatar, .travlr-ui .t-image-avatar-small, .travlr-ui .t-image-avatar-large {
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #DDDDDD; }

.travlr-ui .t-image-avatar {
  width: 80px;
  height: 80px;
  background-color: #DDDDDD; }
  .travlr-ui .t-image-avatar-border {
    border: 2px solid #DDDDDD;
    background-color: #DDDDDD; }
  .travlr-ui .t-image-avatar-extra-small {
    width: 24px;
    height: 24px; }
  .travlr-ui .t-image-avatar-small {
    width: 48px;
    height: 48px; }
  .travlr-ui .t-image-avatar-large {
    width: 100px;
    height: 100px; }

.travlr-ui .t-image-thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 4px;
  background-color: #DDDDDD; }
  .travlr-ui .t-image-thumb-small {
    width: 120px;
    height: 75px; }
  .travlr-ui .t-image-thumb-medium {
    width: 200px;
    height: 125px; }
  .travlr-ui .t-image-thumb-large {
    width: 320px;
    height: 200px; }

.travlr-ui .t-heading-1, .travlr-ui .t-heading-2, .travlr-ui .t-heading-3, .travlr-ui .t-heading-4, .travlr-ui .t-heading-5, .travlr-ui .t-heading-6, .travlr-ui .t-pagination li, .travlr-ui .t-pagination li span,
.travlr-ui .t-pagination li a,
.travlr-ui .t-pagination li div {
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }

.travlr-ui .t-heading-1 {
  font-size: 32px;
  line-height: 36px; }

.travlr-ui .t-heading-2 {
  font-size: 28px;
  line-height: 32px; }

.travlr-ui .t-heading-3 {
  font-size: 24px;
  line-height: 28px; }

.travlr-ui .t-heading-4 {
  font-size: 20px;
  line-height: 24px; }

.travlr-ui .t-heading-5 {
  font-size: 16px;
  line-height: 20px; }

.travlr-ui .t-heading-6, .travlr-ui .t-pagination li, .travlr-ui .t-pagination li span,
.travlr-ui .t-pagination li a,
.travlr-ui .t-pagination li div {
  font-size: 14px;
  line-height: 18px; }

.travlr-ui .t-body-text, .travlr-ui .t-pagination-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }

.travlr-ui .t-supplementary-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }

.travlr-ui .t-label-text {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }

.travlr-ui .t-label-text-small, .travlr-ui .t-tabs-title, .travlr-ui .t-tabs-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }

.travlr-ui .t-text-callout {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }

.travlr-ui .t-text-callout-small {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }

.travlr-ui .t-caption {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }

.travlr-ui .t-caption-small {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-heading-mobile {
    font-size: 24px; } }

.travlr-ui .t-accordion {
  padding: 16px 0;
  margin: 0; }
  .travlr-ui .t-accordion-icon {
    display: table-cell !important;
    vertical-align: middle;
    text-align: right; }
  .travlr-ui .t-accordion-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #374044;
    display: table-cell;
    vertical-align: middle; }
  .travlr-ui .t-accordion-item {
    border-bottom: 1px solid #CCCCCC;
    -webkit-transition: max-height 0.15s ease-out;
    -moz-transition: max-height 0.15s ease-out;
    -o-transition: max-height 0.15s ease-out;
    -ms-transition: max-height 0.15s ease-out;
    transition: max-height 0.15s ease-out;
    height: auto;
    max-height: 45px;
    overflow: hidden;
    cursor: pointer; }
    .travlr-ui .t-accordion-item:last-child {
      border-bottom: 0; }
    .travlr-ui .t-accordion-item.active, .travlr-ui .t-accordion-item-list.active,
    .travlr-ui .t-accordion-item > li.active {
      max-height: none;
      -webkit-transition: max-height 0.25s ease-in;
      -moz-transition: max-height 0.25s ease-in;
      -o-transition: max-height 0.25s ease-in;
      -ms-transition: max-height 0.25s ease-in;
      transition: max-height 0.25s ease-in; }
      .travlr-ui .t-accordion-item.active .t-accordion-icon, .travlr-ui .t-accordion-item-list.active .t-accordion-icon,
      .travlr-ui .t-accordion-item > li.active .t-accordion-icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        text-align: left; }
    .travlr-ui .t-accordion-item-header {
      display: table;
      width: 100%;
      min-height: 45px;
      cursor: pointer; }
    .travlr-ui .t-accordion-item-body {
      display: block;
      padding: 12px 0;
      font-size: 14px;
      line-height: 20px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      color: #374044; }

.travlr-ui .t-alert {
  width: 100%;
  color: white;
  position: fixed;
  left: 0;
  top: 12px;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-alert {
      top: 0 !important; } }
  .travlr-ui .t-alert-body {
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    display: block;
    max-width: 560px;
    margin: 0 auto;
    padding: 0 24px;
    border-radius: 4px;
    background-color: #2DCCD3;
    max-width: 560px;
    min-width: 560px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal; }
    .travlr-ui .t-alert-body::after {
      clear: both;
      content: " ";
      display: table; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-alert-body {
        max-width: 100%;
        min-width: 100%;
        border-radius: 0 !important;
        height: 48px !important;
        line-height: 48px !important; } }
  .travlr-ui .t-alert.active {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important; }
  .travlr-ui .t-alert-danger {
    background-color: #F45252 !important; }
  .travlr-ui .t-alert-warning {
    background-color: #F9C80E !important; }
  .travlr-ui .t-alert-success {
    background-color: #78CC4E !important; }
  .travlr-ui .t-alert-icon-info {
    margin-right: 16px;
    font-size: 20px;
    color: white; }
  .travlr-ui .t-alert-icon-close {
    float: right;
    font-size: 20px;
    color: white; }

.travlr-ui .t-alert-alt {
  width: 100%;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .travlr-ui .t-alert-alt-body {
    padding: 14px 16px;
    display: table;
    width: 100%; }
  .travlr-ui .t-alert-alt.active {
    display: block;
    opacity: 1 !important;
    visibility: visible !important; }
  .travlr-ui .t-alert-alt.default {
    color: #374044;
    background-color: rgba(182, 185, 187, 0.1) !important;
    border: 1px solid #B6B9BB; }
    .travlr-ui .t-alert-alt.default .t-icon {
      color: #B6B9BB !important; }
      .travlr-ui .t-alert-alt.default .t-icon:after {
        color: #B6B9BB !important;
        content: "\EA83";
        font-size: 24px; }
  .travlr-ui .t-alert-alt.danger {
    color: #F45252;
    background-color: rgba(244, 82, 82, 0.1) !important;
    border: 1px solid #F45252; }
    .travlr-ui .t-alert-alt.danger .t-icon {
      color: #F45252 !important; }
      .travlr-ui .t-alert-alt.danger .t-icon:after {
        color: #F45252 !important;
        content: '\EA4A';
        font-size: 24px; }
  .travlr-ui .t-alert-alt.warning {
    color: #F9C80E;
    background-color: rgba(249, 200, 14, 0.1) !important;
    border: 1px solid #F9C80E; }
    .travlr-ui .t-alert-alt.warning .t-icon {
      color: #F9C80E !important; }
      .travlr-ui .t-alert-alt.warning .t-icon:after {
        color: #F9C80E !important;
        content: "\EA60";
        font-size: 24px; }
  .travlr-ui .t-alert-alt.success {
    color: #78CC4E;
    background-color: rgba(120, 204, 78, 0.1) !important;
    border: 1px solid #78CC4E; }
    .travlr-ui .t-alert-alt.success .t-icon {
      color: #78CC4E !important; }
      .travlr-ui .t-alert-alt.success .t-icon:after {
        color: #78CC4E !important;
        content: "\EA3E";
        font-size: 24px; }
  .travlr-ui .t-alert-alt-icon {
    display: table-cell !important;
    vertical-align: middle;
    width: 24px;
    padding-right: 12px; }
  .travlr-ui .t-alert-alt-text {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal; }

.travlr-ui .t-breadcrumb-item {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer; }
  .travlr-ui .t-breadcrumb-item > a,
  .travlr-ui .t-breadcrumb-item span,
  .travlr-ui .t-breadcrumb-item div,
  .travlr-ui .t-breadcrumb-item p {
    color: #8E9497;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal; }
  .travlr-ui .t-breadcrumb-item:first-child {
    padding-left: 0 !important; }
  .travlr-ui .t-breadcrumb-item:last-child {
    padding-right: 0 !important; }
    .travlr-ui .t-breadcrumb-item:last-child:after {
      content: '';
      padding: 0 !important; }
  .travlr-ui .t-breadcrumb-item:after {
    padding: 0 12px;
    content: '/';
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #8E9497; }
  .travlr-ui .t-breadcrumb-item.active > a,
  .travlr-ui .t-breadcrumb-item.active span,
  .travlr-ui .t-breadcrumb-item.active div,
  .travlr-ui .t-breadcrumb-item.active p {
    color: #006272 !important; }
  .travlr-ui .t-breadcrumb-item:hover > a,
  .travlr-ui .t-breadcrumb-item:hover span,
  .travlr-ui .t-breadcrumb-item:hover div,
  .travlr-ui .t-breadcrumb-item:hover p {
    color: #6BA4B8 !important; }
  .travlr-ui .t-breadcrumb-item.disabled {
    cursor: not-allowed; }
    .travlr-ui .t-breadcrumb-item.disabled > a,
    .travlr-ui .t-breadcrumb-item.disabled span,
    .travlr-ui .t-breadcrumb-item.disabled div,
    .travlr-ui .t-breadcrumb-item.disabled p {
      color: #8E9497 !important;
      cursor: not-allowed;
      text-decoration: none;
      pointer-events: none; }

.travlr-ui .t-card {
  /*
       * Card Skeleton for Loading
       */ }
  .travlr-ui .t-card-background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .travlr-ui .t-card-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(55, 64, 68, 0.4); }
  .travlr-ui .t-card-content, .travlr-ui .t-card-title {
    overflow: hidden;
    border-radius: 4px;
    width: 100%;
    z-index: 2;
    margin-bottom: 16px; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-card-content, .travlr-ui .t-card-title {
        width: 100%; } }
  .travlr-ui .t-card-content {
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
    .travlr-ui .t-card-content:hover .t-card-content-header-background {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
      -o-transform: translate3d(-50%, -50%, 0) scale(1.1);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
      transform: translate3d(-50%, -50%, 0) scale(1.1); }
    .travlr-ui .t-card-content-header {
      min-height: 170px;
      max-height: 170px;
      background-color: #dddddd;
      text-align: center; }
      .travlr-ui .t-card-content-header:before {
        content: "\EA86";
        color: #cccccc;
        display: inline-block;
        font: normal normal normal 24px/1 "TRAVLR" !important;
        text-rendering: auto;
        /* Better Font Rendering */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 72px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
      .travlr-ui .t-card-content-header-background {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        left: 50%;
        top: 50%;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-appearance: none !important; }
      .travlr-ui .t-card-content-header-separator {
        border-bottom: 1px solid #eee; }
    .travlr-ui .t-card-content-body {
      padding: 12px 16px 0; }
      .travlr-ui .t-card-content-body-title {
        min-height: 40px;
        max-height: 40px; }
    .travlr-ui .t-card-content-footer {
      padding: 0 16px 12px;
      min-height: 60px; }
  .travlr-ui .t-card-title {
    padding: 24px;
    position: relative !important;
    overflow: hidden !important;
    display: block !important; }
    .travlr-ui .t-card-title:hover .t-card-background {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .travlr-ui .t-card-title-content {
      z-index: 2;
      position: absolute !important;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0) !important;
      -moz-transform: translate3d(-50%, -50%, 0) !important;
      -o-transform: translate3d(-50%, -50%, 0) !important;
      -ms-transform: translate3d(-50%, -50%, 0) !important;
      transform: translate3d(-50%, -50%, 0) !important;
      width: 100%;
      padding: 0 16px; }
      .travlr-ui .t-card-title-content.top {
        top: 25%;
        padding-bottom: 24px; }
      .travlr-ui .t-card-title-content.bottom {
        top: 80%;
        padding-bottom: 24px; }
      .travlr-ui .t-card-title-content-description {
        padding: 7px 14px;
        border-radius: 16px;
        background-color: rgba(55, 64, 68, 0.4); }
    .travlr-ui .t-card-title-small {
      min-height: 170px;
      max-height: 170px; }
      @media screen and (max-width: 480px) {
        .travlr-ui .t-card-title-small {
          min-height: 230px !important;
          max-height: 230px !important; } }
      @media screen and (min-width: 768px) and (max-width: 1024px), print {
        .travlr-ui .t-card-title-small {
          min-height: 230px !important;
          max-height: 230px !important; } }
    .travlr-ui .t-card-title-large {
      min-height: 230px;
      max-height: 230px; }
      .travlr-ui .t-card-title-large:before {
        content: "\EA86";
        color: #cccccc;
        display: inline-block;
        font: normal normal normal 24px/1 "TRAVLR" !important;
        text-rendering: auto;
        /* Better Font Rendering */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 72px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
  .travlr-ui .t-card-wishlist {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    color: white;
    padding: 0;
    border: 0; }
    .travlr-ui .t-card-wishlist.active .icon-heart-o:before, .travlr-ui .t-card-wishlist:hover .icon-heart-o:before {
      font-family: "TRAVLR";
      content: '\EA79';
      color: #F45252; }
  .travlr-ui .t-card-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10; }

@keyframes placeholder {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
  .travlr-ui .t-card-skeleton {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .travlr-ui .t-card-skeleton.active {
      opacity: 1;
      visibility: visible; }
    .travlr-ui .t-card-skeleton-image {
      height: 170px;
      width: 100%;
      animation-duration: 1.25s;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      animation-name: placeholder;
      animation-timing-function: linear;
      background: #dddddd;
      background: linear-gradient(to right, #DDDDDD 8%, #F0F0F0 18%, #DDDDDD 33%);
      background-size: 800px 104px;
      position: relative;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .travlr-ui .t-card-skeleton-text {
      padding: 16px;
      background-color: white; }
    .travlr-ui .t-card-skeleton-line {
      height: 16px;
      margin-bottom: 6px;
      animation-duration: 1.25s;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      animation-name: placeholder;
      animation-timing-function: linear;
      background: #dddddd;
      background: linear-gradient(to right, #DDDDDD 8%, #F0F0F0 18%, #DDDDDD 33%);
      background-size: 800px 104px;
      position: relative; }
      .travlr-ui .t-card-skeleton-line.small {
        height: 12px; }
      .travlr-ui .t-card-skeleton-line.line-1 {
        width: 100%; }
      .travlr-ui .t-card-skeleton-line.line-2 {
        width: 50%;
        margin-bottom: 16px; }
      .travlr-ui .t-card-skeleton-line.line-3 {
        width: 20%; }
      .travlr-ui .t-card-skeleton-line.line-4 {
        width: 40%; }

@media screen and (max-width: 480px) {
  .travlr-ui .el-date-picker {
    z-index: 9999 !important; } }

.travlr-ui .el-input::-webkit-scrollbar {
  z-index: 0 !important; }

.travlr-ui .t-date-picker-large /deep/ .el-input__inner {
  line-height: 48px !important;
  height: 48px !important; }

.travlr-ui .t-date-picker-transparent /deep/ .el-input__inner {
  background-color: transparent !important; }

body.travlr-ui.t-modal-active {
  overflow: hidden; }

.travlr-ui .t-modal {
  pointer-events: none;
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .travlr-ui .t-modal.active {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: visible; }
    .travlr-ui .t-modal.active .t-modal-overlay {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .travlr-ui .t-modal.active .t-modal-content {
      opacity: 1;
      visibility: visible; }
    .travlr-ui .t-modal.active .t-modal {
      opacity: 1;
      visibility: visible;
      background-color: rgba(0, 0, 0, 0.8);
      pointer-events: visible; }
  .travlr-ui .t-modal-content {
    max-width: 464px;
    min-width: 464px;
    margin: 0 auto;
    padding: 24px;
    background-color: white;
    min-width: 464px;
    opacity: 0;
    visibility: visible;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    overflow: auto;
    max-height: 80%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-modal-content {
        max-width: 100%;
        max-height: 100%;
        min-width: 100%;
        border-radius: 0;
        padding: 0;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); } }
  .travlr-ui .t-modal-header {
    position: relative;
    padding-bottom: 16px;
    text-align: left; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-modal-header {
        padding: 14px;
        text-align: center;
        font-size: 16px;
        z-index: 9;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
        .travlr-ui .t-modal-header .t-heading-4 {
          font-size: 16px;
          vertical-align: middle; } }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-modal-close {
      position: absolute;
      right: 16px; } }
  .travlr-ui .t-modal-body {
    text-align: left;
    color: #374044;
    margin-top: 16px; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-modal-body {
        padding: 16px;
        margin-top: 0;
        height: calc(100vh - 52px);
        overflow: auto; } }
  .travlr-ui .t-modal-footer {
    text-align: right;
    padding-top: 32px; }
  .travlr-ui .t-modal-overlay {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-modal-overlay {
        padding: 0;
        vertical-align: top;
        background-color: #F4F4F4;
        display: block;
        width: 100%; } }

.travlr-ui .t-notification {
  max-width: 368px;
  min-width: 368px;
  color: #374044;
  position: relative;
  right: 0;
  top: 0;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  right: 0;
  top: 0; }
  .travlr-ui .t-notification.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-notification {
      max-width: 100%;
      min-width: 100%;
      width: 100%;
      transform: translateX(50%) !important; } }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-notification {
      right: 50% !important;
      bottom: auto !important;
      top: 0 !important; } }
  .travlr-ui .t-notification-content {
    background-color: white;
    padding: 20px 24px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    display: table;
    width: 100%;
    border: 1px solid #DDDDDD; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-notification-content {
        border-radius: 0 !important; } }
  .travlr-ui .t-notification-body {
    display: table-cell;
    vertical-align: top; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-notification-body {
        max-width: 100%;
        min-width: 100%;
        border-radius: 0 !important;
        height: 48px !important;
        line-height: 48px !important; } }
  .travlr-ui .t-notification-close {
    display: table-cell;
    vertical-align: top; }
  .travlr-ui .t-notification.default .t-notification-icon {
    display: table-cell;
    vertical-align: top;
    padding-right: 16px;
    width: 26px;
    height: 26px; }
    .travlr-ui .t-notification.default .t-notification-icon .t-icon:after {
      font-family: "TRAVLR";
      border-radius: 100%;
      text-align: center;
      color: white;
      width: 26px;
      height: 26px;
      color: #6BA4B8 !important;
      content: "\EA8A";
      font-size: 32px; }
  .travlr-ui .t-notification.fluid {
    max-width: 100%;
    min-width: 100%;
    width: 100%; }
  .travlr-ui .t-notification.sticky {
    position: fixed !important;
    right: 24px;
    top: 88px; }
    .travlr-ui .t-notification.sticky.fluid {
      min-width: 95%;
      max-width: 95%;
      width: 95%; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-notification.sticky {
        min-width: 95%;
        max-width: 95%;
        width: 95%;
        top: 88px !important; } }
  .travlr-ui .t-notification.danger .t-notification-icon {
    display: table-cell;
    vertical-align: top;
    padding-right: 16px;
    width: 26px;
    height: 26px; }
    .travlr-ui .t-notification.danger .t-notification-icon .t-icon:after {
      font-family: "TRAVLR";
      border-radius: 100%;
      text-align: center;
      color: white;
      width: 26px;
      height: 26px;
      color: #F45252 !important;
      content: '\EA4A';
      font-size: 32px; }
  .travlr-ui .t-notification.warning .t-notification-icon {
    display: table-cell;
    vertical-align: top;
    padding-right: 16px;
    width: 26px;
    height: 26px; }
    .travlr-ui .t-notification.warning .t-notification-icon .t-icon:after {
      font-family: "TRAVLR";
      border-radius: 100%;
      text-align: center;
      color: white;
      width: 26px;
      height: 26px;
      color: #F9C80E !important;
      content: "\EA60";
      font-size: 32px; }
  .travlr-ui .t-notification.success .t-notification-icon {
    display: table-cell;
    vertical-align: top;
    padding-right: 16px;
    width: 26px;
    height: 26px; }
    .travlr-ui .t-notification.success .t-notification-icon .t-icon:after {
      font-family: "TRAVLR";
      border-radius: 100%;
      text-align: center;
      color: white;
      width: 26px;
      height: 26px;
      color: #78CC4E !important;
      content: "\EA3E";
      font-size: 32px; }
  .travlr-ui .t-notification.top-right {
    right: 24px !important;
    top: 88px !important; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-notification.top-right {
        right: 50% !important;
        bottom: auto !important;
        top: 88px !important; } }
  .travlr-ui .t-notification.top-left {
    left: 24px !important;
    top: 88px !important; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-notification.top-left {
        left: 50% !important;
        bottom: auto !important;
        -webkit-transform: translateX(-50%) !important;
        -moz-transform: translateX(-50%) !important;
        -o-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        top: 88px !important; } }
  .travlr-ui .t-notification.bottom-right {
    top: auto !important;
    right: 24px !important;
    bottom: 24px !important; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-notification.bottom-right {
        right: 50% !important;
        top: auto !important;
        bottom: 24px !important; } }
  .travlr-ui .t-notification.bottom-left {
    top: auto !important;
    left: 24px !important;
    bottom: 24px !important; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-notification.bottom-left {
        left: 50% !important;
        top: auto !important;
        -webkit-transform: translateX(-50%) !important;
        -moz-transform: translateX(-50%) !important;
        -o-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        bottom: 24px !important; } }

.travlr-ui .t-pagination {
  float: right;
  padding: 0;
  margin: 0;
  min-height: 40px;
  max-height: 40px; }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-pagination {
      float: none;
      width: 100%;
      text-align: center;
      margin-top: 16px; } }
  .travlr-ui .t-pagination-wrapper::after {
    clear: both;
    content: " ";
    display: table; }
  .travlr-ui .t-pagination-title {
    float: left;
    line-height: 40px;
    color: #374044; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-pagination-title {
        float: none;
        width: 100%;
        text-align: center; } }
  .travlr-ui .t-pagination li {
    width: 40px;
    height: 40px;
    float: left;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background-color: white;
    border-radius: 100%;
    cursor: pointer;
    margin-right: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid transparent;
    color: #666C6F; }
    .travlr-ui .t-pagination li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: table-cell; }
    .travlr-ui .t-pagination li span,
    .travlr-ui .t-pagination li a,
    .travlr-ui .t-pagination li div {
      color: #666C6F; }
    .travlr-ui .t-pagination li:first-child {
      position: relative; }
      .travlr-ui .t-pagination li:first-child:after {
        font-family: "TRAVLR";
        top: 50%;
        left: 50%;
        background: white;
        border-radius: 100%;
        pointer-events: none;
        width: 38px;
        height: 38px;
        font-size: 24px;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        position: absolute;
        content: "\EA09"; }
    .travlr-ui .t-pagination li:last-child {
      position: relative;
      margin-right: 0; }
      .travlr-ui .t-pagination li:last-child:after {
        font-family: "TRAVLR";
        top: 50%;
        left: 50%;
        background: white;
        border-radius: 100%;
        pointer-events: none;
        width: 38px;
        height: 38px;
        font-size: 24px;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        position: absolute;
        content: "\EA0A"; }
    .travlr-ui .t-pagination li:hover {
      border: 1px solid #6BA4B8; }
    .travlr-ui .t-pagination li.active {
      color: white;
      background-color: #6BA4B8 !important; }
      .travlr-ui .t-pagination li.active a,
      .travlr-ui .t-pagination li.active span,
      .travlr-ui .t-pagination li.active p {
        color: white; }
    .travlr-ui .t-pagination li.disabled {
      cursor: not-allowed;
      opacity: 0.5; }
      .travlr-ui .t-pagination li.disabled:hover {
        border: 1px solid transparent !important;
        pointer-events: none; }

.travlr-ui .t-slider {
  border-radius: 4px;
  background-color: #000000;
  position: relative; }
  .travlr-ui .t-slider-body {
    position: relative; }
    .travlr-ui .t-slider-body.no-data {
      min-height: 480px;
      max-height: 480px; }
      @media screen and (max-width: 480px) {
        .travlr-ui .t-slider-body.no-data {
          min-height: 235px;
          max-height: 235px; } }
      .travlr-ui .t-slider-body.no-data:before {
        content: "\EA86";
        color: #ffffff;
        display: inline-block;
        font: normal normal normal 24px/1 "TRAVLR" !important;
        text-rendering: auto;
        /* Better Font Rendering */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 82px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
  .travlr-ui .t-slider-item {
    text-align: center;
    min-height: 480px;
    max-height: 480px;
    width: 100%;
    overflow: hidden; }
    .travlr-ui .t-slider-item > * {
      vertical-align: middle; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-slider-item {
        min-height: 320px;
        max-height: 320px; } }
    .travlr-ui .t-slider-item-img {
      max-width: inherit;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
  .travlr-ui .t-slider-header, .travlr-ui .t-slider-footer {
    width: calc(100% - 48px);
    margin: 0 auto;
    left: 24px;
    z-index: 3;
    position: absolute; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-slider-header, .travlr-ui .t-slider-footer {
        left: 16px;
        width: calc(100% - 32px); } }
  .travlr-ui .t-slider-header {
    top: 24px; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-slider-header {
        top: 0;
        width: 100%;
        left: 0;
        background-color: #006272;
        padding: 6px 16px;
        position: relative; } }
  .travlr-ui .t-slider-footer {
    bottom: 24px; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-slider-footer {
        bottom: 16px; } }
  .travlr-ui .t-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 64, 68, 0.2);
    z-index: 1; }
  .travlr-ui .t-slider-gradient-top, .travlr-ui .t-slider-gradient-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 96px;
    z-index: 2; }
  .travlr-ui .t-slider-gradient-top {
    top: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(55, 64, 68, 0.4)); }
  .travlr-ui .t-slider-gradient-bottom {
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(55, 64, 68, 0.4)); }

.travlr-ui .lg-outer .lg-sub-html {
  display: none; }

.travlr-ui .lg-outer .lg-next, .travlr-ui .lg-outer .lg-prev {
  width: 64px;
  height: 64px;
  background: #374044;
  border-radius: 100%; }

@media screen and (max-width: 480px) {
  .travlr-ui .lg-outer .lg-actions {
    display: none; } }

.travlr-ui .lg-outer .lg-next {
  right: 50px; }
  .travlr-ui .lg-outer .lg-next:before {
    display: inline-block;
    font: normal normal normal 24px/1 "TRAVLR" !important;
    text-rendering: auto;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA0B"; }

.travlr-ui .lg-outer .lg-prev {
  left: 50px; }
  .travlr-ui .lg-outer .lg-prev:after {
    display: inline-block;
    font: normal normal normal 24px/1 "TRAVLR" !important;
    text-rendering: auto;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA07"; }

.travlr-ui .lg-outer .lg-thumb-outer {
  padding: 0 16px; }

.travlr-ui .lg-outer .lg-thumb-item {
  border: 4px solid transparent; }

.travlr-ui .lg-outer .lg-thumb-item.active,
.travlr-ui .lg-outer .lg-thumb-item:hover {
  border-color: #6ba4b8; }

.travlr-ui .el-slider__runway {
  width: 100%;
  height: 3px;
  margin: 16px auto;
  background-color: #e4e7ed;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  vertical-align: middle; }

.travlr-ui .el-slider__bar {
  height: 3px;
  background-color: #006272;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
  z-index: 0; }

.travlr-ui .el-slider__button-wrapper {
  height: 26px;
  width: 26px;
  position: absolute;
  z-index: 1001;
  top: -12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: transparent;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: normal;
  border: solid 1px #006272;
  border-radius: 100%;
  background: white; }

.travlr-ui .el-slider__button {
  width: 10px;
  height: 12px;
  border: solid 2px #006272;
  background-color: #fff;
  border-radius: 50%;
  transition: .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 7px;
  background: #006272; }

.travlr-ui .t-panel {
  background-color: white;
  margin-bottom: 8px;
  /*
       * Skeleton for Loading
       */ }
  .travlr-ui .t-panel-header {
    padding: 0 16px;
    min-height: 48px;
    max-height: 48px;
    border-bottom: 1px solid #DDDDDD;
    display: table;
    width: 100%;
    cursor: pointer; }
    .travlr-ui .t-panel-header .t-panel-header-title {
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal; }
    .travlr-ui .t-panel-header .t-panel-header-title, .travlr-ui .t-panel-header .t-panel-header-icon {
      display: table-cell;
      vertical-align: middle; }
    .travlr-ui .t-panel-header-title {
      color: #374044; }
    .travlr-ui .t-panel-header-icon {
      text-align: right;
      font-size: 20px;
      color: #8E9497;
      cursor: pointer; }
    .travlr-ui .t-panel-header.active .t-panel-header-icon {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      text-align: left; }
  .travlr-ui .t-panel-body {
    padding: 0;
    -webkit-transition: max-height 0.15s ease-out;
    -moz-transition: max-height 0.15s ease-out;
    -o-transition: max-height 0.15s ease-out;
    -ms-transition: max-height 0.15s ease-out;
    transition: max-height 0.15s ease-out;
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.25s ease-in;
    -moz-transition: max-height 0.25s ease-in;
    -o-transition: max-height 0.25s ease-in;
    -ms-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
    position: relative; }
    .travlr-ui .t-panel-body.active {
      padding: 16px 16px;
      max-height: none;
      -webkit-transition: max-height 0.25s ease-in;
      -moz-transition: max-height 0.25s ease-in;
      -o-transition: max-height 0.25s ease-in;
      -ms-transition: max-height 0.25s ease-in;
      transition: max-height 0.25s ease-in; }
      .travlr-ui .t-panel-body.active .t-panel-header-icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        text-align: left; }
    .travlr-ui .t-panel-body.skeleton-active {
      min-height: 150px;
      max-height: 150px; }
    .travlr-ui .t-panel-body-small {
      padding: 8px 16px; }
  .travlr-ui .t-panel-footer {
    padding: 0 16px 16px; }
    .travlr-ui .t-panel-footer-view-all {
      color: #2DCCD3;
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal; }

@keyframes placeholder {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
  .travlr-ui .t-panel-skeleton {
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .travlr-ui .t-panel-skeleton.active {
      opacity: 1;
      visibility: visible; }
    .travlr-ui .t-panel-skeleton-text {
      padding: 16px;
      background-color: white; }
    .travlr-ui .t-panel-skeleton-line {
      height: 16px;
      margin-bottom: 16px;
      animation-duration: 1.25s;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      animation-name: placeholder;
      animation-timing-function: linear;
      background: #dddddd;
      background: linear-gradient(to right, #DDDDDD 8%, #F0F0F0 18%, #DDDDDD 33%);
      background-size: 800px 104px;
      position: relative; }
      .travlr-ui .t-panel-skeleton-line.small {
        height: 12px; }
      .travlr-ui .t-panel-skeleton-line.line-1 {
        width: 100%; }
      .travlr-ui .t-panel-skeleton-line.line-2 {
        width: 80%; }
      .travlr-ui .t-panel-skeleton-line.line-3 {
        width: 50%; }
      .travlr-ui .t-panel-skeleton-line.line-4 {
        width: 70%; }

.travlr-ui .t-tabs {
  padding: 0 24px;
  background-color: white;
  border-radius: 4px;
  max-height: 48px; }
  .travlr-ui .t-tabs-title {
    color: #B6B9BB;
    display: inline-block;
    margin-right: 56px; }
  .travlr-ui .t-tabs-inner {
    display: inline-block;
    padding: 0;
    margin: 0; }
  .travlr-ui .t-tabs-item {
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .travlr-ui .t-tabs-item:hover .t-tabs-link, .travlr-ui .t-tabs-item:visited .t-tabs-link, .travlr-ui .t-tabs-item:focus .t-tabs-link, .travlr-ui .t-tabs-item.active .t-tabs-link {
      border-bottom: 4px solid #2DCCD3;
      color: #2DCCD3 !important; }
    .travlr-ui .t-tabs-item.disabled {
      opacity: 0.5;
      cursor: not-allowed;
      pointer-events: none; }
  .travlr-ui .t-tabs-link {
    color: #374044;
    max-height: 48px;
    min-height: 48px;
    line-height: 48px;
    display: block;
    padding: 0 24px;
    border-bottom: 4px solid transparent; }
  .travlr-ui .t-tabs-primary {
    background-color: #006272 !important; }

.travlr-ui .t-time-picker-large /deep/ .el-input__inner {
  line-height: 48px !important;
  height: 48px !important; }

.travlr-ui .t-time-picker-transparent /deep/ .el-input__inner {
  background-color: transparent !important; }

.travlr-ui .t-time-picker /deep/ .el-input__inner {
  border: 0;
  border-radius: 0;
  line-height: 38px;
  padding-right: 0;
  padding-left: 0;
  height: 38px; }
  .travlr-ui .t-time-picker /deep/ .el-input__inner::-moz-placeholder {
    color: #8E9497;
    font-size: 14px; }
  .travlr-ui .t-time-picker /deep/ .el-input__inner::-webkit-input-placeholder {
    color: #8E9497;
    font-size: 14px; }
  .travlr-ui .t-time-picker /deep/ .el-input__inner:-moz-placeholder {
    color: #8E9497;
    font-size: 14px; }
  .travlr-ui .t-time-picker /deep/ .el-input__inner:-ms-input-placeholder {
    color: #8E9497;
    font-size: 14px; }

.travlr-ui .t-time-picker /deep/ .el-input__suffix .el-input__icon {
  opacity: 0;
  visibility: hidden; }
  .travlr-ui .t-time-picker /deep/ .el-input__suffix .el-input__icon.el-icon-circle-close {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    top: 12px !important;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.travlr-ui .t-time-picker /deep/ .el-input [class^="el-icon-"], .travlr-ui .t-time-picker /deep/ .el-input [class*=" el-icon-"] {
  display: inline-block;
  font: normal normal normal 24px/1 "TRAVLR" !important;
  text-rendering: auto;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.travlr-ui .t-time-picker /deep/ .el-input .el-icon-time {
  font-size: 20px;
  color: #8E9497 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px !important;
  height: auto; }
  .travlr-ui .t-time-picker /deep/ .el-input .el-icon-time:before {
    content: "\EAD3"; }

.travlr-ui .t-time-picker /deep/ .el-input .el-icon-circle-close {
  font-size: 20px;
  color: #8E9497 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px !important;
  height: auto;
  right: 0; }
  .travlr-ui .t-time-picker /deep/ .el-input .el-icon-circle-close:before {
    display: inline-block;
    font: normal normal normal 24px/1 "TRAVLR" !important;
    text-rendering: auto;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA4A"; }

.travlr-ui .t-tooltip {
  /* Applies to all tooltips */
  /* Make the tooltips respond to hover */
  /* don't show empty tooltips */
  /* FLOW: UP */
  /* FLOW: DOWN */
  /* FLOW: LEFT */
  /* FLOW: RIGHT */
  /* KEYFRAMES */
  /* FX All The Things */ }
  .travlr-ui .t-tooltip[tooltip] {
    position: relative;
    /* opinion 1 */ }
  .travlr-ui .t-tooltip[tooltip]::before, .travlr-ui .t-tooltip[tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: .9em;
    /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0; }
  .travlr-ui .t-tooltip[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */ }
  .travlr-ui .t-tooltip[tooltip]::after {
    content: attr(tooltip);
    /* magic! */
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    /*
          Let the content set the size of the tooltips
          but this will also keep them from being obnoxious
          */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
    /* absurdity 2 */ }
  .travlr-ui .t-tooltip[tooltip]:hover::before, .travlr-ui .t-tooltip[tooltip]:hover::after {
    display: block; }
  .travlr-ui .t-tooltip [tooltip='']::before,
  .travlr-ui .t-tooltip [tooltip='']::after {
    display: none !important; }
  .travlr-ui .t-tooltip[tooltip]:not([flow])::before, .travlr-ui .t-tooltip[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333; }
  .travlr-ui .t-tooltip[tooltip]:not([flow])::after, .travlr-ui .t-tooltip[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px); }
  .travlr-ui .t-tooltip[tooltip]:not([flow])::before, .travlr-ui .t-tooltip[tooltip]:not([flow])::after, .travlr-ui .t-tooltip[tooltip][flow^="up"]::before, .travlr-ui .t-tooltip[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -0.5em); }
  .travlr-ui .t-tooltip[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333; }
  .travlr-ui .t-tooltip[tooltip][flow^="down"]::after {
    top: calc(100% + 5px); }
  .travlr-ui .t-tooltip[tooltip][flow^="down"]::before, .travlr-ui .t-tooltip[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, 0.5em); }
  .travlr-ui .t-tooltip[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-0.5em, -50%); }
  .travlr-ui .t-tooltip[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%); }
  .travlr-ui .t-tooltip[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(0.5em, -50%); }
  .travlr-ui .t-tooltip[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(0.5em, -50%); }

@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0); } }

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%); } }
  .travlr-ui .t-tooltip[tooltip]:not([flow]):hover::before, .travlr-ui .t-tooltip[tooltip]:not([flow]):hover::after, .travlr-ui .t-tooltip[tooltip][flow^="up"]:hover::before, .travlr-ui .t-tooltip[tooltip][flow^="up"]:hover::after, .travlr-ui .t-tooltip[tooltip][flow^="down"]:hover::before, .travlr-ui .t-tooltip[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards; }
  .travlr-ui .t-tooltip[tooltip][flow^="left"]:hover::before, .travlr-ui .t-tooltip[tooltip][flow^="left"]:hover::after, .travlr-ui .t-tooltip[tooltip][flow^="right"]:hover::before, .travlr-ui .t-tooltip[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards; }

.travlr-ui .t-columns::after {
  clear: both;
  content: " ";
  display: table; }

.travlr-ui .t-columns-with-gap {
  margin-right: -8px;
  margin-left: -8px; }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-columns-with-gap {
      margin-right: -4px;
      margin-left: -4px; } }
  .travlr-ui .t-columns-with-gap > [class*="t-col-"] {
    padding-right: 8px;
    padding-left: 8px; }

.travlr-ui .t-col-1 {
  float: left;
  width: 8.33333%; }

.travlr-ui .t-col-2 {
  float: left;
  width: 16.66667%; }

.travlr-ui .t-col-3 {
  float: left;
  width: 25%; }

.travlr-ui .t-col-4 {
  float: left;
  width: 33.33333%; }

.travlr-ui .t-col-5 {
  float: left;
  width: 41.66667%; }

.travlr-ui .t-col-6 {
  float: left;
  width: 50%; }

.travlr-ui .t-col-7 {
  float: left;
  width: 58.33333%; }

.travlr-ui .t-col-8 {
  float: left;
  width: 66.66667%; }

.travlr-ui .t-col-9 {
  float: left;
  width: 75%; }

.travlr-ui .t-col-10 {
  float: left;
  width: 83.33333%; }

.travlr-ui .t-col-11 {
  float: left;
  width: 91.66667%; }

.travlr-ui .t-col-12 {
  float: left;
  width: 100%; }

.travlr-ui .t-col-with-gap {
  padding-right: 8px;
  padding-left: 8px; }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-col-with-gap {
      padding-right: 4px;
      padding-left: 4px; } }

@media screen and (max-width: 480px) {
  .travlr-ui .t-col-mobile-1 {
    float: left;
    width: 8.33333% !important; }
  .travlr-ui .t-col-mobile-2 {
    float: left;
    width: 16.66667% !important; }
  .travlr-ui .t-col-mobile-3 {
    float: left;
    width: 25% !important; }
  .travlr-ui .t-col-mobile-4 {
    float: left;
    width: 33.33333% !important; }
  .travlr-ui .t-col-mobile-5 {
    float: left;
    width: 41.66667% !important; }
  .travlr-ui .t-col-mobile-6 {
    float: left;
    width: 50% !important; }
  .travlr-ui .t-col-mobile-7 {
    float: left;
    width: 58.33333% !important; }
  .travlr-ui .t-col-mobile-8 {
    float: left;
    width: 66.66667% !important; }
  .travlr-ui .t-col-mobile-9 {
    float: left;
    width: 75% !important; }
  .travlr-ui .t-col-mobile-10 {
    float: left;
    width: 83.33333% !important; }
  .travlr-ui .t-col-mobile-11 {
    float: left;
    width: 91.66667% !important; }
  .travlr-ui .t-col-mobile-12 {
    float: left;
    width: 100% !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  .travlr-ui .t-col-tab-1 {
    float: left;
    width: 8.33333%; }
  .travlr-ui .t-col-tab-2 {
    float: left;
    width: 16.66667%; }
  .travlr-ui .t-col-tab-3 {
    float: left;
    width: 25%; }
  .travlr-ui .t-col-tab-4 {
    float: left;
    width: 33.33333%; }
  .travlr-ui .t-col-tab-5 {
    float: left;
    width: 41.66667%; }
  .travlr-ui .t-col-tab-6 {
    float: left;
    width: 50%; }
  .travlr-ui .t-col-tab-7 {
    float: left;
    width: 58.33333%; }
  .travlr-ui .t-col-tab-8 {
    float: left;
    width: 66.66667%; }
  .travlr-ui .t-col-tab-9 {
    float: left;
    width: 75%; }
  .travlr-ui .t-col-tab-10 {
    float: left;
    width: 83.33333%; }
  .travlr-ui .t-col-tab-11 {
    float: left;
    width: 91.66667%; }
  .travlr-ui .t-col-tab-12 {
    float: left;
    width: 100%; } }

@media screen and (max-width: 1200px) {
  .travlr-ui .t-col-widescreen-1 {
    float: left;
    width: 8.33333%; }
  .travlr-ui .t-col-widescreen-2 {
    float: left;
    width: 16.66667%; }
  .travlr-ui .t-col-widescreen-3 {
    float: left;
    width: 25%; }
  .travlr-ui .t-col-widescreen-4 {
    float: left;
    width: 33.33333%; }
  .travlr-ui .t-col-widescreen-5 {
    float: left;
    width: 41.66667%; }
  .travlr-ui .t-col-widescreen-6 {
    float: left;
    width: 50%; }
  .travlr-ui .t-col-widescreen-7 {
    float: left;
    width: 58.33333%; }
  .travlr-ui .t-col-widescreen-8 {
    float: left;
    width: 66.66667%; }
  .travlr-ui .t-col-widescreen-9 {
    float: left;
    width: 75%; }
  .travlr-ui .t-col-widescreen-10 {
    float: left;
    width: 83.33333%; }
  .travlr-ui .t-col-widescreen-11 {
    float: left;
    width: 91.66667%; }
  .travlr-ui .t-col-widescreen-12 {
    float: left;
    width: 100%; } }

.travlr-ui .t-offset-1 {
  margin-left: 8.33333% !important; }

.travlr-ui .t-offset-2 {
  margin-left: 16.66667% !important; }

.travlr-ui .t-offset-3 {
  margin-left: 25% !important; }

.travlr-ui .t-offset-4 {
  margin-left: 33.33333% !important; }

.travlr-ui .t-offset-5 {
  margin-left: 41.66667% !important; }

.travlr-ui .t-offset-6 {
  margin-left: 50% !important; }

.travlr-ui .t-offset-7 {
  margin-left: 58.33333% !important; }

.travlr-ui .t-offset-8 {
  margin-left: 66.66667% !important; }

.travlr-ui .t-offset-9 {
  margin-left: 75% !important; }

.travlr-ui .t-offset-10 {
  margin-left: 83.33333% !important; }

.travlr-ui .t-offset-11 {
  margin-left: 91.66667% !important; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-offset-mobile-offset-1 {
    margin-left: 8.33333% !important; }
  .travlr-ui .t-offset-mobile-offset-2 {
    margin-left: 16.66667% !important; }
  .travlr-ui .t-offset-mobile-offset-3 {
    margin-left: 25% !important; }
  .travlr-ui .t-offset-mobile-offset-4 {
    margin-left: 33.33333% !important; }
  .travlr-ui .t-offset-mobile-offset-5 {
    margin-left: 41.66667% !important; }
  .travlr-ui .t-offset-mobile-offset-6 {
    margin-left: 50% !important; }
  .travlr-ui .t-offset-mobile-offset-7 {
    margin-left: 58.33333% !important; }
  .travlr-ui .t-offset-mobile-offset-8 {
    margin-left: 66.66667% !important; }
  .travlr-ui .t-offset-mobile-offset-9 {
    margin-left: 75% !important; }
  .travlr-ui .t-offset-mobile-offset-10 {
    margin-left: 83.33333% !important; }
  .travlr-ui .t-offset-mobile-offset-11 {
    margin-left: 91.66667% !important; } }

.travlr-ui .t-no-offset {
  margin-left: 0 !important; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-no-offset-mobile {
    margin-left: 0 !important; } }

.travlr-ui .t-one-third {
  width: 33.333333%; }

.travlr-ui .t-one-fourth {
  width: 25%; }

.travlr-ui .t-one-half {
  width: 50%; }

.travlr-ui .t-one-fifth {
  width: 20%; }

.travlr-ui .t-container {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 8px; }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-container-small-mobile {
      padding: 0 16px !important; } }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-container {
      padding: 0 16px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px), print {
    .travlr-ui .t-container {
      padding: 0 24px; } }
  @media screen and (max-width: 1024px) {
    .travlr-ui .t-container {
      padding: 0 24px; } }

.travlr-ui .t-hero-main {
  min-height: 440px;
  max-height: 440px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-hero-main {
      max-height: 100% !important;
      position: inherit; } }
  .travlr-ui .t-hero-main-background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 440px;
    max-height: 440px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-hero-main-background {
        min-height: 312px;
        max-height: 312px; } }
  .travlr-ui .t-hero-main-container {
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-hero-main-container {
        padding: 0 !important;
        position: inherit; } }
  .travlr-ui .t-hero-main-content {
    z-index: 2;
    position: relative;
    max-height: 440px;
    min-height: 440px; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-hero-main-content {
        max-height: 100% !important;
        position: inherit; } }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-hero-main-content-list {
        display: block !important; } }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-hero-main-content-list-title {
        min-height: 312px;
        max-height: 312px;
        padding: 0 16px;
        display: table;
        width: 100%;
        position: relative;
        z-index: 1; } }
  @media screen and (max-width: 480px) and (max-width: 480px) {
    .travlr-ui .t-hero-main-content-list-title-wrapper {
      display: table-cell;
      vertical-align: bottom;
      padding-bottom: 24px;
      z-index: 9; } }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-hero-main-content-list-booking {
        margin-top: 0;
        padding: 24px 16px;
        background-color: white; }
        .travlr-ui .t-hero-main-content-list-booking .t-input-label {
          color: #666C6F; } }

.travlr-ui .t-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(102, 108, 111, 0.4);
  z-index: 1; }

.travlr-ui .t-navbar-separator {
  height: 1px; }

.travlr-ui .t-navbar-search-dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  min-width: 400px;
  background-color: white;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-navbar-search-dropdown {
      min-width: 100% !important;
      box-shadow: none !important; } }
  .travlr-ui .t-navbar-search-dropdown.active {
    pointer-events: fill;
    opacity: 1;
    visibility: visible; }
  .travlr-ui .t-navbar-search-dropdown-separator {
    padding: 10px 14px 10px 18px; }
    .travlr-ui .t-navbar-search-dropdown-separator-title {
      position: relative;
      width: 100%;
      display: block;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.33;
      letter-spacing: 0.2px;
      color: #8E9497;
      z-index: 2; }
      .travlr-ui .t-navbar-search-dropdown-separator-title-text {
        position: relative;
        z-index: 2;
        padding-right: 16px;
        background-color: white; }
    .travlr-ui .t-navbar-search-dropdown-separator-line {
      width: 100%;
      display: block;
      z-index: 0; }
      .travlr-ui .t-navbar-search-dropdown-separator-line::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #DDDDDD; }
  .travlr-ui .t-navbar-search-dropdown-list-item-link {
    padding: 10px 14px 10px 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media screen and (max-width: 480px) {
      .travlr-ui .t-navbar-search-dropdown-list-item-link {
        padding: 10px 0 !important; }
        .travlr-ui .t-navbar-search-dropdown-list-item-link:hover {
          background-color: transparent !important; } }
    .travlr-ui .t-navbar-search-dropdown-list-item-link:hover {
      background-color: #F4F4F4; }

.travlr-ui .t-navbar-top {
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 1005; }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-navbar-top-main {
      padding: 0 16px !important; } }
  .travlr-ui .t-navbar-top-left {
    height: 64px; }
    .travlr-ui .t-navbar-top-left-burger {
      height: 64px; }
    .travlr-ui .t-navbar-top-left-logo-image {
      width: 150px;
      height: 48px; }
      @media screen and (max-width: 480px) {
        .travlr-ui .t-navbar-top-left-logo-image {
          max-width: 100px; } }
    .travlr-ui .t-navbar-top-left-menus-list {
      line-height: 64px;
      min-height: 64px; }
      .travlr-ui .t-navbar-top-left-menus-list-item {
        position: relative; }
        .travlr-ui .t-navbar-top-left-menus-list-item-link {
          padding: 24px 20px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .travlr-ui .t-navbar-top-left-menus-list-item .t-navbar-top-left-menus-list-item-child, .travlr-ui .t-navbar-top-left-menus-list-item .t-navbar-top-left-menus-list-item-child-item-grandchild {
          padding: 8px 0 !important;
          border: 1px solid #CCCCCC;
          opacity: 0;
          visibility: hidden;
          padding: 0;
          min-width: 230px;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        .travlr-ui .t-navbar-top-left-menus-list-item .t-navbar-top-left-menus-list-item-child-item-link, .travlr-ui .t-navbar-top-left-menus-list-item .t-navbar-top-left-menus-list-item-child-item-grandchild-item-link {
          padding: 10px 14px 10px 18px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .travlr-ui .t-navbar-top-left-menus-list-item .t-navbar-top-left-menus-list-item-child-item-link:hover, .travlr-ui .t-navbar-top-left-menus-list-item .t-navbar-top-left-menus-list-item-child-item-grandchild-item-link:hover {
            background-color: #F4F4F4; }
        .travlr-ui .t-navbar-top-left-menus-list-item-child {
          border-top: 4px solid #2DCCD3 !important;
          top: 100%;
          left: 0;
          pointer-events: none; }
          .travlr-ui .t-navbar-top-left-menus-list-item-child.with-limit {
            max-height: 435px;
            overflow: auto; }
          .travlr-ui .t-navbar-top-left-menus-list-item-child-item {
            position: relative; }
            .travlr-ui .t-navbar-top-left-menus-list-item-child-item-link {
              display: table;
              width: 100%;
              height: 40px; }
              .travlr-ui .t-navbar-top-left-menus-list-item-child-item-link .t-icon {
                display: table-cell;
                vertical-align: middle;
                text-align: right;
                font-size: 20px;
                color: #8E9497; }
            .travlr-ui .t-navbar-top-left-menus-list-item-child-item-grandchild {
              top: 0;
              left: 100%; }
              .travlr-ui .t-navbar-top-left-menus-list-item-child-item-grandchild-item {
                position: relative; }
            .travlr-ui .t-navbar-top-left-menus-list-item-child-item:focus .t-navbar-top-left-menus-list-item-child-item-link, .travlr-ui .t-navbar-top-left-menus-list-item-child-item:hover .t-navbar-top-left-menus-list-item-child-item-link {
              background-color: #F4F4F4; }
            .travlr-ui .t-navbar-top-left-menus-list-item-child-item:focus .t-navbar-top-left-menus-list-item-child-item-grandchild, .travlr-ui .t-navbar-top-left-menus-list-item-child-item:hover .t-navbar-top-left-menus-list-item-child-item-grandchild {
              opacity: 1 !important;
              visibility: visible; }
        .travlr-ui .t-navbar-top-left-menus-list-item:focus .t-navbar-top-left-menus-list-item-link, .travlr-ui .t-navbar-top-left-menus-list-item:hover .t-navbar-top-left-menus-list-item-link {
          color: #2DCCD3; }
        .travlr-ui .t-navbar-top-left-menus-list-item:focus .t-navbar-top-left-menus-list-item-child, .travlr-ui .t-navbar-top-left-menus-list-item:hover .t-navbar-top-left-menus-list-item-child {
          opacity: 1 !important;
          visibility: visible;
          pointer-events: fill; }
  .travlr-ui .t-navbar-top-right {
    height: 64px; }
    .travlr-ui .t-navbar-top-right-search-mobile {
      height: 64px; }
    .travlr-ui .t-navbar-top-right-cart {
      height: 64px; }
    .travlr-ui .t-navbar-top-right-search-suggestion-form {
      max-width: 200px; }
    .travlr-ui .t-navbar-top-right-menus-list-item {
      position: relative; }
      .travlr-ui .t-navbar-top-right-menus-list-item-link {
        padding: 20px;
        cursor: pointer; }
        .travlr-ui .t-navbar-top-right-menus-list-item-link-myaccount,
        .travlr-ui .t-navbar-top-right-menus-list-item-link .icon-cadet-down-small {
          font-size: 16px; }
      .travlr-ui .t-navbar-top-right-menus-list-item-child {
        padding: 8px 0 !important;
        border: 1px solid #CCCCCC;
        opacity: 0;
        visibility: hidden;
        padding: 0;
        min-width: 260px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        right: 0;
        pointer-events: none; }
        .travlr-ui .t-navbar-top-right-menus-list-item-child-item {
          position: relative; }
          .travlr-ui .t-navbar-top-right-menus-list-item-child-item:hover {
            background-color: #F4F4F4; }
          .travlr-ui .t-navbar-top-right-menus-list-item-child-item-link {
            padding: 10px 14px 10px 18px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
            display: table;
            width: 100%;
            height: 40px; }
            .travlr-ui .t-navbar-top-right-menus-list-item-child-item-link .t-icon {
              display: table-cell;
              vertical-align: middle;
              text-align: right;
              font-size: 20px;
              color: #8E9497; }
      .travlr-ui .t-navbar-top-right-menus-list-item.active .t-navbar-top-right-menus-list-item-link, .travlr-ui .t-navbar-top-right-menus-list-item:hover .t-navbar-top-right-menus-list-item-link {
        color: #2DCCD3; }
      .travlr-ui .t-navbar-top-right-menus-list-item.active .t-navbar-top-right-menus-list-item-child, .travlr-ui .t-navbar-top-right-menus-list-item:hover .t-navbar-top-right-menus-list-item-child {
        opacity: 1 !important;
        visibility: visible;
        pointer-events: fill; }
      @media not all and (pointer: coarse) {
        .travlr-ui .t-navbar-top-right-menus-list-item:hover .t-navbar-top-right-menus-list-item-link {
          color: #2DCCD3; }
        .travlr-ui .t-navbar-top-right-menus-list-item:hover .t-navbar-top-right-menus-list-item-child {
          opacity: 1 !important;
          visibility: visible;
          pointer-events: fill; } }

.travlr-ui .t-navbar-sidebar {
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1010;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .travlr-ui .t-navbar-sidebar.active {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .travlr-ui .t-navbar-sidebar.active .t-navbar-sidebar-inner {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .travlr-ui .t-navbar-sidebar.active .t-navbar-sidebar-overlay {
      opacity: 1 !important;
      visibility: visible !important; }
  .travlr-ui .t-navbar-sidebar-inner {
    width: 85%;
    max-width: 320px;
    background-color: white;
    height: 100%;
    padding: 16px 0;
    z-index: 999;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: auto; }
  .travlr-ui .t-navbar-sidebar-overlay {
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .travlr-ui .t-navbar-sidebar-header-icon {
    width: 24px; }
  .travlr-ui .t-navbar-sidebar-header-logo {
    max-width: 150px; }
  .travlr-ui .t-navbar-sidebar-body {
    padding: 0 16px; }
    .travlr-ui .t-navbar-sidebar-body-child {
      padding: 0; }
      .travlr-ui .t-navbar-sidebar-body-child-item {
        display: block; }
        .travlr-ui .t-navbar-sidebar-body-child-item.has-child {
          display: table;
          width: 100%; }
          .travlr-ui .t-navbar-sidebar-body-child-item.has-child .t-navbar-sidebar-body-child-item-link {
            display: table-cell;
            vertical-align: middle; }
          .travlr-ui .t-navbar-sidebar-body-child-item.has-child button.btn-transparent {
            padding: 16px 0; }
        .travlr-ui .t-navbar-sidebar-body-child-item-link {
          padding: 16px;
          display: block;
          font-size: 14px;
          line-height: 20px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          letter-spacing: normal;
          color: #374044; }
  .travlr-ui .t-navbar-sidebar-submenu {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .travlr-ui .t-navbar-sidebar-submenu.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.travlr-ui .t-navbar-bottom {
  padding-top: 50px;
  color: white; }
  @media screen and (max-width: 480px) {
    .travlr-ui .t-navbar-bottom-widget-item {
      padding: 25px 0;
      border-bottom: 1px solid #6BA4B8; }
      .travlr-ui .t-navbar-bottom-widget-item:last-child {
        padding-bottom: 0;
        border-bottom: 0 !important; } }
  .travlr-ui .t-navbar-bottom-main {
    padding: 20px 0 30px; }
    .travlr-ui .t-navbar-bottom-main-left {
      min-height: 50px; }
      .travlr-ui .t-navbar-bottom-main-left-logo-bb {
        width: 150px;
        height: 48px; }
      .travlr-ui .t-navbar-bottom-main-left-logo-afta {
        width: auto;
        height: 44px; }
      .travlr-ui .t-navbar-bottom-main-left-copyright {
        max-width: 242px; }
        @media screen and (max-width: 480px) {
          .travlr-ui .t-navbar-bottom-main-left-copyright {
            max-width: unset; } }
    .travlr-ui .t-navbar-bottom-main-right {
      min-height: 50px; }

.travlr-ui .t-navbar-footer-main {
  background-color: #006272;
  min-height: 96px; }
  .travlr-ui .t-navbar-footer-main .t-navbar-main {
    display: block; }
  .travlr-ui .t-navbar-footer-main .t-navbar-minimal {
    display: none; }

.travlr-ui .t-navbar-footer-minimal {
  background-color: transparent !important; }
  .travlr-ui .t-navbar-footer-minimal .t-navbar-minimal {
    display: none; }
  .travlr-ui .t-navbar-footer-minimal .t-navbar-minimal {
    display: block; }

.travlr-ui .t-section-extra-small {
  padding: 24px 0; }

.travlr-ui .t-section-small {
  padding: 32px 0; }

.travlr-ui .t-section-medium {
  padding: 40px 0; }

.travlr-ui .t-section-large {
  padding: 48px 0; }

.travlr-ui .t-section-extra-large {
  padding: 64px 0; }

@media screen and (max-width: 480px) {
  .travlr-ui .t-section-small {
    padding: calc(50px / 2) 0; }
  .travlr-ui .t-section-medium {
    padding: calc(80px / 2) 0; }
  .travlr-ui .t-section-large {
    padding: calc(100px / 2) 0; } }

@font-face {
  font-family: 'Montserrat';
  src: url(fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot);
  src: url(fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff2) format("woff2"), url(fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff) format("woff"), url(fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf) format("truetype"), url(fonts/Montserrat-SemiBold/Montserrat-SemiBold.svg#Montserrat-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url(fonts/Montserrat-Bold/Montserrat-Bold.eot);
  src: url(fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Montserrat-Bold/Montserrat-Bold.woff2) format("woff2"), url(fonts/Montserrat-Bold/Montserrat-Bold.woff) format("woff"), url(fonts/Montserrat-Bold/Montserrat-Bold.ttf) format("truetype"), url(fonts/Montserrat-Bold/Montserrat-Bold.svg#Montserrat-Bold) format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url(fonts/Montserrat-Regular/Montserrat-Regular.eot);
  src: url(fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/Montserrat-Regular/Montserrat-Regular.woff2) format("woff2"), url(fonts/Montserrat-Regular/Montserrat-Regular.woff) format("woff"), url(fonts/Montserrat-Regular/Montserrat-Regular.ttf) format("truetype"), url(fonts/Montserrat-Regular/Montserrat-Regular.svg#Montserrat-Regular) format("svg");
  font-weight: normal;
  font-style: normal; }

/** For Extra Small Screen / Phone **/
/** For Small Screen / Tablet **/
/** For Medium Screen / Desktop **/
/** For Large Screen / Wide Desktop **/
/** For Extra Large Screen / Fullhd Desktop **/
/** For Screen Max **/
@font-face {
  font-family: "TRAVLR";
  src: url(fonts/TRAVLR/TRAVLR.eot);
  src: url(fonts/TRAVLR/TRAVLR.eot) format("embedded-opentype"), url(fonts/TRAVLR/TRAVLR.eot) format("eot"), url(fonts/TRAVLR/TRAVLR.ttf) format("truetype"), url(fonts/TRAVLR/TRAVLR.woff) format("woff"), url(fonts/TRAVLR/TRAVLR.woff2) format("woff2"), url(fonts/TRAVLR/TRAVLR.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.travlr-ui .t- {
  /*------------------------
      base class definition
    -------------------------*/ }
  .travlr-ui .t-icon {
    display: inline-block;
    font: normal normal normal 24px/1 'TRAVLR';
    text-rendering: auto;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*------------------------
        spinning icons
      -------------------------*/
    /*------------------------
        rotated/flipped icons
      -------------------------*/
    /*------------------------------------
        use icons as list item markers
      -------------------------------------*/ }
    .travlr-ui .t-icon.icon {
      /*------------------------
          change icon size
        -------------------------*/
      /* relative units */
      /* absolute units */
      /*----------------------------------
          add a square/circle background
        -----------------------------------*/ }
      .travlr-ui .t-icon.icon-small {
        font-size: 20px; }
      .travlr-ui .t-icon.icon-large {
        font-size: 32px; }
      .travlr-ui .t-icon.icon-16 {
        font-size: 16px; }
      .travlr-ui .t-icon.icon-32 {
        font-size: 32px; }
      .travlr-ui .t-icon.icon-inline {
        position: relative;
        top: 6px; }
      .travlr-ui .t-icon.icon-bg-square, .travlr-ui .t-icon.icon-bg-circle {
        padding: 0.35em;
        background-color: #eee; }
      .travlr-ui .t-icon.icon-bg-circle {
        border-radius: 50%; }
    .travlr-ui .t-icon-is-spinning, .travlr-ui .t-btn.is-loading:after {
      -webkit-animation: icon-spin 2s infinite linear;
      -moz-animation: icon-spin 2s infinite linear;
      animation: icon-spin 2s infinite linear; }
    .travlr-ui .t-icon-rotate-90 {
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .travlr-ui .t-icon-rotate-180 {
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .travlr-ui .t-icon-rotate-270 {
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }
    .travlr-ui .t-icon-flip-y {
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
      -webkit-transform: scale(-1, 1);
      -moz-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      -o-transform: scale(-1, 1);
      transform: scale(-1, 1); }
    .travlr-ui .t-icon-flip-x {
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
      -webkit-transform: scale(1, -1);
      -moz-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
      -o-transform: scale(1, -1);
      transform: scale(1, -1); }
    .travlr-ui .t-icon-group {
      padding-left: 0;
      list-style-type: none; }
      .travlr-ui .t-icon-group > li {
        display: inline-block;
        line-height: 1.4; }
      .travlr-ui .t-icon-group > li > .icon {
        margin-right: 0.4em;
        line-height: inherit; }

/*------------------------
	Helpers
-------------------------*/
.travlr-ui .t-icon.icon-account::before {
  content: "\EA02"; }

.travlr-ui .t-icon.icon-angle-down-small::before {
  content: "\EA03"; }

.travlr-ui .t-icon.icon-angle-up-small::before {
  content: "\EA04"; }

.travlr-ui .t-icon.icon-activity::before {
  content: "\EA05"; }

.travlr-ui .t-icon.icon-angle-down::before {
  content: "\EA06"; }

.travlr-ui .t-icon.icon-angle-left::before {
  content: "\EA07"; }

.travlr-ui .t-icon.icon-angle-up::before {
  content: "\EA08"; }

.travlr-ui .t-icon.icon-angle-left-small::before {
  content: "\EA09"; }

.travlr-ui .t-icon.icon-angle-right-small::before {
  content: "\EA0A"; }

.travlr-ui .t-icon.icon-angle-right::before {
  content: "\EA0B"; }

.travlr-ui .t-icon.icon-arrow-down::before {
  content: "\EA0C"; }

.travlr-ui .t-icon.icon-arrow-left-long::before {
  content: "\EA0D"; }

.travlr-ui .t-icon.icon-arrow-left::before {
  content: "\EA0E"; }

.travlr-ui .t-icon.icon-arrow-right-long::before {
  content: "\EA0F"; }

.travlr-ui .t-icon.icon-arrow-right::before {
  content: "\EA10"; }

.travlr-ui .t-icon.icon-arrow-up-left::before {
  content: "\EA11"; }

.travlr-ui .t-icon.icon-arrow-up-long::before {
  content: "\EA12"; }

.travlr-ui .t-icon.icon-arrow-up-right::before {
  content: "\EA13"; }

.travlr-ui .t-icon.icon-arrow-up::before {
  content: "\EA14"; }

.travlr-ui .t-icon.icon-arrows-alt::before {
  content: "\EA15"; }

.travlr-ui .t-icon.icon-arrows-compress::before {
  content: "\EA16"; }

.travlr-ui .t-icon.icon-arrow-down-long::before {
  content: "\EA17"; }

.travlr-ui .t-icon.icon-arrows-h::before {
  content: "\EA18"; }

.travlr-ui .t-icon.icon-arrow-down-left::before {
  content: "\EA19"; }

.travlr-ui .t-icon.icon-arrow-down-right::before {
  content: "\EA1A"; }

.travlr-ui .t-icon.icon-arrows::before {
  content: "\EA1B"; }

.travlr-ui .t-icon.icon-arrows-reverse::before {
  content: "\EA1C"; }

.travlr-ui .t-icon.icon-attachment::before {
  content: "\EA1D"; }

.travlr-ui .t-icon.icon-arrows-v::before {
  content: "\EA1E"; }

.travlr-ui .t-icon.icon-beach::before {
  content: "\EA1F"; }

.travlr-ui .t-icon.icon-articles::before {
  content: "\EA20"; }

.travlr-ui .t-icon.icon-arrows-expand::before {
  content: "\EA21"; }

.travlr-ui .t-icon.icon-bubble-o::before {
  content: "\EA22"; }

.travlr-ui .t-icon.icon-bubble::before {
  content: "\EA23"; }

.travlr-ui .t-icon.icon-building::before {
  content: "\EA24"; }

.travlr-ui .t-icon.icon-bus::before {
  content: "\EA25"; }

.travlr-ui .t-icon.icon-bar::before {
  content: "\EA26"; }

.travlr-ui .t-icon.icon-bookmark-o::before {
  content: "\EA27"; }

.travlr-ui .t-icon.icon-cadet-down-small::before {
  content: "\EA28"; }

.travlr-ui .t-icon.icon-cadet-down-square-o::before {
  content: "\EA29"; }

.travlr-ui .t-icon.icon-bookmark::before {
  content: "\EA2A"; }

.travlr-ui .t-icon.icon-cadet-down-circle-o::before {
  content: "\EA2B"; }

.travlr-ui .t-icon.icon-cadet-down-circle::before {
  content: "\EA2C"; }

.travlr-ui .t-icon.icon-cadet-up-circle::before {
  content: "\EA2D"; }

.travlr-ui .t-icon.icon-cadet-up-small::before {
  content: "\EA2E"; }

.travlr-ui .t-icon.icon-cadet-up-square-o::before {
  content: "\EA2F"; }

.travlr-ui .t-icon.icon-cadet-up-square::before {
  content: "\EA30"; }

.travlr-ui .t-icon.icon-cadet-up::before {
  content: "\EA31"; }

.travlr-ui .t-icon.icon-cadet-down::before {
  content: "\EA32"; }

.travlr-ui .t-icon.icon-cadet-up-circle-o::before {
  content: "\EA33"; }

.travlr-ui .t-icon.icon-cadet-down-square::before {
  content: "\EA34"; }

.travlr-ui .t-icon.icon-car::before {
  content: "\EA35"; }

.travlr-ui .t-icon.icon-card-amex::before {
  content: "\EA36"; }

.travlr-ui .t-icon.icon-cafe::before {
  content: "\EA37"; }

.travlr-ui .t-icon.icon-calendar::before {
  content: "\EA38"; }

.travlr-ui .t-icon.icon-call::before {
  content: "\EA39"; }

.travlr-ui .t-icon.icon-card-mastercard::before {
  content: "\EA3A"; }

.travlr-ui .t-icon.icon-card-paypal::before {
  content: "\EA3B"; }

.travlr-ui .t-icon.icon-card-visa::before {
  content: "\EA3C"; }

.travlr-ui .t-icon.icon-cart-o::before {
  content: "\EA3D"; }

.travlr-ui .t-icon.icon-check-circle::before {
  content: "\EA3E"; }

.travlr-ui .t-icon.icon-chart::before {
  content: "\EA3F"; }

.travlr-ui .t-icon.icon-check-square-o::before {
  content: "\EA40"; }

.travlr-ui .t-icon.icon-cart::before {
  content: "\EA41"; }

.travlr-ui .t-icon.icon-check::before {
  content: "\EA42"; }

.travlr-ui .t-icon.icon-checkbox::before {
  content: "\EA43"; }

.travlr-ui .t-icon.icon-check-small::before {
  content: "\EA44"; }

.travlr-ui .t-icon.icon-check-square::before {
  content: "\EA45"; }

.travlr-ui .t-icon.icon-close-small::before {
  content: "\EA46"; }

.travlr-ui .t-icon.icon-close-square-o::before {
  content: "\EA47"; }

.travlr-ui .t-icon.icon-close-circle-o::before {
  content: "\EA48"; }

.travlr-ui .t-icon.icon-close::before {
  content: "\EA49"; }

.travlr-ui .t-icon.icon-close-circle::before {
  content: "\EA4A"; }

.travlr-ui .t-icon.icon-cloud-down::before {
  content: "\EA4B"; }

.travlr-ui .t-icon.icon-check-circle-o::before {
  content: "\EA4C"; }

.travlr-ui .t-icon.icon-cloud-up::before {
  content: "\EA4D"; }

.travlr-ui .t-icon.icon-code::before {
  content: "\EA4E"; }

.travlr-ui .t-icon.icon-comment-o::before {
  content: "\EA4F"; }

.travlr-ui .t-icon.icon-cloud-up-o::before {
  content: "\EA50"; }

.travlr-ui .t-icon.icon-cloud-down-o::before {
  content: "\EA51"; }

.travlr-ui .t-icon.icon-compress::before {
  content: "\EA52"; }

.travlr-ui .t-icon.icon-comment::before {
  content: "\EA53"; }

.travlr-ui .t-icon.icon-community::before {
  content: "\EA54"; }

.travlr-ui .t-icon.icon-delete-o::before {
  content: "\EA55"; }

.travlr-ui .t-icon.icon-delete::before {
  content: "\EA56"; }

.travlr-ui .t-icon.icon-direction::before {
  content: "\EA57"; }

.travlr-ui .t-icon.icon-discover::before {
  content: "\EA58"; }

.travlr-ui .t-icon.icon-dollar::before {
  content: "\EA59"; }

.travlr-ui .t-icon.icon-download::before {
  content: "\EA5A"; }

.travlr-ui .t-icon.icon-edit-o::before {
  content: "\EA5B"; }

.travlr-ui .t-icon.icon-edit::before {
  content: "\EA5C"; }

.travlr-ui .t-icon.icon-ellipsis-h::before {
  content: "\EA5D"; }

.travlr-ui .t-icon.icon-ellipsis-v::before {
  content: "\EA5E"; }

.travlr-ui .t-icon.icon-error-o::before {
  content: "\EA5F"; }

.travlr-ui .t-icon.icon-error::before {
  content: "\EA60"; }

.travlr-ui .t-icon.icon-events::before {
  content: "\EA61"; }

.travlr-ui .t-icon.icon-expand::before {
  content: "\EA62"; }

.travlr-ui .t-icon.icon-external::before {
  content: "\EA63"; }

.travlr-ui .t-icon.icon-eye-o::before {
  content: "\EA64"; }

.travlr-ui .t-icon.icon-eye::before {
  content: "\EA65"; }

.travlr-ui .t-icon.icon-facebook-square::before {
  content: "\EA66"; }

.travlr-ui .t-icon.icon-facebook::before {
  content: "\EA67"; }

.travlr-ui .t-icon.icon-file::before {
  content: "\EA68"; }

.travlr-ui .t-icon.icon-filter::before {
  content: "\EA69"; }

.travlr-ui .t-icon.icon-flag-o::before {
  content: "\EA6A"; }

.travlr-ui .t-icon.icon-flag::before {
  content: "\EA6B"; }

.travlr-ui .t-icon.icon-flight-arrival::before {
  content: "\EA6C"; }

.travlr-ui .t-icon.icon-flight-departure::before {
  content: "\EA6D"; }

.travlr-ui .t-icon.icon-flight::before {
  content: "\EA6E"; }

.travlr-ui .t-icon.icon-food::before {
  content: "\EA6F"; }

.travlr-ui .t-icon.icon-forward::before {
  content: "\EA70"; }

.travlr-ui .t-icon.icon-funnel::before {
  content: "\EA71"; }

.travlr-ui .t-icon.icon-gift::before {
  content: "\EA72"; }

.travlr-ui .t-icon.icon-globe::before {
  content: "\EA73"; }

.travlr-ui .t-icon.icon-conversation::before {
  content: "\EA74"; }

.travlr-ui .t-icon.icon-google-plus::before {
  content: "\EA75"; }

.travlr-ui .t-icon.icon-google::before {
  content: "\EA76"; }

.travlr-ui .t-icon.icon-grid::before {
  content: "\EA77"; }

.travlr-ui .t-icon.icon-heart-o::before {
  content: "\EA78"; }

.travlr-ui .t-icon.icon-heart::before {
  content: "\EA79"; }

.travlr-ui .t-icon.icon-help-o::before {
  content: "\EA7A"; }

.travlr-ui .t-icon.icon-conversation-o::before {
  content: "\EA7B"; }

.travlr-ui .t-icon.icon-google-play::before {
  content: "\EA7C"; }

.travlr-ui .t-icon.icon-home::before {
  content: "\EA7D"; }

.travlr-ui .t-icon.icon-help::before {
  content: "\EA7E"; }

.travlr-ui .t-icon.icon-image-library-o::before {
  content: "\EA7F"; }

.travlr-ui .t-icon.icon-home-o::before {
  content: "\EA80"; }

.travlr-ui .t-icon.icon-close-square::before {
  content: "\EA81"; }

.travlr-ui .t-icon.icon-hotel::before {
  content: "\EA82"; }

.travlr-ui .t-icon.icon-info-o::before {
  content: "\EA83"; }

.travlr-ui .t-icon.icon-image-library::before {
  content: "\EA84"; }

.travlr-ui .t-icon.icon-image-o::before {
  content: "\EA85"; }

.travlr-ui .t-icon.icon-image::before {
  content: "\EA86"; }

.travlr-ui .t-icon.icon-linkedin-square::before {
  content: "\EA87"; }

.travlr-ui .t-icon.icon-instagram::before {
  content: "\EA88"; }

.travlr-ui .t-icon.icon-link::before {
  content: "\EA89"; }

.travlr-ui .t-icon.icon-info::before {
  content: "\EA8A"; }

.travlr-ui .t-icon.icon-locked::before {
  content: "\EA8B"; }

.travlr-ui .t-icon.icon-location::before {
  content: "\EA8C"; }

.travlr-ui .t-icon.icon-locked-o::before {
  content: "\EA8D"; }

.travlr-ui .t-icon.icon-linkedin::before {
  content: "\EA8E"; }

.travlr-ui .t-icon.icon-mail-open-o::before {
  content: "\EA8F"; }

.travlr-ui .t-icon.icon-logout::before {
  content: "\EA90"; }

.travlr-ui .t-icon.icon-mail-o::before {
  content: "\EA91"; }

.travlr-ui .t-icon.icon-login::before {
  content: "\EA92"; }

.travlr-ui .t-icon.icon-map::before {
  content: "\EA93"; }

.travlr-ui .t-icon.icon-mail::before {
  content: "\EA94"; }

.travlr-ui .t-icon.icon-map-o::before {
  content: "\EA95"; }

.travlr-ui .t-icon.icon-mail-open::before {
  content: "\EA96"; }

.travlr-ui .t-icon.icon-messenger::before {
  content: "\EA97"; }

.travlr-ui .t-icon.icon-message-o::before {
  content: "\EA98"; }

.travlr-ui .t-icon.icon-message::before {
  content: "\EA99"; }

.travlr-ui .t-icon.icon-menu::before {
  content: "\EA9A"; }

.travlr-ui .t-icon.icon-minus-square-o::before {
  content: "\EA9B"; }

.travlr-ui .t-icon.icon-minus-circle::before {
  content: "\EA9C"; }

.travlr-ui .t-icon.icon-minus-small::before {
  content: "\EA9D"; }

.travlr-ui .t-icon.icon-minus-circle-o::before {
  content: "\EA9E"; }

.travlr-ui .t-icon.icon-navigation-90::before {
  content: "\EA9F"; }

.travlr-ui .t-icon.icon-note::before {
  content: "\EAA0"; }

.travlr-ui .t-icon.icon-notification-o::before {
  content: "\EAA1"; }

.travlr-ui .t-icon.icon-notification::before {
  content: "\EAA2"; }

.travlr-ui .t-icon.icon-pinpoint::before {
  content: "\EAA3"; }

.travlr-ui .t-icon.icon-pinterest-circle::before {
  content: "\EAA4"; }

.travlr-ui .t-icon.icon-pinterest::before {
  content: "\EAA5"; }

.travlr-ui .t-icon.icon-places::before {
  content: "\EAA6"; }

.travlr-ui .t-icon.icon-plan-trip::before {
  content: "\EAA7"; }

.travlr-ui .t-icon.icon-plus-circle-o::before {
  content: "\EAA8"; }

.travlr-ui .t-icon.icon-plus-circle::before {
  content: "\EAA9"; }

.travlr-ui .t-icon.icon-plus-small::before {
  content: "\EAAA"; }

.travlr-ui .t-icon.icon-minus-square::before {
  content: "\EAAB"; }

.travlr-ui .t-icon.icon-plus-square::before {
  content: "\EAAC"; }

.travlr-ui .t-icon.icon-navigation-45::before {
  content: "\EAAD"; }

.travlr-ui .t-icon.icon-plus-square-o::before {
  content: "\EAAE"; }

.travlr-ui .t-icon.icon-minus::before {
  content: "\EAAF"; }

.travlr-ui .t-icon.icon-plus::before {
  content: "\EAB0"; }

.travlr-ui .t-icon.icon-receipt::before {
  content: "\EAB1"; }

.travlr-ui .t-icon.icon-price-tags::before {
  content: "\EAB2"; }

.travlr-ui .t-icon.icon-print::before {
  content: "\EAB3"; }

.travlr-ui .t-icon.icon-price-tag::before {
  content: "\EAB4"; }

.travlr-ui .t-icon.icon-reply-all::before {
  content: "\EAB5"; }

.travlr-ui .t-icon.icon-refresh::before {
  content: "\EAB6"; }

.travlr-ui .t-icon.icon-renew::before {
  content: "\EAB7"; }

.travlr-ui .t-icon.icon-recycle::before {
  content: "\EAB8"; }

.travlr-ui .t-icon.icon-selected::before {
  content: "\EAB9"; }

.travlr-ui .t-icon.icon-save::before {
  content: "\EABA"; }

.travlr-ui .t-icon.icon-search::before {
  content: "\EABB"; }

.travlr-ui .t-icon.icon-reply::before {
  content: "\EABC"; }

.travlr-ui .t-icon.icon-share::before {
  content: "\EABD"; }

.travlr-ui .t-icon.icon-setting::before {
  content: "\EABE"; }

.travlr-ui .t-icon.icon-share-o::before {
  content: "\EABF"; }

.travlr-ui .t-icon.icon-send::before {
  content: "\EAC0"; }

.travlr-ui .t-icon.icon-shopping::before {
  content: "\EAC1"; }

.travlr-ui .t-icon.icon-shield::before {
  content: "\EAC2"; }

.travlr-ui .t-icon.icon-shop::before {
  content: "\EAC3"; }

.travlr-ui .t-icon.icon-shield-o::before {
  content: "\EAC4"; }

.travlr-ui .t-icon.icon-spa::before {
  content: "\EAC5"; }

.travlr-ui .t-icon.icon-sort-down::before {
  content: "\EAC6"; }

.travlr-ui .t-icon.icon-sort-up::before {
  content: "\EAC7"; }

.travlr-ui .t-icon.icon-shortlists::before {
  content: "\EAC8"; }

.travlr-ui .t-icon.icon-star-rating-empty::before {
  content: "\EAC9"; }

.travlr-ui .t-icon.icon-spinner-2::before {
  content: "\EACA"; }

.travlr-ui .t-icon.icon-star-o::before {
  content: "\EACB"; }

.travlr-ui .t-icon.icon-spinner-1::before {
  content: "\EACC"; }

.travlr-ui .t-icon.icon-sun::before {
  content: "\EACD"; }

.travlr-ui .t-icon.icon-star-rating-half::before {
  content: "\EACE"; }

.travlr-ui .t-icon.icon-star::before {
  content: "\EACF"; }

.travlr-ui .t-icon.icon-star-rating-filled::before {
  content: "\EAD0"; }

.travlr-ui .t-icon.icon-time::before {
  content: "\EAD1"; }

.travlr-ui .t-icon.icon-tbb::before {
  content: "\EAD2"; }

.travlr-ui .t-icon.icon-time-o::before {
  content: "\EAD3"; }

.travlr-ui .t-icon.icon-sync::before {
  content: "\EAD4"; }

.travlr-ui .t-icon.icon-travlr::before {
  content: "\EAD5"; }

.travlr-ui .t-icon.icon-timer::before {
  content: "\EAD6"; }

.travlr-ui .t-icon.icon-tool::before {
  content: "\EAD7"; }

.travlr-ui .t-icon.icon-timer-o::before {
  content: "\EAD8"; }

.travlr-ui .t-icon.icon-trip-add::before {
  content: "\EAD9"; }

.travlr-ui .t-icon.icon-trend-flat::before {
  content: "\EADA"; }

.travlr-ui .t-icon.icon-trend-up::before {
  content: "\EADB"; }

.travlr-ui .t-icon.icon-trend-down::before {
  content: "\EADC"; }

.travlr-ui .t-icon.icon-unlocked-o::before {
  content: "\EADD"; }

.travlr-ui .t-icon.icon-trophy::before {
  content: "\EADE"; }

.travlr-ui .t-icon.icon-twitter::before {
  content: "\EADF"; }

.travlr-ui .t-icon.icon-trip::before {
  content: "\EAE0"; }

.travlr-ui .t-icon.icon-user-add-o::before {
  content: "\EAE1"; }

.travlr-ui .t-icon.icon-unselected::before {
  content: "\EAE2"; }

.travlr-ui .t-icon.icon-upload::before {
  content: "\EAE3"; }

.travlr-ui .t-icon.icon-unlocked::before {
  content: "\EAE4"; }

.travlr-ui .t-icon.icon-voucher::before {
  content: "\EAE5"; }

.travlr-ui .t-icon.icon-user-group::before {
  content: "\EAE6"; }

.travlr-ui .t-icon.icon-user-single::before {
  content: "\EAE7"; }

.travlr-ui .t-icon.icon-user-add::before {
  content: "\EAE8"; }

.travlr-ui .t-icon.icon-zoom-in::before {
  content: "\EAE9"; }

.travlr-ui .t-icon.icon-wifi::before {
  content: "\EAEA"; }

.travlr-ui .t-icon.icon-youtube::before {
  content: "\EAEB"; }

.travlr-ui .t-icon.icon-wedding::before {
  content: "\EAEC"; }

.travlr-ui .t-icon.icon-zoom-out::before {
  content: "\EAED"; }


/*# sourceMappingURL=travlr-uikit.css.map*/