/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/06/2016, 3:10:53 PM
    Author     : duncanc
*/

.our-places-gallery-mosaic-wrapper > [class*="col-xs"],
.our-places-gallery-mosaic-wrapper > [class*="col-sm"],
.our-places-gallery-mosaic-wrapper > [class*="col-md"],
.our-places-gallery-mosaic-wrapper > [class*="col-lg"] {
    padding-left: 0;
    padding-right: 0;
}


.id-iframe-wrapper>iframe {
    width: 100%;
    height: auto;
}

.id-zoom-box>img {
    width: 100%;
}

.id-our-places-background--magic {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    height: 100%;
    width: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    opacity: 0.25;
}


.id-our-places-block {
    padding-top: 3em;
    padding-bottom: 3em;
    min-height: 400px;
    overflow: hidden;
    background-color: #fff;
    /*color: #fff;*/
    position: relative;
    border-top: 1px dashed #bbb;
}


@media screen and (min-width: 992px) {
    .id-our-places-block {
        min-height: 500px;
    }
}


.id-our-places-block:nth-child(odd) {
    /*background-color: #008eaa;*/
    /*background-color: #fff;*/
}


.id-our-places-block a {
    /*color: #fff;*/
}

.id-our-places-block a:focus,
.id-our-places-block a:hover {
    /*color: #222;*/
    text-decoration: none;
}

@media screen and (min-width: 992px) {

    X.id-our-places-block,
    X.id-our-places-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -ms-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;

        /* ms-flex */

        -ms-flex-wrap: nowrap;
        -ms-flex-direction: row;
        -ms-flex-align: center;
        -ms-flex-pack: center;

        -o-align-items: stretch;
        -ms-align-items: stretch;
        -moz-align-items: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;    

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

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

/*    .id-our-places-container > * {
        padding-left: 30px;
        padding-right: 30px;
    }*/

    .id-our-places-container > X.id-our-places-gallery {   

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

        -ms-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
        flex-flow: column nowrap;

        /* ms-flex */

        -ms-flex-direction: column;
        -ms-flex-wrap: nowrap;
        -ms-flex-align: center;
        -ms-flex-pack: center;

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

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

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

    .id-our-places-container > .id-our-places-content {   

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

        -ms-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
        flex-flow: column nowrap;

        /* ms-flex */

        -ms-flex-direction: column;
        -ms-flex-wrap: nowrap;
        -ms-flex-align: stretch;
        -ms-flex-pack: space-between;

        -o-align-items: stretch;
        -ms-align-items: stretch;
        -moz-align-items: stretch;
        -webkit-align-items: stretch;
        align-items: stretch; 

        -o-align-content: stretch;
        -ms-align-content: stretch;
        -moz-align-content: stretch;
        -webkit-align-content: stretch;
        align-content: stretch;

        -o-justify-content: space-between;
        -ms-justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}


@media screen and (min-width: 992px) {

    .id-our-places-block:nth-child(odd) .id-our-places-container {  
        flex-flow: row-reverse nowrap;
    }
}
/*
* ---------------------------------------------------------------------
* 
* Sidebar
* 
* ---------------------------------------------------------------------


.id-our-places-contact-sidebar {
    padding: 0;
    list-style: none;
}
/*
* ---------------------------------------------------------------------
* 
* OWL CAROUSEL
* 
* ---------------------------------------------------------------------
*/

.owl-theme .owl-dots  {
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    padding: 10px 15px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background-color: #47a447;
}
.id-project-slide-item {
    min-height: 400px;
    display: block;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

p.id-project-slide-item-caption {
    font-family: georgia, times, serif;
    margin: 0;
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 15px;
    background-color: rgba(0,0,0,0.75);
    /*height: 16px;*/
    padding: 7px 15px;
    color: #fff;
    text-transform: uppercase;
}

p.id-project-slide-item-caption::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -36px;
    right: auto;
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 36px solid rgba(0,0,0,0.75);
}


@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

/* LEFT */

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

/* UP */

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

/*
*-----------------------------------------------------
* 
* Feature Icons
* 
*-----------------------------------------------------
*/

ul.id-our-places-feature-icons {
    padding: 0;
    font-size: 0.75em;
}

.id-our-places-feature-icons li {
    list-style: none;
    padding: 0;
}
.id-our-places-feature-icons li {
    display: inline-block;
    padding: 1em;
    text-align: center;
}

.id-our-places-feature-icons li > i {
    font-size: 2em
}

.id-our-places-feature-icon>.fa {
    display: block;
    margin-top : 15px;
    margin-bottom: 0.5ex;
}

.id-our-places-feature-icons .fa-female::after {
    content: "\f183";
    font-family: fontAwesome;
    padding-left: 0.25ex;
    margin-left: 0.25ex;
    border-left: 1px solid #666;
}

.id-our-places-feature-icons .fa-male::after {
    content: "\f182";
    font-family: fontAwesome;
    padding-left: 0.25ex;
    margin-left: 0.25ex;
    border-left: 1px solid #666;
}

/*
*-----------------------------------------------------
* 
* BOOKING
* 
*-----------------------------------------------------
*/

.id-our-place-cta-booking-wrapper {
    margin-top: 30px;
    background-image: none;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.id-cta-post-title {
    margin-bottom: 1ex;
    padding-bottom: 1ex;
    border-bottom: 1px dashed #999;
}

.single-our-place .id-our-place-cta-booking {
    text-align: center;
}

.id-furnishing-wrapper header.id-post-title {
    padding-left: 0;
    padding-right: 0;
}
/*
*-----------------------------------------------------
* 
* GALLERY
* 
*-----------------------------------------------------
*/

.our-places-lightbox-wrapper {
    background-color: #222;
    font-size: 0;
    overflow: auto;
}

ul.our-places-lightbox {
    padding: 0;
    margin: 0;
    width: 250%;
    overflow: scroll;
}


@media screen and (min-width: 768px) {


    ul.our-places-lightbox {
        width: 100%;
        overflow: hidden;
    }
}

.id-gallery-thumbnail {
    display: inline-block;
    width: 25%;
    font-size: 14px;
    font-size: 1rem;
}

.id-gallery-thumbnail>span {
    display: block;
    padding-bottom: 100%;
    position: relative;
}

.id-gallery-thumbnail>span>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;
}

.id-gallery-thumbnail a::after {
    content: '\f00E';
    font-family: fontAwesome;
    font-size: 1.5em;
    color: rgba(255,255,255,0.33);
    margin: auto 1ex;
    position: absolute;
    bottom: 0;
    right: 0;
}
.id-gallery-thumbnail a:hover::after,
.id-gallery-thumbnail a:hover {
    color: #fff;
    text-decoration: none;
}

/*
*-----------------------------------------------------
* 
* Contact
* 
*-----------------------------------------------------
*/

.id-our-place-cta-contact-wrapper {
    background-color: #f8f8f8;
    /*	
            background-color: #008eaa;*/
}

.id-our-place-cta-title {
    padding-top: 1em;
    padding-bottom: 2em;
}



/*
*-----------------------------------------------------
* 
* fotorama-full-screen
* 
*-----------------------------------------------------
*/

.fotorama-full-screen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

/*
*-----------------------------------------------------
* 
* #Single Template
* 
*-----------------------------------------------------
*/

/*.single-our-place .tab-content {
    padding: 30px 15px;
}*/


.our-places-scroll-gallery {
    background-color: #222;
}


.our-places-header-booking-btn {
    margin: 0 auto 15px ;
}


@media screen and (min-width: 992px) {

    .our-places-header-booking-btn {
        margin: auto;
    }
}

/*
*-----------------------------------------------------
* 
* id-mixed-gallery
* 
*-----------------------------------------------------
*/

.id-mixed-gallery-mosaic-wrapper {
    background-color: transparent;
}


.id-mixed-gallery-mosaic-container {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.id-mixed-gallery-mosaic-grid-sizer {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.id-mixed-gallery--tile {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.id-mixed-gallery--tile > .id-mixed-gallery--content {
    display: block;
    padding: 15px;
}

.id-mixed-gallery--content > img {
    width: 100%;
    box-shadow: -7.5px 7.5px 0 rgba(0,0,0,0.35);
}

img.no-shadow,
.no-shadow img,
.no-shadow .id-mixed-gallery--content > img {
    box-shadow: none;
}


/*
 * -------------------------------------------------------------
 *
 * Spinner
 *
 * -------------------------------------------------------------
 */



.id-masonry-tile-spinner {
    height: 100%;
    height: 100vh;
    max-height: 100vh;
    width: 100%;
    width: 100vw;
    max-width: 100vw;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0,0,0,0.85);*/
    background-color: rgba(255,255,255,0.85);
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-align-content: center;
    -ms-align-content: center;
    -moz-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
