/**
* ----------------------------------------------------------------------
* Mega Menu Styling Rules
*/

@media only screen and (min-width: 768px) {

	.megamenu-parent *,
	.megamenu-parent *:before,
	.megamenu-parent *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.megamenu-parent[data-width='full'],
	.megamenu-parent.mm-width-full {
		position: static!important;
		/*  we need this property to make sure megamenu width:100% go to the edge */
	}

	.megamenu-parent > .megamenu-sub-menu {
		display: none;
		visibility: hidden;
		position: absolute;
	}

	.megamenu-parent:hover > .megamenu-sub-menu {
		left: 0;
		right: auto;
		visibility: visible;
		display: block;
	}

		/* Triangle for megamenu parent*/

		.megamenu-parent:hover:after {
			position: absolute;
			border-color: transparent transparent transparent;
			border-style: inset inset solid;
			border-width: 6px;
			content: "";
			display: block;
			height: 0;
			width: 0;
			margin-left: 40px;
			margin-top: -11px;
		}

		/* Menu list inside megamenu dropdown */
		.megamenu-parent > .megamenu-sub-menu .megamenu-inner-sub-menu > li {
			width: 100%;
			float: left;
			clear: both;
		}

		/*.megamenu-parent > .megamenu-sub-menu > .megamenu-sub-menu,*/
		.megamenu-inner-sub-menu .megamenu-inner-sub-menu > li li {
			padding-left: 10px;
		}

		.megamenu-parent > .megamenu-sub-menu .megamenu-inner-sub-menu > li > a {
			width: 100%;
			display: block;
			padding-left: 0;
			padding-right: 0;
		}

		.megamenu-parent > .megamenu-sub-menu .megamenu-column {
			float: left;
			width: 100%;
		}

		.megamenu-parent.megamenu-columns-2 > .megamenu-sub-menu > .megamenu-column {
			width: 50%;
		}

		.megamenu-parent.megamenu-columns-3 > .megamenu-sub-menu > .megamenu-column {
			width: 33.2%;
		}

		.megamenu-parent.megamenu-columns-4 > .megamenu-sub-menu > .megamenu-column {
			width: 25%;
		}

		.megamenu-parent.megamenu-columns-5 > .megamenu-sub-menu > .megamenu-column {
			width: 20%;
		}

		.megamenu-parent.megamenu-columns-6 > .megamenu-sub-menu > .megamenu-column {
			width: 16.66%;
		}

		.megamenu-parent.megamenu-columns-7 > .megamenu-sub-menu > .megamenu-column {
			width: 14.2%;
		}

		.megamenu-parent.megamenu-columns-8 > .megamenu-sub-menu > .megamenu-column {
			width: 12.5%;
		}

		.megamenu-parent .megamenu-column > a,
		.megamenu-parent .megamenu-column a.parent-link {
			display: none!important;
		}

		/* Standard columns and content elements padding */

		.megamenu-parent .megamenu-column,
		.megamenu-parent > .megamenu-sub-menu > .megamenu-content {
			padding: 30px;
		}

		/* In some situations we need to break this padding */
		.megamenu-parent .megamenu-column.no-padding,
		.megamenu-parent > .megamenu-sub-menu > .megamenu-content.no-padding {
			padding: 0;
		}

			.megamenu-parent > .megamenu-sub-menu .megamenu-column:hover {
				background: transparent;
			}
			.megamenu-parent > .megamenu-sub-menu .megamenu-column > a {
				display: none;
			}
			.megamenu-parent > .megamenu-sub-menu .megamenu-column .megamenu-inner-sub-menu {
				/*visibility: visible;*/
				left: auto;
				position: relative;
				display: block;
			}

			.megamenu-parent:hover > .megamenu-sub-menu .megamenu-column .megamenu-inner-sub-menu {
				visibility: visible;
			}
			.megamenu-parent > .megamenu-sub-menu .megamenu-inner-sub-menu li:not(.megamenu-content) > a {
				padding: 3px 0;
			}

			.megamenu-parent > .megamenu-sub-menu .megamenu-inner-sub-menu li:not(.megamenu-content):not(.megamenu-heading) > a {
				padding-left: 13px;
			}

	.megamenu-parent > .megamenu-sub-menu .megamenu-inner-sub-menu li:hover > a {
		background: none;
	}
		.megamenu-parent .megamenu-heading > a:after {
			display: none;
		}
		.megamenu-parent .megamenu-heading:hover,
		.megamenu-parent .megamenu-heading > a:hover,
		.megamenu-parent .megamenu-content:hover,
		.megamenu-parent .megamenu-content > a:hover {
			background: none;
		}

	/* Content Mega-Menu Element Styling */
	.megamenu-parent .megamenu-content {
		width: 100%;
	}


	/* Icons right margin */
	 .megamenu-content [class*="mm-icon-"] {
		margin-right: 6px;
	}

	/* Rotating tweets shortcode */

	.megamenu-content .rtw_main {
		font-size: 16px;
		font-weight: 300;
	}

	.megamenu-content a {
		line-height: 1.6!important;
	}



	/* Form items in mega-menu styling */

	.megamenu-parent:not(.no-styling) input[type="text"],
	.megamenu-parent:not(.no-styling) input[type="password"],
	.megamenu-parent:not(.no-styling) input[type="date"],
	.megamenu-parent:not(.no-styling) input[type="datetime"],
	.megamenu-parent:not(.no-styling) input[type="email"],
	.megamenu-parent:not(.no-styling) input[type="number"],
	.megamenu-parent:not(.no-styling) input[type="search"],
	.megamenu-parent:not(.no-styling) input[type="tel"],
	.megamenu-parent:not(.no-styling) input[type="time"],
	.megamenu-parent:not(.no-styling) input[type="url"] {
		height: 34px;
		line-height: 34px;
		padding: 6px;
		border-radius: 4px;
	}

	.megamenu-parent:not(.no-styling) textarea {
		padding: 6px;
		border-radius: 4px;
	}

	.megamenu-parent:not(.no-styling) input[type="submit"] {
		border: medium none;
		border-radius: 3px 3px 3px 3px;
		height: 40px;
		line-height: 40px;
		padding: 8px 16px;
	}

	/**
	* ----------------------------------------------------------------------
	* Default styling skin ( Black Drop Downs )
	* to disable any styling use '.no-styling' class for parent mega-menu item
	*/
	.megamenu-parent:not(.no-styling) > .megamenu-sub-menu,
	.megamenu-parent:not(.no-styling) > .megamenu-sub-menu .megamenu-inner-sub-menu {
		/* Disable some styling for dropdowns */
		background: #2A2C2C;
		color: #ADADAD;
	}

	/* Triangle color for megamenu parent*/

	.megamenu-parent:hover:after {
		border-color: transparent transparent #2A2C2C;
	}

	.megamenu-parent:not(.no-styling) > .megamenu-sub-menu .megamenu-inner-sub-menu:after {
		content: '';
		display: table;
		clear:both;
	}


	.megamenu-parent:not(.no-styling) > .megamenu-sub-menu li:not(.megamenu-content):not(.megamenu-heading) > a,
	.megamenu-parent:not(.no-styling) > .megamenu-sub-menu li:not(.megamenu-content):not(.megamenu-heading) {
		font-size: 13px;
		line-height: 1.6;
	}

	.megamenu-parent:not(.no-styling) .megamenu-content a {
		padding: 0;
	}

	.megamenu-parent:not(.no-styling) .megamenu-content p:last-child {
		margin-bottom: 0;
	}

	.megamenu-parent:not(.no-styling) > .megamenu-sub-menu a {
		color: #E3E3E3!important;
	}

	.megamenu-parent:not(.no-styling) > .megamenu-sub-menu a:hover {
		color: #FFF!important;
	}

	.megamenu-parent:not(.no-styling) > .megamenu-sub-menu li:not(.megamenu-heading):hover > a {
		color: #FFF;
	}

	/**
	 * Sub-menu arrow icon
	 */

	 .megamenu-parent:not(.no-styling) > .megamenu-sub-menu .has-dropdown > a:after {
		display: none;
	 }

	 .megamenu-parent:not(.no-styling) > .megamenu-sub-menu li:not(.megamenu-heading):not(.megamenu-content) > a:before {
		font-family: 'mm-iconfont';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;

		content: "";

		margin-left: -17px;
		margin-right: 4px;

		opacity: .5;
	 }

	 /* second level items have dot icon */
	 .megamenu-parent:not(.no-styling) > .megamenu-sub-menu li:not(.megamenu-heading) li:not(.megamenu-heading)  li:not(.megamenu-heading) > a:before {
		content: "";
	 }

	/* third level items have less visible icon */
	.megamenu-parent:not(.no-styling) > .megamenu-sub-menu li:not(.megamenu-heading) li:not(.megamenu-heading)  li:not(.megamenu-heading) > a:before {
		opacity: .3;
	}

	/* Headers */

	.megamenu-parent:not(.no-styling) h1, .megamenu-parent:not(.no-styling) h2, .megamenu-parent:not(.no-styling) h3,
	.megamenu-parent:not(.no-styling) h4, .megamenu-parent:not(.no-styling) h5, .megamenu-parent:not(.no-styling) h6,
	.megamenu-parent:not(.no-styling) .megamenu-heading > a {
		color: #F4F5F5!important;
	}


	.megamenu-parent:not(.no-styling) .megamenu-heading > a {
		padding: 0 0 20px 0;
		margin-top: 20px;
		font-size: 16px;
		cursor: default;
	}

	.megamenu-parent:not(.no-styling) .first-submenu-header > a {
		margin-top: 0;
	}

	/* Google map by 'Simplified Google Maps Light' plugin */
	.map-canvas {
		margin-bottom: 20px;
	}

	.megamenu-content .map-canvas:last-child {
		margin-bottom: 0;
	}

	/* Form items in mega-menu styling */

	.megamenu-parent:not(.no-styling) input[type="text"],
	.megamenu-parent:not(.no-styling) input[type="password"],
	.megamenu-parent:not(.no-styling) input[type="date"],
	.megamenu-parent:not(.no-styling) input[type="datetime"],
	.megamenu-parent:not(.no-styling) input[type="email"],
	.megamenu-parent:not(.no-styling) input[type="number"],
	.megamenu-parent:not(.no-styling) input[type="search"],
	.megamenu-parent:not(.no-styling) input[type="tel"],
	.megamenu-parent:not(.no-styling) input[type="time"],
	.megamenu-parent:not(.no-styling) input[type="url"] ,
	.megamenu-parent:not(.no-styling) textarea {
		background: #232323;
		border: 1px solid #000000;
		color: #C4C5C5;
	}

	.megamenu-parent:not(.no-styling) input[type="text"]:focus,
	.megamenu-parent:not(.no-styling) input[type="password"]:focus,
	.megamenu-parent:not(.no-styling) input[type="date"]:focus,
	.megamenu-parent:not(.no-styling) input[type="datetime"]:focus,
	.megamenu-parent:not(.no-styling) input[type="email"]:focus,
	.megamenu-parent:not(.no-styling) input[type="number"]:focus,
	.megamenu-parent:not(.no-styling) input[type="search"]:focus,
	.megamenu-parent:not(.no-styling) input[type="tel"]:focus,
	.megamenu-parent:not(.no-styling) input[type="time"]:focus,
	.megamenu-parent:not(.no-styling) input[type="url"] :focus,
	.megamenu-parent:not(.no-styling) textarea:focus {
		background-color: #343434;
		border-color: #4A4949;
	}

	.megamenu-parent:not(.no-styling) input[type="submit"] {
		background-color: #D0D0D0;
		box-shadow: 0 0 8px 3px rgba(255, 255, 255, 0.5) inset;
	}

	.megamenu-parent:not(.no-styling) input[type="submit"]:hover,
	.megamenu-parent:not(.no-styling) input[type="submit"]:focus {
		background-color: #EFEBEB;
		box-shadow: 0 0 8px 3px rgba(255, 255, 255, 0.9) inset;
	}


	/**
	* ----------------------------------------------------------------------
	* White styling skin ( .skin-white )
	* to disable any styling use '.no-styling' class for parent mega-menu item
	*/
	.megamenu-parent.skin-white > .megamenu-sub-menu,
	.megamenu-parent.skin-white > .megamenu-sub-menu .megamenu-inner-sub-menu {
		/* Disable some styling for dropdowns */
		background: #FBFBFB;
		color: #848484;
	}

	/* Triangle color for megamenu parent*/

	.megamenu-parent.skin-white:hover:after {
		border-color: transparent transparent #FBFBFB;
	}

	/* Links */
	.megamenu-parent.skin-white > .megamenu-sub-menu a {
		color: #060606!important;
	}

	.megamenu-parent.skin-white > .megamenu-sub-menu a:hover {
		color: #000!important;
	}

	.megamenu-parent.skin-white > .megamenu-sub-menu li:not(.megamenu-heading):hover > a {
		color: #000;
	}

	/* Headers */

	.megamenu-parent.skin-white h1, .megamenu-parent.skin-white h2, .megamenu-parent.skin-white h3,
	.megamenu-parent.skin-white h4, .megamenu-parent.skin-white h5, .megamenu-parent.skin-white h6,
	.megamenu-parent.skin-white .megamenu-heading > a {
		color: #959595!important;
	}

	/* Form items in mega-menu styling */

	.megamenu-parent.skin-white input[type="text"],
	.megamenu-parent.skin-white input[type="password"],
	.megamenu-parent.skin-white input[type="date"],
	.megamenu-parent.skin-white input[type="datetime"],
	.megamenu-parent.skin-white input[type="email"],
	.megamenu-parent.skin-white input[type="number"],
	.megamenu-parent.skin-white input[type="search"],
	.megamenu-parent.skin-white input[type="tel"],
	.megamenu-parent.skin-white input[type="time"],
	.megamenu-parent.skin-white input[type="url"] ,
	.megamenu-parent.skin-white textarea {
		background: #F1F1F1;
		border: 1px solid #DADADA;
		color: #454545;
	}

	.megamenu-parent.skin-white input[type="text"]:focus,
	.megamenu-parent.skin-white input[type="password"]:focus,
	.megamenu-parent.skin-white input[type="date"]:focus,
	.megamenu-parent.skin-white input[type="datetime"]:focus,
	.megamenu-parent.skin-white input[type="email"]:focus,
	.megamenu-parent.skin-white input[type="number"]:focus,
	.megamenu-parent.skin-white input[type="search"]:focus,
	.megamenu-parent.skin-white input[type="tel"]:focus,
	.megamenu-parent.skin-white input[type="time"]:focus,
	.megamenu-parent.skin-white input[type="url"] :focus,
	.megamenu-parent.skin-white textarea:focus {
		background-color: #FFFFFF;
		border-color: #CCCCCC;
	}

	.megamenu-parent.skin-white input[type="submit"] {
		background-color: #E8E8E8;
		box-shadow: 0 0 8px 3px rgba(255, 255, 255, 0.34) inset;
		color: #787878;
	}

	.megamenu-parent.skin-white input[type="submit"]:hover,
	.megamenu-parent.skin-white input[type="submit"]:focus {
		background-color: #EFEFEF;
		box-shadow: 0 0 7px 1px rgba(255, 255, 255, 0.66) inset, 0 1px 2px 0px rgba(69, 68, 68, 0.35);
	}

}
@media only screen and (max-width: 767px) {
	.megamenu-parent {
		display: none;
	}
}@font-face {
	font-family: 'mm-iconfont';
	src:url(//www.globuslighting.pl/wp-content/plugins/tfingi-megamenu/iconfont/fonts/mm-iconfont.eot);
	src:url(//www.globuslighting.pl/wp-content/plugins/tfingi-megamenu/iconfont/fonts/mm-iconfont.eot?#iefix) format('embedded-opentype'),
		url(//www.globuslighting.pl/wp-content/plugins/tfingi-megamenu/iconfont/fonts/mm-iconfont.woff) format('woff'),
		url(//www.globuslighting.pl/wp-content/plugins/tfingi-megamenu/iconfont/fonts/mm-iconfont.ttf) format('truetype'),
		url(//www.globuslighting.pl/wp-content/plugins/tfingi-megamenu/iconfont/fonts/mm-iconfont.svg#mm-iconfont) format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* !! We disable this part to not override theme icons */

/*[data-icon]:before {
	font-family: 'mm-iconfont';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="mm-icon-"] {
*/
.mm-icon-github, .mm-icon-flickr, .mm-icon-vimeo, .mm-icon-twitter, .mm-icon-facebook, .mm-icon-googleplus, .mm-icon-pinterest, .mm-icon-tumblr, .mm-icon-linkedin, .mm-icon-dribbble, .mm-icon-stumbleupon, .mm-icon-lastfm, .mm-icon-rdio, .mm-icon-spotify, .mm-icon-instagram, .mm-icon-skype, .mm-icon-paypal, .mm-icon-picasa, .mm-icon-soundcloud, .mm-icon-behance, .mm-icon-circles, .mm-icon-vk, .mm-icon-arrow-right, .mm-icon-arrow-right-2, .mm-icon-untitled, .mm-icon-dot, .mm-icon-arrow-right-3, .mm-icon-reddit, .mm-icon-github-2, .mm-icon-wordpress, .mm-icon-youtube, .mm-icon-youtube-2, .mm-icon-feed, .mm-icon-forrst, .mm-icon-apple, .mm-icon-android, .mm-icon-windows8, .mm-icon-stackoverflow, .mm-icon-phone, .mm-icon-mobile, .mm-icon-directions, .mm-icon-mail, .mm-icon-paperplane, .mm-icon-feather, .mm-icon-paperclip, .mm-icon-user, .mm-icon-users, .mm-icon-vcard, .mm-icon-location, .mm-icon-map, .mm-icon-compass, .mm-icon-location-2, .mm-icon-target, .mm-icon-share, .mm-icon-sharable, .mm-icon-heart, .mm-icon-heart-2, .mm-icon-star, .mm-icon-star-2, .mm-icon-thumbs-up, .mm-icon-chat, .mm-icon-comment, .mm-icon-house, .mm-icon-popup, .mm-icon-search, .mm-icon-link, .mm-icon-cog, .mm-icon-tools, .mm-icon-camera, .mm-icon-megaphone, .mm-icon-tag, .mm-icon-leaf, .mm-icon-palette, .mm-icon-music, .mm-icon-new, .mm-icon-graduation, .mm-icon-book, .mm-icon-newspaper, .mm-icon-bag, .mm-icon-lifebuoy, .mm-icon-clock, .mm-icon-microphone, .mm-icon-calendar, .mm-icon-bolt, .mm-icon-briefcase, .mm-icon-gauge, .mm-icon-language, .mm-icon-network, .mm-icon-key, .mm-icon-drive, .mm-icon-rocket, .mm-icon-cone, .mm-icon-suitcase, .mm-icon-earth, .mm-icon-keyboard, .mm-icon-code, .mm-icon-screen, .mm-icon-credit-card, .mm-icon-database, .mm-icon-light-bulb, .mm-icon-cart, .mm-icon-ticket, .mm-icon-rss, .mm-icon-signal, .mm-icon-untitled-2, .mm-icon-statistics, .mm-icon-pie, .mm-icon-bars, .mm-icon-graph, .mm-icon-lock, .mm-icon-lock-open, .mm-icon-logout, .mm-icon-login, .mm-icon-cross, .mm-icon-info, .mm-icon-info-2, .mm-icon-question, .mm-icon-help, .mm-icon-warning, .mm-icon-layout, .mm-icon-list, .mm-icon-pictures, .mm-icon-landscape, .mm-icon-folder, .mm-icon-archive, .mm-icon-install, .mm-icon-cloud, .mm-icon-bookmark, .mm-icon-bookmarks, .mm-icon-quill, .mm-icon-play, .mm-icon-podcast, .mm-icon-credit, .mm-icon-coin, .mm-icon-cart-2, .mm-icon-stack, .mm-icon-bubbles, .mm-icon-bubbles-2, .mm-icon-dashboard, .mm-icon-fire, .mm-icon-checkmark, .mm-icon-close, .mm-icon-checkmark-2, .mm-icon-enter, .mm-icon-exit, .mm-icon-table {
	font-family: 'mm-iconfont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.mm-icon-github:before {
	content: "\e000";
}
.mm-icon-flickr:before {
	content: "\e001";
}
.mm-icon-vimeo:before {
	content: "\e002";
}
.mm-icon-twitter:before {
	content: "\e003";
}
.mm-icon-facebook:before {
	content: "\e004";
}
.mm-icon-googleplus:before {
	content: "\e005";
}
.mm-icon-pinterest:before {
	content: "\e006";
}
.mm-icon-tumblr:before {
	content: "\e007";
}
.mm-icon-linkedin:before {
	content: "\e008";
}
.mm-icon-dribbble:before {
	content: "\e009";
}
.mm-icon-stumbleupon:before {
	content: "\e00a";
}
.mm-icon-lastfm:before {
	content: "\e00b";
}
.mm-icon-rdio:before {
	content: "\e00c";
}
.mm-icon-spotify:before {
	content: "\e00d";
}
.mm-icon-instagram:before {
	content: "\e00e";
}
.mm-icon-skype:before {
	content: "\e00f";
}
.mm-icon-paypal:before {
	content: "\e010";
}
.mm-icon-picasa:before {
	content: "\e011";
}
.mm-icon-soundcloud:before {
	content: "\e012";
}
.mm-icon-behance:before {
	content: "\e013";
}
.mm-icon-circles:before {
	content: "\e014";
}
.mm-icon-vk:before {
	content: "\e015";
}
.mm-icon-arrow-right:before {
	content: "\e016";
}
.mm-icon-arrow-right-2:before {
	content: "\e017";
}
.mm-icon-untitled:before {
	content: "\e018";
}
.mm-icon-dot:before {
	content: "\e019";
}
.mm-icon-arrow-right-3:before {
	content: "\e01a";
}
.mm-icon-reddit:before {
	content: "\e01b";
}
.mm-icon-github-2:before {
	content: "\e01c";
}
.mm-icon-wordpress:before {
	content: "\e01d";
}
.mm-icon-youtube:before {
	content: "\e01e";
}
.mm-icon-youtube-2:before {
	content: "\e01f";
}
.mm-icon-feed:before {
	content: "\e020";
}
.mm-icon-forrst:before {
	content: "\e021";
}
.mm-icon-apple:before {
	content: "\e022";
}
.mm-icon-android:before {
	content: "\e023";
}
.mm-icon-windows8:before {
	content: "\e024";
}
.mm-icon-stackoverflow:before {
	content: "\e025";
}
.mm-icon-phone:before {
	content: "\e026";
}
.mm-icon-mobile:before {
	content: "\e027";
}
.mm-icon-directions:before {
	content: "\e028";
}
.mm-icon-mail:before {
	content: "\e029";
}
.mm-icon-paperplane:before {
	content: "\e02a";
}
.mm-icon-feather:before {
	content: "\e02b";
}
.mm-icon-paperclip:before {
	content: "\e02c";
}
.mm-icon-user:before {
	content: "\e02d";
}
.mm-icon-users:before {
	content: "\e02e";
}
.mm-icon-vcard:before {
	content: "\e02f";
}
.mm-icon-location:before {
	content: "\e030";
}
.mm-icon-map:before {
	content: "\e031";
}
.mm-icon-compass:before {
	content: "\e032";
}
.mm-icon-location-2:before {
	content: "\e033";
}
.mm-icon-target:before {
	content: "\e034";
}
.mm-icon-share:before {
	content: "\e035";
}
.mm-icon-sharable:before {
	content: "\e036";
}
.mm-icon-heart:before {
	content: "\e037";
}
.mm-icon-heart-2:before {
	content: "\e038";
}
.mm-icon-star:before {
	content: "\e039";
}
.mm-icon-star-2:before {
	content: "\e03a";
}
.mm-icon-thumbs-up:before {
	content: "\e03b";
}
.mm-icon-chat:before {
	content: "\e03c";
}
.mm-icon-comment:before {
	content: "\e03d";
}
.mm-icon-house:before {
	content: "\e03e";
}
.mm-icon-popup:before {
	content: "\e03f";
}
.mm-icon-search:before {
	content: "\e040";
}
.mm-icon-link:before {
	content: "\e041";
}
.mm-icon-cog:before {
	content: "\e042";
}
.mm-icon-tools:before {
	content: "\e043";
}
.mm-icon-camera:before {
	content: "\e044";
}
.mm-icon-megaphone:before {
	content: "\e045";
}
.mm-icon-tag:before {
	content: "\e046";
}
.mm-icon-leaf:before {
	content: "\e047";
}
.mm-icon-palette:before {
	content: "\e048";
}
.mm-icon-music:before {
	content: "\e049";
}
.mm-icon-new:before {
	content: "\e04a";
}
.mm-icon-graduation:before {
	content: "\e04b";
}
.mm-icon-book:before {
	content: "\e04c";
}
.mm-icon-newspaper:before {
	content: "\e04d";
}
.mm-icon-bag:before {
	content: "\e04e";
}
.mm-icon-lifebuoy:before {
	content: "\e04f";
}
.mm-icon-clock:before {
	content: "\e050";
}
.mm-icon-microphone:before {
	content: "\e051";
}
.mm-icon-calendar:before {
	content: "\e052";
}
.mm-icon-bolt:before {
	content: "\e053";
}
.mm-icon-briefcase:before {
	content: "\e054";
}
.mm-icon-gauge:before {
	content: "\e055";
}
.mm-icon-language:before {
	content: "\e056";
}
.mm-icon-network:before {
	content: "\e057";
}
.mm-icon-key:before {
	content: "\e058";
}
.mm-icon-drive:before {
	content: "\e059";
}
.mm-icon-rocket:before {
	content: "\e05a";
}
.mm-icon-cone:before {
	content: "\e05b";
}
.mm-icon-suitcase:before {
	content: "\e05c";
}
.mm-icon-earth:before {
	content: "\e05d";
}
.mm-icon-keyboard:before {
	content: "\e05e";
}
.mm-icon-code:before {
	content: "\e05f";
}
.mm-icon-screen:before {
	content: "\e060";
}
.mm-icon-credit-card:before {
	content: "\e061";
}
.mm-icon-database:before {
	content: "\e062";
}
.mm-icon-light-bulb:before {
	content: "\e063";
}
.mm-icon-cart:before {
	content: "\e064";
}
.mm-icon-ticket:before {
	content: "\e065";
}
.mm-icon-rss:before {
	content: "\e066";
}
.mm-icon-signal:before {
	content: "\e067";
}
.mm-icon-untitled-2:before {
	content: "\e068";
}
.mm-icon-statistics:before {
	content: "\e069";
}
.mm-icon-pie:before {
	content: "\e06a";
}
.mm-icon-bars:before {
	content: "\e06b";
}
.mm-icon-graph:before {
	content: "\e06c";
}
.mm-icon-lock:before {
	content: "\e06d";
}
.mm-icon-lock-open:before {
	content: "\e06e";
}
.mm-icon-logout:before {
	content: "\e06f";
}
.mm-icon-login:before {
	content: "\e070";
}
.mm-icon-cross:before {
	content: "\e071";
}
.mm-icon-info:before {
	content: "\e072";
}
.mm-icon-info-2:before {
	content: "\e073";
}
.mm-icon-question:before {
	content: "\e074";
}
.mm-icon-help:before {
	content: "\e075";
}
.mm-icon-warning:before {
	content: "\e076";
}
.mm-icon-layout:before {
	content: "\e077";
}
.mm-icon-list:before {
	content: "\e078";
}
.mm-icon-pictures:before {
	content: "\e079";
}
.mm-icon-landscape:before {
	content: "\e07a";
}
.mm-icon-folder:before {
	content: "\e07b";
}
.mm-icon-archive:before {
	content: "\e07c";
}
.mm-icon-install:before {
	content: "\e07d";
}
.mm-icon-cloud:before {
	content: "\e07e";
}
.mm-icon-bookmark:before {
	content: "\e07f";
}
.mm-icon-bookmarks:before {
	content: "\e080";
}
.mm-icon-quill:before {
	content: "\e081";
}
.mm-icon-play:before {
	content: "\e082";
}
.mm-icon-podcast:before {
	content: "\e083";
}
.mm-icon-credit:before {
	content: "\e084";
}
.mm-icon-coin:before {
	content: "\e085";
}
.mm-icon-cart-2:before {
	content: "\e086";
}
.mm-icon-stack:before {
	content: "\e087";
}
.mm-icon-bubbles:before {
	content: "\e088";
}
.mm-icon-bubbles-2:before {
	content: "\e089";
}
.mm-icon-dashboard:before {
	content: "\e08a";
}
.mm-icon-fire:before {
	content: "\e08b";
}
.mm-icon-checkmark:before {
	content: "\e08c";
}
.mm-icon-close:before {
	content: "\e08d";
}
.mm-icon-checkmark-2:before {
	content: "\e08e";
}
.mm-icon-enter:before {
	content: "\e08f";
}
.mm-icon-exit:before {
	content: "\e090";
}
.mm-icon-table:before {
	content: "\e091";
}