.glyphicon {
  top: 3px;
}
.room_home {
  margin: 0;
  display: inline-block;
  color: #475a20;
  cursor: pointer;
}
.room_home:hover {
  color: #475a20;
  text-decoration: none;
}
.inner_res .home_collapse {
  top: 50px;
}
.sign_bg {
  background: none;
}
.MT_5 {
  margin-top: -6px;
}
@media screen and (min-width: 320px) and (max-width: 1199px) {
  .mobiletop-box-divs {
    display: block !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .reservation label,
  .panel-body {
    color: #475a20;
  }
}
.bar_overview {
  background: url("../themes/yosemite/img/guestrooms.png") no-repeat;
  height: 15px;
  margin-bottom: 10px;
  width: 92%;
}
.bar_div {
  background: url("../themes/yosemite/img/barA.png") no-repeat;
  height: 15px;
  margin-bottom: 10px;
  width: 100%;
}
.news_single {
  text-align: left;
  position: relative;
  margin-bottom: 30px;
  margin-top: 20px;
}
.news_single .news_title {
  text-align: left;
  font-weight: 400;
  font-size: 22px;
  color: #000;
  margin-top: 50px;
  margin-bottom: 20px;
  text-transform: capitalize;
  min-height: 50px;
}
.news_image {
  position: relative;
  box-shadow: 0 6px 9px 4px rgba(0, 0, 0, 0.12);
}
.news_image img {
  object-fit: cover;
  height: 300px;
}
.news_sum {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
.news_date {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px 10px;
  background: #fff;
  border-radius: 50px;
  color: #000;
  bottom: -20px;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}
.news_content {
  position: relative;
}
.news_sum,
.news_content p {
  text-align: justify;
  color: #7b7b7b;
  margin-bottom: 20px;
  line-height: 25px;
  position: relative;
}
.but_brown2 {
  transition: all 0.3s;
  padding: 8px 16px;
  display: block;
  text-transform: uppercase;
  max-width: 240px;
  font-size: 22px;
  text-align: center;
  background: var(--primary) !important;
  color: #fff !important;
  cursor: pointer;
  position: relative;
}
.but_brown2:hover {
  background: var(--primary) !important;
  color: #fff !important;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.75);
}
.btns {
  text-transform: uppercase;
  padding: 15px 30px !important;
  border-radius: 0;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.btn-brown {
  background-color: #50453a;
  border-color: #50453a;
  color: #fff;
}
.btn-brown:hover {
  transform: translateY(-4px);
  -webkit-box-shadow: 0 21px 27px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 21px 27px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0 21px 27px -15px rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .news_image {
    margin-bottom: 20px;
  }
  .news_single .news_title {
    min-height: 75px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .news_date {
    max-width: 175px;
    font-size: 14px;
  }
  .news_image {
    margin-bottom: 20px;
  }
  .news_single {
    display: block;
  }
}
