﻿/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
    font-family: 'icomoon';
    src: url('../Content/fonts/icomoon/icomoon.eot');
    src: url('../Content/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../Content/fonts/icomoon/icomoon.woff') format('woff'), url('../Content/fonts/icomoon/icomoon.ttf') format('truetype'), url('../Content/fonts/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sb-search {
    z-index: 10;
    height: 42px;
    position: absolute;
    top: 65px;
    right: 0;
    width: 0;
    min-width: 72px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background:transparent;
    
}

.sb-search-input {
    height: 40px;
    outline:none;
    padding:0 10px;
    margin-left: 10px;
    width: 300px;

    /*color: rgb(51, 51, 51);*/
    font-family: inherit;
    position: absolute;
    right:0;
    margin-right:80px;
    background-color:transparent;
    /*width: 100%;*/
    
    z-index: 10;
    font-size: 20px;
    /*border:none;*/
    border:1px solid #5fc0e1;
    
    border-radius:10px 0px 0 10px;

    /*box-shadow: 0 0 0 1px rgba(0,0,0,0.1),2px 2px 8px rgba(0,0,0,0.1);*/
    
}

    .sb-search-input::-webkit-input-placeholder {
        color: rgb(14, 188, 255);
    }

    .sb-search-input:-moz-placeholder {
        color: rgb(14, 188, 255);
    }

    .sb-search-input::-moz-placeholder {
        color: rgb(14, 188, 255);
    }

    .sb-search-input:-ms-input-placeholder {
        color: rgb(14, 188, 255);
    }

.sb-icon-search,
.sb-search-submit {
    width: 100px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color:transparent;
    
}

.sb-search-submit {
    /*background: #fff;*/ /* IE needs this */
    background-color:transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    /*color: #FFF;*/
    /*background-color: #FFF;*/
    background-color:transparent;
    color: rgb(66, 66, 66);
    z-index: 90;
    font-size: 20px;
    /*font-family: 'icomoon';*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

    .sb-icon-search:before {
        /*content: "\e000";*/
    }

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

    .sb-search.sb-search-open .sb-icon-search,
    .no-js .sb-search .sb-icon-search {
        /*background: #fff;*/
        color: #5fc0e1;
        z-index: 11;
        width: 100px;
    }

    .sb-search.sb-search-open .sb-search-submit,
    .no-js .sb-search .sb-search-submit {
        z-index: 90;
    }
