@font-face {
	font-family: 'icomoon';
	src:url('/css/fonts/icomoon.eot');
	src:url('/css/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/icomoon.woff') format('woff'),
		url('/css/fonts/icomoon.ttf') format('truetype'),
		url('/css/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}




.fa-file-o::before {
    content: "\f15b";
}
.fa-rotate-left::before {
    content: "\f0e2";;
}
.fa-rotate-right::before {
    content: "\f01e";
}
/*Font face icons*/
[class^="icomoon-icon-"], [class*=" icomoon-icon-"]{
	vertical-align: middle;
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}



.mainnav ul li [class^="icomoon-icon-text-"], 
.mainnav ul li [class*=" icomoon-icon-text-"],
#crumbs li [class^="icomoon-icon-text-"], 
#crumbs li [class*=" icomoon-icon-text-"]
{
    height: 20px;
    position: relative;
    width: 16px;
    font-weight: bold;
}

.mainnav ul li [class^="icomoon-icon-text-"]::before,
.mainnav ul li [class*=" icomoon-icon-text-"]::before
{
    position: absolute;
    right: 4px;
    top: -7px;
}
#crumbs li [class^="icomoon-icon-text-"]::before,
#crumbs li [class*=" icomoon-icon-text-"]::before
{
    position: absolute;
	right: 2px;
	top: -1px;
}

.icon-stack{
	position: relative;
}
.icon-stack .icon-stacked-over{
	left: 18px;
	position: absolute;
	bottom: 0;
}

.flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.icomoon-icon-spin {
    animation: 2s linear 0s normal none infinite running fa-spin;
}
@-webkit-keyframes icomoon-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icomoon-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

[class^="icomoon-icon-"].rotate-315, 
[class*=" icomoon-icon-"].rotate-315
{
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}
[class^="icomoon-icon-"].rotate-270, 
[class*=" icomoon-icon-"].rotate-270
{
	 -ms-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);
}
[class^="icomoon-icon-"].rotate-225, 
[class*=" icomoon-icon-"].rotate-225
{
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

[class^="icomoon-icon-"].rotate-180, 
[class*=" icomoon-icon-"].rotate-180
{
	 -ms-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);
}

[class^="icomoon-icon-"].rotate-135, 
[class*=" icomoon-icon-"].rotate-135
{
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}


[class^="icomoon-icon-"].rotate-90, 
[class*=" icomoon-icon-"].rotate-90
{
	-ms-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);
}


[class^="icomoon-icon-"].rotate-45, 
[class*=" icomoon-icon-"].rotate-45
{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*
.mainnav ul li .icon, .mainnav ul li .ifont {
    padding-left: 25px;
    padding-right: 1px;
}*/
.icomoon-icon-text-a:before {content: "a";}
.icomoon-icon-text-b:before {content: "b";}
.icomoon-icon-text-c:before {content: "c";}
.icomoon-icon-text-d:before {content: "d";}
.icomoon-icon-text-e:before {content: "e";}
.icomoon-icon-text-f:before {content: "f";}
.icomoon-icon-text-g:before {content: "g";}
.icomoon-icon-text-h:before {content: "h";}
.icomoon-icon-text-i:before {content: "i";}
.icomoon-icon-text-j:before {content: "j";}
.icomoon-icon-text-k:before {content: "k";}
.icomoon-icon-text-l:before {content: "l";}
.icomoon-icon-text-ll:before {content: "ll";}
.icomoon-icon-text-m:before {content: "m";}
.icomoon-icon-text-n:before {content: "n";}
.icomoon-icon-text-ñ:before {content: "ñ";}
.icomoon-icon-text-o:before {content: "o";}
.icomoon-icon-text-p:before {content: "p";}
.icomoon-icon-text-q:before {content: "q";}
.icomoon-icon-text-r:before {content: "r";}
.icomoon-icon-text-s:before {content: "s";}
.icomoon-icon-text-t:before {content: "t";}
.icomoon-icon-text-u:before {content: "u";}
.icomoon-icon-text-v:before {content: "v";}
.icomoon-icon-text-w:before {content: "w";}
.icomoon-icon-text-x:before {content: "x";}
.icomoon-icon-text-y:before {content: "y";}
.icomoon-icon-text-z:before {content: "z";}
.icomoon-icon-text-A:before {content: "A";}
.icomoon-icon-text-B:before {content: "B";}
.icomoon-icon-text-C:before {content: "C";}
.icomoon-icon-text-D:before {content: "D";}
.icomoon-icon-text-E:before {content: "E";}
.icomoon-icon-text-F:before {content: "F";}
.icomoon-icon-text-G:before {content: "G";}
.icomoon-icon-text-H:before {content: "H";}
.icomoon-icon-text-I:before {content: "I";}
.icomoon-icon-text-J:before {content: "J";}
.icomoon-icon-text-K:before {content: "K";}
.icomoon-icon-text-L:before {content: "L";}
.icomoon-icon-text-LL:before {content: "LL";}
.icomoon-icon-text-M:before {content: "M";}
.icomoon-icon-text-N:before {content: "N";}
.icomoon-icon-text-Ñ:before {content: "Ñ";}
.icomoon-icon-text-O:before {content: "O";}
.icomoon-icon-text-P:before {content: "P";}
.icomoon-icon-text-Q:before {content: "Q";}
.icomoon-icon-text-R:before {content: "R";}
.icomoon-icon-text-S:before {content: "S";}
.icomoon-icon-text-T:before {content: "T";}
.icomoon-icon-text-U:before {content: "U";}
.icomoon-icon-text-V:before {content: "V";}
.icomoon-icon-text-W:before {content: "W";}
.icomoon-icon-text-X:before {content: "X";}
.icomoon-icon-text-Y:before {content: "Y";}
.icomoon-icon-text-Z:before {content: "Z";}

.icomoon-icon-text-1:before {content: "1";}
.icomoon-icon-text-2:before {content: "2";}
.icomoon-icon-text-3:before {content: "3";}
.icomoon-icon-text-4:before {content: "4";}
.icomoon-icon-text-5:before {content: "5";}
.icomoon-icon-text-6:before {content: "6";}
.icomoon-icon-text-7:before {content: "7";}
.icomoon-icon-text-8:before {content: "8";}
.icomoon-icon-text-9:before {content: "9";}
.icomoon-icon-text-10:before {content: "10";}


.icomoon-icon-home:before {
	content: "\e000";
}
.icomoon-icon-home-2:before {
	content: "\e001";
}
.icomoon-icon-home-3:before {
	content: "\e002";
}
.icomoon-icon-home-4:before {
	content: "\e003";
}
.icomoon-icon-home-5:before {
	content: "\e004";
}
.icomoon-icon-home-6:before {
	content: "\e005";
}
.icomoon-icon-home-7:before {
	content: "\e006";
}
.icomoon-icon-office:before {
	content: "\e007";
}

.icomoon-icon-newspaper:before {
	content: "\e008";
}
.icomoon-icon-:before {
	content: "\e008";
}

.icomoon-icon-pencil:before {
	content: "\e009";
}
.icomoon-icon-pencil-2:before {
	content: "\e00a";
}
.icomoon-icon-pencil-3:before {
	content: "\e00b";
}
.icomoon-icon-edit:before {
	content: "\e00b";
}

.icomoon-icon-edit_disabled:before {
	content: "\e00b";
}
.icomoon-icon-pencil-4:before {
	content: "\e00c";
}
.icomoon-icon-quill:before {
	content: "\e00d";
}
.icomoon-icon-quill-2:before {
	content: "\e00e";
}
.icomoon-icon-pen:before {
	content: "\e00f";
}
.icomoon-icon-pen-2:before {
	content: "\e010";
}
.icomoon-icon-pen-3:before {
	content: "\e011";
}
.icomoon-icon-marker:before {
	content: "\e012";
}
.icomoon-icon-blog:before {
	content: "\e013";
}
.icomoon-icon-eyedropper:before {
	content: "\e014";
}
.icomoon-icon-droplet:before {
	content: "\e015";
}
.icomoon-icon-color:before {
	content: "\e015";
}

.icomoon-icon-droplet-2:before {
	content: "\e016";
}
.icomoon-icon-paint-format:before {
	content: "\e017";
}
.icomoon-icon-image:before {
	content: "\e018";
}
.icomoon-icon-image-2:before {
	content: "\e019";
}
.icomoon-icon-images:before {
	content: "\e01a";
}
.icomoon-icon-pictures:before {
	content: "\e01a";
}

.icomoon-icon-image-3:before {
	content: "\e01b";
}
.icomoon-icon-image-4:before {
	content: "\e01c";
}
.icomoon-icon-image-5:before {
	content: "\e01d";
}

.icomoon-icon-blog:before,
.icomoon-icon-blog_blue:before,
.icomoon-icon-blogs:before{
	content: "\e01d";
}

.icomoon-icon-camera:before {
	content: "\e01e";
}
.icomoon-icon-camera-2:before {
	content: "\e01f";
}
.icomoon-icon-camera-3:before {
	content: "\e020";
}
.icomoon-icon-camera-4:before {
	content: "\e021";
}
.icomoon-icon-music:before {
	content: "\e022";
}
.icomoon-icon-music-2:before {
	content: "\e023";
}
.icomoon-icon-music-3:before {
	content: "\e024";
}
.icomoon-icon-piano:before {
	content: "\e025";
}
.icomoon-icon-headphones:before {
	content: "\e026";
}
.icomoon-icon-headphones-2:before {
	content: "\e027";
}
.icomoon-icon-play:before {
	content: "\e028";
}
.icomoon-icon-videos:before {
	content: "\e028";
}
.icomoon-icon-movie:before {
	content: "\e029";
}
.icomoon-icon-movie-2:before {
	content: "\e02a";
}
.icomoon-icon-film:before {
	content: "\e02b";
}
.icomoon-icon-film-2:before {
	content: "\e02c";
}
.icomoon-icon-film-3:before {
	content: "\e02d";
}
.icomoon-icon-camera-5:before {
	content: "\e02e";
}
.icomoon-icon-camera-6:before {
	content: "\e02f";
}
.icomoon-icon-camera-7:before {
	content: "\e030";
}
.icomoon-icon-dice:before {
	content: "\e031";
}
.icomoon-icon-pacman:before {
	content: "\e032";
}
.icomoon-icon-spades:before {
	content: "\e033";
}
.icomoon-icon-clubs:before {
	content: "\e034";
}
.icomoon-icon-diamonds:before {
	content: "\e035";
}
.icomoon-icon-king:before {
	content: "\e036";
}
.icomoon-icon-queen:before {
	content: "\e037";
}
.icomoon-icon-rock:before {
	content: "\e038";
}
.icomoon-icon-bishop:before {
	content: "\e039";
}
.icomoon-icon-knight:before {
	content: "\e03a";
}
.icomoon-icon-pawn:before {
	content: "\e03b";
}
.icomoon-icon-bullhorn:before {
	content: "\e03c";
}
.icomoon-icon-megaphone:before {
	content: "\e03d";
}
.icomoon-icon-new:before {
	content: "\e03e";
}
.icomoon-icon-connection:before {
	content: "\e03f";
}
.icomoon-icon-connection-2:before {
	content: "\e040";
}
.icomoon-icon-podcast:before {
	content: "\e041";
}
.icomoon-icon-radio:before {
	content: "\e042";
}
.icomoon-icon-feed:before {
	content: "\e043";
}
.icomoon-icon-mic:before {
	content: "\e044";
}
.icomoon-icon-mic-2:before {
	content: "\e045";
}
.icomoon-icon-microphone:before {
	content: "\e045";
}
.icomoon-icon-mic-3:before {
	content: "\e046";
}
.icomoon-icon-mic-4:before {
	content: "\e047";
}
.icomoon-icon-book-2:before {
	content: "\e048";
}
.icomoon-icon-book_open:before {
	content: "\e048";
}
.icomoon-icon-book:before {
	content: "\e049";
}
.icomoon-icon-books:before {
	content: "\e04a";
}
.icomoon-icon-library:before {
	content: "\e04b";
}
.icomoon-icon-bank:before {
	content: "\e04b";
}

.icomoon-icon-file:before {
	content: "\e04c";
}
.icomoon-icon-report:before {
	content: "\e04c";
}
.icomoon-icon-profile:before {
	content: "\e04d";
}
.icomoon-icon-file-2:before {
	content: "\e04e";
}
.icomoon-icon-document:before {
	content: "\e04e";
}
.icomoon-icon-file-3:before {
	content: "\e04f";
}
.icomoon-icon-file-4:before {
	content: "\e050";
}
.icomoon-icon-document_text:before {
	content: "\e050";
}
.icomoon-icon-file-5:before {
	content: "\e051";
}
.icomoon-icon-file-6:before {
	content: "\e052";
}
.icomoon-icon-file-plus:before {
	content: "\e053";
}
.icomoon-icon-file-minus:before {
	content: "\e054";
}
.icomoon-icon-file-download:before {
	content: "\e055";
}
.icomoon-icon-file-upload:before {
	content: "\e056";
}
.icomoon-icon-file-check:before {
	content: "\e057";
}
.icomoon-icon-notes:before {
	content: "\e057";
}

.icomoon-icon-file-remove:before {
	content: "\e058";
}
.icomoon-icon-no_document:before {
	content: "\e058";
}

.icomoon-icon-file-7:before {
	content: "\e059";
}
.icomoon-icon-copy:before {
	content: "\e05a";
}
.icomoon-icon-clipboard_copy:before {
	content: "\e05a";
}

.icomoon-icon-copy-2:before {
	content: "\e05b";
}
.icomoon-icon-copy-3:before {
	content: "\e05c";
}
.icomoon-icon-copy-4:before {
	content: "\e05d";
}
.icomoon-icon-documents:before {
	content: "\e05d";
}
.icomoon-icon-paste:before {
	content: "\e05e";
}
.icomoon-icon-paste-2:before {
	content: "\e05f";
}
.icomoon-icon-clipboard_paste:before {
	content: "\e05f";
}

.icomoon-icon-paste-3:before {
	content: "\e060";
}
.icomoon-icon-stack:before {
	content: "\e061";
}
.icomoon-icon-folder:before {
	content: "\e062";
}
.icomoon-icon-folder-download:before {
	content: "\e063";
}
.icomoon-icon-folder-upload:before {
	content: "\e064";
}
.icomoon-icon-folder-plus:before {
	content: "\e065";
}
.icomoon-icon-folder-plus-2:before {
	content: "\e066";
}
.icomoon-icon-folder-minus:before {
	content: "\e067";
}
.icomoon-icon-folder-minus-2:before {
	content: "\e068";
}
.icomoon-icon-folder8:before {
	content: "\e069";
}
.icomoon-icon-folder-remove:before {
	content: "\e06a";
}
.icomoon-icon-folder-2:before {
	content: "\e06b";
}
.icomoon-icon-folder-open:before {
	content: "\e06c";
}
.icomoon-icon-folder_open:before,
.icomoon-icon-folder_document:before,
.icomoon-icon-folder_image:before {
	content: "\e06c";
}
.icomoon-icon-folder-plus-3:before {
	content: "\e06d";
}
.icomoon-icon-folder-minus-3:before {
	content: "\e06e";
}
.icomoon-icon-folder-download-2:before {
	content: "\e06f";
}
.icomoon-icon-folder-upload-2:before {
	content: "\e070";
}
.icomoon-icon-folder-3:before {
	content: "\e071";
}
.icomoon-icon-folder-open-2:before {
	content: "\e072";
}
.icomoon-icon-report:before,
.icomoon-icon-certificate:before {
	content: "\e073";
}
.icomoon-icon-cc:before {
	content: "\e074";
}
.icomoon-icon-tag:before {
	content: "\e075";
}
.icomoon-icon-tag-2:before {
	content: "\e076";
}
.icomoon-icon-tag-3:before {
	content: "\e077";
}
.icomoon-icon-tag-4:before {
	content: "\e078";
}
.icomoon-icon-tags:before {
	content: "\e079";
}
.icomoon-icon-tags-2:before {
	content: "\e07a";
}
.icomoon-icon-tag-5:before {
	content: "\e07b";
}
.icomoon-icon-barcode:before {
	content: "\e07c";
}
.icomoon-icon-barcode-2:before {
	content: "\e07d";
}
.icomoon-icon-qrcode:before {
	content: "\e07e";
}
.icomoon-icon-ticket:before {
	content: "\e07f";
}
.icomoon-icon-cart:before {
	content: "\e080";
}
.icomoon-icon-cart-2:before {
	content: "\e081";
}
.icomoon-icon-cart-3:before {
	content: "\e082";
}
.icomoon-icon-cart-4:before {
	content: "\e083";
}
.icomoon-icon-cart-5:before {
	content: "\e084";
}
.icomoon-icon-cart-plus:before {
	content: "\e085";
}
.icomoon-icon-cart-minus:before {
	content: "\e086";
}
.icomoon-icon-cart-add:before {
	content: "\e087";
}
.icomoon-icon-cart-remove:before {
	content: "\e088";
}
.icomoon-icon-cart-checkout:before {
	content: "\e089";
}
.icomoon-icon-cart-remove-2:before {
	content: "\e08a";
}
.icomoon-icon-basket:before {
	content: "\e08b";
}
.icomoon-icon-basket-2:before {
	content: "\e08c";
}
.icomoon-icon-coin:before {
	content: "\e08d";
}
.icomoon-icon-money:before,
.icomoon-icon-mail_money:before {
	content: "\e08d";
}
.icomoon-icon-credit:before {
	content: "\e08e";
}
.icomoon-icon-calculate:before {
	content: "\e08f";
}
.icomoon-icon-calculator:before {
	content: "\e08f";
}
.icomoon-icon-calculate-2:before {
	content: "\e090";
}
.icomoon-icon-support:before {
	content: "\e091";
}
.icomoon-icon-phone:before {
	content: "\e092";
}
.icomoon-icon-phone-2:before {
	content: "\e093";
}
.icomoon-icon-phone-3:before {
	content: "\e094";
}
.icomoon-icon-contact-add:before {
	content: "\e095";
}
.icomoon-icon-contact-remove:before {
	content: "\e096";
}
.icomoon-icon-contact-add-2:before {
	content: "\e097";
}
.icomoon-icon-contact-remove-2:before {
	content: "\e098";
}
.icomoon-icon-call-incoming:before {
	content: "\e099";
}
.icomoon-icon-call-outgoing:before {
	content: "\e09a";
}
.icomoon-icon-phone-4:before {
	content: "\e09b";
}
.icomoon-icon-phone-5:before {
	content: "\e09c";
}
.icomoon-icon-phone-hang-up:before {
	content: "\e09d";
}
.icomoon-icon-phone-hang-up-2:before {
	content: "\e09e";
}
.icomoon-icon-address-book:before {
	content: "\e09f";
}
.icomoon-icon-notebook:before {
	content: "\e0a0";
}
.icomoon-icon-address_book:before {
	content: "\e0a0";
}
.icomoon-icon-envelop:before {
	content: "\e0a1";
}
.icomoon-icon-mail:before {
	content: "\e0a1";
}
.icomoon-icon-mail_open:before {
	content: "\e0a1";
}
.icomoon-icon-mail_spam:before {
	content: "\e0a1";
}
.icomoon-icon-mail_undefined:before {
	content: "\e0a1";
}

.icomoon-icon-mail_disabled:before {
	content: "\e0a1";
}
.icomoon-icon-mail-send:before {
	content: "\e324";
}
.icomoon-icon-mail_users:before {
	content: "\e324";
}
.icomoon-icon-mails:before {
	content: "\e324";
}
.icomoon-icon-envelop-2:before {
	content: "\e0a3";
}
.icomoon-icon-pushpin:before {
	content: "\e0a4";
}
.icomoon-icon-pin:before {
	content: "\e0a4";
}
.icomoon-icon-location:before {
	content: "\e0a5";
}
.icomoon-icon-markerSearched:before {
	content: "\e0a5";
}
.icomoon-icon-location-2:before {
	content: "\e0a6";
}
.icomoon-icon-location-3:before {
	content: "\e0a7";
}
.icomoon-icon-location-4:before {
	content: "\e0a8";
}
.icomoon-icon-compass:before {
	content: "\e0a9";
}
.icomoon-icon-compass-2:before {
	content: "\e0aa";
}
.icomoon-icon-map:before {
	content: "\e0ab";
}
.icomoon-icon-map-2:before {
	content: "\e0ac";
}
.icomoon-icon-map-3:before {
	content: "\e0ad";
}
.icomoon-icon-direction:before {
	content: "\e0ae";
}
.icomoon-icon-history:before {
	content: "\e0af";
}
.icomoon-icon-clock:before {
	content: "\e0b0";
}
.icomoon-icon-clock-2:before {
	content: "\e0b1";
}
.icomoon-icon-clock-3:before {
	content: "\e0b2";
}
.icomoon-icon-clock-4:before {
	content: "\e0b3";
}
.icomoon-icon-watch:before {
	content: "\e0b4";
}
.icomoon-icon-alarm:before {
	content: "\e0b5";
}
.icomoon-icon-alarm-2:before {
	content: "\e0b6";
}
.icomoon-icon-bell:before {
	content: "\e0b7";
}
.icomoon-icon-stopwatch:before {
	content: "\e0b8";
}
.icomoon-icon-calendar:before {
	content: "\e0b9";
}
.icomoon-icon-calendar_tick:before {
	content: "\e0b9";
}
.icomoon-icon-calendar-2:before {
	content: "\e0ba";
}
.icomoon-icon-calendar_plus:before {
	content: "\e0b9";
}
.icomoon-icon-calendar-3:before {
	content: "\e0bb";
}
.icomoon-icon-calendar-4:before {
	content: "\e0bc";
}
.icomoon-icon-calendar_day:before {
	content: "\e0bc";
}
.icomoon-icon-print:before {
	content: "\e0bd";
}
.icomoon-icon-printer:before {
	content: "\e0bd";
}
.icomoon-icon-print-2:before {
	content: "\e0be";
}
.icomoon-icon-mouse:before {
	content: "\e0bf";
}
.icomoon-icon-mouse-2:before {
	content: "\e0c0";
}
.icomoon-icon-keyboard:before {
	content: "\e0c1";
}
.icomoon-icon-screen:before {
	content: "\e0c2";
}
.icomoon-icon-screen-2:before {
	content: "\e0c3";
}
.icomoon-icon-laptop:before {
	content: "\e0c4";
}
.icomoon-icon-mobile:before {
	content: "\e0c5";
}
.icomoon-icon-mobile-2:before {
	content: "\e0c6";
}
.icomoon-icon-tablet:before {
	content: "\e0c7";
}
.icomoon-icon-tv:before {
	content: "\e0c8";
}
.icomoon-icon-television:before {
	content: "\e0c8";
}

.icomoon-icon-cabinet:before {
	content: "\e0c9";
}
.icomoon-icon-archive:before {
	content: "\e0ca";
}
.icomoon-icon-drawer:before {
	content: "\e0cb";
}
.icomoon-icon-inbox:before {
	content: "\e0cb";
}
.icomoon-icon-drawer-2:before {
	content: "\e0cc";
}
.icomoon-icon-drawer-3:before {
	content: "\e0cd";
}
.icomoon-icon-box-add:before {
	content: "\e0ce";
}
.icomoon-icon-box-remove:before {
	content: "\e0cf";
}
.icomoon-icon-download:before {
	content: "\e0d0";
}
.icomoon-icon-upload:before {
	content: "\e0d1";
}
.icomoon-icon-disk:before {
	content: "\e0d2";
}
.icomoon-icon-storage:before {
	content: "\e0d3";
}
.icomoon-icon-storage-2:before {
	content: "\e0d4";
}
.icomoon-icon-database:before {
	content: "\e0d5";
}
.icomoon-icon-database-2:before {
	content: "\e0d6";
}
.icomoon-icon-undo:before {
	content: "\e0d7";
}
.icomoon-icon-redo:before {
	content: "\e0d8";
}
.icomoon-icon-rotate:before {
	content: "\e0d9";
}
.icomoon-icon-rotate-2:before {
	content: "\e0da";
}
.icomoon-icon-flip:before {
	content: "\e0db";
}
.icomoon-icon-flip-2:before {
	content: "\e0dc";
}
.icomoon-icon-undo-2:before {
	content: "\e0dd";
}
.icomoon-icon-redo-2:before {
	content: "\e0de";
}
.icomoon-icon-forward:before {
	content: "\e0df";
}
.icomoon-icon-reply:before {
	content: "\e0e0";
}
.icomoon-icon-reply-2:before {
	content: "\e0e1";
}
.icomoon-icon-bubble:before {
	content: "\e0e2";
}
.icomoon-icon-bubbles:before {
	content: "\e0e3";
}
.icomoon-icon-bubbles-2:before {
	content: "\e0e4";
}
.icomoon-icon-bubble-2:before {
	content: "\e0e5";
}
.icomoon-icon-bubbles-3:before {
	content: "\e0e6";
}
.icomoon-icon-bubbles-4:before {
	content: "\e0e7";
}
.icomoon-icon-bubble-notification:before {
	content: "\e0e8";
}
.icomoon-icon-bubble-3:before {
	content: "\e0e9";
}
.icomoon-icon-bubble-dots:before {
	content: "\e0ea";
}
.icomoon-icon-bubble-4:before {
	content: "\e0eb";
}
.icomoon-icon-bubble-5:before {
	content: "\e0ec";
}
.icomoon-icon-bubble-dots-2:before {
	content: "\e0ed";
}
.icomoon-icon-bubble-6:before {
	content: "\e0ee";
}
.icomoon-icon-bubbles-5:before {
	content: "\e0ef";
}
.icomoon-icon-bubbles-6:before {
	content: "\e0f0";
}
.icomoon-icon-bubble-blocked:before {
	content: "\e0f1";
}
.icomoon-icon-bubble-quote:before {
	content: "\e0f2";
}
.icomoon-icon-bubble-user:before {
	content: "\e0f3";
}
.icomoon-icon-bubble-check:before {
	content: "\e0f4";
}
.icomoon-icon-bubble-video-chat:before {
	content: "\e0f5";
}
.icomoon-icon-bubble-link:before {
	content: "\e0f6";
}
.icomoon-icon-bubble-locked:before {
	content: "\e0f7";
}
.icomoon-icon-field_password:before {
	content: "\e0f7";
}
.icomoon-icon-bubble-star:before {
	content: "\e0f8";
}
.icomoon-icon-bubble-heart:before {
	content: "\e0f9";
}
.icomoon-icon-bubble-paperclip:before {
	content: "\e0fa";
}
.icomoon-icon-bubble-cancel:before {
	content: "\e0fb";
}
.icomoon-icon-bubble-plus:before {
	content: "\e0fc";
}
.icomoon-icon-bubble-minus:before {
	content: "\e0fd";
}
.icomoon-icon-bubble-notification-2:before {
	content: "\e0fe";
}
.icomoon-icon-bubble-trash:before {
	content: "\e0ff";
}
.icomoon-icon-bubble-left:before {
	content: "\e100";
}
.icomoon-icon-bubble-right:before {
	content: "\e101";
}
.icomoon-icon-bubble-up:before {
	content: "\e102";
}
.icomoon-icon-bubble-down:before {
	content: "\e103";
}
.icomoon-icon-bubble-first:before {
	content: "\e104";
}
.icomoon-icon-bubble-last:before {
	content: "\e105";
}
.icomoon-icon-bubble-replu:before {
	content: "\e106";
}
.icomoon-icon-bubble-forward:before {
	content: "\e107";
}
.icomoon-icon-bubble-reply:before {
	content: "\e108";
}
.icomoon-icon-bubble-forward-2:before {
	content: "\e109";
}
.icomoon-icon-user:before{
	content: "\e10a";
}
.icomoon-icon-users:before,
.icomoon-icon-users_arrow:before {
	content: "\e10b";
}
.icomoon-icon-user-plus:before {
	content: "\e10c";
}
.icomoon-icon-user-plus-2:before {
	content: "\e10d";
}
.icomoon-icon-user-users_arrow:before {
	content: "\e10d";
}
.icomoon-icon-user-minus:before {
	content: "\e10e";
}
.icomoon-icon-user-minus-2:before {
	content: "\e10f";
}
.icomoon-icon-user-cancel:before {
	content: "\e110";
}
.icomoon-icon-user-block:before {
	content: "\e111";
}
.icomoon-icon-user-2:before {
	content: "\e112";
}
.icomoon-icon-users-2:before {
	content: "\e113";
}
.icomoon-icon-user-plus-3:before {
	content: "\e114";
}
.icomoon-icon-user-minus-3:before {
	content: "\e115";
}
.icomoon-icon-user-cancel-2:before {
	content: "\e116";
}
.icomoon-icon-user-block-2:before {
	content: "\e117";
}
.icomoon-icon-user-3:before {
	content: "\e118";
}
.icomoon-icon-user-4:before {
	content: "\e119";
}
.icomoon-icon-vcard:before {
	content: "\e11a";
}
.icomoon-icon-card:before {
	content: "\e11a";
}
.icomoon-icon-hanger:before {
	content: "\e11b";
}
.icomoon-icon-quotes-left:before {
	content: "\e11c";
}
.icomoon-icon-quotes-right:before {
	content: "\e11d";
}
.icomoon-icon-quotes-right-2:before {
	content: "\e11e";
}
.icomoon-icon-quotes-right-3:before {
	content: "\e11f";
}
.icomoon-icon-busy:before {
	content: "\e120";
}
.icomoon-icon-busy-2:before {
	content: "\e121";
}
.icomoon-icon-busy-3:before {
	content: "\e122" !important;
}
.icomoon-icon-spinner:before {
	content: "\e123";
}
.icomoon-icon-arrow_circle:before {
	content: "\e123";
}

.icomoon-icon-spinner-2:before {
	content: "\e124";
}
.icomoon-icon-spinner-3:before {
	content: "\e125";
}
.icomoon-icon-spinner-4:before {
	content: "\e126";
}
.icomoon-icon-spinner-5:before {
	content: "\e127";
}
.icomoon-icon-spinner-6:before {
	content: "\e128";
}
.icomoon-icon-spinner-7:before {
	content: "\e129";
}
.icomoon-icon-spinner-8:before {
	content: "\e12a";
}
.icomoon-icon-binoculars:before {
	content: "\e12b";
}
.icomoon-icon-search:before {
	content: "\e12c";
}
.icomoon-icon-search-2:before {
	content: "\e12d";
}
.icomoon-icon-zoom-in:before {
	content: "\e12e";
}
.icomoon-icon-zoom-out:before {
	content: "\e12f";
}
.icomoon-icon-search-3:before {
	content: "\e130";
}
.icomoon-icon-detail:before,
.icomoon-icon-detail_disabled:before {
	content: "\e130";
}
.icomoon-icon-zoom-in-2:before {
	content: "\e131";
}
.icomoon-icon-zoom-out-2:before {
	content: "\e132";
}
.icomoon-icon-expand:before {
	content: "\e133";
}
.icomoon-icon-contract:before {
	content: "\e134";
}
.icomoon-icon-expand-2:before {
	content: "\e135";
}
.icomoon-icon-contract-2:before {
	content: "\e136";
}
.icomoon-icon-key:before {
	content: "\e137";
}
.icomoon-icon-key-2:before {
	content: "\e138";
}
.icomoon-icon-lock:before {
	content: "\e139";
}
.icomoon-icon-lock-2:before {
	content: "\e13a";
}
.icomoon-icon-unlocked:before {
	content: "\e13b";
}
.icomoon-icon-lock-3:before {
	content: "\e13c";
}
.icomoon-icon-unlocked-2:before {
	content: "\e13d";
}
.icomoon-icon-lock_unlock:before {
	content: "\e13d";
}
.icomoon-icon-wrench:before {
	content: "\e13e";
}
.icomoon-icon-wrench-2:before {
	content: "\e13f";
}
.icomoon-icon-settings:before {
	content: "\e140";
}
.icomoon-icon-equalizer:before {
	content: "\e141";
}
.icomoon-icon-equalizer-2:before {
	content: "\e142";
}
.icomoon-icon-equalizer-3:before {
	content: "\e143";
}
.icomoon-icon-cog:before {
	content: "\e144";
}
.icomoon-icon-cogs:before {
	content: "\e145";
}
.icomoon-icon-cog-2:before {
	content: "\e146";
}
.icomoon-icon-cog-3:before {
	content: "\e147";
}
.icomoon-icon-cog-4:before {
	content: "\e148";
}
.icomoon-icon-gear:before {
	content: "\e148";
}

.icomoon-icon-factory:before {
	content: "\e149";
}
.icomoon-icon-hammer:before {
	content: "\e14a";
}
.icomoon-icon-tools:before {
	content: "\e14b";
}
.icomoon-icon-wand:before {
	content: "\e14c";
}
.icomoon-icon-wand-2:before {
	content: "\e14d";
}
.icomoon-icon-aid:before {
	content: "\e14e";
}
.icomoon-icon-patch:before {
	content: "\e14f";
}
.icomoon-icon-bug:before {
	content: "\e150";
}
.icomoon-icon-bug-2:before {
	content: "\e151";
}
.icomoon-icon-inject:before {
	content: "\e152";
}
.icomoon-icon-construction:before {
	content: "\e153";
}
.icomoon-icon-cone:before {
	content: "\e154";
}
.icomoon-icon-chartPie:before,
.icomoon-icon-pie:before {
	content: "\e155";
}
.icomoon-icon-pie-2:before {
	content: "\e156";
}
.icomoon-icon-pie-3:before {
	content: "\e157";
}
.icomoon-icon-pie-4:before {
	content: "\e158";
}
.icomoon-icon-chartLines:before,
.icomoon-icon-stats:before {
	content: "\e159";
}
.icomoon-icon-stats-2:before {
	content: "\e15a";
}
.icomoon-icon-stats-3:before {
	content: "\e15b";
}
.icomoon-icon-chartBar:before,
.icomoon-icon-bars:before {
	content: "\e15c";
}
.icomoon-icon-bars-2:before {
	content: "\e15d";
}
.icomoon-icon-bars-3:before {
	content: "\e15e";
}
.icomoon-icon-stats-up:before {
	content: "\e15f";
}
.icomoon-icon-stats-down:before {
	content: "\e160";
}
.icomoon-icon-ladder:before {
	content: "\e161";
}
.icomoon-icon-cake:before {
	content: "\e162";
}
.icomoon-icon-gift:before {
	content: "\e163";
}
.icomoon-icon-balloon:before {
	content: "\e164";
}
.icomoon-icon-rating:before {
	content: "\e165";
}
.icomoon-icon-rating-2:before {
	content: "\e166";
}
.icomoon-icon-rating-3:before {
	content: "\e167";
}
.icomoon-icon-podium:before {
	content: "\e168";
}
.icomoon-icon-medal:before {
	content: "\e169";
}
.icomoon-icon-medal-2:before {
	content: "\e16a";
}
.icomoon-icon-medal-3:before {
	content: "\e16b";
}
.icomoon-icon-medal-4:before {
	content: "\e16c";
}
.icomoon-icon-medal-5:before {
	content: "\e16d";
}
.icomoon-icon-crown:before {
	content: "\e16e";
}
.icomoon-icon-trophy:before {
	content: "\e16f";
}
.icomoon-icon-trophy-2:before {
	content: "\e170";
}
.icomoon-icon-trophy-star:before {
	content: "\e171";
}
.icomoon-icon-diamond:before {
	content: "\e172";
}
.icomoon-icon-glass:before {
	content: "\e173";
}
.icomoon-icon-glass-2:before {
	content: "\e174";
}
.icomoon-icon-bottle:before {
	content: "\e175";
}
.icomoon-icon-bottle-2:before {
	content: "\e176";
}
.icomoon-icon-mug:before {
	content: "\e177";
}
.icomoon-icon-food:before {
	content: "\e178";
}
.icomoon-icon-food-2:before {
	content: "\e179";
}
.icomoon-icon-leaf:before {
	content: "\e17a";
}
.icomoon-icon-apple-fruit:before {
	content: "\e17b";
}
.icomoon-icon-paw:before {
	content: "\e17c";
}
.icomoon-icon-steps:before {
	content: "\e17d";
}
.icomoon-icon-flower:before {
	content: "\e17e";
}
.icomoon-icon-rocket:before {
	content: "\e17f";
}
.icomoon-icon-meter:before {
	content: "\e180";
}
.icomoon-icon-meter2:before {
	content: "\e181";
}
.icomoon-icon-meter-slow:before {
	content: "\e182";
}
.icomoon-icon-meter-medium:before {
	content: "\e183";
}
.icomoon-icon-meter-fast:before {
	content: "\e184";
}
.icomoon-icon-dashboard:before {
	content: "\e185";
}
.icomoon-icon-hammer-2:before {
	content: "\e186";
}
.icomoon-icon-balance:before {
	content: "\e187";
}
.icomoon-icon-fire:before {
	content: "\e188";
}
.icomoon-icon-lab:before {
	content: "\e189";
}
.icomoon-icon-magnet:before {
	content: "\e18a";
}
.icomoon-icon-dumbbell:before {
	content: "\e18b";
}
.icomoon-icon-skull:before {
	content: "\e18c";
}
.icomoon-icon-skull-2:before {
	content: "\e18d";
}
.icomoon-icon-lamp:before {
	content: "\e18e";
}
.icomoon-icon-lamp-2:before {
	content: "\e18f";
}
.icomoon-icon-lamp-3:before {
	content: "\e190";
}
.icomoon-icon-remove:before {
	content: "\e191";
}
.icomoon-icon-remove-2:before {
	content: "\e192";
}
.icomoon-icon-remove-3:before {
	content: "\e193";
}
.icomoon-icon-remove-4:before {
	content: "\e194";
}
.icomoon-icon-remove-5:before {
	content: "\e195";
}
.icomoon-icon-briefcase:before {
	content: "\e196";
}
.icomoon-icon-briefcase-2:before {
	content: "\e197";
}
.icomoon-icon-briefcase-3:before {
	content: "\e198";
}
.icomoon-icon-airplane:before {
	content: "\e199";
}
.icomoon-icon-airplane-2:before {
	content: "\e19a";
}
.icomoon-icon-paper-plane:before {
	content: "\e19b";
}
.icomoon-icon-car:before {
	content: "\e19c";
}
.icomoon-icon-gas-pump:before {
	content: "\e19d";
}
.icomoon-icon-bus:before {
	content: "\e19e";
}
.icomoon-icon-truck:before {
	content: "\e19f";
}
.icomoon-icon-road:before {
	content: "\e1a0";
}
.icomoon-icon-boat:before {
	content: "\e1a1";
}
.icomoon-icon-cube:before {
	content: "\e1a2";
}
.icomoon-icon-box:before {
	content: "\e1a2";
}
.icomoon-icon-block:before {
	content: "\e1a2";
}
.icomoon-icon-cube-2:before {
	content: "\e1a3";
}
.icomoon-icon-pyramid:before {
	content: "\e1a4";
}
.icomoon-icon-puzzle:before {
	content: "\e1a5";
}
.icomoon-icon-puzzle-2:before {
	content: "\e1a6";
}
.icomoon-icon-puzzle-3:before {
	content: "\e1a7";
}
.icomoon-icon-puzzle-4:before {
	content: "\e1a8";
}
.icomoon-icon-glasses:before {
	content: "\e1a9";
}
.icomoon-icon-glasses-2:before {
	content: "\e1aa";
}
.icomoon-icon-glasses-3:before {
	content: "\e1ab";
}
.icomoon-icon-sun-glasses:before {
	content: "\e1ac";
}
.icomoon-icon-accessibility:before {
	content: "\e1ad";
}
.icomoon-icon-accessibility-2:before {
	content: "\e1ae";
}
.icomoon-icon-target:before {
	content: "\e1af";
}
.icomoon-icon-target-2:before {
	content: "\e1b0";
}
.icomoon-icon-target-3:before {
	content: "\e1b1";
}
.icomoon-icon-gun:before {
	content: "\e1b2";
}
.icomoon-icon-gun-ban:before {
	content: "\e1b3";
}
.icomoon-icon-shield:before {
	content: "\e1b4";
}
.icomoon-icon-shield-2:before {
	content: "\e1b5";
}
.icomoon-icon-lightning:before {
	content: "\e1b6";
}
.icomoon-icon-power:before {
	content: "\e1b7";
}
.icomoon-icon-power-2:before {
	content: "\e1b8";
}
.icomoon-icon-switch:before {
	content: "\e1b9";
}
.icomoon-icon-control_power:before {
	content: "\e1b9";
}
.icomoon-icon-power-cord:before {
	content: "\e1ba";
}
.icomoon-icon-clipboard:before {
	content: "\e1bb";
}
.icomoon-icon-signup:before {
	content: "\e1bc";
}
.icomoon-icon-list:before {
	content: "\e1bd";
}
.icomoon-icon-list-2:before {
	content: "\e1be";
}
.icomoon-icon-numbered-list:before {
	content: "\e1bf";
}
.icomoon-icon-playlist:before {
	content: "\e1c0";
}
.icomoon-icon-grid:before {
	content: "\e1c1";
}
.icomoon-icon-grid-2:before {
	content: "\e1c2";
}
.icomoon-icon-grid-3:before {
	content: "\e1c3";
}
.icomoon-icon-grid-4:before {
	content: "\e1c4";
}
.icomoon-icon-tree:before {
	content: "\e1c5";
}
.icomoon-icon-tree-2:before {
	content: "\e1c6";
}
.icomoon-icon-tree-3:before {
	content: "\e1c7";
}
.icomoon-icon-menu:before {
	content: "\e1c8";
}
.icomoon-icon-menu-2:before {
	content: "\e1c9";
}
.icomoon-icon-menu-3:before {
	content: "\e1ca";
}
.icomoon-icon-menu-4:before {
	content: "\e1cb";
}
.icomoon-icon-menu-5:before {
	content: "\e1cc";
}
.icomoon-icon-cloud:before {
	content: "\e1cd";
}
.icomoon-icon-cloud-download:before {
	content: "\e1ce";
}
.icomoon-icon-cloud-upload:before {
	content: "\e1cf";
}
.icomoon-icon-download-2:before {
	content: "\e1d0";
}
.icomoon-icon-upload-2:before {
	content: "\e1d1";
}
.icomoon-icon-download-3:before {
	content: "\e1d2";
}
.icomoon-icon-upload-3:before {
	content: "\e1d3";
}
.icomoon-icon-download-4:before {
	content: "\e1d4";
}
.icomoon-icon-upload-4:before {
	content: "\e1d5";
}
.icomoon-icon-download-5:before {
	content: "\e1d6";
}
.icomoon-icon-upload-5:before {
	content: "\e1d7";
}
.icomoon-icon-globe:before {
	content: "\e1d8";
}
.icomoon-icon-globe-2:before {
	content: "\e1d9";
}
.icomoon-icon-earth:before {
	content: "\e1da";
}
.icomoon-icon-link:before {
	content: "\e1db";
}
.icomoon-icon-chain:before {
	content: "\e1db";
}

.icomoon-icon-link-2:before {
	content: "\e1dc";
}
.icomoon-icon-link-3:before {
	content: "\e1dd";
}
.icomoon-icon-link2:before {
	content: "\e1de";
}
.icomoon-icon-link-4:before {
	content: "\e1df";
}
.icomoon-icon-link-5:before {
	content: "\e1e0";
}
.icomoon-icon-link-6:before {
	content: "\e1e1";
}
.icomoon-icon-anchor:before {
	content: "\e1e2";
}
.icomoon-icon-flag:before {
	content: "\e1e3";
}
.icomoon-icon-flag-2:before {
	content: "\e1e4";
}
.icomoon-icon-flag-3:before {
	content: "\e1e5";
}
.icomoon-icon-flag-4:before {
	content: "\e1e6";
}
.icomoon-icon-attachment:before {
	content: "\e1e7";
}
.icomoon-icon-attachment-2:before {
	content: "\e1e8";
}
.icomoon-icon-eye:before {
	content: "\e1e9";
}
.icomoon-icon-eye-blocked:before {
	content: "\e1ea";
}
.icomoon-icon-eye-2:before {
	content: "\e1eb";
}
.icomoon-icon-eye-3:before {
	content: "\e1ec";
}
.icomoon-icon-eye-blocked-2:before {
	content: "\e1ed";
}
.icomoon-icon-eye-4:before {
	content: "\e1ee";
}
.icomoon-icon-eye-5:before {
	content: "\e1ef";
}
.icomoon-icon-eye-6:before {
	content: "\e1f0";
}
.icomoon-icon-eye-7:before {
	content: "\e1f1";
}
.icomoon-icon-bookmark:before {
	content: "\e1f2";
}
.icomoon-icon-bookmark-2:before {
	content: "\e1f3";
}
.icomoon-icon-bookmarks:before {
	content: "\e1f4";
}
.icomoon-icon-bookmark-3:before {
	content: "\e1f5";
}
.icomoon-icon-weather-lightning:before {
	content: "\e1f6";
}
.icomoon-icon-weather-rain:before {
	content: "\e1f7";
}
.icomoon-icon-weather-snow:before {
	content: "\e1f8";
}
.icomoon-icon-windy:before {
	content: "\e1f9";
}
.icomoon-icon-fan:before {
	content: "\e1fa";
}
.icomoon-icon-umbrella:before {
	content: "\e1fb";
}
.icomoon-icon-sun:before {
	content: "\e1fc";
}
.icomoon-icon-sun-2:before {
	content: "\e1fd";
}
.icomoon-icon-brightness-high:before {
	content: "\e1fe";
}
.icomoon-icon-brightness-medium:before {
	content: "\e1ff";
}
.icomoon-icon-brightness-low:before {
	content: "\e200";
}
.icomoon-icon-brightness-contrast:before {
	content: "\e201";
}
.icomoon-icon-contrast:before {
	content: "\e202";
}
.icomoon-icon-moon:before {
	content: "\e203";
}
.icomoon-icon-bed:before {
	content: "\e204";
}
.icomoon-icon-bed-2:before {
	content: "\e205";
}
.icomoon-icon-star-6:before {
	content: "\e206";
}
.icomoon-icon-star-7:before {
	content: "\e20b";
}
.icomoon-icon-star-2:before {
	content: "\e207";
}
.icomoon-icon-star-3:before {
	content: "\e208";
}
.icomoon-icon-star-4:before {
	content: "\e209";
}
.icomoon-icon-star-5:before {
	content: "\e20a";
}
.icomoon-icon-star:before {
	content: "\e20b";
}
.icomoon-icon-heart:before {
	content: "\e20c";
}
.icomoon-icon-heart-2:before {
	content: "\e20d";
}
.icomoon-icon-heart-broken:before {
	content: "\e20e";
}
.icomoon-icon-heart-3:before {
	content: "\e20f";
}
.icomoon-icon-heart-4:before {
	content: "\e210";
}
.icomoon-icon-heart-broken-2:before {
	content: "\e211";
}
.icomoon-icon-heart-5:before {
	content: "\e212";
}
.icomoon-icon-heart-6:before {
	content: "\e213";
}
.icomoon-icon-heart-broken-3:before {
	content: "\e214";
}
.icomoon-icon-thumbs-up:before {
	content: "\e215";
}
.icomoon-icon-thumbs-up-2:before {
	content: "\e216";
}
.icomoon-icon-thumbs-down:before {
	content: "\e217";
}
.icomoon-icon-thumbs-down-2:before {
	content: "\e218";
}
.icomoon-icon-thumbs-up-3:before {
	content: "\e219";
}
.icomoon-icon-thumbs-up-4:before {
	content: "\e21a";
}
.icomoon-icon-people:before {
	content: "\e21b";
}
.icomoon-icon-man:before {
	content: "\e21c";
}
.icomoon-icon-male:before {
	content: "\e21d";
}
.icomoon-icon-woman:before {
	content: "\e21e";
}
.icomoon-icon-female:before {
	content: "\e21f";
}
.icomoon-icon-peace:before {
	content: "\e220";
}
.icomoon-icon-yin-yang:before {
	content: "\e221";
}
.icomoon-icon-happy:before {
	content: "\e222";
}
.icomoon-icon-happy-2:before {
	content: "\e223";
}
.icomoon-icon-smiley:before {
	content: "\e224";
}
.icomoon-icon-smiley-2:before {
	content: "\e225";
}
.icomoon-icon-tongue:before {
	content: "\e226";
}
.icomoon-icon-tongue-2:before {
	content: "\e227";
}
.icomoon-icon-sad:before {
	content: "\e228";
}
.icomoon-icon-sad-2:before {
	content: "\e229";
}
.icomoon-icon-wink:before {
	content: "\e22a";
}
.icomoon-icon-wink-2:before {
	content: "\e22b";
}
.icomoon-icon-grin:before {
	content: "\e22c";
}
.icomoon-icon-grin-2:before {
	content: "\e22d";
}
.icomoon-icon-cool:before {
	content: "\e22e";
}
.icomoon-icon-cool-2:before {
	content: "\e22f";
}
.icomoon-icon-angry:before {
	content: "\e230";
}
.icomoon-icon-angry-2:before {
	content: "\e231";
}
.icomoon-icon-evil:before {
	content: "\e232";
}
.icomoon-icon-evil-2:before {
	content: "\e233";
}
.icomoon-icon-shocked:before {
	content: "\e234";
}
.icomoon-icon-shocked-2:before {
	content: "\e235";
}
.icomoon-icon-confused:before {
	content: "\e236";
}
.icomoon-icon-confused-2:before {
	content: "\e237";
}
.icomoon-icon-neutral:before {
	content: "\e238";
}
.icomoon-icon-neutral-2:before {
	content: "\e239";
}
.icomoon-icon-wondering:before {
	content: "\e23a";
}
.icomoon-icon-wondering-2:before {
	content: "\e23b";
}
.icomoon-icon-cursor:before {
	content: "\e23c";
}
.icomoon-icon-cursor-2:before {
	content: "\e23d";
}
.icomoon-icon-point-up:before {
	content: "\e23e";
}
.icomoon-icon-point-right:before {
	content: "\e23f";
}
.icomoon-icon-point-down:before {
	content: "\e240";
}
.icomoon-icon-point-left:before {
	content: "\e241";
}
.icomoon-icon-move:before {
	content: "\e242";
}
.icomoon-icon-order:before {
	content: "\e242";
}
.icomoon-icon-warning:before {
	content: "\e243";
}
.icomoon-icon-exclamation:before {
	content: "\e243";
}

.icomoon-icon-notification:before {
	content: "\e244";
}
.icomoon-icon-question:before {
	content: "\e245";
}
.icomoon-icon-question-2:before {
	content: "\e246";
}
.icomoon-icon-question-3:before {
	content: "\e247";
}
.icomoon-icon-question-4:before {
	content: "\e248";
}
.icomoon-icon-help:before {
	content: "\e248";
}
.icomoon-icon-question-5:before {
	content: "\e249";
}
.icomoon-icon-plus-circle:before {
	content: "\e24a";
}
.icomoon-icon-add:before {
	content: "\e24b";
}

.icomoon-icon-plus-circle-2:before {
	content: "\e24b";
}
.icomoon-icon-plus:before {
	content: "\e24b";
}

.icomoon-icon-minus-circle:before {
	content: "\e24c";
}
.icomoon-icon-minus-circle-2:before {
	content: "\e24d";
}
.icomoon-icon-info:before {
	content: "\e24e";
}
.icomoon-icon-info-2:before {
	content: "\e24f";
}
.icomoon-icon-information:before {
	content: "\e24f";
}

.icomoon-icon-blocked:before {
	content: "\e250";
}
.icomoon-icon-cancel-circle:before {
	content: "\e251";
}
.icomoon-icon-cancel-circle-2:before {
	content: "\e252";
}
.icomoon-icon-delete:before {
	content: "\e252";
} 


.icomoon-icon-delete_disabled:before {
	content: "\e252";
}

.icomoon-icon-checkmark-circle:before {
	content: "\e253";
}
.icomoon-icon-tick_circle:before {
	content: "\e253";
}
.icomoon-icon-tick:before {
	content: "\e253";
}
.icomoon-icon-checkmark-circle-2:before {
	content: "\e254";
}
.icomoon-icon-success:before {
	content: "\e254";
}
.icomoon-icon-cancel:before {
	content: "\e255";
}
.icomoon-icon-error:before {
	content: "\e255";
}
.icomoon-icon-spam:before {
	content: "\e256";
}
.icomoon-icon-close:before {
	content: "\e257";
}


.icomoon-icon-save:before,
.icomoon-icon-checkmark:before {
	content: "\e258";
}
.icomoon-icon-checkmark-2:before {
	content: "\e259";
}
.icomoon-icon-checkmark-3:before {
	content: "\e25a";
}
.icomoon-icon-checkmark-4:before {
	content: "\e25b";
}
.icomoon-icon-spell-check:before {
	content: "\e25c";
}
.icomoon-icon-minus:before {
	content: "\e25d";
}
.icomoon-icon-plus:before {
	content: "\e25e";
}
.icomoon-icon-enter:before {
	content: "\e25f";
}
.icomoon-icon-exit:before {
	content: "\e260";
}
.icomoon-icon-enter-2:before {
	content: "\e261";
}
.icomoon-icon-exit-2:before {
	content: "\e262";
}
.icomoon-icon-enter-3:before {
	content: "\e263";
}
.icomoon-icon-exit-3:before {
	content: "\e264";
}
.icomoon-icon-exit-4:before {
	content: "\e265";
}
.icomoon-icon-play-2:before {
	content: "\e266";
}
.icomoon-icon-pause:before {
	content: "\e267";
}
.icomoon-icon-control_pause:before {
	content: "\e267";
}

.icomoon-icon-stop:before {
	content: "\e268";
}
.icomoon-icon-backward:before {
	content: "\e269";
}
.icomoon-icon-forward-2:before {
	content: "\e26a";
}
.icomoon-icon-play-3:before {
	content: "\e26b";
}
.icomoon-icon-control_play:before {
	content: "\e26b";
}
.icomoon-icon-pause-2:before {
	content: "\e26c";
}
.icomoon-icon-stop-2:before {
	content: "\e26d";
}
.icomoon-icon-control_back:before {
	content: "\e26e";
}
.icomoon-icon-backward-2:before {
	content: "\e26e";
}
.icomoon-icon-forward-3:before {
	content: "\e26f";
}
.icomoon-icon-control_next:before {
	content: "\e26f";
}
.icomoon-icon-first:before {
	content: "\e270";
}
.icomoon-icon-control_skip_back:before {
	content: "\e270";
}

.icomoon-icon-last:before {
	content: "\e271";
}
.icomoon-icon-control_skip_next:before {
	content: "\e271";
}

.icomoon-icon-previous:before {
	content: "\e272";
}
.icomoon-icon-next:before {
	content: "\e273";
}
.icomoon-icon-eject:before {
	content: "\e274";
}
.icomoon-icon-volume-high:before {
	content: "\e275";
}
.icomoon-icon-volume-medium:before {
	content: "\e276";
}
.icomoon-icon-volume-low:before {
	content: "\e277";
}
.icomoon-icon-volume-mute:before {
	content: "\e278";
}
.icomoon-icon-volume-mute-2:before {
	content: "\e279";
}
.icomoon-icon-volume-increase:before {
	content: "\e27a";
}
.icomoon-icon-volume-decrease:before {
	content: "\e27b";
}
.icomoon-icon-volume-high-2:before {
	content: "\e27c";
}
.icomoon-icon-volume-medium-2:before {
	content: "\e27d";
}
.icomoon-icon-volume-low-2:before {
	content: "\e27e";
}
.icomoon-icon-volume-mute-3:before {
	content: "\e27f";
}
.icomoon-icon-volume-mute-4:before {
	content: "\e280";
}
.icomoon-icon-volume-increase-2:before {
	content: "\e281";
}
.icomoon-icon-volume-decrease-2:before {
	content: "\e282";
}
.icomoon-icon-volume5:before {
	content: "\e283";
}
.icomoon-icon-volume4:before {
	content: "\e284";
}
.icomoon-icon-volume3:before {
	content: "\e285";
}
.icomoon-icon-volume2:before {
	content: "\e286";
}
.icomoon-icon-volume1:before {
	content: "\e287";
}
.icomoon-icon-volume0:before {
	content: "\e288";
}
.icomoon-icon-volume-mute-5:before {
	content: "\e289";
}
.icomoon-icon-volume-mute-6:before {
	content: "\e28a";
}
.icomoon-icon-loop:before {
	content: "\e28b";
}
.icomoon-icon-loop-2:before {
	content: "\e28c";
}
.icomoon-icon-loop-3:before {
	content: "\e28d";
}
.icomoon-icon-loop-4:before {
	content: "\e28e";
}
 
.icomoon-icon-arrow_circle_double_135:before {
	content: "\e28e";
}
.icomoon-icon-loop-5:before {
	content: "\e28f";
}
.icomoon-icon-shuffle:before {
	content: "\e290";
}
.icomoon-icon-switch_right:before {
	content: "\e290";
}
.icomoon-icon-switch_right:hover {
}
.icomoon-icon-shuffle-2:before {
	content: "\e291";
}
.icomoon-icon-wave:before {
	content: "\e292";
}
.icomoon-icon-wave-2:before {
	content: "\e293";
}
.icomoon-icon-arrow-first:before {
	content: "\e294";
}
.icomoon-icon-arrow-last:before {
	content: "\e295";
}
.icomoon-icon-arrow-up:before {
	content: "\e296";
}
.icomoon-icon-arrow-right:before {
	content: "\e297";
}
.icomoon-icon-arrow-down:before {
	content: "\e298";
}
.icomoon-icon-arrow-left:before {
	content: "\e299";
}
.icomoon-icon-arrow-up-2:before {
	content: "\e29a";
}
.icomoon-icon-arrow-right-3:before {
	content: "\e29b";
}
.icomoon-icon-arrow-down-2:before {
	content: "\e29c";
}
.icomoon-icon-arrow-left-2:before {
	content: "\e29d";
}
.icomoon-icon-arrow-up-left:before {
	content: "\e29e";
}
.icomoon-icon-arrow-up-3:before {
	content: "\e29f";
}
.icomoon-icon-arrow-up-right:before {
	content: "\e2a0";
}
.icomoon-icon-arrow-right-4:before {
	content: "\e2a1";
}
.icomoon-icon-arrow-down-right:before {
	content: "\e2a2";
}
.icomoon-icon-arrow-down-3:before {
	content: "\e2a3";
}
.icomoon-icon-arrow-down-left:before {
	content: "\e2a4";
}
.icomoon-icon-arrow-left-3:before {
	content: "\e2a5";
}
.icomoon-icon-arrow-up-left-2:before {
	content: "\e2a6";
}
.icomoon-icon-arrow-up-4:before {
	content: "\e2a7";
}
.icomoon-icon-arrow-up-right-2:before {
	content: "\e2a8";
}
.icomoon-icon-arrow-right-5:before {
	content: "\e2a9";
}
.icomoon-icon-arrow-down-right-2:before {
	content: "\e2aa";
}
.icomoon-icon-arrow-down-4:before {
	content: "\e2ab";
}
.icomoon-icon-arrow-down-left-2:before {
	content: "\e2ac";
}
.icomoon-icon-arrow-left-4:before {
	content: "\e2ad";
}
.icomoon-icon-arrow-up-left-3:before {
	content: "\e2ae";
}
.icomoon-icon-arrow-up-5:before {
	content: "\e2af";
}
.icomoon-icon-arrow-up-right-3:before {
	content: "\e2b0";
}
.icomoon-icon-arrow-right-6:before {
	content: "\e2b1";
}
.icomoon-icon-arrow-down-right-3:before {
	content: "\e2b2";
}
.icomoon-icon-arrow-down-5:before {
	content: "\e2b3";
}
.icomoon-icon-arrow-down-left-3:before {
	content: "\e2b4";
}
.icomoon-icon-arrow-left-5:before {
	content: "\e2b5";
}
.icomoon-icon-arrow:before {
	content: "\e2b6";
}
.icomoon-icon-arrow-2:before {
	content: "\e2b7";
}
.icomoon-icon-arrow-3:before {
	content: "\e2b8";
}
.icomoon-icon-arrow-4:before {
	content: "\e2b9";
}
.icomoon-icon-arrow-up-left-4:before {
	content: "\e2ba";
}
.icomoon-icon-arrow-up-6:before {
	content: "\e2bb";
}
.icomoon-icon-arrow-up-right-4:before {
	content: "\e2bc";
}
.icomoon-icon-arrow-right-7:before {
	content: "\e2bd";
}
.icomoon-icon-arrow-down-right-4:before {
	content: "\e2be";
}
.icomoon-icon-arrow-down-6:before {
	content: "\e2bf";
}
.icomoon-icon-arrow-down-left-4:before {
	content: "\e2c0";
}
.icomoon-icon-arrow-left-6:before {
	content: "\e2c1";
}
.icomoon-icon-arrow-up-left-5:before {
	content: "\e2c2";
}
.icomoon-icon-arrow-up-7:before {
	content: "\e2c3";
}
.icomoon-icon-arrow-up-right-5:before {
	content: "\e2c4";
}
.icomoon-icon-arrow-right-8:before {
	content: "\e2c5";
}
.icomoon-icon-arrow-down-right-5:before {
	content: "\e2c6";
}
.icomoon-icon-arrow-down-7:before {
	content: "\e2c7";
}
.icomoon-icon-arrow-down-left-5:before {
	content: "\e2c8";
}
.icomoon-icon-arrow-left-7:before {
	content: "\e2c9";
}
.icomoon-icon-arrow-up-8:before {
	content: "\e2ca";
}
.icomoon-icon-arrow-right-9:before {
	content: "\e2cb";
}
.icomoon-icon-arrow-down-8:before {
	content: "\e2cc";
}
.icomoon-icon-arrow-left-8:before {
	content: "\e2cd";
}
.icomoon-icon-arrow-up-9:before {
	content: "\e2ce";
}
.icomoon-icon-arrow-right-10:before {
	content: "\e2cf";
}
.icomoon-icon-arrow-down-9:before {
	content: "\e2d0";
}
.icomoon-icon-arrow-left-9:before {
	content: "\e2d1";
}
.icomoon-icon-arrow-up-10:before {
	content: "\e2d2";
}
.icomoon-icon-arrow-right-11:before {
	content: "\e2d3";
}
.icomoon-icon-arrow-down-10:before {
	content: "\e2d4";
}
.icomoon-icon-arrow-left-10:before {
	content: "\e2d5";
}
.icomoon-icon-arrow-up-11:before {
	content: "\e2d6";
}
.icomoon-icon-arrow-right-12:before {
	content: "\e2d7";
}
.icomoon-icon-arrow_right:before {
	content: "\e2d7";
}
.icomoon-icon-arrow-down-11:before {
	content: "\e2d8";
}
.icomoon-icon-arrow-left-11:before {
	content: "\e2d9";
}
.icomoon-icon-arrow_left-11:before {
	content: "\e2d9";
}

.icomoon-icon-enter-4:before {
	content: "\e2da";
}
.icomoon-icon-enter-5:before {
	content: "\e2db";
}
.icomoon-icon-esc:before {
	content: "\e2dc";
}
.icomoon-icon-backspace:before {
	content: "\e2dd";
}
.icomoon-icon-backspace-2:before {
	content: "\e2de";
}
.icomoon-icon-backspace-3:before {
	content: "\e2df";
}
.icomoon-icon-tab:before {
	content: "\e2e0";
}
.icomoon-icon-transmission:before {
	content: "\e2e1";
}
.icomoon-icon-transmission-2:before {
	content: "\e2e2";
}
.icomoon-icon-sort:before {
	content: "\e2e3";
}
.icomoon-icon-sort-2:before {
	content: "\e2e4";
}
.icomoon-icon-command:before {
	content: "\e2e5";
}
.icomoon-icon-checkbox-checked:before {
	content: "\e2e6";
}
.icomoon-icon-check:before {
	content: "\e2e6";
}
.icomoon-icon-checkbox-unchecked:before {
	content: "\e2e7";
}
.icomoon-icon-checkbox-partial:before {
	content: "\e2e8";
}
.icomoon-icon-radio-checked:before {
	content: "\e2e9";
}
.icomoon-icon-radio-unchecked:before {
	content: "\e2ea";
}
.icomoon-icon-crop:before {
	content: "\e2eb";
}
.icomoon-icon-vector:before {
	content: "\e2ec";
}
.icomoon-icon-rulers:before {
	content: "\e2ed";
}
.icomoon-icon-scissors:before {
	content: "\e2ee";
}
.icomoon-icon-scissors-2:before {
	content: "\e2ef";
}
.icomoon-icon-filter:before {
	content: "\e2f0";
}
.icomoon-icon-filter-2:before {
	content: "\e2f1";
}
.icomoon-icon-filter-3:before {
	content: "\e2f2";
}
.icomoon-icon-filter-4:before {
	content: "\e2f3";
}
.icomoon-icon-font:before {
	content: "\e2f4";
}
.icomoon-icon-text-height:before {
	content: "\e2f5";
}
.icomoon-icon-text-width:before {
	content: "\e2f6";
}
.icomoon-icon-font-size:before {
	content: "\e2f7";
}
.icomoon-icon-bold:before {
	content: "\e2f8";
}
.icomoon-icon-underline:before {
	content: "\e2f9";
}
.icomoon-icon-italic:before {
	content: "\e2fa";
}
.icomoon-icon-strikethrough:before {
	content: "\e2fb";
}
.icomoon-icon-omega:before {
	content: "\e2fc";
}
.icomoon-icon-sigma:before {
	content: "\e2fd";
}
.icomoon-icon-nbsp:before {
	content: "\e2fe";
}
.icomoon-icon-page-break:before {
	content: "\e2ff";
}
.icomoon-icon-page-break-2:before {
	content: "\e300";
}
.icomoon-icon-superscript:before {
	content: "\e301";
}
.icomoon-icon-subscript:before {
	content: "\e302";
}
.icomoon-icon-superscript-2:before {
	content: "\e303";
}
.icomoon-icon-subscript-2:before {
	content: "\e304";
}
.icomoon-icon-text-color:before {
	content: "\e305";
}
.icomoon-icon-pagebreak:before {
	content: "\e306";
}
.icomoon-icon-clear-formatting:before {
	content: "\e307";
}
.icomoon-icon-table-1:before {
	content: "\e308";
}
.icomoon-icon-table-2:before {
	content: "\e309";
}
.icomoon-icon-table:before {
	content: "\e309";
}
.icomoon-icon-insert-template:before {
	content: "\e30a";
}
.icomoon-icon-layout:before {
	content: "\e30a";
}

.icomoon-icon-pilcrow:before {
	content: "\e30b";
}
.icomoon-icon-left-to-right:before {
	content: "\e30c";
}
.icomoon-icon-right-to-left:before {
	content: "\e30d";
}
.icomoon-icon-paragraph-left:before {
	content: "\e30e";
}
.icomoon-icon-paragraph-center:before {
	content: "\e30f";
}
.icomoon-icon-paragraph-right:before {
	content: "\e310";
}
.icomoon-icon-paragraph-justify:before {
	content: "\e311";
}
.icomoon-icon-paragraph-left-2:before {
	content: "\e312";
}
.icomoon-icon-paragraph-center-2:before {
	content: "\e313";
}
.icomoon-icon-paragraph-right-2:before {
	content: "\e314";
}
.icomoon-icon-paragraph-justify-2:before {
	content: "\e315";
}
.icomoon-icon-indent-increase:before {
	content: "\e316";
}
.icomoon-icon-indent-decrease:before {
	content: "\e317";
}
.icomoon-icon-share:before {
	content: "\e318";
}
.icomoon-icon-new-tab:before {
	content: "\e319";
}
.icomoon-icon-openwindow:before {
	content: "\e319";
}
.icomoon-icon-new-tab-2:before {
	content: "\e31a";
}
.icomoon-icon-popout:before {
	content: "\e31b";
}
.icomoon-icon-embed:before {
	content: "\e31c";
}
.icomoon-icon-code:before {
	content: "\e31d";
}
.icomoon-icon-console:before {
	content: "\e31e";
}
.icomoon-icon-share-2:before {
	content: "\e31f";
}
.icomoon-icon-share-3:before {
	content: "\e320";
}
/*
.icomoon-icon-mail:before {
	content: "\e321";
}*/
.icomoon-icon-mail-2:before {
	content: "\e322";
}
.icomoon-icon-mail-3:before {
	content: "\e323";
}
.icomoon-icon-mail-4:before {
	content: "\e324";
}
.icomoon-icon-google:before {
	content: "\e325";
}
.icomoon-icon-google-plus:before {
	content: "\e326";
}
.icomoon-icon-google-plus-2:before {
	content: "\e327";
}
.icomoon-icon-google-plus-3:before {
	content: "\e328";
}
.icomoon-icon-google-plus-4:before {
	content: "\e329";
}
.icomoon-icon-google-drive:before {
	content: "\e32a";
}
.icomoon-icon-facebook:before {
	content: "\e32b";
}
.icomoon-icon-facebook-2:before {
	content: "\e32c";
}
.icomoon-icon-facebook-3:before {
	content: "\e32d";
}
.icomoon-icon-instagram:before {
	content: "\e32e";
}
.icomoon-icon-twitter:before {
	content: "\e32f";
}
.icomoon-icon-twitter-2:before {
	content: "\e330";
}
.icomoon-icon-twitter-3:before {
	content: "\e331";
}
.icomoon-icon-feed-2:before {
	content: "\e332";
}
.icomoon-icon-feed-3:before {
	content: "\e333";
}
.icomoon-icon-feed:before {
	content: "\e333";
}
.icomoon-icon-feed-4:before {
	content: "\e334";
}
.icomoon-icon-youtube:before {
	content: "\e335";
}
.icomoon-icon-youtube-2:before {
	content: "\e336";
}
.icomoon-icon-vimeo:before {
	content: "\e337";
}
.icomoon-icon-vimeo2:before {
	content: "\e338";
}
.icomoon-icon-vimeo-2:before {
	content: "\e339";
}
.icomoon-icon-lanyrd:before {
	content: "\e33a";
}
.icomoon-icon-flickr:before {
	content: "\e33b";
}
.icomoon-icon-flickr-2:before {
	content: "\e33c";
}
.icomoon-icon-flickr-3:before {
	content: "\e33d";
}
.icomoon-icon-flickr-4:before {
	content: "\e33e";
}
.icomoon-icon-picassa:before {
	content: "\e33f";
}
.icomoon-icon-picassa-2:before {
	content: "\e340";
}
.icomoon-icon-dribbble:before {
	content: "\e341";
}
.icomoon-icon-dribbble-2:before {
	content: "\e342";
}
.icomoon-icon-dribbble-3:before {
	content: "\e343";
}
.icomoon-icon-forrst:before {
	content: "\e344";
}
.icomoon-icon-forrst-2:before {
	content: "\e345";
}
.icomoon-icon-deviantart:before {
	content: "\e346";
}
.icomoon-icon-deviantart-2:before {
	content: "\e347";
}
.icomoon-icon-steam:before {
	content: "\e348";
}
.icomoon-icon-steam-2:before {
	content: "\e349";
}
.icomoon-icon-github:before {
	content: "\e34a";
}
.icomoon-icon-github-2:before {
	content: "\e34b";
}
.icomoon-icon-github-3:before {
	content: "\e34c";
}
.icomoon-icon-github-4:before {
	content: "\e34d";
}
.icomoon-icon-github-5:before {
	content: "\e34e";
}
.icomoon-icon-wordpress:before {
	content: "\e34f";
}
.icomoon-icon-wordpress-2:before {
	content: "\e350";
}
.icomoon-icon-joomla:before {
	content: "\e351";
}
.icomoon-icon-blogger:before {
	content: "\e352";
}
.icomoon-icon-blogger-2:before {
	content: "\e353";
}
.icomoon-icon-tumblr:before {
	content: "\e354";
}
.icomoon-icon-tumblr-2:before {
	content: "\e355";
}
.icomoon-icon-yahoo:before {
	content: "\e356";
}
.icomoon-icon-tux:before {
	content: "\e357";
}
.icomoon-icon-apple:before {
	content: "\e358";
}
.icomoon-icon-finder:before {
	content: "\e359";
}
.icomoon-icon-android:before {
	content: "\e35a";
}
.icomoon-icon-windows:before {
	content: "\e35b";
}
.icomoon-icon-windows8:before {
	content: "\e35c";
}
.icomoon-icon-soundcloud:before {
	content: "\e35d";
}
.icomoon-icon-soundcloud-2:before {
	content: "\e35e";
}
.icomoon-icon-skype:before {
	content: "\e35f";
}
.icomoon-icon-reddit:before {
	content: "\e360";
}
.icomoon-icon-linkedin:before {
	content: "\e361";
}
.icomoon-icon-lastfm:before {
	content: "\e362";
}
.icomoon-icon-lastfm-2:before {
	content: "\e363";
}
.icomoon-icon-delicious:before {
	content: "\e364";
}
.icomoon-icon-stumbleupon:before {
	content: "\e365";
}
.icomoon-icon-stumbleupon-2:before {
	content: "\e366";
}
.icomoon-icon-stackoverflow:before {
	content: "\e367";
}
.icomoon-icon-pinterest:before {
	content: "\e368";
}
.icomoon-icon-pinterest-2:before {
	content: "\e369";
}
.icomoon-icon-xing:before {
	content: "\e36a";
}
.icomoon-icon-xing-2:before {
	content: "\e36b";
}
.icomoon-icon-flattr:before {
	content: "\e36c";
}
.icomoon-icon-foursquare:before {
	content: "\e36d";
}
.icomoon-icon-foursquare-2:before {
	content: "\e36e";
}
.icomoon-icon-paypal:before {
	content: "\e36f";
}
.icomoon-icon-paypal-2:before {
	content: "\e370";
}
.icomoon-icon-paypal-3:before {
	content: "\e371";
}
.icomoon-icon-yelp:before {
	content: "\e372";
}
.icomoon-icon-libreoffice:before {
	content: "\e373";
}
.icomoon-icon-file-pdf:before {
	content: "\e374";
}
.icomoon-icon-pdf:before {
	content: "\e374";
}
.icomoon-icon-file-openoffice:before {
	content: "\e375";
}
.icomoon-icon-file-word:before {
	content: "\e376";
}
.icomoon-icon-word:before {
	content: "\e376";
}
.icomoon-icon-document_word:before {
	content: "\e376";
}
.icomoon-icon-file-excel:before {
	content: "\e377";
}
.icomoon-icon-excel:before {
	content: "\e377";
}
.icomoon-icon-file-zip:before {
	content: "\e378";
}
.icomoon-icon-file-powerpoint:before {
	content: "\e379";
}
.icomoon-icon-file-xml:before {
	content: "\e37a";
}
.icomoon-icon-file-css:before {
	content: "\e37b";
}
.icomoon-icon-html5:before {
	content: "\e37c";
}
.icomoon-icon-html5-2:before {
	content: "\e37d";
}
.icomoon-icon-css3:before {
	content: "\e37e";
}
.icomoon-icon-chrome:before {
	content: "\e37f";
}
.icomoon-icon-firefox:before {
	content: "\e380";
}
.icomoon-icon-IE:before {
	content: "\e381";
}
.icomoon-icon-opera:before {
	content: "\e382";
}
.icomoon-icon-safari:before {
	content: "\e383";
}
.icomoon-icon-IcoMoon:before {
	content: "\e384";
}

.rDiv .icomoon-icon-close {
    cursor: pointer;
    float: right;
    margin: 0 15px;
}



.btn-default.btn-flat {
    color: #37474f;
}

.ctxMenu .actionIcon.icomoon-icon-mail_open,
.flex div.bDiv .actionIcon.icomoon-icon-mail_open {
	color: #4787ed !important;
}

.ctxMenu .actionIcon.icomoon-icon-mail_spam,
.flex div.bDiv .actionIcon.icomoon-icon-mail_spam {
	color: #d14836 !important;
}

.ctxMenu .actionIcon.icomoon-icon-mail_undefined,
.flex div.bDiv .actionIcon.icomoon-icon-mail_undefined {
	 color: #666 !important;
}
.ctxMenu .actionIcon.icomoon-icon-calendar_plus,
.flex div.bDiv .actionIcon.icomoon-icon-calendar_plus {
	 color: #3d9400 !important;
}
.ctxMenu .actionIcon.icomoon-icon-success,
.flex div.bDiv .actionIcon.icomoon-icon-success {
	 color: #3d9400 !important;
}

.tDiv2 .buttonGrag.blue .icomoon-icon-delete:before, 
.tDiv2 .buttonGrag.green .icomoon-icon-delete:before, 
.tDiv2 .buttonGrag.red .icomoon-icon-delete:before 
{
    color: #ffffff !important;
}

.flex div.fbutton .icomoon-icon-add,
.ctxMenu .actionIcon.icomoon-icon-add,
.flex div.bDiv .actionIcon.icomoon-icon-add {
	color: #3d9400 !important;
}
.flex div.fbutton .icomoon-icon-plus,
.ctxMenu .actionIcon.icomoon-icon-plus,
.flex div.bDiv .actionIcon.icomoon-icon-plus {
	color: #3d9400 !important;
}
.flex div.fbutton .icomoon-icon-delete,
.ctxMenu .actionIcon.icomoon-icon-delete,
.flex div.bDiv .actionIcon.icomoon-icon-delete {
	color: #d14836 !important;
}

/*
*/
.flex div.fbutton:hover .icomoon-icon-plus,
.ctxMenu li:hover .actionIcon.icomoon-icon-plus,
.flex div.bDiv .actionIcon.icomoon-icon-plus:hover {
	color: #76838f !important;
}
.flex div.fbutton:hover .icomoon-icon-add,
.ctxMenu li:hover .actionIcon.icomoon-icon-add,
.flex div.bDiv .actionIcon.icomoon-icon-plus:add {
	color: #76838f !important;
}
.flex div.fbutton:hover .icomoon-icon-delete,
.ctxMenu li:hover .actionIcon.icomoon-icon-delete,
.flex div.bDiv .actionIcon.icomoon-icon-delete:hover {
	color: #76838f !important;
}
.flex div.fbutton:hover .icomoon-icon-edit,
.ctxMenu li:hover .actionIcon.icomoon-icon-edit,
.flex div.bDiv .actionIcon.icomoon-icon-edit:hover {
	color: #76838f !important;
}