@charset "UTF-8";


@font-face {
  font-family: "savills-im";
  src:url("../_fonts/savills-im.eot");
  src:url("../_fonts/savills-im.eot?#iefix") format("embedded-opentype"),
    url("../_fonts/savills-im.woff") format("woff"),
    url("../_fonts/savills-im.ttf") format("truetype"),
    url("../_fonts/savills-im.svg#savills-im") format("svg");
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: "savills-blog";
  src:url("../_fonts/savills-blog.eot");
  src:url("../_fonts/savills-blog.eot?#iefix") format("embedded-opentype"),
    url("../_fonts/savills-blog.woff") format("woff"),
    url("../_fonts/savills-blog.ttf") format("truetype"),
    url("../_fonts/savills-blog.svg#savills-blog") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "savills-im" !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: "savills-im" !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;
}

[data-icon]:before {
  font-family: "savills-blog" !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;
}

.icon-facebook:before,
.icon-search::before {
  font-family: "savills-blog" !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-location:before {
  content: "\61";
}
.icon-linkedin:before {
  content: "\62";
  position:relative;
  top:5px;
}

.icon-facebook:before {
  content: "a";
  position:relative;
  top:5px;
} 

.icon-chevron-left:before {
  content: "\63";
}
.icon-chevron-right:before {
  content: "\65";
}
.icon-circle-minus:before {
  content: "\66";
}
.icon-cross:before {
  content: "\67";
}
.icon-search:before {
  content: "l";
 left: 4px;
    position: absolute;
    top: 12px;
}
.icon-burger:before {
  content: "\69";
}
.icon-circle-plus:before {
  content: "\6a";
}
.icon-twitter:before {
  content: "\6b";
  position:relative;
  top:5px;
}
.icon-chevron-down:before {
  content: "\64";
}
.icon-chevron-up:before {
  content: "\6c";
}
