@font-face {
  font-family: 'Ramada';
  src:  url('fonts/Ramada.eot?pe4egr');
  src:  url('fonts/Ramada.eot?pe4egr#iefix') format('embedded-opentype'),
    url('fonts/Ramada.ttf?pe4egr') format('truetype'),
    url('fonts/Ramada.woff?pe4egr') format('woff'),
    url('fonts/Ramada.svg?pe4egr#Ramada') 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: 'Ramada' !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-Left:before {
  content: "\e900";
  color: #4e433a;
}
.icon-Right:before {
  content: "\e901";
  color: #4e433a;
}
