/* Generated by less 2.5.1 */
/*Color setup*/
/*Mixins*/
/*Other variables*/
/*Typography*/
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #f5f5f5;
  line-height: 1.55;
}
a {
  color: #2196f3;
}
a:hover {
  color: #0c7cd5;
}
.text-danger {
  color: #e53935;
}
.text-muted {
  color: #989898;
}
.text-success {
  color: #4caf50;
}
.text-warning {
  color: #ef6c00;
}
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.85em;
}
.h2,
h2,
.h3,
h3 {
  font-weight: 500;
}
.h4,
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}
.h5,
h5 {
  font-size: 14px;
  font-weight: 600;
}
/*Navbar*/
.navbar-brand {
  padding: 10px 15px;
}
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  background-color: #fff;
  border: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  font-size: 13px;
  z-index: 55;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #2a2f34;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #2a2f34;
  background-color: #f2f2f2;
}
.navbar-default .navbar-nav > li > a {
  color: #6e7c89;
}
/*Well*/
.well {
  border-radius: 3px;
}
/*Buttons*/
.btn {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.17);
}
.btn-success,
.btn-success:active,
.btn-success.active,
.btn-success:focus,
.btn-success.focus,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  background-color: #ef6c00;
  border-color: transparent;
}
.btn-success:hover {
  background-color: #ff780a;
  border-color: transparent;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #ffbe89;
  border-color: transparent;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #2196f3;
  border-color: transparent;
}
.btn-primary:hover {
  background-color: #0d8aee;
  border-color: transparent;
}
.btn-default {
  box-shadow: none;
  border-color: #d2d2d2;
  color: #727272;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
  /* IE6-9 */
}
.btn-primary:hover {
  background-color: #0d8aee;
  border-color: transparent;
}
.btn-filter {
  margin-top: 2em;
}
.btn,
.btn-group > .btn,
.btn-group-lg > .btn,
.btn-lg {
  border-radius: 3px;
}
/*Mobile hamburger button*/
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 9px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-default .navbar-toggle {
  border-color: #ebebeb;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #3f51b5;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none;
}
/*Inputs*/
.form-control {
  font-size: 14px;
  line-height: 1.42857143;
  color: #252525;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-moz-placeholder {
  color: #bebebe;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bebebe;
}
.form-control::-webkit-input-placeholder {
  color: #bebebe;
}
.transparent .form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}
/*Input groups*/
.transparent .input-group-addon {
  color: #a6afb7;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 0;
  padding-right: 0;
}
.input-group-lg .input-group-addon {
  padding: 10px 0 10px 10px;
}
.input-group .form-control:last-child,
.input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon {
  border-radius: 0;
}
.input-group-lg > .input-group-btn > .btn {
  border-radius: 3px;
  box-shadow: none;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-btn:last-child > .btn,
.input-group-btn:first-child > .btn {
  box-shadow: none;
}
.input-group .form-control:focus {
  box-shadow: none;
  border-color: #cccccc;
}
/*Form validations*/
.has-error .form-control {
  border-color: #e53935;
  background-color: #fceaea;
}
.has-error .transparent .input-group-addon {
  color: #e53935;
  text-align: center;
  background-color: #fceaea;
  border: 1px solid #e53935;
  border-right: none;
  border-radius: 0;
  padding-right: 0;
}
.has-error .transparent .form-control:focus {
  box-shadow: none;
  border-color: #e53935;
}
.has-error .help-block {
  color: #e53935;
}
/*Pills*/
.nav-pills > li > a {
  border-radius: 3px;
  padding: 10px 15px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #6e7c89;
  text-decoration: none;
}
.nav-pills > li > a:focus,
.nav-pills > li > a {
  color: #6e7c89;
}
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  text-decoration: underline;
  background-color: transparent;
  color: #0c7cd5;
}
/*Panels*/
.panel-default {
  border-color: transparent;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.panel.best-price {
  border: 2px solid #f9d4d3 !important;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
}
.panel.city-destination {
  border: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
  background-color: #f7f7f7;
}
.panel.city-destination:hover {
  background-color: #3f51b5;
}
.panel.best-price:hover {
  border: 2px solid #f1928f !important;
}
.panel.recommended {
  border: 2px solid #c7e7c8 !important;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
}
.panel.recommended:hover {
  border: 2px solid #92cf94 !important;
}
.panel-default > .panel-heading {
  color: #252525;
  background-color: transparent;
  border-color: #ebebeb;
  padding: 15px;
}
.panel-default > .panel-heading .panel-title a,
.panel-default > .panel-heading .panel-title a:hover {
  color: #252525;
  text-decoration: none;
}
.panel-title {
  font-weight: bold;
}
h3.panel-title {
  font-size: 16px;
}
h4.panel-title {
  font-size: 14px;
}
.panel-footer {
  background-color: #fcfdff;
  border-top: 1px solid #ebebeb;
}
/*List group*/
.list-group-item {
  border: 1px solid #ebebeb;
}
/*Dropdown menu*/
.dropdown-menu {
  border-radius: 3px;
}
/*Tooltip*/
.tooltip-inner {
  min-width: auto;
  border-radius: 2px;
}
/*Labels*/
.label {
  font-weight: normal;
}
.label-danger {
  background-color: #e53935;
}
/*Modal*/
.modal-content {
  border-radius: 3px;
  border-color: transparent;
}
.modal-footer {
  border-top: 1px solid #ebebeb;
}
/*Tabs*/
.nav-tabs {
  border-bottom: 1px solid #ebebeb;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
  border: 1px solid #ebebeb;
  background-color: #f7f7f7;
  color: #727272;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #ebebeb;
  border-bottom-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #252525;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-bottom-color: transparent;
  font-weight: 600;
  border-top: 1px solid #ef6c00;
}
/*Alerts*/
.alert {
  padding: 10px;
  margin-bottom: 1em;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert-warning {
  background-color: #fef7f7;
  border-color: #f9d4d3 !important;
  color: #e84f4c;
}
.alert-warning .alert-link {
  color: #e84f4c;
  text-decoration: underline;
  font-weight: 400;
}
.alert-success {
  background-color: #e3f3e4;
  border-color: #c7e7c8 !important;
  color: #5cb860;
}
.alert-info {
  background-color: #f1f8fe;
  border-color: #cae6fc !important;
  color: #599acd;
}
/*Offcanvas*/
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}
@media screen and (max-width: 991px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
    /* 6 columns */
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -100%;
    /* 6 columns */
  }
  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 110%;
    /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 100%;
    /* 6 columns */
  }
}
/*Tables*/
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ebebeb;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #ebebeb;
}
.table > thead > tr > th {
  border-bottom: 2px solid #ebebeb;
}
.table-bordered {
  border: 1px solid #ebebeb;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
/*Progress bar*/
.progress-bar-success {
  background-color: #4caf50;
}
/*Breadcrumb*/
.breadcrumb {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 13px;
}
.breadcrumb > li > a {
  color: #898989;
}
/*Pagination*/
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #2196f3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #0c7cd5;
  border-color: 1px solid #ebebeb;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #2196f3;
  border-color: #ebebeb;
}
