/*---------------------------------------------------------------------------------------------------*/
/*	ICON SERVICE	*/
/*---------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'wbs-icon';
  src:  url('fonts/wbs-icon.eot?oupo71');
  src:  url('fonts/wbs-icon.eot?oupo71#iefix') format('embedded-opentype'),
    url('fonts/wbs-icon.ttf?oupo71') format('truetype'),
    url('fonts/wbs-icon.woff?oupo71') format('woff'),
    url('fonts/wbs-icon.svg?oupo71#wbs-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.wbs-icon-olitecna-contact:before, .olitecna_contact:before {
  content: "\e901";
}
.wbs-icon-olitecna-service-01:before,.olitecna_service_01:before {
  content: "\e903";
}
.wbs-icon-olitecna-service-02:before, .olitecna_service_02:before {
  content: "\e902";
}
.wbs-icon-olitecna-service-03:before, .olitecna_service_03:before {
  content: "\e900";
}

.olitecna_icon_bg{overflow: hidden;}
.olitecna_icon_bg:before{font-size: 800px; color: #004472; position: absolute; display: block;bottom: -200px;font-family: 'wbs-icon' !important;opacity: .5;line-height: initial;}

.olitecna_service_01:before, .olitecna_service_03:before{right: -200px;}
.olitecna_service_02:before, .olitecna_contact:before{right: -200px;}




@keyframes taadaa { 
	0% {opacity: 0;}
	50% {opacity: 0;}
	100% {opacity: .5;}
}
.olitecna_icon_bg:before{animation: taadaa 3s ease-out;}


@media (max-width: 767.98px) {
	.olitecna_icon_bg:before{font-size: 500px;bottom: -150px;}
	.olitecna_service_01:before, .olitecna_service_03:before{right: -200px;}
	.olitecna_service_02:before, .olitecna_contact:before{right: -200px;}
}