/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Search > Empty-101 */
.search-out {
    height: 100% !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    z-index: 999;
}
.searchDiv {
    top: -140px;
    height: auto;
    width: 50%;
    left: 25%;
    overflow: hidden;
    position: fixed;
    padding: 15px !important;
    transition: 4s ease;
    z-index: 1000;
    border: 0px solid transparent;
    border-radius: 5px;
    background-color: var(--navbar-dw-bg);
}
.searchOpen {
    top: 25% !important;
    height: auto;
    transition: 2s ease;
}
.searchInput {
    border-box: box-sizing;
    background-repeat: no-repeat;
    font-size: 18px;
    padding: 5px 10px;
    border: none;
    width: 70%;
    margin: 10px 0px 10px 10px;
    border: 0px solid transparent;
    color: var(--navbar-dw-bg);
}
.searchButton {
    width: 20%;
    background-color: transparent !important;
    border: 0px solid transparent;
    margin: 10px 0px 10px 0px;
    color: #ffffff;
}
@media (max-width: 767px) {
    .searchDiv {
        width: 80%;
        left: 10%;
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Search > Empty-101 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Social > Popup-001-S */
@media (min-width: 767px) {
    .social-popup-001-cls,
    .social-popup-001-src {
        border-radius: 5px;
    }
    .social-popup-001-s {
        position: fixed;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9999;
        -webkit-animation-name: social-popup-001-s-anime;
        -webkit-animation-duration: 3s;
        -webkit-animation-fill-mode: forwards;
        animation-name: social-popup-001-s-anime;
        animation-duration: 3s;
        animation-fill-mode: forwards;
    }
    @-webkit-keyframes social-popup-001-s-anime {
        from {
            right: -100px;
        }
        to {
            right: 30px;
        }
    }
    @keyframes social-popup-001-s-anime {
        from {
            right: -100px;
        }
        to {
            right: 30px;
        }
    }
    .social-popup-001-s a {
        display: block;
        text-align: center;
        transition: all 0.3s ease;
        color: white;
        font-size: var(--social-fs);
        border-radius: 5px;
        margin: 2px !important;
        color: var(--social-text);
        background-color: var(--social-bg);
    }
    .social-popup-001-s > a:hover {
        text-decoration: none;
        color: var(--social-text-hover);
        background-color: var(--social-bg-hover);
    }
    .social-popup-001-s > a > .fa {
        padding: 10px;
        width: 40px;
        text-align: center;
        text-decoration: none;
    }
}
@media (max-width: 768px) {
    .social-popup-001-cls {
        visibility: hidden;
        width: 0px !important;
        margin: 0px !important;
        padding: 0px !important;
    }
    .social-popup-001-src {
        color: white;
        background: black;
        color: var(--social-text);
        background-color: var(--social-bg);
    }
    .social-popup-001-s {
        text-align: center;
        padding: 0px;
        display: flex;
        width: 100%;
    }
        .social-popup-001-s > a {
            font-size: 14px;
            /* */
            width: 100%;
            padding: 10px 5px;
            display: flex;
            text-align: center;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-decoration: none;
            color: var(--social-text);
            background-color: var(--social-bg);
        }
            .social-popup-001-s > a:hover {
                text-decoration: none;
                color: var(--social-text-hover);
                background-color: var(--social-bg-hover);
            }
            .social-popup-001-s > a > .fa {
                padding: 5px 5px;
                width: 30px;
                text-align: center;
                text-decoration: none;
                border-radius: 5px;
                margin: 1px 2px;
                text-decoration: none;
            }
                .social-popup-001-s > a > .fa:hover {
                    opacity: 0.7;
                    text-decoration: none;
                }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Social > Popup-001-S */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Title > Breadcrumb-103 */
.bt-detail {
    clear: both;
    background: var(--title-bg) !important;
    border-radius: 0px !important;
    margin: var(--title-mg) !important;
    padding: var(--title-pg) !important;
    border-bottom: var(--title-brd) solid var(--title-brd-bg) !important;
    text-align: right;
    font-family: var(--title-ff) !important;
}
    .bt-detail li {
        padding: var(--title-li-pg) !important;
        font-size: var(--title-fs) !important;
        font-weight: bold !important;
        color: var(--title-li-text) !important;
        background-color: var(--title-li-bg) !important;
    }
    .bt-detail > li > a,
    .bt-detail > li > a:hover {
        color: var(--title-li-text) !important;
    }
.bt_ref_filter,
.bt_pro_sort {
    overflow: hidden;
    color: var(--title-text) !important;
    background: var(--title-bg) !important;
    border-bottom: var(--title-brd) solid var(--title-brd-bg) !important;
}
    .bt_ref_filter .ref_filter_droplist,
    .bt_pro_sort .pro_sort_droplist {
        margin: 15px 0px 15px 0px !important;
        padding: 5px 15px 5px 15px !important;
        float: left;
        font-weight: normal;
        font-size: var(--title-drop-fs) !important;
        border: 0px solid transparent !important;
        color: var(--title-drop-text) !important;
        background-color: var(--title-drop-bg) !important;
    }
.social-sharing,
.comments-button,
.title-link {
    float: left;
    margin: 0px 0px 0px 0px;
    margin-top: var(--title-link-mg) !important;
    text-align: left;
    overflow: hidden;
}
    .social-sharing .fa,
    .comments-button .fa,
    .title-link .fa {
        font-size: var(--title-link-fs) !important;
        border: 0px !important;
        margin: 0px !important;
        padding: 5px 10px !important;
    }
    .social-sharing a,
    .comments-button a,
    .title-link a {
        font-size: var(--title-link-fs) !important;
        border: 0px !important;
        margin: 0px 5px !important;
        padding: 5px 0px !important;
        color: var(--title-link-text) !important;
        background-color: var(--title-link-bg) !important;
    }
        .comments-button a,
        .comments-button a:hover,
        .title-link a,
        .title-link a:hover,
        .social-sharing a .fa-facebook-official,
        .social-sharing a:hover .fa-facebook-official,
        .social-sharing a .fa-twitter-square,
        .social-sharing a:hover .fa-twitter-square,
        .social-sharing a .fa-google-plus-square,
        .social-sharing a:hover .fa-google-plus-square,
        {
            clear: both;
            color: var(--title-li-text) !important;
        }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Title > Breadcrumb-103 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > PageInContent > Default-101 */
.pic-default-101 {
    overflow: hidden;
    background-color: transparent !important;
    margin: 0px -15px !important;
}
.pic-default-101-img {
    margin: 20px !important;
    height: var(--pageincontent-img-h);
    border-radius: var(--pageincontent-img-br);
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > PageInContent > Default-101 */


