.footer-component {
    background-color: #6b4d40;
    padding-top: 75px;
	padding-bottom:46px;
}

.copyright-text{
    background-color: #5f4337!important;
}

.footer-component .footer-logo {
    max-width: 235px;
}

.footer-nav {
    list-style: none;
    padding-left: 0;
    padding-right: 165px;
}

.footer-address {
    margin-top: 30px;
    margin-left: 35px;
}

.footer-address img{
    margin-top: 5px;
}

.footer-address p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 210px;
    margin: 0;
}

.footer-nav li {
    text-align: left;
    padding: 0;
}

.footer-nav a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.footer-component h4 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.footer-text {
    color: white;
}

.copyright, .copyright * {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    padding-bottom: 22px;
    padding-top: 25px;
}

.sign{
    margin-top: 20px;
    margin-bottom: 15px;
    width: 125px;
}

.footer-component .address{
    max-width: 170px;
}

.copyright a:hover{
    text-decoration: none;
    color: #FFFFFF;
}

.footer-text .phone{
    margin-bottom: 15px;
}

.footer-text a{
    color: #FFFFFF;
}

.download-link a{
	color:white;
}

.download-link{
	padding-right:165px;
}

.download-link a{
	font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.footer-logo img{
	width: 75%;
}

@media (max-width: 1200px) {
	.footer-nav{
        padding-right:50px;
    }
	
	.download-link{
        padding-right:50px;
	}
}

@media (max-width: 992px) {

    .footer-nav .menu-item{
        margin:10px 0;
    }

    .footer-nav{
        padding:0;
    }
	
	.download-link{
        padding:0;
	}
	
    .footer-nav .menu-item{
        text-align: center;
    }
    .footer-component .address,.footer-address p,.footer-component .footer-logo{
        max-width: 100%;
    }
}

@media (min-width: 992px){
		.footer-address {
    margin-left: 0px;
}
}