/*
Icon Font: webleicons
*/

@font-face {
font-family: "webleicons";
src: url("./webleicons.eot");
src: url("./webleicons.eot?#iefix") format("embedded-opentype"),
url("./webleicons.woff") format("woff"),
url("./webleicons.ttf") format("truetype"),
url("./webleicons.svg#webleicons") format("svg");
font-weight: normal;
font-style: normal;
}
i.we:before{
position: relative;line-height: 1px; 
letter-spacing: 1px;
}
i.we.inherit:before{
font-size:inherit !important;
color:inherit !important;
}
i.we.gigabig:before{
font-size: 52px;
}
i.we.ultrasmall:before{
font-size: 12px;
}
i.we.gigasmall:before{
font-size: 8px;
}
i.we.verysmall:before{
font-size: 10px;
}
i.we.verysmall:before{
font-size: 12px;
}
i.we.small:before{
font-size: 18px;
}
i.we.medium:before{
font-size: 22px;
}
i.we.ultrabig:before{
font-size: 40px;
}

i.we.big:before{
font-size: 32px;
}
i.we.orange:before{
color:orange;
}
i.we.black:before{
color: #000;
}
i.we.silver:before{
color: #a0a0a0;
}
i.we.white:before{
color: #fff;
}
i.we.green:before{
color: #217346;
}
i.we.powerred:before{
color:#d24726;
}
i.we.royal:before{
color:#2b579a;
}
i.we.lightred:before{
color:#e63a3a;
}
i.we.ciel:before{
color:#368ee0;
}
*.ic-hover:hover{
cursor:pointer;
}
*.ic-hover.ic-h-black:hover > i:before{
color:black;
}
i.we.ic-hover.ic-h-black:hover:before{
color:black;
}
*.ic-hover.ic-h-lightred:hover > i:before{
color:#e63a3a;
}
i.we.ic-hover.ic-h-lightred:hover{
color:#e63a3a;
}
*.ic-hover.ic-h-ciel:hover > i:before{
color:#368ee0;
}
i.we.ic-hover.ic-h-ciel:hover:before{
color:#368ee0;
}
*.ic-hover.ic-h-white:hover > i:before{
color:white;
}
i.we.ic-hover.ic-h-white:hover:before{
color:white;
}

.we {
display: inline-block;
font-family: webleicons;
font-style: normal;
font-weight: normal;
line-height: 1;
}
.we-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.rotate-45{
transform: rotate(45deg);
}
.rotate-90{
transform: rotate(90deg);
}
.rotate-180{
transform: rotate(180deg);
}
.rotate-270{
transform: rotate(270deg);
}
i.rotate-270:before{

transform: rotate(270deg);
}
.rotate-225{
transform: rotate(225deg);
}
.rotate-315{
transform: rotate(315deg);
}
.we-spin {
animation: spin 2s infinite linear;
}

.we-flash-fast {
	-webkit-animation: flash linear 0.5s infinite;
		animation: flash linear 0.5s infinite;
}
.we-flash {
	-webkit-animation: flash linear 1s infinite;
		animation: flash linear 1s infinite;
}
.we-effect-connecting {
animation: connecting 2s infinite ease-in-out;
}
i.we.major {
background-color: #37c0fb;
background-image: url("/includes/css/images/bg01.png");
background-image: -moz-linear-gradient(center top , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.15) 100%);
background-image: -moz-linear-gradient(top , rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.15));
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.15) 100%);
background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.15) 100%);
border-radius: 100%;
box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
color: white;
cursor: default;
display: inline-block;
height: 5em;
vertical-align:middle;
line-height: 5em;
text-align: center;
width: 5em;
}
i.we.larger{
position:absolute;
left:0;
top:0;bottom:0;box-shadow:0 0 2px black;
}
i.we.larger.right{
right:0;left:auto;
}
i.we.major.square{
border-radius: 0;
}
i.we.major.ultramin{
height: 1.5em;
width: 1.5em;
line-height: 1.4em;
box-shadow: 0 0 0 2px white, 0 0 0 3px #e0e0e0;
}
i.we.major.min{
height: 2em;
width: 2em;
line-height: 2em;
box-shadow: 0 0 0 4px white, 0 0 0 5px #e0e0e0;
}
i.we.major.no-shadow{
box-shadow:0 0 2px black;
}
i.we.major.medium{
height: 3em;
width: 3em;
line-height: 3em;
box-shadow: 0 0 0 6px white, 0 0 0 7px #e0e0e0;
}
i.we.major:before{
font-size:24px;
}
i.we.major.ultramin:before{
font-size:10px;
}
i.we.major.min:before{
font-size:14px;
}
i.we.major.royal{
background-color:#2b579a;
}
i.we.major.red{
background-color:#b70000;
}
i.we.major.black{
background-color:#000000;
}
i.we.major.grey{
background-color:#141414;
}
i.we.major.silver{
background-color:silver;
}
i.we.major.green{
background-color: #217346;
}
i.we.major.orange{
background-color: #de5c26;
}
i.we.major:before{
color:white;
}
a.link > i.we.major{
transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
cursor:pointer;
}
a.link > i.we.link{
transition: color 0.2s ease-in-out 0s;
cursor:pointer;
}

@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}


@-moz-keyframes spin {
	0% {
	-moz-transform: rotate(0deg);
	}
	100% {
	-moz-transform: rotate(359deg);
	}
}
@-webkit-keyframes spin {
	0% {
	-webkit-transform: rotate(0deg);
	}
	100% {
	-webkit-transform: rotate(359deg);
	}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes connecting {
0% {
color:#2b579b;
}
50% {
color:inherit;
}
100% {
color:#2b579b;
}
}

.we-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.we-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.we-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.we-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.we-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.we-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}

.cursor-auto,.cursor-h-auto:hover            { cursor: auto; }
.cursor-default,.cursor-h-default:hover          { cursor: default; }
.cursor-none ,.cursor-h-none:hover            { cursor: none; }
.cursor-context-menu ,.cursor-h-auto:hover    { cursor: context-menu; }
.cursor-help,.cursor-h-help:hover         { cursor: help; }
.cursor-pointer ,.cursor-h-pointer:hover        { cursor: pointer; }
.cursor-progress,.cursor-h-progress:hover        { cursor: progress; }
.cursor-wait,.cursor-h-wait:hover            { cursor: wait; }
.cursor-cell,.cursor-h-cell:hover            { cursor: cell; }
.cursor-crosshair,.cursor-h-crosshair:hover       { cursor: crosshair; }
.cursor-text,.cursor-h-text:hover            { cursor: text; }
.cursor-vertical-text,.cursor-h-vertical-text:hover   { cursor: vertical-text; }
.cursor-alias,.cursor-h-alias:hover           { cursor: alias; }
.cursor-copy,.cursor-h-copy:hover            { cursor: copy; }
.cursor-move,.cursor-h-move:hover            { cursor: move !important; }
.cursor-no-drop ,.cursor-h-no-drop:hover        { cursor: no-drop; }
.cursor-not-allowed ,.cursor-h-not-allowed:hover    { cursor: not-allowed; }
.cursor-all-scroll ,.cursor-h-all-scroll:hover     { cursor: all-scroll; }
.cursor-col-resize,.cursor-h-col-resize:hover      { cursor: col-resize; }
.cursor-row-resize,.cursor-h-row-resize:hover      { cursor: row-resize; }
.cursor-n-resize,.cursor-h-n-resize:hover        { cursor: n-resize; }
.cursor-e-resize,.cursor-h-e-resize:hover        { cursor: e-resize; }
.cursor-s-resize ,.cursor-h-s-resize:hover       { cursor: s-resize; }
.cursor-w-resize,.cursor-h-w-resize:hover        { cursor: w-resize; }
.cursor-ns-resize,.cursor-h-ns-resize:hover       { cursor: ns-resize; }
.cursor-ew-resize ,.cursor-h-ew-resize:hover      { cursor: ew-resize; }
.cursor-ne-resize ,.cursor-h-ne-resize:hover      { cursor: ne-resize; }
.cursor-nw-resize ,.cursor-h-nw-resize:hover      { cursor: nw-resize; }
.cursor-se-resize ,.cursor-h-se-resize:hover      { cursor: se-resize; }
.cursor-sw-resize ,.cursor-h-sw-resize:hover      { cursor: sw-resize; }
.cursor-nesw-resize ,.cursor-h-nesw-resize:hover    { cursor: nesw-resize !important; }
.cursor-nwse-resize ,.cursor-h-nwse-resize:hover    { cursor: nwse-resize !important; }
.cursor-grab ,.cursor-h-grab:hover    { cursor: grab; }
.cursor-grabbing ,.cursor-h-grabbing:hover    { cursor: grabbing; }
/*icons*/
.we-actions:before { content: "\f100"; }
.we-android:before { content: "\f101"; }
.we-apple:before { content: "\f102"; }
.we-archive:before { content: "\f103"; }
.we-arrow-circle-down:before { content: "\f104"; }
.we-arrow-circle-down-o:before { content: "\f105"; }
.we-arrow-circle-left:before { content: "\f106"; }
.we-arrow-circle-left-litte-o:before { content: "\f107"; }
.we-arrow-circle-left-o:before { content: "\f108"; }
.we-arrow-circle-right:before { content: "\f109"; }
.we-arrow-circle-right-o:before { content: "\f10a"; }
.we-arrow-circle-up:before { content: "\f10b"; }
.we-arrow-circle-up-o:before { content: "\f10c"; }
.we-arrow-down:before { content: "\f10d"; }
.we-arrow-h:before { content: "\f10e"; }
.we-arrow-left:before { content: "\f10f"; }
.we-arrow-right:before { content: "\f110"; }
.we-arrow-up:before { content: "\f111"; }
.we-arrow-v:before { content: "\f112"; }
.we-arrows:before { content: "\f113"; }
.we-arrows-alt:before { content: "\f114"; }
.we-asterisk:before { content: "\f115"; }
.we-automatic:before { content: "\f116"; }
.we-azimuth-1:before { content: "\f117"; }
.we-ban:before { content: "\f118"; }
.we-bar-chart-1:before { content: "\f119"; }
.we-bar-chart-2:before { content: "\f11a"; }
.we-bar-chart-o:before { content: "\f11b"; }
.we-barrels:before { content: "\f11c"; }
.we-bars:before { content: "\f11d"; }
.we-baseLayout:before { content: "\f11e"; }
.we-baseLayout-bottom:before { content: "\f11f"; }
.we-baseLayout-center:before { content: "\f120"; }
.we-baseLayout-left:before { content: "\f121"; }
.we-baseLayout-right:before { content: "\f122"; }
.we-baseLayout-top:before { content: "\f123"; }
.we-battery-0:before { content: "\f296"; }
.we-battery-100:before { content: "\f297"; }
.we-battery-25:before { content: "\f298"; }
.we-battery-50:before { content: "\f299"; }
.we-battery-75:before { content: "\f29a"; }
.we-birthday:before { content: "\f124"; }
.we-blind:before { content: "\f125"; }
.we-blind-0:before { content: "\f126"; }
.we-blind-25:before { content: "\f127"; }
.we-blind-50:before { content: "\f128"; }
.we-blind-75:before { content: "\f129"; }
.we-blind2:before { content: "\f12a"; }
.we-blind2-0:before { content: "\f12b"; }
.we-blind2-10:before { content: "\f12c"; }
.we-blind2-100:before { content: "\f12d"; }
.we-blind2-20:before { content: "\f12e"; }
.we-blind2-30:before { content: "\f12f"; }
.we-blind2-40:before { content: "\f130"; }
.we-blind2-50:before { content: "\f131"; }
.we-blind2-60:before { content: "\f132"; }
.we-blind2-70:before { content: "\f133"; }
.we-blind2-80:before { content: "\f134"; }
.we-blind2-90:before { content: "\f135"; }
.we-blind3:before { content: "\f136"; }
.we-blind3-0:before { content: "\f137"; }
.we-blind3-10:before { content: "\f138"; }
.we-blind3-100:before { content: "\f139"; }
.we-blind3-20:before { content: "\f13a"; }
.we-blind3-30:before { content: "\f13b"; }
.we-blind3-40:before { content: "\f13c"; }
.we-blind3-50:before { content: "\f13d"; }
.we-blind3-60:before { content: "\f13e"; }
.we-blind3-70:before { content: "\f13f"; }
.we-blind3-80:before { content: "\f140"; }
.we-blind3-90:before { content: "\f141"; }
.we-blinds2:before { content: "\f142"; }
.we-book:before { content: "\f143"; }
.we-bucket:before { content: "\f144"; }
.we-bulding1:before { content: "\f145"; }
.we-bulding2:before { content: "\f146"; }
.we-calendar:before { content: "\f147"; }
.we-calendar-day1:before { content: "\f148"; }
.we-calendar-day2:before { content: "\f149"; }
.we-calendar-day3:before { content: "\f14a"; }
.we-calendar-month1:before { content: "\f14b"; }
.we-calendar-month2:before { content: "\f14c"; }
.we-calendar-month3:before { content: "\f14d"; }
.we-calendar-o:before { content: "\f14e"; }
.we-calendar-week1:before { content: "\f14f"; }
.we-calendar-week2:before { content: "\f150"; }
.we-calendar-week3:before { content: "\f151"; }
.we-calendar-year1:before { content: "\f152"; }
.we-calendar-year2:before { content: "\f153"; }
.we-calendar-year3:before { content: "\f154"; }
.we-camera:before { content: "\f155"; }
.we-car-1:before { content: "\f29b"; }
.we-cardflipLayout:before { content: "\f156"; }
.we-caret-down:before { content: "\f157"; }
.we-caret-up:before { content: "\f158"; }
.we-carouselLayout:before { content: "\f159"; }
.we-chain-broken:before { content: "\f15a"; }
.we-chart:before { content: "\f15b"; }
.we-chart-o:before { content: "\f15c"; }
.we-chat:before { content: "\f15d"; }
.we-check:before { content: "\f15e"; }
.we-check-circle-o:before { content: "\f15f"; }
.we-check-square-o:before { content: "\f160"; }
.we-checkbox:before { content: "\f161"; }
.we-checkbox-o:before { content: "\f162"; }
.we-circle:before { content: "\f29e"; }
.we-clipboard:before { content: "\f163"; }
.we-clock-o:before { content: "\f164"; }
.we-code:before { content: "\f165"; }
.we-cog:before { content: "\f166"; }
.we-cogs:before { content: "\f167"; }
.we-computer:before { content: "\f168"; }
.we-condition:before { content: "\f169"; }
.we-console:before { content: "\f16a"; }
.we-contact:before { content: "\f16b"; }
.we-cpu:before { content: "\f16c"; }
.we-cross:before { content: "\f16d"; }
.we-cube:before { content: "\f16e"; }
.we-cube-layout:before { content: "\f16f"; }
.we-cube2:before { content: "\f170"; }
.we-curseur_widget_thermo:before { content: "\f171"; }
.we-database:before { content: "\f172"; }
.we-database-backup:before { content: "\f173"; }
.we-database-cog:before { content: "\f174"; }
.we-database-synch:before { content: "\f175"; }
.we-detector:before { content: "\f176"; }
.we-diagram:before { content: "\f177"; }
.we-dimensions:before { content: "\f178"; }
.we-door-2-0:before { content: "\f179"; }
.we-door-2-100:before { content: "\f17a"; }
.we-door-double-0:before { content: "\f17b"; }
.we-door-double-100:before { content: "\f17c"; }
.we-down:before { content: "\f17d"; }
.we-download:before { content: "\f17e"; }
.we-draft:before { content: "\f17f"; }
.we-earth:before { content: "\f180"; }
.we-earth-o:before { content: "\f181"; }
.we-electric-plug1-off:before { content: "\f182"; }
.we-electric-plug1-on:before { content: "\f183"; }
.we-electric-plug2:before { content: "\f184"; }
.we-electricity:before { content: "\f185"; }
.we-elevation:before { content: "\f186"; }
.we-elevator-close1:before { content: "\f187"; }
.we-elevator-open1:before { content: "\f188"; }
.we-email:before { content: "\f189"; }
.we-empty:before { content: "\f18a"; }
.we-energy:before { content: "\f18b"; }
.we-eolienne:before { content: "\f18c"; }
.we-exclamation-triangle:before { content: "\f18d"; }
.we-eyes:before { content: "\f18e"; }
.we-eyes-0:before { content: "\f18f"; }
.we-fast:before { content: "\f190"; }
.we-fast-double:before { content: "\f191"; }
.we-file:before { content: "\f192"; }
.we-file-o:before { content: "\f193"; }
.we-file-text:before { content: "\f194"; }
.we-file-text-o:before { content: "\f195"; }
.we-files-o:before { content: "\f196"; }
.we-filter:before { content: "\f197"; }
.we-fire:before { content: "\f29d"; }
.we-flag:before { content: "\f198"; }
.we-floppy-o:before { content: "\f199"; }
.we-forest:before { content: "\f19a"; }
.we-full-screen-3:before { content: "\f19b"; }
.we-full-size-1:before { content: "\f19c"; }
.we-full-size-2:before { content: "\f19d"; }
.we-gauge-1:before { content: "\f19e"; }
.we-gauge-2:before { content: "\f19f"; }
.we-gauge-3:before { content: "\f1a0"; }
.we-gaz:before { content: "\f1a1"; }
.we-gel:before { content: "\f1a2"; }
.we-glacon_widget_thermo:before { content: "\f1a3"; }
.we-goto-down:before { content: "\f1a4"; }
.we-goto-left:before { content: "\f1a5"; }
.we-goto-right:before { content: "\f1a6"; }
.we-goto-up:before { content: "\f1a7"; }
.we-goto2-down:before { content: "\f292"; }
.we-goto2-left:before { content: "\f293"; }
.we-goto2-right:before { content: "\f294"; }
.we-goto2-up:before { content: "\f295"; }
.we-grid:before { content: "\f1a8"; }
.we-grid-layout:before { content: "\f1a9"; }
.we-gridLayout:before { content: "\f1aa"; }
.we-hear:before { content: "\f1ab"; }
.we-heating:before { content: "\f1ac"; }
.we-home:before { content: "\f1ad"; }
.we-home-square:before { content: "\f1ae"; }
.we-household:before { content: "\f1af"; }
.we-ice-crystal:before { content: "\f1b0"; }
.we-imac:before { content: "\f1b1"; }
.we-inbox:before { content: "\f1b2"; }
.we-information:before { content: "\f1b3"; }
.we-input-bottom:before { content: "\f1b4"; }
.we-input-left:before { content: "\f1b5"; }
.we-input-right:before { content: "\f1b6"; }
.we-input-top:before { content: "\f1b7"; }
.we-intensity-1:before { content: "\f1b8"; }
.we-intensity-2:before { content: "\f1b9"; }
.we-interlink:before { content: "\f1ba"; }
.we-ipad:before { content: "\f1bb"; }
.we-iphone:before { content: "\f1bc"; }
.we-lamp:before { content: "\f1bd"; }
.we-lamp-1-0:before { content: "\f1be"; }
.we-lamp-1-100:before { content: "\f1bf"; }
.we-lamp1:before { content: "\f1c0"; }
.we-layout1:before { content: "\f28c"; }
.we-layout2:before { content: "\f28d"; }
.we-layout3:before { content: "\f28e"; }
.we-layout4:before { content: "\f28f"; }
.we-layout5:before { content: "\f290"; }
.we-layout6:before { content: "\f291"; }
.we-leaf1:before { content: "\f1c1"; }
.we-leaf2:before { content: "\f1c2"; }
.we-leaf3:before { content: "\f1c3"; }
.we-leaf4:before { content: "\f1c4"; }
.we-leaf5:before { content: "\f1c5"; }
.we-legend:before { content: "\f1c6"; }
.we-light1-0:before { content: "\f1c7"; }
.we-light1-100:before { content: "\f1c8"; }
.we-lightbulb-0:before { content: "\f1c9"; }
.we-lightbulb-100:before { content: "\f1ca"; }
.we-lightbulb-o:before { content: "\f1cb"; }
.we-lightbulb-o-minus:before { content: "\f1cc"; }
.we-lightbulb-o-plus:before { content: "\f1cd"; }
.we-like:before { content: "\f1ce"; }
.we-line-chart:before { content: "\f1cf"; }
.we-line-chart-2:before { content: "\f1d0"; }
.we-linechart:before { content: "\f1d1"; }
.we-link:before { content: "\f1d2"; }
.we-list-ul:before { content: "\f1d3"; }
.we-location:before { content: "\f1d4"; }
.we-lock:before { content: "\f1d5"; }
.we-lock-0:before { content: "\f1d6"; }
.we-lock-100:before { content: "\f1d7"; }
.we-logout:before { content: "\f1d8"; }
.we-memory:before { content: "\f1d9"; }
.we-message:before { content: "\f1da"; }
.we-message-o:before { content: "\f1db"; }
.we-minus:before { content: "\f1dc"; }
.we-minus-square:before { content: "\f1dd"; }
.we-mode-inside:before { content: "\f1de"; }
.we-mode-outside:before { content: "\f1df"; }
.we-modem:before { content: "\f1e0"; }
.we-moon:before { content: "\f1e1"; }
.we-network:before { content: "\f1e2"; }
.we-nuclear:before { content: "\f1e3"; }
.we-outbox:before { content: "\f1e4"; }
.we-output-bottom:before { content: "\f1e5"; }
.we-output-left:before { content: "\f1e6"; }
.we-output-left--2-:before { content: "\f1e7"; }
.we-output-right:before { content: "\f1e8"; }
.we-output-top:before { content: "\f1e9"; }
.we-pause:before { content: "\f1ea"; }
.we-pencil:before { content: "\f1eb"; }
.we-phone:before { content: "\f1ec"; }
.we-picture-fullsize:before { content: "\f28a"; }
.we-picture-o:before { content: "\f1ed"; }
.we-pie-chart:before { content: "\f1ee"; }
.we-plan:before { content: "\f1ef"; }
.we-plant-pot:before { content: "\f1f0"; }
.we-play:before { content: "\f1f1"; }
.we-plug-electric-0:before { content: "\f1f2"; }
.we-plug-electric-10:before { content: "\f1f3"; }
.we-plug-electric-100:before { content: "\f1f4"; }
.we-plug-electric-2-0:before { content: "\f1f5"; }
.we-plug-electric-2-10:before { content: "\f1f6"; }
.we-plug-electric-2-100:before { content: "\f1f7"; }
.we-plug-electric-2-20:before { content: "\f1f8"; }
.we-plug-electric-2-30:before { content: "\f1f9"; }
.we-plug-electric-2-40:before { content: "\f1fa"; }
.we-plug-electric-2-50:before { content: "\f1fb"; }
.we-plug-electric-2-60:before { content: "\f1fc"; }
.we-plug-electric-2-70:before { content: "\f1fd"; }
.we-plug-electric-2-80:before { content: "\f1fe"; }
.we-plug-electric-2-90:before { content: "\f1ff"; }
.we-plug-electric-20:before { content: "\f200"; }
.we-plug-electric-30:before { content: "\f201"; }
.we-plug-electric-40:before { content: "\f202"; }
.we-plug-electric-50:before { content: "\f203"; }
.we-plug-electric-60:before { content: "\f204"; }
.we-plug-electric-70:before { content: "\f205"; }
.we-plug-electric-80:before { content: "\f206"; }
.we-plug-electric-90:before { content: "\f207"; }
.we-plus:before { content: "\f208"; }
.we-plus-circle:before { content: "\f209"; }
.we-plus-square:before { content: "\f20a"; }
.we-plus-square-o:before { content: "\f20b"; }
.we-position-absolute:before { content: "\f20c"; }
.we-position-absolute-left-middle:before { content: "\f20d"; }
.we-position-absolute-low-left:before { content: "\f20e"; }
.we-position-absolute-low-middle:before { content: "\f20f"; }
.we-position-absolute-low-right:before { content: "\f210"; }
.we-position-absolute-middle-middle:before { content: "\f211"; }
.we-position-absolute-right-middle:before { content: "\f212"; }
.we-position-absolute-top-left:before { content: "\f213"; }
.we-position-absolute-top-middle:before { content: "\f214"; }
.we-position-absolute-top-right:before { content: "\f215"; }
.we-position-relative:before { content: "\f216"; }
.we-position-relative-block:before { content: "\f217"; }
.we-position-relative-inline:before { content: "\f218"; }
.we-power:before { content: "\f219"; }
.we-power-off:before { content: "\f21a"; }
.we-question:before { content: "\f21b"; }
.we-question-circle:before { content: "\f21c"; }
.we-radiator-1-0:before { content: "\f21d"; }
.we-radiator-1-100:before { content: "\f21e"; }
.we-radiator-2-0:before { content: "\f21f"; }
.we-radiator-2-100:before { content: "\f220"; }
.we-radiator-3-0:before { content: "\f221"; }
.we-radiator-3-100:before { content: "\f222"; }
.we-radiator-4-0:before { content: "\f223"; }
.we-radiator-4-100:before { content: "\f224"; }
.we-radio:before { content: "\f225"; }
.we-radio-o:before { content: "\f226"; }
.we-rain-1-0:before { content: "\f227"; }
.we-rain-1-100:before { content: "\f228"; }
.we-rain-2-0:before { content: "\f229"; }
.we-rain-2-100:before { content: "\f22a"; }
.we-reduce:before { content: "\f22b"; }
.we-reduce-right:before { content: "\f22c"; }
.we-refresh:before { content: "\f22d"; }
.we-refresh1:before { content: "\f22e"; }
.we-repeat:before { content: "\f22f"; }
.we-responsive-layout:before { content: "\f230"; }
.we-responsive-layout-cell:before { content: "\f231"; }
.we-responsive-layout-row:before { content: "\f232"; }
.we-retweet:before { content: "\f233"; }
.we-sas:before { content: "\f234"; }
.we-scene:before { content: "\f235"; }
.we-school:before { content: "\f236"; }
.we-scroll:before { content: "\f28b"; }
.we-search:before { content: "\f237"; }
.we-search-minus:before { content: "\f238"; }
.we-search-plus:before { content: "\f239"; }
.we-selects:before { content: "\f23a"; }
.we-settings:before { content: "\f23b"; }
.we-share:before { content: "\f23c"; }
.we-share-right:before { content: "\f23d"; }
.we-share-square:before { content: "\f23e"; }
.we-share-square-o:before { content: "\f23f"; }
.we-slow:before { content: "\f240"; }
.we-slow-double:before { content: "\f241"; }
.we-slow-double-right:before { content: "\f242"; }
.we-slow-right:before { content: "\f243"; }
.we-smartphone:before { content: "\f244"; }
.we-smoke-detector:before { content: "\f29c"; }
.we-soleil:before { content: "\f245"; }
.we-soleil_widget_thermo:before { content: "\f246"; }
.we-square:before { content: "\f247"; }
.we-square-uncheck-o:before { content: "\f248"; }
.we-stop:before { content: "\f249"; }
.we-sun:before { content: "\f24a"; }
.we-sun-o:before { content: "\f24b"; }
.we-switch-1-off:before { content: "\f24c"; }
.we-switch-1-on:before { content: "\f24d"; }
.we-tab-layout-carousel:before { content: "\f24e"; }
.we-tab-layout-cube:before { content: "\f24f"; }
.we-tab-layout-grid:before { content: "\f250"; }
.we-table:before { content: "\f251"; }
.we-tablets:before { content: "\f252"; }
.we-tag:before { content: "\f253"; }
.we-tags:before { content: "\f254"; }
.we-tasks:before { content: "\f255"; }
.we-temperature-1:before { content: "\f256"; }
.we-temperature-2:before { content: "\f257"; }
.we-text:before { content: "\f258"; }
.we-text-2:before { content: "\f259"; }
.we-text-2-fullsize:before { content: "\f25a"; }
.we-text-center:before { content: "\f25b"; }
.we-text-justify-center:before { content: "\f25c"; }
.we-text-justify-left:before { content: "\f25d"; }
.we-text-justify-right:before { content: "\f25e"; }
.we-text-left:before { content: "\f25f"; }
.we-text-right:before { content: "\f260"; }
.we-text-value:before { content: "\f261"; }
.we-text-value-fullsize:before { content: "\f262"; }
.we-theater:before { content: "\f263"; }
.we-thermometer:before { content: "\f264"; }
.we-thermometer-minus:before { content: "\f265"; }
.we-thermometer-plus:before { content: "\f266"; }
.we-timer:before { content: "\f267"; }
.we-times:before { content: "\f268"; }
.we-times-circle:before { content: "\f269"; }
.we-trash-o:before { content: "\f26a"; }
.we-twitter:before { content: "\f26b"; }
.we-unlock:before { content: "\f26c"; }
.we-up:before { content: "\f26d"; }
.we-upgrade:before { content: "\f26e"; }
.we-upload:before { content: "\f26f"; }
.we-user:before { content: "\f270"; }
.we-users:before { content: "\f271"; }
.we-value-3:before { content: "\f272"; }
.we-ventilation:before { content: "\f273"; }
.we-visu:before { content: "\f274"; }
.we-water:before { content: "\f275"; }
.we-weather:before { content: "\f276"; }
.we-weather-sunrain:before { content: "\f277"; }
.we-weather-sunsnow:before { content: "\f278"; }
.we-weather-sunstorm:before { content: "\f279"; }
.we-weather-wind:before { content: "\f27a"; }
.we-wifi:before { content: "\f27b"; }
.we-wind-1:before { content: "\f27c"; }
.we-wind-2:before { content: "\f27d"; }
.we-window:before { content: "\f27e"; }
.we-window-0:before { content: "\f27f"; }
.we-window-100:before { content: "\f282"; }
.we-window-3-0:before { content: "\f280"; }
.we-window-3-100:before { content: "\f285"; }
.we-window-3-50:before { content: "\f289"; }
.we-window-4-0:before { content: "\f281"; }
.we-window-4-100:before { content: "\f286"; }
.we-window-4-50:before { content: "\f288"; }