@charset "utf-8";
/* CSS Document */

div#search { display:inline-block; height:30px; vertical-align:top;  }

div#search a { line-height:30px; text-transform:uppercase; font-size:14px; font-family:"Raleway",Arial, Helvetica, sans-serif; text-decoration:none; color:#939393; height:30px; display:block; padding-left:25px; }
div#search a:hover { color:#f37639; }

div#search a:before, div#search a:after { content:''; width:20px; height:30px; position:absolute; left:0px; top:0px; background:url(../images/search_icon.png) 0px -30px no-repeat; opacity:0; }
div#search a:after { background:url(../images/search_icon.png) 0px 0px no-repeat; opacity:1; }
div#search a:hover:before { opacity:1; }
div#search a:hover:after { opacity:0; }

input { transition:all .3s; -webkit-transition:all .3s; }
input[name="search_text"] { display:block; background:#eeeeee; border-radius:5px; padding:10px; width:70%; margin:10px 0px; }
input[name="search_text"]:hover, input[name="search_text"]:focus { background:#fcddcd; }

input[name="do_search"] { background:url(../images/search_btn.png) 20px center no-repeat #f37639; padding:10px 20px 10px 45px; border-radius:5px; color:#fff; text-transform:uppercase; cursor:pointer; font-weight:400; margin-top:20px; }
input[name="do_search"]:hover {  background:url(../images/search_btn.png) 20px center no-repeat #797a7c; }

div.search-info span { display:block; font-size:16px; margin-bottom:5px; }
div.search-info b { font-weight:400; }

div.search-info a { display:inline-block; padding:5px 10px; background:#f37639; color:#fff; text-transform:uppercase; margin-top:20px; border-radius:5px; font-size:16px; font-weight:400; }
div.search-info a:hover { background:#797a7c; }

div.search-form label { display:block; }
div.search-form select { margin:10px 0px; line-height:24px; font-size:18px; padding:10px; /*width:auto !important;*/ }

div.search_type, div.search_fullword, div.search_logic { display:inline-block; }
div.search_type { width:170px; }
div.search_logic { width:280px; }
div.search_fullword { width:330px; }

div.search_type div.select, div.search_type select { width:140px !important; }
div.search_logic div.select, div.search_logic select { width:100px !important; }
div.search_fullword div.select, div.search_fullword select { width:300px !important; }

div.search-form div.select { position:absolute; margin:10px 0px; line-height:24px; font-size:18px; padding:10px; height:auto !important; }
div.search-form div.select span { line-height:24px; font-size:18px; padding:0px; }

div.search-form div.select:before, div.search-form div.select:after { content:''; position:absolute; width:30px; height:30px; right:0px; top:8px; background:url(../images/select.png) left top no-repeat; transition:all .3s; -webkit-transition:all .3s; }
div.search-form div.select:after { background:url(../images/select.png) left -29px no-repeat; opacity:0; }

div.search-form select:hover+div.select:after, div.search-form select:focus+div.select:after { opacity:1; }
div.search-form select:hover+div.select:before, div.search-form select:focus+div.select:before { opacity:0; }