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

a [class*="moon-"], a [class*=" moon-"]{
	cursor:pointer;
	outline: 0 !important;
}
[class*="moon-"], [class*=" moon-"]{
	cursor:default;
}

[class*="moon-"]:before, [class*=" moon-"]:before {
	font-family: 'moon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-decoration:none;
	-webkit-font-smoothing: antialiased;
}

ul.icons {list-style:none !important;}

.pull-right {
	float: right;
	
}
.pull-left {
	float: left;
	
}
@keyframes anim-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.spinner--steps {
	animation: anim-rotate 1s infinite steps(8);
}
.spinner--steps2 {
	animation: anim-rotate 1s infinite steps(12);
}

.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	width:30px;
}
.hover-fade{
	padding:0 5px;
	opacity:1; 
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#header-widget-area .textwidget a:last-child .hover-fade{padding-right:0;}

.hover-fade:hover{
	opacity:0.65; 
	filter:alpha(opacity=65); /* For IE8 and earlier */
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.icon-background, .metro-background {
	color: #fff;
	display: inline-block;
	padding: 0.09em 0 0;
	overflow: hidden;
	max-width: 2.4em;
	padding-right: 0;
	max-height: 2.09em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.icon-background{
	border: 1px solid #777;
	border-color: rgba(0,0,0,0.2);
	border-bottom-color: #333;
	border-bottom-color: rgba(0,0,0,0.4);
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 49%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(49%,rgba(255,255,255,0.05)), color-stop(51%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
	background-image: -o-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
	background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1a000000',GradientType=0 );
	-moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}
.icon-background:before, .metro-background:before {content: "";
	float: left;
	font-size: 120%;
	line-height:1.65;
	font-style: normal;
	font-weight: normal;
	margin: 0 0.5em 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	padding: 0;
	width: 2em;
	height: 2em;
	border: none;
	box-shadow: none;	
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.hover-show-color{
	padding:0 6px;
	color:#ccc !important;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#header-widget-area .textwidget a:last-child .hover-show-color{padding-right:0;}

.hover-show-color:hover{	
	color:inherit !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hover-show-color-bg{
	color:#666 !important;
	border: 1px solid #aaa;
	border-color: rgba(0,0,0,0.3);
	border-bottom-color: #777;
	border-bottom-color: rgba(0,0,0,0.5);	
	text-shadow: 0 1px 0 #fff;
	background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.07) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.07)));
	background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
	background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
	background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
	background-image: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#12000000',GradientType=0 );
	-moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
	box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
}
.hover-show-color-bg:hover{	
	color:inherit !important;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.hover-show-color-metro-bg{
	color:#B5B5B5 !important;
	background-color:#F7F7F7;
	margin-bottom: -5px;
	margin-left:-1px;
}

.hover-show-color-metro-bg.moon-dribbble-3 {margin-right:-1px;}

.hover-show-color-metro-bg:hover{	
	color:#fff !important;
	background-color:inherit !important;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

@-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); }
}
@-ms-keyframes spin {
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
}


.icon-spinner:before, .icon-spinner-2:before, .icon-spinner-3:before, .icon-spinner-4:before, .icon-spinner-5:before, .icon-spinner-6, .icon-spinner-7:before {
	font-family: 'moon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-spinner:before {
	content: "\e000";
}
.icon-spinner-2:before {
	content: "\e1a8";
}
.icon-spinner-3:before {
	content: "\e002";
}
.icon-spinner-4:before {
	content: "\e003";
}
.icon-spinner-5:before {
	content: "\e004";
}
.icon-spinner-6:before {
	content: "\e005";
}
.icon-spinner-7:before {
	content: "\e006";
}

@keyframes anim-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}


.moon-home:before {content: "\e000";}
.moon-home-2:before {content: "\e001";}
.moon-home-3:before {content: "\e002";}
.moon-home-4:before {content: "\e003";}
.moon-home-5:before {content: "\e004";}
.moon-home-6:before {content: "\e005";}
.moon-home-7:before {content: "\e006";}
.moon-home-8:before {content: "\e007";}
.moon-home-9:before {content: "\e008";}
.moon-home-10:before {content: "\e009";}
.moon-home-11:before {content: "\e00a";}
.moon-office:before {content: "\e00b";}
.moon-newspaper:before {content: "\e00c";}
.moon-pencil:before {content: "\e00d";}
.moon-pencil-2:before {content: "\e00e";}
.moon-pencil-3:before {content: "\e00f";}
.moon-pencil-4:before {content: "\e010";}
.moon-pencil-5:before {content: "\e011";}
.moon-pencil-6:before {content: "\e012";}
.moon-quill:before {content: "\e013";}
.moon-quill-2:before {content: "\e014";}
.moon-quill-3:before {content: "\e015";}
.moon-pen:before {content: "\e016";}
.moon-pen-2:before {content: "\e017";}
.moon-pen-3:before {content: "\e018";}
.moon-pen-4:before {content: "\e019";}
.moon-pen-5:before {content: "\e01a";}
.moon-marker:before {content: "\e01b";}
.moon-home-12:before {content: "\e01c";}
.moon-marker-2:before {content: "\e01d";}
.moon-blog:before {content: "\e01e";}
.moon-blog-2:before {content: "\e01f";}
.moon-brush:before {content: "\e020";}
.moon-palette:before {content: "\e021";}
.moon-palette-2:before {content: "\e022";}
.moon-eyedropper:before {content: "\e023";}
.moon-eyedropper-2:before {content: "\e024";}
.moon-droplet:before {content: "\e025";}
.moon-droplet-2:before {content: "\e026";}
.moon-droplet-3:before {content: "\e027";}
.moon-droplet-4:before {content: "\e028";}
.moon-paint-format:before {content: "\e029";}
.moon-paint-format-2:before {content: "\e02a";}
.moon-image:before {content: "\e02b";}
.moon-image-2:before {content: "\e02c";}
.moon-image-3:before {content: "\e02d";}
.moon-images:before {content: "\e02e";}
.moon-image-4:before {content: "\e02f";}
.moon-image-5:before {content: "\e030";}
.moon-image-6:before {content: "\e031";}
.moon-images-2:before {content: "\e032";}
.moon-image-7:before {content: "\e033";}
.moon-camera:before {content: "\e034";}
.moon-camera-2:before {content: "\e035";}
.moon-camera-3:before {content: "\e036";}
.moon-camera-4:before {content: "\e037";}
.moon-music:before {content: "\e038";}
.moon-music-2:before {content: "\e039";}
.moon-music-3:before {content: "\e03a";}
.moon-music-4:before {content: "\e03b";}
.moon-music-5:before {content: "\e03c";}
.moon-music-6:before {content: "\e03d";}
.moon-piano:before {content: "\e03e";}
.moon-guitar:before {content: "\e03f";}
.moon-headphones:before {content: "\e040";}
.moon-headphones-2:before {content: "\e041";}
.moon-play:before {content: "\e042";}
.moon-play-2:before {content: "\e043";}
.moon-movie:before {content: "\e044";}
.moon-movie-2:before {content: "\e045";}
.moon-movie-3:before {content: "\e046";}
.moon-film:before {content: "\e047";}
.moon-film-2:before {content: "\e048";}
.moon-film-3:before {content: "\e049";}
.moon-film-4:before {content: "\e04a";}
.moon-camera-5:before {content: "\e04b";}
.moon-camera-6:before {content: "\e04c";}
.moon-camera-7:before {content: "\e04d";}
.moon-camera-8:before {content: "\e04e";}
.moon-camera-9:before {content: "\e04f";}
.moon-dice:before {content: "\e050";}
.moon-gamepad:before {content: "\e051";}
.moon-gamepad-2:before {content: "\e052";}
.moon-gamepad-3:before {content: "\e053";}
.moon-pacman:before {content: "\e054";}
.moon-spades:before {content: "\e055";}
.moon-clubs:before {content: "\e056";}
.moon-diamonds:before {content: "\e057";}
.moon-king:before {content: "\e058";}
.moon-queen:before {content: "\e059";}
.moon-rock:before {content: "\e05a";}
.moon-bishop:before {content: "\e05b";}
.moon-knight:before {content: "\e05c";}
.moon-pawn:before {content: "\e05d";}
.moon-chess:before {content: "\e05e";}
.moon-bullhorn:before {content: "\e05f";}
.moon-megaphone:before {content: "\e060";}
.moon-new:before {content: "\e061";}
.moon-connection:before {content: "\e062";}
.moon-connection-2:before {content: "\e063";}
.moon-podcast:before {content: "\e064";}
.moon-radio:before {content: "\e065";}
.moon-feed:before {content: "\e066";}
.moon-connection-3:before {content: "\e067";}
.moon-radio-2:before {content: "\e068";}
.moon-podcast-2:before {content: "\e069";}
.moon-podcast-3:before {content: "\e06a";}
.moon-mic:before {content: "\e06b";}
.moon-mic-2:before {content: "\e06c";}
.moon-mic-3:before {content: "\e06d";}
.moon-mic-4:before {content: "\e06e";}
.moon-mic-5:before {content: "\e06f";}
.moon-book:before {content: "\e070";}
.moon-book-2:before {content: "\e071";}
.moon-books:before {content: "\e072";}
.moon-reading:before {content: "\e073";}
.moon-library:before {content: "\e074";}
.moon-library-2:before {content: "\e075";}
.moon-graduation:before {content: "\e076";}
.moon-file:before {content: "\e077";}
.moon-profile:before {content: "\e078";}
.moon-file-2:before {content: "\e079";}
.moon-file-3:before {content: "\e07a";}
.moon-file-4:before {content: "\e07b";}
.moon-file-5:before {content: "\e07c";}
.moon-file-6:before {content: "\e07d";}
.moon-files:before {content: "\e07e";}
.moon-file-plus:before {content: "\e07f";}
.moon-file-minus:before {content: "\e080";}
.moon-file-download:before {content: "\e081";}
.moon-file-upload:before {content: "\e082";}
.moon-file-check:before {content: "\e083";}
.moon-file-remove:before {content: "\e084";}
.moon-file-7:before {content: "\e085";}
.moon-file-8:before {content: "\e086";}
.moon-file-plus-2:before {content: "\e087";}
.moon-file-minus-2:before {content: "\e088";}
.moon-file-download-2:before {content: "\e089";}
.moon-file-upload-2:before {content: "\e08a";}
.moon-file-check-2:before {content: "\e08b";}
.moon-file-remove-2:before {content: "\e08c";}
.moon-file-9:before {content: "\e08d";}
.moon-copy:before {content: "\e08e";}
.moon-copy-2:before {content: "\e08f";}
.moon-copy-3:before {content: "\e090";}
.moon-copy-4:before {content: "\e091";}
.moon-paste:before {content: "\e092";}
.moon-paste-2:before {content: "\e093";}
.moon-paste-3:before {content: "\e094";}
.moon-stack:before {content: "\e095";}
.moon-stack-2:before {content: "\e096";}
.moon-stack-3:before {content: "\e097";}
.moon-folder:before {content: "\e098";}
.moon-folder-download:before {content: "\e099";}
.moon-folder-upload:before {content: "\e09a";}
.moon-folder-plus:before {content: "\e09b";}
.moon-folder-plus-2:before {content: "\e09c";}
.moon-folder-minus:before {content: "\e09d";}
.moon-folder-minus-2:before {content: "\e09e";}
.moon-folder8:before {content: "\e09f";}
.moon-folder-remove:before {content: "\e0a0";}
.moon-folder-2:before {content: "\e0a1";}
.moon-folder-open:before {content: "\e0a2";}
.moon-folder-3:before {content: "\e0a3";}
.moon-folder-4:before {content: "\e0a4";}
.moon-folder-plus-3:before {content: "\e0a5";}
.moon-folder-minus-3:before {content: "\e0a6";}
.moon-folder-plus-4:before {content: "\e0a7";}
.moon-folder-remove-2:before {content: "\e0a8";}
.moon-folder-download-2:before {content: "\e0a9";}
.moon-folder-upload-2:before {content: "\e0aa";}
.moon-folder-download-3:before {content: "\e0ab";}
.moon-folder-upload-3:before {content: "\e0ac";}
.moon-folder-5:before {content: "\e0ad";}
.moon-folder-open-2:before {content: "\e0ae";}
.moon-folder-6:before {content: "\e0af";}
.moon-folder-open-3:before {content: "\e0b0";}
.moon-certificate:before {content: "\e0b1";}
.moon-cc:before {content: "\e0b2";}
.moon-tag:before {content: "\e0b3";}
.moon-tag-2:before {content: "\e0b4";}
.moon-tag-3:before {content: "\e0b5";}
.moon-tag-4:before {content: "\e0b6";}
.moon-tag-5:before {content: "\e0b7";}
.moon-tag-6:before {content: "\e0b8";}
.moon-tag-7:before {content: "\e0b9";}
.moon-tags:before {content: "\e0ba";}
.moon-tags-2:before {content: "\e0bb";}
.moon-tag-8:before {content: "\e0bc";}
.moon-barcode:before {content: "\e0bd";}
.moon-barcode-2:before {content: "\e0be";}
.moon-qrcode:before {content: "\e0bf";}
.moon-ticket:before {content: "\e0c0";}
.moon-cart:before {content: "\e0c1";}
.moon-cart-2:before {content: "\e0c2";}
.moon-cart-3:before {content: "\e0c3";}
.moon-cart-4:before {content: "\e0c4";}
.moon-cart-5:before {content: "\e0c5";}
.moon-cart-6:before {content: "\e0c6";}
.moon-cart-7:before {content: "\e0c7";}
.moon-cart-plus:before {content: "\e0c8";}
.moon-cart-minus:before {content: "\e0c9";}
.moon-cart-add:before {content: "\e0ca";}
.moon-cart-remove:before {content: "\e0cb";}
.moon-cart-checkout:before {content: "\e0cc";}
.moon-cart-remove-2:before {content: "\e0cd";}
.moon-basket:before {content: "\e0ce";}
.moon-basket-2:before {content: "\e0cf";}
.moon-bag:before {content: "\e0d0";}
.moon-bag-2:before {content: "\e0d1";}
.moon-bag-3:before {content: "\e0d2";}
.moon-coin:before {content: "\e0d3";}
.moon-coins:before {content: "\e0d4";}
.moon-credit:before {content: "\e0d5";}
.moon-credit-2:before {content: "\e0d6";}
.moon-calculate:before {content: "\e0d7";}
.moon-calculate-2:before {content: "\e0d8";}
.moon-support:before {content: "\e0d9";}
.moon-phone:before {content: "\e0da";}
.moon-phone-2:before {content: "\e0db";}
.moon-phone-3:before {content: "\e0dc";}
.moon-phone-4:before {content: "\e0dd";}
.moon-contact-add:before {content: "\e0de";}
.moon-contact-remove:before {content: "\e0df";}
.moon-contact-add-2:before {content: "\e0e0";}
.moon-contact-remove-2:before {content: "\e0e1";}
.moon-call-incoming:before {content: "\e0e2";}
.moon-call-outgoing:before {content: "\e0e3";}
.moon-phone-5:before {content: "\e0e4";}
.moon-phone-6:before {content: "\e0e5";}
.moon-phone-hang-up:before {content: "\e0e6";}
.moon-phone-hang-up-2:before {content: "\e0e7";}
.moon-address-book:before {content: "\e0e8";}
.moon-address-book-2:before {content: "\e0e9";}
.moon-notebook:before {content: "\e0ea";}
.moon-envelop:before {content: "\e0eb";}
.moon-envelop-2:before {content: "\e0ec";}
.moon-mail-send:before {content: "\e0ed";}
.moon-envelop-opened:before {content: "\e0ee";}
.moon-envelop-3:before {content: "\e0ef";}
.moon-pushpin:before {content: "\e0f0";}
.moon-location:before {content: "\e0f1";}
.moon-location-2:before {content: "\e0f2";}
.moon-location-3:before {content: "\e0f3";}
.moon-location-4:before {content: "\e0f4";}
.moon-location-5:before {content: "\e0f5";}
.moon-location-6:before {content: "\e0f6";}
.moon-location-7:before {content: "\e0f7";}
.moon-compass:before {content: "\e0f8";}
.moon-compass-2:before {content: "\e0f9";}
.moon-map:before {content: "\e0fa";}
.moon-map-2:before {content: "\e0fb";}
.moon-map-3:before {content: "\e0fc";}
.moon-map-4:before {content: "\e0fd";}
.moon-direction:before {content: "\e0fe";}
.moon-history:before {content: "\e0ff";}
.moon-history-2:before {content: "\e100";}
.moon-clock:before {content: "\e101";}
.moon-clock-2:before {content: "\e102";}
.moon-clock-3:before {content: "\e103";}
.moon-clock-4:before {content: "\e104";}
.moon-watch:before {content: "\e105";}
.moon-clock-5:before {content: "\e106";}
.moon-clock-6:before {content: "\e107";}
.moon-clock-7:before {content: "\e108";}
.moon-alarm:before {content: "\e109";}
.moon-alarm-2:before {content: "\e10a";}
.moon-bell:before {content: "\e10b";}
.moon-bell-2:before {content: "\e10c";}
.moon-alarm-plus:before {content: "\e10d";}
.moon-alarm-minus:before {content: "\e10e";}
.moon-alarm-check:before {content: "\e10f";}
.moon-alarm-cancel:before {content: "\e110";}
.moon-stopwatch:before {content: "\e111";}
.moon-calendar:before {content: "\e112";}
.moon-calendar-2:before {content: "\e113";}
.moon-calendar-3:before {content: "\e114";}
.moon-calendar-4:before {content: "\e115";}
.moon-calendar-5:before {content: "\e116";}
.moon-print:before {content: "\e117";}
.moon-print-2:before {content: "\e118";}
.moon-print-3:before {content: "\e119";}
.moon-mouse:before {content: "\e11a";}
.moon-mouse-2:before {content: "\e11b";}
.moon-mouse-3:before {content: "\e11c";}
.moon-mouse-4:before {content: "\e11d";}
.moon-keyboard:before {content: "\e11e";}
.moon-keyboard-2:before {content: "\e11f";}
.moon-screen:before {content: "\e120";}
.moon-screen-2:before {content: "\e121";}
.moon-screen-3:before {content: "\e122";}
.moon-screen-4:before {content: "\e123";}
.moon-laptop:before {content: "\e124";}
.moon-mobile:before {content: "\e125";}
.moon-mobile-2:before {content: "\e126";}
.moon-tablet:before {content: "\e127";}
.moon-mobile-3:before {content: "\e128";}
.moon-tv:before {content: "\e129";}
.moon-cabinet:before {content: "\e12a";}
.moon-archive:before {content: "\e12b";}
.moon-drawer:before {content: "\e12c";}
.moon-drawer-2:before {content: "\e12d";}
.moon-drawer-3:before {content: "\e12e";}
.moon-box:before {content: "\e12f";}
.moon-box-add:before {content: "\e130";}
.moon-box-remove:before {content: "\e131";}
.moon-download:before {content: "\e132";}
.moon-upload:before {content: "\e133";}
.moon-disk:before {content: "\e134";}
.moon-cd:before {content: "\e135";}
.moon-storage:before {content: "\e136";}
.moon-storage-2:before {content: "\e137";}
.moon-database:before {content: "\e138";}
.moon-database-2:before {content: "\e139";}
.moon-database-3:before {content: "\e13a";}
.moon-undo:before {content: "\e13b";}
.moon-redo:before {content: "\e13c";}
.moon-rotate:before {content: "\e13d";}
.moon-rotate-2:before {content: "\e13e";}
.moon-flip:before {content: "\e13f";}
.moon-flip-2:before {content: "\e140";}
.moon-unite:before {content: "\e141";}
.moon-subtract:before {content: "\e142";}
.moon-interset:before {content: "\e143";}
.moon-exclude:before {content: "\e144";}
.moon-align-left:before {content: "\e145";}
.moon-align-center-horizontal:before {content: "\e146";}
.moon-align-right:before {content: "\e147";}
.moon-align-top:before {content: "\e148";}
.moon-align-center-vertical:before {content: "\e149";}
.moon-align-bottom:before {content: "\e14a";}
.moon-undo-2:before {content: "\e14b";}
.moon-redo-2:before {content: "\e14c";}
.moon-forward:before {content: "\e14d";}
.moon-reply:before {content: "\e14e";}
.moon-reply-2:before {content: "\e14f";}
.moon-bubble:before {content: "\e150";}
.moon-bubbles:before {content: "\e151";}
.moon-bubbles-2:before {content: "\e152";}
.moon-bubble-2:before {content: "\e153";}
.moon-bubbles-3:before {content: "\e154";}
.moon-bubbles-4:before {content: "\e155";}
.moon-bubble-notification:before {content: "\e156";}
.moon-bubbles-5:before {content: "\e157";}
.moon-bubbles-6:before {content: "\e158";}
.moon-bubble-3:before {content: "\e159";}
.moon-bubble-dots:before {content: "\e15a";}
.moon-bubble-4:before {content: "\e15b";}
.moon-bubble-5:before {content: "\e15c";}
.moon-bubble-dots-2:before {content: "\e15d";}
.moon-bubble-6:before {content: "\e15e";}
.moon-bubble-7:before {content: "\e15f";}
.moon-bubble-8:before {content: "\e160";}
.moon-bubbles-7:before {content: "\e161";}
.moon-bubble-9:before {content: "\e162";}
.moon-bubbles-8:before {content: "\e163";}
.moon-bubble-10:before {content: "\e164";}
.moon-bubble-dots-3:before {content: "\e165";}
.moon-bubble-11:before {content: "\e166";}
.moon-bubble-12:before {content: "\e167";}
.moon-bubble-dots-4:before {content: "\e168";}
.moon-bubble-13:before {content: "\e169";}
.moon-bubbles-9:before {content: "\e16a";}
.moon-bubbles-10:before {content: "\e16b";}
.moon-bubble-blocked:before {content: "\e16c";}
.moon-bubble-quote:before {content: "\e16d";}
.moon-bubble-user:before {content: "\e16e";}
.moon-bubble-check:before {content: "\e16f";}
.moon-bubble-video-chat:before {content: "\e170";}
.moon-bubble-link:before {content: "\e171";}
.moon-bubble-locked:before {content: "\e172";}
.moon-bubble-star:before {content: "\e173";}
.moon-bubble-heart:before {content: "\e174";}
.moon-bubble-paperclip:before {content: "\e175";}
.moon-bubble-cancel:before {content: "\e176";}
.moon-bubble-plus:before {content: "\e177";}
.moon-bubble-minus:before {content: "\e178";}
.moon-bubble-notification-2:before {content: "\e179";}
.moon-bubble-trash:before {content: "\e17a";}
.moon-bubble-left:before {content: "\e17b";}
.moon-bubble-right:before {content: "\e17c";}
.moon-bubble-up:before {content: "\e17d";}
.moon-bubble-down:before {content: "\e17e";}
.moon-bubble-first:before {content: "\e17f";}
.moon-bubble-last:before {content: "\e180";}
.moon-bubble-replu:before {content: "\e181";}
.moon-bubble-forward:before {content: "\e182";}
.moon-bubble-reply:before {content: "\e183";}
.moon-bubble-forward-2:before {content: "\e184";}
.moon-user:before {content: "\e185";}
.moon-users:before {content: "\e186";}
.moon-user-plus:before {content: "\e187";}
.moon-user-plus-2:before {content: "\e188";}
.moon-user-minus:before {content: "\e189";}
.moon-user-minus-2:before {content: "\e18a";}
.moon-user-cancel:before {content: "\e18b";}
.moon-user-block:before {content: "\e18c";}
.moon-users-2:before {content: "\e18d";}
.moon-user-2:before {content: "\e18e";}
.moon-users-3:before {content: "\e18f";}
.moon-user-plus-3:before {content: "\e190";}
.moon-user-minus-3:before {content: "\e191";}
.moon-user-cancel-2:before {content: "\e192";}
.moon-user-block-2:before {content: "\e193";}
.moon-user-3:before {content: "\e194";}
.moon-user-4:before {content: "\e195";}
.moon-user-5:before {content: "\e196";}
.moon-user-6:before {content: "\e197";}
.moon-users-4:before {content: "\e198";}
.moon-user-7:before {content: "\e199";}
.moon-user-8:before {content: "\e19a";}
.moon-users-5:before {content: "\e19b";}
.moon-vcard:before {content: "\e19c";}
.moon-tshirt:before {content: "\e19d";}
.moon-hanger:before {content: "\e19e";}
.moon-quotes-left:before {content: "\e19f";}
.moon-quotes-right:before {content: "\e1a0";}
.moon-quotes-right-2:before {content: "\e1a1";}
.moon-quotes-right-3:before {content: "\e1a2";}
.moon-busy:before {content: "\e1a3";}
.moon-busy-2:before {content: "\e1a4";}
.moon-busy-3:before {content: "\e1a5";}
.moon-busy-4:before {content: "\e1a6";}
.moon-spinner:before {content: "\e1a7";}
.moon-spinner-2:before {content: "\e1a8";}
.moon-spinner-3:before {content: "\e1a9";}
.moon-spinner-4:before {content: "\e1aa";}
.moon-spinner-5:before {content: "\e1ab";}
.moon-spinner-6:before {content: "\e1ac";}
.moon-spinner-7:before {content: "\e1ad";}
.moon-spinner-8:before {content: "\e1ae";}
.moon-spinner-9:before {content: "\e1af";}
.moon-spinner-10:before {content: "\e1b0";}
.moon-spinner-11:before {content: "\e1b1";}
.moon-spinner-12:before {content: "\e1b2";}
.moon-microscope:before {content: "\e1b3";}
.moon-binoculars:before {content: "\e1b4";}
.moon-binoculars-2:before {content: "\e1b5";}
.moon-search:before {content: "\e1b6";}
.moon-search-2:before {content: "\e1b7";}
.moon-zoom-in:before {content: "\e1b8";}
.moon-zoom-out:before {content: "\e1b9";}
.moon-search-3:before {content: "\e1ba";}
.moon-search-4:before {content: "\e1bb";}
.moon-zoom-in-2:before {content: "\e1bc";}
.moon-zoom-out-2:before {content: "\e1bd";}
.moon-search-5:before {content: "\e1be";}
.moon-expand:before {content: "\e1bf";}
.moon-contract:before {content: "\e1c0";}
.moon-scale-up:before {content: "\e1c1";}
.moon-scale-down:before {content: "\e1c2";}
.moon-expand-2:before {content: "\e1c3";}
.moon-contract-2:before {content: "\e1c4";}
.moon-scale-up-2:before {content: "\e1c5";}
.moon-scale-down-2:before {content: "\e1c6";}
.moon-fullscreen:before {content: "\e1c7";}
.moon-expand-3:before {content: "\e1c8";}
.moon-contract-3:before {content: "\e1c9";}
.moon-key:before {content: "\e1ca";}
.moon-key-2:before {content: "\e1cb";}
.moon-key-3:before {content: "\e1cc";}
.moon-key-4:before {content: "\e1cd";}
.moon-key-5:before {content: "\e1ce";}
.moon-keyhole:before {content: "\e1cf";}
.moon-lock:before {content: "\e1d0";}
.moon-lock-2:before {content: "\e1d1";}
.moon-lock-3:before {content: "\e1d2";}
.moon-lock-4:before {content: "\e1d3";}
.moon-unlocked:before {content: "\e1d4";}
.moon-lock-5:before {content: "\e1d5";}
.moon-unlocked-2:before {content: "\e1d6";}
.moon-wrench:before {content: "\e1d7";}
.moon-wrench-2:before {content: "\e1d8";}
.moon-wrench-3:before {content: "\e1d9";}
.moon-wrench-4:before {content: "\e1da";}
.moon-settings:before {content: "\e1db";}
.moon-equalizer:before {content: "\e1dc";}
.moon-equalizer-2:before {content: "\e1dd";}
.moon-equalizer-3:before {content: "\e1de";}
.moon-cog:before {content: "\e1df";}
.moon-cogs:before {content: "\e1e0";}
.moon-cog-2:before {content: "\e1e1";}
.moon-cog-3:before {content: "\e1e2";}
.moon-cog-4:before {content: "\e1e3";}
.moon-cog-5:before {content: "\e1e4";}
.moon-cog-6:before {content: "\e1e5";}
.moon-cog-7:before {content: "\e1e6";}
.moon-factory:before {content: "\e1e7";}
.moon-hammer:before {content: "\e1e8";}
.moon-tools:before {content: "\e1e9";}
.moon-screwdriver:before {content: "\e1ea";}
.moon-screwdriver-2:before {content: "\e1eb";}
.moon-wand:before {content: "\e1ec";}
.moon-wand-2:before {content: "\e1ed";}
.moon-health:before {content: "\e1ee";}
.moon-aid:before {content: "\e1ef";}
.moon-patch:before {content: "\e1f0";}
.moon-bug:before {content: "\e1f1";}
.moon-bug-2:before {content: "\e1f2";}
.moon-inject:before {content: "\e1f3";}
.moon-inject-2:before {content: "\e1f4";}
.moon-construction:before {content: "\e1f5";}
.moon-cone:before {content: "\e1f6";}
.moon-pie:before {content: "\e1f7";}
.moon-pie-2:before {content: "\e1f8";}
.moon-pie-3:before {content: "\e1f9";}
.moon-pie-4:before {content: "\e1fa";}
.moon-pie-5:before {content: "\e1fb";}
.moon-pie-6:before {content: "\e1fc";}
.moon-pie-7:before {content: "\e1fd";}
.moon-stats:before {content: "\e1fe";}
.moon-stats-2:before {content: "\e1ff";}
.moon-stats-3:before {content: "\e200";}
.moon-bars:before {content: "\e201";}
.moon-bars-2:before {content: "\e202";}
.moon-bars-3:before {content: "\e203";}
.moon-bars-4:before {content: "\e204";}
.moon-bars-5:before {content: "\e205";}
.moon-bars-6:before {content: "\e206";}
.moon-stats-up:before {content: "\e207";}
.moon-stats-down:before {content: "\e208";}
.moon-stairs-down:before {content: "\e209";}
.moon-stairs-down-2:before {content: "\e20a";}
.moon-chart:before {content: "\e20b";}
.moon-stairs:before {content: "\e20c";}
.moon-stairs-2:before {content: "\e20d";}
.moon-ladder:before {content: "\e20e";}
.moon-cake:before {content: "\e20f";}
.moon-gift:before {content: "\e210";}
.moon-gift-2:before {content: "\e211";}
.moon-balloon:before {content: "\e212";}
.moon-rating:before {content: "\e213";}
.moon-rating-2:before {content: "\e214";}
.moon-rating-3:before {content: "\e215";}
.moon-podium:before {content: "\e216";}
.moon-medal:before {content: "\e217";}
.moon-medal-2:before {content: "\e218";}
.moon-medal-3:before {content: "\e219";}
.moon-medal-4:before {content: "\e21a";}
.moon-medal-5:before {content: "\e21b";}
.moon-crown:before {content: "\e21c";}
.moon-trophy:before {content: "\e21d";}
.moon-trophy-2:before {content: "\e21e";}
.moon-trophy-star:before {content: "\e21f";}
.moon-diamond:before {content: "\e220";}
.moon-diamond-2:before {content: "\e221";}
.moon-glass:before {content: "\e222";}
.moon-glass-2:before {content: "\e223";}
.moon-bottle:before {content: "\e224";}
.moon-bottle-2:before {content: "\e225";}
.moon-mug:before {content: "\e226";}
.moon-food:before {content: "\e227";}
.moon-food-2:before {content: "\e228";}
.moon-hamburger:before {content: "\e229";}
.moon-cup:before {content: "\e22a";}
.moon-cup-2:before {content: "\e22b";}
.moon-leaf:before {content: "\e22c";}
.moon-leaf-2:before {content: "\e22d";}
.moon-apple-fruit:before {content: "\e22e";}
.moon-tree:before {content: "\e22f";}
.moon-tree-2:before {content: "\e230";}
.moon-paw:before {content: "\e231";}
.moon-steps:before {content: "\e232";}
.moon-flower:before {content: "\e233";}
.moon-rocket:before {content: "\e234";}
.moon-meter:before {content: "\e235";}
.moon-meter2:before {content: "\e236";}
.moon-meter-slow:before {content: "\e237";}
.moon-meter-medium:before {content: "\e238";}
.moon-meter-fast:before {content: "\e239";}
.moon-dashboard:before {content: "\e23a";}
.moon-hammer-2:before {content: "