﻿@import url("//fonts.googleapis.com/css?family=Muli:400,400italic,500");

* {
	font-family: "Muli",Verdana,sans-serif !important;
}

body {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
}

h1 {
	font-size: 22px;
	margin: 15px 0 4px 0 !important;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
}

a {
	color: #2ab5a1;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}


#header {
	position: fixed;
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 1001;
	background: #fff;
	border-bottom: 2px solid #eee;
}

	#header img {
		width: 50px;
		display: block;
		margin: auto;
	}

	#header #close {
		position: absolute;
		top: 40px;
		right: 35px;
		font-weight: bold;
	}

		#header #close a {
			color: #666;
		}

#content {
	margin: auto;
	padding: 90px 0 0 35px;
	z-index: 1000;
	position: relative;
	margin: auto;
}


#message {
	font-weight: bold;
	min-width: 300px;
}

	#message form {
		margin: -35px 0 0 353px;
	}

#links {
	margin-top: 10px;
	line-height: 35px;
}

	#links li {
		list-style: none;
	}

.left, .right {
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
}

.left {
	width: 300px;
	font-size: 12px;
	line-height: 18px;
}

	.left h2 {
		margin: 0;
		line-height: 24px;
	}


#ferveMan {
	position: absolute;
	top: 125px;
	right: 75px;
}

@media (max-width:930px) {
	#ferveMan {
		margin: 0 0 0 150px;
	}

		#ferveMan img {
			width: 250px;
			margin: -20px 0 0 0px;
		}
}

@media (max-width:745px) {
	#ferveMan {
		margin: 20px 0 0 50px;
	}

		#ferveMan img {
			width: 200px;
		}
}

@media (max-width:570px) {
	#header #close {
		font-size: 12px;
		right: 30px;
	}

	#content {
		padding-left: 10px;
	}

	#message {
		font-size: 14px;
	}

	#ferveMan {
		display: none;
	}
}


input[type="search"] {
	width: 210px;
	height: 30px;
	padding: 3px;
	border-radius: 6px;
	border: none;
	outline: none;
	font-size: 16px;
	opacity: 0.5;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

	input[type="search"]:focus, input[type="search"]:focus + input[type="submit"] {
		opacity: 1.0;
		-moz-transition: opacity 0.5s;
		-ms-transition: opacity 0.5s;
		-o-transition: opacity 0.5s;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}

input[type="submit"] {
	height: 27px;
	margin-left: 3px;
	border-radius: 7px;
	border: none;
	color: #fff;
	background: #5ecaf5;
	opacity: 0.5;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
