    @font-face {
        font-family: montserrat_regular;
        src: url('../fonts/regular.ttf') format("truetype");
    }
    
    body {
        margin: 0 auto;
        font-family: montserrat_regular;
    }
    
    .message-box {
        display: none;
        position: fixed;
        z-index: 99999;
        color: #fff;
        font-size: 25px;
        bottom: 0;
        width: 100%;
        height: 50px;
        text-align: center;
    }
    
    .message-box-text {
        vertical-align: middle;
        display: table-cell;
    }
    
    .dialog {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }
    
    .dialog-content {
        position: relative;
        transform: translateY(-50%);
        top: 50%;
        background-color: #fff;
        margin: auto;
        padding: 40px;
        width: 50%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
        border-radius: 10px;
    }
    
    .dialog-header {
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        padding-bottom: 35px;
    }
    
    .dialog-close {
        position: absolute;
        right: 20;
        top: 20px;
        font-size: 50;
        cursor: pointer;
    }
    
    .dialog-submit {
        position: relative;
        width: 100%;
        height: 60px;
        color: fff;
        padding: 8px 5px;
        background-color: #F13241;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border: 0px;
        border-radius: 5px;
        vertical-align: middle;
        left: 50%;
        cursor: pointer;
        transform: translateX(-50%);
        outline: none;
    }
    
    .dialog-submit:hover {
        background-color: #000000;
    }
    
    .wrapper {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }
    
    .wrapper-toolbar {
        width: 70%;
        height: 100%;
        margin-left: 15%;
        margin-right: 15%;
    }
    
    .wrapper-toolbar-95 {
        width: 95%;
        height: 100%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    
    .wrapper-android-application {
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
    
    .welcome-screen {
        height: 100vh;
        width: 100%;
        position: relative;
        /* Create the parallax scrolling effect */
        background: url(../images/home/first_screen.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .category-screen {
        width: 100%;
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .special-offers-screen {
        width: 100%;
        position: relative;
        margin-top: 20px;
        background: url(../images/home/background_pattern.jpg);
        margin-top: 50px;
        padding-bottom: 50px;
    }
    
    .android-application-screen {
        width: 100%;
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
        /* Create the parallax scrolling effect */
        background: url(../images/home/app_screen.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .latest-posts-screen {
        width: 100%;
        position: relative;
        margin-top: 20px;
        margin-top: 50px;
        padding-bottom: 50px;
    }
    
    .about-us-screen {
        width: 100%;
        position: relative;
        margin-top: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
        /* Create the parallax scrolling effect */
        background: url(../images/home/about_screen.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .contact-us-screen {
        width: 100%;
        position: relative;
        background: url(../images/home/contact_background.jpg);
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .footer-screen {
        width: 100%;
        position: relative;
        background: #121214;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    .toolbar {
        position: fixed;
        background: #000;
        width: 100%;
        height: 100px;
        /*border-bottom: 1px solid white;*/
        z-index: 9999;
    }
    
    .toolbar-item {
        height: 100%;
        display: inline;
    }
    
    .menu {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .menu ul {
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
        display: inline;
        vertical-align: middle;
        white-space: nowrap;
    }
    
    .menu li {
        display: inline;
        font-size: 13px;
        color: #fff;
        margin-right: 25px;
        font-weight: bold;
        float: left;
    }
    
    .menu-divider {
        content: url(../images/home/divider.png);
        height: 18px;
        display: inline;
        vertical-align: middle;
    }
    
    .menu-facebook {
        content: url(../images/menu/facebook.png);
        height: 20px;
        width: 20px;
        display: inline;
        vertical-align: middle;
        margin-left: 25px;
        cursor: pointer;
    }
    
    .menu-instagram {
        content: url(../images/menu/instagram.png);
        height: 20px;
        width: 20px;
        display: inline;
        vertical-align: middle;
        margin-left: 25px;
        cursor: pointer;
    }
    
    .menu-item {
        color: white;
        text-decoration: none;
    }
    
    .menu-item-dropdown {
        color: white;
        text-decoration: none;
        padding-bottom: 10px;
    }
    
    .menu-item-dropdown:hover {
        border-bottom: 1px solid red;
        cursor: pointer;
    }
    
    .menu-item-dropdown:hover .menu-item-places-content {
        display: block;
    }
    
    .menu-item-places-content {
        display: none;
        position: absolute;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        background: #000;
        z-index: 999;
        padding: 10px;
    }
    
    .menu-item-places-content a {
        color: #fff;
        text-decoration: none;
        display: block;
    }
    
    .menu-item-places-content a:hover {
        border-bottom: 1px solid red;
    }
    
    .menu-item:hover {
        border-bottom: 1px solid red;
        cursor: pointer;
        padding: 0px;
        margin: 0px;
    }
    
    .icons {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .welcome-info {
        color: white;
        width: 100%;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        display: table;
        position: absolute;
        font-size: 70px;
        font-style: italic;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }
    
    .scroll-down {
        content: url(../images/home/first_screen_footer.png);
        bottom: 5%;
        font-size: 15px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }
    
    .search-row input {
        width: 65%;
        color: fff;
        padding: 8px 5px;
        margin-bottom: 10px;
        background-color: transparent !important;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        border: 0px;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
        outline: none;
        font-family: montserrat_regular;
    }
    
    .search-row button {
        width: 30%;
        color: fff;
        margin-bottom: 10px;
        background-color: transparent !important;
        font-size: 15px;
        cursor: pointer;
        font-weight: bold;
        text-align: center;
        border: 0px;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
        outline: none;
        border-left: 1px solid gray;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: montserrat_regular;
    }
    
    .search-row {
        border-bottom: 1px solid gray;
        width: 45%;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        margin-top: 30px;
    }
    
    .googleplay-button {
        height: 65px;
        border-radius: 5px;
        cursor: pointer;
        padding: 8px 5px;
        vertical-align: middle;
    }
    
    .buttons-row button {
        width: 205px;
        height: 65px;
        color: fff;
        padding: 8px 5px;
        background-color: #F13241;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border: 0px;
        border-radius: 5px;
        vertical-align: middle;
        outline: none;
        cursor: pointer;
        font-family: montserrat_regular;
    }
    
    .buttons-row button:hover {
        background-color: #000000;
    }
    
    .category-type {
        text-align: center;
        font-size: 20px;
        color: #b1b1b1;
    }
    
    .category-title {
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        color: #000;
    }
    
    .category-message {
        text-align: center;
        font-size: 20px;
        margin-top: 2%;
        color: #8b8b8b;
    }
    
    .category-info {
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
        display: table;
        position: absolute;
        font-size: 70px;
        font-style: italic;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }
    
    .category-item {
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        width: 100%;
        margin-bottom: 50px;
        margin-top: 50px;
        opacity: 0;
    }
    
    .category-item>div {
        width: 24%;
        vertical-align: top;
        display: inline-block;
        zoom: 1;
    }
    
    .category-item span {
        width: 100%;
        display: inline-block;
        font-size: 0;
        line-height: 0
    }
    
    .category-item img {
        cursor: pointer;
    }
    
    .category-banner {
        width: 100%;
        max-height: 300px;
        cursor: pointer;
    }
    
    .special-offers-type {
        text-align: center;
        font-size: 20px;
        color: #b1b1b1;
        top: 3%;
    }
    
    .special-offers-title {
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        color: #000;
    }
    
    .special-offer-item {
        background: #fff;
        width: 95%;
        margin-top: 20px;
        border: 1px solid #8b8b8b;
    }
    
    .special-offer-item-type {
        position: absolute;
        width: 60px;
        height: 60px;
        margin: 15px;
    }
    
    .special-offer-item-image {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
    
    .special-offer-item-place-name {
        padding: 2px;
        margin-left: 15px;
        font-size: 20px;
        font-weight: bold;
    }
    
    .special-offer-item-text {
        padding: 2px;
        margin-left: 15px;
        font-size: 18px;
        color: #8b8b8b;
    }
    
    .special-offers-screen button {
        position: relative;
        height: 60px;
        color: fff;
        padding: 8px 25px;
        background-color: #F13241;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border: 0px;
        border-radius: 5px;
        vertical-align: middle;
        left: 50%;
        cursor: pointer;
        transform: translateX(-50%);
        outline: none;
        margin-top: 30px;
        font-family: montserrat_regular;
    }
    
    .android-application-type {
        text-align: left;
        font-size: 20px;
        color: #b1b1b1;
        top: 3%;
    }
    
    .android-application-title {
        text-align: left;
        font-size: 50px;
        font-weight: bold;
        color: #fff;
    }
    
    .android-application-text {
        text-align: left;
        font-size: 18px;
        color: #8b8b8b;
        font-weight: bold;
    }
    
    .latest-posts-screen button {
        position: relative;
        height: 60px;
        color: fff;
        padding: 8px 25px;
        background-color: #F13241;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border: 0px;
        border-radius: 5px;
        vertical-align: middle;
        left: 50%;
        cursor: pointer;
        transform: translateX(-50%);
        outline: none;
        margin-top: 30px;
        font-family: montserrat_regular;
    }
    
    .latest-posts-screen button:hover {
        background-color: #000000;
    }
    
    .latest-posts-same-height {
        display: flex;
        opacity: 0;
    }
    
    .latest-posts-item {
        background: #fff;
        width: 95%;
        margin-top: 20px;
        border: 1px solid #8b8b8b;
    }
    
    .latest-posts-logo {
        width: 35;
        height: 35;
        display: inline;
        vertical-align: middle;
    }
    
    .latest-posts-title {
        font-size: 20px;
        font-weight: bold;
        display: inline;
        vertical-align: middle;
        margin-left: 10px;
    }
    
    .latest-posts-text {
        padding: 2px;
        margin-left: 10px;
        font-size: 18px;
        color: #8b8b8b;
    }
    
    .latest-posts-date {
        padding: 2px;
        margin-left: 10px;
        font-size: 16px;
        color: #000;
        display: inline;
        vertical-align: middle;
    }
    
    .latest-posts-calendar {
        width: 25;
        height: 25;
        display: inline;
        vertical-align: middle;
        margin-left: 15px;
    }
    
    .wrapper-android-application button {
        width: 50%;
        height: 70px;
        color: fff;
        padding: 8px 5px;
        background-color: #F13241;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border: 0px;
        border-radius: 5px;
        vertical-align: middle;
        outline: none;
        cursor: pointer;
        margin-top: 20px;
        font-family: montserrat_regular;
    }
    
    .about-us-title {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        padding: 20px;
    }
    
    .about-us-title-text {
        position: relative;
        width: 40%;
        margin-left: 30%;
        padding: 20px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 50px;
    }
    
    .about-us-text {
        position: relative;
        width: 40%;
        margin-left: 30%;
        padding: 20px;
        text-align: center;
        color: #C7C7C9;
        font-size: 25px;
    }
    
    .contact-us-type {
        text-align: left;
        font-size: 20px;
        color: #b1b1b1;
    }
    
    .contact-us-title {
        text-align: left;
        font-size: 50px;
        font-weight: bold;
        color: #000;
    }
    
    .contact-us-message-intro {
        text-align: left;
        font-size: 18px;
        margin-top: 2%;
        font-weight: bold;
        color: #666666;
    }
    
    .contact-us-message {
        text-align: left;
        font-size: 18px;
        margin-top: 2%;
        color: #676767;
    }
    
    .contact-us-icon {
        vertical-align: middle;
        padding-right: 15px;
    }
    
    .text-align-middle {
        display: inline-block;
        vertical-align: middle;
    }
    
    .contact-us-screen input {
        width: 80%;
        margin-left: 10%;
        color: #676767;
        padding: 8px 5px;
        margin-bottom: 10px;
        background-color: transparent !important;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #676767;
        border-right: 0;
        border-top: 0;
        border-left: 0;
        outline: none;
        font-family: montserrat_regular;
    }
    
    .contact-us-screen textarea {
        width: 80%;
        margin-left: 10%;
        color: #676767;
        padding: 8px 5px;
        margin-bottom: 10px;
        background-color: transparent !important;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #676767;
        border-right: 0;
        border-top: 0;
        border-left: 0;
        outline: none;
        resize: none;
        font-family: montserrat_regular;
    }
    
    .contact-us-screen button {
        position: relative;
        width: 80%;
        height: 60px;
        color: fff;
        padding: 8px 5px;
        background-color: #F13241;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border: 0px;
        border-radius: 5px;
        vertical-align: middle;
        left: 50%;
        cursor: pointer;
        transform: translateX(-50%);
        outline: none;
        margin-top: 30px;
        font-family: montserrat_regular;
    }
    
    .contact-us-screen button:hover {
        background-color: #000000;
    }
    
    .footer-logo {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-message {
        width: 100%;
        text-align: center;
        color: #676767;
        font-size: 20px;
        font-style: italic;
    }
    
    .footer-copyright {
        width: 100%;
        text-align: center;
        color: #676767;
        font-size: 14px;
        font-style: italic;
    }
    
    .footer-screen ul {
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
        display: inline;
        vertical-align: middle;
        display: flex;
        justify-content: center;
    }
    
    .footer-social-icons {
        margin-bottom: 100px;
    }
    
    .footer-screen li {
        display: inline;
        margin-right: 2%;
        margin-left: 2%;
        font-size: 15px;
        color: #fff;
    }
    
    .footer-facebook {
        content: url(../images/menu/facebook_footer.png);
        height: 25px;
        display: inline;
        vertical-align: middle;
        cursor: pointer;
    }
    
    .footer-instagram {
        content: url(../images/menu/instagram_footer.png);
        height: 25px;
        display: inline;
        vertical-align: middle;
        cursor: pointer;
    }
    
    .places-left-side {
        margin: 30px;
        position: relative;
        margin-top: 130px;
    }
    
    #map {
        width: 100%;
        height: 100%;
        margin-top: 100px;
        position: fixed;
    }
    
    .places-advanced-search {}
    
    .places-advanced-search-title-image {
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }
    
    .advanced-search-fields {
        margin-top: 40px;
    }
    
    .advanced-search-fields input {
        width: 100%;
        color: #676767;
        padding: 8px 5px;
        margin-bottom: 10px;
        background-color: transparent !important;
        font-size: 18px;
        text-align: left;
        border: 0px;
        outline: none;
        border-bottom: 1px solid #676767;
        padding-bottom: 15px;
        font-family: montserrat_regular;
    }
    
    .advanced-search-fields select {
        width: 45%;
        color: #676767;
        padding: 8px 5px;
        margin-bottom: 10px;
        background-color: transparent !important;
        font-size: 18px;
        text-align: left;
        border: 0px;
        outline: none;
        border-bottom: 1px solid #676767;
        padding-bottom: 15px;
        margin-top: 15px;
        font-family: montserrat_regular;
    }
    
    .advanced-search-fields button {
        width: 100%;
        height: 65px;
        color: fff;
        padding: 8px 5px;
        background-color: #F13241;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border: 0px;
        border-radius: 5px;
        vertical-align: middle;
        outline: none;
        cursor: pointer;
        margin-top: 30px;
        font-family: montserrat_regular;
    }
    
    .advanced-search-fields button:hover {
        background-color: #000000;
    }
    
    .places-list {
        margin-top: 30px;
    }
    
    .places-result-number {
        font-size: 20px;
        font-weight: bold;
        color: #5B5B5B;
        margin-top: 30px;
    }
    
    .place-item {
        background: #fff;
        width: 95%;
        margin-top: 20px;
        border: 1px solid #D7CBD7;
        padding-bottom: 20px;
        cursor: pointer;
    }
    
    .place-item:hover {
        border: 1px solid #000;
    }
    
    .places-text-info {
        padding: 2px;
        margin-left: 10px;
        font-size: 16px;
        color: #000;
        display: inline;
        vertical-align: middle;
    }
    
    .places-location {
        width: 20px;
        height: 20px;
        display: inline;
        vertical-align: middle;
        margin-left: 15px;
    }
    
    .places-info-item {
        margin-top: 15px;
    }
    
    .page-numerator {
        text-align: center;
        padding-bottom: 80px;
        padding-top: 40px;
    }
    
    .page-numerator button {
        background: none;
        border: none;
        outline: none;
        cursor: pointer;
        vertical-align: middle;
        display: inline;
    }
    
    .page-numerator input {
        width: 45px;
        text-align: center;
        vertical-align: middle;
        display: inline;
        font-family: montserrat_regular;
    }
    
    .place-wrapper {
        display: inline;
        width: 45%;
    }
    
    .object-gallery-wrapper {
        width: 100%;
        background: #000;
        padding-top: 100px;
        height: 400px;
        display: inline-flex;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    
    .object-image {
        max-width: 100%;
        height: 100%;
        display: inline-block;
        border: 2px solid #fff;
        border-top: 4px solid #fff;
    }
    
    .gallery-left-arrow {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 275px;
        left: 20px;
        cursor: pointer;
    }
    
    .gallery-right-arrow {
        position: absolute;
        right: 0;
        height: 50px;
        width: 50px;
        top: 275px;
        right: 20px;
        cursor: pointer;
    }
    
    .object-reservation-field {
        margin-bottom: 50px;
    }
    
    [type="date"] {
        background: url('../images/ico/arrow_down.png') 97% 50% no-repeat;
    }
    
    [type="date"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        display: none;
    }
    
    [type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }
    /*input {
  outline: 0;
  border: 0;
  border-bottom: 1px solid #c4c4c4;
  background-color: #fff;
  padding: 3px 5px;
  width: 190px;
}*/
    
    .object-reservation-field input {
        width: 80%;
        margin-left: 10%;
        color: #676767;
        padding: 15px 10px;
        background-color: transparent !important;
        font-size: 16px;
        border-bottom: 1px solid #D8D8D8;
        border-right: 0;
        border-top: 0;
        border-left: 0;
        outline: none;
        font-family: montserrat_regular;
    }
    
    .object-reservation-field textarea {
        width: 90%;
        margin-left: 5%;
        color: #676767;
        padding: 8px 5px;
        margin-bottom: 10px;
        background-color: transparent !important;
        font-size: 16px;
        border-bottom: 1px solid #D8D8D8;
        border-right: 0;
        border-top: 0;
        border-left: 0;
        outline: none;
        resize: none;
        font-family: montserrat_regular;
    }
    
    .object-info-wrapper {
        width: 80%;
        margin-left: 10%;
        position: relative;
    }
    
    .object-general-info {
        box-shadow: 0px 0px 10px 10px rgba(23, 23, 23, .1);
        padding-top: 5px;
        margin-top: 50px;
        margin-bottom: 25px;
    }
    
    .object-right-side {
        position: relative;
        width: 35%;
        margin-top: 40px;
        margin-bottom: 25px;
    }
    
    .object-general-info-paragraph {
        margin: 20px;
        margin-top: 30px;
    }
    
    .object-general-info-item {
        margin-top: 15px;
        color: #747474;
    }
    
    .object-general-info-icon {
        width: 20;
        height: 20;
        display: inline;
        vertical-align: middle;
    }
    
    .object-general-info-field {
        margin-left: 10px;
        font-size: 18px;
        color: #000;
        display: inline;
        vertical-align: middle;
        color: #747474;
    }
    
    .object-general-info-working-hours {
        margin-top: 10px;
        font-size: 18px;
    }
    
    .object-general-info-title {
        font-size: 20px;
        font-weight: bold;
    }
    
    .feature-icon {
        margin: 10px;
    }
    
    .object-left-side {
        position: relative;
        width: 60%;
        display: inline-block;
    }
    
    .our-story-paragraph {
        font-size: 25px;
        margin-top: 35px;
        padding-bottom: 35px;
        border-bottom: 1px solid silver;
    }
    
    .our-story-text {
        width: 100%;
        font-size: 18px;
        margin-top: 15px;
        color: #747474;
    }
    
    #object-map {
        height: 300px;
    }
    
    .object-posts {
        padding-top: 15px;
        padding-bottom: 50px;
        border-bottom: 1px solid silver;
        width: 100%;
    }
    
    .object-post-item {
        position: relative;
        width: 100%;
        margin-top: 40px;
        box-shadow: 0px 0px 10px 10px rgba(23, 23, 23, .1);
    }
    
    .object-post-image-wrapper {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 35%;
    }
    
    .object-post-image-wrapper::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }
    
    .object-post-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .object-header-image {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-height: 150px;
        object-fit: contain;
    }
    
    .object-post-info {
        display: inline-block;
        vertical-align: middle;
        width: 60%;
    }
    
    .object-post-text {
        font-size: 18px;
        padding-top: 10px;
        color: #747474;
    }
    
    .object-post-date {
        position: absolute;
        bottom: 10px;
    }
    
    .object-posts-calendar {
        width: 25px;
        height: 25px;
        display: inline;
        vertical-align: middle;
    }
    
    .object-posts-date {
        font-size: 16px;
        color: #000;
        display: inline;
        vertical-align: middle;
    }
    
    .view-all-posts {
        text-align: center;
        margin-top: 35px;
    }
    
    .view-all-posts img {
        vertical-align: middle;
        padding-left: 5px;
    }
    
    .view-all-posts-text {
        text-align: center;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
    }
    
    .view-all-posts-click {
        cursor: pointer;
        display: inline-block;
    }
    
    .object-write-comment {
        margin-top: 50px;
    }
    
    .object-write-comment textarea {
        width: 100%;
        color: #676767;
        padding: 8px 5px;
        background-color: transparent !important;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #676767;
        border-right: 0;
        border-top: 0;
        border-left: 0;
        outline: none;
        resize: none;
    }
    
    .object-write-comment input {
        width: 100%;
        color: #676767;
        padding: 8px 5px;
        margin-top: 30px;
        background-color: transparent !important;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #676767;
        border-right: 0;
        border-top: 0;
        border-left: 0;
        outline: none;
        font-family: montserrat_regular;
    }
    
    .object-write-comment button {
        position: relative;
        width: 100%;
        height: 60px;
        color: fff;
        padding: 8px 5px;
        background-color: #F13241;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border: 0px;
        border-radius: 5px;
        vertical-align: middle;
        left: 50%;
        cursor: pointer;
        transform: translateX(-50%);
        outline: none;
        margin-top: 30px;
        font-family: montserrat_regular;
    }
    
    .object-write-comment button:hover {
        background-color: #000000;
    }
    
    .object-comments {
        position: relative;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .object-comments-header {
        font-size: 25px;
        font-weight: bold;
    }
    
    .object-comment-item {
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid silver;
    }
    
    .comment-item-signature {
        font-weight: bold;
        font-size: 20px;
    }
    
    .comment-item-text {
        margin-top: 10px;
        font-size: 18px;
        color: #747474;
    }
    
    .comment-item-date {
        margin-top: 10px;
        font-weight: bold;
        font-size: 16px;
        color: #676767;
    }
    
    .object-reservation {
        width: 100%;
    }
    
    .object-reservation button {
        position: relative;
        width: 100%;
        height: 60px;
        color: fff;
        padding: 8px 5px;
        background-color: #F13241;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border: 0px;
        border-radius: 5px;
        vertical-align: middle;
        left: 50%;
        cursor: pointer;
        transform: translateX(-50%);
        outline: none;
        font-family: montserrat_regular;
    }
    
    .object-reservation button:hover {
        background-color: #000000;
    }
    
    .object-left-side-header {
        position: relative;
        width: 60%;
        margin-top: 60px;
        margin-bottom: 40px;
        display: inline-block;
    }
    
    .object-left-side-header-image-wrapper {
        display: inline-block;
        vertical-align: middle;
        width: 25%;
    }
    
    .object-header-title {
        font-size: 40px;
        font-weight: bold;
    }
    
    .object-header-items {
        font-size: 20px;
        padding-top: 10px;
    }
    
    .object-header-info {
        display: inline-block;
        vertical-align: middle;
        width: 65%;
        position: absolute;
        margin-left: 30px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .object-header-type-icon {
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 35px;
    }
    
    .object-header-type {
        display: inline-block;
        vertical-align: middle;
        padding-right: 20px;
        padding-left: 10px;
        border-right: 1px solid silver;
        color: #747474;
    }
    
    .object-header-id {
        display: inline-block;
        vertical-align: middle;
        padding-right: 20px;
        padding-left: 20px;
        border-right: 1px solid silver;
        color: #747474;
    }
    
    .object-header-social-icon {
        display: inline-block;
        vertical-align: middle;
        padding-left: 20px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    
    .posts-header-image {
        width: 100%;
        max-height: 100%;
        padding-top: 100px;
    }
    
    .posts-wrapper {
        width: 80%;
        margin-left: 10%;
        position: relative;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    .posts-list {
        display: inline-block;
        width: 75%;
    }
    
    .posts-list-item {
        position: relative;
        width: 100%;
        margin-bottom: 40px;
        background: #fff;
        box-shadow: 0px 0px 10px 10px rgba(23, 23, 23, .1);
        transform: translateX(-100%);
        -webkit-transform: translateX(-200%);
    }
    
    .booking-item {
        position: relative;
        width: 100%;
        padding: 20px;
        margin-bottom: 40px;
        background: #fff;
        box-shadow: 0px 0px 10px 10px rgba(23, 23, 23, .1);
    }
    
    .booking-item-row {
        margin-top: 10px;
    }
    
    .booking-info-item {
        font-size: 16px;
        color: #000;
        display: inline;
        vertical-align: middle;
        margin-left: 10px;
    }
    
    .booking-accept-button {
        width: 100%;
        height: 65px;
        color: fff;
        padding: 8px 5px;
        background-color: #4ED964;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border: 0px;
        border-radius: 5px;
        vertical-align: middle;
        outline: none;
        cursor: pointer;
        font-family: montserrat_regular;
    }
    
    .booking-decline-button {
        width: 100%;
        height: 65px;
        color: fff;
        padding: 8px 5px;
        background-color: #F13241;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border: 0px;
        border-radius: 5px;
        vertical-align: middle;
        outline: none;
        cursor: pointer;
        font-family: montserrat_regular;
    }
    
    .booking-accepted-status {
        color: #4ED964;
        height: 65px;
        line-height: 65px;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #4ED964;
    }
    
    .booking-declined-status {
        color: #F13241;
        height: 65px;
        line-height: 65px;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #F13241;
    }
    
    .posts-list-image-wrapper {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 30%;
    }
    
    .slide-in {
        animation: slide-in 0.8s forwards;
        -webkit-animation: slide-in 0.8s forwards;
    }
    
    .slide-out {
        animation: slide-out 0.8s forwards;
        -webkit-animation: slide-out 0.8s forwards;
    }
    
    .fade-in {
        animation: fade-in 0.8s forwards;
        -webkit-animation: fade-in 0.8s forwards;
    }
    
    .fade-out {
        animation: fade-out 0.8s forwards;
        -webkit-animation: fade-outout 0.8s forwards;
    }
    
    @keyframes fade-in {
        100% {
            opacity: 1;
        }
    }
    
    @-webkit-keyframes fade-in {
        100% {
            opacity: 1;
        }
    }
    
    @keyframes fade-out {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    
    @-webkit-keyframes fade-out {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    
    @keyframes slide-in {
        100% {
            transform: translateX(0%);
        }
    }
    
    @-webkit-keyframes slide-in {
        100% {
            -webkit-transform: translateX(0%);
        }
    }
    
    @keyframes slide-out {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    
    @-webkit-keyframes slide-out {
        0% {
            -webkit-transform: translateX(0%);
        }
        100% {
            -webkit-transform: translateX(-100%);
        }
    }
    
    .posts-list-image-wrapper::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }
    
    .posts-list-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .posts-list-info {
        display: inline-block;
        vertical-align: middle;
        width: 67%;
    }
    
    .posts-list-date {
        position: absolute;
        bottom: 10px;
    }
    
    .posts-list-text {
        font-size: 18px;
        padding-top: 10px;
        color: #747474;
    }
    
    .posts-filters {
        width: 20%;
        padding: 20px;
        background: #fff;
        display: inline-block;
        box-shadow: 0px 0px 10px 10px rgba(23, 23, 23, .1);
    }
    
    .posts-filter-item {
        margin-top: 15px;
    }
    
    .posts-filter-item-image {
        display: inline;
        vertical-align: middle;
        height: 25px;
        width: 25px;
    }
    
    .posts-filter-item-type {
        display: inline;
        vertical-align: middle;
        padding-left: 10px;
        font-weight: bold;
        font-size: 22px;
    }
    
    .posts-filter-item-check-box {
        display: inline;
        vertical-align: middle;
    }
    
    .posts-filters button {
        position: relative;
        width: 100%;
        height: 60px;
        color: fff;
        padding: 8px 5px;
        background-color: #F13241;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border: 0px;
        border-radius: 5px;
        vertical-align: middle;
        left: 50%;
        cursor: pointer;
        transform: translateX(-50%);
        outline: none;
        margin-top: 30px;
    }
    
    .posts-filters button:hover {
        background-color: #000000;
    }
    
    .posts-filters input[type=checkbox] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(2);
        /* IE */
        -moz-transform: scale(2);
        /* FF */
        -webkit-transform: scale(2);
        /* Safari and Chrome */
        -o-transform: scale(2);
        /* Opera */
        transform: scale(2);
        padding: 10px;
    }
    
    .login-wrapper {
        width: 80%;
        margin-left: 10%;
    }
    
    .login-left-side {
        position: relative;
        display: inline-block;
        width: 20%;
        margin-top: 40px;
        margin-bottom: 25px;
    }
    
    .login-right-side {
        position: relative;
        display: inline-block;
        width: 75%;
        margin-top: 40px;
        margin-bottom: 25px;
    }
    
    .login-menu-item {
        font-weight: bold;
        padding-bottom: 5px;
        padding-top: 10px;
    }
    
    .login-menu-item:hover {
        border-bottom: 2px solid #F13241;
        cursor: pointer;
    }
    
    .login-menu-item-current {
        border-bottom: 2px solid #F13241;
    }
    
    .login-right-side input[type="text"],
    input[type="password"] {
        width: 90%;
        color: #6a6a6a;
        padding: 8px 5px;
        margin-bottom: 10px;
        background-color: transparent !important;
        font-size: 18px;
        text-align: left;
        border: 0px;
        outline: none;
        border-bottom: 1px solid #6a6a6a;
        padding-bottom: 15px;
        font-family: montserrat_regular;
    }
    
    .login-right-side select {
        width: 90%;
        color: #6a6a6a;
        padding: 8px 5px;
        margin-bottom: 10px;
        background-color: transparent !important;
        font-size: 18px;
        text-align: left;
        border: 0px;
        outline: none;
        border-bottom: 1px solid #6a6a6a;
        padding-bottom: 15px;
        margin-top: 15px;
        font-family: montserrat_regular;
    }
    
    .login-right-side input[type="file"] {
        display: none;
    }
    
    .custom-file-upload {
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        background: #F13241;
        color: white;
        border-radius: 5px;
    }
    
    .login-right-side textarea {
        width: 97%;
        color: #6a6a6a;
        padding: 8px 5px;
        margin-bottom: 10px;
        background-color: transparent !important;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #676767;
        border-right: 0;
        border-top: 0;
        border-left: 0;
        outline: none;
        resize: none;
        font-family: montserrat_regular;
    }
    
    .login-feature-image {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    
    .login-feature-text {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    
    .features input[type=checkbox] {
        -ms-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        padding: 10px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 50px;
    }
    
    .login-create-button {
        width: 97%;
        height: 65px;
        color: fff;
        padding: 8px 5px;
        background-color: #F13241;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border: 0px;
        border-radius: 5px;
        vertical-align: middle;
        outline: none;
        cursor: pointer;
        font-family: montserrat_regular;
        margin-top: 45px;
    }
    
    .login-right-side table {
        border-collapse: collapse;
        width: 100%;
    }
    
    .login-right-side td,
    th {
        text-align: left;
        padding: 8px;
        color: #6A6A6A;
    }
    
    .login-right-side tr:nth-child(odd) {
        background-color: #efefef;
    }
    
    .login-close-icon-image-place {
        position: absolute;
        width: 20px;
        float: right;
        right: 10%;
        top: 10px;
        background: rgba(255, 255, 255, .5);
        cursor: pointer;
        border-radius: 25px;
        border: 1px solid black;
    }
    
    .login-image-place {
        width: 92%;
        height: 150px;
        border: 3px solid #F13241;
        z-index: -1;
        position: relative;
    }
    
    .login-main {
        position: absolute;
        width: 500px;
        background: #fff;
        padding: 50px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
        text-align: center;
    }
    
    .login-main-title {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }
    
    .login-main-logo {
        width: 40%;
        padding: 50px;
    }
    
    .login-main-text {
        margin-top: 35px;
        margin-bottom: 50px;
        color: #747474;
        text-align: center;
    }
    
    .login-main-body {
        background: url('../images/login/login_background.jpg');
        background-size: cover;
    }
    
    .login-form input {
        width: 100%;
        color: #676767;
        padding: 8px 5px;
        margin-bottom: 10px;
        background-color: transparent !important;
        font-size: 16px;
        text-align: center;
        border-bottom: 1px solid #676767;
        border-right: 0;
        border-top: 0;
        border-left: 0;
        outline: none;
        font-family: montserrat_regular;
    }
    
    .login-form button {
        position: relative;
        width: 100%;
        height: 60px;
        color: fff;
        padding: 8px 5px;
        background-color: #F13241;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border: 0px;
        border-radius: 5px;
        vertical-align: middle;
        left: 50%;
        cursor: pointer;
        transform: translateX(-50%);
        outline: none;
        margin-top: 30px;
        font-family: montserrat_regular;
    }
    
    .login-approve-comment-item {
        margin-bottom: 20px;
        border: 1px solid #747474;
        padding: 25px;
    }
    
    .login-approve-comment-signature {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        margin-right: 15px;
    }
    
    .login-approve-comment-date {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        font-size: 12px;
        font-weight: bold;
        color: #747474;
    }
    
    .login-approve-comment-text {
        margin-top: 15px;
    }
    
    .login-approve-comments-icon {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }
    
    .search-map {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        /* Firefox */
        height: -moz-calc(100% - 100px);
        /* WebKit */
        height: -webkit-calc(100% - 100px);
        /* Opera */
        height: -o-calc(100% - 100px);
        /* Standard */
        height: calc(100% - 100px);
    }
    
    .center-vertical {
        display: flex;
        align-items: center;
    }
    
    .center-text {
        text-align: center;
    }
    
    .working-hours-closed-checkbox {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translateX(-50%) translateY(-50%) scale(2);
        -moz-transform: translateX(-50% translateY(-50%)) scale(2);
        -webkit-transform: translateX(-50%) translateY(-50%) scale(2);
        -o-transform: translateX(-50%) translateY(-50%) scale(2);
        transform: translateX(-50%) translateY(-50%) scale(2);
        padding: 10px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 50px;
    }
    
    @media only screen and (max-width: 992px) {
        .wrapper-toolbar {
            width: 100%;
            height: 100%;
            margin-left: 0px;
            margin-right: 0px;
        }
        .category-item>div {
            width: 45%;
            vertical-align: top;
            display: inline-block;
            zoom: 1;
        }
        .search-row {
            width: 80%;
        }
        .search-row input {
            font-size: 15px;
        }
        .search-row button {
            font-size: 10px;
        }
        .buttons-row button {
            width: 160px;
        }
        .welcome-screen {
            height: 50vh;
        }
        #btnSearch {
            height: 45px;
        }
        .googleplay-button {
            height: 45px;
        }
        .welcome-info>img {
            height: 70px;
        }
        .category-screen {
            margin-bottom: 25px;
        }
        .category-type {
            font-size: 15px;
        }
        .category-title {
            font-size: 35px;
        }
        .category-message {
            font-size: 17px;
        }
        .category-item {
            margin-top: 25px;
            margin-bottom: 25px;
        }
        .android-application-screen {
            display: none;
        }
        .latest-posts-screen {
            margin-top: 25px;
            padding-bottom: 25px;
        }
        .latest-posts-same-height {
            display: block;
        }
        .special-offers-type {
            font-size: 15px;
        }
        .special-offers-title {
            font-size: 35px;
        }
        .special-offer-item-image {
            object-fit: cover;
        }
        .about-us-text {
            margin-left: 10%;
            width: 80%;
            font-size: 16px;
        }
        .about-us-title-text {
            margin-left: 10%;
            width: 80%;
            font-size: 35px;
        }
        .about-us-screen {
            background-attachment: inherit;
        }
        .contact-us-screen {
            padding-top: 25px;
            padding-bottom: 50px;
        }
        #contact_name {
            margin-top: 25px;
        }
        .contact-us-screen input {
            width: 100%;
            margin-left: 0px;
        }
        .contact-us-screen textarea {
            width: 100%;
            margin-left: 0px;
        }
        .contact-us-message-intro {
            margin-top: 35px;
        }
        .footer-screen {
            padding-top: 25px;
            padding-bottom: 25px;
        }
        .footer-social-icons {
            margin-bottom: 35px;
        }
        /* POSTS */
        .posts-wrapper {
            margin-top: 50px;
        }
        .posts-list {
            width: 100%;
        }
        .posts-filters {
            margin-bottom: 25px;
            float: none i !important;
            /* Firefox */
            width: -moz-calc(100% - 40px);
            /* WebKit */
            width: -webkit-calc(100% - 40px);
            /* Opera */
            width: -o-calc(100% - 40px);
            /* Standard */
            width: calc(100% - 40px);
        }
        /* PLACE */
        .object-info-wrapper {
            width: 90%;
            margin-left: 5%;
        }
        .object-left-side {
            width: 100%;
        }
        .object-right-side {
            width: 100%;
        }
        .object-left-side-header {
            width: 100%;
        }
        /* SEARCH */
        .search-map {
            width: 100%;
            height: 30%;
            z-index: 1;
        }
        .search-fields {
            width: 100%;
        }
    }