.footer{
	background: url($img_dir + 'footer_bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 5rem 1rem 29rem;
	margin-top: -1px;
	position: relative;
	z-index: 98;
	&.blur{
		&:before{
background: url($img_dir + 'footer_bg.jpg') no-repeat center center;
	background-size: cover;
		}
	}
	@include br3{
		padding: 5rem 1rem 10rem;
		background-position: center top;
	}
	.footer-logo{
		margin-top: -15rem;
		margin-bottom: 10rem;
							position: relative;
	z-index: 100;
	}
	.copyright{
		font: 2rem $HR;
		color: #eee0c1;
							position: relative;
	z-index: 100;
	}
	.social{
		margin-top: 7rem;
							position: relative;
	z-index: 100;
		ul{
			li{
				padding: 2rem 2.5rem;
				@include br3{
					padding: 2rem 1.5rem;
				}
				a{
					i{
						font-size: 3rem;
						color: #f4cf71;
					}
					&:hover{
						i{
							color: #eee0c1;
						}
					}
				}
			}
		}
	}
}