@font-face {
    font-family: 'raptor';
    src:  url('../console/font-awesome/fontawesome-webfontba72.eot');
    src:  url('../console/font-awesome/fontawesome-webfontd41d.eot') format('embedded-opentype'),
      url('../console/font-awesome/fontawesome-webfontba72.ttf') format('truetype'),
      url('../console/font-awesome/fontawesome-webfontba72.woff') format('woff'),
      url('../console/font-awesome/fontawesome-webfontba72.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}




.modal-open #colorlib-page, 
.modal-open .container-fluid, 
.modal-open .container {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.alert {
    position:fixed;
    top:0;
    z-index:9999;
    width:100%;
}

footer {
    border-top:3px solid #52ADDA;
    background-image: url(../images/background-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}
footer a {
    color:#fff;
}
footer a:hover {
    text-decoration:none;
}
footer .box-h3 {
    border-bottom:1px solid #fefefe;
    margin-bottom:20px;
}
footer .box-h3 h3 {
    padding-bottom:3px;
    color:#fff;
}
footer .footer-links li:before {
    content: "\f48e";
    font-family: 'raptor';
}
footer .box-copyright {
    background:#03170E;
    color:#fff;
}