.btn {
    border-radius: 0;
    box-shadow: none;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 48px;
    max-width: 250px;
    width: 100%;
    padding: 0;
    text-shadow: none;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.btn-group>.btn-group {
    float: left;
}

.btn-default {
    color: #fff;
    background-color: #00665e;
    border-color: #fff;
    text-shadow: none;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}


.description-hotel-container{
    padding: 0 0.8em 0 0.8em;
    font-size: 1.3rem;
}

.dropdown-menu>li>a {
    font-size: 1.2rem;
}

.btn-group : hover{
  background-color:white;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #00665e;
    border-color: #00665e;
}
.linehigh {
    line-height: 4.5rem;
    font-size: 1.2rem;
}

.padding-image-hotel{
    padding: 3px 3px 0 18px;
}

.image-hotel-small{
    padding: 0 1px 1.5px 0;
    width: auto;
    max-height: 123px;
    height: 123px;
}

.facilities-hotel-padding{
  padding: 0 1em;
}

.viewmore-hotel-padding{
    padding: 0 0 0 30px;
}

.list-hotel-padding{
padding:15px;
}

.book-hotel-padding {
    padding: 0 15px 0 15px;
}

.search-label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.5rem;
}

li.list-group-item.list-hotel-padding {
    border: 1px solid black;
    margin-bottom: 20px;
    border-radius: 5px;
}

.linehigh {
    line-height: 2rem;
}
.google-maps {
    padding-bottom: 81% !important;
}

@media (min-width: 768px)
.col-sm-9 {
    width: 75%;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .breakpoint{
    
  }
  
  .padding-image-hotel {
    padding: 3px 15px 0 15px;
  }
  button.btn.btn-default.dropdown-toggle {
    font-size: 1.1rem;
  }
  .padding-small-screen{
    padding: 5px 15px 0 15px;
  }
  .image-hotel-small {
    max-height: 121px;
  }
  .padding-small-screen-hotel{
    padding: 0px 30px 0 30px;
  }
  .room-details-body-number-of-rooms {
      float:right;
  }
  .rooms-text{
      text-align:right;
  }
  .btn {
    max-width: 100%;
  }
  .row.room-details-header {
    height: 40px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}




































