#footer {
	padding: 60px 150px 30px 50px;
    background: #0D2A54;
    color: #0d2a54;
	font-family: 'Montserrat', sans-serif;
}

@media (max-width: 576px) {
	#footer {
		padding: 30px;
		background-position-x: right;
		background-size: cover;
	}
}

#footer a {
    color: #0d2a54;
	font-size: 0.85em;
}

#footer a:hover {
    color: #f00;
	text-decoration: none;
}

#footer strong {
	display: block;
    margin-bottom: 15px;
	color: #0d2a54;
}

@media (max-width: 576px) {
	#footer strong {
		margin-top: 20px;
		margin-bottom: 0px;
	}
}

#footer .foot_brand {
	text-align: center;
	font-size: 0.75em;
}

#footer li {
    margin: 4px 0px;
}

#footer .foot_col {
    padding-left: 50px;
}

#footer .foot_social {
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: right;
}

#footer .foot_social a {
    margin-left: 10px;
	text-transform: uppercase;
}

#footer .foot_social a:hover {
    text-decoration: none;
	color: #607fab;
}

#footer .foot_social .fa {
	font-size: 1.125em;
    border: solid 1px #0d2a54;
    border-radius: 99px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#footer .foot_social .fa:hover {
    border: solid 1px #f00;
    color: #f00;
}

#footer .copyright {
	font-size: 0.875em;
	margin-top: 20px;
	text-align: right;
}

#footer .pap {
	margin-top: 1em;
}

#footer .copyright img {
	width: 100px;
}

.rf_logo {
	width: 170px;
}

@media (max-width: 576px) {
	#footer .row {
		margin: 0px;
	}
	
	#footer .foot_col {
		padding-left: 15px;
		text-align: center;
	}
	
	#footer .foot_social {
		text-align: center;
	}
	
	#footer .foot_social a {
		font-size: 0.875rem;
		display: inline-block;
		margin: 15px;
		margin-left: 0px;
	}
	
	#footer .copyright {
		padding-left: 15px;
		text-align: left;
	}

	.rf_logo {
		display: block;
		margin: 1em auto;
	}
}

/* TO TOP */

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    background: #f00;
}

.back-to-top:hover {
    opacity: 0.7;
	color: #fff;
}