
/* Icon */

a.icon, a:link.icon, a:visited.icon, a:hover.icon  {
	text-decoration: none !important;
	color: #444444;
}

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
	display: inline-block;
}

	.icon:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
	}

	.icon > .label {
		display: none;
	}
	
	.icon.pointer {
		cursor:pointer;
	}

	.icon.disabled {
		opacity: 0.5;
	}

	.icon.major {
		display: block;
		margin: 0 0 0.5em 0;
	}

		.icon.major:before {
			font-size: 3em;
		}

		@media screen and (max-width: 736px) {

			.icon.major {
				margin: 0 0 1.5em 0;
			}

				.icon.major:before {
					font-size: 2em;
					font-size: 30px;
				}

		}
		
	
/* Icon Replacement Classes */		
		
.icon.add:before,
.icon.plus:before{
	content: "\f067";
}

.icon.arrow-down:before{
	content: "\f063";
}
.icon.arrow-left:before{
	content: "\f060";
}
.icon.arrow-right:before{
	content: "\f061";
}
.icon.arrow-up:before{
	content: "\f062";
}

.icon.audio:before,
.icon.volume-up:before{
	content: "\f028";
}

.icon.back:before,
.icon.chevron-left:before{
	content: "\f053";
}

.icon.calendar:before,
.icon.calendar-month:before{
	content: "\f073";
}

.icon.calendar-day:before{
	content: "\f133";
}

.icon.clock:before{
	content: "\f017";
}

.icon.color:before,
.icon.paint-brush:before{
	content: "\f1fc";
}

.icon.comment:before{
	content: "\f075";
}

.icon.comment-warning:before,
.icon.report-abuse:before,
.icon.exclamation-circle:before {
	content: "\f06a";
}

.icon.delete:before,
.icon.remove:before,
.icon.close:before,
.icon.times:before{
	content: "\f00d";
}

.icon.deselect-all:before,
.icon.square-o:before{
	content: "\f096";
}

.icon.document:before,
.icon.file:before,
.icon.sessions:before{
	content: "\f15b";
}

.icon.dollar:before{
	content: "\f155";
}

.icon.edit:before,
.icon.pencil:before{
	content: "\f040";
}

.icon.edit-series:before,
.icon.pencil-square-o:before,
.icon.theme:before{
	content: "\f044";
}

.icon.flag:before{
	content: "\f024";
}

.icon.folder:before{
	content: "\f07b";
}

.icon.info:before{
	content: "\f129";
}

.icon.locked:before,
.icon.lock:before{
	content: "\f023";
}

.icon.log:before,
.icon.file-text:before{
	content: "\f15c";
}

.icon.mail:before,
.icon.envelope:before{
	content: "\f0e0";
}

.icon.move:before,
.icon.arrows:before{
	content: "\f047";
}

.icon.next:before,
.icon.chevron-right:before{
	content: "\f054";
}

.icon.note:before,
.icon.sticky-note:before{
	content: "\f249";
}

.icon.picture:before,
.icon.photo:before,
.icon.image:before{
	content: "\f03e";
}

.icon.print:before{
	content: "\f02f";
}	

.icon.pro:before,
.icon.certificate:before{
	content: "\f0a3";
}	

.icon.refresh:before{
	content: "\f021";
}

.icon.search:before{
	content: "\f002";
}	

.icon.select-all:before,
.icon.square:before{
	content: "\f0c8";
}	

.icon.settings:before,
.icon.cog:before,
.icon.config:before{
	content: "\f013";
}

.icon.shopping-cart:before,
.icon.cart:before{
	content: "\f07a";
}

.icon.show-page:before,
.icon.external-link:before{
	content: "\f08e";
}

.icon.sort-down:before,
.icon.sort-desc:before{
	content: "\f0dd";
}

.icon.sort-up:before,
.icon.sort-asc:before{
	content: "\f0de";
}

.icon.subpage-arrow:before,
.icon.level-down:before{
	content: "\f149";
}

.icon.spinner:before{
	content: "\f110";
}	

.icon.survey:before,
.icon.pie-chart:before{
	content: "\f200";
}	

.icon.table:before{
	content: "\f0ce";
}	

.icon.tax:before,
.icon.money:before{
	content: "\f0d6";
}	

.icon.thumbs-up:before,
.icon.approve:before,
.icon.agree:before{
	content: "\f164";
}

.icon.users:before,
.icon.group:before{
	content: "\f0c0";
}

.icon.warning:before,
.icon.exclamation-triangle:before{
	content: "\f071";
}

.icon.view:before,
.icon.desktop:before {
     content: "\f108";
}
		
		
/* New Icon Classes */			

.icon.archive:before {
  content: "\f187";
}

.icon.area-chart:before {
  content: "\f1fe";
}

.icon.ban:before {
  content: "\f05e";
}

.icon.bar-chart-o:before,
.icon.bar-chart:before {
  content: "\f080";
}

.icon.bars:before,
.icon.navicon:before {
  content: "\f0c9";
}

.icon.bell:before {
  content: "\f0f3";
}

.icon.bell-o:before {
  content: "\f0a2";
}

.icon.bell-slash:before {
  content: "\f1f6";
}

.icon.bell-slash-o:before {
  content: "\f1f7";
}

.icon.briefcase:before {
  content: "\f0b1";
}

.icon.calendar-plus:before {
  content: "\f271";
}
.icon.calendar-minus:before {
  content: "\f272";
}
.icon.calendar-times:before {
  content: "\f273";
}
.icon.calendar-check:before {
  content: "\f274";
}

.icon.check:before {
  content: "\f00c";
}
.icon.check-circle:before {
  content: "\f058";
}
.icon.check-circle-o:before {
  content: "\f05d";
}
.icon.check-square:before {
  content: "\f14a";
}
.icon.check-square-o:before {
  content: "\f046";
}

.icon.circle:before {
  content: "\f111";
}
.icon.circle-thin:before {
  content: "\f1db";
}
.icon.circle-o:before {
  content: "\f10c";
}
.icon.circle-o-dot:before {
  content: "\f192";
}
.icon.circle-o-notch:before {
  content: "\f1ce";
}

.icon.clone:before {
  content: "\f24d";
}

.icon.cloud:before {
  content: "\f0c2";
}
.icon.cloud-download:before {
  content: "\f0ed";
}
.icon.cloud-upload:before {
  content: "\f0ee";
}

.icon.code:before {
  content: "\f121";
}
.icon.code-fork:before {
  content: "\f126";
}

.icon.cogs:before {
  content: "\f085";
}

.icon.copyright:before {
  content: "\f1f9";
}

.icon.comment-o:before {
  content: "\f0e5";
}
.icon.commenting:before {
  content: "\f27a";
}
.icon.commenting-o:before {
  content: "\f27b";
}
.icon.comments:before {
  content: "\f086";
}
.icon.comments-o:before {
  content: "\f0e6";
}

.icon.diamond:before {
  content: "\f219";
}

.icon.download:before {
  content: "\f019";
}

.icon.ellipsis-h:before {
  content: "\f141";
}
.icon.ellipsis-v:before {
  content: "\f142";
}

.icon.envelope-o:before {
  content: "\f003";
}
.icon.envelope-square:before {
  content: "\f199";
}

.icon.exclamation:before {
  content: "\f12a";
}

.icon.external-link-square:before {
  content: "\f14c";
}

.icon.eye:before {
  content: "\f06e";
}
.icon.eye-slash:before {
  content: "\f070";
}

.icon.fax:before {
  content: "\f1ac";
}

.icon.flag-0:before{
	content: "\f11d";
}

.icon.folder-o:before {
  content: "\f114";
}
.icon.folder-open:before {
  content: "\f07c";
}
.icon.folder-open-o:before {
  content: "\f115";
}

.icon.gift:before {
  content: "\f06b";
}

.icon.globe:before {
  content: "\f0ac";
}

.icon.heart:before {
  content: "\f004";
}
.icon.heart-circle:before {
  content: "\f184";
}
.icon.heart-o:before {
  content: "\f08a";
}

.icon.heartbeat:before {
  content: "\f21e";
}

.icon.home:before {
  content: "\f015";
}

.icon.info-circle:before {
  content: "\f05a";
}

.icon.key:before {
  content: "\f084";
}

.icon.laptop:before {
  content: "\f109";
}

.icon.line-chart:before {
  content: "\f201";
}

.icon.magic:before {
  content: "\f0d0";
}

.icon.map:before {
  content: "\f279";
}
.icon.map-o:before {
  content: "\f278";
}

.icon.map-marker:before {
  content: "\f041";
}

.icon.minus:before {
  content: "\f068";
}
.icon.minus-circle:before {
  content: "\f056";
}
.icon.minus-square:before {
  content: "\f146";
}
.icon.minus-square-o:before {
  content: "\f147";
}

.icon.mobile:before,
.icon.mobile-phone:before {
  content: "\f10b";
}

.icon.moon:before {
  content: "\f186";
}

.icon.note-o:before,
.icon.sticky-note-o:before{
	content: "\f24a";
}

.icon.pencil-square:before {
  content: "\f14b";
}

.icon.phone:before {
  content: "\f095";
}
.icon.phone-square:before {
  content: "\f098";
}

.icon.plus-circle:before {
  content: "\f055";
}
.icon.plus-square:before {
  content: "\f0fe";
}
.icon.plus-square-o:before {
  content: "\f196";
}

.icon.question:before {
  content: "\f128";
}
.icon.question-circle:before {
  content: "\f059";
}
.icon.question-circle-o:before {
  content: "\f29c";
}

.icon.quote-left:before {
  content: "\f10d";
}
.icon.quote-right:before {
  content: "\f10e";
}

.icon.registered:before {
  content: "\f25d";
}

.icon.rotate-left:before,
.icon.undo:before {
  content: "\f0e2";
}

.icon.rotate-right:before,
.icon.redo:before {
  content: "\f01e";
}

.icon.save:before,
.icon.floppy-o:before {
  content: "\f0c7";
}

.icon.server:before,
.icon.domain:before {
  content: "\f233";
}

.icon.share:before {
  content: "\f1e0";
}
.icon.share-square:before {
  content: "\f1e1";
}

.icon.shopping-bag:before {
  content: "\f290";
}
.icon.shopping-basket:before {
  content: "\f291";
}

.icon.sign-in:before {
  content: "\f090";
}
.icon.sign-out:before {
  content: "\f08b";
}

.icon.star:before {
  content: "\f005";
}
.icon.star-o:before {
  content: "\f006";
}
.icon.star-half:before {
  content: "\f089";
}
.icon.star-half-o:before {
  content: "\f123";
}

.icon.sun:before {
  content: "\f185";
}

.icon.tablet:before {
  content: "\f10a";
}

.icon.tag:before {
  content: "\f02b";
}
.icon.tags:before {
  content: "\f02c";
}

.icon.thumb-tack:before {
  content: "\f08d";
}

.icon.times-circle:before {
  content: "\f057";
}
.icon.times-circle-o:before {
  content: "\f05c";
}

.icon.toggle-on:before {
  content: "\f205";
}
.icon.toggle-off:before {
  content: "\f204";
}

.icon.trademark:before {
  content: "\f25c";
}

.icon.trash:before {
  content: "\f1f8";
}
.icon.trash-o:before {
  content: "\f014";
}

.icon.trophy:before {
  content: "\f091";
}

.icon.unsorted:before,
.icon.sort:before {
  content: "\f0dc";
}

.icon.unlock:before {
  content: "\f09c";
}
.icon.unlock-alt:before {
  content: "\f13e";
}

.icon.upload:before {
  content: "\f093";
}

.icon.user:before {
  content: "\f007";
}
.icon.user-md:before {
  content: "\f0f0";
}
.icon.user-plus:before {
  content: "\f234";
}
.icon.user-secret:before {
  content: "\f21b";
}
.icon.user-times:before {
  content: "\f235";
}

.icon.volume-off:before {
  content: "\f026";
}
.icon.volume-down:before {
  content: "\f027";
}


/* File Type Classes */	

.icon.document:before,
.icon.file:before,
.icon.sessions:before{
	content: "\f15b";
}

.icon.file-archive-o:before {
  content: "\f1c6";
}

.icon.file-audio-o:before {
  content: "\f1c7";
}

.icon.file-code-o:before {
  content: "\f1c9";
}

.icon.file-excel-o:before {
  content: "\f1c3";
}

.icon.file-image-o:before,
.icon.file-photo-o:before {
  content: "\f1c5";
}

.icon.file-o:before {
  content: "\f016";
}

.icon.file-pdf-o:before {
  content: "\f1c1";
}

.icon.file-powerpoint-o:before {
  content: "\f1c4";
}

.icon.log:before,
.icon.file-text:before{
	content: "\f15c";
}

.icon.file-text-o:before {
  content: "\f0f6";
}

.icon.file-video-o:before {
  content: "\f1c8";
}

.icon.file-word-o:before {
  content: "\f1c2";
}

.icon.files-o:before,
.icon.copy:before {
  content: "\f0c5";
}

/* Hand Icon Classes */	

.icon.hand-o-down:before{
	content: "\f0a7";
}
.icon.hand-o-left:before{
	content: "\f0a5";
}
.icon.hand-o-right:before{
	content: "\f0a4";
}
.icon.hand-o-up:before{
	content: "\f0a6";
}

.icon.hand-o-pointer:before{
	content: "\f25a";
}
.icon.hand-o-peace:before{
	content: "\f25b";
}

.icon.thumbs-down:before{
	content: "\f165";
}
.icon.thumbs-down-o:before,
.icon.thumbs-o-down:before{
	content: "\f088";
}

.icon.thumbs-up:before,
.icon.approve:before,
.icon.agree:before{
	content: "\f164";
}
.icon.thumbs-up-o:before,
.icon.thumbs-o-up:before{
	content: "\f087";
}

/* Directional Icon Classes */	

.icon.angle-double-down:before {
  content: "\f103";
}
.icon.angle-double-left:before {
  content: "\f100";
}
.icon.angle-double-right:before {
  content: "\f101";
}
.icon.angle-double-up:before {
  content: "\f102";
}

.icon.angle-down:before {
  content: "\f107";
}
.icon.angle-left:before {
  content: "\f104";
}
.icon.angle-right:before {
  content: "\f105";
}
.icon.angle-up:before {
  content: "\f106";
}

.icon.arrow-circle-down:before {
  content: "\f0ab";
}
.icon.arrow-circle-left:before {
  content: "\f0a8";
}
.icon.arrow-circle-right:before {
  content: "\f0a9";
}
.icon.arrow-circle-up:before {
  content: "\f0aa";
}

.icon.arrow-circle-o-down:before {
  content: "\f01a";
}
.icon.arrow-circle-o-left:before {
  content: "\f190";
}
.icon.arrow-circle-o-right:before {
  content: "\f18e";
}
.icon.arrow-circle-o-up:before {
  content: "\f01b";
}

.icon.arrows-alt:before {
  content: "\f0b2";
}
.icon.arrows-h:before {
  content: "\f07e";
}
.icon.arrows-v:before {
  content: "\f07d";
}

.icon.caret-down:before {
  content: "\f0d7";
}
.icon.caret-left:before {
  content: "\f0d9";
}
.icon.caret-right:before {
  content: "\f0da";
}
.icon.caret-up:before {
  content: "\f0d8";
}

.icon.caret-square-o-down:before,
.icon.toggle-down:before {
  content: "\f150";
}
.icon.caret-square-o-left:before,
.icon.toggle-left:before {
  content: "\f191";
}
.icon.caret-square-o-right:before,
.icon.toggle-right:before {
  content: "\f152";
}
.icon.caret-square-o-up:before,
.icon.toggle-up:before {
  content: "\f151";
}

.icon.chevron-down:before {
  content: "\f078";
}
.icon.chevron-up:before {
  content: "\f077";
}

.icon.chevron-circle-down:before {
  content: "\f13a";
}
.icon.chevron-circle-left:before {
  content: "\f137";
}
.icon.chevron-circle-right:before {
  content: "\f138";
}
.icon.chevron-circle-up:before {
  content: "\f139";
}

.icon.exchange:before {
  content: "\f0ec";
}


.icon.level-up:before {
  content: "\f148";
}

.icon.long-arrow-down:before{
	content: "\f175";
}
.icon.long-arrow-left:before{
	content: "\f177";
}
.icon.long-arrow-right:before{
	content: "\f178";
}
.icon.long-arrow-up:before{
	content: "\f176";
}


/* Social Icon Classes */	

.icon.twitter:before {
  content: "\f099";
}
.icon.twitter-square:before {
  content: "\f081";
}
.icon.facebook-f:before,
.icon.facebook:before {
  content: "\f09a";
}
.icon.facebook-square:before {
  content: "\f082";
}
.icon.facebook-official:before {
  content: "\f230";
}
.icon.google-plus:before {
  content: "\f0d5";
}
.icon.google-plus-square:before {
  content: "\f0d4";
}
.icon.google-plus-circle:before,
.icon.google-plus-official:before {
  content: "\f2b3";
}
.icon.linkedin:before {
  content: "\f0e1";
}
.icon.linkedin-square:before {
  content: "\f08c";
}
.icon.skype:before {
  content: "\f17e";
}
.icon.youtube:before {
  content: "\f167";
}
.icon.youtube-play:before {
  content: "\f16a";
}
.icon.youtube-square:before {
  content: "\f166";
}

/* Payment Icon Classes */	

.icon.cc-amex:before {
  content: "\f1f3";
}
.icon.cc-discover:before {
  content: "\f1f2";
}
.icon.cc-mastercard:before {
  content: "\f1f1";
}
.icon.cc-paypal:before {
  content: "\f1f4";
}
.icon.cc-stripe:before {
  content: "\f1f5";
}
.icon.cc-visa:before {
  content: "\f1f0";
}
.icon.credit-card:before {
  content: "\f09d";
}
.icon.credit-card-alt:before {
  content: "\f283";
}
.icon.google-wallet:before {
  content: "\f1ee";
}
.icon.paypal:before {
  content: "\f1ed";
}


/* Media Icon Classes */	

.icon.collapse:before {
  content: "\f066";
}
.icon.eject:before {
  content: "\f052";
}
.icon.expand:before {
  content: "\f065";
}
.icon.fast-forward:before {
  content: "\f04e";
}
.icon.pause:before {
  content: "\f04b";
}
.icon.pause-circle:before {
  content: "\f28b";
}
.icon.pause-circle-o:before {
  content: "\f28c";
}
.icon.play:before {
  content: "\f04b";
}
.icon.play-circle:before {
  content: "\f144";
}
.icon.play-circle-o:before {
  content: "\f01d";
}
.icon.rewind:before {
  content: "\f04a";
}
.icon.shuffle:before {
  content: "\f074";
}
.icon.skip-end:before {
  content: "\f050";
}
.icon.skip-start:before {
  content: "\f049";
}
.icon.step-backward:before {
  content: "\f048";
}
.icon.step-forward:before {
  content: "\f051";
}
.icon.stop:before {
  content: "\f04d";
}
.icon.stop-circle:before {
  content: "\f28d";
}
.icon.stop-circle-o:before {
  content: "\f28e";
}


/* Icon Modifiers */	


.icon.xsm {
  font-size: 11px;
}
.icon.sm {
  font-size: 14px;
}
.icon.md {
	font-size: 16px;
}
.icon.lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon.size2x {
  font-size: 2em;
}
.icon.size3x {
  font-size: 3em;
}
.icon.size4x {
  font-size: 4em;
}
.icon.size5x {
  font-size: 5em;
}
.icon.fw {
  width: 1.28571429em;
  text-align: center;
}
.icon.bl {
  vertical-align: baseline;
}

.icon.pad {
  padding: 0 0.25em;
}

.spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.pulse {
  -webkit-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .rotate-90,
:root .rotate-180,
:root .rotate-270,
:root .flip-horizontal,
:root .flip-vertical {
  filter: none;
}

/* Depreciated Classes */

.mindz-view:before {
     content: "\f108";
	 font-family: 'FontAwesome';
	 color:#53a4df;
}
.mindz-view:hover:before {
  color:#186297;
}

.mindz-calendar:before{
	content: "\f133";
	font-family: 'FontAwesome';
}

.mindz-search:before{
	content: "\f002";
	font-family: 'FontAwesome';
}
