/*-------------------------------------------------------*/
/* COLORS */
/*-------------------------------------------------------*/
/*STYLE.CSS*/
/*-------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------*/
/* Template Name: PRAGUE */
/* Version: 1.0.3 */
/* Build Date: */
/* Author:  */
/* Website: */
/* Copyright: (C) */
/*------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/*
    1. TEXT SETTINGS
    2. GLOBAL SETTINGS
    3. GLOBAL CLASS
    4. CUSTOM PADDINGS/MARGINS
    5. SWIPER
    6. SLICK
    7. PRELOADER
    8. HEADER
    9. FILTER TOP
    10. FOOTER
    11. BANNER
    12. HEADINGS
    13. COUNTER
    14. TESTIMONIALS
    15. TEAM
    16. AWARDS LIST
    17. ADRESS BLOCK
    18. CONTACT FORM
    19. PRICING
    20. CLIENTS
    21. SERVICES DETAIL PAGE
    22. PORTFOLIO COLUMNS
    23. SERVICES
    24. SHORTCODE PARENT
    25. BOOKS
    26. MEDIA
    27. EXHIBITION GRID
    28. PROJECT GRID
    29. PROJECT CATEGORIES
    30. PROJECT MASONRY
    31. PROJECT FILMSTRIP
    32. PROJECT LIST
    33. TIMELINE LIST
    34. TIMELINE IMAGE
    35. TIMELINE EXHIBITION
    36. BLOG GRID
    37. BLOG LIST
    38. BLOG DETAIL
    39. COMMENTS
    40. POST NAVIGATION & TAGS
    41. SIDEBAR
    42. BLOG PAGER
    43. ERROR PAGE
    44. PROTECTED PAGE
    45. COMING SOON
    46. PROJECT DETAIL PARALLAX
    47. PROJECT DETAIL PARALLAX + TEXT
    48. PROJECT DETAIL BLOCK
    49. PROJECT DETAIL SIMPLE
    50. PROJECT DETAIL SPLITTED & CREATIVE BANNER
    51. PROJECT DETAIL IMAGE TOOLTIPS
    52. PROJECT DETAIL GALLERY
    53. PROJECT DETAIL SLIDER
    54. PROJECT DETAIL BEFORE
    55. PROJECT DETAIL FULLSCREEN
   */
/*-------------------------------------------------------*/
/* TEXT SETTING */
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* GLOBAL SETTING */
/*-------------------------------------------------------*/
* {
    font-family: "Roboto", sans-serif;
}

html, body {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #111111;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #111111;
}

h1 {
    font-size: 54px;
    line-height: 56px;
}

h2 {
    font-size: 40px;
    line-height: 44px;
}

h3 {
    font-size: 33px;
    line-height: 33px;
}

h4 {
    font-size: 20px;
    line-height: 32px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #7e7d7d;
}

ul, ol, li {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

.vc_custom_1488483852815 {
    margin-top: 30px !important;
}

.margin-minus-left {
    margin-left: -15px !important;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 34px;
        line-height: 38px;
    }

    h2 {
        font-size: 30px;
        line-height: 34px;
    }

    h3 {
        font-size: 26px;
        line-height: 30px;
    }
}

/*-------------------------------------------------------*/
/* GLOBAL CLASS */
/*-------------------------------------------------------*/
.s-back-switch {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.s-back-sibling-switch {
    position: relative;
}

    .s-back-sibling-switch .s-sibling-switch {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.enable_overlay, .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.vertical-align {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.no-scroll {
    overflow-y: hidden !important;
}

.a-btn {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 46px;
    background-color: transparent;
    border: none;
    color: white;
    -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

    .a-btn:after, .a-btn:before {
        content: '';
        display: block;
        position: absolute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .a-btn:after {
        top: 0;
        left: 0;
    }

    .a-btn:before {
        bottom: 0;
        right: 0;
    }

    .a-btn .a-btn-line {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 20;
    }

        .a-btn .a-btn-line:after, .a-btn .a-btn-line:before {
            content: '';
            display: block;
            position: absolute;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            top: 50%;
            height: 1px;
            background-color: white;
        }

        .a-btn .a-btn-line:before {
            left: -11px;
        }

        .a-btn .a-btn-line:after {
            right: -11px;
        }

    .a-btn.simple:after, .a-btn.simple:before {
        border: 1px solid white;
        width: 100%;
        height: 100%;
    }

    .a-btn.simple .a-btn-line:after, .a-btn.simple .a-btn-line:before {
        width: 22px;
        -webkit-transition: background-color 0.3s ease-in;
        -o-transition: background-color 0.3s ease-in;
        transition: background-color 0.3s ease-in;
    }

    .a-btn.creative:after, .a-btn.creative:before {
        border: 1px solid transparent;
        width: 0;
        height: 0;
    }

    .a-btn.creative:after {
        -webkit-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
        -o-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
        transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
    }

    .a-btn.creative:before {
        -webkit-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
        -o-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
        transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
    }

    .a-btn.creative .a-btn-line:after, .a-btn.creative .a-btn-line:before {
        width: 0;
        -webkit-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
        -o-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
        transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
    }

    .a-btn.creative.anima:after, .a-btn.creative.anima:before {
        width: 100%;
        height: 100%;
    }

    .a-btn.creative.anima:after {
        border-top-color: white;
        border-right-color: white;
        -webkit-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
        -o-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
        transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
    }

    .a-btn.creative.anima:before {
        border-bottom-color: white;
        border-left-color: white;
        -webkit-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
        -o-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
        transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
    }

    .a-btn.creative.anima .a-btn-line:after, .a-btn.creative.anima .a-btn-line:before {
        width: 22px;
        -webkit-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
        -o-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
        transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
    }

    .a-btn:hover, .a-btn:focus {
        color: #111111;
        background-color: white;
        text-decoration: none;
    }

        .a-btn:hover .a-btn-line:after, .a-btn:hover .a-btn-line:before, .a-btn:focus .a-btn-line:after, .a-btn:focus .a-btn-line:before {
            background-color: #111111;
        }

.a-btn-2 {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 46px;
    background-color: transparent;
    border: none;
    color: #111111;
    -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

    .a-btn-2:after, .a-btn-2:before {
        content: '';
        display: block;
        position: absolute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .a-btn-2:after {
        top: 0;
        left: 0;
    }

    .a-btn-2:before {
        bottom: 0;
        right: 0;
    }

    .a-btn-2 .a-btn-line {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 20;
    }

        .a-btn-2 .a-btn-line:after, .a-btn-2 .a-btn-line:before {
            content: '';
            display: block;
            position: absolute;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            top: 50%;
            height: 1px;
            background-color: #111111;
        }

        .a-btn-2 .a-btn-line:before {
            left: -11px;
        }

        .a-btn-2 .a-btn-line:after {
            right: -11px;
        }

    .a-btn-2.simple:after, .a-btn-2.simple:before {
        border: 1px solid #111111;
        width: 100%;
        height: 100%;
    }

    .a-btn-2.simple .a-btn-line:after, .a-btn-2.simple .a-btn-line:before {
        width: 22px;
        -webkit-transition: background-color 0.3s ease-in;
        -o-transition: background-color 0.3s ease-in;
        transition: background-color 0.3s ease-in;
    }

    .a-btn-2.creative:after, .a-btn-2.creative:before {
        border: 1px solid transparent;
        width: 0;
        height: 0;
    }

    .a-btn-2.creative:after {
        -webkit-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
        -o-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
        transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
    }

    .a-btn-2.creative:before {
        -webkit-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
        -o-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
        transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
    }

    .a-btn-2.creative .a-btn-line:after, .a-btn-2.creative .a-btn-line:before {
        width: 0;
        -webkit-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
        -o-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
        transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
    }

    .a-btn-2.creative.anima:after, .a-btn-2.creative.anima:before {
        width: 100%;
        height: 100%;
    }

    .a-btn-2.creative.anima:after {
        border-top-color: #111111;
        border-right-color: #111111;
        -webkit-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
        -o-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
        transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
    }

    .a-btn-2.creative.anima:before {
        border-bottom-color: #111111;
        border-left-color: #111111;
        -webkit-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
        -o-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
        transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
    }

    .a-btn-2.creative.anima .a-btn-line:after, .a-btn-2.creative.anima .a-btn-line:before {
        width: 22px;
        -webkit-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
        -o-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
        transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
    }

    .a-btn-2:hover, .a-btn-2:focus {
        color: white;
        background-color: #111111;
        text-decoration: none;
        outline-color: transparent;
    }

        .a-btn-2:hover .a-btn-line:after, .a-btn-2:hover .a-btn-line:before, .a-btn-2:focus .a-btn-line:after, .a-btn-2:focus .a-btn-line:before {
            background-color: white;
        }

.a-btn-arrow {
    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: white;
}

    .a-btn-arrow .arrow-right {
        background-color: white;
    }

        .a-btn-arrow .arrow-right:before, .a-btn-arrow .arrow-right:after {
            background-color: white;
        }

    .a-btn-arrow:hover, .a-btn-arrow:focus {
        text-decoration: none;
        outline-color: transparent;
        color: white;
    }

        .a-btn-arrow:hover .arrow-right, .a-btn-arrow:focus .arrow-right {
            right: 0;
        }

.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: #111111;
}

    .a-btn-arrow-2 .arrow-right {
        background-color: #111111;
    }

        .a-btn-arrow-2 .arrow-right:before, .a-btn-arrow-2 .arrow-right:after {
            background-color: #111111;
        }

    .a-btn-arrow-2:hover, .a-btn-arrow-2:focus {
        text-decoration: none;
        outline-color: transparent;
        color: #111111;
    }

        .a-btn-arrow-2:hover .arrow-right, .a-btn-arrow-2:focus .arrow-right {
            right: 0;
        }

.arrow-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 10px;
    width: 31px;
    height: 1px;
    -webkit-transition: right 0.3s ease-in;
    -o-transition: right 0.3s ease-in;
    transition: right 0.3s ease-in;
}

    .arrow-right:before, .arrow-right:after {
        position: absolute;
        display: block;
        right: 0;
        width: 6px;
        height: 1px;
        content: '';
    }

    .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.grey {
        background-color: #7e7d7d;
    }

        .arrow-right.grey:before, .arrow-right.grey:after {
            background-color: #7e7d7d;
        }

.select1 {
    //background: transparent;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 10px;
    text-align: left;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    display: block;
}

    .select1:focus,
    .select1:focus-visible {
        outline: 0;
    }
/*-------------------------------------------------------*/
/* CUSTOM PADDINGS/MARGINS */
/*-------------------------------------------------------*/
.no-padd {
    padding-left: 0;
    padding-right: 0;
}

.overflow {
    overflow: hidden;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.padd-only-xs {
    padding-right: 0;
    padding-left: 0;
}

.no-padd-inner {
    padding-left: 0;
    padding-right: 0;
}

.no-padd-top {
    padding-top: 0 !important;
}

.margin-bottom {
    margin-bottom: 30px !important;
}

.padd-right-only-lg {
    padding-right: 30px;
    padding-left: 0;
}

.no-padd-top-bottom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .padd-right-only-lg {
        padding-right: 15px;
        padding-left: 15px;
    }

    .padd-only-xs {
        padding-right: 15px;
        padding-left: 15px;
    }

    .no-padd-small {
        padding-left: 0px;
        padding-right: 0px;
    }

    .no-padd-md {
        padding: 0;
    }
}

@media screen and (max-width: 1563px) {

    .no-padd-md {
        padding: 0 15px;
    }

    .padding-left {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (min-width: 1563px) {
    .padd-only-xl {
        padding: 0 15px;
    }
}


.margin-lg-0t {
    margin-top: 0px;
}

.margin-lg-5t {
    margin-top: 5px;
}

.margin-lg-10t {
    margin-top: 10px;
}

.margin-lg-15t {
    margin-top: 15px;
}

.margin-lg-20t {
    margin-top: 20px;
}

.margin-lg-25t {
    margin-top: 25px;
}

.margin-lg-30t {
    margin-top: 30px;
}

.margin-lg-35t {
    margin-top: 35px;
}

.margin-lg-40t {
    margin-top: 40px;
}

.margin-lg-45t {
    margin-top: 45px;
}

.margin-lg-50t {
    margin-top: 50px;
}

.margin-lg-55t {
    margin-top: 55px;
}

.margin-lg-60t {
    margin-top: 60px;
}

.margin-lg-65t {
    margin-top: 65px;
}

.margin-lg-70t {
    margin-top: 70px;
}

.margin-lg-75t {
    margin-top: 75px;
}

.margin-lg-80t {
    margin-top: 80px;
}

.margin-lg-85t {
    margin-top: 85px;
}

.margin-lg-90t {
    margin-top: 90px;
}

.margin-lg-95t {
    margin-top: 95px;
}

.margin-lg-100t {
    margin-top: 100px;
}

.margin-lg-105t {
    margin-top: 105px;
}

.margin-lg-110t {
    margin-top: 110px;
}

.margin-lg-115t {
    margin-top: 115px;
}

.margin-lg-120t {
    margin-top: 120px;
}

.margin-lg-125t {
    margin-top: 125px;
}

.margin-lg-130t {
    margin-top: 130px;
}

.margin-lg-135t {
    margin-top: 135px;
}

.margin-lg-140t {
    margin-top: 140px;
}

.margin-lg-145t {
    margin-top: 145px;
}

.margin-lg-150t {
    margin-top: 150px;
}

.margin-lg-155t {
    margin-top: 155px;
}

.margin-lg-160t {
    margin-top: 160px;
}

.margin-lg-165t {
    margin-top: 165px;
}

.margin-lg-170t {
    margin-top: 170px;
}

.margin-lg-175t {
    margin-top: 175px;
}

.margin-lg-180t {
    margin-top: 180px;
}

.margin-lg-185t {
    margin-top: 185px;
}

.margin-lg-190t {
    margin-top: 190px;
}

.margin-lg-195t {
    margin-top: 195px;
}

.margin-lg-200t {
    margin-top: 200px;
}

.margin-lg-0b {
    margin-bottom: 0px;
}

.margin-lg-5b {
    margin-bottom: 5px;
}

.margin-lg-10b {
    margin-bottom: 10px;
}

.margin-lg-15b {
    margin-bottom: 15px;
}

.margin-lg-20b {
    margin-bottom: 20px;
}

.margin-lg-25b {
    margin-bottom: 25px;
}

.margin-lg-30b {
    margin-bottom: 30px;
}

.margin-lg-35b {
    margin-bottom: 35px;
}

.margin-lg-40b {
    margin-bottom: 40px;
}

.margin-lg-45b {
    margin-bottom: 45px;
}

.margin-lg-50b {
    margin-bottom: 50px;
}

.margin-lg-55b {
    margin-bottom: 55px;
}

.margin-lg-60b {
    margin-bottom: 60px;
}

.margin-lg-65b {
    margin-bottom: 65px;
}

.margin-lg-70b {
    margin-bottom: 70px;
}

.margin-lg-75b {
    margin-bottom: 75px;
}

.margin-lg-80b {
    margin-bottom: 80px;
}

.margin-lg-85b {
    margin-bottom: 85px;
}

.margin-lg-90b {
    margin-bottom: 90px;
}

.margin-lg-95b {
    margin-bottom: 95px;
}

.margin-lg-100b {
    margin-bottom: 100px;
}

.margin-lg-105b {
    margin-bottom: 105px;
}

.margin-lg-110b {
    margin-bottom: 110px;
}

.margin-lg-115b {
    margin-bottom: 115px;
}

.margin-lg-120b {
    margin-bottom: 120px;
}

.margin-lg-125b {
    margin-bottom: 125px;
}

.margin-lg-130b {
    margin-bottom: 130px;
}

.margin-lg-135b {
    margin-bottom: 135px;
}

.margin-lg-140b {
    margin-bottom: 140px;
}

.margin-lg-145b {
    margin-bottom: 145px;
}

.margin-lg-150b {
    margin-bottom: 150px;
}

.margin-lg-155b {
    margin-bottom: 155px;
}

.margin-lg-160b {
    margin-bottom: 160px;
}

.margin-lg-165b {
    margin-bottom: 165px;
}

.margin-lg-170b {
    margin-bottom: 170px;
}

.margin-lg-175b {
    margin-bottom: 175px;
}

.margin-lg-180b {
    margin-bottom: 180px;
}

.margin-lg-185b {
    margin-bottom: 185px;
}

.margin-lg-190b {
    margin-bottom: 190px;
}

.margin-lg-195b {
    margin-bottom: 195px;
}

.margin-lg-200b {
    margin-bottom: 200px;
}

.padding-lg-0t {
    padding-top: 0px;
}

.padding-lg-5t {
    padding-top: 5px;
}

.padding-lg-10t {
    padding-top: 10px;
}

.padding-lg-15t {
    padding-top: 15px;
}

.padding-lg-20t {
    padding-top: 20px;
}

.padding-lg-25t {
    padding-top: 25px;
}

.padding-lg-30t {
    padding-top: 30px;
}

.padding-lg-35t {
    padding-top: 35px;
}

.padding-lg-40t {
    padding-top: 40px;
}

.padding-lg-45t {
    padding-top: 45px;
}

.padding-lg-50t {
    padding-top: 50px;
}

.padding-lg-55t {
    padding-top: 55px;
}

.padding-lg-60t {
    padding-top: 60px;
}

.padding-lg-65t {
    padding-top: 65px;
}

.padding-lg-70t {
    padding-top: 70px;
}

.padding-lg-75t {
    padding-top: 75px;
}

.padding-lg-80t {
    padding-top: 80px;
}

.padding-lg-85t {
    padding-top: 85px;
}

.padding-lg-90t {
    padding-top: 90px;
}

.padding-lg-95t {
    padding-top: 95px;
}

.padding-lg-100t {
    padding-top: 100px;
}

.padding-lg-105t {
    padding-top: 105px;
}

.padding-lg-110t {
    padding-top: 110px;
}

.padding-lg-115t {
    padding-top: 115px;
}

.padding-lg-120t {
    padding-top: 120px;
}

.padding-lg-125t {
    padding-top: 125px;
}

.padding-lg-130t {
    padding-top: 130px;
}

.padding-lg-135t {
    padding-top: 135px;
}

.padding-lg-140t {
    padding-top: 140px;
}

.padding-lg-145t {
    padding-top: 145px;
}

.padding-lg-150t {
    padding-top: 150px;
}

.padding-lg-155t {
    padding-top: 155px;
}

.padding-lg-160t {
    padding-top: 160px;
}

.padding-lg-165t {
    padding-top: 165px;
}

.padding-lg-170t {
    padding-top: 170px;
}

.padding-lg-175t {
    padding-top: 175px;
}

.padding-lg-180t {
    padding-top: 180px;
}

.padding-lg-185t {
    padding-top: 185px;
}

.padding-lg-190t {
    padding-top: 190px;
}

.padding-lg-195t {
    padding-top: 195px;
}

.padding-lg-200t {
    padding-top: 200px;
}

.padding-lg-0b {
    padding-bottom: 0px;
}

.padding-lg-5b {
    padding-bottom: 5px;
}

.padding-lg-10b {
    padding-bottom: 10px;
}

.padding-lg-15b {
    padding-bottom: 15px;
}

.padding-lg-20b {
    padding-bottom: 20px;
}

.padding-lg-25b {
    padding-bottom: 25px;
}

.padding-lg-30b {
    padding-bottom: 30px;
}

.padding-lg-35b {
    padding-bottom: 35px;
}

.padding-lg-40b {
    padding-bottom: 40px;
}

.padding-lg-45b {
    padding-bottom: 45px;
}

.padding-lg-50b {
    padding-bottom: 50px;
}

.padding-lg-55b {
    padding-bottom: 55px;
}

.padding-lg-60b {
    padding-bottom: 60px;
}

.padding-lg-65b {
    padding-bottom: 65px;
}

.padding-lg-70b {
    padding-bottom: 70px;
}

.padding-lg-75b {
    padding-bottom: 75px;
}

.padding-lg-80b {
    padding-bottom: 80px;
}

.padding-lg-85b {
    padding-bottom: 85px;
}

.padding-lg-90b {
    padding-bottom: 90px;
}

.padding-lg-95b {
    padding-bottom: 95px;
}

.padding-lg-100b {
    padding-bottom: 100px;
}

.padding-lg-105b {
    padding-bottom: 105px;
}

.padding-lg-110b {
    padding-bottom: 110px;
}

.padding-lg-115b {
    padding-bottom: 115px;
}

.padding-lg-120b {
    padding-bottom: 120px;
}

.padding-lg-125b {
    padding-bottom: 125px;
}

.padding-lg-130b {
    padding-bottom: 130px;
}

.padding-lg-135b {
    padding-bottom: 135px;
}

.padding-lg-140b {
    padding-bottom: 140px;
}

.padding-lg-145b {
    padding-bottom: 145px;
}

.padding-lg-150b {
    padding-bottom: 150px;
}

.padding-lg-155b {
    padding-bottom: 155px;
}

.padding-lg-160b {
    padding-bottom: 160px;
}

.padding-lg-165b {
    padding-bottom: 165px;
}

.padding-lg-170b {
    padding-bottom: 170px;
}

.padding-lg-175b {
    padding-bottom: 175px;
}

.padding-lg-180b {
    padding-bottom: 180px;
}

.padding-lg-185b {
    padding-bottom: 185px;
}

.padding-lg-190b {
    padding-bottom: 190px;
}

.padding-lg-195b {
    padding-bottom: 195px;
}

.padding-lg-200b {
    padding-bottom: 200px;
}

@media screen and (max-width: 1199px) {


    .padd-only-md-left {
        padding-left: 15px !important;
    }

    .padd-only-md-right {
        padding-right: 15px !important;
    }

    .padd-only {
        padding-left: 15px;
        padding-right: 15px;
    }

    .margin-md-0t {
        margin-top: 0px;
    }

    .margin-md-5t {
        margin-top: 5px;
    }

    .margin-md-10t {
        margin-top: 10px;
    }

    .margin-md-15t {
        margin-top: 15px;
    }

    .margin-md-20t {
        margin-top: 20px;
    }

    .margin-md-25t {
        margin-top: 25px;
    }

    .margin-md-30t {
        margin-top: 30px;
    }

    .margin-md-35t {
        margin-top: 35px;
    }

    .margin-md-40t {
        margin-top: 40px;
    }

    .margin-md-45t {
        margin-top: 45px;
    }

    .margin-md-50t {
        margin-top: 50px;
    }

    .margin-md-55t {
        margin-top: 55px;
    }

    .margin-md-60t {
        margin-top: 60px;
    }

    .margin-md-65t {
        margin-top: 65px;
    }

    .margin-md-70t {
        margin-top: 70px;
    }

    .margin-md-75t {
        margin-top: 75px;
    }

    .margin-md-80t {
        margin-top: 80px;
    }

    .margin-md-85t {
        margin-top: 85px;
    }

    .margin-md-90t {
        margin-top: 90px;
    }

    .margin-md-95t {
        margin-top: 95px;
    }

    .margin-md-100t {
        margin-top: 100px;
    }

    .margin-md-105t {
        margin-top: 105px;
    }

    .margin-md-110t {
        margin-top: 110px;
    }

    .margin-md-115t {
        margin-top: 115px;
    }

    .margin-md-120t {
        margin-top: 120px;
    }

    .margin-md-125t {
        margin-top: 125px;
    }

    .margin-md-130t {
        margin-top: 130px;
    }

    .margin-md-135t {
        margin-top: 135px;
    }

    .margin-md-140t {
        margin-top: 140px;
    }

    .margin-md-145t {
        margin-top: 145px;
    }

    .margin-md-150t {
        margin-top: 150px;
    }

    .margin-md-155t {
        margin-top: 155px;
    }

    .margin-md-160t {
        margin-top: 160px;
    }

    .margin-md-165t {
        margin-top: 165px;
    }

    .margin-md-170t {
        margin-top: 170px;
    }

    .margin-md-175t {
        margin-top: 175px;
    }

    .margin-md-180t {
        margin-top: 180px;
    }

    .margin-md-185t {
        margin-top: 185px;
    }

    .margin-md-190t {
        margin-top: 190px;
    }

    .margin-md-195t {
        margin-top: 195px;
    }

    .margin-md-200t {
        margin-top: 200px;
    }

    .margin-md-0b {
        margin-bottom: 0px;
    }

    .margin-md-5b {
        margin-bottom: 5px;
    }

    .margin-md-10b {
        margin-bottom: 10px;
    }

    .margin-md-15b {
        margin-bottom: 15px;
    }

    .margin-md-20b {
        margin-bottom: 20px;
    }

    .margin-md-25b {
        margin-bottom: 25px;
    }

    .margin-md-30b {
        margin-bottom: 30px;
    }

    .margin-md-35b {
        margin-bottom: 35px;
    }

    .margin-md-40b {
        margin-bottom: 40px;
    }

    .margin-md-45b {
        margin-bottom: 45px;
    }

    .margin-md-50b {
        margin-bottom: 50px;
    }

    .margin-md-55b {
        margin-bottom: 55px;
    }

    .margin-md-60b {
        margin-bottom: 60px;
    }

    .margin-md-65b {
        margin-bottom: 65px;
    }

    .margin-md-70b {
        margin-bottom: 70px;
    }

    .margin-md-75b {
        margin-bottom: 75px;
    }

    .margin-md-80b {
        margin-bottom: 80px;
    }

    .margin-md-85b {
        margin-bottom: 85px;
    }

    .margin-md-90b {
        margin-bottom: 90px;
    }

    .margin-md-95b {
        margin-bottom: 95px;
    }

    .margin-md-100b {
        margin-bottom: 100px;
    }

    .margin-md-105b {
        margin-bottom: 105px;
    }

    .margin-md-110b {
        margin-bottom: 110px;
    }

    .margin-md-115b {
        margin-bottom: 115px;
    }

    .margin-md-120b {
        margin-bottom: 120px;
    }

    .margin-md-125b {
        margin-bottom: 125px;
    }

    .margin-md-130b {
        margin-bottom: 130px;
    }

    .margin-md-135b {
        margin-bottom: 135px;
    }

    .margin-md-140b {
        margin-bottom: 140px;
    }

    .margin-md-145b {
        margin-bottom: 145px;
    }

    .margin-md-150b {
        margin-bottom: 150px;
    }

    .margin-md-155b {
        margin-bottom: 155px;
    }

    .margin-md-160b {
        margin-bottom: 160px;
    }

    .margin-md-165b {
        margin-bottom: 165px;
    }

    .margin-md-170b {
        margin-bottom: 170px;
    }

    .margin-md-175b {
        margin-bottom: 175px;
    }

    .margin-md-180b {
        margin-bottom: 180px;
    }

    .margin-md-185b {
        margin-bottom: 185px;
    }

    .margin-md-190b {
        margin-bottom: 190px;
    }

    .margin-md-195b {
        margin-bottom: 195px;
    }

    .margin-md-200b {
        margin-bottom: 200px;
    }

    .padding-md-0t {
        padding-top: 0px;
    }

    .padding-md-5t {
        padding-top: 5px;
    }

    .padding-md-10t {
        padding-top: 10px;
    }

    .padding-md-15t {
        padding-top: 15px;
    }

    .padding-md-20t {
        padding-top: 20px;
    }

    .padding-md-25t {
        padding-top: 25px;
    }

    .padding-md-30t {
        padding-top: 30px;
    }

    .padding-md-35t {
        padding-top: 35px;
    }

    .padding-md-40t {
        padding-top: 40px;
    }

    .padding-md-45t {
        padding-top: 45px;
    }

    .padding-md-50t {
        padding-top: 50px;
    }

    .padding-md-55t {
        padding-top: 55px;
    }

    .padding-md-60t {
        padding-top: 60px;
    }

    .padding-md-65t {
        padding-top: 65px;
    }

    .padding-md-70t {
        padding-top: 70px;
    }

    .padding-md-75t {
        padding-top: 75px;
    }

    .padding-md-80t {
        padding-top: 80px;
    }

    .padding-md-85t {
        padding-top: 85px;
    }

    .padding-md-90t {
        padding-top: 90px;
    }

    .padding-md-95t {
        padding-top: 95px;
    }

    .padding-md-100t {
        padding-top: 100px;
    }

    .padding-md-105t {
        padding-top: 105px;
    }

    .padding-md-110t {
        padding-top: 110px;
    }

    .padding-md-115t {
        padding-top: 115px;
    }

    .padding-md-120t {
        padding-top: 120px;
    }

    .padding-md-125t {
        padding-top: 125px;
    }

    .padding-md-130t {
        padding-top: 130px;
    }

    .padding-md-135t {
        padding-top: 135px;
    }

    .padding-md-140t {
        padding-top: 140px;
    }

    .padding-md-145t {
        padding-top: 145px;
    }

    .padding-md-150t {
        padding-top: 150px;
    }

    .padding-md-155t {
        padding-top: 155px;
    }

    .padding-md-160t {
        padding-top: 160px;
    }

    .padding-md-165t {
        padding-top: 165px;
    }

    .padding-md-170t {
        padding-top: 170px;
    }

    .padding-md-175t {
        padding-top: 175px;
    }

    .padding-md-180t {
        padding-top: 180px;
    }

    .padding-md-185t {
        padding-top: 185px;
    }

    .padding-md-190t {
        padding-top: 190px;
    }

    .padding-md-195t {
        padding-top: 195px;
    }

    .padding-md-200t {
        padding-top: 200px;
    }

    .padding-md-0b {
        padding-bottom: 0px;
    }

    .padding-md-5b {
        padding-bottom: 5px;
    }

    .padding-md-10b {
        padding-bottom: 10px;
    }

    .padding-md-15b {
        padding-bottom: 15px;
    }

    .padding-md-20b {
        padding-bottom: 20px;
    }

    .padding-md-25b {
        padding-bottom: 25px;
    }

    .padding-md-30b {
        padding-bottom: 30px;
    }

    .padding-md-35b {
        padding-bottom: 35px;
    }

    .padding-md-40b {
        padding-bottom: 40px;
    }

    .padding-md-45b {
        padding-bottom: 45px;
    }

    .padding-md-50b {
        padding-bottom: 50px;
    }

    .padding-md-55b {
        padding-bottom: 55px;
    }

    .padding-md-60b {
        padding-bottom: 60px;
    }

    .padding-md-65b {
        padding-bottom: 65px;
    }

    .padding-md-70b {
        padding-bottom: 70px;
    }

    .padding-md-75b {
        padding-bottom: 75px;
    }

    .padding-md-80b {
        padding-bottom: 80px;
    }

    .padding-md-85b {
        padding-bottom: 85px;
    }

    .padding-md-90b {
        padding-bottom: 90px;
    }

    .padding-md-95b {
        padding-bottom: 95px;
    }

    .padding-md-100b {
        padding-bottom: 100px;
    }

    .padding-md-105b {
        padding-bottom: 105px;
    }

    .padding-md-110b {
        padding-bottom: 110px;
    }

    .padding-md-115b {
        padding-bottom: 115px;
    }

    .padding-md-120b {
        padding-bottom: 120px;
    }

    .padding-md-125b {
        padding-bottom: 125px;
    }

    .padding-md-130b {
        padding-bottom: 130px;
    }

    .padding-md-135b {
        padding-bottom: 135px;
    }

    .padding-md-140b {
        padding-bottom: 140px;
    }

    .padding-md-145b {
        padding-bottom: 145px;
    }

    .padding-md-150b {
        padding-bottom: 150px;
    }

    .padding-md-155b {
        padding-bottom: 155px;
    }

    .padding-md-160b {
        padding-bottom: 160px;
    }

    .padding-md-165b {
        padding-bottom: 165px;
    }

    .padding-md-170b {
        padding-bottom: 170px;
    }

    .padding-md-175b {
        padding-bottom: 175px;
    }

    .padding-md-180b {
        padding-bottom: 180px;
    }

    .padding-md-185b {
        padding-bottom: 185px;
    }

    .padding-md-190b {
        padding-bottom: 190px;
    }

    .padding-md-195b {
        padding-bottom: 195px;
    }

    .padding-md-200b {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 991px) {
    .margin-sm-0t {
        margin-top: 0px;
    }

    .margin-sm-5t {
        margin-top: 5px;
    }

    .margin-sm-10t {
        margin-top: 10px;
    }

    .margin-sm-15t {
        margin-top: 15px;
    }

    .margin-sm-20t {
        margin-top: 20px;
    }

    .margin-sm-25t {
        margin-top: 25px;
    }

    .margin-sm-30t {
        margin-top: 30px;
    }

    .margin-sm-35t {
        margin-top: 35px;
    }

    .margin-sm-40t {
        margin-top: 40px;
    }

    .margin-sm-45t {
        margin-top: 45px;
    }

    .margin-sm-50t {
        margin-top: 50px;
    }

    .margin-sm-55t {
        margin-top: 55px;
    }

    .margin-sm-60t {
        margin-top: 60px;
    }

    .margin-sm-65t {
        margin-top: 65px;
    }

    .margin-sm-70t {
        margin-top: 70px;
    }

    .margin-sm-75t {
        margin-top: 75px;
    }

    .margin-sm-80t {
        margin-top: 80px;
    }

    .margin-sm-85t {
        margin-top: 85px;
    }

    .margin-sm-90t {
        margin-top: 90px;
    }

    .margin-sm-95t {
        margin-top: 95px;
    }

    .margin-sm-100t {
        margin-top: 100px;
    }

    .margin-sm-105t {
        margin-top: 105px;
    }

    .margin-sm-110t {
        margin-top: 110px;
    }

    .margin-sm-115t {
        margin-top: 115px;
    }

    .margin-sm-120t {
        margin-top: 120px;
    }

    .margin-sm-125t {
        margin-top: 125px;
    }

    .margin-sm-130t {
        margin-top: 130px;
    }

    .margin-sm-135t {
        margin-top: 135px;
    }

    .margin-sm-140t {
        margin-top: 140px;
    }

    .margin-sm-145t {
        margin-top: 145px;
    }

    .margin-sm-150t {
        margin-top: 150px;
    }

    .margin-sm-155t {
        margin-top: 155px;
    }

    .margin-sm-160t {
        margin-top: 160px;
    }

    .margin-sm-165t {
        margin-top: 165px;
    }

    .margin-sm-170t {
        margin-top: 170px;
    }

    .margin-sm-175t {
        margin-top: 175px;
    }

    .margin-sm-180t {
        margin-top: 180px;
    }

    .margin-sm-185t {
        margin-top: 185px;
    }

    .margin-sm-190t {
        margin-top: 190px;
    }

    .margin-sm-195t {
        margin-top: 195px;
    }

    .margin-sm-200t {
        margin-top: 200px;
    }

    .margin-sm-0b {
        margin-bottom: 0px;
    }

    .margin-sm-5b {
        margin-bottom: 5px;
    }

    .margin-sm-10b {
        margin-bottom: 10px;
    }

    .margin-sm-15b {
        margin-bottom: 15px;
    }

    .margin-sm-20b {
        margin-bottom: 20px;
    }

    .margin-sm-25b {
        margin-bottom: 25px;
    }

    .margin-sm-30b {
        margin-bottom: 30px;
    }

    .margin-sm-35b {
        margin-bottom: 35px;
    }

    .margin-sm-40b {
        margin-bottom: 40px;
    }

    .margin-sm-45b {
        margin-bottom: 45px;
    }

    .margin-sm-50b {
        margin-bottom: 50px;
    }

    .margin-sm-55b {
        margin-bottom: 55px;
    }

    .margin-sm-60b {
        margin-bottom: 60px;
    }

    .margin-sm-65b {
        margin-bottom: 65px;
    }

    .margin-sm-70b {
        margin-bottom: 70px;
    }

    .margin-sm-75b {
        margin-bottom: 75px;
    }

    .margin-sm-80b {
        margin-bottom: 80px;
    }

    .margin-sm-85b {
        margin-bottom: 85px;
    }

    .margin-sm-90b {
        margin-bottom: 90px;
    }

    .margin-sm-95b {
        margin-bottom: 95px;
    }

    .margin-sm-100b {
        margin-bottom: 100px;
    }

    .margin-sm-105b {
        margin-bottom: 105px;
    }

    .margin-sm-110b {
        margin-bottom: 110px;
    }

    .margin-sm-115b {
        margin-bottom: 115px;
    }

    .margin-sm-120b {
        margin-bottom: 120px;
    }

    .margin-sm-125b {
        margin-bottom: 125px;
    }

    .margin-sm-130b {
        margin-bottom: 130px;
    }

    .margin-sm-135b {
        margin-bottom: 135px;
    }

    .margin-sm-140b {
        margin-bottom: 140px;
    }

    .margin-sm-145b {
        margin-bottom: 145px;
    }

    .margin-sm-150b {
        margin-bottom: 150px;
    }

    .margin-sm-155b {
        margin-bottom: 155px;
    }

    .margin-sm-160b {
        margin-bottom: 160px;
    }

    .margin-sm-165b {
        margin-bottom: 165px;
    }

    .margin-sm-170b {
        margin-bottom: 170px;
    }

    .margin-sm-175b {
        margin-bottom: 175px;
    }

    .margin-sm-180b {
        margin-bottom: 180px;
    }

    .margin-sm-185b {
        margin-bottom: 185px;
    }

    .margin-sm-190b {
        margin-bottom: 190px;
    }

    .margin-sm-195b {
        margin-bottom: 195px;
    }

    .margin-sm-200b {
        margin-bottom: 200px;
    }

    .padding-sm-0t {
        padding-top: 0px;
    }

    .padding-sm-5t {
        padding-top: 5px;
    }

    .padding-sm-10t {
        padding-top: 10px;
    }

    .padding-sm-15t {
        padding-top: 15px;
    }

    .padding-sm-20t {
        padding-top: 20px;
    }

    .padding-sm-25t {
        padding-top: 25px;
    }

    .padding-sm-30t {
        padding-top: 30px;
    }

    .padding-sm-35t {
        padding-top: 35px;
    }

    .padding-sm-40t {
        padding-top: 40px;
    }

    .padding-sm-45t {
        padding-top: 45px;
    }

    .padding-sm-50t {
        padding-top: 50px;
    }

    .padding-sm-55t {
        padding-top: 55px;
    }

    .padding-sm-60t {
        padding-top: 60px;
    }

    .padding-sm-65t {
        padding-top: 65px;
    }

    .padding-sm-70t {
        padding-top: 70px;
    }

    .padding-sm-75t {
        padding-top: 75px;
    }

    .padding-sm-80t {
        padding-top: 80px;
    }

    .padding-sm-85t {
        padding-top: 85px;
    }

    .padding-sm-90t {
        padding-top: 90px;
    }

    .padding-sm-95t {
        padding-top: 95px;
    }

    .padding-sm-100t {
        padding-top: 100px;
    }

    .padding-sm-105t {
        padding-top: 105px;
    }

    .padding-sm-110t {
        padding-top: 110px;
    }

    .padding-sm-115t {
        padding-top: 115px;
    }

    .padding-sm-120t {
        padding-top: 120px;
    }

    .padding-sm-125t {
        padding-top: 125px;
    }

    .padding-sm-130t {
        padding-top: 130px;
    }

    .padding-sm-135t {
        padding-top: 135px;
    }

    .padding-sm-140t {
        padding-top: 140px;
    }

    .padding-sm-145t {
        padding-top: 145px;
    }

    .padding-sm-150t {
        padding-top: 150px;
    }

    .padding-sm-155t {
        padding-top: 155px;
    }

    .padding-sm-160t {
        padding-top: 160px;
    }

    .padding-sm-165t {
        padding-top: 165px;
    }

    .padding-sm-170t {
        padding-top: 170px;
    }

    .padding-sm-175t {
        padding-top: 175px;
    }

    .padding-sm-180t {
        padding-top: 180px;
    }

    .padding-sm-185t {
        padding-top: 185px;
    }

    .padding-sm-190t {
        padding-top: 190px;
    }

    .padding-sm-195t {
        padding-top: 195px;
    }

    .padding-sm-200t {
        padding-top: 200px;
    }

    .padding-sm-0b {
        padding-bottom: 0px;
    }

    .padding-sm-5b {
        padding-bottom: 5px;
    }

    .padding-sm-10b {
        padding-bottom: 10px;
    }

    .padding-sm-15b {
        padding-bottom: 15px;
    }

    .padding-sm-20b {
        padding-bottom: 20px;
    }

    .padding-sm-25b {
        padding-bottom: 25px;
    }

    .padding-sm-30b {
        padding-bottom: 30px;
    }

    .padding-sm-35b {
        padding-bottom: 35px;
    }

    .padding-sm-40b {
        padding-bottom: 40px;
    }

    .padding-sm-45b {
        padding-bottom: 45px;
    }

    .padding-sm-50b {
        padding-bottom: 50px;
    }

    .padding-sm-55b {
        padding-bottom: 55px;
    }

    .padding-sm-60b {
        padding-bottom: 60px;
    }

    .padding-sm-65b {
        padding-bottom: 65px;
    }

    .padding-sm-70b {
        padding-bottom: 70px;
    }

    .padding-sm-75b {
        padding-bottom: 75px;
    }

    .padding-sm-80b {
        padding-bottom: 80px;
    }

    .padding-sm-85b {
        padding-bottom: 85px;
    }

    .padding-sm-90b {
        padding-bottom: 90px;
    }

    .padding-sm-95b {
        padding-bottom: 95px;
    }

    .padding-sm-100b {
        padding-bottom: 100px;
    }

    .padding-sm-105b {
        padding-bottom: 105px;
    }

    .padding-sm-110b {
        padding-bottom: 110px;
    }

    .padding-sm-115b {
        padding-bottom: 115px;
    }

    .padding-sm-120b {
        padding-bottom: 120px;
    }

    .padding-sm-125b {
        padding-bottom: 125px;
    }

    .padding-sm-130b {
        padding-bottom: 130px;
    }

    .padding-sm-135b {
        padding-bottom: 135px;
    }

    .padding-sm-140b {
        padding-bottom: 140px;
    }

    .padding-sm-145b {
        padding-bottom: 145px;
    }

    .padding-sm-150b {
        padding-bottom: 150px;
    }

    .padding-sm-155b {
        padding-bottom: 155px;
    }

    .padding-sm-160b {
        padding-bottom: 160px;
    }

    .padding-sm-165b {
        padding-bottom: 165px;
    }

    .padding-sm-170b {
        padding-bottom: 170px;
    }

    .padding-sm-175b {
        padding-bottom: 175px;
    }

    .padding-sm-180b {
        padding-bottom: 180px;
    }

    .padding-sm-185b {
        padding-bottom: 185px;
    }

    .padding-sm-190b {
        padding-bottom: 190px;
    }

    .padding-sm-195b {
        padding-bottom: 195px;
    }

    .padding-sm-200b {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 767px) {
    .margin-xs-0t {
        margin-top: 0px;
    }

    .margin-xs-5t {
        margin-top: 5px;
    }

    .margin-xs-10t {
        margin-top: 10px;
    }

    .margin-xs-15t {
        margin-top: 15px;
    }

    .margin-xs-20t {
        margin-top: 20px;
    }

    .margin-xs-25t {
        margin-top: 25px;
    }

    .margin-xs-30t {
        margin-top: 30px;
    }

    .margin-xs-35t {
        margin-top: 35px;
    }

    .margin-xs-40t {
        margin-top: 40px;
    }

    .margin-xs-45t {
        margin-top: 45px;
    }

    .margin-xs-50t {
        margin-top: 50px;
    }

    .margin-xs-55t {
        margin-top: 55px;
    }

    .margin-xs-60t {
        margin-top: 60px;
    }

    .margin-xs-65t {
        margin-top: 65px;
    }

    .margin-xs-70t {
        margin-top: 70px;
    }

    .margin-xs-75t {
        margin-top: 75px;
    }

    .margin-xs-80t {
        margin-top: 80px;
    }

    .margin-xs-85t {
        margin-top: 85px;
    }

    .margin-xs-90t {
        margin-top: 90px;
    }

    .margin-xs-95t {
        margin-top: 95px;
    }

    .margin-xs-100t {
        margin-top: 100px;
    }

    .margin-xs-105t {
        margin-top: 105px;
    }

    .margin-xs-110t {
        margin-top: 110px;
    }

    .margin-xs-115t {
        margin-top: 115px;
    }

    .margin-xs-120t {
        margin-top: 120px;
    }

    .margin-xs-125t {
        margin-top: 125px;
    }

    .margin-xs-130t {
        margin-top: 130px;
    }

    .margin-xs-135t {
        margin-top: 135px;
    }

    .margin-xs-140t {
        margin-top: 140px;
    }

    .margin-xs-145t {
        margin-top: 145px;
    }

    .margin-xs-150t {
        margin-top: 150px;
    }

    .margin-xs-155t {
        margin-top: 155px;
    }

    .margin-xs-160t {
        margin-top: 160px;
    }

    .margin-xs-165t {
        margin-top: 165px;
    }

    .margin-xs-170t {
        margin-top: 170px;
    }

    .margin-xs-175t {
        margin-top: 175px;
    }

    .margin-xs-180t {
        margin-top: 180px;
    }

    .margin-xs-185t {
        margin-top: 185px;
    }

    .margin-xs-190t {
        margin-top: 190px;
    }

    .margin-xs-195t {
        margin-top: 195px;
    }

    .margin-xs-200t {
        margin-top: 200px;
    }

    .margin-xs-0b {
        margin-bottom: 0px;
    }

    .margin-xs-5b {
        margin-bottom: 5px;
    }

    .margin-xs-10b {
        margin-bottom: 10px;
    }

    .margin-xs-15b {
        margin-bottom: 15px;
    }

    .margin-xs-20b {
        margin-bottom: 20px;
    }

    .margin-xs-25b {
        margin-bottom: 25px;
    }

    .margin-xs-30b {
        margin-bottom: 30px;
    }

    .margin-xs-35b {
        margin-bottom: 35px;
    }

    .margin-xs-40b {
        margin-bottom: 40px;
    }

    .margin-xs-45b {
        margin-bottom: 45px;
    }

    .margin-xs-50b {
        margin-bottom: 50px;
    }

    .margin-xs-55b {
        margin-bottom: 55px;
    }

    .margin-xs-60b {
        margin-bottom: 60px;
    }

    .margin-xs-65b {
        margin-bottom: 65px;
    }

    .margin-xs-70b {
        margin-bottom: 70px;
    }

    .margin-xs-75b {
        margin-bottom: 75px;
    }

    .margin-xs-80b {
        margin-bottom: 80px;
    }

    .margin-xs-85b {
        margin-bottom: 85px;
    }

    .margin-xs-90b {
        margin-bottom: 90px;
    }

    .margin-xs-95b {
        margin-bottom: 95px;
    }

    .margin-xs-100b {
        margin-bottom: 100px;
    }

    .margin-xs-105b {
        margin-bottom: 105px;
    }

    .margin-xs-110b {
        margin-bottom: 110px;
    }

    .margin-xs-115b {
        margin-bottom: 115px;
    }

    .margin-xs-120b {
        margin-bottom: 120px;
    }

    .margin-xs-125b {
        margin-bottom: 125px;
    }

    .margin-xs-130b {
        margin-bottom: 130px;
    }

    .margin-xs-135b {
        margin-bottom: 135px;
    }

    .margin-xs-140b {
        margin-bottom: 140px;
    }

    .margin-xs-145b {
        margin-bottom: 145px;
    }

    .margin-xs-150b {
        margin-bottom: 150px;
    }

    .margin-xs-155b {
        margin-bottom: 155px;
    }

    .margin-xs-160b {
        margin-bottom: 160px;
    }

    .margin-xs-165b {
        margin-bottom: 165px;
    }

    .margin-xs-170b {
        margin-bottom: 170px;
    }

    .margin-xs-175b {
        margin-bottom: 175px;
    }

    .margin-xs-180b {
        margin-bottom: 180px;
    }

    .margin-xs-185b {
        margin-bottom: 185px;
    }

    .margin-xs-190b {
        margin-bottom: 190px;
    }

    .margin-xs-195b {
        margin-bottom: 195px;
    }

    .margin-xs-200b {
        margin-bottom: 200px;
    }

    .padding-xs-0t {
        padding-top: 0px;
    }

    .padding-xs-5t {
        padding-top: 5px;
    }

    .padding-xs-10t {
        padding-top: 10px;
    }

    .padding-xs-15t {
        padding-top: 15px;
    }

    .padding-xs-20t {
        padding-top: 20px;
    }

    .padding-xs-25t {
        padding-top: 25px;
    }

    .padding-xs-30t {
        padding-top: 30px;
    }

    .padding-xs-35t {
        padding-top: 35px;
    }

    .padding-xs-40t {
        padding-top: 40px;
    }

    .padding-xs-45t {
        padding-top: 45px;
    }

    .padding-xs-50t {
        padding-top: 50px;
    }

    .padding-xs-55t {
        padding-top: 55px;
    }

    .padding-xs-60t {
        padding-top: 60px;
    }

    .padding-xs-65t {
        padding-top: 65px;
    }

    .padding-xs-70t {
        padding-top: 70px;
    }

    .padding-xs-75t {
        padding-top: 75px;
    }

    .padding-xs-80t {
        padding-top: 80px;
    }

    .padding-xs-85t {
        padding-top: 85px;
    }

    .padding-xs-90t {
        padding-top: 90px;
    }

    .padding-xs-95t {
        padding-top: 95px;
    }

    .padding-xs-100t {
        padding-top: 100px;
    }

    .padding-xs-105t {
        padding-top: 105px;
    }

    .padding-xs-110t {
        padding-top: 110px;
    }

    .padding-xs-115t {
        padding-top: 115px;
    }

    .padding-xs-120t {
        padding-top: 120px;
    }

    .padding-xs-125t {
        padding-top: 125px;
    }

    .padding-xs-130t {
        padding-top: 130px;
    }

    .padding-xs-135t {
        padding-top: 135px;
    }

    .padding-xs-140t {
        padding-top: 140px;
    }

    .padding-xs-145t {
        padding-top: 145px;
    }

    .padding-xs-150t {
        padding-top: 150px;
    }

    .padding-xs-155t {
        padding-top: 155px;
    }

    .padding-xs-160t {
        padding-top: 160px;
    }

    .padding-xs-165t {
        padding-top: 165px;
    }

    .padding-xs-170t {
        padding-top: 170px;
    }

    .padding-xs-175t {
        padding-top: 175px;
    }

    .padding-xs-180t {
        padding-top: 180px;
    }

    .padding-xs-185t {
        padding-top: 185px;
    }

    .padding-xs-190t {
        padding-top: 190px;
    }

    .padding-xs-195t {
        padding-top: 195px;
    }

    .padding-xs-200t {
        padding-top: 200px;
    }

    .padding-xs-0b {
        padding-bottom: 0px;
    }

    .padding-xs-5b {
        padding-bottom: 5px;
    }

    .padding-xs-10b {
        padding-bottom: 10px;
    }

    .padding-xs-15b {
        padding-bottom: 15px;
    }

    .padding-xs-20b {
        padding-bottom: 20px;
    }

    .padding-xs-25b {
        padding-bottom: 25px;
    }

    .padding-xs-30b {
        padding-bottom: 30px;
    }

    .padding-xs-35b {
        padding-bottom: 35px;
    }

    .padding-xs-40b {
        padding-bottom: 40px;
    }

    .padding-xs-45b {
        padding-bottom: 45px;
    }

    .padding-xs-50b {
        padding-bottom: 50px;
    }

    .padding-xs-55b {
        padding-bottom: 55px;
    }

    .padding-xs-60b {
        padding-bottom: 60px;
    }

    .padding-xs-65b {
        padding-bottom: 65px;
    }

    .padding-xs-70b {
        padding-bottom: 70px;
    }

    .padding-xs-75b {
        padding-bottom: 75px;
    }

    .padding-xs-80b {
        padding-bottom: 80px;
    }

    .padding-xs-85b {
        padding-bottom: 85px;
    }

    .padding-xs-90b {
        padding-bottom: 90px;
    }

    .padding-xs-95b {
        padding-bottom: 95px;
    }

    .padding-xs-100b {
        padding-bottom: 100px;
    }

    .padding-xs-105b {
        padding-bottom: 105px;
    }

    .padding-xs-110b {
        padding-bottom: 110px;
    }

    .padding-xs-115b {
        padding-bottom: 115px;
    }

    .padding-xs-120b {
        padding-bottom: 120px;
    }

    .padding-xs-125b {
        padding-bottom: 125px;
    }

    .padding-xs-130b {
        padding-bottom: 130px;
    }

    .padding-xs-135b {
        padding-bottom: 135px;
    }

    .padding-xs-140b {
        padding-bottom: 140px;
    }

    .padding-xs-145b {
        padding-bottom: 145px;
    }

    .padding-xs-150b {
        padding-bottom: 150px;
    }

    .padding-xs-155b {
        padding-bottom: 155px;
    }

    .padding-xs-160b {
        padding-bottom: 160px;
    }

    .padding-xs-165b {
        padding-bottom: 165px;
    }

    .padding-xs-170b {
        padding-bottom: 170px;
    }

    .padding-xs-175b {
        padding-bottom: 175px;
    }

    .padding-xs-180b {
        padding-bottom: 180px;
    }

    .padding-xs-185b {
        padding-bottom: 185px;
    }

    .padding-xs-190b {
        padding-bottom: 190px;
    }

    .padding-xs-195b {
        padding-bottom: 195px;
    }

    .padding-xs-200b {
        padding-bottom: 200px;
    }
}

.page-calculate {
    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;
}

    .page-calculate .page-calculate-content {
        width: 100%;
    }

/*-------------------------------------------------------*/
/* SWIPER */
/*-------------------------------------------------------*/
.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .swiper-container .swiper-slide {
        text-align: center;
        font-size: 18px;
        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;
        overflow: hidden;
    }

.swiper-container-vertical {
    width: 100%;
    height: 100%;
}

/*-------------------------------------------------------*/
/* PRELOADER */
/*-------------------------------------------------------*/
.prague-loader {
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    -webkit-transition: visibility 0s;
    -o-transition: visibility 0s;
    transition: visibility 0s;
}

    .prague-loader .prague-loader-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        background-color: white;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transition: -webkit-transform 0.6s linear;
        transition: -webkit-transform 0.6s linear;
        -o-transition: transform 0.6s linear;
        transition: transform 0.6s linear;
        transition: transform 0.6s linear, -webkit-transform 0.6s linear;
    }

    .prague-loader .prague-loader-bar {
        display: inline-block;
        position: relative;
        top: 50%;
        overflow: hidden;
        vertical-align: middle;
        width: 40%;
        height: 2em;
        font-size: 4em;
        line-height: 2em;
        font-weight: 700;
        color: white;
        -webkit-transition: -webkit-transform 0s linear;
        transition: -webkit-transform 0s linear;
        -o-transition: transform 0s linear;
        transition: transform 0s linear;
        transition: transform 0s linear, -webkit-transform 0s linear;
        -webkit-transform: scaleX(1) translateY(-50%);
        -ms-transform: scaleX(1) translateY(-50%);
        transform: scaleX(1) translateY(-50%);
        -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
        transform-origin: center right;
        z-index: 2;
    }

        .prague-loader .prague-loader-bar:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            background-color: #c8102e;
            border-radius: 2px;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: center left;
            -ms-transform-origin: center left;
            transform-origin: center left;
            -webkit-animation: loading 2s linear infinite forwards;
            animation: loading 2s linear infinite forwards;
        }

    .prague-loader .prague-loader-img {
        position: absolute;
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 90%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation: scaleout-image 2s infinite ease-in-out;
        animation: scaleout-image 2s infinite ease-in-out;
        -webkit-transition: visibility .3s ease-in .2s;
        -o-transition: visibility .3s ease-in .2s;
        transition: visibility .3s ease-in .2s;
        visibility: hidden;
    }

        .prague-loader .prague-loader-img.s-back-switch {
            visibility: visible;
        }

    .prague-loader.is-loaded {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
        visibility: hidden;
    }

        .prague-loader.is-loaded .prague-loader-wrapper {
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: center top;
            -ms-transform-origin: center top;
            transform-origin: center top;
        }

        .prague-loader.is-loaded .prague-loader-img {
            visibility: hidden;
            -webkit-transition: visibility .3s ease-in 0s;
            -o-transition: visibility .3s ease-in 0s;
            transition: visibility .3s ease-in 0s;
        }

@media only screen and (max-width: 991px) {
    .prague-loader .prague-loader-bar {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .prague-loader .prague-loader-bar {
        font-size: 2em;
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: translate(0) scaleX(0);
        transform: translate(0) scaleX(0);
    }

    30% {
        -webkit-transform: translate(0) scaleX(1);
        transform: translate(0) scaleX(1);
    }

    100%, 80% {
        -webkit-transform: translate(100%) scaleX(0);
        transform: translate(100%) scaleX(0);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: translate(0) scaleX(0);
        transform: translate(0) scaleX(0);
    }

    30% {
        -webkit-transform: translate(0) scaleX(1);
        transform: translate(0) scaleX(1);
    }

    100%, 80% {
        -webkit-transform: translate(100%) scaleX(0);
        transform: translate(100%) scaleX(0);
    }
}

@-webkit-keyframes scaleout-image {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes scaleout-image {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

/*-------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------*/
.pixfields_box {
    display: none;
}

.prague-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 30px;
    z-index: 300;
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease-in, top 0.6s linear;
    -o-transition: background-color 0.3s ease-in, top 0.6s linear;
    transition: background-color 0.3s ease-in, top 0.6s linear;
}

    .prague-header.static {
        position: relative;
    }

    .prague-header.open-filter, .prague-header.open-menu {
        background-color: white;
    }

    .prague-header .prague-logo {
        position: relative;
    }

        .prague-header .prague-logo a {
            display: inline-block;
            vertical-align: middle;
            font-size: 20px;
            line-height: 32px;
            font-weight: 500;
            text-transform: uppercase;
            -webkit-transition: color 0.3s ease-in;
            -o-transition: color 0.3s ease-in;
            transition: color 0.3s ease-in;
            color: #111111;
        }

    .prague-header .prague-header-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .prague-header .prague-navigation {
        position: relative;
        vertical-align: middle;
        text-align: right;
        padding-right: 10px;
    }

    .prague-header .filter-nav {
        position: relative;
        display: block;
        margin-left: 15px;
        width: 94px;
    }

        .prague-header .filter-nav a {
            display: inline-block;
            vertical-align: middle;
            height: 34px;
            width: 94px;
            font-size: 11px;
            line-height: 32px;
            font-weight: 500;
            background: transparent;
            padding: 0 15px;
            -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            -o-transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            border: 1px solid rgba(17, 17, 17, 0.4);
            color: #111111;
        }

            .prague-header .filter-nav a:hover {
                border: 1px solid #111111;
                background-color: #111111;
                color: white;
            }

            .prague-header .filter-nav a i {
                font-size: 12px;
                line-height: 32px;
                font-weight: 400;
                color: inherit;
                padding-right: 5px;
            }

    .prague-header .prague-nav-menu-icon {
        position: relative;
        width: 34px;
        margin-left: 15px;
        z-index: 400;
    }

        .prague-header .prague-nav-menu-icon a {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: 34px;
            height: 34px;
            cursor: pointer;
            text-decoration: none;
            text-align: center;
            font-size: 16px;
            line-height: 32px;
            background-color: transparent;
            -webkit-transition: border 0.3s ease-in, background-color 0.3s ease-in;
            -o-transition: border 0.3s ease-in, background-color 0.3s ease-in;
            transition: border 0.3s ease-in, background-color 0.3s ease-in;
            border: 1px solid rgba(17, 17, 17, 0.4);
        }

            .prague-header .prague-nav-menu-icon a i {
                width: 16px;
                height: 1px;
                display: inline-block;
                position: relative;
                top: -4px;
                -webkit-transition: background-color 0.3s ease-in;
                -o-transition: background-color 0.3s ease-in;
                transition: background-color 0.3s ease-in;
                background-color: #111111;
            }

                .prague-header .prague-nav-menu-icon a i:after, .prague-header .prague-nav-menu-icon a i:before {
                    content: "";
                    width: 16px;
                    height: 1px;
                    position: absolute;
                    left: 0;
                    -webkit-transition: background-color 0.3s ease-in, -webkit-transform 0.2s ease-in;
                    transition: background-color 0.3s ease-in, -webkit-transform 0.2s ease-in;
                    -o-transition: background-color 0.3s ease-in, transform 0.2s ease-in;
                    transition: background-color 0.3s ease-in, transform 0.2s ease-in;
                    transition: background-color 0.3s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
                    background-color: #111111;
                }

                .prague-header .prague-nav-menu-icon a i:before {
                    top: -4px;
                }

                .prague-header .prague-nav-menu-icon a i:after {
                    top: 4px;
                }

            .prague-header .prague-nav-menu-icon a:hover {
                border: 1px solid #111111;
                background-color: #111111;
            }

                .prague-header .prague-nav-menu-icon a:hover i {
                    background-color: white;
                }

                    .prague-header .prague-nav-menu-icon a:hover i:after, .prague-header .prague-nav-menu-icon a:hover i:before {
                        background-color: white;
                    }

        .prague-header .prague-nav-menu-icon.active a i {
            background-color: transparent;
        }

            .prague-header .prague-nav-menu-icon.active a i:before {
                top: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .prague-header .prague-nav-menu-icon.active a i:after {
                top: 0;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .prague-header .prague-social-nav {
        position: relative;
        display: block;
        width: 34px;
        margin-left: 15px;
    }

        .prague-header .prague-social-nav a {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: 34px;
            height: 34px;
            cursor: pointer;
            text-decoration: none;
            text-align: center;
            font-size: 16px;
            line-height: 32px;
            background-color: transparent;
            -webkit-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
            -o-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
            transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
            border: 1px solid rgba(17, 17, 17, 0.4);
            color: #111111;
        }

            .prague-header .prague-social-nav a:hover {
                border: 1px solid #111111;
                background-color: #111111;
                color: white;
            }

            .prague-header .prague-social-nav a i {
                font-size: 12px;
                line-height: 32px;
                font-weight: 400;
            }

.fa .fa-chain-broken::before {
    content: "\f127";
}

.prague-header .prague-social-nav .social-content {
    position: absolute;
    top: calc(100% + 25px);
    right: 2px;
    left: 2px;
    list-style: none;
    display: none;
}

    .prague-header .prague-social-nav .social-content li {
        margin-bottom: 10px;
    }

    .prague-header .prague-social-nav .social-content a {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

        .prague-header .prague-social-nav .social-content a i {
            line-height: 28px;
        }

.prague-header.open-detail {
    top: -100%;
    -webkit-transition: top 0.6s linear;
    -o-transition: top 0.6s linear;
    transition: top 0.6s linear;
}

.prague-header.light.open-filter, .prague-header.light.open-menu {
    background-color: #111111;
}

.prague-header.light .prague-logo a {
    color: white;
}

.prague-header.light .filter-nav a {
    border: 1px solid rgba(242, 242, 242, 0.4);
    color: white;
}

    .prague-header.light .filter-nav a:hover {
        border: 1px solid white;
        background-color: white;
        color: #111111;
    }

.prague-header.light .prague-nav-menu-icon a {
    border: 1px solid rgba(242, 242, 242, 0.4);
    background: #ffffff;
}

    .prague-header.light .prague-nav-menu-icon a i {
        background-color: #333333;
    }

.prague-header.light.scroll .prague-nav-menu-icon a i {
    background: #333333;
}

.prague-header.light .prague-nav-menu-icon a i:after, .prague-header.light .prague-nav-menu-icon a i:before {
    background-color: #333333;
}

.prague-header.light.scroll .prague-nav-menu-icon a i:after,
.prague-header.light.scroll .prague-nav-menu-icon a i:before {
    background: #333333;
    ;
}

.prague-header.light .prague-nav-menu-icon a:hover {
    border: 1px solid white;
    background-color: white;
    color: #333333;
}

    .prague-header.light .prague-nav-menu-icon a:hover i {
        background-color: #111111;
    }

        .prague-header.light .prague-nav-menu-icon a:hover i:after, .prague-header.light .prague-nav-menu-icon a:hover i:before {
            background-color: #111111;
        }

.prague-header.light .prague-nav-menu-icon.active a i {
    background-color: transparent;
}

.prague-header.light .prague-social-nav a {
    border: 1px solid rgba(242, 242, 242, 0.4);
    color: white;
}

    .prague-header.light .prague-social-nav a:hover {
        border: 1px solid white;
        background-color: white;
        color: #111111;
    }

.prague-header.full.open-menu .prague-nav-menu-icon.active a {
    border: 1px solid rgba(242, 242, 242, 0.4);
    background-color: transparent;
}

    .prague-header.full.open-menu .prague-nav-menu-icon.active a i {
        background-color: transparent;
    }

        .prague-header.full.open-menu .prague-nav-menu-icon.active a i:after, .prague-header.full.open-menu .prague-nav-menu-icon.active a i:before {
            background-color: white;
        }

.prague-header.full.open-menu .prague-nav-menu-icon.active:hover a {
    border: 1px solid white;
    background-color: white;
}

    .prague-header.full.open-menu .prague-nav-menu-icon.active:hover a i:after, .prague-header.full.open-menu .prague-nav-menu-icon.active:hover a i:before {
        background-color: #111111;
    }

.prague-header.full .prague-nav-menu-icon {
    display: block;
    top: 0;
    right: 0;
    -webkit-transition: top 0.3s ease-in, right 0.3s ease-in;
    -o-transition: top 0.3s ease-in, right 0.3s ease-in;
    transition: top 0.3s ease-in, right 0.3s ease-in;
}

.prague-header.full .prague-navigation {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow-y: auto;
    text-align: left;
    z-index: 350;
    background-color: black !important;
}

    .prague-header.full .prague-navigation .pargue-navigation-wrapper {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        overflow-x: hidden;
        min-height: 100vh;
        -ms-overflow-style: none;
    }

    .prague-header.full .prague-navigation .prague-navigation-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        min-height: 100vh;
    }

    .prague-header.full .prague-navigation nav {
        position: relative;
        padding-bottom: 0;
        width: 51%;
        padding: 70px 70px;
        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;
        background-color: black;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.5s ease-in;
        transition: -webkit-transform 0.5s ease-in;
        -o-transition: transform 0.5s ease-in;
        transition: transform 0.5s ease-in;
        transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
        z-index: 500;
    }

        .prague-header.full .prague-navigation nav.left {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        .prague-header.full .prague-navigation nav.more-left {
            -webkit-transform: translateX(-200%);
            -ms-transform: translateX(-200%);
            transform: translateX(-200%);
        }

    .prague-header.full .prague-navigation .main-menu li a {
        color: white;
    }

    .prague-header.full .prague-navigation .main-menu .sub-menu {
        background-color: transparent;
    }

        .prague-header.full .prague-navigation .main-menu .sub-menu li a {
            color: white;
        }

.prague-header.sticky-mobile-menu {
    position: fixed;
}

    .prague-header.sticky-mobile-menu.static {
        position: relative;
    }

.prague-header.simple.sticky-menu.light.static {
    background-color: #111;
}

.prague-header.simple.sticky-menu.dark.static {
    background-color: #fff;
}

.prague-header.simple.sticky-menu.light.scroll {
    background-color: #ffffff;
    border-bottom: 1px solid #cfcfcf;
}

.prague-header.simple.sticky-menu.dark.scroll {
    background-color: #fff;
}

.new-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    animation: blur 4s ease 0s none;
    -webkit-animation: blur 4s ease 0s none;
    -moz-animation: blur 4s ease 0s none;
    z-index: 1;
    background: rgba(255,255,255,0.7);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .new-logo > img {
        width: 150px;
    }

    .new-logo > p {
        font-family: 'Poppins', sans-serif;
        font-size: 17px;
        margin-top: 13px;
        color: #515759;
        font-weight: 500;
    }

@keyframes blur {
    0%, 90% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
    }

    50% {
        -webkit-filter: blur(50px);
        -moz-filter: blur(50px);
        -o-filter: blur(50px);
        -ms-filter: blur(50px);
    }
}


.image_logo {
    /*filter: blur(4px);*/
	width:255px;
}

filter: blur(3px);
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: url(blur.svg#blur);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');



.main-menu {
    padding: 0;
    margin: 0;
}

.main-menu > li {
    position: relative;
    display: inline-block;
    margin-left: 8px;
}

.main-menu li {
    position: relative;
    font-size: initial;
    line-height: normal;
}

    .main-menu li a {
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: 2px;
        padding: 5px 15px;
        opacity: 0.7;
        text-transform: uppercase;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
        color: #505759;
        font-family: 'Poppins', sans-serif;
    }

.prague-header.simple.sticky-menu.dark .main-menu li a {
    color: #ffffff;
}

.prague-header.simple.sticky-menu.dark.scroll .main-menu li a {
    color: #505759;
}

.main-menu li:hover a, .main-menu li:focus a, .main-menu li.active a, .main-menu li.current-menu-item a, .main-menu li.current-menu-parent a, .main-menu li.current-menu-ancestor a {
    opacity: 1;
}

.main-menu .sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 7px 0;
    position: absolute;
    top: calc(100% + 14px);
    left: 13px;
    min-width: 143px;
    text-align: left;
    white-space: nowrap;
    -webkit-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
    -o-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
    transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
    background-color: #111111;
}

    .main-menu .sub-menu li a {
        display: block;
        font-size: 11px;
        line-height: 25px;
        padding: 0 15px;
        opacity: 0.7;
        color: white !important;
    }

    .main-menu .sub-menu li:hover > a, .main-menu .sub-menu li:focus > a, .main-menu .sub-menu li.current-menu-item > a, .main-menu .sub-menu li.current-menu-parent > a, .main-menu .sub-menu li.current-menu-ancestor > a {
        opacity: 1;
    }

.prague-header.full .main-menu li {
    position: static;
    display: block;
    font-size: initial;
    line-height: normal;
}

    .prague-header.full .main-menu li a {
        position: relative;
        padding: 0 15px;
        display: inline-block;
        font-size: 32px;
        line-height: 56px;
        font-weight: 700;
        opacity: 1;
        z-index: 20;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
    }

        .prague-header.full .main-menu li a:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 26px;
            background-color: #5f5f5f;
            z-index: -1;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
            -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
            transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
            transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
            transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        }

    .prague-header.full .main-menu li:hover > a, .prague-header.full .main-menu li.active > a {
        opacity: 0.7;
    }

        .prague-header.full .main-menu li:hover > a:before, .prague-header.full .main-menu li.active > a:before {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

.prague-header.full .main-menu .sub-menu {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 200%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding-left: 100px;
    -webkit-transition: left 0.3s ease-in, visibility 0.3s ease-in, opacity 0.3s ease-in;
    -o-transition: left 0.3s ease-in, visibility 0.3s ease-in, opacity 0.3s ease-in;
    transition: left 0.3s ease-in, visibility 0.3s ease-in, opacity 0.3s ease-in;
}

    .prague-header.full .main-menu .sub-menu.active {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }

    .prague-header.full .main-menu .sub-menu li a {
        font-size: 20px;
        line-height: 40px;
        font-weight: 500;
        opacity: 1;
    }

        .prague-header.full .main-menu .sub-menu li a:before {
            height: 20px;
        }

    .prague-header.full .main-menu .sub-menu li:hover > a, .prague-header.full .main-menu .sub-menu li.active > a {
        opacity: 0.7;
    }

    .prague-header.full .main-menu .sub-menu .sub-menu {
        position: absolute;
        left: 200%;
        visibility: hidden;
        opacity: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .prague-header.full .main-menu .sub-menu .sub-menu.active {
            left: 100%;
            visibility: visible;
            opacity: 1;
        }

.prague-header-form {
    position: relative;
    width: 49%;
    padding: 67px 70px 56px 70px;
    z-index: 400;
    opacity: 1;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

    .prague-header-form:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: black;
        opacity: 0.8;
        z-index: 410;
    }

    .prague-header-form.hidyy {
        opacity: 0;
    }

    .prague-header-form .prague-footer-info-block {
        z-index: 420;
        margin-bottom: 180px;
    }

        .prague-header-form .prague-footer-info-block .prague-social-nav {
            margin-top: 39px;
            margin-left: 0;
            width: auto;
        }

            .prague-header-form .prague-footer-info-block .prague-social-nav .social-content {
                position: static;
                display: block;
                margin-bottom: 0;
            }

                .prague-header-form .prague-footer-info-block .prague-social-nav .social-content li {
                    margin-bottom: 0;
                    margin-right: 11px;
                    display: inline-block;
                }

                    .prague-header-form .prague-footer-info-block .prague-social-nav .social-content li a {
                        border: 1px solid rgba(242, 242, 242, 0.4);
                        color: white;
                    }

                        .prague-header-form .prague-footer-info-block .prague-social-nav .social-content li a:hover {
                            border: 1px solid white;
                            background-color: white;
                            color: #111111;
                        }



    .prague-header-form .prague-formidable {
        position: relative;
        z-index: 420;
    }

        .prague-header-form .prague-formidable .prague-formidable-title {
            font-weight: 300;
            font-style: normal;
            letter-spacing: 4.2px;
            color: white;
            margin-top: 0;
            margin-bottom: 44px;
        }

        .prague-header-form .prague-formidable .frm_forms.with_frm_style fieldset {
            padding: 0;
        }

        .prague-header-form .prague-formidable .frm_forms.with_frm_style label.frm_primary_label,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style.frm_login_form label {
            color: white;
        }

        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=text],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=password],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=email],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=number],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=url],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=tel],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=phone],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=search],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style select,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style textarea,
        .prague-header-form .prague-formidable .frm_form_fields_style,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_scroll_box .frm_opt_container,
        .prague-header-form .prague-formidable .frm_form_fields_active_style,
        .prague-header-form .prague-formidable .frm_form_fields_error_style,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style .chosen-container-multi .chosen-choices,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style .chosen-container-single .chosen-single {
            background-color: rgba(242, 242, 242, 0.1);
            color: rgba(255, 255, 255, 0.5);
        }

        .prague-header-form .prague-formidable .frm_forms.with_frm_style textarea {
            height: 126px;
            padding: 16px 25px;
        }

            .prague-header-form .prague-formidable .frm_forms.with_frm_style .form-field input:not([type=file]):focus,
            .prague-header-form .prague-formidable .frm_forms.with_frm_style select:focus,
            .prague-header-form .prague-formidable .frm_forms.with_frm_style textarea:focus,
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=text],
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=password],
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=email],
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=number],
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=url],
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=tel],
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=search],
            .prague-header-form .prague-formidable .frm_form_fields_active_style,
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .chosen-container-active .chosen-choices {
                background-color: rgba(242, 242, 242, 0.1);
                color: white;
                border-bottom-color: white;
            }

        .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_radio label,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_checkbox label {
            color: white;
        }

        .prague-header-form .prague-formidable .with_frm_style .frm_submit {
            text-align: left;
        }

        .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=submit],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_submit input[type=button],
        .prague-header-form .prague-formidable .frm_form_submit_style,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style.frm_login_form input[type=submit] {
            padding: 3px 40px 3px 0px;
            color: white;
        }

.no-menu {
    color: white;
}

    .no-menu a {
        text-decoration: underline;
    }

/*STICKY MENU*/
@media only screen and (min-width: 1199px) {
    .prague-header.simple.sticky-menu {
        position: fixed;
    }

        .prague-header.simple.sticky-menu.static {
            position: relative;
        }
}

/* Show second and third menu levels */
@media only screen and (min-width: 1200px) {
    .prague-header .prague-nav-menu-icon {
        display: none;
    }

    .prague-header .prague-navigation {
        display: block;
    }

    .prague-header .main-menu li:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
    }

    .prague-header .main-menu .sub-menu li {
        display: block;
    }

    .prague-header .main-menu .sub-menu .sub-menu {
        position: absolute;
        top: -7px;
        left: 100%;
    }
}

/* Responsive menu */
@media screen and (max-width: 1199px) {
    .prague-header .prague-nav-menu-icon {
        display: block;
    }

    .prague-header .prague-navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 40px 30px;
        overflow-y: auto;
        text-align: left;
        background-color: #111111;
    }

        .prague-header .prague-navigation nav {
            padding-bottom: 100px;
        }

    .prague-header.full .prague-navigation .pargue-navigation-wrapper {
        max-width: 970px;
    }

    .prague-header.light .prague-navigation {
        background-color: black;
        border-top: 1px solid #f5f5f5;
    }

    .prague-header.light .main-menu li a {
        color: white;
    }

    .prague-header.light .main-menu .sub-menu {
        background-color: black;
    }

        .prague-header.light .main-menu .sub-menu li a {
            color: #111111;
        }

    .main-menu > li {
        display: block;
        margin-left: 0;
    }

    .main-menu li {
        display: block;
    }

        .main-menu li a {
            color: white;
        }

    .main-menu .sub-menu {
        position: static;
        display: block;
        visibility: visible;
        opacity: 1;
        padding: 7px 10px;
        background-color: #111111;
    }

        .main-menu .sub-menu li a {
            color: white;
        }

        .main-menu .sub-menu .sub-menu {
            position: static;
        }

    .prague-header-form .prague-footer-info-block {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 991px) {
    .prague-header {
        padding: 15px 30px;
    }

        .prague-header.full .prague-navigation .pargue-navigation-wrapper {
            max-width: none;
        }

        .prague-header.full .prague-navigation nav {
            padding: 50px 15px;
        }

    .prague-header-form {
        padding: 50px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .prague-header {
        padding: 0px 15px;
        padding-top: 10px;
    }

        .prague-header .prague-navigation {
            padding: 20px 15px;
        }

        .prague-header.full .prague-navigation .pargue-navigation-wrapper {
            padding: 64px 0;
        }

        .prague-header.full .prague-navigation .prague-navigation-inner {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .prague-header.full .prague-navigation nav {
            width: 100%;
            padding: 50px 30px;
        }

            .prague-header.full .prague-navigation nav.left {
                -webkit-transform: translateX(calc(-100% + 30px));
                -ms-transform: translateX(calc(-100% + 30px));
                transform: translateX(calc(-100% + 30px));
            }

            .prague-header.full .prague-navigation nav.more-left {
                -webkit-transform: translateX(-200%);
                -ms-transform: translateX(-200%);
                transform: translateX(-200%);
            }

    .prague-header-form {
        display: none;
    }

    .prague-header.full .main-menu li a {
        font-size: 28px;
        line-height: 48px;
    }

        .prague-header.full .main-menu li a:before {
            height: 24px;
        }

    .prague-header.full .main-menu .sub-menu {
        padding-left: 25%;
    }

        .prague-header.full .main-menu .sub-menu li a {
            font-size: 16px;
            line-height: 32px;
        }

            .prague-header.full .main-menu .sub-menu li a:before {
                height: 16px;
            }
}

/*-------------------------------------------------------*/
/* FILTER TOP */
/*-------------------------------------------------------*/
.prague_filter_projects {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 90vh;
    background-color: #f2f2f2;
    padding: 64px 30px 94px 30px;
    overflow-y: auto;
}

    .prague_filter_projects .prague_filter_projects_wrapper {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prague_filter_projects .prague_filter_link_wrapper {
        text-align: center;
        margin: 45px 0;
    }

        .prague_filter_projects .prague_filter_link_wrapper .filter-clear-all {
            font-family: "Roboto",sans-serif;
            font-size: 11px;
            line-height: 18px;
            letter-spacing: 2px;
            font-weight: 500;
            display: inline-block;
            text-decoration: none;
            background-color: transparent;
            border: none;
            color: #7e7d7d;
            -webkit-transition: color 0.3s ease-in;
            -o-transition: color 0.3s ease-in;
            transition: color 0.3s ease-in;
        }

            .prague_filter_projects .prague_filter_link_wrapper .filter-clear-all:hover {
                color: #111111;
            }

    .prague_filter_projects .prague_filter_item {
        min-width: 270px;
        margin-right: 100px;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .prague_filter_projects .prague_filter_item .filter_item_title {
            text-transform: capitalize;
            color: #111111;
            letter-spacing: 1.5px;
            margin-top: 0;
            margin-bottom: 55px;
        }

        .prague_filter_projects .prague_filter_item .filter_item_category {
            list-style: none;
            position: relative;
            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: start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-bottom: 0;
            padding-bottom: 40px;
        }

            .prague_filter_projects .prague_filter_item .filter_item_category:after {
                content: '';
                position: absolute;
                width: 100%;
                height: calc(100% - 13px);
                top: 13px;
                left: 1px;
                border: 1px solid #cccccc;
                z-index: 20;
            }

            .prague_filter_projects .prague_filter_item .filter_item_category li {
                position: relative;
                font-family: 'Roboto', sans-serif;
                font-size: 14px;
                line-height: 30px;
                letter-spacing: 1.5px;
                font-weight: 300;
                color: #7e7d7d;
                background-color: #f2f2f2;
                z-index: 30;
                padding-right: 15px;
                padding-left: 0;
                cursor: pointer;
                -webkit-transition: color 0.3s ease-in, padding-left 0.3s ease-in;
                -o-transition: color 0.3s ease-in, padding-left 0.3s ease-in;
                transition: color 0.3s ease-in, padding-left 0.3s ease-in;
            }

                .prague_filter_projects .prague_filter_item .filter_item_category li:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 0;
                    height: 0;
                    border-top: 5px solid #111111;
                    border-right: 5px solid transparent;
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: opacity 0.3s ease-in,visibility 0.3s ease-in;
                    -o-transition: opacity 0.3s ease-in,visibility 0.3s ease-in;
                    transition: opacity 0.3s ease-in,visibility 0.3s ease-in;
                }

                .prague_filter_projects .prague_filter_item .filter_item_category li.active {
                    color: #111111;
                    padding-left: 10px;
                }

                    .prague_filter_projects .prague_filter_item .filter_item_category li.active:before {
                        opacity: 1;
                        visibility: visible;
                    }

@media only screen and (max-width: 1199px) {
    .prague_filter_projects .prague_filter_projects_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .prague_filter_projects .prague_filter_item {
        margin: 0 50px 20px 0;
        margin-right: 50px;
        min-width: 190px;
    }
}

@media only screen and (max-width: 991px) {
    .prague_filter_projects {
        padding: 30px 30px 94px;
    }

        .prague_filter_projects .prague_filter_item {
            margin: 0 30px 20px 0;
        }

            .prague_filter_projects .prague_filter_item .filter_item_title {
                margin-bottom: 20px;
            }
}

@media only screen and (max-width: 767px) {
    .prague_filter_projects {
        padding: 30px 15px 94px;
    }

        .prague_filter_projects .prague_filter_projects_wrapper {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .prague_filter_projects .prague_filter_item {
            margin: 0 15px 20px;
        }
}

/*-------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------*/
.prague-footer-info-block {
    position: relative;
}

    .prague-footer-info-block .footer-info-block-title {
        font-weight: 300;
        font-style: normal;
        letter-spacing: 4.5px;
        color: white;
        margin-top: 0;
        margin-bottom: 37px;
    }

    .prague-footer-info-block .footer-info-block-content {
        font-size: 13px;
        line-height: 26px;
        font-weight: 400;
        color: white;
    }

        .prague-footer-info-block .footer-info-block-content p {
            font-size: inherit;
            line-height: inherit;
            font-weight: inherit;
            color: inherit;
            margin-bottom: 0;
        }

        .prague-footer-info-block .footer-info-block-content a {
            font-size: inherit;
            line-height: inherit;
            font-weight: inherit;
            color: inherit;
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .prague-footer-info-block .footer-info-block-content a:hover {
                opacity: 0.7;
            }
/* Başlangıç KVKK */
.prague-footer-info-kvkk {
    position: relative;
}

    .prague-footer-info-kvkk .inner-info-kvkk {
        padding-left: 65px;
        padding-top: 30px;
    }

.footer-info-kvkk-title {
    font-weight: 300;
    font-style: normal;
    letter-spacing: 4.5px;
    color: white;
    margin-top: 0;
    margin-bottom: 20px;
}

.prague-footer-info-kvkk .footer-info-kvkk-content {
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    color: white;
}

    .prague-footer-info-kvkk .footer-info-kvkk-content ul li {
        list-style-type: none;
    }

        .prague-footer-info-kvkk .footer-info-kvkk-content ul li:hover {
            text-decoration: underline;
        }

    .prague-footer-info-kvkk .footer-info-kvkk-content p {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        color: inherit;
        margin-bottom: 0;
    }

    .prague-footer-info-kvkk .footer-info-kvkk-content a {
        /* font-size: inherit;
            line-height: inherit;
            font-weight: inherit;
            color: inherit; */
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
        margin-top: 36px;
        max-width: 470px;
        font-size: 13px;
        line-height: 26px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.7);
    }

.prague-footer-info-kvkk .footer-info-kvkkk-content a:hover {
    opacity: 0.7;
}

.prague-footer .footer-top-content .prague-footer-info-kvkk {
    width: 30%;
    float: left;
}

/* Bitiş KVKK */

.disable-prague-plugin .prague-footer .footer-content-outer {
    padding: 40px 0 40px;
}

    .disable-prague-plugin .prague-footer .footer-content-outer .footer-bottom-content {
        padding-top: 0;
    }

.prague-footer {
    position: relative;
    background-color: black;
}

    .prague-footer:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: black;
        opacity: 0.8;
        z-index: 90;
    }

    .prague-footer.modern {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(13, 13, 13, 0.3);
        z-index: 200;
    }

        .prague-footer.modern:before {
            background-color: transparent;
        }

        .prague-footer.modern .footer-content-outer {
            max-width: none;
            padding: 30px;
        }

        .prague-footer.modern .footer-bottom-content {
            padding-top: 0;
        }

            .prague-footer.modern .footer-bottom-content .footer-copyright {
                line-height: 32px;
            }

            .prague-footer.modern .footer-bottom-content .prague-social-nav .social-content {
                margin-top: 0;
            }

    .prague-footer.copy .footer-content-outer {
        max-width: none;
        padding: 30px;
    }

    .prague-footer.copy .footer-bottom-content {
        padding-top: 0;
    }

        .prague-footer.copy .footer-bottom-content .footer-copyright {
            line-height: 32px;
            width: 100%;
            text-align: center;
        }

    .prague-footer .footer-content-outer {
        position: relative;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        padding: 140px 0 140px;
        z-index: 100;
    }

    .prague-footer .footer-top-content {
        position: relative;
        padding-bottom: 33px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        .prague-footer .footer-top-content:after {
            content: '';
            display: table;
            clear: both;
        }

        .prague-footer .footer-top-content .prague-footer-main-block {
            width: 40%;
            float: left;
        }

            .prague-footer .footer-top-content .prague-footer-main-block .prague-logo {
                position: relative;
            }

                .prague-footer .footer-top-content .prague-footer-main-block .prague-logo a {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 20px;
                    line-height: 32px;
                    font-weight: 500;
                    color: white;
                    -webkit-transition: color 0.3s ease-in;
                    -o-transition: color 0.3s ease-in;
                    transition: color 0.3s ease-in;
                }

            .prague-footer .footer-top-content .prague-footer-main-block .footer-main-content {
                margin-top: 36px;
                max-width: 470px;
                font-size: 13px;
                line-height: 26px;
                font-weight: 400;
                color: rgba(255, 255, 255, 0.7);
            }

                .prague-footer .footer-top-content .prague-footer-main-block .footer-main-content p {
                    font-size: inherit;
                    line-height: inherit;
                    font-weight: inherit;
                    color: inherit;
                }

        .prague-footer .footer-top-content .prague-footer-info-block {
            width: 30%;
            padding-top: 28px;
            text-align: left;
            float: left;
        }

    .prague-footer .footer-bottom-content {
        position: relative;
        padding-top: 47px;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

        .prague-footer .footer-bottom-content:after {
            content: '';
            display: table;
            clear: both;
        }

        .prague-footer .footer-bottom-content .footer-copyright {
            float: left;
            width: 50%;
            font-size: 10px;
            line-height: 18px;
            letter-spacing: 2px;
            font-weight: 700;
            color: white;
        }

            .prague-footer .footer-bottom-content .footer-copyright p {
                font-size: inherit;
                line-height: inherit;
                font-weight: inherit;
                color: inherit;
                margin-bottom: 0;
            }

        .prague-footer .footer-bottom-content .prague-social-nav {
            float: right;
            margin-top: 0;
            margin-left: 0;
            width: 50%;
            text-align: right;
        }

            .prague-footer .footer-bottom-content .prague-social-nav .social-content {
                position: static;
                display: block;
                margin-bottom: 0;
                margin: 0;
            }

                .prague-footer .footer-bottom-content .prague-social-nav .social-content li {
                    margin-bottom: 0;
                    margin-right: 0;
                    margin-left: 11px;
                    display: inline-block;
                }

                    .prague-footer .footer-bottom-content .prague-social-nav .social-content li a {
                        position: relative;
                        display: inline-block;
                        vertical-align: middle;
                        cursor: pointer;
                        text-decoration: none;
                        text-align: center;
                        width: 30px;
                        height: 30px;
                        font-size: 12px;
                        line-height: 28px;
                        border: 1px solid rgba(242, 242, 242, 0.4);
                        color: white;
                        -webkit-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
                        -o-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
                        transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
                    }

                        .prague-footer .footer-bottom-content .prague-social-nav .social-content li a:hover {
                            border: 1px solid white;
                            background-color: white;
                            color: #111111;
                        }

                        .prague-footer .footer-bottom-content .prague-social-nav .social-content li a i {
                            line-height: 28px;
                        }

@media only screen and (max-width: 1199px) {
    .prague-footer .footer-content-outer {
        padding: 100px 0;
        max-width: 970px;
    }
}

@media only screen and (max-width: 991px) {
    .prague-footer .footer-content-outer {
        padding: 50px 0;
        max-width: 750px;
    }
}

@media only screen and (max-width: 767px) {
    .prague-footer.modern .footer-content-outer {
        padding: 15px;
    }

    .prague-footer.modern .footer-bottom-content .prague-social-nav {
        padding-top: 15px;
    }

    .prague-footer .footer-content-outer {
        padding: 50px 15px;
        max-width: none;
    }

    .prague-footer .footer-top-content .prague-footer-main-block {
        width: 100%;
        text-align: center;
        float: none;
    }

        .prague-footer .footer-top-content .prague-footer-main-block .footer-main-content {
            margin-left: auto;
            margin-right: auto;
            margin-top: 15px;
        }

    .prague-footer .footer-top-content .prague-footer-info-block {
        width: 100%;
        text-align: center;
        float: none;
    }

        .prague-footer .footer-top-content .prague-footer-info-block .footer-info-block-title {
            margin-bottom: 15px;
        }

    .prague-footer .footer-bottom-content {
        text-align: center;
        padding-top: 33px;
        flex-direction: column;
    }

        .prague-footer .footer-bottom-content .footer-copyright {
            width: 100%;
            float: none;
        }

        .prague-footer .footer-bottom-content .prague-social-nav {
            width: 100%;
            float: none;
            text-align: center;
            padding-top: 28px;
        }
}

/*-------------------------------------------------------*/
/* BANNER */
/*-------------------------------------------------------*/
.top-banner {
    min-height: 100vh;
    position: relative;
    width: 100%;
    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;
}

.interior-banner {
    min-height: 20vh;
}

.no-marg-bottom {
    margin-bottom: 50px !important;
}

.no-marg-top {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.vindow-height {
    margin-top: 0px !important;
    min-height: 30vh !important;
    margin-bottom: 0px !important;
}


.flex {
    display: flex !important;
}

.top-banner .overlay {
    z-index: 210;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

.top-banner .content {
    max-width: 1170px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 220;
}

    .top-banner .content .subtitle {
        font-family: "Roboto",sans-serif;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 4.5px;
        font-weight: 300;
    }

    .top-banner .content .title {
        margin-top: 24px;
        margin-bottom: 0;
    }

    .top-banner .content .description {
        margin-top: 26px;
    }

        .top-banner .content .description p {
            margin-bottom: 0;
            color: inherit;
            opacity: 0.7;
        }

    .top-banner .content .a-btn {
        margin-top: 40px;
    }

    .top-banner .content .prague-svg-animation-text {
        position: absolute;
        top: -96px;
        left: 0;
        right: 0;
        bottom: -27px;
        z-index: -1;
    }

        .top-banner .content .prague-svg-animation-text .prague-svg {
            stroke: #f2f2f2;
            stroke-width: 2px;
            fill: transparent;
            height: 400px;
            position: relative;
            top: -80px;
        }

@media only screen and (max-width: 768px) {
    .top-banner .content .prague-svg-animation-text .prague-svg {
        stroke: #f2f2f2;
        stroke-width: 2px;
        fill: transparent;
        height: 280px;
        position: relative;
        top: -80px;
        width: 100%;
    }

    .prague-books-wrapper .books-item-content .books-item-title {
        font-size: 17px;
    }
}

.top-banner iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.top-banner .top-banner-cursor {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.top-banner.big .content {
    margin-top: 277px;
    margin-bottom: 277px;
}

.top-banner.big .top-banner-cursor {
    height: 277px;
}

.top-banner.simple .content {
    margin-top: 160px;
    margin-bottom: 50px;
}

.top-banner.simple .top-banner-cursor {
    height: 135px;
}

.top-banner.fullheight .content {
    margin-top: 140px;
    margin-bottom: 140px;
}

.top-banner.fullheight .top-banner-cursor {
    height: 33.333333%;
}

.top-banner.categories {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .top-banner.categories .content {
        margin-top: 130px;
        margin-bottom: 130px;
    }

    .top-banner.categories .top-banner-cursor {
        height: 0;
    }

.top-banner.enable_column .content {
    margin-bottom: 0 !important;
}

.top-banner.enable_column .top-banner-cursor {
    height: 0;
}

.top-banner.js_wrapper_el_video {
    overflow: hidden;
}

.top-banner .banner-columns {
    max-width: 1170px;
    margin-top: 140px;
}

    .top-banner .banner-columns .banner-col-item {
        display: inline-block;
        text-align: left;
        min-width: 200px;
        padding-left: 15px;
        padding-bottom: 30px;
    }

        .top-banner .banner-columns .banner-col-item.divider {
            position: relative;
        }

            .top-banner .banner-columns .banner-col-item.divider:before {
                content: '';
                position: absolute;
                top: 0;
                left: 15px;
                height: 1px;
                width: 70px;
            }

        .top-banner .banner-columns .banner-col-item .title {
            display: block;
            font-size: 11px;
            line-height: 18px;
            letter-spacing: 2px;
            font-weight: 500;
            margin-top: 36px;
        }

        .top-banner .banner-columns .banner-col-item .subtitle {
            display: block;
            font-size: 16px;
            line-height: 32px;
            letter-spacing: 0;
            font-weight: 400;
            margin-top: 22px;
        }

            .top-banner .banner-columns .banner-col-item .subtitle a {
                display: inline-block;
                -webkit-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                transition: color 0.3s ease;
                font-size: inherit;
                line-height: inherit;
                font-weight: inherit;
                color: inherit;
            }

.top-banner.light .top-banner-cursor {
    cursor: url(../img/cursor.png), auto;
}

.top-banner.light.categories {
    cursor: default;
}

.top-banner.light .content .subtitle, .top-banner.light .content .title, .top-banner.light .content .description {
    color: white;
}

.top-banner.light .content .a-btn {
    background-color: transparent;
    color: white;
}

    .top-banner.light .content .a-btn .a-btn-line:after, .top-banner.light .content .a-btn .a-btn-line:before {
        background-color: white;
    }

    .top-banner.light .content .a-btn.simple:after, .top-banner.light .content .a-btn.simple:before {
        border: 1px solid white;
    }

    .top-banner.light .content .a-btn.creative:after, .top-banner.light .content .a-btn.creative:before {
        border: 1px solid transparent;
    }

    .top-banner.light .content .a-btn.creative.anima:after {
        border-top-color: white;
        border-right-color: white;
    }

    .top-banner.light .content .a-btn.creative.anima:before {
        border-bottom-color: white;
        border-left-color: white;
    }

    .top-banner.light .content .a-btn:hover, .top-banner.light .content .a-btn:focus {
        color: #111111;
        background-color: white;
        text-decoration: none;
    }

        .top-banner.light .content .a-btn:hover .a-btn-line:after, .top-banner.light .content .a-btn:hover .a-btn-line:before, .top-banner.light .content .a-btn:focus .a-btn-line:after, .top-banner.light .content .a-btn:focus .a-btn-line:before {
            background-color: #111111;
        }

.top-banner.light .banner-columns .banner-col-item.divider:before {
    background-color: white;
}

.top-banner.light .banner-columns .banner-col-item .title, .top-banner.light .banner-columns .banner-col-item .subtitle {
    color: white;
}

    .top-banner.light .banner-columns .banner-col-item .subtitle a:hover {
        color: rgba(255, 255, 255, 0.7);
    }

.top-banner.dark .top-banner-cursor {
    cursor: url(../img/cursor-dark.png), auto;
}

.top-banner.dark .content .subtitle, .top-banner.dark .content .title {
    color: #111111;
}

.top-banner.dark .content .description {
    color: #7e7d7d;
}

.top-banner.dark .content .a-btn {
    background-color: transparent;
    color: #111111;
}

    .top-banner.dark .content .a-btn .a-btn-line:after, .top-banner.dark .content .a-btn .a-btn-line:before {
        background-color: #111111;
    }

    .top-banner.dark .content .a-btn.simple:after, .top-banner.dark .content .a-btn.simple:before {
        border: 1px solid #111111;
    }

    .top-banner.dark .content .a-btn.creative:after, .top-banner.dark .content .a-btn.creative:before {
        border: 1px solid transparent;
    }

    .top-banner.dark .content .a-btn.creative.anima:after {
        border-top-color: #111111;
        border-right-color: #111111;
    }

    .top-banner.dark .content .a-btn.creative.anima:before {
        border-bottom-color: #111111;
        border-left-color: #111111;
    }

    .top-banner.dark .content .a-btn:hover, .top-banner.dark .content .a-btn:focus {
        color: white;
        background-color: #111111;
        text-decoration: none;
    }

        .top-banner.dark .content .a-btn:hover .a-btn-line:after, .top-banner.dark .content .a-btn:hover .a-btn-line:before, .top-banner.dark .content .a-btn:focus .a-btn-line:after, .top-banner.dark .content .a-btn:focus .a-btn-line:before {
            background-color: white;
        }

.top-banner.dark .banner-columns .banner-col-item.divider:before {
    background-color: #111111;
}

.top-banner.dark .banner-columns .banner-col-item .title, .top-banner.dark .banner-columns .banner-col-item .subtitle {
    color: #111111;
}

    .top-banner.dark .banner-columns .banner-col-item .subtitle a:hover {
        color: rgba(17, 17, 17, 0.7);
    }

.top-banner.play .overlay,
.top-banner.play .content {
    opacity: 0;
    visibility: hidden;
}

.autograph {
    width: 400px;
    margin-top: -70px;
    height: 200px;
    margin-left: -10px;
}

.autograph__path {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.animated .autograph__path {
    opacity: 1;
    -webkit-animation-name: line;
    animation-name: line;
}

@-webkit-keyframes line {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes line {
    100% {
        stroke-dashoffset: 0;
    }
}


.pr-video-wrapper {
    position: relative;
    z-index: 100;
}

    .pr-video-wrapper.play .pr-video-container {
        opacity: 1;
        visibility: visible;
    }

    .pr-video-wrapper.play .pr-video-close {
        opacity: 1;
        visibility: visible;
    }

    .pr-video-wrapper.play .pr-video-play {
        opacity: 0;
        visibility: hidden;
    }

    .pr-video-wrapper .pr-video-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        opacity: 0;
        visibility: hidden;
        z-index: 200;
    }

        .pr-video-wrapper .pr-video-container iframe {
            display: block;
            position: absolute;
        }

    .pr-video-wrapper .pr-video-close {
        position: absolute;
        top: 100px;
        right: 30px;
        width: 45px;
        height: 45px;
        -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
        -o-transition: opacity 0.3s ease, visibility 0.3s ease;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        border-radius: 50%;
        background-color: white;
        opacity: 0;
        visibility: hidden;
        z-index: 250;
        cursor: pointer;
    }

        .pr-video-wrapper .pr-video-close:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #111111;
            font-family: 'FontAwesome';
            font-size: 17px;
            font-weight: 400;
            line-height: 44px;
        }

    .pr-video-wrapper .pr-video-play {
        position: absolute;
        right: 30px;
        bottom: 150px;
        width: 45px;
        height: 45px;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        border-radius: 50%;
        background-color: white;
        text-align: center;
        opacity: 1;
        z-index: 330;
    }

        .pr-video-wrapper .pr-video-play:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 54%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #111111;
            font-family: 'FontAwesome';
            font-size: 17px;
            font-weight: 400;
            line-height: 44px;
            content: '\f04b';
        }

        .pr-video-wrapper .pr-video-play:hover {
            opacity: 0.7;
        }

@media only screen and (min-width: 769px) {
    .top-banner.pr-video-wrapper .pr-video-container {
        opacity: 1;
        visibility: visible;
    }

    .top-banner.pr-video-wrapper .pr-video-close {
        display: none;
    }

    .top-banner.pr-video-wrapper .pr-video-play {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .top-banner .content {
        max-width: 970px;
    }

    .top-banner .banner-columns {
        max-width: 970px;
    }

    .pr-video-wrapper .pr-video-close {
        right: 15px;
        bottom: 110px;
    }

    .pr-video-wrapper .pr-video-play {
        right: 15px;
    }
}

@media only screen and (max-width: 991px) {

    .no-marg-bottom {
        margin-bottom: 0 !important;
    }

    .top-banner .content {
        max-width: 750px;
    }

        .top-banner .content .prague-svg-animation-text {
            top: -55px;
            bottom: -10px;
        }

    .top-banner .banner-columns {
        max-width: 750px;
        margin-top: 70px;
    }

    .top-banner.big .content {
        margin-top: 140px;
        margin-bottom: 140px;
    }

    .top-banner.big .top-banner-cursor {
        height: 140px;
    }

    .top-banner.simple .content {
        margin-top: 140px;
        margin-bottom: 90px;
    }

    .top-banner.simple .top-banner-cursor {
        height: 90px;
    }
}

@media only screen and (max-width: 768px) {
    .top-banner .banner-columns .banner-col-item {
        text-align: center;
        padding: 0 15px 30px 15px;
    }

        .top-banner .banner-columns .banner-col-item.divider:before {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }
}

@media only screen and (max-width: 767px) {
    .top-banner .content {
        max-width: none;
        padding: 0 15px;
    }

        .top-banner .content .prague-svg-animation-text {
            top: -30px;
            bottom: 5px;
            left: 15px;
            right: 15px;
        }

    .top-banner .banner-columns {
        max-width: none;
        padding: 0 15px;
    }

    .top-banner.big .content, .top-banner.fullheight .content {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .top-banner.big .top-banner-cursor, .top-banner.fullheight .top-banner-cursor {
        height: 120px;
    }

    .top-banner.simple .content {
        margin-top: 120px;
        margin-bottom: 0;
    }

    .top-banner.simple .top-banner-cursor {
        height: 90px;
    }

    .top-banner.categories .content {
        margin-top: 90px;
        margin-bottom: 90px;
    }

    .top-banner.categories .top-banner-cursor {
        height: 0;
    }
}

.mb-15 {
    margin-bottom: 15px;
}

.brand-main {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

    .brand-main > .brand-inner {
        display: inline-flex;
        width: 16.666666%;
        border: 1px solid #eeeeee;
        padding: 10px;
        align-items: center;
    }

        .brand-main > .brand-inner > .brand-logo {
            display: inline-flex;
            align-items: center;
        }

            .brand-main > .brand-inner > .brand-logo:hover {
                display: inline-flex;
                /*width: 16.666666%;*/
                background-color: #ce1834;
                opacity: 0.8;
                /*padding: 10px;*/
                align-items: center;
            }

.white-popup {
    width: 70%;
    margin: 0 auto;
    background: #ffffff;
    display: block;
    padding: 15px;
    border-radius: 10px;
}

.brand-main > .brand-inner > img {
    -webkit-transition: grayscale 0.3s ease-in;
    -o-transition: grayscale 0.3s ease-in;
    transition: grayscale 0.3s ease-in;
    filter: grayscale(100%);
}

.brand-main > .brand-inner:hover > img {
    filter: grayscale(0%);
}

/*-------------------------------------------------------*/
/* HEADINGS */
/*-------------------------------------------------------*/
.heading {
    padding: 65px 0 30px 0;
    text-align: left;
}

    .heading .subtitle {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 4.5px;
        font-weight: 300;
    }

        .heading .subtitle.divider {
            display: inline-block;
            position: relative;
        }

            .heading .subtitle.divider:after {
                content: '';
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                left: calc(100% + 15px);
                width: 85px;
                height: 4px;
            }

    .heading .title {
        margin-top: 18px;
        margin-bottom: 0;
        letter-spacing: 0.9px;
    }

    .heading .content {
        margin-top: 15px;
    }

        .heading .content p {
            margin-bottom: 0;
        }

            .heading .content p:not(:last-child) {
                margin-bottom: 10px;
            }

        .heading .content h6 {
            position: relative;
            display: inline-block;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 4.5px;
            font-weight: 300;
            font-style: normal;
            margin-bottom: 23px;
            margin-top: 0;
        }

            .heading .content h6:after {
                content: '';
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                left: calc(100% + 15px);
                width: 85px;
                height: 4px;
            }

        .heading .content ul {
            list-style: none;
            margin-bottom: 0;
            font-size: 16px;
            line-height: 32px;
            font-weight: 400;
        }

            .heading .content ul li {
                font-size: 16px;
                line-height: 32px;
                font-weight: 400;
                position: relative;
                padding-left: 20px;
            }

                .heading .content 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%;
                }

        .heading .content.divider-content {
            padding-left: 100px;
            position: relative;
        }

            .heading .content.divider-content:after {
                content: '';
                position: absolute;
                top: 14px;
                left: 0;
                width: 85px;
                height: 4px;
            }

    .heading.Center {
        text-align: center;
    }

        .heading.Center .subtitle.divider {
            margin-bottom: 10px;
        }

            .heading.Center .subtitle.divider:after {
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                top: calc(100% + 14px);
            }

        .heading.Center .content {
            max-width: 770px;
            margin-left: auto;
            margin-right: auto;
        }

            .heading.Center .content h6:after {
                top: calc(100% + 14px);
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                left: 50%;
            }

            .heading.Center .content ul li {
                padding-left: 20px;
                padding-right: 20px;
            }

                .heading.Center .content ul li:before {
                    content: '';
                    position: static;
                    top: 50%;
                    left: auto;
                    margin-right: 10px;
                }

            .heading.Center .content.divider-content {
                margin-top: 28px;
                padding-left: 0;
            }

                .heading.Center .content.divider-content:after {
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    top: -14px;
                }

    .heading.dark {
        color: #111111;
    }

        .heading.dark .subtitle {
            color: #111111;
        }

            .heading.dark .subtitle.divider:after {
                background-color: #f2f2f2;
            }

        .heading.dark .content {
            color: #7e7d7d;
        }

            .heading.dark .content p {
                color: inherit;
            }

            .heading.dark .content h6 {
                color: #111111;
            }

                .heading.dark .content h6:after {
                    background-color: #f2f2f2;
                }

            .heading.dark .content ul {
                color: #111111;
            }

                .heading.dark .content ul li {
                    color: #7e7d7d;
                }

            /* .heading.dark .content ul li:before { */
            /* background-color: #111111; */
            /* } */

            .heading.dark .content.divider-content:after {
                background-color: #f2f2f2;
            }

    .heading.light {
        color: white;
    }

        .heading.light .subtitle {
            color: white;
        }

            .heading.light .subtitle.divider:after {
                background-color: rgba(255, 255, 255, 0.4);
            }

        .heading.light .title {
            color: white;
        }

        .heading.light .content {
            color: rgba(255, 255, 255, 0.7);
        }

            .heading.light .content p {
                color: inherit;
            }

            .heading.light .content h6 {
                color: white;
            }

                .heading.light .content h6:after {
                    background-color: rgba(255, 255, 255, 0.4);
                }

            .heading.light .content ul {
                color: white;
            }

                .heading.light .content ul li {
                    color: rgba(255, 255, 255, 0.7);
                }

                    .heading.light .content ul li:before {
                        background-color: white;
                    }

            .heading.light .content.divider-content:after {
                background-color: rgba(255, 255, 255, 0.4);
            }

@media only screen and (max-width: 991px) {
    .heading {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 768px) {
    .heading {
        text-align: center;
    }

        .heading .subtitle.divider {
            margin-bottom: 10px;
        }

            .heading .subtitle.divider:after {
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                top: calc(100% + 14px);
            }

        .heading .content h6:after {
            top: calc(100% + 14px);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            left: 50%;
        }

        .heading .content ul li {
            padding-left: 20px;
            padding-right: 20px;
        }

            .heading .content ul li:before {
                content: '';
                position: static;
                top: 50%;
                left: auto;
                margin-right: 10px;
            }

        .heading .content.divider-content {
            margin-top: 28px;
            padding-left: 0;
        }

            .heading .content.divider-content:after {
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                top: -14px;
            }
}

/*-------------------------------------------------------*/
/* COUNTER */
/*-------------------------------------------------------*/
.prague-counter {
    position: relative;
    padding-top: 70px;
    padding-left: 70px;
}

    .prague-counter .figures {
        position: absolute;
        top: 0;
        left: 0;
    }

        .prague-counter .figures svg polygon, .prague-counter .figures svg circle {
            fill: #f2f2f2;
        }

    .prague-counter .counter-outer {
        position: relative;
    }

    .prague-counter .numbers {
        height: 100%;
        width: 100%;
        line-height: 0;
    }

        .prague-counter .numbers svg mask {
            width: 100%;
            height: 100%;
        }

            .prague-counter .numbers svg mask .coming-alpha {
                fill: white;
                width: 100%;
                height: 100%;
            }

            .prague-counter .numbers svg mask .count {
                font-family: "Roboto", sans-serif;
            }

            .prague-counter .numbers svg mask .number {
                font-weight: 700;
            }

            .prague-counter .numbers svg mask .title {
                font-size: 16px;
                letter-spacing: 3.5px;
                font-weight: 300;
                font-weight: 600;
                font-family: 'Poppins', sans-serif;
            }

        .prague-counter .numbers svg .base {
            fill: white;
            width: 100%;
            height: 100%;
        }

    .prague-counter.alone_item .figures {
        width: 370px;
        height: 370px;
    }

    .prague-counter.alone_item .numbers svg {
        width: 100%;
        height: 390px;
    }

        .prague-counter.alone_item .numbers svg mask .number {
            font-size: 160px;
        }

    .prague-counter.multi_item .figures {
        width: 270px;
        height: 270px;
    }

    .prague-counter.multi_item .numbers {
        position: relative;
    }

        .prague-counter.multi_item .numbers:after {
            content: '';
            display: table;
            clear: both;
        }

        .prague-counter.multi_item .numbers svg {
            width: 50%;
            float: left;
            height: 185px;
        }

            .prague-counter.multi_item .numbers svg mask .number {
                font-size: 70px;
            }

    .prague-counter.no-figure.alone_item, .prague-counter.no-figure.multi_item {
        padding-top: 0;
        padding-left: 0;
    }

@media only screen and (max-width: 767px) {
    .prague-counter {
        padding-top: 40px;
        padding-left: 40px;
    }

        .prague-counter.alone_item .figures {
            width: 270px;
            height: 270px;
        }

        .prague-counter.alone_item .numbers svg {
            height: 320px;
        }

            .prague-counter.alone_item .numbers svg mask .number {
                font-size: 120px;
            }

            .prague-counter.alone_item .numbers svg mask .title {
                font-size: 11px;
            }
}

@media only screen and (max-width: 560px) {
    .prague-counter.multi_item .numbers svg {
        width: 100%;
        height: 150px;
    }

        .prague-counter.multi_item .numbers svg mask .number {
            font-size: 60px;
        }

        .prague-counter.multi_item .numbers svg mask .title {
            font-size: 11px;
        }
}

/*-------------------------------------------------------*/
/* TESTIMONIALS */
/*-------------------------------------------------------*/
.testimonials-wrapper {
    position: relative;
    padding: 17px 70px 85px 23%;
}

    .testimonials-wrapper.no-figure {
        padding: 17px 0 40px 23%;
    }

        .testimonials-wrapper.no-figure .testimonials-pagination-wrapper {
            height: calc(100% - 40px);
        }

    .testimonials-wrapper .testimonials-swiper {
        position: static;
        -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
        box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
        z-index: 20;
    }

        .testimonials-wrapper .testimonials-swiper .swiper-wrapper {
            background-color: white;
        }

    .testimonials-wrapper .testimonials-pagination-wrapper {
        position: absolute;
        top: 0;
        height: calc(100% - 85px);
        left: 0;
        width: 20%;
    }

        .testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination {
            max-width: 198px;
            top: 0px;
            right: auto;
            height: 100%;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            position: relative;
            text-align: left;
            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: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination:after {
                content: '';
                position: absolute;
                width: 100%;
                height: calc(100% - 17px);
                top: 17px;
                left: 1px;
                border: 1px solid #cccccc;
                z-index: -1;
            }

            .testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
                position: relative;
                display: inline-block;
                font-family: 'Roboto', sans-serif;
                font-size: 14px;
                line-height: 30px;
                letter-spacing: 1.5px;
                font-weight: 300;
                color: #7e7d7d;
                padding-left: 0;
                margin: 0;
                width: auto;
                height: auto;
                border-radius: 0;
                cursor: pointer;
                opacity: 1;
                padding-right: 15px;
                background-color: white;
                -webkit-transition: color 0.3s ease-in, padding-left 0.3s ease-in;
                -o-transition: color 0.3s ease-in, padding-left 0.3s ease-in;
                transition: color 0.3s ease-in, padding-left 0.3s ease-in;
            }

                .testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination .swiper-pagination-bullet:before {
                    content: '';
                    position: absolute;
                    top: 5px;
                    left: 0;
                    width: 0;
                    height: 0;
                    width: 0;
                    border-top: 5px solid #111111;
                    border-right: 5px solid transparent;
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
                    -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
                    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
                }

                .testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    color: #111111;
                    padding-left: 10px;
                }

                    .testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
                        opacity: 1;
                        visibility: visible;
                    }

    .testimonials-wrapper .testimonials-item {
        background-color: white;
        padding: 40px 50px 48px 50px;
        width: 100%;
    }

        .testimonials-wrapper .testimonials-item .testimonials-icon {
            font-size: 22px;
            margin-bottom: 42px;
            color: #111111;
        }

        .testimonials-wrapper .testimonials-item .testimonials-description {
            border-left: none;
            margin-bottom: 22px;
            padding: 0;
        }

            .testimonials-wrapper .testimonials-item .testimonials-description p {
                max-width: 630px;
                margin-left: auto;
                margin-right: auto;
                font-style: normal;
            }

        .testimonials-wrapper .testimonials-item .testimonials-author {
            position: relative;
            text-transform: none;
            margin-top: 0px;
            margin-bottom: 0;
        }

            .testimonials-wrapper .testimonials-item .testimonials-author:before {
                content: '-';
                display: inline-block;
            }

    .testimonials-wrapper .figures {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 370px;
        height: 370px;
        z-index: -1;
    }

        .testimonials-wrapper .figures svg polygon, .testimonials-wrapper .figures svg circle {
            fill: #f2f2f2;
        }

@media only screen and (max-width: 991px) {
    .testimonials-wrapper {
        padding: 17px 70px 85px 0;
    }

        .testimonials-wrapper.no-figure {
            padding: 17px 0 40px 0;
        }

        .testimonials-wrapper .testimonials-pagination-wrapper {
            display: none;
        }
}

@media only screen and (max-width: 767px) {
    .testimonials-wrapper {
        padding: 17px 0 40px;
    }

        .testimonials-wrapper .testimonials-item {
            padding: 40px 15px;
        }

        .testimonials-wrapper .figures {
            display: none;
        }

        .testimonials-wrapper.no-figure {
            padding: 0 16px !important;
        }
}

/*-------------------------------------------------------*/
/* TEAM */
/*-------------------------------------------------------*/
.team-wrapper {
    position: relative;
    /*padding-top: 50px;
    padding-left: 50px;*/
	width: 100%;
    margin-bottom: 64px;
}

    .team-wrapper.no-figure {
        padding-left: 0;
    }

        .team-wrapper.no-figure.circle {
            padding-left: 0;
        }

    .team-wrapper.circle {
        padding-top: 65px;
        padding-left: 65px;
    }

        .team-wrapper.circle .team-outer {
            width: 270px;
            height: 270px;
            max-width: 100%;
            border-radius: 50%;
        }

    .team-wrapper .trans_figures {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

        .team-wrapper .trans_figures svg {
            position: absolute;
            height: 100%;
        }

            .team-wrapper .trans_figures svg polygon, .team-wrapper .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);
            }

        .team-wrapper .trans_figures.enable_anima svg polygon, .team-wrapper .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;
        }

        .team-wrapper .trans_figures.enable_anima.animation svg polygon, .team-wrapper .trans_figures.enable_anima.animation svg circle {
            stroke-dasharray: 0;
            stroke-dashoffset: 0;
        }

    .team-wrapper .team-outer {
        position: relative;
        width: 100%;
        height: 380px;
        background-position: top center;
    }

    .team-wrapper .name {
        text-align: right;
        margin-top: 30px;
    }

        .team-wrapper .name h3 {
            margin-top: 0;
            margin-bottom: 0;
        }

    .team-wrapper .position {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 0;
        right: 0;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        color: #111111;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        -o-transition: transform 0.3s ease-in, opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: transform 0.3s ease-in, opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: transform 0.3s ease-in, opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
    }

        .team-wrapper .position:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            width: 1px;
            height: 0;
            background-color: #111111;
            -webkit-transition: height 0.5s ease;
            -o-transition: height 0.5s ease;
            transition: height 0.5s ease;
        }

    .team-wrapper:hover .position {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

        .team-wrapper:hover .position:after {
            height: 85px;
        }

@media only screen and (max-width: 991px) {
    .team-wrapper {
        margin-bottom: 30px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .team-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

        .team-wrapper .team-outer {
            height: 380px !important;
        }

        .team-wrapper.circle .team-outer {
            height: 270px !important;
            width: 270px !important;
        }
}

@media only screen and (max-width: 400px) {
    .team-wrapper {
        max-width: 290px;
    }

        .team-wrapper.circle {
            padding-top: 50px;
            padding-left: 50px;
        }

            .team-wrapper.circle .team-outer {
                height: 240px !important;
                width: 240px !important;
            }
}

/*-------------------------------------------------------*/
/* AWARDS LIST */
/*-------------------------------------------------------*/
.awards-list .awards-item {
    padding: 23px 0 26px 0;
    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;
}

    .awards-list .awards-item:before {
        content: '';
        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 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    }

    .awards-list .awards-item:hover:before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .awards-list .awards-item .awards-date {
        width: 12%;
        min-width: 70px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
        letter-spacing: 3.5px;
        color: #111111;
        padding-top: 10px;
    }

        .awards-list .awards-item .awards-date + .awards-info {
            padding-left: 30px;
        }

        .awards-list .awards-item .awards-date + .awards-separator {
            width: 1px;
            height: 50%;
            position: absolute;
            background-color: #111111;
            top: 25%;
            left: 12%;
        }

    .awards-list .awards-item .awards-separator {
        width: 1px;
        display: inline-block;
        background-color: #111111;
    }

        .awards-list .awards-item .awards-separator + .awards-info {
            padding-left: 30px;
        }

    .awards-list .awards-item .awards-info {
        width: 80%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .awards-list .awards-item .awards-info.only_info {
            width: 100%;
        }

        .awards-list .awards-item .awards-info .awards-title-link:hover {
            text-decoration: none;
        }

        .awards-list .awards-item .awards-info .awards-title {
            font-weight: 500;
            color: #111111;
            margin-top: 0;
            margin-bottom: 0;
            text-transform: none;
        }

        .awards-list .awards-item .awards-info .awards-subtitle {
            font-size: 16px;
            line-height: 32px;
            font-weight: 400;
            margin-top: 17px;
            color: #7e7d7d;
        }

@media only screen and (max-width: 1199px) {
    .awards-list .awards-item .awards-date {
        width: 20%;
    }

        .awards-list .awards-item .awards-date + .awards-separator {
            left: 20%;
        }
}

@media only screen and (max-width: 991px) {
    .awards-list .awards-item {
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .awards-list .awards-item .awards-date + .awards-separator {
        top: 10%;
        height: 80%;
    }

    .awards-list .awards-item .awards-date + .awards-info {
        padding-left: 15px;
    }

    .awards-list .awards-item .awards-separator + .awards-info {
        padding-left: 15px;
    }
}

.page-headers {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/page-header.jpg);
    position: relative;
    margin-bottom: 40px;
}

    .page-headers.grey-bg {
        background: url(../img/grey-bg.png);
        background-size: cover !important;
        height: 237px;
        align-items: flex-end;
        padding-bottom: 25px;
    }

        .page-headers.grey-bg::before {
            display: none;
        }

    .page-headers > h2 {
        color: #d0112b;
        z-index: 10;
    }

    .page-headers.global > h2 {
        font-size: 45px;
        position: relative;
        top: 15px;
    }

.owner-message > p {
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 991px) {
    .page-headers > h2 {
        font-size: 20px;
        white-space: nowrap;
    }
}


.page-headers:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

/*-------------------------------------------------------*/
/* ADRESS BLOCK */
/*-------------------------------------------------------*/
.adddress-block {
    position: relative;
}

    .adddress-block.s-back-switch {
        cursor: pointer;
        overflow: hidden;
    }

        .adddress-block.s-back-switch:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #f2f2f2;
            z-index: 11;
            opacity: 1;
            visibility: visible;
            -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
            transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        }

        .adddress-block.s-back-switch:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(17, 17, 17, 0.6);
            z-index: 10;
        }

        .adddress-block.s-back-switch .address-block-outer {
            padding: 47px 50px 40px;
        }

        .adddress-block.s-back-switch:hover:before {
            opacity: 0;
            visibility: hidden;
        }

        .adddress-block.s-back-switch:hover .address-block-outer {
            color: white;
        }

            .adddress-block.s-back-switch:hover .address-block-outer .separator {
                background-color: white;
            }

            .adddress-block.s-back-switch:hover .address-block-outer .address-title {
                color: white;
            }

            .adddress-block.s-back-switch:hover .address-block-outer p {
                color: white;
            }

    .adddress-block.enable_anima.s-back-switch:before {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.3s linear;
        transition: -webkit-transform 0.3s linear;
        -o-transition: transform 0.3s linear;
        transition: transform 0.3s linear;
        transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    }

    .adddress-block.enable_anima.s-back-switch .address-block-outer {
        -webkit-transition: -webkit-transform 0.3s linear;
        transition: -webkit-transform 0.3s linear;
        -o-transition: transform 0.3s linear;
        transition: transform 0.3s linear;
        transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    }

    .adddress-block.enable_anima.s-back-switch:hover:before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .adddress-block.enable_anima.s-back-switch:hover .address-block-outer {
        color: white;
    }

        .adddress-block.enable_anima.s-back-switch:hover .address-block-outer .separator {
            background-color: white;
        }

        .adddress-block.enable_anima.s-back-switch:hover .address-block-outer .address-title {
            color: white;
        }

    .adddress-block .address-block-outer {
        position: relative;
        z-index: 15;
        font-size: 16px;
        line-height: 32px;
        font-weight: 400;
        z-index: 12;
        min-height: 330px;
        color: #7e7d7d;
        padding-bottom: 40px;
        -webkit-transition: color 0.3s ease-in;
        -o-transition: color 0.3s ease-in;
        transition: color 0.3s ease-in;
    }

        .adddress-block .address-block-outer .separator {
            display: inline-block;
            width: 70px;
            height: 1px;
            background-color: #111111;
            margin-bottom: 24px;
            -webkit-transition: background-color 0.3s ease-in;
            -o-transition: background-color 0.3s ease-in;
            transition: background-color 0.3s ease-in;
        }

        .adddress-block .address-block-outer .address-title {
            font-size: 11px;
            line-height: 18px;
            letter-spacing: 2.2px;
            font-weight: 500;
            margin-top: 0;
            margin-bottom: 23px;
            -webkit-transition: color 0.3s ease-in;
            -o-transition: color 0.3s ease-in;
            transition: color 0.3s ease-in;
        }

        .adddress-block .address-block-outer p {
            color: inherit;
            margin-bottom: 0;
            -webkit-transition: color 0.3s ease-in;
            -o-transition: color 0.3s ease-in;
            transition: color 0.3s ease-in;
        }

            .adddress-block .address-block-outer p a {
                color: inherit;
                opacity: 1;
                -webkit-transition: opacity 0.3s ease-in;
                -o-transition: opacity 0.3s ease-in;
                transition: opacity 0.3s ease-in;
            }

                .adddress-block .address-block-outer p a:hover {
                    opacity: 0.7;
                }

@media only screen and (max-width: 991px) {
    .adddress-block {
        position: relative;
    }

        .adddress-block.s-back-switch .address-block-outer {
            padding: 40px 30px 40px;
        }
}

@media only screen and (max-width: 768px) {
    .adddress-block {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .adddress-block {
        margin: 0 auto 30px;
        max-width: 370px;
    }
}

@media only screen and (max-width: 400px) {
    .adddress-block {
        max-width: 290px;
    }
}

.box-main {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}


    .box-main > .box-inner {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 0 0 24%;
        margin-left: 1%;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        background: #d0112b;
        font-family: 'Poppins', sans-serif;
    }

        .box-main > .box-inner:hover {
            background: #a00e22;
        }

        .box-main > .box-inner > span:first-child {
            color: #ffffff;
            font-weight: 500;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
        }

        .box-main > .box-inner > span:last-child {
            color: #ffffff;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
        }

        .box-main > .box-inner > .box-title {
        }

/*-------------------------------------------------------*/
/* CONTACT FORM */
/*-------------------------------------------------------*/
.prague-formidable .frm_forms.with_frm_style label.frm_primary_label,
.prague-formidable .frm_forms.with_frm_style.frm_login_form label {
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 2.2px;
    font-weight: 500;
    text-transform: uppercase;
    color: #111111;
}

.prague-formidable .frm_forms.with_frm_style input[type=text],
.prague-formidable .frm_forms.with_frm_style input[type=password],
.prague-formidable .frm_forms.with_frm_style input[type=email],
.prague-formidable .frm_forms.with_frm_style input[type=number],
.prague-formidable .frm_forms.with_frm_style input[type=url],
.prague-formidable .frm_forms.with_frm_style input[type=tel],
.prague-formidable .frm_forms.with_frm_style input[type=phone],
.prague-formidable .frm_forms.with_frm_style input[type=search],
.prague-formidable .frm_forms.with_frm_style select,
.prague-formidable .frm_forms.with_frm_style textarea,
.prague-formidable .frm_form_fields_style,
.prague-formidable .frm_forms.with_frm_style .frm_scroll_box .frm_opt_container,
.prague-formidable .frm_form_fields_active_style,
.prague-formidable .frm_form_fields_error_style,
.prague-formidable .frm_forms.with_frm_style .chosen-container-multi .chosen-choices,
.prague-formidable .frm_forms.with_frm_style .chosen-container-single .chosen-single {
    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;
    background-color: #f2f2f2;
    color: rgba(17, 17, 17, 0.5);
    -webkit-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
    -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
    transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
}

.prague-formidable .frm_forms.with_frm_style textarea {
    height: 123px;
    padding: 16px 25px;
}

    .prague-formidable .frm_forms.with_frm_style .form-field input:not([type=file]):focus,
    .prague-formidable .frm_forms.with_frm_style select:focus,
    .prague-formidable .frm_forms.with_frm_style textarea:focus,
    .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=text],
    .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=password],
    .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=email],
    .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=number],
    .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=url],
    .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=tel],
    .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=search],
    .prague-formidable .frm_form_fields_active_style,
    .prague-formidable .frm_forms.with_frm_style .chosen-container-active .chosen-choices {
        background-color: #f2f2f2;
        border: none;
        border-bottom-style: solid;
        border-bottom-width: 3px;
        border-bottom-color: #111111;
        color: #111111;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.prague-formidable .frm_forms.with_frm_style .frm_radio label,
.prague-formidable .frm_forms.with_frm_style .frm_checkbox label {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: 300;
    color: #111111;
}

.prague-formidable .with_frm_style .frm_submit {
    text-align: right;
    position: relative;
}

.prague-formidable .frm_forms.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.prague-formidable .frm_forms.with_frm_style input[type=submit],
.prague-formidable .frm_forms.with_frm_style .frm_button_submit,
.prague-formidable .frm_forms.with_frm_style .frm_submit input[type=button],
.prague-formidable .frm_form_submit_style,
.prague-formidable .frm_forms.with_frm_style.frm_login_form input[type=submit] {
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1.5px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    color: #111111;
    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%;
}

    .prague-formidable .frm_forms.with_frm_style .frm_button_submit:hover {
        background-color: transparent;
        background-image: url("../img/arrow-btn.png");
        background-repeat: no-repeat;
        background-position: 100% 43%;
        border: none;
        color: #111111;
    }

    .prague-formidable .frm_forms.with_frm_style input[type=submit]:focus,
    .prague-formidable .frm_forms.with_frm_style .frm_submit input[type=button]:focus,
    .prague-formidable .frm_forms.with_frm_style.frm_login_form input[type=submit]:focus,
    .prague-formidable .frm_forms.with_frm_style input[type=submit]:active,
    .prague-formidable .frm_forms.with_frm_style .frm_submit input[type=button]:active,
    .prague-formidable .frm_forms.with_frm_style.frm_login_form input[type=submit]:active {
        outline-color: transparent;
    }

.prague-formidable .frm_forms.with_frm_style .frm_error_style {
    border-radius: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    padding: 15px;
}

    .prague-formidable .frm_forms.with_frm_style .frm_error_style.error {
        background-color: #F2DEDE;
        border: 1px solid #EBCCD1;
        border-radius: 0;
        color: #B94A48;
        font-size: 14px;
        margin: 0;
        margin-bottom: 0px;
        margin-bottom: 20px;
    }

    .prague-formidable .frm_forms.with_frm_style .frm_error_style.success {
        background-color: #def2e1;
        border: 1px solid #ccebd4;
        border-radius: 0;
        color: #48b958;
        font-size: 14px;
        margin: 0;
        margin-bottom: 0px;
        margin-bottom: 20px;
    }

.prague-formidable .frm_forms.with_frm_style .frm_error {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-top: 3px;
}

.prague-formidable .frm_forms.with_frm_style .frm_message,
.prague-formidable .frm_success_style {
    border-radius: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

    .prague-formidable .frm_forms.with_frm_style .frm_message p,
    .prague-formidable .frm_success_style p {
        font-family: 'Roboto',sans-serif;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }

.prague-formidable .contact-us-form {
    max-width: 500px;
    margin-left: auto;
}

.prague-formidable .frm_forms.with_frm_style .contact-me-form textarea {
    height: 211px;
}

@media only screen and (max-width: 991px) {
    .prague-formidable .contact-us-form {
        max-width: none;
    }
}

/*-------------------------------------------------------*/
/* PRICING */
/*-------------------------------------------------------*/
.prague-pricing-wrapper {
    margin-bottom: 30px;
}

    .prague-pricing-wrapper .prague-pricing-subtitle {
        position: relative;
        color: #111111;
    }

        .prague-pricing-wrapper .prague-pricing-subtitle:after {
            content: '';
            position: absolute;
            background-color: #111111;
        }

    .prague-pricing-wrapper .prague-pricing-price {
        margin-top: 0;
        margin-bottom: 0;
    }

    .prague-pricing-wrapper .prague-pricing-title {
        margin-top: 9px;
        margin-bottom: 0;
    }

    .prague-pricing-wrapper .prague-pricing-description {
        color: #7e7d7d;
    }

        .prague-pricing-wrapper .prague-pricing-description p {
            color: inherit;
            margin-bottom: 0;
        }

    .prague-pricing-wrapper.simple {
        position: relative;
        width: 100%;
        padding: 36px 20px 49px 20px;
        text-align: center;
        background-color: white;
    }

        .prague-pricing-wrapper.simple .prague-pricing-subtitle {
            font-size: 11px;
            line-height: 36px;
            font-weight: 500;
            letter-spacing: 2px;
            padding-bottom: 41px;
        }

            .prague-pricing-wrapper.simple .prague-pricing-subtitle:after {
                left: 50%;
                bottom: 10px;
                width: 1px;
                height: 30px;
            }

        .prague-pricing-wrapper.simple .prague-pricing-description {
            margin-top: 38px;
        }

        .prague-pricing-wrapper.simple .prague-pricing-link {
            margin-top: 40px;
        }

    .prague-pricing-wrapper.featured_image .pricing-img-wrapp {
        width: 100%;
        min-height: 220px;
    }

    .prague-pricing-wrapper.featured_image .prague-pricing-content-wrapper {
        padding: 37px 32px;
    }

    .prague-pricing-wrapper.featured_image .prague-pricing-subtitle {
        display: inline-block;
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
    }

        .prague-pricing-wrapper.featured_image .prague-pricing-subtitle:after {
            left: 50%;
            bottom: 30px;
            width: 1px;
            height: 60px;
        }

    .prague-pricing-wrapper.featured_image .prague-pricing-price {
        display: inline-block;
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
    }

    .prague-pricing-wrapper.featured_image .prague-pricing-description {
        margin-top: 10px;
    }

    .prague-pricing-wrapper.featured_image .prague-pricing-link {
        margin-top: 10px;
    }

@media only screen and (max-width: 767px) {
    .prague-pricing-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 370px;
    }

    .box-main > .box-inner {
        flex: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .prague-pricing-wrapper {
        max-width: 290px;
    }
}

/*-------------------------------------------------------*/
/* CLIENTS */
/*-------------------------------------------------------*/
.prague-clients-wrapper {
    position: relative;
    width: 100%;
    min-height: 370px;
    margin-bottom: 30px;
    background-color: #f2f2f2;
    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;
}

    .prague-clients-wrapper .prague-clients-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #111111;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    }

    .prague-clients-wrapper .prague-clients-link {
        text-align: center;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    }

    .prague-clients-wrapper:hover .prague-clients-overlay, .prague-clients-wrapper:hover .prague-clients-link {
        opacity: 1;
        visibility: visible;
    }

@media only screen and (max-width: 991px) {
    .prague-clients-wrapper {
        min-height: 360px !important;
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .prague-clients-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 370px;
        min-height: 370px !important;
        cursor: pointer;
    }
}

@media only screen and (max-width: 400px) {
    .prague-clients-wrapper {
        max-width: 290px;
        min-height: 290px !important;
    }
}

/*-------------------------------------------------------*/
/* SERVICES DETAIL PAGE */
/*-------------------------------------------------------*/
.services-detailed {
    padding: 75px 0 138px 0;
    text-align: center;
}

    .services-detailed .post-content {
        text-align: left;
        max-width: 970px;
        margin-left: auto;
        margin-right: auto;
        color: #7e7d7d;
    }

        .services-detailed .post-content h1, .services-detailed .post-content h2, .services-detailed .post-content h3, .services-detailed .post-content h4, .services-detailed .post-content h5, .services-detailed .post-content h6 {
            margin-top: 52px;
            margin-bottom: 52px;
            margin-left: -30px;
            color: #111111;
        }

        .services-detailed .post-content p {
            margin-bottom: 32px;
            color: #7e7d7d;
        }

        .services-detailed .post-content img {
            max-width: 100%;
            -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
        }

        .services-detailed .post-content .gallery .gallery-item {
            padding: 25px 5px 15px;
        }

        .services-detailed .post-content .gallery.gallery-columns-2 .gallery-item:nth-child(odd) {
            text-align: left;
        }

        .services-detailed .post-content .gallery.gallery-columns-2 .gallery-item:nth-child(even) {
            text-align: right;
        }

    .services-detailed .a-btn-2 {
        margin-top: 93px;
    }

@media only screen and (max-width: 1199px) {
    .services-detailed .post-content {
        max-width: 750px;
    }
}

@media only screen and (max-width: 991px) {
    .services-detailed {
        padding: 70px 0;
    }

        .services-detailed .post-content {
            max-width: 625px;
        }

            .services-detailed .post-content h1, .services-detailed .post-content h2, .services-detailed .post-content h3, .services-detailed .post-content h4, .services-detailed .post-content h5, .services-detailed .post-content h6 {
                margin-top: 20px;
                margin-bottom: 20px;
            }

            .services-detailed .post-content p {
                margin-bottom: 10px;
            }

        .services-detailed .a-btn-2 {
            margin-top: 40px;
        }
}

@media only screen and (max-width: 767px) {
    .services-detailed .post-content {
        max-width: none;
    }

        .services-detailed .post-content h1, .services-detailed .post-content h2, .services-detailed .post-content h3, .services-detailed .post-content h4, .services-detailed .post-content h5, .services-detailed .post-content h6 {
            margin-left: 0;
        }
}

/*-------------------------------------------------------*/
/* PORTFOLIO COLUMNS */
/*-------------------------------------------------------*/
.prague_count_col1 .portfolio-item-wrapp {
    width: 100%;
}

.prague_count_col2 .portfolio-item-wrapp {
    width: 50%;
}

.prague_count_col3 .portfolio-item-wrapp {
    width: 33.333333%;
}

.prague_count_col4 .portfolio-item-wrapp {
    width: 25%;
}

.prague_count_col5 .portfolio-item-wrapp {
    width: 20%;
}

.prague_count_col6 .portfolio-item-wrapp {
    width: 16.666666%;
}

.prague_gap_col10 {
    margin-left: -10px;
    margin-right: -10px;
}

    .prague_gap_col10 .portfolio-item {
        margin: 0 10px 44px;
    }

.prague_gap_col15 {
    margin-left: -15px;
    margin-right: -15px;
}

    .prague_gap_col15 .portfolio-item {
        margin: 0 15px 44px;
    }

.prague_gap_col20 {
    margin-left: -20px;
    margin-right: -20px;
}

    .prague_gap_col20 .portfolio-item {
        margin: 0 20px 44px;
    }

.prague_gap_col25 {
    margin-left: -25px;
    margin-right: -25px;
}

    .prague_gap_col25 .portfolio-item {
        margin: 0 25px 44px;
    }

.prague_gap_col30 {
    margin-left: -30px;
    margin-right: -30px;
}

    .prague_gap_col30 .portfolio-item {
        margin: 0 30px 44px;
    }

.prague_gap_col35 {
    margin-left: -35px;
    margin-right: -35px;
}

    .prague_gap_col35 .portfolio-item {
        margin: 0 35px 44px;
    }

.prague_gap_col40 {
    margin-left: -40px;
    margin-right: -40px;
}

    .prague_gap_col40 .portfolio-item {
        margin: 0 40px 44px;
    }

.prague_masonry .portfolio-item {
    margin-bottom: 30px !important;
}

.prague_filmstrip .portfolio-item-wrapp {
    width: auto;
}

    .prague_filmstrip .portfolio-item-wrapp .portfolio-item {
        margin: auto;
    }

@media only screen and (max-width: 1199px) {
    .prague_count_col5 .portfolio-item-wrapp {
        width: 25% !important;
    }

    .prague_count_col6 .portfolio-item-wrapp {
        width: 25% !important;
    }
}

@media only screen and (max-width: 991px) {
    .prague_masonry.prague_count_col4 .portfolio-item-wrapp {
        width: 33.333333% !important;
    }

    .prague_count_col3 .portfolio-item-wrapp {
        width: 50% !important;
    }

    .prague_count_col4 .portfolio-item-wrapp {
        width: 50% !important;
    }

    .prague_count_col5 .portfolio-item-wrapp {
        width: 50% !important;
    }

    .prague_count_col6 .portfolio-item-wrapp {
        width: 50% !important;
    }
}

@media only screen and (max-width: 767px) {
    .prague_count_col2 .portfolio-item-wrapp {
        width: 100% !important;
    }

    .prague_count_col3 .portfolio-item-wrapp {
        width: 100% !important;
    }

    .prague_count_col4 .portfolio-item-wrapp, .prague_masonry.prague_count_col4 .portfolio-item-wrapp {
        width: 100% !important;
    }

    .prague_count_col5 .portfolio-item-wrapp {
        width: 100% !important;
    }

    .prague_count_col6 .portfolio-item-wrapp {
        width: 100% !important;
    }
}

/*-------------------------------------------------------*/
/* SERVICES */
/*-------------------------------------------------------*/
.prague-services-wrapper {
    background-color: white;
    padding: 46px 53px 50px 53px;
    text-align: center;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}

    .prague-services-wrapper .services-item-icon {
        font-size: 48px;
        line-height: 48px;
        font-weight: 100;
        margin-bottom: 18px;
        color: #111111;
    }

    .prague-services-wrapper .services-item-title {
        margin-top: 0;
        margin-bottom: 0;
    }

    .prague-services-wrapper .services-item-description {
        margin-top: 13px;
        color: #7e7d7d;
    }

        .prague-services-wrapper .services-item-description p:last-child {
            margin-bottom: 0;
        }

    .prague-services-wrapper .prague-services-link {
        margin-top: 18px;
    }

.prague_count_col4 .prague-services-wrapper,
.prague_count_col5 .prague-services-wrapper,
.prague_count_col6 .prague-services-wrapper {
    padding: 35px 15px;
}

@media only screen and (max-width: 1199px) {
    .prague-services-wrapper {
        padding: 46px 30px 50px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .prague-services-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 400px) {
    .prague-services-wrapper {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*#region Home Slider*/

.home-slider-full,
.home-slider {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .home-slider .slider-item {
        max-height: 100vh;
    }

        .home-slider .slider-item:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(255,255,255,0.2);
        }

    .home-slider-full .home-slider-box {
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 40%;
        height: 60vh;
        background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #c6102e 50%, #c8102e 100%);
        right: 0;
    }

        .home-slider-full .home-slider-box .slider-text {
            position: absolute;
            top: 60%;
            right: 5%;
            width: calc(100% - 250px);
        }

            .home-slider-full .home-slider-box .slider-text .slider-text-item {
                display: flex;
                width: 100%;
                align-items: flex-end;
                flex-direction: column;
                text-align: right;
                padding-right: 20px;
            }

                .home-slider-full .home-slider-box .slider-text .slider-text-item > h3 {
                    color: #ffffff;
                    font-family: 'Poppins', sans-serif;
                    font-size: 20px;
                    margin-bottom: 0;
                }

                .home-slider-full .home-slider-box .slider-text .slider-text-item > p {
                    color: #ffffff;
                    font-family: 'Poppins', sans-serif;
                    font-weight: 300;
                    font-size: 16px;
                    width: 70%;
                }

        .home-slider-full .home-slider-box .slider-btn {
            display: flex;
            position: absolute;
            top: 30%;
            right: 5%;
        }

            .home-slider-full .home-slider-box .slider-btn > a {
                display: inline-flex;
                width: 50px;
                height: 50px;
                border: 1px solid #ffffff;
                font-size: 20px;
                color: #ffffff;
                justify-content: center;
                align-items: center;
                margin-right: 5px;
            }

                .home-slider-full .home-slider-box .slider-btn > a:last-child {
                    margin-right: 0;
                    margin-left: 5px;
                }

.fiftyear {
    position: absolute;
    top: 74%;
    left: 30%;
}

    .fiftyear.alt {
        position: absolute;
        top: 20%;
        z-index: 1000;
        left: auto;
    }

.altin-orumcek {
    position: absolute;
    bottom: 2%;
    left: 2%;
    z-index: 1;
}

.custom-triangle-full {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}



.custom-triangle {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    background: linear-gradient(to top right, transparent 0%, transparent 50%, #c6102e 50%, #c8102e 100%);
    width: 68%;
    margin: 0;
    height: 80vh;
    overflow: hidden;
    text-align: right;
    padding-right: 20px;
}

    .custom-triangle > h3 {
        color: #ffffff;
        font-family: 'Poppins', sans-serif;
        font-size: 37px;
        margin: 0;
        margin-top: 40px;
        position: relative;
        z-index: 1;
    }

    .custom-triangle > p {
        color: #ffffff;
        position: relative;
        z-index: 1;
        margin-top: 10px;
        width: 61%;
        margin-right: -10px;
    }

.video-bg {
    display: block;
    position: absolute;
    height: 80vh;
    overflow: hidden;
    width: 100%;
}

    .video-bg:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
    }

@media only screen and (max-width: 767px) {
    .video-bg {
        display: block;
        position: absolute;
        height: 30vh;
        overflow: hidden;
        width: 100%;
    }
}

.media-room {
    display: flex;
    width: 100%;
    align-items: center;
}

    .media-room > .media-room-content {
        display: inline-flex;
        flex-direction: column;
        width: 36%;
        margin-left: 6%;
    }

        .media-room > .media-room-content > h3 {
            margin-top: 0;
            margin-bottom: 0;
            line-height: 32px;
            color: #111111;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
            margin-bottom: 25px;
        }


            .media-room > .media-room-content > h3 > a {
                font-size: inherit;
                line-height: inherit;
                font-weight: inherit;
            }

        .media-room > .media-room-content > .media-title {
            margin-top: 0;
            margin-bottom: 0;
            line-height: 32px;
            color: #111111;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

    .media-room > .media-room-box {
        display: inline-flex;
        flex-wrap: wrap;
        width: 58%;
    }

.social-full {
    display: flex;
    width: 100%;
}


    .social-full .social-banner {
        display: inline-flex;
        flex: 0 0 40%;
        flex-direction: column;
    }

        .social-full .social-banner .youtube-btn {
            display: inline-flex;
            width: 100%;
            height: 50%;
            overflow: hidden;
            position: relative;
        }

            .social-full .social-banner .youtube-btn > span {
                position: absolute;
                z-index: 10;
                background: rgba(199,16,46,0.8);
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #ffffff;
                font-size: 52px;
            }

            .social-full .social-banner .youtube-btn > iframe {
                position: absolute;
                height: 100%;
                width: 138%;
                max-width: initial !important;
                margin: 0;
            }

        .social-full .social-banner > .social-icons {
            display: inline-flex;
            flex-direction: column;
            width: 100%;
            height: 50%;
        }

            .social-full .social-banner > .social-icons > a {
                display: inline-flex;
                height: 50%;
                width: 100%;
                justify-content: center;
                align-items: center;
                color: #ffffff;
                font-size: 2rem;
            }

                .social-full .social-banner > .social-icons > a:first-child {
                    background: #0e76a8;
                }

                .social-full .social-banner > .social-icons > a:last-child {
                    background: #3b5998;
                }



    .social-full .instagram-feed-full {
        display: inline-flex;
        flex: 0 0 60%;
        flex-direction: column;
        overflow: hidden;
        border-right: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        border-collapse: separate;
        border-spacing: 0;
        position: relative;
    }

.instagram-feed-full > .insta-logo {
    display: flex;
    position: absolute;
    top: 0;
    background: #c8102e;
    z-index: 1;
    width: 100px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    flex-direction: row;
    width: 100%;
    padding: 5px 0px;
    align-items: center;
    justify-content: space-between;
}

    .instagram-feed-full > .insta-logo .left {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
    }

    .instagram-feed-full > .insta-logo span.logo {
        width: 40px;
        height: 40px;
        background: #ffffff;
        border-radius: 50%;
        overflow: hidden;
        padding: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .instagram-feed-full > .insta-logo span {
        margin-left: 10px;
    }

        .instagram-feed-full > .insta-logo span.icon {
            margin-right: 10px;
        }

            .instagram-feed-full > .insta-logo span.icon > a {
                font-size: 28px;
            }

.instagram-feed .item {
    max-height: 400px;
    display: block;
    width: 100%;
    position: relative;
    margin-top: 52px;
}

    .instagram-feed .item .item-inner {
        display: block;
        width: 33%;
        padding: 5px;
        float: left;
        height: 100px;
    }

        .instagram-feed .item .item-inner > a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

            .instagram-feed .item .item-inner > a > img {
                display: block;
                min-width: 150px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

    .instagram-feed .item > a > .insta-item {
        position: absolute;
        bottom: 0;
        background: #ffffff;
        z-index: 1;
        left: 0;
    }

        .instagram-feed .item > a > .insta-item > div {
            display: flex;
            width: 100%;
        }


            .instagram-feed .item > a > .insta-item > div > span:first-child {
                width: 70px;
                height: 70px;
                border-radius: 50%;
                overflow: hidden;
                position: relative;
                margin: 0;
                margin-top: -25px;
                left: 10px;
                background: #ffffff;
                padding: 7px;
            }

                .instagram-feed .item > a > .insta-item > div > span:first-child > img {
                    max-width: none;
                }

            .instagram-feed .item > a > .insta-item > div > span {
                margin-left: 15px;
                font-family: 'Poppins', sans-serif;
                font-size: 14px;
            }

        .instagram-feed .item > a > .insta-item > span {
            display: block;
            width: 100%;
            font-size: 10px;
            line-height: 14px;
            overflow: hidden;
            padding: 0 5px;
            padding-bottom: 7px;
            font-family: 'Poppins', sans-serif;
        }
/*#endregion*/

.head {
    color: #c8102e;
    font-weight: 600;
    font-size: 17px;
}

.headtwo {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
}

.cinema-count-screen {
    width: 100%;
    height: 100%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation: radar 1s infinite linear;
    animation: radar 1s infinite linear;
    overflow: hidden;
    border: none;
    background: #333333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

    .cinema-count-screen:before,
    .cinema-count-screen:after {
        content: '';
        background: rgba(5, 5, 5, 0.5);
        position: absolute;
        margin: auto;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .cinema-count-screen:before {
        width: 2px;
    }

    .cinema-count-screen:after {
        height: 2px;
    }


.cinema-count {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 300px;
    margin: auto;
    top: 50%;
    margin-top: -150px;
}

    .cinema-count .number {
        top: 50%;
        left: 50%;
        position: absolute;
        display: block;
        height: 240px;
        width: 240px;
        margin-top: -120px;
        margin-left: -120px;
        font-size: 160px;
        text-align: center;
        line-height: 240px;
        font-family: arial;
    }

    .cinema-count i {
        display: block;
        margin: 15px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border: 3px solid rgba(240, 240, 240, 0.7);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }


@keyframes radar {
    0% {
        background-image: linear-gradient(90deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    5% {
        background-image: linear-gradient(108deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    10% {
        background-image: linear-gradient(126deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    15% {
        background-image: linear-gradient(144deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    20% {
        background-image: linear-gradient(162deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    25% {
        background-image: linear-gradient(180deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    30% {
        background-image: linear-gradient(198deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    35% {
        background-image: linear-gradient(216deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    40% {
        background-image: linear-gradient(234deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    45% {
        background-image: linear-gradient(252deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    50% {
        background-image: linear-gradient(270deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
        //linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    55% {
        background-image: linear-gradient(108deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    60% {
        background-image: linear-gradient(126deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    65% {
        background-image: linear-gradient(144deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    70% {
        background-image: linear-gradient(162deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    75% {
        background-image: linear-gradient(180deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    80% {
        background-image: linear-gradient(188deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    85% {
        background-image: linear-gradient(206deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    90% {
        background-image: linear-gradient(224deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    95% {
        background-image: linear-gradient(242deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    99% {
        background-image: none;
    }

    100% {
        background-image: none;
    }
}


/*#region About Page*/

.prague-header.simple.about-header {
    background: transparent !important;
    border: 0 !important
}

    .prague-header.simple.about-header .main-menu li a {
        color: #ffffff !important;
    }

.intro {
    height: 100vh;
}

    .intro video {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .intro .scroll-content {
        display: block;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 1000;
    }

    .intro h1 {
        font-size: 60px;
        color: white;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 2rem;
    }

.scroll-buttons {
    position: absolute;
    top: 100%;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    left: 50%;
    transform: translate(-50%,100%);
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    cursor: pointer;
}

    .scroll-buttons > img {
        width: 25px;
    }

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-btn {
    display: block;
    position: relative;
    margin-top: 2rem;
}

    .scroll-btn > * {
        display: inline-block;
        line-height: 18px;
        font-size: 13px;
        font-weight: normal;
        color: #7f8c8d;
        color: #ffffff;
        letter-spacing: 2px;
    }

        .scroll-btn > *:hover,
        .scroll-btn > *:focus,
        .scroll-btn > *.active {
            color: #ffffff;
        }

        .scroll-btn > *:hover,
        .scroll-btn > *:focus,
        .scroll-btn > *:active,
        .scroll-btn > *.active {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .scroll-btn .mouse {
        position: relative;
        display: block;
        width: 35px;
        height: 55px;
        margin: 0 auto 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 3px solid white;
        border-radius: 23px;
    }

        .scroll-btn .mouse > * {
            position: absolute;
            display: block;
            top: 29%;
            left: 50%;
            width: 8px;
            height: 8px;
            margin: -4px 0 0 -4px;
            background: white;
            border-radius: 50%;
            -webkit-animation: ani-mouse 2.5s linear infinite;
            -moz-animation: ani-mouse 2.5s linear infinite;
            animation: ani-mouse 2.5s linear infinite;
        }


/*#endregion*/

.page-inner {
    display: flex;
    width: 100%;
}

    .page-inner.no-box {
        align-items: flex-start;
    }

    .page-inner > .page-inner-left {
        display: inline-flex;
        flex: 0 0 50%;
    }

    .page-inner > .page-inner-right {
        display: inline-flex;
        flex: 0 0 50%;
        padding: 15px;
        flex-direction: column;
        padding-left: 50px;
    }

    .page-inner.box > .page-inner-right {
        padding-left: 0;
        padding: 20px;
    }


    .page-inner > .page-inner-right.red {
        background: #c8102e;
    }

    .page-inner > .page-inner-right.black {
        background: #2e3334;
    }


        .page-inner > .page-inner-right.red *,
        .page-inner > .page-inner-right.black * {
            color: #ffffff;
        }

    .page-inner > .page-inner-right > h1 {
        font-size: 30px;
    }

    .page-inner.reverse {
        flex-direction: row-reverse;
    }

.page-inner-title {
    font-size: 40px;
    text-align: center;
    margin: 60px 0;
    color: #353535;
}

.page-inner.history {
    margin: 50px 0;
    margin-bottom: 100px;
    position: relative;
}

    .page-inner.history > .page-inner-right {
        position: relative;
        width: 50%;
        right: 50px;
        top: 50px;
    }

@media screen and (max-width: 767px) {
    .intro h1 {
        font-size: 2rem;
        white-space: nowrap;
    }

    .page-inner-title {
        font-size: 2rem;
    }

    .page-inner {
        flex-direction: column;
    }

        .page-inner.reverse {
            flex-direction: column-reverse;
        }

        .page-inner.history {
            margin: 2rem 0;
        }

            .page-inner.history > .page-inner-right {
                position: relative;
                width: 100%;
                right: 0;
                top: 0;
            }

    .media-room {
        flex-direction: column;
    }

        .media-room > .media-room-box,
        .media-room > .media-room-content {
            width: 100%;
        }

    .social-full .social-banner {
        flex-direction: row;
    }

        .social-full .social-banner > .social-icons,
        .social-full .social-banner .youtube-btn {
            height: auto;
        }

    .media-room > .media-room-content {
        margin: 0;
        margin-top: 15px;
    }

    .social-full {
        flex-direction: column;
    }

    .home-slider-full .home-slider-box:before {
        display: none;
    }

    .home-slider-full .home-slider-box {
        background: rgba(0,0,0,0.2);
        left: 0;
        width: 100%;
        height: 100%;
    }


        .home-slider-full .home-slider-box .slider-text .slider-text-item > h3 {
            font-size: 15px;
            margin: 0;
        }

        .home-slider-full .home-slider-box .slider-text {
            position: absolute;
            top: 120px;
            right: 15px;
            width: 100%;
        }

    .custom-triangle {
        background: #c6102e;
        width: 100%;
        padding: 0;
        padding: 10px;
        justify-content: center;
        height: auto;
        align-items: center;
    }

        .custom-triangle > p {
            width: 100%;
            margin: 0;
            margin-top: 10px;
            text-align: center;
        }

    .fiftyear {
        position: absolute;
        top: 65%;
        left: 7%;
        width: 78px;
    }

    .home-slider-full .home-slider-box .slider-text .slider-text-item > p {
        width: 68%;
        font-size: 13px;
        line-height: 18px;
    }

    .page-headers.grey-bg {
        background: url(../img/grey-bg.png);
        background-size: cover;
        height: 190px;
        align-items: flex-end;
        padding-bottom: 25px;
        background-repeat: no-repeat;
    }

    .home-slider-full .home-slider-box .slider-btn {
        display: flex;
        position: absolute;
        top: 36%;
        right: 7%;
    }

        .home-slider-full .home-slider-box .slider-btn > a {
            width: 30px;
            height: 30px;
        }

    .fiftyear-text {
        font-size: 20px !important;
        line-height: 25px !important;
        margin: 10px 0 !important;
        text-align: center !important;
    }

    .fiftyyear-slider-logo {
        max-height: 80px;
    }

    .tatcom-temot-logo {
        max-width: 170px;
    }
}

/*-------------------------------------------------------*/
/* SHORTCODE PARENT */
/*-------------------------------------------------------*/
.prague-shortcode-parent {
    position: relative;
    min-height: 468px;
    padding-top: 63px;
}

    .prague-shortcode-parent .prague-shortcode-parent-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 468px;
        z-index: 20;
    }

    .prague-shortcode-parent .prague-shortcode-content-wrapp {
        position: relative;
        z-index: 30;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

    .prague-shortcode-parent .prague-shortcode-heading {
        padding: 65px 0 30px 0;
        text-align: left;
    }

        .prague-shortcode-parent .prague-shortcode-heading .parent-subtitle {
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 4.5px;
            font-weight: 300;
        }

            .prague-shortcode-parent .prague-shortcode-heading .parent-subtitle.divider {
                display: inline-block;
                position: relative;
            }

                .prague-shortcode-parent .prague-shortcode-heading .parent-subtitle.divider:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    left: calc(100% + 15px);
                    width: 85px;
                    height: 4px;
                }

        .prague-shortcode-parent .prague-shortcode-heading .parent-title {
            margin-top: 18px;
            margin-bottom: 0;
            letter-spacing: 0.9px;
        }

        .prague-shortcode-parent .prague-shortcode-heading.Center {
            text-align: center;
        }

            .prague-shortcode-parent .prague-shortcode-heading.Center .parent-subtitle.divider {
                margin-bottom: 10px;
            }

                .prague-shortcode-parent .prague-shortcode-heading.Center .parent-subtitle.divider:after {
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    top: calc(100% + 14px);
                }

        .prague-shortcode-parent .prague-shortcode-heading.dark {
            color: #111111;
        }

            .prague-shortcode-parent .prague-shortcode-heading.dark .parent-subtitle {
                color: #111111;
            }

                .prague-shortcode-parent .prague-shortcode-heading.dark .parent-subtitle.divider:after {
                    background-color: #f2f2f2;
                }

        .prague-shortcode-parent .prague-shortcode-heading.light {
            color: white;
        }

            .prague-shortcode-parent .prague-shortcode-heading.light .parent-subtitle {
                color: white;
            }

                .prague-shortcode-parent .prague-shortcode-heading.light .parent-subtitle.divider:after {
                    background-color: rgba(255, 255, 255, 0.4);
                }

            .prague-shortcode-parent .prague-shortcode-heading.light .parent-title {
                color: white;
            }

    .prague-shortcode-parent .prague_services {
        margin-top: 32px;
    }

    .prague-shortcode-parent .vc_row.vc_inner {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 32px;
    }

.vc_column-inner {
    padding: 0 15px;
}

.prague-shortcode-parent .vc_row .vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.prague-shortcode-parent .prague-clients-wrapper {
    min-height: 270px;
    background-color: white;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
    .prague-shortcode-parent .prague-shortcode-content-wrapp {
        max-width: 970px;
    }

    .prague-shortcode-parent .prague_services .prague-services-wrapper {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .prague-shortcode-parent .prague-shortcode-content-wrapp {
        max-width: 750px;
    }

    .prague-shortcode-parent .prague-shortcode-heading {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 768px) {
    .prague-shortcode-parent .prague-shortcode-heading {
        text-align: center;
    }

        .prague-shortcode-parent .prague-shortcode-heading .parent-subtitle.divider {
            margin-bottom: 10px;
        }

            .prague-shortcode-parent .prague-shortcode-heading .parent-subtitle.divider:after {
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                top: calc(100% + 14px);
            }
}

@media only screen and (max-width: 767px) {
    .prague-shortcode-parent .prague-shortcode-content-wrapp {
        max-width: calc(100% - 30px);
    }

    .home-slider-full .home-slider-box .slider-text .slider-text-item {
        background: rgba(0,0,0,0.2) !important;
        padding: 10px !important;
    }
}

/*-------------------------------------------------------*/
/* BOOKS */
/*-------------------------------------------------------*/
.prague-books-wrapper {
    position: relative;
    padding-top: 48px;
    margin-bottom: 0;
}

    .prague-books-wrapper .books-item-img {
        position: relative;
        width: 100%;
        height: 600px;
        background-position: top center;
        background-color: #f2f2f2;
    }

        .prague-books-wrapper .books-item-img:hover .books-item-img-link {
            visibility: visible;
            opacity: 1;
        }

    .prague-books-wrapper .books-item-img-link {
        text-align: center;
        visibility: hidden;
        opacity: 0;
        display: inline-block;
        width: auto;
        min-width: 62%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 15px 0;
        background-color: #111111;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    }

    .prague-books-wrapper .books-item-content {
        padding: 16px 0 6px 0;
        color: #111111;
    }

        .prague-books-wrapper .books-item-content .books-item-title {
            text-transform: none;
            margin-top: 0;
            margin-bottom: 0;
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .prague-books-wrapper .books-item-content .books-item-title a {
                font-size: inherit;
                line-height: inherit;
                font-weight: inherit;
            }

                .prague-books-wrapper .books-item-content .books-item-title a:hover {
                    color: inherit;
                }

            .prague-books-wrapper .books-item-content .books-item-title:hover {
                opacity: 0.7;
            }

    .prague-books-wrapper .books-item-category {
        position: absolute;
        top: 0;
        left: 0;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 26px;
        font-weight: 300;
        color: #111111;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    }

        .prague-books-wrapper .books-item-category:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 15px;
            width: 1px;
            height: 60px;
            background-color: #111111;
            -webkit-transition: height 0.5s ease;
            -o-transition: height 0.5s ease;
            transition: height 0.5s ease;
        }

@media only screen and (max-width: 991px) {
    .prague-books-wrapper .books-item-img {
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .prague-books-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 400px) {
    .prague-books-wrapper {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*-------------------------------------------------------*/
/* MEDIA */
/*-------------------------------------------------------*/
.prague-media-wrapper {
    position: relative;
    padding-top: 40px;
    margin-bottom: 0;
}

    .prague-media-wrapper .media-item-img {
        position: relative;
        width: 100%;
        height: 345px;
        background-position: top center;
        background-color: #f2f2f2;
    }

        .prague-media-wrapper .media-item-img:hover .media-item-img-link {
            visibility: visible;
            opacity: 1;
        }

    .prague-media-wrapper .media-item-img-link {
        text-align: center;
        visibility: hidden;
        opacity: 0;
        display: inline-block;
        width: auto;
        min-width: 70%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 15px 0;
        background-color: #111111;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    }

    .prague-media-wrapper .media-item-content {
        padding: 22px 0 8px 0;
        color: #111111;
    }

        .prague-media-wrapper .media-item-content .media-item-title {
            text-transform: none;
            margin-top: 0;
            margin-bottom: 0;
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .prague-media-wrapper .media-item-content .media-item-title a {
                font-size: inherit;
                line-height: inherit;
                font-weight: inherit;
            }

                .prague-media-wrapper .media-item-content .media-item-title a:hover {
                    color: inherit;
                }

            .prague-media-wrapper .media-item-content .media-item-title:hover {
                opacity: 0.7;
            }

    .prague-media-wrapper .media-item-category {
        position: absolute;
        top: 0;
        left: 0;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        color: #111111;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    }

        .prague-media-wrapper .media-item-category:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 15px;
            width: 1px;
            height: 60px;
            background-color: #111111;
            -webkit-transition: height 0.5s ease;
            -o-transition: height 0.5s ease;
            transition: height 0.5s ease;
        }

@media only screen and (max-width: 991px) {
    .prague-media-wrapper .media-item-img {
        height: 370px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .prague-media-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 400px) {
    .prague-media-wrapper {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*-------------------------------------------------------*/
/* EXHIBITION GRID */
/*-------------------------------------------------------*/
.prague_exhibition_grid .portfolio-item {
    margin-bottom: 30px !important;
}

.prague-exhib-grid-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .prague-exhib-grid-wrapper .exhib-grid-item-link {
        position: relative;
        display: block;
        height: 260px;
    }

        .prague-exhib-grid-wrapper .exhib-grid-item-link:hover .exhib-grid-item-img {
            -webkit-transform: translateY(-52px);
            -ms-transform: translateY(-52px);
            transform: translateY(-52px);
        }

            .prague-exhib-grid-wrapper .exhib-grid-item-link:hover .exhib-grid-item-img:after {
                opacity: 0.3;
            }

        .prague-exhib-grid-wrapper .exhib-grid-item-link:hover .exhib-grid-item-content {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
            -webkit-transition-delay: .15s;
            -o-transition-delay: .15s;
            transition-delay: .15s;
        }

    .prague-exhib-grid-wrapper .exhib-grid-item-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

        .prague-exhib-grid-wrapper .exhib-grid-item-img:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: black;
            opacity: 0;
            -webkit-transition: opacity 0.45s linear;
            -o-transition: opacity 0.45s linear;
            transition: opacity 0.45s linear;
        }

    .prague-exhib-grid-wrapper .exhib-grid-item-content {
        position: absolute;
        left: 0;
        max-width: 80%;
        bottom: -10px;
        background-color: white;
        padding-top: 25px;
        padding-right: 40px;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .prague-exhib-grid-wrapper .exhib-grid-item-title {
        text-transform: none;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 500;
        line-height: 26px;
    }

    .prague-exhib-grid-wrapper .exhib-grid-item-category {
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        color: #111111;
    }

@media only screen and (max-width: 767px) {
    .prague-exhib-grid-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 400px) {
    .prague-exhib-grid-wrapper {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*-------------------------------------------------------*/
/* PROJECT GRID */
/*-------------------------------------------------------*/
.project-grid-wrapper {
    width: 100%;
    position: relative;
}

    .project-grid-wrapper .project-grid-item-img-link {
        position: relative;
        display: block;
        overflow: hidden;
        cursor: pointer;
        height: 240px;
    }

        .project-grid-wrapper .project-grid-item-img-link:hover .project-grid-item-img {
            -webkit-transform: translateY(-40px);
            -ms-transform: translateY(-40px);
            transform: translateY(-40px);
        }

            .project-grid-wrapper .project-grid-item-img-link:hover .project-grid-item-img:after {
                opacity: 0.3;
            }

    .project-grid-wrapper .project-grid-item-img {
        width: 100%;
        height: calc(100% + 40px);
        background-color: #f2f2f2;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

        .project-grid-wrapper .project-grid-item-img:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: black;
            opacity: 0;
            -webkit-transition: opacity 0.45s linear;
            -o-transition: opacity 0.45s linear;
            transition: opacity 0.45s linear;
        }

    .project-grid-wrapper .project-grid-item-content {
        text-align: center;
        padding: 17px 0;
    }

    .project-grid-wrapper .project-grid-item-title {
        text-transform: none;
        margin-top: 0;
        margin-bottom: 0;
        color: #111111;
        font-weight: 500;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
    }

        .project-grid-wrapper .project-grid-item-title a {
            font-size: inherit;
            line-height: inherit;
            font-weight: inherit;
        }

            .project-grid-wrapper .project-grid-item-title a:hover {
                color: inherit;
            }

        .project-grid-wrapper .project-grid-item-title:hover {
            opacity: 0.7;
        }

    .project-grid-wrapper .project-grid-item-category {
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        color: #111111;
    }

@media only screen and (max-width: 767px) {
    .project-grid-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 400px) {
    .project-grid-wrapper {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*-------------------------------------------------------*/
/* PROJECT CATEGORIES */
/*-------------------------------------------------------*/
.prague_categoties {
    padding-top: 140px;
    padding-bottom: 71px;
}

    .prague_categoties .project-grid-wrapper .project-grid-item-img-link {
        height: 175px;
    }

    .prague_categoties .project-grid-wrapper .project-grid-item-content {
        padding: 6px 0 18px 0;
    }

.prague_categories_btn {
    position: absolute;
    top: 50%;
    left: calc(100% + 74px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .prague_categories_btn .categories_btn {
        font-size: 11px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 2.8px;
        text-align: center;
        color: #111111;
        cursor: pointer;
    }

        .prague_categories_btn .categories_btn .fa {
            color: #7e7d7d;
            line-height: 20px;
            -webkit-transition: -webkit-transform 0.3s ease-in;
            transition: -webkit-transform 0.3s ease-in;
            -o-transition: transform 0.3s ease-in;
            transition: transform 0.3s ease-in;
            transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        }

        .prague_categories_btn .categories_btn span {
            display: block;
        }

        .prague_categories_btn .categories_btn.hide {
            display: none;
        }

    .prague_categories_btn .categories_btn_up {
        padding-bottom: 31px;
    }

        .prague_categories_btn .categories_btn_up:hover .fa {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
        }

    .prague_categories_btn .categories_btn_down {
        padding-top: 31px;
    }

        .prague_categories_btn .categories_btn_down:hover .fa {
            -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
            transform: translateY(10px);
        }

@media only screen and (max-width: 1450px) {
    .prague_categories_btn {
        top: 54px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .prague_categories_btn .categories_btn {
            display: inline-block;
        }

            .prague_categories_btn .categories_btn span {
                display: inline-block;
            }

        .prague_categories_btn .categories_btn_up {
            padding-bottom: 0;
            padding-right: 15px;
        }

            .prague_categories_btn .categories_btn_up:hover .fa {
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
            }

        .prague_categories_btn .categories_btn_down {
            padding-top: 0;
            padding-left: 15px;
        }

            .prague_categories_btn .categories_btn_down:hover .fa {
                -webkit-transform: translateY(10px);
                -ms-transform: translateY(10px);
                transform: translateY(10px);
            }
}

@media only screen and (max-width: 991px) {
    .prague_categoties {
        padding-bottom: 0;
    }
}

/*-------------------------------------------------------*/
/* PROJECT MASONRY */
/*-------------------------------------------------------*/
.project-masonry-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .project-masonry-wrapper .project-masonry-item-img-link {
        display: block;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

        .project-masonry-wrapper .project-masonry-item-img-link:hover .project-masonry-item-img {
            -webkit-transform: translateY(-40px);
            -ms-transform: translateY(-40px);
            transform: translateY(-40px);
        }

            .project-masonry-wrapper .project-masonry-item-img-link:hover .project-masonry-item-img:after {
                opacity: 0.3;
            }

        .project-masonry-wrapper .project-masonry-item-img-link:hover .project-masonry-item-content {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
            -webkit-transition-delay: .15s;
            -o-transition-delay: .15s;
            transition-delay: .15s;
        }

    .project-masonry-wrapper .project-masonry-item-img {
        width: 100%;
        height: calc(100% + 40px);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

        .project-masonry-wrapper .project-masonry-item-img:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: black;
            opacity: 0;
            -webkit-transition: opacity 0.45s linear;
            -o-transition: opacity 0.45s linear;
            transition: opacity 0.45s linear;
        }

        .project-masonry-wrapper .project-masonry-item-img img {
            max-width: 100%;
        }

    .project-masonry-wrapper .project-masonry-item-content {
        position: absolute;
        left: 0;
        bottom: -10px;
        max-width: 80%;
        background-color: white;
        padding-top: 25px;
        padding-right: 40px;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.5s linear;
        transition: -webkit-transform 0.5s linear;
        -o-transition: transform 0.5s linear;
        transition: transform 0.5s linear;
        transition: transform 0.5s linear, -webkit-transform 0.5s linear;
        -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .project-masonry-wrapper .project-masonry-item-title {
        text-transform: none;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 500;
        line-height: 26px;
    }

    .project-masonry-wrapper .project-masonry-item-category {
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        color: #111111;
    }

@media only screen and (max-width: 991px) {
    .project-masonry-wrapper .project-masonry-item-content {
        padding-top: 15px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .project-masonry-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 400px) {
    .project-masonry-wrapper {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*-------------------------------------------------------*/
/* PROJECT FILMSTRIP */
/*-------------------------------------------------------*/
.prague_filmstrip {
    background-color: black;
    padding: 90px 0 0 0;
    margin-left: 0;
    margin-right: 0;
}

    .prague_filmstrip.no-footer-content {
        padding: 80px 0 70px 0;
    }

    .prague_filmstrip .portfolio-item-wrapp {
        height: 100%;
    }

        .prague_filmstrip .portfolio-item-wrapp:last-child .project-filmstrip-wrapper {
            padding-right: 10px;
        }

        .prague_filmstrip .portfolio-item-wrapp .portfolio-item {
            height: 100%;
        }

.filmstrip-slider {
    position: relative;
    height: 100%;
}

    .filmstrip-slider .slick-list {
        height: 100%;
    }

        .filmstrip-slider .slick-list .slick-track {
            height: 100%;
        }

    .filmstrip-slider .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: #111111;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        .filmstrip-slider .slick-arrow:before {
            position: absolute;
            color: white;
            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 0.3s ease-in;
            -o-transition: color 0.3s ease-in;
            transition: color 0.3s ease-in;
        }

        .filmstrip-slider .slick-arrow.slick-prev {
            left: 0;
        }

            .filmstrip-slider .slick-arrow.slick-prev:before {
                content: '\f104';
            }

        .filmstrip-slider .slick-arrow.slick-next {
            right: 0;
        }

            .filmstrip-slider .slick-arrow.slick-next:before {
                content: '\f105';
            }

.project-filmstrip-wrapper {
    position: relative;
    height: 100%;
    padding: 10px 0 10px 10px;
    background-color: white;
}

    .project-filmstrip-wrapper .project-filmstrip-item-img {
        height: 100%;
        display: block;
    }

        .project-filmstrip-wrapper .project-filmstrip-item-img img {
            width: auto;
            max-width: none;
            height: 100%;
        }

    .project-filmstrip-wrapper .project-filmstrip-item-content {
        position: absolute;
        left: 10px;
        bottom: 10px;
        padding: 0 40px 28px 41px;
        padding-right: 40px;
    }

    .project-filmstrip-wrapper .project-filmstrip-item-title {
        margin-top: 0;
        margin-bottom: 0;
        color: white;
    }

    .project-filmstrip-wrapper .project-filmstrip-item-link {
        margin-top: 4px;
    }

.filmstrip-footer {
    width: 100%;
    padding: 18px 15px;
    position: relative;
}

    .filmstrip-footer:after {
        content: '';
        display: table;
        clear: both;
    }

    .filmstrip-footer .filmstrip-filter {
        width: auto;
        float: left;
    }

        .filmstrip-footer .filmstrip-filter .prague-dropdown {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin-right: 13px;
        }

            .filmstrip-footer .filmstrip-filter .prague-dropdown a {
                font-size: 11px;
                font-weight: 500;
                line-height: 18px;
                letter-spacing: 1.8px;
                text-transform: uppercase;
            }

            .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"] {
                position: relative;
                display: block;
                color: white;
                background-color: transparent;
                padding: 8px 40px 8px 15px;
                -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
                -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
                transition: color 0.3s ease-in, background-color 0.3s ease-in;
            }

                .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"]:hover {
                    cursor: pointer;
                }

                .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"].active {
                    color: #111111;
                    background-color: white;
                }

                    .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"].active .icon-arrow {
                        color: #111111;
                    }

                .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"] .icon-arrow {
                    position: absolute;
                    display: inline-block;
                    font-size: 0.7em;
                    color: white;
                    top: 0;
                    line-height: 34px;
                    padding: 0 8px;
                    -webkit-transform: rotate(-180deg);
                    -ms-transform: rotate(-180deg);
                    transform: rotate(-180deg);
                    -webkit-transition: color 0.3s ease-in;
                    -o-transition: color 0.3s ease-in;
                    transition: color 0.3s ease-in;
                }

                    .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"] .icon-arrow:before {
                        content: '\25BC';
                    }

                    .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"] .icon-arrow.openee {
                        -webkit-transform: rotate(0deg);
                        -ms-transform: rotate(0deg);
                        transform: rotate(0deg);
                    }

                    .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"] .icon-arrow.closee {
                        -webkit-transform: rotate(-180deg);
                        -ms-transform: rotate(-180deg);
                        transform: rotate(-180deg);
                    }

            .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu {
                position: absolute;
                bottom: 100%;
                left: 0;
                right: 0;
                max-height: 0;
                overflow: hidden;
                list-style: none;
                padding: 0;
                margin: 0;
                -webkit-transition: max-height 0.3s ease-in;
                -o-transition: max-height 0.3s ease-in;
                transition: max-height 0.3s ease-in;
            }

                .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu li {
                    display: block;
                    color: #111111;
                    background-color: white;
                    padding: 8px 15px;
                    cursor: pointer;
                    -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
                    -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
                    transition: color 0.3s ease-in, background-color 0.3s ease-in;
                }

                    .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu li:hover {
                        background: #111111;
                        color: white;
                    }

                .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu::-webkit-scrollbar-thumb {
                    outline: none;
                }

                .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu::-webkit-scrollbar {
                    width: 0;
                }

                .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu.showee, .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu.hidee {
                    -webkit-transform-origin: 50% 0%;
                    -ms-transform-origin: 50% 0%;
                    transform-origin: 50% 0%;
                }

                .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu.showee {
                    display: block;
                    max-height: 500px;
                    overflow-y: auto;
                }

    .filmstrip-footer .prague-social-nav {
        float: right;
        margin-top: 0;
        margin-left: 0;
        text-align: right;
    }

        .filmstrip-footer .prague-social-nav .social-content {
            position: static;
            display: block;
            margin-bottom: 0;
            margin-top: 0;
        }

            .filmstrip-footer .prague-social-nav .social-content li {
                margin-bottom: 0;
                margin-right: 0;
                margin-left: 11px;
                display: inline-block;
            }

                .filmstrip-footer .prague-social-nav .social-content li a {
                    position: relative;
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    text-decoration: none;
                    text-align: center;
                    width: 30px;
                    height: 30px;
                    font-size: 12px;
                    line-height: 28px;
                    border: 1px solid rgba(242, 242, 242, 0.4);
                    color: white;
                    -webkit-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
                    -o-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
                    transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
                }

                    .filmstrip-footer .prague-social-nav .social-content li a:hover {
                        border: 1px solid white;
                        background-color: white;
                        color: #111111;
                    }

                    .filmstrip-footer .prague-social-nav .social-content li a i {
                        line-height: 28px;
                    }

@-webkit-keyframes showAnimation {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    50% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes showAnimation {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    50% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes hideAnimation {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes hideAnimation {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@media only screen and (max-width: 767px) {
    .project-filmstrip-wrapper .project-filmstrip-item-content {
        padding: 0 15px 15px 15px;
    }

    .filmstrip-footer .filmstrip-filter {
        clear: both;
        float: none;
    }

        .filmstrip-footer .filmstrip-filter .prague-dropdown {
            margin-right: 0;
        }

    .filmstrip-footer .prague-social-nav {
        clear: both;
        float: none;
        margin-top: 15px;
    }
}

/*-------------------------------------------------------*/
/* PROJECT LIST */
/*-------------------------------------------------------*/
.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 0;
    }

    .prague_list.no-figure .project-list-item:nth-child(even) .project-list-outer {
        padding: 0 0 70px 0;
    }

    .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.reverse .project-list-outer {
        padding: 50px 50px 70px 0;
    }

        .prague_list .project-list-item.reverse .project-list-outer .trans_figures {
            right: 0;
        }

        .prague_list .project-list-item.reverse .project-list-outer .project-list-wrapper .project-list-img {
            right: 0;
            left: auto;
        }

        .prague_list .project-list-item.reverse .project-list-outer .project-list-wrapper .project-list-content {
            margin-right: auto;
            margin-left: 0;
            text-align: right;
        }

        .prague_list .project-list-item.reverse .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: 58%;
                -webkit-box-sizing: content-box;
                box-sizing: content-box;
            }

            .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-content {
                width: 36%;
            }

            .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: #111111;
            }

                .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: #111111;
                }

            .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-title {
                margin-top: 0;
                margin-bottom: 0;
                line-height: 32px;
                color: #111111;
                -webkit-transition: opacity 0.3s ease-in;
                -o-transition: opacity 0.3s ease-in;
                transition: opacity 0.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;
                }

                    .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: 0.7;
                }

            .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-excerpt {
                margin-top: 22px;
                color: #7e7d7d;
            }

                .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-excerpt p {
                    margin-bottom: 0;
                    color: inherit;
                }

            .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 0;
    }

    .prague_list.no-figure .project-list-item:nth-child(even) .project-list-outer {
        padding: 0 0 50px 0;
    }

    .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;
    }

        .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;
            text-align: center !important;
        }
}

/*-------------------------------------------------------*/
/* TIMELINE LIST */
/*-------------------------------------------------------*/
.prague_timeline_list {
    margin-left: 0;
    margin-right: 0;
    padding: 92px 0 105px 0;
}

.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 #cccccc;
        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 0.3s ease-in, padding 0.3s ease-in;
        -o-transition: color 0.3s ease-in, padding 0.3s ease-in;
        transition: color 0.3s ease-in, padding 0.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: #111111;
            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: white;
            color: #7e7d7d;
            -webkit-transition: color 0.3s ease-in, padding 0.3s ease-in;
            -o-transition: color 0.3s ease-in, padding 0.3s ease-in;
            transition: color 0.3s ease-in, padding 0.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 #111111;
                border-right: 5px solid transparent;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: opacity 0.3s ease-in,visibility 0.3s ease-in;
                -o-transition: opacity 0.3s ease-in,visibility 0.3s ease-in;
                transition: opacity 0.3s ease-in,visibility 0.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 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.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: #111111;
        }

        .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: #111111;
                text-transform: none;
                margin-top: 0;
                margin-bottom: 0;
                opacity: 1;
                -webkit-transition: opacity 0.3s ease-in;
                -o-transition: opacity 0.3s ease-in;
                transition: opacity 0.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: 0.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 0;
    }

    .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;
    }
}

/*-------------------------------------------------------*/
/* TIMELINE IMAGE */
/*-------------------------------------------------------*/
.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;
    max-height: 700px;
}

    .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;
        max-height: 600px;
        overflow-y: scroll;
    }

        .prague_timeline .project-timeline-content-wrapper::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 10px;
            background-color: #F5F5F5;
        }

        .prague_timeline .project-timeline-content-wrapper::-webkit-scrollbar {
            width: 7px;
            background-color: #F5F5F5;
        }

        .prague_timeline .project-timeline-content-wrapper::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: #cfcfcf;
        }

    .prague_timeline .project-timeline-img-wrapper {
        width: 62%;
        padding-left: 10px;
        overflow-y: hidden;
        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 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.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: #111111;
        }

        .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: #111111;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
    }

    .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: #111111;
            padding: 0 28px;
            -webkit-transition: color 0.4s ease-in;
            -o-transition: color 0.4s ease-in;
            transition: color 0.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 0.4s ease-in, visibility 0.3s ease-in;
                -o-transition: opacity 0.4s ease-in, visibility 0.3s ease-in;
                transition: opacity 0.4s ease-in, visibility 0.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%;
    height: 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;
    flex-direction: column;
}

    .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 0.3s ease-in;
        transition: -webkit-filter 0.3s ease-in;
        -o-transition: filter 0.3s ease-in;
        transition: filter 0.3s ease-in;
        transition: filter 0.3s ease-in, -webkit-filter 0.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 0.3s ease-in;
            transition: -webkit-filter 0.3s ease-in;
            -o-transition: filter 0.3s ease-in;
            transition: filter 0.3s ease-in;
            transition: filter 0.3s ease-in, -webkit-filter 0.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: 0px;
                margin-bottom: 3px;
            }
}

.fiftyear-text {
    display: flex;
    margin-top: 10px;
    width: 100%;
    width: auto;
    margin-top: 120px;
    color: #ffffff;
    font-weight: 500;
    font-size: 2rem;
    z-index: 100;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    margin-left: 30%;
    text-align: right;
    line-height: 64px;
}

.fiftyear-text-2 {
    display: flex;
    margin-top: 10px;
    width: 50%;
    margin-top: 120px;
    color: #ffffff;
    font-weight: 500;
    font-size: 2rem;
    z-index: 100;
    white-space: normal;
    word-break: keep-all;
    font-family: 'Poppins', sans-serif;
    margin-left: 30%;
    text-align: right;
    line-height: 64px;
}

/*-------------------------------------------------------*/
/* TIMELINE EXHIBITION */
/*-------------------------------------------------------*/
.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: #cccccc;
            -webkit-transition: color 0.3s ease-in, background-image 0.3s ease-in;
            -o-transition: color 0.3s ease-in, background-image 0.3s ease-in;
            transition: color 0.3s ease-in, background-image 0.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: #111111;
            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: 0px;
    }

        .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: #111111;
        }

            .project-timeline-exh-content .timeline-exh-section.active .timeline-exh-item-date + .timeline-exh-item-separator {
                background-color: #111111;
            }

        .project-timeline-exh-content .timeline-exh-section.active .timeline-exh-item-separator {
            background-color: #111111;
        }

        .project-timeline-exh-content .timeline-exh-section.active .timeline-exh-item-info .timeline-exh-item-title {
            color: #111111;
        }

        .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 0;
        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 0.3s ease-in, visibility 0.3s ease-in, background-color 0.3s ease-in, -webkit-transform 0.3s ease-in;
            transition: opacity 0.3s ease-in, visibility 0.3s ease-in, background-color 0.3s ease-in, -webkit-transform 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, background-color 0.3s ease-in;
            transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, background-color 0.3s ease-in;
            transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, background-color 0.3s ease-in, -webkit-transform 0.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: #cccccc;
        padding-top: 10px;
        -webkit-transition: color 0.3s ease-in;
        -o-transition: color 0.3s ease-in;
        transition: color 0.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: #cccccc;
            top: 25%;
            left: 7.5%;
            -webkit-transition: background-color 0.3s ease-in;
            -o-transition: background-color 0.3s ease-in;
            transition: background-color 0.3s ease-in;
        }

    .project-timeline-exh-content .timeline-exh-item-separator {
        width: 1px;
        display: inline-block;
        background-color: #cccccc;
        -webkit-transition: background-color 0.3s ease-in;
        -o-transition: background-color 0.3s ease-in;
        transition: background-color 0.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: #cccccc;
            margin-top: 0;
            margin-bottom: 0;
            text-transform: none;
            -webkit-transition: color 0.3s ease-in, opacity 0.3s ease-in;
            -o-transition: color 0.3s ease-in, opacity 0.3s ease-in;
            transition: color 0.3s ease-in, opacity 0.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: 0.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: #cccccc;
            -webkit-transition: color 0.3s ease-in;
            -o-transition: color 0.3s ease-in;
            transition: color 0.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%;
        }
}

/*-------------------------------------------------------*/
/* BLOG GRID */
/*-------------------------------------------------------*/
.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: #111111;
    }

        .prague-blog-grid-wrapper .blog-grid-post-date:after {
            content: '';
            position: absolute;
            left: 15px;
            bottom: 30px;
            width: 1px;
            height: 60px;
            background-color: #111111;
        }

    .prague-blog-grid-wrapper .blog-grid-post-title {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 32px;
        color: #111111;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.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: 0.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: #111111;
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .prague-blog-grid-wrapper .blog-grid-post-excerpt a:hover {
                opacity: 0.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: #111111;
            background-color: transparent;
            -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
            -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
            transition: color 0.3s ease-in, background-color 0.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: #111111;
                color: white;
            }

    .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;
    }
}

/*-------------------------------------------------------*/
/* BLOG LIST */
/*-------------------------------------------------------*/
.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: #111111;
    }

        .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: #111111;
        }

    .prague-blog-list-wrapper .blog-list-post-title {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 32px;
        color: #111111;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.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: 0.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 0;
    }

        .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;
    }
}

/*-------------------------------------------------------*/
/* BLOG DETAIL */
/*-------------------------------------------------------*/
.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: 0.9px;
        color: #111111;
        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: #111111;
    }

        .post-detailed .prague-post-date:after {
            content: '';
            position: absolute;
            right: 14px;
            top: 32px;
            width: 1px;
            height: 60px;
            background-color: #111111;
        }

    .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: #111111;
        }

        .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: #111111;
        }

            .post-detailed .prague-post-content blockquote p {
                position: relative;
                font-size: 33px;
                line-height: 40px;
                font-weight: 700;
                color: #111111;
                padding: 78px 0 42px 0;
                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: #111111;
                }

        .post-detailed .prague-post-content a {
            color: #111111;
            opacity: 1;
            text-decoration: underline;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .post-detailed .prague-post-content a:hover {
                opacity: 0.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 50px;
    }

        .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: #111111;
            }

                .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: #111111;
                }

            .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: #111111;
            }

            .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 0.3s ease-in, background-color 0.3s ease-in;
                -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
                transition: color 0.3s ease-in, background-color 0.3s ease-in;
            }

                .post-detailed .prague-post-info .prague-share-icons .icon:hover {
                    color: white;
                    background-color: #111111;
                }

@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 0;
        }

            .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;
    }
}

/*-------------------------------------------------------*/
/* COMMENTS */
/*-------------------------------------------------------*/
.post-comments {
    position: relative;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 80px;
}

    .post-comments .heading {
        padding: 65px 0 54px 0;
    }

    .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: #111111;
                    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: #111111;
                }

                    .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: #111111;
                    }

                    .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: #111111;
                    opacity: 1;
                    -webkit-transition: opacity 0.3s ease-in;
                    -o-transition: opacity 0.3s ease-in;
                    transition: opacity 0.3s ease-in;
                }

                    .post-comments .prague-comments-list .comm-block .comm-txt .comment-reply-link:hover {
                        opacity: 0.7;
                    }

    .post-comments .prague-comments-form-title {
        font-weight: 300;
        letter-spacing: 4.2px;
        font-style: normal;
        color: #111111;
        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: #111111;
            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, 0.5);
            -webkit-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
            -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
            transition: border-bottom-color 0.3s ease-in, color 0.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: #111111;
                color: #111111;
                -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: #111111;
            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 & TAGS */
/*-------------------------------------------------------*/
.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: #111111;
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .post-navigation .pagination li a:hover {
                opacity: 0.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: #111111;
    }

    .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 0.3s ease-in, background-color 0.3s ease-in;
            -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
            transition: color 0.3s ease-in, background-color 0.3s ease-in;
        }

            .det-tags .tags-button a:hover {
                background-color: #111111;
                color: white;
            }

@media only screen and (max-width: 991px) {
    .post-navigation {
        margin-top: 50px;
    }

    .det-tags {
        margin-top: 30px;
    }
}

/*-------------------------------------------------------*/
/* SIDEBAR */
/*-------------------------------------------------------*/
.prague-sidebar .prague-widget .prague-title-w {
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    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 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .prague-sidebar .widget_archive ul li a:hover {
                opacity: 0.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 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.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 #111111;
    }

        .prague-sidebar .widget_calendar .calendar_wrap table caption {
            font-size: 16px;
            line-height: 32px;
            margin-bottom: 10px;
            padding: 0;
            text-align: center;
            color: #111111;
        }

        .prague-sidebar .widget_calendar .calendar_wrap table th, .prague-sidebar .widget_calendar .calendar_wrap table td {
            text-align: center;
            padding: 2px;
            border: 1px solid #111111;
        }

            .prague-sidebar .widget_calendar .calendar_wrap table th#today, .prague-sidebar .widget_calendar .calendar_wrap table td#today {
                background-color: white;
            }

            .prague-sidebar .widget_calendar .calendar_wrap table th a, .prague-sidebar .widget_calendar .calendar_wrap table td a {
                color: #111111;
                opacity: 1;
                font-weight: 900;
                -webkit-transition: opacity 0.3s ease-in;
                -o-transition: opacity 0.3s ease-in;
                transition: opacity 0.3s ease-in;
            }

            .prague-sidebar .widget_calendar .calendar_wrap table th:hover a, .prague-sidebar .widget_calendar .calendar_wrap table td:hover a {
                opacity: 0.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 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.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: 0.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: #111111;
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .prague-sidebar .widget_recent_comments ul li a:hover {
                opacity: 0.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 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .prague-sidebar .widget_rss ul li a:hover {
                opacity: 0.7;
            }

        .prague-sidebar .widget_rss ul li .rsswidget {
            color: #111111;
            font-weight: 700;
        }

        .prague-sidebar .widget_rss ul li .rss-date {
            display: block;
            margin-bottom: 10px;
            color: #111111;
        }

        .prague-sidebar .widget_rss ul li cite {
            display: inline-block;
            margin-top: 10px;
            color: #111111;
        }

.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, 0.5);
        -webkit-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
        -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
        transition: border-bottom-color 0.3s ease-in, color 0.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: #111111;
            color: #111111;
            -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: bold;
}

.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 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.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 #111111;
    color: #111111;
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

    .prague-sidebar .widget_tag_cloud a:hover {
        background-color: #111111;
        color: white;
    }

/*-------------------------------------------------------*/
/* BLOG PAGER */
/*-------------------------------------------------------*/
.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: #111111;
        opacity: 1;
        margin: 0 5px;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
    }

        .prague-pager .page-numbers.current, .prague-pager .page-numbers:hover {
            opacity: 0.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;
    }
}

/*-------------------------------------------------------*/
/* ERROR PAGE */
/*-------------------------------------------------------*/
.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: #111111;
        }

        .prague-error-wrapper .prague-error-content .error-title {
            margin-top: 19px;
            margin-bottom: 0;
            letter-spacing: 1px;
            color: #111111;
        }

    .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;
    }
}

/*-------------------------------------------------------*/
/* PROTECTED PAGE */
/*-------------------------------------------------------*/
.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: #111111;
    }

    .prague-protected-wrapper .prague-protected-content .protected-title {
        margin-top: 21px;
        margin-bottom: 0;
        letter-spacing: 1px;
        color: #111111;
    }

    .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, 0.5);
            -webkit-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
            -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
            transition: border-bottom-color 0.3s ease-in, color 0.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: #111111;
                color: #111111;
                -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;
        }
}

/*-------------------------------------------------------*/
/* COMING SOON */
/*-------------------------------------------------------*/
.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, 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: white;
        }

        .prague-coming-wrapper .prague-coming-content .coming-title {
            margin-top: 21px;
            margin-bottom: 0;
            letter-spacing: 1px;
            color: white;
        }

        .prague-coming-wrapper .prague-coming-content .coming-description {
            margin-top: 17px;
            color: rgba(255, 255, 255, 0.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 0;
            border-top: 1px solid rgba(255, 255, 255, 0.5);
            border-bottom: 1px solid rgba(255, 255, 255, 0.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 15px;
                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, 0.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: white;
                }

                .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: white;
                    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, 0.2);
                color: white;
                -webkit-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in, background-color 0.3s ease-in;
                -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in, background-color 0.3s ease-in;
                transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in, background-color 0.3s ease-in;
            }

                .prague-coming-wrapper .prague-coming-content .mc4wp-form input[type=email]:focus {
                    background-color: white;
                    border: none;
                    border-bottom-style: solid;
                    border-bottom-width: 3px;
                    border-bottom-color: #111111;
                    color: #111111;
                    -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 0.3s ease-in, background-color 0.3s ease-in;
                    -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
                    transition: color 0.3s ease-in, background-color 0.3s ease-in;
                }

                    .prague-coming-wrapper .prague-coming-content .prague-coming-share li a:hover {
                        color: #111111;
                        background-color: white;
                    }

@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 DETAILS PARALAX */
/*-------------------------------------------------------*/
.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: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }

        .project-detail-parallax .prague-share-icons:hover .icon {
            opacity: 0.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: #111111;
        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: white;
        }

        .project-detail-parallax-item .detail-parallax-item-header .detail-parallax-item-header-title {
            margin-bottom: 0;
            margin-top: 30px;
            color: white;
        }

    .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: #111111;
        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: white;
        }

.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 DETAILS PARALAX TEXT */
/*-------------------------------------------------------*/
.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, 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: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

    .paralax-text-share-icons .prague-share-icons:hover .icon {
        opacity: 0.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: white;
    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: #111111;
    }

    .detail-parallax-text-item .detail-parallax-item-center .detail-parallax-item-center-title {
        letter-spacing: 1px;
        margin-bottom: 0;
        margin-top: 27px;
        color: #111111;
    }

    .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: white;
    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: #111111;
    }

    .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: #111111;
    }

        .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: #111111;
        }

    .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: #111111;
        }

            .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: #111111;
                }

.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: white;
    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: #111111;
    }

    .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: #111111;
    }

        .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: #111111;
        }

    .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: #111111;
        }

            .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: #111111;
                }

@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 DETAILS BLOCK */
/*-------------------------------------------------------*/
.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: #111111;
        }

            .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: #111111;
            }

        .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;
            }

@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;
        }
}

@media only screen and (max-width: 400px) {
    .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-item {
        max-width: 290px;
    }
}

/*-------------------------------------------------------*/
/* PROJECT DETAILS SIMPLE */
/*-------------------------------------------------------*/
.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: #111111;
    }

    .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 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
        -o-transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
        transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
    }

        .project-detail-simple .prague-share-icons .icon:hover {
            color: white;
            background-color: #111111;
            border: 1px solid #111111;
        }

.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: 0px;
        padding-right: 0px;
    }
}

@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 DETAILS SPLITTED & CREATIVE BANNER */
/*-------------------------------------------------------*/
.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: #111111;
    }

    .project-detail-splitted-info .project-detail-splitted-content .project-detail-splitted-content-title {
        letter-spacing: 1px;
        margin-bottom: 0;
        margin-top: 20px;
        color: #111111;
    }

    .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: #111111;
        }

        .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 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            -o-transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
        }

            .project-detail-splitted-info .prague-share-icons .icon:hover {
                color: white;
                background-color: #111111;
                border: 1px solid #111111;
            }

.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;
    }
}

/*-------------------------------------------------------*/
/* PROJECT DETAILS IMAGE TOOLTIPS */
/*-------------------------------------------------------*/
.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 DETAILS GALLERY */
/*-------------------------------------------------------*/
.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: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

    .project-detail-gallery .prague-share-icons:hover .icon {
        opacity: 0.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, 0.95);
                text-align: center;
                visibility: hidden;
                opacity: 0;
                -webkit-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
                -o-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
                transition: visibility 0.3s ease-in, opacity 0.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: #111111;
            }

@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 DETAILS SLIDER */
/*-------------------------------------------------------*/
.project-detail-slider {
    padding: 106px 0 125px 0;
}

    .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: #111111;
        }

        .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 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            -o-transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
        }

            .project-detail-slider .prague-share-icons .icon:hover {
                color: white;
                background-color: #111111;
                border: 1px solid #111111;
            }

.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: #111111;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .project-detail-slider-banner .slick-arrow:before {
        position: absolute;
        color: white;
        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 0.3s ease-in;
        -o-transition: color 0.3s ease-in;
        transition: color 0.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: white;
                opacity: 0.5;
                -webkit-transition: opacity 0.3s linear;
                -o-transition: opacity 0.3s linear;
                transition: opacity 0.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: #111111;
    }

    .project-detail-slider-outer .project-detail-slider-content .project-detail-slider-content-title {
        letter-spacing: 1px;
        margin-bottom: 0;
        margin-top: 20px;
        color: #111111;
    }

.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 0;
    }

        .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: 0px;
            padding-top: 30px;
        }

            .project-detail-slider-banner .project-detail-thumb-slider .project-detail-main-slide {
                height: 120px;
                margin-bottom: 0px;
                margin-right: 7px;
                margin-left: 7px;
            }

    .project-detail-slider-outer .project-details-slider-3d {
        height: 400px;
    }
}

/*-------------------------------------------------------*/
/* PROJECT DETAILS BEFORE */
/*-------------------------------------------------------*/
.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: white;
    }

        .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, 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;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #111111;
        background-color: white;
        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 0;
}

    .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: #111111;
        }

        .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 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            -o-transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
        }

            .project-detail-before-outer .prague-share-icons .icon:hover {
                color: white;
                background-color: #111111;
                border: 1px solid #111111;
            }

    .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: #111111;
        }

        .project-detail-before-outer .project-detail-before-content .project-detail-before-content-title {
            letter-spacing: 1px;
            margin-bottom: 0;
            margin-top: 20px;
            color: #111111;
        }

    .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 DETAILS FULLSCREEN */
/*-------------------------------------------------------*/
.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: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }

        .project-detail-fullscreen .prague-share-icons:hover .icon {
            opacity: 0.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: #111111;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        .project-detail-fullscreen .slick-arrow:before {
            position: absolute;
            color: white;
            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 0.3s ease-in;
            -o-transition: color 0.3s ease-in;
            transition: color 0.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 0.6s linear;
        -o-transition: bottom 0.6s linear;
        transition: bottom 0.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: #111111;
                opacity: 0.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 0.6s linear;
        -o-transition: bottom 0.6s linear;
        transition: bottom 0.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: white;
        }

        .project-detail-fullscreen .project-detail-fullscreen-content .project-detail-fullscreen-content-title {
            letter-spacing: 1px;
            margin-bottom: 0;
            margin-top: 20px;
            color: white;
        }

        .project-detail-fullscreen .project-detail-fullscreen-content .project-detail-fullscreen-content-descr {
            color: white;
            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, 0.6);
    -webkit-transition: background-color 0.6s linear;
    -o-transition: background-color 0.6s linear;
    transition: background-color 0.6s linear;
}

    .project-detail-full-overlay.open {
        background-color: transparent;
        visibility: hidden;
    }

        .project-detail-full-overlay.open .icon {
            background-color: rgba(17, 17, 17, 0.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, 0.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 0.6s linear;
        -o-transition: background-color 0.6s linear;
        transition: background-color 0.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 0px 0px 0px 10px rgba(236, 236, 236, 0.4);
        box-shadow: inset 0px 0px 0px 10px rgba(236, 236, 236, 0.4);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background-color 0.6s linear;
        -o-transition: background-color 0.6s linear;
        transition: background-color 0.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 0px 0px 0px 10px rgba(236, 236, 236, 0.3);
        box-shadow: inset 0px 0px 0px 10px rgba(236, 236, 236, 0.3);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background-color 0.6s linear;
        -o-transition: background-color 0.6s linear;
        transition: background-color 0.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;
    }
}




/*-------------------------------------------------------*/
/* FULLSCREEN SLIDER */
/*-------------------------------------------------------*/
.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: white;
    }

    .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 white;
        border-left: 1px solid white;
    }

/*-------------------------------------------------------*/
/* MODERN SLIDER */
/*-------------------------------------------------------*/
.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: #ffffff;
                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 */
/*-------------------------------------------------------*/
.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: #ffffff;
}

.showcase_slider .swiper-slide:hover .slide-category a {
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
        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: #ffffff;
    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: bold;
    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 */
/*-------------------------------------------------------*/
/*columns*/
.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%;
    }
}

/*buttons*/
.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 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
    -o-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
    transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
    border-radius: 0;
    border: 1px solid #111111;
    background-color: transparent;
    color: #111111;
    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 0.3s ease-in;
        -o-transition: right 0.3s ease-in;
        transition: right 0.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: #111111;
        color: white;
    }

.woocommerce ul.products a {
    display: block;
}

    .woocommerce ul.products a.button {
        padding: 14px 36px;
        background-color: #111111;
        color: white;
    }

        .woocommerce ul.products a.button:hover {
            background-color: white;
            color: #111111;
        }

.woocommerce ul.products li.product .wc-forward {
    margin-top: 10px;
    padding: 14px 36px;
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
    border: 1px solid #111111;
    background-color: white;
    color: #111111;
    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: #111111;
        color: white;
    }

.woocommerce div.product form.cart .button {
    padding: 22px 50px 22px 15px;
    border: 1px solid #f2f2f2;
    background-color: white;
    color: #111111;
    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: #111111;
        border: 1px solid #111111;
        color: white;
    }

.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: #111111;
    }

.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 #111111;
        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: #111111;
    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, 0.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;
        }
}

/*rating*/
.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: #ffcc00;
        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;
    }

/*sale*/
.woocommerce span.onsale,
.woocommerce-page span.onsale {
    min-width: auto;
    min-height: auto;
    border-radius: 0;
    padding: 8px 20px;
    background-color: #c0af94;
    color: white;
    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;
}

/*quantity*/
.woocommerce .quantity {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    line-height: 63px;
    color: #111111;
}

    .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 #cccccc;
            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, 0.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: #111111;
        }

@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 0.3s ease-in;
        -o-transition: color 0.3s ease-in;
        transition: color 0.3s ease-in;
    }

        .woocommerce .product_meta a:hover {
            color: #111111;
        }

    .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 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.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 0.3s ease-in;
        -o-transition: background-color 0.3s ease-in;
        transition: background-color 0.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 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.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 #111111;
    background-color: #f2f2f2;
    color: #111111;
    list-style: none;
}

    .woocommerce-error:before,
    .woocommerce-info:before,
    .woocommerce-message:before {
        top: auto;
        left: 15px;
    }

    .woocommerce-info:before {
        color: #111111;
    }

.woocommerce-error {
    border-top: 3px solid #aa0000;
}

    .woocommerce-error:before {
        color: #aa0000;
    }

.woocommerce-message:before {
    color: #111111;
}

.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: #aa0000;
}

.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: #111111;
}

.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 0.3s ease-in, color 0.3s ease-in;
    -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
    transition: border-bottom-color 0.3s ease-in, color 0.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, 0.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: #111111;
        color: #111111;
    }

.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, 0.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 #cccccc;
        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 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    opacity: 0;
}

.woocommerce .product-list-title {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
    color: #111111;
    font-weight: 500;
}

    .woocommerce .product-list-title:hover {
        color: rgba(17, 17, 17, 0.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: #111111;
        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: #ffcc00;
        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: #111111 !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 0.3s ease-in, color 0.3s ease-in;
            -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
            transition: border-bottom-color 0.3s ease-in, color 0.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, 0.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: #111111;
                color: #111111;
            }

@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: #111111;
            }

        #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 #111111;
                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 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
            color: #111111;
            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: 0.2;
            }

        .pagination .previus-post i,
        .pagination .next-post i {
            display: none;
        }

    .pagination .next-post {
        float: right;
    }

/* fix woocommerce img height */
.flex-viewport {
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.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 */
/*-------------------------------------------------------*/
.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, 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: #999999;
        }

    .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*/
/*-------------------------------------------------------*/
.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: bold;
        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;
    }

    .prague-footer .footer-top-content .prague-footer-info-kvkk {
        width: 100%;
        text-align: center;
    }

    .prague-footer .footer-top-content .inner-info-kvkk {
        margin-left: -65px;
        margin-bottom: 16px;
    }
}

@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*/
/*-------------------------------------------------------*/
.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*/
/*-------------------------------------------------------*/
.services.right {
    padding: 107px 35px 35px 35px;
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(189, 168, 127, 0.12);
    box-shadow: 0 20px 30px 0 rgba(189, 168, 127, 0.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 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        opacity: 0;
        visibility: hidden;
    }

    .services.right:hover {
        -webkit-box-shadow: 0 20px 40px 0 rgba(189, 168, 127, 0.22);
        box-shadow: 0 20px 40px 0 rgba(189, 168, 127, 0.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: #999999;
                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*/
/*-------------------------------------------------------*/
.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: #000000;
    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: #000000;
        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, 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, 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 SLIDER */
/*-------------------------------------------------------*/
.split-wrapper .skills {
    width: 100%;
    margin: 50px 0 0 0;
    max-width: 530px;
}

    .split-wrapper .skills .skill {
        color: #222;
        font-size: 14px;
        text-align: left;
        font-weight: bold;
        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 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: #222222;
        }

    .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, 0.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 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        transition: all 0.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, 0.2);
            color: rgba(255, 255, 255, 0.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 0.25s;
        -o-transition: 1s 0.25s;
        transition: 1s 0.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: 0px !important;
    }

    .padd-only-md-right {
        padding-right: 0px !important;
    }

    .no-padd-md {
        padding: 0;
    }

    .vindow-height {
        margin-top: 0px !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: 0px !important;
        margin-bottom: -20px !important;
    }
}

.no-fixed-color-white {
    position: static;
    background-color: white !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: white;
}

.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: 0px !important;
    }

    .no-marg-767 {
        margin-top: 0px !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: rgb(160, 154, 154) !important;
    border-color: rgb(160, 154, 154) !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: 0.7;
}

.flex-img {
    display: flex;
}

.post-mrg {
    margin-top: 10px !important;
}

.padding-sm-0bt {
    padding-bottom: 0px !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: 0px !important;
        padding-right: 0px !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: 0px 0px 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: 0px 0px 1px 1px;
    position: absolute;
}


.slider-img .location {
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    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: none;
}


.carousel-control.left {
    background: none;
}

.revo {
    background-color: black;
}

.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: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    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 {
    line-height: 32px !important;
    font-weight: 500 !important;
    text-align: center !important;
    border: none !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-left: 45px !important;
    padding-right: 45px !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
}

@media screen and (max-width: 320px) {
    .align-left {
        text-align: left !important;
    }
}










/*-------------------------------------------------------*/
/* COLORS */
/*-------------------------------------------------------*/
/*STYLE.CSS*/
/*-------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------*/
/* Template Name: PRAGUE */
/* Version: 1.0.3 */
/* Build Date: */
/* Author:  */
/* Website: */
/* Copyright: (C) */
/*------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/*
    1. TEXT SETTINGS
    2. GLOBAL SETTINGS
    3. GLOBAL CLASS
    4. CUSTOM PADDINGS/MARGINS
    5. SWIPER
    6. SLICK
    7. PRELOADER
    8. HEADER
    9. FILTER TOP
    10. FOOTER
    11. BANNER
    12. HEADINGS
    13. COUNTER
    14. TESTIMONIALS
    15. TEAM
    16. AWARDS LIST
    17. ADRESS BLOCK
    18. CONTACT FORM
    19. PRICING
    20. CLIENTS
    21. SERVICES DETAIL PAGE
    22. PORTFOLIO COLUMNS
    23. SERVICES
    24. SHORTCODE PARENT
    25. BOOKS
    26. MEDIA
    27. EXHIBITION GRID
    28. PROJECT GRID
    29. PROJECT CATEGORIES
    30. PROJECT MASONRY
    31. PROJECT FILMSTRIP
    32. PROJECT LIST
    33. TIMELINE LIST
    34. TIMELINE IMAGE
    35. TIMELINE EXHIBITION
    36. BLOG GRID
    37. BLOG LIST
    38. BLOG DETAIL
    39. COMMENTS
    40. POST NAVIGATION & TAGS
    41. SIDEBAR
    42. BLOG PAGER
    43. ERROR PAGE
    44. PROTECTED PAGE
    45. COMING SOON
    46. PROJECT DETAIL PARALLAX
    47. PROJECT DETAIL PARALLAX + TEXT
    48. PROJECT DETAIL BLOCK
    49. PROJECT DETAIL SIMPLE
    50. PROJECT DETAIL SPLITTED & CREATIVE BANNER
    51. PROJECT DETAIL IMAGE TOOLTIPS
    52. PROJECT DETAIL GALLERY
    53. PROJECT DETAIL SLIDER
    54. PROJECT DETAIL BEFORE
    55. PROJECT DETAIL FULLSCREEN
   */
/*-------------------------------------------------------*/
/* TEXT SETTING */
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* GLOBAL SETTING */
/*-------------------------------------------------------*/
/** {
    font-family: "Roboto", sans-serif;
}

html, body {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #111111;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #111111;
}

h1 {
    font-size: 54px;
    line-height: 56px;
}

h2 {
    font-size: 40px;
    line-height: 44px;
}

h3 {
    font-size: 33px;
    line-height: 33px;
}

h4 {
    font-size: 20px;
    line-height: 32px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #7e7d7d;
}

ul, ol, li {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

.vc_custom_1488483852815 {
    margin-top: 30px !important;
}

.margin-minus-left {
    margin-left: -15px !important;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 34px;
        line-height: 38px;
    }

    h2 {
        font-size: 30px;
        line-height: 34px;
    }

    h3 {
        font-size: 26px;
        line-height: 30px;
    }
}*/

/*-------------------------------------------------------*/
/* GLOBAL CLASS */
/*-------------------------------------------------------*/
/*.s-back-switch {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.s-back-sibling-switch {
    position: relative;
}

    .s-back-sibling-switch .s-sibling-switch {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.enable_overlay, .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.vertical-align {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.no-scroll {
    overflow-y: hidden !important;
}

.a-btn {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 46px;
    background-color: transparent;
    border: none;
    color: white;
    -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

    .a-btn:after, .a-btn:before {
        content: '';
        display: block;
        position: absolute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .a-btn:after {
        top: 0;
        left: 0;
    }

    .a-btn:before {
        bottom: 0;
        right: 0;
    }

    .a-btn .a-btn-line {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 20;
    }

        .a-btn .a-btn-line:after, .a-btn .a-btn-line:before {
            content: '';
            display: block;
            position: absolute;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            top: 50%;
            height: 1px;
            background-color: white;
        }

        .a-btn .a-btn-line:before {
            left: -11px;
        }

        .a-btn .a-btn-line:after {
            right: -11px;
        }

    .a-btn.simple:after, .a-btn.simple:before {
        border: 1px solid white;
        width: 100%;
        height: 100%;
    }

    .a-btn.simple .a-btn-line:after, .a-btn.simple .a-btn-line:before {
        width: 22px;
        -webkit-transition: background-color 0.3s ease-in;
        -o-transition: background-color 0.3s ease-in;
        transition: background-color 0.3s ease-in;
    }

    .a-btn.creative:after, .a-btn.creative:before {
        border: 1px solid transparent;
        width: 0;
        height: 0;
    }

    .a-btn.creative:after {
        -webkit-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
        -o-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
        transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
    }

    .a-btn.creative:before {
        -webkit-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
        -o-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
        transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
    }

    .a-btn.creative .a-btn-line:after, .a-btn.creative .a-btn-line:before {
        width: 0;
        -webkit-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
        -o-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
        transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
    }

    .a-btn.creative.anima:after, .a-btn.creative.anima:before {
        width: 100%;
        height: 100%;
    }

    .a-btn.creative.anima:after {
        border-top-color: white;
        border-right-color: white;
        -webkit-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
        -o-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
        transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
    }

    .a-btn.creative.anima:before {
        border-bottom-color: white;
        border-left-color: white;
        -webkit-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
        -o-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
        transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
    }

    .a-btn.creative.anima .a-btn-line:after, .a-btn.creative.anima .a-btn-line:before {
        width: 22px;
        -webkit-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
        -o-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
        transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
    }

    .a-btn:hover, .a-btn:focus {
        color: #111111;
        background-color: white;
        text-decoration: none;
    }

        .a-btn:hover .a-btn-line:after, .a-btn:hover .a-btn-line:before, .a-btn:focus .a-btn-line:after, .a-btn:focus .a-btn-line:before {
            background-color: #111111;
        }

.a-btn-2 {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 46px;
    background-color: transparent;
    border: none;
    color: #111111;
    -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

    .a-btn-2:after, .a-btn-2:before {
        content: '';
        display: block;
        position: absolute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .a-btn-2:after {
        top: 0;
        left: 0;
    }

    .a-btn-2:before {
        bottom: 0;
        right: 0;
    }

    .a-btn-2 .a-btn-line {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 20;
    }

        .a-btn-2 .a-btn-line:after, .a-btn-2 .a-btn-line:before {
            content: '';
            display: block;
            position: absolute;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            top: 50%;
            height: 1px;
            background-color: #111111;
        }

        .a-btn-2 .a-btn-line:before {
            left: -11px;
        }

        .a-btn-2 .a-btn-line:after {
            right: -11px;
        }

    .a-btn-2.simple:after, .a-btn-2.simple:before {
        border: 1px solid #111111;
        width: 100%;
        height: 100%;
    }

    .a-btn-2.simple .a-btn-line:after, .a-btn-2.simple .a-btn-line:before {
        width: 22px;
        -webkit-transition: background-color 0.3s ease-in;
        -o-transition: background-color 0.3s ease-in;
        transition: background-color 0.3s ease-in;
    }

    .a-btn-2.creative:after, .a-btn-2.creative:before {
        border: 1px solid transparent;
        width: 0;
        height: 0;
    }

    .a-btn-2.creative:after {
        -webkit-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
        -o-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
        transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
    }

    .a-btn-2.creative:before {
        -webkit-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
        -o-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
        transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
    }

    .a-btn-2.creative .a-btn-line:after, .a-btn-2.creative .a-btn-line:before {
        width: 0;
        -webkit-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
        -o-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
        transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
    }

    .a-btn-2.creative.anima:after, .a-btn-2.creative.anima:before {
        width: 100%;
        height: 100%;
    }

    .a-btn-2.creative.anima:after {
        border-top-color: #111111;
        border-right-color: #111111;
        -webkit-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
        -o-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
        transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
    }

    .a-btn-2.creative.anima:before {
        border-bottom-color: #111111;
        border-left-color: #111111;
        -webkit-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
        -o-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
        transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
    }

    .a-btn-2.creative.anima .a-btn-line:after, .a-btn-2.creative.anima .a-btn-line:before {
        width: 22px;
        -webkit-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
        -o-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
        transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
    }

    .a-btn-2:hover, .a-btn-2:focus {
        color: white;
        background-color: #111111;
        text-decoration: none;
        outline-color: transparent;
    }

        .a-btn-2:hover .a-btn-line:after, .a-btn-2:hover .a-btn-line:before, .a-btn-2:focus .a-btn-line:after, .a-btn-2:focus .a-btn-line:before {
            background-color: white;
        }

.a-btn-arrow {
    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: white;
}

    .a-btn-arrow .arrow-right {
        background-color: white;
    }

        .a-btn-arrow .arrow-right:before, .a-btn-arrow .arrow-right:after {
            background-color: white;
        }

    .a-btn-arrow:hover, .a-btn-arrow:focus {
        text-decoration: none;
        outline-color: transparent;
        color: white;
    }

        .a-btn-arrow:hover .arrow-right, .a-btn-arrow:focus .arrow-right {
            right: 0;
        }

.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: #111111;
}

    .a-btn-arrow-2 .arrow-right {
        background-color: #111111;
    }

        .a-btn-arrow-2 .arrow-right:before, .a-btn-arrow-2 .arrow-right:after {
            background-color: #111111;
        }

    .a-btn-arrow-2:hover, .a-btn-arrow-2:focus {
        text-decoration: none;
        outline-color: transparent;
        color: #111111;
    }

        .a-btn-arrow-2:hover .arrow-right, .a-btn-arrow-2:focus .arrow-right {
            right: 0;
        }

.arrow-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 10px;
    width: 31px;
    height: 1px;
    -webkit-transition: right 0.3s ease-in;
    -o-transition: right 0.3s ease-in;
    transition: right 0.3s ease-in;
}

    .arrow-right:before, .arrow-right:after {
        position: absolute;
        display: block;
        right: 0;
        width: 6px;
        height: 1px;
        content: '';
    }

    .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.grey {
        background-color: #7e7d7d;
    }

        .arrow-right.grey:before, .arrow-right.grey:after {
            background-color: #7e7d7d;
        }

.select1 {
    background: transparent;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 10px;
    text-align: left;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    display: block;
}

    .select1:focus,
    .select1:focus-visible {
        outline: 0;
    }*/
/*-------------------------------------------------------*/
/* CUSTOM PADDINGS/MARGINS */
/*-------------------------------------------------------*/
/*.no-padd {
    padding-left: 0;
    padding-right: 0;
}

.overflow {
    overflow: hidden;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.padd-only-xs {
    padding-right: 0;
    padding-left: 0;
}

.no-padd-inner {
    padding-left: 0;
    padding-right: 0;
}

.no-padd-top {
    padding-top: 0 !important;
}

.margin-bottom {
    margin-bottom: 30px !important;
}

.padd-right-only-lg {
    padding-right: 30px;
    padding-left: 0;
}

.no-padd-top-bottom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .padd-right-only-lg {
        padding-right: 15px;
        padding-left: 15px;
    }

    .padd-only-xs {
        padding-right: 15px;
        padding-left: 15px;
    }

    .no-padd-small {
        padding-left: 0px;
        padding-right: 0px;
    }

    .no-padd-md {
        padding: 0;
    }
}

@media screen and (max-width: 1563px) {

    .no-padd-md {
        padding: 0 15px;
    }

    .padding-left {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (min-width: 1563px) {
    .padd-only-xl {
        padding: 0 15px;
    }
}


.margin-lg-0t {
    margin-top: 0px;
}

.margin-lg-5t {
    margin-top: 5px;
}

.margin-lg-10t {
    margin-top: 10px;
}

.margin-lg-15t {
    margin-top: 15px;
}

.margin-lg-20t {
    margin-top: 20px;
}

.margin-lg-25t {
    margin-top: 25px;
}

.margin-lg-30t {
    margin-top: 30px;
}

.margin-lg-35t {
    margin-top: 35px;
}

.margin-lg-40t {
    margin-top: 40px;
}

.margin-lg-45t {
    margin-top: 45px;
}

.margin-lg-50t {
    margin-top: 50px;
}

.margin-lg-55t {
    margin-top: 55px;
}

.margin-lg-60t {
    margin-top: 60px;
}

.margin-lg-65t {
    margin-top: 65px;
}

.margin-lg-70t {
    margin-top: 70px;
}

.margin-lg-75t {
    margin-top: 75px;
}

.margin-lg-80t {
    margin-top: 80px;
}

.margin-lg-85t {
    margin-top: 85px;
}

.margin-lg-90t {
    margin-top: 90px;
}

.margin-lg-95t {
    margin-top: 95px;
}

.margin-lg-100t {
    margin-top: 100px;
}

.margin-lg-105t {
    margin-top: 105px;
}

.margin-lg-110t {
    margin-top: 110px;
}

.margin-lg-115t {
    margin-top: 115px;
}

.margin-lg-120t {
    margin-top: 120px;
}

.margin-lg-125t {
    margin-top: 125px;
}

.margin-lg-130t {
    margin-top: 130px;
}

.margin-lg-135t {
    margin-top: 135px;
}

.margin-lg-140t {
    margin-top: 140px;
}

.margin-lg-145t {
    margin-top: 145px;
}

.margin-lg-150t {
    margin-top: 150px;
}

.margin-lg-155t {
    margin-top: 155px;
}

.margin-lg-160t {
    margin-top: 160px;
}

.margin-lg-165t {
    margin-top: 165px;
}

.margin-lg-170t {
    margin-top: 170px;
}

.margin-lg-175t {
    margin-top: 175px;
}

.margin-lg-180t {
    margin-top: 180px;
}

.margin-lg-185t {
    margin-top: 185px;
}

.margin-lg-190t {
    margin-top: 190px;
}

.margin-lg-195t {
    margin-top: 195px;
}

.margin-lg-200t {
    margin-top: 200px;
}

.margin-lg-0b {
    margin-bottom: 0px;
}

.margin-lg-5b {
    margin-bottom: 5px;
}

.margin-lg-10b {
    margin-bottom: 10px;
}

.margin-lg-15b {
    margin-bottom: 15px;
}

.margin-lg-20b {
    margin-bottom: 20px;
}

.margin-lg-25b {
    margin-bottom: 25px;
}

.margin-lg-30b {
    margin-bottom: 30px;
}

.margin-lg-35b {
    margin-bottom: 35px;
}

.margin-lg-40b {
    margin-bottom: 40px;
}

.margin-lg-45b {
    margin-bottom: 45px;
}

.margin-lg-50b {
    margin-bottom: 50px;
}

.margin-lg-55b {
    margin-bottom: 55px;
}

.margin-lg-60b {
    margin-bottom: 60px;
}

.margin-lg-65b {
    margin-bottom: 65px;
}

.margin-lg-70b {
    margin-bottom: 70px;
}

.margin-lg-75b {
    margin-bottom: 75px;
}

.margin-lg-80b {
    margin-bottom: 80px;
}

.margin-lg-85b {
    margin-bottom: 85px;
}

.margin-lg-90b {
    margin-bottom: 90px;
}

.margin-lg-95b {
    margin-bottom: 95px;
}

.margin-lg-100b {
    margin-bottom: 100px;
}

.margin-lg-105b {
    margin-bottom: 105px;
}

.margin-lg-110b {
    margin-bottom: 110px;
}

.margin-lg-115b {
    margin-bottom: 115px;
}

.margin-lg-120b {
    margin-bottom: 120px;
}

.margin-lg-125b {
    margin-bottom: 125px;
}

.margin-lg-130b {
    margin-bottom: 130px;
}

.margin-lg-135b {
    margin-bottom: 135px;
}

.margin-lg-140b {
    margin-bottom: 140px;
}

.margin-lg-145b {
    margin-bottom: 145px;
}

.margin-lg-150b {
    margin-bottom: 150px;
}

.margin-lg-155b {
    margin-bottom: 155px;
}

.margin-lg-160b {
    margin-bottom: 160px;
}

.margin-lg-165b {
    margin-bottom: 165px;
}

.margin-lg-170b {
    margin-bottom: 170px;
}

.margin-lg-175b {
    margin-bottom: 175px;
}

.margin-lg-180b {
    margin-bottom: 180px;
}

.margin-lg-185b {
    margin-bottom: 185px;
}

.margin-lg-190b {
    margin-bottom: 190px;
}

.margin-lg-195b {
    margin-bottom: 195px;
}

.margin-lg-200b {
    margin-bottom: 200px;
}

.padding-lg-0t {
    padding-top: 0px;
}

.padding-lg-5t {
    padding-top: 5px;
}

.padding-lg-10t {
    padding-top: 10px;
}

.padding-lg-15t {
    padding-top: 15px;
}

.padding-lg-20t {
    padding-top: 20px;
}

.padding-lg-25t {
    padding-top: 25px;
}

.padding-lg-30t {
    padding-top: 30px;
}

.padding-lg-35t {
    padding-top: 35px;
}

.padding-lg-40t {
    padding-top: 40px;
}

.padding-lg-45t {
    padding-top: 45px;
}

.padding-lg-50t {
    padding-top: 50px;
}

.padding-lg-55t {
    padding-top: 55px;
}

.padding-lg-60t {
    padding-top: 60px;
}

.padding-lg-65t {
    padding-top: 65px;
}

.padding-lg-70t {
    padding-top: 70px;
}

.padding-lg-75t {
    padding-top: 75px;
}

.padding-lg-80t {
    padding-top: 80px;
}

.padding-lg-85t {
    padding-top: 85px;
}

.padding-lg-90t {
    padding-top: 90px;
}

.padding-lg-95t {
    padding-top: 95px;
}

.padding-lg-100t {
    padding-top: 100px;
}

.padding-lg-105t {
    padding-top: 105px;
}

.padding-lg-110t {
    padding-top: 110px;
}

.padding-lg-115t {
    padding-top: 115px;
}

.padding-lg-120t {
    padding-top: 120px;
}

.padding-lg-125t {
    padding-top: 125px;
}

.padding-lg-130t {
    padding-top: 130px;
}

.padding-lg-135t {
    padding-top: 135px;
}

.padding-lg-140t {
    padding-top: 140px;
}

.padding-lg-145t {
    padding-top: 145px;
}

.padding-lg-150t {
    padding-top: 150px;
}

.padding-lg-155t {
    padding-top: 155px;
}

.padding-lg-160t {
    padding-top: 160px;
}

.padding-lg-165t {
    padding-top: 165px;
}

.padding-lg-170t {
    padding-top: 170px;
}

.padding-lg-175t {
    padding-top: 175px;
}

.padding-lg-180t {
    padding-top: 180px;
}

.padding-lg-185t {
    padding-top: 185px;
}

.padding-lg-190t {
    padding-top: 190px;
}

.padding-lg-195t {
    padding-top: 195px;
}

.padding-lg-200t {
    padding-top: 200px;
}

.padding-lg-0b {
    padding-bottom: 0px;
}

.padding-lg-5b {
    padding-bottom: 5px;
}

.padding-lg-10b {
    padding-bottom: 10px;
}

.padding-lg-15b {
    padding-bottom: 15px;
}

.padding-lg-20b {
    padding-bottom: 20px;
}

.padding-lg-25b {
    padding-bottom: 25px;
}

.padding-lg-30b {
    padding-bottom: 30px;
}

.padding-lg-35b {
    padding-bottom: 35px;
}

.padding-lg-40b {
    padding-bottom: 40px;
}

.padding-lg-45b {
    padding-bottom: 45px;
}

.padding-lg-50b {
    padding-bottom: 50px;
}

.padding-lg-55b {
    padding-bottom: 55px;
}

.padding-lg-60b {
    padding-bottom: 60px;
}

.padding-lg-65b {
    padding-bottom: 65px;
}

.padding-lg-70b {
    padding-bottom: 70px;
}

.padding-lg-75b {
    padding-bottom: 75px;
}

.padding-lg-80b {
    padding-bottom: 80px;
}

.padding-lg-85b {
    padding-bottom: 85px;
}

.padding-lg-90b {
    padding-bottom: 90px;
}

.padding-lg-95b {
    padding-bottom: 95px;
}

.padding-lg-100b {
    padding-bottom: 100px;
}

.padding-lg-105b {
    padding-bottom: 105px;
}

.padding-lg-110b {
    padding-bottom: 110px;
}

.padding-lg-115b {
    padding-bottom: 115px;
}

.padding-lg-120b {
    padding-bottom: 120px;
}

.padding-lg-125b {
    padding-bottom: 125px;
}

.padding-lg-130b {
    padding-bottom: 130px;
}

.padding-lg-135b {
    padding-bottom: 135px;
}

.padding-lg-140b {
    padding-bottom: 140px;
}

.padding-lg-145b {
    padding-bottom: 145px;
}

.padding-lg-150b {
    padding-bottom: 150px;
}

.padding-lg-155b {
    padding-bottom: 155px;
}

.padding-lg-160b {
    padding-bottom: 160px;
}

.padding-lg-165b {
    padding-bottom: 165px;
}

.padding-lg-170b {
    padding-bottom: 170px;
}

.padding-lg-175b {
    padding-bottom: 175px;
}

.padding-lg-180b {
    padding-bottom: 180px;
}

.padding-lg-185b {
    padding-bottom: 185px;
}

.padding-lg-190b {
    padding-bottom: 190px;
}

.padding-lg-195b {
    padding-bottom: 195px;
}

.padding-lg-200b {
    padding-bottom: 200px;
}

@media screen and (max-width: 1199px) {


    .padd-only-md-left {
        padding-left: 15px !important;
    }

    .padd-only-md-right {
        padding-right: 15px !important;
    }

    .padd-only {
        padding-left: 15px;
        padding-right: 15px;
    }

    .margin-md-0t {
        margin-top: 0px;
    }

    .margin-md-5t {
        margin-top: 5px;
    }

    .margin-md-10t {
        margin-top: 10px;
    }

    .margin-md-15t {
        margin-top: 15px;
    }

    .margin-md-20t {
        margin-top: 20px;
    }

    .margin-md-25t {
        margin-top: 25px;
    }

    .margin-md-30t {
        margin-top: 30px;
    }

    .margin-md-35t {
        margin-top: 35px;
    }

    .margin-md-40t {
        margin-top: 40px;
    }

    .margin-md-45t {
        margin-top: 45px;
    }

    .margin-md-50t {
        margin-top: 50px;
    }

    .margin-md-55t {
        margin-top: 55px;
    }

    .margin-md-60t {
        margin-top: 60px;
    }

    .margin-md-65t {
        margin-top: 65px;
    }

    .margin-md-70t {
        margin-top: 70px;
    }

    .margin-md-75t {
        margin-top: 75px;
    }

    .margin-md-80t {
        margin-top: 80px;
    }

    .margin-md-85t {
        margin-top: 85px;
    }

    .margin-md-90t {
        margin-top: 90px;
    }

    .margin-md-95t {
        margin-top: 95px;
    }

    .margin-md-100t {
        margin-top: 100px;
    }

    .margin-md-105t {
        margin-top: 105px;
    }

    .margin-md-110t {
        margin-top: 110px;
    }

    .margin-md-115t {
        margin-top: 115px;
    }

    .margin-md-120t {
        margin-top: 120px;
    }

    .margin-md-125t {
        margin-top: 125px;
    }

    .margin-md-130t {
        margin-top: 130px;
    }

    .margin-md-135t {
        margin-top: 135px;
    }

    .margin-md-140t {
        margin-top: 140px;
    }

    .margin-md-145t {
        margin-top: 145px;
    }

    .margin-md-150t {
        margin-top: 150px;
    }

    .margin-md-155t {
        margin-top: 155px;
    }

    .margin-md-160t {
        margin-top: 160px;
    }

    .margin-md-165t {
        margin-top: 165px;
    }

    .margin-md-170t {
        margin-top: 170px;
    }

    .margin-md-175t {
        margin-top: 175px;
    }

    .margin-md-180t {
        margin-top: 180px;
    }

    .margin-md-185t {
        margin-top: 185px;
    }

    .margin-md-190t {
        margin-top: 190px;
    }

    .margin-md-195t {
        margin-top: 195px;
    }

    .margin-md-200t {
        margin-top: 200px;
    }

    .margin-md-0b {
        margin-bottom: 0px;
    }

    .margin-md-5b {
        margin-bottom: 5px;
    }

    .margin-md-10b {
        margin-bottom: 10px;
    }

    .margin-md-15b {
        margin-bottom: 15px;
    }

    .margin-md-20b {
        margin-bottom: 20px;
    }

    .margin-md-25b {
        margin-bottom: 25px;
    }

    .margin-md-30b {
        margin-bottom: 30px;
    }

    .margin-md-35b {
        margin-bottom: 35px;
    }

    .margin-md-40b {
        margin-bottom: 40px;
    }

    .margin-md-45b {
        margin-bottom: 45px;
    }

    .margin-md-50b {
        margin-bottom: 50px;
    }

    .margin-md-55b {
        margin-bottom: 55px;
    }

    .margin-md-60b {
        margin-bottom: 60px;
    }

    .margin-md-65b {
        margin-bottom: 65px;
    }

    .margin-md-70b {
        margin-bottom: 70px;
    }

    .margin-md-75b {
        margin-bottom: 75px;
    }

    .margin-md-80b {
        margin-bottom: 80px;
    }

    .margin-md-85b {
        margin-bottom: 85px;
    }

    .margin-md-90b {
        margin-bottom: 90px;
    }

    .margin-md-95b {
        margin-bottom: 95px;
    }

    .margin-md-100b {
        margin-bottom: 100px;
    }

    .margin-md-105b {
        margin-bottom: 105px;
    }

    .margin-md-110b {
        margin-bottom: 110px;
    }

    .margin-md-115b {
        margin-bottom: 115px;
    }

    .margin-md-120b {
        margin-bottom: 120px;
    }

    .margin-md-125b {
        margin-bottom: 125px;
    }

    .margin-md-130b {
        margin-bottom: 130px;
    }

    .margin-md-135b {
        margin-bottom: 135px;
    }

    .margin-md-140b {
        margin-bottom: 140px;
    }

    .margin-md-145b {
        margin-bottom: 145px;
    }

    .margin-md-150b {
        margin-bottom: 150px;
    }

    .margin-md-155b {
        margin-bottom: 155px;
    }

    .margin-md-160b {
        margin-bottom: 160px;
    }

    .margin-md-165b {
        margin-bottom: 165px;
    }

    .margin-md-170b {
        margin-bottom: 170px;
    }

    .margin-md-175b {
        margin-bottom: 175px;
    }

    .margin-md-180b {
        margin-bottom: 180px;
    }

    .margin-md-185b {
        margin-bottom: 185px;
    }

    .margin-md-190b {
        margin-bottom: 190px;
    }

    .margin-md-195b {
        margin-bottom: 195px;
    }

    .margin-md-200b {
        margin-bottom: 200px;
    }

    .padding-md-0t {
        padding-top: 0px;
    }

    .padding-md-5t {
        padding-top: 5px;
    }

    .padding-md-10t {
        padding-top: 10px;
    }

    .padding-md-15t {
        padding-top: 15px;
    }

    .padding-md-20t {
        padding-top: 20px;
    }

    .padding-md-25t {
        padding-top: 25px;
    }

    .padding-md-30t {
        padding-top: 30px;
    }

    .padding-md-35t {
        padding-top: 35px;
    }

    .padding-md-40t {
        padding-top: 40px;
    }

    .padding-md-45t {
        padding-top: 45px;
    }

    .padding-md-50t {
        padding-top: 50px;
    }

    .padding-md-55t {
        padding-top: 55px;
    }

    .padding-md-60t {
        padding-top: 60px;
    }

    .padding-md-65t {
        padding-top: 65px;
    }

    .padding-md-70t {
        padding-top: 70px;
    }

    .padding-md-75t {
        padding-top: 75px;
    }

    .padding-md-80t {
        padding-top: 80px;
    }

    .padding-md-85t {
        padding-top: 85px;
    }

    .padding-md-90t {
        padding-top: 90px;
    }

    .padding-md-95t {
        padding-top: 95px;
    }

    .padding-md-100t {
        padding-top: 100px;
    }

    .padding-md-105t {
        padding-top: 105px;
    }

    .padding-md-110t {
        padding-top: 110px;
    }

    .padding-md-115t {
        padding-top: 115px;
    }

    .padding-md-120t {
        padding-top: 120px;
    }

    .padding-md-125t {
        padding-top: 125px;
    }

    .padding-md-130t {
        padding-top: 130px;
    }

    .padding-md-135t {
        padding-top: 135px;
    }

    .padding-md-140t {
        padding-top: 140px;
    }

    .padding-md-145t {
        padding-top: 145px;
    }

    .padding-md-150t {
        padding-top: 150px;
    }

    .padding-md-155t {
        padding-top: 155px;
    }

    .padding-md-160t {
        padding-top: 160px;
    }

    .padding-md-165t {
        padding-top: 165px;
    }

    .padding-md-170t {
        padding-top: 170px;
    }

    .padding-md-175t {
        padding-top: 175px;
    }

    .padding-md-180t {
        padding-top: 180px;
    }

    .padding-md-185t {
        padding-top: 185px;
    }

    .padding-md-190t {
        padding-top: 190px;
    }

    .padding-md-195t {
        padding-top: 195px;
    }

    .padding-md-200t {
        padding-top: 200px;
    }

    .padding-md-0b {
        padding-bottom: 0px;
    }

    .padding-md-5b {
        padding-bottom: 5px;
    }

    .padding-md-10b {
        padding-bottom: 10px;
    }

    .padding-md-15b {
        padding-bottom: 15px;
    }

    .padding-md-20b {
        padding-bottom: 20px;
    }

    .padding-md-25b {
        padding-bottom: 25px;
    }

    .padding-md-30b {
        padding-bottom: 30px;
    }

    .padding-md-35b {
        padding-bottom: 35px;
    }

    .padding-md-40b {
        padding-bottom: 40px;
    }

    .padding-md-45b {
        padding-bottom: 45px;
    }

    .padding-md-50b {
        padding-bottom: 50px;
    }

    .padding-md-55b {
        padding-bottom: 55px;
    }

    .padding-md-60b {
        padding-bottom: 60px;
    }

    .padding-md-65b {
        padding-bottom: 65px;
    }

    .padding-md-70b {
        padding-bottom: 70px;
    }

    .padding-md-75b {
        padding-bottom: 75px;
    }

    .padding-md-80b {
        padding-bottom: 80px;
    }

    .padding-md-85b {
        padding-bottom: 85px;
    }

    .padding-md-90b {
        padding-bottom: 90px;
    }

    .padding-md-95b {
        padding-bottom: 95px;
    }

    .padding-md-100b {
        padding-bottom: 100px;
    }

    .padding-md-105b {
        padding-bottom: 105px;
    }

    .padding-md-110b {
        padding-bottom: 110px;
    }

    .padding-md-115b {
        padding-bottom: 115px;
    }

    .padding-md-120b {
        padding-bottom: 120px;
    }

    .padding-md-125b {
        padding-bottom: 125px;
    }

    .padding-md-130b {
        padding-bottom: 130px;
    }

    .padding-md-135b {
        padding-bottom: 135px;
    }

    .padding-md-140b {
        padding-bottom: 140px;
    }

    .padding-md-145b {
        padding-bottom: 145px;
    }

    .padding-md-150b {
        padding-bottom: 150px;
    }

    .padding-md-155b {
        padding-bottom: 155px;
    }

    .padding-md-160b {
        padding-bottom: 160px;
    }

    .padding-md-165b {
        padding-bottom: 165px;
    }

    .padding-md-170b {
        padding-bottom: 170px;
    }

    .padding-md-175b {
        padding-bottom: 175px;
    }

    .padding-md-180b {
        padding-bottom: 180px;
    }

    .padding-md-185b {
        padding-bottom: 185px;
    }

    .padding-md-190b {
        padding-bottom: 190px;
    }

    .padding-md-195b {
        padding-bottom: 195px;
    }

    .padding-md-200b {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 991px) {
    .margin-sm-0t {
        margin-top: 0px;
    }

    .margin-sm-5t {
        margin-top: 5px;
    }

    .margin-sm-10t {
        margin-top: 10px;
    }

    .margin-sm-15t {
        margin-top: 15px;
    }

    .margin-sm-20t {
        margin-top: 20px;
    }

    .margin-sm-25t {
        margin-top: 25px;
    }

    .margin-sm-30t {
        margin-top: 30px;
    }

    .margin-sm-35t {
        margin-top: 35px;
    }

    .margin-sm-40t {
        margin-top: 40px;
    }

    .margin-sm-45t {
        margin-top: 45px;
    }

    .margin-sm-50t {
        margin-top: 50px;
    }

    .margin-sm-55t {
        margin-top: 55px;
    }

    .margin-sm-60t {
        margin-top: 60px;
    }

    .margin-sm-65t {
        margin-top: 65px;
    }

    .margin-sm-70t {
        margin-top: 70px;
    }

    .margin-sm-75t {
        margin-top: 75px;
    }

    .margin-sm-80t {
        margin-top: 80px;
    }

    .margin-sm-85t {
        margin-top: 85px;
    }

    .margin-sm-90t {
        margin-top: 90px;
    }

    .margin-sm-95t {
        margin-top: 95px;
    }

    .margin-sm-100t {
        margin-top: 100px;
    }

    .margin-sm-105t {
        margin-top: 105px;
    }

    .margin-sm-110t {
        margin-top: 110px;
    }

    .margin-sm-115t {
        margin-top: 115px;
    }

    .margin-sm-120t {
        margin-top: 120px;
    }

    .margin-sm-125t {
        margin-top: 125px;
    }

    .margin-sm-130t {
        margin-top: 130px;
    }

    .margin-sm-135t {
        margin-top: 135px;
    }

    .margin-sm-140t {
        margin-top: 140px;
    }

    .margin-sm-145t {
        margin-top: 145px;
    }

    .margin-sm-150t {
        margin-top: 150px;
    }

    .margin-sm-155t {
        margin-top: 155px;
    }

    .margin-sm-160t {
        margin-top: 160px;
    }

    .margin-sm-165t {
        margin-top: 165px;
    }

    .margin-sm-170t {
        margin-top: 170px;
    }

    .margin-sm-175t {
        margin-top: 175px;
    }

    .margin-sm-180t {
        margin-top: 180px;
    }

    .margin-sm-185t {
        margin-top: 185px;
    }

    .margin-sm-190t {
        margin-top: 190px;
    }

    .margin-sm-195t {
        margin-top: 195px;
    }

    .margin-sm-200t {
        margin-top: 200px;
    }

    .margin-sm-0b {
        margin-bottom: 0px;
    }

    .margin-sm-5b {
        margin-bottom: 5px;
    }

    .margin-sm-10b {
        margin-bottom: 10px;
    }

    .margin-sm-15b {
        margin-bottom: 15px;
    }

    .margin-sm-20b {
        margin-bottom: 20px;
    }

    .margin-sm-25b {
        margin-bottom: 25px;
    }

    .margin-sm-30b {
        margin-bottom: 30px;
    }

    .margin-sm-35b {
        margin-bottom: 35px;
    }

    .margin-sm-40b {
        margin-bottom: 40px;
    }

    .margin-sm-45b {
        margin-bottom: 45px;
    }

    .margin-sm-50b {
        margin-bottom: 50px;
    }

    .margin-sm-55b {
        margin-bottom: 55px;
    }

    .margin-sm-60b {
        margin-bottom: 60px;
    }

    .margin-sm-65b {
        margin-bottom: 65px;
    }

    .margin-sm-70b {
        margin-bottom: 70px;
    }

    .margin-sm-75b {
        margin-bottom: 75px;
    }

    .margin-sm-80b {
        margin-bottom: 80px;
    }

    .margin-sm-85b {
        margin-bottom: 85px;
    }

    .margin-sm-90b {
        margin-bottom: 90px;
    }

    .margin-sm-95b {
        margin-bottom: 95px;
    }

    .margin-sm-100b {
        margin-bottom: 100px;
    }

    .margin-sm-105b {
        margin-bottom: 105px;
    }

    .margin-sm-110b {
        margin-bottom: 110px;
    }

    .margin-sm-115b {
        margin-bottom: 115px;
    }

    .margin-sm-120b {
        margin-bottom: 120px;
    }

    .margin-sm-125b {
        margin-bottom: 125px;
    }

    .margin-sm-130b {
        margin-bottom: 130px;
    }

    .margin-sm-135b {
        margin-bottom: 135px;
    }

    .margin-sm-140b {
        margin-bottom: 140px;
    }

    .margin-sm-145b {
        margin-bottom: 145px;
    }

    .margin-sm-150b {
        margin-bottom: 150px;
    }

    .margin-sm-155b {
        margin-bottom: 155px;
    }

    .margin-sm-160b {
        margin-bottom: 160px;
    }

    .margin-sm-165b {
        margin-bottom: 165px;
    }

    .margin-sm-170b {
        margin-bottom: 170px;
    }

    .margin-sm-175b {
        margin-bottom: 175px;
    }

    .margin-sm-180b {
        margin-bottom: 180px;
    }

    .margin-sm-185b {
        margin-bottom: 185px;
    }

    .margin-sm-190b {
        margin-bottom: 190px;
    }

    .margin-sm-195b {
        margin-bottom: 195px;
    }

    .margin-sm-200b {
        margin-bottom: 200px;
    }

    .padding-sm-0t {
        padding-top: 0px;
    }

    .padding-sm-5t {
        padding-top: 5px;
    }

    .padding-sm-10t {
        padding-top: 10px;
    }

    .padding-sm-15t {
        padding-top: 15px;
    }

    .padding-sm-20t {
        padding-top: 20px;
    }

    .padding-sm-25t {
        padding-top: 25px;
    }

    .padding-sm-30t {
        padding-top: 30px;
    }

    .padding-sm-35t {
        padding-top: 35px;
    }

    .padding-sm-40t {
        padding-top: 40px;
    }

    .padding-sm-45t {
        padding-top: 45px;
    }

    .padding-sm-50t {
        padding-top: 50px;
    }

    .padding-sm-55t {
        padding-top: 55px;
    }

    .padding-sm-60t {
        padding-top: 60px;
    }

    .padding-sm-65t {
        padding-top: 65px;
    }

    .padding-sm-70t {
        padding-top: 70px;
    }

    .padding-sm-75t {
        padding-top: 75px;
    }

    .padding-sm-80t {
        padding-top: 80px;
    }

    .padding-sm-85t {
        padding-top: 85px;
    }

    .padding-sm-90t {
        padding-top: 90px;
    }

    .padding-sm-95t {
        padding-top: 95px;
    }

    .padding-sm-100t {
        padding-top: 100px;
    }

    .padding-sm-105t {
        padding-top: 105px;
    }

    .padding-sm-110t {
        padding-top: 110px;
    }

    .padding-sm-115t {
        padding-top: 115px;
    }

    .padding-sm-120t {
        padding-top: 120px;
    }

    .padding-sm-125t {
        padding-top: 125px;
    }

    .padding-sm-130t {
        padding-top: 130px;
    }

    .padding-sm-135t {
        padding-top: 135px;
    }

    .padding-sm-140t {
        padding-top: 140px;
    }

    .padding-sm-145t {
        padding-top: 145px;
    }

    .padding-sm-150t {
        padding-top: 150px;
    }

    .padding-sm-155t {
        padding-top: 155px;
    }

    .padding-sm-160t {
        padding-top: 160px;
    }

    .padding-sm-165t {
        padding-top: 165px;
    }

    .padding-sm-170t {
        padding-top: 170px;
    }

    .padding-sm-175t {
        padding-top: 175px;
    }

    .padding-sm-180t {
        padding-top: 180px;
    }

    .padding-sm-185t {
        padding-top: 185px;
    }

    .padding-sm-190t {
        padding-top: 190px;
    }

    .padding-sm-195t {
        padding-top: 195px;
    }

    .padding-sm-200t {
        padding-top: 200px;
    }

    .padding-sm-0b {
        padding-bottom: 0px;
    }

    .padding-sm-5b {
        padding-bottom: 5px;
    }

    .padding-sm-10b {
        padding-bottom: 10px;
    }

    .padding-sm-15b {
        padding-bottom: 15px;
    }

    .padding-sm-20b {
        padding-bottom: 20px;
    }

    .padding-sm-25b {
        padding-bottom: 25px;
    }

    .padding-sm-30b {
        padding-bottom: 30px;
    }

    .padding-sm-35b {
        padding-bottom: 35px;
    }

    .padding-sm-40b {
        padding-bottom: 40px;
    }

    .padding-sm-45b {
        padding-bottom: 45px;
    }

    .padding-sm-50b {
        padding-bottom: 50px;
    }

    .padding-sm-55b {
        padding-bottom: 55px;
    }

    .padding-sm-60b {
        padding-bottom: 60px;
    }

    .padding-sm-65b {
        padding-bottom: 65px;
    }

    .padding-sm-70b {
        padding-bottom: 70px;
    }

    .padding-sm-75b {
        padding-bottom: 75px;
    }

    .padding-sm-80b {
        padding-bottom: 80px;
    }

    .padding-sm-85b {
        padding-bottom: 85px;
    }

    .padding-sm-90b {
        padding-bottom: 90px;
    }

    .padding-sm-95b {
        padding-bottom: 95px;
    }

    .padding-sm-100b {
        padding-bottom: 100px;
    }

    .padding-sm-105b {
        padding-bottom: 105px;
    }

    .padding-sm-110b {
        padding-bottom: 110px;
    }

    .padding-sm-115b {
        padding-bottom: 115px;
    }

    .padding-sm-120b {
        padding-bottom: 120px;
    }

    .padding-sm-125b {
        padding-bottom: 125px;
    }

    .padding-sm-130b {
        padding-bottom: 130px;
    }

    .padding-sm-135b {
        padding-bottom: 135px;
    }

    .padding-sm-140b {
        padding-bottom: 140px;
    }

    .padding-sm-145b {
        padding-bottom: 145px;
    }

    .padding-sm-150b {
        padding-bottom: 150px;
    }

    .padding-sm-155b {
        padding-bottom: 155px;
    }

    .padding-sm-160b {
        padding-bottom: 160px;
    }

    .padding-sm-165b {
        padding-bottom: 165px;
    }

    .padding-sm-170b {
        padding-bottom: 170px;
    }

    .padding-sm-175b {
        padding-bottom: 175px;
    }

    .padding-sm-180b {
        padding-bottom: 180px;
    }

    .padding-sm-185b {
        padding-bottom: 185px;
    }

    .padding-sm-190b {
        padding-bottom: 190px;
    }

    .padding-sm-195b {
        padding-bottom: 195px;
    }

    .padding-sm-200b {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 767px) {
    .margin-xs-0t {
        margin-top: 0px;
    }

    .margin-xs-5t {
        margin-top: 5px;
    }

    .margin-xs-10t {
        margin-top: 10px;
    }

    .margin-xs-15t {
        margin-top: 15px;
    }

    .margin-xs-20t {
        margin-top: 20px;
    }

    .margin-xs-25t {
        margin-top: 25px;
    }

    .margin-xs-30t {
        margin-top: 30px;
    }

    .margin-xs-35t {
        margin-top: 35px;
    }

    .margin-xs-40t {
        margin-top: 40px;
    }

    .margin-xs-45t {
        margin-top: 45px;
    }

    .margin-xs-50t {
        margin-top: 50px;
    }

    .margin-xs-55t {
        margin-top: 55px;
    }

    .margin-xs-60t {
        margin-top: 60px;
    }

    .margin-xs-65t {
        margin-top: 65px;
    }

    .margin-xs-70t {
        margin-top: 70px;
    }

    .margin-xs-75t {
        margin-top: 75px;
    }

    .margin-xs-80t {
        margin-top: 80px;
    }

    .margin-xs-85t {
        margin-top: 85px;
    }

    .margin-xs-90t {
        margin-top: 90px;
    }

    .margin-xs-95t {
        margin-top: 95px;
    }

    .margin-xs-100t {
        margin-top: 100px;
    }

    .margin-xs-105t {
        margin-top: 105px;
    }

    .margin-xs-110t {
        margin-top: 110px;
    }

    .margin-xs-115t {
        margin-top: 115px;
    }

    .margin-xs-120t {
        margin-top: 120px;
    }

    .margin-xs-125t {
        margin-top: 125px;
    }

    .margin-xs-130t {
        margin-top: 130px;
    }

    .margin-xs-135t {
        margin-top: 135px;
    }

    .margin-xs-140t {
        margin-top: 140px;
    }

    .margin-xs-145t {
        margin-top: 145px;
    }

    .margin-xs-150t {
        margin-top: 150px;
    }

    .margin-xs-155t {
        margin-top: 155px;
    }

    .margin-xs-160t {
        margin-top: 160px;
    }

    .margin-xs-165t {
        margin-top: 165px;
    }

    .margin-xs-170t {
        margin-top: 170px;
    }

    .margin-xs-175t {
        margin-top: 175px;
    }

    .margin-xs-180t {
        margin-top: 180px;
    }

    .margin-xs-185t {
        margin-top: 185px;
    }

    .margin-xs-190t {
        margin-top: 190px;
    }

    .margin-xs-195t {
        margin-top: 195px;
    }

    .margin-xs-200t {
        margin-top: 200px;
    }

    .margin-xs-0b {
        margin-bottom: 0px;
    }

    .margin-xs-5b {
        margin-bottom: 5px;
    }

    .margin-xs-10b {
        margin-bottom: 10px;
    }

    .margin-xs-15b {
        margin-bottom: 15px;
    }

    .margin-xs-20b {
        margin-bottom: 20px;
    }

    .margin-xs-25b {
        margin-bottom: 25px;
    }

    .margin-xs-30b {
        margin-bottom: 30px;
    }

    .margin-xs-35b {
        margin-bottom: 35px;
    }

    .margin-xs-40b {
        margin-bottom: 40px;
    }

    .margin-xs-45b {
        margin-bottom: 45px;
    }

    .margin-xs-50b {
        margin-bottom: 50px;
    }

    .margin-xs-55b {
        margin-bottom: 55px;
    }

    .margin-xs-60b {
        margin-bottom: 60px;
    }

    .margin-xs-65b {
        margin-bottom: 65px;
    }

    .margin-xs-70b {
        margin-bottom: 70px;
    }

    .margin-xs-75b {
        margin-bottom: 75px;
    }

    .margin-xs-80b {
        margin-bottom: 80px;
    }

    .margin-xs-85b {
        margin-bottom: 85px;
    }

    .margin-xs-90b {
        margin-bottom: 90px;
    }

    .margin-xs-95b {
        margin-bottom: 95px;
    }

    .margin-xs-100b {
        margin-bottom: 100px;
    }

    .margin-xs-105b {
        margin-bottom: 105px;
    }

    .margin-xs-110b {
        margin-bottom: 110px;
    }

    .margin-xs-115b {
        margin-bottom: 115px;
    }

    .margin-xs-120b {
        margin-bottom: 120px;
    }

    .margin-xs-125b {
        margin-bottom: 125px;
    }

    .margin-xs-130b {
        margin-bottom: 130px;
    }

    .margin-xs-135b {
        margin-bottom: 135px;
    }

    .margin-xs-140b {
        margin-bottom: 140px;
    }

    .margin-xs-145b {
        margin-bottom: 145px;
    }

    .margin-xs-150b {
        margin-bottom: 150px;
    }

    .margin-xs-155b {
        margin-bottom: 155px;
    }

    .margin-xs-160b {
        margin-bottom: 160px;
    }

    .margin-xs-165b {
        margin-bottom: 165px;
    }

    .margin-xs-170b {
        margin-bottom: 170px;
    }

    .margin-xs-175b {
        margin-bottom: 175px;
    }

    .margin-xs-180b {
        margin-bottom: 180px;
    }

    .margin-xs-185b {
        margin-bottom: 185px;
    }

    .margin-xs-190b {
        margin-bottom: 190px;
    }

    .margin-xs-195b {
        margin-bottom: 195px;
    }

    .margin-xs-200b {
        margin-bottom: 200px;
    }

    .padding-xs-0t {
        padding-top: 0px;
    }

    .padding-xs-5t {
        padding-top: 5px;
    }

    .padding-xs-10t {
        padding-top: 10px;
    }

    .padding-xs-15t {
        padding-top: 15px;
    }

    .padding-xs-20t {
        padding-top: 20px;
    }

    .padding-xs-25t {
        padding-top: 25px;
    }

    .padding-xs-30t {
        padding-top: 30px;
    }

    .padding-xs-35t {
        padding-top: 35px;
    }

    .padding-xs-40t {
        padding-top: 40px;
    }

    .padding-xs-45t {
        padding-top: 45px;
    }

    .padding-xs-50t {
        padding-top: 50px;
    }

    .padding-xs-55t {
        padding-top: 55px;
    }

    .padding-xs-60t {
        padding-top: 60px;
    }

    .padding-xs-65t {
        padding-top: 65px;
    }

    .padding-xs-70t {
        padding-top: 70px;
    }

    .padding-xs-75t {
        padding-top: 75px;
    }

    .padding-xs-80t {
        padding-top: 80px;
    }

    .padding-xs-85t {
        padding-top: 85px;
    }

    .padding-xs-90t {
        padding-top: 90px;
    }

    .padding-xs-95t {
        padding-top: 95px;
    }

    .padding-xs-100t {
        padding-top: 100px;
    }

    .padding-xs-105t {
        padding-top: 105px;
    }

    .padding-xs-110t {
        padding-top: 110px;
    }

    .padding-xs-115t {
        padding-top: 115px;
    }

    .padding-xs-120t {
        padding-top: 120px;
    }

    .padding-xs-125t {
        padding-top: 125px;
    }

    .padding-xs-130t {
        padding-top: 130px;
    }

    .padding-xs-135t {
        padding-top: 135px;
    }

    .padding-xs-140t {
        padding-top: 140px;
    }

    .padding-xs-145t {
        padding-top: 145px;
    }

    .padding-xs-150t {
        padding-top: 150px;
    }

    .padding-xs-155t {
        padding-top: 155px;
    }

    .padding-xs-160t {
        padding-top: 160px;
    }

    .padding-xs-165t {
        padding-top: 165px;
    }

    .padding-xs-170t {
        padding-top: 170px;
    }

    .padding-xs-175t {
        padding-top: 175px;
    }

    .padding-xs-180t {
        padding-top: 180px;
    }

    .padding-xs-185t {
        padding-top: 185px;
    }

    .padding-xs-190t {
        padding-top: 190px;
    }

    .padding-xs-195t {
        padding-top: 195px;
    }

    .padding-xs-200t {
        padding-top: 200px;
    }

    .padding-xs-0b {
        padding-bottom: 0px;
    }

    .padding-xs-5b {
        padding-bottom: 5px;
    }

    .padding-xs-10b {
        padding-bottom: 10px;
    }

    .padding-xs-15b {
        padding-bottom: 15px;
    }

    .padding-xs-20b {
        padding-bottom: 20px;
    }

    .padding-xs-25b {
        padding-bottom: 25px;
    }

    .padding-xs-30b {
        padding-bottom: 30px;
    }

    .padding-xs-35b {
        padding-bottom: 35px;
    }

    .padding-xs-40b {
        padding-bottom: 40px;
    }

    .padding-xs-45b {
        padding-bottom: 45px;
    }

    .padding-xs-50b {
        padding-bottom: 50px;
    }

    .padding-xs-55b {
        padding-bottom: 55px;
    }

    .padding-xs-60b {
        padding-bottom: 60px;
    }

    .padding-xs-65b {
        padding-bottom: 65px;
    }

    .padding-xs-70b {
        padding-bottom: 70px;
    }

    .padding-xs-75b {
        padding-bottom: 75px;
    }

    .padding-xs-80b {
        padding-bottom: 80px;
    }

    .padding-xs-85b {
        padding-bottom: 85px;
    }

    .padding-xs-90b {
        padding-bottom: 90px;
    }

    .padding-xs-95b {
        padding-bottom: 95px;
    }

    .padding-xs-100b {
        padding-bottom: 100px;
    }

    .padding-xs-105b {
        padding-bottom: 105px;
    }

    .padding-xs-110b {
        padding-bottom: 110px;
    }

    .padding-xs-115b {
        padding-bottom: 115px;
    }

    .padding-xs-120b {
        padding-bottom: 120px;
    }

    .padding-xs-125b {
        padding-bottom: 125px;
    }

    .padding-xs-130b {
        padding-bottom: 130px;
    }

    .padding-xs-135b {
        padding-bottom: 135px;
    }

    .padding-xs-140b {
        padding-bottom: 140px;
    }

    .padding-xs-145b {
        padding-bottom: 145px;
    }

    .padding-xs-150b {
        padding-bottom: 150px;
    }

    .padding-xs-155b {
        padding-bottom: 155px;
    }

    .padding-xs-160b {
        padding-bottom: 160px;
    }

    .padding-xs-165b {
        padding-bottom: 165px;
    }

    .padding-xs-170b {
        padding-bottom: 170px;
    }

    .padding-xs-175b {
        padding-bottom: 175px;
    }

    .padding-xs-180b {
        padding-bottom: 180px;
    }

    .padding-xs-185b {
        padding-bottom: 185px;
    }

    .padding-xs-190b {
        padding-bottom: 190px;
    }

    .padding-xs-195b {
        padding-bottom: 195px;
    }

    .padding-xs-200b {
        padding-bottom: 200px;
    }
}

.page-calculate {
    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;
}

    .page-calculate .page-calculate-content {
        width: 100%;
    }*/

/*-------------------------------------------------------*/
/* SWIPER */
/*-------------------------------------------------------*/
/*.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .swiper-container .swiper-slide {
        text-align: center;
        font-size: 18px;
        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;
        overflow: hidden;
    }

.swiper-container-vertical {
    width: 100%;
    height: 100%;
}*/

/*-------------------------------------------------------*/
/* PRELOADER */
/*-------------------------------------------------------*/
/*.prague-loader {
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    -webkit-transition: visibility 0s;
    -o-transition: visibility 0s;
    transition: visibility 0s;
}

    .prague-loader .prague-loader-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        background-color: white;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transition: -webkit-transform 0.6s linear;
        transition: -webkit-transform 0.6s linear;
        -o-transition: transform 0.6s linear;
        transition: transform 0.6s linear;
        transition: transform 0.6s linear, -webkit-transform 0.6s linear;
    }

    .prague-loader .prague-loader-bar {
        display: inline-block;
        position: relative;
        top: 50%;
        overflow: hidden;
        vertical-align: middle;
        width: 40%;
        height: 2em;
        font-size: 4em;
        line-height: 2em;
        font-weight: 700;
        color: white;
        -webkit-transition: -webkit-transform 0s linear;
        transition: -webkit-transform 0s linear;
        -o-transition: transform 0s linear;
        transition: transform 0s linear;
        transition: transform 0s linear, -webkit-transform 0s linear;
        -webkit-transform: scaleX(1) translateY(-50%);
        -ms-transform: scaleX(1) translateY(-50%);
        transform: scaleX(1) translateY(-50%);
        -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
        transform-origin: center right;
        z-index: 2;
    }

        .prague-loader .prague-loader-bar:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            background-color: #c8102e;
            border-radius: 2px;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: center left;
            -ms-transform-origin: center left;
            transform-origin: center left;
            -webkit-animation: loading 2s linear infinite forwards;
            animation: loading 2s linear infinite forwards;
        }

    .prague-loader .prague-loader-img {
        position: absolute;
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 90%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation: scaleout-image 2s infinite ease-in-out;
        animation: scaleout-image 2s infinite ease-in-out;
        -webkit-transition: visibility .3s ease-in .2s;
        -o-transition: visibility .3s ease-in .2s;
        transition: visibility .3s ease-in .2s;
        visibility: hidden;
    }

        .prague-loader .prague-loader-img.s-back-switch {
            visibility: visible;
        }

    .prague-loader.is-loaded {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
        visibility: hidden;
    }

        .prague-loader.is-loaded .prague-loader-wrapper {
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: center top;
            -ms-transform-origin: center top;
            transform-origin: center top;
        }

        .prague-loader.is-loaded .prague-loader-img {
            visibility: hidden;
            -webkit-transition: visibility .3s ease-in 0s;
            -o-transition: visibility .3s ease-in 0s;
            transition: visibility .3s ease-in 0s;
        }

@media only screen and (max-width: 991px) {
    .prague-loader .prague-loader-bar {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .prague-loader .prague-loader-bar {
        font-size: 2em;
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: translate(0) scaleX(0);
        transform: translate(0) scaleX(0);
    }

    30% {
        -webkit-transform: translate(0) scaleX(1);
        transform: translate(0) scaleX(1);
    }

    100%, 80% {
        -webkit-transform: translate(100%) scaleX(0);
        transform: translate(100%) scaleX(0);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: translate(0) scaleX(0);
        transform: translate(0) scaleX(0);
    }

    30% {
        -webkit-transform: translate(0) scaleX(1);
        transform: translate(0) scaleX(1);
    }

    100%, 80% {
        -webkit-transform: translate(100%) scaleX(0);
        transform: translate(100%) scaleX(0);
    }
}

@-webkit-keyframes scaleout-image {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes scaleout-image {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}*/

/*-------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------*/
/*.pixfields_box {
    display: none;
}

.prague-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 30px;
    z-index: 300;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in, top 0.6s linear;
    -o-transition: background-color 0.3s ease-in, top 0.6s linear;
    transition: background-color 0.3s ease-in, top 0.6s linear;
}

    .prague-header.static {
        position: relative;
    }

    .prague-header.open-filter, .prague-header.open-menu {
        background-color: white;
    }

    .prague-header .prague-logo {
        position: relative;
    }

        .prague-header .prague-logo a {
            display: inline-block;
            vertical-align: middle;
            font-size: 20px;
            line-height: 32px;
            font-weight: 500;
            text-transform: uppercase;
            -webkit-transition: color 0.3s ease-in;
            -o-transition: color 0.3s ease-in;
            transition: color 0.3s ease-in;
            color: #111111;
        }

    .prague-header .prague-header-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .prague-header .prague-navigation {
        position: relative;
        vertical-align: middle;
        text-align: right;
        padding-right: 10px;
    }

    .prague-header .filter-nav {
        position: relative;
        display: block;
        margin-left: 15px;
        width: 94px;
    }

        .prague-header .filter-nav a {
            display: inline-block;
            vertical-align: middle;
            height: 34px;
            width: 94px;
            font-size: 11px;
            line-height: 32px;
            font-weight: 500;
            background: transparent;
            padding: 0 15px;
            -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            -o-transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            border: 1px solid rgba(17, 17, 17, 0.4);
            color: #111111;
        }

            .prague-header .filter-nav a:hover {
                border: 1px solid #111111;
                background-color: #111111;
                color: white;
            }

            .prague-header .filter-nav a i {
                font-size: 12px;
                line-height: 32px;
                font-weight: 400;
                color: inherit;
                padding-right: 5px;
            }

    .prague-header .prague-nav-menu-icon {
        position: relative;
        width: 34px;
        margin-left: 15px;
        z-index: 400;
    }

        .prague-header .prague-nav-menu-icon a {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: 34px;
            height: 34px;
            cursor: pointer;
            text-decoration: none;
            text-align: center;
            font-size: 16px;
            line-height: 32px;
            background-color: transparent;
            -webkit-transition: border 0.3s ease-in, background-color 0.3s ease-in;
            -o-transition: border 0.3s ease-in, background-color 0.3s ease-in;
            transition: border 0.3s ease-in, background-color 0.3s ease-in;
            border: 1px solid rgba(17, 17, 17, 0.4);
        }

            .prague-header .prague-nav-menu-icon a i {
                width: 16px;
                height: 1px;
                display: inline-block;
                position: relative;
                top: -4px;
                -webkit-transition: background-color 0.3s ease-in;
                -o-transition: background-color 0.3s ease-in;
                transition: background-color 0.3s ease-in;
                background-color: #111111;
            }

                .prague-header .prague-nav-menu-icon a i:after, .prague-header .prague-nav-menu-icon a i:before {
                    content: "";
                    width: 16px;
                    height: 1px;
                    position: absolute;
                    left: 0;
                    -webkit-transition: background-color 0.3s ease-in, -webkit-transform 0.2s ease-in;
                    transition: background-color 0.3s ease-in, -webkit-transform 0.2s ease-in;
                    -o-transition: background-color 0.3s ease-in, transform 0.2s ease-in;
                    transition: background-color 0.3s ease-in, transform 0.2s ease-in;
                    transition: background-color 0.3s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
                    background-color: #111111;
                }

                .prague-header .prague-nav-menu-icon a i:before {
                    top: -4px;
                }

                .prague-header .prague-nav-menu-icon a i:after {
                    top: 4px;
                }

            .prague-header .prague-nav-menu-icon a:hover {
                border: 1px solid #111111;
                background-color: #111111;
            }

                .prague-header .prague-nav-menu-icon a:hover i {
                    background-color: white;
                }

                    .prague-header .prague-nav-menu-icon a:hover i:after, .prague-header .prague-nav-menu-icon a:hover i:before {
                        background-color: white;
                    }

        .prague-header .prague-nav-menu-icon.active a i {
            background-color: transparent;
        }

            .prague-header .prague-nav-menu-icon.active a i:before {
                top: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .prague-header .prague-nav-menu-icon.active a i:after {
                top: 0;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .prague-header .prague-social-nav {
        position: relative;
        display: block;
        width: 34px;
        margin-left: 15px;
    }

        .prague-header .prague-social-nav a {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: 34px;
            height: 34px;
            cursor: pointer;
            text-decoration: none;
            text-align: center;
            font-size: 16px;
            line-height: 32px;
            background-color: transparent;
            -webkit-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
            -o-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
            transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
            border: 1px solid rgba(17, 17, 17, 0.4);
            color: #111111;
        }

            .prague-header .prague-social-nav a:hover {
                border: 1px solid #111111;
                background-color: #111111;
                color: white;
            }

            .prague-header .prague-social-nav a i {
                font-size: 12px;
                line-height: 32px;
                font-weight: 400;
            }

.fa .fa-chain-broken::before {
    content: "\f127";
}

.prague-header .prague-social-nav .social-content {
    position: absolute;
    top: calc(100% + 25px);
    right: 2px;
    left: 2px;
    list-style: none;
    display: none;
}

    .prague-header .prague-social-nav .social-content li {
        margin-bottom: 10px;
    }

    .prague-header .prague-social-nav .social-content a {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

        .prague-header .prague-social-nav .social-content a i {
            line-height: 28px;
        }

.prague-header.open-detail {
    top: -100%;
    -webkit-transition: top 0.6s linear;
    -o-transition: top 0.6s linear;
    transition: top 0.6s linear;
}

.prague-header.light.open-filter, .prague-header.light.open-menu {
    background-color: #111111;
}

.prague-header.light .prague-logo a {
    color: white;
}

.prague-header.light .filter-nav a {
    border: 1px solid rgba(242, 242, 242, 0.4);
    color: white;
}

    .prague-header.light .filter-nav a:hover {
        border: 1px solid white;
        background-color: white;
        color: #111111;
    }

.prague-header.light .prague-nav-menu-icon a {
    border: 1px solid rgba(242, 242, 242, 0.4);
    background: #ffffff;
}

    .prague-header.light .prague-nav-menu-icon a i {
        background-color: #333333;
    }

.prague-header.light.scroll .prague-nav-menu-icon a i {
    background: #333333;
}

.prague-header.light .prague-nav-menu-icon a i:after, .prague-header.light .prague-nav-menu-icon a i:before {
    background-color: #333333;
}

.prague-header.light.scroll .prague-nav-menu-icon a i:after,
.prague-header.light.scroll .prague-nav-menu-icon a i:before {
    background: #333333;
    ;
}

.prague-header.light .prague-nav-menu-icon a:hover {
    border: 1px solid white;
    background-color: white;
    color: #333333;
}

    .prague-header.light .prague-nav-menu-icon a:hover i {
        background-color: #111111;
    }

        .prague-header.light .prague-nav-menu-icon a:hover i:after, .prague-header.light .prague-nav-menu-icon a:hover i:before {
            background-color: #111111;
        }

.prague-header.light .prague-nav-menu-icon.active a i {
    background-color: transparent;
}

.prague-header.light .prague-social-nav a {
    border: 1px solid rgba(242, 242, 242, 0.4);
    color: white;
}

    .prague-header.light .prague-social-nav a:hover {
        border: 1px solid white;
        background-color: white;
        color: #111111;
    }

.prague-header.full.open-menu .prague-nav-menu-icon.active a {
    border: 1px solid rgba(242, 242, 242, 0.4);
    background-color: transparent;
}

    .prague-header.full.open-menu .prague-nav-menu-icon.active a i {
        background-color: transparent;
    }

        .prague-header.full.open-menu .prague-nav-menu-icon.active a i:after, .prague-header.full.open-menu .prague-nav-menu-icon.active a i:before {
            background-color: white;
        }

.prague-header.full.open-menu .prague-nav-menu-icon.active:hover a {
    border: 1px solid white;
    background-color: white;
}

    .prague-header.full.open-menu .prague-nav-menu-icon.active:hover a i:after, .prague-header.full.open-menu .prague-nav-menu-icon.active:hover a i:before {
        background-color: #111111;
    }

.prague-header.full .prague-nav-menu-icon {
    display: block;
    top: 0;
    right: 0;
    -webkit-transition: top 0.3s ease-in, right 0.3s ease-in;
    -o-transition: top 0.3s ease-in, right 0.3s ease-in;
    transition: top 0.3s ease-in, right 0.3s ease-in;
}

.prague-header.full .prague-navigation {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow-y: auto;
    text-align: left;
    z-index: 350;
    background-color: #111111;
}

    .prague-header.full .prague-navigation .pargue-navigation-wrapper {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        overflow-x: hidden;
        min-height: 100vh;
        -ms-overflow-style: none;
    }

    .prague-header.full .prague-navigation .prague-navigation-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        min-height: 100vh;
    }

    .prague-header.full .prague-navigation nav {
        position: relative;
        padding-bottom: 0;
        width: 51%;
        padding: 70px 70px;
        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;
        background-color: black;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.5s ease-in;
        transition: -webkit-transform 0.5s ease-in;
        -o-transition: transform 0.5s ease-in;
        transition: transform 0.5s ease-in;
        transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
        z-index: 500;
    }

        .prague-header.full .prague-navigation nav.left {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        .prague-header.full .prague-navigation nav.more-left {
            -webkit-transform: translateX(-200%);
            -ms-transform: translateX(-200%);
            transform: translateX(-200%);
        }

    .prague-header.full .prague-navigation .main-menu li a {
        color: white;
    }

    .prague-header.full .prague-navigation .main-menu .sub-menu {
        background-color: transparent;
    }

        .prague-header.full .prague-navigation .main-menu .sub-menu li a {
            color: white;
        }

.prague-header.sticky-mobile-menu {
    position: fixed;
}

    .prague-header.sticky-mobile-menu.static {
        position: relative;
    }

.prague-header.simple.sticky-menu.light.static {
    background-color: #111;
}

.prague-header.simple.sticky-menu.dark.static {
    background-color: #fff;
}

.prague-header.simple.sticky-menu.light.scroll {
    background-color: #ffffff;
    border-bottom: 1px solid #cfcfcf;
}

.prague-header.simple.sticky-menu.dark.scroll {
    background-color: #fff;
}

.new-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    animation: blur 4s ease 0s none;
    -webkit-animation: blur 4s ease 0s none;
    -moz-animation: blur 4s ease 0s none;
    z-index: 1;
    background: rgba(255,255,255,0.7);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .new-logo > img {
        width: 150px;
    }

    .new-logo > p {
        font-family: 'Poppins', sans-serif;
        font-size: 17px;
        margin-top: 13px;
        color: #515759;
        font-weight: 500;
    }

@keyframes blur {
    0%, 90% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
    }

    50% {
        -webkit-filter: blur(50px);
        -moz-filter: blur(50px);
        -o-filter: blur(50px);
        -ms-filter: blur(50px);
    }
}


.image_logo {*/
    /*filter: blur(4px);*/
/*}

filter: blur(3px);
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: url(blur.svg#blur);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');



.main-menu {
    padding: 0;
    margin: 0;
}

.main-menu > li {
    position: relative;
    display: inline-block;
    margin-left: 8px;
}

.main-menu li {
    position: relative;
    font-size: initial;
    line-height: normal;
}

    .main-menu li a {
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: 2px;
        padding: 5px 15px;
        opacity: 0.7;
        text-transform: uppercase;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
        color: #505759;
        font-family: 'Poppins', sans-serif;
    }

.prague-header.simple.sticky-menu.dark .main-menu li a {
    color: #ffffff;
}

.prague-header.simple.sticky-menu.dark.scroll .main-menu li a {
    color: #505759;
}

.main-menu li:hover a, .main-menu li:focus a, .main-menu li.active a, .main-menu li.current-menu-item a, .main-menu li.current-menu-parent a, .main-menu li.current-menu-ancestor a {
    opacity: 1;
}

.main-menu .sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 7px 0;
    position: absolute;
    top: calc(100% + 14px);
    left: 13px;
    min-width: 143px;
    text-align: left;
    white-space: nowrap;
    -webkit-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
    -o-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
    transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
    background-color: #111111;
}

    .main-menu .sub-menu li a {
        display: block;
        font-size: 11px;
        line-height: 25px;
        padding: 0 15px;
        opacity: 0.7;
        color: white !important;
    }

    .main-menu .sub-menu li:hover > a, .main-menu .sub-menu li:focus > a, .main-menu .sub-menu li.current-menu-item > a, .main-menu .sub-menu li.current-menu-parent > a, .main-menu .sub-menu li.current-menu-ancestor > a {
        opacity: 1;
    }

.prague-header.full .main-menu li {
    position: static;
    display: block;
    font-size: initial;
    line-height: normal;
}

    .prague-header.full .main-menu li a {
        position: relative;
        padding: 0 15px;
        display: inline-block;
        font-size: 32px;
        line-height: 56px;
        font-weight: 700;
        opacity: 1;
        z-index: 20;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
    }

        .prague-header.full .main-menu li a:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 26px;
            background-color: #5f5f5f;
            z-index: -1;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
            -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
            transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
            transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
            transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        }

    .prague-header.full .main-menu li:hover > a, .prague-header.full .main-menu li.active > a {
        opacity: 0.7;
    }

        .prague-header.full .main-menu li:hover > a:before, .prague-header.full .main-menu li.active > a:before {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

.prague-header.full .main-menu .sub-menu {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 200%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding-left: 100px;
    -webkit-transition: left 0.3s ease-in, visibility 0.3s ease-in, opacity 0.3s ease-in;
    -o-transition: left 0.3s ease-in, visibility 0.3s ease-in, opacity 0.3s ease-in;
    transition: left 0.3s ease-in, visibility 0.3s ease-in, opacity 0.3s ease-in;
}

    .prague-header.full .main-menu .sub-menu.active {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }

    .prague-header.full .main-menu .sub-menu li a {
        font-size: 20px;
        line-height: 40px;
        font-weight: 500;
        opacity: 1;
    }

        .prague-header.full .main-menu .sub-menu li a:before {
            height: 20px;
        }

    .prague-header.full .main-menu .sub-menu li:hover > a, .prague-header.full .main-menu .sub-menu li.active > a {
        opacity: 0.7;
    }

    .prague-header.full .main-menu .sub-menu .sub-menu {
        position: absolute;
        left: 200%;
        visibility: hidden;
        opacity: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .prague-header.full .main-menu .sub-menu .sub-menu.active {
            left: 100%;
            visibility: visible;
            opacity: 1;
        }

.prague-header-form {
    position: relative;
    width: 49%;
    padding: 67px 70px 56px 70px;
    z-index: 400;
    opacity: 1;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

    .prague-header-form:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: black;
        opacity: 0.8;
        z-index: 410;
    }

    .prague-header-form.hidyy {
        opacity: 0;
    }

    .prague-header-form .prague-footer-info-block {
        z-index: 420;
        margin-bottom: 180px;
    }

        .prague-header-form .prague-footer-info-block .prague-social-nav {
            margin-top: 39px;
            margin-left: 0;
            width: auto;
        }

            .prague-header-form .prague-footer-info-block .prague-social-nav .social-content {
                position: static;
                display: block;
                margin-bottom: 0;
            }

                .prague-header-form .prague-footer-info-block .prague-social-nav .social-content li {
                    margin-bottom: 0;
                    margin-right: 11px;
                    display: inline-block;
                }

                    .prague-header-form .prague-footer-info-block .prague-social-nav .social-content li a {
                        border: 1px solid rgba(242, 242, 242, 0.4);
                        color: white;
                    }

                        .prague-header-form .prague-footer-info-block .prague-social-nav .social-content li a:hover {
                            border: 1px solid white;
                            background-color: white;
                            color: #111111;
                        }



    .prague-header-form .prague-formidable {
        position: relative;
        z-index: 420;
    }

        .prague-header-form .prague-formidable .prague-formidable-title {
            font-weight: 300;
            font-style: normal;
            letter-spacing: 4.2px;
            color: white;
            margin-top: 0;
            margin-bottom: 44px;
        }

        .prague-header-form .prague-formidable .frm_forms.with_frm_style fieldset {
            padding: 0;
        }

        .prague-header-form .prague-formidable .frm_forms.with_frm_style label.frm_primary_label,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style.frm_login_form label {
            color: white;
        }

        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=text],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=password],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=email],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=number],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=url],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=tel],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=phone],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=search],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style select,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style textarea,
        .prague-header-form .prague-formidable .frm_form_fields_style,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_scroll_box .frm_opt_container,
        .prague-header-form .prague-formidable .frm_form_fields_active_style,
        .prague-header-form .prague-formidable .frm_form_fields_error_style,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style .chosen-container-multi .chosen-choices,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style .chosen-container-single .chosen-single {
            background-color: rgba(242, 242, 242, 0.1);
            color: rgba(255, 255, 255, 0.5);
        }

        .prague-header-form .prague-formidable .frm_forms.with_frm_style textarea {
            height: 126px;
            padding: 16px 25px;
        }

            .prague-header-form .prague-formidable .frm_forms.with_frm_style .form-field input:not([type=file]):focus,
            .prague-header-form .prague-formidable .frm_forms.with_frm_style select:focus,
            .prague-header-form .prague-formidable .frm_forms.with_frm_style textarea:focus,
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=text],
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=password],
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=email],
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=number],
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=url],
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=tel],
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=search],
            .prague-header-form .prague-formidable .frm_form_fields_active_style,
            .prague-header-form .prague-formidable .frm_forms.with_frm_style .chosen-container-active .chosen-choices {
                background-color: rgba(242, 242, 242, 0.1);
                color: white;
                border-bottom-color: white;
            }

        .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_radio label,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_checkbox label {
            color: white;
        }

        .prague-header-form .prague-formidable .with_frm_style .frm_submit {
            text-align: left;
        }

        .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style input[type=submit],
        .prague-header-form .prague-formidable .frm_forms.with_frm_style .frm_submit input[type=button],
        .prague-header-form .prague-formidable .frm_form_submit_style,
        .prague-header-form .prague-formidable .frm_forms.with_frm_style.frm_login_form input[type=submit] {
            padding: 3px 40px 3px 0px;
            color: white;
        }

.no-menu {
    color: white;
}

    .no-menu a {
        text-decoration: underline;
    }*/

/*STICKY MENU*/
/*@media only screen and (min-width: 1199px) {
    .prague-header.simple.sticky-menu {
        position: fixed;
    }

        .prague-header.simple.sticky-menu.static {
            position: relative;
        }
}*/

/* Show second and third menu levels */
/*@media only screen and (min-width: 1200px) {
    .prague-header .prague-nav-menu-icon {
        display: none;
    }

    .prague-header .prague-navigation {
        display: block;
    }

    .prague-header .main-menu li:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
    }

    .prague-header .main-menu .sub-menu li {
        display: block;
    }

    .prague-header .main-menu .sub-menu .sub-menu {
        position: absolute;
        top: -7px;
        left: 100%;
    }
}*/

/* Responsive menu */
/*@media screen and (max-width: 1199px) {
    .prague-header .prague-nav-menu-icon {
        display: block;
    }

    .prague-header .prague-navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 40px 30px;
        overflow-y: auto;
        text-align: left;
        background-color: #111111;
    }

        .prague-header .prague-navigation nav {
            padding-bottom: 100px;
        }

    .prague-header.full .prague-navigation .pargue-navigation-wrapper {
        max-width: 970px;
    }

    .prague-header.light .prague-navigation {
        background-color: black;
        border-top: 1px solid #f5f5f5;
    }

    .prague-header.light .main-menu li a {
        color: #111111;
    }

    .prague-header.light .main-menu .sub-menu {
        background-color: #ce1834;
    }

        .prague-header.light .main-menu .sub-menu li a {
            color: #111111;
        }

    .main-menu > li {
        display: block;
        margin-left: 0;
    }

    .main-menu li {
        display: block;
    }

        .main-menu li a {
            color: white;
        }

    .main-menu .sub-menu {
        position: static;
        display: block;
        visibility: visible;
        opacity: 1;
        padding: 7px 10px;
        background-color: #111111;
    }

        .main-menu .sub-menu li a {
            color: white;
        }

        .main-menu .sub-menu .sub-menu {
            position: static;
        }

    .prague-header-form .prague-footer-info-block {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 991px) {
    .prague-header {
        padding: 15px 30px;
    }

        .prague-header.full .prague-navigation .pargue-navigation-wrapper {
            max-width: none;
        }

        .prague-header.full .prague-navigation nav {
            padding: 50px 15px;
        }

    .prague-header-form {
        padding: 50px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .prague-header {
        padding: 0px 15px;
        padding-top: 10px;
    }

        .prague-header .prague-navigation {
            padding: 20px 15px;
        }

        .prague-header.full .prague-navigation .pargue-navigation-wrapper {
            padding: 64px 0;
        }

        .prague-header.full .prague-navigation .prague-navigation-inner {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .prague-header.full .prague-navigation nav {
            width: 100%;
            padding: 50px 30px;
        }

            .prague-header.full .prague-navigation nav.left {
                -webkit-transform: translateX(calc(-100% + 30px));
                -ms-transform: translateX(calc(-100% + 30px));
                transform: translateX(calc(-100% + 30px));
            }

            .prague-header.full .prague-navigation nav.more-left {
                -webkit-transform: translateX(-200%);
                -ms-transform: translateX(-200%);
                transform: translateX(-200%);
            }

    .prague-header-form {
        display: none;
    }

    .prague-header.full .main-menu li a {
        font-size: 28px;
        line-height: 48px;
    }

        .prague-header.full .main-menu li a:before {
            height: 24px;
        }

    .prague-header.full .main-menu .sub-menu {
        padding-left: 25%;
    }

        .prague-header.full .main-menu .sub-menu li a {
            font-size: 16px;
            line-height: 32px;
        }

            .prague-header.full .main-menu .sub-menu li a:before {
                height: 16px;
            }
}*/

/*-------------------------------------------------------*/
/* FILTER TOP */
/*-------------------------------------------------------*/
/*.prague_filter_projects {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 90vh;
    background-color: #f2f2f2;
    padding: 64px 30px 94px 30px;
    overflow-y: auto;
}

    .prague_filter_projects .prague_filter_projects_wrapper {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prague_filter_projects .prague_filter_link_wrapper {
        text-align: center;
        margin: 45px 0;
    }

        .prague_filter_projects .prague_filter_link_wrapper .filter-clear-all {
            font-family: "Roboto",sans-serif;
            font-size: 11px;
            line-height: 18px;
            letter-spacing: 2px;
            font-weight: 500;
            display: inline-block;
            text-decoration: none;
            background-color: transparent;
            border: none;
            color: #7e7d7d;
            -webkit-transition: color 0.3s ease-in;
            -o-transition: color 0.3s ease-in;
            transition: color 0.3s ease-in;
        }

            .prague_filter_projects .prague_filter_link_wrapper .filter-clear-all:hover {
                color: #111111;
            }

    .prague_filter_projects .prague_filter_item {
        min-width: 270px;
        margin-right: 100px;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .prague_filter_projects .prague_filter_item .filter_item_title {
            text-transform: capitalize;
            color: #111111;
            letter-spacing: 1.5px;
            margin-top: 0;
            margin-bottom: 55px;
        }

        .prague_filter_projects .prague_filter_item .filter_item_category {
            list-style: none;
            position: relative;
            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: start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-bottom: 0;
            padding-bottom: 40px;
        }

            .prague_filter_projects .prague_filter_item .filter_item_category:after {
                content: '';
                position: absolute;
                width: 100%;
                height: calc(100% - 13px);
                top: 13px;
                left: 1px;
                border: 1px solid #cccccc;
                z-index: 20;
            }

            .prague_filter_projects .prague_filter_item .filter_item_category li {
                position: relative;
                font-family: 'Roboto', sans-serif;
                font-size: 14px;
                line-height: 30px;
                letter-spacing: 1.5px;
                font-weight: 300;
                color: #7e7d7d;
                background-color: #f2f2f2;
                z-index: 30;
                padding-right: 15px;
                padding-left: 0;
                cursor: pointer;
                -webkit-transition: color 0.3s ease-in, padding-left 0.3s ease-in;
                -o-transition: color 0.3s ease-in, padding-left 0.3s ease-in;
                transition: color 0.3s ease-in, padding-left 0.3s ease-in;
            }

                .prague_filter_projects .prague_filter_item .filter_item_category li:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 0;
                    height: 0;
                    border-top: 5px solid #111111;
                    border-right: 5px solid transparent;
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: opacity 0.3s ease-in,visibility 0.3s ease-in;
                    -o-transition: opacity 0.3s ease-in,visibility 0.3s ease-in;
                    transition: opacity 0.3s ease-in,visibility 0.3s ease-in;
                }

                .prague_filter_projects .prague_filter_item .filter_item_category li.active {
                    color: #111111;
                    padding-left: 10px;
                }

                    .prague_filter_projects .prague_filter_item .filter_item_category li.active:before {
                        opacity: 1;
                        visibility: visible;
                    }

@media only screen and (max-width: 1199px) {
    .prague_filter_projects .prague_filter_projects_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .prague_filter_projects .prague_filter_item {
        margin: 0 50px 20px 0;
        margin-right: 50px;
        min-width: 190px;
    }
}

@media only screen and (max-width: 991px) {
    .prague_filter_projects {
        padding: 30px 30px 94px;
    }

        .prague_filter_projects .prague_filter_item {
            margin: 0 30px 20px 0;
        }

            .prague_filter_projects .prague_filter_item .filter_item_title {
                margin-bottom: 20px;
            }
}

@media only screen and (max-width: 767px) {
    .prague_filter_projects {
        padding: 30px 15px 94px;
    }

        .prague_filter_projects .prague_filter_projects_wrapper {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .prague_filter_projects .prague_filter_item {
            margin: 0 15px 20px;
        }
}*/

/*-------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------*/
/*.prague-footer-info-block {
    position: relative;
}

    .prague-footer-info-block .footer-info-block-title {
        font-weight: 300;
        font-style: normal;
        letter-spacing: 4.5px;
        color: white;
        margin-top: 0;
        margin-bottom: 37px;
    }

    .prague-footer-info-block .footer-info-block-content {
        font-size: 13px;
        line-height: 26px;
        font-weight: 400;
        color: white;
    }

        .prague-footer-info-block .footer-info-block-content p {
            font-size: inherit;
            line-height: inherit;
            font-weight: inherit;
            color: inherit;
            margin-bottom: 0;
        }

        .prague-footer-info-block .footer-info-block-content a {
            font-size: inherit;
            line-height: inherit;
            font-weight: inherit;
            color: inherit;
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .prague-footer-info-block .footer-info-block-content a:hover {
                opacity: 0.7;
            }*/
/* Başlangıç KVKK */
/*.prague-footer-info-kvkk {
    position: relative;
}

    .prague-footer-info-kvkk .inner-info-kvkk {
        padding-left: 65px;
        padding-top: 30px;
    }

.footer-info-kvkk-title {
    font-weight: 300;
    font-style: normal;
    letter-spacing: 4.5px;
    color: white;
    margin-top: 0;
    margin-bottom: 20px;
}

.prague-footer-info-kvkk .footer-info-kvkk-content {
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    color: white;
}

    .prague-footer-info-kvkk .footer-info-kvkk-content ul li {
        list-style-type: none;
    }

        .prague-footer-info-kvkk .footer-info-kvkk-content ul li:hover {
            text-decoration: underline;
        }

    .prague-footer-info-kvkk .footer-info-kvkk-content p {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        color: inherit;
        margin-bottom: 0;
    }

    .prague-footer-info-kvkk .footer-info-kvkk-content a {*/
        /* font-size: inherit;
            line-height: inherit;
            font-weight: inherit;
            color: inherit; */
        /*opacity: 1;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
        margin-top: 36px;
        max-width: 470px;
        font-size: 13px;
        line-height: 26px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.7);
    }

.prague-footer-info-kvkk .footer-info-kvkkk-content a:hover {
    opacity: 0.7;
}

.prague-footer .footer-top-content .prague-footer-info-kvkk {
    width: 30%;
    float: left;
}*/

/* Bitiş KVKK */

/*.disable-prague-plugin .prague-footer .footer-content-outer {
    padding: 40px 0 40px;
}

    .disable-prague-plugin .prague-footer .footer-content-outer .footer-bottom-content {
        padding-top: 0;
    }

.prague-footer {
    position: relative;
    background-color: black;
}

    .prague-footer:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: black;
        opacity: 0.8;
        z-index: 90;
    }

    .prague-footer.modern {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(13, 13, 13, 0.3);
        z-index: 200;
    }

        .prague-footer.modern:before {
            background-color: transparent;
        }

        .prague-footer.modern .footer-content-outer {
            max-width: none;
            padding: 30px;
        }

        .prague-footer.modern .footer-bottom-content {
            padding-top: 0;
        }

            .prague-footer.modern .footer-bottom-content .footer-copyright {
                line-height: 32px;
            }

            .prague-footer.modern .footer-bottom-content .prague-social-nav .social-content {
                margin-top: 0;
            }

    .prague-footer.copy .footer-content-outer {
        max-width: none;
        padding: 30px;
    }

    .prague-footer.copy .footer-bottom-content {
        padding-top: 0;
    }

        .prague-footer.copy .footer-bottom-content .footer-copyright {
            line-height: 32px;
            width: 100%;
            text-align: center;
        }

    .prague-footer .footer-content-outer {
        position: relative;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        padding: 140px 0 140px;
        z-index: 100;
    }

    .prague-footer .footer-top-content {
        position: relative;
        padding-bottom: 33px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        .prague-footer .footer-top-content:after {
            content: '';
            display: table;
            clear: both;
        }

        .prague-footer .footer-top-content .prague-footer-main-block {
            width: 40%;
            float: left;
        }

            .prague-footer .footer-top-content .prague-footer-main-block .prague-logo {
                position: relative;
            }

                .prague-footer .footer-top-content .prague-footer-main-block .prague-logo a {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 20px;
                    line-height: 32px;
                    font-weight: 500;
                    color: white;
                    -webkit-transition: color 0.3s ease-in;
                    -o-transition: color 0.3s ease-in;
                    transition: color 0.3s ease-in;
                }

            .prague-footer .footer-top-content .prague-footer-main-block .footer-main-content {
                margin-top: 36px;
                max-width: 470px;
                font-size: 13px;
                line-height: 26px;
                font-weight: 400;
                color: rgba(255, 255, 255, 0.7);
            }

                .prague-footer .footer-top-content .prague-footer-main-block .footer-main-content p {
                    font-size: inherit;
                    line-height: inherit;
                    font-weight: inherit;
                    color: inherit;
                }

        .prague-footer .footer-top-content .prague-footer-info-block {
            width: 30%;
            padding-top: 28px;
            text-align: right;
            float: right;
        }

    .prague-footer .footer-bottom-content {
        position: relative;
        padding-top: 47px;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

        .prague-footer .footer-bottom-content:after {
            content: '';
            display: table;
            clear: both;
        }

        .prague-footer .footer-bottom-content .footer-copyright {
            float: left;
            width: 50%;
            font-size: 10px;
            line-height: 18px;
            letter-spacing: 2px;
            font-weight: 700;
            color: white;
        }

            .prague-footer .footer-bottom-content .footer-copyright p {
                font-size: inherit;
                line-height: inherit;
                font-weight: inherit;
                color: inherit;
                margin-bottom: 0;
            }

        .prague-footer .footer-bottom-content .prague-social-nav {
            float: right;
            margin-top: 0;
            margin-left: 0;
            width: 50%;
            text-align: right;
        }

            .prague-footer .footer-bottom-content .prague-social-nav .social-content {
                position: static;
                display: block;
                margin-bottom: 0;
                margin: 0;
            }

                .prague-footer .footer-bottom-content .prague-social-nav .social-content li {
                    margin-bottom: 0;
                    margin-right: 0;
                    margin-left: 11px;
                    display: inline-block;
                }

                    .prague-footer .footer-bottom-content .prague-social-nav .social-content li a {
                        position: relative;
                        display: inline-block;
                        vertical-align: middle;
                        cursor: pointer;
                        text-decoration: none;
                        text-align: center;
                        width: 30px;
                        height: 30px;
                        font-size: 12px;
                        line-height: 28px;
                        border: 1px solid rgba(242, 242, 242, 0.4);
                        color: white;
                        -webkit-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
                        -o-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
                        transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
                    }

                        .prague-footer .footer-bottom-content .prague-social-nav .social-content li a:hover {
                            border: 1px solid white;
                            background-color: white;
                            color: #111111;
                        }

                        .prague-footer .footer-bottom-content .prague-social-nav .social-content li a i {
                            line-height: 28px;
                        }

@media only screen and (max-width: 1199px) {
    .prague-footer .footer-content-outer {
        padding: 100px 0;
        max-width: 970px;
    }
}

@media only screen and (max-width: 991px) {
    .prague-footer .footer-content-outer {
        padding: 50px 0;
        max-width: 750px;
    }
}

@media only screen and (max-width: 767px) {
    .prague-footer.modern .footer-content-outer {
        padding: 15px;
    }

    .prague-footer.modern .footer-bottom-content .prague-social-nav {
        padding-top: 15px;
    }

    .prague-footer .footer-content-outer {
        padding: 50px 15px;
        max-width: none;
    }

    .prague-footer .footer-top-content .prague-footer-main-block {
        width: 100%;
        text-align: center;
        float: none;
    }

        .prague-footer .footer-top-content .prague-footer-main-block .footer-main-content {
            margin-left: auto;
            margin-right: auto;
            margin-top: 15px;
        }

    .prague-footer .footer-top-content .prague-footer-info-block {
        width: 100%;
        text-align: center;
        float: none;
    }

        .prague-footer .footer-top-content .prague-footer-info-block .footer-info-block-title {
            margin-bottom: 15px;
        }

    .prague-footer .footer-bottom-content {
        text-align: center;
        padding-top: 33px;
        flex-direction: column;
    }

        .prague-footer .footer-bottom-content .footer-copyright {
            width: 100%;
            float: none;
        }

        .prague-footer .footer-bottom-content .prague-social-nav {
            width: 100%;
            float: none;
            text-align: center;
            padding-top: 28px;
        }
}*/

/*-------------------------------------------------------*/
/* BANNER */
/*-------------------------------------------------------*/
/*.top-banner {
    min-height: 100vh;
    position: relative;
    width: 100%;
    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;
}

.interior-banner {
    min-height: 20vh;
}

.no-marg-bottom {
    margin-bottom: 50px !important;
}

.no-marg-top {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.vindow-height {
    margin-top: 0px !important;
    min-height: 30vh !important;
    margin-bottom: 0px !important;
}


.flex {
    display: flex !important;
}

.top-banner .overlay {
    z-index: 210;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

.top-banner .content {
    max-width: 1170px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 220;
}

    .top-banner .content .subtitle {
        font-family: "Roboto",sans-serif;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 4.5px;
        font-weight: 300;
    }

    .top-banner .content .title {
        margin-top: 24px;
        margin-bottom: 0;
    }

    .top-banner .content .description {
        margin-top: 26px;
    }

        .top-banner .content .description p {
            margin-bottom: 0;
            color: inherit;
            opacity: 0.7;
        }

    .top-banner .content .a-btn {
        margin-top: 40px;
    }

    .top-banner .content .prague-svg-animation-text {
        position: absolute;
        top: -96px;
        left: 0;
        right: 0;
        bottom: -27px;
        z-index: -1;
    }

        .top-banner .content .prague-svg-animation-text .prague-svg {
            stroke: #f2f2f2;
            stroke-width: 2px;
            fill: transparent;
            height: 400px;
            position: relative;
            top: -80px;
        }

@media only screen and (max-width: 768px) {
    .top-banner .content .prague-svg-animation-text .prague-svg {
        stroke: #f2f2f2;
        stroke-width: 2px;
        fill: transparent;
        height: 280px;
        position: relative;
        top: -80px;
        width: 100%;
    }

    .prague-books-wrapper .books-item-content .books-item-title {
        font-size: 17px;
    }
}

.top-banner iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.top-banner .top-banner-cursor {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.top-banner.big .content {
    margin-top: 277px;
    margin-bottom: 277px;
}

.top-banner.big .top-banner-cursor {
    height: 277px;
}

.top-banner.simple .content {
    margin-top: 160px;
    margin-bottom: 50px;
}

.top-banner.simple .top-banner-cursor {
    height: 135px;
}

.top-banner.fullheight .content {
    margin-top: 140px;
    margin-bottom: 140px;
}

.top-banner.fullheight .top-banner-cursor {
    height: 33.333333%;
}

.top-banner.categories {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .top-banner.categories .content {
        margin-top: 130px;
        margin-bottom: 130px;
    }

    .top-banner.categories .top-banner-cursor {
        height: 0;
    }

.top-banner.enable_column .content {
    margin-bottom: 0 !important;
}

.top-banner.enable_column .top-banner-cursor {
    height: 0;
}

.top-banner.js_wrapper_el_video {
    overflow: hidden;
}

.top-banner .banner-columns {
    max-width: 1170px;
    margin-top: 140px;
}

    .top-banner .banner-columns .banner-col-item {
        display: inline-block;
        text-align: left;
        min-width: 200px;
        padding-left: 15px;
        padding-bottom: 30px;
    }

        .top-banner .banner-columns .banner-col-item.divider {
            position: relative;
        }

            .top-banner .banner-columns .banner-col-item.divider:before {
                content: '';
                position: absolute;
                top: 0;
                left: 15px;
                height: 1px;
                width: 70px;
            }

        .top-banner .banner-columns .banner-col-item .title {
            display: block;
            font-size: 11px;
            line-height: 18px;
            letter-spacing: 2px;
            font-weight: 500;
            margin-top: 36px;
        }

        .top-banner .banner-columns .banner-col-item .subtitle {
            display: block;
            font-size: 16px;
            line-height: 32px;
            letter-spacing: 0;
            font-weight: 400;
            margin-top: 22px;
        }

            .top-banner .banner-columns .banner-col-item .subtitle a {
                display: inline-block;
                -webkit-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                transition: color 0.3s ease;
                font-size: inherit;
                line-height: inherit;
                font-weight: inherit;
                color: inherit;
            }

.top-banner.light .top-banner-cursor {
    cursor: url(../img/cursor.png), auto;
}

.top-banner.light.categories {
    cursor: default;
}

.top-banner.light .content .subtitle, .top-banner.light .content .title, .top-banner.light .content .description {
    color: white;
}

.top-banner.light .content .a-btn {
    background-color: transparent;
    color: white;
}

    .top-banner.light .content .a-btn .a-btn-line:after, .top-banner.light .content .a-btn .a-btn-line:before {
        background-color: white;
    }

    .top-banner.light .content .a-btn.simple:after, .top-banner.light .content .a-btn.simple:before {
        border: 1px solid white;
    }

    .top-banner.light .content .a-btn.creative:after, .top-banner.light .content .a-btn.creative:before {
        border: 1px solid transparent;
    }

    .top-banner.light .content .a-btn.creative.anima:after {
        border-top-color: white;
        border-right-color: white;
    }

    .top-banner.light .content .a-btn.creative.anima:before {
        border-bottom-color: white;
        border-left-color: white;
    }

    .top-banner.light .content .a-btn:hover, .top-banner.light .content .a-btn:focus {
        color: #111111;
        background-color: white;
        text-decoration: none;
    }

        .top-banner.light .content .a-btn:hover .a-btn-line:after, .top-banner.light .content .a-btn:hover .a-btn-line:before, .top-banner.light .content .a-btn:focus .a-btn-line:after, .top-banner.light .content .a-btn:focus .a-btn-line:before {
            background-color: #111111;
        }

.top-banner.light .banner-columns .banner-col-item.divider:before {
    background-color: white;
}

.top-banner.light .banner-columns .banner-col-item .title, .top-banner.light .banner-columns .banner-col-item .subtitle {
    color: white;
}

    .top-banner.light .banner-columns .banner-col-item .subtitle a:hover {
        color: rgba(255, 255, 255, 0.7);
    }

.top-banner.dark .top-banner-cursor {
    cursor: url(../img/cursor-dark.png), auto;
}

.top-banner.dark .content .subtitle, .top-banner.dark .content .title {
    color: #111111;
}

.top-banner.dark .content .description {
    color: #7e7d7d;
}

.top-banner.dark .content .a-btn {
    background-color: transparent;
    color: #111111;
}

    .top-banner.dark .content .a-btn .a-btn-line:after, .top-banner.dark .content .a-btn .a-btn-line:before {
        background-color: #111111;
    }

    .top-banner.dark .content .a-btn.simple:after, .top-banner.dark .content .a-btn.simple:before {
        border: 1px solid #111111;
    }

    .top-banner.dark .content .a-btn.creative:after, .top-banner.dark .content .a-btn.creative:before {
        border: 1px solid transparent;
    }

    .top-banner.dark .content .a-btn.creative.anima:after {
        border-top-color: #111111;
        border-right-color: #111111;
    }

    .top-banner.dark .content .a-btn.creative.anima:before {
        border-bottom-color: #111111;
        border-left-color: #111111;
    }

    .top-banner.dark .content .a-btn:hover, .top-banner.dark .content .a-btn:focus {
        color: white;
        background-color: #111111;
        text-decoration: none;
    }

        .top-banner.dark .content .a-btn:hover .a-btn-line:after, .top-banner.dark .content .a-btn:hover .a-btn-line:before, .top-banner.dark .content .a-btn:focus .a-btn-line:after, .top-banner.dark .content .a-btn:focus .a-btn-line:before {
            background-color: white;
        }

.top-banner.dark .banner-columns .banner-col-item.divider:before {
    background-color: #111111;
}

.top-banner.dark .banner-columns .banner-col-item .title, .top-banner.dark .banner-columns .banner-col-item .subtitle {
    color: #111111;
}

    .top-banner.dark .banner-columns .banner-col-item .subtitle a:hover {
        color: rgba(17, 17, 17, 0.7);
    }

.top-banner.play .overlay,
.top-banner.play .content {
    opacity: 0;
    visibility: hidden;
}

.autograph {
    width: 400px;
    margin-top: -70px;
    height: 200px;
    margin-left: -10px;
}

.autograph__path {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.animated .autograph__path {
    opacity: 1;
    -webkit-animation-name: line;
    animation-name: line;
}

@-webkit-keyframes line {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes line {
    100% {
        stroke-dashoffset: 0;
    }
}


.pr-video-wrapper {
    position: relative;
    z-index: 100;
}

    .pr-video-wrapper.play .pr-video-container {
        opacity: 1;
        visibility: visible;
    }

    .pr-video-wrapper.play .pr-video-close {
        opacity: 1;
        visibility: visible;
    }

    .pr-video-wrapper.play .pr-video-play {
        opacity: 0;
        visibility: hidden;
    }

    .pr-video-wrapper .pr-video-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        opacity: 0;
        visibility: hidden;
        z-index: 200;
    }

        .pr-video-wrapper .pr-video-container iframe {
            display: block;
            position: absolute;
        }

    .pr-video-wrapper .pr-video-close {
        position: absolute;
        top: 100px;
        right: 30px;
        width: 45px;
        height: 45px;
        -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
        -o-transition: opacity 0.3s ease, visibility 0.3s ease;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        border-radius: 50%;
        background-color: white;
        opacity: 0;
        visibility: hidden;
        z-index: 250;
        cursor: pointer;
    }

        .pr-video-wrapper .pr-video-close:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #111111;
            font-family: 'FontAwesome';
            font-size: 17px;
            font-weight: 400;
            line-height: 44px;
        }

    .pr-video-wrapper .pr-video-play {
        position: absolute;
        right: 30px;
        bottom: 150px;
        width: 45px;
        height: 45px;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        border-radius: 50%;
        background-color: white;
        text-align: center;
        opacity: 1;
        z-index: 330;
    }

        .pr-video-wrapper .pr-video-play:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 54%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #111111;
            font-family: 'FontAwesome';
            font-size: 17px;
            font-weight: 400;
            line-height: 44px;
            content: '\f04b';
        }

        .pr-video-wrapper .pr-video-play:hover {
            opacity: 0.7;
        }

@media only screen and (min-width: 769px) {
    .top-banner.pr-video-wrapper .pr-video-container {
        opacity: 1;
        visibility: visible;
    }

    .top-banner.pr-video-wrapper .pr-video-close {
        display: none;
    }

    .top-banner.pr-video-wrapper .pr-video-play {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .top-banner .content {
        max-width: 970px;
    }

    .top-banner .banner-columns {
        max-width: 970px;
    }

    .pr-video-wrapper .pr-video-close {
        right: 15px;
        bottom: 110px;
    }

    .pr-video-wrapper .pr-video-play {
        right: 15px;
    }
}

@media only screen and (max-width: 991px) {

    .no-marg-bottom {
        margin-bottom: 0 !important;
    }

    .top-banner .content {
        max-width: 750px;
    }

        .top-banner .content .prague-svg-animation-text {
            top: -55px;
            bottom: -10px;
        }

    .top-banner .banner-columns {
        max-width: 750px;
        margin-top: 70px;
    }

    .top-banner.big .content {
        margin-top: 140px;
        margin-bottom: 140px;
    }

    .top-banner.big .top-banner-cursor {
        height: 140px;
    }

    .top-banner.simple .content {
        margin-top: 140px;
        margin-bottom: 90px;
    }

    .top-banner.simple .top-banner-cursor {
        height: 90px;
    }
}

@media only screen and (max-width: 768px) {
    .top-banner .banner-columns .banner-col-item {
        text-align: center;
        padding: 0 15px 30px 15px;
    }

        .top-banner .banner-columns .banner-col-item.divider:before {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }
}

@media only screen and (max-width: 767px) {
    .top-banner .content {
        max-width: none;
        padding: 0 15px;
    }

        .top-banner .content .prague-svg-animation-text {
            top: -30px;
            bottom: 5px;
            left: 15px;
            right: 15px;
        }

    .top-banner .banner-columns {
        max-width: none;
        padding: 0 15px;
    }

    .top-banner.big .content, .top-banner.fullheight .content {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .top-banner.big .top-banner-cursor, .top-banner.fullheight .top-banner-cursor {
        height: 120px;
    }

    .top-banner.simple .content {
        margin-top: 120px;
        margin-bottom: 0;
    }

    .top-banner.simple .top-banner-cursor {
        height: 90px;
    }

    .top-banner.categories .content {
        margin-top: 90px;
        margin-bottom: 90px;
    }

    .top-banner.categories .top-banner-cursor {
        height: 0;
    }
}

.mb-15 {
    margin-bottom: 15px;
}

.brand-main {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

    .brand-main > .brand-inner {
        display: inline-flex;
        width: 16.666666%;
        border: 1px solid #eeeeee;
        padding: 10px;
        align-items: center;
    }

        .brand-main > .brand-inner > .brand-logo {
            display: inline-flex;
            align-items: center;
        }

            .brand-main > .brand-inner > .brand-logo:hover {
                display: inline-flex;*/
                /*width: 16.666666%;*/
                /*background-color: #ce1834;
                opacity: 0.8;*/
                /*padding: 10px;*/
                /*align-items: center;
            }

.white-popup {
    width: 70%;
    margin: 0 auto;
    background: #ffffff;
    display: block;
    padding: 15px;
    border-radius: 10px;
}

.brand-main > .brand-inner > img {
    -webkit-transition: grayscale 0.3s ease-in;
    -o-transition: grayscale 0.3s ease-in;
    transition: grayscale 0.3s ease-in;
    filter: grayscale(100%);
}

.brand-main > .brand-inner:hover > img {
    filter: grayscale(0%);
}*/

/*-------------------------------------------------------*/
/* HEADINGS */
/*-------------------------------------------------------*/
/*.heading {
    padding: 65px 0 30px 0;
    text-align: left;
}

    .heading .subtitle {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 4.5px;
        font-weight: 300;
    }

        .heading .subtitle.divider {
            display: inline-block;
            position: relative;
        }

            .heading .subtitle.divider:after {
                content: '';
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                left: calc(100% + 15px);
                width: 85px;
                height: 4px;
            }

    .heading .title {
        margin-top: 18px;
        margin-bottom: 0;
        letter-spacing: 0.9px;
    }

    .heading .content {
        margin-top: 15px;
    }

        .heading .content p {
            margin-bottom: 0;
        }

            .heading .content p:not(:last-child) {
                margin-bottom: 10px;
            }

        .heading .content h6 {
            position: relative;
            display: inline-block;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 4.5px;
            font-weight: 300;
            font-style: normal;
            margin-bottom: 23px;
            margin-top: 0;
        }

            .heading .content h6:after {
                content: '';
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                left: calc(100% + 15px);
                width: 85px;
                height: 4px;
            }

        .heading .content ul {
            list-style: none;
            margin-bottom: 0;
            font-size: 16px;
            line-height: 32px;
            font-weight: 400;
        }

            .heading .content ul li {
                font-size: 16px;
                line-height: 32px;
                font-weight: 400;
                position: relative;
                padding-left: 20px;
            }

                .heading .content 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%;
                }

        .heading .content.divider-content {
            padding-left: 100px;
            position: relative;
        }

            .heading .content.divider-content:after {
                content: '';
                position: absolute;
                top: 14px;
                left: 0;
                width: 85px;
                height: 4px;
            }

    .heading.Center {
        text-align: center;
    }

        .heading.Center .subtitle.divider {
            margin-bottom: 10px;
        }

            .heading.Center .subtitle.divider:after {
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                top: calc(100% + 14px);
            }

        .heading.Center .content {
            max-width: 770px;
            margin-left: auto;
            margin-right: auto;
        }

            .heading.Center .content h6:after {
                top: calc(100% + 14px);
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                left: 50%;
            }

            .heading.Center .content ul li {
                padding-left: 20px;
                padding-right: 20px;
            }

                .heading.Center .content ul li:before {
                    content: '';
                    position: static;
                    top: 50%;
                    left: auto;
                    margin-right: 10px;
                }

            .heading.Center .content.divider-content {
                margin-top: 28px;
                padding-left: 0;
            }

                .heading.Center .content.divider-content:after {
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    top: -14px;
                }

    .heading.dark {
        color: #111111;
    }

        .heading.dark .subtitle {
            color: #111111;
        }

            .heading.dark .subtitle.divider:after {
                background-color: #f2f2f2;
            }

        .heading.dark .content {
            color: #7e7d7d;
        }

            .heading.dark .content p {
                color: inherit;
            }

            .heading.dark .content h6 {
                color: #111111;
            }

                .heading.dark .content h6:after {
                    background-color: #f2f2f2;
                }

            .heading.dark .content ul {
                color: #111111;
            }

                .heading.dark .content ul li {
                    color: #7e7d7d;
                }*/

/*                    .heading.dark .content ul li:before {
                        background-color: #111111;
                    }*/

            /*.heading.dark .content.divider-content:after {
                background-color: #f2f2f2;
            }

    .heading.light {
        color: white;
    }

        .heading.light .subtitle {
            color: white;
        }

            .heading.light .subtitle.divider:after {
                background-color: rgba(255, 255, 255, 0.4);
            }

        .heading.light .title {
            color: white;
        }

        .heading.light .content {
            color: rgba(255, 255, 255, 0.7);
        }

            .heading.light .content p {
                color: inherit;
            }

            .heading.light .content h6 {
                color: white;
            }

                .heading.light .content h6:after {
                    background-color: rgba(255, 255, 255, 0.4);
                }

            .heading.light .content ul {
                color: white;
            }

                .heading.light .content ul li {
                    color: rgba(255, 255, 255, 0.7);
                }

                    .heading.light .content ul li:before {
                        background-color: white;
                    }

            .heading.light .content.divider-content:after {
                background-color: rgba(255, 255, 255, 0.4);
            }

@media only screen and (max-width: 991px) {
    .heading {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 768px) {
    .heading {
        text-align: center;
    }

        .heading .subtitle.divider {
            margin-bottom: 10px;
        }

            .heading .subtitle.divider:after {
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                top: calc(100% + 14px);
            }

        .heading .content h6:after {
            top: calc(100% + 14px);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            left: 50%;
        }

        .heading .content ul li {
            padding-left: 20px;
            padding-right: 20px;
        }

            .heading .content ul li:before {
                content: '';
                position: static;
                top: 50%;
                left: auto;
                margin-right: 10px;
            }

        .heading .content.divider-content {
            margin-top: 28px;
            padding-left: 0;
        }

            .heading .content.divider-content:after {
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                top: -14px;
            }
}*/

/*-------------------------------------------------------*/
/* COUNTER */
/*-------------------------------------------------------*/
/*.prague-counter {
    position: relative;
    padding-top: 70px;
    padding-left: 70px;
}

    .prague-counter .figures {
        position: absolute;
        top: 0;
        left: 0;
    }

        .prague-counter .figures svg polygon, .prague-counter .figures svg circle {
            fill: #f2f2f2;
        }

    .prague-counter .counter-outer {
        position: relative;
    }

    .prague-counter .numbers {
        height: 100%;
        width: 100%;
        line-height: 0;
    }

        .prague-counter .numbers svg mask {
            width: 100%;
            height: 100%;
        }

            .prague-counter .numbers svg mask .coming-alpha {
                fill: white;
                width: 100%;
                height: 100%;
            }

            .prague-counter .numbers svg mask .count {
                font-family: "Roboto", sans-serif;
            }

            .prague-counter .numbers svg mask .number {
                font-weight: 700;
            }

            .prague-counter .numbers svg mask .title {
                font-size: 16px;
                letter-spacing: 3.5px;
                font-weight: 300;
                font-weight: 600;
                font-family: 'Poppins', sans-serif;
            }

        .prague-counter .numbers svg .base {
            fill: white;
            width: 100%;
            height: 100%;
        }

    .prague-counter.alone_item .figures {
        width: 370px;
        height: 370px;
    }

    .prague-counter.alone_item .numbers svg {
        width: 100%;
        height: 390px;
    }

        .prague-counter.alone_item .numbers svg mask .number {
            font-size: 160px;
        }

    .prague-counter.multi_item .figures {
        width: 270px;
        height: 270px;
    }

    .prague-counter.multi_item .numbers {
        position: relative;
    }

        .prague-counter.multi_item .numbers:after {
            content: '';
            display: table;
            clear: both;
        }

        .prague-counter.multi_item .numbers svg {
            width: 50%;
            float: left;
            height: 185px;
        }

            .prague-counter.multi_item .numbers svg mask .number {
                font-size: 70px;
            }

    .prague-counter.no-figure.alone_item, .prague-counter.no-figure.multi_item {
        padding-top: 0;
        padding-left: 0;
    }

@media only screen and (max-width: 767px) {
    .prague-counter {
        padding-top: 40px;
        padding-left: 40px;
    }

        .prague-counter.alone_item .figures {
            width: 270px;
            height: 270px;
        }

        .prague-counter.alone_item .numbers svg {
            height: 320px;
        }

            .prague-counter.alone_item .numbers svg mask .number {
                font-size: 120px;
            }

            .prague-counter.alone_item .numbers svg mask .title {
                font-size: 11px;
            }
}

@media only screen and (max-width: 560px) {
    .prague-counter.multi_item .numbers svg {
        width: 100%;
        height: 150px;
    }

        .prague-counter.multi_item .numbers svg mask .number {
            font-size: 60px;
        }

        .prague-counter.multi_item .numbers svg mask .title {
            font-size: 11px;
        }
}*/

/*-------------------------------------------------------*/
/* TESTIMONIALS */
/*-------------------------------------------------------*/
/*.testimonials-wrapper {
    position: relative;
    padding: 17px 70px 85px 23%;
}

    .testimonials-wrapper.no-figure {
        padding: 17px 0 40px 23%;
    }

        .testimonials-wrapper.no-figure .testimonials-pagination-wrapper {
            height: calc(100% - 40px);
        }

    .testimonials-wrapper .testimonials-swiper {
        position: static;
        -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
        box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
        z-index: 20;
    }

        .testimonials-wrapper .testimonials-swiper .swiper-wrapper {
            background-color: white;
        }

    .testimonials-wrapper .testimonials-pagination-wrapper {
        position: absolute;
        top: 0;
        height: calc(100% - 85px);
        left: 0;
        width: 20%;
    }

        .testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination {
            max-width: 198px;
            top: 0px;
            right: auto;
            height: 100%;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            position: relative;
            text-align: left;
            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: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination:after {
                content: '';
                position: absolute;
                width: 100%;
                height: calc(100% - 17px);
                top: 17px;
                left: 1px;
                border: 1px solid #cccccc;
                z-index: -1;
            }

            .testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
                position: relative;
                display: inline-block;
                font-family: 'Roboto', sans-serif;
                font-size: 14px;
                line-height: 30px;
                letter-spacing: 1.5px;
                font-weight: 300;
                color: #7e7d7d;
                padding-left: 0;
                margin: 0;
                width: auto;
                height: auto;
                border-radius: 0;
                cursor: pointer;
                opacity: 1;
                padding-right: 15px;
                background-color: white;
                -webkit-transition: color 0.3s ease-in, padding-left 0.3s ease-in;
                -o-transition: color 0.3s ease-in, padding-left 0.3s ease-in;
                transition: color 0.3s ease-in, padding-left 0.3s ease-in;
            }

                .testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination .swiper-pagination-bullet:before {
                    content: '';
                    position: absolute;
                    top: 5px;
                    left: 0;
                    width: 0;
                    height: 0;
                    width: 0;
                    border-top: 5px solid #111111;
                    border-right: 5px solid transparent;
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
                    -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
                    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
                }

                .testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    color: #111111;
                    padding-left: 10px;
                }

                    .testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
                        opacity: 1;
                        visibility: visible;
                    }

    .testimonials-wrapper .testimonials-item {
        background-color: white;
        padding: 40px 50px 48px 50px;
        width: 100%;
    }

        .testimonials-wrapper .testimonials-item .testimonials-icon {
            font-size: 22px;
            margin-bottom: 42px;
            color: #111111;
        }

        .testimonials-wrapper .testimonials-item .testimonials-description {
            border-left: none;
            margin-bottom: 22px;
            padding: 0;
        }

            .testimonials-wrapper .testimonials-item .testimonials-description p {
                max-width: 630px;
                margin-left: auto;
                margin-right: auto;
                font-style: normal;
            }

        .testimonials-wrapper .testimonials-item .testimonials-author {
            position: relative;
            text-transform: none;
            margin-top: 0px;
            margin-bottom: 0;
        }

            .testimonials-wrapper .testimonials-item .testimonials-author:before {
                content: '-';
                display: inline-block;
            }

    .testimonials-wrapper .figures {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 370px;
        height: 370px;
        z-index: -1;
    }

        .testimonials-wrapper .figures svg polygon, .testimonials-wrapper .figures svg circle {
            fill: #f2f2f2;
        }

@media only screen and (max-width: 991px) {
    .testimonials-wrapper {
        padding: 17px 70px 85px 0;
    }

        .testimonials-wrapper.no-figure {
            padding: 17px 0 40px 0;
        }

        .testimonials-wrapper .testimonials-pagination-wrapper {
            display: none;
        }
}

@media only screen and (max-width: 767px) {
    .testimonials-wrapper {
        padding: 17px 0 40px;
    }

        .testimonials-wrapper .testimonials-item {
            padding: 40px 15px;
        }

        .testimonials-wrapper .figures {
            display: none;
        }

        .testimonials-wrapper.no-figure {
            padding: 0 16px !important;
        }
}*/

/*-------------------------------------------------------*/
/* TEAM */
/*-------------------------------------------------------*/
/*.team-wrapper {
    position: relative;
    padding-top: 50px;
    padding-left: 50px;
    margin-bottom: 64px;
}

    .team-wrapper.no-figure {
        padding-left: 0;
    }

        .team-wrapper.no-figure.circle {
            padding-left: 0;
        }

    .team-wrapper.circle {
        padding-top: 65px;
        padding-left: 65px;
    }

        .team-wrapper.circle .team-outer {
            width: 270px;
            height: 270px;
            max-width: 100%;
            border-radius: 50%;
        }

    .team-wrapper .trans_figures {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

        .team-wrapper .trans_figures svg {
            position: absolute;
            height: 100%;
        }

            .team-wrapper .trans_figures svg polygon, .team-wrapper .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);
            }

        .team-wrapper .trans_figures.enable_anima svg polygon, .team-wrapper .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;
        }

        .team-wrapper .trans_figures.enable_anima.animation svg polygon, .team-wrapper .trans_figures.enable_anima.animation svg circle {
            stroke-dasharray: 0;
            stroke-dashoffset: 0;
        }

    .team-wrapper .team-outer {
        position: relative;
        width: 100%;
        height: 380px;
        background-position: top center;
    }

    .team-wrapper .name {
        text-align: right;
        margin-top: 30px;
    }

        .team-wrapper .name h3 {
            margin-top: 0;
            margin-bottom: 0;
        }

    .team-wrapper .position {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 0;
        right: 0;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        color: #111111;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        -o-transition: transform 0.3s ease-in, opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: transform 0.3s ease-in, opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: transform 0.3s ease-in, opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
    }

        .team-wrapper .position:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            width: 1px;
            height: 0;
            background-color: #111111;
            -webkit-transition: height 0.5s ease;
            -o-transition: height 0.5s ease;
            transition: height 0.5s ease;
        }

    .team-wrapper:hover .position {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

        .team-wrapper:hover .position:after {
            height: 85px;
        }

@media only screen and (max-width: 991px) {
    .team-wrapper {
        margin-bottom: 30px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .team-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

        .team-wrapper .team-outer {
            height: 380px !important;
        }

        .team-wrapper.circle .team-outer {
            height: 270px !important;
            width: 270px !important;
        }
}

@media only screen and (max-width: 400px) {
    .team-wrapper {
        max-width: 290px;
    }

        .team-wrapper.circle {
            padding-top: 50px;
            padding-left: 50px;
        }

            .team-wrapper.circle .team-outer {
                height: 240px !important;
                width: 240px !important;
            }
}*/

/*-------------------------------------------------------*/
/* AWARDS LIST */
/*-------------------------------------------------------*/
/*.awards-list .awards-item {
    padding: 23px 0 26px 0;
    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;
}

    .awards-list .awards-item:before {
        content: '';
        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 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    }

    .awards-list .awards-item:hover:before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .awards-list .awards-item .awards-date {
        width: 12%;
        min-width: 70px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
        letter-spacing: 3.5px;
        color: #111111;
        padding-top: 10px;
    }

        .awards-list .awards-item .awards-date + .awards-info {
            padding-left: 30px;
        }

        .awards-list .awards-item .awards-date + .awards-separator {
            width: 1px;
            height: 50%;
            position: absolute;
            background-color: #111111;
            top: 25%;
            left: 12%;
        }

    .awards-list .awards-item .awards-separator {
        width: 1px;
        display: inline-block;
        background-color: #111111;
    }

        .awards-list .awards-item .awards-separator + .awards-info {
            padding-left: 30px;
        }

    .awards-list .awards-item .awards-info {
        width: 80%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .awards-list .awards-item .awards-info.only_info {
            width: 100%;
        }

        .awards-list .awards-item .awards-info .awards-title-link:hover {
            text-decoration: none;
        }

        .awards-list .awards-item .awards-info .awards-title {
            font-weight: 500;
            color: #111111;
            margin-top: 0;
            margin-bottom: 0;
            text-transform: none;
        }

        .awards-list .awards-item .awards-info .awards-subtitle {
            font-size: 16px;
            line-height: 32px;
            font-weight: 400;
            margin-top: 17px;
            color: #7e7d7d;
        }

@media only screen and (max-width: 1199px) {
    .awards-list .awards-item .awards-date {
        width: 20%;
    }

        .awards-list .awards-item .awards-date + .awards-separator {
            left: 20%;
        }
}

@media only screen and (max-width: 991px) {
    .awards-list .awards-item {
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .awards-list .awards-item .awards-date + .awards-separator {
        top: 10%;
        height: 80%;
    }

    .awards-list .awards-item .awards-date + .awards-info {
        padding-left: 15px;
    }

    .awards-list .awards-item .awards-separator + .awards-info {
        padding-left: 15px;
    }
}

.page-headers {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/page-header.jpg);
    position: relative;
    margin-bottom: 40px;
}

    .page-headers.grey-bg {
        background: url(../img/grey-bg.png);
        background-size: cover !important;
        height: 237px;
        align-items: flex-end;
        padding-bottom: 25px;
    }

        .page-headers.grey-bg::before {
            display: none;
        }

    .page-headers > h2 {
        color: #d0112b;
        z-index: 10;
    }

    .page-headers.global > h2 {
        font-size: 45px;
        position: relative;
        top: 15px;
    }

.owner-message > p {
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 991px) {
    .page-headers > h2 {
        font-size: 20px;
        white-space: nowrap;
    }
}


.page-headers:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}*/

/*-------------------------------------------------------*/
/* ADRESS BLOCK */
/*-------------------------------------------------------*/
/*.adddress-block {
    position: relative;
}

    .adddress-block.s-back-switch {
        cursor: pointer;
        overflow: hidden;
    }

        .adddress-block.s-back-switch:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #f2f2f2;
            z-index: 11;
            opacity: 1;
            visibility: visible;
            -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
            transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        }

        .adddress-block.s-back-switch:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(17, 17, 17, 0.6);
            z-index: 10;
        }

        .adddress-block.s-back-switch .address-block-outer {
            padding: 47px 50px 40px;
        }

        .adddress-block.s-back-switch:hover:before {
            opacity: 0;
            visibility: hidden;
        }

        .adddress-block.s-back-switch:hover .address-block-outer {
            color: white;
        }

            .adddress-block.s-back-switch:hover .address-block-outer .separator {
                background-color: white;
            }

            .adddress-block.s-back-switch:hover .address-block-outer .address-title {
                color: white;
            }

            .adddress-block.s-back-switch:hover .address-block-outer p {
                color: white;
            }

    .adddress-block.enable_anima.s-back-switch:before {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.3s linear;
        transition: -webkit-transform 0.3s linear;
        -o-transition: transform 0.3s linear;
        transition: transform 0.3s linear;
        transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    }

    .adddress-block.enable_anima.s-back-switch .address-block-outer {
        -webkit-transition: -webkit-transform 0.3s linear;
        transition: -webkit-transform 0.3s linear;
        -o-transition: transform 0.3s linear;
        transition: transform 0.3s linear;
        transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    }

    .adddress-block.enable_anima.s-back-switch:hover:before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .adddress-block.enable_anima.s-back-switch:hover .address-block-outer {
        color: white;
    }

        .adddress-block.enable_anima.s-back-switch:hover .address-block-outer .separator {
            background-color: white;
        }

        .adddress-block.enable_anima.s-back-switch:hover .address-block-outer .address-title {
            color: white;
        }

    .adddress-block .address-block-outer {
        position: relative;
        z-index: 15;
        font-size: 16px;
        line-height: 32px;
        font-weight: 400;
        z-index: 12;
        min-height: 330px;
        color: #7e7d7d;
        padding-bottom: 40px;
        -webkit-transition: color 0.3s ease-in;
        -o-transition: color 0.3s ease-in;
        transition: color 0.3s ease-in;
    }

        .adddress-block .address-block-outer .separator {
            display: inline-block;
            width: 70px;
            height: 1px;
            background-color: #111111;
            margin-bottom: 24px;
            -webkit-transition: background-color 0.3s ease-in;
            -o-transition: background-color 0.3s ease-in;
            transition: background-color 0.3s ease-in;
        }

        .adddress-block .address-block-outer .address-title {
            font-size: 11px;
            line-height: 18px;
            letter-spacing: 2.2px;
            font-weight: 500;
            margin-top: 0;
            margin-bottom: 23px;
            -webkit-transition: color 0.3s ease-in;
            -o-transition: color 0.3s ease-in;
            transition: color 0.3s ease-in;
        }

        .adddress-block .address-block-outer p {
            color: inherit;
            margin-bottom: 0;
            -webkit-transition: color 0.3s ease-in;
            -o-transition: color 0.3s ease-in;
            transition: color 0.3s ease-in;
        }

            .adddress-block .address-block-outer p a {
                color: inherit;
                opacity: 1;
                -webkit-transition: opacity 0.3s ease-in;
                -o-transition: opacity 0.3s ease-in;
                transition: opacity 0.3s ease-in;
            }

                .adddress-block .address-block-outer p a:hover {
                    opacity: 0.7;
                }

@media only screen and (max-width: 991px) {
    .adddress-block {
        position: relative;
    }

        .adddress-block.s-back-switch .address-block-outer {
            padding: 40px 30px 40px;
        }
}

@media only screen and (max-width: 768px) {
    .adddress-block {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .adddress-block {
        margin: 0 auto 30px;
        max-width: 370px;
    }
}

@media only screen and (max-width: 400px) {
    .adddress-block {
        max-width: 290px;
    }
}

.box-main {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}


    .box-main > .box-inner {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 0 0 24%;
        margin-left: 1%;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        background: #d0112b;
        font-family: 'Poppins', sans-serif;
    }

        .box-main > .box-inner:hover {
            background: #a00e22;
        }

        .box-main > .box-inner > span:first-child {
            color: #ffffff;
            font-weight: 500;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
        }

        .box-main > .box-inner > span:last-child {
            color: #ffffff;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
        }

        .box-main > .box-inner > .box-title {
        }*/

/*-------------------------------------------------------*/
/* CONTACT FORM */
/*-------------------------------------------------------*/
/*.prague-formidable .frm_forms.with_frm_style label.frm_primary_label,
.prague-formidable .frm_forms.with_frm_style.frm_login_form label {
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 2.2px;
    font-weight: 500;
    text-transform: uppercase;
    color: #111111;
}

.prague-formidable .frm_forms.with_frm_style input[type=text],
.prague-formidable .frm_forms.with_frm_style input[type=password],
.prague-formidable .frm_forms.with_frm_style input[type=email],
.prague-formidable .frm_forms.with_frm_style input[type=number],
.prague-formidable .frm_forms.with_frm_style input[type=url],
.prague-formidable .frm_forms.with_frm_style input[type=tel],
.prague-formidable .frm_forms.with_frm_style input[type=phone],
.prague-formidable .frm_forms.with_frm_style input[type=search],
.prague-formidable .frm_forms.with_frm_style select,
.prague-formidable .frm_forms.with_frm_style textarea,
.prague-formidable .frm_form_fields_style,
.prague-formidable .frm_forms.with_frm_style .frm_scroll_box .frm_opt_container,
.prague-formidable .frm_form_fields_active_style,
.prague-formidable .frm_form_fields_error_style,
.prague-formidable .frm_forms.with_frm_style .chosen-container-multi .chosen-choices,
.prague-formidable .frm_forms.with_frm_style .chosen-container-single .chosen-single {
    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;
    background-color: #f2f2f2;
    color: rgba(17, 17, 17, 0.5);
    -webkit-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
    -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
    transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
}

.prague-formidable .frm_forms.with_frm_style textarea {
    height: 123px;
    padding: 16px 25px;
}

    .prague-formidable .frm_forms.with_frm_style .form-field input:not([type=file]):focus,
    .prague-formidable .frm_forms.with_frm_style select:focus,
    .prague-formidable .frm_forms.with_frm_style textarea:focus,
    .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=text],
    .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=password],
    .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=email],
    .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=number],
    .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=url],
    .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=tel],
    .prague-formidable .frm_forms.with_frm_style .frm_focus_field input[type=search],
    .prague-formidable .frm_form_fields_active_style,
    .prague-formidable .frm_forms.with_frm_style .chosen-container-active .chosen-choices {
        background-color: #f2f2f2;
        border: none;
        border-bottom-style: solid;
        border-bottom-width: 3px;
        border-bottom-color: #111111;
        color: #111111;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.prague-formidable .frm_forms.with_frm_style .frm_radio label,
.prague-formidable .frm_forms.with_frm_style .frm_checkbox label {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: 300;
    color: #111111;
}

.prague-formidable .with_frm_style .frm_submit {
    text-align: right;
    position: relative;
}

.prague-formidable .frm_forms.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.prague-formidable .frm_forms.with_frm_style input[type=submit],
.prague-formidable .frm_forms.with_frm_style .frm_button_submit,
.prague-formidable .frm_forms.with_frm_style .frm_submit input[type=button],
.prague-formidable .frm_form_submit_style,
.prague-formidable .frm_forms.with_frm_style.frm_login_form input[type=submit] {
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1.5px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    color: #111111;
    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%;
}

    .prague-formidable .frm_forms.with_frm_style .frm_button_submit:hover {
        background-color: transparent;
        background-image: url("../img/arrow-btn.png");
        background-repeat: no-repeat;
        background-position: 100% 43%;
        border: none;
        color: #111111;
    }

    .prague-formidable .frm_forms.with_frm_style input[type=submit]:focus,
    .prague-formidable .frm_forms.with_frm_style .frm_submit input[type=button]:focus,
    .prague-formidable .frm_forms.with_frm_style.frm_login_form input[type=submit]:focus,
    .prague-formidable .frm_forms.with_frm_style input[type=submit]:active,
    .prague-formidable .frm_forms.with_frm_style .frm_submit input[type=button]:active,
    .prague-formidable .frm_forms.with_frm_style.frm_login_form input[type=submit]:active {
        outline-color: transparent;
    }

.prague-formidable .frm_forms.with_frm_style .frm_error_style {
    border-radius: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    padding: 15px;
}

    .prague-formidable .frm_forms.with_frm_style .frm_error_style.error {
        background-color: #F2DEDE;
        border: 1px solid #EBCCD1;
        border-radius: 0;
        color: #B94A48;
        font-size: 14px;
        margin: 0;
        margin-bottom: 0px;
        margin-bottom: 20px;
    }

    .prague-formidable .frm_forms.with_frm_style .frm_error_style.success {
        background-color: #def2e1;
        border: 1px solid #ccebd4;
        border-radius: 0;
        color: #48b958;
        font-size: 14px;
        margin: 0;
        margin-bottom: 0px;
        margin-bottom: 20px;
    }

.prague-formidable .frm_forms.with_frm_style .frm_error {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-top: 3px;
}

.prague-formidable .frm_forms.with_frm_style .frm_message,
.prague-formidable .frm_success_style {
    border-radius: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

    .prague-formidable .frm_forms.with_frm_style .frm_message p,
    .prague-formidable .frm_success_style p {
        font-family: 'Roboto',sans-serif;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }

.prague-formidable .contact-us-form {
    max-width: 500px;
    margin-left: auto;
}

.prague-formidable .frm_forms.with_frm_style .contact-me-form textarea {
    height: 211px;
}

@media only screen and (max-width: 991px) {
    .prague-formidable .contact-us-form {
        max-width: none;
    }
}*/

/*-------------------------------------------------------*/
/* PRICING */
/*-------------------------------------------------------*/
/*.prague-pricing-wrapper {
    margin-bottom: 30px;
}

    .prague-pricing-wrapper .prague-pricing-subtitle {
        position: relative;
        color: #111111;
    }

        .prague-pricing-wrapper .prague-pricing-subtitle:after {
            content: '';
            position: absolute;
            background-color: #111111;
        }

    .prague-pricing-wrapper .prague-pricing-price {
        margin-top: 0;
        margin-bottom: 0;
    }

    .prague-pricing-wrapper .prague-pricing-title {
        margin-top: 9px;
        margin-bottom: 0;
    }

    .prague-pricing-wrapper .prague-pricing-description {
        color: #7e7d7d;
    }

        .prague-pricing-wrapper .prague-pricing-description p {
            color: inherit;
            margin-bottom: 0;
        }

    .prague-pricing-wrapper.simple {
        position: relative;
        width: 100%;
        padding: 36px 20px 49px 20px;
        text-align: center;
        background-color: white;
    }

        .prague-pricing-wrapper.simple .prague-pricing-subtitle {
            font-size: 11px;
            line-height: 36px;
            font-weight: 500;
            letter-spacing: 2px;
            padding-bottom: 41px;
        }

            .prague-pricing-wrapper.simple .prague-pricing-subtitle:after {
                left: 50%;
                bottom: 10px;
                width: 1px;
                height: 30px;
            }

        .prague-pricing-wrapper.simple .prague-pricing-description {
            margin-top: 38px;
        }

        .prague-pricing-wrapper.simple .prague-pricing-link {
            margin-top: 40px;
        }

    .prague-pricing-wrapper.featured_image .pricing-img-wrapp {
        width: 100%;
        min-height: 220px;
    }

    .prague-pricing-wrapper.featured_image .prague-pricing-content-wrapper {
        padding: 37px 32px;
    }

    .prague-pricing-wrapper.featured_image .prague-pricing-subtitle {
        display: inline-block;
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
    }

        .prague-pricing-wrapper.featured_image .prague-pricing-subtitle:after {
            left: 50%;
            bottom: 30px;
            width: 1px;
            height: 60px;
        }

    .prague-pricing-wrapper.featured_image .prague-pricing-price {
        display: inline-block;
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
    }

    .prague-pricing-wrapper.featured_image .prague-pricing-description {
        margin-top: 10px;
    }

    .prague-pricing-wrapper.featured_image .prague-pricing-link {
        margin-top: 10px;
    }

@media only screen and (max-width: 767px) {
    .prague-pricing-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 370px;
    }

    .box-main > .box-inner {
        flex: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .prague-pricing-wrapper {
        max-width: 290px;
    }
}*/

/*-------------------------------------------------------*/
/* CLIENTS */
/*-------------------------------------------------------*/
/*.prague-clients-wrapper {
    position: relative;
    width: 100%;
    min-height: 370px;
    margin-bottom: 30px;
    background-color: #f2f2f2;
    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;
}

    .prague-clients-wrapper .prague-clients-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #111111;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    }

    .prague-clients-wrapper .prague-clients-link {
        text-align: center;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    }

    .prague-clients-wrapper:hover .prague-clients-overlay, .prague-clients-wrapper:hover .prague-clients-link {
        opacity: 1;
        visibility: visible;
    }

@media only screen and (max-width: 991px) {
    .prague-clients-wrapper {
        min-height: 360px !important;
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .prague-clients-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 370px;
        min-height: 370px !important;
        cursor: pointer;
    }
}

@media only screen and (max-width: 400px) {
    .prague-clients-wrapper {
        max-width: 290px;
        min-height: 290px !important;
    }
}*/

/*-------------------------------------------------------*/
/* SERVICES DETAIL PAGE */
/*-------------------------------------------------------*/
/*.services-detailed {
    padding: 75px 0 138px 0;
    text-align: center;
}

    .services-detailed .post-content {
        text-align: left;
        max-width: 970px;
        margin-left: auto;
        margin-right: auto;
        color: #7e7d7d;
    }

        .services-detailed .post-content h1, .services-detailed .post-content h2, .services-detailed .post-content h3, .services-detailed .post-content h4, .services-detailed .post-content h5, .services-detailed .post-content h6 {
            margin-top: 52px;
            margin-bottom: 52px;
            margin-left: -30px;
            color: #111111;
        }

        .services-detailed .post-content p {
            margin-bottom: 32px;
            color: #7e7d7d;
        }

        .services-detailed .post-content img {
            max-width: 100%;
            -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
        }

        .services-detailed .post-content .gallery .gallery-item {
            padding: 25px 5px 15px;
        }

        .services-detailed .post-content .gallery.gallery-columns-2 .gallery-item:nth-child(odd) {
            text-align: left;
        }

        .services-detailed .post-content .gallery.gallery-columns-2 .gallery-item:nth-child(even) {
            text-align: right;
        }

    .services-detailed .a-btn-2 {
        margin-top: 93px;
    }

@media only screen and (max-width: 1199px) {
    .services-detailed .post-content {
        max-width: 750px;
    }
}

@media only screen and (max-width: 991px) {
    .services-detailed {
        padding: 70px 0;
    }

        .services-detailed .post-content {
            max-width: 625px;
        }

            .services-detailed .post-content h1, .services-detailed .post-content h2, .services-detailed .post-content h3, .services-detailed .post-content h4, .services-detailed .post-content h5, .services-detailed .post-content h6 {
                margin-top: 20px;
                margin-bottom: 20px;
            }

            .services-detailed .post-content p {
                margin-bottom: 10px;
            }

        .services-detailed .a-btn-2 {
            margin-top: 40px;
        }
}

@media only screen and (max-width: 767px) {
    .services-detailed .post-content {
        max-width: none;
    }

        .services-detailed .post-content h1, .services-detailed .post-content h2, .services-detailed .post-content h3, .services-detailed .post-content h4, .services-detailed .post-content h5, .services-detailed .post-content h6 {
            margin-left: 0;
        }
}*/

/*-------------------------------------------------------*/
/* PORTFOLIO COLUMNS */
/*-------------------------------------------------------*/
/*.prague_count_col1 .portfolio-item-wrapp {
    width: 100%;
}

.prague_count_col2 .portfolio-item-wrapp {
    width: 50%;
}

.prague_count_col3 .portfolio-item-wrapp {
    width: 33.333333%;
}

.prague_count_col4 .portfolio-item-wrapp {
    width: 25%;
}

.prague_count_col5 .portfolio-item-wrapp {
    width: 20%;
}

.prague_count_col6 .portfolio-item-wrapp {
    width: 16.666666%;
}

.prague_gap_col10 {
    margin-left: -10px;
    margin-right: -10px;
}

    .prague_gap_col10 .portfolio-item {
        margin: 0 10px 44px;
    }

.prague_gap_col15 {
    margin-left: -15px;
    margin-right: -15px;
}

    .prague_gap_col15 .portfolio-item {
        margin: 0 15px 44px;
    }

.prague_gap_col20 {
    margin-left: -20px;
    margin-right: -20px;
}

    .prague_gap_col20 .portfolio-item {
        margin: 0 20px 44px;
    }

.prague_gap_col25 {
    margin-left: -25px;
    margin-right: -25px;
}

    .prague_gap_col25 .portfolio-item {
        margin: 0 25px 44px;
    }

.prague_gap_col30 {
    margin-left: -30px;
    margin-right: -30px;
}

    .prague_gap_col30 .portfolio-item {
        margin: 0 30px 44px;
    }

.prague_gap_col35 {
    margin-left: -35px;
    margin-right: -35px;
}

    .prague_gap_col35 .portfolio-item {
        margin: 0 35px 44px;
    }

.prague_gap_col40 {
    margin-left: -40px;
    margin-right: -40px;
}

    .prague_gap_col40 .portfolio-item {
        margin: 0 40px 44px;
    }

.prague_masonry .portfolio-item {
    margin-bottom: 30px !important;
}

.prague_filmstrip .portfolio-item-wrapp {
    width: auto;
}

    .prague_filmstrip .portfolio-item-wrapp .portfolio-item {
        margin: auto;
    }

@media only screen and (max-width: 1199px) {
    .prague_count_col5 .portfolio-item-wrapp {
        width: 25% !important;
    }

    .prague_count_col6 .portfolio-item-wrapp {
        width: 25% !important;
    }
}

@media only screen and (max-width: 991px) {
    .prague_masonry.prague_count_col4 .portfolio-item-wrapp {
        width: 33.333333% !important;
    }

    .prague_count_col3 .portfolio-item-wrapp {
        width: 50% !important;
    }

    .prague_count_col4 .portfolio-item-wrapp {
        width: 50% !important;
    }

    .prague_count_col5 .portfolio-item-wrapp {
        width: 50% !important;
    }

    .prague_count_col6 .portfolio-item-wrapp {
        width: 50% !important;
    }
}

@media only screen and (max-width: 767px) {
    .prague_count_col2 .portfolio-item-wrapp {
        width: 100% !important;
    }

    .prague_count_col3 .portfolio-item-wrapp {
        width: 100% !important;
    }

    .prague_count_col4 .portfolio-item-wrapp, .prague_masonry.prague_count_col4 .portfolio-item-wrapp {
        width: 100% !important;
    }

    .prague_count_col5 .portfolio-item-wrapp {
        width: 100% !important;
    }

    .prague_count_col6 .portfolio-item-wrapp {
        width: 100% !important;
    }
}*/

/*-------------------------------------------------------*/
/* SERVICES */
/*-------------------------------------------------------*/
/*.prague-services-wrapper {
    background-color: white;
    padding: 46px 53px 50px 53px;
    text-align: center;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}

    .prague-services-wrapper .services-item-icon {
        font-size: 48px;
        line-height: 48px;
        font-weight: 100;
        margin-bottom: 18px;
        color: #111111;
    }

    .prague-services-wrapper .services-item-title {
        margin-top: 0;
        margin-bottom: 0;
    }

    .prague-services-wrapper .services-item-description {
        margin-top: 13px;
        color: #7e7d7d;
    }

        .prague-services-wrapper .services-item-description p:last-child {
            margin-bottom: 0;
        }

    .prague-services-wrapper .prague-services-link {
        margin-top: 18px;
    }

.prague_count_col4 .prague-services-wrapper,
.prague_count_col5 .prague-services-wrapper,
.prague_count_col6 .prague-services-wrapper {
    padding: 35px 15px;
}

@media only screen and (max-width: 1199px) {
    .prague-services-wrapper {
        padding: 46px 30px 50px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .prague-services-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 400px) {
    .prague-services-wrapper {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}*/

/*#region Home Slider*/

/*.home-slider-full,
.home-slider {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .home-slider .slider-item {
        max-height: 100vh;
    }

        .home-slider .slider-item:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(255,255,255,0.2);
        }

    .home-slider-full .home-slider-box {
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 40%;
        height: 60vh;
        background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #c6102e 50%, #c8102e 100%);
        right: 0;
    }

        .home-slider-full .home-slider-box .slider-text {
            position: absolute;
            top: 60%;
            right: 5%;
            width: calc(100% - 250px);
        }

            .home-slider-full .home-slider-box .slider-text .slider-text-item {
                display: flex;
                width: 100%;
                align-items: flex-end;
                flex-direction: column;
                text-align: right;
                padding-right: 20px;
            }

                .home-slider-full .home-slider-box .slider-text .slider-text-item > h3 {
                    color: #ffffff;
                    font-family: 'Poppins', sans-serif;
                    font-size: 20px;
                    margin-bottom: 0;
                }

                .home-slider-full .home-slider-box .slider-text .slider-text-item > p {
                    color: #ffffff;
                    font-family: 'Poppins', sans-serif;
                    font-weight: 300;
                    font-size: 16px;
                    width: 70%;
                }

        .home-slider-full .home-slider-box .slider-btn {
            display: flex;
            position: absolute;
            top: 30%;
            right: 5%;
        }

            .home-slider-full .home-slider-box .slider-btn > a {
                display: inline-flex;
                width: 50px;
                height: 50px;
                border: 1px solid #ffffff;
                font-size: 20px;
                color: #ffffff;
                justify-content: center;
                align-items: center;
                margin-right: 5px;
            }

                .home-slider-full .home-slider-box .slider-btn > a:last-child {
                    margin-right: 0;
                    margin-left: 5px;
                }

.fiftyear {
    position: absolute;
    top: 74%;
    left: 30%;
}

    .fiftyear.alt {
        position: absolute;
        top: 20%;
        z-index: 1000;
        left: auto;
    }

.altin-orumcek {
    position: absolute;
    bottom: 2%;
    left: 2%;
    z-index: 1;
}

.custom-triangle-full {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}



.custom-triangle {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    background: linear-gradient(to top right, transparent 0%, transparent 50%, #c6102e 50%, #c8102e 100%);
    width: 68%;
    margin: 0;
    height: 80vh;
    overflow: hidden;
    text-align: right;
    padding-right: 20px;
}

    .custom-triangle > h3 {
        color: #ffffff;
        font-family: 'Poppins', sans-serif;
        font-size: 37px;
        margin: 0;
        margin-top: 40px;
        position: relative;
        z-index: 1;
    }

    .custom-triangle > p {
        color: #ffffff;
        position: relative;
        z-index: 1;
        margin-top: 10px;
        width: 61%;
        margin-right: -10px;
    }

.video-bg {
    display: block;
    position: absolute;
    height: 80vh;
    overflow: hidden;
    width: 100%;
}

    .video-bg:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
    }

@media only screen and (max-width: 767px) {
    .video-bg {
        display: block;
        position: absolute;
        height: 30vh;
        overflow: hidden;
        width: 100%;
    }
}

.media-room {
    display: flex;
    width: 100%;
    align-items: center;
}

    .media-room > .media-room-content {
        display: inline-flex;
        flex-direction: column;
        width: 36%;
        margin-left: 6%;
    }

        .media-room > .media-room-content > h3 {
            margin-top: 0;
            margin-bottom: 0;
            line-height: 32px;
            color: #111111;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
            margin-bottom: 25px;
        }


            .media-room > .media-room-content > h3 > a {
                font-size: inherit;
                line-height: inherit;
                font-weight: inherit;
            }

        .media-room > .media-room-content > .media-title {
            margin-top: 0;
            margin-bottom: 0;
            line-height: 32px;
            color: #111111;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

    .media-room > .media-room-box {
        display: inline-flex;
        flex-wrap: wrap;
        width: 58%;
    }

.social-full {
    display: flex;
    width: 100%;
}


    .social-full .social-banner {
        display: inline-flex;
        flex: 0 0 40%;
        flex-direction: column;
    }

        .social-full .social-banner .youtube-btn {
            display: inline-flex;
            width: 100%;
            height: 50%;
            overflow: hidden;
            position: relative;
        }

            .social-full .social-banner .youtube-btn > span {
                position: absolute;
                z-index: 10;
                background: rgba(199,16,46,0.8);
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #ffffff;
                font-size: 52px;
            }

            .social-full .social-banner .youtube-btn > iframe {
                position: absolute;
                height: 100%;
                width: 138%;
                max-width: initial !important;
                margin: 0;
            }

        .social-full .social-banner > .social-icons {
            display: inline-flex;
            flex-direction: column;
            width: 100%;
            height: 50%;
        }

            .social-full .social-banner > .social-icons > a {
                display: inline-flex;
                height: 50%;
                width: 100%;
                justify-content: center;
                align-items: center;
                color: #ffffff;
                font-size: 2rem;
            }

                .social-full .social-banner > .social-icons > a:first-child {
                    background: #0e76a8;
                }

                .social-full .social-banner > .social-icons > a:last-child {
                    background: #3b5998;
                }



    .social-full .instagram-feed-full {
        display: inline-flex;
        flex: 0 0 60%;
        flex-direction: column;
        overflow: hidden;
        border-right: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        border-collapse: separate;
        border-spacing: 0;
        position: relative;
    }

.instagram-feed-full > .insta-logo {
    display: flex;
    position: absolute;
    top: 0;
    background: #c8102e;
    z-index: 1;
    width: 100px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    flex-direction: row;
    width: 100%;
    padding: 5px 0px;
    align-items: center;
    justify-content: space-between;
}

    .instagram-feed-full > .insta-logo .left {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
    }

    .instagram-feed-full > .insta-logo span.logo {
        width: 40px;
        height: 40px;
        background: #ffffff;
        border-radius: 50%;
        overflow: hidden;
        padding: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .instagram-feed-full > .insta-logo span {
        margin-left: 10px;
    }

        .instagram-feed-full > .insta-logo span.icon {
            margin-right: 10px;
        }

            .instagram-feed-full > .insta-logo span.icon > a {
                font-size: 28px;
            }

.instagram-feed .item {
    max-height: 400px;
    display: block;
    width: 100%;
    position: relative;
    margin-top: 52px;
}

    .instagram-feed .item .item-inner {
        display: block;
        width: 33%;
        padding: 5px;
        float: left;
        height: 100px;
    }

        .instagram-feed .item .item-inner > a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

            .instagram-feed .item .item-inner > a > img {
                display: block;
                min-width: 150px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

    .instagram-feed .item > a > .insta-item {
        position: absolute;
        bottom: 0;
        background: #ffffff;
        z-index: 1;
        left: 0;
    }

        .instagram-feed .item > a > .insta-item > div {
            display: flex;
            width: 100%;
        }


            .instagram-feed .item > a > .insta-item > div > span:first-child {
                width: 70px;
                height: 70px;
                border-radius: 50%;
                overflow: hidden;
                position: relative;
                margin: 0;
                margin-top: -25px;
                left: 10px;
                background: #ffffff;
                padding: 7px;
            }

                .instagram-feed .item > a > .insta-item > div > span:first-child > img {
                    max-width: none;
                }

            .instagram-feed .item > a > .insta-item > div > span {
                margin-left: 15px;
                font-family: 'Poppins', sans-serif;
                font-size: 14px;
            }

        .instagram-feed .item > a > .insta-item > span {
            display: block;
            width: 100%;
            font-size: 10px;
            line-height: 14px;
            overflow: hidden;
            padding: 0 5px;
            padding-bottom: 7px;
            font-family: 'Poppins', sans-serif;
        }*/
/*#endregion*/

/*.head {
    color: #c8102e;
    font-weight: 600;
    font-size: 17px;
}

.headtwo {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
}

.cinema-count-screen {
    width: 100%;
    height: 100%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation: radar 1s infinite linear;
    animation: radar 1s infinite linear;
    overflow: hidden;
    border: none;
    background: #333333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

    .cinema-count-screen:before,
    .cinema-count-screen:after {
        content: '';
        background: rgba(5, 5, 5, 0.5);
        position: absolute;
        margin: auto;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .cinema-count-screen:before {
        width: 2px;
    }

    .cinema-count-screen:after {
        height: 2px;
    }


.cinema-count {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 300px;
    margin: auto;
    top: 50%;
    margin-top: -150px;
}

    .cinema-count .number {
        top: 50%;
        left: 50%;
        position: absolute;
        display: block;
        height: 240px;
        width: 240px;
        margin-top: -120px;
        margin-left: -120px;
        font-size: 160px;
        text-align: center;
        line-height: 240px;
        font-family: arial;
    }

    .cinema-count i {
        display: block;
        margin: 15px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border: 3px solid rgba(240, 240, 240, 0.7);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }


@keyframes radar {
    0% {
        background-image: linear-gradient(90deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    5% {
        background-image: linear-gradient(108deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    10% {
        background-image: linear-gradient(126deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    15% {
        background-image: linear-gradient(144deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    20% {
        background-image: linear-gradient(162deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    25% {
        background-image: linear-gradient(180deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    30% {
        background-image: linear-gradient(198deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    35% {
        background-image: linear-gradient(216deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    40% {
        background-image: linear-gradient(234deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    45% {
        background-image: linear-gradient(252deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    50% {
        background-image: linear-gradient(270deg, transparent 50%, #cfcfcf 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
        //linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    55% {
        background-image: linear-gradient(108deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    60% {
        background-image: linear-gradient(126deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    65% {
        background-image: linear-gradient(144deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    70% {
        background-image: linear-gradient(162deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    75% {
        background-image: linear-gradient(180deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    80% {
        background-image: linear-gradient(188deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    85% {
        background-image: linear-gradient(206deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    90% {
        background-image: linear-gradient(224deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    95% {
        background-image: linear-gradient(242deg, transparent 50%, #333333 50%), linear-gradient(90deg, #cfcfcf 50%, transparent 50%);
    }

    99% {
        background-image: none;
    }

    100% {
        background-image: none;
    }
}*/


/*#region About Page*/

/*.prague-header.simple.about-header {
    background: transparent !important;
    border: 0 !important
}

    .prague-header.simple.about-header .main-menu li a {
        color: #ffffff !important;
    }

.intro {
    height: 100vh;
}

    .intro video {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .intro .scroll-content {
        display: block;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 1000;
    }

    .intro h1 {
        font-size: 60px;
        color: white;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 2rem;
    }

.scroll-buttons {
    position: absolute;
    top: 100%;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    left: 50%;
    transform: translate(-50%,100%);
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    cursor: pointer;
}

    .scroll-buttons > img {
        width: 25px;
    }

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-btn {
    display: block;
    position: relative;
    margin-top: 2rem;
}

    .scroll-btn > * {
        display: inline-block;
        line-height: 18px;
        font-size: 13px;
        font-weight: normal;
        color: #7f8c8d;
        color: #ffffff;
        letter-spacing: 2px;
    }

        .scroll-btn > *:hover,
        .scroll-btn > *:focus,
        .scroll-btn > *.active {
            color: #ffffff;
        }

        .scroll-btn > *:hover,
        .scroll-btn > *:focus,
        .scroll-btn > *:active,
        .scroll-btn > *.active {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .scroll-btn .mouse {
        position: relative;
        display: block;
        width: 35px;
        height: 55px;
        margin: 0 auto 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 3px solid white;
        border-radius: 23px;
    }

        .scroll-btn .mouse > * {
            position: absolute;
            display: block;
            top: 29%;
            left: 50%;
            width: 8px;
            height: 8px;
            margin: -4px 0 0 -4px;
            background: white;
            border-radius: 50%;
            -webkit-animation: ani-mouse 2.5s linear infinite;
            -moz-animation: ani-mouse 2.5s linear infinite;
            animation: ani-mouse 2.5s linear infinite;
        }*/


/*#endregion*/

/*.page-inner {
    display: flex;
    width: 100%;
}

    .page-inner.no-box {
        align-items: flex-start;
    }

    .page-inner > .page-inner-left {
        display: inline-flex;
        flex: 0 0 50%;
    }

    .page-inner > .page-inner-right {
        display: inline-flex;
        flex: 0 0 50%;
        padding: 15px;
        flex-direction: column;
        padding-left: 50px;
    }

    .page-inner.box > .page-inner-right {
        padding-left: 0;
        padding: 20px;
    }


    .page-inner > .page-inner-right.red {
        background: #c8102e;
    }

    .page-inner > .page-inner-right.black {
        background: #2e3334;
    }


        .page-inner > .page-inner-right.red *,
        .page-inner > .page-inner-right.black * {
            color: #ffffff;
        }

    .page-inner > .page-inner-right > h1 {
        font-size: 30px;
    }

    .page-inner.reverse {
        flex-direction: row-reverse;
    }

.page-inner-title {
    font-size: 40px;
    text-align: center;
    margin: 60px 0;
    color: #353535;
}

.page-inner.history {
    margin: 50px 0;
    margin-bottom: 100px;
    position: relative;
}

    .page-inner.history > .page-inner-right {
        position: relative;
        width: 50%;
        right: 50px;
        top: 50px;
    }

@media screen and (max-width: 767px) {
    .intro h1 {
        font-size: 2rem;
        white-space: nowrap;
    }

    .page-inner-title {
        font-size: 2rem;
    }

    .page-inner {
        flex-direction: column;
    }

        .page-inner.reverse {
            flex-direction: column-reverse;
        }

        .page-inner.history {
            margin: 2rem 0;
        }

            .page-inner.history > .page-inner-right {
                position: relative;
                width: 100%;
                right: 0;
                top: 0;
            }

    .media-room {
        flex-direction: column;
    }

        .media-room > .media-room-box,
        .media-room > .media-room-content {
            width: 100%;
        }

    .social-full .social-banner {
        flex-direction: row;
    }

        .social-full .social-banner > .social-icons,
        .social-full .social-banner .youtube-btn {
            height: auto;
        }

    .media-room > .media-room-content {
        margin: 0;
        margin-top: 15px;
    }

    .social-full {
        flex-direction: column;
    }

    .home-slider-full .home-slider-box:before {
        display: none;
    }

    .home-slider-full .home-slider-box {
        background: rgba(0,0,0,0.2);
        left: 0;
        width: 100%;
        height: 100%;
    }


        .home-slider-full .home-slider-box .slider-text .slider-text-item > h3 {
            font-size: 15px;
            margin: 0;
        }

        .home-slider-full .home-slider-box .slider-text {
            position: absolute;
            top: 120px;
            right: 15px;
            width: 100%;
        }

    .custom-triangle {
        background: #c6102e;
        width: 100%;
        padding: 0;
        padding: 10px;
        justify-content: center;
        height: auto;
        align-items: center;
    }

        .custom-triangle > p {
            width: 100%;
            margin: 0;
            margin-top: 10px;
            text-align: center;
        }

    .fiftyear {
        position: absolute;
        top: 65%;
        left: 7%;
        width: 78px;
    }

    .home-slider-full .home-slider-box .slider-text .slider-text-item > p {
        width: 68%;
        font-size: 13px;
        line-height: 18px;
    }

    .page-headers.grey-bg {
        background: url(../img/grey-bg.png);
        background-size: cover;
        height: 190px;
        align-items: flex-end;
        padding-bottom: 25px;
        background-repeat: no-repeat;
    }

    .home-slider-full .home-slider-box .slider-btn {
        display: flex;
        position: absolute;
        top: 36%;
        right: 7%;
    }

        .home-slider-full .home-slider-box .slider-btn > a {
            width: 30px;
            height: 30px;
        }

    .fiftyear-text {
        font-size: 20px !important;
        line-height: 25px !important;
        margin: 10px 0 !important;
        text-align: center !important;
    }

    .fiftyyear-slider-logo {
        max-height: 80px;
    }

    .tatcom-temot-logo {
        max-width: 170px;
    }
}*/

/*-------------------------------------------------------*/
/* SHORTCODE PARENT */
/*-------------------------------------------------------*/
/*.prague-shortcode-parent {
    position: relative;
    min-height: 468px;
    padding-top: 63px;
}

    .prague-shortcode-parent .prague-shortcode-parent-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 468px;
        z-index: 20;
    }

    .prague-shortcode-parent .prague-shortcode-content-wrapp {
        position: relative;
        z-index: 30;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

    .prague-shortcode-parent .prague-shortcode-heading {
        padding: 65px 0 30px 0;
        text-align: left;
    }

        .prague-shortcode-parent .prague-shortcode-heading .parent-subtitle {
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 4.5px;
            font-weight: 300;
        }

            .prague-shortcode-parent .prague-shortcode-heading .parent-subtitle.divider {
                display: inline-block;
                position: relative;
            }

                .prague-shortcode-parent .prague-shortcode-heading .parent-subtitle.divider:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    left: calc(100% + 15px);
                    width: 85px;
                    height: 4px;
                }

        .prague-shortcode-parent .prague-shortcode-heading .parent-title {
            margin-top: 18px;
            margin-bottom: 0;
            letter-spacing: 0.9px;
        }

        .prague-shortcode-parent .prague-shortcode-heading.Center {
            text-align: center;
        }

            .prague-shortcode-parent .prague-shortcode-heading.Center .parent-subtitle.divider {
                margin-bottom: 10px;
            }

                .prague-shortcode-parent .prague-shortcode-heading.Center .parent-subtitle.divider:after {
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    top: calc(100% + 14px);
                }

        .prague-shortcode-parent .prague-shortcode-heading.dark {
            color: #111111;
        }

            .prague-shortcode-parent .prague-shortcode-heading.dark .parent-subtitle {
                color: #111111;
            }

                .prague-shortcode-parent .prague-shortcode-heading.dark .parent-subtitle.divider:after {
                    background-color: #f2f2f2;
                }

        .prague-shortcode-parent .prague-shortcode-heading.light {
            color: white;
        }

            .prague-shortcode-parent .prague-shortcode-heading.light .parent-subtitle {
                color: white;
            }

                .prague-shortcode-parent .prague-shortcode-heading.light .parent-subtitle.divider:after {
                    background-color: rgba(255, 255, 255, 0.4);
                }

            .prague-shortcode-parent .prague-shortcode-heading.light .parent-title {
                color: white;
            }

    .prague-shortcode-parent .prague_services {
        margin-top: 32px;
    }

    .prague-shortcode-parent .vc_row.vc_inner {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 32px;
    }

.vc_column-inner {
    padding: 0 15px;
}

.prague-shortcode-parent .vc_row .vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.prague-shortcode-parent .prague-clients-wrapper {
    min-height: 270px;
    background-color: white;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
    .prague-shortcode-parent .prague-shortcode-content-wrapp {
        max-width: 970px;
    }

    .prague-shortcode-parent .prague_services .prague-services-wrapper {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .prague-shortcode-parent .prague-shortcode-content-wrapp {
        max-width: 750px;
    }

    .prague-shortcode-parent .prague-shortcode-heading {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 768px) {
    .prague-shortcode-parent .prague-shortcode-heading {
        text-align: center;
    }

        .prague-shortcode-parent .prague-shortcode-heading .parent-subtitle.divider {
            margin-bottom: 10px;
        }

            .prague-shortcode-parent .prague-shortcode-heading .parent-subtitle.divider:after {
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                top: calc(100% + 14px);
            }
}

@media only screen and (max-width: 767px) {
    .prague-shortcode-parent .prague-shortcode-content-wrapp {
        max-width: calc(100% - 30px);
    }

    .home-slider-full .home-slider-box .slider-text .slider-text-item {
        background: rgba(0,0,0,0.2) !important;
        padding: 10px !important;
    }
}*/

/*-------------------------------------------------------*/
/* BOOKS */
/*-------------------------------------------------------*/
/*.prague-books-wrapper {
    position: relative;
    padding-top: 48px;
    margin-bottom: 0;
}

    .prague-books-wrapper .books-item-img {
        position: relative;
        width: 100%;
        height: 600px;
        background-position: top center;
        background-color: #f2f2f2;
    }

        .prague-books-wrapper .books-item-img:hover .books-item-img-link {
            visibility: visible;
            opacity: 1;
        }

    .prague-books-wrapper .books-item-img-link {
        text-align: center;
        visibility: hidden;
        opacity: 0;
        display: inline-block;
        width: auto;
        min-width: 62%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 15px 0;
        background-color: #111111;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    }

    .prague-books-wrapper .books-item-content {
        padding: 16px 0 6px 0;
        color: #111111;
    }

        .prague-books-wrapper .books-item-content .books-item-title {
            text-transform: none;
            margin-top: 0;
            margin-bottom: 0;
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .prague-books-wrapper .books-item-content .books-item-title a {
                font-size: inherit;
                line-height: inherit;
                font-weight: inherit;
            }

                .prague-books-wrapper .books-item-content .books-item-title a:hover {
                    color: inherit;
                }

            .prague-books-wrapper .books-item-content .books-item-title:hover {
                opacity: 0.7;
            }

    .prague-books-wrapper .books-item-category {
        position: absolute;
        top: 0;
        left: 0;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 26px;
        font-weight: 300;
        color: #111111;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    }

        .prague-books-wrapper .books-item-category:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 15px;
            width: 1px;
            height: 60px;
            background-color: #111111;
            -webkit-transition: height 0.5s ease;
            -o-transition: height 0.5s ease;
            transition: height 0.5s ease;
        }

@media only screen and (max-width: 991px) {
    .prague-books-wrapper .books-item-img {
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .prague-books-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 400px) {
    .prague-books-wrapper {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}*/

/*-------------------------------------------------------*/
/* MEDIA */
/*-------------------------------------------------------*/
/*.prague-media-wrapper {
    position: relative;
    padding-top: 40px;
    margin-bottom: 0;
}

    .prague-media-wrapper .media-item-img {
        position: relative;
        width: 100%;
        height: 345px;
        background-position: top center;
        background-color: #f2f2f2;
    }

        .prague-media-wrapper .media-item-img:hover .media-item-img-link {
            visibility: visible;
            opacity: 1;
        }

    .prague-media-wrapper .media-item-img-link {
        text-align: center;
        visibility: hidden;
        opacity: 0;
        display: inline-block;
        width: auto;
        min-width: 70%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 15px 0;
        background-color: #111111;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    }

    .prague-media-wrapper .media-item-content {
        padding: 22px 0 8px 0;
        color: #111111;
    }

        .prague-media-wrapper .media-item-content .media-item-title {
            text-transform: none;
            margin-top: 0;
            margin-bottom: 0;
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .prague-media-wrapper .media-item-content .media-item-title a {
                font-size: inherit;
                line-height: inherit;
                font-weight: inherit;
            }

                .prague-media-wrapper .media-item-content .media-item-title a:hover {
                    color: inherit;
                }

            .prague-media-wrapper .media-item-content .media-item-title:hover {
                opacity: 0.7;
            }

    .prague-media-wrapper .media-item-category {
        position: absolute;
        top: 0;
        left: 0;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        color: #111111;
        -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    }

        .prague-media-wrapper .media-item-category:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 15px;
            width: 1px;
            height: 60px;
            background-color: #111111;
            -webkit-transition: height 0.5s ease;
            -o-transition: height 0.5s ease;
            transition: height 0.5s ease;
        }

@media only screen and (max-width: 991px) {
    .prague-media-wrapper .media-item-img {
        height: 370px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .prague-media-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 400px) {
    .prague-media-wrapper {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}*/

/*-------------------------------------------------------*/
/* EXHIBITION GRID */
/*-------------------------------------------------------*/
/*.prague_exhibition_grid .portfolio-item {
    margin-bottom: 30px !important;
}

.prague-exhib-grid-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .prague-exhib-grid-wrapper .exhib-grid-item-link {
        position: relative;
        display: block;
        height: 260px;
    }

        .prague-exhib-grid-wrapper .exhib-grid-item-link:hover .exhib-grid-item-img {
            -webkit-transform: translateY(-52px);
            -ms-transform: translateY(-52px);
            transform: translateY(-52px);
        }

            .prague-exhib-grid-wrapper .exhib-grid-item-link:hover .exhib-grid-item-img:after {
                opacity: 0.3;
            }

        .prague-exhib-grid-wrapper .exhib-grid-item-link:hover .exhib-grid-item-content {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
            -webkit-transition-delay: .15s;
            -o-transition-delay: .15s;
            transition-delay: .15s;
        }

    .prague-exhib-grid-wrapper .exhib-grid-item-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

        .prague-exhib-grid-wrapper .exhib-grid-item-img:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: black;
            opacity: 0;
            -webkit-transition: opacity 0.45s linear;
            -o-transition: opacity 0.45s linear;
            transition: opacity 0.45s linear;
        }

    .prague-exhib-grid-wrapper .exhib-grid-item-content {
        position: absolute;
        left: 0;
        max-width: 80%;
        bottom: -10px;
        background-color: white;
        padding-top: 25px;
        padding-right: 40px;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .prague-exhib-grid-wrapper .exhib-grid-item-title {
        text-transform: none;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 500;
        line-height: 26px;
    }

    .prague-exhib-grid-wrapper .exhib-grid-item-category {
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        color: #111111;
    }

@media only screen and (max-width: 767px) {
    .prague-exhib-grid-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 400px) {
    .prague-exhib-grid-wrapper {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}*/

/*-------------------------------------------------------*/
/* PROJECT GRID */
/*-------------------------------------------------------*/
/*.project-grid-wrapper {
    width: 100%;
    position: relative;
}

    .project-grid-wrapper .project-grid-item-img-link {
        position: relative;
        display: block;
        overflow: hidden;
        cursor: pointer;
        height: 240px;
    }

        .project-grid-wrapper .project-grid-item-img-link:hover .project-grid-item-img {
            -webkit-transform: translateY(-40px);
            -ms-transform: translateY(-40px);
            transform: translateY(-40px);
        }

            .project-grid-wrapper .project-grid-item-img-link:hover .project-grid-item-img:after {
                opacity: 0.3;
            }

    .project-grid-wrapper .project-grid-item-img {
        width: 100%;
        height: calc(100% + 40px);
        background-color: #f2f2f2;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

        .project-grid-wrapper .project-grid-item-img:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: black;
            opacity: 0;
            -webkit-transition: opacity 0.45s linear;
            -o-transition: opacity 0.45s linear;
            transition: opacity 0.45s linear;
        }

    .project-grid-wrapper .project-grid-item-content {
        text-align: center;
        padding: 17px 0;
    }

    .project-grid-wrapper .project-grid-item-title {
        text-transform: none;
        margin-top: 0;
        margin-bottom: 0;
        color: #111111;
        font-weight: 500;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
    }

        .project-grid-wrapper .project-grid-item-title a {
            font-size: inherit;
            line-height: inherit;
            font-weight: inherit;
        }

            .project-grid-wrapper .project-grid-item-title a:hover {
                color: inherit;
            }

        .project-grid-wrapper .project-grid-item-title:hover {
            opacity: 0.7;
        }

    .project-grid-wrapper .project-grid-item-category {
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        color: #111111;
    }

@media only screen and (max-width: 767px) {
    .project-grid-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 400px) {
    .project-grid-wrapper {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}*/

/*-------------------------------------------------------*/
/* PROJECT CATEGORIES */
/*-------------------------------------------------------*/
/*.prague_categoties {
    padding-top: 140px;
    padding-bottom: 71px;
}

    .prague_categoties .project-grid-wrapper .project-grid-item-img-link {
        height: 175px;
    }

    .prague_categoties .project-grid-wrapper .project-grid-item-content {
        padding: 6px 0 18px 0;
    }

.prague_categories_btn {
    position: absolute;
    top: 50%;
    left: calc(100% + 74px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .prague_categories_btn .categories_btn {
        font-size: 11px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 2.8px;
        text-align: center;
        color: #111111;
        cursor: pointer;
    }

        .prague_categories_btn .categories_btn .fa {
            color: #7e7d7d;
            line-height: 20px;
            -webkit-transition: -webkit-transform 0.3s ease-in;
            transition: -webkit-transform 0.3s ease-in;
            -o-transition: transform 0.3s ease-in;
            transition: transform 0.3s ease-in;
            transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        }

        .prague_categories_btn .categories_btn span {
            display: block;
        }

        .prague_categories_btn .categories_btn.hide {
            display: none;
        }

    .prague_categories_btn .categories_btn_up {
        padding-bottom: 31px;
    }

        .prague_categories_btn .categories_btn_up:hover .fa {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
        }

    .prague_categories_btn .categories_btn_down {
        padding-top: 31px;
    }

        .prague_categories_btn .categories_btn_down:hover .fa {
            -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
            transform: translateY(10px);
        }

@media only screen and (max-width: 1450px) {
    .prague_categories_btn {
        top: 54px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .prague_categories_btn .categories_btn {
            display: inline-block;
        }

            .prague_categories_btn .categories_btn span {
                display: inline-block;
            }

        .prague_categories_btn .categories_btn_up {
            padding-bottom: 0;
            padding-right: 15px;
        }

            .prague_categories_btn .categories_btn_up:hover .fa {
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
            }

        .prague_categories_btn .categories_btn_down {
            padding-top: 0;
            padding-left: 15px;
        }

            .prague_categories_btn .categories_btn_down:hover .fa {
                -webkit-transform: translateY(10px);
                -ms-transform: translateY(10px);
                transform: translateY(10px);
            }
}

@media only screen and (max-width: 991px) {
    .prague_categoties {
        padding-bottom: 0;
    }
}*/

/*-------------------------------------------------------*/
/* PROJECT MASONRY */
/*-------------------------------------------------------*/
/*.project-masonry-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .project-masonry-wrapper .project-masonry-item-img-link {
        display: block;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

        .project-masonry-wrapper .project-masonry-item-img-link:hover .project-masonry-item-img {
            -webkit-transform: translateY(-40px);
            -ms-transform: translateY(-40px);
            transform: translateY(-40px);
        }

            .project-masonry-wrapper .project-masonry-item-img-link:hover .project-masonry-item-img:after {
                opacity: 0.3;
            }

        .project-masonry-wrapper .project-masonry-item-img-link:hover .project-masonry-item-content {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
            -webkit-transition-delay: .15s;
            -o-transition-delay: .15s;
            transition-delay: .15s;
        }

    .project-masonry-wrapper .project-masonry-item-img {
        width: 100%;
        height: calc(100% + 40px);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

        .project-masonry-wrapper .project-masonry-item-img:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: black;
            opacity: 0;
            -webkit-transition: opacity 0.45s linear;
            -o-transition: opacity 0.45s linear;
            transition: opacity 0.45s linear;
        }

        .project-masonry-wrapper .project-masonry-item-img img {
            max-width: 100%;
        }

    .project-masonry-wrapper .project-masonry-item-content {
        position: absolute;
        left: 0;
        bottom: -10px;
        max-width: 80%;
        background-color: white;
        padding-top: 25px;
        padding-right: 40px;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.5s linear;
        transition: -webkit-transform 0.5s linear;
        -o-transition: transform 0.5s linear;
        transition: transform 0.5s linear;
        transition: transform 0.5s linear, -webkit-transform 0.5s linear;
        -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .project-masonry-wrapper .project-masonry-item-title {
        text-transform: none;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 500;
        line-height: 26px;
    }

    .project-masonry-wrapper .project-masonry-item-category {
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        color: #111111;
    }

@media only screen and (max-width: 991px) {
    .project-masonry-wrapper .project-masonry-item-content {
        padding-top: 15px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .project-masonry-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 400px) {
    .project-masonry-wrapper {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}*/

/*-------------------------------------------------------*/
/* PROJECT FILMSTRIP */
/*-------------------------------------------------------*/
/*.prague_filmstrip {
    background-color: black;
    padding: 90px 0 0 0;
    margin-left: 0;
    margin-right: 0;
}

    .prague_filmstrip.no-footer-content {
        padding: 80px 0 70px 0;
    }

    .prague_filmstrip .portfolio-item-wrapp {
        height: 100%;
    }

        .prague_filmstrip .portfolio-item-wrapp:last-child .project-filmstrip-wrapper {
            padding-right: 10px;
        }

        .prague_filmstrip .portfolio-item-wrapp .portfolio-item {
            height: 100%;
        }

.filmstrip-slider {
    position: relative;
    height: 100%;
}

    .filmstrip-slider .slick-list {
        height: 100%;
    }

        .filmstrip-slider .slick-list .slick-track {
            height: 100%;
        }

    .filmstrip-slider .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: #111111;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        .filmstrip-slider .slick-arrow:before {
            position: absolute;
            color: white;
            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 0.3s ease-in;
            -o-transition: color 0.3s ease-in;
            transition: color 0.3s ease-in;
        }

        .filmstrip-slider .slick-arrow.slick-prev {
            left: 0;
        }

            .filmstrip-slider .slick-arrow.slick-prev:before {
                content: '\f104';
            }

        .filmstrip-slider .slick-arrow.slick-next {
            right: 0;
        }

            .filmstrip-slider .slick-arrow.slick-next:before {
                content: '\f105';
            }

.project-filmstrip-wrapper {
    position: relative;
    height: 100%;
    padding: 10px 0 10px 10px;
    background-color: white;
}

    .project-filmstrip-wrapper .project-filmstrip-item-img {
        height: 100%;
        display: block;
    }

        .project-filmstrip-wrapper .project-filmstrip-item-img img {
            width: auto;
            max-width: none;
            height: 100%;
        }

    .project-filmstrip-wrapper .project-filmstrip-item-content {
        position: absolute;
        left: 10px;
        bottom: 10px;
        padding: 0 40px 28px 41px;
        padding-right: 40px;
    }

    .project-filmstrip-wrapper .project-filmstrip-item-title {
        margin-top: 0;
        margin-bottom: 0;
        color: white;
    }

    .project-filmstrip-wrapper .project-filmstrip-item-link {
        margin-top: 4px;
    }

.filmstrip-footer {
    width: 100%;
    padding: 18px 15px;
    position: relative;
}

    .filmstrip-footer:after {
        content: '';
        display: table;
        clear: both;
    }

    .filmstrip-footer .filmstrip-filter {
        width: auto;
        float: left;
    }

        .filmstrip-footer .filmstrip-filter .prague-dropdown {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin-right: 13px;
        }

            .filmstrip-footer .filmstrip-filter .prague-dropdown a {
                font-size: 11px;
                font-weight: 500;
                line-height: 18px;
                letter-spacing: 1.8px;
                text-transform: uppercase;
            }

            .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"] {
                position: relative;
                display: block;
                color: white;
                background-color: transparent;
                padding: 8px 40px 8px 15px;
                -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
                -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
                transition: color 0.3s ease-in, background-color 0.3s ease-in;
            }

                .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"]:hover {
                    cursor: pointer;
                }

                .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"].active {
                    color: #111111;
                    background-color: white;
                }

                    .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"].active .icon-arrow {
                        color: #111111;
                    }

                .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"] .icon-arrow {
                    position: absolute;
                    display: inline-block;
                    font-size: 0.7em;
                    color: white;
                    top: 0;
                    line-height: 34px;
                    padding: 0 8px;
                    -webkit-transform: rotate(-180deg);
                    -ms-transform: rotate(-180deg);
                    transform: rotate(-180deg);
                    -webkit-transition: color 0.3s ease-in;
                    -o-transition: color 0.3s ease-in;
                    transition: color 0.3s ease-in;
                }

                    .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"] .icon-arrow:before {
                        content: '\25BC';
                    }

                    .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"] .icon-arrow.openee {
                        -webkit-transform: rotate(0deg);
                        -ms-transform: rotate(0deg);
                        transform: rotate(0deg);
                    }

                    .filmstrip-footer .filmstrip-filter .prague-dropdown [data-toggle="dropdown"] .icon-arrow.closee {
                        -webkit-transform: rotate(-180deg);
                        -ms-transform: rotate(-180deg);
                        transform: rotate(-180deg);
                    }

            .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu {
                position: absolute;
                bottom: 100%;
                left: 0;
                right: 0;
                max-height: 0;
                overflow: hidden;
                list-style: none;
                padding: 0;
                margin: 0;
                -webkit-transition: max-height 0.3s ease-in;
                -o-transition: max-height 0.3s ease-in;
                transition: max-height 0.3s ease-in;
            }

                .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu li {
                    display: block;
                    color: #111111;
                    background-color: white;
                    padding: 8px 15px;
                    cursor: pointer;
                    -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
                    -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
                    transition: color 0.3s ease-in, background-color 0.3s ease-in;
                }

                    .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu li:hover {
                        background: #111111;
                        color: white;
                    }

                .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu::-webkit-scrollbar-thumb {
                    outline: none;
                }

                .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu::-webkit-scrollbar {
                    width: 0;
                }

                .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu.showee, .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu.hidee {
                    -webkit-transform-origin: 50% 0%;
                    -ms-transform-origin: 50% 0%;
                    transform-origin: 50% 0%;
                }

                .filmstrip-footer .filmstrip-filter .prague-dropdown .prague-dropdown-menu.showee {
                    display: block;
                    max-height: 500px;
                    overflow-y: auto;
                }

    .filmstrip-footer .prague-social-nav {
        float: right;
        margin-top: 0;
        margin-left: 0;
        text-align: right;
    }

        .filmstrip-footer .prague-social-nav .social-content {
            position: static;
            display: block;
            margin-bottom: 0;
            margin-top: 0;
        }

            .filmstrip-footer .prague-social-nav .social-content li {
                margin-bottom: 0;
                margin-right: 0;
                margin-left: 11px;
                display: inline-block;
            }

                .filmstrip-footer .prague-social-nav .social-content li a {
                    position: relative;
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    text-decoration: none;
                    text-align: center;
                    width: 30px;
                    height: 30px;
                    font-size: 12px;
                    line-height: 28px;
                    border: 1px solid rgba(242, 242, 242, 0.4);
                    color: white;
                    -webkit-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
                    -o-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
                    transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
                }

                    .filmstrip-footer .prague-social-nav .social-content li a:hover {
                        border: 1px solid white;
                        background-color: white;
                        color: #111111;
                    }

                    .filmstrip-footer .prague-social-nav .social-content li a i {
                        line-height: 28px;
                    }

@-webkit-keyframes showAnimation {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    50% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes showAnimation {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    50% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes hideAnimation {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes hideAnimation {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@media only screen and (max-width: 767px) {
    .project-filmstrip-wrapper .project-filmstrip-item-content {
        padding: 0 15px 15px 15px;
    }

    .filmstrip-footer .filmstrip-filter {
        clear: both;
        float: none;
    }

        .filmstrip-footer .filmstrip-filter .prague-dropdown {
            margin-right: 0;
        }

    .filmstrip-footer .prague-social-nav {
        clear: both;
        float: none;
        margin-top: 15px;
    }
}*/

/*-------------------------------------------------------*/
/* PROJECT LIST */
/*-------------------------------------------------------*/
/*.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 0;
    }

    .prague_list.no-figure .project-list-item:nth-child(even) .project-list-outer {
        padding: 0 0 70px 0;
    }

    .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.reverse .project-list-outer {
        padding: 50px 50px 70px 0;
    }

        .prague_list .project-list-item.reverse .project-list-outer .trans_figures {
            right: 0;
        }

        .prague_list .project-list-item.reverse .project-list-outer .project-list-wrapper .project-list-img {
            right: 0;
            left: auto;
        }

        .prague_list .project-list-item.reverse .project-list-outer .project-list-wrapper .project-list-content {
            margin-right: auto;
            margin-left: 0;
            text-align: right;
        }

        .prague_list .project-list-item.reverse .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: 58%;
                -webkit-box-sizing: content-box;
                box-sizing: content-box;
            }

            .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-content {
                width: 36%;
            }

            .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: #111111;
            }

                .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: #111111;
                }

            .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-title {
                margin-top: 0;
                margin-bottom: 0;
                line-height: 32px;
                color: #111111;
                -webkit-transition: opacity 0.3s ease-in;
                -o-transition: opacity 0.3s ease-in;
                transition: opacity 0.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;
                }

                    .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: 0.7;
                }

            .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-excerpt {
                margin-top: 22px;
                color: #7e7d7d;
            }

                .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-excerpt p {
                    margin-bottom: 0;
                    color: inherit;
                }

            .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 0;
    }

    .prague_list.no-figure .project-list-item:nth-child(even) .project-list-outer {
        padding: 0 0 50px 0;
    }

    .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;
    }

        .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;
            text-align: center !important;
        }
}*/

/*-------------------------------------------------------*/
/* TIMELINE LIST */
/*-------------------------------------------------------*/
/*.prague_timeline_list {
    margin-left: 0;
    margin-right: 0;
    padding: 92px 0 105px 0;
}

.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 #cccccc;
        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 0.3s ease-in, padding 0.3s ease-in;
        -o-transition: color 0.3s ease-in, padding 0.3s ease-in;
        transition: color 0.3s ease-in, padding 0.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: #111111;
            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: white;
            color: #7e7d7d;
            -webkit-transition: color 0.3s ease-in, padding 0.3s ease-in;
            -o-transition: color 0.3s ease-in, padding 0.3s ease-in;
            transition: color 0.3s ease-in, padding 0.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 #111111;
                border-right: 5px solid transparent;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: opacity 0.3s ease-in,visibility 0.3s ease-in;
                -o-transition: opacity 0.3s ease-in,visibility 0.3s ease-in;
                transition: opacity 0.3s ease-in,visibility 0.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 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.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: #111111;
        }

        .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: #111111;
                text-transform: none;
                margin-top: 0;
                margin-bottom: 0;
                opacity: 1;
                -webkit-transition: opacity 0.3s ease-in;
                -o-transition: opacity 0.3s ease-in;
                transition: opacity 0.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: 0.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 0;
    }

    .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;
    }
}*/

/*-------------------------------------------------------*/
/* TIMELINE IMAGE */
/*-------------------------------------------------------*/
/*.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;
    max-height: 700px;
}

    .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;
        max-height: 600px;
        overflow-y: scroll;
    }

        .prague_timeline .project-timeline-content-wrapper::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 10px;
            background-color: #F5F5F5;
        }

        .prague_timeline .project-timeline-content-wrapper::-webkit-scrollbar {
            width: 7px;
            background-color: #F5F5F5;
        }

        .prague_timeline .project-timeline-content-wrapper::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: #cfcfcf;
        }

    .prague_timeline .project-timeline-img-wrapper {
        width: 62%;
        padding-left: 10px;
        overflow-y: hidden;
        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 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.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: #111111;
        }

        .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: #111111;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
    }

    .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: #111111;
            padding: 0 28px;
            -webkit-transition: color 0.4s ease-in;
            -o-transition: color 0.4s ease-in;
            transition: color 0.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 0.4s ease-in, visibility 0.3s ease-in;
                -o-transition: opacity 0.4s ease-in, visibility 0.3s ease-in;
                transition: opacity 0.4s ease-in, visibility 0.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%;
    height: 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;
    flex-direction: column;
}

    .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 0.3s ease-in;
        transition: -webkit-filter 0.3s ease-in;
        -o-transition: filter 0.3s ease-in;
        transition: filter 0.3s ease-in;
        transition: filter 0.3s ease-in, -webkit-filter 0.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 0.3s ease-in;
            transition: -webkit-filter 0.3s ease-in;
            -o-transition: filter 0.3s ease-in;
            transition: filter 0.3s ease-in;
            transition: filter 0.3s ease-in, -webkit-filter 0.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: 0px;
                margin-bottom: 3px;
            }
}

.fiftyear-text {
    display: flex;
    margin-top: 10px;
    width: 100%;
    width: auto;
    margin-top: 120px;
    color: #ffffff;
    font-weight: 500;
    font-size: 2rem;
    z-index: 100;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    margin-left: 30%;
    text-align: right;
    line-height: 64px;
}

.fiftyear-text-2 {
    display: flex;
    margin-top: 10px;
    width: 50%;
    margin-top: 120px;
    color: #ffffff;
    font-weight: 500;
    font-size: 2rem;
    z-index: 100;
    white-space: normal;
    word-break: keep-all;
    font-family: 'Poppins', sans-serif;
    margin-left: 30%;
    text-align: right;
    line-height: 64px;
}*/

/*-------------------------------------------------------*/
/* TIMELINE EXHIBITION */
/*-------------------------------------------------------*/
/*.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: #cccccc;
            -webkit-transition: color 0.3s ease-in, background-image 0.3s ease-in;
            -o-transition: color 0.3s ease-in, background-image 0.3s ease-in;
            transition: color 0.3s ease-in, background-image 0.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: #111111;
            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: 0px;
    }

        .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: #111111;
        }

            .project-timeline-exh-content .timeline-exh-section.active .timeline-exh-item-date + .timeline-exh-item-separator {
                background-color: #111111;
            }

        .project-timeline-exh-content .timeline-exh-section.active .timeline-exh-item-separator {
            background-color: #111111;
        }

        .project-timeline-exh-content .timeline-exh-section.active .timeline-exh-item-info .timeline-exh-item-title {
            color: #111111;
        }

        .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 0;
        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 0.3s ease-in, visibility 0.3s ease-in, background-color 0.3s ease-in, -webkit-transform 0.3s ease-in;
            transition: opacity 0.3s ease-in, visibility 0.3s ease-in, background-color 0.3s ease-in, -webkit-transform 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, background-color 0.3s ease-in;
            transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, background-color 0.3s ease-in;
            transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, background-color 0.3s ease-in, -webkit-transform 0.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: #cccccc;
        padding-top: 10px;
        -webkit-transition: color 0.3s ease-in;
        -o-transition: color 0.3s ease-in;
        transition: color 0.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: #cccccc;
            top: 25%;
            left: 7.5%;
            -webkit-transition: background-color 0.3s ease-in;
            -o-transition: background-color 0.3s ease-in;
            transition: background-color 0.3s ease-in;
        }

    .project-timeline-exh-content .timeline-exh-item-separator {
        width: 1px;
        display: inline-block;
        background-color: #cccccc;
        -webkit-transition: background-color 0.3s ease-in;
        -o-transition: background-color 0.3s ease-in;
        transition: background-color 0.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: #cccccc;
            margin-top: 0;
            margin-bottom: 0;
            text-transform: none;
            -webkit-transition: color 0.3s ease-in, opacity 0.3s ease-in;
            -o-transition: color 0.3s ease-in, opacity 0.3s ease-in;
            transition: color 0.3s ease-in, opacity 0.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: 0.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: #cccccc;
            -webkit-transition: color 0.3s ease-in;
            -o-transition: color 0.3s ease-in;
            transition: color 0.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%;
        }
}*/

/*-------------------------------------------------------*/
/* BLOG GRID */
/*-------------------------------------------------------*/
/*.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: #111111;
    }

        .prague-blog-grid-wrapper .blog-grid-post-date:after {
            content: '';
            position: absolute;
            left: 15px;
            bottom: 30px;
            width: 1px;
            height: 60px;
            background-color: #111111;
        }

    .prague-blog-grid-wrapper .blog-grid-post-title {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 32px;
        color: #111111;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.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: 0.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: #111111;
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .prague-blog-grid-wrapper .blog-grid-post-excerpt a:hover {
                opacity: 0.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: #111111;
            background-color: transparent;
            -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
            -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
            transition: color 0.3s ease-in, background-color 0.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: #111111;
                color: white;
            }

    .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;
    }
}*/

/*-------------------------------------------------------*/
/* BLOG LIST */
/*-------------------------------------------------------*/
/*.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: #111111;
    }

        .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: #111111;
        }

    .prague-blog-list-wrapper .blog-list-post-title {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 32px;
        color: #111111;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.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: 0.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 0;
    }

        .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;
    }
}*/

/*-------------------------------------------------------*/
/* BLOG DETAIL */
/*-------------------------------------------------------*/
/*.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: 0.9px;
        color: #111111;
        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: #111111;
    }

        .post-detailed .prague-post-date:after {
            content: '';
            position: absolute;
            right: 14px;
            top: 32px;
            width: 1px;
            height: 60px;
            background-color: #111111;
        }

    .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: #111111;
        }

        .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: #111111;
        }

            .post-detailed .prague-post-content blockquote p {
                position: relative;
                font-size: 33px;
                line-height: 40px;
                font-weight: 700;
                color: #111111;
                padding: 78px 0 42px 0;
                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: #111111;
                }

        .post-detailed .prague-post-content a {
            color: #111111;
            opacity: 1;
            text-decoration: underline;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .post-detailed .prague-post-content a:hover {
                opacity: 0.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 50px;
    }

        .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: #111111;
            }

                .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: #111111;
                }

            .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: #111111;
            }

            .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 0.3s ease-in, background-color 0.3s ease-in;
                -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
                transition: color 0.3s ease-in, background-color 0.3s ease-in;
            }

                .post-detailed .prague-post-info .prague-share-icons .icon:hover {
                    color: white;
                    background-color: #111111;
                }

@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 0;
        }

            .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;
    }
}*/

/*-------------------------------------------------------*/
/* COMMENTS */
/*-------------------------------------------------------*/
/*.post-comments {
    position: relative;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 80px;
}

    .post-comments .heading {
        padding: 65px 0 54px 0;
    }

    .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: #111111;
                    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: #111111;
                }

                    .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: #111111;
                    }

                    .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: #111111;
                    opacity: 1;
                    -webkit-transition: opacity 0.3s ease-in;
                    -o-transition: opacity 0.3s ease-in;
                    transition: opacity 0.3s ease-in;
                }

                    .post-comments .prague-comments-list .comm-block .comm-txt .comment-reply-link:hover {
                        opacity: 0.7;
                    }

    .post-comments .prague-comments-form-title {
        font-weight: 300;
        letter-spacing: 4.2px;
        font-style: normal;
        color: #111111;
        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: #111111;
            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, 0.5);
            -webkit-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
            -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
            transition: border-bottom-color 0.3s ease-in, color 0.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: #111111;
                color: #111111;
                -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: #111111;
            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 & TAGS */
/*-------------------------------------------------------*/
/*.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: #111111;
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .post-navigation .pagination li a:hover {
                opacity: 0.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: #111111;
    }

    .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 0.3s ease-in, background-color 0.3s ease-in;
            -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
            transition: color 0.3s ease-in, background-color 0.3s ease-in;
        }

            .det-tags .tags-button a:hover {
                background-color: #111111;
                color: white;
            }

@media only screen and (max-width: 991px) {
    .post-navigation {
        margin-top: 50px;
    }

    .det-tags {
        margin-top: 30px;
    }
}*/

/*-------------------------------------------------------*/
/* SIDEBAR */
/*-------------------------------------------------------*/
/*.prague-sidebar .prague-widget .prague-title-w {
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    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 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .prague-sidebar .widget_archive ul li a:hover {
                opacity: 0.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 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.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 #111111;
    }

        .prague-sidebar .widget_calendar .calendar_wrap table caption {
            font-size: 16px;
            line-height: 32px;
            margin-bottom: 10px;
            padding: 0;
            text-align: center;
            color: #111111;
        }

        .prague-sidebar .widget_calendar .calendar_wrap table th, .prague-sidebar .widget_calendar .calendar_wrap table td {
            text-align: center;
            padding: 2px;
            border: 1px solid #111111;
        }

            .prague-sidebar .widget_calendar .calendar_wrap table th#today, .prague-sidebar .widget_calendar .calendar_wrap table td#today {
                background-color: white;
            }

            .prague-sidebar .widget_calendar .calendar_wrap table th a, .prague-sidebar .widget_calendar .calendar_wrap table td a {
                color: #111111;
                opacity: 1;
                font-weight: 900;
                -webkit-transition: opacity 0.3s ease-in;
                -o-transition: opacity 0.3s ease-in;
                transition: opacity 0.3s ease-in;
            }

            .prague-sidebar .widget_calendar .calendar_wrap table th:hover a, .prague-sidebar .widget_calendar .calendar_wrap table td:hover a {
                opacity: 0.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 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.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: 0.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: #111111;
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .prague-sidebar .widget_recent_comments ul li a:hover {
                opacity: 0.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 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

            .prague-sidebar .widget_rss ul li a:hover {
                opacity: 0.7;
            }

        .prague-sidebar .widget_rss ul li .rsswidget {
            color: #111111;
            font-weight: 700;
        }

        .prague-sidebar .widget_rss ul li .rss-date {
            display: block;
            margin-bottom: 10px;
            color: #111111;
        }

        .prague-sidebar .widget_rss ul li cite {
            display: inline-block;
            margin-top: 10px;
            color: #111111;
        }

.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, 0.5);
        -webkit-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
        -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
        transition: border-bottom-color 0.3s ease-in, color 0.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: #111111;
            color: #111111;
            -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: bold;
}

.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 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.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 #111111;
    color: #111111;
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

    .prague-sidebar .widget_tag_cloud a:hover {
        background-color: #111111;
        color: white;
    }*/

/*-------------------------------------------------------*/
/* BLOG PAGER */
/*-------------------------------------------------------*/
/*.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: #111111;
        opacity: 1;
        margin: 0 5px;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
    }

        .prague-pager .page-numbers.current, .prague-pager .page-numbers:hover {
            opacity: 0.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;
    }
}*/

/*-------------------------------------------------------*/
/* ERROR PAGE */
/*-------------------------------------------------------*/
/*.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: #111111;
        }

        .prague-error-wrapper .prague-error-content .error-title {
            margin-top: 19px;
            margin-bottom: 0;
            letter-spacing: 1px;
            color: #111111;
        }

    .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;
    }
}*/

/*-------------------------------------------------------*/
/* PROTECTED PAGE */
/*-------------------------------------------------------*/
/*.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: #111111;
    }

    .prague-protected-wrapper .prague-protected-content .protected-title {
        margin-top: 21px;
        margin-bottom: 0;
        letter-spacing: 1px;
        color: #111111;
    }

    .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, 0.5);
            -webkit-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
            -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
            transition: border-bottom-color 0.3s ease-in, color 0.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: #111111;
                color: #111111;
                -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;
        }
}*/

/*-------------------------------------------------------*/
/* COMING SOON */
/*-------------------------------------------------------*/
/*.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, 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: white;
        }

        .prague-coming-wrapper .prague-coming-content .coming-title {
            margin-top: 21px;
            margin-bottom: 0;
            letter-spacing: 1px;
            color: white;
        }

        .prague-coming-wrapper .prague-coming-content .coming-description {
            margin-top: 17px;
            color: rgba(255, 255, 255, 0.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 0;
            border-top: 1px solid rgba(255, 255, 255, 0.5);
            border-bottom: 1px solid rgba(255, 255, 255, 0.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 15px;
                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, 0.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: white;
                }

                .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: white;
                    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, 0.2);
                color: white;
                -webkit-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in, background-color 0.3s ease-in;
                -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in, background-color 0.3s ease-in;
                transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in, background-color 0.3s ease-in;
            }

                .prague-coming-wrapper .prague-coming-content .mc4wp-form input[type=email]:focus {
                    background-color: white;
                    border: none;
                    border-bottom-style: solid;
                    border-bottom-width: 3px;
                    border-bottom-color: #111111;
                    color: #111111;
                    -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 0.3s ease-in, background-color 0.3s ease-in;
                    -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
                    transition: color 0.3s ease-in, background-color 0.3s ease-in;
                }

                    .prague-coming-wrapper .prague-coming-content .prague-coming-share li a:hover {
                        color: #111111;
                        background-color: white;
                    }

@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 DETAILS PARALAX */
/*-------------------------------------------------------*/
/*.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: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }

        .project-detail-parallax .prague-share-icons:hover .icon {
            opacity: 0.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: #111111;
        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: white;
        }

        .project-detail-parallax-item .detail-parallax-item-header .detail-parallax-item-header-title {
            margin-bottom: 0;
            margin-top: 30px;
            color: white;
        }

    .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: #111111;
        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: white;
        }

.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 DETAILS PARALAX TEXT */
/*-------------------------------------------------------*/
/*.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, 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: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

    .paralax-text-share-icons .prague-share-icons:hover .icon {
        opacity: 0.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: white;
    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: #111111;
    }

    .detail-parallax-text-item .detail-parallax-item-center .detail-parallax-item-center-title {
        letter-spacing: 1px;
        margin-bottom: 0;
        margin-top: 27px;
        color: #111111;
    }

    .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: white;
    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: #111111;
    }

    .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: #111111;
    }

        .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: #111111;
        }

    .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: #111111;
        }

            .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: #111111;
                }

.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: white;
    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: #111111;
    }

    .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: #111111;
    }

        .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: #111111;
        }

    .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: #111111;
        }

            .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: #111111;
                }

@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 DETAILS BLOCK */
/*-------------------------------------------------------*/
/*.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: #111111;
        }

            .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: #111111;
            }

        .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;
            }

@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;
        }
}

@media only screen and (max-width: 400px) {
    .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-item {
        max-width: 290px;
    }
}*/

/*-------------------------------------------------------*/
/* PROJECT DETAILS SIMPLE */
/*-------------------------------------------------------*/
/*.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: #111111;
    }

    .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 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
        -o-transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
        transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
    }

        .project-detail-simple .prague-share-icons .icon:hover {
            color: white;
            background-color: #111111;
            border: 1px solid #111111;
        }

.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: 0px;
        padding-right: 0px;
    }
}

@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 DETAILS SPLITTED & CREATIVE BANNER */
/*-------------------------------------------------------*/
/*.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: #111111;
    }

    .project-detail-splitted-info .project-detail-splitted-content .project-detail-splitted-content-title {
        letter-spacing: 1px;
        margin-bottom: 0;
        margin-top: 20px;
        color: #111111;
    }

    .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: #111111;
        }

        .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 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            -o-transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
        }

            .project-detail-splitted-info .prague-share-icons .icon:hover {
                color: white;
                background-color: #111111;
                border: 1px solid #111111;
            }

.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;
    }
}*/

/*-------------------------------------------------------*/
/* PROJECT DETAILS IMAGE TOOLTIPS */
/*-------------------------------------------------------*/
/*.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 DETAILS GALLERY */
/*-------------------------------------------------------*/
/*.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: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

    .project-detail-gallery .prague-share-icons:hover .icon {
        opacity: 0.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, 0.95);
                text-align: center;
                visibility: hidden;
                opacity: 0;
                -webkit-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
                -o-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
                transition: visibility 0.3s ease-in, opacity 0.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: #111111;
            }

@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 DETAILS SLIDER */
/*-------------------------------------------------------*/
/*.project-detail-slider {
    padding: 106px 0 125px 0;
}

    .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: #111111;
        }

        .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 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            -o-transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
        }

            .project-detail-slider .prague-share-icons .icon:hover {
                color: white;
                background-color: #111111;
                border: 1px solid #111111;
            }

.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: #111111;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .project-detail-slider-banner .slick-arrow:before {
        position: absolute;
        color: white;
        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 0.3s ease-in;
        -o-transition: color 0.3s ease-in;
        transition: color 0.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: white;
                opacity: 0.5;
                -webkit-transition: opacity 0.3s linear;
                -o-transition: opacity 0.3s linear;
                transition: opacity 0.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: #111111;
    }

    .project-detail-slider-outer .project-detail-slider-content .project-detail-slider-content-title {
        letter-spacing: 1px;
        margin-bottom: 0;
        margin-top: 20px;
        color: #111111;
    }

.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 0;
    }

        .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: 0px;
            padding-top: 30px;
        }

            .project-detail-slider-banner .project-detail-thumb-slider .project-detail-main-slide {
                height: 120px;
                margin-bottom: 0px;
                margin-right: 7px;
                margin-left: 7px;
            }

    .project-detail-slider-outer .project-details-slider-3d {
        height: 400px;
    }
}*/

/*-------------------------------------------------------*/
/* PROJECT DETAILS BEFORE */
/*-------------------------------------------------------*/
/*.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: white;
    }

        .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, 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;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #111111;
        background-color: white;
        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 0;
}

    .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: #111111;
        }

        .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 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            -o-transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
            transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
        }

            .project-detail-before-outer .prague-share-icons .icon:hover {
                color: white;
                background-color: #111111;
                border: 1px solid #111111;
            }

    .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: #111111;
        }

        .project-detail-before-outer .project-detail-before-content .project-detail-before-content-title {
            letter-spacing: 1px;
            margin-bottom: 0;
            margin-top: 20px;
            color: #111111;
        }

    .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 DETAILS FULLSCREEN */
/*-------------------------------------------------------*/
/*.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: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }

        .project-detail-fullscreen .prague-share-icons:hover .icon {
            opacity: 0.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: #111111;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        .project-detail-fullscreen .slick-arrow:before {
            position: absolute;
            color: white;
            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 0.3s ease-in;
            -o-transition: color 0.3s ease-in;
            transition: color 0.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 0.6s linear;
        -o-transition: bottom 0.6s linear;
        transition: bottom 0.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: #111111;
                opacity: 0.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 0.6s linear;
        -o-transition: bottom 0.6s linear;
        transition: bottom 0.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: white;
        }

        .project-detail-fullscreen .project-detail-fullscreen-content .project-detail-fullscreen-content-title {
            letter-spacing: 1px;
            margin-bottom: 0;
            margin-top: 20px;
            color: white;
        }

        .project-detail-fullscreen .project-detail-fullscreen-content .project-detail-fullscreen-content-descr {
            color: white;
            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, 0.6);
    -webkit-transition: background-color 0.6s linear;
    -o-transition: background-color 0.6s linear;
    transition: background-color 0.6s linear;
}

    .project-detail-full-overlay.open {
        background-color: transparent;
        visibility: hidden;
    }

        .project-detail-full-overlay.open .icon {
            background-color: rgba(17, 17, 17, 0.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, 0.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 0.6s linear;
        -o-transition: background-color 0.6s linear;
        transition: background-color 0.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 0px 0px 0px 10px rgba(236, 236, 236, 0.4);
        box-shadow: inset 0px 0px 0px 10px rgba(236, 236, 236, 0.4);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background-color 0.6s linear;
        -o-transition: background-color 0.6s linear;
        transition: background-color 0.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 0px 0px 0px 10px rgba(236, 236, 236, 0.3);
        box-shadow: inset 0px 0px 0px 10px rgba(236, 236, 236, 0.3);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background-color 0.6s linear;
        -o-transition: background-color 0.6s linear;
        transition: background-color 0.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;
    }
}*/




/*-------------------------------------------------------*/
/* FULLSCREEN SLIDER */
/*-------------------------------------------------------*/
/*.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: white;
    }

    .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 white;
        border-left: 1px solid white;
    }*/

/*-------------------------------------------------------*/
/* MODERN SLIDER */
/*-------------------------------------------------------*/
/*.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: #ffffff;
                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 */
/*-------------------------------------------------------*/
/*.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: #ffffff;
}

.showcase_slider .swiper-slide:hover .slide-category a {
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
        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: #ffffff;
    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: bold;
    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 */
/*-------------------------------------------------------*/
/*columns*/
/*.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%;
    }
}*/

/*buttons*/
/*.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 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
    -o-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
    transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
    border-radius: 0;
    border: 1px solid #111111;
    background-color: transparent;
    color: #111111;
    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 0.3s ease-in;
        -o-transition: right 0.3s ease-in;
        transition: right 0.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: #111111;
        color: white;
    }

.woocommerce ul.products a {
    display: block;
}

    .woocommerce ul.products a.button {
        padding: 14px 36px;
        background-color: #111111;
        color: white;
    }

        .woocommerce ul.products a.button:hover {
            background-color: white;
            color: #111111;
        }

.woocommerce ul.products li.product .wc-forward {
    margin-top: 10px;
    padding: 14px 36px;
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
    border: 1px solid #111111;
    background-color: white;
    color: #111111;
    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: #111111;
        color: white;
    }

.woocommerce div.product form.cart .button {
    padding: 22px 50px 22px 15px;
    border: 1px solid #f2f2f2;
    background-color: white;
    color: #111111;
    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: #111111;
        border: 1px solid #111111;
        color: white;
    }

.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: #111111;
    }

.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 #111111;
        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: #111111;
    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, 0.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;
        }
}*/

/*rating*/
/*.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: #ffcc00;
        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;
    }*/

/*sale*/
/*.woocommerce span.onsale,
.woocommerce-page span.onsale {
    min-width: auto;
    min-height: auto;
    border-radius: 0;
    padding: 8px 20px;
    background-color: #c0af94;
    color: white;
    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;
}*/

/*quantity*/
/*.woocommerce .quantity {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    line-height: 63px;
    color: #111111;
}

    .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 #cccccc;
            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, 0.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: #111111;
        }

@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 0.3s ease-in;
        -o-transition: color 0.3s ease-in;
        transition: color 0.3s ease-in;
    }

        .woocommerce .product_meta a:hover {
            color: #111111;
        }

    .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 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.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 0.3s ease-in;
        -o-transition: background-color 0.3s ease-in;
        transition: background-color 0.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 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.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 #111111;
    background-color: #f2f2f2;
    color: #111111;
    list-style: none;
}

    .woocommerce-error:before,
    .woocommerce-info:before,
    .woocommerce-message:before {
        top: auto;
        left: 15px;
    }

    .woocommerce-info:before {
        color: #111111;
    }

.woocommerce-error {
    border-top: 3px solid #aa0000;
}

    .woocommerce-error:before {
        color: #aa0000;
    }

.woocommerce-message:before {
    color: #111111;
}

.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: #aa0000;
}

.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: #111111;
}

.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 0.3s ease-in, color 0.3s ease-in;
    -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
    transition: border-bottom-color 0.3s ease-in, color 0.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, 0.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: #111111;
        color: #111111;
    }

.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, 0.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 #cccccc;
        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 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    opacity: 0;
}

.woocommerce .product-list-title {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
    color: #111111;
    font-weight: 500;
}

    .woocommerce .product-list-title:hover {
        color: rgba(17, 17, 17, 0.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: #111111;
        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: #ffcc00;
        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: #111111 !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 0.3s ease-in, color 0.3s ease-in;
            -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
            transition: border-bottom-color 0.3s ease-in, color 0.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, 0.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: #111111;
                color: #111111;
            }

@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: #111111;
            }

        #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 #111111;
                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 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
            color: #111111;
            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: 0.2;
            }

        .pagination .previus-post i,
        .pagination .next-post i {
            display: none;
        }

    .pagination .next-post {
        float: right;
    }*/

/* fix woocommerce img height */
/*.flex-viewport {
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.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 */
/*-------------------------------------------------------*/
/*.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, 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: #999999;
        }

    .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*/
/*-------------------------------------------------------*/
/*.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: bold;
        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;
    }

    .prague-footer .footer-top-content .prague-footer-info-kvkk {
        width: 100%;
        text-align: center;
    }

    .prague-footer .footer-top-content .inner-info-kvkk {
        margin-left: -65px;
        margin-bottom: 16px;
    }
}

@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*/
/*-------------------------------------------------------*/
/*.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*/
/*-------------------------------------------------------*/
/*.services.right {
    padding: 107px 35px 35px 35px;
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(189, 168, 127, 0.12);
    box-shadow: 0 20px 30px 0 rgba(189, 168, 127, 0.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 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        opacity: 0;
        visibility: hidden;
    }

    .services.right:hover {
        -webkit-box-shadow: 0 20px 40px 0 rgba(189, 168, 127, 0.22);
        box-shadow: 0 20px 40px 0 rgba(189, 168, 127, 0.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: #999999;
                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*/
/*-------------------------------------------------------*/
/*.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: #000000;
    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: #000000;
        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, 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, 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 SLIDER */
/*-------------------------------------------------------*/
/*.split-wrapper .skills {
    width: 100%;
    margin: 50px 0 0 0;
    max-width: 530px;
}

    .split-wrapper .skills .skill {
        color: #222;
        font-size: 14px;
        text-align: left;
        font-weight: bold;
        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 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: #222222;
        }

    .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, 0.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 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        transition: all 0.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, 0.2);
            color: rgba(255, 255, 255, 0.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 0.25s;
        -o-transition: 1s 0.25s;
        transition: 1s 0.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: 0px !important;
    }

    .padd-only-md-right {
        padding-right: 0px !important;
    }

    .no-padd-md {
        padding: 0;
    }

    .vindow-height {
        margin-top: 0px !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: 0px !important;
        margin-bottom: -20px !important;
    }
}

.no-fixed-color-white {
    position: static;
    background-color: white !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: white;
}

.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: 0px !important;
    }

    .no-marg-767 {
        margin-top: 0px !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: rgb(160, 154, 154) !important;
    border-color: rgb(160, 154, 154) !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: 0.7;
}

.flex-img {
    display: flex;
}

.post-mrg {
    margin-top: 10px !important;
}

.padding-sm-0bt {
    padding-bottom: 0px !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: 0px !important;
        padding-right: 0px !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: 0px 0px 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: 0px 0px 1px 1px;
    position: absolute;
}


.slider-img .location {
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    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: none;
}


.carousel-control.left {
    background: none;
}

.revo {
    background-color: black;
}

.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: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    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 {
    line-height: 32px !important;
    font-weight: 500 !important;
    text-align: center !important;
    border: none !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-left: 45px !important;
    padding-right: 45px !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
}

@media screen and (max-width: 320px) {
    .align-left {
        text-align: left !important;
    }
}*/

