@charset "utf-8";
@media screen and (min-width: 1024px){
.footer {
	float: left;
	height: auto;
	width: 100%;
	background-color: #8dc63f;
	padding-top: 3%;
}
.box-contact-footer {
	float: left;
	height: auto;
	width: 50%;
	margin-bottom: 3%;
}
.box-contact-list {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 1%;
}
.icon-contact-list {
	float: left;
	height: auto;
	width: 10%;
}
.icon-contact-list img {
	height: auto;
	width: 100%;
}
.text-contact-list {
	float: left;
	height: auto;
	width: 80%;
	margin-top: 3%;
	margin-left: 5%;
	font-family: serithairegular;
	font-size: 1.2rem;
	color: #FFF;
}
.text-contact-list-2 {
	float: left;
	height: auto;
	width: 80%;
	margin-top: 3%;
	margin-left: 5%;
	font-family: serithairegular;
	font-size: 1.2rem;
	color: #333;
}

.text-contact-list a {
	color: #FFF;
	text-decoration: none;
}
.text-contact-list-2 a {
	color: #333;
	text-decoration: none;
	margin-right: 15px;
}

.box-picture-footer {
	background-image: url(../images/picture-footer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:60%;
	float: right;
	height: 15em;
	width: 50%;
}
.copy {
	font-family: serithairegular;
	font-size: 1.2rem;
	color: #FFF;
	background-color: #39b54a;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
}
}