/* IMPORTANT CSS */

* { font-family: Proxima-Regular; }
@font-face { font-family: Proxima-Thin; src:url(../fonts/Proxima-Thin.otf); }
@font-face { font-family: Proxima-Light; src:url(../fonts/Proxima-Light.otf); }
@font-face { font-family: Proxima-Regular; src:url(../fonts/Proxima-Regular.otf); }
@font-face { font-family: Proxima-Semibold; src:url(../fonts/Proxima-Semibold.otf); }
@font-face { font-family: Proxima-Bold; src:url(../fonts/Proxima-Bold.otf); }
@font-face { font-family: Proxima-Extrabold; src:url(../fonts/Proxima-Extrabold.otf); }
@font-face { font-family: Proxima-Black; src:url(../fonts/Proxima-Black.otf); }

/* CUSTOM CSS */

.aff-bg-light { 
	background-color: #f8f8f9 !important; }

.aff-text-bold {
	font-family: Proxima-Bold;
	line-height: 95%!important; }

.aff-text-letter-spacing {
	letter-spacing: 0.25rem!important; }

a.aff-footer-email {
	text-decoration: none!important; }

a.aff-footer-email:hover {
	text-decoration: none!important;
	color: #2f4551!important; }

a.aff-footer-email:link {
	text-decoration: none!important; }

a.aff-footer-email:active {
	text-decoration: none!important; }

a.aff-footer-email:visited {
	text-decoration: none!important; }

.carousel-control-prev-icon {
  	background-image: url(../images/img_icon_prev.png); }

.carousel-control-next-icon {
  	background-image: url(../images/img_icon_next.png); }





