/*========================
===== CALL TO ACTION =====
========================*/
.call-to-action {
   position: relative;
   background: linear-gradient(45deg, #7dcad2 0%, #e4efe9 100%);
}
/*================
===== FOOTER =====
================*/
footer {
	position: relative;
	padding: 60px;
	padding-top: 75px;
	background: #474747;
}
.footer-box {
	display: inline-block;
	vertical-align: top;
	margin: 0 5% 0 5%;
}
footer li {
	list-style-type: none;
	padding-bottom: 5px;
	color: gray;
}
footer li a {
	display: inline-block;
	color: gray;
}
.back-to-top {
	position: absolute;
	top:-40px;
	left: 50%;
	margin-left:-50px;
	background: #2c3e50;
	border: solid #2c3e50 10px;
}
footer .back-to-top i {
  width: 80px;
  height: 80px;
  font-size: 30px;
}
.footer2 {
  width: 100%;
  position: relative;
  background-color: #3f3f3f;
}
.footer2 p {
padding-top: 20px;
padding-bottom: 20px;
}
.footer2 a {
padding-top: 20px;
padding-bottom: 20px;
color: #A9A9A9;
}
/*===============
===== MEDIA =====
===============*/
@media only screen
and (max-device-width: 480px)
and (orientation: portrait) {
/*---media-call to action---*/
.call-to-action h4 {
	font-size: 1em;
}
.footer-box {
	padding: 5% 10% 5% 10%;
}
}
@media only screen
and (max-device-width : 1024px)
and (orientation : portrait) {
	.footer-box {
		padding: 5% 10% 5% 10%;
	}
  .call-to-action .button-box .button-action-width{
    width: 40%;
  }
}
