@font-face {
    font-family: 'icon-search';
    src: url('icon-search.eot?e3781n');
    src: url('icon-search.eot?e3781n#iefix') format('embedded-opentype'),
    url('icon-search.ttf?e3781n') format('truetype'),
    url('icon-search.woff?e3781n') format('woff'),
    url('icon-search.svg?e3781n#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-search:before {
    content: "\e036";

    font-family: 'icon-search';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*custom css*/
.icon-search-bar {
    position: relative;
}

.icon-search-bar .icon-search {
    position: absolute;
    right: 0;
    font-size: 18px;
    color: #cccccc;
    padding: 6px 5px 4px 5px;
    cursor: pointer;
}

.search-icon-key {
    height: 34px;
    width: 30px;
    padding: 6px 28px 6px 12px;
    border: solid 1px #cccccc;
    border-radius: 3px;
    display: none;
    /*position: absolute;*/
    float: right;
    right: 0;
}

#PcSearchform, #MobileSearchform {
    display: block;
    min-width: 10px;
    right: 65px;
    float: right;
    position: relative;
    z-index: 999;
}

#MobileSearchform {
    float: right;
    margin: 5px -25px 0 0;
}

#PcSearchform input {
    max-width: 142px;
}

#MobileSearchform input {
    max-width: 100px;
}
