#footerdiv {
    background: #0468a5; /* Old browsers */
    background: -moz-linear-gradient(top, #0468a5 0%, #02395a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0468a5 0%,#02395a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0468a5 0%,#02395a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0468a5', endColorstr='#02395a',GradientType=0 ); /* IE6-9 */
    text-align:center;
}

.width25 {
    width:25% !important;
}
.width16 {
    width:16.6% !important;
}
.social-links-footer {
    list-style-type: none;
    margin-bottom:20px;
    text-align: center;
}
.social-links-footer li {
    display:inline;
}
.footer-copr {
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding:15px 0 5px 0;
}
.footer-links-1 {padding:0 0 10px 0;}
.footer-links-1 a {color:#fff;}

@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){
ul.footerul {
    float: left;
    text-align:left;
    list-style: none outside none;
    padding: 0%;
    margin: 9px;
}
    ul.footerul > li {
        color: #FFFFFF;
        font-size: 11px;
        padding:0px 0 0 0;
    }
}

ul.footerul > li:first-child {
    color: #d3ae22;/*#FFFFFF;*/
    font-size: 11px;
    font-weight: bold;
    padding:0;
    text-transform: uppercase;
}
ul.footerul > li {
    color: #FFFFFF;
    font-size: 11px;
    padding:5px 0 0 0;
}
ul.footerul > li a {
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
}
ul.footerul > li a:hover {
    text-decoration:underline;
}

ul.footerul {
    float: left;
    text-align: left;
    list-style: none outside none;
    padding: 0 0 0 30px;
}