@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoond671.eot?gfq9l4');
  src:  url('fonts/icomoond671.eot?gfq9l4#iefix') format('embedded-opentype'),
    url('fonts/icomoond671.ttf?gfq9l4') format('truetype'),
    url('fonts/icomoond671.woff?gfq9l4') format('woff'),
    url('fonts/icomoond671.svg?gfq9l4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}

.icon-avatar:before {
  content: "\e91c";
}
.icon-phone-call:before {
  content: "\e900";
}
.icon-message:before {
  content: "\e901";
}
.icon-location:before {
  content: "\e902";
}
.icon-magnifying-glass:before {
  content: "\e903";
}
.icon-shopping-cart:before {
  content: "\e904";
}
.icon-volunteer:before {
  content: "\e905";
}
.icon-right-arrow:before {
  content: "\e906";
}
.icon-left-arrow:before {
  content: "\e907";
}
.icon-up-arrow:before {
  content: "\e908";
}
.icon-down-arrow:before {
  content: "\e909";
}
.icon-solidarity:before {
  content: "\e90a";
}
.icon-gift-box:before {
  content: "\e90b";
}
.icon-double-quotes:before {
  content: "\e90c";
}
.icon-apple:before {
  content: "\e90d";
}
.icon-health-insurance:before {
  content: "\e90e";
}
.icon-business-partnership:before {
  content: "\e90f";
}
.icon-target:before {
  content: "\e910";
}
.icon-solidarity-1:before {
  content: "\e911";
}
.icon-charity:before {
  content: "\e912";
}
.icon-generous:before {
  content: "\e913";
}
.icon-fundraiser:before {
  content: "\e914";
}
.icon-chat:before {
  content: "\e915";
}
.icon-bonus:before {
  content: "\e916";
}
.icon-fingerprint-scan:before {
  content: "\e917";
}
.icon-account:before {
  content: "\e918";
}
.icon-charity-1:before {
  content: "\e919";
}
.icon-target-1:before {
  content: "\e91a";
}
.icon-help:before {
  content: "\e91b";
}





.icon-bar-whatsapp {
    position: fixed;
right:0%;
    bottom: 6%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
	padding: 8px 0 0 0; 
		float:right;
    
}

.icon-bar-whatsapp a {
    display: block;
    text-align: center;
    padding: 8px 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar-side {
    position: fixed;
    bottom: 9%;
left:0%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translatexY(-50%);
    z-index: 99999;
	padding: 8px 0 0 0;    
}

.icon-bar-side a {
float:left;
    display: block;
    text-align: center;
    padding: 8px 14px;
    transition: all 0.3s ease;
    color: white;
    font-size: 34px;
    border-radius:0 10px 10px 0;
box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
}

.icon-bar-side a.mailto  {
    color: white;
	background:#67bd45;
}
.icon-bar-side a.mailto:hover {
    color: white;
	background:#67bd45;
}



.logo-box a img {
background:#FFF;
padding:6px;
width:100%;
border-radius:10px;
}