/*-----------------------------------------------------------------------------
    * Website Style
    * @author: Hasan YUKSEL
----------------------------------------------------------------------------- */
@import url('font.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');


* {
    outline: none;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
}


html, body {
    height: 100%;
    background-color: #FFFFFF;
    font-family: 'DIN Pro Cond';
    font-weight: normal;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 100%;
}

.scrollTop {
    display: block;
    width: auto;
    height: auto;
    position: fixed;
    right: 20px;
    top: auto;
    z-index: 99;
    bottom: 20px;
    cursor: pointer;
    font-size: 27px;
    transition: all 300ms;
    width: 44px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #b20000;
    border-radius: 50%;
    color: #fff;
}

    .scrollTop.animatedIn {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceInRight;
        animation-name: bounceInRight;
    }


    .scrollTop.animatedOut {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceOutRight;
        animation-name: bounceOutRight;
    }

.revealOnScroll {
    opacity: 0;
}

.animated {
    opacity: 1;
}

.header {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}

.banner {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}

.homepage.banner .carousel-caption {
    right: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

    .homepage.banner .carousel-caption .carousel-text-wrap {
        display: table;
        width: 100%;
        height: 100%;
        float: left;
    }

        .homepage.banner .carousel-caption .carousel-text-wrap .verMid {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
        }

            .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
                text-align: right;
            }

.banner.homepage {
    height: auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
    height: 540px;
    background: black;
}

.homepage.banner .carousel-item > img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
    object-position: -150px 20px;
    transform: scale(0.8);
}

.banner.homepage .carousel {
    display: inline-block;
    width: 100%;
    float: left;
    height: 100%;
}

    .banner.homepage .carousel .carousel-inner {
        display: inline-block;
        float: left;
        height: 100%;
    }

.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 50px 0;
    text-align: center;
}

    .header .logo:before {
        content: '';
        left: 0;
        top: 50%;
        margin-top: -0.5px;
        height: 1px;
        width: 23%;
        background: #333333;
        display: inline-block;
        float: left;
        position: absolute;
    }

    .header .logo:after {
        content: '';
        left: 23%;
        top: 50%;
        margin-top: -7px;
        height: 14px;
        width: 14px;
        background: #333333;
        display: inline-block;
        float: left;
        position: absolute;
        border-radius: 50%;
    }

    .header .logo .logo-wrapper:before {
        content: '';
        right: 0;
        top: 50%;
        margin-top: -0.5px;
        height: 1px;
        width: 23%;
        background: #333333;
        display: inline-block;
        float: left;
        position: absolute;
    }

    .header .logo .logo-wrapper:after {
        content: '';
        right: 23%;
        top: 50%;
        margin-top: -7px;
        height: 14px;
        width: 14px;
        background: #333333;
        display: inline-block;
        float: left;
        position: absolute;
        border-radius: 50%;
    }

    .header .logo {
        width: 100%;
        display: inline-block;
        position: relative;
    }

        .header .logo .logo-wrapper {
            width: 100%;
            display: inline-block;
            float: left;
            text-align: center;
        }

.menu-button {
    position: absolute;
    right: 0;
    top: -10px;
    color: #fff;
    width: 25px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
    transition: all 400ms;
}

.banner.homepage .banner-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
}

    .banner.homepage .banner-text .align {
        display: table;
        width: 100%;
        height: 100%;
        float: left;
    }

        .banner.homepage .banner-text .align .align-wrapper {
            display: table-cell;
            vertical-align: initial;
            padding: 190px 0;
        }

    .banner.homepage .banner-text .title {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 18px;
        color: #7b7b7b;
        font-weight: 500;
        padding: 15px 0 0 0;
        font-family: 'Noto Serif, sans-serif;
    }

    .banner.homepage .banner-text .subtitle {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 0;
        color: #7b7b7b;
        font-weight: 500;
        padding: 10px 0 0 0;
        font-family: 'Noto Serif, sans-serif;
        font-size: 18px;
    }

    .banner.homepage .banner-text .title-wrapper {
        width: auto;
        display: inline-block;
        padding-bottom: 15px;
        float: right;
        text-align: right;
    }

.section {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 30px 0;
    overflow: hidden;
}

    .section.homepage .item a {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 30px 0;
    }

        .section.homepage .item a .left .wrapper {
            width: 100%;
            display: inline-block;
            float: left;
            position: relative;
            text-align: center;
            z-index: 1;
        }

            .section.homepage .item a .left .wrapper .align {
                display: inline-block;
                float: left;
                width: 100%;
                position: relative;
                z-index: 2;
            }

                .section.homepage .item a .left .wrapper .align img {
                    display: inline-block;
                    max-width: 100%;
                    width: auto;
                }

            .section.homepage .item a .left .wrapper:after {
                content: '';
                background: url(../images/general/path.png);
                width: 100%;
                height: 100%;
                display: inline-block;
                float: left;
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                position: absolute;
                left: 120px;
                top: 40px;
                z-index: 1;
            }

        .section.homepage .item a .right .title-area {
            width: 280px;
            display: inline-block;
            float: left;
            position: relative;
margin-bottom: 20px;
    
}

            .section.homepage .item a .right .title-area .title {
                font-weight: bold;
                color: #B20000;
                font-size: 40px;
                display: inline-block;
                float: left;
                padding: 0;
                margin: 0;
                display: flex;
                justify-content: flex-start;
                align-items: flex-end;
                height: 77px;
            }

            .section.homepage .item a .right .title-area .subtitle {
                font-weight: bold;
                color: rgba(178, 0, 0, 0.11);
                font-size: 75px;
                display: inline-block;
                float: left;
                padding: 0;
                margin: 0;
                position: absolute;
                left: 0;
                top: 0;
            }

        .section.homepage .item a .right .sub-title-area {
            width: 100%;
            display: inline-block;
            float: left;
            color: #A2A2A2;
            font-size: 25px;
            font-family: 'Market X';
            margin: 10px 0 10px 0;
display: none;
}

        .section.homepage .item a .right p {width: 100%;display: inline-block;float: left;margin: 0;font-size: 18px;line-height: 28px;color: #333333;/* font-weight: 600; */padding-right: 70px;padding-bottom: 20px;font-family: 'Noto Serif', serif;}

        .section.homepage .item a .right .wrapper {
            width: 100%;
            display: table;
            height: 100%;
            position: relative;
            z-index: 2;
        }

            .section.homepage .item a .right .wrapper .align {
                display: table-cell;
                vertical-align: middle;
                padding: 0 0;
            }

                .section.homepage .item a .right .wrapper .align .align-wrapper {
                    width: 100%;
                    display: inline-block;
                    float: left;
                    padding: 0;
                    margin-bottom: 30px;
                    position: relative;
                }

            .section.homepage .item a .right .wrapper .line-wrapper {
                width: 100%;
                height: 100%;
                display: inline-block;
                float: left;
                position: absolute;
                left: 0;
                top: 0;
            }

                .section.homepage .item a .right .wrapper .line-wrapper .line {
                    transition: all 500ms;
                    display: inline-block;
                    float: left;
                    position: absolute;
                    background: #b20000;
                }

                .section.homepage .item a .right .wrapper .line-wrapper .line-1 {
                    width: 0%;
                    height: 2px;
                    left: 300px;
                    top: 38px;
                    -webkit-transition-delay: 1500ms;
                    transition-delay: 1500ms;
                }

                .section.homepage .item a .right .wrapper .line-wrapper .line-2 {
                    height: 0;
                    width: 2px;
                    right: 0;
                    top: 38px;
                    -webkit-transition-delay: 2000ms;
                    transition-delay: 2000ms;
                }

                .section.homepage .item a .right .wrapper .line-wrapper .line-3 {
                    width: 0;
                    right: 0;
                    bottom: -3px;
                    height: 2px;
                    -webkit-transition-delay: 2500ms;
                    transition-delay: 2500ms;
                }

        .section.homepage .item a .right .detail-button {
            position: absolute;
            bottom: -10px;
            right: 155px;
            font-weight: 500;
            font-size: 17px;
            color: #b20000;
        }

        .section.homepage .item a .right .wrapper .line-wrapper.animated .line-1 {
            width: calc(100% - 300px);
        }

        .section.homepage .item a .right .wrapper .line-wrapper.animated .line-2 {
            height: calc(100% - 35px);
        }

        .section.homepage .item a .right .wrapper .line-wrapper.animated .line-3 {
            width: calc(100% - 500px);
        }

    .section.homepage .item.publicity a .right .wrapper .line-wrapper .line {
        background: #333333;
    }

    .section.homepage .item.publicity a .right .wrapper .title {
        color: #333333;
    }

    .section.homepage .item.publicity a .right .wrapper .subtitle {
        color: rgba(51, 51, 51, 0.11);
    }

    .section.homepage .item.publicity a .right .detail-button {
        color: #333333;
    }



    .section.homepage .item.conservationist a .right .wrapper .line-wrapper .line {
        background: #103F00;
    }

    .section.homepage .item.conservationist a .right .wrapper .title {
        color: #103F00;
    }

    .section.homepage .item.conservationist a .right .wrapper .subtitle {
        color: rgba(16, 63, 0, 0.11);
    }

    .section.homepage .item.conservationist a .right .detail-button {
        color: #103F00;
    }

    .section.homepage .item:nth-child(even) a .right .title-area {
        float: right;
        text-align: right;
    }

        .section.homepage .item:nth-child(even) a .right .title-area .title {
            float: right;
        }

        .section.homepage .item:nth-child(even) a .right .title-area .subtitle {
            float: right;
            left: auto;
            right: 0;
        }

    .section.homepage .item:nth-child(even) a .right .sub-title-area {
        float: right;
        text-align: right;
    }

    .section.homepage .item:nth-child(even) a .right p {
        text-align: right;
        float: right;
        padding-right: 0;
        padding-left: 70px;
    }

    .section.homepage .item:nth-child(even) a .right .detail-button {
        right: auto;
        left: 155px;
    }

    .section.homepage .item:nth-child(even) a .right .wrapper .line-wrapper .line-1 {
        right: 300px;
        left: auto;
    }

    .section.homepage .item:nth-child(even) a .right .wrapper .line-wrapper .line-2 {
        right: auto;
        left: -2px;
    }

    .section.homepage .item:nth-child(even) a .right .wrapper .line-wrapper .line-3 {
        right: auto;
        left: 0;
    }

    .section.homepage .item:last-child {
        margin-bottom: 50px;
    }

.footer {
    width: 100%;
    display: inline-block;
    float: left;
    background-image: url('../images/general/footer.png');
    color: #fff;
    padding: 20px 0;
}

    .footer .left .wrapper {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 5px 0;
    }

        .footer .left .wrapper .left {
            float: left;
            display: inline-block;
            border-right: 1px solid #A3A3A3;
            padding-right: 15px;
            margin-right: 10px;
        }

            .footer .left .wrapper .left .title {
                float: left;
                width: 100%;
                display: inline-block;
                clear: both;
                color: #A3A3A3;
                font-size: 22px;
                font-family: 'DIN Pro Cond';
                font-weight: bold;
                margin: 0;
                line-height: 16px;
                letter-spacing: 3px;
            }

            .footer .left .wrapper .left .subtitle {
                float: left;
                width: 100%;
                display: inline-block;
                clear: both;
                color: #fff;
                font-size: 30px;
                font-family: 'DIN Pro Cond';
                font-weight: 900;
                margin: 0;
                line-height: 24px;
            }

        .footer .left .wrapper .social-media {
            float: left;
            display: inline-block;
        }

            .footer .left .wrapper .social-media ul {
                list-style-type: none;
                padding: 0;
                margin: 0;
                float: left;
            }

                .footer .left .wrapper .social-media ul li {
                    float: left;
                    display: inline-block;
                }

                    .footer .left .wrapper .social-media ul li a {
                        font-size: 23px;
                        color: #fff;
                        padding: 0 10px;
                        transition: all 400ms;
                    }

    .footer .right ul {
        list-style-type: none;
        padding: 0;
        float: left;
        display: inline-block;
        margin: 0;
        float: right;
    }

        .footer .right ul li {
            float: left;
            display: inline-block;
            position: relative;
        }

            .footer .right ul li a {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 50px;
                padding: 0 5px;
                transition: all 500ms;
            }

                .footer .right ul li a img {
                    width: auto;
                    max-width: 80%;
                    display: inline-block;
                    height: auto;
                    max-height: 100%;
                }

            .footer .right ul li:after {
                content: '';
                width: 1px;
                height: 26px;
                display: inline-block;
                float: right;
                background: #A3A3A3;
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -13px;
            }

            .footer .right ul li:last-child:after {
                display: none;
            }

            .footer .right ul li a:hover {
                transform: translateY(-10px);
            }


/*Mobile Menu Icon*/

.menu-button .line {
    width: 25px;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-button:hover {
    cursor: pointer;
}

.menu-button.is-active .line:nth-child(2) {
    opacity: 0;
}

.menu-button.is-active .line:nth-child(1) {
    -webkit-transform: translateY(3px) rotate(45deg);
    -ms-transform: translateY(3px) rotate(45deg);
    -o-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
}

.menu-button.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}


/*Mobile Menu Icon*/


.mega-menu {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.77);
    z-index: 9;
}

    .mega-menu.animatedIn {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }


    .mega-menu.animatedOut {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 500ms;
        animation-delay: 500ms;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }

    .mega-menu .wrapper {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
    }

        .mega-menu .wrapper .align {
            display: table;
            width: 100%;
            height: 100%;
            text-align: center;
        }

            .mega-menu .wrapper .align .align-center {
                display: table-cell;
                vertical-align: middle;
            }

                .mega-menu .wrapper .align .align-center .menu {
                    width: 100%;
                    display: inline-block;
                    float: left;
                }

                    .mega-menu .wrapper .align .align-center .menu ul {
                        width: 100%;
                        display: inline-block;
                        float: left;
                        list-style-type: none;
                        padding: 0;
                        margin: 0;
                        color: #fff;
                    }

                        .mega-menu .wrapper .align .align-center .menu ul li {
                            width: 100%;
                            display: inline-block;
                            float: left;
                        }

                            .mega-menu .wrapper .align .align-center .menu ul li a, .mega-menu .wrapper .align .align-center .menu ul li a:hover, .mega-menu .wrapper .align .align-center .menu ul li a:visited{
                                width: 100%;
                                display: inline-block;
                                float: left;
                                text-align: center;
                                padding: 15px 10px;
                                font-size: 32px;
                                font-weight: 600;
                                text-shadow: 1px 1px 16px black;
                                text-decoration: none;
                                color:#fff;
                                transition: all 500ms;
                            }

.header.is-active {
    position: fixed;
}

.mega-menu .wrapper .align .align-center .menu ul li a:hover {
    transform: scale(1.1);
    color: #B20000;
}

.mega-menu.animatedIn .wrapper .align .align-center .menu {
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.mega-menu.animatedOut .wrapper .align .align-center .menu {
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}


.menu-button:hover .line {
    background: #B20000;
}

.footer .left .wrapper .social-media ul li a:hover {
    color: #B20000;
}

.banner.homepage .carousel .carousel-inner .carousel-item {
    height: 100%;
}

.banner.homepage.detail-page {
    height: 250px;
}
.gallery-list .gallery-title {
    width: 100%;
    display: inline-block;
    text-align: center;
    float: left;
    position:  relative;
    overflow: hidden;
}

.gallery-list .gallery-title .title {
    display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 20px;
    background: #fff;
    position:  relative;
    z-index:  1;
    padding: 0 10px;
    padding-bottom: 21px;
}

.gallery-list .gallery-title .title .icon {
    width: auto;
    display: block;
    margin-bottom: 10px;
}

.gallery-list .gallery-title .title b {
    width: auto;
    display: block;
    font-size: 20px;
    margin-top: 15px;
}

.gallery-list .gallery-title:before {
    content: '';
    width: 90%;
    display: inline-block;
    height: 2px;
    background: #A6A6A6;
    position:  absolute;
    left: 5%;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
}

.gallery-list .gallery-title .title-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
}

.gallery-list .gallery-title .title-wrapper:before {
    content: '';
    width: 2px;
    background: #A6A6A6;
    position:  absolute;
    left: calc(5% - 0px);
    top: calc(50% - 1px);
    display: inline-block;
    height: 100%;
}

.gallery-list .gallery-title .title-wrapper:after {
    content: '';
    width: 2px;
    background: #A6A6A6;
    position: absolute;
    right: calc(5% - 0px);
    top: calc(50% - 1px);
    display: inline-block;
    height: 100%;
}

.gallery-list .gallery-title .follow-button {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    color: #fff;
    background: #B20000;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 10px;
    position:  absolute;
    right: calc(5% - -2px);
    top: calc(50% - -1px);
    transition: all 450ms;
}

.gallery-list .gallery-title .follow-button:hover {
    background: #800202;
}

.gallery-list .gallery {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 50px;
}

.gallery-list .gallery ul {
    padding: 0;
    width: 100%;
    display: inline-block;
    float: left;
    list-style-type: none;
    margin: 0;
}

.gallery-list .gallery ul li {
    float: left;
    display: inline-block;
    width: 16.666666666666668%;
    padding: 0 3px;
}

.gallery-list .gallery ul li a {
    width: 100%;
    display: inline-block;
    float: left;
    position:  relative;
    margin: 0 !important;
}

.gallery-list .gallery ul li a img {
    width: 100%;
    display: inline-block;
    float: left;
    object-fit: cover;
}
.section.homepage.musician-page {
    color: #b20000;
}
.gallery-list.memory .gallery ul li a:Before {
    content: '';
    height: 100%;
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.65);
    position:  absolute;
    left: 0;
    top:  0;
}
.gallery-list.videos .gallery ul li:first-child {
    width: 70%;
}

.gallery-list.videos .gallery ul li:last-child {
    width: 30%;
}

.gallery-list.videos .gallery ul li:last-child a {
}

.gallery-list.videos .gallery ul li:last-child .title-wrap {
    padding: 10px 10px 5px 10px;
}

.gallery-list.videos .gallery ul li:last-child .title-wrap .title {
    font-size: 20px;
    padding: 5px 0;
}

.gallery-list.videos .gallery ul li:last-child .title-wrap .subtitle {
    font-size: 14px;
    padding: 5px 0;
}

.gallery-list.videos .gallery ul li:last-child a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.gallery-list.videos .gallery ul li:first-child a img {
}

.gallery-list.videos .gallery ul li a:before {
}

.gallery-list.videos .gallery ul li:First-child a:before {
}

.gallery-list.videos .gallery ul li:last-child a:before {
    line-height: 200px;
    font-size: 23px;
    color: #fff;
}

.gallery-list.videos .gallery ul li:first-child .title-wrap {
}
.gallery-list.videos .gallery ul li:first-child {
    width: 70%;
}

.gallery-list.videos .gallery ul li:last-child {
    width: 30%;
}

.gallery-list.videos .gallery ul li .title-wrap {
    position:  absolute;
    left: 0;
    bottom:  0;
    width: auto;
    padding: 20px;
    z-index: 2;
}

.gallery-list.videos .gallery ul li .title-wrap .title {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.gallery-list.videos .gallery ul li .title-wrap .subtitle {
    font-size: 35px;
    color: inherit;
    font-weight: bold;
    margin: 0;
    font-weight: normal;
}

.gallery-list.videos .gallery ul li a {
    color: inherit;
}

.gallery-list.videos .gallery ul li:last-child a {
    margin-bottom: 5px !important;
}

.gallery-list.videos .gallery ul li:last-child .title-wrap {
    padding: 10px 10px 5px 10px;
}

.gallery-list.videos .gallery ul li:last-child .title-wrap .title {
    font-size: 20px;
    padding: 5px 0;
}

.gallery-list.videos .gallery ul li:last-child .title-wrap .subtitle {
    font-size: 14px;
    padding: 5px 0;
}

.gallery-list.videos .gallery ul li:last-child a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.gallery-list.videos .gallery ul li:first-child a img {
    height: 610px;
    width: 100%;
    object-fit: cover;
    object-position:  center;
}

.gallery-list.videos .gallery ul li a:before {
    content: "\e90c";
    width: 100%;
    height: 100%;
    text-align: center;
    position:  absolute;
    left: 0;
    top: 0;
    font-size: 32px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 2px 3px 8px black;
    z-index: 1;
}

.gallery-list.videos .gallery ul li:First-child a:before {
    line-height: 600px;
    font-size: 54px;
}

.gallery-list.videos .gallery ul li:last-child a:before {
    line-height: 200px;
    font-size: 23px;
    color: #fff;
}

.gallery-list.videos .gallery ul li:first-child .title-wrap {
    width: 100%;
}

.gallery-list.videos .gallery ul li a img {
    transition: all 500ms;
}

.gallery-list.videos .gallery ul li a:hover img {
    transform: scale(1.1);
}

.gallery-list.videos .gallery ul li a {
    position:  relative;
    overflow:  hidden;
}
.gallery-list.videos .gallery-title .title {
    padding-bottom: 50px;
}
.gallery-list.videos .gallery {
    margin-bottom: 10px;
}

.section.homepage.detail-page .item a .right p {
    padding: 0;
}
.gallery-list .gallery ul li a .title-wrapper {
    position:  absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    width: 100%;
    display: inline-block;
    float: left;
}

.gallery-list .gallery ul li a .title-wrapper .title {
    margin: 0;
    width: 100%;
    display: inline-block;
    float: left;
}
.section.homepage.detail-page .left {
    font-size: 25px;
    font-weight: 500;
    color: #333333;
    padding-right: 110px;
    line-height: 35px;
}

.section.homepage.detail-page .left p {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    font-size: inherit;
    color: inherit;
}

.section.homepage.detail-page .left .title {
    color: #B20000;
    font-size: 40px;
    font-weight: bold;
}

.section.homepage.detail-page .gallery-list li {
    width: 50%;
    padding: 3px;
}

.section.homepage.detail-page .gallery-list li:First-child, .section.homepage.detail-page .gallery-list li:nth-child(2) {
    padding-top: 0;
}

.blog-page.detail-page {
    color: #b20000;
}
.section.homepage.musician-page.detail-page li {
    float: left;
    display: inline-block;
    width: 16.666666666666668% !important;
    padding: 0 3px !important;
}
.section.homepage.musician-page.detail-page .gallery-list.videos .gallery ul li:first-child {
    width: 70% !important;
}

.section.homepage.musician-page.detail-page .gallery-list.videos .gallery ul li:last-child {
    width: 30% !important;
}



/**/



      .swiper_slider_wrapper{
          width:30%;
          display: inline-block;
          float: left;
          position: relative;
          height:615px;
      }
    .gallery-list .swiper-container {
      width: 100%;
      height: 100%;
    }
    .gallery-list .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


.gallery-list.videos .gallery .title-wrap {
    position:  absolute;
    left: 0;
    bottom:  0;
    width: auto;
    padding: 15px;
    z-index: 2;
    display: inline-block;
    float: left;
    text-align: left;
}

.gallery-list.videos .gallery .title-wrap .title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.gallery-list.videos .gallery .title-wrap .subtitle {
    font-size: 20px;
    color: inherit;
    font-weight: bold;
    margin: 0;
    font-weight: normal;
    margin-top: 5px;
}

.gallery-list.videos .gallery a {
    color: inherit;
}

.gallery-list.videos .gallery a:before {
    content: "\e90c";
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 2px 3px 8px black;
    z-index: 1;
        line-height: 200px;
    font-size: 23px;
    color: #fff;
}

.gallery-list.videos .gallery a img {
    transition: all 500ms;
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
}

.gallery-list.videos .gallery a:hover img {
    transform: scale(1.1);
}

.gallery-list.videos .gallery a {
    width: 100%;
    position:  relative;
    overflow:  hidden;
    display: inline-block;
    float: left;
    height: calc(100% - 14px);
    margin: 7px 0;
}
.gallery-list.videos .gallery-title .title {
    padding-bottom: 50px;
}
.gallery-list.videos .gallery {
    margin-bottom: 10px;
}

.section.homepage.detail-page .item a .right p {
    padding: 0;
}
.gallery-list .gallery a .title-wrapper {
    position:  absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    width: 100%;
    display: inline-block;
    float: left;
}

.gallery-list .gallery a .title-wrapper .title {
    margin: 0;
    width: 100%;
    display: inline-block;
    float: left;
}
.left_background {
    width: 70%;
    display: inline-block;
    float: left;
    position: relative;
    height: 615px;
    padding-right: 15px;
}

.left_background a {
    height: 100%;
}

.left_background a:before {
    font-size: 32px !important;
    line-height: 615px !important;
    color: inherit !important;
}

.left_background a .title {
    font-size: 35px !important;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.left_background a .subtitle {
    font-size: 35px !important;
    color: inherit;
    font-weight: bold;
    margin: 0;
    font-weight: normal;
}
.gallery-list.videos .gallery a .number {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    padding: 10px 16px;
    font-size: 34px;
}


.section.homepage.conservationist-page {
    color: #103F00 !important;
}
.section.homepage.publicity-page {
color:#333333 !important;
}
.blog_item_container {
    width: 100%;
    display: inline-block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    margin-top: 10px;
}

.blog_item_container .blog_item {
    margin: 10px 10px;
    width: calc(33.333333333333336% - 20px);
    float: left;
    display: inline-block;
}

.blog_item_container .blog_item .uk-panel.uk-panel-box {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 20px;
    border: 1px solid #ddd;
}

.blog_item_container .blog_item .uk-panel.uk-panel-box a {
    width: 100%;
    display: inline-block;
    float: left;
}

.blog_item_container .blog_item .uk-panel.uk-panel-box .uk-panel-teaser, .blog_item_container .blog_item .uk-panel.uk-panel-box .uk-panel-teaser figure {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0;
}

.blog_item_container .blog_item .uk-panel.uk-panel-box .uk-panel-teaser img {
    width: 100%;
    display: inline-block;
    float: left;
    object-fit: cover;
    object-position: center;
    height: 225px;
    margin-bottom: 15px;
}

.blog_item_container .blog_item .uk-panel.uk-panel-box .uk-panel-teaser figcaption {
    float: left;
    display: inline-block;
    height: auto;
    margin: 0 20px;
    border-bottom: 1px solid #ddd;
    width: calc(100% - 40px);
    margin-bottom: 15px;
}

.blog_item_container .blog_item .uk-panel.uk-panel-box .uk-panel-teaser figcaption > * {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 19px;
    color: #444;
    font-weight: bold;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    line-height: 24px;
}

.blog_item_container .blog_item .uk-panel.uk-panel-box p {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #444;
    min-height: 105px;
}
.blog_item_container .blog_item .uk-panel.uk-panel-box .uk-panel-teaser {
    margin: 0px -20px;
    width: calc(100% + 40px);
    margin-top: -20px;
}

.blog_item_container .blog_item .uk-panel.uk-panel-box .uk-float-right {
    font-weight: bold;
    color: #444;
    float: right;
    width: 100%;
    text-align: right;
}
.section.homepage.musician-page .blog_item_container .blog_item .uk-panel.uk-panel-box .uk-panel-teaser figcaption > *, .section.homepage.musician-page .blog_item_container .blog_item .uk-panel.uk-panel-box .uk-float-right {
    color: #333333;
}
.blog-detail-content {
    width: 100%;
    display: inline-block;
    float: left;
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 29px;
}

.blog-detail-content img {
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.blog-detail-content h1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
    color: #505050;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.blog-detail-content a {
    width: initial !important;
    display: initial !important;
    float: initial !important;
    margin: initial !important;
    color: #000;
}
.mockup-container .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-left: -20px;
}

.mockup-container .box .item {
    float: left;
    display: inline-block;
    margin: 0 !important;
}

.mockup-container .box .item img {
    max-width: 100%;
}
@media (max-width: 1200px) {
    .blog_item_container .blog_item .uk-panel.uk-panel-box .uk-panel-teaser figcaption > * {
    font-size: 16px;
    line-height: 20px;
}

.blog_item_container .blog_item .uk-panel.uk-panel-box p {
    min-height: 114px;
    font-size: 13px;
}

.blog_item_container .blog_item .uk-panel.uk-panel-box .uk-panel-teaser img {
    height: 200px;
}
    .section.homepage .item a .right .detail-button {
        right: calc(10% - 0px);
    }

    .section.homepage .item:nth-child(even) a .right .detail-button {
        left: calc(10% - 0px);
    }
}

@media (max-width: 992px) {
    .blog_item_container .blog_item {
    width: calc(50% - 20px);
}
    .left_background a:before {
    line-height: 350px !important;
}

.left_background a .title {
    font-size: 27px !important;
}

.left_background a .subtitle {
    font-size: 27px !important;
}
    .gallery-list.videos .gallery a {
    height: 100%;
    margin: 0 7px;
    width: calc(100% - 14px);
}
    .left_background{width: 100%;padding-right: 0;margin-bottom: 20px;height: 400px;}
    .swiper_slider_wrapper{
        width: 100%;
        height: 260px;
    }
    .section.homepage.detail-page .left {
    padding-right: 15px;
        margin-bottom: 20px;
}
    
    .section.homepage .item a .left .wrapper .align {
        text-align: center;
    }

    .section.homepage .item a .left .wrapper:after {
        left: 0;
    }

    .section.homepage .item a .right .detail-button {
        right: 30%;
    }

    .footer .left .wrapper {
        width: auto;
        float: none;
    }

    .footer .right ul {
        float: none;
    }

    .footer {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .blog_item_container .blog_item .uk-panel.uk-panel-box .uk-panel-teaser figcaption > *{
        height: auto;
    }
    .blog_item_container .blog_item .uk-panel.uk-panel-box p {
    min-height: 0;
}

.blog_item_container .blog_item .uk-panel.uk-panel-box .uk-panel-teaser img {
    height: auto;
}
    .blog_item_container .blog_item {
    width: calc(100% - 20px);
}
    .left_background {
    height: 350px;
}

.left_background a:before {
    line-height: 300px !important;
}
    .banner.homepage.detail-page {
    height: 150px;
}
    .gallery-list.videos .gallery ul li:first-child {
    width: 100%;
}

.gallery-list.videos .gallery ul li:first-child a img {
    height: 320px;
}

.gallery-list.videos .gallery ul li:last-child {
    width: 100%;
    margin-top: 10px;
}

.gallery-list.videos .gallery ul li:last-child a img {
    height: 250px;
}

.gallery-list.videos .gallery ul li:last-child a:before {
    line-height: 250px;
}

.gallery-list.videos .gallery ul li:first-child a:before {
    line-height: 320px;
}

.gallery-list .gallery ul li, .section.homepage.musician-page.detail-page li {
    width: 33.333333333333336% !important;
    padding: 3px !important;
}
    
    .menu-button .line {
    background: #ecf0f1 !important;
}
    .header .container {
        max-width: 100%;
    }

    .header .logo .logo-wrapper img {
        max-width: 320px;
        width: auto;
    }

    .header .logo:before {
        width: calc(50% - 180px);
    }

    .header .logo .logo-wrapper:before {
        width: calc(50% - 180px);
    }

    .header .logo:after {
        left: calc(50% - 190px);
    }

    .header .logo .logo-wrapper:after {
        right: calc(50% - 190px);
    }

    .banner.homepage {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    }
    .section.homepage .item a .right .wrapper .line-wrapper.animated .line-3 {
    width: 50px;
}

.section.homepage .item a .right .detail-button {
    right: 60px;
}
.section.homepage .item:nth-child(even) a .right .detail-button{
    left:60px;
}
    .gallery-list.videos .gallery .title-wrap .subtitle, .gallery-list.videos .gallery .title-wrap .title {
    font-size: 17px;
}
}

@media (max-width: 576px) {
    .header .logo .logo-wrapper img {
        max-width: 60%;
    }

    .header .logo:before {
        width: 15%;
    }

    .header .logo .logo-wrapper:before {
        width: 15%;
    }

    .header .logo:after {
        left: calc(15% - 10px);
    }

    .header .logo .logo-wrapper:after {
        right: calc(15% - 10px);
    }

    .menu-button {
        top: -30px;
    }
.section.homepage .item:nth-child(even) a .right p {
    padding-left: 50px;
}

.section.homepage .item a .right p {
    padding-right: 50px;
    font-size: 18px;
    padding-bottom: 20px;
}

.section.homepage .item a .right .sub-title-area {
    font-size: 20px;
}

.section.homepage .item a .right .title-area .subtitle {
    font-size: 60px;
}

.section.homepage .item a .right .title-area .title {
    font-size: 35px;
    height: 61px;
}
.section.homepage .item a .left .wrapper .align img {
    max-width: 80%;
}
.homepage.banner .carousel-item > img {
    object-position: -300px 0;
}

.banner.homepage .banner-text .title {
    font-size: 25px;
}

.banner.homepage .banner-text .subtitle {
    font-size: 32px;
    padding: 0 0;
}
.footer .right ul li {
    width: 25%;
}
.gallery-list.videos .gallery a {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
.mockup-container .box {
    margin-left: -10px;
}}

.gallery-list .swiper-slide a:Before {
    display: none;
}