﻿/*@import url('Font/new-fonts/Fonts.css');*/
/*@import url('bootstrap-3.3.7-dist/css/bootstrap-theme.min.css');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: black;
    padding-bottom: 40px;
    height: 100%;
}

a {
    color: inherit;
}

    a:hover {
        text-decoration: none;
    }

    a:hover {
        color: inherit;
        text-decoration: inherit;
    }

strong {
    font-weight: normal;
    font-weight: 600;
}

.relative {
    position: relative;
}

.reset-pading {
    padding: 0;
}

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}

.container {
    font-weight: 300;
    position: relative;
}

.content-container {
    font-weight: 300;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
}
.now-photo-container-mobile {
    display:none;
}


.redirect_btn {
    display: block;
    width: 100%;
    background-color: #d70013;
    border-radius: 1px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    border: none;
    color: white;
    padding: 8px 0 8px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .redirect_btn:hover {
        background-color: #a60000;
        color: white;
    }

.mobile_menu_ico {
    position: absolute;
    width: 35px;
    right: 20px;
    top: 29px;
    cursor: pointer;
    background-color: white;
    border-radius: 3px;
    z-index: 999;
    display: none;
}

.mobile_menu {
    font-weight: 500;
    position: fixed;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    padding: 15px 0px 15px 0px;
    text-align: center;
    background-color: rgba(0,0,0,0.9);
    z-index: 998;
    color: white;
    font-size: 20px;
    display: none;
}

    .mobile_menu ul {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }

        .mobile_menu ul li {
            list-style-type: none;
            margin-bottom: 10px;
        }

            .mobile_menu ul li a:hover {
                color: #d70013;
            }

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(250,250,250,0.9);
    z-index: 99999;
}

    .loading img {
        width: 100px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.main-slider {
    padding: 0 20px;
    margin-bottom: 20px;
}

header {
    width: 100%;
    height: auto;
    padding: 20px 1.875rem;
    box-sizing: border-box;
    margin-bottom: 10px;
}

    header .main-logo {
        box-sizing: border-box;
        /*padding: 0;
        margin: 0;*/
    }

        header .main-logo img {
            width: 100%;
            max-width: 111px;
        }

    header .main-menu-container {
        box-sizing: border-box;
        padding-top: 12px;
    }

    header .main-menu {
        font-weight: 500;
        bottom: 0;
        padding: 0;
        margin: 0;
        text-align: right;
        /*bottom: 0;
      
        left: 21%;
        line-height: 13px;*/
    }

        header .main-menu li {
            display: inline-block;
            margin-right: 20px;
            font-size: 14px;
            opacity: 1;
        }

            header .main-menu li:last-of-type {
                margin-right: 0;
            }

            header .main-menu li a:hover {
                opacity: 0.5;
                transition: opacity .5s ease-out;
                -moz-transition: opacity .5s ease-out;
                -webkit-transition: opacity .5s ease-out;
                -o-transition: opacity .5s ease-out;
            }

    header .search {
        width: 100%;
        height: 27px;
        border: 1px solid #c0c0c0;
        position: relative;
        margin-top: 10px;
    }

        header .search input {
            width: 80%;
            border: none;
            height: 100%;
            padding: 0 3px 0 3px;
            box-sizing: border-box;
            font-style: italic;
        }

            header .search input:focus {
                outline: none;
                border: none;
            }

            header .search input[type="submit"] {
                position: absolute;
                width: 45px;
                height: 25px;
                border: none;
                background: url('../images/btn_search.png') no-repeat center center;
                right: 0;
                bottom: 0;
                z-index: 1;
                margin: 0;
                padding: 0;
            }

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: white;
    padding: 0;
    padding: 0 20px 5px 20px;
    box-sizing: border-box;
}

    footer ul {
        border-top: 1px solid lightgray;
        padding: 0;
        margin: 0;
        padding-top: 10px;
    }

        footer ul li {
            display: inline-block;
            margin-right: 5px;
        }

            footer ul li:last-of-type {
                margin-right: 0;
            }

    footer .social-icons .facebook {
        display: block;
        width: 25px;
        height: 25px;
        background: url('../images/btn_facebook.png') no-repeat;
        background-position: center 0;
        background-size: 25px;
    }

        footer .social-icons .facebook:hover {
            background-position: center -25px;
        }

    footer .social-icons .instagram {
        display: block;
        width: 25px;
        height: 25px;
        background: url('../images/btn_instagram.png') no-repeat;
        background-position: center 0;
        background-size: 25px;
    }

        footer .social-icons .instagram:hover {
            background-position: center -25px;
        }

    footer .social-icons .twitter {
        display: block;
        width: 25px;
        height: 25px;
        background: url('../images/btn_twitter.png') no-repeat;
        background-position: center 0;
        background-size: 25px;
    }

        footer .social-icons .twitter:hover {
            background-position: center -25px;
        }

    /*footer input {
        width: 100%;
        height: 30px;
        background-color: #f2f2f2;
        border: 1px solid #c0c0c0;
        box-sizing: border-box;
        font-style: italic;
        padding: 0 5px 0 5px;
        font-size: 14px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

        footer input:hover, ooter input:focus {
            background-color: white;
            font-style: normal;
            outline: none;
        }*/
    /* footer input {
        color: #C4C4C4;
        width: 100%;
        padding: 6px;
        height: 25px;
        background-color: #f2f2f2;
        border: 1px solid #c4c4c4;
        margin: 0;
        color: #7f7f7f;
        font-weight: 300;
        font-weight: normal;
        font-size: 14px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

        footer input:hover, .form ul li input:focus {
            background-color: white;
            outline: none;
        }*/

    footer .redirect_btn {
        font-size: 13px;
        padding: 5px 0 3px 0;
        border-radius: 2px;
        margin-bottom: 5px;
        height: 30px;
    }

/*footer button {
        width: 100%;
        height: 30px;
        background-color: #d70013;
        border-radius: 1px;
        box-sizing: border-box;
        font-size: 14px;
        font-weight: 300;
        border: none;
        color: white;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

        footer button:hover {
            background-color: #a60000;
        }*/


h1 {
    font-weight: 500;
    font-size: 24px;
    color: black;
    margin: 0;
    padding: 0;
    line-height: normal;
    margin-bottom: 10px;
}

h2, .title {
    font-weight: 500;
    font-size: 18px;
    color: black;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

h3, .date {
    font-weight: 500;
    font-size: 16px;
    color: #d70013;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.main-page h1 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.main-page .col-sm-8 span {
    color: #d70013;
}

    .main-page .col-sm-8 span:hover {
        color: #a60000;
    }

.category-title {
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

.main-page .col-sm-3 .category-title {
    margin-top: 0;
    margin-bottom: 5px;
}

.main-page .text {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 300;
}


.exhibits {
}

    .exhibits .col-sm-8 span {
        color: #d70013;
    }

        .exhibits .col-sm-8 span:hover {
            color: #a60000;
        }




.exhibit-detail-images {
    position: relative;
}

    .exhibit-detail-images img {
        margin-bottom: 15px;
    }

    .exhibit-detail-images p {
        font-weight: 300;
        font-size: 14px;
    }

    .exhibit-detail-images .small {
        margin-bottom: 27px;
    }

    .exhibit-detail-images .main-img {
        position: relative;
    }

.exhibit-detail-text {
    padding-left: 7%;
}

.exhibit-detail .main-img {
    width: 100%;
    text-align: center;
}

    .exhibit-detail .main-img img {
        max-height: 450px;
    }

.exhibit-detail .sub-img {
    cursor: pointer;
}

.form {
    width: 100%;
    background: rgba(250,250,250,0.9);
    z-index: 1;
    padding: 5px 20px 5px 20px;
    display: none;
}

    .form .title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .form input {
        width: 100%;
        height: 35px;
        padding: 0 5px 0 5px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .form textarea {
        width: 100%;
        height: 70px;
        padding: 5px;
        margin-bottom: 9px;
        box-sizing: border-box;
    }

    .form .text-center button {
        margin-top: 20px;
        display: block;
        width: 100%;
        background-color: #d70013;
        border-radius: 1px;
        box-sizing: border-box;
        font-size: 18px;
        font-weight: 300;
        text-align: center;
        border: none;
        color: white;
        padding: 8px 0 8px 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

    .form .cevap {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(250,250,250,0.9);
        padding-top: 50%;
        box-sizing: border-box;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        /*display:none;*/
    }

.accordion-title {
    width: 100%;
    background-color: #d70013;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 300;
    padding: 5px 10px 5px 10px;
    color: white;
    cursor: pointer;
}

.accordion-container {
    border: 1px solid #c0c0c0;
    padding: 5px;
    box-sizing: border-box;
}


/**
 * Grid container
 */
.tiles-wrap {
    position: relative; /** Needed to ensure items are laid out relative to this container **/
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    display: none;
}

    /**
 * Grid items
 */
    .tiles-wrap li {
        display: block;
        width: 180px;
    }

    .tiles-wrap.wookmark-initialised.animated li {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .tiles-wrap.wookmark-initialised li {
        opacity: 1;
    }

    .tiles-wrap li.wookmark-inactive {
        visibility: hidden;
        opacity: 0;
    }

    .tiles-wrap li:hover {
        background-color: #fafafa;
    }

    .tiles-wrap img {
        display: block;
    }


.tile-loading:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ddd;
    content: "Loading\2026";
    padding-top: 20px;
    color: #999;
}

.opacity {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.alert_ {
    border: 1px solid red !important;
    background-color: #fde5e5 !important;
}

.archive .main-title {
    font-weight: 600;
    font-size: 30px;
    color: black;
    margin: 0;
    padding: 0;
}

.archive select {
    display: block;
    width: 60%;
    background-color: #d70013;
    border-radius: 1px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 300;
    /*text-align-last: center;*/
    border: none;
    color: white;
    padding: 8px 0 8px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    padding-left: 20%;
    float: right;
    outline: none;
    border: none;
}



    .archive select option {
        background-color: white;
        color: black;
        text-align: center;
    }


select option:first-child {
    text-align: center;
}

#ddlYillarTop {
    display: none;
}

/*.active {
    color: #d70013;
}*/

.artists-left-menu {
    font-weight: 500;
    display: block;
    font-size: 16px;
    color: #7f7f7f;
    margin-bottom: 5px;
}

    .artists-left-menu:hover {
        color: #d70013;
    }

    .artists-left-menu.active {
        color: #d70013;
    }

.artists-right-menu {
    margin-bottom:20px;
}

.artists-right-menu img {
    opacity: 0;
}


.artists-right-menu a {
    position: relative;
    display: block;
    background-position: center center;
    background-size: cover;
    margin-bottom: 5px;
}

    .artists-right-menu a:hover {
        color: #d70013;
    }


    .artists-right-menu a h5 {
        position: relative;
        left: 0;
        bottom: 0;
        padding: 10px;
        color: white;
        background-color: rgba(0,0,0,0.5);
    }



.artists-right-menu .col-md-4 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #7f7f7f;
}

    .artists-right-menu .col-md-4:hover {
        color: #d70013;
    }

/*.artist-detail-text {
    padding-left: 7%;
}

    .artist-detail-text .nav-pills {
        width: 100%;
    }

        .artist-detail-text .nav-pills li {
            width: 100px;
        }

        .artist-detail-text .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
            background-color: #d70013;
        }

        .artist-detail-text .nav-pills > li > a {
            border-radius: 0;
        }

    .artist-detail-text .nav > li > a {
        padding: 7px 18px;
        font-size: 18px;
    }

        .artist-detail-text .nav > li > a.en {
            padding: 7px 5px;
            font-size: 18px;
        }

    .artist-detail-text .tab-pane {
        color: #808080;
        padding: 15px 15px;
        font-size: 16px;
    }

    .artist-detail-text h1 {
        margin-bottom: 5px;
    }

    .artist-detail-text .sergiler a {
        display: block;
        margin-bottom: 5px;
    }*/

.fuarlar .title {
    width: 100%;
    color: #d70013;
    border-bottom: 1px solid #d70013;
    font-size: 17px;
    margin: 5px 0;
}

.fuarlar .content a {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
}

    .fuarlar .content a:hover {
        color: #d70013;
    }

.press {
}

    .press .date {
        font-weight: 300;
        padding-left: 14px;
        margin-bottom: 10px;
    }

    .press .panel {
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

        .press .panel .panel-heading {
            color: #333;
            background-color: white;
            border-color: #ddd;
            border: none;
            padding: 5px 14px 5px 14px;
        }

            .press .panel .panel-heading a {
                display: block;
                width: 100%;
                border: none;
                color: #7f7f7f;
                font-size: 16px;
                font-weight: 500;
            }

            .press .panel .panel-heading.active {
                background-color: #d70013;
                border: none;
                border-radius: 0;
            }

                .press .panel .panel-heading.active a {
                    color: white;
                }

    .press .panel-group .panel-heading {
        border-bottom: 1px solid #ddd;
    }

    .press select {
        display: block;
        width: 60%;
        background-color: #d70013;
        border-radius: 1px;
        box-sizing: border-box;
        font-size: 18px;
        font-weight: 300;
        /*text-align-last: center;*/
        border: none;
        color: white;
        padding: 8px 0 8px 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        padding-left: 20%;
        float: right;
    }

        .press select option {
            background-color: #666666;
            text-align: center;
        }

select option:first-child {
    text-align: center;
}

.contact {
    font-size: 15px;
}

    .contact table a {
        color: blue;
    }

    .contact .map {
        width: 100%;
        height: 538px;
    }

    .contact hr {
        border-color: #c0c0c0;
    }

    .contact .form {
        margin-top: 20px;
        display: block;
        margin-top: 20px;
        background: white;
        padding: 0;
    }

        .contact .form ul {
            list-style-type: none;
            padding: 0;
        }

            .contact .form ul li {
                margin-bottom: 10px;
                text-align: left;
            }

                .contact .form ul li label {
                    display: block;
                    font-weight: normal;
                    font-size: 14px;
                    line-height: 8px;
                }


                .contact .form ul li input {
                    color: #C4C4C4;
                    width: 100%;
                    padding: 6px;
                    height: 30px;
                    background-color: #f2f2f2;
                    border: 1px solid #c4c4c4;
                    margin: 0;
                    color: #7f7f7f;
                    font-weight: 300;
                    font-weight: normal;
                    font-size: 14px;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                    box-sizing: border-box;
                }

                    .contact .form ul li input:hover, .form ul li input:focus {
                        background-color: white;
                        outline: none;
                    }

                .contact .form ul li textarea {
                    color: #C4C4C4;
                    width: 100%;
                    padding: 6px;
                    height: 40px;
                    background-color: #f2f2f2;
                    border: 1px solid #c4c4c4;
                    margin: 0;
                    color: #7f7f7f;
                    font-weight: 300;
                    font-weight: normal;
                    font-size: 14px;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                    box-sizing: border-box;
                }

                    .contact .form ul li textarea:hover, .form ul li textarea:focus {
                        background-color: white;
                        outline: none;
                    }

                .contact .form ul li .redirect_btn {
                    font-size: 14px;
                    padding: 5px 0 5px 0;
                    border-radius: 2px;
                }

        .contact .form .Iletisim-Cevap {
            font-size: 16px;
            font-weight: 500;
            display: none;
        }

.arama_sonuc_ic {
    border-bottom: 1px solid #c0c0c0;
    padding: 10px 0 10px 0;
}

    .arama_sonuc_ic:hover {
        color: #d70013;
    }

.e-bulten-cevap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(250,250,250,0.9);
    text-align: center;
    padding-top: 3%;
    z-index: 99;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    display: none;
}

.lang {
    position: absolute;
    top: 8px;
    right: 28px;
    font-size: 12px;
}

    .lang ul li {
        display: inline-block;
    }

        .lang ul li a:hover {
            color: #d70013;
        }

        .lang ul li a.active {
            color: #d70013;
        }

.sanacilar_baslik_div_ {
    font-weight: 600;
}

.select-year {
    position: relative;
    width: 60%;
    background-color: #d70013;
    border-radius: 1px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 300;
    /* text-align-last: center; */
    border: none;
    color: white;
    padding: 8px 0 8px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    float: right;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
}

    .select-year ul {
        position: absolute;
        left: 0;
        width: 100%;
        height: 0;
        padding: 0;
        top: 41px;
        overflow: auto;
        border: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

        .select-year ul.opened {
            height: 300px;
            border: 1px solid #d70013;
        }

        .select-year ul li a {
            width: 100%;
            display: block;
            list-style-type: none;
            padding: 8px 0 8px 0;
            background-color: white;
            text-align: center;
            color: black;
            cursor: pointer;
        }

            .select-year ul li a:hover {
                background-color: #d70013;
                color: white;
            }

        .select-year ul::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: white;
        }

        .select-year ul::-webkit-scrollbar {
            width: 10px;
            background-color: #d70013;
        }

        .select-year ul::-webkit-scrollbar-thumb {
            background-color: #d70013;
            border: none;
        }

.slider-gallery-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255,255,255,0.95);*/
    background: white;
    z-index: 999;
    display: none;
}

    .slider-gallery-container .slider-next-btn, .slider-gallery-container .slider-back-btn {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 99;
        cursor: pointer;
    }

    .slider-gallery-container .slider-back-btn {
        left: inherit;
        right: 0;
    }

    .slider-gallery-container .popup-close {
        position: absolute;
        top: 5%;
        right: 10%;
        cursor: pointer;
        z-index: 99;
    }

    .slider-gallery-container .slider .item {
        position: relative;
        text-align: center;
        height: 100vh;
    }

        .slider-gallery-container .slider .item .img-container-table {
            vertical-align: middle;
            display: table;
            height: 100vh;
            text-align: center;
            width: 100%;
            table-layout: fixed;
        }

        .slider-gallery-container .slider .item .img-container {
            vertical-align: middle;
            display: table-cell;
            height: 100vh;
            text-align: center;
            width: 100%;
            table-layout: fixed;
            font-weight: 300;
        }

            .slider-gallery-container .slider .item .img-container img {
                -webkit-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.4);
                -moz-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.4);
                box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.4);
                margin-bottom: 15px;
            }

            .slider-gallery-container .slider .item .img-container a {
                display: block;
                color: #d70013;
                font-weight: 500;
                margin-top: 5px;
            }

                .slider-gallery-container .slider .item .img-container a:hover {
                    color: #a60000;
                }

.mailing-form {
    width: 100%;
    max-width: 350px;
    display: none;
    padding: 35px 30px;
    box-sizing: border-box;
}

.quick-search {
    width: 100%;
    max-width: 350px;
    display: none;
    padding: 35px 30px 25px 30px;
    box-sizing: border-box;
}


.ui-autocomplete {
    max-width: 210px;
    z-index: 999999;
}

.ui-menu .ui-menu-item {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

#main-slider {
    position: relative;
    height: calc(100vh - 210px);
}

    #main-slider .item {
        position: relative;
        height: calc(100vh - 190px);
    }

        #main-slider .item img {
            display: block;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            display: none;
        }

.owl-theme .owl-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
    text-align: center;
}

.owl-pagination {
    text-align: left;
}

.owl-theme .owl-controls .owl-page span {
    opacity: 1;
    background: white;
    border: 1px solid black;
}

.owl-theme .owl-controls .owl-page.active span {
    background: black;
}

.main-slider .btn-arrow {
    background-color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 44%;
    left: 20px;
    margin: auto;
    cursor: pointer;
    z-index: 990;
    box-sizing: border-box;
    text-align: center;
    padding-top: 5px;
}

    .main-slider .btn-arrow img {
        width: 30px;
    }

    .main-slider .btn-arrow.btn-arrow-right {
        left: inherit;
        right: 20px;
    }

.slider-title-container {
    background-color: white;
    color: black;
    position: absolute;
    width: 400px;
    right: 20%;
    bottom: 0;
    padding: 30px;
}

    .slider-title-container h3 {
        color: black;
        font-weight: 400;
        font-size: 18px;
    }

    .slider-title-container date {
        color: #a0a0a0;
        font-weight: 400;
        font-size: 14px;
    }

    .slider-title-container .slider-title {
        color: black;
        font-weight: 600;
        font-size: 22px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .slider-title-container a {
        float: right;
        color: #a0a0a0;
        text-align: right;
    }

.artist-details {
}

    .artist-details .left-menu {
        background-color: #f7f7f7;
        padding: 20px;
        box-sizing: border-box;
    }

        .artist-details .left-menu .title {
            margin-bottom: 15px;
        }

            .artist-details .left-menu .title date {
                font-size: 16px;
                font-weight: 200;
            }

            .artist-details .left-menu .title h1 {
                margin-bottom: 40px;
                color: black;
                font-weight: 700;
            }

            .artist-details .left-menu .title h2 p {
                padding: 0;
                margin-bottom: 10px;
            }

        .artist-details .left-menu ul {
            margin: 0;
            padding: 0;
        }

        .artist-details .left-menu li {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

    .artist-details .avaible-works {
        background-color: rgba(0,0,0,0.02);
        display:none;
    }
    .artist-details .left-menu li a {
        display: block;
        padding: 10px;
        border-top: 1px solid lightgray;
        font-weight: 400;
        color: #4c4c4e;
    }

    .artist-details .avaible-works a {
        border-top:none !important;
        padding: 2px 0 !important;
        font-size: 16px !important;
        padding-left: 10px !important;
    }

    .artist-details .left-menu li:last-of-type a {
        border-bottom: 1px solid lightgray;
    }

    .artist-details .left-menu li a:hover {
        background-color: rgba(0,0,0,0.03);
    }

    .artist-details .left-menu li a.selected {
        background-color: rgba(0,0,0,0.03);
    }

    .artist-details .left-menu li.closed {
        height: 1px;
        border-top: 1px solid lightgray;
    }

        .artist-details .left-menu li.closed a {
            display: none;
        }

    .artist-details .left-menu li .years {
        background-color: rgba(0,0,0,0.03);
        transition: max-height 0.15s ease-out;
        padding: 0;
        overflow: hidden;
        height: 0;
    }

        .artist-details .left-menu li .years.opened-container {
            transition: max-height 0.25s ease-in;
            padding: 10px 5px;
            height: auto;
        }

        .artist-details .left-menu li .years a.year-item {
            border: none;
            padding: 5px 5px;
            min-width: 66px;
            box-sizing: border-box;
            text-align: center;
        }

            .artist-details .left-menu li .years a.year-item:hover {
                background-color: transparent;
                border-bottom: 1px solid lightgray;
                box-sizing: border-box;
            }

            .artist-details .left-menu li .years a.year-item.selected {
                background-color: transparent;
                border-bottom: 1px solid lightgray;
                box-sizing: border-box;
            }

.detail-container .now-photo-container {
    width: 100%;
    height: calc(100vh - 300px);
    position: relative;
}

    .detail-container .now-photo-container .details-items {
        position: absolute;
        top: 0;
        left: 0;
        width: 25%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        padding: 20px;
        box-sizing: border-box;
        color: white;
        border-right: 2px dotted rgba(255,255,255,0.3);
    }

        .detail-container .now-photo-container .details-items h1,
        .detail-container .now-photo-container .details-items date,
        .detail-container .now-photo-container .details-items a {
            color: white;
            display: block;
        }

        .detail-container .now-photo-container .details-items date {
            margin: 10px 0;
        }

        .detail-container .now-photo-container .details-items a {
            margin-top: 10px;
            text-align: right;
        }

.artist-details .detail-container {
    box-sizing: border-box;
    min-height: calc(100vh - 132px);
}

    .artist-details .detail-container.with-padding {
        padding: 30px 20px;
    }

    .artist-details .detail-container .work-item-container {
        border: 1px solid rgba(0,0,0,0.05);
    }

        .artist-details .detail-container .work-item-container .img-item-container {
            width: 100%;
            height: 200px;
            background-size: cover;
            background-position: center center;
        }

    .artist-details .detail-container .exhibition-item-container {
        margin: 0;
        padding: 0;
    }

        .artist-details .detail-container .exhibition-item-container li {
            list-style-type: none;
            margin: 0;
            padding: 0;
            border-bottom: 1px solid lightgray;
            padding: 10px;
        }

            .artist-details .detail-container .exhibition-item-container li h3 {
                color: black;
            }

        .artist-details .detail-container .exhibition-item-container date {
            color: #4c4c4e;
            font-size: 14px;
        }

        .artist-details .detail-container .exhibition-item-container p {
            padding: 0;
            margin: 0;
        }

        .artist-details .detail-container .exhibition-item-container li:hover {
            background-color: rgba(0,0,0,0.03);
        }

.contact-header {
    width: 100%;
    height: 300px;
    background: url('../images/galeri.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-container {
    margin-top: 30px;
}

    .contact-container h3 {
        color: black;
        font-size: 18px;
        font-weight: 600;
        border-bottom: 1px solid lightgray;
        margin-bottom: 10px;
    }

    .contact-container .adress-item {
        width: 20%;
    }

    .contact-container .phone-item {
        width: 20%;
    }

        .contact-container .phone-item .phone-inner-container {
            width: 200px;
            margin: auto;
        }

    .contact-container .work-hours-item {
        width: 20%;
    }
.page-title {
    border-bottom: 1px solid lightgray;
    /* border-top: 1px solid lightgray;*/
    padding: 10px 10px;
    font-weight: 700;
    background-color: #f7f7f7;
    margin-bottom:25px;
}
.about-us-container{

}
   
    .about-us-container .about-photo {
        position: relative;
        background: url('../images/Gallery-Photo.jpg') no-repeat center center;
        background-size: cover;
        height: calc(100vh - 132px);
    }

        .about-us-container .about-photo .about-us-text {
            position:absolute;
            left:0;
            top:0;
            width: 35%;
            height:100%;
            color: white;
            background-color: rgba(0,0,0,0.7);
            box-sizing: border-box;
            color: white;
            border-right: 2px dotted rgba(255,255,255,0.3);
            padding:20px;
        }
            .about-us-container .about-photo .about-us-text h3 .about-us-container .about-photo-mobile h3{
                color: white;
                display: block;
                font-weight: 500;
                font-size: 24px;
                margin-bottom: 20px;
            }

    .about-us-container .about-photo-mobile {
        display: none;
    }

        .about-us-container .about-photo-mobile h3 {
            display: block;
            font-weight: 500;
            font-size: 24px;
            margin-bottom: 10px;
            margin-top: 20px;
            color:black;
        }

.form-control.line-style {
    border: none;
    border-bottom: 1px solid lightgray;
    border-radius: 0;
    outline: none !important;
}

.main-slider .owl-theme .owl-controls {
    position: relative;
}

.main-slider .owl-pagination {
    text-align: right;
    width: 79px;
    position: absolute;
    right: -3px;
    bottom: -23px;
    z-index: 999999999999999999;
}