body {
    padding: 0;
    margin: 0;
    font-family: 'Helvetica', sans-serif;
    font-size: 18px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: black;
}

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

p {
    line-height: 160%;
}

h1, h2, h3, h4 {
    line-height: 140%;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    /* font-weight: 200; */
    color: #000000;
    margin-bottom: 30px;
    line-height: 125%;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    /*font-weight: 700;*/
}

.main-content h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    /*font-weight: 700;*/
    margin-bottom: 0px;
}

a:hover,
a:focus {
    text-decoration: none;
}

.main-content ul, .main-content ol{
    margin-bottom: 25px;
     line-height: 160%;
}

.content_image{
    float: left;
    padding-right: 30px;
    padding-bottom: 15px;
}

/*------ other --------*/

.clearer{
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    display: block;
}

.spacer{
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    display: block;
    border-bottom: 1px dotted #C5B79D;
    padding-top: 20px;
    margin-bottom: 30px;
}

.header-area .top-bar {
    position: relative;
    background: white;
    /*border-bottom: 1px solid #D8D8D8;*/
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    z-index: 100;
}

.header-area .logo {
    padding-left: 0;
    margin-left: -15px;
}

.header-area .content-logo {
    height: 80px;
}

.header-area nav {
    text-align: right;
    padding: 27px 30px 27px 0;
}

@media screen and (max-width: 992px){
    .header-area .logo {
        padding: 0;
    }
    .header-area nav {
        position: relative;
        padding: 0;
        z-index: 50;
        background: white;
        display: none;
    }
}

.header-area ul.main-menu {
    display: inline-block;
    list-style-type: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

    .header-area ul.main-menu li {
        display: inline-block;
    }

        .header-area ul.main-menu li a {
            color: #000000;
            font-size: 18px;
            text-transform: uppercase;
            padding: 0 15px;
        }

    @media screen and (max-width: 1366px){
        .header-area ul.main-menu li a {
            padding: 0 10px;
        }
    }

    @media screen and (max-width: 992px){
        .header-area ul.main-menu{
            display: block;
        }
        .header-area ul.main-menu li {
            display: block;
            text-align: center;
        }
        .header-area ul.main-menu li a {
            display: block;
            padding: 15px;
            border-top: 1px solid #DDD;
        }
    }

    .header-area .language-menu {
        position: relative;
        display: inline-block;
        margin-left: 20px;
    }

        .header-area .language-menu::before {
            content: "";
            width: 10px;
            height: 17px;
            background: #F06D6D;
            position: absolute;
            left: -14px;
            top: 5px;
        }

        .header-area .language-menu ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            font-size: 18px;
            text-transform: uppercase;
        }

            .header-area .language-menu ul i {
                position: relative;
                display: inline-block;
                font-size: 12px;
                padding: 0 0 0 5px;
                top: -2px;
            }

            .header-area .language-menu ul li {
                position: relative;
            }

                .header-area .language-menu ul li a {
                    font-family: 'Poppins', sans-serif;
                    font-weight: 400;
                    color: #000000;
                    padding: 0 15px;
                    display: block;
                }

            .header-area .language-menu ul li ul {
                position: absolute;
                visibility: hidden;
                opacity: 0;
                left: 0;
                transition: all .2s ease-in-out;
            }

                .header-area .language-menu ul li:hover ul {
                    visibility: visible;
                    opacity: 1;
                }

            .header-area .language-menu ul li ul li a {
                padding: 10px 15px;
            }

        @media screen and (max-width: 992px){
            .header-area .language-menu {
                display: block;
                text-align: center;
                background: #EEE;
                margin: 0;
            }
            .header-area .language-menu::before {
                display: none;
            }
            .header-area .language-menu ul i {
                display: none;
            }
            .header-area .language-menu ul li {
                display: inline-block;
            }
            .header-area .language-menu ul li ul {
                position: relative;
                display: inline-block;
                visibility: visible;
                opacity: 1;
            }
            .header-area .language-menu ul li a {
                display: inline-block;
            }
        }

    .header-area .search {
        position: relative;
        display: inline-block;
        margin-left: 30px;
    }

        .header-area .search::before {
            content: "";
            width: 10px;
            height: 17px;
            background: #9707A1;
            position: absolute;
            left: -30px;
            top: 5px;
        }

.small-header {
    position: relative;
    /* height: 335px;
    background: url("../img/small-header.jpg") no-repeat center bottom;
    background-size: cover; */
    height: 180px;
    background: #BE3533;
}

    .small-header .search-section {
        position: absolute;
        bottom: 0;
        right:  50%;
        width: 800px;
    }

    .small-header .search-section H3{
        color: white;
        font-family: 'Merriweather', serif;
        /* font-style: italic; */
        font-weight: 600;
    }

    @media screen and (max-width: 992px){
        .small-header .search-section {
            width: 100%;
        }
    }

        .small-header .search-section .form-inline {
            position: relative;
            right:  -50%;
        }

.search-section {
    text-align: center;
}

    .search-section form {
        display: inline-block;
        text-align: left;
        padding: 42px;
        /* background: rgba(242,242,242,0.96); */
        background: #BE3533;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .search-section #collection-search {
        width: 500px;
    }

    @media screen and (max-width: 767px){
        .search-section form {
            display: block;
        }
        .search-section #collection-search {
            width: 100%;
        }
        .search-section button {
            display: block;
            width: 100%;
        }
    }

.main-content {
    min-height: 400px;
    padding: 55px 0 55px 0;
}

.sidebar {
    padding-left: 40px;
}

    @media screen and (max-width: 992px){
        .sidebar {
            padding-left: 0;
        }
    }

    #menu_content{

        margin-bottom: 50px;
    }

#main_menu a{

            font-family: 'Poppins', sans-serif;
            text-transform: uppercase;
        }

#main_menu .menu_item a,
#main_menu .menu_item_act a,
#main_menu .menu_item_last a,
#main_menu .menu_item_last_act a {
    display: block;
    font-size: 18px;
    color: #674C71;
    text-decoration: none;
    padding: 9px 8px 10px 8px;
    border-bottom: 1px solid #DAD3C3;
    }

    #main_menu .menu_item_last a,
    #main_menu .menu_item_last_act a {
    border: 0;
    }

    #main_menu .menu_item a:hover,
    #main_menu .menu_item_act a:hover,
    #main_menu .menu_item_last a:hover,
    #main_menu .menu_item_last_act a:hover {
    color: black;
        }

        #main_menu .selected a {
        color: #96159F;
        }
#right_column_content img{

    float: left;
    margin: 0 4px 4px 0;
}

.footer-area {
    background: #D8D7D3;
    font-size: 14px;
    font-weight: 600;
    color: #9b2422;
    padding: 35px 0 80px 0;
}

    .footer-area ul.footer-menu {
        text-align: right;
    }

        .footer-area ul.footer-menu li {
            display: inline-block;
        }

            .footer-area ul.footer-menu li a {
                color: #9b2422;
                padding: 0 15px;
                border-left: 1px solid #9b2422;
            }

            .footer-area ul.footer-menu li:first-child a {
                border: 0;
            }

    .previous {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 200;
        left: 30px;
        cursor: pointer;
    }

    .next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 200;
        right: 30px;
        cursor: pointer;
    }

.btn-green {
    background: #FFFFFF;
    border: 1px solid #92AF1A;
    border-radius: 4px;
    font-size: 16px;
    color: #92AF1A;
    transition: all .2s ease-in-out;
}

    .btn-green:hover {
        background: #92AF1A;
        color: white;
    }

    

       

.sr-only-focusable:active,  .sr-only-focusable:focus {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
    overflow: visible !important;
    clip: auto !important;
}

.fa-arrow-circle-right{
    color: GoldenRod;
}


/* list gradja*/

.list_item{
    margin-bottom: 36px;
}

.list_item-data{
    padding-top: 24px;
}

.collection_list_bottom .list_item_image{
    float: left;
    padding-right: 30px;
    /* width: 250px; */
    /* padding-bottom: 30px; */
}

.collection_list_bottom .list_item{
    width: 95%;
}

/*new list*/

.detail_image {
    float: left;
    padding-right: 30px;

}

/*other*/

.small_text {
font-size: 15px;

}



.detail_data td, .list_item_data td {
    padding: 10px 20px;
    border-bottom: 0px none;
    font-size: 15px;

    }

       .detail_data td.labels, .list_item_data td.labels{
        padding: 10px 20px;
        color: #333333;
        font-weight: bold;
        }

        .detail_data td.value {
        
        color: #9F6F0F;
        }

.list_item_data td {
    padding: 5px 20px;
    border-bottom: 0px none;
    font-size: 15px;

    }

       .list_item_data td.labels{
        padding: 5px 20px;
        color: #333333;
        font-weight: bold;
        }

.mobile-menu-trigger {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    cursor: pointer;
}

.mobile-menu-trigger i {
    font-size: 36px;
}

.list_item_image {
    min-height: 240px;
}

hr{
    margin-top: 40px;
    margin-bottom: 40px;
}

.list_metadata .label {
    color: black;
    padding-left: 0px;
}

.list_metadata .item-images img {
    margin-bottom: 35px;
}

.image {
    display: flex;
    justify-content: center;
  }
  