.searchModel .searchInput label {
    float: left;
    width: 100%;
}

.nav-aux form {
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
}

    .nav-aux form input {
        border-radius: 0;
        font-size: 16px;
        padding: 5px 5px 5px 30px;
        position: relative;
        top: 0;
        width: 97%;
    }

.nav-aux .aux-search a {
    display: block;
}

.btn::-moz-placeholder, input::-moz-placeholder {
    color: #888;
    opacity: 1;
}

input:focus {
    outline: 0;
}

.searchModel .searchBox.bg-cyan .btn::-moz-placeholder, .searchModel .searchBox.bg-cyan input::-moz-placeholder {
    color: #fff !important;
}

.searchModel .searchBox.bg-cyan input::-webkit-input-placeholder {
    color: #fff !important;
}

.searchModel .search-icon-grey {
    
    height: 35px;
    left: 0;
    position: absolute;
    top: 31px;
    width: 35px;
    z-index: 99;
}

/*.searchBox .search-icon {
    background: url(/Assets/Global/Components/Img/g_search-32.png);
    height: 30px;
    left: -15px;
    position: absolute;
    top: 35px;
    width: 30px;
}*/

.searchModel .searchBox.bg-cyan .search-icon-grey .i-search-q
{
display:block;
}

.searchModel .searchBox .search-icon-grey .i-search-q-black
{
display:block;
}

.searchModel .searchBox.bg-cyan .search-icon-grey .i-search-q-black 
{
display:none;
}

.searchModel .searchBox .search-icon-grey .i-search-q
{
display:none;
}

.searchModel .close-icon-over-input {
    background: url(/media/Images/Global/Components/Common/Icons/input-close-icon.png) right 27px no-repeat;
    cursor: pointer;
    display: none;
    float: right;
    height: 54px;
    width: 30px;
    z-index: 99999;
}

.searchModel .searchBox .close-icon-over-input {
    background: url(/Assets/Global/Components/Img/input-close-icon.png) no-repeat;
    bottom: 23px;
    height: 30px;
    position: absolute;
    right: 52px;
    width: 30px;
}

.searchModel .searchBox.bg-cyan .close-icon-over-input {
    background: url(/Assets/Global/Components/Img/cross_white.png) no-repeat;
    /*bottom: 36px;
    height: 30px;
    position: absolute;
    right: 70px;
    width: 30px;*/
}


.searchModel .searchBox img.close-icon-over-input {
    background-image: none;
    bottom: 50px;
}

.searchModel .close-icon {
    background: url(~/media/Images/Global/Components/Common/Icons/overlay-close-icon.png) right 15px no-repeat;
    cursor: pointer;
    display: block;
    height: 55px;
    position: absolute;
    right: 25px;
    top: 10px;
    width: 40px;
}

.show-icon {
    display: block;
}

.searchModel .searchBox {
    margin-top: 70px;
    padding: 30px 50px;
}

    .searchModel .searchBox.bg-cyan {
        background-color: #0079c8;
    }

    .searchModel .searchBox p {
        margin-bottom: -7px;
    }

    .searchModel .searchBox.bg-cyan .search-lbl {
        color: #fff;
    }

    .searchModel .searchBox .tt-hint {
        /*//width: 100%;*/
        color: #ccc !important;
    }

    .searchModel .searchBox .searchInput label input {
        background-color: transparent;
        border: none;
        color: #1b1b1b;
        font-size: 60px;
        height: 70px;
        padding: 0 28px 10px 40px;
    }

    .searchModel .searchBox.bg-cyan .searchInput label input {
        color: #fff;
        box-shadow:none;
        -moz-box-shadow:none;
        -webkit-box-shadow:none;
    }

    .searchModel .searchBox .searchInput label input {
        
        box-shadow:none;
        -moz-box-shadow:none;
        -webkit-box-shadow:none;
    }

.searchModel .input_container {
    border-bottom: 2px dotted #ccc;
    float: left;
    margin-top: 10px;
    width: 100%;
}


.searchModel .searchBox.bg-cyan .input_container {
    border-bottom: 2px dotted #fff;
}

.populor-searches li a {
    display: inline !important;
}

.populor-searches li {
    padding: 5px 0;
}

.searchModel .searchInput {
    position: relative;
}

.searchModel .searchBox .searchInput button {
    background: #0079c8;
    border: 0;
    cursor: pointer;
    height: 40px;
    margin: 31px 0 0 -41px;
    padding: 0;
    width: 40px;
    position: absolute;
}

.searchModel .searchBox.bg-cyan .searchInput button {
    background: none repeat scroll 0 0 #ffffff;
}

.searchModel .searchBox .searchInput button.search-btn {
    background-color: #fff;
    color: #0079c8;
    font-weight: 700;
    margin-left: -100px;
    width: 100px;
}

/*span.serch-btn {
    background: url(/Assets/Global/Components/Img/g_search-32.png) no-repeat;
    float: left;
}*/

.searchModel .searchBox .searchInput button.typehead-show-btn {
    display: none;
    background-color: #fff;
    margin-left: -65px;
    width: 60px;
}

.searchModel .searchBox .searchInput span.search-btn {
    background: url('/Assets/Global/Components/Img/search-q.png') no-repeat 9px 9px;
    display: block;
    background-size: 50% 50%;
    height: 100%;
    width: 100%;
}

.searchModel .searchBox.bg-cyan .searchInput span.search-btn {
    background: url('/Assets/Global/Components/Img/search-q-cyan.png') no-repeat 9px 9px;
    background-size: 50% 50%;
    height: 100%;
    width: 100%;
}



.searchModel .searchBox .searchInput img.typehead-show-btn {
    display: none;
    /*margin-left: -65px;
    height: 60px;
    width: 60px;*/
}

.searchModel .searchBox .searchInput button.typehead-show-btn .serch-btn {
    background: url('~/media/Images/Global/Components/Common/Icons/icon-s21a6da5d12.png') no-repeat -3565px 0;
    width: 28px;
    height: 30px;
}

.searchModel .searchInput ul.autoSuggestion {
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    float: none;
    position: absolute;
    top: 60px;
    width: 93%;
}

ul.autoSuggestion li {
    float: none !important;
    padding: 0 10px;
}
/*
.nav-aux .nav-aux-main a:hover {
    background-color: #d1d1d1 !important;
}*/


ul.autoSuggestion li:hover {
    background: #d1d1d1;
}

ul.autoSuggestion li a {
    color: #1b1b1b;
    display: block;
    font-size: 20px;
    padding: 5px 0 !important;
}

    ul.autoSuggestion li a:hover {
        background: url(~/media/Images/Global/Components/Common/Icons/arrow-m-right.png) right 10px no-repeat;
        color: #1b1b1b;
        text-decoration: none;
    }

.searchModel .searchInput .grid h5 {
    color: #000;
    margin-top: 30px;
}

.searchModel .searchInput .grid ul, .searchModel .searchInput .grid ul li {
    float: none;
}

    .searchModel .searchInput .grid ul li a {
        font-size: 16px;
        padding: 5px 0;
    }

.searchModel .searchInput .grid p {
    font-size: 16px;
    padding: 30px;
    position: relative;
}

.searchModel span.twitter-typeahead {
    width: 83%;
}

.searchModel .searchInput .grid ul li a:hover {
    background: 0 0 !important;
}

.active-overlay {
    overflow: hidden;
}

.no-show {
    display: none !important;
}

.remove-opacity {
    opacity: 0 !important;
}

.mod-search-overlay {
    background: url(~/media/Images/Global/Components/Common/Icons/fancybox_overlay.png);
    height: 100%;
    left: 0;
    position: fixed;
    transition: opacity .5s ease-out 0s;
    width: 100%;
    z-index: 9999999;
}

.outer-wrap {
    background: #fff;
    margin: 0 auto;
    min-height: 600px;
    padding-bottom: 20px;
}

a.active .i-search-q-sml-grey {
    background: url(img/icon/search-q-sml-cyan.png) no-repeat;
    width: 18px;
    height: 19px;
}

.belt.searchModel.searchInput {
    margin-top: -190px;
    padding-top: 0;
    position: relative;
    z-index: 999;
}

@media ( max-width: 767px ) {
    .belt.searchModel.searchInput {
        margin-top: -50px;
        padding: 0px;
    }
}

.searchModel .searchBox form input {
    width: 97%;
    top: 0;
    border-radius: 0;
}

.tt-suggestion.tt-cursor {
    color: #333;
    background: url(/Assets/Global/Components/Img/dropdown_suggestion_arrow.png) 95% 7px no-repeat #e8e8e8;
}

.searchModel .searchBox.bg-cyan .tt-suggestion {
    color: #333333 !important;
}

.tt-dropdown-menu {
    width: 120.5% !important;
}


@media ( max-width: 767px ) {
    html.mob-active{
        overflow-y: scroll;
    }
    .searchModel .searchBox {
        padding-left: 15px;
        padding-right: 15px;
    }

        .searchModel .searchBox .searchInput label input {
            font-size: 40px;
            padding-left: 0;
            padding-right: 0;
            width: 70%;
        }

        .searchModel .searchBox .search-icon {
            display: none;
        }

       /* .searchModel .searchBox .close-icon-over-input {
            margin-bottom: 18px;
            margin-right: 36px;
        }*/

        .searchModel .searchBox .searchInput button.search-btn {
            display: none;
        }


        .searchModel .searchBox .searchInput button.typehead-show-btn {
            display: inline;
        }

        .searchModel .searchBox.bg-cyan .search-icon-grey {
            display: none;
        }

        .searchModel .searchBox .search-icon-grey {
            display: none;
        }


        .searchModel .searchBox .searchInput label input {
            padding: 0 28px 2px 0px;
        }

        /*.searchModel .searchBox .searchInput button {
            margin: -20px 0 0 -80px;
            height: 80px;
            width: 80px;
        }*/

        .searchModel .searchBox.bg-cyan .searchInput span.search-btn {
            background: url('/Assets/Global/Components/Img/search-q-cyan.png') no-repeat 9px 9px;
            background-size: 50% 50%;
        }

        .searchModel .searchBox .searchInput span.search-btn {
            background: url('/Assets/Global/Components/Img/search-q.png') no-repeat 9px 9px;
            background-size: 50% 50%;
        }
}

@media screen and (max-width:766px) {
    .mob-active .searchModel .searchBox p {
        margin-left: 10px;
    }

    .mob-active .searchModel .search-icon-grey {
        display: none;
    }

    .mob-active .searchModel .searchBox .searchInput label input {
        border: none;
        font-size: 50px;
        height: 82px;
        padding: 0 27% 0 10px;
        width: 89%;
        margin-left: 0;
    }

    .mob-active .searchModel .close-icon {
        right: 10px;
        top: 0;
        z-index: 999999;
    }

    .mob-active .searchModel .searchInput label {
       /* margin-top: 10px; */
    }

    .mob-active .searchModel .input_container {
        width: 68.5%;
    }

    .mob-active .searchModel .searchInput .grid {
        height: auto;
        overflow-y: hidden !important;
    }

    .mob-active .tt-dropdown-menu {
        margin-top: 5px !important;
        padding: 8px 0;
        width: 100% !important;
    }

    .mob-active .searchModel .searchInput .grid p {
        display: none;
    }

    .mob-active .searchModel .searchBox .searchInput button {
        height: 82px;
        margin: 15px 0 0 25px;
        right: 13px;
        top: 15px;
        width: 60px;
        margin: 112px 0 0 -211px;
    }

    .mob-active .searchModel .searchBox .searchInput label input:focus {
        padding-left: 10px;
    }

    .mob-active .nav-aux form input {
        top: 5px !important;
    }

    .mob-active .searchModel .searchBox span.serch-btn {
        background-size: 22px 22px;
        float: left;
        height: 25px;
        margin-left: 17px;
        width: 28px;
    }

    .mob-active .searchModel .close-icon-over-input {
        position: absolute;
        right: 30%;
        top: 26px;
    }

    .mob-active #suggestion_form {
        background-color: #e5e5e5;
        padding: 19px 0;
    }

    .mob-active .searchModel .searchInput h5 {
        font-weight: 700;
    }

    .mob-active .searchModel .searchInput ul li {
        padding: 5px;
    }

    .mob-active .searchModel .searchInput ul.autoSuggestion {
        border: 2px solid rgba(0,0,0,.2);
        box-shadow: 0 0 0 rgba(0,0,0,.2);
        top: 89px;
        width: 95%;
    }

    .mob-active .searchModel .searchBox a {
        background: 0 0;
        display: block;
    }

    .mob-active .searchModel .searchInput .grid {
        padding: 20px 10px;
    }

        .mob-active .searchModel .searchInput .grid ul li {
            float: none;
        }

            .mob-active .searchModel .searchInput .grid ul li a {
                background: none !important;
                font-size: 16px;
                padding: 0;
            }

                .mob-active .searchModel .searchInput .grid ul li a:hover {
                    background: none !important;
                }

        .mob-active .searchModel .searchInput .grid ul li {
            border-left: medium none !important;
            padding: 7px 0;
        }

        .mob-active .searchModel .searchInput .grid h5 {
            color: #000;
        }

    .mob-active ul.autoSuggestion li {
        border-bottom: 2px solid rgba(0,0,0,.2);
        float: none !important;
        padding: 10px;
    }

        .mob-active ul.autoSuggestion li:last-child {
            border-bottom: 0 none;
        }

        .mob-active ul.autoSuggestion li a {
            background: url(~/media/Images/Global/Components/Common/Icons/arrow-m-right.png) right 15px no-repeat !important;
            display: block !important;
            padding: 10px !important;
        }

    .mob-active .mod-search-overlay {
        background: none !important;
        margin-bottom: 0;
        overflow-y: auto;
    }

    .mob-active .outer-wrap {
        background: #fff;
        margin: 0 auto;
        padding-bottom: 60px;
    }

    .mob-active .searchModel .searchBox, .mob-active .searchModel .searchInput .grid {
        margin-top: 0;
    }

    .mob-active .searchModel .input_container {
        border-bottom: 0;
       /* padding-left: 10px; */
    }
}
