@font-face {
  font-family: 'speedex';
  src:  url('../fonts/speedex.eot?rbik5i');
  src:  url('../fonts/speedex.eot?rbik5i#iefix') format('embedded-opentype'),
    url('../fonts/speedex.ttf?rbik5i') format('truetype'),
    url('../fonts/speedex.woff?rbik5i') format('woff'),
    url('../fonts/speedex.svg?rbik5i#speedex') 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: 'speedex' !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-menu:before {
  content: "\e90b";
}
.icon-envelope:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-play:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-location:before {
  content: "\e905";
}
.icon-twitter:before {
  content: "\e906";
}
.icon-phone:before {
  content: "\e907";
}
.icon-right-arrow:before {
  content: "\e908";
}
.icon-time:before {
  content: "\e909";
}
.icon-close:before {
  content: "\e90a";
}
.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}
