/* FOOTER */
footer{
    background: #363839;
}
footer .other-links{
    padding: 50px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
footer .other-links ul{
    text-align: center;
}
footer .other-links ul li {
    display: inline-block;
    margin: 0 10px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
footer .other-links ul li a{
    font-size: 14px;
    text-transform: uppercase;
    color: #927548;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
footer .other-links ul li a:hover{
    color: #fb4f00;
    color: #ed4951;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
footer .footer-second-section{
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
footer .widget .heading{
    margin-bottom: 40px;
}
footer .widget .heading h1{
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}
footer .widget .menu ul li{
    margin-bottom: 10px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
footer .widget .menu ul li span.link{
    font-size: 16px;
    color: #dddddd;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
footer .widget .menu ul li:hover > span.link{
    padding-left: 10px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
footer .widget .menu ul li:hover > span.link a{
    color: #fb4f00;
    color: #ed4951;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
footer .widget .menu ul li:hover > span.fa{
    color: #fb4f00;
    color: #ed4951;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
footer .widget .menu ul li span.fa{
    color: #dddddd;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
footer .widget .menu ul li a {
    color: #dddddd;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
footer .widget .menu ul li a span.link{
    font-size: 16px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
footer .widget .menu ul li a:hover > span.link{
    color: #fb4f00;
    color: #ed4951;
    padding-left: 10px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
footer .widget .menu ul li a:hover > span.fa-square{
    color: #fb4f00;
    color: #ed4951;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
footer .widget .menu ul li a span.fa-square{
    font-size: 6px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
footer .footer-bottom{
    padding: 30px 0;
    background: #494949;
    color: #aaa;
    text-align: center;
    font-size: 14px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}