@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,500,300,200,100);
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search] {
	background: #ededed url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 3px 32px 3px 10px;
	width: 55px;
	
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius:0.3em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:right all .5s;
}
input[type=search]:focus {
    text-align:right;
	width: 130px;
	background-color: #fff;
	border-color: #002d57;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
