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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-envelope:before {
  content: "\e005";
}
.icon-phone:before {
  content: "\e001";
}
.icon-facebook:before {
  content: "\e002";
}
.icon-twitter:before {
  content: "\e003";
}
.icon-youtube:before {
  content: "\e004";
}

.connect-with-us-container a {
    text-decoration: none;
    color: #aaa;
    padding: 14px 11px 7px 12px;
    background: #141414;
    border-radius: 4px;
    font-size: 20px;
}

.connect-with-us-container a:hover, .connect-with-us-container a:active {
    color: #e67e22;
}