.bg-white {
    background-color: #fff !important;
}

.bg-blue {
    background-color: #185084 !important;
}

.bg-gold {
    background-color: #caa64d !important;
}

.color-white {
    color: #fff !important;
}

.color-blue {
    color: #185084 !important;
}

.color-gold {
    color: #caa64d !important;
}

.color-lightergray {
    color: #eee !important;
}

.color-lightgray {
    color: #ccc !important;
}

.color-gray {
    color: #999 !important;
}

.color-darkgray {
    color: #666 !important;
}

.color-darkergray {
    color: #444 !important;
}

.text-justify {
    text-align: justify;
}

.bg-blue-alpha-30 {
    background-color: rgba(24, 80, 132, 0.3) !important;
}

.bg-blue-alpha-50 {
    background-color: rgba(24, 80, 132, 0.5) !important;
}

.bg-blue-alpha-70 {
    background-color: rgba(24, 80, 132, 0.7) !important;
}

.bg-blue-alpha-90 {
    background-color: rgba(24, 80, 132, 0.9) !important;
}

.bg-gold-alpha-30 {
    background-color: rgba(202, 166, 77, 0.3) !important;
}

.bg-gold-alpha-50 {
    background-color: rgba(202, 166, 77, 0.5) !important;
}

.bg-gold-alpha-70 {
    background-color: rgba(202, 166, 77, 0.7) !important;
}

.bg-gold-alpha-90 {
    background-color: rgba(202, 166, 77, 0.9) !important;
}

.bg-gray-alpha-30 {
    background-color: rgba(90, 90, 90, 0.3) !important;
}

.bg-gray-alpha-50 {
    background-color: rgba(90, 90, 90, 0.5) !important;
}

.bg-gray-alpha-70 {
    background-color: rgba(90, 90, 90, 0.7) !important;
}

.bg-gray-alpha-90 {
    background-color: rgba(90, 90, 90, 0.9) !important;
}


.bg-black-alpha-30 {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-black-alpha-50 {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-black-alpha-70 {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.bg-black-alpha-90 {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.bold {
    font-weight: bold;
}

.marginless {
    margin: 0px !important;
}

.paddingless {
    padding: 0px !important;
}

body {
    height: 100%;
}

.parallax {
    background-image: url("../images/services/service-2.jpg");
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

header {
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    position: relative;
    min-height: 76px;
}

section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    border: 0px !important;
}

section .main_title {
    margin-bottom: 0px !important;
}

section .main_title:after {
    margin: 0px !important
}

section.section-transition {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

p {
    margin-bottom: 20px !important;
    font-size: 17px !important;
    color: #444;
}

@media only screen and (min-width:1200px) {
    .container {
        width: 1200px
    }

    .room-services-container {
        text-align: right;
    }
}

@media only screen and (max-width:991px) {
    .btn-book-mobile {
        display: inline-block !important;
    }

    .navbar-brand img {
        width: 200px;
        height: 59px !important;
        max-height: 59px !important;
    }

    .navbar-toggle {
        margin-top: 18px !important;
    }

    .hide-xs {
        display: none;
    }
}

.top_menu {
    background-color: #3472b3;
    z-index: 1000000;
    color: white;
    border-bottom: none;
}

.top_menu a {
    color: white;
}

.top_menu a:hover {
    color: white !important;
}

.navbar-brand {
    margin-top: 0px !important;
}

.navbar-brand img {
    width: 200px;
    height: 59px !important;
}

.navbar-fixed-top .navbar-brand img {
    margin-top: -12px;
}

.about .logo {
    width: 200px;
    height: auto
}

.btn-book-mobile {
    display: none;
    margin-left: 16px;
    margin-top: 16px;
}

.gradient_overlay:after {
    background-image: linear-gradient(135deg, rgba(224, 143, 30, 0.5) 0px, rgba(23, 137, 209, 0.5) 100%);
}

.button.btn-blue {
    background-color: #2a70b8;
    color: white;
}

.button.btn-blue:hover {
    background-color: #cba74f;
}

#about {
    border: none !important;
    padding: 16px 20px;
}

#about .main_title {}

#about .main_description {
    font-size: 17px
}

.owl-thumb-item.active {
    background-color: #185084 !important;
}

.owl-thumb-item.active:before {
    color: #185084 !important
}

.hostel-items-row {
    padding: 0px 16px;
}

.hostel-items-row .hostel-item {
    padding: 4px;
}

.hostel-item .room-picture-container {
    overflow: hidden;
    position: relative;
}

.hostel-item .room-name {
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px !important
}

.hostel-item .room-description {
    position: absolute;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: justify;
    bottom: -100%;
    transition: 0.45s ease-in-out;
    margin-bottom: 10px !important
}

.hostel-item .placeholder-block {
    padding: 16px;
    background-color: white;
}

.hostel-item .room-picture-container:hover .room-description {
    bottom: -10px;
}

.hostel-item .room-picture-container:hover .room-name {
    display: none;
}

.section-title h2 {
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 12px;
}

.text-shadow-black {
    text-shadow: 2px 2px 6px black;
}

.section-description {
    margin: 24px 0px;
    margin-top: 4px;
    font-size: 20px;
    color: white;
    text-align: justify;
    padding-left: 0px !important;
}

.merged-img-container {
    position: relative;
}

.merged-img-container img {
    width: 100%;
}

.merged-img-container img:last-child {
    display: none;
}

.barman-fondu:hover::before {
    background-color: transparent !important;
}

.gallery-spa .hostel-item {
    padding: 16px;
}

.img-card {
    width: 100%;
}

/* Cards */

.card {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow .25s;
}

.card:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-card {
    width: 100%;
    height: 200px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
}

.img-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .25s ease;
}

.card-content {
    padding: 15px;
    text-align: left;
}

.card-title {
    margin-top: 0px;
    font-weight: 700;
    font-size: 1.65em;
}

.card-title a {
    color: #000;
    text-decoration: none !important;
}

.card-read-more {
    border-top: 1px solid #D4D4D4;
}

.card-read-more a {
    text-decoration: none !important;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase
}

/* Must include Font Awesome (here: https://fortawesome.github.io/Font-Awesome/get-started/) for icons to show up */

.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    height: 100%;
    color: #fff;
    border: 0;
    background: none;
    z-index: 1;
    padding: 16px 32px;
}

.slick-prev {
    left: 0px;
    background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.8))
}

.slick-prev:after {
    content: "\f104";
    /*font: 65px/1 'FontAwesome';*/
}

.slick-next {
    right: 0px;
    top: 0px;
    text-align: right;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8))
}

.slick-next:after {
    content: "\f105";
    /*font: 65px/1 'FontAwesome';*/
}

.slick-prev:hover,
.slick-next:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

.room-services-container {
    text-align: center;
    padding: 0px;
}

.room-services-container div.service {
    width: 64px;
    margin-left: 16px;
    padding: 16px;
    border-radius: 45px;
    display: inline-block;
}

.room-services-container div.service img {
    width: 100%;
}

.card .room-services-container {
    text-align: left;
}

.card .room-services-container div.service {
    width: 32px;
    margin-left: 4px;
    padding: 8px;
    border-radius: 23px;
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-block;
}

.card-hover-zoom {
    transition: transform .2s ease-in-out;
}

.card-hover-zoom:hover {
    transform: scale(1.15);
    z-index: 10;
}

/* FLEX LIST */
.flex-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.flex-item {
    display: block;
    position: relative;
    height: 300px;
    transition: .2s ease-in;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
    text-decoration: none !important;
}

.flex-item:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #358ae3;
    opacity: 0.4;
}

.flex-item .flex-item-content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: white !important;
    font-family: arial;
    transition: .1s ease-in;
    background-image: linear-gradient(to top, rgba(34,43,70,1), rgba(34,43,70,0.6), transparent);
    padding: 16px
}

.flex-item .flex-item-title{color: white !important;}
.flex-item .flex-item-text{color: white !important}

.bg-zoom-on-hover {
    transition: .3s ease-in;
}

.bg-zoom-on-hover:hover {
    background-size : 150% !important;
}

@media(max-width:767px){
    .flex-list {flex-wrap: nowrap;}
    .flex-list.wrap-xs {flex-wrap: wrap;}
    .flex-list.nowrap-xs {flex-wrap: nowrap;}
}

@media(min-width:768px){
    .flex-list {flex-wrap: nowrap;}
    .flex-list.wrap-sm {flex-wrap: wrap;}
    .flex-list.nowrap-sm {flex-wrap: nowrap;}
    .col-sm-3.ellastic-hover-sm:hover {width: 34%}
    .col-sm-4.ellastic-hover-sm:hover {width: 44%}
    .col-sm-6.ellastic-hover-sm:hover {width: 64%}
    
}

@media(min-width:992px){
    .flex-list {flex-wrap: nowrap;}
    .flex-list.wrap-md {flex-wrap: wrap;}
    .flex-list.nowrap-md {flex-wrap: nowrap;}
    .col-md-3.ellastic-hover-md:hover {width: 34%}
    .col-md-4.ellastic-hover-md:hover {width: 44%}
    .col-md-6.ellastic-hover-md:hover {width: 64%}
}

@media(min-width:1200px){
    .flex-list {flex-wrap: nowrap;}
    .flex-list.wrap-lg {flex-wrap: wrap;}
    .flex-list.nowrap-lg {flex-wrap: nowrap;}
    .col-lg-3.ellastic-hover-lg:hover {width: 34%}
    .col-lg-4.ellastic-hover-lg:hover {width: 44%}
    .col-lg-6.ellastic-hover-lg:hover {width: 64%}
}

/*Custom*/
@media(min-width: 992px) {
    .flex-item.toggled-content .flex-item-content {
        bottom: -40%;
    }
    .flex-item.toggled-content:hover .flex-item-content {
        bottom: 0px;
    }
}