@CHARSET "UTF-8";
.footerLinks {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerItem {
    padding: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-basis: 0;
    display: flex;
    flex-direction: column;
    align-items: left;
}
.footerItemInner {
    max-width: 130px;
	min-width: 130px;
}
.footerItemHeader {
    text-transform: uppercase;
	/*color: #595959;*/
	color: #ccc;
	font-size: 18px;
}
.footerItemContentEntry {
    margin-top: 6px;
}
.footerLink {
    font-size: 18px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all .2s;
    transition-property: color,background-color,filter;
    display: inline-block;
	text-decoration: none;
}
.lightSecondFont {
    /*color: #006cbf;*/
	color: #999;
}
.footerLink:hover {
    /*filter: invert(100%);*/
	color: #1890ff;
	text-decoration: none;
}
.footerIcon {
    margin-right: 5px;
    width: 20px;
}
.fab, .far {
    font-weight: 400;
}
.fab {
    font-family: "Font Awesome 5 Brands";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.footerText {
    font-size: 16px;
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-discord:before {
    content: "\f392";
}
.marginsFooter {
    padding: 1rem;
}
.footerSubInfo {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
	color: #ccc;
	/*border-top: 1px solid hsla(0,0%,91.4%,.1);*/
}
@media screen and (max-width: 1152px){
	.footerSubInfo{
		padding-bottom: 30px;
	}
}


