.search-toggle {
	margin-right: 15px;
	margin-left: 15px;
	line-height: 50px;
	text-decoration: none;
	color: #6d747b;
}
#search-overlay .search-close {
	position:absolute;
	top:25px;
	right:28px;
	padding:0;
	background-color:transparent;
	border:0;
	cursor:pointer;

	font-size:24px;
	color:#fff
}
#search-overlay .search-close:focus,
#search-overlay .search-form input[type=search]:focus,
#search-overlay .search-form input[type=submit]:focus {
	border:1px dotted rgba(255,255,255,.7)
}
#search-overlay .search-form {
	position:absolute;
	top:50%;
	left:50%;
	width:calc(100% - 30px);
	max-width:600px;
	transform:translate(-50%,100%);
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s
}
#search-overlay .search-form input[type=search] {
	width:100%;
	height:53px;
	padding-right:53px;
	background-color:transparent;
	border:0;
	border-bottom:2px solid #fff;
	font-size:28px;
	color:#fff
}
#search-overlay .search-form .search-submit {
	position:absolute;
	top:0;
	right:0;
	width:53px;
	height:53px;
	z-index:1;

	font-size:18px;
	line-height:53px;
	text-align:center;
	color:#fff
}
#search-overlay .search-form .search-submit:before {
	z-index:-1
}
#search-overlay .search-form input[type=submit] {
	position:absolute;
	top:0;
	left:0;
	width:53px;
	height:53px;
	background-color:transparent;
	border:0
}
#search-overlay.open {
	opacity:1;
	z-index:9999
}
#search-overlay.open .search-form {
	transform:translate(-50%,-50%)
}
