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

@font-face {
         Font-family:'TechnicBold';
         src: url(techb___.ttf);
}

@font-face {
        Font-family:'Avenir';
/*        src: url(fonts/avenir-light-webfont.ttf) format('truetype');*/
		src: url('fonts/avenir-light-webfont.ttf') format('truetype'),
		url('fonts/avenir-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/avenir-light-webfont.eot'),
		url('fonts/avenir-light-webfont.woff') format('woff');
}

@font-face {
        Font-family:'nunito';
/*        src: url(fonts/avenir-light-webfont.ttf) format('truetype');*/
		src: url(fonts/nunito-light-webfont.ttf) format('truetype'),
		url(fonts/nunito-light-webfont.eot#iefix) format('embedded-opentype'),
		url(fonts/nunito-light-webfont.eot),
		url(fonts/nunito-light-webfont.woff) format('woff'),
		url(fonts/nunito-light-webfont.svg) format('svg');
}

@font-face {
  font-family: 'Nunito-Bold';
  src: url('Nunito-Bold.eot');
  src: url('Nunito-Bold.eot?#iefix') format('embedded-opentype'),
       url('Nunito-Bold.woff') format('woff'),
       url('Nunito-Bold.ttf') format('truetype'),
       url('Nunito-Bold.svg#Nunito-Bold') format('svg');
}

[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-home:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e942";
  position: absolute;
	left: 60px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;	
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;	
  transition-timing-function: ease-out;
}

.icon-phone {
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);	
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;	
  transition-duration: 0.3s;
}

.icon-phone:hover:before, .icon-phone:focus:before, .icon-phone:active:before {
  -webkit-transform: scale(1.5) rotate(20deg);
  -moz-transform: scale(1.5) rotate(20deg);
  -ms-transform: scale(1.5) rotate(20deg);	
  transform: scale(1.5) rotate(20deg);
}

.icon-location:before {
  content: "\e947";
  position: absolute;
  left: 230px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);	
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;	
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;	
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;	
  transition-timing-function: ease-out;
}

.icon-location {
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);	
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;	
  transition-duration: 0.3s;
}

.icon-location:hover:before, .icon-location:focus:before, .icon-location:active:before {
  -webkit-transform: scale(1.5) rotate(180deg);
  -moz-transform: scale(1.5) rotate(180deg);
  -ms-transform: scale(1.5) rotate(180deg);	
  transform: scale(1.5) rotate(180deg);
}

.icon-location2:before {
  content: "\e948";
}
.icon-map:before {
  content: "\e94b";
}
.icon-map2:before {
  content: "\e94c";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-box-add:before {
  content: "\e95e";
}
.icon-box-remove:before {
  content: "\e95f";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-pause:before {
  content: "\ea16";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-pause2:before {
  content: "\ea1d";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-arrow-left:before {
  content: "\ea38";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-mail2:before {
  content: "\ea84";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-skype:before {
  content: "\eac5";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-circle-up:before {
  content: "\ea41";
}


