body.custom-background {
    background-image: url('images/tiny_grid.png');
    background-repeat: repeat;
    background-position: top left;
    background-attachment: fixed;
}

.ttrustSocial a {
    color:#aaaaaa;
}

.ttrustSocial a:hover {
    color:#828282;
}

@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot?-e1akws');
  src:url('fonts/icomoon.eot?#iefix-e1akws') format('embedded-opentype'),
    url('fonts/icomoon.ttf?-e1akws') format('truetype'),
    url('fonts/icomoon.woff?-e1akws') format('woff'),
    url('fonts/icomoon.svg?-e1akws#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-vk2:before {
  content: "\e605";
}
.icon-linkedin-square:before {
  content: "\e601";
}
.icon-twitter:before {
  content: "\e602";
}
.icon-google-plus:before {
  content: "\e603";
}
.icon-facebook:before {
  content: "\e604";
}
