﻿.a-btn-arrow-2 {
    position: relative;
    display: inline-block;
    font-family: roboto,sans-serif;
    font-size: 11px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration: none;
    padding-right: 50px;
    color: #111;
}
.a-btn-arrow-2 .arrow-right {
    background-color: #111;
}
.arrow-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 10px;
    width: 31px;
    height: 1px;
    -webkit-transition: right .3s ease-in;
    -o-transition: right .3s ease-in;
    transition: right .3s ease-in;
}



.a-btn-arrow-2 .arrow-right:before, 
.a-btn-arrow-2 .arrow-right:after {
    background-color: #111;
}
.arrow-right:before {
    bottom: 1px;
    -webkit-transform: translateX(0px) translateY(3px) rotate(-45deg);
    -ms-transform: translateX(0px) translateY(3px) rotate(-45deg);
    transform: translateX(0px) translateY(3px) rotate(-45deg);
}
.arrow-right:after {
    top: 1px;
    -webkit-transform: translateX(0px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(0px) translateY(-3px) rotate(45deg);
    transform: translateX(0px) translateY(-3px) rotate(45deg);
}
.arrow-right:before, .arrow-right:after {
    position: absolute;
    display: block;
    right: 0;
    width: 6px;
    height: 1px;
    content: '';
}
.a-btn-arrow-2:hover .arrow-right, .a-btn-arrow-2:focus .arrow-right {
    right: 0;
}

.a-btn-arrow-2:hover .arrow-right,
.a-btn-arrow-2:hover .arrow-right:before, 
.a-btn-arrow-2:hover .arrow-right:after {
    background:#990000;
}
.prague_list {
    margin-left: 0;
    margin-right: 0;
}

    .prague_list.no-figure .project-list-item:nth-child(odd) .project-list-outer {
        padding: 0 0 70px;
    }

    .prague_list.no-figure .project-list-item:nth-child(even) .project-list-outer {
        padding: 0 0 70px;
    }

    .prague_list .project-list-item:nth-child(odd) .project-list-outer {
        padding: 50px 0 70px 50px;
    }

        .prague_list .project-list-item:nth-child(odd) .project-list-outer .trans_figures {
            left: 0;
        }

        .prague_list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-img {
            left: 0;
        }

        .prague_list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-content {
            margin-left: auto;
            text-align: left;
        }

        .prague_list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-category:after {
            right: 100%;
            margin-right: 15px;
        }

    .prague_list .project-list-item:nth-child(even) .project-list-outer {
        padding: 50px 50px 70px 0;
    }

        .prague_list .project-list-item:nth-child(even) .project-list-outer .trans_figures {
            right: 0;
        }

        .prague_list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-img {
            right: 0;
        }

        .prague_list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-content {
            text-align: right;
            margin-right: auto;
        }

        .prague_list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-category:after {
            margin-left: 15px;
        }

    .prague_list .project-list-item .project-list-outer {
        position: relative;
        width: 100%;
    }

        .prague_list .project-list-item .project-list-outer .trans_figures {
            position: absolute;
            top: 0;
            height: 100%;
            width: 220px;
        }

            .prague_list .project-list-item .project-list-outer .trans_figures svg {
                position: absolute;
                height: 100%;
            }

                .prague_list .project-list-item .project-list-outer .trans_figures svg polygon, .prague_list .project-list-item .project-list-outer .trans_figures svg circle {
                    fill: transparent;
                    stroke: #f2f2f2;
                    stroke-width: 15;
                    -webkit-transform: translate(7px,7px);
                    -ms-transform: translate(7px,7px);
                    transform: translate(7px,7px);
                }

            .prague_list .project-list-item .project-list-outer .trans_figures.enable_anima svg polygon, .prague_list .project-list-item .project-list-outer .trans_figures.enable_anima svg circle {
                stroke-dasharray: 1000;
                stroke-dashoffset: 1000;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                -webkit-transition: stroke-dashoffset 3s ease-in,stroke-dasharray 0s ease-in 2.4s;
                -o-transition: stroke-dashoffset 3s ease-in,stroke-dasharray 0s ease-in 2.4s;
                transition: stroke-dashoffset 3s ease-in,stroke-dasharray 0s ease-in 2.4s;
            }

            .prague_list .project-list-item .project-list-outer .trans_figures.enable_anima.animation svg polygon, .prague_list .project-list-item .project-list-outer .trans_figures.enable_anima.animation svg circle {
                stroke-dasharray: 0;
                stroke-dashoffset: 0;
            }

        .prague_list .project-list-item .project-list-outer .project-list-wrapper {
            position: relative;
            width: 100%;
            /* min-height: 420px; */
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            overflow: hidden;
        }

            .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-img {
                /* position: absolute; */
                top: 0;
                bottom: 0;
                width: 50%;
                -webkit-box-sizing: content-box;
                box-sizing: content-box;
            }

            .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-content {
                width: 47%;
            }

            .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-category {
                position: relative;
                font-size: 12px;
                line-height: 26px;
                font-weight: 300;
                margin-bottom: 20px;
                color: #111;
                opacity: 0;
                display: none;
            }

                .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-category:after {
                    content: '';
                    display: inline-block;
                    position: absolute;
                    top: 50%;
                    height: 1px;
                    width: 85px;
                    background-color: #111;
                }

            .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-title {
                margin-top: 0;
                margin-bottom: 0;
                /* line-height: 32px; */
                color: #a90404;
                -webkit-transition: opacity .3s ease-in;
                -o-transition: opacity .3s ease-in;
                transition: opacity .3s ease-in;
            }

                .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-title a {
                    font-size: inherit;
                    line-height: inherit;
                    font-weight: inherit;
                    cursor:unset;
                    text-transform: uppercase;
                }

                    .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-title a:hover {
                        color: inherit;
                    }

                .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-title:hover {
                    opacity: .7;
                }

            .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-excerpt {
                margin-top: 20px;
                color: #7e7d7d;
            }

                .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-excerpt p {
                    margin-bottom: 0;
                    color: #111;
                    font-size: 14px;
                    line-height: inherit;
                    font-weight: 400;
                    text-align: justify;
                }

            .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-link {
                margin-top: 19px;
            }

@media only screen and (max-width:991px) {
    .prague_list.no-figure .project-list-item:nth-child(odd) .project-list-outer {
        padding: 0 0 50px;
    }

    .prague_list.no-figure .project-list-item:nth-child(even) .project-list-outer {
        padding: 0 0 50px;
    }

    .prague_list .project-list-item:nth-child(odd) .project-list-outer {
        padding: 50px 0 50px 50px;
    }

    .prague_list .project-list-item:nth-child(even) .project-list-outer {
        padding: 50px 50px 50px 0;
    }
}

@media only screen and (max-width:767px) {
    .prague_list.no-figure .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-content {
        margin-left: 0;
    }

    .prague_list.no-figure .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-content {
        margin-right: 0;
    }

    .prague_list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-content {
        margin-left: -50px;
    }

    .prague_list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-category {
        padding-left: 100px;
    }

        .prague_list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-category:after {
            right: auto;
            left: 0;
            margin-right: 15px;
        }

    .prague_list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-content {
        margin-right: -50px;
        margin-left: auto;
    }

    .prague_list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-category {
        padding-right: 100px;
    }

        .prague_list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-category:after {
            margin-left: 15px;
        }

    .prague_list .project-list-item .project-list-outer .project-list-wrapper {
        min-height: auto;
        overflow: visible;
      /*  padding-top: 300px;*/
	  display:block;
	  
    }

        .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-img {
            width: 100%;
          /*  height: 300px;*/
        }

        .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-content {
            width: 100%;
            padding-top: 20px;
        }
}

.prague_timeline_list {
    margin-left: 0;
    margin-right: 0;
    padding: 92px 0 105px;
}

.project-time-list-header {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 36px 0;
    margin-bottom: 34px;
    background-color: transparent;
}

    .project-time-list-header:after {
        content: '';
        position: absolute;
        width: 100%;
        height: calc(100% - 51px);
        top: 51px;
        left: 0;
        border: 1px solid #ccc;
        z-index: 20;
    }

    .project-time-list-header .time-list-header-col {
        position: relative;
        z-index: 30;
        font-size: 14px;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: 1.8px;
        text-transform: capitalize;
        color: #7e7d7d;
        -webkit-transition: color .3s ease-in,padding .3s ease-in;
        -o-transition: color .3s ease-in,padding .3s ease-in;
        transition: color .3s ease-in,padding .3s ease-in;
    }

        .project-time-list-header .time-list-header-col.first {
            text-align: center;
            width: 8.3%;
        }

        .project-time-list-header .time-list-header-col.second {
            width: 58%;
        }

        .project-time-list-header .time-list-header-col.third {
            width: 22%;
        }

        .project-time-list-header .time-list-header-col.fourth {
            width: 11.7%;
        }

        .project-time-list-header .time-list-header-col.active span {
            color: #111;
            padding-left: 20px;
        }

            .project-time-list-header .time-list-header-col.active span:before {
                opacity: 1;
                visibility: visible;
            }

        .project-time-list-header .time-list-header-col span {
            position: relative;
            padding: 0 10px;
            cursor: pointer;
            background-color: #fff;
            color: #7e7d7d;
            -webkit-transition: color .3s ease-in,padding .3s ease-in;
            -o-transition: color .3s ease-in,padding .3s ease-in;
            transition: color .3s ease-in,padding .3s ease-in;
        }

            .project-time-list-header .time-list-header-col span:before {
                content: '';
                position: absolute;
                top: 0;
                left: 5px;
                width: 0;
                height: 0;
                border-top: 5px solid #111;
                border-right: 5px solid transparent;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: opacity .3s ease-in,visibility .3s ease-in;
                -o-transition: opacity .3s ease-in,visibility .3s ease-in;
                transition: opacity .3s ease-in,visibility .3s ease-in;
            }

.project-time-list-item {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 23px 0;
    margin-bottom: 1px;
    background-color: transparent;
}

    .project-time-list-item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f2f2f2;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: opacity .3s ease-in,visibility .3s ease-in,-webkit-transform .3s ease-in;
        transition: opacity .3s ease-in,visibility .3s ease-in,-webkit-transform .3s ease-in;
        -o-transition: opacity .3s ease-in,visibility .3s ease-in,transform .3s ease-in;
        transition: opacity .3s ease-in,visibility .3s ease-in,transform .3s ease-in;
        transition: opacity .3s ease-in,visibility .3s ease-in,transform .3s ease-in,-webkit-transform .3s ease-in;
    }

    .project-time-list-item:hover:before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .project-time-list-item .time-list-item-col {
        padding-left: 10px;
    }

        .project-time-list-item .time-list-item-col.cat1 {
            text-align: center;
            width: 8.3%;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 4.5px;
            font-weight: 300;
            color: #111;
        }

        .project-time-list-item .time-list-item-col.name {
            width: 58%;
        }

            .project-time-list-item .time-list-item-col.name .time-list-item-title {
                font-size: 20px;
                line-height: 32px;
                font-weight: 500;
                color: #111;
                text-transform: none;
                margin-top: 0;
                margin-bottom: 0;
                opacity: 1;
                -webkit-transition: opacity .3s ease-in;
                -o-transition: opacity .3s ease-in;
                transition: opacity .3s ease-in;
            }

                .project-time-list-item .time-list-item-col.name .time-list-item-title a {
                    font-size: inherit;
                    line-height: inherit;
                    font-weight: inherit;
                    color: inherit;
                }

                    .project-time-list-item .time-list-item-col.name .time-list-item-title a:hover {
                        color: inherit;
                    }

                .project-time-list-item .time-list-item-col.name .time-list-item-title:hover {
                    opacity: .7;
                }

        .project-time-list-item .time-list-item-col.cat3, .project-time-list-item .time-list-item-col.cat4 {
            font-size: 16px;
            line-height: 32px;
            font-weight: 400;
            color: #7e7d7d;
        }

        .project-time-list-item .time-list-item-col.cat3 {
            width: 22%;
        }

        .project-time-list-item .time-list-item-col.cat4 {
            width: 11.7%;
        }

@media only screen and (max-width:991px) {
    .prague_timeline_list {
        padding: 30px 0 50px;
    }

    .project-time-list-header .time-list-header-col.second {
        width: 50%;
    }

    .project-time-list-header .time-list-header-col.third {
        width: 26%;
    }

    .project-time-list-header .time-list-header-col.fourth {
        width: 15.7%;
    }

    .project-time-list-item {
        padding: 15px 0;
    }

        .project-time-list-item .time-list-item-col.name {
            width: 50%;
        }

        .project-time-list-item .time-list-item-col.cat3 {
            width: 26%;
        }

        .project-time-list-item .time-list-item-col.cat4 {
            width: 15.7%;
        }
}

@media only screen and (max-width:767px) {
    .project-time-list-header .time-list-header-col.first {
        width: 30%;
        text-align: left;
    }

    .project-time-list-header .time-list-header-col.second {
        width: 70%;
    }

    .project-time-list-header .time-list-header-col.third, .project-time-list-header .time-list-header-col.fourth {
        display: none;
    }

    .project-time-list-item .time-list-item-col.cat1 {
        text-align: left;
        width: 30%;
    }

    .project-time-list-item .time-list-item-col.name {
        width: 70%;
    }

    .project-time-list-item .time-list-item-col.cat3, .project-time-list-item .time-list-item-col.cat4 {
        display: none;
    }
}

.prague_timeline {
    margin-left: 0;
    margin-right: 0;
    padding: 39px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .prague_timeline .project-timeline-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 38%;
        padding-right: 30px;
    }

    .prague_timeline .project-timeline-img-wrapper {
        width: 62%;
        padding: 16px 0;
        overflow-y: auto;
        height: 100%;
    }

        .prague_timeline .project-timeline-img-wrapper::-webkit-scrollbar-thumb {
            outline: none;
        }

        .prague_timeline .project-timeline-img-wrapper::-webkit-scrollbar {
            width: 0;
        }

.project-timeline-item {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 24px 0;
    margin-bottom: 1px;
    cursor: pointer;
}

    .project-timeline-item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f2f2f2;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: opacity .3s ease-in,visibility .3s ease-in,-webkit-transform .3s ease-in;
        transition: opacity .3s ease-in,visibility .3s ease-in,-webkit-transform .3s ease-in;
        -o-transition: opacity .3s ease-in,visibility .3s ease-in,transform .3s ease-in;
        transition: opacity .3s ease-in,visibility .3s ease-in,transform .3s ease-in;
        transition: opacity .3s ease-in,visibility .3s ease-in,transform .3s ease-in,-webkit-transform .3s ease-in;
    }

    .project-timeline-item:hover:before, .project-timeline-item.active:before, .project-timeline-item.active_hover:before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .project-timeline-item .time-list-header-col {
        padding-left: 10px;
    }

        .project-timeline-item .time-list-header-col.cat1 {
            width: 18%;
            font-size: 14px;
            line-height: 18px;
            font-weight: 300;
            letter-spacing: 4.5px;
            color: #111;
        }

        .project-timeline-item .time-list-header-col.time-item-info {
            width: 82%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: baseline;
            -ms-flex-align: baseline;
            align-items: baseline;
        }

    .project-timeline-item .time-item-name .time-item-title {
        font-weight: 500;
        color: #111;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 0;
    }

    .project-timeline-item .time-item-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .project-timeline-item .time-item-link .time-item-btn {
            position: relative;
            line-height: 18px;
            text-align: center;
            color: #111;
            padding: 0 28px;
            -webkit-transition: color .4s ease-in;
            -o-transition: color .4s ease-in;
            transition: color .4s ease-in;
        }

            .project-timeline-item .time-item-link .time-item-btn .arrow-right {
                left: 50%;
                right: auto;
                margin-left: -15px;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: opacity .4s ease-in,visibility .3s ease-in;
                -o-transition: opacity .4s ease-in,visibility .3s ease-in;
                transition: opacity .4s ease-in,visibility .3s ease-in;
            }

            .project-timeline-item .time-item-link .time-item-btn:hover {
                color: transparent;
            }

                .project-timeline-item .time-item-link .time-item-btn:hover .arrow-right {
                    opacity: 1;
                    visibility: visible;
                }

.timeline-img-item {
    width: 100%;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .timeline-img-item:not(.active) .timeline-img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .timeline-img-item:hover .timeline-img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .timeline-img-item .timeline-img {
        position: relative;
        width: 33.333333%;
        height: 220px;
        -webkit-transition: -webkit-filter .3s ease-in;
        transition: -webkit-filter .3s ease-in;
        -o-transition: filter .3s ease-in;
        transition: filter .3s ease-in;
        transition: filter .3s ease-in,-webkit-filter .3s ease-in;
    }

        .timeline-img-item .timeline-img:not(:last-child) {
            margin-right: 5px;
        }

.timeline-img-item-sm {
    display: none;
}

@media only screen and (max-width:1199px) {
    .prague_timeline .project-timeline-content-wrapper {
        width: 45%;
    }

    .prague_timeline .project-timeline-img-wrapper {
        width: 55%;
    }

    .project-timeline-item .time-list-header-col.cat1 {
        width: 25%;
    }

    .project-timeline-item .time-list-header-col.time-item-info {
        width: 75%;
    }

    .timeline-img-item .timeline-img {
        height: 175px;
    }
}

@media only screen and (max-width:991px) {
    .prague_timeline .project-timeline-content-wrapper {
        padding-right: 0;
        width: 100%;
    }

    .prague_timeline .project-timeline-img-wrapper {
        display: none;
    }

    .project-timeline-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 15px 0;
    }

        .project-timeline-item:before {
            display: none;
        }

        .project-timeline-item .time-list-header-col {
            padding-left: 0;
        }

            .project-timeline-item .time-list-header-col.cat1 {
                width: 100%;
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .project-timeline-item .time-list-header-col.time-item-info {
                width: 100%;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
                margin-bottom: 10px;
            }

        .project-timeline-item .time-item-link {
            display: none;
        }

    .timeline-img-item-sm {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0;
        margin-bottom: 25px;
        cursor: pointer;
    }

        .timeline-img-item-sm:not(.active) .timeline-img-sm {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }

        .timeline-img-item-sm:hover .timeline-img-sm {
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
        }

        .timeline-img-item-sm .timeline-img-sm {
            width: 33.333333%;
            height: 250px;
            -webkit-transition: -webkit-filter .3s ease-in;
            transition: -webkit-filter .3s ease-in;
            -o-transition: filter .3s ease-in;
            transition: filter .3s ease-in;
            transition: filter .3s ease-in,-webkit-filter .3s ease-in;
        }

            .timeline-img-item-sm .timeline-img-sm:not(:last-child) {
                margin-right: 5px;
            }
}

@media only screen and (max-width:767px) {
    .timeline-img-item-sm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .timeline-img-item-sm .timeline-img-sm {
            width: 100%;
            height: 250px;
        }

            .timeline-img-item-sm .timeline-img-sm:not(:last-child) {
                margin-right: 0;
                margin-bottom: 3px;
            }
}

.prague_exhibition_timeline {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin: 39px 0;
    width: 100%;
}

.project-timeline-exh-nav {
    position: absolute;
    top: 0;
    width: 110px;
}

    .project-timeline-exh-nav .timeline-exh-nav-list {
        margin-bottom: 0;
        padding: 26px 10px 0;
    }

    .project-timeline-exh-nav .timeline-exh-nav-item {
        list-style: none;
    }

        .project-timeline-exh-nav .timeline-exh-nav-item .timeline-exh-nav-link {
            min-height: 69px;
            background: url(../img/lines-simple.png) 100% 6px no-repeat;
            font-size: 14px;
            line-height: 18px;
            font-weight: 300;
            letter-spacing: 4.5px;
            display: block;
            margin: 0;
            padding: 0 30px 0 0;
            color: #ccc;
            -webkit-transition: color .3s ease-in,background-image .3s ease-in;
            -o-transition: color .3s ease-in,background-image .3s ease-in;
            transition: color .3s ease-in,background-image .3s ease-in;
        }

            .project-timeline-exh-nav .timeline-exh-nav-item .timeline-exh-nav-link:hover {
                color: #7e7d7d;
                background-image: url(../img/lines-hover.png);
            }

        .project-timeline-exh-nav .timeline-exh-nav-item.active .timeline-exh-nav-link {
            color: #111;
            background-image: url(../img/lines-active.png);
        }

.project-timeline-exh-content {
    width: calc(100% - 110px);
    margin-left: auto;
    max-width: 970px;
}

    .project-timeline-exh-content .timeline-exh-section {
        margin-bottom: 0;
    }

        .project-timeline-exh-content .timeline-exh-section.active .project-timeline-exh-item:before {
            display: block;
        }

        .project-timeline-exh-content .timeline-exh-section.active .timeline-exh-item-date {
            color: #111;
        }

            .project-timeline-exh-content .timeline-exh-section.active .timeline-exh-item-date + .timeline-exh-item-separator {
                background-color: #111;
            }

        .project-timeline-exh-content .timeline-exh-section.active .timeline-exh-item-separator {
            background-color: #111;
        }

        .project-timeline-exh-content .timeline-exh-section.active .timeline-exh-item-info .timeline-exh-item-title {
            color: #111;
        }

        .project-timeline-exh-content .timeline-exh-section.active .timeline-exh-item-info .timeline-exh-item-subtitle {
            color: #7e7d7d;
        }

    .project-timeline-exh-content .timeline-exh-section-list {
        list-style: none;
        margin-bottom: 0;
    }

    .project-timeline-exh-content .project-timeline-exh-item {
        padding: 23px 0 26px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
    }

        .project-timeline-exh-content .project-timeline-exh-item:before {
            content: '';
            display: none;
            position: absolute;
            height: calc(100% - 65px);
            top: 45px;
            left: 20px;
            width: calc(100% - 20px);
            background-color: #f2f2f2;
            z-index: -1;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
            -webkit-transition: opacity .3s ease-in,visibility .3s ease-in,background-color .3s ease-in,-webkit-transform .3s ease-in;
            transition: opacity .3s ease-in,visibility .3s ease-in,background-color .3s ease-in,-webkit-transform .3s ease-in;
            -o-transition: opacity .3s ease-in,visibility .3s ease-in,transform .3s ease-in,background-color .3s ease-in;
            transition: opacity .3s ease-in,visibility .3s ease-in,transform .3s ease-in,background-color .3s ease-in;
            transition: opacity .3s ease-in,visibility .3s ease-in,transform .3s ease-in,background-color .3s ease-in,-webkit-transform .3s ease-in;
        }

        .project-timeline-exh-content .project-timeline-exh-item:hover:before {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

    .project-timeline-exh-content .timeline-exh-item-date {
        width: 7.5%;
        min-width: 70px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
        letter-spacing: 3.5px;
        color: #ccc;
        padding-top: 10px;
        -webkit-transition: color .3s ease-in;
        -o-transition: color .3s ease-in;
        transition: color .3s ease-in;
    }

        .project-timeline-exh-content .timeline-exh-item-date + .timeline-exh-item-info {
            padding-left: 30px;
        }

        .project-timeline-exh-content .timeline-exh-item-date + .timeline-exh-item-separator {
            width: 1px;
            height: 50%;
            position: absolute;
            background-color: #ccc;
            top: 25%;
            left: 7.5%;
            -webkit-transition: background-color .3s ease-in;
            -o-transition: background-color .3s ease-in;
            transition: background-color .3s ease-in;
        }

    .project-timeline-exh-content .timeline-exh-item-separator {
        width: 1px;
        display: inline-block;
        background-color: #ccc;
        -webkit-transition: background-color .3s ease-in;
        -o-transition: background-color .3s ease-in;
        transition: background-color .3s ease-in;
    }

        .project-timeline-exh-content .timeline-exh-item-separator + .timeline-exh-item-info {
            padding-left: 30px;
        }

    .project-timeline-exh-content .timeline-exh-item-info {
        width: 90%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .project-timeline-exh-content .timeline-exh-item-info .timeline-exh-item-separator-title-link:hover {
            text-decoration: none;
        }

        .project-timeline-exh-content .timeline-exh-item-info .timeline-exh-item-title {
            font-weight: 500;
            color: #ccc;
            margin-top: 0;
            margin-bottom: 0;
            text-transform: none;
            -webkit-transition: color .3s ease-in,opacity .3s ease-in;
            -o-transition: color .3s ease-in,opacity .3s ease-in;
            transition: color .3s ease-in,opacity .3s ease-in;
        }

            .project-timeline-exh-content .timeline-exh-item-info .timeline-exh-item-title a {
                font-size: inherit;
                line-height: inherit;
                font-weight: inherit;
            }

                .project-timeline-exh-content .timeline-exh-item-info .timeline-exh-item-title a:hover {
                    color: inherit;
                }

            .project-timeline-exh-content .timeline-exh-item-info .timeline-exh-item-title:hover {
                opacity: .7;
            }

        .project-timeline-exh-content .timeline-exh-item-info .timeline-exh-item-subtitle {
            font-size: 16px;
            line-height: 32px;
            font-weight: 400;
            margin-top: 17px;
            color: #ccc;
            -webkit-transition: color .3s ease-in;
            -o-transition: color .3s ease-in;
            transition: color .3s ease-in;
        }

@media only screen and (max-width:1199px) {
    .project-timeline-exh-content {
        max-width: 750px;
    }

        .project-timeline-exh-content .timeline-exh-item-date {
            width: 10%;
        }

            .project-timeline-exh-content .timeline-exh-item-date + .timeline-exh-item-separator {
                left: 10%;
            }
}

@media only screen and (max-width:991px) {
    .project-timeline-exh-content {
        max-width: 600px;
    }
}

@media only screen and (max-width:767px) {
    .project-timeline-exh-nav {
        width: 90px;
        position: absolute!important;
        top: 0!important;
    }

        .project-timeline-exh-nav .timeline-exh-nav-list {
            padding: 26px 10px 0 0;
        }

        .project-timeline-exh-nav .timeline-exh-nav-item .timeline-exh-nav-link {
            letter-spacing: 0;
        }

    .project-timeline-exh-content {
        width: calc(100% - 100px);
        max-width: none;
    }

        .project-timeline-exh-content .project-timeline-exh-item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .project-timeline-exh-content .timeline-exh-item-date {
            width: 100%;
            padding-top: 0;
            margin-bottom: 10px;
        }

            .project-timeline-exh-content .timeline-exh-item-date + .timeline-exh-item-info {
                padding-left: 0;
            }

            .project-timeline-exh-content .timeline-exh-item-date + .timeline-exh-item-separator {
                position: static;
                width: 100%;
                height: 1px;
            }

        .project-timeline-exh-content .timeline-exh-item-separator {
            width: 100%;
            height: 1px;
            margin-bottom: 10px;
        }

            .project-timeline-exh-content .timeline-exh-item-separator + .timeline-exh-item-info {
                padding-left: 0;
            }

        .project-timeline-exh-content .timeline-exh-item-info {
            width: 100%;
        }
}

.disable-prague-plugin .prague-blog-grif-outer {
    display: block;
}

    .disable-prague-plugin .prague-blog-grif-outer .blog-post {
        width: 100%;
    }

.disable-prague-plugin .prague-blog-grid-wrapper {
    max-width: none;
}

    .disable-prague-plugin .prague-blog-grid-wrapper .blog-grid-post-date:after {
        display: none;
    }

.prague-blog-grif-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .prague-blog-grif-outer:before, .prague-blog-grif-outer:after {
        position: absolute;
    }

.prague-blog-grid-wrapper {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

    .prague-blog-grid-wrapper .blog-grid-img {
        width: 100%;
        height: 210px;
    }

    .prague-blog-grid-wrapper .blog-grid-content {
        position: relative;
        padding: 19px 30px;
    }

    .prague-blog-grid-wrapper .blog-grid-post-date {
        position: relative;
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        margin-bottom: 20px;
        color: #111;
    }

        .prague-blog-grid-wrapper .blog-grid-post-date:after {
            content: '';
            position: absolute;
            left: 15px;
            bottom: 30px;
            width: 1px;
            height: 60px;
            background-color: #111;
        }

    .prague-blog-grid-wrapper .blog-grid-post-title {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 32px;
        color: #111;
        -webkit-transition: opacity .3s ease-in;
        -o-transition: opacity .3s ease-in;
        transition: opacity .3s ease-in;
    }

        .prague-blog-grid-wrapper .blog-grid-post-title a {
            font-size: inherit;
            line-height: inherit;
            font-weight: inherit;
            color: inherit;
        }

            .prague-blog-grid-wrapper .blog-grid-post-title a:hover {
                color: inherit;
            }

        .prague-blog-grid-wrapper .blog-grid-post-title:hover {
            opacity: .7;
        }

    .prague-blog-grid-wrapper .blog-grid-post-excerpt {
        margin-top: 23px;
        color: #7e7d7d;
    }

        .prague-blog-grid-wrapper .blog-grid-post-excerpt p {
            margin-bottom: 0;
        }

        .prague-blog-grid-wrapper .blog-grid-post-excerpt a {
            font-size: 11px;
            line-height: 32px;
            letter-spacing: 2px;
            font-weight: 500;
            margin-left: 15px;
            color: #111;
            opacity: 1;
            -webkit-transition: opacity .3s ease-in;
            -o-transition: opacity .3s ease-in;
            transition: opacity .3s ease-in;
        }

            .prague-blog-grid-wrapper .blog-grid-post-excerpt a:hover {
                opacity: .7;
            }

    .prague-blog-grid-wrapper .blog-grid-link {
        margin-top: 19px;
    }

    .prague-blog-grid-wrapper .blog-grid-post-info .blog-grid-post-category, .prague-blog-grid-wrapper .blog-grid-post-info .blog-grid-post-tags {
        margin-top: 10px;
    }

        .prague-blog-grid-wrapper .blog-grid-post-info .blog-grid-post-category a, .prague-blog-grid-wrapper .blog-grid-post-info .blog-grid-post-tags a {
            font-size: 16px;
            line-height: 32px;
            font-weight: 400;
            padding: 3px 5px;
            margin: 0;
            color: #111;
            background-color: transparent;
            -webkit-transition: color .3s ease-in,background-color .3s ease-in;
            -o-transition: color .3s ease-in,background-color .3s ease-in;
            transition: color .3s ease-in,background-color .3s ease-in;
        }

            .prague-blog-grid-wrapper .blog-grid-post-info .blog-grid-post-category a:hover, .prague-blog-grid-wrapper .blog-grid-post-info .blog-grid-post-tags a:hover {
                background-color: #111;
                color: #fff;
            }

    .prague-blog-grid-wrapper .blog-grid-post-info .blog-grid-post-tags {
        margin-top: 0;
    }

@media only screen and (max-width:991px) {
    .prague-blog-grid-wrapper {
        margin-bottom: 30px;
    }
}

.prague_blog .blog-post {
    position: relative;
    overflow: hidden;
}

    .prague_blog .blog-post:nth-child(odd) .blog-list-img {
        right: 0;
        border-radius: 3% 0% 0% 58%/82% 0% 0% 390%;
    }

    .prague_blog .blog-post:nth-child(even) .blog-list-img {
        left: 0;
        border-radius: 0% 3% 58% 0%/0% 82% 390% 0%;
    }

    .prague_blog .blog-post:nth-child(even) .blog-list-content {
        margin-left: auto;
    }

.prague_blog + .row .load-btn {
    margin-top: 60px;
}

.prague-blog-list-wrapper {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 130px 0;
}

    .prague-blog-list-wrapper .blog-list-img {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 55%;
        height: 111%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .prague-blog-list-wrapper .blog-list-content {
        width: 32%;
        max-width: 370px;
    }

    .prague-blog-list-wrapper .blog-list-post-date {
        position: relative;
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        margin-bottom: 21px;
        color: #111;
    }

        .prague-blog-list-wrapper .blog-list-post-date:after {
            content: '';
            display: inline-block;
            position: absolute;
            top: 50%;
            height: 1px;
            width: 60px;
            margin-left: 15px;
            background-color: #111;
        }

    .prague-blog-list-wrapper .blog-list-post-title {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 32px;
        color: #111;
        -webkit-transition: opacity .3s ease-in;
        -o-transition: opacity .3s ease-in;
        transition: opacity .3s ease-in;
    }

        .prague-blog-list-wrapper .blog-list-post-title a {
            font-size: inherit;
            line-height: inherit;
            font-weight: inherit;
        }

            .prague-blog-list-wrapper .blog-list-post-title a:hover {
                color: inherit;
            }

        .prague-blog-list-wrapper .blog-list-post-title:hover {
            opacity: .7;
        }

    .prague-blog-list-wrapper .blog-list-post-excerpt {
        margin-top: 22px;
        color: #7e7d7d;
    }

        .prague-blog-list-wrapper .blog-list-post-excerpt p {
            margin-bottom: 0;
        }

    .prague-blog-list-wrapper .blog-list-link {
        margin-top: 19px;
    }

@media only screen and (max-width:1199px) {
    .prague-blog-list-wrapper {
        max-width: 970px;
    }

        .prague-blog-list-wrapper .blog-list-content {
            max-width: 306px;
        }
}

@media only screen and (max-width:991px) {
    .prague-blog-list-wrapper {
        max-width: 750px;
        padding: 50px 0;
    }

        .prague-blog-list-wrapper .blog-list-img {
            width: 55%;
        }

        .prague-blog-list-wrapper .blog-list-content {
            width: 42%;
            max-width: 306px;
        }
}

@media only screen and (max-width:767px) {
    .prague_blog .blog-post:nth-child(odd) .blog-list-img, .prague_blog .blog-post:nth-child(even) .blog-list-img {
        border-radius: 0;
    }

    .prague-blog-list-wrapper {
        max-width: none;
        position: relative;
        padding: 300px 0 40px;
    }

        .prague-blog-list-wrapper .blog-list-img {
            position: absolute;
            top: 0;
            bottom: auto;
            height: 300px;
            width: 100%;
            border-radius: none;
        }

        .prague-blog-list-wrapper .blog-list-content {
            width: 100%;
            max-width: 370px;
            margin-left: auto;
            margin-right: auto;
            padding-top: 20px;
        }
}

@media only screen and (max-width:400px) {
    .prague-blog-list-wrapper .blog-list-content {
        max-width: 290px;
    }
}

.disable-prague-plugin .post-detailed .prague-post-date {
    position: static;
    margin-top: 15px;
    margin-bottom: 5px;
}

    .disable-prague-plugin .post-detailed .prague-post-date:after {
        display: none;
    }

.disable-prague-plugin .post-comments {
    padding-top: 0;
}

    .disable-prague-plugin .post-comments .heading {
        padding-top: 35px;
    }

    .disable-prague-plugin .post-comments .prague-comments-list .comm-block .comm-txt .date-post {
        position: static;
    }

        .disable-prague-plugin .post-comments .prague-comments-list .comm-block .comm-txt .date-post:after {
            display: none;
        }

.post-detailed {
    position: relative;
    width: 100%;
}

    .post-detailed .prague-post-title {
        letter-spacing: .9px;
        color: #111;
        margin-top: 0;
        margin-bottom: 0;
    }

    .post-detailed .prague-post-date {
        position: absolute;
        top: 20px;
        right: 0;
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        color: #111;
    }

        .post-detailed .prague-post-date:after {
            content: '';
            position: absolute;
            right: 14px;
            top: 32px;
            width: 1px;
            height: 60px;
            background-color: #111;
        }

    .post-detailed .prague-post-thumbnail {
        margin-top: 42px;
    }

        .post-detailed .prague-post-thumbnail img {
            max-width: 100%;
        }

    .post-detailed .prague-post-content-outer {
        max-width: 970px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 55px;
    }

    .post-detailed .prague-post-content {
        color: #7e7d7d;
    }

        .post-detailed .prague-post-content .gallery {
            margin-bottom: 45px;
        }

            .post-detailed .prague-post-content .gallery .gallery-item {
                padding: 27px 5px 15px;
            }

        .post-detailed .prague-post-content h1, .post-detailed .prague-post-content h2, .post-detailed .prague-post-content h3, .post-detailed .prague-post-content h4, .post-detailed .prague-post-content h5, .post-detailed .prague-post-content h6 {
            margin-top: 42px;
            margin-bottom: 42px;
            color: #111;
        }

        .post-detailed .prague-post-content p {
            margin-bottom: 32px;
            color: #7e7d7d;
        }

            .post-detailed .prague-post-content p:empty {
                display: none;
            }

        .post-detailed .prague-post-content img {
            max-width: 100%;
        }

        .post-detailed .prague-post-content ul, .post-detailed .prague-post-content ol {
            margin-bottom: 32px;
            margin-left: 20px;
        }

            .post-detailed .prague-post-content ul ul, .post-detailed .prague-post-content ul ol, .post-detailed .prague-post-content ol ul, .post-detailed .prague-post-content ol ol {
                margin-top: 0;
                margin-bottom: 0;
            }

        .post-detailed .prague-post-content table, .post-detailed .prague-post-content address, .post-detailed .prague-post-content dl {
            margin-bottom: 32px;
        }

        .post-detailed .prague-post-content blockquote {
            text-align: center;
            font-style: normal;
            border-left: none;
            margin-bottom: 55px;
            padding: 0 20px;
            color: #111;
        }

            .post-detailed .prague-post-content blockquote p {
                position: relative;
                font-size: 33px;
                line-height: 40px;
                font-weight: 700;
                color: #111;
                padding: 78px 0 42px;
                margin-bottom: 0;
                z-index: 30;
            }

                .post-detailed .prague-post-content blockquote p:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    width: 200px;
                    height: 200px;
                    border: 14px solid #f2f2f2;
                    z-index: -1;
                }

                .post-detailed .prague-post-content blockquote p:after {
                    content: "\f10e";
                    font-family: fontawesome;
                    font-size: 22px;
                    position: absolute;
                    top: 30px;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    color: #111;
                }

        .post-detailed .prague-post-content a {
            color: #111;
            opacity: 1;
            text-decoration: underline;
            -webkit-transition: opacity .3s ease-in;
            -o-transition: opacity .3s ease-in;
            transition: opacity .3s ease-in;
        }

            .post-detailed .prague-post-content a:hover {
                opacity: .5;
                text-decoration: underline;
            }

        .post-detailed .prague-post-content:after {
            content: '';
            display: block;
            clear: both;
            height: 0;
            visibility: hidden;
        }

    .post-detailed .prague-post-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #f2f2f2;
        margin-top: 60px;
        padding: 37px 50px 30px;
    }

        .post-detailed .prague-post-info .prague-authot-info, .post-detailed .prague-post-info .prague-share-icons {
            padding: 10px 0;
        }

            .post-detailed .prague-post-info .prague-authot-info .prague-authot-label {
                position: relative;
                font-size: 11px;
                line-height: 18px;
                font-weight: 500;
                letter-spacing: 2.2px;
                margin-bottom: 15px;
                color: #111;
            }

                .post-detailed .prague-post-info .prague-authot-info .prague-authot-label:before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: calc(100% + 15px);
                    height: 1px;
                    width: 50px;
                    background-color: #111;
                }

            .post-detailed .prague-post-info .prague-authot-info .prague-authot-name {
                font-size: 16px;
                line-height: 32px;
                font-weight: 400;
                color: #7e7d7d;
            }

        .post-detailed .prague-post-info .prague-share-icons {
            -ms-flex-item-align: end;
            align-self: flex-end;
            text-align: right;
        }

            .post-detailed .prague-post-info .prague-share-icons .prague-share-label {
                position: relative;
                font-size: 11px;
                line-height: 18px;
                font-weight: 500;
                letter-spacing: 2.2px;
                margin-bottom: 15px;
                color: #111;
            }

            .post-detailed .prague-post-info .prague-share-icons .icon {
                padding: 0;
                border-radius: 0;
                width: 24px;
                font-size: 12px;
                line-height: 24px;
                font-weight: 400;
                color: #7e7d7d;
                background-color: transparent;
                -webkit-transition: color .3s ease-in,background-color .3s ease-in;
                -o-transition: color .3s ease-in,background-color .3s ease-in;
                transition: color .3s ease-in,background-color .3s ease-in;
            }

                .post-detailed .prague-post-info .prague-share-icons .icon:hover {
                    color: #fff;
                    background-color: #111;
                }

@media only screen and (max-width:1199px) {
    .post-detailed .prague-post-content-outer {
        max-width: 750px;
    }
}

@media only screen and (max-width:991px) {
    .post-detailed .prague-post-thumbnail {
        margin-top: 20px;
    }

    .post-detailed .prague-post-content-outer {
        max-width: 625px;
        margin-top: 30px;
    }

    .post-detailed .prague-post-content h1, .post-detailed .prague-post-content h2, .post-detailed .prague-post-content h3, .post-detailed .prague-post-content h4, .post-detailed .prague-post-content h5, .post-detailed .prague-post-content h6 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .post-detailed .prague-post-content p {
        margin-bottom: 10px;
    }

    .post-detailed .prague-post-content .gallery {
        margin-bottom: 20px;
    }

    .post-detailed .prague-post-content blockquote {
        margin-bottom: 20px;
    }

        .post-detailed .prague-post-content blockquote p {
            font-size: 22px;
            line-height: 28px;
            padding: 70px 0 40px;
        }

            .post-detailed .prague-post-content blockquote p:before {
                width: 150px;
                height: 150px;
            }

    .post-detailed .prague-post-info {
        margin-top: 30px;
        padding: 30px;
    }
}

@media only screen and (max-width:767px) {
    .post-detailed .prague-post-content-outer {
        max-width: none;
    }
}

.post-comments {
    position: relative;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 80px;
}

    .post-comments .heading {
        padding: 65px 0 54px;
    }

    .post-comments .prague-comments-list {
        margin: 0;
    }

        .post-comments .prague-comments-list ul {
            max-width: 91%;
        }

            .post-comments .prague-comments-list ul ul {
                max-width: none;
            }

        .post-comments .prague-comments-list .comment {
            list-style: none;
            margin-bottom: 54px;
        }

            .post-comments .prague-comments-list .comment .children {
                max-width: none;
                margin-left: 20px;
                margin-top: 34px;
            }

                .post-comments .prague-comments-list .comment .children .children {
                    margin-left: 20px;
                }

        .post-comments .prague-comments-list .comm-block {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

            .post-comments .prague-comments-list .comm-block .comm-img {
                width: 100px;
                margin-top: 10px;
            }

            .post-comments .prague-comments-list .comm-block .comm-txt {
                position: relative;
                width: calc(100% - 100px);
                padding-left: 30px;
            }

                .post-comments .prague-comments-list .comm-block .comm-txt h4 {
                    font-weight: 500;
                    color: #111;
                    margin-top: 0;
                    margin-bottom: 7px;
                    text-transform: none;
                }

                .post-comments .prague-comments-list .comm-block .comm-txt .date-post {
                    position: absolute;
                    top: 3px;
                    right: 0;
                    padding-right: 45px;
                    font-size: 12px;
                    line-height: 26px;
                    font-weight: 300;
                    color: #111;
                }

                    .post-comments .prague-comments-list .comm-block .comm-txt .date-post:after {
                        content: '';
                        position: absolute;
                        top: 50%;
                        right: 0;
                        width: 30px;
                        height: 1px;
                        background-color: #111;
                    }

                    .post-comments .prague-comments-list .comm-block .comm-txt .date-post h6 {
                        font-size: inherit;
                        line-height: inherit;
                        font-weight: inherit;
                        font-style: normal;
                        margin-top: 5px;
                        margin-bottom: 5px;
                    }

                .post-comments .prague-comments-list .comm-block .comm-txt p {
                    color: #7e7d7d;
                    margin-bottom: 13px;
                }

                .post-comments .prague-comments-list .comm-block .comm-txt ul, .post-comments .prague-comments-list .comm-block .comm-txt ol {
                    margin: 10px 0 32px 20px;
                }

                    .post-comments .prague-comments-list .comm-block .comm-txt ul ul, .post-comments .prague-comments-list .comm-block .comm-txt ul ol, .post-comments .prague-comments-list .comm-block .comm-txt ol ul, .post-comments .prague-comments-list .comm-block .comm-txt ol ol {
                        margin: 0 0 0 20px;
                    }

                .post-comments .prague-comments-list .comm-block .comm-txt .comment-reply-link {
                    font-size: 11px;
                    line-height: 18px;
                    font-weight: 500;
                    letter-spacing: 1.8px;
                    text-transform: uppercase;
                    color: #111;
                    opacity: 1;
                    -webkit-transition: opacity .3s ease-in;
                    -o-transition: opacity .3s ease-in;
                    transition: opacity .3s ease-in;
                }

                    .post-comments .prague-comments-list .comm-block .comm-txt .comment-reply-link:hover {
                        opacity: .7;
                    }

    .post-comments .prague-comments-form-title {
        font-weight: 300;
        letter-spacing: 4.2px;
        font-style: normal;
        color: #111;
        margin-top: 6px;
        margin-bottom: 25px;
    }

    .post-comments .comment-respond .comment-reply-title {
        margin-top: 0;
        margin-bottom: 0;
    }

        .post-comments .comment-respond .comment-reply-title a {
            font-family: roboto,sans-serif;
            font-size: 11px;
            line-height: 28px;
            letter-spacing: 1.5px;
            font-weight: 700;
            color: #111;
            padding: 7px 10px;
            margin: 0;
        }

    .post-comments .comment-form {
        position: relative;
    }

        .post-comments .comment-form:after {
            content: '';
            display: table;
            clear: both;
        }

        .post-comments .comment-form input[type=text], .post-comments .comment-form input[type=email], .post-comments .comment-form textarea {
            font-family: roboto,sans-serif;
            font-size: 12px;
            line-height: 26px;
            font-weight: 300;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
            border: none;
            border-bottom-style: solid;
            border-bottom-width: 3px;
            border-bottom-color: transparent;
            padding: 16px 25px;
            height: 57px;
            margin-bottom: 20px;
            outline: none;
            background-color: #f2f2f2;
            color: rgba(17,17,17,.5);
            -webkit-transition: border-bottom-color .3s ease-in,color .3s ease-in;
            -o-transition: border-bottom-color .3s ease-in,color .3s ease-in;
            transition: border-bottom-color .3s ease-in,color .3s ease-in;
        }

        .post-comments .comment-form textarea {
            height: 180px;
            padding: 16px 25px;
        }

            .post-comments .comment-form input[type=text]:focus, .post-comments .comment-form input[type=email]:focus, .post-comments .comment-form textarea:focus {
                background-color: #f2f2f2;
                border: none;
                border-bottom-style: solid;
                border-bottom-width: 3px;
                border-bottom-color: #111;
                color: #111;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .post-comments .comment-form .submit-btn {
            font-family: roboto,sans-serif;
            font-size: 11px;
            line-height: 18px;
            letter-spacing: 1.5px;
            font-weight: 700;
            background-color: transparent;
            border: none;
            color: #111;
            float: right;
            border-radius: 0;
            padding: 7px 40px 7px 10px;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin: 0;
            position: relative;
            background-image: url(../img/arrow-btn.png);
            background-repeat: no-repeat;
            background-position: 100% 43%;
        }

            .post-comments .comment-form .submit-btn:focus, .post-comments .comment-form .submit-btn:active {
                outline-color: transparent;
            }

@media only screen and (max-width:991px) {
    .post-comments {
        margin-top: 30px;
        margin-bottom: 50px;
    }

        .post-comments .heading {
            padding: 30px 0;
        }

        .post-comments .prague-comments-list ul {
            max-width: none;
        }

        .post-comments .prague-comments-list .comment {
            margin-bottom: 30px;
        }

            .post-comments .prague-comments-list .comment .children {
                margin-left: 15px;
                margin-top: 20px;
            }

        .post-comments .prague-comments-list .comm-block .comm-txt {
            padding-left: 15px;
        }
}

@media only screen and (max-width:767px) {
    .post-comments .prague-comments-list .comm-block .comm-txt {
        padding-top: 36px;
    }
}

.post-navigation {
    margin-top: 60px;
}

    .post-navigation .pagination {
        margin: 0;
        border-radius: 0;
    }

        .post-navigation .pagination li a {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            padding: 0;
            margin: 0;
            background-color: transparent;
            border: none;
            font-size: 11px;
            line-height: 18px;
            font-weight: 500;
            color: #111;
            opacity: 1;
            -webkit-transition: opacity .3s ease-in;
            -o-transition: opacity .3s ease-in;
            transition: opacity .3s ease-in;
        }

            .post-navigation .pagination li a:hover {
                opacity: .2;
            }

.det-tags {
    margin-top: 60px;
}

    .det-tags h4 {
        position: relative;
        font-size: 11px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: 2.2px;
        margin-top: 0;
        margin-bottom: 0;
        color: #111;
    }

    .det-tags .tags-button {
        margin-top: 15px;
    }

        .det-tags .tags-button a {
            font-size: 16px;
            line-height: 32px;
            font-weight: 400;
            padding: 3px 5px;
            margin: 0 5px 0 0;
            color: #7e7d7d;
            background-color: transparent;
            -webkit-transition: color .3s ease-in,background-color .3s ease-in;
            -o-transition: color .3s ease-in,background-color .3s ease-in;
            transition: color .3s ease-in,background-color .3s ease-in;
        }

            .det-tags .tags-button a:hover {
                background-color: #111;
                color: #fff;
            }

@media only screen and (max-width:991px) {
    .post-navigation {
        margin-top: 50px;
    }

    .det-tags {
        margin-top: 30px;
    }
}

.prague-sidebar .prague-widget .prague-title-w {
    font-size: 20px;
    line-height: 32px;
    color: #111;
    margin-top: 0;
    margin-bottom: 15px;
}

    .prague-sidebar .prague-widget .prague-title-w .rsswidget {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        color: inherit;
    }

.prague-sidebar .prague-widget:not(:last-child) {
    margin-bottom: 30px;
}

.prague-sidebar .widget_archive ul {
    list-style: none;
}

    .prague-sidebar .widget_archive ul li {
        position: relative;
        padding: 10px 15px;
        margin-bottom: 1px;
        background-color: #f2f2f2;
        color: #7e7d7d;
    }

        .prague-sidebar .widget_archive ul li a {
            color: inherit;
            opacity: 1;
            -webkit-transition: opacity .3s ease-in;
            -o-transition: opacity .3s ease-in;
            transition: opacity .3s ease-in;
        }

            .prague-sidebar .widget_archive ul li a:hover {
                opacity: .7;
            }

.prague-sidebar .widget_archive select, .prague-sidebar .widget_categories select {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    height: 40px;
    outline: none;
    padding: 0 15px;
    background-color: #f2f2f2;
    color: #7e7d7d;
    border: 1px solid #7e7d7d;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

    .prague-sidebar .widget_archive select option, .prague-sidebar .widget_categories select option {
        width: 100%;
        outline: none;
    }

.prague-sidebar .widget_calendar .calendar_wrap {
    background-color: #f2f2f2;
    color: #7e7d7d;
    padding: 10px 15px;
}

    .prague-sidebar .widget_calendar .calendar_wrap table {
        border-collapse: collapse;
        border: 1px solid #111;
    }

        .prague-sidebar .widget_calendar .calendar_wrap table caption {
            font-size: 16px;
            line-height: 32px;
            margin-bottom: 10px;
            padding: 0;
            text-align: center;
            color: #111;
        }

        .prague-sidebar .widget_calendar .calendar_wrap table th, .prague-sidebar .widget_calendar .calendar_wrap table td {
            text-align: center;
            padding: 2px;
            border: 1px solid #111;
        }

            .prague-sidebar .widget_calendar .calendar_wrap table th#today, .prague-sidebar .widget_calendar .calendar_wrap table td#today {
                background-color: #fff;
            }

            .prague-sidebar .widget_calendar .calendar_wrap table th a, .prague-sidebar .widget_calendar .calendar_wrap table td a {
                color: #111;
                opacity: 1;
                font-weight: 900;
                -webkit-transition: opacity .3s ease-in;
                -o-transition: opacity .3s ease-in;
                transition: opacity .3s ease-in;
            }

            .prague-sidebar .widget_calendar .calendar_wrap table th:hover a, .prague-sidebar .widget_calendar .calendar_wrap table td:hover a {
                opacity: .7;
            }

.prague-sidebar .widget_categories ul, .prague-sidebar .widget_pages ul, .prague-sidebar .widget_meta ul, .prague-sidebar .widget_recent_entries ul, .prague-sidebar .widget_nav_menu ul {
    list-style: none;
    margin-left: 0;
}

    .prague-sidebar .widget_categories ul li, .prague-sidebar .widget_pages ul li, .prague-sidebar .widget_meta ul li, .prague-sidebar .widget_recent_entries ul li, .prague-sidebar .widget_nav_menu ul li {
        position: relative;
        padding: 10px 15px;
        margin-bottom: 1px;
        background-color: #f2f2f2;
        color: #7e7d7d;
    }

        .prague-sidebar .widget_categories ul li a, .prague-sidebar .widget_pages ul li a, .prague-sidebar .widget_meta ul li a, .prague-sidebar .widget_recent_entries ul li a, .prague-sidebar .widget_nav_menu ul li a {

            color: inherit;
            opacity: 1;
            -webkit-transition: opacity .3s ease-in;
            -o-transition: opacity .3s ease-in;
            transition: opacity .3s ease-in;
        }

            .prague-sidebar .widget_categories ul li a:hover, .prague-sidebar .widget_pages ul li a:hover, .prague-sidebar .widget_meta ul li a:hover, .prague-sidebar .widget_recent_entries ul li a:hover, .prague-sidebar .widget_nav_menu ul li a:hover {
                opacity: .7;
            }

.prague-sidebar .widget_categories .children, .prague-sidebar .widget_pages .children, .prague-sidebar .widget_meta .children, .prague-sidebar .widget_recent_entries .children, .prague-sidebar .widget_nav_menu .children {
    margin: 0;
}

    .prague-sidebar .widget_categories .children li, .prague-sidebar .widget_pages .children li, .prague-sidebar .widget_meta .children li, .prague-sidebar .widget_recent_entries .children li, .prague-sidebar .widget_nav_menu .children li {
        padding: 0 15px;
    }

.prague-sidebar .widget_categories .sub-menu, .prague-sidebar .widget_pages .sub-menu, .prague-sidebar .widget_meta .sub-menu, .prague-sidebar .widget_recent_entries .sub-menu, .prague-sidebar .widget_nav_menu .sub-menu {
    margin: 0;
    margin-left: 15px;
}

    .prague-sidebar .widget_categories .sub-menu li, .prague-sidebar .widget_pages .sub-menu li, .prague-sidebar .widget_meta .sub-menu li, .prague-sidebar .widget_recent_entries .sub-menu li, .prague-sidebar .widget_nav_menu .sub-menu li {
        padding: 0;
    }

.prague-sidebar .widget_recent_comments ul {
    list-style: none;
}

    .prague-sidebar .widget_recent_comments ul li {
        position: relative;
        padding: 10px 15px;
        margin-bottom: 1px;
        background-color: #f2f2f2;
        color: #7e7d7d;
    }

        .prague-sidebar .widget_recent_comments ul li a {
            color: #111;
            opacity: 1;
            -webkit-transition: opacity .3s ease-in;
            -o-transition: opacity .3s ease-in;
            transition: opacity .3s ease-in;
        }

            .prague-sidebar .widget_recent_comments ul li a:hover {
                opacity: .7;
            }

        .prague-sidebar .widget_recent_comments ul li span {
            padding-left: 5px;
        }

.prague-sidebar .widget_rss ul {
    list-style: none;
}

    .prague-sidebar .widget_rss ul li {
        position: relative;
        padding: 10px 15px;
        margin-bottom: 1px;
        background-color: #f2f2f2;
        color: #7e7d7d;
    }

        .prague-sidebar .widget_rss ul li a {
            color: inherit;
            opacity: 1;
            -webkit-transition: opacity .3s ease-in;
            -o-transition: opacity .3s ease-in;
            transition: opacity .3s ease-in;
        }

            .prague-sidebar .widget_rss ul li a:hover {
                opacity: .7;
            }

        .prague-sidebar .widget_rss ul li .rsswidget {
            color: #111;
            font-weight: 700;
        }

        .prague-sidebar .widget_rss ul li .rss-date {
            display: block;
            margin-bottom: 10px;
            color: #111;
        }

        .prague-sidebar .widget_rss ul li cite {
            display: inline-block;
            margin-top: 10px;
            color: #111;
        }

.prague-sidebar .widget_search form {
    position: relative;
    font-size: 12px;
    line-height: 26px;
    font-weight: 300;
}

    .prague-sidebar .widget_search form label {
        width: 100%;
    }

    .prague-sidebar .widget_search form div {
        display: inline-block;
        position: relative;
    }

    .prague-sidebar .widget_search form input[type=text], .prague-sidebar .widget_search form input[type=search] {
        font-family: roboto,sans-serif;
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0;
        border-radius: 0;
        border: none;
        border-bottom-style: solid;
        border-bottom-width: 3px;
        border-bottom-color: transparent;
        padding: 16px 25px;
        height: 57px;
        background-color: #f2f2f2;
        color: rgba(17,17,17,.5);
        -webkit-transition: border-bottom-color .3s ease-in,color .3s ease-in;
        -o-transition: border-bottom-color .3s ease-in,color .3s ease-in;
        transition: border-bottom-color .3s ease-in,color .3s ease-in;
    }

        .prague-sidebar .widget_search form input[type=text]:focus, .prague-sidebar .widget_search form input[type=search]:focus {
            background-color: #f2f2f2;
            border: none;
            border-bottom-style: solid;
            border-bottom-width: 3px;
            border-bottom-color: #111;
            color: #111;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .prague-sidebar .widget_search form input[type=submit] {
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        height: 57px;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 10px;
        border-radius: 0;
    }

.prague-sidebar .widget_text .textwidget {
    background-color: #f2f2f2;
    color: #7e7d7d;
    padding: 10px 15px;
}

.prague-sidebar .widget_text img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.prague-sidebar .widget_text strong {
    font-weight: 700;
}

.prague-sidebar .widget_text select {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    height: 40px;
    outline: none;
    padding: 0 15px;
    background-color: #f2f2f2;
    color: #7e7d7d;
    border: 1px solid #7e7d7d;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

    .prague-sidebar .widget_text select option {
        width: 100%;
        outline: none;
    }

.prague-sidebar .widget_tag_cloud a {
    border-radius: 0;
    border: 1px solid #111;
    color: #111;
    -webkit-transition: background-color .3s ease-in,color .3s ease-in;
    -o-transition: background-color .3s ease-in,color .3s ease-in;
    transition: background-color .3s ease-in,color .3s ease-in;
}

    .prague-sidebar .widget_tag_cloud a:hover {
        background-color: #111;
        color: #fff;
    }

.prague-pager {
    position: relative;
    text-align: center;
    padding: 50px 15px;
}

    .prague-pager .page-numbers {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        line-height: 32px;
        text-transform: uppercase;
        color: #111;
        opacity: 1;
        margin: 0 5px;
        -webkit-transition: opacity .3s ease-in;
        -o-transition: opacity .3s ease-in;
        transition: opacity .3s ease-in;
    }

        .prague-pager .page-numbers.current, .prague-pager .page-numbers:hover {
            opacity: .2;
        }

        .prague-pager .page-numbers.next, .prague-pager .page-numbers.prev {
            font-size: 11px;
        }

.disable-prague-plugin .prague-pager {
    padding-top: 0;
}

@media only screen and (max-width:991px) {
    .prague-pager {
        padding: 20px 15px;
    }
}

.prague-error-wrapper {
    text-align: center;
    padding: 100px 0;
}

    .prague-error-wrapper .prague-error-img {
        min-height: 365px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 68px;
    }

    .prague-error-wrapper .prague-error-content {
        position: relative;
    }

        .prague-error-wrapper .prague-error-content .prague-svg-animation-text {
            position: absolute;
            top: -96px;
            left: 0;
            right: 0;
            bottom: -27px;
            z-index: -1;
        }

            .prague-error-wrapper .prague-error-content .prague-svg-animation-text .prague-svg {
                stroke: #f2f2f2;
                stroke-width: 2px;
                fill: transparent;
            }

        .prague-error-wrapper .prague-error-content .error-subtitle {
            font-family: roboto,sans-serif;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 3px;
            font-weight: 300;
            color: #111;
        }

        .prague-error-wrapper .prague-error-content .error-title {
            margin-top: 19px;
            margin-bottom: 0;
            letter-spacing: 1px;
            color: #111;
        }

    .prague-error-wrapper .error-btn {
        margin-top: 61px;
    }

@media only screen and (max-width:991px) {
    .prague-error-wrapper {
        padding: 90px 0;
    }

        .prague-error-wrapper .prague-error-img {
            margin-bottom: 30px;
        }

        .prague-error-wrapper .prague-error-content .prague-svg-animation-text {
            top: -55px;
            bottom: -10px;
        }

        .prague-error-wrapper .error-btn {
            margin-top: 30px;
        }
}

@media only screen and (max-width:767px) {
    .prague-error-wrapper .prague-error-img {
        min-height: 200px;
    }

    .prague-error-wrapper .prague-error-content .prague-svg-animation-text {
        top: -30px;
        bottom: 5px;
        left: 15px;
        right: 15px;
    }
}

.prague-protected-wrapper {
    text-align: center;
    padding: 100px 0;
}

    .prague-protected-wrapper .prague-protected-content .protected-subtitle {
        font-family: roboto,sans-serif;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 3px;
        font-weight: 300;
        color: #111;
    }

    .prague-protected-wrapper .prague-protected-content .protected-title {
        margin-top: 21px;
        margin-bottom: 0;
        letter-spacing: 1px;
        color: #111;
    }

    .prague-protected-wrapper .prague-protected-form {
        margin-top: 45px;
    }

        .prague-protected-wrapper .prague-protected-form input[type=password] {
            font-family: roboto,sans-serif;
            font-size: 12px;
            line-height: 26px;
            font-weight: 300;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
            border: none;
            border-bottom-style: solid;
            border-bottom-width: 3px;
            border-bottom-color: transparent;
            padding: 16px 25px;
            height: 57px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            max-width: 370px;
            margin-bottom: 0;
            text-align: center;
            outline: none;
            background-color: #f2f2f2;
            color: rgba(17,17,17,.5);
            -webkit-transition: border-bottom-color .3s ease-in,color .3s ease-in;
            -o-transition: border-bottom-color .3s ease-in,color .3s ease-in;
            transition: border-bottom-color .3s ease-in,color .3s ease-in;
        }

            .prague-protected-wrapper .prague-protected-form input[type=password]:focus {
                background-color: #f2f2f2;
                border: none;
                border-bottom-style: solid;
                border-bottom-width: 3px;
                border-bottom-color: #111;
                color: #111;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .prague-protected-wrapper .prague-protected-form .protected-btn {
            margin-top: 7px;
        }

@media only screen and (max-width:991px) {
    .prague-protected-wrapper {
        padding: 90px 0;
    }

        .prague-protected-wrapper .prague-protected-form {
            margin-top: 30px;
        }
}

.prague-coming-outer {
    position: relative;
}

    .prague-coming-outer:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: rgba(0,0,0,.5);
        z-index: 10;
    }

.prague-coming-wrapper {
    padding: 100px 0;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .prague-coming-wrapper .prague-coming-content {
        position: relative;
        z-index: 20;
        width: 100%;
    }

        .prague-coming-wrapper .prague-coming-content .coming-subtitle {
            font-family: roboto,sans-serif;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 3px;
            font-weight: 300;
            color: #fff;
        }

        .prague-coming-wrapper .prague-coming-content .coming-title {
            margin-top: 21px;
            margin-bottom: 0;
            letter-spacing: 1px;
            color: #fff;
        }

        .prague-coming-wrapper .prague-coming-content .coming-description {
            margin-top: 17px;
            color: rgba(255,255,255,.7);
        }

            .prague-coming-wrapper .prague-coming-content .coming-description p {
                margin-bottom: 0;
            }

        .prague-coming-wrapper .prague-coming-content .prague-coming-time-wrapper {
            margin: 59px 0 0;
            border-top: 1px solid rgba(255,255,255,.5);
            border-bottom: 1px solid rgba(255,255,255,.5);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .prague-coming-wrapper .prague-coming-content .prague-coming-time-wrapper .coming-time-item {
                list-style: none;
                padding: 44px 15px 36px;
                min-width: 175px;
                text-align: center;
            }

                .prague-coming-wrapper .prague-coming-content .prague-coming-time-wrapper .coming-time-item:not(:last-child) {
                    border-right: 1px solid rgba(255,255,255,.5);
                }

                .prague-coming-wrapper .prague-coming-content .prague-coming-time-wrapper .coming-time-item .count {
                    font-size: 70px;
                    font-weight: 700;
                    line-height: 44px;
                    color: #fff;
                }

                .prague-coming-wrapper .prague-coming-content .prague-coming-time-wrapper .coming-time-item .name {
                    font-size: 14px;
                    font-weight: 300;
                    line-height: 18px;
                    letter-spacing: 4px;
                    color: #fff;
                    margin-top: 20px;
                }

        .prague-coming-wrapper .prague-coming-content .mc4wp-form {
            margin-top: 68px;
        }

            .prague-coming-wrapper .prague-coming-content .mc4wp-form input[type=email] {
                font-family: roboto,sans-serif;
                font-size: 12px;
                line-height: 26px;
                font-weight: 300;
                -webkit-box-shadow: none;
                box-shadow: none;
                border-radius: 0;
                border: none;
                border-bottom-style: solid;
                border-bottom-width: 3px;
                border-bottom-color: transparent;
                padding: 16px 25px;
                height: 57px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                max-width: 370px;
                margin-bottom: 30px;
                text-align: center;
                outline: none;
                background-color: rgba(255,255,255,.2);
                color: #fff;
                -webkit-transition: border-bottom-color .3s ease-in,color .3s ease-in,background-color .3s ease-in;
                -o-transition: border-bottom-color .3s ease-in,color .3s ease-in,background-color .3s ease-in;
                transition: border-bottom-color .3s ease-in,color .3s ease-in,background-color .3s ease-in;
            }

                .prague-coming-wrapper .prague-coming-content .mc4wp-form input[type=email]:focus {
                    background-color: #fff;
                    border: none;
                    border-bottom-style: solid;
                    border-bottom-width: 3px;
                    border-bottom-color: #111;
                    color: #111;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

        .prague-coming-wrapper .prague-coming-content .prague-coming-share {
            margin-top: 58px;
        }

            .prague-coming-wrapper .prague-coming-content .prague-coming-share li {
                display: inline-block;
            }

                .prague-coming-wrapper .prague-coming-content .prague-coming-share li a {
                    padding: 0;
                    border-radius: 0;
                    display: inline-block;
                    margin: 0 5px;
                    width: 24px;
                    font-size: 12px;
                    line-height: 24px;
                    font-weight: 400;
                    color: #bfbfbf;
                    background-color: transparent;
                    -webkit-transition: color .3s ease-in,background-color .3s ease-in;
                    -o-transition: color .3s ease-in,background-color .3s ease-in;
                    transition: color .3s ease-in,background-color .3s ease-in;
                }

                    .prague-coming-wrapper .prague-coming-content .prague-coming-share li a:hover {
                        color: #111;
                        background-color: #fff;
                    }

@media only screen and (max-width:991px) {
    .prague-coming-wrapper {
        padding: 90px 0;
    }

        .prague-coming-wrapper .prague-coming-content .prague-coming-time-wrapper {
            margin-top: 30px;
        }

        .prague-coming-wrapper .prague-coming-content .mc4wp-form {
            margin-top: 30px;
        }

        .prague-coming-wrapper .prague-coming-content .prague-coming-share {
            margin-top: 30px;
        }
}

@media only screen and (max-width:767px) {
    .prague-coming-wrapper {
        padding: 90px 15px;
    }

        .prague-coming-wrapper .prague-coming-content .prague-coming-time-wrapper .coming-time-item {
            padding: 20px 10px;
            min-width: 73px;
        }

            .prague-coming-wrapper .prague-coming-content .prague-coming-time-wrapper .coming-time-item .count {
                font-size: 36px;
                line-height: 40px;
            }

            .prague-coming-wrapper .prague-coming-content .prague-coming-time-wrapper .coming-time-item .name {
                font-size: 12px;
                margin-top: 10px;
            }
}

.project-detail-parallax {
    height: 100%;
}

    .project-detail-parallax.touch .project-detail-parallax-item .detail-parallax-item-bg {
        display: block;
        height: 100%;
        left: 0;
        opacity: 1;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .project-detail-parallax.touch .project-detail-parallax-item .detail-parallax-item-bg > img {
            max-width: none;
            min-height: 100%;
            min-width: 101%;
        }

    .project-detail-parallax .prague-share-icons {
        position: fixed;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 1111;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
    }

        .project-detail-parallax .prague-share-icons:hover .icon {
            opacity: .5;
        }

        .project-detail-parallax .prague-share-icons .icon {
            padding: 0;
            border-radius: 0;
            margin-bottom: 1px;
            width: 30px;
            font-size: 12px;
            line-height: 28px;
            font-weight: 400;
            border: 1px solid #111;
            color: #fff;
            background-color: #111;
            -webkit-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
            -o-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
            transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
            pointer-events: visible;
        }

            .project-detail-parallax .prague-share-icons .icon:hover {
                opacity: 1;
            }

.project-detail-parallax-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 5;
}

    .project-detail-parallax-item .detail-parallax-item-bg {
        display: none;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .project-detail-parallax-item .detail-parallax-item-bg > img {
            left: 50%;
            position: absolute;
            top: 0;
            -webkit-transform: translate(-50%,0);
            -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
        }

    .project-detail-parallax-item .js-detail-parallax-item-bg {
        will-change: transform;
    }

    .project-detail-parallax-item .detail-parallax-item-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 970px;
        min-height: 240px;
        padding: 20px 15px;
        background-color: #111;
        z-index: 10;
    }

        .project-detail-parallax-item .detail-parallax-item-header .detail-parallax-item-header-subtitle {
            font-weight: 300;
            letter-spacing: 4.5px;
            font-style: normal;
            margin-top: 0;
            margin-bottom: 0;
            color: #fff;
        }

        .project-detail-parallax-item .detail-parallax-item-header .detail-parallax-item-header-title {
            margin-bottom: 0;
            margin-top: 30px;
            color: #fff;
        }

    .project-detail-parallax-item .detail-parallax-item-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 970px;
        min-height: 150px;
        padding: 20px 15px;
        margin-bottom: 68px;
        background-color: #111;
        z-index: 10;
    }

        .project-detail-parallax-item .detail-parallax-item-footer .detail-parallax-item-footer-subtitle {
            font-weight: 300;
            letter-spacing: 4.2px;
            font-style: normal;
            margin-top: 0;
            margin-bottom: 0;
            color: #fff;
        }

.project-detail-parallax-cover .detail-parallax-item-bg {
    position: fixed;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
}

    .project-detail-parallax-cover .detail-parallax-item-bg > img {
        left: 50%;
        position: absolute;
        top: 0;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
        max-width: none;
        min-height: 100%;
        min-width: 100%;
    }

@media only screen and (max-width:1199px) {
    .project-detail-parallax-item .detail-parallax-item-header {
        max-width: 750px;
    }

    .project-detail-parallax-item .detail-parallax-item-footer {
        max-width: 750px;
    }
}

@media only screen and (max-width:767px) {
    .project-detail-parallax-item .detail-parallax-item-header {
        max-width: calc(100% - 30px);
        min-height: 200px;
    }

    .project-detail-parallax-item .detail-parallax-item-footer {
        max-width: calc(100% - 30px);
        min-height: 100px;
        margin-bottom: 30px;
    }
}

.project-detail-parallax-item.detail-parallax-text-item .detail-parallax-item-header {
    min-height: auto;
    background-color: transparent;
}

.detail-parallax-text-item-header-on {
    position: relative;
}

    .detail-parallax-text-item-header-on:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,.5);
    }

.paralax-text-share-icons .prague-share-icons {
    position: fixed;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1111;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

    .paralax-text-share-icons .prague-share-icons:hover .icon {
        opacity: .5;
    }

    .paralax-text-share-icons .prague-share-icons .icon {
        padding: 0;
        border-radius: 0;
        margin-bottom: 1px;
        width: 30px;
        font-size: 12px;
        line-height: 28px;
        font-weight: 400;
        border: 1px solid #111;
        color: #fff;
        background-color: #111;
        -webkit-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
        -o-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
        transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
        pointer-events: visible;
    }

        .paralax-text-share-icons .prague-share-icons .icon:hover {
            opacity: 1;
        }

.detail-parallax-text-item .detail-parallax-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 970px;
    min-height: 430px;
    padding: 20px 15px;
    background-color: #fff;
    z-index: 10;
}

    .detail-parallax-text-item .detail-parallax-item-center .detail-parallax-item-center-subtitle {
        font-weight: 300;
        letter-spacing: 4.5px;
        font-style: normal;
        margin-top: 0;
        margin-bottom: 0;
        color: #111;
    }

    .detail-parallax-text-item .detail-parallax-item-center .detail-parallax-item-center-title {
        letter-spacing: 1px;
        margin-bottom: 0;
        margin-top: 27px;
        color: #111;
    }

    .detail-parallax-text-item .detail-parallax-item-center .detail-parallax-item-center-description {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        color: #7e7d7d;
    }

        .detail-parallax-text-item .detail-parallax-item-center .detail-parallax-item-center-description p {
            margin-bottom: 0;
        }

.detail-parallax-text-item .detail-parallax-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    margin-left: auto;
    margin-right: 30px;
    width: 455px;
    padding: 57px 15px 57px 70px;
    background-color: #fff;
    z-index: 10;
}

    .detail-parallax-text-item .detail-parallax-item-right .detail-parallax-item-right-title {
        letter-spacing: 1px;
        margin-bottom: 20px;
        margin-top: 0;
        color: #111;
    }

    .detail-parallax-text-item .detail-parallax-item-right .detail-parallax-item-right-subtitle {
        position: relative;
        font-size: 11px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: 2px;
        font-style: normal;
        margin-top: 0;
        margin-bottom: 0;
        color: #111;
    }

        .detail-parallax-text-item .detail-parallax-item-right .detail-parallax-item-right-subtitle:before {
            content: '';
            position: absolute;
            top: 50%;
            right: calc(100% + 30px);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 55px;
            height: 1px;
            background-color: #111;
        }

    .detail-parallax-text-item .detail-parallax-item-right .detail-parallax-item-right-description {
        margin-top: 31px;
        color: #7e7d7d;
    }

        .detail-parallax-text-item .detail-parallax-item-right .detail-parallax-item-right-description p {
            margin-bottom: 0;
        }

        .detail-parallax-text-item .detail-parallax-item-right .detail-parallax-item-right-description ul {
            list-style: none;
            margin-bottom: 0;
            font-size: 16px;
            line-height: 32px;
            font-weight: 400;
            color: #111;
        }

            .detail-parallax-text-item .detail-parallax-item-right .detail-parallax-item-right-description ul li {
                font-size: 16px;
                line-height: 32px;
                font-weight: 400;
                position: relative;
                padding-left: 20px;
                color: #7e7d7d;
            }

                .detail-parallax-text-item .detail-parallax-item-right .detail-parallax-item-right-description ul li:before {
                    content: '';
                    display: inline-block;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background-color: #111;
                }

.detail-parallax-text-item .detail-parallax-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    margin-right: auto;
    margin-left: 30px;
    width: 455px;
    padding: 57px 15px 57px 70px;
    background-color: #fff;
    z-index: 10;
}

    .detail-parallax-text-item .detail-parallax-item-left .detail-parallax-item-left-title {
        letter-spacing: 1px;
        margin-bottom: 20px;
        margin-top: 0;
        color: #111;
    }

    .detail-parallax-text-item .detail-parallax-item-left .detail-parallax-item-left-subtitle {
        position: relative;
        font-size: 11px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: 2px;
        font-style: normal;
        margin-top: 0;
        margin-bottom: 0;
        color: #111;
    }

        .detail-parallax-text-item .detail-parallax-item-left .detail-parallax-item-left-subtitle:before {
            content: '';
            position: absolute;
            top: 50%;
            right: calc(100% + 30px);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 55px;
            height: 1px;
            background-color: #111;
        }

    .detail-parallax-text-item .detail-parallax-item-left .detail-parallax-item-left-description {
        margin-top: 31px;
        color: #7e7d7d;
    }

        .detail-parallax-text-item .detail-parallax-item-left .detail-parallax-item-left-description p {
            margin-bottom: 0;
        }

        .detail-parallax-text-item .detail-parallax-item-left .detail-parallax-item-left-description ul {
            list-style: none;
            margin-bottom: 0;
            font-size: 16px;
            line-height: 32px;
            font-weight: 400;
            color: #111;
        }

            .detail-parallax-text-item .detail-parallax-item-left .detail-parallax-item-left-description ul li {
                font-size: 16px;
                line-height: 32px;
                font-weight: 400;
                position: relative;
                padding-left: 20px;
                color: #7e7d7d;
            }

                .detail-parallax-text-item .detail-parallax-item-left .detail-parallax-item-left-description ul li:before {
                    content: '';
                    display: inline-block;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background-color: #111;
                }

@media only screen and (max-width:1199px) {
    .detail-parallax-text-item .detail-parallax-item-center {
        max-width: 750px;
        min-height: 300px;
    }

        .detail-parallax-text-item .detail-parallax-item-center .detail-parallax-item-center-description {
            max-width: 700px;
        }
}

@media only screen and (max-width:767px) {
    .project-detail-parallax-item .detail-parallax-item-header {
        max-width: calc(100% - 30px);
        min-height: 200px;
    }

    .project-detail-parallax-item .detail-parallax-item-footer {
        max-width: calc(100% - 30px);
        min-height: 100px;
        margin-bottom: 30px;
    }

    .detail-parallax-text-item .detail-parallax-item-center {
        max-width: calc(100% - 30px);
        min-height: 300px;
    }

        .detail-parallax-text-item .detail-parallax-item-center .detail-parallax-item-center-description {
            max-width: calc(100% - 30px);
        }

    .detail-parallax-text-item .detail-parallax-item-right {
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        padding: 30px 15px 30px 40px;
    }

        .detail-parallax-text-item .detail-parallax-item-right .detail-parallax-item-right-subtitle:before {
            right: calc(100% + 10px);
            width: 40px;
        }

        .detail-parallax-text-item .detail-parallax-item-right .detail-parallax-item-right-description {
            margin-top: 15px;
        }

    .detail-parallax-text-item .detail-parallax-item-left {
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        padding: 30px 15px 30px 40px;
    }

        .detail-parallax-text-item .detail-parallax-item-left .detail-parallax-item-left-subtitle:before {
            right: calc(100% + 10px);
            width: 40px;
        }

        .detail-parallax-text-item .detail-parallax-item-left .detail-parallax-item-left-description {
            margin-top: 15px;
        }
}

.project-detail-block-outer {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .project-detail-block-outer .project-detail-block-wrapper {
        display: inline-block;
        width: 25%;
        float: left;
        padding: 15px;
    }

        .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-item {
            height: 100%;
            background-color: #f2f2f2;
            padding: 48px 15px 38px 50px;
        }

        .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-title {
            position: relative;
            font-size: 11px;
            line-height: 18px;
            font-weight: 500;
            letter-spacing: 1.6px;
            font-style: normal;
            margin-top: 0;
            margin-bottom: 16px;
            color: #111;
        }

            .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-title:before {
                content: '';
                position: absolute;
                top: 50%;
                right: calc(100% + 15px);
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 50px;
                height: 1px;
                background-color: #111;
            }

        .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-descr {
            color: #7e7d7d;
        }

            .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-descr p {
                margin-bottom: 0;
            }
			.mobile-img{
			display:none;
			}

@media only screen and (max-width:991px) {
    .project-detail-block-outer .project-detail-block-wrapper {
        width: 50%;
    }
}

@media only screen and (max-width:767px) {
    .project-detail-block-outer .project-detail-block-wrapper {
        width: 100%;
    }

        .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-item {
            max-width: 370px;
            margin-left: auto;
            margin-right: auto;
            padding: 30px 15px 30px 50px;
        }
		
		.prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-img{
		position:relative;
		}
		.mobile-img{
			display:block;
			}
			.desktop-img{
			display:none;
			}
}

@media only screen and (max-width:400px) {
    .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-item {
        max-width: 290px;
    }
}

.project-detail-simple .top-banner .content {
    margin-top: 205px;
    margin-bottom: 50px;
}

    .project-detail-simple .top-banner .content .title {
        margin-top: 18px;
    }

    .project-detail-simple .top-banner .content .description {
        margin-top: 16px;
    }

.project-detail-simple .prague-share-icons {
    margin-top: 53px;
    text-align: center;
}

    .project-detail-simple .prague-share-icons .prague-share-label {
        position: relative;
        font-size: 11px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: 2.2px;
        margin-bottom: 22px;
        color: #111;
    }

    .project-detail-simple .prague-share-icons .icon {
        padding: 0;
        border-radius: 0;
        margin-right: 11px;
        width: 30px;
        font-size: 12px;
        line-height: 28px;
        font-weight: 400;
        border: 1px solid #7e7d7d;
        color: #7e7d7d;
        background-color: transparent;
        -webkit-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
        -o-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
        transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
    }

        .project-detail-simple .prague-share-icons .icon:hover {
            color: #fff;
            background-color: #111;
            border: 1px solid #111;
        }

.project-detail-simple-wrapper {
    padding: 55px 30px;
}

    .project-detail-simple-wrapper .wpb_single_image.wpb_content_element {
        margin-bottom: 30px;
    }

    .project-detail-simple-wrapper img {
        max-width: 100%;
    }

.project-detail-picture-wrapper {
    text-align: center;
}

    .project-detail-picture-wrapper img {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .project-detail-picture-wrapper .project-detail-picture-descr {
        text-align: center;
        padding: 10% 24% 10% 9.3%;
        color: #7e7d7d;
    }

        .project-detail-picture-wrapper .project-detail-picture-descr p {
            margin-bottom: 32px;
        }

@media only screen and (max-width:991px) {
    .padd-only {
        padding: 0;
    }

    .project-detail-simple .top-banner .content {
        margin-top: 140px;
    }

    .project-detail-simple .prague-share-icons {
        margin-top: 15px;
    }

    .project-detail-picture-wrapper .project-detail-picture-descr {
        padding: 6% 10%;
    }

        .project-detail-picture-wrapper .project-detail-picture-descr p {
            margin-bottom: 10px;
        }

    .no-padd-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width:767px) {
    .project-detail-simple .top-banner .content {
        margin-top: 100px;
    }

    .project-detail-simple-wrapper {
        padding: 55px 15px;
    }

    .project-detail-picture-wrapper .project-detail-picture-descr {
        padding: 20px 0;
    }

    .no-padd-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.project-detail-splitted-wrapper {
    padding: 137px 0;
}

.project-detail-splitted-columns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .project-detail-splitted-columns .project-detail-splitted-column1 {
        width: 43%;
    }

    .project-detail-splitted-columns .project-detail-splitted-column2 {
        width: 57%;
    }

.project-detail-splitted-info {
    width: 100%;
    padding-right: 100px;
}

    .project-detail-splitted-info .project-detail-splitted-content .project-detail-splitted-content-subtitle {
        font-weight: 300;
        letter-spacing: 4.5px;
        font-style: normal;
        margin-top: 0;
        margin-bottom: 0;
        color: #111;
    }

    .project-detail-splitted-info .project-detail-splitted-content .project-detail-splitted-content-title {
        letter-spacing: 1px;
        margin-bottom: 0;
        margin-top: 20px;
        color: #111;
    }

    .project-detail-splitted-info .project-detail-splitted-content .project-detail-splitted-content-description {
        margin-top: 27px;
        color: #7e7d7d;
    }

        .project-detail-splitted-info .project-detail-splitted-content .project-detail-splitted-content-description p {
            margin-bottom: 32px;
        }

    .project-detail-splitted-info .project-detail-block-outer {
        margin-top: 43px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .project-detail-splitted-info .project-detail-block-outer .project-detail-block-wrapper {
            width: auto;
            min-width: 300px;
        }

    .project-detail-splitted-info .prague-share-icons {
        margin-top: 53px;
    }

        .project-detail-splitted-info .prague-share-icons .prague-share-label {
            position: relative;
            font-size: 11px;
            line-height: 18px;
            font-weight: 500;
            letter-spacing: 2.2px;
            margin-bottom: 22px;
            color: #111;
        }

        .project-detail-splitted-info .prague-share-icons .icon {
            padding: 0;
            border-radius: 0;
            margin-right: 11px;
            width: 30px;
            font-size: 12px;
            line-height: 28px;
            font-weight: 400;
            border: 1px solid #7e7d7d;
            color: #7e7d7d;
            background-color: transparent;
            -webkit-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
            -o-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
            transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
        }

            .project-detail-splitted-info .prague-share-icons .icon:hover {
                color: #fff;
                background-color: #111;
                border: 1px solid #111;
            }

.project-detail-splitted-medias {
    padding-top: 3px;
}

    .project-detail-splitted-medias a {
        display: block;
    }

        .project-detail-splitted-medias a:not(:last-child) {
            margin-bottom: 30px;
        }

    .project-detail-splitted-medias img {
        max-width: 100%;
    }

        .project-detail-splitted-medias img:not(:last-child) {
            margin-bottom: 30px;
        }

@media only screen and (max-width:991px) {
    .project-detail-splitted-wrapper {
        padding: 100px 0;
    }

    .project-detail-splitted-info {
        padding-right: 30px;
    }

        .project-detail-splitted-info .project-detail-splitted-content .project-detail-splitted-content-description p {
            margin-bottom: 10px;
        }

        .project-detail-splitted-info .project-detail-block-outer {
            margin-top: 30px;
        }

        .project-detail-splitted-info .prague-share-icons {
            margin-top: 30px;
        }
}

@media only screen and (max-width:767px) {
    .project-detail-splitted-wrapper {
        padding: 100px 15px;
    }

    .project-detail-splitted-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .project-detail-splitted-columns .project-detail-splitted-column1 {
            width: 100%;
        }

        .project-detail-splitted-columns .project-detail-splitted-column2 {
            width: 100%;
            margin-top: 50px;
        }

    .project-detail-splitted-info {
        padding-right: 0;
    }
}

.imp-tooltip .squares-button, .squares-container .squares-button {
    letter-spacing: 1.5px;
    padding-right: 40px!important;
    background-image: url(../img/arrow-btn.png);
    background-repeat: no-repeat;
    background-position: 100% 43%;
}

.button-hide {
    display: none;
}

.button-show {
    display: block;
    transition: 5ms;
}

.project-detail-gallery .prague-share-icons {
    position: fixed;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1111;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

    .project-detail-gallery .prague-share-icons:hover .icon {
        opacity: .5;
    }

    .project-detail-gallery .prague-share-icons .icon {
        padding: 0;
        border-radius: 0;
        margin-bottom: 1px;
        width: 30px;
        font-size: 12px;
        line-height: 28px;
        font-weight: 400;
        border: 1px solid #111;
        color: #fff;
        background-color: #111;
        -webkit-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
        -o-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
        transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
        pointer-events: visible;
    }

        .project-detail-gallery .prague-share-icons .icon:hover {
            opacity: 1;
        }

.project-detail-gallery-outer {
    padding: 70px 30px;
}

.project-detail-gallery-wrapper {
    margin-left: -30px;
    margin-right: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .project-detail-gallery-wrapper .detail-gallery-item-wrapp {
        display: inline-block;
        float: left;
        width: 33.333333%;
    }

        .project-detail-gallery-wrapper .detail-gallery-item-wrapp.full-height .detail-gallery-item .detail-gallery-item-img {
            height: 100%;
        }

        .project-detail-gallery-wrapper .detail-gallery-item-wrapp .detail-gallery-item {
            margin: 0 30px 70px;
            height: 467px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .project-detail-gallery-wrapper .detail-gallery-item-wrapp .detail-gallery-item .detail-gallery-item-img {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .project-detail-gallery-wrapper .detail-gallery-item-wrapp .detail-gallery-item .detail-gallery-item-img:hover .detail-gallery-item-overlay {
                    opacity: 1;
                    visibility: visible;
                }

            .project-detail-gallery-wrapper .detail-gallery-item-wrapp .detail-gallery-item img {
                max-width: 100%;
                max-height: 100%;
            }

            .project-detail-gallery-wrapper .detail-gallery-item-wrapp .detail-gallery-item .detail-gallery-item-overlay {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background-color: rgba(255,255,255,.95);
                text-align: center;
                visibility: hidden;
                opacity: 0;
                -webkit-transition: visibility .3s ease-in,opacity .3s ease-in;
                -o-transition: visibility .3s ease-in,opacity .3s ease-in;
                transition: visibility .3s ease-in,opacity .3s ease-in;
            }

            .project-detail-gallery-wrapper .detail-gallery-item-wrapp .detail-gallery-item .detail-gallery-item-caption {
                font-weight: 500;
                text-transform: none;
                margin-top: 0;
                margin-bottom: 0;
                padding: 15px;
                color: #111;
            }

@media only screen and (max-width:1199px) {
    .project-detail-gallery-wrapper .detail-gallery-item-wrapp .detail-gallery-item {
        height: 400px;
    }
}

@media only screen and (max-width:991px) {
    .project-detail-gallery-outer {
        padding: 55px 30px;
    }

    .project-detail-gallery-wrapper .detail-gallery-item-wrapp .detail-gallery-item {
        height: 350px;
    }
}

@media only screen and (max-width:767px) {
    .project-detail-gallery-outer {
        padding: 55px 15px;
    }

    .project-detail-gallery-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

        .project-detail-gallery-wrapper .detail-gallery-item-wrapp {
            width: 100%;
        }

            .project-detail-gallery-wrapper .detail-gallery-item-wrapp .detail-gallery-item {
                margin: 0 15px 30px;
                height: auto;
            }
}

.project-detail-slider {
    padding: 106px 0 125px;
}

    .project-detail-slider .prague-share-icons {
        margin-top: 53px;
        text-align: center;
    }

        .project-detail-slider .prague-share-icons .prague-share-label {
            position: relative;
            font-size: 11px;
            line-height: 18px;
            font-weight: 500;
            letter-spacing: 2.2px;
            margin-bottom: 22px;
            color: #111;
        }

        .project-detail-slider .prague-share-icons .icon {
            padding: 0;
            border-radius: 0;
            margin-right: 11px;
            width: 30px;
            font-size: 12px;
            line-height: 28px;
            font-weight: 400;
            border: 1px solid #7e7d7d;
            color: #7e7d7d;
            background-color: transparent;
            -webkit-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
            -o-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
            transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
        }

            .project-detail-slider .prague-share-icons .icon:hover {
                color: #fff;
                background-color: #111;
                border: 1px solid #111;
            }

.project-detail-slider-banner .slick-list {
    height: 100%;
}

    .project-detail-slider-banner .slick-list .slick-track {
        height: 100%;
    }

.project-detail-slider-banner .slick-arrow {
    position: absolute;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #111;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

    .project-detail-slider-banner .slick-arrow:before {
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-family: fontawesome;
        font-size: 16px;
        line-height: 40px;
        display: block;
        -webkit-transition: color .3s ease-in;
        -o-transition: color .3s ease-in;
        transition: color .3s ease-in;
    }

    .project-detail-slider-banner .slick-arrow.slick-prev {
        left: 15px;
    }

        .project-detail-slider-banner .slick-arrow.slick-prev:hover {
            left: 0;
        }

        .project-detail-slider-banner .slick-arrow.slick-prev:before {
            content: '\f104';
        }

    .project-detail-slider-banner .slick-arrow.slick-next {
        right: 15px;
    }

        .project-detail-slider-banner .slick-arrow.slick-next:hover {
            right: 0;
        }

        .project-detail-slider-banner .slick-arrow.slick-next:before {
            content: '\f105';
        }

.project-detail-slider-banner {
    width: 100%;
    height: 800px;
    margin-bottom: 136px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 0 30px;
}

    .project-detail-slider-banner .project-detail-main-slider {
        width: 86%;
        height: 100%;
    }

        .project-detail-slider-banner .project-detail-main-slider .project-detail-main-slide {
            cursor: e-resize;
        }

    .project-detail-slider-banner .project-detail-thumb-slider {
        width: 14%;
        padding-left: 30px;
    }

        .project-detail-slider-banner .project-detail-thumb-slider .project-detail-main-slide {
            position: relative;
            height: 118px;
            margin-bottom: 30px;
            outline: none;
            cursor: pointer;
        }

            .project-detail-slider-banner .project-detail-thumb-slider .project-detail-main-slide:hover:after {
                opacity: 0;
            }

            .project-detail-slider-banner .project-detail-thumb-slider .project-detail-main-slide:after {
                content: '';
                position: absolute;
                top: -1px;
                left: -1px;
                right: -1px;
                bottom: -1px;
                background-color: #fff;
                opacity: .5;
                -webkit-transition: opacity .3s linear;
                -o-transition: opacity .3s linear;
                transition: opacity .3s linear;
            }

.project-detail-slider-outer .project-detail-slider-content {
    margin-bottom: 28px;
}

    .project-detail-slider-outer .project-detail-slider-content .project-detail-slider-content-subtitle {
        font-weight: 300;
        letter-spacing: 4.5px;
        font-style: normal;
        margin-top: 0;
        margin-bottom: 0;
        color: #111;
    }

    .project-detail-slider-outer .project-detail-slider-content .project-detail-slider-content-title {
        letter-spacing: 1px;
        margin-bottom: 0;
        margin-top: 20px;
        color: #111;
    }

.project-detail-slider-outer .project-details-slider-3d {
    width: 100%;
    height: 630px;
    margin-top: 50px;
}

    .project-detail-slider-outer .project-details-slider-3d iframe {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }

.project-detail-slider-outer .project-detail-block-outer {
    margin-top: 53px;
}

@media only screen and (max-width:991px) {
    .project-detail-slider {
        padding: 100px 0 75px;
    }

        .project-detail-slider .prague-share-icons {
            margin-top: 15px;
        }

    .project-detail-slider-banner {
        margin-bottom: 50px;
        padding: 0 15px;
    }

        .project-detail-slider-banner .project-detail-main-slider {
            width: 75%;
        }

        .project-detail-slider-banner .project-detail-thumb-slider {
            width: 25%;
        }
}

@media only screen and (max-width:767px) {
    .project-detail-slider-banner {
        height: 550px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .project-detail-slider-banner .project-detail-main-slider {
            width: 100%;
            height: 400px;
        }

        .project-detail-slider-banner .project-detail-thumb-slider {
            width: 100%;
            padding-left: 0;
            padding-top: 30px;
        }

            .project-detail-slider-banner .project-detail-thumb-slider .project-detail-main-slide {
                height: 120px;
                margin-bottom: 0;
                margin-right: 7px;
                margin-left: 7px;
            }

    .project-detail-slider-outer .project-details-slider-3d {
        height: 400px;
    }
}

.projects-detail-before-banner.original .resize img {
    max-width: none;
}

.projects-detail-before-banner .ba-slider {
    height: 100%;
    background-size: initial;
    background-position: initial;
}

    .projects-detail-before-banner .ba-slider .resize {
        background-size: initial;
        background-position: initial;
    }

    .projects-detail-before-banner .ba-slider .handle {
        background-color: #fff;
    }

        .projects-detail-before-banner .ba-slider .handle:after {
            content: '';
            width: 24px;
            height: 24px;
            margin: -20px 0 0 -20px;
            background-color: transparent;
            background-image: url(../img/before-icon.png);
            background-repeat: no-repeat;
            background-position: center;
            border: 10px solid rgba(0,0,0,.65);
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
        }

    .projects-detail-before-banner .ba-slider .button {
        display: inline-block;
        position: absolute;
        bottom: 30px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 2.8px;
        font-weight: 300;
        color: #111;
        background-color: #fff;
        padding: 10px 15px;
        min-width: 115px;
        text-align: center;
    }

        .projects-detail-before-banner .ba-slider .button.prev {
            left: 30px;
        }

        .projects-detail-before-banner .ba-slider .button.next {
            right: 30px;
        }

.project-detail-before-outer {
    padding: 66px 0 126px;
}

    .project-detail-before-outer .prague-share-icons {
        margin-top: 53px;
        text-align: center;
    }

        .project-detail-before-outer .prague-share-icons .prague-share-label {
            position: relative;
            font-size: 11px;
            line-height: 18px;
            font-weight: 500;
            letter-spacing: 2.2px;
            margin-bottom: 22px;
            color: #111;
        }

        .project-detail-before-outer .prague-share-icons .icon {
            padding: 0;
            border-radius: 0;
            margin-right: 11px;
            width: 30px;
            font-size: 12px;
            line-height: 28px;
            font-weight: 400;
            border: 1px solid #7e7d7d;
            color: #7e7d7d;
            background-color: transparent;
            -webkit-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
            -o-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
            transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
        }

            .project-detail-before-outer .prague-share-icons .icon:hover {
                color: #fff;
                background-color: #111;
                border: 1px solid #111;
            }

    .project-detail-before-outer .project-detail-before-content {
        margin-bottom: 28px;
    }

        .project-detail-before-outer .project-detail-before-content .project-detail-before-content-subtitle {
            font-weight: 300;
            letter-spacing: 4.5px;
            font-style: normal;
            margin-top: 0;
            margin-bottom: 0;
            color: #111;
        }

        .project-detail-before-outer .project-detail-before-content .project-detail-before-content-title {
            letter-spacing: 1px;
            margin-bottom: 0;
            margin-top: 20px;
            color: #111;
        }

    .project-detail-before-outer .project-details-before-3d {
        width: 100%;
        height: 630px;
        margin-top: 50px;
    }

        .project-detail-before-outer .project-details-before-3d iframe {
            width: 100%;
            height: 100%;
            margin-bottom: 0;
        }

    .project-detail-before-outer .project-detail-block-outer {
        margin-top: 53px;
    }

@media only screen and (max-width:991px) {
    .project-detail-before-outer {
        padding: 55px 0;
    }

        .project-detail-before-outer .prague-share-icons {
            margin-top: 15px;
        }
}

@media only screen and (max-width:767px) {
    .no-margin-bottom {
        margin-bottom: 30px!important;
    }

    .projects-detail-before-banner .ba-slider .button {
        bottom: 15px;
        padding: 10px 15px;
        min-width: auto;
    }

        .projects-detail-before-banner .ba-slider .button.prev {
            left: 15px;
        }

        .projects-detail-before-banner .ba-slider .button.next {
            right: 15px;
        }

    .project-detail-before-outer {
        padding: 55px 15px;
    }

        .project-detail-before-outer .project-details-before-3d {
            height: 400px;
        }
}

.project-detail-fullscreen {
    position: relative;
    overflow: hidden;
}

    .project-detail-fullscreen .prague-share-icons {
        position: fixed;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 1111;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
    }

        .project-detail-fullscreen .prague-share-icons:hover .icon {
            opacity: .5;
        }

        .project-detail-fullscreen .prague-share-icons .icon {
            padding: 0;
            border-radius: 0;
            margin-bottom: 1px;
            width: 30px;
            font-size: 12px;
            line-height: 28px;
            font-weight: 400;
            border: 1px solid #111;
            color: #fff;
            background-color: #111;
            -webkit-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
            -o-transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
            transition: color .3s ease-in,background-color .3s ease-in,border .3s ease-in;
            pointer-events: visible;
        }

            .project-detail-fullscreen .prague-share-icons .icon:hover {
                opacity: 1;
            }

    .project-detail-fullscreen .slick-list {
        height: 100%;
    }

        .project-detail-fullscreen .slick-list .slick-track {
            height: 100%;
        }

            .project-detail-fullscreen .slick-list .slick-track .project-detail-main-slide {
                height: 100%;
            }

    .project-detail-fullscreen .slick-arrow {
        position: absolute;
        z-index: 100;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        cursor: pointer;
        background-color: #111;
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

        .project-detail-fullscreen .slick-arrow:before {
            position: absolute;
            color: #fff;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            font-family: fontawesome;
            font-size: 16px;
            line-height: 40px;
            display: block;
            -webkit-transition: color .3s ease-in;
            -o-transition: color .3s ease-in;
            transition: color .3s ease-in;
        }

        .project-detail-fullscreen .slick-arrow.slick-prev {
            left: 15px;
        }

            .project-detail-fullscreen .slick-arrow.slick-prev:hover {
                left: 0;
            }

            .project-detail-fullscreen .slick-arrow.slick-prev:before {
                content: '\f104';
            }

        .project-detail-fullscreen .slick-arrow.slick-next {
            right: 15px;
        }

            .project-detail-fullscreen .slick-arrow.slick-next:hover {
                right: 0;
            }

            .project-detail-fullscreen .slick-arrow.slick-next:before {
                content: '\f105';
            }

    .project-detail-fullscreen .project-detail-full-main {
        width: 100%;
        height: 100%;
    }

    .project-detail-fullscreen .project-detail-full-thumb {
        position: absolute;
        right: 30px;
        bottom: 60px;
        width: 41%;
        height: 90px;
        -webkit-transition: bottom .6s linear;
        -o-transition: bottom .6s linear;
        transition: bottom .6s linear;
    }

        .project-detail-fullscreen .project-detail-full-thumb.open {
            bottom: -100%;
        }

        .project-detail-fullscreen .project-detail-full-thumb .project-detail-main-slide {
            position: relative;
            margin-right: 5px;
            outline: none;
            cursor: pointer;
        }

            .project-detail-fullscreen .project-detail-full-thumb .project-detail-main-slide:hover:after {
                opacity: 0;
            }

            .project-detail-fullscreen .project-detail-full-thumb .project-detail-main-slide:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #111;
                opacity: .6;
                -webkit-transition: opacity .3s ease-in;
                -o-transition: opacity .3s ease-in;
                transition: opacity .3s ease-in;
            }

    .project-detail-fullscreen .project-detail-fullscreen-content {
        position: absolute;
        left: 30px;
        bottom: 50px;
        width: 52%;
        -webkit-transition: bottom .6s linear;
        -o-transition: bottom .6s linear;
        transition: bottom .6s linear;
    }

        .project-detail-fullscreen .project-detail-fullscreen-content.open {
            bottom: -100%;
        }

        .project-detail-fullscreen .project-detail-fullscreen-content .project-detail-fullscreen-content-subtitle {
            font-weight: 300;
            letter-spacing: 4.5px;
            font-style: normal;
            margin-top: 0;
            margin-bottom: 0;
            color: #fff;
        }

        .project-detail-fullscreen .project-detail-fullscreen-content .project-detail-fullscreen-content-title {
            letter-spacing: 1px;
            margin-bottom: 0;
            margin-top: 20px;
            color: #fff;
        }

        .project-detail-fullscreen .project-detail-fullscreen-content .project-detail-fullscreen-content-descr {
            color: #fff;
            margin-top: 20px;
        }

            .project-detail-fullscreen .project-detail-fullscreen-content .project-detail-fullscreen-content-descr p {
                color: inherit;
                margin-bottom: 0;
            }

.project-detail-full-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgba(0,0,0,.6);
    -webkit-transition: background-color .6s linear;
    -o-transition: background-color .6s linear;
    transition: background-color .6s linear;
}

    .project-detail-full-overlay.open {
        background-color: transparent;
        visibility: hidden;
    }

        .project-detail-full-overlay.open .icon {
            background-color: rgba(17,17,17,.7);
            visibility: visible;
        }

        .project-detail-full-overlay.open .pulse1 {
            -webkit-box-shadow: none;
            box-shadow: none;
            visibility: visible;
        }

        .project-detail-full-overlay.open .pulse2 {
            -webkit-box-shadow: none;
            box-shadow: none;
            visibility: visible;
        }

    .project-detail-full-overlay .icon {
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: rgba(236,236,236,.4);
        margin: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        cursor: pointer;
        z-index: 3;
        -webkit-transition: background-color .6s linear;
        -o-transition: background-color .6s linear;
        transition: background-color .6s linear;
        border-radius: 999px;
    }

    .project-detail-full-overlay .pulse1 {
        position: absolute;
        width: 30px;
        height: 30px;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        opacity: 0;
        -webkit-animation: pulsejg1 5s linear infinite;
        animation: pulsejg1 5s linear infinite;
        border-radius: 999px;
        -webkit-box-shadow: inset 0 0 0 10px rgba(236,236,236,.4);
        box-shadow: inset 0 0 0 10px rgba(236,236,236,.4);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background-color .6s linear;
        -o-transition: background-color .6s linear;
        transition: background-color .6s linear;
    }

    .project-detail-full-overlay .pulse2 {
        position: absolute;
        width: 40px;
        height: 40px;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
        opacity: 0;
        -webkit-animation: pulsejg2 5s linear infinite;
        animation: pulsejg2 5s linear infinite;
        border-radius: 999px;
        -webkit-box-shadow: inset 0 0 0 10px rgba(236,236,236,.3);
        box-shadow: inset 0 0 0 10px rgba(236,236,236,.3);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background-color .6s linear;
        -o-transition: background-color .6s linear;
        transition: background-color .6s linear;
    }

@-webkit-keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .45;
    }

    20% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .3;
    }

    40% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .15;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .15;
    }

    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .3;
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .45;
    }
}

@keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .45;
    }

    20% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .3;
    }

    40% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .15;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .15;
    }

    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .3;
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .45;
    }
}

@-webkit-keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .45;
    }

    20% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .3;
    }

    40% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .15;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .15;
    }

    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .3;
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .45;
    }
}

@keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .45;
    }

    20% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .3;
    }

    40% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .15;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .15;
    }

    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .3;
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .45;
    }
}

@media only screen and (max-width:1199px) {
    .project-detail-fullscreen .project-detail-fullscreen-content {
        width: 50%;
    }
}

@media only screen and (max-width:767px) {
    .project-detail-fullscreen .project-detail-full-thumb {
        right: 30px;
        left: 30px;
        bottom: 30px;
        width: auto;
    }

    .project-detail-fullscreen .project-detail-fullscreen-content {
        left: 30px;
        right: 30px;
        bottom: 130px;
        width: auto;
    }

        .project-detail-fullscreen .project-detail-fullscreen-content .project-detail-fullscreen-content-title {
            margin-top: 5px;
            font-size: 24px;
        }

        .project-detail-fullscreen .project-detail-fullscreen-content .project-detail-fullscreen-content-descr {
            display: none;
        }

    .margin-minus-left {
        margin-left: 0!important;
    }
}

.wpb_wrapper .wpb_content_element {
    margin-bottom: 0;
}

.number-arrows {
    width: 32px;
    height: 32px;
    font-family: roboto,sans-serif;
}

    .number-arrows.right-arrow .number {
        right: 0;
        left: auto;
    }

    .number-arrows.right-arrow .arrow {
        right: 60px;
        left: auto;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .number-arrows .number {
        position: absolute;
        left: 0;
        width: 53px;
    }

    .number-arrows .left {
        position: relative;
        top: -8px;
        width: 23px;
        height: 20px;
        float: left;
        text-align: right;
    }

    .number-arrows .middle {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1px;
        height: 20px;
        margin-top: -10px;
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
        background: #fff;
    }

    .number-arrows .right {
        position: relative;
        top: 8px;
        width: 23px;
        height: 30px;
        float: right;
    }

    .number-arrows .arrow {
        position: absolute;
        top: 50%;
        left: 60px;
        width: 22px;
        height: 22px;
        margin-top: -11px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
    }

.modern-slider-wrap {
    padding: 0;
    position: relative;
    z-index: 0;
}

    .modern-slider-wrap .modern-slider {
        position: relative;
        overflow: hidden;
    }

        .modern-slider-wrap .modern-slider .img {
            background-position: center;
            background-size: cover;
            height: 100%;
            width: 100%;
            opacity: 1;
            position: relative;
        }

            .modern-slider-wrap .modern-slider .img .title {
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #fff;
                font-size: 95px;
                font-weight: 600;
                line-height: normal;
                letter-spacing: 1.5px;
                text-align: center;
                font-family: open sans,sans-serif;
            }

    .modern-slider-wrap .item-mod {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

        .modern-slider-wrap .item-mod.active {
            z-index: 888;
        }

        .modern-slider-wrap .item-mod.last-active {
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
            -webkit-transition: all 500ms ease-in;
            z-index: 999;
            -o-transition: all 500ms ease-in;
            transition: all 500ms ease-in;
        }

@media(max-width:1199px) {
    .modern-slider-wrap .modern-slider .img .title;

{
    font-size: 60px;
}

}

@media(max-width:992px) {
    .modern-slider-wrap .modern-slider .img .title;

{
    font-size: 50px;
}

}

@media(max-width:767px) {
    .modern-slider-wrap .modern-slider .img .title;

{
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
}

}

.showcase_slider .swiper-slide:hover .content-showcase-wrapper {
    background-color: #111;
    background-image: url(../images/lines.png);
}

.showcase_slider .swiper-slide:hover .slide-title a {
    color: #fff;
}

.showcase_slider .swiper-slide:hover .slide-category a {
    color: #fff;
    opacity: 1;
}

.showcase_slider .swiper-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    width: 55px;
    height: 55px;
    background-image: none;
    background-color: #fff;
    color: #111;
    -webkit-transition: color .35s ease,background-color .35s ease;
    -o-transition: color .35s ease,background-color .35s ease;
    transition: color .35s ease,background-color .35s ease;
}

    .showcase_slider .swiper-buttons:hover {
        color: #fff;
        background-color: #111;
    }

    .showcase_slider .swiper-buttons::before {
        font-family: fontawesome;
        font-size: 22px;
    }

.showcase_slider .swiper-button-prev {
    left: 20px;
}

    .showcase_slider .swiper-button-prev::before {
        content: "\F060";
    }

.showcase_slider .swiper-button-next {
    right: 20px;
}

    .showcase_slider .swiper-button-next::before {
        content: "\F061";
    }

.showcase_slider .slide-image {
    display: block;
    position: relative;
    width: 100%;
}

.showcase_slider .content-showcase-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 9px 15px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    -webkit-transition: background .35s ease;
    -o-transition: background .35s ease;
    transition: background .35s ease;
}

.showcase_slider .slide-title a {
    font-size: 20px;
    font-family: open sans,sans-serif;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 1.15;
    text-decoration: none;
    color: #111;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
    text-transform: lowercase;
}

.showcase_slider .slide-category a {
    color: #000;
    font-family: open sans,sans-serif;
    font-size: 13px;
    letter-spacing: .2px;
    opacity: .4;
    -webkit-transition: color .35s ease,opacity .35s ease;
    -o-transition: color .35s ease,opacity .35s ease;
    transition: color .35s ease,opacity .35s ease;
    text-decoration: none;
}

.showcase_slider .images-slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width:991px) {
    .filter_slider .image-wrap {
        min-height: 400px;
        margin: 0 15px;
    }

    .filter_slider .portfolio-tabs-wrapper .title {
        margin-bottom: 20px;
        font-size: 40px;
    }

    .filter_slider .portfolio-tabs-wrapper .portfolio-filter-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 65px;
    }
}

@media only screen and (max-width:768px) {
    .filter_slider .swiper-container {
        margin: 0;
        width: 100%;
    }

    .filter_slider .swiper-slide {
        width: 100%!important;
    }

    .filter_slider .image-wrap {
        min-height: 340px;
        margin: 0;
    }

    .filter_slider .portfolio-tabs-wrapper .title {
        width: 100%;
        font-size: 30px;
        text-align: center;
    }

    .filter_slider .portfolio-tabs-wrapper .filters {
        width: 100%;
        margin-top: 25px;
    }

        .filter_slider .portfolio-tabs-wrapper .filters ul li {
            margin-bottom: 15px;
        }

            .filter_slider .portfolio-tabs-wrapper .filters ul li:not(:last-of-type) {
                margin-right: 20px;
            }

    .filter_slider .portfolio-tabs-wrapper .portfolio-filter-wrap {
        margin-bottom: 20px;
    }

    .showcase_slider .swiper-buttons {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
}

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
    width: 50%;
}

@media screen and (max-width:767px) {
    .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
        width: 100%;
    }
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 33.333333%;
}

@media screen and (max-width:991px) {
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 100%;
    }
}

.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
    width: 25%;
}

@media screen and (max-width:991px) {
    .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
        width: 100%;
    }
}

.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: 20%;
}

@media screen and (max-width:1199px) {
    .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {

        width: 25%;
    }
}

@media screen and (max-width:991px) {
    .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        width: 100%;
    }
}

.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: 16.666666%;
}

@media screen and (max-width:1199px) {
    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
        width: 25%;
    }
}

@media screen and (max-width:991px) {
    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
        width: 100%;
    }
}

.woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product {
    width: 100%;
}

.woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product {
    width: 50%;
}

@media screen and (max-width:767px) {
    .woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product {
        width: 100%;
    }
}

.woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product {
    width: 33.333333%;
}

@media screen and (max-width:991px) {
    .woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product {
        width: 100%;
    }
}

.woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product {
    width: 25%;
}

@media screen and (max-width:991px) {
    .woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product {
        width: 100%;
    }
}

.woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product {
    width: 20%;
}

@media screen and (max-width:1199px) {
    .woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product {
        width: 25%;
    }
}

@media screen and (max-width:991px) {
    .woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product {
        width: 100%;
    }
}

.woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
    width: 16.666666%;
}

@media screen and (max-width:1199px) {
    .woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
        width: 25%;
    }
}

@media screen and (max-width:991px) {
    .woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
        width: 100%;
    }
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    position: relative;
    padding: 14px 46px;
    -webkit-transition: border .3s ease-in,background-color .3s ease-in,color .3s ease-in;
    -o-transition: border .3s ease-in,background-color .3s ease-in,color .3s ease-in;
    transition: border .3s ease-in,background-color .3s ease-in,color .3s ease-in;
    border-radius: 0;
    border: 1px solid #111;
    background-color: transparent;
    color: #111;
    outline: none;
    font-family: roboto,sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

    .woocommerce #respond input#submit span, .woocommerce a.button span, .woocommerce button.button span, .woocommerce button.button.alt span, .woocommerce input.button span, .woocommerce input.button.alt span, .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button span {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 31px;
        height: 1px;
        margin-top: -1px;
        -webkit-transition: right .3s ease-in;
        -o-transition: right .3s ease-in;
        transition: right .3s ease-in;
        background-color: #7e7d7d;
    }

        .woocommerce #respond input#submit span:before, .woocommerce #respond input#submit span:after, .woocommerce a.button span:before, .woocommerce a.button span:after, .woocommerce button.button span:before, .woocommerce button.button span:after, .woocommerce button.button.alt span:before, .woocommerce button.button.alt span:after, .woocommerce input.button span:before, .woocommerce input.button span:after, .woocommerce input.button.alt span:before, .woocommerce input.button.alt span:after, .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button span:before, .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button span:after {
            display: block;
            position: absolute;
            right: 0;
            width: 6px;
            height: 1px;
            background-color: #7e7d7d;
            content: '';
        }

        .woocommerce #respond input#submit span:before, .woocommerce a.button span:before, .woocommerce button.button span:before, .woocommerce button.button.alt span:before, .woocommerce input.button span:before, .woocommerce input.button.alt span:before, .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button span:before {
            bottom: 1px;
            -webkit-transform: translateX(0px) translateY(3px) rotate(-45deg);
            -ms-transform: translateX(0px) translateY(3px) rotate(-45deg);
            transform: translateX(0px) translateY(3px) rotate(-45deg);
        }

        .woocommerce #respond input#submit span:after, .woocommerce a.button span:after, .woocommerce button.button span:after, .woocommerce button.button.alt span:after, .woocommerce input.button span:after, .woocommerce input.button.alt span:after, .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button span:after {
            top: 1px;
            -webkit-transform: translateX(0px) translateY(-3px) rotate(45deg);
            -ms-transform: translateX(0px) translateY(-3px) rotate(45deg);
            transform: translateX(0px) translateY(-3px) rotate(45deg);
        }

    .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:focus {
        outline: none;
        background-color: #111;
        color: #fff;
    }

.woocommerce ul.products a {
    display: block;
}

    .woocommerce ul.products a.button {
        padding: 14px 36px;
        background-color: #111;
        color: #fff;
    }

        .woocommerce ul.products a.button:hover {
            background-color: #fff;
            color: #111;
        }

.woocommerce ul.products li.product .wc-forward {
    margin-top: 10px;
    padding: 14px 36px;
    -webkit-transition: background-color .3s ease-in,color .3s ease-in;
    -o-transition: background-color .3s ease-in,color .3s ease-in;
    transition: background-color .3s ease-in,color .3s ease-in;
    border: 1px solid #111;
    background-color: #fff;
    color: #111;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase;
}

    .woocommerce ul.products li.product .wc-forward:hover {
        background-color: #111;
        color: #fff;
    }

.woocommerce div.product form.cart .button {
    padding: 22px 50px 22px 15px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    color: #111;
    line-height: 19px;
    background-image: url(../img/arrow-btn.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
}

    .woocommerce div.product form.cart .button:hover {
        background-color: #111;
        border: 1px solid #111;
        color: #fff;
    }

.woocommerce #review_form #respond .form-submit {
    text-align: right;
}

.woocommerce #review_form #respond input#submit {
    padding: 7px 40px 7px 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    background-image: url(../img/arrow-btn.png);
    background-repeat: no-repeat;
    background-position: 100% 43%;
}

    .woocommerce #review_form #respond input#submit:hover, .woocommerce #review_form #respond input#submit:focus {
        color: #111;
    }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    padding: 14px 46px;
    border-radius: 0;
    font-weight: 500;
    line-height: 18px;
}

    .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
        border: 1px solid #111;
        background-color: inhrit;
        font-weight: 500;
    }

.woocommerce-cart table.cart input {
    line-height: 18px;
}

.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product .woocommerce-variation-price, .woocommerce .price, .woocommerce-page ul.products li.product .price, .woocommerce-page div.product p.price, .woocommerce-page div.product .woocommerce-variation-price, .woocommerce-page .price {
    margin-bottom: 0;
    color: #111;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
}

    .woocommerce ul.products li.product .price span, .woocommerce ul.products li.product .price ins, .woocommerce ul.products li.product .price del, .woocommerce div.product p.price span, .woocommerce div.product p.price ins, .woocommerce div.product p.price del, .woocommerce div.product .woocommerce-variation-price span, .woocommerce div.product .woocommerce-variation-price ins, .woocommerce div.product .woocommerce-variation-price del, .woocommerce .price span, .woocommerce .price ins, .woocommerce .price del, .woocommerce-page ul.products li.product .price span, .woocommerce-page ul.products li.product .price ins, .woocommerce-page ul.products li.product .price del, .woocommerce-page div.product p.price span, .woocommerce-page div.product p.price ins, .woocommerce-page div.product p.price del, .woocommerce-page div.product .woocommerce-variation-price span, .woocommerce-page div.product .woocommerce-variation-price ins, .woocommerce-page div.product .woocommerce-variation-price del, .woocommerce-page .price span, .woocommerce-page .price ins, .woocommerce-page .price del {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
    }

    .woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product .woocommerce-variation-price del, .woocommerce .price del, .woocommerce-page ul.products li.product .price del, .woocommerce-page div.product p.price del, .woocommerce-page div.product .woocommerce-variation-price del, .woocommerce-page .price del {
        display: inline-block;
        color: rgba(17,17,17,.5);
        opacity: 1;
    }

        .woocommerce ul.products li.product .price del + ins, .woocommerce div.product p.price del + ins, .woocommerce div.product .woocommerce-variation-price del + ins, .woocommerce .price del + ins, .woocommerce-page ul.products li.product .price del + ins, .woocommerce-page div.product p.price del + ins, .woocommerce-page div.product .woocommerce-variation-price del + ins, .woocommerce-page .price del + ins {
            margin-left: 10px;
        }

    .woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product .woocommerce-variation-price ins, .woocommerce .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce-page div.product p.price ins, .woocommerce-page div.product .woocommerce-variation-price ins, .woocommerce-page .price ins {
        padding: 0;
    }

.woocommerce div.product .woocommerce-variation-price, .woocommerce-page div.product .woocommerce-variation-price {
    margin-bottom: 15px;
}

.woocommerce div.product p.price, .woocommerce-page div.product p.price {
    margin-bottom: 28px;
    font-size: 62px;
    font-weight: 500;
    line-height: 65px;
}

    .woocommerce div.product p.price .woocommerce-Price-currencySymbol, .woocommerce-page div.product p.price .woocommerce-Price-currencySymbol {
        font-size: 36px;
        font-weight: 400;
        vertical-align: super;
    }

@media only screen and (max-width:767px) {
    .woocommerce div.product p.price, .woocommerce-page div.product p.price {
        font-size: 30px;
        line-height: 34px;
    }

        .woocommerce div.product p.price .woocommerce-Price-currencySymbol, .woocommerce-page div.product p.price .woocommerce-Price-currencySymbol {
            font-size: 16px;
        }
}

.product-list-rating {
    display: block;
    margin-top: 0;
}

    .product-list-rating .css-stars {
        display: inline-block;
    }

    .product-list-rating .star {
        display: inline-block;
        margin: 0 3px;
        color: #fc0;
        font-size: 18px;
        font-weight: 400;
        line-height: 42px;
    }

        .product-list-rating .star:before {
            font-family: fontawesome;
            content: '\f006';
        }

        .product-list-rating .star.full:before {
            content: '\f005';
        }

.woocommerce div.product .product-list-rating {
    margin-bottom: 17px;
}

    .woocommerce div.product .product-list-rating .css-stars {
        margin-right: 18px;
        vertical-align: middle;
    }

    .woocommerce div.product .product-list-rating .star {
        font-size: 24px;
    }

.woocommerce #reviews #comments .product-list-rating {
    margin-bottom: 0;
    line-height: 20px;
}

    .woocommerce #reviews #comments .product-list-rating .css-stars {

        line-height: 20px;
    }

    .woocommerce #reviews #comments .product-list-rating .star {
        font-size: 14px;
        line-height: 20px;
    }

.woocommerce span.onsale, .woocommerce-page span.onsale {
    min-width: auto;
    min-height: auto;
    border-radius: 0;
    padding: 8px 20px;
    background-color: #c0af94;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
}

.woocommerce-review-link {
    display: inline-block;
    color: #7e7d7d;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    vertical-align: middle;
}

    .woocommerce-review-link span {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
    }

.woocommerce-product-details__short-description {
    max-width: 500px;
    margin-bottom: 30px;
    color: #7e7d7d;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}

.woocommerce .quantity {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    line-height: 63px;
    color: #111;
}

    .woocommerce .quantity .qty {
        position: relative;
        margin-bottom: 0;
        padding: 0 0 0 22px;
        border: 1px solid #f2f2f2;
        background-color: transparent;
        color: inherit;
        text-align: left;
        -moz-appearance: textfield;
        -webkit-appearance: none;
        appearance: none;
    }

        .woocommerce .quantity .qty::-webkit-inner-spin-button, .woocommerce .quantity .qty::-webkit-outer-spin-button {
            -webkit-appearance: none;
            appearance: none;
        }

    .woocommerce .quantity .q_inc, .woocommerce .quantity .q_dec {
        position: absolute;
        width: 31px;
        height: 50%;
        line-height: 1;
        border-left: 1px solid #f2f2f2;
        text-align: center;
        cursor: pointer;
    }

        .woocommerce .quantity .q_inc:before, .woocommerce .quantity .q_dec:before {
            font-family: fontawesome;
            font-size: 16px;
            font-weight: 300;
            line-height: 32px;
            display: inline-block;
        }

    .woocommerce .quantity .q_inc {
        right: 0;
        bottom: 0;
    }

        .woocommerce .quantity .q_inc:before {
            content: '\f068';
        }

    .woocommerce .quantity .q_dec {
        top: 0;
        right: 0;
        border-bottom: 1px solid #f2f2f2;
    }

        .woocommerce .quantity .q_dec:before {
            content: '\f067';
        }

.woocommerce div.product form.cart {
    margin-bottom: 26px;
}

    .woocommerce div.product form.cart div.quantity {
        margin: 0 20px 0 0;
    }

    .woocommerce div.product form.cart .variations {
        margin-bottom: 15px;
    }

        .woocommerce div.product form.cart .variations td {
            padding: 2px 5px;
            vertical-align: middle;
        }

            .woocommerce div.product form.cart .variations td.label {
                color: #3f3f3f;
                font-size: 16px;
                font-weight: 300;
                line-height: 40px;
            }

                .woocommerce div.product form.cart .variations td.label label {
                    margin-bottom: 0;
                    color: inherit;
                    line-height: inherit;
                }

        .woocommerce div.product form.cart .variations select {
            height: 40px;
            border: 1px solid #ccc;
            outline: none;
            background-image: url(../img/arrow-down.png);
            background-repeat: no-repeat;
            background-position: 91% center;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            -webkit-border-radius: 0;
            -webkit-padding-end: 15px;
            -webkit-padding-start: 15px;
            -webkit-user-select: none;
            overflow: hidden;
            color: rgba(17,17,17,.67);
            font-family: roboto,sans-serif;
            font-size: 14px;
            font-weight: 300;
            line-height: 40px;
        }

            .woocommerce div.product form.cart .variations select:focus {
                outline: none;
            }

            .woocommerce div.product form.cart .variations select option {
                height: 40px;
                color: inherit;
                font-size: inherit;
                line-height: inherit;
            }

        .woocommerce div.product form.cart .variations .reset_variations {
            color: #111;
        }

@media only screen and (max-width:767px) {
    .woocommerce .quantity {
        font-size: 25px;
    }

        .woocommerce .quantity .q_inc:before, .woocommerce .quantity .q_dec:before {
            font-size: 10px;
        }
}

.woocommerce .product_meta {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}

    .woocommerce .product_meta span, .woocommerce .product_meta a {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
    }

    .woocommerce .product_meta a {
        text-transform: none;
        -webkit-transition: color .3s ease-in;
        -o-transition: color .3s ease-in;
        transition: color .3s ease-in;
    }

        .woocommerce .product_meta a:hover {
            color: #111;
        }

    .woocommerce .product_meta > span {
        display: block;
        text-transform: uppercase;
    }

.woocommerce div.product .product_meta {
    margin-bottom: 31px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    position: relative;
}

    .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:after {
        display: table;
        content: '';
        clear: both;
    }

    .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        margin-bottom: 30px;
    }

        .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
            display: block;
        }

.woocommerce-product-gallery .flex-control-thumbs li {
    padding: 5px 15px;
}

    .woocommerce-product-gallery .flex-control-thumbs li img {
        -webkit-transition: opacity .3s ease-in;
        -o-transition: opacity .3s ease-in;
        transition: opacity .3s ease-in;
    }

.woocommerce div.product div.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.333333%;
}

.woocommerce-tabs .tabs-item-wrapp {
    border-top: 1px solid #f2f2f2;
}

    .woocommerce-tabs .tabs-item-wrapp.active .tabs-title {
        background-color: #f2f2f2;
    }

    .woocommerce-tabs .tabs-item-wrapp.active .tabs-mark .tabs-mark-minus {
        opacity: 1;
    }

    .woocommerce-tabs .tabs-item-wrapp.active .tabs-mark .tabs-mark-plus {
        opacity: 0;
    }

    .woocommerce-tabs .tabs-item-wrapp:last-child {
        border-bottom: 1px solid #f2f2f2;
    }

    .woocommerce-tabs .tabs-item-wrapp .tabs-title {
        padding: 16px 7px;
        -webkit-transition: background-color .3s ease-in;
        -o-transition: background-color .3s ease-in;
        transition: background-color .3s ease-in;
        background-color: transparent;
        color: #3f3f3f;
        font-size: 16px;
        font-weight: 300;
        line-height: 32px;
        text-transform: uppercase;
        cursor: pointer;
    }

        .woocommerce-tabs .tabs-item-wrapp .tabs-title:hover {
            background-color: #f2f2f2;
        }

        .woocommerce-tabs .tabs-item-wrapp .tabs-title span, .woocommerce-tabs .tabs-item-wrapp .tabs-title a {
            display: inline-block;
            color: inherit;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            vertical-align: middle;
        }

    .woocommerce-tabs .tabs-item-wrapp .tabs-mark {
        position: relative;
        width: 15px;
        height: 32px;
        margin-right: 10px;
    }

        .woocommerce-tabs .tabs-item-wrapp .tabs-mark .tabs-mark-plus, .woocommerce-tabs .tabs-item-wrapp .tabs-mark .tabs-mark-minus {
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transition: opacity .3s ease-in;
            -o-transition: opacity .3s ease-in;
            transition: opacity .3s ease-in;
        }

        .woocommerce-tabs .tabs-item-wrapp .tabs-mark .tabs-mark-minus {
            opacity: 0;
        }

    .woocommerce-tabs .tabs-item-wrapp .panel {
        background-color: transparent;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .woocommerce-tabs .tabs-item-wrapp .shop_attributes {
        margin: 0;
        border: none;
    }

        .woocommerce-tabs .tabs-item-wrapp .shop_attributes td, .woocommerce-tabs .tabs-item-wrapp .shop_attributes th {
            padding: 0;
            border: none;
            line-height: inherit;
        }

            .woocommerce-tabs .tabs-item-wrapp .shop_attributes td p, .woocommerce-tabs .tabs-item-wrapp .shop_attributes th p {
                padding: 0;
            }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    position: relative;
    margin: 0 0 20px!important;
    padding: 25px 45px;
    border-top: 3px solid #111;
    background-color: #f2f2f2;
    color: #111;
    list-style: none;
}

    .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
        top: auto;
        left: 15px;
    }

    .woocommerce-info:before {
        color: #111;
    }

.woocommerce-error {
    border-top: 3px solid #a00;
}

    .woocommerce-error:before {
        color: #a00;
    }

.woocommerce-message:before {
    color: #111;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    margin: 20px 0;
    padding: 20px 15px;
    border: 1px solid #f2f2f2;
    border-radius: 0;
}

    .woocommerce form.checkout_coupon p, .woocommerce form.login p, .woocommerce form.register p {
        margin-bottom: 20px;
    }

        .woocommerce form.checkout_coupon p:last-of-type, .woocommerce form.login p:last-of-type, .woocommerce form.register p:last-of-type {
            margin-bottom: 0;
        }

    .woocommerce form.login input.button {
        margin-right: 15px;
    }

.woocommerce form .form-row {
    padding: 0;
}

    .woocommerce form .form-row label {
        line-height: 32px;
    }

        .woocommerce form .form-row label .required {
            color: inherit;
            text-decoration: none;
        }

@media only screen and (max-width:767px) {
    .woocommerce form.login .form-row .woocommerce-form__label-for-checkbox {
        display: block;
        margin-top: 20px;
    }
}

.woocomerce-form.woocommerce-invalid input[type=text], .woocomerce-form.woocommerce-invalid input[type=email], .woocomerce-form.woocommerce-invalid input[type=url], .woocomerce-form.woocommerce-invalid input[type=password], .woocomerce-form.woocommerce-invalid input[type=search], .woocomerce-form.woocommerce-invalid input[type=tel], .woocomerce-form.woocommerce-invalid input[type=number], .woocomerce-form.woocommerce-invalid textarea, .woocommerce form .form-row.woocommerce-invalid input[type=text], .woocommerce form .form-row.woocommerce-invalid input[type=email], .woocommerce form .form-row.woocommerce-invalid input[type=url], .woocommerce form .form-row.woocommerce-invalid input[type=password], .woocommerce form .form-row.woocommerce-invalid input[type=search], .woocommerce form .form-row.woocommerce-invalid input[type=tel], .woocommerce form .form-row.woocommerce-invalid input[type=number], .woocommerce form .form-row.woocommerce-invalid textarea, .woocommerce #review_form #respond.woocommerce-invalid input[type=text], .woocommerce #review_form #respond.woocommerce-invalid input[type=email], .woocommerce #review_form #respond.woocommerce-invalid input[type=url], .woocommerce #review_form #respond.woocommerce-invalid input[type=password], .woocommerce #review_form #respond.woocommerce-invalid input[type=search], .woocommerce #review_form #respond.woocommerce-invalid input[type=tel], .woocommerce #review_form #respond.woocommerce-invalid input[type=number], .woocommerce #review_form #respond.woocommerce-invalid textarea {
    border-bottom-color: #a00;
}

.woocomerce-form.woocommerce-validated input[type=text], .woocomerce-form.woocommerce-validated input[type=email], .woocomerce-form.woocommerce-validated input[type=url], .woocomerce-form.woocommerce-validated input[type=password], .woocomerce-form.woocommerce-validated input[type=search], .woocomerce-form.woocommerce-validated input[type=tel], .woocomerce-form.woocommerce-validated input[type=number], .woocomerce-form.woocommerce-validated textarea, .woocommerce form .form-row.woocommerce-validated input[type=text], .woocommerce form .form-row.woocommerce-validated input[type=email], .woocommerce form .form-row.woocommerce-validated input[type=url], .woocommerce form .form-row.woocommerce-validated input[type=password], .woocommerce form .form-row.woocommerce-validated input[type=search], .woocommerce form .form-row.woocommerce-validated input[type=tel], .woocommerce form .form-row.woocommerce-validated input[type=number], .woocommerce form .form-row.woocommerce-validated textarea, .woocommerce #review_form #respond.woocommerce-validated input[type=text], .woocommerce #review_form #respond.woocommerce-validated input[type=email], .woocommerce #review_form #respond.woocommerce-validated input[type=url], .woocommerce #review_form #respond.woocommerce-validated input[type=password], .woocommerce #review_form #respond.woocommerce-validated input[type=search], .woocommerce #review_form #respond.woocommerce-validated input[type=tel], .woocommerce #review_form #respond.woocommerce-validated input[type=number], .woocommerce #review_form #respond.woocommerce-validated textarea {
    border-bottom-color: #111;
}

.woocomerce-form input[type=text], .woocomerce-form input[type=email], .woocomerce-form input[type=url], .woocomerce-form input[type=password], .woocomerce-form input[type=search], .woocomerce-form input[type=tel], .woocomerce-form input[type=number], .woocomerce-form textarea, .woocommerce form .form-row input[type=text], .woocommerce form .form-row input[type=email], .woocommerce form .form-row input[type=url], .woocommerce form .form-row input[type=password], .woocommerce form .form-row input[type=search], .woocommerce form .form-row input[type=tel], .woocommerce form .form-row input[type=number], .woocommerce form .form-row textarea, .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond input[type=email], .woocommerce #review_form #respond input[type=url], .woocommerce #review_form #respond input[type=password], .woocommerce #review_form #respond input[type=search], .woocommerce #review_form #respond input[type=tel], .woocommerce #review_form #respond input[type=number], .woocommerce #review_form #respond textarea {
    height: 57px;
    padding: 16px 25px;
    -webkit-transition: border-bottom-color .3s ease-in,color .3s ease-in;
    -o-transition: border-bottom-color .3s ease-in,color .3s ease-in;
    transition: border-bottom-color .3s ease-in,color .3s ease-in;
    border: 0;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-radius: 0;
    border-bottom-color: transparent;
    outline: none;
    background-color: #f2f2f2;
    color: rgba(17,17,17,.5);
    font-family: roboto,sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
}

    .woocomerce-form input[type=text]:focus, .woocomerce-form input[type=email]:focus, .woocomerce-form input[type=url]:focus, .woocomerce-form input[type=password]:focus, .woocomerce-form input[type=search]:focus, .woocomerce-form input[type=tel]:focus, .woocomerce-form input[type=number]:focus, .woocomerce-form textarea:focus, .woocommerce form .form-row input[type=text]:focus, .woocommerce form .form-row input[type=email]:focus, .woocommerce form .form-row input[type=url]:focus, .woocommerce form .form-row input[type=password]:focus, .woocommerce form .form-row input[type=search]:focus, .woocommerce form .form-row input[type=tel]:focus, .woocommerce form .form-row input[type=number]:focus, .woocommerce form .form-row textarea:focus, .woocommerce #review_form #respond input[type=text]:focus, .woocommerce #review_form #respond input[type=email]:focus, .woocommerce #review_form #respond input[type=url]:focus, .woocommerce #review_form #respond input[type=password]:focus, .woocommerce #review_form #respond input[type=search]:focus, .woocommerce #review_form #respond input[type=tel]:focus, .woocommerce #review_form #respond input[type=number]:focus, .woocommerce #review_form #respond textarea:focus {
        border-bottom-color: #111;
        color: #111;
    }

.woocomerce-form textarea, .woocommerce form .form-row textarea, .woocommerce #review_form #respond textarea {
    height: 180px;
}

.woocomerce-form .woocommerce-form__label-for-checkbox input[type=checkbox], .woocommerce form .form-row .woocommerce-form__label-for-checkbox input[type=checkbox], .woocommerce #review_form #respond .woocommerce-form__label-for-checkbox input[type=checkbox] {
    position: static;
}

@media only screen and (max-width:767px) {
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
        clear: both;
    }
}

.shop-container {
    margin-top: 140px;
}

@media screen and (max-width:991px) {
    .shop-container {
        margin-top: 100px;
    }
}

.top-banner + .shop-container {
    margin-top: 60px;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-ordering select, .woocommerce .woocommerce-result-count {
    margin: 0;
    color: rgba(17,17,17,.67);
    font-family: roboto,sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 46px;
}

    .woocommerce .woocommerce-ordering select {
        width: 250px;
        height: 46px;
        border: 1px solid #ccc;
        outline: none;
        background-image: url(../img/arrow-down.png);
        background-repeat: no-repeat;
        background-position: 91% center;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: 0;
        -webkit-padding-end: 15px;
        -webkit-padding-start: 15px;
        -webkit-user-select: none;
        overflow: hidden;
    }

        .woocommerce .woocommerce-ordering select:focus {
            outline: none;
        }

        .woocommerce .woocommerce-ordering select option {
            height: 40px;
            color: inherit;
            font-size: inherit;
            line-height: inherit;
        }

.woocommerce .products ul, .woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 40px 0;
    clear: both;
    list-style: none;
}

    .woocommerce .products ul:before, .woocommerce .products ul:after, .woocommerce ul.products:before, .woocommerce ul.products:after {
        display: table;
        content: '';
    }

    .woocommerce .products ul li.product, .woocommerce ul.products li.product {
        margin: 0 0 45px;
        padding: 0 15px;
        float: none;
        text-align: center;
    }

        .woocommerce .products ul li.product .button, .woocommerce .products ul li.product a, .woocommerce ul.products li.product .button, .woocommerce ul.products li.product a {
            margin-top: 0;
        }

        .woocommerce .products ul li.product:hover .product-link-wrapp, .woocommerce ul.products li.product:hover .product-link-wrapp {
            opacity: 1;
        }

        .woocommerce .products ul li.product .product-list-title + .price, .woocommerce ul.products li.product .product-list-title + .price {
            margin-top: 10px;
        }

        .woocommerce .products ul li.product .price, .woocommerce ul.products li.product .price {
            margin-top: 2px;
        }

        .woocommerce .products ul li.product .onsale, .woocommerce ul.products li.product .onsale {
            position: absolute;
            top: 20px;
            right: auto;
            bottom: auto;
            left: 20px;
            margin: 0;
        }

.woocommerce .product-list-image {
    position: relative;
    min-height: 345px;
    margin-bottom: 12px;
    background-color: #f8f8f8;
    background-position: center;
    background-size: contain;
}

.woocommerce .product-link-wrapp {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    opacity: 0;
}

.woocommerce .product-list-title {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
    color: #111;
    font-weight: 500;
}

    .woocommerce .product-list-title:hover {
        color: rgba(17,17,17,.7);
    }

    .woocommerce .product-list-title a {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
    }

@media only screen and (max-width:767px) {
    .woocommerce .woocommerce-ordering {
        float: none;
        clear: both;
    }
}

.woocommerce div.product {
    position: relative;
}

    .woocommerce div.product:after {
        content: '';
        display: table;
        clear: both;
    }

    .woocommerce div.product div.images {
        width: 50%;
        margin-bottom: 75px;
        padding-right: 15px;
    }

        .woocommerce div.product div.images .flex-control-thumbs {
            margin-right: -15px;
            margin-left: -15px;
        }

    .woocommerce div.product div.summary {
        width: 50%;
        margin-bottom: 75px;
        padding-left: 15px;
    }

    .woocommerce div.product .product_title {
        margin-bottom: 0;
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        margin: 0;
        padding: 16px 37px;
    }

        .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews {
            padding: 16px 0;
        }

@media only screen and (max-width:991px) {
    .woocommerce div.product div.images {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
    }

    .woocommerce div.product div.summary {
        width: 100%;
        margin-bottom: 30px;
        padding-left: 0;
    }
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 50px;
    padding: 0;
    border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 60px;
    padding: 0;
    border: 0;
    border-radius: 0;
}

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        display: block;
        margin-bottom: 0;
        color: #111;
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
    }

        .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
            font-size: 12px;
            font-weight: 300;
        }

.woocommerce #review_form #respond .comment-notes {
    margin-bottom: 15px;
}

.woocommerce #review_form #respond .comment-form-rating {
    margin-bottom: 20px;
}

    .woocommerce #review_form #respond .comment-form-rating label {
        margin-bottom: 0;
    }

.woocommerce #review_form #respond .stars {
    display: inline-block;
    margin: 0 0 0 10px;
}

    .woocommerce #review_form #respond .stars a {
        height: 32px;
        margin: 0 2px;
        color: #fc0;
        font-size: 14px;
    }

        .woocommerce #review_form #respond .stars a:before {
            top: 50%;
            -webkit-transform: translateY(-55%);
            -ms-transform: translateY(-55%);
            transform: translateY(-55%);
        }

.woocommerce #review_form #respond p {
    margin: 0;
}

.woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond input[type=email], .woocommerce #review_form #respond input[type=url], .woocommerce #review_form #respond input[type=password], .woocommerce #review_form #respond input[type=search], .woocommerce #review_form #respond input[type=tel], .woocommerce #review_form #respond input[type=number], .woocommerce #review_form #respond textarea {
    margin-bottom: 20px;
}

.related.products, .up-sells.products {
    clear: both;
}

    .related.products h2, .up-sells.products h2 {
        margin-bottom: 20px;
    }

.woocommerce .related.products .products ul, .woocommerce .related.products ul.products {
    padding: 0;
}

.woocommerce-checkout .prague-post-content-outer, .woocommerce-cart .prague-post-content-outer {
    max-width: none;
}

.woocommerce-checkout-review-order table.shop_table {
    border: 1px solid #f2f2f2!important;
    border-radius: 0;
    border-collapse: collapse;
}

    .woocommerce-checkout-review-order table.shop_table tr {
        border: 0;
    }

    .woocommerce-checkout-review-order table.shop_table th, .woocommerce-checkout-review-order table.shop_table td {
        border: 1px solid #f2f2f2!important;
    }

.woocommerce-cart-form table.shop_table {
    border: 1px solid #f2f2f2!important;
    border-radius: 0;
    border-collapse: collapse;
}

    .woocommerce-cart-form table.shop_table tr {
        border: 0;
    }

    .woocommerce-cart-form table.shop_table th, .woocommerce-cart-form table.shop_table td {
        border: 1px solid #f2f2f2!important;
    }

    .woocommerce-cart-form table.shop_table .product-remove {
        width: 70px;
    }

        .woocommerce-cart-form table.shop_table .product-remove .remove {
            margin-right: auto;
            margin-left: auto;
            color: #111!important;
            text-decoration: none;
        }

            .woocommerce-cart-form table.shop_table .product-remove .remove:hover {
                background-color: transparent!important;
            }

    .woocommerce-cart-form table.shop_table img {
        width: auto;
    }

    .woocommerce-cart-form table.shop_table .product-name a {
        text-decoration: none;
    }

    .woocommerce-cart-form table.shop_table .product-quantity .quantity {
        display: inline-block;
        font-size: 25px;
        line-height: 40px;
    }

        .woocommerce-cart-form table.shop_table .product-quantity .quantity .qty {
            padding: 0 0 0 10px;
            font-size: 20px;
            line-height: 38px;
        }

        .woocommerce-cart-form table.shop_table .product-quantity .quantity .q_inc:before, .woocommerce-cart-form table.shop_table .product-quantity .quantity .q_dec:before {
            font-size: 10px;
            line-height: 22px;
        }

    .woocommerce-cart-form table.shop_table .actions {
        padding: 20px 15px;
    }

        .woocommerce-cart-form table.shop_table .actions .coupon input[type=text] {
            width: auto;
            height: 57px;
            margin: 0 15px 0 0;
            padding: 16px 25px;
            float: none;
            -webkit-transition: border-bottom-color .3s ease-in,color .3s ease-in;
            -o-transition: border-bottom-color .3s ease-in,color .3s ease-in;
            transition: border-bottom-color .3s ease-in,color .3s ease-in;
            border: 0;
            border-bottom-width: 3px;
            border-bottom-style: solid;
            border-radius: 0;
            border-bottom-color: transparent;
            outline: none;
            background-color: #f2f2f2;
            color: rgba(17,17,17,.5);
            font-family: roboto,sans-serif;
            font-size: 12px;
            font-weight: 300;
            line-height: 26px;
        }

            .woocommerce-cart-form table.shop_table .actions .coupon input[type=text]:focus {
                border-bottom-color: #111;
                color: #111;
            }

@media only screen and (max-width:767px) {
    .woocommerce-cart-form table.shop_table .product-remove {
        width: 100%;
    }

        .woocommerce-cart-form table.shop_table .product-remove .remove {
            margin-left: 0;
        }

    .woocommerce-cart-form table.shop_table .actions .coupon input[type=text] {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .woocommerce-cart-form table.shop_table .actions .coupon input[type=submit] {
        width: 100%;
    }
}

.woocommerce .cart-collaterals .cart_totals table.shop_table {
    border: 1px solid #f2f2f2!important;
    border-radius: 0;
    border-collapse: collapse;
}

    .woocommerce .cart-collaterals .cart_totals table.shop_table tr {
        border: 0;
    }

    .woocommerce .cart-collaterals .cart_totals table.shop_table th, .woocommerce .cart-collaterals .cart_totals table.shop_table td {
        border: 1px solid #f2f2f2!important;
    }

.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    display: block;
    opacity: 1;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    border-radius: 0;
    background-color: #f2f2f2;
}

    #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
        border-bottom: 1px solid #f2f2f2;
    }

        #add_payment_method #payment ul.payment_methods li input[type=radio], .woocommerce-cart #payment ul.payment_methods li input[type=radio], .woocommerce-checkout #payment ul.payment_methods li input[type=radio] {
            display: none;
        }

            #add_payment_method #payment ul.payment_methods li input[type=radio]:checked + label:before, .woocommerce-cart #payment ul.payment_methods li input[type=radio]:checked + label:before, .woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked + label:before {
                background-color: #111;
            }

        #add_payment_method #payment ul.payment_methods li label, .woocommerce-cart #payment ul.payment_methods li label, .woocommerce-checkout #payment ul.payment_methods li label {
            position: relative;
            padding-left: 29px;
            cursor: pointer;
        }

            #add_payment_method #payment ul.payment_methods li label:before, .woocommerce-cart #payment ul.payment_methods li label:before, .woocommerce-checkout #payment ul.payment_methods li label:before {
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 0;
                width: 8px;
                height: 8px;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                border: 1px solid #111;
                border-radius: 50%;
                background-color: transparent;
                content: '';
            }

    #add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
        float: none;
        margin-left: 10px;
        line-height: 32px;
    }

.pagination {
    display: block;
    margin: 0;
    border-radius: 0;
}

    .pagination .previus-post, .pagination .next-post {
        display: inline-block;
    }

        .pagination .previus-post a, .pagination .next-post a {
            -webkit-transition: opacity .3s ease-in;
            -o-transition: opacity .3s ease-in;
            transition: opacity .3s ease-in;
            color: #111;
            font-size: 11px;
            font-weight: 500;
            line-height: 18px;
            opacity: 1;
            text-transform: uppercase;
        }

            .pagination .previus-post a:hover, .pagination .next-post a:hover {
                opacity: .2;
            }

        .pagination .previus-post i, .pagination .next-post i {
            display: none;
        }

    .pagination .next-post {
        float: right;
    }

.flex-viewport {
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
}

.all-zero-paddings {
    padding: 0!important;
}

@media only screen and (min-width:576px) and (max-width:767px) {
    a.pp_close {
        left: 10px!important;
        top: -55px!important;
    }

    .pp_pic_holder {
        left: 50%!important;
        width: 560px!important;
        margin-left: -270px!important;
    }

    div.pp_default .pp_content_container .pp_right {
        padding-right: 21px!important;
    }

    .pp_content, #pp_full_res img {
        width: 100%!important;
        height: 100%!important;
    }

    div.pp_default .pp_content_container .pp_details {
        margin-top: 20px!important;
    }
}

@media only screen and (max-width:575px) {
    a.pp_close {
        left: 10px!important;
        top: -55px!important;
    }

    .pp_pic_holder {
        left: 50%!important;
        width: 400px!important;
        margin-left: -195px!important;
    }

    div.pp_default .pp_content_container .pp_right {
        padding-right: 21px!important;
    }

    .pp_content, #pp_full_res img {
        width: 100%!important;
        height: 100%!important;
    }

    div.pp_default .pp_content_container .pp_details {
        margin-top: 20px!important;
    }
}

@media only screen and (max-width:400px) {
    .pp_pic_holder {
        left: 50%!important;
        width: 300px!important;
        margin-left: -150px!important;
    }
}

.fix-elem-height {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100vh;
}

.split-ms-right.ms-right {
    right: 0!important;
}

.split-wrapper .ms-tableCell {
    height: 100px;
    padding: 0;
}

.banner-slider-wrap {
    text-align: center;
}

    .banner-slider-wrap .container-fluid {
        z-index: 30;
    }

    .banner-slider-wrap .swiper-pagination {
        color: transparent;
        font-size: 30px;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: left;
        bottom: 45px;
        left: 12.5%;
    }

        .banner-slider-wrap .swiper-pagination span {
            color: #fff;
            display: none;
            background-color: transparent;
            width: auto;
            height: auto;
        }

            .banner-slider-wrap .swiper-pagination span:first-child, .banner-slider-wrap .swiper-pagination span:last-of-type {
                display: inline-block;
                opacity: 1;
            }

            .banner-slider-wrap .swiper-pagination span:first-child {
                position: relative;
                margin-right: 27px;
            }

                .banner-slider-wrap .swiper-pagination span:first-child::before {
                    content: '';
                    position: absolute;
                    height: 3px;
                    width: 270px;
                    background-color: #111;
                }

    .banner-slider-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,.3);
    }

    .banner-slider-wrap.andra .swiper-slide {
        width: 50%!important;
    }

    .banner-slider-wrap.andra .s-back-switch {
        background-position: center;
        background-size: cover;
        min-height: 640px;
        max-height: 90vh;
        height: auto!important;
    }

    .banner-slider-wrap.andra .swiper-pagination {
        position: static;
        margin-top: 30px;
        color: transparent;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .2px;
        line-height: 2;
        text-align: center;
    }

        .banner-slider-wrap.andra .swiper-pagination span {
            color: #222;
            display: none;
            background-color: transparent;
            width: auto;
            height: auto;
        }

            .banner-slider-wrap.andra .swiper-pagination span:first-child, .banner-slider-wrap.andra .swiper-pagination span:last-of-type {
                display: inline-block;
                opacity: 1;
            }

            .banner-slider-wrap.andra .swiper-pagination span:first-child {
                position: relative;
                margin-right: 35px;
            }

                .banner-slider-wrap.andra .swiper-pagination span:first-child::after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    height: 1px;
                    width: 30px;
                    margin: 0 7px;
                    background-color: #dfdede;
                }

        .banner-slider-wrap.andra .swiper-pagination .swiper-pagination-total {
            color: #999;
        }

    .banner-slider-wrap.andra .total-less10 .swiper-pagination .swiper-pagination-total:before {
        content: '0';
        display: inline-block;
        background-color: transparent;
        position: static;
        width: auto;
        height: 0;
    }

    .banner-slider-wrap.andra .current-less10 .swiper-pagination .swiper-pagination-current:before {
        content: '0';
        display: inline-block;
        background-color: transparent;
        position: static;
        width: auto;
        height: 0;
    }

@media only screen and (max-width:1199px) {
    .banner-slider-wrap.andra .s-back-switch {
        min-height: 440px;
    }
}

@media only screen and (max-width:1024px) {
    .banner-slider-wrap.andra .s-back-switch {
        min-height: 400px;
        margin: 0 15px;
    }
}

@media only screen and (max-width:768px) {
    .banner-slider-wrap.andra .swiper-slide {
        width: 100%!important;
        margin: 0;
    }

    .banner-slider-wrap.andra .s-back-switch {
        min-height: 350px;
    }
}

@media only screen and (max-width:480px) {
    .banner-slider-wrap.andra .s-back-switch {
        min-height: 380px;
    }
}

.about-section-classic {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

    .about-section-classic .about-section__img {
        height: 460px;
        width: 51%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        margin-left: 70px;
    }

    .about-section-classic .content {
        width: 42%;
        text-align: right;
    }

    .about-section-classic .subtitle {
        font-family: open sans,sans-serif;
        font-size: 18px;
        line-height: normal;
        color: #b6b6b6;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 25px;
        letter-spacing: normal;
        -webkit-font-smoothing: antialiased;
    }

    .about-section-classic .title {
        font-size: 48px;
        font-weight: 400;
        font-family: open sans,sans-serif;
        line-height: 1.25;
        letter-spacing: normal;
        color: #111;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .about-section-classic .grad-word {
        position: absolute;
        top: 50%;
        left: -60px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #111;
        font-size: 200px;
        font-weight: 600;
        font-family: open sans,sans-serif;
        line-height: normal;
        letter-spacing: normal;
    }

    .about-section-classic .grad-text {
        color: #111;
        font-size: 48px;
        font-style: italic;
        font-weight: 600;
        font-family: open sans,sans-serif;
        line-height: 1.25;
        letter-spacing: normal;
    }

    .about-section-classic .but-wrap {
        padding-top: 40px;
    }

@media only screen and (max-width:1200px) {
    .about-section-classic .about-section__img {
        width: 50%;
    }
}

@media only screen and (max-width:991px) {
    .about-section-classic .about-section__img {
        height: 350px;
        margin-left: 40px;
    }

    .about-section-classic .grad-word {
        left: -40px;
        font-size: 130px;
    }

    .about-section-classic .title, .about-section-classic .grad-text {
        font-size: 40px;
    }

    .about-section-classic .but-wrap {
        padding-top: 30px;
    }

    .no-padd-left {
        padding-left: 0!important;
    }

    .no-padd-right {
        padding-right: 0!important;
    }

    .no-marg-right {
        margin-right: 0!important;
    }

    .no-marg-left {
        margin-left: 0!important;
    }
}

@media only screen and (max-width:768px) {
    .about-section-classic .about-section__img {
        width: 100%;
        height: 300px;
        margin-left: 0;
    }

    .about-section-classic .content {
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }

    .about-section-classic .grad-word {
        left: -10px;
        font-size: 90px;
    }

    .about-section-classic .subtitle {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .about-section-classic .title, .about-section-classic .grad-text {
        font-size: 32px;
    }

    .about-section-classic .but-wrap {
        padding-top: 20px;
    }
}

.about-section-modern {
    position: relative;
    min-height: 600px;
    margin: 90px 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .about-section-modern .about-section__img {
        position: absolute;
        left: 0;
        top: 0;
        height: 600px;
        width: 65%;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .about-section-modern .content {
        text-align: right;
        z-index: 10;
        position: relative;
        float: right;
        max-width: 51%;
    }

    .about-section-modern .subtitle {
        font-family: open sans,sans-serif;
        font-size: 12px;
        line-height: 1.33;
        color: #111;
        font-style: normal;
        font-weight: 600;
        margin-bottom: 30px;
        letter-spacing: 1.8px;
        -webkit-font-smoothing: antialiased;
    }

    .about-section-modern .title {
        font-size: 50px;
        font-weight: 600;
        font-family: open sans,sans-serif;
        line-height: 1.26;
        letter-spacing: .2px;
        margin-bottom: 50px;
        color: #111;
        text-align: right;
    }

        .about-section-modern .title b {
            color: #111;
        }

    .about-section-modern .title-bg {
        position: absolute;
        top: -120px;
        right: -35%;
        color: #111;
        opacity: .05;
        font-size: 300px;
        font-weight: 700;
        letter-spacing: 15px;
        max-width: 60%;
        line-height: .9;
    }

    .about-section-modern .bg_title {
        width: 100%;
        -ms-word-break: break-all;
        word-break: break-all;
    }

@media only screen and (max-width:1400px) {
    .about-section-modern .title-bg {
        right: -27%;
    }
}

@media only screen and (max-width:1200px) {
    .about-section-modern {
        min-height: 500px;
        margin: 40px 0;
    }

        .about-section-modern .about-section__img {
            height: 500px;
            width: 55%;
        }

        .about-section-modern .content {
            width: 60%;
        }

        .about-section-modern .title {
            margin-bottom: 30px;
            font-size: 40px;
        }

        .about-section-modern .title-bg {
            top: -40px;
            max-width: 40%;
            font-size: 180px;
            right: -10%;
        }
}

@media only screen and (max-width:991px) {
    .about-section-modern .title-bg {
        top: 40px;
        font-size: 120px;
    }
}

@media only screen and (max-width:768px) {
    .about-section-modern {
        min-height: 450px;
    }

        .about-section-modern .about-section__img {
            height: 450px;
        }

        .about-section-modern .title {
            font-size: 32px;
        }

    .no-padd-left {
        padding-left: 15px!important;
    }

    .no-padd-right {
        padding-right: 15px!important;
    }
}

@media only screen and (max-width:576px) {
    .about-section-modern {
        min-height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
    }

        .about-section-modern .title-bg {
            position: static;
            max-width: none;
            margin-bottom: 15px;
            letter-spacing: 1px;
            font-size: 50px;
        }

        .about-section-modern .about-section__img {
            position: static;
            height: 300px;
            width: 100%;
        }

        .about-section-modern .content {
            margin-top: 30px;
            float: none;
            width: 100%;
            max-width: none;
            text-align: center;
        }

        .about-section-modern .title {
            margin-bottom: 15px;
            text-align: center;
        }

        .about-section-modern .subtitle {
            margin-bottom: 15px;
        }
}

.call-to-action.classic {
    position: relative;
}

    .call-to-action.classic .call-to-action-wrap {
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .call-to-action.classic .info-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 100px 15px;
    }

    .call-to-action.classic .call-title {
        padding-right: 30px;
        font-family: open sans,sans-serif;
        font-size: 40px;
        font-weight: 600;
        color: #fff;
        letter-spacing: .2px;
        line-height: 1.2;
    }

    .call-to-action.classic .call-to-action-bg {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 90px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

@media only screen and (max-width:991px) {
    .call-to-action.classic .call-to-action-bg {
        height: 60px;
    }

    .call-to-action.classic .info-wrap {
        padding: 100px 30px;
    }

    .call-to-action.classic .call-title {
        max-width: 500px;
        font-size: 34px;
    }
}

@media only screen and (max-width:767px) {
    .call-to-action.classic .call-to-action-bg {
        height: 30px;
    }

    .call-to-action.classic .info-wrap {
        padding: 50px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .call-to-action.classic .call-title {
        padding-right: 0;
        font-size: 28px;
        text-align: center;
    }

    .call-to-action.classic .btn-wrap {
        margin-top: 30px;
    }
}

@media only screen and (max-width:480px) {
    .call-to-action.classic .call-title {
        max-width: 100%;
    }
}

.services.right {
    padding: 107px 35px 35px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(189,168,127,.12);
    box-shadow: 0 20px 30px 0 rgba(189,168,127,.12);
}

    .services.right i {
        position: absolute;
        top: 27px;
        right: 35px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        z-index: 1;
    }

    .services.right .content .title {
        position: relative;
        -webkit-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease;
        font-family: open sans,sans-serif;
        font-size: 20px;
        color: #111;
        letter-spacing: normal;
        line-height: 2;
        font-weight: 600;
        margin-top: 0;
        z-index: 1;
    }

    .services.right .content .text {
        position: relative;
        margin-top: 10px;
        -webkit-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease;
        font-family: open sans,sans-serif;
        color: #777;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: normal;
        z-index: 1;
    }

    .services.right::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #111;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        opacity: 0;
        visibility: hidden;
    }

    .services.right:hover {
        -webkit-box-shadow: 0 20px 40px 0 rgba(189,168,127,.22);
        box-shadow: 0 20px 40px 0 rgba(189,168,127,.22);
    }

        .services.right:hover::before {
            visibility: visible;
            opacity: 1;
        }

        .services.right:hover .title, .services.right:hover .text {
            color: #fff;
        }

        .services.right:hover i {
            background-image: none!important;
            background-color: #fff;
        }

.services i {
    color: #111;
    font-size: 52px;
    text-align: right;
    display: inline-block;
    letter-spacing: .7px;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.contacts-info-wrap {
    position: relative;
    padding-bottom: 15px;
}

    .contacts-info-wrap img {
        margin-bottom: 18px;
    }

    .contacts-info-wrap .title {
        font-weight: 600;
        color: #111;
        margin-bottom: 0;
        letter-spacing: .2px;
    }

    .contacts-info-wrap .content-item div, .contacts-info-wrap .content-item a {
        font-size: 24px;
        font-weight: 800;
        display: block;
        line-height: 1.2;
        font-family: muli,sans-serif;
        color: #111;
        letter-spacing: .2px;
        -webkit-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease;
        text-decoration: none;
        margin-bottom: 25px;
    }

        .contacts-info-wrap .content-item a:hover {
            color: #111;
            opacity: 1;
        }

    .contacts-info-wrap.style6 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .contacts-info-wrap.style6 .item-wrapper {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .contacts-info-wrap.style6 .item-wrapper:not(:first-of-type) {
                margin-left: 50px;
            }

            .contacts-info-wrap.style6 .item-wrapper a {
                padding: 0 5px;
                text-decoration: none;
                font-size: 15px;
                font-weight: 800;
                letter-spacing: .2px;
                -webkit-transition: color .3s ease;
                -o-transition: color .3s ease;
                transition: color .3s ease;
            }

                .contacts-info-wrap.style6 .item-wrapper a:hover {
                    color: #111;
                }

                .contacts-info-wrap.style6 .item-wrapper a:not(:last-of-type)::after {
                    content: ", ";
                }

            .contacts-info-wrap.style6 .item-wrapper .title {
                color: #999;
                opacity: 1;
            }

    .contacts-info-wrap.style7 {
        background-color: #fff;
        max-width: 570px;
        width: 100%;
        padding: 65px 50px;
    }

        .contacts-info-wrap.style7 .title {
            font-size: 48px;
            font-weight: 800;
            line-height: 1.2;
            letter-spacing: .2px;
            margin-bottom: 25px;
            color: #111;
            text-align: center;
            opacity: 1;
        }

        .contacts-info-wrap.style7 .text {
            font-size: 14px;
            line-height: 1.2;
            letter-spacing: .2px;
            color: #999;
            margin-bottom: 43px;
            text-align: center;
        }

        .contacts-info-wrap.style7 .form .input_protected_wrapper {
            left: 50%;
            position: relative;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .contacts-info-wrap.style7 .form .wpcf7-form-control-wrap:nth-of-type(2n-1) {
            margin-right: 30px;
        }

        .contacts-info-wrap.style7 .form .wpcf7-form-control-wrap:last-of-type {
            margin-right: auto;
            float: none;
        }

        .contacts-info-wrap.style7 .form .wpcf7-form-control-wrap:not(:last-of-type) {
            display: block;
            width: calc(50% - 15px);
            float: left;
        }

span.wpcf7-not-valid-tip {
    position: relative;
    clear: both;
    margin-bottom: 15px;
    top: -15px;
}

.wpcf7 * {
    text-transform: none;
}

.wpcf7 .ajax-loader {
    display: none!important;
}

@media only screen and (max-width:768px) {
    .contacts-info-wrap .form p {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .contacts-info-wrap .form p span {
            width: 100%;
        }

            .contacts-info-wrap .form p span:not(.textarea):nth-of-type(2n), .contacts-info-wrap .form p span:not(.textarea):nth-of-type(2n+1) {
                margin-right: 0;
                margin-left: 0;
            }

    .contacts-info-wrap input[type=submit] {
        margin-top: 10px;
    }
}

.contacts-info-wrap.info_with_form .title {
    font-size: 34px;
    font-family: open sans,sans-serif;
    color: #111;
    font-weight: 600;
    line-height: 1.32;
    letter-spacing: .2px;
    margin-bottom: 20px;
}

.contacts-info-wrap.info_with_form .text {
    margin-bottom: 30px;
    color: #000;
    font-family: open sans,sans-serif;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: .2px;
    opacity: .4;
}

.contacts-info-wrap.info_with_form .phone-wrapper, .contacts-info-wrap.info_with_form .address-wrapper, .contacts-info-wrap.info_with_form .email-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

    .contacts-info-wrap.info_with_form .phone-wrapper i, .contacts-info-wrap.info_with_form .address-wrapper i, .contacts-info-wrap.info_with_form .email-wrapper i {
        margin-right: 15px;
        font-size: 26px;
        width: 26px;
        text-align: center;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .contacts-info-wrap.info_with_form .phone-wrapper .email, .contacts-info-wrap.info_with_form .phone-wrapper .address, .contacts-info-wrap.info_with_form .address-wrapper .email, .contacts-info-wrap.info_with_form .address-wrapper .address, .contacts-info-wrap.info_with_form .email-wrapper .email, .contacts-info-wrap.info_with_form .email-wrapper .address {
        color: #000;
        font-family: open sans,sans-serif;
        font-size: 16px;
        letter-spacing: .2px;
        opacity: .4;
    }

    .contacts-info-wrap.info_with_form .phone-wrapper a, .contacts-info-wrap.info_with_form .address-wrapper a, .contacts-info-wrap.info_with_form .email-wrapper a {
        text-decoration: none;
        -webkit-transition: opacity .35s ease;
        -o-transition: opacity .35s ease;
        transition: opacity .35s ease;
        display: inline-block;
        margin-right: 15px;
    }

        .contacts-info-wrap.info_with_form .phone-wrapper a:hover, .contacts-info-wrap.info_with_form .address-wrapper a:hover, .contacts-info-wrap.info_with_form .email-wrapper a:hover {
            opacity: 1;
        }

.contacts-info-wrap.info_with_form .form-wrap {
    max-width: 570px;
}

    .contacts-info-wrap.info_with_form .form-wrap .container {
        max-width: 100%;
        padding: 0;
    }

.contacts-info-wrap.info_with_form .form {
    margin-left: 0;
    margin-right: auto;
}

    .contacts-info-wrap.info_with_form .form form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .contacts-info-wrap.info_with_form .form form .frm_form_fields {
            width: 100%;
        }

    .contacts-info-wrap.info_with_form .form p {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .contacts-info-wrap.info_with_form .form p span {
            width: calc(50% - 10px);
            margin-bottom: 20px;
        }

            .contacts-info-wrap.info_with_form .form p span span.wpcf7-not-valid-tip {
                position: static;
                width: 100%;
                margin-bottom: 0;
            }

            .contacts-info-wrap.info_with_form .form p span.textarea, .contacts-info-wrap.info_with_form .form p span.subject {
                width: 100%;
            }

            .contacts-info-wrap.info_with_form .form p span:not(.textarea):not(.subject):nth-of-type(2n+1) {
                margin-right: 10px;
            }

            .contacts-info-wrap.info_with_form .form p span:not(.textarea):not(.subject):nth-of-type(2n) {
                margin-left: 10px;
            }

.contacts-info-wrap.info_with_form textarea {
    border: 0;
    outline: none;
    width: 100%;
    height: 105px;
    max-width: 100%;
    padding: 10px 20px;
    border: 3px solid #e6e6e6;
    color: rgba(0,0,0,.4);
    font-family: open sans,sans-serif;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .2px;
    -webkit-transition: border-color .35s ease;
    -o-transition: border-color .35s ease;
    transition: border-color .35s ease;
    resize: none;
}

    .contacts-info-wrap.info_with_form textarea:focus {
        border-color: #111;
    }

.contacts-info-wrap.info_with_form input {
    border: 0;
    outline: none;
}

    .contacts-info-wrap.info_with_form input:not([type=submit]) {
        width: 100%;
        padding: 10px 20px;
        border: 3px solid #e6e6e6;
        color: rgba(0,0,0,.4);
        font-family: open sans,sans-serif;
        font-size: 15px;
        letter-spacing: .2px;
        line-height: 1.6;
        -webkit-transition: border-color .35s ease;
        -o-transition: border-color .35s ease;
        transition: border-color .35s ease;
    }

        .contacts-info-wrap.info_with_form input:not([type=submit]):focus {
            border-color: #111;
        }

@media only screen and (max-width:991px) {
    .contacts-info-wrap.info_with_form input[type=submit] {
        margin-top: 10px;
    }
}

@media only screen and (max-width:767px) {
    .contacts-info-wrap.info_with_form .form {
        max-width: 100%;
    }

        .contacts-info-wrap.info_with_form .form p {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .contacts-info-wrap.info_with_form input[type=submit] {
        margin-top: 0;
    }

    .contacts-info-wrap.info_with_form .content {
        margin-bottom: 40px;
        text-align: center;
    }

    .contacts-info-wrap.info_with_form .phone-wrapper, .contacts-info-wrap.info_with_form .address-wrapper, .contacts-info-wrap.info_with_form .email-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

        .contacts-info-wrap.info_with_form .phone-wrapper .phone-list, .contacts-info-wrap.info_with_form .phone-wrapper .address-list, .contacts-info-wrap.info_with_form .phone-wrapper .email-list, .contacts-info-wrap.info_with_form .address-wrapper .phone-list, .contacts-info-wrap.info_with_form .address-wrapper .address-list, .contacts-info-wrap.info_with_form .address-wrapper .email-list, .contacts-info-wrap.info_with_form .email-wrapper .phone-list, .contacts-info-wrap.info_with_form .email-wrapper .address-list, .contacts-info-wrap.info_with_form .email-wrapper .email-list {
            width: 100%;
            text-align: center;
        }
}

@media only screen and (max-width:480px) {
    .contacts-info-wrap.info_with_form .title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .contacts-info-wrap.info_with_form .text {
        margin-bottom: 20px;
    }

    .contacts-info-wrap.info_with_form .content {
        margin-bottom: 30px;
    }

    .contacts-info-wrap.info_with_form .form p {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .contacts-info-wrap.info_with_form .form p span {
            width: 100%;
        }

            .contacts-info-wrap.info_with_form .form p span:not(.textarea):not(.subject):nth-of-type(2n), .contacts-info-wrap.info_with_form .form p span:not(.textarea):not(.subject):nth-of-type(2n+1) {
                margin-left: 0;
                margin-right: 0;
            }
}

.split-wrapper .skills {
    width: 100%;
    margin: 50px 0 0;
    max-width: 530px;
}

    .split-wrapper .skills .skill {
        color: #222;
        font-size: 14px;
        text-align: left;
        font-weight: 700;
        position: relative;
    }

        .split-wrapper .skills .skill:not(:last-child) {
            margin-bottom: 30px;
        }

    .split-wrapper .skills .line {
        background-color: #f0f0f0;
        position: relative;
        width: 100%;
        height: 5px;
        margin: 9px 0 0;
    }

        .split-wrapper .skills .line .active-line {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 0;
            -webkit-transition: width 1.5s ease;
            -o-transition: width 1.5s ease;
            transition: width 1.5s ease;
            background-color: #222;
        }

    .split-wrapper .skills .skill-label {
        text-align: left;
    }

    .split-wrapper .skills .skill-value {
        display: inline-block;
        float: right;
        text-align: right;
    }

        .split-wrapper .skills .skill-value.active-line {
            position: absolute;
            left: 0;
            width: 0;
            opacity: 1;
            -webkit-transition: width 1.5s ease,opacity 1.5s ease;
            -o-transition: width 1.5s ease,opacity 1.5s ease;
            transition: width 1.5s ease,opacity 1.5s ease;
        }

    .split-wrapper .skills.light .skill {
        color: #fff;
    }

    .split-wrapper .skills.light .line {
        background-color: rgba(255,255,255,.18);
    }

    .split-wrapper .skills.text-right {
        margin-left: auto;
    }

    .split-wrapper .skills.text-center {
        margin-left: auto;
        margin-right: auto;
    }

@media(max-width:1200px) {
    .split-wrapper .skills;

{
    margin-top: 30px;
}

}

@media(min-width:1200px) {
    .split-wrapper .ms-tableCell;

{
    height: 100px!important;
}

}

@media(min-width:1280px) {
    .margin-slider;

{
    margin-top: 300px!important;
}

}

@media(max-width:767px) {
    .split-wrapper .skills;

{
    margin-left: auto;
    margin-right: auto;
}

}

.split-wrapper {
    height: 100vh;
}

    .split-wrapper .ms-section {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .split-wrapper .ms-section.ms-table {
            display: table;
            width: 100%;
        }

    .split-wrapper .ms-tableCell {
        background-position: 50%;
        background-size: cover;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%;
    }

    .split-wrapper .ms-scrollable {
        overflow: hidden;
        position: relative;
    }

    .split-wrapper .ms-scroller {
        overflow: hidden;
    }

    .split-wrapper .iScrollIndicator {
        border: 0!important;
    }

    .split-wrapper .ms-easing {
        -webkit-transition: all .7s ease-out;
        -o-transition: all .7s ease-out;
        transition: all .7s ease-out;
    }

    .split-wrapper .ms-responsive .ms-hide {
        display: none;
    }

    .split-wrapper .subtitle {
        font-family: Roboto,sans-serif;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 4.5px;
        font-weight: 300;
        color: #111;
    }

    .split-wrapper .title {
        font-size: 40px;
        font-family: Roboto,sans-serif;
        font-weight: 700;
        letter-spacing: 3.5px;
        text-transform: uppercase;
        line-height: 1.35;
        margin-bottom: 30px;
    }

        .split-wrapper .title:not(:first-child) {
            margin-top: 15px;
        }

    .split-wrapper .description {
        font-family: Roboto,sans-serif;
        font-size: 16px;
        line-height: 32px;
        font-weight: 400;
        color: #7e7d7d;
    }

    .split-wrapper .link-wrap {
        margin-top: 52px;
    }

        .split-wrapper .link-wrap a {
            margin: auto 15px;
        }

    .split-wrapper .wpcf7 {
        margin-top: 50px;
        max-width: 530px;
    }

        .split-wrapper .wpcf7 .ajax-loader, .split-wrapper .wpcf7 br {
            display: none;
        }

        .split-wrapper .wpcf7 textarea, .split-wrapper .wpcf7 input:not([type=submit]) {
            background-color: transparent;
            width: 100%;
            padding: 16px 18px;
            border: 1px solid #eee;
            color: #888;
            font-size: 15px;
            line-height: 21px;
            margin-bottom: 30px;
        }

            .split-wrapper .wpcf7 textarea::-webkit-input-placeholder, .split-wrapper .wpcf7 input:not([type=submit])::-webkit-input-placeholder {
                color: inherit;
            }

            .split-wrapper .wpcf7 textarea::-moz-placeholder, .split-wrapper .wpcf7 input:not([type=submit])::-moz-placeholder {
                color: inherit;
            }

            .split-wrapper .wpcf7 textarea:-ms-input-placeholder, .split-wrapper .wpcf7 input:not([type=submit]):-ms-input-placeholder {
                color: inherit;
            }

            .split-wrapper .wpcf7 textarea:-moz-placeholder, .split-wrapper .wpcf7 input:not([type=submit]):-moz-placeholder {
                color: inherit;
            }

            .split-wrapper .wpcf7 textarea:focus, .split-wrapper .wpcf7 input:not([type=submit]):focus {
                color: #bda87f;
                border-color: #bda87f;
                outline: 1px solid #bda87f;
            }

        .split-wrapper .wpcf7 textarea {
            height: 148px;
            resize: none;
        }

        .split-wrapper .wpcf7 input[type=submit] {
            margin-top: 6px;
        }

        .split-wrapper .wpcf7 div.wpcf7-mail-sent-ok, .split-wrapper .wpcf7 div.wpcf7-validation-errors, .split-wrapper .wpcf7 div.wpcf7-acceptance-missing {
            margin: 0;
            padding: 0;
            font-size: 12px;
            color: #888;
            text-align: center;
            margin-top: 7px;
        }

        .split-wrapper .wpcf7 span.wpcf7-not-valid-tip {
            font-size: 12px;
            color: #888;
            margin-top: 7px;
        }

    .split-wrapper .image-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 34px -10px 0;
    }

        .split-wrapper .image-list.text-center {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .split-wrapper .image-list.text-right {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

    .split-wrapper .image-item {
        padding: 20px 10px 0;
        width: 50%;
    }

        .split-wrapper .image-item.three {
            width: 33.33%;
        }

        .split-wrapper .image-item.four {
            width: 25%;
        }

    .split-wrapper .content-wrap {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

        .split-wrapper .content-wrap.light .title {
            color: #fff;
        }

        .split-wrapper .content-wrap.light .wpcf7 textarea, .split-wrapper .content-wrap.light .wpcf7 input:not([type=submit]) {
            border-color: rgba(255,255,255,.2);
            color: rgba(255,255,255,.3);
        }

            .split-wrapper .content-wrap.light .wpcf7 textarea:focus, .split-wrapper .content-wrap.light .wpcf7 input:not([type=submit]):focus {
                color: #fff;
            }

        .split-wrapper .content-wrap.text-right .wpcf7 {
            margin-left: auto;
        }

        .split-wrapper .content-wrap.text-center .wpcf7 {
            margin-left: auto;
            margin-right: auto;

        }

    .split-wrapper .split-mob-image {
        height: 60vw;
        min-height: 250px;
        margin-bottom: 80px;
        background-size: cover;
        background-position: 50%;
        margin-left: -25px;
        margin-right: -25px;
    }

    .split-wrapper .split-mob-section {
        padding: 0 25px 80px;
    }

#multiscroll-nav {
    margin-top: 0!important;
    position: absolute;
    left: 63px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 111;
}

    #multiscroll-nav.right {
        left: auto;
        right: 63px;
    }

    #multiscroll-nav ul {
        margin: 0;
        list-style-type: none;
    }

    #multiscroll-nav li + li {
        margin-top: 20px;
    }

    #multiscroll-nav a {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: block;
        background-color: #222;
        -webkit-transition: 1s .25s;
        -o-transition: 1s .25s;
        transition: 1s .25s;
    }

        #multiscroll-nav a.active {
            background-color: #fff;
        }

.split-wrapper--mob {
    display: none;
}

@media(max-width:991px) {
    .split-wrapper;

{
    height: auto;
}

.split-wrapper--desctop {
    display: none;
}

.split-wrapper--mob {
    display: block;
}

}

@media(max-width:991px) {
    html .split-slider-init,body.split-slider-init;

{
    overflow: auto!important;
    height: auto!important;
}

#multiscroll-nav {
    display: none;
}

}

@media(max-width:1500px) {
    .split-wrapper .ms-tableCell;

{
    padding: 0;
}

#multiscroll-nav {
    left: 48px;
}

    #multiscroll-nav.right {
        right: 48px;
    }

}

@media screen and (max-width:1199px) and (min-width:992px) {
    .split-wrapper .link-wrap a {
        margin-bottom: 10px;
    }
}

@media(max-width:1200px) {
    .split-wrapper .ms-tableCell;

{
    padding: 0 80px 100px;
}

.split-wrapper .title {
    font-size: 32px;
}

.split-wrapper .link-wrap, .split-wrapper .wpcf7 {
    margin-top: 30px;
}

.split-wrapper .image-list {
    margin-top: 10px;
}

#multiscroll-nav {
    left: 35px;
}

    #multiscroll-nav.right {
        right: 35px;
    }

}

@media(max-width:991px) {
    .split-ms-left,.split-ms-right;

{
    width: 100%!important;
}

.padd-only-md-left {
    padding-left: 0!important;
}

.padd-only-md-right {
    padding-right: 0!important;
}

.no-padd-md {
    padding: 0;
}

.vindow-height {
    margin-top: 0!important;
}

}

@media(max-width:768px) {
    .margin-top;

{
    margin-top: 80px!important;
}

.split-wrapper .split-mob-image {
    margin-bottom: 60px;
}

.split-wrapper .split-mob-section {
    padding-bottom: 60px;
}

.split-wrapper .title {
    font-size: 27px;
}

.split-wrapper .image-item {
    width: 100%;
}

    .split-wrapper .image-item.three {
        width: 100%;
    }

    .split-wrapper .image-item.four {
        width: 100%;
    }

.split-wrapper .wpcf7 textarea, .split-wrapper .wpcf7 input:not([type=submit]) {
    text-align: center;
}

.no-padd-xs {
    padding: 0!important;
}

.height-mobile {
    height: 350px!important;
}

}

@media(max-width:480px) {
    .no-padd-md;

{
    padding: 0 15px!important;
}

.no-padd-small {
    padding: 0!important;
}

.split-wrapper .split-mob-image {
    margin-bottom: 45px;
}

.split-wrapper .split-mob-section {
    padding-bottom: 45px;
}

.split-wrapper .link-wrap a {
    margin-bottom: 10px;
}

.height-mobile {
    height: 300px!important;
}

}

@media(max-width:375px) {
    .no-padd-sides-xs;

{
    padding-left: 0!important;
    padding-right: 0!important;
}

}

@media(max-width:320px) {
    .no-padd-xs;

{
    padding: 0!important;
}

.vindow-height {
    margin-top: 0!important;
    margin-bottom: -20px!important;
}

}

.no-fixed-color-white {
    position: static;
    background-color: #fff!important;
}

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

.margin-top {
    margin-top: 94px;
}

.no-marg-bottom {
    margin-bottom: 0!important;
}

@media screen and (min-width:1024px) {
    .marg-top {
        margin-top: 88px!important;
    }
}

@media screen and (min-width:1280px) {
    .marg-item {
        margin-top: -40px!important;
    }
}

.overflow {
    overflow: hidden;
}

.specialcolorInput::placeholder {
    color: #fff;
}

.display-none {
    display: none!important;
}

.gallery-hidden {
    display: none;
}

.display-block {
    display: block!important;
}

@media screen and (min-width:320px) {
    .padd-lg-sides-7p {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}

@media screen and (min-width:769px) {
    .padd-lg-sides-7p {
        padding-left: 7px!important;
        padding-right: 7px!important;
    }
}

.no-padd-top {
    padding-top: 0!important;
}

.no-padd-bottom {
    padding-bottom: 0!important;
}

@media screen and (max-width:767px) {
    .no-padd-767 {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

.header-top {
    position: relative!important;
}

.font-size-40 {
    font-size: 40px!important;
    font-weight: 700!important;
}

@media only screen and (max-width:991px) {
    .font-size-40 {
        font-size: 30px!important;
    }

    .no-padd-991 {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .margin-top-md {
        margin-top: 65px!important;
    }
}

@media screen and (max-width:1280px) {
    .no-padd-lg {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

@media screen and (max-width:767px) {
    .text-alight-lft {
        text-align: left!important;
    }

    .flex-item {
        display: block!important;
    }

    .display-none-md {
        display: none;
    }

    .margin-top-md {
        margin-top: 0!important;
    }

    .no-marg-767 {
        margin-top: 0!important;
    }
}

.flex-item {
    display: flex;
    justify-content: space-between;
}

.flex-select {
    display: flex;
    justify-content: space-between;
}

.flex-input {
    display: flex;
    justify-content: space-between;
}

.aling-text-center {
    text-align: center!important;
}

@media screen and (max-width:991px) {
    .flex-item {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .flex-select {
        display: block!important;
    }
}

.hover-no {
    cursor: not-allowed!important;
    color: #a09a9a!important;
    border-color: #a09a9a!important;
}

    .hover-no:hover {
        background-color: #fff!important;
    }

.marg-left {
    margin-left: 50%!important;
}

@media screen and (max-width:768px) {
    .marg-left {
        margin-left: 0%!important;
    }

    .block-min {
        display: block!important;
    }
}

.overlay-img {
    opacity: .7;
}

.flex-img {
    display: flex;
}

.post-mrg {
    margin-top: 10px!important;
}

.padding-sm-0bt {
    padding-bottom: 0!important;
}

@media screen and (min-width:768px) {
    .padding-sm-0bt {
        padding-bottom: 40px!important;
    }
}

@media screen and (min-width:991px) {
    .padding-sm-0bt {
        padding-bottom: 60px!important;
    }
}

.padd-left-right-15 {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

@media screen and (max-width:767px) {
    .padd-left-right-15 {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

.glyphicon-chevron-right:before {
    content: '';
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    line-height: 32px;
    border-width: 0 0 1px 1px;
    position: absolute;
}

.glyphicon-chevron-left:before {
    content: '';
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    line-height: 32px;
    border-width: 0 0 1px 1px;
    position: absolute;
}

.slider-img .location {
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    font-family: Roboto;
    letter-spacing: 4px;
    transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    text-align: center;
    padding-top: 16%;
    text-transform: uppercase;
    font-size: 14px;
}

.slider-img .slideTitle {
    color: #fff;
    padding: 90px 0!important;
}

.item .location {
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.item.active .location {
    opacity: 1;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
}

.item .show2 {
    opacity: 0;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
}

.item.active .show2 {
    opacity: 1;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
}

.item .slideTitle {
    opacity: 0;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}

.item.active .slideTitle {
    opacity: 1.5;
}

.item .hide {
    opacity: 1;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
}

.item.active .hide {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    opacity: 0;
}

.item .hide2 {
    opacity: 1;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

.item.active .hide2 {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.item .slideTitle2 {
    opacity: 1;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    transition: 2s;
}

.item.active .slideTitle2 {
    opacity: 0;
}

.carousel-control.right {
    background: 0 0;
}

.carousel-control.left {
    background: 0 0;
}

.revo {
    background-color: #000;
}

.numberz {
    position: absolute;
    top: 48%;
    left: 25%;
}

.number-2 {
    left: 63%;
}

.numberz span {
    padding: 2px;
    transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 32px;
    border-width: 0;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 16px;
}

.length {
    display: block;
    margin-top: -20px!important;
    margin-left: 25px!important;
}

.changed1, .changed2 {
    margin-left: -10px!important;
}

@media screen and (max-width:1280px) {
    .numberz {
        top: 50%;
    }
}

@media screen and (max-width:1024px) {
    .slideTitle {
        font-size: 45px!important;
    }

    .slider-img .location {
        padding-top: 21%;
        font-size: 12px;
    }
}

@media screen and (max-width:990px) {
    .numberz {
        display: none;
    }

    .glyphicon-chevron-right:before {
        display: none;
    }

    .glyphicon-chevron-left:before {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .slider-img .location {
        padding-top: 30%;
    }

    .slider-img img {
        width: auto!important;
    }
}

@media screen and (max-width:425px) {
    .slider-img .location {
        padding-top: 45%;
        font-size: 12px!important;
    }

    .carousel-caption {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    .location {
        font-size: 18px!important;
    }

    .slider-img .slideTitle {
        padding: 60px;
        font-size: 30px!important;
    }
}

@media screen and (max-width:320px) {
    .slider-img .location {
        padding-top: 50%;
        font-size: 9px!important;
    }

    .slideTitle {
        font-size: 23px!important;
    }
}

.carousel-inner, .item {
    height: 100vh!important;
}

.page-ruler-guide-bottom-left {
    overflow: hidden;
}

.border-only {
    padding: 7px 45px;
    line-height: 32px!important;
    font-weight: 500!important;
    text-align: center!important;
    font-size: 11px!important;
    letter-spacing: 0!important;
    border-left-style: none !important;
    border-left-color: inherit !important;
    border-left-width: medium;
    border-right-style: none !important;
    border-right-color: inherit !important;
    border-right-width: medium;
    border-top-style: none !important;
    border-top-color: inherit !important;
    border-top-width: medium;
    border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: medium;
}

@media screen and (max-width:320px) {
    .align-left {
        text-align: left!important;
    }
}

@media screen and (max-width:767px) {
    .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-img {
        position: relative;
    }
    .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-img {
        height:auto;
    }
    .prague_list .project-list-item .project-list-outer .project-list-wrapper {
    padding:0;
    display:block;
    }
}