body {
	margin: 0;
}
@media screen and (max-width: 500px) {
	section.footer {
		padding: 0;
		position: relative;
		width: 100%;
		font-family: 'Rubik', sans-serif;
		overflow: auto;
		height: auto;
	}
	section.footer .top {
		width: 100%;
		height: auto;
	}
	section.footer .top .innr {
		margin: 0 auto;
		width: 100%;
		height: auto;
		overflow: auto;
		position: relative;
	}
	section.footer .top .innr .foot_top_bg {
		width: 100%;
	}
	section.footer .top a.logo {
		position: absolute;
		top: 20px;
		bottom: 0;
		margin: auto;
		width: 100px;
		height: auto;
		overflow: auto;
		display: block;
		display: none;
	}
	section.footer .top a.logo img {
		width: 100%;
	}
	section.footer .top .social {
		float: right;
		width: 160px;
		overflow: auto;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 70px;
	}
	section.footer .top .social p {
		color: #ecb23c;
		height: auto;
		width: 100%;
		line-height: 20px;
		margin: 0;
		box-sizing: border-box;
		font-size: 14px;
		float: left;
		padding: 5px 10px;
		text-align: center;
		display: block;
	}
	section.footer .top .social .links {
		height: 40px;
		width: 60%;
		margin: 30px auto 0 auto;
		background-image: url(images/social_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	section.footer .top .social .links a {
		height: 28px;
		width: 28px;
		display: block;
		float: left;
		padding: 0 0 0 0;
		box-sizing: border-box;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	section.footer .top .social .links a.fcbk {
		margin: 5px 17%;
		background-image: url(images/fcbk.png);
	}
	section.footer .top .social .links a.insta {
		margin: 5px 0 0 0;
		background-image: url(images/insta.png);
	}
	section.footer .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1000px;
		padding: 20px 20px 20px 20px;
		box-sizing: border-box;
		position: relative;
		background-color: #001e6f;
	}
	section.footer .wrap ul {
		float: left;
		margin: 0;
		padding: 0 0 0 0;
		box-sizing: border-box;
	}
	section.footer .wrap ul.about {
		width: 100%;
	}
	section.footer .wrap ul.about li.text {
		line-height: 20px;
		color: #ffffff;
	}
	section.footer .wrap ul.about li.bank_icons {
		background-image: url(images/banking_icons.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: contain;
		height: 40px;
		width: 100%;
		margin-top: 20px;
		box-sizing: border-box;
	}
	section.footer .wrap ul.links {
		width: 50%;
		padding: 20px 0 0 0;
		box-sizing: border-box;
	}
	section.footer .wrap ul li {
		list-style-type: none;
		padding: 5px 0;
		font-size: 13px;
	}
	section.footer .wrap ul li.first {
		font-size: 18px;
		color: #ffd200;
	}
	section.footer .wrap ul li a {
		text-decoration: none;
		color: #ffffff;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.footer {
		padding: 0px 0 50px 0;
		position: relative;
		width: 100%;
		font-family: 'Rubik', sans-serif;
		overflow: auto;
		border-bottom: 20px solid #ffffff;
		height: auto;
		background-color: #001e6f;
	}
	section.footer .top {
		width: 100%;
		height: 100px;
		background-image: url(images/foot_top_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		border-top: 10px solid #2f2f2f;
	}
	section.footer .top .innr {
		margin: 0 auto;
		width: 95%;
		height: 100%;
		overflow: auto;
		max-width: 1000px;
		position: relative;
	}
	section.footer .top .innr .foot_top_bg {
		display: none;
	}
	section.footer .top a.logo {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 120px;
		height: auto;
		overflow: auto;
		display: block;
	}
	section.footer .top a.logo img {
		width: 100%;
	}
	section.footer .top .social {
		float: right;
		height: 100%;
		overflow: auto;
	}
	section.footer .top .social p {
		color: #ecb23c;
		height: 100%;
		line-height: 85px;
		margin: 0 30px 0;
		box-sizing: border-box;
		font-size: 15px;
		float: left;
	}
	section.footer .top .social .links {
		height: 50px;
		width: 140px;
		margin-top: 20px;
		float: left;
		background-image: url(images/social_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	section.footer .top .social .links a {
		height: 35px;
		width: 35px;
		display: block;
		float: left;
		padding: 0 0 0 0;
		box-sizing: border-box;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	section.footer .top .social .links a.fcbk {
		margin: 8px 23.33px 0 23.33px;
		background-image: url(images/fcbk.png);
	}
	section.footer .top .social .links a.insta {
		margin: 8px 0 0 0;
		background-image: url(images/insta.png);
	}
	section.footer .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1000px;
		padding: 20px 20px 20px 20px;
		box-sizing: border-box;
		position: relative;
		background-color: #001e6f;
	}
	section.footer .wrap ul {
		float: left;
		margin: 0;
		padding: 0 0 0 0;
		box-sizing: border-box;
	}
	section.footer .wrap ul.about {
		width: 100%;
		padding: 0 10%;
		box-sizing: border-box;
		text-align: center;
	}
	section.footer .wrap ul.about li.text {
		line-height: 20px;
		color: #ffffff;
	}
	section.footer .wrap ul.about li.bank_icons {
		background-image: url(images/banking_icons.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		height: 40px;
		width: 100%;
		margin-top: 20px;
		box-sizing: border-box;
	}
	section.footer .wrap ul.links {
		width: 33.333%;
		padding: 20px 0 0 0;
		box-sizing: border-box;
		text-align: center;
	}
	section.footer .wrap ul li {
		list-style-type: none;
		padding: 5px 0;
		font-size: 13px;
	}
	section.footer .wrap ul li.first {
		font-size: 18px;
		color: #ffd200;
	}
	section.footer .wrap ul li a {
		text-decoration: none;
		color: #ffffff;
	}
}
@media screen and (min-width: 801px) {
	section.footer {
		padding: 0px 0 0px 0;
		position: relative;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		font-family: 'Rubik', sans-serif;
		overflow: auto;
		border-bottom: 0px solid #ffffff;
		height: auto;
		background-color: #001e6f;
	}
	section.footer .top {
		width: 100%;
		height: 100px;
		background-image: url(images/foot_top_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		border-top: 10px solid #2f2f2f;
		max-width: 1400px;
		margin: 0 auto;
	}
	section.footer .top .innr {
		margin: 0 auto;
		width: 95%;
		height: 100%;
		overflow: auto;
		max-width: 1000px;
		position: relative;
	}
	section.footer .top .innr .foot_top_bg {
		display: none;
	}
	section.footer .top a.logo {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 140px;
		height: auto;
		overflow: auto;
		display: block;
	}
	section.footer .top a.logo img {
		width: 100%;
	}
	section.footer .top .social {
		float: right;
		height: 100%;
		overflow: auto;
	}
	section.footer .top .social p {
		color: #ecb23c;
		height: 100%;
		line-height: 85px;
		margin: 0 30px 0;
		box-sizing: border-box;
		font-size: 20px;
		float: left;
	}
	section.footer .top .social .links {
		height: 50px;
		width: 140px;
		margin-top: 20px;
		float: left;
		background-image: url(images/social_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	section.footer .top .social .links a {
		height: 35px;
		width: 35px;
		display: block;
		float: left;
		padding: 0 0 0 0;
		box-sizing: border-box;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	section.footer .top .social .links a.fcbk {
		margin: 8px 23.33px 0 23.33px;
		background-image: url(images/fcbk.png);
	}
	section.footer .top .social .links a.insta {
		margin: 8px 0 0 0;
		background-image: url(images/insta.png);
	}
	section.footer .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1000px;
		padding: 40px 20px 40px; 20px;
		box-sizing: border-box;
		position: relative;
	}
	section.footer .wrap ul {
		float: left;
		margin: 0;
		padding: 0 0 0 0;
		box-sizing: border-box;
	}
	section.footer .wrap ul.about {
		width: 40%;
	}
	section.footer .wrap ul.about li.text {
		line-height: 25px;
		font-size: 15px;
		color: #ffffff;
	}
	section.footer .wrap ul.about li.bank_icons {
		background-image: url(images/banking_icons.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: contain;
		height: 40px;
		width: 100%;
		margin-top: 20px;
		box-sizing: border-box;
	}
	section.footer .wrap ul.links {
		width: 20%;
		padding: 0 0 0 40px;
		box-sizing: border-box;
	}
	section.footer .wrap ul li {
		list-style-type: none;
		padding: 5px 0;
		font-size: 13px;
	}
	section.footer .wrap ul li.first {
		font-size: 16px;
		color: #ffd200;
	}
	section.footer .wrap ul li a {
		text-decoration: none;
		color: #ffffff;
	}
}