    /*
    Flaticon icon font: Flaticon
    Creation date: 09/11/2016 15:41
    */

    @font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

    .fi:before{  
      display: inline-block;
	  font-family: "Flaticon";
	  font-style: normal;
	  font-weight: normal;
	  font-variant: normal;
	  line-height: 1;
	  text-decoration: inherit;
	  text-rendering: optimizeLegibility;
	  text-transform: none;
	  -moz-osx-font-smoothing: grayscale;
	  -webkit-font-smoothing: antialiased;
	  font-smoothing: antialiased;
    }



/* ================= ICONS ================== */
 .flaticon-ambulance:before { content: "\f100"; }
.flaticon-animal-paw-print:before { content: "\f101"; }
.flaticon-arrows:before { content: "\f102"; }
.flaticon-cross-out:before { content: "\f103"; }
.flaticon-facebook-logo:before { content: "\f104"; }
.flaticon-1:before { content: "\f105"; }
.flaticon-3:before { content: "\f106"; }
.flaticon-2:before { content: "\f107"; }
.flaticon-5:before { content: "\f108"; }
.flaticon-4:before { content: "\f109"; }
.flaticon-telephone-handle-silhouette:before { content: "\f10a"; }
/* ================= ICON CONTAINERS ================== */


.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: inline-block !important;
	font-family: "Flaticon"!important;
	font-style: normal!important;
	font-weight: normal!important;
	font-variant: normal!important;
	line-height: 1!important;
	text-decoration: inherit!important;
	text-rendering: optimizeLegibility!important;
	text-transform: none!important;
	-moz-osx-font-smoothing: grayscale!important;
	-webkit-font-smoothing: antialiased!important;
	font-smoothing: antialiased!important;
    content: '\f102'!important;
    display: block!important;
    border: none!important;
    border-color: none!important;
    right: 17px!important;
	margin-top: -4px!important;
    font-size:10px!important;
}

.looking-owner .wrapper li:before {
	display: inline-block;
	font-family: "Flaticon";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	content: "\f101"; 
	margin-left: -1.3em;
	padding-right:10px;
	color:#F1592A;
  
}

