/* */
.copyright{
    background-color: black; /* */
    color: white; /* */
    text-align: center; /* */
}

/* */
.footer-container{
    padding: 30px; /* */
    align-items: center; /* */

}

/* */
.footer-segment{
    vertical-align: top; /* */
    display:inline-block; /* */
    margin:auto; /* */
}

/* */
.footer-logo{
    padding-right: 50px; /* */
    width:30%; /* */
}

/* */
.footer-logo img{
    float: right; /* */
}

/* */
.footer-contacts{
    margin-right: 30px; /* */
    width:auto; /* */
}

/* */
.footer-contacts td{
    vertical-align: top; /* */
    padding-right: 5px; /* */
}

/* */
.footer-contact-col-left{
    opacity:0.7; /* */
}

/* */
.footer-other-links li{
    margin-right:5px; /* */
}

/* */
.footer-other-links ul{
    margin-bottom:5px; /* */
}

/* */
.footer-other-links a{
    text-decoration:none; /* */
}

/* */
.footer-other-links a:hover{
    opacity:0.7; /* */
}

/* */
.footer-mini-title{
    font-weight:bold; /* */
    font-size:15px; /* */
    color:#2c6c21; /* */
}

/* */
.footer-mini-title a{
    color:#2c6c21; /* */
}