
/*
*------------------------------------
* 
* GALLERY
* 
*------------------------------------
*/
.module-gallery--wrapper {
    margin: 30px auto;
}

.module-gallery--lightbox-wrapper {
    background-color: transparent;
    margin: 15px auto;
}

ul.module-gallery--lightbox {
    padding: 0;
    list-style: none;
}


li.module-gallery--thumbnail {
    display: inline-block;
    margin: auto;
    padding: 0;
}

.module-gallery--thumbnail-inner {
    display: block;
    padding-bottom: 100%;
    position: relative;
    margin: 7.5px;
}

.module-gallery--thumbnail-inner > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}


.module-gallery--thumbnail a:hover {
    color: #fff;
    text-decoration: none;
}

.module-gallery--thumbnail a .module-gallery-overlay {
    color: #fff;
    opacity: 0;
    background-color: rgba(0,0,0,0.75);
    display: block;
    width: 100%;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.module-gallery--thumbnail a:hover .module-gallery-overlay {
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

/*
*  ---------------------------------------------------------------------------
*  
*  Stayz Carousel
*  
*  ---------------------------------------------------------------------------

*/

.id-stayz-carousel-inner .owl-carousel .owl-item {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.id-stayz-carousel-item {
    min-height: 200px;
    padding: 15px;
    position: relative;
}

.id-stayz-carousel-inner .owl-carousel .owl-item img {
    /*    max-height: 80px;
        width: auto;
        margin: auto;*/
    max-height: 120px;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}




.id-stayz-carousel-inner {
    text-align: center;
    padding: 50px 15px;
}

p.id-stayz-carousel-caption {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
}


/*
*  ---------------------------------------------------------------------------
*  
*  Owl Carousel CSS3 / Navigation 
*  
*  ---------------------------------------------------------------------------

*/

.id-stayz-carousel-inner .owl-prev > i.fa , 
.id-stayz-carousel-inner .owl-next > i.fa {
    color: #888;
    background-color: transparent;
    text-align: center;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}


.id-stayz-carousel-inner .owl-prev > i.fa:hover,
.id-stayz-carousel-inner .owl-next > i.fa:hover {
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

.id-stayz-carousel-inner .owl-prev, 
.id-stayz-carousel-inner .owl-next {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    bottom: auto;
    font-size: 30px;
    margin-top: -30px;
    line-height: .7;
}

.id-stayz-carousel-inner .owl-prev {
    left: -30px;
}

.id-stayz-carousel-inner .owl-next {
    right: -30px;
}

/*
* -----------------------------------------------------------------------------
* 
* _.id-stayz-carousel-inner
* 
* -----------------------------------------------------------------------------
*/

.id-stayz-carousel-inner {
    background-color: rgba(0,0,0,0.15);
    padding: 0;
}

.id-stayz-carousel-item {
    min-height: 1px;
    padding: 0;
}

.id-stayz-carousel-item::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.id-stayz-carousel-inner .owl-carousel .owl-item img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.id-carousel-gallery-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;

    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -o-align-content: center;
    -ms-align-content: center;
    -moz-align-content: center;
    -webkit-align-content: center;
    align-content: center;

    -ms-flex-align: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;

    -ms-flex-pack: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.id-carousel-gallery-image::before {
    content: "\f002";
    font-family: fontAwesome;
    display: block;
    font-size: 2em;
    color: rgba(255,255,255,0.0);
}

.id-carousel-gallery-image:hover::before {
    color: #fff;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.id-stayz-carousel-inner .owl-prev {
    left: 0px;
}

.id-stayz-carousel-inner .owl-next {
    right: 0px;
}

.id-stayz-carousel-inner .owl-prev, 
.id-stayz-carousel-inner .owl-next {
    padding: 20px;
    font-size: 50px;
    margin-top: -50px;
    background-color: transparent;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.id-stayz-carousel-inner:hover .owl-prev, 
.id-stayz-carousel-inner:hover .owl-next {
    background-color: rgba(255,255,255,0.25);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.id-stayz-carousel-inner .owl-prev > i.fa,
.id-stayz-carousel-inner .owl-next > i.fa {
    color: #fff;
    background-color: transparent;
}

.id-stayz-carousel-inner .owl-carousel .owl-item {
    opacity: 0.35;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.id-stayz-carousel-inner .owl-carousel .owl-item:hover{
    opacity: 1;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}


.id-stayz-carousel-inner .owl-carousel .owl-item.active.center {
    opacity: 1;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

p.id-stayz-carousel-caption {
    background-color: rgba(0,0,0,0.0);
    color: transparent;
    margin: auto;
    padding: 10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.id-stayz-carousel-inner .owl-item:hover p.id-stayz-carousel-caption {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}