@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot?3ikmp9');
	src:url('icomoon.eot?#iefix3ikmp9') format('embedded-opentype'),
		url('icomoon.woff?3ikmp9') format('woff'),
		url('icomoon.ttf?3ikmp9') format('truetype'),
		url('icomoon.svg?3ikmp9#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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-doc:before {
	content: "\e60c";
}
.icon-sharepoint:before {
	content: "\e600";
}
.icon-ux:before {
	content: "\e601";
}
.icon-design:before {
	content: "\e602";
}
.icon-webdev:before {
	content: "\e603";
}
.icon-mobiledev:before {
	content: "\e604";
}
.icon-business:before {
	content: "\e605";
}
.icon-marketing:before {
	content: "\e606";
}
.icon-pm:before {
	content: "\e607";
}
.icon-content:before {
	content: "\e608";
}
.icon-organize:before {
	content: "\e609";
}
.icon-staff::before {
    content: '\e60a'
}

.icon-address:before {
    font-size: 18px;
	content: '@';
    font-family: 'Nexa Bold', 'Source Sans', sans-serif;    
    padding-left: 20px;
}
.icon-call:before {
    font-size: 18px;
	content: "\e601";
    padding-left: 20px;
}

.work-icon-office:before {
    content: '\e608';
}
.work-icon-rower:before {
    content: '\e606';
}
.work-icon-cloud:before {
    content: '\e601';
}
.work-icon-vd:before {
    content: '\e60c';
}


/* Max Width: 1024px
    ----------------------------------*/

@media screen and (max-width: 1024px) {
    .icon-address:before, .icon-call:before {
        padding: 0;
    }

}