@charset "utf-8";
/* CSS Document */
footer .info {
    position:relative;
    padding-bottom:30px;
}
footer .info p {
    padding: 2px 0;
    margin: 0;
    color: #000000;
    /* letter-spacing: 1px; */
    font-size: 95%;
}

footer .info p a {
    color: #C73C00;
}

footer .info p a:hover {
    color: #015477;
}
footer .left {
    padding:0 0 10px 0;
    display: inline-block;
    float: left;
    clear: both;
}
footer .left ul {
    padding: 0;
    list-style-type: none;
    clear: both;
    margin: 0;
}
footer .left ul li {
    display:inline-block;
    text-align: center;
    margin-right: 10px;
    padding: 5px 0;
}
footer .left ul li a {
    display: block;
    text-decoration: none;
}
footer .left ul li a:hover p {
    color: #FF5722;
}
footer .right ul {
    padding: 0;
    list-style-type: none;  
     clear: both;
}
footer .right ul li {
    display:inline-flex;
    text-align: center;
    margin-right: 10px;
    padding: 5px 0;
}
footer .right ul li a {
    display: block;
    text-decoration: none;
}
footer .right ul li a:hover p {
    color: #FF5722;
}
@media screen and (max-width: 1200px) {
footer .right ul {
    position: inherit !important;
}
}
@media screen and (min-width: 992px) {
footer .right {
    float:left;
    padding-left: 20px;
    max-width: 640px;
}
footer .right ul {
    margin: 0 0 5px 0;
    position:absolute;
    right:0;
    top:0;
   
}
}
@media screen and (max-width: 991px) {
footer .left,
footer .right {
    float:none !important;
}
}