.gallery_cont {
    width: 100%;
    padding: 70px 0 0 0;
}

.has-symbol {
    width: 85px;
    margin: 0 auto;
}

.hm-color-weight {
    color: #ec3a3c;
    padding-bottom: 10px;
    font-weight: 500;
}

.hash-gallery {
    width: 100%;
}

.gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.gallery a {
    width: 16.6666%;
    font-size: 0;
    line-height: 0;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    outline: solid 1px rgba(255, 255, 255, 0);
    outline-offset: -10px;
    transition: all 0.3s;
}

.gallery a:hover::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.15);
    transition: all 0.3s;

}

.gallery a:hover {
    outline: solid 1px rgba(255, 255, 255, 1);
    transition: all 0.3s;
}

.gallery a img {
    height: 100%;
}

.footer {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.footer-bg {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    top: -50px;
}

.footer-details {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.socials {
    width: auto;
    display: flex;
}

.socials a {
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    border-radius: 50%;
    transition: all 0.3s;
}

.socials a:hover {
    box-shadow: 0 5px 5px rgba(134, 159, 102, 0.25);
    transform: translateY(-3px);
    transition: all 0.3s;
}

.adress {
    text-align: center;
    font-size: 16px;
    color: #414141;
}

.adress span {
    display: block;
}

.book-btn .btn {
    border: none;
    padding: 10px 15px;
}

.book-btn .btn-him {
	background-color: #ec3a3c;
	color: #fff;
	font-size: 16px;
}

.footer .book-btn{ margin: 0;}

@media only screen and (max-width: 767px) {
    .gallery_cont {
        padding-top: 30px;
    }
    .gallery a {
        width: 25%;
    }
    .footer-details {
        flex-direction: column;
    }
    .socials, .adress {
        margin-bottom: 20px;
    }
}
