@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: allicons;
	src: url(../fonts/icons.eot) format("embedded-opentype"), url(../fonts/icons.woff) format("woff"), url(../fonts/icons.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}
[class^=icon]:before {
	display: inline-block;
	vertical-align: middle;
	font-family: allicons;
	font-style: normal;
	font-weight: 400;
	speak: none;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
}
a [class^=icon]:before {
	color: #747678
}
.icon-large:before {
	font-size: 32px;
}

.icon-twitter:before {
	content: "\e001"
}

.icon-email:before {
	content: "\e015"
}

.icon-facebookSquare:before {
	content: "\e017"
}
.icon-facebook:before {
	content: "\e018"
}

.icon-linkedinSquare:before {
	content: "\e01f"
}
.icon-linkedin:before {
	content: "\e020"
}

.icon-phone:before {
	content: "\e025"
}

.icon-downarrow:before {
	content:"\e00d";
	}

.icon-info:before{content:"\e01e"}

.icon-twitterBird:before {
	content: "\e02e"
}
.icon-twitterSquare:before {
	content: "\e02f"
}
.icon-youtube:before {
	content: "\e030"
}
.icon-twitter:before {
	color: #55acee!important
}
.icon-facebook:before {
	color: #3b5998!important
}

.icon-linkedin:before {
	color: #0077b5!important
}

.icon-youtube:before {
	color: #cd201f!important
}
