.solesto-home-image {
    position: relative;
    z-index: 1;
    margin-bottom: 2.5rem;
    margin-left: 2.5rem;
}

    .solesto-home-image::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        border-style: solid;
        border-width: 1px;
        top: 2.5rem;
        right: 2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }

    .solesto-home-image::before {
        content: "";
        display: block;
        border-style: solid;
        border-width: 0;
        position: absolute;
        z-index: 1;
        border-top-width: 1px;
        top: 2.5rem;
        border-right-width: 1px;
        right: 2.5rem;
        bottom: 0;
        left: 0;
    }

    .solesto-home-image .milenia-outline-over {
        position: relative;
        z-index: 3;
    }

    .solesto-home-image img {
        width: 100%;
    }

    .solesto-home-image .milenia-action-buttons {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 5;
    }

    .solesto-home-image::after {
        border-color: #dadada;
    }

    .solesto-home-image::before {
        border-color: rgba(255, 255, 255, 0.5);
    }

.WhatsAppIcon {
    left: 25px;
    bottom: 25px;
}

.PhoneIcon {
    left: 25px;
    bottom: 125px;
}

.WhatsAppIcon, .PhoneIcon {
    position: fixed;
    visibility: visible;
    background-color: transparent;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 200000 !important;
}

    .WhatsAppIcon li, .PhoneIcon li {
        position: relative;
        display: block;
        margin-top: 20px;
    }

/*.PhoneIcon li i {
            margin-left: 3px;
            margin-top: 3px;
        }

        .WhatsAppIcon li i {
            margin-left: 1px;
            margin-top: 1px;
        }*/

.animatedFixed {
    width: 50px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
    transform-origin: center;
}

    .animatedFixed > .wiconWrap {
        width: 60px;
        height: 60px;
        top: 0;
        left: 0;
        position: absolute;
        transition: all 0.2s ease-in-out;
        border-radius: 100%;
        border: 2px solid transparent;
        transition: all .5s;
    }

    .animatedFixed > .wicon {
        width: 40px;
        height: 40px;
        top: 10px;
        left: 10px;
        position: relative;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;
        transform-origin: 50% 50%;
    }

        .animatedFixed > .wicon i {
            color: #fff;
            position: absolute;
            top: 10px;
            left: 10px;
            transform-origin: 50% 50%;
        }

    .animatedFixed.whatsapp > .wiconWrap {
        background: rgba(79, 206, 93,.5);
    }

    .animatedFixed.whatsapp > .wicon {
        background: rgb(79, 206, 93);
    }

    .animatedFixed.phone > .wiconWrap {
        background: rgba(18, 120, 255,.5);
    }

    .animatedFixed.phone > .wicon {
        background: rgb(18, 120, 255);
    }


.outer {
    margin: 0 auto;
}

#big .item {
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

#thumbs .item {
    height: 120px;
    line-height: 120px;
    padding: 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

    #thumbs .item h1 {
        font-size: 18px;
    }

#thumbs .current .item {
    background: #FFF;
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

#big.owl-theme {
    position: relative;
}

    #big.owl-theme .owl-next, #big.owl-theme .owl-prev {
        background: #808080;
        width: 22px;
        line-height: 40px;
        height: 80px;
        margin-top: -20px;
        position: absolute;
        text-align: center;
        top: 50%;
        color: #fff;
    }

    #big.owl-theme .owl-prev {
        left: 10px;
    }

    #big.owl-theme .owl-next {
        right: 10px;
    }

#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
    background: #333;
}

@media (min-width: 1024px) {
    .room-book-box {
        height: 662px;
    }
}
/*Rooms*/
.room {
    margin-bottom: 70px;
}

.room-image {
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
}

    .room-image img {
        border-radius: 4px;
        width: 100%;
        opacity: 1;
        transition: all ease 0.3s;
        cursor: pointer;
    }

    .room-image:hover img {
        opacity: 0.7;
    }

    .room-image .room-title {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
        bottom: 0px;
        color: #fff;
        font-weight: 600;
        padding: 10px 10px 30px;
        position: absolute;
        text-align: center;
        width: 100%;
        font-size: 18px;
        border-radius: 0 0 4px 4px;
        float: left;
    }

.room-badge {
    background: #e01a33 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 0.8333em;
    font-weight: bold;
    height: 42px;
    line-height: 1.0833em;
    margin: 0;
    padding: 10px 0 0;
    position: absolute;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 42px;
    z-index: 1;
}

.room-details > p {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

.solesto-header {
    font-family: 'Amatic SC', cursive;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 1.2;
    font-size: 5em;
}
.text-2{
    font-size:1em;
}
.inspiro-slider.is-fade .slide.is-selected {
    opacity: 1 !important;
}

#topbar.dark .social-icons li a {
    color: #eee !important;
}
.topbar-transparent.topbar-dark .topbar-dropdown .title a, .topbar-transparent.topbar-dark .topbar-dropdown {
    color: #eee;
}





/*Menu Dark*/
.dark #mainMenu nav > ul > li > a,
#mainMenu.dark nav > ul > li > a {
    color: #eee;
}

.dark #mainMenu nav > ul > li.hover-active > a,
.dark #mainMenu nav > ul > li.hover-active > span, .dark #mainMenu nav > ul > li.current > a,
.dark #mainMenu nav > ul > li.current > span, .dark #mainMenu nav > ul > li:hover > a,
.dark #mainMenu nav > ul > li:hover > span, .dark #mainMenu nav > ul > li:focus > a,
.dark #mainMenu nav > ul > li:focus > span,
#mainMenu.dark nav > ul > li.hover-active > a,
#mainMenu.dark nav > ul > li.hover-active > span,
#mainMenu.dark nav > ul > li.current > a,
#mainMenu.dark nav > ul > li.current > span,
#mainMenu.dark nav > ul > li:hover > a,
#mainMenu.dark nav > ul > li:hover > span,
#mainMenu.dark nav > ul > li:focus > a,
#mainMenu.dark nav > ul > li:focus > span {
    color: #e2e2e2;
}

.dark #mainMenu nav > ul > li.dropdown:before,
#mainMenu.dark nav > ul > li.dropdown:before {
    color: #eee;
}

.dark:not(.submenu-light) #mainMenu,
#mainMenu.dark {
    /*Menu Styles*/
}

.img169 {
    aspect-ratio: 16/9;
}

#logo {
    margin-top:5px;
}

.portfolio-description
{
    height:70px;
}

.background-colored {
    background-color: #C3BCA2;
}

#header[data-transparent="true"] + #page-title {
    top: -120px;
    margin-bottom: -124px;
    position: relative;
    padding: 300px 0 40px 0;
}
.text-medium {
    font-size: 36px !important;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}