﻿
/*===========================================================================/ Fonts /====================================*/
/*فونت های ایران یک نرم افزٌار مالکیتی محسوب می شود جهت آٍگاهی ازٌ قوانین استفاده ازٌ این فونت‌ها لطفاً به  وبسایت www.fontiran.com مراجعه نمایید*/

/* این مجموعه فونت تحت اجازٌه نامه (KQMH3) در این پروژه استفاده می شود */
@font-face {
	font-family: Yekan;
	src: url(../Fonts/WebYekan.eot);
	src: url(../Fonts/WebYekan.eot?#iefix) format("embedded-opentype"),url(../Fonts/WebYekan.ttf) format("truetype"),url(../Fonts/WebYekan.svg#WebYekan) format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: Vazir;
  src: url('../Fonts/Vazir-Regular-FD.eot');
  src: url('../Fonts/Vazir-Regular-FD.eot') format('embedded-opentype'),
       /*url('../Fonts/Vazir-Regular-FD.woff2') format('woff2'),*/
       url('../Fonts/Vazir-Regular-FD.woff') format('woff'),
       url('../Fonts/Vazir-Regular-FD.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: Vazir-M;
  src: url('../Fonts/Vazir-Medium-FD.eot');
  src: url('../Fonts/Vazir-Medium-FD.eot') format('embedded-opentype'),
       /*url('../Fonts/Vazir-Regular-FD.woff2') format('woff2'),*/
       url('../Fonts/Vazir-Medium-FD.woff') format('woff'),
       url('../Fonts/Vazir-Medium-FD.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: Vazir-B;
  src: url('../Fonts/Vazir-Bold-FD.eot');
  src: url('../Fonts/Vazir-Bold-FD.eot') format('embedded-opentype'),
       /*url('../Fonts/Vazir-Regular-FD.woff2') format('woff2'),*/
       url('../Fonts/Vazir-Bold-FD.woff') format('woff'),
       url('../Fonts/Vazir-Bold-FD.ttf') format('truetype');
  font-weight: normal;
}



@font-face {
	font-family: 'fontello';
	src: url('../Fonts/fontello.eot?62684558');
	src: url('../Fonts/fontello.eot?62684558#iefix') format('embedded-opentype'),  url('../Fonts/fontello.ttf?62684558') format('truetype'), url('../Fonts/fontello.svg?62684558#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../Fonts/fontello.svg?62684558#fontello') format('svg');
  }
}
*/

[class^="fa-"]:before, [class*=" fa-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	/*margin-right: .2em;*/
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	/*margin-left: .2em;*/
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-right: 0;
	margin-right: 2.14285714em;
	list-style-type: none;
}

	.fa-ul > li {
		position: relative;
	}

.fa-li {
	position: absolute;
	right: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

	.fa-li.fa-lg {
		left: -1.85714286em;
	}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	display: inline-block;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%; /* IE 9 */
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-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);
	}
}

.fa-rotate-90 {
	display: inline-block;
	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);
}

.fa-rotate-180 {
	display: inline-block;
	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);
}

.fa-rotate-270 {
	display: inline-block;
	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);
}

.fa-flip-horizontal {
	display: inline-block;
	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);
}

.fa-flip-vertical {
	display: inline-block;
	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);
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #ffffff;
}

.fa-spin-1:before {
	content: '\a1';
}
/* '¡' */
.fa-spin-2:before {
	content: '\a2';
}
/* '¢' */
.fa-spin-3:before {
	content: '\a3';
}
/* '£' */
.fa-spin-4:before {
	content: '\a4';
}
/* '¤' */
.fa-spin-5:before {
	content: '\a5';
}
/* '¥' */
.fa-music:before {
	content: '\a6';
}
/* '¦' */
.fa-search:before {
	content: '\a7';
}
/* '§' */
.fa-mail:before {
	content: '\a8';
}
/* '¨' */
.fa-mail-alt:before {
	content: '\a9';
}
/* '©' */
.fa-heart:before {
	content: '\b1';
}
/* '±' */
.fa-heart-empty:before {
	content: '\b2';
}
/* '²' */
.fa-star:before {
	content: '\b3';
}
/* '³' */
.fa-star-empty:before {
	content: '\b4';
}
/* '´' */
.fa-star-half:before {
	content: '\b5';
}
/* 'µ' */
.fa-star-half-alt:before {
	content: '\b6';
}
/* '¶' */
.fa-user:before {
	content: '\b7';
}
/* '·' */
.fa-users:before {
	content: '\b8';
}
/* '¸' */
.fa-male:before {
	content: '\b9';
}
/* '¹' */
.fa-female:before {
	content: '\c1';
}
/* 'Á' */
.fa-video:before {
	content: '\c2';
}
/* 'Â' */
.fa-picture:before {
	content: '\c3';
}
/* 'Ã' */
.fa-camera:before {
	content: '\c4';
}
/* 'Ä' */
.fa-th-large:before {
	content: '\c5';
}
/* 'Å' */
.fa-th:before {
	content: '\c6';
}
/* 'Æ' */
.fa-th-list:before {
	content: '\c7';
}
/* 'Ç' */
.fa-ok:before {
	content: '\c8';
}
/* 'È' */
.fa-ok-circled:before {
	content: '\c9';
}
/* 'É' */
.fa-ok-circled-2:before {
	content: '\d1';
}
/* 'Ñ' */
.fa-ok-squared:before {
	content: '\d2';
}
/* 'Ò' */
.fa-cancel:before {
	content: '\d3';
}
/* 'Ó' */
.fa-cancel-circled:before {
	content: '\d4';
}
/* 'Ô' */
.fa-cancel-circled-2:before {
	content: '\d5';
}
/* 'Õ' */
.fa-plus:before {
	content: '\d6';
}
/* 'Ö' */
.fa-plus-circled:before {
	content: '\d7';
}
/* '×' */
.fa-plus-squared:before {
	content: '\d8';
}
/* 'Ø' */
.fa-plus-squared-alt:before {
	content: '\d9';
}
/* 'Ù' */
.fa-minus:before {
	content: '\e1';
}
/* 'á' */
.fa-minus-circled:before {
	content: '\e2';
}
/* 'â' */
.fa-minus-squared:before {
	content: '\e3';
}
/* 'ã' */
.fa-minus-squared-alt:before {
	content: '\e4';
}
/* 'ä' */
.fa-help:before {
	content: '\e5';
}
/* 'å' */
.fa-help-circled:before {
	content: '\e6';
}
/* 'æ' */
.fa-info-circled:before {
	content: '\e7';
}
/* 'ç' */
.fa-info:before {
	content: '\e8';
}
/* 'è' */
.fa-home:before {
	content: '\e9';
}
/* 'é' */
.fa-link:before {
	content: '\f1';
}
/* 'ñ' */
.fa-link-ext:before {
	content: '\f2';
}
/* 'ò' */
.fa-attach:before {
	content: '\f3';
}
/* 'ó' */
.fa-lock:before {
	content: '\f4';
}
/* 'ô' */
.fa-tag:before {
	content: '\f5';
}
/* 'õ' */
.fa-tags:before {
	content: '\f6';
}
/* 'ö' */
.fa-bookmark:before {
	content: '\f7';
}
/* '÷' */
.fa-bookmark-empty:before {
	content: '\f8';
}
/* 'ø' */
.fa-flag:before {
	content: '\f9';
}
/* 'ù' */
.fa-thumbs-up:before {
	content: '\01a1';
}
/* 'ơ' */
.fa-thumbs-down:before {
	content: '\01a2';
}
/* 'Ƣ' */
.fa-download-cloud:before {
	content: '\01a3';
}
/* 'ƣ' */
.fa-upload-cloud:before {
	content: '\01a4';
}
/* 'Ƥ' */
.fa-share:before {
	content: '\01a5';
}
/* 'ƥ' */
.fa-print:before {
	content: '\01a6';
}
/* 'Ʀ' */
.fa-comment:before {
	content: '\01a7';
}
/* 'Ƨ' */
.fa-bell:before {
	content: '\01a8';
}
/* 'ƨ' */
.fa-bell-alt:before {
	content: '\01a9';
}
/* 'Ʃ' */
.fa-attention-alt:before {
	content: '\01b1';
}
/* 'Ʊ' */
.fa-attention:before {
	content: '\01b2';
}
/* 'Ʋ' */
.fa-attention-circled:before {
	content: '\01b3';
}
/* 'Ƴ' */
.fa-location:before {
	content: '\01b4';
}
/* 'ƴ' */
.fa-trash:before {
	content: '\01b5';
}
/* 'Ƶ' */
.fa-rss:before {
	content: '\01b6';
}
/* 'ƶ' */
.fa-rss-squared:before {
	content: '\01b7';
}
/* 'Ʒ' */
.fa-phone:before {
	content: '\01b8';
}
/* 'Ƹ' */
.fa-phone-squared:before {
	content: '\01b9';
}
/* 'ƹ' */
.fa-fax:before {
	content: '\01c1';
}
/* 'ǁ' */
.fa-menu:before {
	content: '\01c2';
}
/* 'ǂ' */
.fa-cog:before {
	content: '\01c3';
}
/* 'ǃ' */
.fa-wrench:before {
	content: '\01c4';
}
/* 'Ǆ' */
.fa-basket:before {
	content: '\01c5';
}
/* 'ǅ' */
.fa-mic:before {
	content: '\01c6';
}
/* 'ǆ' */
.fa-headphones-1:before {
	content: '\01c7';
}
/* 'Ǉ' */
.fa-clock:before {
	content: '\01c8';
}
/* 'ǈ' */
.fa-zoom-in:before {
	content: '\01c9';
}
/* 'ǉ' */
.fa-zoom-out:before {
	content: '\01d1';
}
/* 'Ǒ' */
.fa-left-circled-2:before {
	content: '\01d2';
}
/* 'ǒ' */
.fa-right-circled-2:before {
	content: '\01d3';
}
/* 'Ǔ' */
.fa-down-dir:before {
	content: '\01d4';
}
/* 'ǔ' */
.fa-left-open:before {
	content: '\01d5';
}
/* 'Ǖ' */
.fa-right-open:before {
	content: '\01d6';
}
/* 'ǖ' */
.fa-angle-left:before {
	content: '\01d7';
}
/* 'Ǘ' */
.fa-angle-right:before {
	content: '\01d8';
}
/* 'ǘ' */
.fa-angle-circled-left:before {
	content: '\01d9';
}
/* 'Ǚ' */
.fa-angle-circled-right:before {
	content: '\01e1';
}
/* 'ǡ' */
.fa-angle-double-left:before {
	content: '\01e2';
}
/* 'Ǣ' */
.fa-angle-double-right:before {
	content: '\01e3';
}
/* 'ǣ' */
.fa-left:before {
	content: '\01e4';
}
/* 'Ǥ' */
.fa-right:before {
	content: '\01e5';
}
/* 'ǥ' */
.fa-down-big:before {
	content: '\01e6';
}
/* 'Ǧ' */
.fa-down-circled:before {
	content: '\01e7';
}
/* 'ǧ' */
.fa-cw:before {
	content: '\01e8';
}
/* 'Ǩ' */
.fa-arrows-cw:before {
	content: '\01e9';
}
/* 'ǩ' */
.fa-play-circled:before {
	content: '\01f1';
}
/* 'Ǳ' */
.fa-play-circled2:before {
	content: '\01f2';
}
/* 'ǲ' */
.fa-desktop:before {
	content: '\01f3';
}
/* 'ǳ' */
.fa-laptop:before {
	content: '\01f4';
}
/* 'Ǵ' */
.fa-tablet:before {
	content: '\01f5';
}
/* 'ǵ' */
.fa-mobile:before {
	content: '\01f6';
}
/* 'Ƕ' */
.fa-globe:before {
	content: '\01f7';
}
/* 'Ƿ' */
.fa-flight:before {
	content: '\01f8';
}
/* 'Ǹ' */
.fa-leaf:before {
	content: '\01f9';
}
/* 'ǹ' */
.fa-check:before {
	content: '\02a1';
}
/* 'ʡ' */
.fa-check-empty:before {
	content: '\02a2';
}
/* 'ʢ' */
.fa-circle:before {
	content: '\02a3';
}
/* 'ʣ' */
.fa-circle-empty:before {
	content: '\02a4';
}
/* 'ʤ' */
.fa-circle-thin:before {
	content: '\02a5';
}
/* 'ʥ' */
.fa-dot-circled:before {
	content: '\02a6';
}
/* 'ʦ' */
.fa-gift:before {
	content: '\02a7';
}
/* 'ʧ' */
.fa-fire:before {
	content: '\02a8';
}
/* 'ʨ' */
.fa-key:before {
	content: '\02a9';
}
/* 'ʩ' */
.fa-cab:before {
	content: '\02b1';
}
/* 'ʱ' */
.fa-truck:before {
	content: '\02b2';
}
/* 'ʲ' */
.fa-money:before {
	content: '\02b3';
}
/* 'ʳ' */
.fa-dollar:before {
	content: '\02b4';
}
/* 'ʴ' */
.fa-sort:before {
	content: '\02b5';
}
/* 'ʵ' */
.fa-spinner:before {
	content: '\02b6';
}
/* 'ʶ' */
.fa-ambulance:before {
	content: '\02b7';
}
/* 'ʷ' */
.fa-medkit:before {
	content: '\02b8';
}
/* 'ʸ' */
.fa-android:before {
	content: '\02b9';
}
/* 'ʹ' */
.fa-apple:before {
	content: '\02c1';
}
/* 'ˁ' */
.fa-facebook:before {
	content: '\02c2';
}
/* '˂' */
.fa-facebook-squared:before {
	content: '\02c3';
}
/* '˃' */
.fa-gplus:before {
	content: '\02c4';
}
/* '˄' */
.fa-gplus-squared:before {
	content: '\02c5';
}
/* '˅' */
.fa-instagramm:before {
	content: '\02c6';
}
/* 'ˆ' */
.fa-linkedin:before {
	content: '\02c8';
}
/* 'ˈ' */
.fa-tumblr:before {
	content: '\02c9';
}
/* 'ˉ' */
.fa-tumblr-squared:before {
	content: '\02d1';
}
/* 'ˑ' */
.fa-twitter:before {
	content: '\02d2';
}
/* '˒' */
.fa-windows:before {
	content: '\02d3';
}
/* '˓' */
.fa-youtube-squared:before {
	content: '\02d4';
}
/* '˔' */
.fa-youtube-play:before {
	content: '\02d5';
}
/* '˕' */
.fa-blank:before {
	content: '\02d6';
}
/* '˖' */
.fa-check-1:before {
	content: '\02d7';
}
/* '˗' */
.fa-cancel-1:before {
	content: '\02d8';
}
/* '˘' */
.fa-play:before {
	content: '\02d9';
}
/* '˙' */
.fa-stop-1:before {
	content: '\02e1';
}
/* 'ˡ' */
.fa-pause-1:before {
	content: '\02e2';
}
/* 'ˢ' */
.fa-to-end-1:before {
	content: '\02e3';
}
/* 'ˣ' */
.fa-to-start-1:before {
	content: '\02e4';
}
/* 'ˤ' */
.fa-water:before {
	content: '\02e5';
}
/* '˥' */
.fa-droplet:before {
	content: '\02e6';
}
/* '˦' */
.fa-air:before {
	content: '\02e7';
}
/* '˧' */
.fa-twitter-circled:before {
	content: '\02e8';
}
/* '˨' */
.fa-gplus-circled:before {
	content: '\02f1';
}
/* '˱' */
.fa-tumblr-circled:before {
	content: '\02f2';
}
/* '˲' */
.fa-eye:before {
	content: '\02f3';
}
/* '˳' */
.fa-tag-2:before {
	content: '\02f4';
}
/* '˴' */
.fa-basket-1:before {
	content: '\02f5';
}
/* '˵' */
.fa-mobile-1:before {
	content: '\03b2';
}
/* 'β' */
.fa-umbrella:before {
	content: '\03b3';
}
/* 'γ' */
.fa-key-inv:before {
	content: '\03b4';
}
/* 'δ' */
.fa-tag-1:before {
	content: '\03b5';
}
/* 'ε' */
.fa-chart:before {
	content: '\03b6';
}
/* 'ζ' */
.fa-chart-bar:before {
	content: '\03b7';
}
/* 'η' */
.fa-chart-pie:before {
	content: '\03b8';
}
/* 'θ' */
.fa-at:before {
	content: '\03b9';
}
/* 'ι' */
.fa-cloud-inv:before {
	content: '\03c1';
}
/* 'ρ' */
.fa-cafe:before {
	content: '\03c2';
}
/* 'ς' */
.fa-restaurant:before {
	content: '\03c3';
}
/* 'σ' */
.fa-skiing:before {
	content: '\03c4';
}
/* 'τ' */
.fa-theatre:before {
	content: '\03c5';
}
/* 'υ' */
.fa-tree-1:before {
	content: '\03c6';
}
/* 'φ' */
.fa-visa:before {
	content: '\03c7';
}
/* 'χ' */
.fa-mastercard:before {
	content: '\03c8';
}
/* 'ψ' */
.fa-cogs:before {
	content: '\03d2';
}
/* 'ϒ' */
.fa-wrench-1:before {
	content: '\03d3';
}
/* 'ϓ' */
.fa-gift-1:before {
	content: '\03d6';
}
/* 'ϖ' */
.fa-tumblr-1:before {
	content: '\03d7';
}
/* 'ϗ' */
.fa-male-1:before {
	content: '\03d8';
}
/* 'Ϙ' */
.fa-facebook-1:before {
	content: '\03e2';
}
/* 'Ϣ' */
.fa-credit-card:before {
	content: '\03e4';
}
/* 'Ϥ' */
.fa-googleplus:before {
	content: '\03e5';
}
/* 'ϥ' */
.fa-female-1:before {
	content: '\03e9';
}
/* 'ϩ' */
.fa-facebook-rect:before {
	content: '\03f3';
}
/* 'ϳ' */
.fa-youtube:before {
	content: '\03f4';
}
/* 'ϴ' */
.fa-tumblr-rect:before {
	content: '\03f5';
}
/* 'ϵ' */
.fa-rss-alt:before {
	content: '\03f7';
}
/* 'Ϸ' */
.fa-googleplus-rect:before {
	content: '\03f9';
}
/* 'Ϲ' */
.fa-linkedin-squared:before {
	content: '\2cc7';
}
/* 'ⳇ' */
.fa-food:before {
	content: '\e800';
}
/* '' */
.fa-record:before {
	content: '\e801';
}
/* '' */
.fa-record-outline:before {
	content: '\e802';
}
/* '' */
.fa-stop:before {
	content: '\e803';
}
/* '' */
.fa-stop-outline:before {
	content: '\e804';
}
/* '' */
.fa-basket-circled:before {
	content: '\e805';
}
/* '' */
.fa-swimming:before {
	content: '\e806';
}
/* '' */
.fa-grocery-store:before {
	content: '\e807';
}
/* '' */
.fa-basketball:before {
	content: '\e808';
}
/* '' */
.fa-baseball:before {
	content: '\e809';
}
/* '' */
.fa-art-gallery:before {
	content: '\e80a';
}
/* '' */
.fa-bicycle:before {
	content: '\e80b';
}
/* '' */
.fa-bus:before {
	content: '\e80c';
}
/* '' */
.fa-ruler:before {
	content: '\e80d';
}
/* '' */
.fa-clock-1:before {
	content: '\e80e';
}
/* '' */
.fa-clock-alt:before {
	content: '\e80f';
}
/* '' */
.fa-print-1:before {
	content: '\e810';
}
/* '' */
.fa-heart-1:before {
	content: '\e811';
}
/* '' */
.fa-heart-filled:before {
	content: '\e812';
}
/* '' */
.fa-star-1:before {
	content: '\e813';
}
/* '' */
.fa-star-filled:before {
	content: '\e814';
}
/* '' */
.fa-right-open-big:before {
	content: '\e815';
}
/* '' */
.fa-left-open-big:before {
	content: '\e816';
}
/* '' */
.fa-left-open-mini:before {
	content: '\e817';
}
/* '' */
.fa-right-open-mini:before {
	content: '\e818';
}
/* '' */
.fa-left-open-1:before {
	content: '\e819';
}
/* '' */
.fa-right-open-1:before {
	content: '\e81a';
}
/* '' */
.fa-wheelchair:before {
	content: '\e81b';
}
/* '' */
.fa-extinguisher:before {
	content: '\e81c';
}
/* '' */
.fa-stethoscope:before {
	content: '\e81d';
}
/* '' */
.fa-user-md:before {
	content: '\e81e';
}
/* '' */
.fa-pound:before {
	content: '\e81f';
}
/* '' */
.fa-euro:before {
	content: '\e820';
}
/* '' */
.fa-scissors:before {
	content: '\e821';
}
/* '' */
.fa-comment-empty:before {
	content: '\e822';
}
/* '' */
.fa-thumbs-up-alt:before {
	content: '\e823';
}
/* '' */
.fa-thumbs-down-alt:before {
	content: '\e824';
}
/* '' */
.fa-code:before {
	content: '\e825';
}
/* '' */
.fa-export:before {
	content: '\e826';
}
/* '' */
.fa-pencil:before {
	content: '\e827';
}
/* '' */
.fa-pencil-squared:before {
	content: '\e828';
}
/* '' */
.fa-edit:before {
	content: '\e829';
}
/* '' */
.fa-chat:before {
	content: '\e82a';
}
/* '' */
.fa-chat-empty:before {
	content: '\e82b';
}
/* '' */
.fa-up-open:before {
	content: '\e82c';
}
/* '' */
.fa-down-open:before {
	content: '\e82d';
}
/* '' */
.fa-angle-up:before {
	content: '\e82e';
}
/* '' */
.fa-angle-down:before {
	content: '\e82f';
}
/* '' */
.fa-angle-circled-up:before {
	content: '\e830';
}
/* '' */
.fa-angle-circled-down:before {
	content: '\e831';
}
/* '' */
.fa-angle-double-up:before {
	content: '\e832';
}
/* '' */
.fa-angle-double-down:before {
	content: '\e833';
}
/* '' */
.fa-tag-3:before {
	content: '\e834';
}
/* '' */
.fa-facebook-2:before {
	content: '\e835';
}
/* '' */
.fa-location-1:before {
	content: '\e836';
}
/* '' */
.fa-phone-1:before {
	content: '\e837';
}
/* '' */
.fa-zoom-in-1:before {
	content: '\e838';
}
/* '' */
.fa-zoom-out-1:before {
	content: '\e839';
}
/* '' */
.fa-arrows-cw-1:before {
	content: '\e83a';
}
/* '' */
.fa-cog-1:before {
	content: '\e83b';
}
/* '' */
.fa-facebook-circled:before {
	content: '\e83c';
}
/* '' */
.fa-facebook-squared-1:before {
	content: '\e83d';
}
/* '' */
.fa-twitter-1:before {
	content: '\e83e';
}
/* '' */
.fa-chat-1:before {
	content: '\e83f';
}
/* '' */
.fa-chat-inv:before {
	content: '\e840';
}
/* '' */
.fa-globe-1:before {
	content: '\e841';
}
/* '' */
.fa-vector-pencil:before {
	content: '\e842';
}
/* '' */
.fa-cog-2:before {
	content: '\e843';
}
/* '' */
.fa-mobile-alt:before {
	content: '\e844';
}
/* '' */
.fa-windy-rain-inv:before {
	content: '\e845';
}
/* '' */
.fa-snow-inv:before {
	content: '\e846';
}
/* '' */
.fa-hail-inv:before {
	content: '\e847';
}
/* '' */
.fa-clouds-flash:before {
	content: '\e848';
}
/* '' */
.fa-clouds:before {
	content: '\e849';
}
/* '' */
.fa-hail:before {
	content: '\e84a';
}
/* '' */
.fa-snow-heavy:before {
	content: '\e84b';
}
/* '' */
.fa-snow-alt:before {
	content: '\e84c';
}
/* '' */
.fa-snow:before {
	content: '\e84d';
}
/* '' */
.fa-windy-rain:before {
	content: '\e84e';
}
/* '' */
.fa-windy-inv:before {
	content: '\e84f';
}
/* '' */
.fa-sunrise:before {
	content: '\e850';
}
/* '' */
.fa-sun:before {
	content: '\e851';
}
/* '' */
.fa-eclipse:before {
	content: '\e852';
}
/* '' */
.fa-mist:before {
	content: '\e853';
}
/* '' */
.fa-wind:before {
	content: '\e854';
}
/* '' */
.fa-moon:before {
	content: '\e855';
}
/* '' */
.fa-clouds-inv:before {
	content: '\e856';
}
/* '' */
.fa-temperature:before {
	content: '\e857';
}
/* '' */
.fa-compass:before {
	content: '\e858';
}
/* '' */
.fa-celcius:before {
	content: '\e859';
}
/* '' */
.fa-clouds-flash-alt:before {
	content: '\e85a';
}
/* '' */
.fa-sun-inv:before {
	content: '\e85b';
}
/* '' */
.fa-cloud-sun-inv:before {
	content: '\e85c';
}
/* '' */
.fa-cloud-flash-inv:before {
	content: '\e85d';
}
/* '' */
.fa-rain-inv:before {
	content: '\e85e';
}
/* '' */
.fa-windy:before {
	content: '\e85f';
}
/* '' */
.fa-rain:before {
	content: '\e860';
}
/* '' */
.fa-drizzle:before {
	content: '\e861';
}
/* '' */
.fa-cloud-flash-alt:before {
	content: '\e862';
}
/* '' */
.fa-drizzle-inv:before {
	content: '\e863';
}
/* '' */
.fa-cloud-moon-inv:before {
	content: '\e864';
}
/* '' */
.fa-moon-inv:before {
	content: '\e865';
}
/* '' */
.fa-fahrenheit:before {
	content: '\e866';
}
/* '' */
.fa-na:before {
	content: '\e867';
}
/* '' */
.fa-snow-heavy-inv:before {
	content: '\e868';
}
/* '' */
.fa-clouds-flash-inv:before {
	content: '\e869';
}
/* '' */
.fa-snowflake:before {
	content: '\e86a';
}
/* '' */
.fa-cloud-sun:before {
	content: '\e86b';
}
/* '' */
.fa-cloud-moon:before {
	content: '\e86c';
}
/* '' */
.fa-fog-sun:before {
	content: '\e86d';
}
/* '' */
.fa-fog-moon:before {
	content: '\e86e';
}
/* '' */
.fa-fog:before {
	content: '\e86f';
}
/* '' */
.fa-cloud-flash:before {
	content: '\e870';
}
/* '' */
.fa-fog-cloud:before {
	content: '\e871';
}
/* '' */
.fa-cloud:before {
	content: '\e872';
}
/* '' */
.fa-question:before {
	content: '\e873';
}
/* '' */
.fa-info-1:before {
	content: '\e874';
}
/* '' */
.fa-pencil-alt:before {
	content: '\e875';
}
/* '' */
.fa-cd:before {
	content: '\e876';
}
/* '' */
.fa-export-1:before {
	content: '\e877';
}
/* '' */
.fa-globe-alt:before {
	content: '\e878';
}
/* '' */
.fa-off:before {
	content: '\e879';
}
/* '' */
.fa-money-1:before {
	content: '\e87a';
}
/* '' */
.fa-clock-2:before {
	content: '\e87b';
}
/* '' */
.fa-diamond:before {
	content: '\e87c';
}
/* '' */
.fa-globe-2:before {
	content: '\e87d';
}
/* '' */
.fa-cancel-squared:before {
	content: '\e87e';
}
/* '' */
.fa-doc-text-inv:before {
	content: '\e87f';
}
/* '' */
.fa-key-1:before {
	content: '\e880';
}
/* '' */
.fa-user-1:before {
	content: '\e881';
}
/* '' */
.fa-dribbble:before {
	content: '\e882';
}
/* '' */
.fa-pitch:before {
	content: '\e883';
}
/* '' */
.fa-filter:before {
	content: '\e884';
}
/* '' */
.fa-doc:before {
	content: '\e885';
}
/* '' */
.fa-clipboard:before {
	content: '\e886';
}
/* '' */
.fa-pencil-1:before {
	content: '\e887';
}
/* '' */
.fa-pencil-2:before {
	content: '\e888';
}
/* '' */
.fa-pencil-3:before {
	content: '\e889';
}
/* '' */
.fa-pencil-4:before {
	content: '\e88a';
}
/* '' */
.fa-archive:before {
	content: '\e88b';
}
/* '' */
.fa-briefcase:before {
	content: '\e88c';
}
/* '' */
.fa-article:before {
	content: '\e88d';
}
/* '' */
.fa-article-alt:before {
	content: '\e88e';
}
/* '' */
.fa-newspaper:before {
	content: '\e88f';
}
/* '' */
.fa-calendar:before {
	content: '\e890';
}
/* '' */
.fa-calendar-inv:before {
	content: '\e891';
}
/* '' */
.fa-calendar-1:before {
	content: '\e892';
}
/* '' */
.fa-calendar-outlilne:before {
	content: '\e893';
}
/* '' */
.fa-calendar-2:before {
	content: '\e894';
}
/* '' */
.fa-calendar-3:before {
	content: '\e895';
}
/* '' */
.fa-calendar-4:before {
	content: '\e896';
}
/* '' */
.fa-calendar-6:before {
	content: '\e897';
}
/* '' */
.fa-calendar-7:before {
	content: '\e898';
}
/* '' */
.fa-user-delete:before {
	content: '\e899';
}
/* '' */
.fa-user-delete-outline:before {
	content: '\e89a';
}
/* '' */
.fa-user-add:before {
	content: '\e89b';
}
/* '' */
.fa-user-add-outline:before {
	content: '\e89c';
}
/* '' */
.fa-users-1:before {
	content: '\e89d';
}
/* '' */
.fa-users-outline:before {
	content: '\e89e';
}
/* '' */
.fa-user-outline:before {
	content: '\e89f';
}
/* '' */
.fa-user-2:before {
	content: '\e8a0';
}
/* '' */
.fa-user-woman:before {
	content: '\e8a1';
}
/* '' */
.fa-user-pair:before {
	content: '\e8a2';
}
/* '' */
.fa-torso:before {
	content: '\e8a3';
}
/* '' */
.fa-group:before {
	content: '\e8a4';
}
/* '' */
.fa-user-4:before {
	content: '\e8a5';
}
/* '' */
.fa-user-5:before {
	content: '\e8a6';
}
/* '' */
.fa-down:before {
	content: '\e8a7';
}
/* '' */
.fa-left-1:before {
	content: '\e8a8';
}
/* '' */
.fa-right-1:before {
	content: '\e8a9';
}
/* '' */
.fa-up:before {
	content: '\e8aa';
}
/* '' */
.fa-up-1:before {
	content: '\e8ab';
}
/* '' */
.fa-right-2:before {
	content: '\e8ac';
}
/* '' */
.fa-left-2:before {
	content: '\e8ad';
}
/* '' */
.fa-down-1:before {
	content: '\e8ae';
}
/* '' */
.fa-up-outline:before {
	content: '\e8af';
}
/* '' */
.fa-right-outline:before {
	content: '\e8b0';
}
/* '' */
.fa-left-outline:before {
	content: '\e8b1';
}
/* '' */
.fa-down-outline:before {
	content: '\e8b2';
}
/* '' */
.fa-left-open-outline:before {
	content: '\e8b3';
}
/* '' */
.fa-left-open-2:before {
	content: '\e8b4';
}
/* '' */
.fa-right-open-outline:before {
	content: '\e8b5';
}
/* '' */
.fa-right-open-2:before {
	content: '\e8b6';
}
/* '' */
.fa-user-3:before {
	content: '\f061';
}
/* '' */
.fa-user-male:before {
	content: '\f062';
}
/* '' */
.fa-user-female:before {
	content: '\f063';
}
/* '' */
.fa-users-2:before {
	content: '\f064';
}
/* '' */
.fa-filter-1:before {
	content: '\f0b0';
}
/* '' */
.fa-suitcase:before {
	content: '\f0f2';
}
/* '' */
.fa-doc-text:before {
	content: '\f0f6';
}
/* '' */
.fa-calendar-empty:before {
	content: '\f133';
}
/* '' */
.fa-calendar-plus-o:before {
	content: '\f271';
}
/* '' */
.fa-calendar-minus-o:before {
	content: '\f272';
}
/* '' */
.fa-calendar-times-o:before {
	content: '\f273';
}
/* '' */
.fa-calendar-check-o:before {
	content: '\f274';
}
/* '' */
.fa-shopping-basket:before {
	content: '\f291';
}
/* '' */
.fa-user-circle:before {
	content: '\f2bd';
}
/* '' */
.fa-user-circle-o:before {
	content: '\f2be';
}
/* '' */
.fa-user-o:before {
	content: '\f2c0';
}
/* '' */
.fa-calendar-5:before {
	content: '\f4c5';
}
/* '' */
