<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --primary-color: #00C0FF;
    --secondary-color: #4218B8;
    --tertiary-color: #5E5E5E;
    --color-dark: #1E1E1E;
    --gray-color: #626C73;
    --text-color: #45545E;
    --red-color: #dc3545;
    --success-color: #0fbc49;
    --white-color: #ffffff;
    --bg-gray: #F5F5F5;
    --primary-rbga-color: rgba(232, 136, 2, 0.9);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}
/* BM Alert */
.bm-alert {
    display: block; clear: both;
    background: var(--primary-color);
    text-align: center;
    padding: 8px 0px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.bm-alert a {
    display: block; clear: both;
    color: var(--white-color);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.bm-alert:hover {background: var(--tertiary-color);}
.bm-alert:hover a {color: #FFFFFF;}
/* Motor */
section.box-motor {
    position: relative;
    padding: 80px 0px 120px 0px;
    float: left;
    width: 100%;
    z-index: 1;
}
section.box-motor .box-parallax {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
section.box-motor .box-parallax .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

section.box-motor .bm-filter {
    position: relative;
    float: left;
    width: 100%;
    z-index: 30;
}
section.box-motor .bm-filter .filter-intro .filter-title {
    padding: 20px 0px;
}
section.box-motor .bm-filter .filter-intro .filter-title h1 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    display: block; clear: both;
    text-align: center;
    font-weight: 500;
    font-size: 54px;
    color: #FFFFFF;
}
section.box-motor .bm-filter .filter-intro .filter-title p {
    display: block; clear: both;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
section.box-motor .bm-filter .filter-intro .filter-title .btn-more {
    margin-bottom: 20px;
    text-align: center;
    display: block;
    clear: both;
}
section.box-motor .bm-filter .filter-intro .filter-title .btn-more a.btn-primary {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}
section.box-motor .bm-filter .filter-intro .filter-title .btn-more a.btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #FFFFFF;
}

section.box-motor .bm-tab-motor .nav-tabs {
    border: none;
}
section.box-motor .bm-tab-motor .nav-tabs &gt; li &gt; a {
    background: var(--primary-color);
    color: #FFFFFF;
    border: none;
}
section.box-motor .bm-tab-motor .nav-tabs &gt; li.active &gt; a,
section.box-motor .bm-tab-motor .nav-tabs &gt; li.active &gt; a:focus,
section.box-motor .bm-tab-motor .nav-tabs &gt; li.active &gt; a:hover {
    background: #FFFFFF;
    color: var(--primary-color);
}
section.box-motor .bm-tab-motor .tab-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #FFFFFF;
    margin-top: 1px;
}
section.box-motor .bm-tab-motor .tab-content .bm-sm-2.col-sm-2.col-md-2 {width: 20%;}
section.box-motor .bm-tab-motor .tab-content .bm-sm-3.col-sm-3.col-md-3 {width: 24%;}
section.box-motor .bm-tab-motor .tab-content .bm-sm-5.col-sm-5.col-md-5 {width: 36%;}

section.box-motor .bm-tab-motor .tab-content .bm-transfer-types {
    padding: 10px;
}
section.box-motor .bm-tab-motor .tab-content .bm-transfer-types label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    margin-right: 15px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    vertical-align: bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section.box-motor .bm-tab-motor .tab-content .bm-transfer-types label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
section.box-motor .bm-tab-motor .tab-content .bm-transfer-types .checkmark {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #CCCCCC;
    border-radius: 50%;
    position: absolute;
    height: 16px;
    width: 16px;
    left: 0;
    top: 0;
}
.bm-search-transfer.bm-search-transfer-grid .types .checkmark {
    background-color: #CCCCCC;
}
section.box-motor .bm-tab-motor .tab-content .bm-transfer-types label:hover input ~ .checkmark {
    background-color: #EAEAEA;
}
section.box-motor .bm-tab-motor .tab-content .bm-transfer-types label.active {
    color: var(--primary-color);
}
section.box-motor .bm-tab-motor .tab-content .bm-transfer-types label input:checked ~ .checkmark {
    background-color: var(--primary-color);
}
section.box-motor .bm-tab-motor .tab-content .bm-transfer-types .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
section.box-motor .bm-tab-motor .tab-content .bm-transfer-types label input:checked ~ .checkmark:after {
    display: block;
}
section.box-motor .bm-tab-motor .tab-content .bm-transfer-types label .checkmark:after {
    top: 4px;
    left: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFFFFF;
}
section.box-motor .bm-tab-motor .tab-content .form-group {
    padding: 22px 0 20px 0;
    position: relative;
    margin: 0px;
}
section.box-motor .bm-tab-motor .tab-content .form-group i {
    position: absolute;
    margin-top: -12px;
    left: 13px;
    top: 50%;
    font-size: 24px;
    color: #A0A9B2;
}
section.box-motor .bm-tab-motor .tab-content .form-group i.arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    font-size: 22px;
    color: #A0A9B2;
    left: auto;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-destiny {
    padding-left: 42px;
    position: relative;
    z-index: 9;
}
section.box-motor .bm-tab-motor .tab-content .form-group .date-wrapper {
    padding-left: 42px;
    position: relative;
    z-index: 9;
}
section.box-motor .bm-tab-motor .tab-content .form-group .date-wrapper label,
section.box-motor .bm-tab-motor .tab-content .form-group .bm-destiny label {
    margin-bottom: 0px;
    display: inline-block;
    max-width: 100%;
    font-weight: 300;
    font-size: 14px;
    color: #5E6D77;
}
section.box-motor .bm-tab-motor .tab-content .form-group .date-wrapper label {
    display: block;
}

section.box-motor .bm-tab-motor .tab-content .form-group .form-extra-field.has-icon .dropdown {
    z-index: 9;
}
section.box-motor .bm-tab-motor .tab-content .form-group .date-wrapper .render,
section.box-motor .bm-tab-motor .tab-content .form-group .bm-destiny .render {
    font-size: 15px !important;
    color: var(--primary-color);
    overflow: hidden;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
section.box-motor .bm-tab-motor .tab-content .form-group .date-wrapper .render {
    width: initial;
}
section.box-motor .bm-tab-motor .tab-content .form-group .date-wrapper span {
    vertical-align: super;
}
section.box-motor .bm-tab-motor .tab-content .form-group .date-wrapper .check-in-wrapper.float-left,
section.box-motor .bm-tab-motor .tab-content .form-group .date-wrapper .check-out-wrapper.float-left {
    width: 50%;
    float: left;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-destiny .render input::placeholder {
    color: var(--primary-color);
    opacity: 0.5;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-destiny .render input {
    box-shadow: none;
    height: initial;
    font-size: 14px;
    color: var(--primary-color);
    outline: none;
    border: none;
    width: 100%;
    padding: 0px;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-destiny .render.tour {
    overflow: initial;
}
section.box-motor .bm-tab-motor .tab-content .form-group ul.destiny-selected {
    list-style: none;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}
section.box-motor .bm-tab-motor .tab-content .form-group ul.destiny-selected li {
    float: left;
    padding: 4px;
}
section.box-motor .bm-tab-motor .tab-content .form-group ul.destiny-selected li span {
    padding-left: 3px;
}
section.box-motor .bm-tab-motor .tab-content .form-group ul.destiny-selected li .select-close i {
    padding-left: 2px;
    color: #DC3545;
}
section.box-motor .bm-tab-motor .tab-content .form-group ul.destiny-selected li i {
    position: initial;
    font-size: 12px;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown {
    width: auto;
    left: -15px;
    right: -15px;
    padding: 15px 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
    border-radius: 0 0 4px 4px;
    border-color: #dfdfdf;
    margin-top: 0px;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item .select-wrapper {
    width: 111px;
    background: none;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item:not(:last-child) {
    margin-bottom: 20px;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item label {
    font-size: 14px;
    color: #5E6D77;
    font-weight: 400;
    margin-bottom: 0px;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item .select-wrapper .st-number-wrapper span {
  height: 34px;
  line-height: 34px;
  display: block;
  text-align: center;
  border-radius: 3px;
  float: right;
  user-select: none;
  cursor: pointer;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item .select-wrapper .st-number-wrapper span.prev {
  line-height: 27px;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item .select-wrapper .st-number-wrapper span.next {
  line-height: 43px;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item .select-wrapper .st-number-wrapper input {
  float: right;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
  text-align: center;
  border: none;
  box-shadow: none;
  width: 35px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item .select-wrapper .st-number-wrapper input[readonly] {
  background: transparent;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item .select-wrapper .st-number-wrapper input:focus {
  box-shadow: none;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item-rooms {
    border: 1px solid #D7DCE3;
    border-radius: 4px;
    margin-top: 15px;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item-rooms .item-room-number {
    border-bottom: 1px solid #D7DCE3;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item-rooms .item-room-number input {
    padding: 5px 0px 0px 0px;
    line-height: initial;
    background: #FFFFFF;
    text-align: center;
    box-shadow: none;
    font-size: 16px;
    height: initial;
    color: #5E6D77;
    border: none;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item-rooms .pd10 {
    padding: 10px;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item-rooms li.item.adults {
    border-bottom: 1px solid #D7DCE3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item-rooms li.item.children {
    margin-bottom: 0px;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item-rooms li.item.children-ages {
    border-top: 1px solid #D7DCE3;
    padding: 10px 0px 0px 0px;
    margin: 10px 0px;
}
section.box-motor .bm-tab-motor .tab-content .form-group .bm-guests-dropdown .item-rooms li.item.children-ages select {
    width: 60px;
}
/* Ini. Temporal */
section.box-motor .bm-tab-motor .tab-content form#search_transfer {
    padding-bottom: 10px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer {
    padding: 0px 10px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer label {
    margin-bottom: 0px;
    display: block;
    clear: both;
    max-width: 100%;
    font-weight: 300;
    font-size: 13px;
    color: #5E6D77;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer input.form-control::placeholder {color: var(--primary-color); opacity: 0.5;}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer input.form-control {box-shadow: none; height: initial; font-size: 14px; color: var(--primary-color); outline: none; border: none; width: 100%; padding: 0px;}

section.box-motor .bm-tab-motor .tab-content .bm-form-transfer p {float: left; margin-bottom: 10px; padding-right: 10px; margin-bottom: 0px;}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .destination {width: 200px;}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .to {width: 200px;}

.bm-search .tab-content .form-search-car .destination span {font-size: 11px; height: 17px; display: block; clear: both;}
.bm-search .tab-content .form-search-car .destination.col-sm-12.col-md-12,
.bm-search .tab-content .form-search-car .destination.col-sm-6.col-md-6 {padding-left: 0px;}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .checkin,
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .checkout {
    width: 132px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .nights {
    width: 66px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .rooms {
    width: 95px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .nationality {
    width: 132px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .room-line {
    border-left: 1px solid #FFFFFF;
    padding-left: 10px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .room {
    display: none;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .adults {
    width: 100px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .child {
    width: 100px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .btn.btn-primary {
    margin-top: 16px;
    margin-left: auto;
    background: var(--primary-color);
    border-color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .destiny,
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .origin {
    width: 130px;
    padding-right: 0px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .destiny input.form-control,
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .origin input.form-control {
    background-image: url(images/ico-calendar.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    border: 1px solid #D7DCE3;
    padding: 4px 10px;
    height: 30px;
    cursor: pointer;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 14px; color: var(--primary-color);
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .transfer-checkouttime select.form-control,
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .transfer-checkintime select.form-control {
    font-size: 14px; color: var(--primary-color);
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: none !important;
    width: 75px !important;
    height: 30px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer div.checkin,
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer div.adults,
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer div.children,
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer div.checkout {
    width: 95px;
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .chosen-container-multi .chosen-choices {
    border: medium none;
    border-radius: 4px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .chosen-container-multi,
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .chosen-container-single .chosen-single {
    height: 34px;
    border-radius: 4px;
    border: 1px solid #434a54;
    background: #FFFFFF;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-transfer .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-tour .p15 {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-tour .pt15.pb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-tour label {
    margin-bottom: 0px;
    display: block;
    clear: both;
    max-width: 100%;
    font-weight: 300;
    font-size: 13px;
    color: #5E6D77;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-tour .chosen-container-single .chosen-default {
    background: transparent;
    box-shadow: none;
    color: var(--primary-color);
    border: none;
    height: 28px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-tour .chosen-single.chosen-single-with-deselect.chosen-default {
    opacity: 0.5;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-tour .chosen-single.chosen-single-with-deselect {
    opacity: 1;
    background: transparent;
    box-shadow: none;
    color: var(--primary-color);
    border: none;
    height: 28px;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-tour .chosen-container-single.chosen-container-active .chosen-single.chosen-single-with-deselect {
    border: 1px solid #D7DCE3;
}
section.box-motor .bm-tab-motor .tab-content .bm-form-tour .chosen-container-single.chosen-container-active .chosen-drop {
    border: 1px solid #D7DCE3;
}
.bm-form-flight {
    display: block; clear: both;
    padding: 5px 0px;
}
.bm-form-flight label {
    margin-right: 10px;
    font-weight: 300;
    cursor: pointer;
    font-size: 13px;
}
.bm-form-flight .col-flight-1 {width: 54%;}
.bm-form-flight .col-flight-2 {width: 20%; padding: 0px 10px;}
.bm-form-flight .col-flight-3 {width: 26%;}
.bm-form-flight .segment.multi-des {
    clear: both;
}
.bm-form-flight .segment.multi-des h4 {
    clear: both;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
    padding-top: 10px;
}
.bm-form-flight .add-segment {
    clear: both;
}
.bm-form-flight .add-segment .btn.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);;
}
.bm-form-flight .bm-flight-item-1 {
    margin-right: 5px;
    width: 155px;
    float: left;
}
.bm-form-flight .bm-flight-item-2 {
    margin-right: 5px;
    width: 120px;
    float: left;
}
.bm-form-flight .bm-flight-item-3 {
    margin-right: 5px;
    width: 184px;
    float: left;
}
.bm-form-flight .bm-flight-item-4 {
    width: 130px;
    float: left;
}
.bm-form-flight .bm-flight-item-5 {
    margin-right: 5px;
    width: 70px;
    float: left;
}
.bm-form-flight .bm-flight-item-1 .form-control,
.bm-form-flight .bm-flight-item-2 .form-control,
.bm-form-flight .bm-flight-item-3 .form-control,
.bm-form-flight .bm-flight-item-4 .form-control,
.bm-form-flight .bm-flight-item-5 .form-control {
    border: 1px solid #D7DCE3;
    box-shadow: none;
    padding: 4px 10px;
    height: 30px;
}
.bm-form-flight .bm-flight-item-4 .form-control {
    border-radius: 4px 0px 0px 4px;
}
.bm-form-flight .bm-flight-item-5 .form-control {
    border-radius: 0px 4px 4px 0px;
    border-left: none !important;
}
.bm-form-flight .bm-flight-item-1 label,
.bm-form-flight .bm-flight-item-2 label,
.bm-form-flight .bm-flight-item-3 label,
.bm-form-flight .bm-flight-item-4 label,
.bm-form-flight .bm-flight-item-5 label {
    margin: 0px; padding: 0px;
    display: inline-block;
    font-weight: 300;
}
.bm-form-car .col-car-1,
.bm-form-car .col-car-2,
.bm-form-car .col-car-3 {float: left; margin-right: 5px;}
.bm-form-car .col-car-1 label,
.bm-form-car .col-car-2 label,
.bm-form-car .col-car-3 label {
    display: block; clear: both;
    font-weight: 300;
    font-size: 13px;
    margin: 0px;
}
.bm-form-car .col-car-1 .form-control,
.bm-form-car .col-car-2 .form-control,
.bm-form-car .col-car-3 .form-control {
    border: 1px solid #D7DCE3;
    box-shadow: none;
    padding: 4px 10px;
    height: 30px;
}
.bm-form-car .col-car-1 {width: 58%;}
.bm-form-car .col-car-2 {width: 25%;}
.bm-form-car .col-car-3 {width: 22%;}
.bm-form-car .col-car-3 input.form-control {
    border-radius: 4px 0px 0px 4px;
    float: left;
    width: 65%;
}
.bm-form-car .col-car-3 select.form-control {
    border-radius: 0px 4px 4px 0px;
    border-left: none !important;
    padding: 4px 4px !important;
    float: left;
    width: 35%;
}
/* Select */
section.box-motor .bm-tab-motor .tab-content select {
    background: #FFFFFF url(images/down.svg) no-repeat center right !important;
    border: 1px solid #D7DCE3;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 4px 10px;
    box-shadow: none;
    appearance: none;
    cursor: pointer;
    height: auto;
}
section.box-motor .bm-tab-motor .tab-content .form-button {
    padding: 0px 20px 0px 0px;
    align-items: center;
    position: relative;
    display: flex;
}
section.box-motor .bm-tab-motor .tab-content .form-button .btn-primary {
    margin-left: auto;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    text-transform: uppercase;
    padding: 15px 35px;

    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}
section.box-motor .bm-tab-motor .tab-content .form-button .bm-form-extra-field {
    padding: 22px 0px 20px 0px;
    position: relative;
    margin-bottom: 0px;
}
section.box-motor .bm-tab-motor .tab-content .form-button .bm-form-extra-field label {
    margin-bottom: 0px;
    display: block;
    max-width: 100%;
    font-weight: 300;
    font-size: 14px;
    color: #5E6D77;
}
section.box-motor .bm-tab-motor .tab-content .form-button .bm-form-extra-field .render {
    font-size: 1em !important;
}
section.box-motor .bm-tab-motor .tab-content .form-button .bm-form-extra-field .render span {
    font-size: 16px;
    color: var(--primary-color);
    cursor: pointer;
}
section.box-motor .bm-tab-motor .tab-content .form-button .bm-form-extra-field .render .fa {
    position: initial;
    cursor: pointer;
    font-size: 13px;
    color: var(--primary-color);
}
section.box-motor .bm-tab-motor .tab-content .form-button .bm-form-extra-field .dropdown-menu {
    min-width: 300px;
    right: 0;
    left: auto;
    width: auto;
    padding: 15px 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
    border-radius: 0 0 4px 4px;
    border-color: #DFDFDF;
    margin-top: 4px;
}
section.box-motor .bm-tab-motor .tab-content .form-button.btn-tour-explorer {
    padding: 18px 20px 0px 0px;
}
section.box-motor .bm-tab-motor .tab-content .form-button.btn-tour-explorer  .btn-primary {
    margin: 0px;
}
/* DateRangePicker */
.daterangepicker {
  min-width: 300px;
  min-height: 100px;
  border-radius: 0 0 3px 3px;
}
.daterangepicker .calendar-table .prev span {
    bottom: 0;
    left: 0;
    float: left;
    width: 22px;
    height: 22px;
    background: url("images/arow_left.png") no-repeat left center;
    cursor: pointer;
    z-index: 9;
    transform: initial;
    -webkit-transform: initial;
    border: none;
}
.daterangepicker .calendar-table .next span {
    bottom: 0;
    right: 0;
    float: right;
    width: 22px;
    height: 22px;
    background: url("images/arrow_right.png") no-repeat right center;
    cursor: pointer;
    z-index: 9;
    transform: initial;
    -webkit-transform: initial;
    border: none;
}
.daterangepicker .calendar-table td.in-range {
    background-color: rgba(247, 89, 30, 0.2);
}
.daterangepicker .calendar-table td.active,
.daterangepicker .calendar-table td.active:hover {
    background-color: var(--primary-color);
    color: #FFFFFF;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    font-size: 14px;
}
/* Month Picker */
.month-picker {
    border: 1px solid #DDD;
    background: #FFF;
    color: #5E6D77;
}
.month-picker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.month-picker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.month-picker-header {
    background: #FFF;
    color: #5E6D77;
    border: none;
}
.month-picker-year-table .month-picker-previous .ui-icon {
    background: url("images/arow_left.png") no-repeat left center;
    cursor: pointer;
}
.month-picker-year-table .month-picker-next .ui-icon {
    background: url("images/arrow_right.png") no-repeat right center;
    cursor: pointer;
}
.month-picker-year-table .month-picker-title .ui-button {
    font-weight: 500;
    font-size: 14px;
    color: #5E6D77;
    cursor: pointer;
}
.month-picker-year-table .month-picker-previous .ui-button.ui-state-hover,
.month-picker-year-table .month-picker-next .ui-button.ui-state-hover{
    background: transparent;
    border: none;
}
.month-picker-year-table .month-picker-title .ui-button.ui-state-hover {
    background: transparent;
    border: none;
    padding: 0px;
}
.month-picker-month-table .ui-state-default {
    background: transparent;
    border: 1px solid #FFF;
    color: #5E6D77;
}
.month-picker-month-table .ui-state-default.ui-state-hover {
    border: 1px solid #5E6D77;
}
.month-picker-month-table .ui-button-text-only.ui-state-active,
.month-picker-month-table .ui-state-highlight {
    background: rgba(247, 89, 30, 0.2);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
/* Agency Home Info */
section.bm-agency-info {
    display: block; clear: both;
}
section.bm-agency-info .image {
    float: left;
}
section.bm-agency-info .content {
    margin-left: 85px;
    padding: 15px;
}
section.bm-agency-info .content h4.title {
    font-weight: 600;
    font-size: 18px;
    color: #1A2B48;
}
section.bm-agency-info .content .desc {
    font-weight: 300;
    font-size: 13px;
    color: #1A2B48;
}
section.bm-agency-info .content h4.title a,
section.bm-agency-info .content .desc a {color: #1A2B48;}
section.bm-agency-info .bm-agency-info-item:hover .content h4.title a,
section.bm-agency-info .bm-agency-info-item:hover .content .desc a {color: var(--primary-color);}
/* Main Destinations */
.bm-destination {
    display: block;
    clear: both;
}
.bm-destination .title {
    display: block; clear: both;
    margin-bottom: 20px;
    text-align: center;
}
.bm-destination .title h2 {
    display: block; clear: both;
    font-weight: 600;
    font-size: 32px;
    color: #1A2B48;
}
.bm-destination .destination-item {
    margin-bottom: 20px;
}
.bm-destination .destination-item .image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.bm-destination .destination-item a {
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}
.bm-destination .destination-item .image .content {
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
}
.bm-destination .destination-item .image img {
    width: 100%;
    height: 370px;
    border-radius: 5px;
    transition: all 0.3s;
}
.bm-destination .destination-item:hover .image img {
    transform: scale(1.1);
}
.bm-destination .destination-item .image .content .title {
    margin-bottom: 0px;
    font-size: 36px;
    font-weight: 400;
    color: #FFF;
}
.bm-destination .destination-item .desc.st_tours {
    display: inline-block;
    background: var(--primary-color);
    border-radius: 100px;
    font-size: 14px !important;
    color: #FFFFFF;
    padding: 5px 20px;
    margin-top: 10px;
}
/* Newsletter */
section.bm-newsletter .icon {
    float: left;
}
section.bm-newsletter .icon i {
    font-size: 70px;
}
section.bm-newsletter .content {
    margin-left: 85px;
    padding: 15px;
}
section.bm-newsletter .content h4.title {
    font-weight: 600;
    font-size: 24px;
    color: #1A2B48;
}
section.bm-newsletter .content .desc {
    font-weight: 300;
    font-size: 16px;
    color: #5E6D77;
}
section.bm-newsletter form .form-inline {
    padding-top: 15px;
}
section.bm-newsletter form .form-inline label {
    display: none;
}
section.bm-newsletter form .form-inline :first-child {width: 70%;}
section.bm-newsletter form .form-inline .form-group:last-child {width: 29%; margin-left: -5px;}
section.bm-newsletter form .form-inline .form-control {
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #DFE3E9;
    background: #FFFFFF;
    box-shadow: none;
    padding: 10px 16px;
    font-size: 18px;
    height: 46px;
    width: 100%;
}
section.bm-newsletter form .form-inline .form-control::placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #BEBEBE;
}
section.bm-newsletter form .form-inline .btn-primary {
    border-radius: 0px 6px 6px 0px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    line-height: 1.3333333;
    border-color: var(--primary-color);
    padding: 10px 16px;
    font-size: 18px;
    width: 100%;
}
section.box-motor .bm-link-cms {display: block;} 
section.box-motor .bm-link-cms-dropdown {display: none;}
@media only screen and (min-width: 1300px) and (max-width:1500px) {}
@media only screen and (min-width: 769px) and (max-width:1299px) {}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	section.box-motor {padding: 10px 0px;}
    section.box-motor .bm-link-cms {display: none;}
    section.box-motor .bm-filter .filter-intro .filter-title h1 {font-size: 20px; font-weight: 600;}
    section.box-motor .bm-filter .filter-intro .filter-title p {font-size: 13px; font-weight: 300; margin-bottom: 10px;}
    section.box-motor .bm-tab-motor .nav-tabs &gt; li &gt; a {padding: 10px 8px; text-align: center; font-size: 13px;}
    section.box-motor .bm-tab-motor .nav-tabs &gt; li &gt; a i {display: block; clear: both; font-size: 16px;}
    section.box-motor .bm-tab-motor .tab-content .bm-row-motor {margin-right: 0px; margin-left: 0px;}
    section.box-motor .bm-tab-motor .tab-content .border-right {border: none; border-bottom: 1px solid #DFDFDF;}
    section.box-motor .bm-tab-motor .tab-content .form-button {display: block !important; padding: 0px 0px 15px 0px !important;}

    section.bm-newsletter .icon {display: none;}
    section.bm-newsletter .content {margin-left: 0px; padding: 0px; text-align: center;}
    section.bm-newsletter .content h4.title {font-size: 18px;}
    section.bm-newsletter .content .desc {font-size: 14px;}
    section.bm-newsletter .input-group {padding: 10px 15px;}
}
@media only screen and (min-width: 150px) and (max-width: 481px) {
    .bm-alert {background: var(--tertiary-color);}
    .bm-alert a {color: var(--primary-color);}
    .bm-alert:hover {background: var(--primary-color);}
	section.box-motor {padding: 10px 0px;}
    section.box-motor .bm-link-cms {display: none;}
    section.box-motor .bm-filter .filter-intro .filter-title h1 {font-size: 20px; font-weight: 600;}
    section.box-motor .bm-filter .filter-intro .filter-title p {font-size: 13px; font-weight: 300; margin-bottom: 5px;}
    section.box-motor .bm-tab-motor .nav-tabs &gt; li &gt; a {padding: 10px 8px; text-align: center; font-size: 13px;}
    section.box-motor .bm-tab-motor .nav-tabs &gt; li &gt; a i {display: block; clear: both; font-size: 16px;}
    section.box-motor .bm-tab-motor .tab-content {border-top-right-radius: 0px;}
    section.box-motor .bm-tab-motor .tab-content .bm-row-motor {margin-right: 0px; margin-left: 0px;}
    section.box-motor .bm-tab-motor .tab-content .border-right {border: none; border-bottom: 1px solid #DFDFDF;}
    section.box-motor .bm-tab-motor .tab-content .form-group i {left: 0px;}
    section.box-motor .bm-tab-motor .tab-content .form-group .bm-destiny {padding-left: 28px;}
    section.box-motor .bm-tab-motor .tab-content .form-group .date-wrapper {padding-left: 28px;}
    section.box-motor .bm-tab-motor .tab-content .form-button {display: block !important; padding: 0px 0px 15px 0px !important;}
    section.box-motor .bm-tab-motor .tab-content .form-button .btn-primary {width: 100%; padding: 16px 20px;}
    .bm-form-flight .col-flight-1 {width: 100%;}
    .bm-form-flight .col-flight-2 {width: 100%;}
    .bm-form-flight .col-flight-3 {width: 100%;}
    .bm-form-flight .bm-flight-item-1, .bm-form-flight .bm-flight-item-2,
    .bm-form-flight .bm-flight-item-3 {width: 100%; float: none;}
    .bm-form-flight .bm-flight-item-4 {width: 180px;}
    .bm-form-flight .bm-flight-item-5 {width: 100px;}

    section.bm-newsletter .icon {display: none;}
    section.bm-newsletter .content {margin-left: 0px; padding: 0px; text-align: center;}
    section.bm-newsletter .content h4.title {font-size: 18px;}
    section.bm-newsletter .content .desc {font-size: 14px;}
    section.bm-newsletter .input-group {padding: 10px 15px;}
}
/* Motor responsive */
@media screen and (max-width: 479px) {
    .nav-tabs-responsive &gt; li {
        display: none;
        width: 24.4%;
    }
    .nav-tabs-responsive &gt; li &gt; a {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        width: 100%;
        width: 100%;
        text-align: center;
        vertical-align: top;
    }
    .nav-tabs-responsive &gt; li.active {
        width: 50%;
        margin: 0px 2px -1px 2px;
    }
    .nav-tabs-responsive &gt; li.active:first-child {
        margin-left: 23%;
    }
    .nav-tabs-responsive &gt; li.active, .nav-tabs-responsive &gt; li.prev, .nav-tabs-responsive &gt; li.next {
        display: block;
    }
    .nav-tabs-responsive &gt; li.next &gt; a .text, .nav-tabs-responsive &gt; li.prev &gt; a .text {
        display: none;
    }
    .nav-tabs-responsive &gt; li.next &gt; a:after,
    .nav-tabs-responsive &gt; li.prev &gt; a:after {
        font-family: FontAwesome;
        display: inline-block;
        position: relative;
        font-style: normal;
        font-weight: 400;
        font-size: 34px;
        line-height: 1;
        top: 1px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .nav-tabs-responsive &gt; li.prev &gt; a:after {
        content: "\f104";
    }
    .nav-tabs-responsive &gt; li.next &gt; a:after {
        content: "\f105";
    }
    .nav-tabs-responsive &gt; li.dropdown &gt; a &gt; .caret {
        display: none;
    }
    .nav-tabs-responsive &gt; li.dropdown &gt; a:after {
        content: "\f107";
    }
    .nav-tabs-responsive &gt; li.dropdown.active &gt; a:after {
        display: none;
    }
    .nav-tabs-responsive &gt; li.dropdown.active &gt; a &gt; .caret {
        display: inline-block;
    }
    .nav-tabs-responsive &gt; li.dropdown .dropdown-menu.pull-xs-left {
        left: 0;
        right: auto;
    }
    .nav-tabs-responsive &gt; li.dropdown .dropdown-menu.pull-xs-center {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .nav-tabs-responsive &gt; li.dropdown .dropdown-menu.pull-xs-right {
        left: auto;
        right: 0;
    }
}
</pre></body></html>