﻿.gallery-app {
    position: absolute;
    background: #e4dac1;
    top: 50px;
    left: 0;
    right: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .gallery-app {
        top: 65px;
    }
}

/*@media (max-width: 768px)
{
    .gallery-app {
        bottom: 59px;
    }
}*/

.row.default.footer {
    /*position: fixed;
    bottom: 0;
    left: 0;
    right: 0;*/
}

.gallery-cloak {
    display: none;
}

[ng-cloak].gallery-cloak {
    display: flex !important;
}

.gallery-cloak {
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e4dac1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .gallery-cloak .preloader {
        background: url('Images/hourglass.svg') center center no-repeat;
        display: block;
        width: 200px;
        height: 200px;
        background-size: contain;
    }

.gallery-list-wrap {
    /*min-height: 800px;*/
}

.row.no-space {
    padding-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

    .row.no-space .grid.col-centered {
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .row.no-space .grid.col-centered.main-page {
            /*margin-left: -3px;*/
            font-size: 14px;
        }

        .row.no-space .grid.col-centered:after,
        .row.no-space .grid.col-centered:before {
            display: table;
            content: " ";
        }

        .row.no-space .grid.col-centered:after {
            clear: both;
        }

        .row.no-space .grid.col-centered figure {
            margin-bottom: 0;
        }

@media screen and (max-width: 50em) {
    .row.no-space .grid.col-centered figure {
        display: block;
        margin: 0;
    }
}

.scroller-absolute {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: hidden;
    z-index: 1;
}

.tag-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 550px;
    background: rgba(255, 255, 255, 0.75);
    z-index: 5;
    border: 1px solid #b0987a;
    width: 100%;
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 55px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tag-block-small {
    bottom: 75px;
}

@media (min-width: 768px) {
    .tag-block-small {
        bottom: 150px;
    }
}

.tag-block.minified {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid transparent;
    width: 62px;
    height: 62px;
    background: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 768px) {
    .tag-block.minified {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100px;
        height: 100px;
    }
}


.tag-block h1 {
    text-align: left;
    font-size: 18px;
    margin-top: 0;
}


.tag-block h4 {
    text-align: center;
    font-size: 16px;
}

.tag-list-wrap h4 {
    text-align: left;
}

.tag-block-button {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    color: #b0987a;
    border-radius: 20px;
    border: 1px solid #b0987a;
    font-size: 18px;
    line-height: 1;
    font-weight: 100;
    padding: 9px;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .tag-block-button {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        padding: 16px;
        font-size: 24px;
    }
}

.tag-block-button:hover,
.tag-block-button:focus {
    outline: 0;
    cursor: pointer;
    background: #fff;
    color: #b0987a;
}

.tag-block-search {
    display: inline-block;
    background: #b0987a;
    color: #fff;
    border: 1px solid #b0987a;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    padding: 8px 15px;
    text-transform: uppercase;
    font-family: 'Georgia';
    -webkit-transition: background-color 0.8s, color 0.8s;
    -moz-transition: background-color 0.8s, color 0.8s;
    -ms-transition: background-color 0.8s, color 0.8s;
    -o-transition: background-color 0.8s, color 0.8s;
    transition: background-color 0.8s, color 0.8s;
    position: absolute;
    bottom: 10px;
    width: 150px;
    left: 50%;
    margin-left: -75px;
}


    .tag-block-search:hover,
    .tag-block-search:focus {
        outline: 0;
        background: #fff;
        color: #b0987a;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }


.tag-list-wrap {
    position: absolute;
    top: 80px;
    right: 20px;
    left: 20px;
    bottom: 55px;
    overflow-y: hidden;
}

.tag-list-big {
    bottom: 15px;
}

.tag-group-block {
    padding: 15px 0;
    text-align: center;
}

    .tag-group-block:empty {
        display: none;
    }

.tag-item-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    background: #fff;
    color: #b0987a;
    border: 1px solid #b0987a;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    padding: 8px 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Georgia';
    /*-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;*/
    /*-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;*/
}

    .tag-item-button.selected {
        background: #636363 !important;
        border: 1px solid #636363 !important;
        color: #fff !important;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    .tag-item-button:focus,
    .tag-item-button:hover {
        outline: 0;
        cursor: pointer;
        background: #b0987a;
        color: #fff;
        text-decoration: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

.tag-block-title {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 25px;
}

    .tag-block-title:after {
        display: block;
        content: " ";
        position: absolute;
        bottom: -10px;
        width: 100px;
        height: 1px;
        background: #b0987a;
        left: 50%;
        margin-left: -50px;
    }


@media (max-width: 320px) {
    .tag-block-title {
        text-align: left !important;
    }

        .tag-block-title:after {
            margin: 0;
            left: 0;
        }
}


.jcarousel-wrapper {
    bottom: 0;
    left: 0;
    right: 0;
    height: 75px;
    position: absolute;
}



    .jcarousel-wrapper .jcarousel {
        padding: 0;
    }

        .jcarousel-wrapper .jcarousel ul li div, .jcarousel-wrapper .jcarousel ul li > a {
            position: relative;
            height: 75px;
            margin: 0;
            border: 1px solid #fff;
        }

@media (min-width: 768px) {
    .jcarousel-wrapper {
        height: 150px;
    }

        .jcarousel-wrapper .jcarousel ul li div, .jcarousel-wrapper .jcarousel ul li > a {
            height: 150px;
        }
}

.jcarousel-wrapper .jcarousel ul li div:after,
.jcarousel-wrapper .jcarousel ul li > a:after {
    /*content: attr(title);*/
    content: " ";
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.3;
    height: 0;
    color: #000000;
    font-size: 11px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    font-family: 'Georgia';
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media (min-width: 768px) {
    .jcarousel-wrapper .jcarousel ul li div:after,
    .jcarousel-wrapper .jcarousel ul li > a:after {
        font-size: 14px;
    }
}

.jcarousel-wrapper .jcarousel ul li div.selected,
.jcarousel-wrapper .jcarousel ul li div:hover,
.jcarousel-wrapper .jcarousel ul li a.selected,
.jcarousel-wrapper .jcarousel ul li a:hover {
    cursor: pointer;
    /*border-color: #d7b68a;*/
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

    .jcarousel-wrapper .jcarousel ul li div.selected:after,
    .jcarousel-wrapper .jcarousel ul li div:hover:after,
    .jcarousel-wrapper .jcarousel ul li a.selected:after,
    .jcarousel-wrapper .jcarousel ul li a:hover:after {
        height: 100%;
        padding: 5px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .jcarousel-wrapper .jcarousel ul li div.selected:after,
    .jcarousel-wrapper .jcarousel ul li a.selected:after {
        /*background-color: #d7b68a;*/
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

.jcarousel-wrapper .jcarousel-control-prev, .jcarousel-wrapper .jcarousel-control-next {
    margin-top: -23px;
}

    .jcarousel-wrapper .jcarousel-control-prev.maximized,
    .jcarousel-wrapper .jcarousel-control-next.maximized {
    }

.point-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 75px;
    overflow: hidden;
    z-index: 1;
    background-color: #e4dac1;
}

@media (min-width: 768px) {
    .point-image-wrapper {
        bottom: 150px;
    }
}

.point-image-wrapper.maximized {
    bottom: 0 !important;
}

.btn-select {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.16);
    z-index: 1;
    border: none;
}

    .btn-select:hover,
    .btn-select:focus {
        outline: 0;
        background-color: rgba(0, 0, 0, 0.30);
    }

    .btn-select.btn-select-prev {
        left: 0;
    }

    .btn-select.btn-select-next {
        right: 0;
    }

.point-image {
    display: block;
    position: relative;
    width: 100%;
}

.point-image-border {
    position: absolute;
}

.point-image-point {
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #000;
    margin-top: -10px;
    margin-left: -10px;
}

    .point-image-point > div {
        position: absolute;
        width: 30px;
        height: 30px;
        border: 1px solid #000;
        border-radius: 15px;
        top: 50%;
        left: 50%;
        margin-top: -15px;
        margin-left: -15px;
    }

        .point-image-point > div > div {
            position: absolute;
            width: 20px;
            height: 20px;
            background: #000;
            border-radius: 10px;
            top: 50%;
            left: 50%;
            margin-left: -10px;
            margin-top: -10px;
            font-size: 14px;
            line-height: 14px;
            padding: 3px;
            color: #fff;
        }

            .point-image-point > div > div span {
                display: block;
                width: 14px;
                height: 14px;
                text-align: center;
            }

                .point-image-point > div > div span:hover {
                    cursor: pointer;
                }

.point-image-controls-right {
    position: absolute;
    z-index: 2;
    top: 21px;
    right: 65px;
}

@media (min-width: 768px) {
    .point-image-controls-right {
        right: 85px;
    }
}

.top-button {
    position: relative;
    top: 0;
    right: 0;
}

.types-buttons {
}

.point-type-button {
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.78);
    background-position: center top;
    background-repeat: no-repeat;
}

    .point-type-button.point-clear {
        background-image: url('Images/clear-button.png');
    }

    .point-type-button.point-decoration {
        background-image: url('Images/decoration-button.png');
    }

    .point-type-button.point-construction {
        background-image: url('Images/construction-button.png');
    }

    .point-type-button.point-cost {
        background-image: url('Images/cost-button.png');
    }




    .point-type-button:hover {
        cursor: pointer;
        background-color: #ECECEC;
        background-position: center bottom;
    }

    .point-type-button:focus {
        outline: 0;
    }

    .point-type-button.selected {
        background-color: #6D6D6D;
        background-position: center top;
    }


.point-image-publish {
    position: absolute;
    z-index: 2;
    top: 21px;
    left: 21px;
}

.tag-block-share-buttons {
    position: absolute;
    top: 20px;
    right: 65px;
    height: 40px;
    left: 20px;
}

.soc-button {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 5px;
    font-size: 15px;
    position: absolute;
    z-index: 3;
}

.tag-block-share-buttons .soc-button {
    position: relative;
    float: right;
    display: inline-block;
    top: 0;
    right: 0;
    margin-left: 5px;
}

.soc-button.soc-1 {
    left: 0px;
    top: 45px;
}

.soc-button.soc-2 {
    left: 0;
    top: 87px;
}

.soc-button.soc-3 {
    left: 0;
    top: 129px;
}

.soc-button.soc-4 {
    left: 0px;
    top: 170px;
}


@media (min-width: 768px) {
    .tag-block-share-buttons {
        position: absolute;
        top: 30px;
        right: 90px;
        height: 40px;
        left: 20px;
    }

    .soc-button.soc-1 {
        left: 67px;
        top: -15px;
    }

    .soc-button.soc-2 {
        left: 67px;
        top: 27px;
    }

    .soc-button.soc-3 {
        left: 41px;
        top: 60px;
    }

    .soc-button.soc-4 {
        left: 0px;
        top: 70px;
    }
}
