/* SOCIAL ICONS */
#sm-youtube a:before{ 
  content: "\f167"; 
}
#sm-flickr a:before{ 
  content: "\f16e"; 
}
#sm-twitter a:before{ 
  content: "\f099"; 
}
#sm-facebook a:before{
  content: "\f09a";
}
#sm-vimeo a:before{ 
  content: "\f194"; 
}
#sm-pinterest a:before{ 
  content: "\f0d2";
}

/* SITE NAV */
.site-nav--dropdown a:before{
  font-family:'FontAwesome';
  font-weight:normal;
  content:"\f105";
  margin-right:5px;
  
}

/* BLOG */
span.date:before{
  font-family:'FontAwesome';
  font-weight:normal;
  content:"\f133";
  margin-right:5px;
}

span.comment-icon a:before{
  font-family:'FontAwesome';
  font-weight:normal;
  content:"\f0e6";
  margin-right:5px;
}


/* OWL CAROUSEL */
.owl-nav .owl-next:after {
  font-family:'FontAwesome';
  font-weight: normal;
  content:"\f105";
  font-size: 20px;
}

.owl-nav .owl-prev:after {  
  font-family:'FontAwesome';
  font-weight: normal;
  content:"\f104";
  font-size: 20px;
}


/* REMOVE ICON */
.icon-x:before{
 font-family:'FontAwesome';
  font-weight: normal;
  content:"\f00d";
}

/* FILTERS */
.advanced-filter.active-filter a:after{
  font-family:'FontAwesome';
  font-weight: normal;
  content:"\f00c";
}

ul.selected-filters .advanced-filter.active-filter a:after,
.advanced-filter.active-filter a:hover:after{
  font-family:'FontAwesome';
  font-weight: normal;
  content:"\f00d";
}

/* FANCYBOX */
.fancybox-close:after{
   background-image:none;
   font-family:'FontAwesome';
   font-weight: normal;
   content:"\f00d";
   font-size:30px;
}


#faq-page h3:before{
  font-family:'FontAwesome';
  font-weight:normal;
  content:"\f059";
  margin-right:10px;
   font-size:20px;
}


#faq-page p:before{
  font-family:'FontAwesome';
  font-weight:normal;
  content: "\f0eb";
  margin-right:10px;
   font-size:20px;
}

.spr-icon-star:before {
  content: '\f005';
}
.spr-icon-star-half:before {
  content: '\f123';
}
.spr-icon-star-empty:before {
  content: '\f006';
}

[class^="spr-icon-"]:before, [class*=" spr-icon-"]:before {
  font-family:'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 120%;
}

.additional-text [class^="spr-icon-"]:before,
.additional-text [class*=" spr-icon-"]:before {
  font-size: 70%;
}
