.site-below-footer-wrap {
	display: none!important;
}

#menu-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0!important;
	list-style: none;
}

.footer-menu .menu {
	margin: 0 0 0 20px!important;
	list-style: none;
}

.footer-menu a,
#menu-footer-bottom > li > a {
	color: #FFFFFF;
	font-family: "Helvetica Neue Roman", Sans-serif;
}

.footer-menu a:hover,
#menu-footer-bottom > li > a:hover {
	color: #D0A72D;
}


/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

}

/*mobile and tablet*/
@media (max-width: 1024px) {

}

/*desktop*/
@media (min-width: 1025px) {

}

/*pc portable*/
@media (min-width: 1025px) and (max-width: 1700px) {

}


/*RESPONSIVE*/
