/*.bg {
  background: url(../../img/bg/bg.png) top no-repeat;
  height: 330px;
  background-size: 100%100%;
}
*/

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header {
    width: 100%;
    /*height: 120px;
*/
    background-color: #121212;
    font-size: 1.1em;
    text-align: center;
    padding: 10px 0;
  }

  .logo {
    height: 40px;
  }

  .header .hotel_box {
    border: 0 #F00 solid;
    margin: auto;
  }

  .header .hotel_box h1 {
    font-size: 25px!important;
    width: 100%;
    color: #fff!important;
    margin-top: 25px;
    padding: 0;
    float: left;
    line-height: 25px;
    border: 0 #F00 solid;
  }

  .header .hotel_box .hotel_address {
    font-size: 16px;
    float: left;
    width: 100%;
    color: #989898;
  }

  .header .box_right {
    float: right;
    padding-top: 15px;
  }

  .header .language_box {
    float: right;
    border: 0 #F00 solid;
    margin-bottom: 5px;
  }

  .header .language_box .language {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    height: 14px;
    width: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header {
    width: 100%;
    background-color: #121212;
    font-size: 1.1em;
  }

  .logo {
    height: auto;
    overflow: hidden;
    border: solid 0 #959595;
    float: left;
    padding: 0;
    margin: 15px;
  }

  .logo img {
    width: 100%;
  }

  .header .hotel_box {
    border: 0 #F00 solid;
    margin: 0;
  }

  .header .hotel_box h1 {
    font-size: 25px!important;
    width: 100%;
    color: #fff!important;
    margin-top: 15px;
    padding: 0;
    float: left;
    line-height: 25px;
    border: 0 #F00 solid;
  }

  .header .hotel_box .hotel_address {
    font-size: 16px;
    float: left;
    width: 100%;
    color: #989898;
    line-height: 18px;
  }

  .header .box_right {
    float: right;
    padding-top: 18px;
  }

  .header .language_box {
    float: right;
    border: 0 #F00 solid;
  }

  .header .language_box .language {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    height: 14px;
    width: 20px;
  }
}

/* Laptop*/

@media screen and (min-width: 1200px) {
  .header {
    width: 100%;
    height: 85px;
    background-color: #121212;
    font-size: 1.1em;
  }

  .header .hotel_box {
    border: 0 #F00 solid;
    margin: 0;
  }

  .header .hotel_box h1 {
    font-size: 25px!important;
    width: 100%;
    color: #fff!important;
    margin-top: 25px;
    padding: 0;
    float: left;
    line-height: 25px;
    border: 0 #F00 solid;
  }

  .header .hotel_box .hotel_address {
    font-size: 16px;
    float: left;
    width: 100%;
    color: #989898;
  }

  .header .box_right {
    float: right;
    padding-top: 18px;
  }

  .header .language_box {
    float: right;
    border: 0 #F00 solid;
  }

  .header .language_box .language {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    height: 14px;
    width: 20px;
  }

  .head_banner{
  border:0 #F00 solid;
  overflow:hidden;
  }
  .head_banner img{
    width:100%;
  }

}

/* Other*/

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a:hover,
.nav > li > a:focus {
  background-color: #3b3b3b!important;
}

.currency {
  float: right;
  border: 0 #F00 solid;
}

.currency > .nav {
  background-color: #3b3b3b!important;
}

.currency >.nav > li > a {
  padding: 0px 15px 0px 10px!important;
}

.currency >.navbar-right .dropdown-menu {
  left: none!important;
  right: none!important;
}

.currency >.navbar-nav > li > .dropdown-menu {
  padding: 5px 10px 5px 10px!important;
}

