/*Header phone*/
header .right-controls .top-header .header-custom-link a {
	color: #03498b !important;
	font-weight: normal !important;
	font-size: 16px !important;
}

/*Staff*/
.board-list .descr p.position,
.board-list .descr p {
	color: black !important;
}
.board-list .item {
	margin-bottom: 0;
}
.board-list .item .descr {
	padding-left: 0;
}
.board-column .img-wrap .name h2 {
	color: white !important;
}

@media (min-width: 960px) {
  header .logo {
    margin-top: 0;
  }
}

header .social-likes .fa-twitter:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="16px" width="16px" viewBox="0 0 512 512"><path fill="%23801d2d" d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>');
}

footer .social-links .fa-twitter::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="16px" width="16px" viewBox="0 0 512 512"><path fill="%23ffffff" d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>');
}

header .social-likes .fa-twitter:before {
	margin: 3px 3px 1px  -6px;
    display: inline-block;	
    vertical-align: middle;
}

.content-box aside .text-box.sub-nav ul li.active a {
	color: #1d1117;
	font-weight: bolder;
}