.content-grid-item > img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  transition: all 0.5s ease;
}

.content-grid-item > img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.social-icons.social-icons-icon-secondary.social-icons-clean li a i {
    color: #183f72 !important;
}

.social-icons.social-icons-icon-secondary.social-icons-clean li a:hover i {
    color: #FFF !important;
}

.bg-color-els {
    background-color: #FAFAFC !important;
}

.content-grid .content-grid-item:before {
    border-left: none;
}

.content-grid .content-grid-item:after {
    border-bottom: none;
}

#footer .footer-copyright {
    padding: 10px 0;
}

#footer .custom-row-footer {
    padding-top: 75px !important;
}

#footer .custom-row-footer .custom-footer-column-logo img {
    margin-bottom: 10px;
}

.custom-cards.custom-cards-slider .cards-container {
    margin: -100px auto 0;
}