﻿body {
	padding-top: 65px;
}
.site-container {
	background-color: #fff;
}

.search-container {
	display: flex;
	flex-direction: row;
	background-color: #eee;
	padding: 10px;
	justify-content: space-between;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	z-index: 9;
	position: fixed;
	top: 0;
	width: 100%;
}

.search-box, .search-box:focus {
	display: flex;
	flex-direction: row;
	border-radius: 10px;
	background-color: #fff;
	flex: 1;
	justify-content: flex-start;
	align-items: center;
	padding: 0 10px;
}

	.search-box input[type=submit] {
		height: 24px;
		width: 24px;
		margin-left: 5px;
		border: none;
		background:none;
		font-family:feather;
		color:#ccc;
		font-size:24px;
		padding:0;
		line-height:24px;
	}

	.search-box input[type=text] {
		width: 100%;
		border: none;
		height: 44px;
		outline: none;
		font-size: 14px;
	}

	.search-box input::-webkit-input-placeholder {
		color: #ccc;
		font-size: 12px;
	}

	.search-box input::-moz-placeholder {
		color: #ccc;
		font-size: 12px;
	}

	.search-box input::-ms-input-placeholder {
		color: #ccc;
		font-size: 12px;
	}

	.search-box input::-webkit-input-placeholder {
		color: #ccc;
		font-size: 12px;
	}

	.search-box input::-moz-placeholder {
		color: #ccc;
		font-size: 12px;
	}

	.search-box input::-ms-input-placeholder {
		color: #ccc;
		font-size: 12px;
	}
