#footer {
    width: 100%;
    /*background-image: url(../images/backgroundwhite.png);
    background-size: cover;
    background-position: center center;*/
    background-color: #535059;
    overflow: hidden;
    transition: fitler .3s ease;
}

body.menuactive #footer {
    filter: blur(3px);
}

#footer .table-footer {
    margin: auto;
    max-width: 1275px;
    color: white;
    overflow: hidden;
}

#footer .table-footer .first {
    border: 1px solid white;
    width: 25%;
    padding: 15px 4px;
    float: left;
    padding: 20px 2%;
}

#footer .table-footer .second {
    width: 25%;
    vertical-align: top;
    float: left;
    padding: 20px 2%;
}

#footer .table-footer .third {
    width: 25%;
    vertical-align: top;
    float: left;
    padding: 20px 2%;
}

#footer .table-footer .fourth {
    padding: 20px 2%;
    vertical-align: top;
    float: left;
    width: 25%;
    background-image: url(../images/background.png);
}

#footer .table-footer strong {
    font-family: "Mst ExtraBold";
    font-size: 24px;
    color: #E3E3E3;
    margin-bottom: 10px;
    display: block;
}

#footer .table-footer .first strong {
    font-family: "Mst ExtraBold";
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0px;

}

#footer .table-footer .first p {
    font-family: "Mst Light";
    font-size: 14px;
    margin-top: 13px;
}

#footer .sub {
    text-align: left;
    color: white;
    font-family: "Mst Light";
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 10px;

}

#footer .c {
    min-height: 500px;
    max-width: 1275px;
    padding: 0 10px;
    margin: auto;
}

#footer ul {
    overflow: hidden;
}

#footer ul li {
    float: left;
    margin-right: 20px;
}

#footer .right {
    float: right;
}

#footer .tabs.fourth span {
    display: block;
    font-size: 18px;
    font-family: "Mst Light";
    margin-bottom: 10px;
    overflow: hidden;
    color: #E3E3E3;
}

#footer .tabs.fourth span img {
    vertical-align: middle;
}

#footer .tabs.fourth span.list img {
    width: 25%;
    margin: 0%;
    padding: 0;
    float: left;
}

#footer li {
    display: block;
}

#footer .third li::before, #footer .second li::before {
    content: "• ";
}

#footer .third li a, #footer .second li a {
    text-decoration: underline;
    font-family: "Mst Light";
    font-size: 14px;
    opacity: 0.8;
    color: #E3E3E3;
}

#footer .third li a:hover, #footer .second li a:hover {
    color: #94C11F;
}

#footer .subtitle {
    font-size: 20px;
}

@media screen and (max-width: 980px) {

    #footer .table-footer .first {
        width: 100%;
        margin-bottom: 20px;
    }

    #footer .table-footer .second, #footer .table-footer .third, #footer .table-footer .fourth {
        width: 33.33%;
    }

    #footer .c {
        border-top: none;
        padding: 0;
        width: 95%;
        position: relative;
        margin: 2.5%;
        float: none;
    }
}

/*@media screen and (max-width: 600px) {

    #footer ul li {
        float:none;
        text-align: center;
        margin-right:0;
    }

    #footer ul li a {
        display:block;
        padding:10px 0;
    }

    #footer ul li a:hover {
        text-decoration: none;
    }

	#footer .right {
		float:none;
		display:none;
	}
	
	#footer .table-footer .second,#footer .table-footer .third {
		width: 49%
	}
	
	#footer .table-footer .fourth {
		width: 100%;
	}

}*/
#footer .sub a {
    color: inherit;
}

#footer .sub a:hover {
    color: #94C11F;
    text-decoration: none;
}