﻿
form.sow-search {
    position: relative
}

    form.sow-search.sow-search-over {
        position: absolute;
        left: 15px;
        right: 15px;
        top: 0;
        bottom: 0;
        z-index: 9999;
        -webkit-animation: fadeIn .6s;
        animation: fadeIn .6s
    }

    form.sow-search.hide {
        display: none !important
    }

    form.sow-search .sow-search-backdrop {
        position: fixed !important;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10
    }

    form.sow-search .sow-search-container, form.sow-search .sow-search-input {
        position: relative;
        z-index: 100
    }

    form.sow-search .sow-search-container {
        top: 100%;
        position: absolute;
        color: #2e2e2e;
        border-radius: .25rem
    }

        form.sow-search .sow-search-container > .sow-search-container-wrapper {
            background-color: #fff;
            border-radius: .25rem;
            width: 100%
        }

    form.sow-search ul.list-suggestion > li > a {
        color: #a1a8ae;
        position: relative;
        text-decoration: none;
        background-color: transparent;
        display: block;
        padding: 8px 15px
    }

        form.sow-search ul.list-suggestion > li > a > i {
            margin-right: 6px
        }

    form.sow-search ul.list-suggestion > li.active > a, form.sow-search ul.list-suggestion > li:hover > a {
        background-color: #f8f9fa
    }

    form.sow-search .sow-search-container:before {
        content: "";
        position: absolute;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
        top: -12px;
        left: 5%
    }

    form.sow-search.sow-search-over .sow-search-input > .input-group-over {
        background-color: #fff;
        padding-left: 15px;
        padding-right: 15px
    }

        form.sow-search.sow-search-over .sow-search-input > .input-group-over .sow-search-buttons {
            margin-left: 15px;
            margin-right: 15px;
            padding-left: 6px;
            padding-right: 6px
        }

    form.sow-search .sow-search-container {
        top: 66px
    }

    form.sow-search.sow-search-over .sow-search-container {
        top: 96px
    }

    form.sow-search input.form-control-sow-search.form-control-lg:not(.form-control-custom) {
        height: 50px !important;
        padding-top: .58rem !important;
        padding-bottom: .58rem !important
    }

    form.sow-search input.form-control-sow-search:not(.form-control-custom):not(.form-control-lg) {
        height: 50px !important;
        font-size: 1rem !important
    }

.sow-search-content a > em {
    font-style: normal;
    color: #2e2e2e
}

@media only screen and (min-width:768px) {
    form.sow-search input.form-control-sow-search.form-control-lg:not(.form-control-custom) {
        font-size: 1.3rem !important
    }
}

@media only screen and (max-width:991px) {
    form.sow-search:not(.sow-search-mobile) {
        display: none
    }

    form.sow-search-mobile {
        position: fixed !important;
        top: 18px !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 9999;
        margin: 0 !important
    }

        form.sow-search-mobile .sow-search-container {
            position: fixed;
            display: inline-flex !important;
            top: 96px;
            bottom: 15px
        }

        form.sow-search-mobile .sow-search-container, form.sow-search-mobile .sow-search-input {
            margin-left: 15px;
            margin-right: 15px;
            width: calc(100% - 30px) !important
        }

            form.sow-search-mobile .sow-search-input input {
                background-color: #fff !important;
                padding-right: 87px
            }

            form.sow-search-mobile .sow-search-input > .input-group-over {
                height: auto !important;
                padding-left: 0 !important;
                padding-right: 0 !important
            }

        form.sow-search-mobile input.form-control-sow-search, form.sow-search-mobile input.form-control-sow-search.form-control-lg {
            font-size: 1.09rem !important;
            color: #121212 !important;
            border: 0 !important;
            padding-left: 10px
        }

            form.sow-search-mobile input.form-control-sow-search.text-white::-webkit-input-placeholder {
                color: #a1a8ae !important
            }

            form.sow-search-mobile input.form-control-sow-search.text-white::-moz-placeholder {
                color: #a1a8ae !important
            }

        form.sow-search-mobile .sow-search-input > .input-group-over .sow-search-buttons, form.sow-search-mobile .sow-search-input > .input-group-over .sow-search-buttons a > i, form.sow-search-mobile .sow-search-input > .input-group-over .sow-search-buttons button > i {
            margin: 0 !important;
            padding: 0 !important;
            color: #7e8299 !important
        }

            form.sow-search-mobile .sow-search-input > .input-group-over .sow-search-buttons > .btn-sow-search-toggler {
                background-color: transparent !important;
                border: 0 !important;
                width: 52px !important;
                text-align: center;
                border-radius: 0 !important;
                border-left: 1px solid #f8f9fa !important
            }

                form.sow-search-mobile .sow-search-input > .input-group-over .sow-search-buttons > .btn-sow-search-toggler > i {
                    margin: 0 !important
                }
}

img.lazy {
    transition: filter .3s cubic-bezier(.4,.8,.74,1);
    filter: blur(0)
}




.menu-toggle-lupa {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    right: 30px;
    position: absolute;
    top: 16px;
}


/* Search Box */
.search-box-outer {
    position: relative;
}

.search-box-btn span {
    font-size: 20px;
    color: #001d23;
    cursor: pointer;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    height: 58px;
    width: 58px;
    line-height: 52px;
    display: inline-block;
    border: 2px solid #e9e9e9;
    text-align: center;
    border-radius: 5px;
}

.search-box-btn:after {
    display: none;
}

.sticky .search-box-btn span {
    color: #fff;
}

.style-three .search-box-btn span {
    color: #fff;
}

.search-box-outer .dropdown-menu {
    top: 49px !important;
    right: 0px;
    padding: 0px;
    width: 280px;
    left: auto !important;
    border-radius: 0px;
    border-top: 3px solid #0060ff;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.btn-box {
    position: relative;
    float: left;
    margin-left: 30px;
}

.search-box-btn.search-box-outer {
    display: inline-block;
}

.nav-btn.navSidebar-button {
    display: inline-block;
}

.petech_menu .search-box {
    display: inline-block;
}

    .petech_menu .search-box .form-group {
        position: relative;
        margin: 0px;
        top: -1px;
    }

        .petech_menu .search-box .form-group input[type="text"],
        .petech_menu .search-box .form-group input[type="search"] {
            position: relative;
            line-height: 28px;
            padding: 10px 50px 10px 25px;
            background: none;
            display: block;
            font-size: 14px;
            width: 200px;
            height: 74px;
            color: #222222;
            font-weight: 400;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            background-color: #ffffff;
            border-radius: 0px 50px 50px 0px;
        }

        .petech_menu .search-box .form-group button {
            position: absolute;
            right: 0px;
            top: 0px;
            height: 74px;
            width: 45px;
            font-size: 14px;
            color: #000048;
            line-height: 100%;
            background: none;
            display: inline-block;
            font-weight: normal;
            text-align: left;
            cursor: pointer;
        }
/*** 

====================================================================
	Search Popup
====================================================================

***/


.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #43baff;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

    .search-popup .close-search span {
        position: relative;
        height: 70px;
        width: 70px;
        font-size: 30px;
        line-height: 70px;
        color: #ffffff;
    }

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

    .search-popup .form-group input[type="text"],
    .search-popup .form-group input[type="search"] {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #000000;
        height: 70px;
        width: 100%;
        padding: 10px 30px;
        background-color: #ffffff;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        font-weight: 500;
        text-transform: capitalize;
    }

    .search-popup .form-group input[type="submit"], .search-popup .form-group button {
        position: absolute;
        right: 30px;
        top: 0px;
        height: 70px;
        line-height: 70px;
        background: transparent;
        text-align: center;
        font-size: 24px;
        color: #000000;
        padding: 0;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        border: none;
    }

        .search-popup .form-group input[type="submit"]:hover,
        .search-popup .form-group button:hover {
            color: #000000;
        }

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .search-popup .close-search.style-two span {
        font-size: 20px;
        color: #ffffff;
    }

.style2 .header-button {
    margin-left: 0;
}

.style2 .search-box-btn span {
    color: #fff;
    background: #43baff;
    border-color: #43baff;
}

.style-three .style2 .search-box-btn span {
    height: 54px;
    width: 54px;
    line-height: 44px;
    background: #fff;
    border: 0;
    border-radius: 5px;
    color: #43baff;
}

.btn-box {
    position: relative;
    float: left;
    margin-left: 30px;
}

.search-box-btn.search-box-outer {
    display: inline-block;
}

.header-src-btn {
    text-align: right;
}

.style-three .search-box-btn.search-box-outer {
    padding-right: 12px;
}
