
.navbar-default {
        background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
    min-height: 106px;
}
.navbar-brand {
}
.navbar-default .nav li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #484848;
    font-size: 18px;
    padding: 40px 14px;
    text-transform: uppercase;
    min-height: 106px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus{
    color: #0475c1;
    outline: 0
}
.navbar-default .nav li a.active {
    background-color: #0475c1;
    border-radius: 0px;
    color: #fff;
    border-bottom: 5px solid #ffbe2e;
}

p {
    font-family: Arial;
    font-size: 17px;
    line-height: 24px;
    color: #4d4d4d;
}


.btn-book {
  color: #fff;
  background-color: #ffbe2e;
  border-color: #ffbe2e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
    padding: 6px 16px;
}
.btn-book.active, .btn-book.focus, .btn-book:active, .btn-book:focus, .btn-book:hover, .open>.dropdown-toggle.btn-book {
  color: #fff;
  background-color: #ffbe2e;
  border-color: #ffbe2e;

}
.btn-black {
  color: #fff;
  background-color: #383636;
  border-color: #383636;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
    padding: 6px 16px;
}
.btn-black.active, .btn-black.focus, .btn-black:active, .btn-black:focus, .btn-black:hover, .open>.dropdown-toggle.btn-black {
  color: #fff;
  background-color: #383636;
  border-color: #383636;

}
.requestform .form-control{
    border-radius: 0px;
    min-height: 40px;
}
h1 {
     font-family: 'Roboto Condensed', sans-serif;
     font-size: 30px;
     color: #212121;
     text-transform: uppercase;
     margin:25px 0 25px 0;
}
h1 span {
    border-bottom:  2px solid #fab90a;
    display: block;
    width: 114px;
    margin: 0 auto;
    padding-top: 10px;
}
.Home-Search {
    position: absolute;
    top: 140px;
    right: 15%;
}
.Home-Search .HS-box {
    background-color:#000000c9;
    width: 350px;
    border-radius: 10px;
    padding: 20px;
}
.Home-Search .HS-box  h3 {
      font-family: 'Roboto Condensed', sans-serif;
     font-size: 22px;
     color: #fff;
     text-transform: uppercase;
     text-align: center;
     margin:0 0 15px 0;
}
.Home-room-type {
    margin: 20px 0;
}
.Home-room-type .HRT-box{
    margin: 20px 0;
}
.Home-room-type .HRT-box img{
   width: 100%
}
.Home-room-type .HRT-box h3{
    font-size: 24px;
    color: #001f2b;
    font-family: 'Roboto Condensed', sans-serif;
}
.Home-room-type .HRT-box .HRT-price{
    font-size: 18px;
    color: #2d2d2d;
    font-family: 'Roboto Condensed', sans-serif;
}
.Home-services {
    background-image: url(../images/services-bg.jpg);
    min-height: 568px;
    padding: 25px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
}
.Home-services h2 {
     font-family: 'Roboto Condensed', sans-serif;
     font-size: 30px;
     color: #fff;
     text-transform: uppercase;
     margin:25px 0 25px 0;
}
.Home-services .HS-ebox {
    text-align: center;
    min-height: 230px;
}
.Home-services .HS-ebox h3 {
     font-family: 'Roboto Condensed', sans-serif;
     font-size: 20px;
     color: #fff;
}
.item img{width:100%;}
footer {
    background-color: #ffbe2e;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}
footer a, footer a:hover {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 768px) {

}
@media (max-width: 767px) {
.navbar-brand img{
    width: 150px;
}
}

