.tr_search { line-height: 40px;}
.tr_search  input:focus { outline: none;}
.tr_search .icon { font-size: 24px; color: #333; cursor: pointer;}
.tr_search .search_form { background: #fff; width: 100%; position: absolute; left: 0; top: -200px;}
.tr_search .search_form .form-control { margin-left: 1em; width: 80%; text-indent: 8px;}
.tr_search .search_form.open { display: block;}
.tr_search button,
.tr_search input { line-height: 1.9em;}
.tr_search .btn-submit,
.tr_search .btn-close { background: #2b5891; border-width: 0;}
.tr_search .btn-close { background: #8e8e8e;}
.tr_search .btn-submit .icon,
.tr_search .btn-close .icon { color: #fff;}

.tr_search button span { position: relative; top: 2px;}
.tr_search .close-btn { margin-left: 13px;}
