body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: sans-serif;
}

body {
	margin: 0;
	width: 100%;
	padding: 0;
	background-color: whitesmoke;
}

.header {
	background-color: silver;
	display: block;
	width: 100%;
	z-index: 100;
	position: fixed;
	height: 67px;
}

.logo {
	position: relative;
	height: 83%;
	padding-left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.menu {
	display: none;
}

.active.menu {
	display: block;
	position: absolute;
	box-sizing: border-box;
	padding-top: 8px;
	width: 100%;
}

.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #E5E7E9;
	text-decoration: none;
	list-style-type: none;
}

.header li a:hover {
	background-color: gray;
}

.fa {
	display: block;
	position: fixed;
	padding-top: 20px;
	right: 0;
	z-index: 100;
	padding-right: 25px;
	color: black;
}

#search {
	padding-right: 70px;
	padding-top: 18px;
}

.header li a {
	display: block;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 4%;
	text-decoration: none;
	font-size: 25px;
	color: black;
	border-bottom: 1px solid #F8F9F9;
}

h2.lf {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-weight: normal;
}

.main {
	display: block;
	box-sizing: border-box;
	width: 100%;
	z-index: -1;
}


#searchbody .main {
	display: block;
	box-sizing: border-box;
	top: 67px;
	padding-top: 30px;
	position: absolute;
	z-index: 2;
	font-size: 14px;
}

.active.main {
	display: none;
}

#index .main {
	height: 100%;
}

#searchbody .active.main {
	display: none;
}

#lost .main {
	padding-top: 67px;
}

#lost .active.main {
	display: none;
}

#found .main {
	padding-top: 67px;
}

#found .active.main {
	display: none;
}

#post .main {
	display: block;
	box-sizing: border-box;
	top: 67px;
	padding-top: 30px;
	padding-left: 5%;
	position: absolute;
	z-index: 2;
	font-size: 14px;
}

#post .active.main {
	display: none;
}

#item-page .active.main {
	display: none;
}

#item-page .main {
	display: block;
	box-sizing: border-box;
	padding-top: 67px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 30px;
}

#about .active.main {
	display: none;
}

#about .main {
	display: block;
	box-sizing: border-box;
	padding-top: 67px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 30px;
}

#about .main h2 {
	margin-top: 20px;
}


#item-page .main h2 {
	margin-top: 20px;
}

#item-page .main img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

#item-page .item-info {
	display: block;
	position: relative;
	width: 90%;
	padding-top: 5%;
	margin: 0;
}

#item-page .main h3 {
	display: block;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	font-style: italic;
	color: grey;
}

#item-page .main p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin-top: 20px;
}

.about-text {
	display: block;
	padding-left: 0;
	font-size: 16px;
	line-height: 22px;
}

#about .main h3 {
	padding: 0;
	font-size: 16px;
	line-height: 22px;
}

#about h3.other {
	padding-top: 30px;
	font-weight: bold;
	margin-bottom: 8px;
}

.lost {
	background-color: #FF6161;
	width: 50%;
	height: 100%;
	float: left;
	color: black;
	position: relative;
}

.found {
	width: 50%;
	height: 100%;
	right: 0px;
	float: right;
	position: relative;
	z-index: 1;
	color: black;
}

.found:after {
	content: "";
	top: 0;
	position: absolute;
	height: 100%;
	width: 150%;
	background-color: #89C15D;
	z-index: -1;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

.cat {
	display: block;
	overflow-x: hidden;
	height: 100%;
	background-color: #FF6161;
	position: relative;
}

.input[type=text] {
	position: relative;
	width: 90%;
}

input[type=text]:focus {
	border: 2px solid #FF6161;
}

textarea {
	width: 90%;
	padding: 5px 5px;
	margin: 5px 0;
	box-sizing: border-box;
}

input[type="submit" i] {
	margin-top: 5px;
	margin-bottom: 15px;
	width: auto;
	float: left;
}

button {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	border-radius: 12px;
	width: auto;
	background-color: #FF6161;
}

#post button {
	margin-top: 5%;
	margin-bottom: 5%;
}

h2.page-title {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	width: 30%;
}

.alert {
	display: block;
	position: fixed;
	width: 100%;
	height: 55px;
	background-color: #FF6161;
	color: black;
	z-index: 2;
}

#found .alert {
	background-color: #89C15D;
}

.alert h2 {
	width: 80%;
	margin-left: 10%;
	font-weight: normal;
	font-size: 16px;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	position: absolute;
	margin-top: 0;
	margin-bottom: 0;
}

.alert span {
	font-style: italic;
}

.searchbykeyword {
	padding-top: 0;
	padding-left: 7%;
}

.posts {
	display: block;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 65px;
	position: relative;
	font-size: 0;
}

#searchbody .posts {
	padding-top: 3%;
	padding-bottom: 10%;

}

.posts>a {
	display: inline-block;
	background-color: white;
	width: 44%;
	margin: 3%;
	vertical-align: top;
	position: relative;
	text-decoration: none;
}

.item img {
	width: 90%;
	height: auto;
	position: absolute;
	padding: 5%;
	top: 0;
	transform: translateY(0);
}

.posts h3 {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}

h3 {
	font-weight: normal;
	font-size: 14px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 80%;
	color: black;
}