@charset "UTF-8";
/* CSS Document */

body {
	background-color: #414141;
	margin-right: auto;
	margin-left: auto;
	font: normal 14px Calibri, "Open Sans", Arial, Helvetica, Geneva, sans-serif;
}
#content {
	background-color: #fff;
	display: block;
	height: auto;
	width: 1024px;
	padding: 10px 0 0 0;
	margin: auto;
}
#logo {
	margin-top: 20px;
}
header {
	text-align: center;
}
header nav ul {
	background-color: #e8fad4;
	list-style-type: none;
	padding: 15px 0 15px 0;
	margin: 10px 0 0 0;
}
header nav ul li {
	display: inline-block;
	padding: 0 50px 0 50px;
}
header nav ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #555;
	text-decoration: none;
}
#banner {
	width: 100%;
	height: 170px;
	padding-top: 1px;
	background: #e8e8e8 url("../images/banner.png") no-repeat center center
}
#banner h1 {
	font-family: "safety-medium";
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	float: right;
	margin: 40px 135px 0 0;
}
#banner2 {
	width: 100%;
	height: 170px;
	padding-top: 1px;
	background: #e8e8e8 url("../images/banner.png") no-repeat center center;
}
#banner2 h1 {
	font-family: "safety-medium";
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	margin: 40px 0 0 140px;
}
main {
	margin: auto auto 30px auto;
}
main h2 {
	margin-top: 20px;
	color: #666;
	font-size: 24px;
}
main nav ul {
	list-style-type: none;
	float: left;
	padding: 0;
	margin-top: 0;
}
main nav ul li {
	display: inline-block;
	text-align: center;
	width: 400px;
}
main nav ul li p {
	padding: 5px 50px;
	margin-bottom: 30px;
	font-size: 18px;
}
main nav ul li img {
	opacity: 0.6;
}
main nav ul li a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 15px;
	background-color: #fff;
	font-weight: bold;
}
footer {
	height: 80px;
	width: auto;
	text-align: center;
	background-color: #e8fad4;
	padding: 30px 0 30px 0;
}
footer ul {
	list-style-type: none;
	margin: 0 30px 0 0;
}
footer ul li {
	display: inline-block;
}
footer p {
	font-weight: bold;
	color: #414141;
	font-size: 16px;
}
footer a {
	text-decoration: none;
	color: #505050;
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px 0 10px;
}
#button1 {
	text-align: center;
	width: 100px;
	height: 40px;
	background-color: #e8fad4;
	border-radius: 20px;
	margin: 90px 0 0 785px;
}
#button1:hover {
	background-color: #eee;
}
#button1 h5 {
	font-size: 14px;
	padding: 10px 10px;
	font-family: Calibri, "Open Sans", Arial, Helvetica, Geneva, sans-serif;
}
#button1 a {
	text-decoration: none;
	color: #414141;
}
.buttonlist {
	text-align: center;
	width: 140px;
	height: 40px;
	background-color: #e8fad4;
	border-radius: 20px;
	margin: 0 0 0 150px;
}
.buttonlist:hover {
	background-color: #eee;
}
.buttonlist h5 {
	margin: auto;
	font-size: 14px;
	padding: 10px 10px;
	font-family: Calibri, "Open Sans", Arial, Helvetica, Geneva, sans-serif;
}
.buttonlist a {
	text-decoration: none;
	color: #666;
}
.simple {
	margin: 30px 140px 30px 140px;
}

.simple a {
	color: #414141;
}

#privacy {
	width:340px;
}

.message {
	margin: 30px 0 30px 140px;
}
.button-message {
	text-align: center;
	width: 100px;
	height: 40px;
	background-color: #e8fad4;
	border-radius: 20px;
	margin: 30px 0 0 0;
}
.button-message h5 {
	font-size: 16px;
	padding: 10px 10px;
	font-family: Calibri, "Open Sans", Arial, Helvetica, Geneva, sans-serif;
}
.button-message a {
	text-decoration: none;
	color: #414141;
}
.button-message:hover {
	background-color: #eee;
}
.index {
	margin: 30px 0 30px 100px;
}
.index h3 {
	color: #666;
	font-size: 16px;
}
.index p {
	color: #414141;
	font-size: 14px;
}
.list {
	width: 390px;
	display: inline-block;
}
.list ul {
	list-style-type: none;
}
.list:first-child {
	margin-right: 10px;
}
.list ul li {
	height: auto;
	margin: 0 0 30px 0;
}
.list2 {
	height: auto;
	width: 370px;
	display: inline-block;
}
.list2:first-child {
	margin-right: 25px;
}
.list2 ul {
	list-style-type: none;
}
.list2 ul li {
	height: 100px;
}
.list2 h3 {
	padding-top: 10px;
}


.list3 {
	height: auto;
	width: 380px;
	display: inline-block;
}

.list3:first-child {
	margin-right: 40px;
}
.list3 ul {
	list-style-type: none;
}
.list3 ul li {
	height: 80px;
}

.list3 h3 {
	font-size:16px;
	padding-top:10px;
}

.icone {
	float: left;
	padding: 30px 30px 25px 0;
	width: 45px;
	opacity: .55;
}
.icone2 {
	float: left;
	padding: 20px 30px 25px 0;
	width: 50px;
	opacity: .7;
}

.icone3 {
	float: left;
	padding: 8px 30px 0 0;
	width: 45px;
	opacity: .55;
}

.download {
	display: inline-block;
	width: auto;
	height: 40px;
	margin: 0 0 0 80px;
	opacity: .7;
}

@media (max-width:920px) {
body {
	max-width: 900px;
}
#content {
	width: 600px;
}
header {
	text-align: center;
}
header nav ul {
	background-color: #e8fad4;
	list-style-type: none;
	padding: 15px 0 15px 0;
	margin: 10px 0 0 0;
}
header nav ul li {
	display: inline-block;
	padding: 0 20px 0 20px;
}
header nav ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #555;
	text-decoration: none;
}
#banner {
	max-width: 800px;
}
#banner h1 {
	margin: 40px 0 0 100px;
	float: left;
}
#button1 {
	text-align: center;
	width: 100px;
	height: 40px;
	background-color: #e8fad4;
	border-radius: 20px;
	margin: 90px 0 0 260px;
}
.buttonlist {
	margin-bottom: 20px;
}
.simple {
	width: 400px;
}
	
.list3 ul{
		margin:0;
	}
	
}

@media (max-width:600px) {
body {
	max-width: 600px;
}
#content {
	width: 380px;
}
header nav ul li {
	display: block;
	padding: 2px 0;
}
#banner h1 {
	margin: 40px 0 0 15px;
	font-size: 30px
}
#button1 {
	margin: 90px 0 0 140px;
}
.index {
	margin: 30px 0 30px 0;
}
.list {
	width: 350px;
}
.list h3 {
	font-size: 15px;
}
.list p {
	font-size: 13px;
}
.list:first-child {
	margin-right: 0;
}
.list2:first-child {
	margin-right: 0;
}
.list2 {
	width: 330px;
}
	
.list3 {
	width: 330px;
	}

.list3 ul{
		margin:0;
	}
	
.simple {
	margin: 30px;
	width: auto;
}
	
#privacy {
	max-width:320px;
	}
	
.buttonlist {
	margin: 0 0 20px 120px;
}
#banner2 {
	text-align: center;
}
#banner2 h1 {
	font-size: 30px;
	margin: 40px auto auto auto;
}
.message {
	text-align: center;
	margin: 40px 0 0 0;
}
.button-message {
	margin: auto auto 30px auto;
}
.icone {
	float: left;
	padding: 25px 15px 25px 0;
}
.icone2 {
	float: left;
	padding: 20px 20px 25px 0;
}
.download {
	margin: 0 0 0 70px;
}
}
