@font-face {
    font-family: 'icomoon';
    src:url('/fonts/icomoon.eot?qqfb20');
    src:url('/fonts/icomoon.eot?#iefixqqfb20') format('embedded-opentype'),
        url('/fonts/icomoon.woff?qqfb20') format('woff'),
        url('/fonts/icomoon.ttf?qqfb20') format('truetype'),
        url('/fonts/icomoon.svg?qqfb20#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;

    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";


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


.icon-exclamation-triangle:before {
    content: "\e601";
}

.icon-phone:before {
    content: "\e942";
}

.icon-envelop:before {
    content: "\e945";
}

.icon-calendar:before {
    content: "\e953";
}

.icon-heart:before {
    content: "\e9da";
}

.icon-heart-broken:before {
    content: "\e9db";
}

.icon-checkbox-checked:before {
    content: "\e600";
}

.icon-checkbox-unchecked:before {
    content: "\ea53";
}

.icon-share:before {
    content: "\ea7d";
}

.icon-new-tab:before {
    content: "\ea7e";
}

.icon-share2:before {
    content: "\ea82";
}

.icon-cancel-circle:before {
    content: "\ea0d";
}

.icon-cross:before {
    content: "\ea0f";
}

.icon-compass2:before {
    content: "\e94a";
}

.icon-circle-up:before {
    content: "\ea41";
}

.icon-circle-right:before {
    content: "\ea42";
}

.icon-circle-down:before {
    content: "\ea43";
}

.icon-circle-left:before {
    content: "\ea44";
}

.icon-star-empty:before {
    content: "\e9d7";
}

.icon-star-half:before {
    content: "\e9d8";
}

.icon-star-full:before {
    content: "\e9d9";
}

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

[class^="icon2-"], [class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon2' !important;
  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;
}

.icon2-add_a_photo:before {
  content: "\e900";
}
.icon2-bin:before {
  content: "\e9ac";
}
.icon2-camera:before {
  content: "\e90f";
}
.icon2-pencil:before {
  content: "\e905";
}
.icon2-trophy:before {
  content: "\e99e";
}
.icon2-file-pdf:before {
  content: "\eadf";
  color: RGB(215,45,33);
}
.icon2-file-doc:before {
  content: "\eae1";
  color: RGB(21,65,150);
}
.icon2-file-xls:before {
  content: "\eae2";
  color: RGB(50,120,33);
}
