/* Footer Block */
#footer {
	padding: 0;
	margin-top:90px;
	text-align: center;
}
#footer .footer-bottom .container .row div {
	margin: 7px 0;
}

#footer .menu, #footer .menu>ul>li {
	display: inline-block;
	width: 100%;
}
#footer .menu {
	line-height: 50px;
	padding: 0;
}
#footer .footer-container .menu li a{
	text-transform: uppercase;
	padding:0px 15px;
	color:#fff;
	font-family: 'Grotesk-bold';
}
.footer-container{
	margin: 0;
    padding: 0;
}
.footer-top{
	background-color: #0f0f0f;
	padding-bottom: 30px;
}
.footer-bottom{
	padding: 20px 15px;
}
.footer-bottom p{
	font-size: 12px;
	font-family: 'Grotesk-med';
	margin: 0px;
}
.footer-bottom p a{
	color:#000;
	font-family: 'Grotesk-med';
}
.footer-bottom .container{
	vertical-align: middle;
}
.footer-copyright{
	color: #000;
    font-family: 'Grotesk-book';
	margin: 10px 0;
	font-size: 12px;
}
#footer, #main .page-footer {
    margin: 0;
}
.footer-container{
	box-shadow: none;
}
#footer .main-template {
	margin-bottom: 0;
}
.footer-border-separator {
	border-bottom: 1px solid #fff2c4;
	margin: 20px 0;
}
.footer-payment-img {
	width: 100%;
    height: 30px;
    float: left;
}
.footer-payment-img-2 {
	max-width: 162px;
}
.trade-marks-section span,
.trade-marks-section a,
.trade-marks-section a:hover,
.trade-marks-section a:active,
.trade-marks-content {
	color: #fff;
	font-family: 'Grotesk-book';
	font-size: 12px;
	text-align: left;
}

.trade-marks-content {
	padding: 5px 0;
}

.footer-links p {
	font-family: 'Grotesk-bold';
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}

.footer-links li {
	line-height: 21px;
	text-align: left;
	list-style: none;
}

.footer-links ul a {
	color: #fff;
    font-family: 'Grotesk-book';
    font-size: 14px;
}

.footer-links {
	padding-top: 15px;
}

.footer-links ul {
	margin-top: 35px;
	margin-bottom: 30px;
}

.footer-links ul.margin-top0 {
	margin-top: 0;
}

.footer-socials {
	margin-top: 15px;
	text-align: left;
}

.footer-socials a {
	display: inline-block;
	margin-right: 10px;
}
@media (min-width: 768px) {
	#footer {
		padding: 0;
		margin-top:90px;
	}
	#footer .footer-top .container .row {
		display: flex;
	}
	#footer .footer-bottom .container .row div {
		margin: 0;
	}
	#footer .menu, #footer .menu>ul>li {
		display: inline-block;
		width: auto;
	}
	#footer .menu, #footer .menu{
		height: 50px;
		line-height: 50px;
	}
	.footer-container{
		margin: 0;
		padding: 0;
	}
	.footer-bottom{
		height: 60px;
		padding:10px;
	}
	.footer-bottom p{
		font-size:14px;
		font-family: 'Grotesk-med';
		margin:0px;
	}
	.footer-bottom .container{
		vertical-align: middle;
		line-height: 40px;
	}
	#footer, #main .page-footer {
		margin: 0;
	}
	#footer .footer-container .menu li a{
		padding: 0px 10px;
	}
	.footer-links {
		padding-top: 45px;
	}
	.footer-links ul {
		margin-top: 0;
		margin-bottom: 0;
	}
	.footer-payment-img {
		max-width: 320px;
	}
	.footer-payment-img-2 {
		max-width: 200px;
	}
	.footer-border-separator {
		margin-bottom: 35px;
	}
	.footer-socials {
		margin-top: 30px;
	}
	.footer-top{
		padding: 40px 0;
	}
	#footer .container-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (min-width: 992px) {
	#footer .footer-container .menu li a {
		padding: 0px 25px;
	}
}

@media (min-width: 1200px) {
	#footer .footer-container .menu li a {
		padding: 0px 35px;
	}
}