/*=============================================================
Author:        Mehmet Karabulut
Author URI:    http://mehmetkarabulut.com
Version:       1.0.0
===============================================================

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {


}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {


}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  .mySwiper{
    height: 70px;
  }
  .mySwiper2{
    height: 225px;
  }
  .navbar-collapse{
    position: absolute;
    top: 141px;
    background-color: #f8f9fa;
    width: 100%;
    left: 0px;
    border-bottom: 1px solid #eaeaea;
  }
  .top-bar .nav-item .nav-link{ text-align: center}
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {

  #room-info{ margin-top: 20px; }

  .nav {
    padding-left:2px;
    padding-right:2px;
  }
  .nav li {
    display:block !important;
    width:100%;
    margin:0px;
  }
  .nav li.active {
    border-bottom:1px solid #ddd!important;
    margin: 0px;
  }

  .navbar-brand img{ max-width:120px; max-height: 60px; height: auto;}

  .navbar-text h4{
    font-size: 16px;
  }
  .navbar-text .hotel-location{
    font-size: 12px;
  }
}
