
#footer_wrapper {
	width: 100%;
	height: auto;
	position: relative;
	
	background: #262626;
}

#footer_logo {
	width: 100%;
	height: 150px;
	
	line-height: 150px;
	
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

#footer_logo h2 {
	width: auto;
	height: auto;
	display: inline-block;
	float: left;
	
	color: #87715e;
	font-weight: normal;
	font-size: calc(18px + 0.5vw);
	text-shadow: 1px 1px #0d0d0d;
}

#footer_logo img {
	width: 65px;
	height: 40px;
	margin: 55px 30px;
	display: inline-block;
	float: left;
	
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

#footer_inner_wrapper {
	height: auto;
}

#footer_inner_wrapper * {
	color: #FAFAFA;
	font-weight: normal;
	text-shadow: 1px 1px #0d0d0d;
	text-align: center;
}

#footer_inner_wrapper .inner_wrapper_four {
	/*border-right: 1px solid #87715e;*/
}

#footer_inner_wrapper h1 {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 30px;
	
	text-align: left;
	font-size: calc(21px + 0.1vw);
}

#footer_inner_wrapper h3 {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
	
	text-align: left;
	font-size: calc(18px + 0.1vw);
}

#footer_inner_wrapper div span {
	width: auto;
	height: auto;
	display: inline-block;
	
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

#footer_inner_wrapper div span a, #footer_inner_wrapper div span p {
	width: 100%;
	height: 30px;
	display: block;
	
	line-height: 30px;
	font-size: calc(14px + 0.1vw);
	text-align: left;
	text-decoration: none;
}

#footer_inner_wrapper div span a:hover {
	color: #b5a494;
	
	-webkit-transition: all 75ms ease-in;
    -moz-transition: all 75ms ease-in;
    -o-transition: all 75ms ease-in;
    -ms-transition: all 75ms ease-in;
    transition: all 75ms ease-in;
}

#footer_social_media_wrapper {
	width: 100%;
	height: auto;
	margin: 20px auto;
}

#footer_social_media {
	width: auto;
	height: 100px;
	float: right;
	
	line-height: 100px;
	text-align: center;
}

#footer_social_media h2 {
	display: inline-block;
	margin-right: 25px;
	
	color: #FAFAFA;
	font-weight: normal;
	font-size: calc(19px + 0.1vw);
	text-shadow: 1px 1px #0d0d0d;
}

#footer_social_media div {
	width: 60px;
	height: 100%;
	display: inline-block;
}

#footer_social_media span {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-box-shadow: 1px 1px 3px #131313;
	-moz-box-shadow: 1px 1px 3px #131313;
	box-shadow: 1px 1px 3px #131313;
}

#footer_social_media span i {
	width: 100%;
	height: 100%;
	display: block;
	
	color: #FAFAFA;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
}

#footer_social_media span:hover {
	cursor: pointer;
	
	-webkit-filter: brightness(75%);
	-moz-filter: brightness(75%);
	-ms-filter: brightness(75%);
	-o-filter: brightness(75%);
	filter: brightness(75%);
	
	-webkit-transition: all 125ms ease-out;
    -moz-transition: all 125ms ease-out;
    -o-transition: all 125ms ease-out;
    -ms-transition: all 125ms ease-out;
    transition: all 125ms ease-out;
}

#footer_bottom {
	width: 100%;
	height: 75px;
	
	background: #131313;
	line-height: 75px;
}

#footer_bottom p {
	text-align: center;
	color: #b5a494;
	font-size: 16px;
	text-shadow: 1px 1px #000000;
}

@media only screen and (max-width: 1296px) {
	#footer_inner_wrapper {
		width: 80%;
	}
	
	#footer_logo {
		width: 80%;
	}
	
	#footer_logo img {
		margin: 55px 0px 55px 10px;
	}
	
	#footer_inner_wrapper .inner_wrapper_four {
		border-right: none;
	}
	
	#footer_inner_wrapper div span {
		display: block;
	}
	
	#footer_inner_wrapper .inner_wrapper_two p {
		height: auto;
	}
	
	#footer_inner_wrapper div {
		width: 33%;
		display: inline-block;
		
		border: none;
	}
	
	#footer_social_media_wrapper {
		width: 80%;
	}
}

@media only screen and (max-width: 716px) {
	#footer_inner_wrapper .inner_wrapper_two {
		width: 100%;
	}
	
	#footer_inner_wrapper .inner_wrapper_two p {
		height: auto;
	}
	
	#footer_inner_wrapper div {
		width: 50%;
		display: inline-block;
		
		border: none;
	}
	
	#footer_social_media {
		width: 100%;
		height: auto;
		display: inline-block;
		
		line-height: 60px;
	}
	
	#footer_social_media h2 {
		width: 100%;
		height: auto;
		
		text-align: left;
	}
	
	#footer_social_media div {
		display: block;
		float: left;
	}
	
	#footer_bottom {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 416px) {
	#footer_inner_wrapper div {
		width: 100%;
	}
}

