.page_foot {
	padding: 30px 0 40px;
	font-family: 'Raleway', sans-serif;
	color: #91A8AE;
	font-size: 14px;
	background: #2F3E42;
}

.page_foot .footer-main {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: normal;
	font-weight: 500;
}

.page_foot .footer-main a {
	color: #9AB7BF;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 2px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.page_foot .footer-main a:first-child {
	border-left: none;
}

.page_foot .footer-main a:hover {
	color: #fff;
	border-bottom: none;
	border-bottom: 1px solid #fff;
}

.page_foot .footer-sub {
	padding-top: 10px;
	font-size: 12px;
	line-height: normal;
}

.page_foot .footer-sub a {
	color: #91A8AE;
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
	border-bottom: 1px solid #47585D;
	line-height: normal;
}

.page_foot .footer-sub a:first-child {
	margin-left: 0;
}

.page_foot .footer-sub a:hover {
	color: #fff;
	border-bottom: none;
}

.page_foot .menu {
	display: block;
}

.page_foot a.logo {
	display: inline-block;
	width: 150px;
	height: 30px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	margin-right: 1em;
}

.social a {
	display: inline-block;
	background: #999;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	border-radius: 99px;
	text-align: center;
	color: #222;
	margin: 0 0 0 15px;
	-webkit-transition: background-color 200ms;
	-moz-transition: background-color 200ms;
	-ms-transition: background-color 200ms;
	-o-transition: background-color 200ms;
	transition: background-color 200ms;
}

.social a:hover {
	background: #fff;
}

.footer_buttons {
	margin-bottom: 20px;
	padding-top: 15px;
}

.footer_buttons a {
	margin-bottom: 20px;
}

.ssl_seal {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 0 20px auto;
}

.copyright {
	display: inline-block;
	margin-right: 15px;
}

.page_foot .btn {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 1023px) {

	.ssl_seal {
		display: inline-block;
		margin-top: 20px;
		margin-right: 20px;
	}

}

@media (max-width: 767px) {
	.page_foot nav {
		display: block;
		margin-bottom: 1em;
	}

	.page_foot a.logo {
		margin: 0;
	}

	.page_foot .footer-main a,
	.page_foot .footer-sub a {
		display: block;
		padding: .5em 0;
		margin: 0;
		text-decoration: underline;
	}

	.page_foot .footer-main a,
	.page_foot .footer-main a:hover,
	.page_foot .footer-sub a,
	.page_foot .footer-sub a:hover {
		border-bottom: none;
	}

	.ssl_seal {
		display: block;
		margin: 20px auto;
	}

	.social {
		margin-bottom: 2em;
	}

	.copyright {
		display: block;
		margin: 1em 0;
	}
}