/* DOWNLOADS */
.downs { width: 100%; height: auto; margin: 0 auto; padding-bottom: 50px; }
.downs ul { width: 100%; float: left; font-family: 'Exo 2'; font-size: 16px; margin-top: 30px; text-align: center; }
.downs ul li { width: -moz-calc(50% - 25px); width: -webkit-calc(50% - 25px); width: -o-calc(50% - 25px); width: calc(50% - 25px); height: 80px; margin: 10px; display: inline-block; padding: 15px 0px; font-family: 'Exo 2'; font-size: 15px; line-height: 22px; text-align: center; font-weight: 500; color: #893b40; background-color: #eeeeee; }
.downs ul li p { font-size: 10px; letter-spacing: 1px; color: #333333; }
.downs ul li:hover { background-color: #893b40; color: #ffffff; }
.downs ul li:hover p { color: #ffffff; }

@media screen and (max-width: 1024px) {
	.downs { width: 94%; padding:  0px 3% 50px 3%; }
	.downs ul li { width: 100%; height: 80px; display: inline-block; padding: 15px 0px; font-family: 'Exo 2'; font-size: 15px; line-height: 22px; text-align: center; font-weight: 500; color: #893b40; background-color: #eeeeee; }
}
