@charset "UTF-8";

@font-face {
  font-family: "cif";
  src:url("cif.eot");
  src:url("cif.eot?#iefix") format("embedded-opentype"),
    url("cif.woff") format("woff"),
    url("cif.ttf") format("truetype"),
    url("cif.svg#cif") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "cif" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "cif" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  position: relative;
  top: 0px; 
  text-align:center;
  margin: 0px;
  padding: 0px;
  display: block;
  font-size: 1em; 
  font-family: 'cif';
  font-style: normal;
  font-weight: normal; 
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;  
  cursor: pointer;
  color:#19BB9B;
}




.icon-arrow-down:before {content: "a";}
.icon-arrow-left:before {content: "b";}
.icon-arrow-right:before {content: "c";}
.icon-arrow-up:before {content: "d";}
.icon-download:before {content: "e";}
.icon-close:before {content: "f";}
.icon-share-1:before {content: "g";}
.icon-facebook:before {content: "l";}
