	/*
	01) BASE
	02) FORM ELEMENTS
	03) FONTELLO
	04) SKELETON OR GRID
	05) ANIMATION

	/*------------------------------------------------------------------*/
	/*	BASE
	/*------------------------------------------------------------------*/

	html,
	body,
	div,
	span,
	applet,
	object,
	iframe,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	blockquote,
	pre,
	a,
	abbr,
	acronym,
	address,
	big,
	cite,
	code,
	del,
	dfn,
	em,
	font,
	ins,
	kbd,
	q,
	s,
	samp,
	small,
	strike,
	strong,
	sub,
	sup,
	tt,
	var,
	b,
	u,
	i,
	center,
	dl,
	dt,
	dd,
	ol,
	ul,
	li,
	fieldset,
	form,
	label,
	legend,
	table,
	caption,
	tbody,
	tfoot,
	thead,
	tr,
	th,
	td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	}

	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	nav,
	section {
	display: block;
	}

	blockquote {
	quotes: none;
	}

	blockquote:before,
	blockquote:after {
	content: "";
	content: none;
	}
	ul,
	ol {
	margin: 0px;
	}
	ul li,
	ol li {
	margin: 0px;
	}
	img {
	vertical-align: middle;
	max-width: 100%;
	}
	iframe {
	max-width: 100%;
	}
	del {
	text-decoration: line-through;
	}
	a,
	i {
	border: none;
	}
	a:hover {
	text-decoration: none;
	}

	/*------------------------------------------------------------------*/
	/*	FORM ELEMENTS
	/*------------------------------------------------------------------*/

	textarea {
	border-radius: 0;
	font-size: 15px;
	resize: vertical;
	font-family: "Poppins";
	letter-spacing: 0px !important;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	-ms-box-sizing: border-box; /* IE 10 + */
	box-sizing: border-box; /* Opera/IE 8+ */

	line-height: 1.4;
	padding: 10px !important;
	width: 100%;
	border: 1px solid #eee;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.uneditable-input {
	border-radius: 0;
	font-size: 15px;
	min-width: auto;
	letter-spacing: 0px !important;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	-ms-box-sizing: border-box; /* IE 10 + */
	box-sizing: border-box; /* Opera/IE 8+ */

	font-family: "Poppins";

	line-height: 1.6;
	padding: 10px !important;
	height: 44px;
	vertical-align: middle;
	border: 1px solid #eee;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	.uneditable-input:focus {
	border-color: #ccc;
	background: #eee;
	}

	input[type="submit"] {
	padding: 13px 15px;
	height: 40px;
	line-height: 1;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0px;
	border: none;
	cursor: pointer;
	color: #fff;
	background: #777;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	input[type="submit"]:hover {
	background: #444;
	}
	select {
	padding: 8px;
	border: 2px solid #eee;
	}
	input[type="button"] {
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

	/*------------------------------------------------------------------*/
	/*	03) FONTELLO
	/*------------------------------------------------------------------*/

	@font-face {
	font-family: "fontello";
	src: url("font/fontello.eot?26650032");
	src: url("font/fontello.eot?26650032#iefix") format("embedded-opentype"),
		url("font/fontello.woff2?26650032") format("woff2"),
		url("font/fontello.woff?26650032") format("woff"),
		url("font/fontello.ttf?26650032") format("truetype"),
		url("font/fontello.svg?26650032#fontello") format("svg");
	font-weight: normal;
	font-style: normal;
	}
	/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
	/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
	/*
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'fontello';
		src: url('../font/fontello.svg?26650032#fontello') format('svg');
	}
	}
	*/
	[class^="icon-"]:before,
	[class*=" icon-"]:before {
	font-family: "fontello" !important;
	font-style: normal;
	font-weight: normal;
	speak: never;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: 0.2em;

	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
	}

	.icon-wrench-1:before {
	content: "\e013";
	} /* 'î€“' */
	.icon-basket-circled:before {
	content: "\e014";
	} /* 'î€”' */
	.icon-folder:before {
	content: "\e015";
	} /* 'î€•' */
	.icon-doc-new-circled:before {
	content: "\e016";
	} /* 'î€–' */
	.icon-cogs:before {
	content: "\e020";
	} /* 'î€ ' */
	.icon-wrench:before {
	content: "\e021";
	} /* 'î€¡' */
	.icon-rss:before {
	content: "\e028";
	} /* 'î€¨' */
	.icon-folder-open:before {
	content: "\e029";
	} /* 'î€©' */
	.icon-wrench-outline:before {
	content: "\e02f";
	} /* 'î€¯' */
	.icon-calendar:before {
	content: "\e054";
	} /* 'î”' */
	.icon-doc:before {
	content: "\e06c";
	} /* 'î¬' */
	.icon-trash-circled:before {
	content: "\e06d";
	} /* 'î­' */
	.icon-doc-new:before {
	content: "\e07d";
	} /* 'î½' */
	.icon-doc-circled:before {
	content: "\e07e";
	} /* 'î¾' */
	.icon-basket-2:before {
	content: "\e091";
	} /* 'î‚‘' */
	.icon-folder-circled:before {
	content: "\e09d";
	} /* 'î‚' */
	.icon-basket:before {
	content: "\e0c3";
	} /* 'îƒƒ' */
	.icon-wrench-circled:before {
	content: "\e0c4";
	} /* 'îƒ„' */
	.icon-cog:before {
	content: "\e0e6";
	} /* 'îƒ¦' */
	.icon-phone-circled:before {
	content: "\e0f3";
	} /* 'îƒ³' */
	.icon-phone:before {
	content: "\e0f4";
	} /* 'îƒ´' */
	.icon-cog-circled:before {
	content: "\e101";
	} /* 'î„' */
	.icon-folder-close:before {
	content: "\e102";
	} /* 'î„‚' */
	.icon-right-small:before {
	content: "\e800";
	} /* 'î €' */
	.icon-down-dir:before {
	content: "\e801";
	} /* 'î ' */
	.icon-up-dir:before {
	content: "\e802";
	} /* 'î ‚' */
	.icon-left-dir:before {
	content: "\e803";
	} /* 'î ƒ' */
	.icon-right-dir:before {
	content: "\e804";
	} /* 'î „' */
	.icon-down-open:before {
	content: "\e805";
	} /* 'î …' */
	.icon-left-open:before {
	content: "\e806";
	} /* 'î †' */
	.icon-right-open:before {
	content: "\e807";
	} /* 'î ‡' */
	.icon-up-open:before {
	content: "\e808";
	} /* 'î ˆ' */
	.icon-down-big:before {
	content: "\e809";
	} /* 'î ‰' */
	.icon-left-big:before {
	content: "\e80a";
	} /* 'î Š' */
	.icon-right-big:before {
	content: "\e80b";
	} /* 'î ‹' */
	.icon-up-big:before {
	content: "\e80c";
	} /* 'î Œ' */
	.icon-arrows-cw:before {
	content: "\e80d";
	} /* 'î ' */
	.icon-ccw:before {
	content: "\e80e";
	} /* 'î Ž' */
	.icon-print-1:before {
	content: "\e80f";
	} /* 'î ' */
	.icon-twitter-5:before {
	content: "\e80f";
	} /* 'î ' */
	.icon-attach-1:before {
	content: "\e810";
	} /* 'î ' */
	.icon-twitter-rect:before {
	content: "\e810";
	} /* 'î ' */
	.icon-videocam-2:before {
	content: "\e811";
	} /* 'î ‘' */
	.icon-ok-outline:before {
	content: "\e811";
	} /* 'î ‘' */
	.icon-picture-outline:before {
	content: "\e812";
	} /* 'î ’' */
	.icon-th-large-1:before {
	content: "\e812";
	} /* 'î ’' */
	.icon-camera-outline:before {
	content: "\e813";
	} /* 'î “' */
	.icon-th-outline:before {
	content: "\e813";
	} /* 'î “' */
	.icon-export-1:before {
	content: "\e814";
	} /* 'î ”' */
	.icon-lock-filled:before {
	content: "\e814";
	} /* 'î ”' */
	.icon-code-2:before {
	content: "\e815";
	} /* 'î •' */
	.icon-menu-outline:before {
	content: "\e815";
	} /* 'î •' */
	.icon-folder-1:before {
	content: "\e816";
	} /* 'î –' */
	.icon-looped-square-interest:before {
	content: "\e816";
	} /* 'î –' */
	.icon-arrows-cw-2:before {
	content: "\e817";
	} /* 'î —' */
	.icon-rss-2:before {
	content: "\e817";
	} /* 'î —' */
	.icon-loop-2:before {
	content: "\e818";
	} /* 'î ˜' */
	.icon-link-outline:before {
	content: "\e818";
	} /* 'î ˜' */
	.icon-resize-normal-outline:before {
	content: "\e819";
	} /* 'î ™' */
	.icon-star-circled:before {
	content: "\e819";
	} /* 'î ™' */
	.icon-folder-add:before {
	content: "\e81a";
	} /* 'î š' */
	.icon-braille:before {
	content: "\e81a";
	} /* 'î š' */
	.icon-user-delete:before {
	content: "\e81b";
	} /* 'î ›' */
	.icon-compass:before {
	content: "\e81b";
	} /* 'î ›' */
	.icon-lock-1:before {
	content: "\e81c";
	} /* 'î œ' */
	.icon-user-add-outline:before {
	content: "\e81c";
	} /* 'î œ' */
	.icon-bookmark:before {
	content: "\e81d";
	} /* 'î ' */
	.icon-forward-outline:before {
	content: "\e81d";
	} /* 'î ' */
	.icon-flag:before {
	content: "\e81e";
	} /* 'î ž' */
	.icon-minus-outline:before {
	content: "\e81e";
	} /* 'î ž' */
	.icon-floppy:before {
	content: "\e81f";
	} /* 'î Ÿ' */
	.icon-clock-1:before {
	content: "\e81f";
	} /* 'î Ÿ' */
	.icon-megaphone:before {
	content: "\e820";
	} /* 'î  ' */
	.icon-volume-low:before {
	content: "\e820";
	} /* 'î  ' */
	.icon-key:before {
	content: "\e821";
	} /* 'î ¡' */
	.icon-brush-1:before {
	content: "\e821";
	} /* 'î ¡' */
	.icon-globe-alt:before {
	content: "\e822";
	} /* 'î ¢' */
	.icon-compass-circled:before {
	content: "\e822";
	} /* 'î ¢' */
	.icon-fast-fw-1:before {
	content: "\e823";
	} /* 'î £' */
	.icon-star-empty:before {
	content: "\e823";
	} /* 'î £' */
	.icon-rewind-outline:before {
	content: "\e824";
	} /* 'î ¤' */
	.icon-user:before {
	content: "\e824";
	} /* 'î ¤' */
	.icon-flash-1:before {
	content: "\e825";
	} /* 'î ¥' */
	.icon-group:before {
	content: "\e825";
	} /* 'î ¥' */
	.icon-moon-1:before {
	content: "\e826";
	} /* 'î ¦' */
	.icon-trash:before {
	content: "\e826";
	} /* 'î ¦' */
	.icon-gift:before {
	content: "\e827";
	} /* 'î §' */
	.icon-cloud-1:before {
	content: "\e827";
	} /* 'î §' */
	.icon-adjust:before {
	content: "\e827";
	} /* 'î §' */
	.icon-cancel-circled2:before {
	content: "\e828";
	} /* 'î ¨' */
	.icon-flash-outline:before {
	content: "\e828";
	} /* 'î ¨' */
	.icon-volume-up:before {
	content: "\e828";
	} /* 'î ¨' */
	.icon-comment-1:before {
	content: "\e829";
	} /* 'î ©' */
	.icon-zoom-out-2:before {
	content: "\e829";
	} /* 'î ©' */
	.icon-zoom-out:before {
	content: "\e829";
	} /* 'î ©' */
	.icon-chat-1:before {
	content: "\e82a";
	} /* 'î ª' */
	.icon-popup-4:before {
	content: "\e82a";
	} /* 'î ª' */
	.icon-down-circled:before {
	content: "\e82a";
	} /* 'î ª' */
	.icon-bell-1:before {
	content: "\e82b";
	} /* 'î «' */
	.icon-lock-open-filled:before {
	content: "\e82b";
	} /* 'î «' */
	.icon-left-circled:before {
	content: "\e82b";
	} /* 'î «' */
	.icon-stumbleupon-circled:before {
	content: "\e82c";
	} /* 'î ¬' */
	.icon-pin-outline:before {
	content: "\e82c";
	} /* 'î ¬' */
	.icon-record-1:before {
	content: "\e82c";
	} /* 'î ¬' */
	.icon-lastfm-1:before {
	content: "\e82d";
	} /* 'î ­' */
	.icon-chat-1:before {
	content: "\e82d";
	} /* 'î ­' */
	.icon-eject-outline:before {
	content: "\e82d";
	} /* 'î ­' */
	.icon-lastfm-circled:before {
	content: "\e82e";
	} /* 'î ®' */
	.icon-chat-alt:before {
	content: "\e82e";
	} /* 'î ®' */
	.icon-cloud-sun:before {
	content: "\e82e";
	} /* 'î ®' */
	.icon-plus-1:before {
	content: "\e82f";
	} /* 'î ¯' */
	.icon-menu-2:before {
	content: "\e82f";
	} /* 'î ¯' */
	.icon-clock:before {
	content: "\e82f";
	} /* 'î ¯' */
	.icon-plus-circled:before {
	content: "\e830";
	} /* 'î °' */
	.icon-edit-2:before {
	content: "\e830";
	} /* 'î °' */
	.icon-clock-circled:before {
	content: "\e830";
	} /* 'î °' */
	.icon-hammer:before {
	content: "\e831";
	} /* 'î ±' */
	.icon-down-1:before {
	content: "\e831";
	} /* 'î ±' */
	.icon-megaphone:before {
	content: "\e831";
	} /* 'î ±' */
	.icon-home-1:before {
	content: "\e832";
	} /* 'î ²' */
	.icon-left-1:before {
	content: "\e832";
	} /* 'î ²' */
	.icon-up-circled:before {
	content: "\e832";
	} /* 'î ²' */
	.icon-cog-1:before {
	content: "\e833";
	} /* 'î ³' */
	.icon-right-1:before {
	content: "\e833";
	} /* 'î ³' */
	.icon-shuffle:before {
	content: "\e833";
	} /* 'î ³' */
	.icon-cog-alt:before {
	content: "\e834";
	} /* 'î ´' */
	.icon-up-1:before {
	content: "\e834";
	} /* 'î ´' */
	.icon-play:before {
	content: "\e834";
	} /* 'î ´' */
	.icon-basket:before {
	content: "\e835";
	} /* 'î µ' */
	.icon-down-bold:before {
	content: "\e835";
	} /* 'î µ' */
	.icon-play-circled2:before {
	content: "\e835";
	} /* 'î µ' */
	.icon-flickr-1:before {
	content: "\e836";
	} /* 'î ¶' */
	.icon-left-bold:before {
	content: "\e836";
	} /* 'î ¶' */
	.icon-help:before {
	content: "\e836";
	} /* 'î ¶' */
	.icon-github-circled-1:before {
	content: "\e837";
	} /* 'î ·' */
	.icon-right-bold:before {
	content: "\e837";
	} /* 'î ·' */
	.icon-help-circled:before {
	content: "\e837";
	} /* 'î ·' */
	.icon-lastfm-circled-1:before {
	content: "\e838";
	} /* 'î ¸' */
	.icon-up-bold:before {
	content: "\e838";
	} /* 'î ¸' */
	.icon-info-circled:before {
	content: "\e838";
	} /* 'î ¸' */
	.icon-info-circled-1:before {
	content: "\e839";
	} /* 'î ¹' */
	.icon-down-fat:before {
	content: "\e839";
	} /* 'î ¹' */
	.icon-up-hand:before {
	content: "\e839";
	} /* 'î ¹' */
	.icon-minus-circled:before {
	content: "\e83a";
	} /* 'î º' */
	.icon-right-fat:before {
	content: "\e83a";
	} /* 'î º' */
	.icon-cw:before {
	content: "\e83a";
	} /* 'î º' */
	.icon-rdio-circled:before {
	content: "\e83b";
	} /* 'î »' */
	.icon-list-alt:before {
	content: "\e83b";
	} /* 'î »' */
	.icon-up-fat:before {
	content: "\e83b";
	} /* 'î »' */
	.icon-folder-1:before {
	content: "\e83c";
	} /* 'î ¼' */
	.icon-aboveground-rail:before {
	content: "\e83c";
	} /* 'î ¼' */
	.icon-pause-circled:before {
	content: "\e83c";
	} /* 'î ¼' */
	.icon-minus:before {
	content: "\e83d";
	} /* 'î ½' */
	.icon-airfield:before {
	content: "\e83d";
	} /* 'î ½' */
	.icon-thumbs-up:before {
	content: "\e83e";
	} /* 'î ¾' */
	.icon-airport:before {
	content: "\e83e";
	} /* 'î ¾' */
	.icon-thumbs-down:before {
	content: "\e83f";
	} /* 'î ¿' */
	.icon-art-gallery:before {
	content: "\e83f";
	} /* 'î ¿' */
	.icon-download-1:before {
	content: "\e840";
	} /* 'î¡€' */
	.icon-bar:before {
	content: "\e840";
	} /* 'î¡€' */
	.icon-upload-1:before {
	content: "\e841";
	} /* 'î¡' */
	.icon-baseball:before {
	content: "\e841";
	} /* 'î¡' */
	.icon-forward:before {
	content: "\e842";
	} /* 'î¡‚' */
	.icon-basketball:before {
	content: "\e842";
	} /* 'î¡‚' */
	.icon-pencil-1:before {
	content: "\e843";
	} /* 'î¡ƒ' */
	.icon-beer:before {
	content: "\e843";
	} /* 'î¡ƒ' */
	.icon-edit:before {
	content: "\e844";
	} /* 'î¡„' */
	.icon-belowground-rail:before {
	content: "\e844";
	} /* 'î¡„' */
	.icon-eject:before {
	content: "\e845";
	} /* 'î¡…' */
	.icon-bicycle:before {
	content: "\e845";
	} /* 'î¡…' */
	.icon-flight:before {
	content: "\e846";
	} /* 'î¡†' */
	.icon-bus:before {
	content: "\e846";
	} /* 'î¡†' */
	.icon-th:before {
	content: "\e847";
	} /* 'î¡‡' */
	.icon-cafe:before {
	content: "\e847";
	} /* 'î¡‡' */
	.icon-th-list-1:before {
	content: "\e848";
	} /* 'î¡ˆ' */
	.icon-campsite:before {
	content: "\e848";
	} /* 'î¡ˆ' */
	.icon-ok-1:before {
	content: "\e849";
	} /* 'î¡‰' */
	.icon-cemetery:before {
	content: "\e849";
	} /* 'î¡‰' */
	.icon-ok-circled-1:before {
	content: "\e84a";
	} /* 'î¡Š' */
	.icon-cinema:before {
	content: "\e84a";
	} /* 'î¡Š' */
	.icon-ok-circled2:before {
	content: "\e84b";
	} /* 'î¡‹' */
	.icon-college:before {
	content: "\e84b";
	} /* 'î¡‹' */
	.icon-tags:before {
	content: "\e84c";
	} /* 'î¡Œ' */
	.icon-commerical-building:before {
	content: "\e84c";
	} /* 'î¡Œ' */
	.icon-tag:before {
	content: "\e84d";
	} /* 'î¡' */
	.icon-credit-card:before {
	content: "\e84d";
	} /* 'î¡' */
	.icon-eye-off:before {
	content: "\e84e";
	} /* 'î¡Ž' */
	.icon-cricket:before {
	content: "\e84e";
	} /* 'î¡Ž' */
	.icon-eye-1:before {
	content: "\e84f";
	} /* 'î¡' */
	.icon-embassy:before {
	content: "\e84f";
	} /* 'î¡' */
	.icon-lock-open-1:before {
	content: "\e850";
	} /* 'î¡' */
	.icon-fast-food:before {
	content: "\e850";
	} /* 'î¡' */
	.icon-ferry:before {
	content: "\e851";
	} /* 'î¡‘' */
	.icon-quote-circled:before {
	content: "\e851";
	} /* 'î¡‘' */
	.icon-fire-station:before {
	content: "\e852";
	} /* 'î¡’' */
	.icon-export:before {
	content: "\e852";
	} /* 'î¡’' */
	.icon-football:before {
	content: "\e853";
	} /* 'î¡“' */
	.icon-pencil:before {
	content: "\e853";
	} /* 'î¡“' */
	.icon-fuel:before {
	content: "\e854";
	} /* 'î¡”' */
	.icon-pencil-circled:before {
	content: "\e854";
	} /* 'î¡”' */
	.icon-garden:before {
	content: "\e855";
	} /* 'î¡•' */
	.icon-edit:before {
	content: "\e855";
	} /* 'î¡•' */
	.icon-giraffe:before {
	content: "\e856";
	} /* 'î¡–' */
	.icon-edit-circled:before {
	content: "\e856";
	} /* 'î¡–' */
	.icon-golf:before {
	content: "\e857";
	} /* 'î¡—' */
	.icon-edit-alt:before {
	content: "\e857";
	} /* 'î¡—' */
	.icon-grocery-store:before {
	content: "\e858";
	} /* 'î¡˜' */
	.icon-print:before {
	content: "\e858";
	} /* 'î¡˜' */
	.icon-harbor:before {
	content: "\e859";
	} /* 'î¡™' */
	.icon-retweet:before {
	content: "\e859";
	} /* 'î¡™' */
	.icon-heliport:before {
	content: "\e85a";
	} /* 'î¡š' */
	.icon-comment:before {
	content: "\e85a";
	} /* 'î¡š' */
	.icon-hospital:before {
	content: "\e85b";
	} /* 'î¡›' */
	.icon-comment-alt:before {
	content: "\e85b";
	} /* 'î¡›' */
	.icon-up-circled2:before {
	content: "\e85c";
	} /* 'î¡œ' */
	.icon-industrial-building:before {
	content: "\e85c";
	} /* 'î¡œ' */
	.icon-signal:before {
	content: "\e85c";
	} /* 'î¡œ' */
	.icon-down-circled2:before {
	content: "\e85d";
	} /* 'î¡' */
	.icon-library:before {
	content: "\e85d";
	} /* 'î¡' */
	.icon-desktop:before {
	content: "\e85d";
	} /* 'î¡' */
	.icon-left-hand:before {
	content: "\e85e";
	} /* 'î¡ž' */
	.icon-lodging:before {
	content: "\e85e";
	} /* 'î¡ž' */
	.icon-laptop:before {
	content: "\e85e";
	} /* 'î¡ž' */
	.icon-skype-outline:before {
	content: "\e85f";
	} /* 'î¡Ÿ' */
	.icon-london-underground:before {
	content: "\e85f";
	} /* 'î¡Ÿ' */
	.icon-error:before {
	content: "\e85f";
	} /* 'î¡Ÿ' */
	.icon-tumbler-circled:before {
	content: "\e860";
	} /* 'î¡ ' */
	.icon-minefield:before {
	content: "\e860";
	} /* 'î¡ ' */
	.icon-error-alt:before {
	content: "\e860";
	} /* 'î¡ ' */
	.icon-tumbler:before {
	content: "\e861";
	} /* 'î¡¡' */
	.icon-monument:before {
	content: "\e861";
	} /* 'î¡¡' */
	.icon-location:before {
	content: "\e861";
	} /* 'î¡¡' */
	.icon-dribbble-circled-1:before {
	content: "\e862";
	} /* 'î¡¢' */
	.icon-right-open-outline:before {
	content: "\e862";
	} /* 'î¡¢' */
	.icon-museum:before {
	content: "\e862";
	} /* 'î¡¢' */
	.icon-volume-off:before {
	content: "\e863";
	} /* 'î¡£' */
	.icon-pharmacy:before {
	content: "\e863";
	} /* 'î¡£' */
	.icon-inbox-circled:before {
	content: "\e863";
	} /* 'î¡£' */
	.icon-attention-circled:before {
	content: "\e864";
	} /* 'î¡¤' */
	.icon-pitch:before {
	content: "\e864";
	} /* 'î¡¤' */
	.icon-laptop-circled:before {
	content: "\e864";
	} /* 'î¡¤' */
	.icon-attention-1:before {
	content: "\e865";
	} /* 'î¡¥' */
	.icon-police:before {
	content: "\e865";
	} /* 'î¡¥' */
	.icon-network:before {
	content: "\e865";
	} /* 'î¡¥' */
	.icon-post:before {
	content: "\e866";
	} /* 'î¡¦' */
	.icon-attach:before {
	content: "\e866";
	} /* 'î¡¦' */
	.icon-prison:before {
	content: "\e867";
	} /* 'î¡§' */
	.icon-attach-circled:before {
	content: "\e867";
	} /* 'î¡§' */
	.icon-rail:before {
	content: "\e868";
	} /* 'î¡¨' */
	.icon-lock:before {
	content: "\e868";
	} /* 'î¡¨' */
	.icon-religious-christian:before {
	content: "\e869";
	} /* 'î¡©' */
	.icon-lock-circled:before {
	content: "\e869";
	} /* 'î¡©' */
	.icon-religious-islam:before {
	content: "\e86a";
	} /* 'î¡ª' */
	.icon-lock-open:before {
	content: "\e86a";
	} /* 'î¡ª' */
	.icon-religious-jewish:before {
	content: "\e86b";
	} /* 'î¡«' */
	.icon-lock-open-alt:before {
	content: "\e86b";
	} /* 'î¡«' */
	.icon-restaurant:before {
	content: "\e86c";
	} /* 'î¡¬' */
	.icon-eye:before {
	content: "\e86c";
	} /* 'î¡¬' */
	.icon-roadblock:before {
	content: "\e86d";
	} /* 'î¡­' */
	.icon-eye-off:before {
	content: "\e86d";
	} /* 'î¡­' */
	.icon-school:before {
	content: "\e86e";
	} /* 'î¡®' */
	.icon-tag:before {
	content: "\e86e";
	} /* 'î¡®' */
	.icon-shop:before {
	content: "\e86f";
	} /* 'î¡¯' */
	.icon-tags:before {
	content: "\e86f";
	} /* 'î¡¯' */
	.icon-skiing:before {
	content: "\e870";
	} /* 'î¡°' */
	.icon-bookmark:before {
	content: "\e870";
	} /* 'î¡°' */
	.icon-soccer:before {
	content: "\e871";
	} /* 'î¡±' */
	.icon-bookmark-empty:before {
	content: "\e871";
	} /* 'î¡±' */
	.icon-swimming:before {
	content: "\e872";
	} /* 'î¡²' */
	.icon-flag:before {
	content: "\e872";
	} /* 'î¡²' */
	.icon-tennis:before {
	content: "\e873";
	} /* 'î¡³' */
	.icon-flag-circled:before {
	content: "\e873";
	} /* 'î¡³' */
	.icon-theatre:before {
	content: "\e874";
	} /* 'î¡´' */
	.icon-thumbs-up:before {
	content: "\e874";
	} /* 'î¡´' */
	.icon-toilet:before {
	content: "\e875";
	} /* 'î¡µ' */
	.icon-thumbs-down:before {
	content: "\e875";
	} /* 'î¡µ' */
	.icon-town-hall:before {
	content: "\e876";
	} /* 'î¡¶' */
	.icon-download:before {
	content: "\e876";
	} /* 'î¡¶' */
	.icon-trash-2:before {
	content: "\e877";
	} /* 'î¡·' */
	.icon-download-alt:before {
	content: "\e877";
	} /* 'î¡·' */
	.icon-tree-1:before {
	content: "\e878";
	} /* 'î¡¸' */
	.icon-upload:before {
	content: "\e878";
	} /* 'î¡¸' */
	.icon-tree-2:before {
	content: "\e879";
	} /* 'î¡¹' */
	.icon-quote:before {
	content: "\e879";
	} /* 'î¡¹' */
	.icon-award:before {
	content: "\e87a";
	} /* 'î¡º' */
	.icon-warehouse:before {
	content: "\e87a";
	} /* 'î¡º' */
	.icon-align-justify:before {
	content: "\e87a";
	} /* 'î¡º' */
	.icon-signal:before {
	content: "\e87b";
	} /* 'î¡»' */
	.icon-duckduckgo:before {
	content: "\e87b";
	} /* 'î¡»' */
	.icon-list:before {
	content: "\e87b";
	} /* 'î¡»' */
	.icon-target:before {
	content: "\e87c";
	} /* 'î¡¼' */
	.icon-aim:before {
	content: "\e87c";
	} /* 'î¡¼' */
	.icon-indent-left:before {
	content: "\e87c";
	} /* 'î¡¼' */
	.icon-search-1:before {
	content: "\e87d";
	} /* 'î¡½' */
	.icon-delicious:before {
	content: "\e87d";
	} /* 'î¡½' */
	.icon-volume-off:before {
	content: "\e87d";
	} /* 'î¡½' */
	.icon-music:before {
	content: "\e87e";
	} /* 'î¡¾' */
	.icon-paypal:before {
	content: "\e87e";
	} /* 'î¡¾' */
	.icon-volume-down:before {
	content: "\e87e";
	} /* 'î¡¾' */
	.icon-linkedin-circled-1:before {
	content: "\e87f";
	} /* 'î¡¿' */
	.icon-flattr:before {
	content: "\e87f";
	} /* 'î¡¿' */
	.icon-cancel-circled2:before {
	content: "\e87f";
	} /* 'î¡¿' */
	.icon-facebook-squared-1:before {
	content: "\e880";
	} /* 'î¢€' */
	.icon-android:before {
	content: "\e880";
	} /* 'î¢€' */
	.icon-qrcode:before {
	content: "\e880";
	} /* 'î¢€' */
	.icon-cancel-1:before {
	content: "\e881";
	} /* 'î¢' */
	.icon-eventful:before {
	content: "\e881";
	} /* 'î¢' */
	.icon-headphones:before {
	content: "\e881";
	} /* 'î¢' */
	.icon-up-hand:before {
	content: "\e882";
	} /* 'î¢‚' */
	.icon-smashmag:before {
	content: "\e882";
	} /* 'î¢‚' */
	.icon-chart:before {
	content: "\e882";
	} /* 'î¢‚' */
	.icon-down-hand:before {
	content: "\e883";
	} /* 'î¢ƒ' */
	.icon-gplus:before {
	content: "\e883";
	} /* 'î¢ƒ' */
	.icon-chart-circled:before {
	content: "\e883";
	} /* 'î¢ƒ' */
	.icon-phone:before {
	content: "\e884";
	} /* 'î¢„' */
	.icon-wikipedia:before {
	content: "\e884";
	} /* 'î¢„' */
	.icon-cw-circled:before {
	content: "\e884";
	} /* 'î¢„' */
	.icon-wrench:before {
	content: "\e885";
	} /* 'î¢…' */
	.icon-lanyrd:before {
	content: "\e885";
	} /* 'î¢…' */
	.icon-play-circled:before {
	content: "\e885";
	} /* 'î¢…' */
	.icon-calendar-1:before {
	content: "\e886";
	} /* 'î¢†' */
	.icon-calendar-1:before {
	content: "\e886";
	} /* 'î¢†' */
	.icon-stop:before {
	content: "\e886";
	} /* 'î¢†' */
	.icon-login-1:before {
	content: "\e887";
	} /* 'î¢‡' */
	.icon-stumbleupon:before {
	content: "\e887";
	} /* 'î¢‡' */
	.icon-stop-circled:before {
	content: "\e887";
	} /* 'î¢‡' */
	.icon-volume-down:before {
	content: "\e888";
	} /* 'î¢ˆ' */
	.icon-fivehundredpx:before {
	content: "\e888";
	} /* 'î¢ˆ' */
	.icon-record:before {
	content: "\e888";
	} /* 'î¢ˆ' */
	.icon-volume-up:before {
	content: "\e889";
	} /* 'î¢‰' */
	.icon-pinterest:before {
	content: "\e889";
	} /* 'î¢‰' */
	.icon-eject:before {
	content: "\e889";
	} /* 'î¢‰' */
	.icon-headphones:before {
	content: "\e88a";
	} /* 'î¢Š' */
	.icon-bitcoin:before {
	content: "\e88a";
	} /* 'î¢Š' */
	.icon-backward:before {
	content: "\e88a";
	} /* 'î¢Š' */
	.icon-clock-1:before {
	content: "\e88b";
	} /* 'î¢‹' */
	.icon-w3c:before {
	content: "\e88b";
	} /* 'î¢‹' */
	.icon-backward-circled:before {
	content: "\e88b";
	} /* 'î¢‹' */
	.icon-camera-alt:before {
	content: "\e88c";
	} /* 'î¢Œ' */
	.icon-foursquare:before {
	content: "\e88c";
	} /* 'î¢Œ' */
	.icon-move:before {
	content: "\e88c";
	} /* 'î¢Œ' */
	.icon-th-large:before {
	content: "\e88d";
	} /* 'î¢' */
	.icon-html5:before {
	content: "\e88d";
	} /* 'î¢' */
	.icon-zoom-in:before {
	content: "\e88d";
	} /* 'î¢' */
	.icon-magnet:before {
	content: "\e88e";
	} /* 'î¢Ž' */
	.icon-ie:before {
	content: "\e88e";
	} /* 'î¢Ž' */
	.icon-check:before {
	content: "\e88e";
	} /* 'î¢Ž' */
	.icon-chart-bar-1:before {
	content: "\e88f";
	} /* 'î¢' */
	.icon-call:before {
	content: "\e88f";
	} /* 'î¢' */
	.icon-check-empty:before {
	content: "\e88f";
	} /* 'î¢' */
	.icon-credit-card-1:before {
	content: "\e890";
	} /* 'î¢' */
	.icon-grooveshark:before {
	content: "\e890";
	} /* 'î¢' */
	.icon-asterisk:before {
	content: "\e890";
	} /* 'î¢' */
	.icon-vimeo-circled-1:before {
	content: "\e891";
	} /* 'î¢‘' */
	.icon-ninetyninedesigns:before {
	content: "\e891";
	} /* 'î¢‘' */
	.icon-website:before {
	content: "\e891";
	} /* 'î¢‘' */
	.icon-twitter-squared:before {
	content: "\e892";
	} /* 'î¢’' */
	.icon-forrst:before {
	content: "\e892";
	} /* 'î¢’' */
	.icon-book:before {
	content: "\e892";
	} /* 'î¢’' */
	.icon-pin:before {
	content: "\e893";
	} /* 'î¢“' */
	.icon-digg:before {
	content: "\e893";
	} /* 'î¢“' */
	.icon-down-hand:before {
	content: "\e893";
	} /* 'î¢“' */
	.icon-attach-1:before {
	content: "\e894";
	} /* 'î¢”' */
	.icon-spotify:before {
	content: "\e894";
	} /* 'î¢”' */
	.icon-left-hand:before {
	content: "\e894";
	} /* 'î¢”' */
	.icon-help-circled-1:before {
	content: "\e895";
	} /* 'î¢•' */
	.icon-reddit:before {
	content: "\e895";
	} /* 'î¢•' */
	.icon-right-hand:before {
	content: "\e895";
	} /* 'î¢•' */
	.icon-rdio:before {
	content: "\e896";
	} /* 'î¢–' */
	.icon-adjust:before {
	content: "\e896";
	} /* 'î¢–' */
	.icon-guest:before {
	content: "\e896";
	} /* 'î¢–' */
	.icon-qq:before {
	content: "\e897";
	} /* 'î¢—' */
	.icon-calendar-outlilne:before {
	content: "\e897";
	} /* 'î¢—' */
	.icon-gowalla:before {
	content: "\e897";
	} /* 'î¢—' */
	.icon-play-1:before {
	content: "\e898";
	} /* 'î¢˜' */
	.icon-appstore:before {
	content: "\e898";
	} /* 'î¢˜' */
	.icon-inbox-alt:before {
	content: "\e898";
	} /* 'î¢˜' */
	.icon-spotify-circled:before {
	content: "\e899";
	} /* 'î¢™' */
	.icon-down-4:before {
	content: "\e899";
	} /* 'î¢™' */
	.icon-blogger:before {
	content: "\e899";
	} /* 'î¢™' */
	.icon-dribbble-circled:before {
	content: "\e89a";
	} /* 'î¢š' */
	.icon-rewind:before {
	content: "\e89a";
	} /* 'î¢š' */
	.icon-cc:before {
	content: "\e89a";
	} /* 'î¢š' */
	.icon-play-circled2:before {
	content: "\e89b";
	} /* 'î¢›' */
	.icon-dribbble:before {
	content: "\e89b";
	} /* 'î¢›' */
	.icon-globe:before {
	content: "\e89b";
	} /* 'î¢›' */
	.icon-stumbleupon-1:before {
	content: "\e89c";
	} /* 'î¢œ' */
	.icon-record-outline:before {
	content: "\e89c";
	} /* 'î¢œ' */
	.icon-evernote:before {
	content: "\e89c";
	} /* 'î¢œ' */
	.icon-stop-1:before {
	content: "\e89d";
	} /* 'î¢' */
	.icon-flickr:before {
	content: "\e89d";
	} /* 'î¢' */
	.icon-globe-alt:before {
	content: "\e89d";
	} /* 'î¢' */
	.icon-pause-1:before {
	content: "\e89e";
	} /* 'î¢ž' */
	.icon-google:before {
	content: "\e89e";
	} /* 'î¢ž' */
	.icon-flight:before {
	content: "\e89e";
	} /* 'î¢ž' */
	.icon-cancel-circled-1:before {
	content: "\e89f";
	} /* 'î¢Ÿ' */
	.icon-viadeo:before {
	content: "\e89f";
	} /* 'î¢Ÿ' */
	.icon-location-circled:before {
	content: "\e89f";
	} /* 'î¢Ÿ' */
	.icon-asterisk:before {
	content: "\e8a0";
	} /* 'î¢ ' */
	.icon-instapaper:before {
	content: "\e8a0";
	} /* 'î¢ ' */
	.icon-tint:before {
	content: "\e8a0";
	} /* 'î¢ ' */
	.icon-to-start-1:before {
	content: "\e8a1";
	} /* 'î¢¡' */
	.icon-weibo:before {
	content: "\e8a1";
	} /* 'î¢¡' */
	.icon-leaf:before {
	content: "\e8a1";
	} /* 'î¢¡' */
	.icon-to-start-alt:before {
	content: "\e8a2";
	} /* 'î¢¢' */
	.icon-klout:before {
	content: "\e8a2";
	} /* 'î¢¢' */
	.icon-font:before {
	content: "\e8a2";
	} /* 'î¢¢' */
	.icon-fast-fw:before {
	content: "\e8a3";
	} /* 'î¢£' */
	.icon-linkedin:before {
	content: "\e8a3";
	} /* 'î¢£' */
	.icon-fontsize:before {
	content: "\e8a3";
	} /* 'î¢£' */
	.icon-fast-bw:before {
	content: "\e8a4";
	} /* 'î¢¤' */
	.icon-meetup:before {
	content: "\e8a4";
	} /* 'î¢¤' */
	.icon-bold:before {
	content: "\e8a4";
	} /* 'î¢¤' */
	.icon-print-1:before {
	content: "\e8a5";
	} /* 'î¢¥' */
	.icon-vk:before {
	content: "\e8a5";
	} /* 'î¢¥' */
	.icon-fast-backward:before {
	content: "\e8a5";
	} /* 'î¢¥' */
	.icon-retweet-1:before {
	content: "\e8a6";
	} /* 'î¢¦' */
	.icon-plancast:before {
	content: "\e8a6";
	} /* 'î¢¦' */
	.icon-fast-forward:before {
	content: "\e8a6";
	} /* 'î¢¦' */
	.icon-resize-vertical:before {
	content: "\e8a7";
	} /* 'î¢§' */
	.icon-disqus:before {
	content: "\e8a7";
	} /* 'î¢§' */
	.icon-forward:before {
	content: "\e8a7";
	} /* 'î¢§' */
	.icon-resize-small:before {
	content: "\e8a8";
	} /* 'î¢¨' */
	.icon-rss:before {
	content: "\e8a8";
	} /* 'î¢¨' */
	.icon-forward-circled:before {
	content: "\e8a8";
	} /* 'î¢¨' */
	.icon-resize-horizontal:before {
	content: "\e8a9";
	} /* 'î¢©' */
	.icon-skype:before {
	content: "\e8a9";
	} /* 'î¢©' */
	.icon-step-backward:before {
	content: "\e8a9";
	} /* 'î¢©' */
	.icon-trash-empty:before {
	content: "\e8aa";
	} /* 'î¢ª' */
	.icon-twitter:before {
	content: "\e8aa";
	} /* 'î¢ª' */
	.icon-step-forward:before {
	content: "\e8aa";
	} /* 'î¢ª' */
	.icon-zoom-out-1:before {
	content: "\e8ab";
	} /* 'î¢«' */
	.icon-youtube:before {
	content: "\e8ab";
	} /* 'î¢«' */
	.icon-target:before {
	content: "\e8ab";
	} /* 'î¢«' */
	.icon-facebook-circled-1:before {
	content: "\e8ac";
	} /* 'î¢¬' */
	.icon-vimeo:before {
	content: "\e8ac";
	} /* 'î¢¬' */
	.icon-plus-circled:before {
	content: "\e8ac";
	} /* 'î¢¬' */
	.icon-facebook-3:before {
	content: "\e8ad";
	} /* 'î¢­' */
	.icon-windows:before {
	content: "\e8ad";
	} /* 'î¢­' */
	.icon-minus:before {
	content: "\e8ad";
	} /* 'î¢­' */
	.icon-location-1:before {
	content: "\e8ae";
	} /* 'î¢®' */
	.icon-xing:before {
	content: "\e8ae";
	} /* 'î¢®' */
	.icon-desktop-circled:before {
	content: "\e8ae";
	} /* 'î¢®' */
	.icon-flickr-circled-1:before {
	content: "\e8af";
	} /* 'î¢¯' */
	.icon-yahoo:before {
	content: "\e8af";
	} /* 'î¢¯' */
	.icon-minus-circled:before {
	content: "\e8af";
	} /* 'î¢¯' */
	.icon-github-3:before {
	content: "\e8b0";
	} /* 'î¢°' */
	.icon-chrome:before {
	content: "\e8b0";
	} /* 'î¢°' */
	.icon-cancel:before {
	content: "\e8b0";
	} /* 'î¢°' */
	.icon-lastfm-2:before {
	content: "\e8b1";
	} /* 'î¢±' */
	.icon-email:before {
	content: "\e8b1";
	} /* 'î¢±' */
	.icon-cancel-circled:before {
	content: "\e8b1";
	} /* 'î¢±' */
	.icon-link-1:before {
	content: "\e8b2";
	} /* 'î¢²' */
	.icon-macstore:before {
	content: "\e8b2";
	} /* 'î¢²' */
	.icon-volume:before {
	content: "\e8b2";
	} /* 'î¢²' */
	.icon-spotify-1:before {
	content: "\e8b3";
	} /* 'î¢³' */
	.icon-fire-1:before {
	content: "\e8b3";
	} /* 'î¢³' */
	.icon-myspace:before {
	content: "\e8b3";
	} /* 'î¢³' */
	.icon-eye-outline:before {
	content: "\e8b4";
	} /* 'î¢´' */
	.icon-podcast:before {
	content: "\e8b4";
	} /* 'î¢´' */
	.icon-credit-card:before {
	content: "\e8b4";
	} /* 'î¢´' */
	.icon-tag-2:before {
	content: "\e8b5";
	} /* 'î¢µ' */
	.icon-amazon:before {
	content: "\e8b5";
	} /* 'î¢µ' */
	.icon-clipboard:before {
	content: "\e8b5";
	} /* 'î¢µ' */
	.icon-attention-2:before {
	content: "\e8b6";
	} /* 'î¢¶' */
	.icon-steam:before {
	content: "\e8b6";
	} /* 'î¢¶' */
	.icon-hdd:before {
	content: "\e8b6";
	} /* 'î¢¶' */
	.icon-move:before {
	content: "\e8b7";
	} /* 'î¢·' */
	.icon-cloudapp:before {
	content: "\e8b7";
	} /* 'î¢·' */
	.icon-cloud:before {
	content: "\e8b7";
	} /* 'î¢·' */
	.icon-zoom-in-1:before {
	content: "\e8b8";
	} /* 'î¢¸' */
	.icon-dropbox:before {
	content: "\e8b8";
	} /* 'î¢¸' */
	.icon-cloud-circled:before {
	content: "\e8b8";
	} /* 'î¢¸' */
	.icon-attention-filled:before {
	content: "\e8b9";
	} /* 'î¢¹' */
	.icon-ebay:before {
	content: "\e8b9";
	} /* 'î¢¹' */
	.icon-key:before {
	content: "\e8b9";
	} /* 'î¢¹' */
	.icon-scissors:before {
	content: "\e8ba";
	} /* 'î¢º' */
	.icon-facebook:before {
	content: "\e8ba";
	} /* 'î¢º' */
	.icon-certificate:before {
	content: "\e8ba";
	} /* 'î¢º' */
	.icon-align-justify:before {
	content: "\e8bb";
	} /* 'î¢»' */
	.icon-github:before {
	content: "\e8bb";
	} /* 'î¢»' */
	.icon-tasks:before {
	content: "\e8bb";
	} /* 'î¢»' */
	.icon-list:before {
	content: "\e8bc";
	} /* 'î¢¼' */
	.icon-github-circled:before {
	content: "\e8bc";
	} /* 'î¢¼' */
	.icon-filter:before {
	content: "\e8bc";
	} /* 'î¢¼' */
	.icon-indent-left:before {
	content: "\e8bd";
	} /* 'î¢½' */
	.icon-googleplay:before {
	content: "\e8bd";
	} /* 'î¢½' */
	.icon-gauge:before {
	content: "\e8bd";
	} /* 'î¢½' */
	.icon-block:before {
	content: "\e8be";
	} /* 'î¢¾' */
	.icon-itunes:before {
	content: "\e8be";
	} /* 'î¢¾' */
	.icon-italic:before {
	content: "\e8be";
	} /* 'î¢¾' */
	.icon-resize-full:before {
	content: "\e8bf";
	} /* 'î¢¿' */
	.icon-plurk:before {
	content: "\e8bf";
	} /* 'î¢¿' */
	.icon-text-height:before {
	content: "\e8bf";
	} /* 'î¢¿' */
	.icon-flash-1:before {
	content: "\e8c0";
	} /* 'î£€' */
	.icon-songkick:before {
	content: "\e8c0";
	} /* 'î£€' */
	.icon-text-width:before {
	content: "\e8c0";
	} /* 'î£€' */
	.icon-cloud-1:before {
	content: "\e8c1";
	} /* 'î£' */
	.icon-lastfm:before {
	content: "\e8c1";
	} /* 'î£' */
	.icon-align-left:before {
	content: "\e8c1";
	} /* 'î£' */
	.icon-globe-1:before {
	content: "\e8c2";
	} /* 'î£‚' */
	.icon-gmail:before {
	content: "\e8c2";
	} /* 'î£‚' */
	.icon-align-center:before {
	content: "\e8c2";
	} /* 'î£‚' */
	.icon-inbox-1:before {
	content: "\e8c3";
	} /* 'î£ƒ' */
	.icon-pinboard:before {
	content: "\e8c3";
	} /* 'î£ƒ' */
	.icon-align-right:before {
	content: "\e8c3";
	} /* 'î£ƒ' */
	.icon-pinterest-circled-1:before {
	content: "\e8c4";
	} /* 'î£„' */
	.icon-openid:before {
	content: "\e8c4";
	} /* 'î£„' */
	.icon-bell:before {
	content: "\e8c4";
	} /* 'î£„' */
	.icon-pinterest-1:before {
	content: "\e8c5";
	} /* 'î£…' */
	.icon-quora:before {
	content: "\e8c5";
	} /* 'î£…' */
	.icon-warning:before {
	content: "\e8c5";
	} /* 'î£…' */
	.icon-skype-2:before {
	content: "\e8c6";
	} /* 'î£†' */
	.icon-soundcloud:before {
	content: "\e8c6";
	} /* 'î£†' */
	.icon-exclamation:before {
	content: "\e8c6";
	} /* 'î£†' */
	.icon-right-hand:before {
	content: "\e8c7";
	} /* 'î£‡' */
	.icon-tumblr:before {
	content: "\e8c7";
	} /* 'î£‡' */
	.icon-indent-right:before {
	content: "\e8c7";
	} /* 'î£‡' */
	.icon-folder-open-1:before {
	content: "\e8c8";
	} /* 'î£ˆ' */
	.icon-eventasaurus:before {
	content: "\e8c8";
	} /* 'î£ˆ' */
	.icon-right-circled:before {
	content: "\e8c8";
	} /* 'î£ˆ' */
	.icon-to-end-1:before {
	content: "\e8c9";
	} /* 'î£‰' */
	.icon-wordpress:before {
	content: "\e8c9";
	} /* 'î£‰' */
	.icon-off:before {
	content: "\e8c9";
	} /* 'î£‰' */
	.icon-logout-1:before {
	content: "\e8ca";
	} /* 'î£Š' */
	.icon-yelp:before {
	content: "\e8ca";
	} /* 'î£Š' */
	.icon-pause:before {
	content: "\e8ca";
	} /* 'î£Š' */
	.icon-dribbble-1:before {
	content: "\e8cb";
	} /* 'î£‹' */
	.icon-right-open-4:before {
	content: "\e8cb";
	} /* 'î£‹' */
	.icon-intensedebate:before {
	content: "\e8cb";
	} /* 'î£‹' */
	.icon-cw:before {
	content: "\e8cc";
	} /* 'î£Œ' */
	.icon-eventbrite:before {
	content: "\e8cc";
	} /* 'î£Œ' */
	.icon-inbox:before {
	content: "\e8cc";
	} /* 'î£Œ' */
	.icon-truck:before {
	content: "\e8cd";
	} /* 'î£' */
	.icon-scribd:before {
	content: "\e8cd";
	} /* 'î£' */
	.icon-briefcase:before {
	content: "\e8cd";
	} /* 'î£' */
	.icon-linkedin-3:before {
	content: "\e8ce";
	} /* 'î£Ž' */
	.icon-posterous:before {
	content: "\e8ce";
	} /* 'î£Ž' */
	.icon-plus:before {
	content: "\e8ce";
	} /* 'î£Ž' */
	.icon-linkedin-squared:before {
	content: "\e8cf";
	} /* 'î£' */
	.icon-stripe:before {
	content: "\e8cf";
	} /* 'î£' */
	.icon-road:before {
	content: "\e8cf";
	} /* 'î£' */
	.icon-vimeo-2:before {
	content: "\e8d0";
	} /* 'î£' */
	.icon-opentable:before {
	content: "\e8d0";
	} /* 'î£' */
	.icon-website-circled:before {
	content: "\e8d0";
	} /* 'î£' */
	.icon-heart-1:before {
	content: "\e8d1";
	} /* 'î£‘' */
	.icon-cart:before {
	content: "\e8d1";
	} /* 'î£‘' */
	.icon-calendar-circled:before {
	content: "\e8d1";
	} /* 'î£‘' */
	.icon-heart-empty:before {
	content: "\e8d2";
	} /* 'î£’' */
	.icon-print-2:before {
	content: "\e8d2";
	} /* 'î£’' */
	.icon-mic:before {
	content: "\e8d2";
	} /* 'î£’' */
	.icon-mail-1:before {
	content: "\e8d3";
	} /* 'î£“' */
	.icon-angellist:before {
	content: "\e8d3";
	} /* 'î£“' */
	.icon-mic-circled:before {
	content: "\e8d3";
	} /* 'î£“' */
	.icon-github-squared:before {
	content: "\e8d4";
	} /* 'î£”' */
	.icon-instagram:before {
	content: "\e8d4";
	} /* 'î£”' */
	.icon-gift:before {
	content: "\e8d4";
	} /* 'î£”' */
	.icon-to-end-alt:before {
	content: "\e8d5";
	} /* 'î£•' */
	.icon-dwolla:before {
	content: "\e8d5";
	} /* 'î£•' */
	.icon-fire:before {
	content: "\e8d5";
	} /* 'î£•' */
	.icon-check:before {
	content: "\e8d6";
	} /* 'î£–' */
	.icon-appnet:before {
	content: "\e8d6";
	} /* 'î£–' */
	.icon-magnet:before {
	content: "\e8d6";
	} /* 'î£–' */
	.icon-twitter-circled-1:before {
	content: "\e8d7";
	} /* 'î£—' */
	.icon-statusnet:before {
	content: "\e8d7";
	} /* 'î£—' */
	.icon-home:before {
	content: "\e8d7";
	} /* 'î£—' */
	.icon-twitter-3:before {
	content: "\e8d8";
	} /* 'î£˜' */
	.icon-acrobat:before {
	content: "\e8d8";
	} /* 'î£˜' */
	.icon-home-circled:before {
	content: "\e8d8";
	} /* 'î£˜' */
	.icon-user-1:before {
	content: "\e8d9";
	} /* 'î£™' */
	.icon-drupal:before {
	content: "\e8d9";
	} /* 'î£™' */
	.icon-lightbulb:before {
	content: "\e8d9";
	} /* 'î£™' */
	.icon-lemon:before {
	content: "\e8da";
	} /* 'î£š' */
	.icon-buffer:before {
	content: "\e8da";
	} /* 'î£š' */
	.icon-barcode:before {
	content: "\e8da";
	} /* 'î£š' */
	.icon-star-1:before {
	content: "\e8db";
	} /* 'î£›' */
	.icon-pocket:before {
	content: "\e8db";
	} /* 'î£›' */
	.icon-lightbulb-alt:before {
	content: "\e8db";
	} /* 'î£›' */
	.icon-star-empty-1:before {
	content: "\e8dc";
	} /* 'î£œ' */
	.icon-bitbucket:before {
	content: "\e8dc";
	} /* 'î£œ' */
	.icon-block:before {
	content: "\e8dc";
	} /* 'î£œ' */
	.icon-star-half-1:before {
	content: "\e8dd";
	} /* 'î£' */
	.icon-lego:before {
	content: "\e8dd";
	} /* 'î£' */
	.icon-resize-full:before {
	content: "\e8dd";
	} /* 'î£' */
	.icon-users-1:before {
	content: "\e8de";
	} /* 'î£ž' */
	.icon-login-1:before {
	content: "\e8de";
	} /* 'î£ž' */
	.icon-resize-full-alt:before {
	content: "\e8de";
	} /* 'î£ž' */
	.icon-video:before {
	content: "\e8df";
	} /* 'î£Ÿ' */
	.icon-stackoverflow:before {
	content: "\e8df";
	} /* 'î£Ÿ' */
	.icon-resize-small:before {
	content: "\e8df";
	} /* 'î£Ÿ' */
	.icon-videocam-1:before {
	content: "\e8e0";
	} /* 'î£ ' */
	.icon-hackernews:before {
	content: "\e8e0";
	} /* 'î£ ' */
	.icon-resize-vertical:before {
	content: "\e8e0";
	} /* 'î£ ' */
	.icon-camera-1:before {
	content: "\e8e1";
	} /* 'î£¡' */
	.icon-lkdto:before {
	content: "\e8e1";
	} /* 'î£¡' */
	.icon-resize-horizontal:before {
	content: "\e8e1";
	} /* 'î£¡' */
	.icon-indent-right:before {
	content: "\e8e2";
	} /* 'î£¢' */
	.icon-smiley:before {
	content: "\e8e2";
	} /* 'î£¢' */
	.icon-umbrella:before {
	content: "\e8e3";
	} /* 'î££' */
	.icon-smiley-circled:before {
	content: "\e8e3";
	} /* 'î££' */
	.icon-leaf:before {
	content: "\e8e4";
	} /* 'î£¤' */
	.icon-address-book:before {
	content: "\e8e4";
	} /* 'î£¤' */
	.icon-bold:before {
	content: "\e8e5";
	} /* 'î£¥' */
	.icon-address-book-alt:before {
	content: "\e8e5";
	} /* 'î£¥' */
	.icon-font:before {
	content: "\e8e6";
	} /* 'î£¦' */
	.icon-asl:before {
	content: "\e8e6";
	} /* 'î£¦' */
	.icon-italic:before {
	content: "\e8e7";
	} /* 'î£§' */
	.icon-glasses:before {
	content: "\e8e7";
	} /* 'î£§' */
	.icon-book:before {
	content: "\e8e8";
	} /* 'î£¨' */
	.icon-hearing-impaired:before {
	content: "\e8e8";
	} /* 'î£¨' */
	.icon-tint:before {
	content: "\e8e9";
	} /* 'î£©' */
	.icon-iphone-home:before {
	content: "\e8e9";
	} /* 'î£©' */
	.icon-text-height:before {
	content: "\e8ea";
	} /* 'î£ª' */
	.icon-person:before {
	content: "\e8ea";
	} /* 'î£ª' */
	.icon-text-width:before {
	content: "\e8eb";
	} /* 'î£«' */
	.icon-adult:before {
	content: "\e8eb";
	} /* 'î£«' */
	.icon-align-left:before {
	content: "\e8ec";
	} /* 'î£¬' */
	.icon-child:before {
	content: "\e8ec";
	} /* 'î£¬' */
	.icon-align-center:before {
	content: "\e8ed";
	} /* 'î£­' */
	.icon-blind:before {
	content: "\e8ed";
	} /* 'î£­' */
	.icon-align-right:before {
	content: "\e8ee";
	} /* 'î£®' */
	.icon-guidedog:before {
	content: "\e8ee";
	} /* 'î£®' */
	.icon-glass:before {
	content: "\e8ef";
	} /* 'î£¯' */
	.icon-accessibility:before {
	content: "\e8ef";
	} /* 'î£¯' */
	.icon-emo-happy:before {
	content: "\e8f0";
	} /* 'î£°' */
	.icon-behance-1:before {
	content: "\e8f0";
	} /* 'î£°' */
	.icon-emo-wink:before {
	content: "\e8f1";
	} /* 'î£±' */
	.icon-blogger:before {
	content: "\e8f1";
	} /* 'î£±' */
	.icon-emo-wink2:before {
	content: "\e8f2";
	} /* 'î£²' */
	.icon-cc:before {
	content: "\e8f2";
	} /* 'î£²' */
	.icon-emo-unhappy:before {
	content: "\e8f3";
	} /* 'î£³' */
	.icon-delicious:before {
	content: "\e8f3";
	} /* 'î£³' */
	.icon-emo-sleep:before {
	content: "\e8f4";
	} /* 'î£´' */
	.icon-w3c:before {
	content: "\e8f4";
	} /* 'î£´' */
	.icon-deviantart:before {
	content: "\e8f4";
	} /* 'î£´' */
	.icon-emo-thumbsup:before {
	content: "\e8f5";
	} /* 'î£µ' */
	.icon-youtube:before {
	content: "\e8f5";
	} /* 'î£µ' */
	.icon-digg:before {
	content: "\e8f5";
	} /* 'î£µ' */
	.icon-emo-devil:before {
	content: "\e8f6";
	} /* 'î£¶' */
	.icon-dribbble-3:before {
	content: "\e8f6";
	} /* 'î£¶' */
	.icon-emo-tongue:before {
	content: "\e8f7";
	} /* 'î£·' */
	.icon-facebook-2:before {
	content: "\e8f7";
	} /* 'î£·' */
	.icon-emo-sunglasses:before {
	content: "\e8f8";
	} /* 'î£¸' */
	.icon-flickr-2:before {
	content: "\e8f8";
	} /* 'î£¸' */
	.icon-emo-coffee:before {
	content: "\e8f9";
	} /* 'î£¹' */
	.icon-foursquare:before {
	content: "\e8f9";
	} /* 'î£¹' */
	.icon-emo-surprised:before {
	content: "\e8fa";
	} /* 'î£º' */
	.icon-friendfeed:before {
	content: "\e8fa";
	} /* 'î£º' */
	.icon-emo-displeased:before {
	content: "\e8fb";
	} /* 'î£»' */
	.icon-friendfeed-rect:before {
	content: "\e8fb";
	} /* 'î£»' */
	.icon-emo-beer:before {
	content: "\e8fc";
	} /* 'î£¼' */
	.icon-github-2:before {
	content: "\e8fc";
	} /* 'î£¼' */
	.icon-emo-saint:before {
	content: "\e8fd";
	} /* 'î£½' */
	.icon-github-text:before {
	content: "\e8fd";
	} /* 'î£½' */
	.icon-emo-angry:before {
	content: "\e8fe";
	} /* 'î£¾' */
	.icon-googleplus:before {
	content: "\e8fe";
	} /* 'î£¾' */
	.icon-emo-grin:before {
	content: "\e8ff";
	} /* 'î£¿' */
	.icon-instagram-2:before {
	content: "\e8ff";
	} /* 'î£¿' */
	.icon-emo-cry:before {
	content: "\e900";
	} /* 'î¤€' */
	.icon-linkedin-2:before {
	content: "\e900";
	} /* 'î¤€' */
	.icon-emo-shoot:before {
	content: "\e901";
	} /* 'î¤' */
	.icon-down-open-2:before {
	content: "\e901";
	} /* 'î¤' */
	.icon-emo-laugh:before {
	content: "\e902";
	} /* 'î¤‚' */
	.icon-left-open-2:before {
	content: "\e902";
	} /* 'î¤‚' */
	.icon-spin1:before {
	content: "\e903";
	} /* 'î¤ƒ' */
	.icon-right-open-2:before {
	content: "\e903";
	} /* 'î¤ƒ' */
	.icon-emo-squint:before {
	content: "\e904";
	} /* 'î¤„' */
	.icon-up-open-2:before {
	content: "\e904";
	} /* 'î¤„' */
	.icon-spin3:before {
	content: "\e905";
	} /* 'î¤…' */
	.icon-down-2:before {
	content: "\e905";
	} /* 'î¤…' */
	.icon-spin2:before {
	content: "\e906";
	} /* 'î¤†' */
	.icon-left-2:before {
	content: "\e906";
	} /* 'î¤†' */
	.icon-spin4:before {
	content: "\e907";
	} /* 'î¤‡' */
	.icon-right-2:before {
	content: "\e907";
	} /* 'î¤‡' */
	.icon-spin5:before {
	content: "\e908";
	} /* 'î¤ˆ' */
	.icon-up-2:before {
	content: "\e908";
	} /* 'î¤ˆ' */
	.icon-spin6:before {
	content: "\e909";
	} /* 'î¤‰' */
	.icon-universal-access:before {
	content: "\e909";
	} /* 'î¤‰' */
	.icon-opera-1:before {
	content: "\e90a";
	} /* 'î¤Š' */
	.icon-male:before {
	content: "\e90a";
	} /* 'î¤Š' */
	.icon-ie-1:before {
	content: "\e90b";
	} /* 'î¤‹' */
	.icon-female:before {
	content: "\e90b";
	} /* 'î¤‹' */
	.icon-crown:before {
	content: "\e90c";
	} /* 'î¤Œ' */
	.icon-css:before {
	content: "\e90c";
	} /* 'î¤Œ' */
	.icon-crown-plus:before {
	content: "\e90d";
	} /* 'î¤' */
	.icon-path:before {
	content: "\e90d";
	} /* 'î¤' */
	.icon-chrome-1:before {
	content: "\e90e";
	} /* 'î¤Ž' */
	.icon-picasa-2:before {
	content: "\e90e";
	} /* 'î¤Ž' */
	.icon-firefox-1:before {
	content: "\e90f";
	} /* 'î¤' */
	.icon-pinterest-2:before {
	content: "\e90f";
	} /* 'î¤' */
	.icon-marquee:before {
	content: "\e910";
	} /* 'î¤' */
	.icon-reddit:before {
	content: "\e910";
	} /* 'î¤' */
	.icon-crown-minus:before {
	content: "\e911";
	} /* 'î¤‘' */
	.icon-skype-3:before {
	content: "\e911";
	} /* 'î¤‘' */
	.icon-picture:before {
	content: "\e912";
	} /* 'î¤’' */
	.icon-slideshare:before {
	content: "\e912";
	} /* 'î¤’' */
	.icon-note:before {
	content: "\e913";
	} /* 'î¤“' */
	.icon-stackoverflow:before {
	content: "\e913";
	} /* 'î¤“' */
	.icon-note-beamed:before {
	content: "\e914";
	} /* 'î¤”' */
	.icon-stumbleupon-2:before {
	content: "\e914";
	} /* 'î¤”' */
	.icon-music-1:before {
	content: "\e915";
	} /* 'î¤•' */
	.icon-twitter-2:before {
	content: "\e915";
	} /* 'î¤•' */
	.icon-search-1:before {
	content: "\e916";
	} /* 'î¤–' */
	.icon-tumblr-1:before {
	content: "\e916";
	} /* 'î¤–' */
	.icon-flashlight:before {
	content: "\e917";
	} /* 'î¤—' */
	.icon-vimeo-3:before {
	content: "\e917";
	} /* 'î¤—' */
	.icon-mail-1:before {
	content: "\e918";
	} /* 'î¤˜' */
	.icon-vkontakte-1:before {
	content: "\e918";
	} /* 'î¤˜' */
	.icon-heart-1:before {
	content: "\e919";
	} /* 'î¤™' */
	.icon-wordpress:before {
	content: "\e919";
	} /* 'î¤™' */
	.icon-heart-empty-1:before {
	content: "\e91a";
	} /* 'î¤š' */
	.icon-music-1:before {
	content: "\e91a";
	} /* 'î¤š' */
	.icon-star-1:before {
	content: "\e91b";
	} /* 'î¤›' */
	.icon-search-2:before {
	content: "\e91b";
	} /* 'î¤›' */
	.icon-star-empty-1:before {
	content: "\e91c";
	} /* 'î¤œ' */
	.icon-mail-2:before {
	content: "\e91c";
	} /* 'î¤œ' */
	.icon-user-1:before {
	content: "\e91d";
	} /* 'î¤' */
	.icon-heart-2:before {
	content: "\e91d";
	} /* 'î¤' */
	.icon-users-1:before {
	content: "\e91e";
	} /* 'î¤ž' */
	.icon-star-2:before {
	content: "\e91e";
	} /* 'î¤ž' */
	.icon-user-add:before {
	content: "\e91f";
	} /* 'î¤Ÿ' */
	.icon-user-2:before {
	content: "\e91f";
	} /* 'î¤Ÿ' */
	.icon-video-1:before {
	content: "\e920";
	} /* 'î¤ ' */
	.icon-videocam-2:before {
	content: "\e920";
	} /* 'î¤ ' */
	.icon-picture-1:before {
	content: "\e921";
	} /* 'î¤¡' */
	.icon-camera-2:before {
	content: "\e921";
	} /* 'î¤¡' */
	.icon-camera-1:before {
	content: "\e922";
	} /* 'î¤¢' */
	.icon-photo-1:before {
	content: "\e922";
	} /* 'î¤¢' */
	.icon-layout:before {
	content: "\e923";
	} /* 'î¤£' */
	.icon-attach-3:before {
	content: "\e923";
	} /* 'î¤£' */
	.icon-menu-1:before {
	content: "\e924";
	} /* 'î¤¤' */
	.icon-lock-3:before {
	content: "\e924";
	} /* 'î¤¤' */
	.icon-check-1:before {
	content: "\e925";
	} /* 'î¤¥' */
	.icon-eye-2:before {
	content: "\e925";
	} /* 'î¤¥' */
	.icon-cancel-squared:before {
	content: "\e926";
	} /* 'î¤¦' */
	.icon-tag-1:before {
	content: "\e926";
	} /* 'î¤¦' */
	.icon-cancel-1:before {
	content: "\e927";
	} /* 'î¤§' */
	.icon-thumbs-up-1:before {
	content: "\e927";
	} /* 'î¤§' */
	.icon-cancel-circled-1:before {
	content: "\e928";
	} /* 'î¤¨' */
	.icon-pencil-3:before {
	content: "\e928";
	} /* 'î¤¨' */
	.icon-plus-2:before {
	content: "\e929";
	} /* 'î¤©' */
	.icon-comment-3:before {
	content: "\e929";
	} /* 'î¤©' */
	.icon-plus-squared-1:before {
	content: "\e92a";
	} /* 'î¤ª' */
	.icon-location-2:before {
	content: "\e92a";
	} /* 'î¤ª' */
	.icon-minus-2:before {
	content: "\e92b";
	} /* 'î¤«' */
	.icon-cup:before {
	content: "\e92b";
	} /* 'î¤«' */
	.icon-minus-circled-1:before {
	content: "\e92c";
	} /* 'î¤¬' */
	.icon-trash-4:before {
	content: "\e92c";
	} /* 'î¤¬' */
	.icon-minus-squared-1:before {
	content: "\e92d";
	} /* 'î¤­' */
	.icon-doc-3:before {
	content: "\e92d";
	} /* 'î¤­' */
	.icon-plus-circled-1:before {
	content: "\e92e";
	} /* 'î¤®' */
	.icon-note:before {
	content: "\e92e";
	} /* 'î¤®' */
	.icon-help-1:before {
	content: "\e92f";
	} /* 'î¤¯' */
	.icon-cog-3:before {
	content: "\e92f";
	} /* 'î¤¯' */
	.icon-info-2:before {
	content: "\e930";
	} /* 'î¤°' */
	.icon-params:before {
	content: "\e930";
	} /* 'î¤°' */
	.icon-alert:before {
	content: "\e931";
	} /* 'î¤±' */
	.icon-calendar-4:before {
	content: "\e931";
	} /* 'î¤±' */
	.icon-bell-2:before {
	content: "\e932";
	} /* 'î¤²' */
	.icon-sound:before {
	content: "\e932";
	} /* 'î¤²' */
	.icon-help-circled-1:before {
	content: "\e933";
	} /* 'î¤³' */
	.icon-clock-3:before {
	content: "\e933";
	} /* 'î¤³' */
	.icon-info-circled-1:before {
	content: "\e934";
	} /* 'î¤´' */
	.icon-lightbulb-1:before {
	content: "\e934";
	} /* 'î¤´' */
	.icon-attention-1:before {
	content: "\e935";
	} /* 'î¤µ' */
	.icon-tv:before {
	content: "\e935";
	} /* 'î¤µ' */
	.icon-chat-2:before {
	content: "\e936";
	} /* 'î¤¶' */
	.icon-desktop-1:before {
	content: "\e936";
	} /* 'î¤¶' */
	.icon-comment-2:before {
	content: "\e937";
	} /* 'î¤·' */
	.icon-mobile:before {
	content: "\e937";
	} /* 'î¤·' */
	.icon-keyboard-1:before {
	content: "\e938";
	} /* 'î¤¸' */
	.icon-cd:before {
	content: "\e938";
	} /* 'î¤¸' */
	.icon-retweet-1:before {
	content: "\e939";
	} /* 'î¤¹' */
	.icon-inbox-2:before {
	content: "\e939";
	} /* 'î¤¹' */
	.icon-pencil-2:before {
	content: "\e93a";
	} /* 'î¤º' */
	.icon-globe-3:before {
	content: "\e93a";
	} /* 'î¤º' */
	.icon-feather:before {
	content: "\e93b";
	} /* 'î¤»' */
	.icon-cloud-3:before {
	content: "\e93b";
	} /* 'î¤»' */
	.icon-print-3:before {
	content: "\e93c";
	} /* 'î¤¼' */
	.icon-paper-plane:before {
	content: "\e93c";
	} /* 'î¤¼' */
	.icon-code-1:before {
	content: "\e93d";
	} /* 'î¤½' */
	.icon-fire-2:before {
	content: "\e93d";
	} /* 'î¤½' */
	.icon-quote:before {
	content: "\e93e";
	} /* 'î¤¾' */
	.icon-graduation-cap:before {
	content: "\e93e";
	} /* 'î¤¾' */
	.icon-forward-1:before {
	content: "\e93f";
	} /* 'î¤¿' */
	.icon-megaphone-1:before {
	content: "\e93f";
	} /* 'î¤¿' */
	.icon-reply-all-1:before {
	content: "\e940";
	} /* 'î¥€' */
	.icon-database:before {
	content: "\e940";
	} /* 'î¥€' */
	.icon-reply-1:before {
	content: "\e941";
	} /* 'î¥' */
	.icon-key-1:before {
	content: "\e941";
	} /* 'î¥' */
	.icon-upload-2:before {
	content: "\e942";
	} /* 'î¥‚' */
	.icon-beaker:before {
	content: "\e942";
	} /* 'î¥‚' */
	.icon-upload-cloud-2:before {
	content: "\e943";
	} /* 'î¥ƒ' */
	.icon-truck:before {
	content: "\e943";
	} /* 'î¥ƒ' */
	.icon-flag-1:before {
	content: "\e944";
	} /* 'î¥„' */
	.icon-money:before {
	content: "\e944";
	} /* 'î¥„' */
	.icon-tag-1:before {
	content: "\e945";
	} /* 'î¥…' */
	.icon-food:before {
	content: "\e945";
	} /* 'î¥…' */
	.icon-lock-open-2:before {
	content: "\e946";
	} /* 'î¥†' */
	.icon-shop:before {
	content: "\e946";
	} /* 'î¥†' */
	.icon-link-2:before {
	content: "\e947";
	} /* 'î¥‡' */
	.icon-diamond:before {
	content: "\e947";
	} /* 'î¥‡' */
	.icon-home-2:before {
	content: "\e948";
	} /* 'î¥ˆ' */
	.icon-t-shirt:before {
	content: "\e948";
	} /* 'î¥ˆ' */
	.icon-back:before {
	content: "\e949";
	} /* 'î¥‰' */
	.icon-wallet:before {
	content: "\e949";
	} /* 'î¥‰' */
	.icon-vcard:before {
	content: "\e94a";
	} /* 'î¥Š' */
	.icon-search-3:before {
	content: "\e94a";
	} /* 'î¥Š' */
	.icon-address:before {
	content: "\e94b";
	} /* 'î¥‹' */
	.icon-mail-3:before {
	content: "\e94b";
	} /* 'î¥‹' */
	.icon-location-1:before {
	content: "\e94c";
	} /* 'î¥Œ' */
	.icon-heart-3:before {
	content: "\e94c";
	} /* 'î¥Œ' */
	.icon-map-1:before {
	content: "\e94d";
	} /* 'î¥' */
	.icon-heart-empty-1:before {
	content: "\e94d";
	} /* 'î¥' */
	.icon-direction-1:before {
	content: "\e94e";
	} /* 'î¥Ž' */
	.icon-star-3:before {
	content: "\e94e";
	} /* 'î¥Ž' */
	.icon-compass-1:before {
	content: "\e94f";
	} /* 'î¥' */
	.icon-user-3:before {
	content: "\e94f";
	} /* 'î¥' */
	.icon-trash-3:before {
	content: "\e950";
	} /* 'î¥' */
	.icon-video-1:before {
	content: "\e950";
	} /* 'î¥' */
	.icon-doc-2:before {
	content: "\e951";
	} /* 'î¥‘' */
	.icon-picture-1:before {
	content: "\e951";
	} /* 'î¥‘' */
	.icon-docs-1:before {
	content: "\e952";
	} /* 'î¥’' */
	.icon-th-large-1:before {
	content: "\e952";
	} /* 'î¥’' */
	.icon-doc-landscape:before {
	content: "\e953";
	} /* 'î¥“' */
	.icon-th-1:before {
	content: "\e953";
	} /* 'î¥“' */
	.icon-doc-text-1:before {
	content: "\e954";
	} /* 'î¥”' */
	.icon-th-list-2:before {
	content: "\e954";
	} /* 'î¥”' */
	.icon-doc-text-inv-1:before {
	content: "\e955";
	} /* 'î¥•' */
	.icon-ok-2:before {
	content: "\e955";
	} /* 'î¥•' */
	.icon-book-open:before {
	content: "\e956";
	} /* 'î¥–' */
	.icon-ok-circle:before {
	content: "\e956";
	} /* 'î¥–' */
	.icon-book-1:before {
	content: "\e957";
	} /* 'î¥—' */
	.icon-cancel-2:before {
	content: "\e957";
	} /* 'î¥—' */
	.icon-left-circled-1:before {
	content: "\e958";
	} /* 'î¥˜' */
	.icon-cancel-circle:before {
	content: "\e958";
	} /* 'î¥˜' */
	.icon-cd:before {
	content: "\e959";
	} /* 'î¥™' */
	.icon-plus-circle:before {
	content: "\e959";
	} /* 'î¥™' */
	.icon-up-thin:before {
	content: "\e95a";
	} /* 'î¥š' */
	.icon-minus-circle:before {
	content: "\e95a";
	} /* 'î¥š' */
	.icon-right-thin:before {
	content: "\e95b";
	} /* 'î¥›' */
	.icon-link:before {
	content: "\e95b";
	} /* 'î¥›' */
	.icon-left-thin:before {
	content: "\e95c";
	} /* 'î¥œ' */
	.icon-attach-4:before {
	content: "\e95c";
	} /* 'î¥œ' */
	.icon-mobile-2:before {
	content: "\e95d";
	} /* 'î¥' */
	.icon-lock-4:before {
	content: "\e95d";
	} /* 'î¥' */
	.icon-water:before {
	content: "\e95e";
	} /* 'î¥ž' */
	.icon-lock-open-3:before {
	content: "\e95e";
	} /* 'î¥ž' */
	.icon-ticket-1:before {
	content: "\e95f";
	} /* 'î¥Ÿ' */
	.icon-tag-2:before {
	content: "\e95f";
	} /* 'î¥Ÿ' */
	.icon-cc-share:before {
	content: "\e960";
	} /* 'î¥ ' */
	.icon-reply:before {
	content: "\e960";
	} /* 'î¥ ' */
	.icon-cc-zero:before {
	content: "\e961";
	} /* 'î¥¡' */
	.icon-reply-all:before {
	content: "\e961";
	} /* 'î¥¡' */
	.icon-cc-pd:before {
	content: "\e962";
	} /* 'î¥¢' */
	.icon-forward-1:before {
	content: "\e962";
	} /* 'î¥¢' */
	.icon-cc-nc-eu:before {
	content: "\e963";
	} /* 'î¥£' */
	.icon-code:before {
	content: "\e963";
	} /* 'î¥£' */
	.icon-cc-nc-jp:before {
	content: "\e964";
	} /* 'î¥¤' */
	.icon-retweet-2:before {
	content: "\e964";
	} /* 'î¥¤' */
	.icon-cc-nc:before {
	content: "\e965";
	} /* 'î¥¥' */
	.icon-comment-4:before {
	content: "\e965";
	} /* 'î¥¥' */
	.icon-cc-by:before {
	content: "\e966";
	} /* 'î¥¦' */
	.icon-comment-alt-1:before {
	content: "\e966";
	} /* 'î¥¦' */
	.icon-magnet-1:before {
	content: "\e967";
	} /* 'î¥§' */
	.icon-chat:before {
	content: "\e967";
	} /* 'î¥§' */
	.icon-infinity:before {
	content: "\e968";
	} /* 'î¥¨' */
	.icon-attention:before {
	content: "\e968";
	} /* 'î¥¨' */
	.icon-progress-3:before {
	content: "\e969";
	} /* 'î¥©' */
	.icon-location-3:before {
	content: "\e969";
	} /* 'î¥©' */
	.icon-up-3:before {
	content: "\e96a";
	} /* 'î¥ª' */
	.icon-doc-4:before {
	content: "\e96a";
	} /* 'î¥ª' */
	.icon-right-bold-1:before {
	content: "\e96b";
	} /* 'î¥«' */
	.icon-docs-landscape:before {
	content: "\e96b";
	} /* 'î¥«' */
	.icon-resize-small-1:before {
	content: "\e96c";
	} /* 'î¥¬' */
	.icon-folder-3:before {
	content: "\e96c";
	} /* 'î¥¬' */
	.icon-block-2:before {
	content: "\e96d";
	} /* 'î¥­' */
	.icon-archive:before {
	content: "\e96d";
	} /* 'î¥­' */
	.icon-adjust-1:before {
	content: "\e96e";
	} /* 'î¥®' */
	.icon-rss-2:before {
	content: "\e96e";
	} /* 'î¥®' */
	.icon-down-bold-1:before {
	content: "\e96f";
	} /* 'î¥¯' */
	.icon-rss-alt:before {
	content: "\e96f";
	} /* 'î¥¯' */
	.icon-light-up:before {
	content: "\e970";
	} /* 'î¥°' */
	.icon-cog-4:before {
	content: "\e970";
	} /* 'î¥°' */
	.icon-up-dir-1:before {
	content: "\e971";
	} /* 'î¥±' */
	.icon-logout:before {
	content: "\e971";
	} /* 'î¥±' */
	.icon-list-add:before {
	content: "\e972";
	} /* 'î¥²' */
	.icon-clock-4:before {
	content: "\e972";
	} /* 'î¥²' */
	.icon-right-dir-1:before {
	content: "\e973";
	} /* 'î¥³' */
	.icon-block-1:before {
	content: "\e973";
	} /* 'î¥³' */
	.icon-down-dir-1:before {
	content: "\e974";
	} /* 'î¥´' */
	.icon-resize-full-1:before {
	content: "\e974";
	} /* 'î¥´' */
	.icon-lamp:before {
	content: "\e975";
	} /* 'î¥µ' */
	.icon-resize-full-circle:before {
	content: "\e975";
	} /* 'î¥µ' */
	.icon-volume:before {
	content: "\e976";
	} /* 'î¥¶' */
	.icon-popup:before {
	content: "\e976";
	} /* 'î¥¶' */
	.icon-right-3:before {
	content: "\e977";
	} /* 'î¥·' */
	.icon-left-open-1:before {
	content: "\e977";
	} /* 'î¥·' */
	.icon-left-3:before {
	content: "\e978";
	} /* 'î¥¸' */
	.icon-right-open-1:before {
	content: "\e978";
	} /* 'î¥¸' */
	.icon-sound:before {
	content: "\e979";
	} /* 'î¥¹' */
	.icon-down-circle:before {
	content: "\e979";
	} /* 'î¥¹' */
	.icon-progress-1:before {
	content: "\e97a";
	} /* 'î¥º' */
	.icon-left-circle:before {
	content: "\e97a";
	} /* 'î¥º' */
	.icon-progress-2:before {
	content: "\e97b";
	} /* 'î¥»' */
	.icon-right-circle:before {
	content: "\e97b";
	} /* 'î¥»' */
	.icon-cc-2:before {
	content: "\e97c";
	} /* 'î¥¼' */
	.icon-up-circle:before {
	content: "\e97c";
	} /* 'î¥¼' */
	.icon-brush-2:before {
	content: "\e97d";
	} /* 'î¥½' */
	.icon-down-dir-1:before {
	content: "\e97d";
	} /* 'î¥½' */
	.icon-erase:before {
	content: "\e97e";
	} /* 'î¥¾' */
	.icon-right-dir-1:before {
	content: "\e97e";
	} /* 'î¥¾' */
	.icon-target-1:before {
	content: "\e97f";
	} /* 'î¥¿' */
	.icon-down-micro:before {
	content: "\e97f";
	} /* 'î¥¿' */
	.icon-palette:before {
	content: "\e980";
	} /* 'î¦€' */
	.icon-up-micro:before {
	content: "\e980";
	} /* 'î¦€' */
	.icon-list-1:before {
	content: "\e981";
	} /* 'î¦' */
	.icon-cw-circle:before {
	content: "\e981";
	} /* 'î¦' */
	.icon-chart-pie-2:before {
	content: "\e982";
	} /* 'î¦‚' */
	.icon-arrows-cw-1:before {
	content: "\e982";
	} /* 'î¦‚' */
	.icon-cc-sa:before {
	content: "\e983";
	} /* 'î¦ƒ' */
	.icon-updown-circle:before {
	content: "\e983";
	} /* 'î¦ƒ' */
	.icon-cc-nd:before {
	content: "\e984";
	} /* 'î¦„' */
	.icon-target-1:before {
	content: "\e984";
	} /* 'î¦„' */
	.icon-chart-bar-2:before {
	content: "\e985";
	} /* 'î¦…' */
	.icon-signal-1:before {
	content: "\e985";
	} /* 'î¦…' */
	.icon-chart-line-1:before {
	content: "\e986";
	} /* 'î¦†' */
	.icon-progress-0:before {
	content: "\e986";
	} /* 'î¦†' */
	.icon-chart-area-1:before {
	content: "\e987";
	} /* 'î¦‡' */
	.icon-progress-1:before {
	content: "\e987";
	} /* 'î¦‡' */
	.icon-tape:before {
	content: "\e988";
	} /* 'î¦ˆ' */
	.icon-progress-2:before {
	content: "\e988";
	} /* 'î¦ˆ' */
	.icon-graduation-cap-1:before {
	content: "\e989";
	} /* 'î¦‰' */
	.icon-progress-3:before {
	content: "\e989";
	} /* 'î¦‰' */
	.icon-cc-remix:before {
	content: "\e98a";
	} /* 'î¦Š' */
	.icon-progress-4:before {
	content: "\e98a";
	} /* 'î¦Š' */
	.icon-back-in-time:before {
	content: "\e98b";
	} /* 'î¦‹' */
	.icon-progress-5:before {
	content: "\e98b";
	} /* 'î¦‹' */
	.icon-language-1:before {
	content: "\e98c";
	} /* 'î¦Œ' */
	.icon-progress-6:before {
	content: "\e98c";
	} /* 'î¦Œ' */
	.icon-trophy-1:before {
	content: "\e98d";
	} /* 'î¦' */
	.icon-progress-7:before {
	content: "\e98d";
	} /* 'î¦' */
	.icon-signal-1:before {
	content: "\e98e";
	} /* 'î¦Ž' */
	.icon-font-1:before {
	content: "\e98e";
	} /* 'î¦Ž' */
	.icon-left-bold-1:before {
	content: "\e98f";
	} /* 'î¦' */
	.icon-list-1:before {
	content: "\e98f";
	} /* 'î¦' */
	.icon-down-thin:before {
	content: "\e990";
	} /* 'î¦' */
	.icon-list-numbered:before {
	content: "\e990";
	} /* 'î¦' */
	.icon-monitor-1:before {
	content: "\e991";
	} /* 'î¦‘' */
	.icon-indent-left-1:before {
	content: "\e991";
	} /* 'î¦‘' */
	.icon-battery:before {
	content: "\e992";
	} /* 'î¦’' */
	.icon-indent-right-1:before {
	content: "\e992";
	} /* 'î¦’' */
	.icon-resize-full-2:before {
	content: "\e993";
	} /* 'î¦“' */
	.icon-cloud-4:before {
	content: "\e993";
	} /* 'î¦“' */
	.icon-left-dir-1:before {
	content: "\e994";
	} /* 'î¦”' */
	.icon-terminal:before {
	content: "\e994";
	} /* 'î¦”' */
	.icon-light-down:before {
	content: "\e995";
	} /* 'î¦•' */
	.icon-facebook-rect:before {
	content: "\e995";
	} /* 'î¦•' */
	.icon-clock-2:before {
	content: "\e996";
	} /* 'î¦–' */
	.icon-twitter-bird:before {
	content: "\e996";
	} /* 'î¦–' */
	.icon-attach-2:before {
	content: "\e997";
	} /* 'î¦—' */
	.icon-vimeo-rect:before {
	content: "\e997";
	} /* 'î¦—' */
	.icon-lock-2:before {
	content: "\e998";
	} /* 'î¦˜' */
	.icon-tumblr-rect:before {
	content: "\e998";
	} /* 'î¦˜' */
	.icon-hourglass-4:before {
	content: "\e999";
	} /* 'î¦™' */
	.icon-googleplus-rect:before {
	content: "\e999";
	} /* 'î¦™' */
	.icon-cup:before {
	content: "\e99a";
	} /* 'î¦š' */
	.icon-linkedin-rect:before {
	content: "\e99a";
	} /* 'î¦š' */
	.icon-bookmark-1:before {
	content: "\e99b";
	} /* 'î¦›' */
	.icon-vkontakte-rect:before {
	content: "\e99b";
	} /* 'î¦›' */
	.icon-bookmarks:before {
	content: "\e99c";
	} /* 'î¦œ' */
	.icon-youtube:before {
	content: "\e99c";
	} /* 'î¦œ' */
	.icon-eye-1:before {
	content: "\e99d";
	} /* 'î¦' */
	.icon-odnoklassniki-rect:before {
	content: "\e99d";
	} /* 'î¦' */
	.icon-thumbs-up-1:before {
	content: "\e99e";
	} /* 'î¦ž' */
	.icon-share-2:before {
	content: "\e99e";
	} /* 'î¦ž' */
	.icon-download-1:before {
	content: "\e99f";
	} /* 'î¦Ÿ' */
	.icon-arrows-cw-2:before {
	content: "\e99f";
	} /* 'î¦Ÿ' */
	.icon-window:before {
	content: "\e9a0";
	} /* 'î¦ ' */
	.icon-publish:before {
	content: "\e9a1";
	} /* 'î¦¡' */
	.icon-popup:before {
	content: "\e9a2";
	} /* 'î¦¢' */
	.icon-thumbs-down-1:before {
	content: "\e9a3";
	} /* 'î¦£' */
	.icon-up-bold-1:before {
	content: "\e9a4";
	} /* 'î¦¤' */
	.icon-network:before {
	content: "\e9a5";
	} /* 'î¦¥' */
	.icon-droplet:before {
	content: "\e9a6";
	} /* 'î¦¦' */
	.icon-air:before {
	content: "\e9a7";
	} /* 'î¦§' */
	.icon-credit-card-1:before {
	content: "\e9a8";
	} /* 'î¦¨' */
	.icon-inbox-1:before {
	content: "\e9a9";
	} /* 'î¦©' */
	.icon-ccw-2:before {
	content: "\e9aa";
	} /* 'î¦ª' */
	.icon-down-circled-1:before {
	content: "\e9ab";
	} /* 'î¦«' */
	.icon-arrow-combo:before {
	content: "\e9ac";
	} /* 'î¦¬' */
	.icon-folder-2:before {
	content: "\e9ad";
	} /* 'î¦­' */
	.icon-box-2:before {
	content: "\e9ae";
	} /* 'î¦®' */
	.icon-archive:before {
	content: "\e9af";
	} /* 'î¦¯' */
	.icon-rss-1:before {
	content: "\e9b0";
	} /* 'î¦°' */
	.icon-cog-2:before {
	content: "\e9b1";
	} /* 'î¦±' */
	.icon-up-open-3:before {
	content: "\e9b2";
	} /* 'î¦²' */
	.icon-right-open-3:before {
	content: "\e9b3";
	} /* 'î¦³' */
	.icon-left-open-3:before {
	content: "\e9b4";
	} /* 'î¦´' */
	.icon-down-open-3:before {
	content: "\e9b5";
	} /* 'î¦µ' */
	.icon-up-circled-1:before {
	content: "\e9b6";
	} /* 'î¦¶' */
	.icon-right-circled-1:before {
	content: "\e9b7";
	} /* 'î¦·' */
	.icon-cw-2:before {
	content: "\e9b8";
	} /* 'î¦¸' */
	.icon-globe-2:before {
	content: "\e9b9";
	} /* 'î¦¹' */
	.icon-clipboard:before {
	content: "\e9ba";
	} /* 'î¦º' */
	.icon-level-down-1:before {
	content: "\e9bb";
	} /* 'î¦»' */
	.icon-install:before {
	content: "\e9bc";
	} /* 'î¦¼' */
	.icon-floppy-1:before {
	content: "\e9bd";
	} /* 'î¦½' */
	.icon-database-1:before {
	content: "\e9be";
	} /* 'î¦¾' */
	.icon-cloud-2:before {
	content: "\e9bf";
	} /* 'î¦¿' */
	.icon-cloud-thunder:before {
	content: "\e9c0";
	} /* 'î§€' */
	.icon-level-up-1:before {
	content: "\e9c1";
	} /* 'î§' */
	.icon-arrows-ccw:before {
	content: "\e9c2";
	} /* 'î§‚' */
	.icon-shuffle-1:before {
	content: "\e9c3";
	} /* 'î§ƒ' */
	.icon-drive:before {
	content: "\e9c4";
	} /* 'î§„' */
	.icon-bucket:before {
	content: "\e9c5";
	} /* 'î§…' */
	.icon-switch:before {
	content: "\e9c6";
	} /* 'î§†' */
	.icon-flight-1:before {
	content: "\e9c7";
	} /* 'î§‡' */
	.icon-moon-2:before {
	content: "\e9c8";
	} /* 'î§ˆ' */
	.icon-loop:before {
	content: "\e9c9";
	} /* 'î§‰' */
	.icon-flash-2:before {
	content: "\e9ca";
	} /* 'î§Š' */
	.icon-thermometer-1:before {
	content: "\e9cb";
	} /* 'î§‹' */
	.icon-key-2:before {
	content: "\e9cc";
	} /* 'î§Œ' */
	.icon-flow-cascade:before {
	content: "\e9cd";
	} /* 'î§' */
	.icon-flow-branch:before {
	content: "\e9ce";
	} /* 'î§Ž' */
	.icon-flow-tree:before {
	content: "\e9cf";
	} /* 'î§' */
	.icon-flow-line:before {
	content: "\e9d0";
	} /* 'î§' */
	.icon-flow-parallel:before {
	content: "\e9d1";
	} /* 'î§‘' */
	.icon-rocket-1:before {
	content: "\e9d2";
	} /* 'î§’' */
	.icon-gauge-1:before {
	content: "\e9d3";
	} /* 'î§“' */
	.icon-traffic-cone:before {
	content: "\e9d4";
	} /* 'î§”' */
	.icon-dot-2:before {
	content: "\e9d5";
	} /* 'î§•' */
	.icon-dot:before {
	content: "\e9d6";
	} /* 'î§–' */
	.icon-suitcase-1:before {
	content: "\e9d7";
	} /* 'î§—' */
	.icon-briefcase-1:before {
	content: "\e9d8";
	} /* 'î§˜' */
	.icon-paper-plane-1:before {
	content: "\e9d9";
	} /* 'î§™' */
	.icon-play-2:before {
	content: "\e9da";
	} /* 'î§š' */
	.icon-stop-2:before {
	content: "\e9db";
	} /* 'î§›' */
	.icon-pause-2:before {
	content: "\e9dc";
	} /* 'î§œ' */
	.icon-record:before {
	content: "\e9dd";
	} /* 'î§' */
	.icon-to-start-1:before {
	content: "\e9de";
	} /* 'î§ž' */
	.icon-fast-backward-1:before {
	content: "\e9df";
	} /* 'î§Ÿ' */
	.icon-progress-0:before {
	content: "\e9e0";
	} /* 'î§ ' */
	.icon-right-open-big:before {
	content: "\e9e1";
	} /* 'î§¡' */
	.icon-left-open-big:before {
	content: "\e9e2";
	} /* 'î§¢' */
	.icon-up-open-mini:before {
	content: "\e9e3";
	} /* 'î§£' */
	.icon-right-open-mini:before {
	content: "\e9e4";
	} /* 'î§¤' */
	.icon-down-open-mini:before {
	content: "\e9e5";
	} /* 'î§¥' */
	.icon-logout-1:before {
	content: "\e9e6";
	} /* 'î§¦' */
	.icon-login-2:before {
	content: "\e9e7";
	} /* 'î§§' */
	.icon-calendar-2:before {
	content: "\e9e8";
	} /* 'î§¨' */
	.icon-bag:before {
	content: "\e9e9";
	} /* 'î§©' */
	.icon-left-open-mini:before {
	content: "\e9ea";
	} /* 'î§ª' */
	.icon-to-end-1:before {
	content: "\e9eb";
	} /* 'î§«' */
	.icon-leaf-1:before {
	content: "\e9ec";
	} /* 'î§¬' */
	.icon-lifebuoy-1:before {
	content: "\e9ed";
	} /* 'î§­' */
	.icon-mouse:before {
	content: "\e9ee";
	} /* 'î§®' */
	.icon-fast-forward-1:before {
	content: "\e9ef";
	} /* 'î§¯' */
	.icon-up-open-big:before {
	content: "\e9f0";
	} /* 'î§°' */
	.icon-down-3:before {
	content: "\e9f1";
	} /* 'î§±' */
	.icon-dot-3:before {
	content: "\e9f2";
	} /* 'î§²' */
	.icon-down-open-big:before {
	content: "\e9f3";
	} /* 'î§³' */
	.icon-shareable:before {
	content: "\e9f4";
	} /* 'î§´' */
	.icon-basket-1:before {
	content: "\e9f5";
	} /* 'î§µ' */
	.icon-mic-1:before {
	content: "\e9f6";
	} /* 'î§¶' */
	.icon-mute-1:before {
	content: "\e9f7";
	} /* 'î§·' */
	.icon-tools:before {
	content: "\e9f8";
	} /* 'î§¸' */
	.icon-phone-1:before {
	content: "\e9f9";
	} /* 'î§¹' */
	.icon-newspaper-1:before {
	content: "\e9fa";
	} /* 'î§º' */
	.icon-megaphone-1:before {
	content: "\e9fb";
	} /* 'î§»' */
	.icon-music-outline:before {
	content: "\e9fc";
	} /* 'î§¼' */
	.icon-cancel-outline:before {
	content: "\e9fd";
	} /* 'î§½' */
	.icon-contacts:before {
	content: "\e9fe";
	} /* 'î§¾' */
	.icon-eject-1:before {
	content: "\e9ff";
	} /* 'î§¿' */
	.icon-drizzle:before {
	content: "\ea00";
	} /* 'î¨€' */
	.icon-flow-split:before {
	content: "\ea01";
	} /* 'î¨' */
	.icon-right-4:before {
	content: "\ea02";
	} /* 'î¨‚' */
	.icon-bookmark-2:before {
	content: "\ea03";
	} /* 'î¨ƒ' */
	.icon-calendar-3:before {
	content: "\ea04";
	} /* 'î¨„' */
	.icon-music-2:before {
	content: "\ea05";
	} /* 'î¨…' */
	.icon-cancel-2:before {
	content: "\ea06";
	} /* 'î¨†' */
	.icon-flag-2:before {
	content: "\ea07";
	} /* 'î¨‡' */
	.icon-vcard-1:before {
	content: "\ea08";
	} /* 'î¨ˆ' */
	.icon-mic-outline:before {
	content: "\ea09";
	} /* 'î¨‰' */
	.icon-up-4:before {
	content: "\ea0a";
	} /* 'î¨Š' */
	.icon-eject-alt-outline:before {
	content: "\ea0b";
	} /* 'î¨‹' */
	.icon-snow:before {
	content: "\ea0c";
	} /* 'î¨Œ' */
	.icon-flow-merge:before {
	content: "\ea0d";
	} /* 'î¨' */
	.icon-flow-parallel-1:before {
	content: "\ea0e";
	} /* 'î¨Ž' */
	.icon-cloud-flash:before {
	content: "\ea0f";
	} /* 'î¨' */
	.icon-eject-alt:before {
	content: "\ea10";
	} /* 'î¨' */
	.icon-down-outline:before {
	content: "\ea11";
	} /* 'î¨‘' */
	.icon-flag-filled:before {
	content: "\ea12";
	} /* 'î¨’' */
	.icon-search-outline:before {
	content: "\ea13";
	} /* 'î¨“' */
	.icon-mic-2:before {
	content: "\ea14";
	} /* 'î¨”' */
	.icon-cancel-alt:before {
	content: "\ea15";
	} /* 'î¨•' */
	.icon-address-1:before {
	content: "\ea16";
	} /* 'î¨–' */
	.icon-search-2:before {
	content: "\ea17";
	} /* 'î¨—' */
	.icon-thumbs-up-2:before {
	content: "\ea18";
	} /* 'î¨˜' */
	.icon-location-outline:before {
	content: "\ea19";
	} /* 'î¨™' */
	.icon-volume-off-1:before {
	content: "\ea1a";
	} /* 'î¨š' */
	.icon-left-outline:before {
	content: "\ea1b";
	} /* 'î¨›' */
	.icon-bat1:before {
	content: "\ea1c";
	} /* 'î¨œ' */
	.icon-cloud-wind:before {
	content: "\ea1d";
	} /* 'î¨' */
	.icon-flow-cross:before {
	content: "\ea1e";
	} /* 'î¨ž' */
	.icon-certificate-outline:before {
	content: "\ea1f";
	} /* 'î¨Ÿ' */
	.icon-bat2:before {
	content: "\ea20";
	} /* 'î¨ ' */
	.icon-right-outline:before {
	content: "\ea21";
	} /* 'î¨¡' */
	.icon-mail-2:before {
	content: "\ea22";
	} /* 'î¨¢' */
	.icon-location-2:before {
	content: "\ea23";
	} /* 'î¨£' */
	.icon-thumbs-down-2:before {
	content: "\ea24";
	} /* 'î¨¤' */
	.icon-cancel-circled-outline:before {
	content: "\ea25";
	} /* 'î¨¥' */
	.icon-heart-2:before {
	content: "\ea26";
	} /* 'î¨¦' */
	.icon-download-outline:before {
	content: "\ea27";
	} /* 'î¨§' */
	.icon-map-2:before {
	content: "\ea28";
	} /* 'î¨¨' */
	.icon-up-outline:before {
	content: "\ea29";
	} /* 'î¨©' */
	.icon-volume-middle:before {
	content: "\ea2a";
	} /* 'î¨ª' */
	.icon-bat3:before {
	content: "\ea2b";
	} /* 'î¨«' */
	.icon-plane-outline:before {
	content: "\ea2c";
	} /* 'î¨¬' */
	.icon-certificate-1:before {
	content: "\ea2d";
	} /* 'î¨­' */
	.icon-scissors-outline:before {
	content: "\ea2e";
	} /* 'î¨®' */
	.icon-volume-high:before {
	content: "\ea2f";
	} /* 'î¨¯' */
	.icon-direction-outline:before {
	content: "\ea30";
	} /* 'î¨°' */
	.icon-heart-filled:before {
	content: "\ea31";
	} /* 'î¨±' */
	.icon-cancel-circled-2:before {
	content: "\ea32";
	} /* 'î¨²' */
	.icon-bat4:before {
	content: "\ea33";
	} /* 'î¨³' */
	.icon-wind:before {
	content: "\ea34";
	} /* 'î¨´' */
	.icon-plane:before {
	content: "\ea35";
	} /* 'î¨µ' */
	.icon-leaf-2:before {
	content: "\ea36";
	} /* 'î¨¶' */
	.icon-down-small:before {
	content: "\ea37";
	} /* 'î¨·' */
	.icon-left-small:before {
	content: "\ea38";
	} /* 'î¨¸' */
	.icon-download-2:before {
	content: "\ea39";
	} /* 'î¨¹' */
	.icon-upload-outline:before {
	content: "\ea3a";
	} /* 'î¨º' */
	.icon-compass-2:before {
	content: "\ea3b";
	} /* 'î¨»' */
	.icon-bat-charge:before {
	content: "\ea3c";
	} /* 'î¨¼' */
	.icon-plug-1:before {
	content: "\ea3d";
	} /* 'î¨½' */
	.icon-lifebuoy-2:before {
	content: "\ea3e";
	} /* 'î¨¾' */
	.icon-flask:before {
	content: "\ea3f";
	} /* 'î¨¿' */
	.icon-wine:before {
	content: "\ea40";
	} /* 'î©€' */
	.icon-scissors-1:before {
	content: "\ea41";
	} /* 'î©' */
	.icon-anchor-outline:before {
	content: "\ea42";
	} /* 'î©‚' */
	.icon-anchor-1:before {
	content: "\ea43";
	} /* 'î©ƒ' */
	.icon-beer-1:before {
	content: "\ea44";
	} /* 'î©„' */
	.icon-coffee-1:before {
	content: "\ea45";
	} /* 'î©…' */
	.icon-pipette:before {
	content: "\ea46";
	} /* 'î©†' */
	.icon-briefcase-2:before {
	content: "\ea47";
	} /* 'î©‡' */
	.icon-target-2:before {
	content: "\ea48";
	} /* 'î©ˆ' */
	.icon-wifi-1:before {
	content: "\ea49";
	} /* 'î©‰' */
	.icon-arrows-cw-outline:before {
	content: "\ea4a";
	} /* 'î©Š' */
	.icon-star-2:before {
	content: "\ea4b";
	} /* 'î©‹' */
	.icon-star-filled:before {
	content: "\ea4c";
	} /* 'î©Œ' */
	.icon-user-outline:before {
	content: "\ea4d";
	} /* 'î©' */
	.icon-user-2:before {
	content: "\ea4e";
	} /* 'î©Ž' */
	.icon-users-outline:before {
	content: "\ea4f";
	} /* 'î©' */
	.icon-users-2:before {
	content: "\ea50";
	} /* 'î©' */
	.icon-user-add-1:before {
	content: "\ea51";
	} /* 'î©‘' */
	.icon-user-delete-outline:before {
	content: "\ea52";
	} /* 'î©’' */
	.icon-video-2:before {
	content: "\ea53";
	} /* 'î©“' */
	.icon-videocam-outline:before {
	content: "\ea54";
	} /* 'î©”' */
	.icon-picture-2:before {
	content: "\ea55";
	} /* 'î©•' */
	.icon-camera-2:before {
	content: "\ea56";
	} /* 'î©–' */
	.icon-th-1:before {
	content: "\ea57";
	} /* 'î©—' */
	.icon-th-large-outline:before {
	content: "\ea58";
	} /* 'î©˜' */
	.icon-th-list-outline:before {
	content: "\ea59";
	} /* 'î©™' */
	.icon-th-list-1:before {
	content: "\ea5a";
	} /* 'î©š' */
	.icon-ok-1:before {
	content: "\ea5b";
	} /* 'î©›' */
	.icon-qrcode:before {
	content: "\ea5c";
	} /* 'î©œ' */
	.icon-mail:before {
	content: "\ea5c";
	} /* 'î©œ' */
	.icon-road:before {
	content: "\ea5d";
	} /* 'î©' */
	.icon-heart:before {
	content: "\ea5d";
	} /* 'î©' */
	.icon-off:before {
	content: "\ea5e";
	} /* 'î©ž' */
	.icon-star:before {
	content: "\ea5e";
	} /* 'î©ž' */
	.icon-briefcase:before {
	content: "\ea5f";
	} /* 'î©Ÿ' */
	.icon-star-empty:before {
	content: "\ea5f";
	} /* 'î©Ÿ' */
	.icon-ok:before {
	content: "\ea60";
	} /* 'î© ' */
	.icon-video-chat:before {
	content: "\ea60";
	} /* 'î© ' */
	.icon-cancel:before {
	content: "\ea61";
	} /* 'î©¡' */
	.icon-picture:before {
	content: "\ea61";
	} /* 'î©¡' */
	.icon-plus:before {
	content: "\ea62";
	} /* 'î©¢' */
	.icon-camera:before {
	content: "\ea62";
	} /* 'î©¢' */
	.icon-barcode:before {
	content: "\ea63";
	} /* 'î©£' */
	.icon-help-circled:before {
	content: "\ea63";
	} /* 'î©£' */
	.icon-help-circled-alt:before {
	content: "\ea64";
	} /* 'î©¤' */
	.icon-photo-circled:before {
	content: "\ea64";
	} /* 'î©¤' */
	.icon-home:before {
	content: "\ea65";
	} /* 'î©¥' */
	.icon-th-large:before {
	content: "\ea65";
	} /* 'î©¥' */
	.icon-pencil:before {
	content: "\ea66";
	} /* 'î©¦' */
	.icon-th:before {
	content: "\ea66";
	} /* 'î©¦' */
	.icon-attention:before {
	content: "\ea67";
	} /* 'î©§' */
	.icon-th-list:before {
	content: "\ea67";
	} /* 'î©§' */
	.icon-attention-alt:before {
	content: "\ea68";
	} /* 'î©¨' */
	.icon-view-mode:before {
	content: "\ea68";
	} /* 'î©¨' */
	.icon-cog:before {
	content: "\ea69";
	} /* 'î©©' */
	.icon-ok:before {
	content: "\ea69";
	} /* 'î©©' */
	.icon-clock:before {
	content: "\ea6a";
	} /* 'î©ª' */
	.icon-ok-circled:before {
	content: "\ea6a";
	} /* 'î©ª' */
	.icon-stopwatch:before {
	content: "\ea6b";
	} /* 'î©«' */
	.icon-ok-circled2:before {
	content: "\ea6b";
	} /* 'î©«' */
	.icon-hourglass:before {
	content: "\ea6c";
	} /* 'î©¬' */
	.icon-glass:before {
	content: "\ea6c";
	} /* 'î©¬' */
	.icon-left-fat:before {
	content: "\ea6d";
	} /* 'î©­' */
	.icon-music:before {
	content: "\ea6d";
	} /* 'î©­' */
	.icon-flash:before {
	content: "\ea6e";
	} /* 'î©®' */
	.icon-search:before {
	content: "\ea6e";
	} /* 'î©®' */
	.icon-cloud:before {
	content: "\ea6f";
	} /* 'î©¯' */
	.icon-search-circled:before {
	content: "\ea6f";
	} /* 'î©¯' */
	.icon-vector-pencil:before {
	content: "\ea70";
	} /* 'î©°' */
	.icon-mail:before {
	content: "\ea70";
	} /* 'î©°' */
	.icon-at:before {
	content: "\ea71";
	} /* 'î©±' */
	.icon-mail-circled:before {
	content: "\ea71";
	} /* 'î©±' */
	.icon-female:before {
	content: "\ea72";
	} /* 'î©²' */
	.icon-heart:before {
	content: "\ea72";
	} /* 'î©²' */
	.icon-male:before {
	content: "\ea73";
	} /* 'î©³' */
	.icon-heart-circled:before {
	content: "\ea73";
	} /* 'î©³' */
	.icon-king:before {
	content: "\ea74";
	} /* 'î©´' */
	.icon-heart-empty:before {
	content: "\ea74";
	} /* 'î©´' */
	.icon-anchor:before {
	content: "\ea75";
	} /* 'î©µ' */
	.icon-star:before {
	content: "\ea75";
	} /* 'î©µ' */
	.icon-search-3:before {
	content: "\ea76";
	} /* 'î©¶' */
	.icon-mail-3:before {
	content: "\ea77";
	} /* 'î©·' */
	.icon-heart-3:before {
	content: "\ea78";
	} /* 'î©¸' */
	.icon-heart-empty-2:before {
	content: "\ea79";
	} /* 'î©¹' */
	.icon-star-3:before {
	content: "\ea7a";
	} /* 'î©º' */
	.icon-user-3:before {
	content: "\ea7b";
	} /* 'î©»' */
	.icon-video-3:before {
	content: "\ea7c";
	} /* 'î©¼' */
	.icon-picture-3:before {
	content: "\ea7d";
	} /* 'î©½' */
	.icon-pin-2:before {
	content: "\ea7e";
	} /* 'î©¾' */
	.icon-camera-3:before {
	content: "\ea7e";
	} /* 'î©¾' */
	.icon-lock-open-1:before {
	content: "\ea7f";
	} /* 'î©¿' */
	.icon-ok-2:before {
	content: "\ea7f";
	} /* 'î©¿' */
	.icon-lock-1:before {
	content: "\ea80";
	} /* 'îª€' */
	.icon-ok-circle:before {
	content: "\ea80";
	} /* 'îª€' */
	.icon-attach-outline:before {
	content: "\ea81";
	} /* 'îª' */
	.icon-cancel-3:before {
	content: "\ea81";
	} /* 'îª' */
	.icon-link-1:before {
	content: "\ea82";
	} /* 'îª‚' */
	.icon-cancel-circle:before {
	content: "\ea82";
	} /* 'îª‚' */
	.icon-home-1:before {
	content: "\ea83";
	} /* 'îªƒ' */
	.icon-plus-2:before {
	content: "\ea83";
	} /* 'îªƒ' */
	.icon-home-outline:before {
	content: "\ea84";
	} /* 'îª„' */
	.icon-plus-circle:before {
	content: "\ea84";
	} /* 'îª„' */
	.icon-info-1:before {
	content: "\ea85";
	} /* 'îª…' */
	.icon-minus-2:before {
	content: "\ea85";
	} /* 'îª…' */
	.icon-info-outline:before {
	content: "\ea86";
	} /* 'îª†' */
	.icon-minus-circle:before {
	content: "\ea86";
	} /* 'îª†' */
	.icon-eq:before {
	content: "\ea87";
	} /* 'îª‡' */
	.icon-help-2:before {
	content: "\ea87";
	} /* 'îª‡' */
	.icon-eq-outline:before {
	content: "\ea88";
	} /* 'îªˆ' */
	.icon-info-2:before {
	content: "\ea88";
	} /* 'îªˆ' */
	.icon-divide:before {
	content: "\ea89";
	} /* 'îª‰' */
	.icon-home-2:before {
	content: "\ea89";
	} /* 'îª‰' */
	.icon-divide-outline:before {
	content: "\ea8a";
	} /* 'îªŠ' */
	.icon-link-2:before {
	content: "\ea8a";
	} /* 'îªŠ' */
	.icon-minus-1:before {
	content: "\ea8b";
	} /* 'îª‹' */
	.icon-attach-2:before {
	content: "\ea8b";
	} /* 'îª‹' */
	.icon-plus-outline:before {
	content: "\ea8c";
	} /* 'îªŒ' */
	.icon-lock-2:before {
	content: "\ea8c";
	} /* 'îªŒ' */
	.icon-direction-2:before {
	content: "\ea8d";
	} /* 'îª' */
	.icon-lock-empty:before {
	content: "\ea8d";
	} /* 'îª' */
	.icon-headphones-2:before {
	content: "\ea8e";
	} /* 'îªŽ' */
	.icon-lock-open-2:before {
	content: "\ea8e";
	} /* 'îªŽ' */
	.icon-wristwatch:before {
	content: "\ea8f";
	} /* 'îª' */
	.icon-lock-open-empty:before {
	content: "\ea8f";
	} /* 'îª' */
	.icon-target-outline:before {
	content: "\ea90";
	} /* 'îª' */
	.icon-pin-1:before {
	content: "\ea90";
	} /* 'îª' */
	.icon-wifi-outline:before {
	content: "\ea91";
	} /* 'îª‘' */
	.icon-eye-3:before {
	content: "\ea91";
	} /* 'îª‘' */
	.icon-upload-cloud-1:before {
	content: "\ea92";
	} /* 'îª’' */
	.icon-tag-3:before {
	content: "\ea92";
	} /* 'îª’' */
	.icon-reply-outline:before {
	content: "\ea93";
	} /* 'îª“' */
	.icon-tag-empty:before {
	content: "\ea93";
	} /* 'îª“' */
	.icon-upload-cloud-outline:before {
	content: "\ea94";
	} /* 'îª”' */
	.icon-download-3:before {
	content: "\ea94";
	} /* 'îª”' */
	.icon-trash-1:before {
	content: "\ea95";
	} /* 'îª•' */
	.icon-upload-2:before {
	content: "\ea95";
	} /* 'îª•' */
	.icon-doc-1:before {
	content: "\ea96";
	} /* 'îª–' */
	.icon-download-cloud-1:before {
	content: "\ea96";
	} /* 'îª–' */
	.icon-lightbulb-1:before {
	content: "\ea97";
	} /* 'îª—' */
	.icon-upload-cloud-2:before {
	content: "\ea97";
	} /* 'îª—' */
	.icon-up-small:before {
	content: "\ea98";
	} /* 'îª˜' */
	.icon-quote-left-1:before {
	content: "\ea98";
	} /* 'îª˜' */
	.icon-cw-outline:before {
	content: "\ea99";
	} /* 'îª™' */
	.icon-quote-right-1:before {
	content: "\ea99";
	} /* 'îª™' */
	.icon-cw-1:before {
	content: "\ea9a";
	} /* 'îªš' */
	.icon-quote-left-alt:before {
	content: "\ea9a";
	} /* 'îªš' */
	.icon-stopwatch-1:before {
	content: "\ea9b";
	} /* 'îª›' */
	.icon-quote-right-alt:before {
	content: "\ea9b";
	} /* 'îª›' */
	.icon-upload-1:before {
	content: "\ea9c";
	} /* 'îªœ' */
	.icon-pencil-2:before {
	content: "\ea9c";
	} /* 'îªœ' */
	.icon-plus-1:before {
	content: "\ea9d";
	} /* 'îª' */
	.icon-pencil-neg:before {
	content: "\ea9d";
	} /* 'îª' */
	.icon-rain:before {
	content: "\ea9e";
	} /* 'îªž' */
	.icon-waves:before {
	content: "\ea9f";
	} /* 'îªŸ' */
	.icon-waves-outline:before {
	content: "\eaa0";
	} /* 'îª ' */
	.icon-left-4:before {
	content: "\eaa1";
	} /* 'îª¡' */
	.icon-warning-empty:before {
	content: "\eaa2";
	} /* 'îª¢' */
	.icon-warning:before {
	content: "\eaa3";
	} /* 'îª£' */
	.icon-cancel-alt-filled:before {
	content: "\eaa4";
	} /* 'îª¤' */
	.icon-pencil-alt:before {
	content: "\eaa4";
	} /* 'îª¤' */
	.icon-doc-text-2:before {
	content: "\eaa5";
	} /* 'îª¥' */
	.icon-undo:before {
	content: "\eaa5";
	} /* 'îª¥' */
	.icon-contrast:before {
	content: "\eaa6";
	} /* 'îª¦' */
	.icon-cog-outline:before {
	content: "\eaa6";
	} /* 'îª¦' */
	.icon-reply-2:before {
	content: "\eaa7";
	} /* 'îª§' */
	.icon-comment-2:before {
	content: "\eaa7";
	} /* 'îª§' */
	.icon-doc-add:before {
	content: "\eaa8";
	} /* 'îª¨' */
	.icon-comment-inv:before {
	content: "\eaa8";
	} /* 'îª¨' */
	.icon-block-outline:before {
	content: "\eaa9";
	} /* 'îª©' */
	.icon-comment-alt:before {
	content: "\eaa9";
	} /* 'îª©' */
	.icon-doc-remove:before {
	content: "\eaaa";
	} /* 'îªª' */
	.icon-comment-inv-alt:before {
	content: "\eaaa";
	} /* 'îªª' */
	.icon-forward-2:before {
	content: "\eaab";
	} /* 'îª«' */
	.icon-comment-alt2:before {
	content: "\eaab";
	} /* 'îª«' */
	.icon-news:before {
	content: "\eaac";
	} /* 'îª¬' */
	.icon-comment-inv-alt2:before {
	content: "\eaac";
	} /* 'îª¬' */
	.icon-resize-full-outline:before {
	content: "\eaad";
	} /* 'îª­' */
	.icon-chat-2:before {
	content: "\eaad";
	} /* 'îª­' */
	.icon-block-1:before {
	content: "\eaae";
	} /* 'îª®' */
	.icon-chat-inv:before {
	content: "\eaae";
	} /* 'îª®' */
	.icon-loop-outline:before {
	content: "\eaaf";
	} /* 'îª¯' */
	.icon-location-3:before {
	content: "\eaaf";
	} /* 'îª¯' */
	.icon-power:before {
	content: "\eab0";
	} /* 'îª°' */
	.icon-location-inv:before {
	content: "\eab0";
	} /* 'îª°' */
	.icon-check-outline:before {
	content: "\eab1";
	} /* 'îª±' */
	.icon-location-alt:before {
	content: "\eab1";
	} /* 'îª±' */
	.icon-power-outline:before {
	content: "\eab2";
	} /* 'îª²' */
	.icon-compass-3:before {
	content: "\eab2";
	} /* 'îª²' */
	.icon-puzzle-outline:before {
	content: "\eab3";
	} /* 'îª³' */
	.icon-trash-2:before {
	content: "\eab3";
	} /* 'îª³' */
	.icon-puzzle-1:before {
	content: "\eab4";
	} /* 'îª´' */
	.icon-trash-empty-1:before {
	content: "\eab4";
	} /* 'îª´' */
	.icon-check-2:before {
	content: "\eab5";
	} /* 'îªµ' */
	.icon-doc-2:before {
	content: "\eab5";
	} /* 'îªµ' */
	.icon-code-outline:before {
	content: "\eab6";
	} /* 'îª¶' */
	.icon-doc-inv-1:before {
	content: "\eab6";
	} /* 'îª¶' */
	.icon-loop-alt-outline:before {
	content: "\eab7";
	} /* 'îª·' */
	.icon-doc-alt:before {
	content: "\eab7";
	} /* 'îª·' */
	.icon-gift-1:before {
	content: "\eab8";
	} /* 'îª¸' */
	.icon-doc-inv-alt:before {
	content: "\eab8";
	} /* 'îª¸' */
	.icon-tree-3:before {
	content: "\eab9";
	} /* 'îª¹' */
	.icon-article:before {
	content: "\eab9";
	} /* 'îª¹' */
	.icon-folder-delete:before {
	content: "\eaba";
	} /* 'îªº' */
	.icon-article-alt:before {
	content: "\eaba";
	} /* 'îªº' */
	.icon-export-outline:before {
	content: "\eabb";
	} /* 'îª»' */
	.icon-book-open-1:before {
	content: "\eabb";
	} /* 'îª»' */
	.icon-move-outline:before {
	content: "\eabc";
	} /* 'îª¼' */
	.icon-folder-2:before {
	content: "\eabc";
	} /* 'îª¼' */
	.icon-shuffle-2:before {
	content: "\eabd";
	} /* 'îª½' */
	.icon-folder-empty-1:before {
	content: "\eabd";
	} /* 'îª½' */
	.icon-globe-outline:before {
	content: "\eabe";
	} /* 'îª¾' */
	.icon-box-2:before {
	content: "\eabe";
	} /* 'îª¾' */
	.icon-pi-outline:before {
	content: "\eabf";
	} /* 'îª¿' */
	.icon-rss-3:before {
	content: "\eabf";
	} /* 'îª¿' */
	.icon-looped-square-outline:before {
	content: "\eac0";
	} /* 'î«€' */
	.icon-rss-alt:before {
	content: "\eac0";
	} /* 'î«€' */
	.icon-sort-alphabet-outline:before {
	content: "\eac1";
	} /* 'î«' */
	.icon-cog-2:before {
	content: "\eac1";
	} /* 'î«' */
	.icon-sort-alphabet:before {
	content: "\eac2";
	} /* 'î«‚' */
	.icon-wrench-2:before {
	content: "\eac2";
	} /* 'î«‚' */
	.icon-sort-numeric-outline:before {
	content: "\eac3";
	} /* 'î«ƒ' */
	.icon-share-3:before {
	content: "\eac3";
	} /* 'î«ƒ' */
	.icon-sort-numeric:before {
	content: "\eac4";
	} /* 'î«„' */
	.icon-calendar-3:before {
	content: "\eac4";
	} /* 'î«„' */
	.icon-key-outline:before {
	content: "\eac5";
	} /* 'î«…' */
	.icon-calendar-inv:before {
	content: "\eac5";
	} /* 'î«…' */
	.icon-key-1:before {
	content: "\eac6";
	} /* 'î«†' */
	.icon-calendar-alt:before {
	content: "\eac6";
	} /* 'î«†' */
	.icon-cog-1:before {
	content: "\eac7";
	} /* 'î«‡' */
	.icon-mic-3:before {
	content: "\eac7";
	} /* 'î«‡' */
	.icon-bell-1:before {
	content: "\eac8";
	} /* 'î«ˆ' */
	.icon-volume-off-2:before {
	content: "\eac8";
	} /* 'î«ˆ' */
	.icon-fast-fw-outline:before {
	content: "\eac9";
	} /* 'î«‰' */
	.icon-volume-up-1:before {
	content: "\eac9";
	} /* 'î«‰' */
	.icon-resize-full-1:before {
	content: "\eaca";
	} /* 'î«Š' */
	.icon-headphones-1:before {
	content: "\eaca";
	} /* 'î«Š' */
	.icon-resize-normal:before {
	content: "\eacb";
	} /* 'î«‹' */
	.icon-clock-2:before {
	content: "\eacb";
	} /* 'î«‹' */
	.icon-archive-1:before {
	content: "\eacc";
	} /* 'î«Œ' */
	.icon-lamp-1:before {
	content: "\eacc";
	} /* 'î«Œ' */
	.icon-comment-1:before {
	content: "\eacd";
	} /* 'î«' */
	.icon-block-2:before {
	content: "\eacd";
	} /* 'î«' */
	.icon-feather-1:before {
	content: "\eace";
	} /* 'î«Ž' */
	.icon-resize-full-2:before {
	content: "\eace";
	} /* 'î«Ž' */
	.icon-phone-outline:before {
	content: "\eacf";
	} /* 'î«' */
	.icon-resize-full-alt-1:before {
	content: "\eacf";
	} /* 'î«' */
	.icon-phone-2:before {
	content: "\ead0";
	} /* 'î«' */
	.icon-resize-small-2:before {
	content: "\ead0";
	} /* 'î«' */
	.icon-zoom-out-outline:before {
	content: "\ead1";
	} /* 'î«‘' */
	.icon-resize-small-alt:before {
	content: "\ead1";
	} /* 'î«‘' */
	.icon-zoom-in-2:before {
	content: "\ead2";
	} /* 'î«’' */
	.icon-resize-vertical-1:before {
	content: "\ead2";
	} /* 'î«’' */
	.icon-zoom-in-outline:before {
	content: "\ead3";
	} /* 'î«“' */
	.icon-resize-horizontal-1:before {
	content: "\ead3";
	} /* 'î«“' */
	.icon-stop-outline:before {
	content: "\ead4";
	} /* 'î«”' */
	.icon-move-1:before {
	content: "\ead4";
	} /* 'î«”' */
	.icon-stop-1:before {
	content: "\ead5";
	} /* 'î«•' */
	.icon-popup-1:before {
	content: "\ead5";
	} /* 'î«•' */
	.icon-pause-outline:before {
	content: "\ead6";
	} /* 'î«–' */
	.icon-down-5:before {
	content: "\ead6";
	} /* 'î«–' */
	.icon-pause-1:before {
	content: "\ead7";
	} /* 'î«—' */
	.icon-left-5:before {
	content: "\ead7";
	} /* 'î«—' */
	.icon-sun-filled:before {
	content: "\ead8";
	} /* 'î«˜' */
	.icon-right-5:before {
	content: "\ead8";
	} /* 'î«˜' */
	.icon-sun-3:before {
	content: "\ead9";
	} /* 'î«™' */
	.icon-up-5:before {
	content: "\ead9";
	} /* 'î«™' */
	.icon-chart-1:before {
	content: "\eada";
	} /* 'î«š' */
	.icon-down-circle:before {
	content: "\eada";
	} /* 'î«š' */
	.icon-chart-alt-outline:before {
	content: "\eadb";
	} /* 'î«›' */
	.icon-left-circle:before {
	content: "\eadb";
	} /* 'î«›' */
	.icon-pi:before {
	content: "\eadc";
	} /* 'î«œ' */
	.icon-right-circle:before {
	content: "\eadc";
	} /* 'î«œ' */
	.icon-at-3:before {
	content: "\eadd";
	} /* 'î«' */
	.icon-up-circle:before {
	content: "\eadd";
	} /* 'î«' */
	.icon-at-circled:before {
	content: "\eade";
	} /* 'î«ž' */
	.icon-cw-2:before {
	content: "\eade";
	} /* 'î«ž' */
	.icon-infinity-1:before {
	content: "\eadf";
	} /* 'î«Ÿ' */
	.icon-loop-1:before {
	content: "\eadf";
	} /* 'î«Ÿ' */
	.icon-chart-outline:before {
	content: "\eae0";
	} /* 'î« ' */
	.icon-loop-alt:before {
	content: "\eae0";
	} /* 'î« ' */
	.icon-temperatire:before {
	content: "\eae1";
	} /* 'î«¡' */
	.icon-exchange-1:before {
	content: "\eae1";
	} /* 'î«¡' */
	.icon-calculator:before {
	content: "\eae2";
	} /* 'î«¢' */
	.icon-split:before {
	content: "\eae2";
	} /* 'î«¢' */
	.icon-infinity-outline:before {
	content: "\eae3";
	} /* 'î«£' */
	.icon-arrow-curved:before {
	content: "\eae3";
	} /* 'î«£' */
	.icon-loop-alt-1:before {
	content: "\eae4";
	} /* 'î«¤' */
	.icon-play-2:before {
	content: "\eae4";
	} /* 'î«¤' */
	.icon-desktop-1:before {
	content: "\eae5";
	} /* 'î«¥' */
	.icon-play-circle2:before {
	content: "\eae5";
	} /* 'î«¥' */
	.icon-laptop-1:before {
	content: "\eae6";
	} /* 'î«¦' */
	.icon-stop-2:before {
	content: "\eae6";
	} /* 'î«¦' */
	.icon-tablet-2:before {
	content: "\eae7";
	} /* 'î«§' */
	.icon-pause-2:before {
	content: "\eae7";
	} /* 'î«§' */
	.icon-mobile-1:before {
	content: "\eae8";
	} /* 'î«¨' */
	.icon-to-start-2:before {
	content: "\eae8";
	} /* 'î«¨' */
	.icon-pencil-1:before {
	content: "\eae9";
	} /* 'î«©' */
	.icon-to-end-2:before {
	content: "\eae9";
	} /* 'î«©' */
	.icon-pen:before {
	content: "\eaea";
	} /* 'î«ª' */
	.icon-eject-2:before {
	content: "\eaea";
	} /* 'î«ª' */
	.icon-box-1:before {
	content: "\eaeb";
	} /* 'î««' */
	.icon-target-3:before {
	content: "\eaeb";
	} /* 'î««' */
	.icon-rss-outline:before {
	content: "\eaec";
	} /* 'î«¬' */
	.icon-signal-2:before {
	content: "\eaec";
	} /* 'î«¬' */
	.icon-move-2:before {
	content: "\eaed";
	} /* 'î«­' */
	.icon-award-1:before {
	content: "\eaed";
	} /* 'î«­' */
	.icon-popup-3:before {
	content: "\eaee";
	} /* 'î«®' */
	.icon-award-empty:before {
	content: "\eaee";
	} /* 'î«®' */
	.icon-play-outline:before {
	content: "\eaef";
	} /* 'î«¯' */
	.icon-list-2:before {
	content: "\eaef";
	} /* 'î«¯' */
	.icon-play-1:before {
	content: "\eaf0";
	} /* 'î«°' */
	.icon-list-nested:before {
	content: "\eaf0";
	} /* 'î«°' */
	.icon-globe-1:before {
	content: "\eaf1";
	} /* 'î«±' */
	.icon-bat-empty:before {
	content: "\eaf1";
	} /* 'î«±' */
	.icon-globe-alt-outline:before {
	content: "\eaf2";
	} /* 'î«²' */
	.icon-bat-half:before {
	content: "\eaf2";
	} /* 'î«²' */
	.icon-chart-alt:before {
	content: "\eaf3";
	} /* 'î«³' */
	.icon-bat-full:before {
	content: "\eaf3";
	} /* 'î«³' */
	.icon-chart-bar-outline:before {
	content: "\eaf4";
	} /* 'î«´' */
	.icon-bat-charge-1:before {
	content: "\eaf4";
	} /* 'î«´' */
	.icon-chart-bar-1:before {
	content: "\eaf5";
	} /* 'î«µ' */
	.icon-mobile-2:before {
	content: "\eaf5";
	} /* 'î«µ' */
	.icon-chart-pie-outline:before {
	content: "\eaf6";
	} /* 'î«¶' */
	.icon-cd-1:before {
	content: "\eaf6";
	} /* 'î«¶' */
	.icon-chart-pie-1:before {
	content: "\eaf7";
	} /* 'î«·' */
	.icon-equalizer:before {
	content: "\eaf7";
	} /* 'î«·' */
	.icon-ticket-2:before {
	content: "\eaf8";
	} /* 'î«¸' */
	.icon-cursor:before {
	content: "\eaf8";
	} /* 'î«¸' */
	.icon-credit-card-2:before {
	content: "\eaf9";
	} /* 'î«¹' */
	.icon-aperture:before {
	content: "\eaf9";
	} /* 'î«¹' */
	.icon-clipboard-1:before {
	content: "\eafa";
	} /* 'î«º' */
	.icon-aperture-alt:before {
	content: "\eafa";
	} /* 'î«º' */
	.icon-database-2:before {
	content: "\eafb";
	} /* 'î«»' */
	.icon-steering-wheel:before {
	content: "\eafb";
	} /* 'î«»' */
	.icon-left-open-outline:before {
	content: "\eafc";
	} /* 'î«¼' */
	.icon-book-2:before {
	content: "\eafc";
	} /* 'î«¼' */
	.icon-left-open-4:before {
	content: "\eafd";
	} /* 'î«½' */
	.icon-book-alt:before {
	content: "\eafd";
	} /* 'î«½' */
	.icon-brush-2:before {
	content: "\eafe";
	} /* 'î«¾' */
	.icon-brush-alt:before {
	content: "\eaff";
	} /* 'î«¿' */
	.icon-eyedropper-1:before {
	content: "\eb00";
	} /* 'î¬€' */
	.icon-layers:before {
	content: "\eb01";
	} /* 'î¬' */
	.icon-layers-alt:before {
	content: "\eb02";
	} /* 'î¬‚' */
	.icon-sun-1:before {
	content: "\eb03";
	} /* 'î¬ƒ' */
	.icon-sun-inv:before {
	content: "\eb04";
	} /* 'î¬„' */
	.icon-cloud-2:before {
	content: "\eb05";
	} /* 'î¬…' */
	.icon-rain-1:before {
	content: "\eb06";
	} /* 'î¬†' */
	.icon-flash-2:before {
	content: "\eb07";
	} /* 'î¬‡' */
	.icon-moon-2:before {
	content: "\eb08";
	} /* 'î¬ˆ' */
	.icon-moon-inv:before {
	content: "\eb09";
	} /* 'î¬‰' */
	.icon-umbrella-1:before {
	content: "\eb0a";
	} /* 'î¬Š' */
	.icon-chart-bar-2:before {
	content: "\eb0b";
	} /* 'î¬‹' */
	.icon-chart-pie-2:before {
	content: "\eb0c";
	} /* 'î¬Œ' */
	.icon-chart-pie-alt:before {
	content: "\eb0d";
	} /* 'î¬' */
	.icon-key-2:before {
	content: "\eb0e";
	} /* 'î¬Ž' */
	.icon-key-inv:before {
	content: "\eb0f";
	} /* 'î¬' */
	.icon-hash-1:before {
	content: "\eb10";
	} /* 'î¬' */
	.icon-at-1:before {
	content: "\eb11";
	} /* 'î¬‘' */
	.icon-pilcrow:before {
	content: "\eb12";
	} /* 'î¬’' */
	.icon-dial:before {
	content: "\eb13";
	} /* 'î¬“' */
	.icon-search-4:before {
	content: "\eb14";
	} /* 'î¬”' */
	.icon-mail-4:before {
	content: "\eb15";
	} /* 'î¬•' */
	.icon-heart-4:before {
	content: "\eb16";
	} /* 'î¬–' */
	.icon-star-4:before {
	content: "\eb17";
	} /* 'î¬—' */
	.icon-user-4:before {
	content: "\eb18";
	} /* 'î¬˜' */
	.icon-user-woman:before {
	content: "\eb19";
	} /* 'î¬™' */
	.icon-user-pair:before {
	content: "\eb1a";
	} /* 'î¬š' */
	.icon-video-alt:before {
	content: "\eb1b";
	} /* 'î¬›' */
	.icon-videocam-1:before {
	content: "\eb1c";
	} /* 'î¬œ' */
	.icon-videocam-alt:before {
	content: "\eb1d";
	} /* 'î¬' */
	.icon-camera-4:before {
	content: "\eb1e";
	} /* 'î¬ž' */
	.icon-th-2:before {
	content: "\eb1f";
	} /* 'î¬Ÿ' */
	.icon-th-list-2:before {
	content: "\eb20";
	} /* 'î¬ ' */
	.icon-ok-3:before {
	content: "\eb21";
	} /* 'î¬¡' */
	.icon-cancel-4:before {
	content: "\eb22";
	} /* 'î¬¢' */
	.icon-cancel-circle-1:before {
	content: "\eb23";
	} /* 'î¬£' */
	.icon-plus-3:before {
	content: "\eb24";
	} /* 'î¬¤' */
	.icon-home-3:before {
	content: "\eb25";
	} /* 'î¬¥' */
	.icon-lock-3:before {
	content: "\eb26";
	} /* 'î¬¦' */
	.icon-lock-open-3:before {
	content: "\eb27";
	} /* 'î¬§' */
	.icon-eye-4:before {
	content: "\eb28";
	} /* 'î¬¨' */
	.icon-tag-4:before {
	content: "\eb29";
	} /* 'î¬©' */
	.icon-thumbs-up-3:before {
	content: "\eb2a";
	} /* 'î¬ª' */
	.icon-thumbs-down-3:before {
	content: "\eb2b";
	} /* 'î¬«' */
	.icon-download-4:before {
	content: "\eb2c";
	} /* 'î¬¬' */
	.icon-export-2:before {
	content: "\eb2d";
	} /* 'î¬­' */
	.icon-pencil-3:before {
	content: "\eb2e";
	} /* 'î¬®' */
	.icon-pencil-alt-1:before {
	content: "\eb2f";
	} /* 'î¬¯' */
	.icon-edit-1:before {
	content: "\eb30";
	} /* 'î¬°' */
	.icon-chat-3:before {
	content: "\eb31";
	} /* 'î¬±' */
	.icon-print-2:before {
	content: "\eb32";
	} /* 'î¬²' */
	.icon-bell-2:before {
	content: "\eb33";
	} /* 'î¬³' */
	.icon-attention-3:before {
	content: "\eb34";
	} /* 'î¬´' */
	.icon-info-3:before {
	content: "\eb35";
	} /* 'î¬µ' */
	.icon-question:before {
	content: "\eb36";
	} /* 'î¬¶' */
	.icon-location-4:before {
	content: "\eb37";
	} /* 'î¬·' */
	.icon-trash-3:before {
	content: "\eb38";
	} /* 'î¬¸' */
	.icon-doc-3:before {
	content: "\eb39";
	} /* 'î¬¹' */
	.icon-article-1:before {
	content: "\eb3a";
	} /* 'î¬º' */
	.icon-article-alt-1:before {
	content: "\eb3b";
	} /* 'î¬»' */
	.icon-rss-4:before {
	content: "\eb3c";
	} /* 'î¬¼' */
	.icon-wrench-3:before {
	content: "\eb3d";
	} /* 'î¬½' */
	.icon-basket-3:before {
	content: "\eb3e";
	} /* 'î¬¾' */
	.icon-basket-alt:before {
	content: "\eb3f";
	} /* 'î¬¿' */
	.icon-calendar-4:before {
	content: "\eb40";
	} /* 'î­€' */
	.icon-calendar-alt-1:before {
	content: "\eb41";
	} /* 'î­' */
	.icon-volume-off-3:before {
	content: "\eb42";
	} /* 'î­‚' */
	.icon-volume-down-1:before {
	content: "\eb43";
	} /* 'î­ƒ' */
	.icon-volume-up-2:before {
	content: "\eb44";
	} /* 'î­„' */
	.icon-bullhorn:before {
	content: "\eb45";
	} /* 'î­…' */
	.icon-clock-3:before {
	content: "\eb46";
	} /* 'î­†' */
	.icon-clock-alt:before {
	content: "\eb47";
	} /* 'î­‡' */
	.icon-stop-3:before {
	content: "\eb48";
	} /* 'î­ˆ' */
	.icon-resize-full-3:before {
	content: "\eb49";
	} /* 'î­‰' */
	.icon-resize-small-3:before {
	content: "\eb4a";
	} /* 'î­Š' */
	.icon-zoom-in-1:before {
	content: "\eb4b";
	} /* 'î­‹' */
	.icon-zoom-out-1:before {
	content: "\eb4c";
	} /* 'î­Œ' */
	.icon-popup-2:before {
	content: "\eb4d";
	} /* 'î­' */
	.icon-down-dir-2:before {
	content: "\eb4e";
	} /* 'î­Ž' */
	.icon-left-dir-2:before {
	content: "\eb4f";
	} /* 'î­' */
	.icon-right-dir-2:before {
	content: "\eb50";
	} /* 'î­' */
	.icon-up-dir-2:before {
	content: "\eb51";
	} /* 'î­‘' */
	.icon-down-6:before {
	content: "\eb52";
	} /* 'î­’' */
	.icon-up-6:before {
	content: "\eb53";
	} /* 'î­“' */
	.icon-cw-3:before {
	content: "\eb54";
	} /* 'î­”' */
	.icon-signal-3:before {
	content: "\eb55";
	} /* 'î­•' */
	.icon-award-2:before {
	content: "\eb56";
	} /* 'î­–' */
	.icon-mobile-3:before {
	content: "\eb57";
	} /* 'î­—' */
	.icon-mobile-alt:before {
	content: "\eb58";
	} /* 'î­˜' */
	.icon-tablet-1:before {
	content: "\eb59";
	} /* 'î­™' */
	.icon-ipod:before {
	content: "\eb5a";
	} /* 'î­š' */
	.icon-cd-2:before {
	content: "\eb5b";
	} /* 'î­›' */
	.icon-grid:before {
	content: "\eb5c";
	} /* 'î­œ' */
	.icon-book-3:before {
	content: "\eb5d";
	} /* 'î­' */
	.icon-easel:before {
	content: "\eb5e";
	} /* 'î­ž' */
	.icon-globe-2:before {
	content: "\eb5f";
	} /* 'î­Ÿ' */
	.icon-chart:before {
	content: "\eb60";
	} /* 'î­ ' */
	.icon-chart-bar-3:before {
	content: "\eb61";
	} /* 'î­¡' */
	.icon-chart-pie-3:before {
	content: "\eb62";
	} /* 'î­¢' */
	.icon-dollar-1:before {
	content: "\eb63";
	} /* 'î­£' */
	.icon-at-2:before {
	content: "\eb64";
	} /* 'î­¤' */
	.icon-colon:before {
	content: "\eb65";
	} /* 'î­¥' */
	.icon-semicolon:before {
	content: "\eb66";
	} /* 'î­¦' */
	.icon-squares:before {
	content: "\eb67";
	} /* 'î­§' */
	.icon-money-1:before {
	content: "\eb68";
	} /* 'î­¨' */
	.icon-facebook-5:before {
	content: "\eb69";
	} /* 'î­©' */
	.icon-facebook-rect-1:before {
	content: "\eb6a";
	} /* 'î­ª' */
	.icon-twitter-bird-1:before {
	content: "\eb6b";
	} /* 'î­«' */
	.icon-youtube-2:before {
	content: "\eb6c";
	} /* 'î­¬' */
	.icon-windy-rain-inv:before {
	content: "\eb6d";
	} /* 'î­­' */
	.icon-snow-inv:before {
	content: "\eb6e";
	} /* 'î­®' */
	.icon-snow-heavy-inv:before {
	content: "\eb6f";
	} /* 'î­¯' */
	.icon-hail-inv:before {
	content: "\eb70";
	} /* 'î­°' */
	.icon-clouds-inv:before {
	content: "\eb71";
	} /* 'î­±' */
	.icon-clouds-flash-inv:before {
	content: "\eb72";
	} /* 'î­²' */
	.icon-temperature:before {
	content: "\eb73";
	} /* 'î­³' */
	.icon-compass-4:before {
	content: "\eb74";
	} /* 'î­´' */
	.icon-na:before {
	content: "\eb75";
	} /* 'î­µ' */
	.icon-celcius:before {
	content: "\eb76";
	} /* 'î­¶' */
	.icon-fahrenheit:before {
	content: "\eb77";
	} /* 'î­·' */
	.icon-clouds-flash-alt:before {
	content: "\eb78";
	} /* 'î­¸' */
	.icon-sun-inv-1:before {
	content: "\eb79";
	} /* 'î­¹' */
	.icon-moon-inv-1:before {
	content: "\eb7a";
	} /* 'î­º' */
	.icon-cloud-sun-inv:before {
	content: "\eb7b";
	} /* 'î­»' */
	.icon-cloud-moon-inv:before {
	content: "\eb7c";
	} /* 'î­¼' */
	.icon-cloud-inv:before {
	content: "\eb7d";
	} /* 'î­½' */
	.icon-cloud-flash-inv:before {
	content: "\eb7e";
	} /* 'î­¾' */
	.icon-drizzle-inv:before {
	content: "\eb7f";
	} /* 'î­¿' */
	.icon-rain-inv:before {
	content: "\eb80";
	} /* 'î®€' */
	.icon-windy-inv:before {
	content: "\eb81";
	} /* 'î®' */
	.icon-sunrise:before {
	content: "\eb82";
	} /* 'î®‚' */
	.icon-sun-2:before {
	content: "\eb83";
	} /* 'î®ƒ' */
	.icon-moon-3:before {
	content: "\eb84";
	} /* 'î®„' */
	.icon-eclipse:before {
	content: "\eb85";
	} /* 'î®…' */
	.icon-mist:before {
	content: "\eb86";
	} /* 'î®†' */
	.icon-wind-1:before {
	content: "\eb87";
	} /* 'î®‡' */
	.icon-snowflake:before {
	content: "\eb88";
	} /* 'î®ˆ' */
	.icon-cloud-sun-1:before {
	content: "\eb89";
	} /* 'î®‰' */
	.icon-cloud-moon:before {
	content: "\eb8a";
	} /* 'î®Š' */
	.icon-fog-sun:before {
	content: "\eb8b";
	} /* 'î®‹' */
	.icon-fog-moon:before {
	content: "\eb8c";
	} /* 'î®Œ' */
	.icon-fog-cloud:before {
	content: "\eb8d";
	} /* 'î®' */
	.icon-fog:before {
	content: "\eb8e";
	} /* 'î®Ž' */
	.icon-cloud-3:before {
	content: "\eb8f";
	} /* 'î®' */
	.icon-cloud-flash-1:before {
	content: "\eb90";
	} /* 'î®' */
	.icon-cloud-flash-alt:before {
	content: "\eb91";
	} /* 'î®‘' */
	.icon-drizzle-1:before {
	content: "\eb92";
	} /* 'î®’' */
	.icon-rain-2:before {
	content: "\eb93";
	} /* 'î®“' */
	.icon-windy:before {
	content: "\eb94";
	} /* 'î®”' */
	.icon-windy-rain:before {
	content: "\eb95";
	} /* 'î®•' */
	.icon-snow-1:before {
	content: "\eb96";
	} /* 'î®–' */
	.icon-snow-alt:before {
	content: "\eb97";
	} /* 'î®—' */
	.icon-snow-heavy:before {
	content: "\eb98";
	} /* 'î®˜' */
	.icon-hail:before {
	content: "\eb99";
	} /* 'î®™' */
	.icon-clouds:before {
	content: "\eb9a";
	} /* 'î®š' */
	.icon-clouds-flash:before {
	content: "\eb9b";
	} /* 'î®›' */
	.icon-down-open-1:before {
	content: "\f004";
	} /* 'ï€„' */
	.icon-up-open-1:before {
	content: "\f005";
	} /* 'ï€…' */
	.icon-right-open-1:before {
	content: "\f006";
	} /* 'ï€†' */
	.icon-left-open-1:before {
	content: "\f007";
	} /* 'ï€‡' */
	.icon-menu:before {
	content: "\f008";
	} /* 'ï€ˆ' */
	.icon-th-list:before {
	content: "\f009";
	} /* 'ï€‰' */
	.icon-th-thumb:before {
	content: "\f00a";
	} /* 'ï€Š' */
	.icon-th-thumb-empty:before {
	content: "\f00b";
	} /* 'ï€‹' */
	.icon-coverflow:before {
	content: "\f00c";
	} /* 'ï€Œ' */
	.icon-coverflow-empty:before {
	content: "\f00d";
	} /* 'ï€' */
	.icon-pause:before {
	content: "\f00e";
	} /* 'ï€Ž' */
	.icon-play:before {
	content: "\f00f";
	} /* 'ï€' */
	.icon-to-end:before {
	content: "\f010";
	} /* 'ï€' */
	.icon-to-start:before {
	content: "\f011";
	} /* 'ï€‘' */
	.icon-fast-forward:before {
	content: "\f012";
	} /* 'ï€’' */
	.icon-fast-backward:before {
	content: "\f013";
	} /* 'ï€“' */
	.icon-upload-cloud:before {
	content: "\f014";
	} /* 'ï€”' */
	.icon-download-cloud:before {
	content: "\f015";
	} /* 'ï€•' */
	.icon-data-science:before {
	content: "\f016";
	} /* 'ï€–' */
	.icon-data-science-inv:before {
	content: "\f017";
	} /* 'ï€—' */
	.icon-globe:before {
	content: "\f018";
	} /* 'ï€˜' */
	.icon-globe-inv:before {
	content: "\f019";
	} /* 'ï€™' */
	.icon-math:before {
	content: "\f01a";
	} /* 'ï€š' */
	.icon-math-circled-empty:before {
	content: "\f01b";
	} /* 'ï€›' */
	.icon-math-circled:before {
	content: "\f01c";
	} /* 'ï€œ' */
	.icon-paper-plane:before {
	content: "\f01d";
	} /* 'ï€' */
	.icon-paper-plane-alt2:before {
	content: "\f01e";
	} /* 'ï€ž' */
	.icon-paper-plane-alt:before {
	content: "\f01f";
	} /* 'ï€Ÿ' */
	.icon-color-adjust:before {
	content: "\f020";
	} /* 'ï€ ' */
	.icon-star-half:before {
	content: "\f022";
	} /* 'ï€¢' */
	.icon-star-half_empty:before {
	content: "\f024";
	} /* 'ï€¤' */
	.icon-ccw-1:before {
	content: "\f025";
	} /* 'ï€¥' */
	.icon-heart-broken:before {
	content: "\f028";
	} /* 'ï€¨' */
	.icon-hash:before {
	content: "\f029";
	} /* 'ï€©' */
	.icon-reply:before {
	content: "\f02a";
	} /* 'ï€ª' */
	.icon-retweet:before {
	content: "\f02b";
	} /* 'ï€«' */
	.icon-login:before {
	content: "\f02c";
	} /* 'ï€¬' */
	.icon-logout:before {
	content: "\f02d";
	} /* 'ï€­' */
	.icon-download:before {
	content: "\f02e";
	} /* 'ï€®' */
	.icon-upload:before {
	content: "\f02f";
	} /* 'ï€¯' */
	.icon-location:before {
	content: "\f031";
	} /* 'ï€±' */
	.icon-monitor:before {
	content: "\f032";
	} /* 'ï€²' */
	.icon-tablet:before {
	content: "\f033";
	} /* 'ï€³' */
	.icon-mobile:before {
	content: "\f034";
	} /* 'ï€´' */
	.icon-connected-object:before {
	content: "\f035";
	} /* 'ï€µ' */
	.icon-isight:before {
	content: "\f039";
	} /* 'ï€¹' */
	.icon-videocam:before {
	content: "\f03a";
	} /* 'ï€º' */
	.icon-shuffle:before {
	content: "\f03b";
	} /* 'ï€»' */
	.icon-chat:before {
	content: "\f03d";
	} /* 'ï€½' */
	.icon-bell:before {
	content: "\f03f";
	} /* 'ï€¿' */
	.icon-movie:before {
	content: "\f040";
	} /* 'ï€' */
	.icon-ruler:before {
	content: "\f044";
	} /* 'ï„' */
	.icon-vector:before {
	content: "\f045";
	} /* 'ï…' */
	.icon-doc-1:before {
	content: "\f047";
	} /* 'ï‡' */
	.icon-mic-off:before {
	content: "\f047";
	} /* 'ï‡' */
	.icon-mic:before {
	content: "\f048";
	} /* 'ïˆ' */
	.icon-doc:before {
	content: "\f04a";
	} /* 'ïŠ' */
	.icon-dribbble-circled-2:before {
	content: "\f04f";
	} /* 'ï' */
	.icon-dribbble-2:before {
	content: "\f050";
	} /* 'ï' */
	.icon-facebook-circled-2:before {
	content: "\f051";
	} /* 'ï‘' */
	.icon-facebook-2:before {
	content: "\f052";
	} /* 'ï’' */
	.icon-github-circled-alt:before {
	content: "\f053";
	} /* 'ï“' */
	.icon-github-circled-2:before {
	content: "\f054";
	} /* 'ï”' */
	.icon-github-2:before {
	content: "\f055";
	} /* 'ï•' */
	.icon-github-circled-alt2:before {
	content: "\f056";
	} /* 'ï–' */
	.icon-twitter-circled-2:before {
	content: "\f057";
	} /* 'ï—' */
	.icon-twitter-2:before {
	content: "\f058";
	} /* 'ï˜' */
	.icon-gplus-circled-1:before {
	content: "\f059";
	} /* 'ï™' */
	.icon-gplus-1:before {
	content: "\f05a";
	} /* 'ïš' */
	.icon-linkedin-circled-2:before {
	content: "\f05b";
	} /* 'ï›' */
	.icon-linkedin-2:before {
	content: "\f05c";
	} /* 'ïœ' */
	.icon-instagram-1:before {
	content: "\f05d";
	} /* 'ï' */
	.icon-instagram-circled:before {
	content: "\f05e";
	} /* 'ïž' */
	.icon-mfg-logo:before {
	content: "\f05f";
	} /* 'ïŸ' */
	.icon-mfg-logo-circled:before {
	content: "\f060";
	} /* 'ï ' */
	.icon-user:before {
	content: "\f061";
	} /* 'ï¡' */
	.icon-user-male:before {
	content: "\f062";
	} /* 'ï¢' */
	.icon-user-female:before {
	content: "\f063";
	} /* 'ï£' */
	.icon-users:before {
	content: "\f064";
	} /* 'ï¤' */
	.icon-folder:before {
	content: "\f067";
	} /* 'ï§' */
	.icon-folder-open:before {
	content: "\f068";
	} /* 'ï¨' */
	.icon-folder-empty:before {
	content: "\f069";
	} /* 'ï©' */
	.icon-attach:before {
	content: "\f06a";
	} /* 'ïª' */
	.icon-ok-circled:before {
	content: "\f06d";
	} /* 'ï­' */
	.icon-cancel-circled:before {
	content: "\f06e";
	} /* 'ï®' */
	.icon-inbox:before {
	content: "\f070";
	} /* 'ï°' */
	.icon-trophy:before {
	content: "\f074";
	} /* 'ï´' */
	.icon-lock-open-alt:before {
	content: "\f075";
	} /* 'ïµ' */
	.icon-link:before {
	content: "\f07b";
	} /* 'ï»' */
	.icon-zoom-in:before {
	content: "\f07e";
	} /* 'ï¾' */
	.icon-zoom-out:before {
	content: "\f07f";
	} /* 'ï¿' */
	.icon-stop:before {
	content: "\f080";
	} /* 'ï‚€' */
	.icon-export:before {
	content: "\f081";
	} /* 'ï‚' */
	.icon-eye:before {
	content: "\f082";
	} /* 'ï‚‚' */
	.icon-trash:before {
	content: "\f083";
	} /* 'ï‚ƒ' */
	.icon-hdd:before {
	content: "\f084";
	} /* 'ï‚„' */
	.icon-info-circled:before {
	content: "\f085";
	} /* 'ï‚…' */
	.icon-info-circled-alt:before {
	content: "\f086";
	} /* 'ï‚†' */
	.icon-print:before {
	content: "\f087";
	} /* 'ï‚‡' */
	.icon-fontsize:before {
	content: "\f088";
	} /* 'ï‚ˆ' */
	.icon-soundcloud-1:before {
	content: "\f089";
	} /* 'ï‚‰' */
	.icon-soundcloud-circled:before {
	content: "\f08a";
	} /* 'ï‚Š' */
	.icon-link-ext:before {
	content: "\f08e";
	} /* 'ï‚Ž' */
	.icon-check-empty:before {
	content: "\f096";
	} /* 'ï‚–' */
	.icon-bookmark-empty:before {
	content: "\f097";
	} /* 'ï‚—' */
	.icon-phone-squared:before {
	content: "\f098";
	} /* 'ï‚˜' */
	.icon-twitter-4:before {
	content: "\f099";
	} /* 'ï‚™' */
	.icon-facebook-4:before {
	content: "\f09a";
	} /* 'ï‚š' */
	.icon-github-circled-3:before {
	content: "\f09b";
	} /* 'ï‚›' */
	.icon-rss-1:before {
	content: "\f09e";
	} /* 'ï‚ž' */
	.icon-hdd-1:before {
	content: "\f0a0";
	} /* 'ï‚ ' */
	.icon-certificate:before {
	content: "\f0a3";
	} /* 'ï‚£' */
	.icon-left-circled:before {
	content: "\f0a8";
	} /* 'ï‚¨' */
	.icon-right-circled:before {
	content: "\f0a9";
	} /* 'ï‚©' */
	.icon-up-circled:before {
	content: "\f0aa";
	} /* 'ï‚ª' */
	.icon-down-circled:before {
	content: "\f0ab";
	} /* 'ï‚«' */
	.icon-tasks:before {
	content: "\f0ae";
	} /* 'ï‚®' */
	.icon-filter:before {
	content: "\f0b0";
	} /* 'ï‚°' */
	.icon-resize-full-alt:before {
	content: "\f0b2";
	} /* 'ï‚²' */
	.icon-beaker:before {
	content: "\f0c3";
	} /* 'ïƒƒ' */
	.icon-docs:before {
	content: "\f0c5";
	} /* 'ïƒ…' */
	.icon-blank:before {
	content: "\f0c8";
	} /* 'ïƒˆ' */
	.icon-menu-1:before {
	content: "\f0c9";
	} /* 'ïƒ‰' */
	.icon-list-bullet:before {
	content: "\f0ca";
	} /* 'ïƒŠ' */
	.icon-list-numbered:before {
	content: "\f0cb";
	} /* 'ïƒ‹' */
	.icon-strike:before {
	content: "\f0cc";
	} /* 'ïƒŒ' */
	.icon-underline:before {
	content: "\f0cd";
	} /* 'ïƒ' */
	.icon-table:before {
	content: "\f0ce";
	} /* 'ïƒŽ' */
	.icon-magic:before {
	content: "\f0d0";
	} /* 'ïƒ' */
	.icon-pinterest-circled-2:before {
	content: "\f0d2";
	} /* 'ïƒ’' */
	.icon-pinterest-squared:before {
	content: "\f0d3";
	} /* 'ïƒ“' */
	.icon-gplus-squared:before {
	content: "\f0d4";
	} /* 'ïƒ”' */
	.icon-gplus-2:before {
	content: "\f0d5";
	} /* 'ïƒ•' */
	.icon-money:before {
	content: "\f0d6";
	} /* 'ïƒ–' */
	.icon-columns:before {
	content: "\f0db";
	} /* 'ïƒ›' */
	.icon-sort:before {
	content: "\f0dc";
	} /* 'ïƒœ' */
	.icon-sort-down:before {
	content: "\f0dd";
	} /* 'ïƒ' */
	.icon-sort-up:before {
	content: "\f0de";
	} /* 'ïƒž' */
	.icon-mail-alt:before {
	content: "\f0e0";
	} /* 'ïƒ ' */
	.icon-linkedin-4:before {
	content: "\f0e1";
	} /* 'ïƒ¡' */
	.icon-gauge:before {
	content: "\f0e4";
	} /* 'ïƒ¤' */
	.icon-comment-empty:before {
	content: "\f0e5";
	} /* 'ïƒ¥' */
	.icon-chat-empty:before {
	content: "\f0e6";
	} /* 'ïƒ¦' */
	.icon-sitemap:before {
	content: "\f0e8";
	} /* 'ïƒ¨' */
	.icon-paste:before {
	content: "\f0ea";
	} /* 'ïƒª' */
	.icon-lightbulb:before {
	content: "\f0eb";
	} /* 'ïƒ«' */
	.icon-exchange:before {
	content: "\f0ec";
	} /* 'ïƒ¬' */
	.icon-download-cloud-1:before {
	content: "\f0ed";
	} /* 'ïƒ­' */
	.icon-upload-cloud-1:before {
	content: "\f0ee";
	} /* 'ïƒ®' */
	.icon-user-md:before {
	content: "\f0f0";
	} /* 'ïƒ°' */
	.icon-stethoscope:before {
	content: "\f0f1";
	} /* 'ïƒ±' */
	.icon-suitcase:before {
	content: "\f0f2";
	} /* 'ïƒ²' */
	.icon-bell-alt:before {
	content: "\f0f3";
	} /* 'ïƒ³' */
	.icon-coffee:before {
	content: "\f0f4";
	} /* 'ïƒ´' */
	.icon-food:before {
	content: "\f0f5";
	} /* 'ïƒµ' */
	.icon-doc-text:before {
	content: "\f0f6";
	} /* 'ïƒ¶' */
	.icon-building:before {
	content: "\f0f7";
	} /* 'ïƒ·' */
	.icon-hospital-1:before {
	content: "\f0f8";
	} /* 'ïƒ¸' */
	.icon-ambulance:before {
	content: "\f0f9";
	} /* 'ïƒ¹' */
	.icon-medkit:before {
	content: "\f0fa";
	} /* 'ïƒº' */
	.icon-fighter-jet:before {
	content: "\f0fb";
	} /* 'ïƒ»' */
	.icon-beer-1:before {
	content: "\f0fc";
	} /* 'ïƒ¼' */
	.icon-h-sigh:before {
	content: "\f0fd";
	} /* 'ïƒ½' */
	.icon-plus-squared:before {
	content: "\f0fe";
	} /* 'ïƒ¾' */
	.icon-angle-double-left:before {
	content: "\f100";
	} /* 'ï„€' */
	.icon-angle-double-right:before {
	content: "\f101";
	} /* 'ï„' */
	.icon-angle-double-up:before {
	content: "\f102";
	} /* 'ï„‚' */
	.icon-angle-double-down:before {
	content: "\f103";
	} /* 'ï„ƒ' */
	.icon-angle-left:before {
	content: "\f104";
	} /* 'ï„„' */
	.icon-angle-right:before {
	content: "\f105";
	} /* 'ï„…' */
	.icon-angle-up:before {
	content: "\f106";
	} /* 'ï„†' */
	.icon-angle-down:before {
	content: "\f107";
	} /* 'ï„‡' */
	.icon-desktop:before {
	content: "\f108";
	} /* 'ï„ˆ' */
	.icon-laptop:before {
	content: "\f109";
	} /* 'ï„‰' */
	.icon-tablet-1:before {
	content: "\f10a";
	} /* 'ï„Š' */
	.icon-mobile-1:before {
	content: "\f10b";
	} /* 'ï„‹' */
	.icon-circle-empty:before {
	content: "\f10c";
	} /* 'ï„Œ' */
	.icon-quote-left:before {
	content: "\f10d";
	} /* 'ï„' */
	.icon-quote-right:before {
	content: "\f10e";
	} /* 'ï„Ž' */
	.icon-spinner:before {
	content: "\f110";
	} /* 'ï„' */
	.icon-circle:before {
	content: "\f111";
	} /* 'ï„‘' */
	.icon-reply-1:before {
	content: "\f112";
	} /* 'ï„’' */
	.icon-github-4:before {
	content: "\f113";
	} /* 'ï„“' */
	.icon-folder-empty-1:before {
	content: "\f114";
	} /* 'ï„”' */
	.icon-folder-open-empty-1:before {
	content: "\f115";
	} /* 'ï„•' */
	.icon-smile:before {
	content: "\f118";
	} /* 'ï„˜' */
	.icon-frown:before {
	content: "\f119";
	} /* 'ï„™' */
	.icon-meh:before {
	content: "\f11a";
	} /* 'ï„š' */
	.icon-gamepad:before {
	content: "\f11b";
	} /* 'ï„›' */
	.icon-keyboard:before {
	content: "\f11c";
	} /* 'ï„œ' */
	.icon-flag-empty:before {
	content: "\f11d";
	} /* 'ï„' */
	.icon-flag-checkered:before {
	content: "\f11e";
	} /* 'ï„ž' */
	.icon-terminal:before {
	content: "\f120";
	} /* 'ï„ ' */
	.icon-code:before {
	content: "\f121";
	} /* 'ï„¡' */
	.icon-reply-all:before {
	content: "\f122";
	} /* 'ï„¢' */
	.icon-star-half-alt:before {
	content: "\f123";
	} /* 'ï„£' */
	.icon-direction:before {
	content: "\f124";
	} /* 'ï„¤' */
	.icon-crop:before {
	content: "\f125";
	} /* 'ï„¥' */
	.icon-fork:before {
	content: "\f126";
	} /* 'ï„¦' */
	.icon-unlink:before {
	content: "\f127";
	} /* 'ï„§' */
	.icon-help:before {
	content: "\f128";
	} /* 'ï„¨' */
	.icon-info:before {
	content: "\f129";
	} /* 'ï„©' */
	.icon-attention-alt-1:before {
	content: "\f12a";
	} /* 'ï„ª' */
	.icon-superscript:before {
	content: "\f12b";
	} /* 'ï„«' */
	.icon-subscript:before {
	content: "\f12c";
	} /* 'ï„¬' */
	.icon-eraser:before {
	content: "\f12d";
	} /* 'ï„­' */
	.icon-puzzle:before {
	content: "\f12e";
	} /* 'ï„®' */
	.icon-mic-1:before {
	content: "\f130";
	} /* 'ï„°' */
	.icon-mute:before {
	content: "\f131";
	} /* 'ï„±' */
	.icon-shield:before {
	content: "\f132";
	} /* 'ï„²' */
	.icon-calendar-empty:before {
	content: "\f133";
	} /* 'ï„³' */
	.icon-extinguisher:before {
	content: "\f134";
	} /* 'ï„´' */
	.icon-rocket:before {
	content: "\f135";
	} /* 'ï„µ' */
	.icon-maxcdn:before {
	content: "\f136";
	} /* 'ï„¶' */
	.icon-angle-circled-left:before {
	content: "\f137";
	} /* 'ï„·' */
	.icon-angle-circled-right:before {
	content: "\f138";
	} /* 'ï„¸' */
	.icon-angle-circled-up:before {
	content: "\f139";
	} /* 'ï„¹' */
	.icon-angle-circled-down:before {
	content: "\f13a";
	} /* 'ï„º' */
	.icon-html5-1:before {
	content: "\f13b";
	} /* 'ï„»' */
	.icon-css3:before {
	content: "\f13c";
	} /* 'ï„¼' */
	.icon-anchor-1:before {
	content: "\f13d";
	} /* 'ï„½' */
	.icon-lock-open-alt-1:before {
	content: "\f13e";
	} /* 'ï„¾' */
	.icon-bullseye:before {
	content: "\f140";
	} /* 'ï…€' */
	.icon-ellipsis:before {
	content: "\f141";
	} /* 'ï…' */
	.icon-ellipsis-vert:before {
	content: "\f142";
	} /* 'ï…‚' */
	.icon-rss-squared:before {
	content: "\f143";
	} /* 'ï…ƒ' */
	.icon-play-circled:before {
	content: "\f144";
	} /* 'ï…„' */
	.icon-ticket:before {
	content: "\f145";
	} /* 'ï……' */
	.icon-minus-squared:before {
	content: "\f146";
	} /* 'ï…†' */
	.icon-minus-squared-alt:before {
	content: "\f147";
	} /* 'ï…‡' */
	.icon-level-up:before {
	content: "\f148";
	} /* 'ï…ˆ' */
	.icon-level-down:before {
	content: "\f149";
	} /* 'ï…‰' */
	.icon-ok-squared:before {
	content: "\f14a";
	} /* 'ï…Š' */
	.icon-pencil-squared:before {
	content: "\f14b";
	} /* 'ï…‹' */
	.icon-link-ext-alt:before {
	content: "\f14c";
	} /* 'ï…Œ' */
	.icon-export-alt:before {
	content: "\f14d";
	} /* 'ï…' */
	.icon-compass:before {
	content: "\f14e";
	} /* 'ï…Ž' */
	.icon-expand:before {
	content: "\f150";
	} /* 'ï…' */
	.icon-collapse:before {
	content: "\f151";
	} /* 'ï…‘' */
	.icon-expand-right:before {
	content: "\f152";
	} /* 'ï…’' */
	.icon-euro:before {
	content: "\f153";
	} /* 'ï…“' */
	.icon-pound:before {
	content: "\f154";
	} /* 'ï…”' */
	.icon-dollar:before {
	content: "\f155";
	} /* 'ï…•' */
	.icon-rupee:before {
	content: "\f156";
	} /* 'ï…–' */
	.icon-yen:before {
	content: "\f157";
	} /* 'ï…—' */
	.icon-rouble:before {
	content: "\f158";
	} /* 'ï…˜' */
	.icon-won:before {
	content: "\f159";
	} /* 'ï…™' */
	.icon-bitcoin-1:before {
	content: "\f15a";
	} /* 'ï…š' */
	.icon-doc-inv:before {
	content: "\f15b";
	} /* 'ï…›' */
	.icon-doc-text-inv:before {
	content: "\f15c";
	} /* 'ï…œ' */
	.icon-sort-name-up:before {
	content: "\f15d";
	} /* 'ï…' */
	.icon-sort-name-down:before {
	content: "\f15e";
	} /* 'ï…ž' */
	.icon-sort-alt-up:before {
	content: "\f160";
	} /* 'ï… ' */
	.icon-sort-alt-down:before {
	content: "\f161";
	} /* 'ï…¡' */
	.icon-sort-number-up:before {
	content: "\f162";
	} /* 'ï…¢' */
	.icon-sort-number-down:before {
	content: "\f163";
	} /* 'ï…£' */
	.icon-thumbs-up-alt:before {
	content: "\f164";
	} /* 'ï…¤' */
	.icon-thumbs-down-alt:before {
	content: "\f165";
	} /* 'ï…¥' */
	.icon-youtube-squared:before {
	content: "\f166";
	} /* 'ï…¦' */
	.icon-youtube-1:before {
	content: "\f167";
	} /* 'ï…§' */
	.icon-xing-1:before {
	content: "\f168";
	} /* 'ï…¨' */
	.icon-xing-squared:before {
	content: "\f169";
	} /* 'ï…©' */
	.icon-youtube-play:before {
	content: "\f16a";
	} /* 'ï…ª' */
	.icon-dropbox-1:before {
	content: "\f16b";
	} /* 'ï…«' */
	.icon-stackoverflow-1:before {
	content: "\f16c";
	} /* 'ï…¬' */
	.icon-instagram-3:before {
	content: "\f16d";
	} /* 'ï…­' */
	.icon-flickr-3:before {
	content: "\f16e";
	} /* 'ï…®' */
	.icon-adn:before {
	content: "\f170";
	} /* 'ï…°' */
	.icon-bitbucket-1:before {
	content: "\f171";
	} /* 'ï…±' */
	.icon-bitbucket-squared:before {
	content: "\f172";
	} /* 'ï…²' */
	.icon-tumblr-2:before {
	content: "\f173";
	} /* 'ï…³' */
	.icon-tumblr-squared:before {
	content: "\f174";
	} /* 'ï…´' */
	.icon-down:before {
	content: "\f175";
	} /* 'ï…µ' */
	.icon-up:before {
	content: "\f176";
	} /* 'ï…¶' */
	.icon-left:before {
	content: "\f177";
	} /* 'ï…·' */
	.icon-right:before {
	content: "\f178";
	} /* 'ï…¸' */
	.icon-apple:before {
	content: "\f179";
	} /* 'ï…¹' */
	.icon-windows-1:before {
	content: "\f17a";
	} /* 'ï…º' */
	.icon-android-1:before {
	content: "\f17b";
	} /* 'ï…»' */
	.icon-linux:before {
	content: "\f17c";
	} /* 'ï…¼' */
	.icon-dribbble-4:before {
	content: "\f17d";
	} /* 'ï…½' */
	.icon-skype-3:before {
	content: "\f17e";
	} /* 'ï…¾' */
	.icon-foursquare-1:before {
	content: "\f180";
	} /* 'ï†€' */
	.icon-trello:before {
	content: "\f181";
	} /* 'ï†' */
	.icon-female-1:before {
	content: "\f182";
	} /* 'ï†‚' */
	.icon-male-1:before {
	content: "\f183";
	} /* 'ï†ƒ' */
	.icon-gittip:before {
	content: "\f184";
	} /* 'ï†„' */
	.icon-sun:before {
	content: "\f185";
	} /* 'ï†…' */
	.icon-moon:before {
	content: "\f186";
	} /* 'ï††' */
	.icon-box-1:before {
	content: "\f187";
	} /* 'ï†‡' */
	.icon-bug:before {
	content: "\f188";
	} /* 'ï†ˆ' */
	.icon-vkontakte-2:before {
	content: "\f189";
	} /* 'ï†‰' */
	.icon-weibo-1:before {
	content: "\f18a";
	} /* 'ï†Š' */
	.icon-renren-1:before {
	content: "\f18b";
	} /* 'ï†‹' */
	.icon-pagelines:before {
	content: "\f18c";
	} /* 'ï†Œ' */
	.icon-stackexchange:before {
	content: "\f18d";
	} /* 'ï†' */
	.icon-right-circled2:before {
	content: "\f18e";
	} /* 'ï†Ž' */
	.icon-left-circled2:before {
	content: "\f190";
	} /* 'ï†' */
	.icon-collapse-left:before {
	content: "\f191";
	} /* 'ï†‘' */
	.icon-dot-circled:before {
	content: "\f192";
	} /* 'ï†’' */
	.icon-wheelchair:before {
	content: "\f193";
	} /* 'ï†“' */
	.icon-vimeo-squared:before {
	content: "\f194";
	} /* 'ï†”' */
	.icon-try:before {
	content: "\f195";
	} /* 'ï†•' */
	.icon-plus-squared-alt:before {
	content: "\f196";
	} /* 'ï†–' */
	.icon-space-shuttle:before {
	content: "\f197";
	} /* 'ï†—' */
	.icon-slack:before {
	content: "\f198";
	} /* 'ï†˜' */
	.icon-mail-squared:before {
	content: "\f199";
	} /* 'ï†™' */
	.icon-wordpress-2:before {
	content: "\f19a";
	} /* 'ï†š' */
	.icon-openid-1:before {
	content: "\f19b";
	} /* 'ï†›' */
	.icon-bank:before {
	content: "\f19c";
	} /* 'ï†œ' */
	.icon-graduation-cap:before {
	content: "\f19d";
	} /* 'ï†' */
	.icon-yahoo-1:before {
	content: "\f19e";
	} /* 'ï†ž' */
	.icon-google-1:before {
	content: "\f1a0";
	} /* 'ï† ' */
	.icon-reddit-1:before {
	content: "\f1a1";
	} /* 'ï†¡' */
	.icon-reddit-squared:before {
	content: "\f1a2";
	} /* 'ï†¢' */
	.icon-stumbleupon-circled-1:before {
	content: "\f1a3";
	} /* 'ï†£' */
	.icon-stumbleupon-2:before {
	content: "\f1a4";
	} /* 'ï†¤' */
	.icon-delicious-1:before {
	content: "\f1a5";
	} /* 'ï†¥' */
	.icon-digg-1:before {
	content: "\f1a6";
	} /* 'ï†¦' */
	.icon-pied-piper-squared:before {
	content: "\f1a7";
	} /* 'ï†§' */
	.icon-pied-piper-alt:before {
	content: "\f1a8";
	} /* 'ï†¨' */
	.icon-drupal-1:before {
	content: "\f1a9";
	} /* 'ï†©' */
	.icon-joomla:before {
	content: "\f1aa";
	} /* 'ï†ª' */
	.icon-language:before {
	content: "\f1ab";
	} /* 'ï†«' */
	.icon-fax:before {
	content: "\f1ac";
	} /* 'ï†¬' */
	.icon-building-filled:before {
	content: "\f1ad";
	} /* 'ï†­' */
	.icon-child:before {
	content: "\f1ae";
	} /* 'ï†®' */
	.icon-paw:before {
	content: "\f1b0";
	} /* 'ï†°' */
	.icon-spoon:before {
	content: "\f1b1";
	} /* 'ï†±' */
	.icon-cube:before {
	content: "\f1b2";
	} /* 'ï†²' */
	.icon-cubes:before {
	content: "\f1b3";
	} /* 'ï†³' */
	.icon-behance-2:before {
	content: "\f1b4";
	} /* 'ï†´' */
	.icon-behance-squared:before {
	content: "\f1b5";
	} /* 'ï†µ' */
	.icon-steam-1:before {
	content: "\f1b6";
	} /* 'ï†¶' */
	.icon-steam-squared:before {
	content: "\f1b7";
	} /* 'ï†·' */
	.icon-recycle:before {
	content: "\f1b8";
	} /* 'ï†¸' */
	.icon-cab:before {
	content: "\f1b9";
	} /* 'ï†¹' */
	.icon-taxi:before {
	content: "\f1ba";
	} /* 'ï†º' */
	.icon-tree:before {
	content: "\f1bb";
	} /* 'ï†»' */
	.icon-spotify-1:before {
	content: "\f1bc";
	} /* 'ï†¼' */
	.icon-deviantart-1:before {
	content: "\f1bd";
	} /* 'ï†½' */
	.icon-soundcloud-2:before {
	content: "\f1be";
	} /* 'ï†¾' */
	.icon-database:before {
	content: "\f1c0";
	} /* 'ï‡€' */
	.icon-file-pdf:before {
	content: "\f1c1";
	} /* 'ï‡' */
	.icon-file-word:before {
	content: "\f1c2";
	} /* 'ï‡‚' */
	.icon-file-excel:before {
	content: "\f1c3";
	} /* 'ï‡ƒ' */
	.icon-file-powerpoint:before {
	content: "\f1c4";
	} /* 'ï‡„' */
	.icon-file-image:before {
	content: "\f1c5";
	} /* 'ï‡…' */
	.icon-file-archive:before {
	content: "\f1c6";
	} /* 'ï‡†' */
	.icon-file-audio:before {
	content: "\f1c7";
	} /* 'ï‡‡' */
	.icon-file-video:before {
	content: "\f1c8";
	} /* 'ï‡ˆ' */
	.icon-file-code:before {
	content: "\f1c9";
	} /* 'ï‡‰' */
	.icon-vine:before {
	content: "\f1ca";
	} /* 'ï‡Š' */
	.icon-codeopen:before {
	content: "\f1cb";
	} /* 'ï‡‹' */
	.icon-jsfiddle:before {
	content: "\f1cc";
	} /* 'ï‡Œ' */
	.icon-lifebuoy:before {
	content: "\f1cd";
	} /* 'ï‡' */
	.icon-circle-notch:before {
	content: "\f1ce";
	} /* 'ï‡Ž' */
	.icon-rebel:before {
	content: "\f1d0";
	} /* 'ï‡' */
	.icon-empire:before {
	content: "\f1d1";
	} /* 'ï‡‘' */
	.icon-git-squared:before {
	content: "\f1d2";
	} /* 'ï‡’' */
	.icon-git:before {
	content: "\f1d3";
	} /* 'ï‡“' */
	.icon-hacker-news:before {
	content: "\f1d4";
	} /* 'ï‡”' */
	.icon-tencent-weibo:before {
	content: "\f1d5";
	} /* 'ï‡•' */
	.icon-qq-1:before {
	content: "\f1d6";
	} /* 'ï‡–' */
	.icon-wechat:before {
	content: "\f1d7";
	} /* 'ï‡—' */
	.icon-paper-plane-1:before {
	content: "\f1d8";
	} /* 'ï‡˜' */
	.icon-paper-plane-empty:before {
	content: "\f1d9";
	} /* 'ï‡™' */
	.icon-history:before {
	content: "\f1da";
	} /* 'ï‡š' */
	.icon-circle-thin:before {
	content: "\f1db";
	} /* 'ï‡›' */
	.icon-header:before {
	content: "\f1dc";
	} /* 'ï‡œ' */
	.icon-paragraph:before {
	content: "\f1dd";
	} /* 'ï‡' */
	.icon-sliders:before {
	content: "\f1de";
	} /* 'ï‡ž' */
	.icon-share:before {
	content: "\f1e0";
	} /* 'ï‡ ' */
	.icon-share-squared:before {
	content: "\f1e1";
	} /* 'ï‡¡' */
	.icon-bomb:before {
	content: "\f1e2";
	} /* 'ï‡¢' */
	.icon-soccer-ball:before {
	content: "\f1e3";
	} /* 'ï‡£' */
	.icon-tty:before {
	content: "\f1e4";
	} /* 'ï‡¤' */
	.icon-binoculars:before {
	content: "\f1e5";
	} /* 'ï‡¥' */
	.icon-plug:before {
	content: "\f1e6";
	} /* 'ï‡¦' */
	.icon-slideshare-1:before {
	content: "\f1e7";
	} /* 'ï‡§' */
	.icon-twitch:before {
	content: "\f1e8";
	} /* 'ï‡¨' */
	.icon-yelp-1:before {
	content: "\f1e9";
	} /* 'ï‡©' */
	.icon-newspaper-1:before {
	content: "\f1ea";
	} /* 'ï‡ª' */
	.icon-wifi:before {
	content: "\f1eb";
	} /* 'ï‡«' */
	.icon-calc:before {
	content: "\f1ec";
	} /* 'ï‡¬' */
	.icon-paypal-1:before {
	content: "\f1ed";
	} /* 'ï‡­' */
	.icon-gwallet:before {
	content: "\f1ee";
	} /* 'ï‡®' */
	.icon-cc-visa:before {
	content: "\f1f0";
	} /* 'ï‡°' */
	.icon-cc-mastercard:before {
	content: "\f1f1";
	} /* 'ï‡±' */
	.icon-cc-discover:before {
	content: "\f1f2";
	} /* 'ï‡²' */
	.icon-cc-amex:before {
	content: "\f1f3";
	} /* 'ï‡³' */
	.icon-cc-paypal:before {
	content: "\f1f4";
	} /* 'ï‡´' */
	.icon-cc-stripe:before {
	content: "\f1f5";
	} /* 'ï‡µ' */
	.icon-bell-off:before {
	content: "\f1f6";
	} /* 'ï‡¶' */
	.icon-bell-off-empty:before {
	content: "\f1f7";
	} /* 'ï‡·' */
	.icon-trash-1:before {
	content: "\f1f8";
	} /* 'ï‡¸' */
	.icon-copyright:before {
	content: "\f1f9";
	} /* 'ï‡¹' */
	.icon-at-1:before {
	content: "\f1fa";
	} /* 'ï‡º' */
	.icon-eyedropper:before {
	content: "\f1fb";
	} /* 'ï‡»' */
	.icon-brush:before {
	content: "\f1fc";
	} /* 'ï‡¼' */
	.icon-birthday:before {
	content: "\f1fd";
	} /* 'ï‡½' */
	.icon-chart-area:before {
	content: "\f1fe";
	} /* 'ï‡¾' */
	.icon-chart-pie:before {
	content: "\f200";
	} /* 'ïˆ€' */
	.icon-chart-line:before {
	content: "\f201";
	} /* 'ïˆ' */
	.icon-lastfm-2:before {
	content: "\f202";
	} /* 'ïˆ‚' */
	.icon-lastfm-squared:before {
	content: "\f203";
	} /* 'ïˆƒ' */
	.icon-toggle-off:before {
	content: "\f204";
	} /* 'ïˆ„' */
	.icon-toggle-on:before {
	content: "\f205";
	} /* 'ïˆ…' */
	.icon-bicycle-1:before {
	content: "\f206";
	} /* 'ïˆ†' */
	.icon-bus-1:before {
	content: "\f207";
	} /* 'ïˆ‡' */
	.icon-ioxhost:before {
	content: "\f208";
	} /* 'ïˆˆ' */
	.icon-angellist-1:before {
	content: "\f209";
	} /* 'ïˆ‰' */
	.icon-cc-1:before {
	content: "\f20a";
	} /* 'ïˆŠ' */
	.icon-shekel:before {
	content: "\f20b";
	} /* 'ïˆ‹' */
	.icon-meanpath:before {
	content: "\f20c";
	} /* 'ïˆŒ' */
	.icon-buysellads:before {
	content: "\f20d";
	} /* 'ïˆ' */
	.icon-connectdevelop:before {
	content: "\f20e";
	} /* 'ïˆŽ' */
	.icon-dashcube:before {
	content: "\f210";
	} /* 'ïˆ' */
	.icon-forumbee:before {
	content: "\f211";
	} /* 'ïˆ‘' */
	.icon-leanpub:before {
	content: "\f212";
	} /* 'ïˆ’' */
	.icon-sellsy:before {
	content: "\f213";
	} /* 'ïˆ“' */
	.icon-shirtsinbulk:before {
	content: "\f214";
	} /* 'ïˆ”' */
	.icon-simplybuilt:before {
	content: "\f215";
	} /* 'ïˆ•' */
	.icon-skyatlas:before {
	content: "\f216";
	} /* 'ïˆ–' */
	.icon-cart-plus:before {
	content: "\f217";
	} /* 'ïˆ—' */
	.icon-cart-arrow-down:before {
	content: "\f218";
	} /* 'ïˆ˜' */
	.icon-diamond:before {
	content: "\f219";
	} /* 'ïˆ™' */
	.icon-ship:before {
	content: "\f21a";
	} /* 'ïˆš' */
	.icon-user-secret:before {
	content: "\f21b";
	} /* 'ïˆ›' */
	.icon-motorcycle:before {
	content: "\f21c";
	} /* 'ïˆœ' */
	.icon-street-view:before {
	content: "\f21d";
	} /* 'ïˆ' */
	.icon-heartbeat:before {
	content: "\f21e";
	} /* 'ïˆž' */
	.icon-venus:before {
	content: "\f221";
	} /* 'ïˆ¡' */
	.icon-mars:before {
	content: "\f222";
	} /* 'ïˆ¢' */
	.icon-mercury:before {
	content: "\f223";
	} /* 'ïˆ£' */
	.icon-transgender:before {
	content: "\f224";
	} /* 'ïˆ¤' */
	.icon-transgender-alt:before {
	content: "\f225";
	} /* 'ïˆ¥' */
	.icon-venus-double:before {
	content: "\f226";
	} /* 'ïˆ¦' */
	.icon-mars-double:before {
	content: "\f227";
	} /* 'ïˆ§' */
	.icon-venus-mars:before {
	content: "\f228";
	} /* 'ïˆ¨' */
	.icon-mars-stroke:before {
	content: "\f229";
	} /* 'ïˆ©' */
	.icon-mars-stroke-v:before {
	content: "\f22a";
	} /* 'ïˆª' */
	.icon-mars-stroke-h:before {
	content: "\f22b";
	} /* 'ïˆ«' */
	.icon-neuter:before {
	content: "\f22c";
	} /* 'ïˆ¬' */
	.icon-genderless:before {
	content: "\f22d";
	} /* 'ïˆ­' */
	.icon-facebook-official:before {
	content: "\f230";
	} /* 'ïˆ°' */
	.icon-pinterest-3:before {
	content: "\f231";
	} /* 'ïˆ±' */
	.icon-whatsapp:before {
	content: "\f232";
	} /* 'ïˆ²' */
	.icon-server:before {
	content: "\f233";
	} /* 'ïˆ³' */
	.icon-user-plus:before {
	content: "\f234";
	} /* 'ïˆ´' */
	.icon-user-times:before {
	content: "\f235";
	} /* 'ïˆµ' */
	.icon-bed:before {
	content: "\f236";
	} /* 'ïˆ¶' */
	.icon-viacoin:before {
	content: "\f237";
	} /* 'ïˆ·' */
	.icon-train:before {
	content: "\f238";
	} /* 'ïˆ¸' */
	.icon-subway:before {
	content: "\f239";
	} /* 'ïˆ¹' */
	.icon-medium:before {
	content: "\f23a";
	} /* 'ïˆº' */
	.icon-y-combinator:before {
	content: "\f23b";
	} /* 'ïˆ»' */
	.icon-optin-monster:before {
	content: "\f23c";
	} /* 'ïˆ¼' */
	.icon-opencart:before {
	content: "\f23d";
	} /* 'ïˆ½' */
	.icon-expeditedssl:before {
	content: "\f23e";
	} /* 'ïˆ¾' */
	.icon-battery-4:before {
	content: "\f240";
	} /* 'ï‰€' */
	.icon-battery-3:before {
	content: "\f241";
	} /* 'ï‰' */
	.icon-battery-2:before {
	content: "\f242";
	} /* 'ï‰‚' */
	.icon-battery-1:before {
	content: "\f243";
	} /* 'ï‰ƒ' */
	.icon-battery-0:before {
	content: "\f244";
	} /* 'ï‰„' */
	.icon-mouse-pointer:before {
	content: "\f245";
	} /* 'ï‰…' */
	.icon-i-cursor:before {
	content: "\f246";
	} /* 'ï‰†' */
	.icon-object-group:before {
	content: "\f247";
	} /* 'ï‰‡' */
	.icon-object-ungroup:before {
	content: "\f248";
	} /* 'ï‰ˆ' */
	.icon-sticky-note:before {
	content: "\f249";
	} /* 'ï‰‰' */
	.icon-sticky-note-o:before {
	content: "\f24a";
	} /* 'ï‰Š' */
	.icon-cc-jcb:before {
	content: "\f24b";
	} /* 'ï‰‹' */
	.icon-cc-diners-club:before {
	content: "\f24c";
	} /* 'ï‰Œ' */
	.icon-clone:before {
	content: "\f24d";
	} /* 'ï‰' */
	.icon-balance-scale:before {
	content: "\f24e";
	} /* 'ï‰Ž' */
	.icon-hourglass-o:before {
	content: "\f250";
	} /* 'ï‰' */
	.icon-hourglass-4:before {
	content: "\f251";
	} /* 'ï‰‘' */
	.icon-hourglass-2:before {
	content: "\f252";
	} /* 'ï‰’' */
	.icon-hourglass-3:before {
	content: "\f253";
	} /* 'ï‰“' */
	.icon-hourglass-1:before {
	content: "\f254";
	} /* 'ï‰”' */
	.icon-hand-grab-o:before {
	content: "\f255";
	} /* 'ï‰•' */
	.icon-hand-paper-o:before {
	content: "\f256";
	} /* 'ï‰–' */
	.icon-hand-scissors-o:before {
	content: "\f257";
	} /* 'ï‰—' */
	.icon-hand-lizard-o:before {
	content: "\f258";
	} /* 'ï‰˜' */
	.icon-hand-spock-o:before {
	content: "\f259";
	} /* 'ï‰™' */
	.icon-hand-pointer-o:before {
	content: "\f25a";
	} /* 'ï‰š' */
	.icon-hand-peace-o:before {
	content: "\f25b";
	} /* 'ï‰›' */
	.icon-trademark:before {
	content: "\f25c";
	} /* 'ï‰œ' */
	.icon-registered:before {
	content: "\f25d";
	} /* 'ï‰' */
	.icon-creative-commons:before {
	content: "\f25e";
	} /* 'ï‰ž' */
	.icon-gg:before {
	content: "\f260";
	} /* 'ï‰ ' */
	.icon-gg-circle:before {
	content: "\f261";
	} /* 'ï‰¡' */
	.icon-tripadvisor:before {
	content: "\f262";
	} /* 'ï‰¢' */
	.icon-odnoklassniki-1:before {
	content: "\f263";
	} /* 'ï‰£' */
	.icon-odnoklassniki-square:before {
	content: "\f264";
	} /* 'ï‰¤' */
	.icon-get-pocket:before {
	content: "\f265";
	} /* 'ï‰¥' */
	.icon-wikipedia-w:before {
	content: "\f266";
	} /* 'ï‰¦' */
	.icon-safari:before {
	content: "\f267";
	} /* 'ï‰§' */
	.icon-chrome-1:before {
	content: "\f268";
	} /* 'ï‰¨' */
	.icon-firefox:before {
	content: "\f269";
	} /* 'ï‰©' */
	.icon-opera:before {
	content: "\f26a";
	} /* 'ï‰ª' */
	.icon-internet-explorer:before {
	content: "\f26b";
	} /* 'ï‰«' */
	.icon-television:before {
	content: "\f26c";
	} /* 'ï‰¬' */
	.icon-contao:before {
	content: "\f26d";
	} /* 'ï‰­' */
	.icon-500px:before {
	content: "\f26e";
	} /* 'ï‰®' */
	.icon-amazon-1:before {
	content: "\f270";
	} /* 'ï‰°' */
	.icon-calendar-plus-o:before {
	content: "\f271";
	} /* 'ï‰±' */
	.icon-calendar-minus-o:before {
	content: "\f272";
	} /* 'ï‰²' */
	.icon-calendar-times-o:before {
	content: "\f273";
	} /* 'ï‰³' */
	.icon-calendar-check-o:before {
	content: "\f274";
	} /* 'ï‰´' */
	.icon-industry:before {
	content: "\f275";
	} /* 'ï‰µ' */
	.icon-map-pin:before {
	content: "\f276";
	} /* 'ï‰¶' */
	.icon-map-signs:before {
	content: "\f277";
	} /* 'ï‰·' */
	.icon-map-o:before {
	content: "\f278";
	} /* 'ï‰¸' */
	.icon-map:before {
	content: "\f279";
	} /* 'ï‰¹' */
	.icon-commenting:before {
	content: "\f27a";
	} /* 'ï‰º' */
	.icon-commenting-o:before {
	content: "\f27b";
	} /* 'ï‰»' */
	.icon-houzz-1:before {
	content: "\f27c";
	} /* 'ï‰¼' */
	.icon-vimeo-3:before {
	content: "\f27d";
	} /* 'ï‰½' */
	.icon-black-tie:before {
	content: "\f27e";
	} /* 'ï‰¾' */
	.icon-fonticons:before {
	content: "\f280";
	} /* 'ïŠ€' */
	.icon-reddit-alien:before {
	content: "\f281";
	} /* 'ïŠ' */
	.icon-edge:before {
	content: "\f282";
	} /* 'ïŠ‚' */
	.icon-credit-card-alt:before {
	content: "\f283";
	} /* 'ïŠƒ' */
	.icon-codiepie:before {
	content: "\f284";
	} /* 'ïŠ„' */
	.icon-modx:before {
	content: "\f285";
	} /* 'ïŠ…' */
	.icon-fort-awesome:before {
	content: "\f286";
	} /* 'ïŠ†' */
	.icon-usb:before {
	content: "\f287";
	} /* 'ïŠ‡' */
	.icon-product-hunt:before {
	content: "\f288";
	} /* 'ïŠˆ' */
	.icon-mixcloud:before {
	content: "\f289";
	} /* 'ïŠ‰' */
	.icon-scribd-1:before {
	content: "\f28a";
	} /* 'ïŠŠ' */
	.icon-pause-circle:before {
	content: "\f28b";
	} /* 'ïŠ‹' */
	.icon-pause-circle-o:before {
	content: "\f28c";
	} /* 'ïŠŒ' */
	.icon-stop-circle:before {
	content: "\f28d";
	} /* 'ïŠ' */
	.icon-stop-circle-o:before {
	content: "\f28e";
	} /* 'ïŠŽ' */
	.icon-shopping-bag:before {
	content: "\f290";
	} /* 'ïŠ' */
	.icon-shopping-basket:before {
	content: "\f291";
	} /* 'ïŠ‘' */
	.icon-hashtag:before {
	content: "\f292";
	} /* 'ïŠ’' */
	.icon-bluetooth:before {
	content: "\f293";
	} /* 'ïŠ“' */
	.icon-bluetooth-b:before {
	content: "\f294";
	} /* 'ïŠ”' */
	.icon-percent:before {
	content: "\f295";
	} /* 'ïŠ•' */
	.icon-gitlab:before {
	content: "\f296";
	} /* 'ïŠ–' */
	.icon-wpbeginner:before {
	content: "\f297";
	} /* 'ïŠ—' */
	.icon-wpforms:before {
	content: "\f298";
	} /* 'ïŠ˜' */
	.icon-envira:before {
	content: "\f299";
	} /* 'ïŠ™' */
	.icon-universal-access:before {
	content: "\f29a";
	} /* 'ïŠš' */
	.icon-wheelchair-alt:before {
	content: "\f29b";
	} /* 'ïŠ›' */
	.icon-question-circle-o:before {
	content: "\f29c";
	} /* 'ïŠœ' */
	.icon-blind:before {
	content: "\f29d";
	} /* 'ïŠ' */
	.icon-audio-description:before {
	content: "\f29e";
	} /* 'ïŠž' */
	.icon-volume-control-phone:before {
	content: "\f2a0";
	} /* 'ïŠ ' */
	.icon-braille:before {
	content: "\f2a1";
	} /* 'ïŠ¡' */
	.icon-assistive-listening-systems:before {
	content: "\f2a2";
	} /* 'ïŠ¢' */
	.icon-american-sign-language-interpreting:before {
	content: "\f2a3";
	} /* 'ïŠ£' */
	.icon-asl-interpreting:before {
	content: "\f2a4";
	} /* 'ïŠ¤' */
	.icon-glide:before {
	content: "\f2a5";
	} /* 'ïŠ¥' */
	.icon-glide-g:before {
	content: "\f2a6";
	} /* 'ïŠ¦' */
	.icon-sign-language:before {
	content: "\f2a7";
	} /* 'ïŠ§' */
	.icon-low-vision:before {
	content: "\f2a8";
	} /* 'ïŠ¨' */
	.icon-viadeo-1:before {
	content: "\f2a9";
	} /* 'ïŠ©' */
	.icon-viadeo-square:before {
	content: "\f2aa";
	} /* 'ïŠª' */
	.icon-snapchat:before {
	content: "\f2ab";
	} /* 'ïŠ«' */
	.icon-snapchat-ghost:before {
	content: "\f2ac";
	} /* 'ïŠ¬' */
	.icon-snapchat-square:before {
	content: "\f2ad";
	} /* 'ïŠ­' */
	.icon-pied-piper:before {
	content: "\f2ae";
	} /* 'ïŠ®' */
	.icon-first-order:before {
	content: "\f2b0";
	} /* 'ïŠ°' */
	.icon-yoast:before {
	content: "\f2b1";
	} /* 'ïŠ±' */
	.icon-themeisle:before {
	content: "\f2b2";
	} /* 'ïŠ²' */
	.icon-google-plus-circle:before {
	content: "\f2b3";
	} /* 'ïŠ³' */
	.icon-font-awesome:before {
	content: "\f2b4";
	} /* 'ïŠ´' */
	.icon-handshake-o:before {
	content: "\f2b5";
	} /* 'ïŠµ' */
	.icon-envelope-open:before {
	content: "\f2b6";
	} /* 'ïŠ¶' */
	.icon-envelope-open-o:before {
	content: "\f2b7";
	} /* 'ïŠ·' */
	.icon-linode:before {
	content: "\f2b8";
	} /* 'ïŠ¸' */
	.icon-address-book:before {
	content: "\f2b9";
	} /* 'ïŠ¹' */
	.icon-address-book-o:before {
	content: "\f2ba";
	} /* 'ïŠº' */
	.icon-address-card:before {
	content: "\f2bb";
	} /* 'ïŠ»' */
	.icon-address-card-o:before {
	content: "\f2bc";
	} /* 'ïŠ¼' */
	.icon-user-circle:before {
	content: "\f2bd";
	} /* 'ïŠ½' */
	.icon-user-circle-o:before {
	content: "\f2be";
	} /* 'ïŠ¾' */
	.icon-user-o:before {
	content: "\f2c0";
	} /* 'ï‹€' */
	.icon-id-badge:before {
	content: "\f2c1";
	} /* 'ï‹' */
	.icon-id-card:before {
	content: "\f2c2";
	} /* 'ï‹‚' */
	.icon-id-card-o:before {
	content: "\f2c3";
	} /* 'ï‹ƒ' */
	.icon-quora-1:before {
	content: "\f2c4";
	} /* 'ï‹„' */
	.icon-free-code-camp:before {
	content: "\f2c5";
	} /* 'ï‹…' */
	.icon-telegram:before {
	content: "\f2c6";
	} /* 'ï‹†' */
	.icon-thermometer:before {
	content: "\f2c7";
	} /* 'ï‹‡' */
	.icon-thermometer-3:before {
	content: "\f2c8";
	} /* 'ï‹ˆ' */
	.icon-thermometer-2:before {
	content: "\f2c9";
	} /* 'ï‹‰' */
	.icon-thermometer-quarter:before {
	content: "\f2ca";
	} /* 'ï‹Š' */
	.icon-thermometer-0:before {
	content: "\f2cb";
	} /* 'ï‹‹' */
	.icon-shower:before {
	content: "\f2cc";
	} /* 'ï‹Œ' */
	.icon-bath:before {
	content: "\f2cd";
	} /* 'ï‹' */
	.icon-podcast-1:before {
	content: "\f2ce";
	} /* 'ï‹Ž' */
	.icon-window-maximize:before {
	content: "\f2d0";
	} /* 'ï‹' */
	.icon-window-minimize:before {
	content: "\f2d1";
	} /* 'ï‹‘' */
	.icon-window-restore:before {
	content: "\f2d2";
	} /* 'ï‹’' */
	.icon-window-close:before {
	content: "\f2d3";
	} /* 'ï‹“' */
	.icon-window-close-o:before {
	content: "\f2d4";
	} /* 'ï‹”' */
	.icon-bandcamp-1:before {
	content: "\f2d5";
	} /* 'ï‹•' */
	.icon-grav:before {
	content: "\f2d6";
	} /* 'ï‹–' */
	.icon-etsy:before {
	content: "\f2d7";
	} /* 'ï‹—' */
	.icon-imdb:before {
	content: "\f2d8";
	} /* 'ï‹˜' */
	.icon-ravelry:before {
	content: "\f2d9";
	} /* 'ï‹™' */
	.icon-eercast:before {
	content: "\f2da";
	} /* 'ï‹š' */
	.icon-microchip:before {
	content: "\f2db";
	} /* 'ï‹›' */
	.icon-snowflake-o:before {
	content: "\f2dc";
	} /* 'ï‹œ' */
	.icon-superpowers:before {
	content: "\f2dd";
	} /* 'ï‹' */
	.icon-wpexplorer:before {
	content: "\f2de";
	} /* 'ï‹ž' */
	.icon-meetup-1:before {
	content: "\f2e0";
	} /* 'ï‹ ' */
	.icon-facebook-1:before {
	content: "\f300";
	} /* 'ïŒ€' */
	.icon-group-circled:before {
	content: "\f300";
	} /* 'ïŒ€' */
	.icon-facebook-rect:before {
	content: "\f301";
	} /* 'ïŒ' */
	.icon-torso:before {
	content: "\f301";
	} /* 'ïŒ' */
	.icon-eye-2:before {
	content: "\f302";
	} /* 'ïŒ‚' */
	.icon-twitter-1:before {
	content: "\f302";
	} /* 'ïŒ‚' */
	.icon-twitter-bird:before {
	content: "\f303";
	} /* 'ïŒƒ' */
	.icon-video:before {
	content: "\f303";
	} /* 'ïŒƒ' */
	.icon-icq:before {
	content: "\f304";
	} /* 'ïŒ„' */
	.icon-video-circled:before {
	content: "\f304";
	} /* 'ïŒ„' */
	.icon-yandex:before {
	content: "\f305";
	} /* 'ïŒ…' */
	.icon-yandex-rect:before {
	content: "\f306";
	} /* 'ïŒ†' */
	.icon-video-alt:before {
	content: "\f306";
	} /* 'ïŒ†' */
	.icon-github-text:before {
	content: "\f307";
	} /* 'ïŒ‡' */
	.icon-videocam:before {
	content: "\f307";
	} /* 'ïŒ‡' */
	.icon-shuffle-1:before {
	content: "\f308";
	} /* 'ïŒˆ' */
	.icon-github-1:before {
	content: "\f308";
	} /* 'ïŒˆ' */
	.icon-share-1:before {
	content: "\f309";
	} /* 'ïŒ‰' */
	.icon-googleplus-rect:before {
	content: "\f309";
	} /* 'ïŒ‰' */
	.icon-export-2:before {
	content: "\f30a";
	} /* 'ïŒŠ' */
	.icon-vkontakte-rect:before {
	content: "\f30a";
	} /* 'ïŒŠ' */
	.icon-skype-1:before {
	content: "\f30b";
	} /* 'ïŒ‹' */
	.icon-skype:before {
	content: "\f30b";
	} /* 'ïŒ‹' */
	.icon-export-3:before {
	content: "\f30c";
	} /* 'ïŒŒ' */
	.icon-odnoklassniki:before {
	content: "\f30c";
	} /* 'ïŒŒ' */
	.icon-odnoklassniki-rect:before {
	content: "\f30d";
	} /* 'ïŒ' */
	.icon-photo:before {
	content: "\f30d";
	} /* 'ïŒ' */
	.icon-github-1:before {
	content: "\f30e";
	} /* 'ïŒŽ' */
	.icon-vimeo-rect:before {
	content: "\f30e";
	} /* 'ïŒŽ' */
	.icon-github-circled-1:before {
	content: "\f30f";
	} /* 'ïŒ' */
	.icon-vimeo-1:before {
	content: "\f30f";
	} /* 'ïŒ' */
	.icon-flickr-1:before {
	content: "\f310";
	} /* 'ïŒ' */
	.icon-tumblr-rect:before {
	content: "\f310";
	} /* 'ïŒ' */
	.icon-tumblr-1:before {
	content: "\f311";
	} /* 'ïŒ‘' */
	.icon-flickr-circled:before {
	content: "\f312";
	} /* 'ïŒ’' */
	.icon-friendfeed:before {
	content: "\f312";
	} /* 'ïŒ’' */
	.icon-vimeo-1:before {
	content: "\f313";
	} /* 'ïŒ“' */
	.icon-friendfeed-rect:before {
	content: "\f313";
	} /* 'ïŒ“' */
	.icon-tags-1:before {
	content: "\f314";
	} /* 'ïŒ”' */
	.icon-blogger-1:before {
	content: "\f314";
	} /* 'ïŒ”' */
	.icon-vimeo-circled:before {
	content: "\f315";
	} /* 'ïŒ•' */
	.icon-blogger-rect:before {
	content: "\f315";
	} /* 'ïŒ•' */
	.icon-twitter-1:before {
	content: "\f316";
	} /* 'ïŒ–' */
	.icon-deviantart:before {
	content: "\f316";
	} /* 'ïŒ–' */
	.icon-jabber:before {
	content: "\f317";
	} /* 'ïŒ—' */
	.icon-twitter-circled:before {
	content: "\f318";
	} /* 'ïŒ˜' */
	.icon-lastfm-1:before {
	content: "\f318";
	} /* 'ïŒ˜' */
	.icon-facebook-1:before {
	content: "\f319";
	} /* 'ïŒ™' */
	.icon-lastfm-rect:before {
	content: "\f319";
	} /* 'ïŒ™' */
	.icon-linkedin-1:before {
	content: "\f31a";
	} /* 'ïŒš' */
	.icon-facebook-circled:before {
	content: "\f31b";
	} /* 'ïŒ›' */
	.icon-linkedin-rect:before {
	content: "\f31b";
	} /* 'ïŒ›' */
	.icon-facebook-squared:before {
	content: "\f31c";
	} /* 'ïŒœ' */
	.icon-picasa:before {
	content: "\f31c";
	} /* 'ïŒœ' */
	.icon-wordpress-1:before {
	content: "\f31d";
	} /* 'ïŒ' */
	.icon-gplus-2:before {
	content: "\f31e";
	} /* 'ïŒž' */
	.icon-instagram-2:before {
	content: "\f31e";
	} /* 'ïŒž' */
	.icon-gplus-circled:before {
	content: "\f31f";
	} /* 'ïŒŸ' */
	.icon-instagram-filled:before {
	content: "\f31f";
	} /* 'ïŒŸ' */
	.icon-diigo:before {
	content: "\f320";
	} /* 'ïŒ ' */
	.icon-pinterest-1:before {
	content: "\f321";
	} /* 'ïŒ¡' */
	.icon-box:before {
	content: "\f321";
	} /* 'ïŒ¡' */
	.icon-pinterest-circled:before {
	content: "\f322";
	} /* 'ïŒ¢' */
	.icon-box-rect:before {
	content: "\f322";
	} /* 'ïŒ¢' */
	.icon-tudou:before {
	content: "\f323";
	} /* 'ïŒ£' */
	.icon-tumblr-2:before {
	content: "\f324";
	} /* 'ïŒ¤' */
	.icon-youku:before {
	content: "\f324";
	} /* 'ïŒ¤' */
	.icon-tumblr-circled:before {
	content: "\f325";
	} /* 'ïŒ¥' */
	.icon-win8:before {
	content: "\f325";
	} /* 'ïŒ¥' */
	.icon-amex:before {
	content: "\f326";
	} /* 'ïŒ¦' */
	.icon-linkedin-1:before {
	content: "\f327";
	} /* 'ïŒ§' */
	.icon-discover:before {
	content: "\f327";
	} /* 'ïŒ§' */
	.icon-linkedin-circled:before {
	content: "\f328";
	} /* 'ïŒ¨' */
	.icon-visa:before {
	content: "\f328";
	} /* 'ïŒ¨' */
	.icon-mastercard:before {
	content: "\f329";
	} /* 'ïŒ©' */
	.icon-dribbble-1:before {
	content: "\f32a";
	} /* 'ïŒª' */
	.icon-houzz:before {
	content: "\f32a";
	} /* 'ïŒª' */
	.icon-bandcamp:before {
	content: "\f32b";
	} /* 'ïŒ«' */
	.icon-codepen:before {
	content: "\f32c";
	} /* 'ïŒ¬' */
	.icon-instagram-3:before {
	content: "\f32d";
	} /* 'ïŒ­' */
	.icon-dropbox-1:before {
	content: "\f330";
	} /* 'ïŒ°' */
	.icon-evernote-1:before {
	content: "\f333";
	} /* 'ïŒ³' */
	.icon-flattr-1:before {
	content: "\f336";
	} /* 'ïŒ¶' */
	.icon-skype-1:before {
	content: "\f339";
	} /* 'ïŒ¹' */
	.icon-skype-circled:before {
	content: "\f33a";
	} /* 'ïŒº' */
	.icon-renren:before {
	content: "\f33c";
	} /* 'ïŒ¼' */
	.icon-sina-weibo:before {
	content: "\f33f";
	} /* 'ïŒ¿' */
	.icon-paypal-1:before {
	content: "\f342";
	} /* 'ï‚' */
	.icon-picasa-1:before {
	content: "\f345";
	} /* 'ï…' */
	.icon-soundcloud-2:before {
	content: "\f348";
	} /* 'ïˆ' */
	.icon-mixi:before {
	content: "\f34b";
	} /* 'ï‹' */
	.icon-behance:before {
	content: "\f34e";
	} /* 'ïŽ' */
	.icon-google-circles:before {
	content: "\f351";
	} /* 'ï‘' */
	.icon-vkontakte:before {
	content: "\f354";
	} /* 'ï”' */
	.icon-smashing:before {
	content: "\f357";
	} /* 'ï—' */
	.icon-comment:before {
	content: "\f4ac";
	} /* 'ï’¬' */
	.icon-folder-open-empty:before {
	content: "\f4c2";
	} /* 'ï“‚' */
	.icon-calendar:before {
	content: "\f4c5";
	} /* 'ï“…' */
	.icon-newspaper:before {
	content: "\f4f0";
	} /* 'ï“°' */
	.icon-camera:before {
	content: "\f4f7";
	} /* 'ï“·' */
	.icon-search:before {
	content: "\f50d";
	} /* 'ï”' */
	.icon-lock-alt:before {
	content: "\f510";
	} /* 'ï”' */
	.icon-lock:before {
	content: "\f512";
	} /* 'ï”’' */
	.icon-lock-open:before {
	content: "\f513";
	} /* 'ï”“' */
	.icon-joystick:before {
	content: "\f514";
	} /* 'ï””' */
	.icon-fire:before {
	content: "\f525";
	} /* 'ï”¥' */
	.icon-chart-bar:before {
	content: "\f526";
	} /* 'ï”¦' */
	.icon-spread:before {
	content: "\f527";
	} /* 'ï”§' */
	.icon-spinner1:before {
	content: "\f528";
	} /* 'ï”¨' */
	.icon-spinner2:before {
	content: "\f529";
	} /* 'ï”©' */
	.icon-db-shape:before {
	content: "\f600";
	} /* 'ï˜€' */
	.icon-sweden:before {
	content: "\f601";
	} /* 'ï˜' */
	.icon-logo-db:before {
	content: "\f603";
	} /* 'ï˜ƒ' */

	/*------------------------------------------------------------------*/
	/*	MAGNIFIC POPUP
	/*------------------------------------------------------------------*/

	.mfp-bg,
	.mfp-wrap {
	position: fixed;
	left: 0;
	top: 0;
	}
	.mfp-bg,
	.mfp-container,
	.mfp-wrap {
	height: 100%;
	width: 100%;
	}
	.mfp-arrow:after,
	.mfp-arrow:before,
	.mfp-container:before,
	.mfp-figure:after {
	content: "";
	}
	.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: 0.8;
	}
	.mfp-wrap {
	z-index: 1043;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
	}
	.mfp-container {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
	}
	.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	}
	.mfp-align-top .mfp-container:before {
	display: none;
	}
	.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
	}
	.mfp-ajax-holder .mfp-content,
	.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
	}
	.mfp-ajax-cur {
	cursor: progress;
	}
	.mfp-zoom-out-cur,
	.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
	}
	.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	}
	.mfp-auto-cursor .mfp-content {
	cursor: auto;
	}
	.mfp-arrow,
	.mfp-close,
	.mfp-counter,
	.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	}
	.mfp-loading.mfp-figure {
	display: none;
	}
	.mfp-hide {
	display: none !important;
	}
	.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
	}
	.mfp-preloader a {
	color: #ccc;
	}
	.mfp-close,
	.mfp-preloader a:hover {
	color: #fff;
	}
	.mfp-s-error .mfp-content,
	.mfp-s-ready .mfp-preloader {
	display: none;
	}
	button.mfp-arrow,
	button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
	}
	.mfp-figure:after,
	.mfp-iframe-scaler iframe {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	}
	button::-moz-focus-inner {
	padding: 0;
	border: 0;
	}
	.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	}
	.mfp-close:focus,
	.mfp-close:hover {
	opacity: 1;
	}
	.mfp-close:active {
	top: 1px;
	}
	.mfp-close-btn-in .mfp-close {
	color: #333;
	}
	.mfp-iframe-holder .mfp-close,
	.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
	}
	.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
	}
	.mfp-figure,
	img.mfp-img {
	line-height: 0;
	}
	.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
	}
	.mfp-arrow:active {
	margin-top: -54px;
	}
	.mfp-arrow:focus,
	.mfp-arrow:hover {
	opacity: 1;
	}
	.mfp-arrow:after,
	.mfp-arrow:before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent;
	}
	.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
	}
	.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
	}
	.mfp-arrow-left {
	left: 0;
	}
	.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
	}
	.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
	}
	.mfp-arrow-right {
	right: 0;
	}
	.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
	}
	.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
	}
	.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
	}
	.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
	}
	.mfp-image-holder .mfp-content,
	img.mfp-img {
	max-width: 100%;
	}
	.mfp-iframe-holder .mfp-close {
	top: -40px;
	}
	.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	}
	.mfp-iframe-scaler iframe {
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	}
	.mfp-figure:after,
	img.mfp-img {
	width: auto;
	height: auto;
	display: block;
	}
	img.mfp-img {
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
	}
	.mfp-figure:after {
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	background: #444;
	}
	.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
	}
	.mfp-figure figure {
	margin: 0;
	}
	.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
	}
	.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
	}
	.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
	}
	@media screen and (max-width: 800px) and (orientation: landscape),
	screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
	}
	@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
	}

	/*------------------------------------------------------------------*/
	/*	ANIMATION
	/*------------------------------------------------------------------*/

	/*!
	* animate.css -http://daneden.me/animate
	* Version - 3.5.2
	* Licensed under the MIT license - http://opensource.org/licenses/MIT
	*
	* Copyright (c) 2017 Daniel Eden
	*/

	.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	}

	.animated.infinite {
	animation-iteration-count: infinite;
	}

	.animated.hinge {
	animation-duration: 2s;
	}

	.animated.flipOutX,
	.animated.flipOutY,
	.animated.bounceIn,
	.animated.bounceOut {
	animation-duration: 0.75s;
	}

	@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		transform: translate3d(0, -4px, 0);
	}
	}

	.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
	}

	@keyframes flash {
	from,
	50%,
	to {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
	}

	.flash {
	animation-name: flash;
	}

	/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

	@keyframes pulse {
	from {
		transform: scale3d(1, 1, 1);
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
	}

	.pulse {
	animation-name: pulse;
	}

	@keyframes rubberBand {
	from {
		transform: scale3d(1, 1, 1);
	}

	30% {
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
	}

	.rubberBand {
	animation-name: rubberBand;
	}

	@keyframes shake {
	from,
	to {
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0);
	}
	}

	.shake {
	animation-name: shake;
	}

	@keyframes headShake {
	0% {
		transform: translateX(0);
	}

	6.5% {
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		transform: translateX(0);
	}
	}

	.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
	}

	@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		transform: rotate3d(0, 0, 1, 0deg);
	}
	}

	.swing {
	transform-origin: top center;
	animation-name: swing;
	}

	@keyframes tada {
	from {
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
	}

	.tada {
	animation-name: tada;
	}

	/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

	@keyframes wobble {
	from {
		transform: none;
	}

	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
		transform: none;
	}
	}

	.wobble {
	animation-name: wobble;
	}

	@keyframes jello {
	from,
	11.1%,
	to {
		transform: none;
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
	}

	.jello {
	animation-name: jello;
	transform-origin: center;
	}

	@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
	}

	.bounceIn {
	animation-name: bounceIn;
	}

	@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}

	75% {
		transform: translate3d(0, -10px, 0);
	}

	90% {
		transform: translate3d(0, 5px, 0);
	}

	to {
		transform: none;
	}
	}

	.bounceInDown {
	animation-name: bounceInDown;
	}

	@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}

	75% {
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		transform: translate3d(5px, 0, 0);
	}

	to {
		transform: none;
	}
	}

	.bounceInLeft {
	animation-name: bounceInLeft;
	}

	@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		transform: translate3d(10px, 0, 0);
	}

	90% {
		transform: translate3d(-5px, 0, 0);
	}

	to {
		transform: none;
	}
	}

	.bounceInRight {
	animation-name: bounceInRight;
	}

	@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}

	75% {
		transform: translate3d(0, 10px, 0);
	}

	90% {
		transform: translate3d(0, -5px, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
	}
	}

	.bounceInUp {
	animation-name: bounceInUp;
	}

	@keyframes bounceOut {
	20% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	}

	.bounceOut {
	animation-name: bounceOut;
	}

	@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
	}

	.bounceOutDown {
	animation-name: bounceOutDown;
	}

	@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
	}

	.bounceOutLeft {
	animation-name: bounceOutLeft;
	}

	@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
	}

	.bounceOutRight {
	animation-name: bounceOutRight;
	}

	@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
	}

	.bounceOutUp {
	animation-name: bounceOutUp;
	}

	@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
	}

	.fadeIn {
	animation-name: fadeIn;
	}

	@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
	}

	.fadeInDown {
	animation-name: fadeInDown;
	}

	@keyframes fadeInDownBig {
	from {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
	}

	.fadeInDownBig {
	animation-name: fadeInDownBig;
	}

	@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
	}

	.fadeInLeft {
	animation-name: fadeInLeft;
	}

	@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
	}

	.fadeInLeftBig {
	animation-name: fadeInLeftBig;
	}

	@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
	}

	.fadeInRight {
	animation-name: fadeInRight;
	}

	@keyframes fadeInRightBig {
	from {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
	}

	.fadeInRightBig {
	animation-name: fadeInRightBig;
	}

	@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
	}

	.fadeInUp {
	animation-name: fadeInUp;
	}

	@keyframes fadeInUpBig {
	from {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
	}

	.fadeInUpBig {
	animation-name: fadeInUpBig;
	}

	@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
	}

	.fadeOut {
	animation-name: fadeOut;
	}

	@keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	}

	.fadeOutDown {
	animation-name: fadeOutDown;
	}

	@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
	}

	.fadeOutDownBig {
	animation-name: fadeOutDownBig;
	}

	@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	}

	.fadeOutLeft {
	animation-name: fadeOutLeft;
	}

	@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
	}

	.fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
	}

	@keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	}

	.fadeOutRight {
	animation-name: fadeOutRight;
	}

	@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
	}

	.fadeOutRightBig {
	animation-name: fadeOutRightBig;
	}

	@keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	}

	.fadeOutUp {
	animation-name: fadeOutUp;
	}

	@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
	}

	.fadeOutUpBig {
	animation-name: fadeOutUpBig;
	}

	@keyframes flip {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		animation-timing-function: ease-out;
	}

	40% {
		transform: perspective(400px) translate3d(0, 0, 150px)
		rotate3d(0, 1, 0, -190deg);
		animation-timing-function: ease-out;
	}

	50% {
		transform: perspective(400px) translate3d(0, 0, 150px)
		rotate3d(0, 1, 0, -170deg);
		animation-timing-function: ease-in;
	}

	80% {
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		animation-timing-function: ease-in;
	}

	to {
		transform: perspective(400px);
		animation-timing-function: ease-in;
	}
	}

	.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip;
	}

	@keyframes flipInX {
	from {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		transform: perspective(400px);
	}
	}

	.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX;
	}

	@keyframes flipInY {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		animation-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		transform: perspective(400px);
	}
	}

	.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInY;
	}

	@keyframes flipOutX {
	from {
		transform: perspective(400px);
	}

	30% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
	}

	.flipOutX {
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	}

	@keyframes flipOutY {
	from {
		transform: perspective(400px);
	}

	30% {
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	to {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
	}

	.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipOutY;
	}

	@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		transform: none;
		opacity: 1;
	}
	}

	.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
	}

	@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	to {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
	}

	.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
	}

	@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	to {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
	}

	.rotateIn {
	animation-name: rotateIn;
	}

	@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
	}

	.rotateInDownLeft {
	animation-name: rotateInDownLeft;
	}

	@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
	}

	.rotateInDownRight {
	animation-name: rotateInDownRight;
	}

	@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
	}

	.rotateInUpLeft {
	animation-name: rotateInUpLeft;
	}

	@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
	}

	.rotateInUpRight {
	animation-name: rotateInUpRight;
	}

	@keyframes rotateOut {
	from {
		transform-origin: center;
		opacity: 1;
	}

	to {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
	}

	.rotateOut {
	animation-name: rotateOut;
	}

	@keyframes rotateOutDownLeft {
	from {
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	}

	.rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
	}

	@keyframes rotateOutDownRight {
	from {
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	}

	.rotateOutDownRight {
	animation-name: rotateOutDownRight;
	}

	@keyframes rotateOutUpLeft {
	from {
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	}

	.rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
	}

	@keyframes rotateOutUpRight {
	from {
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
	}

	.rotateOutUpRight {
	animation-name: rotateOutUpRight;
	}

	@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		transform: rotate3d(0, 0, 1, 80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		transform: rotate3d(0, 0, 1, 60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
	}

	.hinge {
	animation-name: hinge;
	}

	@keyframes jackInTheBox {
	from {
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom;
	}

	50% {
		transform: rotate(-10deg);
	}

	70% {
		transform: rotate(3deg);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
	}

	.jackInTheBox {
	animation-name: jackInTheBox;
	}

	/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

	@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
		opacity: 1;
		transform: none;
	}
	}

	.rollIn {
	animation-name: rollIn;
	}

	/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

	@keyframes rollOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
	}

	.rollOut {
	animation-name: rollOut;
	}

	@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
	}

	.zoomIn {
	animation-name: zoomIn;
	}

	@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;

		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
	}

	.zoomInDown {
	animation-name: zoomInDown;
	}

	@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
	}

	.zoomInLeft {
	animation-name: zoomInLeft;
	}

	@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
	}

	.zoomInRight {
	animation-name: zoomInRight;
	}

	@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
	}

	.zoomInUp {
	animation-name: zoomInUp;
	}

	@keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
	}

	.zoomOut {
	animation-name: zoomOut;
	}

	@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
	}

	.zoomOutDown {
	animation-name: zoomOutDown;
	}

	@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
	}

	.zoomOutLeft {
	animation-name: zoomOutLeft;
	}

	@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		transform: scale(0.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
	}

	.zoomOutRight {
	animation-name: zoomOutRight;
	}

	@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
	}

	.zoomOutUp {
	animation-name: zoomOutUp;
	}

	@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
	}

	.slideInDown {
	animation-name: slideInDown;
	}

	@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
	}

	.slideInLeft {
	animation-name: slideInLeft;
	}

	@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
	}

	.slideInRight {
	animation-name: slideInRight;
	}

	@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
	}

	.slideInUp {
	animation-name: slideInUp;
	}

	@keyframes slideOutDown {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
	}

	.slideOutDown {
	animation-name: slideOutDown;
	}

	@keyframes slideOutLeft {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		transform: translate3d(-100%, 0, 0);
	}
	}

	.slideOutLeft {
	animation-name: slideOutLeft;
	}

	@keyframes slideOutRight {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		transform: translate3d(100%, 0, 0);
	}
	}

	.slideOutRight {
	animation-name: slideOutRight;
	}

	@keyframes slideOutUp {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		transform: translate3d(0, -100%, 0);
	}
	}

	.slideOutUp {
	animation-name: slideOutUp;
	}

	/*
	Animate.css - http://daneden.me/animate
	Licensed under the â˜º license (http://licence.visualidiot.com/)

	Copyright (c) 2012 Dan Eden

	Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

	The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
	*/
	body {
	/* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	-webkit-backface-visibility: hidden;
	}
	.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	}

	.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	}

	@-webkit-keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
	}

	@-moz-keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
	}

	@-o-keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
	}

	@keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
	}

	.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
	}
	@-webkit-keyframes shake {
	0%,
	100% {
		-webkit-transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
	}
	}

	@-moz-keyframes shake {
	0%,
	100% {
		-moz-transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-moz-transform: translateX(-10px);
	}
	20%,
	40%,
	60%,
	80% {
		-moz-transform: translateX(10px);
	}
	}

	@-o-keyframes shake {
	0%,
	100% {
		-o-transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-o-transform: translateX(-10px);
	}
	20%,
	40%,
	60%,
	80% {
		-o-transform: translateX(10px);
	}
	}

	@keyframes shake {
	0%,
	100% {
		transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px);
	}
	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px);
	}
	}

	.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
	}
	@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
	}
	}

	@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
	}
	}

	@-o-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-o-transform: translateY(0);
	}
	40% {
		-o-transform: translateY(-30px);
	}
	60% {
		-o-transform: translateY(-15px);
	}
	}
	@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
	}

	.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
	}
	@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
	}
	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
	}
	}

	@-moz-keyframes tada {
	0% {
		-moz-transform: scale(1);
	}
	10%,
	20% {
		-moz-transform: scale(0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-moz-transform: scale(1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		-moz-transform: scale(1.1) rotate(-3deg);
	}
	100% {
		-moz-transform: scale(1) rotate(0);
	}
	}

	@-o-keyframes tada {
	0% {
		-o-transform: scale(1);
	}
	10%,
	20% {
		-o-transform: scale(0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-o-transform: scale(1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		-o-transform: scale(1.1) rotate(-3deg);
	}
	100% {
		-o-transform: scale(1) rotate(0);
	}
	}

	@keyframes tada {
	0% {
		transform: scale(1);
	}
	10%,
	20% {
		transform: scale(0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale(1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		transform: scale(1.1) rotate(-3deg);
	}
	100% {
		transform: scale(1) rotate(0);
	}
	}

	.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
	}
	@-webkit-keyframes swing {
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transform-origin: top center;
	}
	20% {
		-webkit-transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
	}

	@-moz-keyframes swing {
	20% {
		-moz-transform: rotate(15deg);
	}
	40% {
		-moz-transform: rotate(-10deg);
	}
	60% {
		-moz-transform: rotate(5deg);
	}
	80% {
		-moz-transform: rotate(-5deg);
	}
	100% {
		-moz-transform: rotate(0deg);
	}
	}

	@-o-keyframes swing {
	20% {
		-o-transform: rotate(15deg);
	}
	40% {
		-o-transform: rotate(-10deg);
	}
	60% {
		-o-transform: rotate(5deg);
	}
	80% {
		-o-transform: rotate(-5deg);
	}
	100% {
		-o-transform: rotate(0deg);
	}
	}

	@keyframes swing {
	20% {
		transform: rotate(15deg);
	}
	40% {
		transform: rotate(-10deg);
	}
	60% {
		transform: rotate(5deg);
	}
	80% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(0deg);
	}
	}

	.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
	}
	/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

	@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
	}

	@-moz-keyframes wobble {
	0% {
		-moz-transform: translateX(0%);
	}
	15% {
		-moz-transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		-moz-transform: translateX(20%) rotate(3deg);
	}
	45% {
		-moz-transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		-moz-transform: translateX(10%) rotate(2deg);
	}
	75% {
		-moz-transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		-moz-transform: translateX(0%);
	}
	}

	@-o-keyframes wobble {
	0% {
		-o-transform: translateX(0%);
	}
	15% {
		-o-transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		-o-transform: translateX(20%) rotate(3deg);
	}
	45% {
		-o-transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		-o-transform: translateX(10%) rotate(2deg);
	}
	75% {
		-o-transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		-o-transform: translateX(0%);
	}
	}

	@keyframes wobble {
	0% {
		transform: translateX(0%);
	}
	15% {
		transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		transform: translateX(20%) rotate(3deg);
	}
	45% {
		transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		transform: translateX(10%) rotate(2deg);
	}
	75% {
		transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		transform: translateX(0%);
	}
	}

	.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
	}
	/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

	@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
	}
	}
	@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.1);
	}
	100% {
		-moz-transform: scale(1);
	}
	}
	@-o-keyframes pulse {
	0% {
		-o-transform: scale(1);
	}
	50% {
		-o-transform: scale(1.1);
	}
	100% {
		-o-transform: scale(1);
	}
	}
	@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
	}

	.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
	}
	@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
		scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	}
	@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) rotateY(0);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg)
		scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	}
	@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) rotateY(0);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) scale(1);
		-o-animation-timing-function: ease-in;
	}
	}
	@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(0.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
	}

	.flip {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
	}
	@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	}
	@-moz-keyframes flipInX {
	0% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-moz-transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-moz-transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	}
	@-o-keyframes flipInX {
	0% {
		-o-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-o-transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-o-transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-o-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	}
	@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	}

	.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
	}
	@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	}

	@-moz-keyframes flipOutX {
	0% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	}

	@-o-keyframes flipOutX {
	0% {
		-o-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-o-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	}

	@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	}

	.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
	}
	@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	}
	@-moz-keyframes flipInY {
	0% {
		-moz-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-moz-transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-moz-transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-moz-transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	}
	@-o-keyframes flipInY {
	0% {
		-o-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-o-transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-o-transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-o-transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	}
	@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	}

	.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
	}
	@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	}
	@-moz-keyframes flipOutY {
	0% {
		-moz-transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	100% {
		-moz-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	}
	@-o-keyframes flipOutY {
	0% {
		-o-transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	100% {
		-o-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	}
	@keyframes flipOutY {
	0% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	100% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	}

	.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
	}
	@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
	}

	@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
	}

	@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
	}

	@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
	}

	.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	}
	@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	}

	@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	}

	@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	}

	@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
	}

	.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	}
	@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	}

	@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	}

	@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	}

	@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
	}

	.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	}
	@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	}

	@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	}

	@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	}

	@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
	}

	.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	}
	@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	}

	@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	}

	@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	}

	@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
	}

	.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
	}
	@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	}

	@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	}

	@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	}

	@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
	}

	.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
	}
	@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	}

	@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	}

	@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	}

	@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
	}

	.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
	}
	@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	}
	@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	}
	@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	}
	@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
	}

	.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
	}
	@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	}

	@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	}

	@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	}

	@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
	}

	.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
	}
	@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
	}

	@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
	}

	@-o-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
	}

	@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
	}

	.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
	}
	@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	}
	@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	}
	@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	}
	@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
	}

	.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
	}
	@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	}

	@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	}

	@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	}

	@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(20px);
	}
	}

	.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
	}
	@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	}

	@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	}

	@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	}

	@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
	}

	.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
	}
	@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	}

	@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	}

	@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	}

	@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(20px);
	}
	}

	.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	}
	@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	}

	@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	}

	@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	}

	@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	}

	.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
	}
	@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	}

	@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	}

	@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	}

	@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
	}

	.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
	}
	@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	}

	@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	}

	@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	}

	@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	}

	.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
	}
	@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	}
	@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	}
	@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	}
	@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
	}

	.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
	}
	@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(0.9);
	}

	100% {
		-webkit-transform: scale(1);
	}
	}

	@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(0.3);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(0.9);
	}

	100% {
		-moz-transform: scale(1);
	}
	}

	@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(0.3);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(0.9);
	}

	100% {
		-o-transform: scale(1);
	}
	}

	@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
		transform: scale(1.05);
	}

	70% {
		transform: scale(0.9);
	}

	100% {
		transform: scale(1);
	}
	}

	.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
	}
	@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
	}
	@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}

	80% {
		-moz-transform: translateY(10px);
	}

	100% {
		-moz-transform: translateY(0);
	}
	}

	@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}

	80% {
		-o-transform: translateY(10px);
	}

	100% {
		-o-transform: translateY(0);
	}
	}

	@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(-30px);
	}

	80% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0);
	}
	}

	.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
	}
	@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
	}

	@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}

	80% {
		-moz-transform: translateY(-10px);
	}

	100% {
		-moz-transform: translateY(0);
	}
	}

	@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}

	80% {
		-o-transform: translateY(-10px);
	}

	100% {
		-o-transform: translateY(0);
	}
	}

	@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(30px);
	}

	80% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
	}

	.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	}
	@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
	}

	@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}

	80% {
		-moz-transform: translateX(-10px);
	}

	100% {
		-moz-transform: translateX(0);
	}
	}

	@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}

	80% {
		-o-transform: translateX(-10px);
	}

	100% {
		-o-transform: translateX(0);
	}
	}

	@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateX(30px);
	}

	80% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(0);
	}
	}

	.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
	}
	@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
	}

	@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}

	80% {
		-moz-transform: translateX(10px);
	}

	100% {
		-moz-transform: translateX(0);
	}
	}

	@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}

	80% {
		-o-transform: translateX(10px);
	}

	100% {
		-o-transform: translateX(0);
	}
	}

	@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		transform: translateX(-30px);
	}

	80% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
	}

	.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
	}
	@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}

	25% {
		-webkit-transform: scale(0.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
	}
	}

	@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1);
	}

	25% {
		-moz-transform: scale(0.95);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-moz-transform: scale(0.3);
	}
	}

	@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1);
	}

	25% {
		-o-transform: scale(0.95);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-o-transform: scale(0.3);
	}
	}

	@keyframes bounceOut {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(0.95);
	}

	50% {
		opacity: 1;
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		transform: scale(0.3);
	}
	}

	.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
	}
	@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	}

	@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	}

	@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	}

	@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	}

	.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
	}
	@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	}

	@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	}

	@-o-keyframes bounceOutDown {
	0% {
		-o-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	}

	@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
	}

	.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
	}
	@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	}

	@-moz-keyframes bounceOutLeft {
	0% {
		-moz-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	}

	@-o-keyframes bounceOutLeft {
	0% {
		-o-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	}

	@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	}

	.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
	}
	@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	}

	@-moz-keyframes bounceOutRight {
	0% {
		-moz-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	}

	@-o-keyframes bounceOutRight {
	0% {
		-o-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	}

	@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
	}

	.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
	}
	@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	}
	@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	}
	@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
	}
	@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	}

	.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
	}
	@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	}

	@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	}

	@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	}

	@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	}

	.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	}
	@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	}

	@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	}

	@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	}

	@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	}

	.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	}
	@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	}

	@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	}

	@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	}

	@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	}

	.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	}
	@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	}

	@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	}

	@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	}

	@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	}

	.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	}
	@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
	}

	@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
	}

	@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
	}

	@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
	}

	.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
	}
	@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	}

	@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	}

	@-o-keyframes rotateOutUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	}

	@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	}

	.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	}
	@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	}

	@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	}

	@-o-keyframes rotateOutDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	}

	@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	}

	.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	}
	@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	}

	@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	}

	@-o-keyframes rotateOutUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	}

	@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	}

	.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	}
	@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	}

	@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	}

	@-o-keyframes rotateOutDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	}

	@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	}

	.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	}
	@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
	}
	40% {
		-webkit-transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: translateY(700px);
		opacity: 0;
	}
	}

	@-moz-keyframes hinge {
	0% {
		-moz-transform: rotate(0);
		-moz-transform-origin: top left;
		-moz-animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-moz-transform: rotate(80deg);
		-moz-transform-origin: top left;
		-moz-animation-timing-function: ease-in-out;
	}
	40% {
		-moz-transform: rotate(60deg);
		-moz-transform-origin: top left;
		-moz-animation-timing-function: ease-in-out;
	}
	80% {
		-moz-transform: rotate(60deg) translateY(0);
		opacity: 1;
		-moz-transform-origin: top left;
		-moz-animation-timing-function: ease-in-out;
	}
	100% {
		-moz-transform: translateY(700px);
		opacity: 0;
	}
	}

	@-o-keyframes hinge {
	0% {
		-o-transform: rotate(0);
		-o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-o-transform: rotate(80deg);
		-o-transform-origin: top left;
		-o-animation-timing-function: ease-in-out;
	}
	40% {
		-o-transform: rotate(60deg);
		-o-transform-origin: top left;
		-o-animation-timing-function: ease-in-out;
	}
	80% {
		-o-transform: rotate(60deg) translateY(0);
		opacity: 1;
		-o-transform-origin: top left;
		-o-animation-timing-function: ease-in-out;
	}
	100% {
		-o-transform: translateY(700px);
		opacity: 0;
	}
	}

	@keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	40% {
		transform: rotate(60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	80% {
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	100% {
		transform: translateY(700px);
		opacity: 0;
	}
	}

	.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
	}
	/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

	@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}
	}

	@-moz-keyframes rollIn {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}
	}

	@-o-keyframes rollIn {
	0% {
		opacity: 0;
		-o-transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}
	}

	@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}
	}

	.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
	}
	/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

	@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
	}

	@-moz-keyframes rollOut {
	0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
	}

	@-o-keyframes rollOut {
	0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
	}

	@keyframes rollOut {
	0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
	}

	.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
	}

	/* originally authored by Angelo Rohit - https://github.com/angelorohit */

	@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	}

	@-moz-keyframes lightSpeedIn {
	0% {
		-moz-transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-moz-transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	80% {
		-moz-transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	}

	@-o-keyframes lightSpeedIn {
	0% {
		-o-transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-o-transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	80% {
		-o-transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}
	100% {
		-o-transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	}

	@keyframes lightSpeedIn {
	0% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	60% {
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	80% {
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}
	100% {
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	}

	.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	-moz-animation-name: lightSpeedIn;
	-o-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;

	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	}

	.animated.lightSpeedIn {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	}

	/* originally authored by Angelo Rohit - https://github.com/angelorohit */

	@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	}

	@-moz-keyframes lightSpeedOut {
	0% {
		-moz-transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	}

	@-o-keyframes lightSpeedOut {
	0% {
		-o-transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	100% {
		-o-transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	}

	@keyframes lightSpeedOut {
	0% {
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	100% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	}

	.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	-moz-animation-name: lightSpeedOut;
	-o-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;

	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}

	.animated.lightSpeedOut {
	-webkit-animation-duration: 0.25s;
	-moz-animation-duration: 0.25s;
	-o-animation-duration: 0.25s;
	animation-duration: 0.25s;
	}

	/* originally authored by Angelo Rohit - https://github.com/angelorohit */

	@-webkit-keyframes wiggle {
	0% {
		-webkit-transform: skewX(9deg);
	}
	10% {
		-webkit-transform: skewX(-8deg);
	}
	20% {
		-webkit-transform: skewX(7deg);
	}
	30% {
		-webkit-transform: skewX(-6deg);
	}
	40% {
		-webkit-transform: skewX(5deg);
	}
	50% {
		-webkit-transform: skewX(-4deg);
	}
	60% {
		-webkit-transform: skewX(3deg);
	}
	70% {
		-webkit-transform: skewX(-2deg);
	}
	80% {
		-webkit-transform: skewX(1deg);
	}
	90% {
		-webkit-transform: skewX(0deg);
	}
	100% {
		-webkit-transform: skewX(0deg);
	}
	}

	@-moz-keyframes wiggle {
	0% {
		-moz-transform: skewX(9deg);
	}
	10% {
		-moz-transform: skewX(-8deg);
	}
	20% {
		-moz-transform: skewX(7deg);
	}
	30% {
		-moz-transform: skewX(-6deg);
	}
	40% {
		-moz-transform: skewX(5deg);
	}
	50% {
		-moz-transform: skewX(-4deg);
	}
	60% {
		-moz-transform: skewX(3deg);
	}
	70% {
		-moz-transform: skewX(-2deg);
	}
	80% {
		-moz-transform: skewX(1deg);
	}
	90% {
		-moz-transform: skewX(0deg);
	}
	100% {
		-moz-transform: skewX(0deg);
	}
	}

	@-o-keyframes wiggle {
	0% {
		-o-transform: skewX(9deg);
	}
	10% {
		-o-transform: skewX(-8deg);
	}
	20% {
		-o-transform: skewX(7deg);
	}
	30% {
		-o-transform: skewX(-6deg);
	}
	40% {
		-o-transform: skewX(5deg);
	}
	50% {
		-o-transform: skewX(-4deg);
	}
	60% {
		-o-transform: skewX(3deg);
	}
	70% {
		-o-transform: skewX(-2deg);
	}
	80% {
		-o-transform: skewX(1deg);
	}
	90% {
		-o-transform: skewX(0deg);
	}
	100% {
		-o-transform: skewX(0deg);
	}
	}

	@keyframes wiggle {
	0% {
		transform: skewX(9deg);
	}
	10% {
		transform: skewX(-8deg);
	}
	20% {
		transform: skewX(7deg);
	}
	30% {
		transform: skewX(-6deg);
	}
	40% {
		transform: skewX(5deg);
	}
	50% {
		transform: skewX(-4deg);
	}
	60% {
		transform: skewX(3deg);
	}
	70% {
		transform: skewX(-2deg);
	}
	80% {
		transform: skewX(1deg);
	}
	90% {
		transform: skewX(0deg);
	}
	100% {
		transform: skewX(0deg);
	}
	}

	.wiggle {
	-webkit-animation-name: wiggle;
	-moz-animation-name: wiggle;
	-o-animation-name: wiggle;
	animation-name: wiggle;

	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}

	.animated.wiggle {
	-webkit-animation-duration: 0.75s;
	-moz-animation-duration: 0.75s;
	-o-animation-duration: 0.75s;
	animation-duration: 0.75s;
	}

	/**
	* Owl Carousel v2.3.4
	* Copyright 2013-2018 David Deutsch
	* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
	*/

	.owl-carousel,
	.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
	}
	.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
	}
	.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
	}
	.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
	.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	}
	.owl-carousel .owl-item,
	.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	}
	.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	}
	.owl-carousel .owl-item img {
	width: auto;
	}
	.owl-carousel .owl-dots.disabled,
	.owl-carousel .owl-nav.disabled {
	display: none;
	}
	.no-js .owl-carousel,
	.owl-carousel.owl-loaded {
	display: block;
	}
	.owl-carousel .owl-dot,
	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
	.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
	}
	.owl-carousel.owl-hidden {
	opacity: 0;
	}
	.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
	}
	.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
	.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
	}
	.owl-carousel.owl-rtl {
	direction: rtl;
	}
	.owl-carousel.owl-rtl .owl-item {
	float: right;
	}
	.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	}
	.owl-carousel .owl-animated-in {
	z-index: 0;
	}
	.owl-carousel .owl-animated-out {
	z-index: 1;
	}
	.owl-carousel .fadeOut {
	animation-name: fadeOut;
	}
	@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
	}
	.owl-height {
	transition: height 0.5s ease-in-out;
	}
	.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
	}
	.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
	}
	.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
	}
	.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
	}
	.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
	}
	.owl-carousel .owl-video-playing .owl-video-play-icon,
	.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
	}
	.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
	}
	.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
	}

	/*!
	* Hamburgers
	* @description Tasty CSS-animated hamburgers
	* @author Jonathan Suh @jonsuh
	* @site https://jonsuh.com/hamburgers
	* @link https://github.com/jonsuh/hamburgers

	*/
	.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 15px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: 0.15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	}
	.hamburger.is-active:hover,
	.hamburger:hover {
	opacity: 1;
	}
	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner:after,
	.hamburger.is-active .hamburger-inner:before {
	background-color: #000;
	}
	.hamburger-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
	}
	.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
	}
	.hamburger-inner,
	.hamburger-inner:after,
	.hamburger-inner:before {
	position: absolute;
	width: 40px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: 0.15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #000;
	}
	.hamburger-inner:after,
	.hamburger-inner:before {
	display: block;
	content: "";
	}
	.hamburger-inner:before {
	top: -10px;
	}
	.hamburger-inner:after {
	bottom: -10px;
	}
	.hamburger--3dx .hamburger-box {
	perspective: 80px;
	}
	.hamburger--3dx .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	}
	.hamburger--3dx .hamburger-inner:after,
	.hamburger--3dx .hamburger-inner:before {
	transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	}
	.hamburger--3dx.is-active .hamburger-inner {
	transform: rotateY(180deg);
	background-color: transparent !important;
	}
	.hamburger--3dx.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
	}
	.hamburger--3dx.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	}
	.hamburger--3dx-r .hamburger-box {
	perspective: 80px;
	}
	.hamburger--3dx-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	}
	.hamburger--3dx-r .hamburger-inner:after,
	.hamburger--3dx-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	}
	.hamburger--3dx-r.is-active .hamburger-inner {
	transform: rotateY(-180deg);
	background-color: transparent !important;
	}
	.hamburger--3dx-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
	}
	.hamburger--3dx-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	}
	.hamburger--3dy .hamburger-box {
	perspective: 80px;
	}
	.hamburger--3dy .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	}
	.hamburger--3dy .hamburger-inner:after,
	.hamburger--3dy .hamburger-inner:before {
	transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	}
	.hamburger--3dy.is-active .hamburger-inner {
	transform: rotateX(-180deg);
	background-color: transparent !important;
	}
	.hamburger--3dy.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
	}
	.hamburger--3dy.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	}
	.hamburger--3dy-r .hamburger-box {
	perspective: 80px;
	}
	.hamburger--3dy-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	}
	.hamburger--3dy-r .hamburger-inner:after,
	.hamburger--3dy-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	}
	.hamburger--3dy-r.is-active .hamburger-inner {
	transform: rotateX(180deg);
	background-color: transparent !important;
	}
	.hamburger--3dy-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
	}
	.hamburger--3dy-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	}
	.hamburger--3dxy .hamburger-box {
	perspective: 80px;
	}
	.hamburger--3dxy .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	}
	.hamburger--3dxy .hamburger-inner:after,
	.hamburger--3dxy .hamburger-inner:before {
	transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	}
	.hamburger--3dxy.is-active .hamburger-inner {
	transform: rotateX(180deg) rotateY(180deg);
	background-color: transparent !important;
	}
	.hamburger--3dxy.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
	}
	.hamburger--3dxy.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	}
	.hamburger--3dxy-r .hamburger-box {
	perspective: 80px;
	}
	.hamburger--3dxy-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	}
	.hamburger--3dxy-r .hamburger-inner:after,
	.hamburger--3dxy-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	}
	.hamburger--3dxy-r.is-active .hamburger-inner {
	transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
	background-color: transparent !important;
	}
	.hamburger--3dxy-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
	}
	.hamburger--3dxy-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	}
	.hamburger--arrow.is-active .hamburger-inner:before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
	}
	.hamburger--arrow.is-active .hamburger-inner:after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
	}
	.hamburger--arrow-r.is-active .hamburger-inner:before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
	}
	.hamburger--arrow-r.is-active .hamburger-inner:after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
	}
	.hamburger--arrowalt .hamburger-inner:before {
	transition: top 0.1s ease 0.1s,
		transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.hamburger--arrowalt .hamburger-inner:after {
	transition: bottom 0.1s ease 0.1s,
		transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.hamburger--arrowalt.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s ease,
		transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
	transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
	}
	.hamburger--arrowalt.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 0.1s ease,
		transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
	transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
	}
	.hamburger--arrowalt-r .hamburger-inner:before {
	transition: top 0.1s ease 0.1s,
		transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.hamburger--arrowalt-r .hamburger-inner:after {
	transition: bottom 0.1s ease 0.1s,
		transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.hamburger--arrowalt-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s ease,
		transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
	transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
	}
	.hamburger--arrowalt-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 0.1s ease,
		transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
	transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
	}
	.hamburger--arrowturn.is-active .hamburger-inner {
	transform: rotate(-180deg);
	}
	.hamburger--arrowturn.is-active .hamburger-inner:before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
	}
	.hamburger--arrowturn.is-active .hamburger-inner:after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
	}
	.hamburger--arrowturn-r.is-active .hamburger-inner {
	transform: rotate(-180deg);
	}
	.hamburger--arrowturn-r.is-active .hamburger-inner:before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
	}
	.hamburger--arrowturn-r.is-active .hamburger-inner:after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
	}
	.hamburger--boring .hamburger-inner,
	.hamburger--boring .hamburger-inner:after,
	.hamburger--boring .hamburger-inner:before {
	transition-property: none;
	}
	.hamburger--boring.is-active .hamburger-inner {
	transform: rotate(45deg);
	}
	.hamburger--boring.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
	}
	.hamburger--boring.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
	}
	.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 0.13s;
	}
	.hamburger--collapse .hamburger-inner:after {
	top: -20px;
	transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
		opacity 0.1s linear;
	}
	.hamburger--collapse .hamburger-inner:before {
	transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--collapse.is-active .hamburger-inner {
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	}
	.hamburger--collapse.is-active .hamburger-inner:after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0.1s linear 0.22s;
	opacity: 0;
	}
	.hamburger--collapse.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
		transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
	transform: rotate(-90deg);
	}
	.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 0.13s;
	}
	.hamburger--collapse-r .hamburger-inner:after {
	top: -20px;
	transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
		opacity 0.1s linear;
	}
	.hamburger--collapse-r .hamburger-inner:before {
	transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--collapse-r.is-active .hamburger-inner {
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, -10px, 0) rotate(45deg);
	}
	.hamburger--collapse-r.is-active .hamburger-inner:after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0.1s linear 0.22s;
	opacity: 0;
	}
	.hamburger--collapse-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
		transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
	transform: rotate(90deg);
	}
	.hamburger--elastic .hamburger-inner {
	top: 2px;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-duration: 0.275s;
	}
	.hamburger--elastic .hamburger-inner:before {
	top: 10px;
	transition: opacity 0.125s ease 0.275s;
	}
	.hamburger--elastic .hamburger-inner:after {
	top: 20px;
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	.hamburger--elastic.is-active .hamburger-inner {
	transition-delay: 75ms;
	transform: translate3d(0, 10px, 0) rotate(135deg);
	}
	.hamburger--elastic.is-active .hamburger-inner:before {
	transition-delay: 0s;
	opacity: 0;
	}
	.hamburger--elastic.is-active .hamburger-inner:after {
	transition-delay: 75ms;
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	}
	.hamburger--elastic-r .hamburger-inner {
	top: 2px;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-duration: 0.275s;
	}
	.hamburger--elastic-r .hamburger-inner:before {
	top: 10px;
	transition: opacity 0.125s ease 0.275s;
	}
	.hamburger--elastic-r .hamburger-inner:after {
	top: 20px;
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	.hamburger--elastic-r.is-active .hamburger-inner {
	transition-delay: 75ms;
	transform: translate3d(0, 10px, 0) rotate(-135deg);
	}
	.hamburger--elastic-r.is-active .hamburger-inner:before {
	transition-delay: 0s;
	opacity: 0;
	}
	.hamburger--elastic-r.is-active .hamburger-inner:after {
	transition-delay: 75ms;
	transform: translate3d(0, -20px, 0) rotate(270deg);
	}
	.hamburger--emphatic {
	overflow: hidden;
	}
	.hamburger--emphatic .hamburger-inner {
	transition: background-color 0.125s ease-in 0.175s;
	}
	.hamburger--emphatic .hamburger-inner:before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
		top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
	}
	.hamburger--emphatic .hamburger-inner:after {
	top: 10px;
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
		top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
	}
	.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important;
	}
	.hamburger--emphatic.is-active .hamburger-inner:before {
	top: -80px;
	left: -80px;
	transition: left 0.125s ease-out, top 0.05s linear 0.125s,
		transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	}
	.hamburger--emphatic.is-active .hamburger-inner:after {
	top: -80px;
	right: -80px;
	transition: right 0.125s ease-out, top 0.05s linear 0.125s,
		transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	}
	.hamburger--emphatic-r {
	overflow: hidden;
	}
	.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.125s ease-in 0.175s;
	}
	.hamburger--emphatic-r .hamburger-inner:before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
		top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
	}
	.hamburger--emphatic-r .hamburger-inner:after {
	top: 10px;
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
		top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
	}
	.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important;
	}
	.hamburger--emphatic-r.is-active .hamburger-inner:before {
	top: 80px;
	left: -80px;
	transition: left 0.125s ease-out, top 0.05s linear 0.125s,
		transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	}
	.hamburger--emphatic-r.is-active .hamburger-inner:after {
	top: 80px;
	right: -80px;
	transition: right 0.125s ease-out, top 0.05s linear 0.125s,
		transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	}
	.hamburger--minus .hamburger-inner:after,
	.hamburger--minus .hamburger-inner:before {
	transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
	}
	.hamburger--minus.is-active .hamburger-inner:after,
	.hamburger--minus.is-active .hamburger-inner:before {
	transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
	opacity: 0;
	}
	.hamburger--minus.is-active .hamburger-inner:before {
	top: 0;
	}
	.hamburger--minus.is-active .hamburger-inner:after {
	bottom: 0;
	}
	.hamburger--slider .hamburger-inner {
	top: 2px;
	}
	.hamburger--slider .hamburger-inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: 0.15s;
	transition-property: transform, opacity;
	}
	.hamburger--slider .hamburger-inner:after {
	top: 20px;
	}
	.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
	}
	.hamburger--slider.is-active .hamburger-inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
	}
	.hamburger--slider.is-active .hamburger-inner:after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
	}
	.hamburger--slider-r .hamburger-inner {
	top: 2px;
	}
	.hamburger--slider-r .hamburger-inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: 0.15s;
	transition-property: transform, opacity;
	}
	.hamburger--slider-r .hamburger-inner:after {
	top: 20px;
	}
	.hamburger--slider-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-45deg);
	}
	.hamburger--slider-r.is-active .hamburger-inner:before {
	transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	opacity: 0;
	}
	.hamburger--slider-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -20px, 0) rotate(90deg);
	}
	.hamburger--spin .hamburger-inner {
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 0.22s;
	}
	.hamburger--spin .hamburger-inner:before {
	transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
	}
	.hamburger--spin .hamburger-inner:after {
	transition: bottom 0.1s ease-in 0.25s,
		transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--spin.is-active .hamburger-inner {
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(225deg);
	}
	.hamburger--spin.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
	opacity: 0;
	}
	.hamburger--spin.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 0.1s ease-out,
		transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transform: rotate(-90deg);
	}
	.hamburger--spin-r .hamburger-inner {
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 0.22s;
	}
	.hamburger--spin-r .hamburger-inner:before {
	transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
	}
	.hamburger--spin-r .hamburger-inner:after {
	transition: bottom 0.1s ease-in 0.25s,
		transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--spin-r.is-active .hamburger-inner {
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(-225deg);
	}
	.hamburger--spin-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
	opacity: 0;
	}
	.hamburger--spin-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 0.1s ease-out,
		transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transform: rotate(90deg);
	}
	.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s linear 0.13s;
	}
	.hamburger--spring .hamburger-inner:before {
	top: 10px;
	transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--spring .hamburger-inner:after {
	top: 20px;
	transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent !important;
	}
	.hamburger--spring.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
		transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
	transform: translate3d(0, 10px, 0) rotate(45deg);
	}
	.hamburger--spring.is-active .hamburger-inner:after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
	transform: translate3d(0, 10px, 0) rotate(-45deg);
	}
	.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 0.13s;
	}
	.hamburger--spring-r .hamburger-inner:after {
	top: -20px;
	transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
		opacity 0s linear;
	}
	.hamburger--spring-r .hamburger-inner:before {
	transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--spring-r.is-active .hamburger-inner {
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	}
	.hamburger--spring-r.is-active .hamburger-inner:after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0s linear 0.22s;
	opacity: 0;
	}
	.hamburger--spring-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
		transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
	transform: rotate(90deg);
	}
	.hamburger--stand .hamburger-inner {
	transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
		background-color 0s linear 75ms;
	}
	.hamburger--stand .hamburger-inner:before {
	transition: top 75ms ease-in 75ms,
		transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
	}
	.hamburger--stand .hamburger-inner:after {
	transition: bottom 75ms ease-in 75ms,
		transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
	}
	.hamburger--stand.is-active .hamburger-inner {
	transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
		background-color 0s linear 0.15s;
	transform: rotate(90deg);
	background-color: transparent !important;
	}
	.hamburger--stand.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease-out 0.1s,
		transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	transform: rotate(-45deg);
	}
	.hamburger--stand.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease-out 0.1s,
		transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	transform: rotate(45deg);
	}
	.hamburger--stand-r .hamburger-inner {
	transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
		background-color 0s linear 75ms;
	}
	.hamburger--stand-r .hamburger-inner:before {
	transition: top 75ms ease-in 75ms,
		transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
	}
	.hamburger--stand-r .hamburger-inner:after {
	transition: bottom 75ms ease-in 75ms,
		transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
	}
	.hamburger--stand-r.is-active .hamburger-inner {
	transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
		background-color 0s linear 0.15s;
	transform: rotate(-90deg);
	background-color: transparent !important;
	}
	.hamburger--stand-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease-out 0.1s,
		transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	transform: rotate(-45deg);
	}
	.hamburger--stand-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease-out 0.1s,
		transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	transform: rotate(45deg);
	}
	.hamburger--squeeze .hamburger-inner {
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 75ms;
	}
	.hamburger--squeeze .hamburger-inner:before {
	transition: top 75ms ease 0.12s, opacity 75ms ease;
	}
	.hamburger--squeeze .hamburger-inner:after {
	transition: bottom 75ms ease 0.12s,
		transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--squeeze.is-active .hamburger-inner {
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(45deg);
	}
	.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease, opacity 75ms ease 0.12s;
	opacity: 0;
	}
	.hamburger--squeeze.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease,
		transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transform: rotate(-90deg);
	}
	.hamburger--vortex .hamburger-inner {
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-duration: 0.2s;
	}
	.hamburger--vortex .hamburger-inner:after,
	.hamburger--vortex .hamburger-inner:before {
	transition-delay: 0.1s;
	transition-timing-function: linear;
	transition-duration: 0s;
	}
	.hamburger--vortex .hamburger-inner:before {
	transition-property: top, opacity;
	}
	.hamburger--vortex .hamburger-inner:after {
	transition-property: bottom, transform;
	}
	.hamburger--vortex.is-active .hamburger-inner {
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: rotate(765deg);
	}
	.hamburger--vortex.is-active .hamburger-inner:after,
	.hamburger--vortex.is-active .hamburger-inner:before {
	transition-delay: 0s;
	}
	.hamburger--vortex.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
	}
	.hamburger--vortex.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(90deg);
	}
	.hamburger--vortex-r .hamburger-inner {
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-duration: 0.2s;
	}
	.hamburger--vortex-r .hamburger-inner:after,
	.hamburger--vortex-r .hamburger-inner:before {
	transition-delay: 0.1s;
	transition-timing-function: linear;
	transition-duration: 0s;
	}
	.hamburger--vortex-r .hamburger-inner:before {
	transition-property: top, opacity;
	}
	.hamburger--vortex-r .hamburger-inner:after {
	transition-property: bottom, transform;
	}
	.hamburger--vortex-r.is-active .hamburger-inner {
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: rotate(-765deg);
	}
	.hamburger--vortex-r.is-active .hamburger-inner:after,
	.hamburger--vortex-r.is-active .hamburger-inner:before {
	transition-delay: 0s;
	}
	.hamburger--vortex-r.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
	}
	.hamburger--vortex-r.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
	}
