@font-face {
	font-family: 'Conv_AvenirNextLTPro-Regular';
	src: url('../fonts/AvenirNextLTPro-Regular.eot');
	src: local('☺'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'), 
        url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), 
        url('../fonts/AvenirNextLTPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_AvenirNextLTPro-Bold';
	src: url('../fonts/AvenirNextLTPro-Bold.eot');
	src: local('☺'), url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'), 
        url('../fonts/AvenirNextLTPro-Bold.ttf') format('truetype'), 
        url('../fonts/AvenirNextLTPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_AvenirNextLTPro-It';
	src: url('../fonts/AvenirNextLTPro-It.eot');
	src: local('☺'), url('../fonts/AvenirNextLTPro-It.woff') format('woff'), 
        url('../fonts/AvenirNextLTPro-It.ttf') format('truetype'), 
        url('../fonts/AvenirNextLTPro-It.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*******************ICON******************/

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

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

.icon-line:before {
  content: "\e905";
}
.icon-arrow-btm:before {
  content: "\e900";
}
.icon-arrow-drp:before {
  content: "\e901";
}
.icon-arrow-rgt:before {
  content: "\e902";
}
.icon-call:before {
  content: "\e903";
}
.icon-menu:before {
  content: "\e904";
}

