/* Color */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Screen min-width 768px
2.0 Screen min-width 992px
3.0 Screen min-width 678 and max-width 991px
4.0 Screen max-width 1199px
5.0 Screen max-width 991px
6.0 Screen max-width 767px
7.0 Screen max-width 600px
8.0 Screen max-width 360px
9.0 Screen min-height 600px
10.0 Screen min-height 650px
11.0 Screen min-height 500px
*/
@media only screen and (min-width: 601px) {
  .modal#modal-contact-form {
    max-width: 480px; } }

/*================ MIN WIDTH 768PX ======================*/
@media only screen and (min-width: 768px) {
  .vc_video-bg-container {
    background-image: none !important; }
  body #main-menu .main-menu > li.has-submenu .toggle-submenu {
    display: none; }
  body #main-menu li .submenu {
    display: none; }
    body #main-menu li .submenu .submenu-head {
      display: none !important; }
    body #main-menu li .submenu .submenu {
      left: 100%;
      top: 0 !important;
      margin-top: 0; }
  .modal#modal-contact-form {
    max-width: 520px; }
  .ots-modal .ots-modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-login-form .ots-modal-dialog {
    max-width: 500px !important; } }

/*================= MIN WIDTH 992PX ======================*/
@media only screen and (min-width: 992px) {
  body #main-menu .menu.main-menu .submenu li:last-of-type a {
    padding-right: 0; }
  .modal.modal-small {
    width: 40%; }
  .modal.modal-xs {
    width: 30%; }
  .card.card-list.list-fetch .card-image {
    max-height: 235px; }
    .card.card-list.list-fetch .card-image img {
      width: 100%;
      height: auto;
      margin-top: -35px; } }

/*================= MIN WIDTH 992PX AND MIN-HEIGHT 600PX======================*/
@media only screen and (min-width: 992px) and (min-height: 600px) {
  #modal-expand-map,
  #modal-select-jouney {
    min-height: 550px; } }

/*================= MIN WIDTH 678PX AND MAX WIDTH 991PX ==================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body #header #main-menu {
    text-align: center;
    height: auto !important;
    line-height: 1; }
    body #header #main-menu .nav-wrapper .logo {
      display: inline-block;
      position: relative;
      -webkit-transform: none;
      transform: none;
      left: auto; }
    body #header #main-menu .nav-wrapper .button-collapse {
      display: none !important; }
    body #header #main-menu .nav-wrapper .main-menu {
      display: block !important;
      float: none !important;
      text-align: center;
      clear: both;
      line-height: 35px !important;
      padding: 0; }
      body #header #main-menu .nav-wrapper .main-menu li {
        line-height: 35px !important;
        display: inline-block;
        float: none !important; }
        body #header #main-menu .nav-wrapper .main-menu li .submenu li a {
          text-align: left; } }

/*================= MAX WIDTH 1199PX ======================*/
@media only screen and (max-width: 1199px) {
  #modal-expand-map,
  #modal-select-jouney {
    width: 70%; } }

@media only screen and (max-width: 992px) {
  #header.has-description #main-menu {
    line-height: 1 !important; }
    #header.has-description #main-menu .site-description {
      position: static !important; }
    #header.has-description #main-menu .main-menu {
      margin-top: 15px; }
  #header.has-description.header-style-2 .site-description {
    display: none !important; }
  #header.has-description.header-style-2 .main-menu {
    margin-top: 0 !important; } }

/*================= MAX WIDTH 991PX ======================*/
@media only screen and (max-width: 991px) {
  body .topbar .container {
    width: 100%; }
  body .topbar .top-left,
  body .topbar .top-right {
    text-align: center; }
  body .topbar .top-left {
    margin-bottom: 10px; }
  body #header #main-menu {
    text-align: center;
    padding-bottom: 5px; }
    body #header #main-menu .nav-wrapper {
      display: block; }
    body #header #main-menu .logo,
    body #header #main-menu .main-menu {
      float: none; }
    body #header #main-menu .main-menu .submenu {
      text-align: left; }
  body #header.has-description #main-menu .nav-wrapper {
    padding-bottom: 0; }
  body #header.header-style-2 #main-menu .collapse-main-menu i {
    color: #FFF; }
  body.admin-bar .search-header form {
    margin-top: 65px !important; }
  body.admin-bar .close-search {
    width: 20px;
    height: 20px;
    top: 60px !important; }
  body .nav-wrapper {
    text-align: center;
    z-index: inherit; }
    body .nav-wrapper .logo {
      position: inherit;
      left: auto;
      -webkit-transform: none;
      transform: none; }
  body.has-header-sticky.sticky-running .topbar,
  body.has-header-sticky.sticky-running .topbar-toggle {
    display: none; }
  body.has-header-sticky.sticky-running #header .header {
    margin-top: 0; }
    body.has-header-sticky.sticky-running #header .header .user-nav-mobile {
      display: none !important; }
    body.has-header-sticky.sticky-running #header .header .logo img {
      max-height: 40px; }
  body.has-header-sticky.sticky-running #header.header-style-2 #main-menu .collapse-main-menu i {
    color: #505050; }
  body .main-search-wrapper {
    margin-top: 50px; }
  body .ots-revolution-slider-wrapper .main-search-wrapper {
    position: absolute;
    top: 20%; }
  .service-gallery {
    height: 400px; }
  .best-room-wrapper {
    right: 15px;
    top: 30px;
    width: 80%; }
    .best-room-wrapper .sub-title {
      font-size: 15px; }
    .best-room-wrapper .title {
      font-size: 25px; }
    .best-room-wrapper .price {
      font-size: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
    .best-room-wrapper .btn {
      padding-left: 10px;
      padding-right: 10px;
      height: 30px;
      line-height: 30px; }
  .service-gallery .view-gallery.top-mobile {
    top: 15px;
    bottom: auto; }
  .card.card-service.card-list .card-image img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .card.card-service.card-list .card-content {
    margin-left: 0;
    padding-left: 15px; }
    .card.card-service.card-list .card-content .amenities {
      padding-bottom: 25px; }
  #comments .comment-list .children {
    margin-left: 0; }
  .sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s .3s, z-index .3s .3s;
    transition: opacity .3s .3s, z-index .3s .3s; }
    .sidebar-wrapper .sidebar {
      position: absolute;
      top: -150%;
      left: 50%;
      width: 380px;
      margin-left: -190px;
      -webkit-transition: all .3s 0s;
      transition: all .3s 0s; }
      .sidebar-wrapper .sidebar .form-book-tour,
      .sidebar-wrapper .sidebar .form-book-car {
        margin-top: 35px; }
      .sidebar-wrapper .sidebar .close-form-book {
        position: absolute;
        top: 18px;
        right: -13px;
        display: block;
        color: #FF4038; }
        .sidebar-wrapper .sidebar .close-form-book i:before {
          font-size: 25px; }
    .sidebar-wrapper.active {
      z-index: 1003;
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      .sidebar-wrapper.active .sidebar {
        top: 25px;
        -webkit-transition-delay: .3s;
        transition-delay: .3s; }
  .btn-book-now {
    position: fixed;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    border-radius: 30px;
    padding: 0 35px;
    display: block; } }

/*================= MAX WIDTH 782PX ======================*/
@media only screen and (max-width: 782px) {
  body.admin-bar #header {
    top: 46px !important; }
  body.has-header-sticky.sticky-running.admin-bar #header {
    top: 46px !important; } }

/*================= MAX WIDTH 767PX ======================*/
@media only screen and (max-width: 767px) {
  body h1, body .h1 {
    font-size: 30px; }
  body h2, body .h2 {
    font-size: 24px; }
  body h3, body .h3 {
    font-size: 18px; }
  body h4, body .h4 {
    font-size: 16px; }
  body h5, body .h5 {
    font-size: 14px; }
  body h6, body .h6 {
    font-size: 13px; }
  body .button-collapse {
    position: absolute;
    left: -15px;
    background: transparent;
    width: 60px;
    top: 0;
    height: 100% !important;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    body .button-collapse i {
      color: #505050; }
  body .topbar {
    display: none; }
  body #header {
    background: #FFF; }
    body #header .header .logo {
      margin-left: 50px;
      float: left !important;
      height: auto !important; }
      body #header .header .logo img {
        max-height: 35px !important; }
    body #header #main-menu {
      padding: 0; }
      body #header #main-menu .nav-wrapper {
        padding-top: 10px;
        padding-bottom: 10px; }
        body #header #main-menu .nav-wrapper .login-register-button {
          display: block !important; }
      body #header #main-menu .site-description {
        display: none; }
      body #header #main-menu .user-mini-items {
        position: absolute;
        right: -10px;
        width: 25px;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        body #header #main-menu .user-mini-items i {
          margin-left: 0;
          height: auto;
          line-height: 1; }
      body #header #main-menu .minicart {
        position: fixed !important;
        top: 120px;
        right: 0;
        z-index: 8;
        background: rgba(25, 32, 35, 0.8);
        line-height: 40px !important;
        padding: 0;
        width: 40px;
        height: 40px;
        border: none;
        display: block !important;
        cursor: pointer; }
        body #header #main-menu .minicart .fa {
          line-height: 1;
          height: auto; }
        body #header #main-menu .minicart .ots_badge {
          left: 20px !important;
          -webkit-box-shadow: none;
          box-shadow: none;
          height: 18px;
          line-height: 18px; }
        body #header #main-menu .minicart:hover {
          background: #192023; }
      body #header #main-menu .user-mini-items-content {
        position: absolute;
        top: calc(100% - 20px);
        right: 0;
        z-index: 9;
        background: #FFF;
        padding: 20px;
        min-width: 150px;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
        body #header #main-menu .user-mini-items-content > * {
          display: block;
          padding: 8px 10px;
          text-align: right; }
        body #header #main-menu .user-mini-items-content a {
          color: #505050;
          font-size: 12px; }
        body #header #main-menu .user-mini-items-content i {
          height: auto;
          line-height: 1; }
        body #header #main-menu .user-mini-items-content .dropdown-content li {
          min-height: 30px; }
          body #header #main-menu .user-mini-items-content .dropdown-content li a {
            padding: 12px 15px;
            line-height: 1;
            font-size: 12px;
            color: #505050; }
      body #header #main-menu .dropdown-user {
        display: block !important;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -16px; }
        body #header #main-menu .dropdown-user .avatar {
          -webkit-box-shadow: 0 0 0 2px #444;
          box-shadow: 0 0 0 2px #444; }
        body #header #main-menu .dropdown-user .dropdown-content li a {
          color: #505050 !important;
          font-size: 13px; }
        body #header #main-menu .dropdown-user .dropdown-content li:hover a {
          color: #FFF !important;
          background: #ff9430 !important; }
      body #header #main-menu .side-nav {
        width: 250px;
        padding-top: 10px; }
        body #header #main-menu .side-nav li {
          line-height: 35px; }
          body #header #main-menu .side-nav li a {
            height: 35px;
            line-height: 35px; }
            body #header #main-menu .side-nav li a:hover {
              color: #ff9430 !important;
              background-color: #EFEFEF; }
        body #header #main-menu .side-nav li.has-submenu .toggle-submenu {
          top: 20px !important;
          right: 15px !important;
          width: 20px;
          height: 20px !important;
          text-align: center;
          line-height: 20px !important;
          margin-top: -11px !important;
          border: 1px solid #505050;
          cursor: pointer; }
          body #header #main-menu .side-nav li.has-submenu .toggle-submenu:hover {
            -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
        body #header #main-menu .side-nav li.has-submenu .submenu {
          position: fixed !important;
          top: 0 !important;
          left: -250px !important;
          width: 250px;
          padding-top: 0 !important;
          margin-left: 0;
          margin-top: 0 !important;
          height: 100%;
          -webkit-transition: left 0.2s cubic-bezier(0.61, 0.43, 0.99, 0.27);
          transition: left 0.2s cubic-bezier(0.61, 0.43, 0.99, 0.27); }
          body #header #main-menu .side-nav li.has-submenu .submenu.opened {
            left: 0 !important; }
          body #header #main-menu .side-nav li.has-submenu .submenu .submenu-head {
            background-color: #ff9430;
            position: relative;
            -webkit-transition: all .3s;
            transition: all .3s; }
            body #header #main-menu .side-nav li.has-submenu .submenu .submenu-head:hover {
              background-color: #e36d00; }
            body #header #main-menu .side-nav li.has-submenu .submenu .submenu-head .head {
              display: block;
              text-align: right;
              font-size: 15px;
              text-transform: uppercase;
              font-weight: bold;
              letter-spacing: 1px;
              padding: 5px 15px; }
            body #header #main-menu .side-nav li.has-submenu .submenu .submenu-head .close-submenu {
              position: absolute;
              top: 50%;
              line-height: 1;
              width: 100%;
              height: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: left;
              -ms-flex-pack: left;
              justify-content: left;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
              padding-left: 15px;
              font-size: 20px;
              cursor: pointer; }
              body #header #main-menu .side-nav li.has-submenu .submenu .submenu-head .close-submenu .fa {
                line-height: 1;
                height: auto; }
    body #header #mobiledropdown-languages-mobile {
      display: block;
      text-align: center;
      margin-top: 5px;
      margin-bottom: 0; }
      body #header #mobiledropdown-languages-mobile li {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px; }
        body #header #mobiledropdown-languages-mobile li a.active img {
          -webkit-box-shadow: 0 0 0 2px #9d9d9d;
          box-shadow: 0 0 0 2px #9d9d9d; }
    body #header.header-style-2 #main-menu .login-register-button .fa {
      color: #FFF; }
  body.admin-bar #main-menu-mobile .side-nav {
    padding-top: 46px; }
    body.admin-bar #main-menu-mobile .side-nav li.has-submenu .submenu {
      padding-top: 46px; }
  body.admin-bar #main-menu .minicart {
    top: 165px !important; }
  body.has-header-sticky.sticky-running #header {
    padding-bottom: 0; }
    body.has-header-sticky.sticky-running #header #main-menu {
      height: 60px;
      margin-bottom: 0; }
    body.has-header-sticky.sticky-running #header.header-style-2 #main-menu .login-register-button .fa {
      color: #505050; }
  body .tabs {
    height: 45px; }
    body .tabs .tab {
      height: 45px;
      line-height: 45px; }
      body .tabs .tab a {
        font-size: 13px; }
  .list.style-1 .content {
    padding: 10px; }
  #modal-expand-map,
  #modal-select-jouney {
    height: 400px !important; }
    #modal-expand-map .content-map,
    #modal-select-jouney .content-map {
      height: 310px !important; }
  .service-sidebar .sidebar-item .service-sidebar-form {
    display: none; }
  .single-post .top {
    position: relative; }
    .single-post .top .price {
      padding: 0;
      background: transparent;
      position: absolute;
      top: 5px;
      right: 0; }
      .single-post .top .price h3 {
        color: #ff9430;
        margin: 0; }
        .single-post .top .price h3 span {
          color: transparent; }
  .item-child-list .title-item {
    margin-bottom: 20px;
    font-size: 15px; }
  .cart-info {
    margin-bottom: 30px; }
  .toggle-larger-map-wrapper .map-content {
    height: 400px !important; }
  .headding .title-room {
    text-align: center; }
  .sidebar.hotel-sidebar .widget.widget-style-2 .logo img {
    max-width: 70px; }
  .sidebar.hotel-sidebar .widget.widget-style-2 h3.price {
    margin-top: 15px; }
  .mt_tabs {
    height: 45px; }
    .mt_tabs .tab {
      height: 45px;
      line-height: 45px; }
      .mt_tabs .tab a {
        font-size: 10px; }
  .vc_general .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    margin: 0 !important;
    border-radius: 0 !important; }
    .vc_general .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
      font-weight: 300; }
  .vc_general .vc_tta-panels .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading {
    border-color: #ff9430 !important; }
    .vc_general .vc_tta-panels .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading .vc_tta-panel-title a {
      background-color: #ff9430;
      color: #FFF !important; }
  .vc_general .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    border-radius: 0 !important; }
  body .ots-slider-wrapper.ots-slider-text .ots-slider .item {
    height: 450px !important; }
    body .ots-slider-wrapper.ots-slider-text .ots-slider .item .content .title {
      font-size: 22px; }
    body .ots-slider-wrapper.ots-slider-text .ots-slider .item .content .description {
      font-size: 18px; }
  body .ots-slider-wrapper.ots-slider-text .main-search-wrapper .mt_tabs {
    height: 45px;
    margin-top: -45px; }
    body .ots-slider-wrapper.ots-slider-text .main-search-wrapper .mt_tabs .tab {
      height: 45px;
      line-height: 45px; }
      body .ots-slider-wrapper.ots-slider-text .main-search-wrapper .mt_tabs .tab a {
        font-size: 12px;
        padding: 0 15px; }
  body .ots-revolution-slider-wrapper .main-search-wrapper {
    position: relative;
    top: auto;
    margin-top: -300px; }
    body .ots-revolution-slider-wrapper .main-search-wrapper .tab-content {
      padding-right: 25px !important; }
      body .ots-revolution-slider-wrapper .main-search-wrapper .tab-content form.main-search button[type="submit"] {
        position: static;
        top: auto;
        right: auto;
        height: auto;
        border-radius: 0; }
  body .ots-revolution-slider-wrapper.ots-revolution-bottom-form .main-search-wrapper {
    margin-top: -55px; } }

/*================= MAX WIDTH 600PX ======================*/
@media only screen and (max-width: 600px) {
  body #main-menu .logo img {
    max-width: 200px; }
  body.has-header-sticky.sticky-running.admin-bar #header {
    top: 0 !important; }
  body.admin-bar #main-menu-mobile .side-nav {
    padding-top: 0; }
    body.admin-bar #main-menu-mobile .side-nav li.has-submenu .submenu {
      padding-top: 0; }
  .toggle-larger-map-wrapper .map-content {
    height: 350px !important; }
  .service-gallery {
    height: 350px; }
  .field-calendar.field-pickup-time .space {
    top: 50%;
    left: 7px; }
  .field-calendar.field-pickup-time .input_parent:first-child {
    margin-bottom: 20px; }
  .best-room-wrapper {
    min-height: 125px; }
  .modal {
    width: 95% !important; }
  .sidebar-wrapper .sidebar {
    width: 320px;
    margin-left: -160px; }
  .single-tour .tour-program .tour-point {
    position: inherit;
    margin: 0 auto; }
  .single-tour .tour-program .tour-main {
    width: 100%;
    margin-left: 0;
    border: none;
    border-top: 2px solid #ff9430;
    margin-top: 30px; }
    .single-tour .tour-program .tour-main:after {
      border: 10px solid transparent;
      border-bottom: 10px solid #ff9430;
      left: 50%;
      top: -20px;
      margin-left: -10px; }
    .single-tour .tour-program .tour-main:before {
      position: static;
      display: none; }
  body .ots-slider-wrapper.ots-slider-text .ots-slider .item {
    height: 350px !important; }
  body .ots-revolution-slider-wrapper .main-search-wrapper {
    position: relative;
    top: auto;
    margin-top: -150px; } }

/*================= MAX WIDTH 360PX ======================*/
@media only screen and (max-width: 360px) {
  body #header .header .logo {
    max-width: 230px; }
  input:not([type]),
  input[type="text"],
  input[type="password"],
  .select-wrapper input.select-dropdown {
    height: 36px;
    line-height: 36px; }
  .btn.btn-small {
    height: 30px;
    line-height: 30px;
    padding: 0 2.1rem; }
  .btn.btn-medium {
    height: 40px;
    line-height: 40px;
    padding: 0 2.1rem; }
  .btn.btn-large {
    height: 50px;
    line-height: 50px;
    padding: 0 2.2rem; }
  form .payment-form {
    width: 255px; }
    form .payment-form .card-number {
      background-position: 5px -118px, 225px -57px; }
      form .payment-form .card-number.visa {
        background-position: 5px -160px, 225px -57px; }
      form .payment-form .card-number.visa_electron {
        background-position: 5px -202px, 225px -57px; }
      form .payment-form .card-number.mastercard {
        background-position: 5px -243px, 225px -57px; }
      form .payment-form .card-number.maestro {
        background-position: 5px -285px, 225px -57px; }
      form .payment-form .card-number.discover {
        background-position: 5px -327px, 225px -57px; }
      form .payment-form .card-number.f-valid.visa {
        background-position: 5px -160px,  225px -84px; }
      form .payment-form .card-number.f-valid.visa_electron {
        background-position: 5px -202px,  225px -84px; }
      form .payment-form .card-number.f-valid.mastercard {
        background-position: 5px -243px,  225px -84px; }
      form .payment-form .card-number.f-valid.maestro {
        background-position: 5px -285px,  225px -84px; }
      form .payment-form .card-number.f-valid.discover {
        background-position: 5px -327px,  225px -84px; }
  .main-search-wrapper {
    margin-top: 30px;
    margin-bottom: 30px; }
  .tabs .tab a {
    padding: 0 10px;
    font-size: 11px !important; }
    .tabs .tab a .fa {
      display: none; }
  .tab-content {
    padding: 15px; }
    .tab-content .title {
      margin-bottom: 10px;
      font-size: 13px; }
  #scroll-back-to-top {
    width: 35px;
    right: 15px;
    height: 35px; }
    #scroll-back-to-top .fa {
      font-size: 22px; }
  .socials-share .btn-large {
    width: 40px !important;
    height: 40px !important; }
    .socials-share .btn-large .fa {
      font-size: 17px !important; }
  .socials-share ul {
    left: 0; }
  .toggle-larger-map-wrapper .map-content {
    height: 300px !important; } }

/*==================== MIN HEIGHT 600PX =====================*/
@media only screen and (min-height: 600px) {
  .modal.modal-fixed-footer {
    min-height: 450px; } }

/*==================== MAX HEIGHT 650PX =====================*/
@media only screen and (max-height: 650px) {
  #modal-expand-map .content-map {
    height: 550px; }
  .modal.modal-fixed-footer.modal-select-journey {
    min-height: 85% !important; } }

/*==================== MAX HEIGHT 500PX =====================*/
@media only screen and (max-height: 500px) {
  #modal-expand-map .content-map {
    height: 400px; } }
