* {
	font-family: 'Lato', sans-serif;
	color: #023e7c;
}
html, body {
	margin: 0;
}
body {
	background: black;
} 
.wrapper {
	background: white;
	min-height: 652px;
}
input[type=submit] {
	color: #ffe500;
	background: #023e7c;
	border: none;
	-webkit-appearance: none;
}
input[type=text] {
	background: url(../img/background-input.png) no-repeat;
	background-size: 100% 100%;
	border: none;
	-webkit-appearance: none;
}
input[type=text]::-webkit-input-placeholder {/* WebKit browsers */
	color: #023e7c;
}
input[type=text]:-moz-placeholder {/* Mozilla Firefox 4 to 18 */
	color: #023e7c;
	opacity: 1;
}
input[type=text]::-moz-placeholder {/* Mozilla Firefox 19+ */
	color: #023e7c;
	opacity: 1;
}
input[type=text]:-ms-input-placeholder {/* Internet Explorer 10+ */
	color: #023e7c;
}
.wrapper {
	width: 990px;
	margin: 0 auto;
}
.center {
	text-align: center;
}
h1 {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-size: 26px;
	margin-top: 85px;
	margin-bottom: 85px;
}
.index form input[type=text] {
	width: 225px;
	height: 55px;
	padding-left: 20px;
	font-size: 25px;
	font-weight: bold;
	padding-right: 20px;
}
.index form {
	width: 400px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.index form input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	height: 55px;
	width: 127px;
	font-size: 26px;
	font-weight: bold;
}
.index form p {
	margin-right: -100px;
	font-size: 13px;
	font-weight: bold;
}
.index .if-you-dont {
	margin-top: 75px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 80px;
}
.index {
	overflow: hidden;
}

.header form input[type=text] {
	width: 150px;
	height: 35px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	padding-right: 20px;
}
.header form {
	width: 295px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 18px;
	margin-left: 30px;
}
.header form input[type=submit] {
	position: absolute;
	right: 0;
	top: 1px;
	height: 35px;
	width: 98px;
	font-size: 20px;
	font-weight: bold;
}
.header form p {
	margin-right: -240px;
	font-size: 13px;
	font-weight: bold;
}
.header {
	position: relative;
	height: 102px;
	background: #acbfd4;
}
.header .icons {
	position: absolute;
	right: 60px;
	top: 25px;
}
a img {
	border: none;
}
.content a {
	text-decoration: none;
}
.header a {
	text-decoration: none;
}
.content {
	height: 480px;
	overflow-y: auto;
	padding-top: 35px;
	padding: 35px 0px 35px 35px;
}
.content .search-element {
	margin-top: 30px;
	float: left;
	width: 30%;
	font-weight: bold;
	padding-right: 3%;
}

.content .search-element .btn a {
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	color: #ffe500;
	background: #023e7c;
	height: 27px;
	line-height: 27px;
	margin-top: 15px;
	text-align: center;
}
.search-element-description {
	height: 110px;
}
