body {
    /* font: 400 18px/25px 'Oswald','futura-pt', Helvetica, Arial, sans-serif; */
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 400;
    color: #1D2700;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald' !important;
}
.gallery-type{
    font-size: 32px;
}
.navbar-light .navbar-nav .nav-link{
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-item.active .nav-link{
    color:#ffffff;
    text-decoration: underline;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color:#ffffff;
    text-decoration: underline;
}
.navbar{
    background: #80786b !important;
}
button:hover, button:focus, .button:hover, .button:focus{
    background-color: transparent !important;
}
.nav-link{
    font-size: 24px;
}
.row{
    max-width: 100% !important;
}
.footer{
    background-color: #303030 !important;
    padding: 25px 15px;
    color: #fff;
}
.description p{
    font-size: 18px;
}
.info_footer a {
    color: #3A9300;
    font-weight: bold;
}
.info_footer a:hover {
    color: #3A9300;
    font-weight: bold;
}
.gallery-pensiune img{
	border-radius: 15px;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-carousel .owl-item img {

    height: 100px;
}
.see-loc{
    color: #fff;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.home-header{
    background: url('../images/hotel/IMG_0985.jpg') center no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
}
.home-header h1{
    color: #ffd99b;
    z-index: 2;
    font-size: 55px;
    position: relative;
    top:150px;
}
.home-header::after{
    content: '';
    display: table;
    background-color: #56615db5;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.galerie-header{
    background: url('../images/hotel/IMG_0985.jpg') center no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
}
.galerie-header h1{
    color: #ffd99b;
    z-index: 2;
    font-size: 55px;
    position: relative;
    top:180px;
}
.galerie-header::after{
    content: '';
    display: table;
    background-color: #56615db5;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    z-index: 1;
}


.top-logo h4 {
  color: white;
  border-bottom: 1px solid white;
  margin: 10px 0px 5px 0px;
  width: fit-content;
}
.checked {
    color: #ffd26d;
}

.lg-image-item a:hover:after {
  content:'';
  background-image: linear-gradient(to bottom right, #693a3a, #808080);
  opacity:.6;
  border-radius: 15px;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition:  .5s all;
}

.prices-box{
    padding: 40px;
    box-shadow: 3px 10px 10px 8px #888888;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
th {
    background-color: #f4f4f4;
}

.table-container {
    width: 100%;
    overflow-x: auto;
}
@media (max-width: 600px) {
    table {
        font-size: 12px !important;
    }
    th, td {
        padding: 4px !important;
    }
}