<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: #fff;
}

#features3-c P{
    text-align: center;
}

/*--------------------  footer  --------------------*/
div#footer {
	clear: both;
	width: 100%;
	background: #FFF;
}
div#footer #footerMenu {
	margin: 0 auto;
	padding: 21px 0 0;
	text-align: left;
    width: 95%;
	height: 38px;
}
#footerMenu ul {
	list-style:none;
	display:inline;
}
#footerMenu li {
	float:left;
}
#footerMenu ul a {
	display: block;
	font-size:11px;
	color: #666;
	text-decoration: none;
}
#footerMenu p {
	float: right;
	margin: 0;
	font-size: 10px;
	color: #666;
}

.hidden{
    visibility: visible;
}

#footerCompany a {
	padding-right:10px;
	border-right: 1px solid #666;
}
#footerSitemap a {
	padding: 0 10px;
	border-right: 1px solid #666;
}
#footerContact a {
	padding: 0 10px;
	border-right: 1px solid #666;
}
#footerPrivacy a {
	padding: 0 10px;
	border-right: 1px solid #666;}

#footerSocial a {
	padding: 0 10px;
	border-right: 1px solid #666;}

#footerRecruit a {
	padding-left:10px;
}

/*--------------------  social button  --------------------*/

.li.nav-item.nav-btn{
    text-align: center;
}

.mbr-social-likes.social-likes.social-likes_visible{
    text-align: center;
}

.btn-social i{
    color: #fff;
    font-size: 2em;
}

.btn-social{
    border: transparent;
}

.col-xs-12 li{
    font-size: 1.3em;
}

@media (min-width: 1200px){
.container {
    max-width: 1380px;
}
}
</pre></body></html>