div.header {
    position: relative;
    /*height: 89px;*/
    float: left;
    width: 100%;
    display: block;
}

div.searchWrap {
    /*border-bottom: 4px solid #990000;*/
    position: relative;
}

span.search-sb {
	color: #fff;
	display: block;
	background-color: #990000;
	width: 116px;
	height: 22px;
	background-color: #990000;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 25px;
	cursor: pointer;
	z-index: 10;
	font-family: arial;
	font-weight: normal;
	font-size: 13px;
	padding: 6px 0 0 0;
	line-height: 1;
	display: none;
}

span.search-sb:before {
	content: "\f0d8";
	padding-right: 8px;
	font-family: FontAwesome;
}

div.search-bar {
    background: #fff;
    font: 12px 'Lucida sans', Arial, Helvetica, 'sans-serif';
    color: #eee;
    text-align: center;
    width: 100%;
    margin: auto;
    float: left;
    padding: 10px 0 0;
    display: block;
    z-index: 2;
}

.search {
}

    .search .search-txt {
        float: left;
        width: 166px;
        border: 0px;
        padding-left: 6px;
        background: transparent;
        font: normal 12px 'lucida sans', 'trebuchet MS', 'Tahoma', 'sans-serif';
        line-height: normal;
        height: 24px;
        display: inline-block;
        background: #fff;
        border: 2px solid #bebebe;
        /* border-right: 0 none; */
        background: #f3f3f3;
        color: #000;
    }

        .search .search-txt:focus {
            outline: none;
        }

        .search .search-txt::-webkit-input-placeholder {
           color: #999;
           font-weight: normal;
           font-style: italic;
        }
        
        .search .search-txt:-moz-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }
        
        .search .search-txt:-ms-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

    .search .search-btn {
        cursor: pointer;
        float: left;
        padding: 8px;
        border: 0px;
        opacity: 0.5;
        height: 30px;
        font-size: 13px;
        color: #fff;
        opacity: 1;
        background: #900;
    }

.searchwhite {
    float: right;
    padding: 0px 12px 0 0;
    margin: 0px;
    clear: both;
}

.searchblack {
    width: 204px;
    height: 25px;
    position: absolute;
    top: 84px;
    right: 12px;
}

.searchwhite .search-txt {
    width: 202px;
}
