@charset "utf-8";
@media screen and (min-width: 1041px) and (max-width: 2500px){
.footer {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.box-footer-01 {
	float: left;
	height: auto;
	width: 25%;
}
.box-footer-01 img {
	height: auto;
	width: 20%;
	margin-right: 3%;
	margin-bottom: 4%;
	margin-top: 5%;
}

.box-footer-02 {
	float: left;
	height: auto;
	width: 25%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.box-footer-02-01 {
	background-image: url(../images/footer-contact-01.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: promptregular;
	font-size: 1.3vw;
	color: #FFF;
	padding-left: 50px;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-size:10%;
}
.box-footer-02-02 {
	background-image: url(../images/footer-contact-02.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: promptregular;
	font-size: 1.3vw;
	color: #FFF;
	padding-left: 50px;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-size:10%;
}
.box-footer-02-03 {
	background-image: url(../images/footer-contact-03.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: promptregular;
	font-size: 1.3vw;
	color: #FFF;
	padding-left: 50px;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-size:10%;
}

.box-footer-03 {
	float: left;
	height: auto;
	width: 15%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-top: 15px;
	padding-bottom: 20px;
}
.box-footer-03 a img {
	margin-top: 5%;
	margin-right: 4%;
	margin-bottom: 5%;
	margin-left: 4%;
	height: auto;
	width: 20%;
}

.box-footer-04 {
	float: left;
	height: auto;
	width: 22%;
}
.box-download-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}
.title-download {
	font-family: promptregular;
	font-size: 1.3vw;
	color: #FFF;
	text-align: center;
	margin-bottom: 5px;
}
.btn-download {
	float: left;
	height: auto;
	width: 80%;
	text-align: center;
	margin-left: 10%;
}

.btn-download a img {
	height: auto;
	width: 60%;
}


.btn-download:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes 
	100% {
		opacity: 1;
	}
}
}
