/*  CSS styles for Icons  */

.icon-list {display: block !important;}
article.icon-list {display: block !important;}
.icon-list .container {display: block !important;}
article .icon-list .container {padding: 0 !important;}

.icon-list ul {
	margin: 0;
	padding: 0;
	
	-moz-column-width: 190px;
	-webkit-column-width: 190px;
	column-width: 190px;
}


.icon-list ul.col-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.icon-list ul.col-count-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.icon-list ul.col-count-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.icon-list ul.col-count-2, .icon-list ul.col-count-3, .icon-list ul.col-count-4 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}


.icon-list li {
	width: auto;
	height: auto;
	min-height: 50px;
	overflow: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.icon-list li icon {
	display: table-cell;
    min-width: 40px !important;
    flex: 0;	
}

.icon-list li icon.small {min-width: 30px !important;}
.icon-list li icon.medium {min-width: 36px !important;}
.icon-list li icon.large {min-width: 60px !important;}

.icon-list li span, .icon-list li div {
	width: auto;
	min-height: 30px;
	height: auto;
	margin: 10px 0 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
    flex: 1;	
}

.icon-list li icon.small+span, .icon-list li icon.small+div {margin: 5px 0 0;}
.icon-list li icon.medium+span, .icon-list li icon.medium+div {margin: 10px 0 0;}
.icon-list li icon.large+span, .icon-list li icon.large+div {margin: 20px 0 0;}
.icon-list li icon.fancy+span, .icon-list li icon.fancy+div {margin: 5px 0 0;}


.icon-list li icon+span h1, .icon-list li icon+span h2, .icon-list li icon+span h3, .icon-list li icon+span h4, .icon-list li icon+span h5, .icon-list li icon+span h6, 
.icon-list li icon+div h1, .icon-list li icon+div h2, .icon-list li icon+div h3, .icon-list li icon+div h4, .icon-list li icon+div h5, .icon-list li icon+div h6 {margin-top: 0; margin-bottom: 10px;}


icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}

icon.large {
	width: 60px;
	height: 60px;
}

icon.medium {
	width: 36px;
	height: 36px;
}

icon.small {
	width: 30px;
	height: 30px;
}

menu li a icon {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

menu li a icon:hover {
	opacity: 1.00;
	filter: alpha(opacity=100);
}

menu li.active a icon {
	opacity: 1.00;
	filter: alpha(opacity=100);
}

.main .content.partialscreen icon {display: inline-block;}

.kh-web .icon {
    opacity: 1.00;
    filter: alpha(opacity=100);
}

.arrow-left {
	background: url(arrow-left.png) no-repeat center center;
	width: 40px;
	height: 44px;
	background-size: 24% 23%;
}

sup.icon {
	display: inline-block;
	margin-bottom: -15px;
}

.callout.footnote icon {
	display: inline-block;
}

h1 icon, h2 icon, h3 icon, h4 icon, h5 icon, h6 icon {
	vertical-align: middle !important;
	display: inline-block !important;
}

icon.fancy {
	width: 30px;
	height: 30px;
}

icon.fancy.circle-off			{background: no-repeat 0 0;}
icon.fancy.circle-on			{background: no-repeat 0 -30px;}
icon.fancy.checkbox-off			{background: no-repeat 0 0;}
icon.fancy.checkbox-on			{background: no-repeat 0 -30px;}
icon.fancy.star					{background: no-repeat 0 -60px;}
icon.fancy.star-half			{background: no-repeat 0 -90px;}
icon.fancy.star-empty			{background: no-repeat 0 -120px;}


input.icon-left+icon, input.icon-right+icon {
	position: relative;
	margin: -39px 0 0 0;
}

input.icon-left+icon {float: left;}
input.icon-right+icon {float: right;}

#icon-callout {margin: -19px 0 !important;}

.icon-set-small {overflow: hidden;}

.icon-set-small icon {
	margin-left: -5px !important;
	margin-right: -5px !important;
}



/* === ICON IMAGES ============== */

icon.blank							{background: no-repeat 0 40px;}

icon.adjust							{background: no-repeat 0 0;}
icon.anchor							{background: no-repeat 0 -40px;}
icon.asterisk						{background: no-repeat 0 -80px;}
icon.ban-circle						{background: no-repeat 0 -120px;}
icon.bar-chart						{background: no-repeat 0 -160px;}
icon.barcode						{background: no-repeat 0 -200px;}
icon.beaker							{background: no-repeat 0 -240px;}
icon.beer							{background: no-repeat 0 -280px;}
icon.bell							{background: no-repeat 0 -320px;}
icon.bell-alt						{background: no-repeat 0 -360px;}
icon.book							{background: no-repeat 0 -400px;}
icon.bolt							{background: no-repeat 0 -440px;}
icon.bookmark						{background: no-repeat 0 -480px;}
icon.bookmark-empty					{background: no-repeat 0 -520px;}
icon.briefcase						{background: no-repeat 0 -560px;}
icon.briefcase-alt					{background: no-repeat 0 -600px;}
icon.bullhorn						{background: no-repeat 0 -640px;}
icon.building						{background: no-repeat 0 -680px;}
icon.calendar						{background: no-repeat 0 -720px;}
icon.calendar-alt					{background: no-repeat 0 -760px;}
icon.camera							{background: no-repeat 0 -800px;}
icon.camera-retro					{background: no-repeat 0 -840px;}
icon.certificate					{background: no-repeat 0 -880px;}
icon.check							{background: no-repeat 0 -920px;}
icon.check-empty					{background: no-repeat 0 -960px;}
icon.circle							{background: no-repeat 0 -1000px;}
icon.circle-blank					{background: no-repeat 0 -1040px;}
icon.cloud							{background: no-repeat 0 -1080px;}
icon.cloud-download					{background: no-repeat 0 -1120px;}
icon.cloud-upload					{background: no-repeat 0 -1160px;}
icon.code							{background: no-repeat 0 -1200px;}
icon.code-alt						{background: no-repeat 0 -1240px;}
icon.coffee							{background: no-repeat 0 -1280px;}
icon.controller						{background: no-repeat 0 -1320px;}
icon.crop							{background: no-repeat 0 -1360px;}
icon.cog							{background: no-repeat 0 -1400px;}
icon.cogs							{background: no-repeat 0 -1440px;}

icon.comment						{background: no-repeat -40px 0;}
icon.comment-alt					{background: no-repeat -40px -40px;}
icon.comments						{background: no-repeat -40px -80px;}
icon.comments-alt					{background: no-repeat -40px -120px;}
icon.credit-card					{background: no-repeat -40px -160px;}
icon.dashboard						{background: no-repeat -40px -200px;}
icon.desktop						{background: no-repeat -40px -240px;}
icon.download						{background: no-repeat -40px -280px;}
icon.download-alt					{background: no-repeat -40px -320px;}
icon.edit							{background: no-repeat -40px -360px;}
icon.envelope						{background: no-repeat -40px -400px;}
icon.envelope-alt					{background: no-repeat -40px -440px;}
icon.eraser							{background: no-repeat -40px -480px;}
icon.exchange						{background: no-repeat -40px -520px;}
icon.external-link					{background: no-repeat -40px -560px;}
icon.external-link-alt				{background: no-repeat -40px -600px;}
icon.eye-closed						{background: no-repeat -40px -640px;}
icon.eye-open						{background: no-repeat -40px -680px;}
icon.face-happy						{background: no-repeat -40px -720px;}
icon.face-neutral					{background: no-repeat -40px -760px;}
icon.face-sad						{background: no-repeat -40px -800px;}
icon.facetime						{background: no-repeat -40px -840px;}
icon.fighter-jet					{background: no-repeat -40px -880px;}
icon.film							{background: no-repeat -40px -920px;}
icon.filter							{background: no-repeat -40px -960px;}
icon.fire							{background: no-repeat -40px -1000px;}
icon.fire-extinguisher				{background: no-repeat -40px -1040px;}
icon.flag							{background: no-repeat -40px -1080px;}
icon.flag-alt						{background: no-repeat -40px -1120px;}
icon.flag-racing					{background: no-repeat -40px -1160px;}
icon.folder-close					{background: no-repeat -40px -1200px;}
icon.folder-open					{background: no-repeat -40px -1240px;}
icon.folder-close-alt				{background: no-repeat -40px -1280px;}
icon.folder-open-alt				{background: no-repeat -40px -1320px;}
icon.food							{background: no-repeat -40px -1360px;}
icon.gift							{background: no-repeat -40px -1400px;}
icon.glass							{background: no-repeat -40px -1440px;}

icon.globe							{background: no-repeat -80px 0;}
icon.group							{background: no-repeat -80px -40px;}
icon.hdd							{background: no-repeat -80px -80px;}
icon.headphones						{background: no-repeat -80px -120px;}
icon.heart							{background: no-repeat -80px -160px;}
icon.heart-empty					{background: no-repeat -80px -200px;}
icon.home							{background: no-repeat -80px -240px;}
icon.inbox							{background: no-repeat -80px -280px;}
icon.info							{background: no-repeat -80px -320px;}
icon.info-sign						{background: no-repeat -80px -360px;}
icon.key							{background: no-repeat -80px -400px;}
icon.keyboard						{background: no-repeat -80px -440px;}
icon.leaf							{background: no-repeat -80px -480px;}
icon.laptop							{background: no-repeat -80px -520px;}
icon.legal							{background: no-repeat -80px -560px;}
icon.lemon							{background: no-repeat -80px -600px;}
icon.lightbulb						{background: no-repeat -80px -640px;}
icon.lock							{background: no-repeat -80px -680px;}
icon.unlock							{background: no-repeat -80px -720px;}
icon.unlock-alt						{background: no-repeat -80px -760px;}
icon.magic							{background: no-repeat -80px -800px;}
icon.magnet							{background: no-repeat -80px -840px;}
icon.map-location					{background: no-repeat -80px -880px;}
icon.map-marker						{background: no-repeat -80px -920px;}
icon.minus							{background: no-repeat -80px -960px;}
icon.minus-sign						{background: no-repeat -80px -1000px;}
icon.minus-square					{background: no-repeat -80px -1040px;}
icon.minus-square-alt				{background: no-repeat -80px -1080px;}
icon.mobile-phone					{background: no-repeat -80px -1120px;}
icon.money							{background: no-repeat -80px -1160px;}
icon.more							{background: no-repeat -80px -1200px;}
icon.more-alt						{background: no-repeat -80px -1240px;}
icon.move							{background: no-repeat -80px -1280px;}
icon.music							{background: no-repeat -80px -1320px;}
icon.off							{background: no-repeat -80px -1360px;}
icon.ok								{background: no-repeat -80px -1400px;}
icon.ok-circle						{background: no-repeat -80px -1440px;}

icon.ok-sign						{background: no-repeat -120px 0;}
icon.ok-square						{background: no-repeat -120px -40px;}
icon.pencil							{background: no-repeat -120px -80px;}
icon.pencil-alt						{background: no-repeat -120px -120px;}
icon.picture						{background: no-repeat -120px -160px;}
icon.plane							{background: no-repeat -120px -200px;}
icon.plus							{background: no-repeat -120px -240px;}
icon.plus-sign						{background: no-repeat -120px -280px;}
icon.printer						{background: no-repeat -120px -320px;}
icon.pushpin						{background: no-repeat -120px -360px;}
icon.puzzle							{background: no-repeat -120px -400px;}
icon.qrcode							{background: no-repeat -120px -440px;}
icon.question						{background: no-repeat -120px -480px;}
icon.question-sign					{background: no-repeat -120px -520px;}
icon.quote-left						{background: no-repeat -120px -560px;}
icon.quote-right					{background: no-repeat -120px -600px;}
icon.random							{background: no-repeat -120px -640px;}
icon.refresh						{background: no-repeat -120px -680px;}
icon.remove							{background: no-repeat -120px -720px;}
icon.remove-circle					{background: no-repeat -120px -760px;}
icon.remove-sign					{background: no-repeat -120px -800px;}
icon.reorder						{background: no-repeat -120px -840px;}
icon.reply							{background: no-repeat -120px -880px;}
icon.reply-all						{background: no-repeat -120px -920px;}
icon.resize-horizontal				{background: no-repeat -120px -960px;}
icon.resize-vertical				{background: no-repeat -120px -1000px;}
icon.retweet						{background: no-repeat -120px -1040px;}
icon.road							{background: no-repeat -120px -1080px;}
icon.rocket							{background: no-repeat -120px -1120px;}
icon.rss							{background: no-repeat -120px -1160px;}
icon.rss-alt						{background: no-repeat -120px -1200px;}
icon.screenshot						{background: no-repeat -120px -1240px;}
icon.search							{background: no-repeat -120px -1280px;}
icon.share							{background: no-repeat -120px -1320px;}
icon.share-alt						{background: no-repeat -120px -1360px;}
icon.share-sign						{background: no-repeat -120px -1400px;}
icon.share-simple					{background: no-repeat -120px -1440px;}

icon.shield							{background: no-repeat -160px 0;}
icon.shopping-cart					{background: no-repeat -160px -40px;}
icon.signal							{background: no-repeat -160px -80px;}
icon.signin							{background: no-repeat -160px -120px;}
icon.signout						{background: no-repeat -160px -160px;}
icon.sitemap						{background: no-repeat -160px -200px;}
icon.sort							{background: no-repeat -160px -240px;}
icon.sort-down						{background: no-repeat -160px -280px;}
icon.sort-up						{background: no-repeat -160px -320px;}
icon.spinner						{background: no-repeat -160px -360px;}
icon.star							{background: no-repeat -160px -400px;}
icon.star-empty						{background: no-repeat -160px -440px;}
icon.star-half						{background: no-repeat -160px -480px;}
icon.tablet							{background: no-repeat -160px -520px;}
icon.tag							{background: no-repeat -160px -560px;}
icon.tags							{background: no-repeat -160px -600px;}
icon.target							{background: no-repeat -160px -640px;}
icon.tasks							{background: no-repeat -160px -680px;}
icon.thumbs-down					{background: no-repeat -160px -720px;}
icon.thumbs-up						{background: no-repeat -160px -760px;}
icon.ticket							{background: no-repeat -160px -800px;}
icon.time							{background: no-repeat -160px -840px;}
icon.tint							{background: no-repeat -160px -880px;}
icon.trash							{background: no-repeat -160px -920px;}
icon.trophy							{background: no-repeat -160px -960px;}
icon.truck							{background: no-repeat -160px -1000px;}
icon.umbrella						{background: no-repeat -160px -1040px;}
icon.upload							{background: no-repeat -160px -1080px;}
icon.upload-alt						{background: no-repeat -160px -1120px;}
icon.user							{background: no-repeat -160px -1160px;}
icon.reminder						{background: no-repeat -160px -1200px;}
icon.volume-off						{background: no-repeat -160px -1240px;}
icon.volume-down					{background: no-repeat -160px -1280px;}
icon.volume-up						{background: no-repeat -160px -1320px;}
icon.warning						{background: no-repeat -160px -1360px;}
icon.warning-circle					{background: no-repeat -160px -1400px;}
icon.warning-sign					{background: no-repeat -160px -1440px;}

icon.wrench							{background: no-repeat -200px 0;}
icon.zoom-in						{background: no-repeat -200px -40px;}
icon.zoom-in-alt					{background: no-repeat -200px -80px;}
icon.zoom-out						{background: no-repeat -200px -120px;}
icon.zoom-out-alt					{background: no-repeat -200px -160px;}
icon.file							{background: no-repeat -200px -200px;}
icon.file-alt						{background: no-repeat -200px -240px;}
icon.cut							{background: no-repeat -200px -280px;}
icon.copy							{background: no-repeat -200px -320px;}
icon.paste							{background: no-repeat -200px -360px;}
icon.save							{background: no-repeat -200px -400px;}
icon.undo							{background: no-repeat -200px -440px;}
icon.repeat							{background: no-repeat -200px -480px;}
icon.subscript						{background: no-repeat -200px -520px;}
icon.superscript					{background: no-repeat -200px -560px;}
icon.text-height					{background: no-repeat -200px -600px;}
icon.text-width						{background: no-repeat -200px -640px;}
icon.align-left						{background: no-repeat -200px -680px;}
icon.align-center					{background: no-repeat -200px -720px;}
icon.align-right					{background: no-repeat -200px -760px;}
icon.align-justify					{background: no-repeat -200px -800px;}
icon.indent-left					{background: no-repeat -200px -840px;}
icon.indent-right					{background: no-repeat -200px -880px;}
icon.font							{background: no-repeat -200px -920px;}
icon.bold							{background: no-repeat -200px -960px;}
icon.italic							{background: no-repeat -200px -1000px;}
icon.strikethrough					{background: no-repeat -200px -1040px;}
icon.underline						{background: no-repeat -200px -1080px;}
icon.link							{background: no-repeat -200px -1120px;}
icon.unlink							{background: no-repeat -200px -1160px;}
icon.paper-clip						{background: no-repeat -200px -1200px;}
icon.columns						{background: no-repeat -200px -1240px;}
icon.table							{background: no-repeat -200px -1280px;}
icon.th-large						{background: no-repeat -200px -1320px;}
icon.th								{background: no-repeat -200px -1360px;}
icon.th-list						{background: no-repeat -200px -1400px;}
icon.list							{background: no-repeat -200px -1440px;}

icon.list-ol						{background: no-repeat -240px 0;}
icon.list-ul						{background: no-repeat -240px -40px;}
icon.list-alt						{background: no-repeat -240px -80px;}
icon.shift-up						{background: no-repeat -240px -120px;}
icon.shift-down						{background: no-repeat -240px -160px;}
icon.angle-left						{background: no-repeat -240px -200px;}
icon.angle-right					{background: no-repeat -240px -240px;}
icon.angle-up						{background: no-repeat -240px -280px;}
icon.angle-down						{background: no-repeat -240px -320px;}
icon.arrow-left						{background: no-repeat -240px -360px;}
icon.arrow-right					{background: no-repeat -240px -400px;}
icon.arrow-up						{background: no-repeat -240px -440px;}
icon.arrow-down						{background: no-repeat -240px -480px;}
icon.caret-left						{background: no-repeat -240px -520px;}
icon.caret-right					{background: no-repeat -240px -560px;}
icon.caret-up						{background: no-repeat -240px -600px;}
icon.caret-down						{background: no-repeat -240px -640px;}
icon.chevron-left					{background: no-repeat -240px -680px;}
icon.chevron-right					{background: no-repeat -240px -720px;}
icon.chevron-up						{background: no-repeat -240px -760px;}
icon.chevron-down					{background: no-repeat -240px -800px;}
icon.circle-arrow-left				{background: no-repeat -240px -840px;}
icon.circle-arrow-right				{background: no-repeat -240px -880px;}
icon.circle-arrow-up				{background: no-repeat -240px -920px;}
icon.circle-arrow-down				{background: no-repeat -240px -960px;}
icon.circle-angle-left				{background: no-repeat -240px -1000px;}
icon.circle-angle-right				{background: no-repeat -240px -1040px;}
icon.circle-angle-up				{background: no-repeat -240px -1080px;}
icon.circle-angle-down				{background: no-repeat -240px -1120px;}
icon.double-angle-left				{background: no-repeat -240px -1160px;}
icon.double-angle-right				{background: no-repeat -240px -1200px;}
icon.double-angle-up				{background: no-repeat -240px -1240px;}
icon.double-angle-down				{background: no-repeat -240px -1280px;}
icon.hand-left						{background: no-repeat -240px -1320px;}
icon.hand-right						{background: no-repeat -240px -1360px;}
icon.hand-up						{background: no-repeat -240px -1400px;}
icon.hand-down						{background: no-repeat -240px -1440px;}

icon.circle							{background: no-repeat -280px 0;}
icon.circle-blank					{background: no-repeat -280px -40px;}
icon.play-circle					{background: no-repeat -280px -80px;}
icon.play-circle-alt				{background: no-repeat -280px -120px;}
icon.play							{background: no-repeat -280px -160px;}
icon.pause							{background: no-repeat -280px -200px;}
icon.stop							{background: no-repeat -280px -240px;}
icon.step-backward					{background: no-repeat -280px -280px;}
icon.fast-backward					{background: no-repeat -280px -320px;}
icon.backward						{background: no-repeat -280px -360px;}
icon.forward						{background: no-repeat -280px -400px;}
icon.fast-forward					{background: no-repeat -280px -440px;}
icon.step-forward					{background: no-repeat -280px -480px;}
icon.eject							{background: no-repeat -280px -520px;}
icon.full-screen					{background: no-repeat -280px -560px;}
icon.resize-large					{background: no-repeat -280px -600px;}
icon.resize-small					{background: no-repeat -280px -640px;}
icon.speaker						{background: no-repeat -280px -680px;}
icon.speaker-off					{background: no-repeat -280px -720px;}
icon.phone							{background: no-repeat -280px -760px;}
icon.phone-sign						{background: no-repeat -280px -800px;}
icon.facebook						{background: no-repeat -280px -840px;}
icon.facebook-sign					{background: no-repeat -280px -880px;}
icon.twitter						{background: no-repeat -280px -920px;}
icon.twitter-sign					{background: no-repeat -280px -960px;}
icon.github							{background: no-repeat -280px -1000px;}
icon.github-sign					{background: no-repeat -280px -1040px;}
icon.linkedin						{background: no-repeat -280px -1080px;}
icon.linkedin-sign					{background: no-repeat -280px -1120px;}
icon.pinterest						{background: no-repeat -280px -1160px;}
icon.pinterest-sign					{background: no-repeat -280px -1200px;}
icon.google-plus					{background: no-repeat -280px -1240px;}
icon.google-plus-sign				{background: no-repeat -280px -1280px;}
icon.sign-blank						{background: no-repeat -280px -1320px;}
icon.html5							{background: no-repeat -280px -1360px;}
icon.css3							{background: no-repeat -280px -1400px;}
icon.m								{background: no-repeat -280px -1440px;}

icon.ambulance						{background: no-repeat -320px 0;}
icon.beaker							{background: no-repeat -320px -40px;}
icon.h-sign							{background: no-repeat -320px -80px;}
icon.hospital						{background: no-repeat -320px -120px;}
icon.medkit							{background: no-repeat -320px -160px;}
icon.plus-sign-alt					{background: no-repeat -320px -200px;}
icon.stethoscope					{background: no-repeat -320px -240px;}
icon.user-md						{background: no-repeat -320px -280px;}
icon.sort-descending				{background: no-repeat -320px -320px;}
icon.sort-ascending					{background: no-repeat -320px -360px;}
icon.knucklehead					{background: no-repeat -320px -400px;}
icon.khloud							{background: no-repeat -320px -440px;}
icon.khloud-alt						{background: no-repeat -320px -480px;}
icon.basecamp						{background: no-repeat -320px -520px;}
icon.bug							{background: no-repeat -320px -560px;}
icon.hex							{background: no-repeat -320px -600px;}
icon.instagram						{background: no-repeat -320px -640px;}
icon.instagram-sign					{background: no-repeat -320px -680px;}
icon.snapchat						{background: no-repeat -320px -720px;}
icon.snapchat-sign					{background: no-repeat -320px -760px;}
icon.wechat							{background: no-repeat -320px -800px;}
icon.wechat-sign					{background: no-repeat -320px -840px;}
icon.weibo							{background: no-repeat -320px -880px;}
icon.weibo-sign						{background: no-repeat -320px -920px;}
icon.yelp							{background: no-repeat -320px -960px;}
icon.yelp-sign						{background: no-repeat -320px -1000px;}
icon.foursquare						{background: no-repeat -320px -1040px;}
icon.foursquare-sign				{background: no-repeat -320px -1080px;}
icon.beacon							{background: no-repeat -320px -1120px;}
icon.education						{background: no-repeat -320px -1160px;}
icon.internet						{background: no-repeat -320px -1200px;}
icon.api							{background: no-repeat -320px -1240px;}
icon.open-cv						{background: no-repeat -320px -1280px;}
icon.localization					{background: no-repeat -320px -1320px;}
icon.cube							{background: no-repeat -320px -1360px;}
icon.apple							{background: no-repeat -320px -1400px;}
icon.android						{background: no-repeat -320px -1440px;}

icon.glassdoor						{background: no-repeat -360px 0;}
icon.null							{background: no-repeat -360px -40px;}
icon.paper-airplane					{background: no-repeat -360px -80px;}
icon.podcast						{background: no-repeat -360px -120px;}
icon.scoutsavvy						{background: no-repeat -360px -160px;}
icon.youtube						{background: no-repeat -360px -200px;}
icon.scoutsavvy-logo				{background: no-repeat -360px -240px;}
icon.cookie							{background: no-repeat -360px -280px;}
icon.bot							{background: no-repeat -360px -320px;}
icon.object							{background: no-repeat -360px -360px;}
icon.objects						{background: no-repeat -360px -400px;}
icon.double-caret-left				{background: no-repeat -360px -440px;}
icon.double-caret-right				{background: no-repeat -360px -480px;}
icon.double-caret-up				{background: no-repeat -360px -520px;}
icon.double-caret-down				{background: no-repeat -360px -560px;}
icon.application					{background: no-repeat -360px -600px;}
icon.session						{background: no-repeat -360px -640px;}
icon.one							{background: no-repeat -360px -680px;}
icon.two							{background: no-repeat -360px -720px;}
icon.three							{background: no-repeat -360px -760px;}
icon.four							{background: no-repeat -360px -800px;}
icon.five							{background: no-repeat -360px -840px;}
icon.six							{background: no-repeat -360px -880px;}
icon.seven							{background: no-repeat -360px -920px;}
icon.eight							{background: no-repeat -360px -960px;}
icon.nine							{background: no-repeat -360px -1000px;}
icon.ten							{background: no-repeat -360px -1040px;}
icon.nine-plus						{background: no-repeat -360px -1080px;}
icon.circle-one						{background: no-repeat -360px -1120px;}
icon.circle-two						{background: no-repeat -360px -1160px;}
icon.circle-three					{background: no-repeat -360px -1200px;}
icon.circle-four					{background: no-repeat -360px -1240px;}
icon.circle-five					{background: no-repeat -360px -1280px;}
icon.circle-six						{background: no-repeat -360px -1320px;}
icon.circle-seven					{background: no-repeat -360px -1360px;}
icon.circle-eight					{background: no-repeat -360px -1400px;}
icon.circle-nine					{background: no-repeat -360px -1440px;}

icon.circle-ten						{background: no-repeat -400px 0;}
icon.circle-nine-plus				{background: no-repeat -400px -40px;}
icon.settings						{background: no-repeat -400px -80px;}
icon.switch-on						{background: no-repeat -400px -120px;}
icon.switch-off						{background: no-repeat -400px -160px;}
icon.gender-male					{background: no-repeat -400px -200px;}
icon.gender-female					{background: no-repeat -400px -240px;}
icon.gender-other					{background: no-repeat -400px -280px;}
icon.gender							{background: no-repeat -400px -320px;}
icon.factory						{background: no-repeat -400px -360px;}
icon.shopping-cart-full				{background: no-repeat -400px -400px;}
icon.bag							{background: no-repeat -400px -440px;}
icon.bag-full						{background: no-repeat -400px -480px;}
icon.at-symbol						{background: no-repeat -400px -520px;}
icon.pound-symbol					{background: no-repeat -400px -560px;}
icon.email							{background: no-repeat -400px -600px;}
icon.street-address					{background: no-repeat -400px -640px;}
icon.space							{background: no-repeat -400px -680px;}
icon.rotate							{background: no-repeat -400px -720px;}
icon.step-up						{background: no-repeat -400px -760px;}
icon.step-down						{background: no-repeat -400px -800px;}
icon.shift-right					{background: no-repeat -400px -840px;}
icon.shift-left						{background: no-repeat -400px -880px;}
icon.shift-up						{background: no-repeat -400px -920px;}
icon.shift-down						{background: no-repeat -400px -960px;}
icon.fingerprint					{background: no-repeat -400px -1000px;}
icon.vimeo							{background: no-repeat -400px -1040px;}
icon.google							{background: no-repeat -400px -1080px;}
icon.database						{background: no-repeat -400px -1120px;}
icon.entity							{background: no-repeat -400px -1160px;}
icon.attribute						{background: no-repeat -400px -1200px;}
icon.paw							{background: no-repeat -400px -1240px;}
icon.compass						{background: no-repeat -400px -1280px;}
icon.trophy-lands					{background: no-repeat -400px -1320px;}
icon.land							{background: no-repeat -400px -1360px;}
icon.position-top-left				{background: no-repeat -400px -1400px;}
icon.position-top-center			{background: no-repeat -400px -1440px;}

icon.position-top-right				{background: no-repeat -440px 0;}
icon.position-middle-left			{background: no-repeat -440px -40px;}
icon.position-middle-center			{background: no-repeat -440px -80px;}
icon.position-middle-right			{background: no-repeat -440px -120px;}
icon.position-bottom-left			{background: no-repeat -440px -160px;}
icon.position-bottom-center			{background: no-repeat -440px -200px;}
icon.position-bottom-right			{background: no-repeat -440px -240px;}
icon.position-not-set				{background: no-repeat -440px -280px;}
icon.envelope-alt-circle			{background: no-repeat -440px -320px;}
icon.envelope-circle				{background: no-repeat -440px -360px;}
icon.phone-circle					{background: no-repeat -440px -400px;}
icon.facebook-circle				{background: no-repeat -440px -440px;}
icon.twitter-circle					{background: no-repeat -440px -480px;}
icon.github-circle					{background: no-repeat -440px -520px;}
icon.linkedin-circle				{background: no-repeat -440px -560px;}
icon.pinterest-circle				{background: no-repeat -440px -600px;}
icon.google-plus-circle				{background: no-repeat -440px -640px;}
icon.instagram-circle				{background: no-repeat -440px -680px;}
icon.snapchat-circle				{background: no-repeat -440px -720px;}
icon.wechat-circle					{background: no-repeat -440px -760px;}
icon.weibo-circle					{background: no-repeat -440px -800px;}
icon.yelp-circle					{background: no-repeat -440px -840px;}
icon.foursquare-circle				{background: no-repeat -440px -880px;}
icon.youtube-circle					{background: no-repeat -440px -920px;}
icon.vimeo-circle					{background: no-repeat -440px -960px;}
icon.map-marker-circle				{background: no-repeat -440px -1000px;}
icon.external-link-circle			{background: no-repeat -440px -1040px;}
icon.external-link-alt-circle		{background: no-repeat -440px -1080px;}
icon.heart-empty-circle				{background: no-repeat -440px -1120px;}
icon.star-empty-circle				{background: no-repeat -440px -1160px;}
icon.podcast-circle					{background: no-repeat -440px -1200px;}
icon.glassdoor-circle				{background: no-repeat -440px -1240px;}
icon.basecamp-circle				{background: no-repeat -440px -1280px;}
icon.explore						{background: no-repeat -440px -1320px;}
icon.ios							{background: no-repeat -440px -1360px;}
icon.objective-c					{background: no-repeat -440px -1400px;}
icon.swift							{background: no-repeat -440px -1440px;}

icon.java							{background: no-repeat -480px 0;}
icon.json							{background: no-repeat -480px -40px;}
icon.xml							{background: no-repeat -480px -80px;}
icon.car							{background: no-repeat -480px -120px;}
icon.t-shirt						{background: no-repeat -480px -160px;}
icon.baseball-cap					{background: no-repeat -480px -200px;}
icon.parking						{background: no-repeat -480px -240px;}
icon.no-parking						{background: no-repeat -480px -280px;}
icon.parking-sign					{background: no-repeat -480px -320px;}
icon.no-parking-sign				{background: no-repeat -480px -360px;}
icon.stop-sign						{background: no-repeat -480px -400px;}
icon.go-sign						{background: no-repeat -480px -440px;}
icon.shower							{background: no-repeat -480px -480px;}
icon.service-salesforce				{background: no-repeat -480px -520px;}
icon.service-box					{background: no-repeat -480px -560px;}
icon.service-dropbox				{background: no-repeat -480px -600px;}
icon.wifi							{background: no-repeat -480px -640px;}
icon.wifi-circle					{background: no-repeat -480px -680px;}
icon.nike							{background: no-repeat -480px -720px;}
icon.ekin							{background: no-repeat -480px -760px;}
icon.trash-open						{background: no-repeat -480px -800px;}
icon.trash-open-full				{background: no-repeat -480px -840px;}


/* === ICON IMAGES LARGE ============== */

icon.large.blank					{background: no-repeat 0 60px;}

icon.large.adjust					{background: no-repeat 0 0;}
icon.large.anchor					{background: no-repeat 0 -60px;}
icon.large.asterisk					{background: no-repeat 0 -120px;}
icon.large.ban-circle				{background: no-repeat 0 -180px;}
icon.large.bar-chart				{background: no-repeat 0 -240px;}
icon.large.barcode					{background: no-repeat 0 -300px;}
icon.large.beaker					{background: no-repeat 0 -360px;}
icon.large.beer						{background: no-repeat 0 -420px;}
icon.large.bell						{background: no-repeat 0 -480px;}
icon.large.bell-alt					{background: no-repeat 0 -540px;}
icon.large.book						{background: no-repeat 0 -600px;}
icon.large.bolt						{background: no-repeat 0 -660px;}
icon.large.bookmark					{background: no-repeat 0 -720px;}
icon.large.bookmark-empty			{background: no-repeat 0 -780px;}
icon.large.briefcase				{background: no-repeat 0 -840px;}
icon.large.briefcase-alt			{background: no-repeat 0 -900px;}
icon.large.bullhorn					{background: no-repeat 0 -960px;}
icon.large.building					{background: no-repeat 0 -1020px;}
icon.large.calendar					{background: no-repeat 0 -1080px;}
icon.large.calendar-alt				{background: no-repeat 0 -1140px;}
icon.large.camera					{background: no-repeat 0 -1200px;}
icon.large.camera-retro				{background: no-repeat 0 -1260px;}
icon.large.certificate				{background: no-repeat 0 -1320px;}
icon.large.check					{background: no-repeat 0 -1380px;}
icon.large.check-empty				{background: no-repeat 0 -1440px;}
icon.large.circle					{background: no-repeat 0 -1500px;}
icon.large.circle-blank				{background: no-repeat 0 -1560px;}
icon.large.cloud					{background: no-repeat 0 -1620px;}
icon.large.cloud-download			{background: no-repeat 0 -1680px;}
icon.large.cloud-upload				{background: no-repeat 0 -1740px;}
icon.large.code						{background: no-repeat 0 -1800px;}
icon.large.code-alt					{background: no-repeat 0 -1860px;}
icon.large.coffee					{background: no-repeat 0 -1920px;}
icon.large.controller				{background: no-repeat 0 -1980px;}
icon.large.crop						{background: no-repeat 0 -2040px;}
icon.large.cog						{background: no-repeat 0 -2100px;}
icon.large.cogs						{background: no-repeat 0 -2160px;}

icon.large.comment					{background: no-repeat -60px 0;}
icon.large.comment-alt				{background: no-repeat -60px -60px;}
icon.large.comments					{background: no-repeat -60px -120px;}
icon.large.comments-alt				{background: no-repeat -60px -180px;}
icon.large.credit-card				{background: no-repeat -60px -240px;}
icon.large.dashboard				{background: no-repeat -60px -300px;}
icon.large.desktop					{background: no-repeat -60px -360px;}
icon.large.download					{background: no-repeat -60px -420px;}
icon.large.download-alt				{background: no-repeat -60px -480px;}
icon.large.edit						{background: no-repeat -60px -540px;}
icon.large.envelope					{background: no-repeat -60px -600px;}
icon.large.envelope-alt				{background: no-repeat -60px -660px;}
icon.large.eraser					{background: no-repeat -60px -720px;}
icon.large.exchange					{background: no-repeat -60px -780px;}
icon.large.external-link			{background: no-repeat -60px -840px;}
icon.large.external-link-alt		{background: no-repeat -60px -900px;}
icon.large.eye-closed				{background: no-repeat -60px -960px;}
icon.large.eye-open					{background: no-repeat -60px -1020px;}
icon.large.face-happy				{background: no-repeat -60px -1080px;}
icon.large.face-neutral				{background: no-repeat -60px -1140px;}
icon.large.face-sad					{background: no-repeat -60px -1200px;}
icon.large.facetime					{background: no-repeat -60px -1260px;}
icon.large.fighter-jet				{background: no-repeat -60px -1320px;}
icon.large.film						{background: no-repeat -60px -1380px;}
icon.large.filter					{background: no-repeat -60px -1440px;}
icon.large.fire						{background: no-repeat -60px -1500px;}
icon.large.fire-extinguisher		{background: no-repeat -60px -1560px;}
icon.large.flag						{background: no-repeat -60px -1620px;}
icon.large.flag-alt					{background: no-repeat -60px -1680px;}
icon.large.flag-racing				{background: no-repeat -60px -1740px;}
icon.large.folder-close				{background: no-repeat -60px -1800px;}
icon.large.folder-open				{background: no-repeat -60px -1860px;}
icon.large.folder-close-alt			{background: no-repeat -60px -1920px;}
icon.large.folder-open-alt			{background: no-repeat -60px -1980px;}
icon.large.food						{background: no-repeat -60px -2040px;}
icon.large.gift						{background: no-repeat -60px -2100px;}
icon.large.glass					{background: no-repeat -60px -2160px;}

icon.large.globe					{background: no-repeat -120px 0;}
icon.large.group					{background: no-repeat -120px -60px;}
icon.large.hdd						{background: no-repeat -120px -120px;}
icon.large.headphones				{background: no-repeat -120px -180px;}
icon.large.heart					{background: no-repeat -120px -240px;}
icon.large.heart-empty				{background: no-repeat -120px -300px;}
icon.large.home						{background: no-repeat -120px -360px;}
icon.large.inbox					{background: no-repeat -120px -420px;}
icon.large.info						{background: no-repeat -120px -480px;}
icon.large.info-sign				{background: no-repeat -120px -540px;}
icon.large.key						{background: no-repeat -120px -600px;}
icon.large.keyboard					{background: no-repeat -120px -660px;}
icon.large.leaf						{background: no-repeat -120px -720px;}
icon.large.laptop					{background: no-repeat -120px -780px;}
icon.large.legal					{background: no-repeat -120px -840px;}
icon.large.lemon					{background: no-repeat -120px -900px;}
icon.large.lightbulb				{background: no-repeat -120px -960px;}
icon.large.lock						{background: no-repeat -120px -1020px;}
icon.large.unlock					{background: no-repeat -120px -1080px;}
icon.large.unlock-alt				{background: no-repeat -120px -1140px;}
icon.large.magic					{background: no-repeat -120px -1200px;}
icon.large.magnet					{background: no-repeat -120px -1260px;}
icon.large.map-location				{background: no-repeat -120px -1320px;}
icon.large.map-marker				{background: no-repeat -120px -1380px;}
icon.large.minus					{background: no-repeat -120px -1440px;}
icon.large.minus-sign				{background: no-repeat -120px -1500px;}
icon.large.minus-square				{background: no-repeat -120px -1560px;}
icon.large.minus-square-alt			{background: no-repeat -120px -1620px;}
icon.large.mobile-phone				{background: no-repeat -120px -1680px;}
icon.large.money					{background: no-repeat -120px -1740px;}
icon.large.more						{background: no-repeat -120px -1800px;}
icon.large.more-alt					{background: no-repeat -120px -1860px;}
icon.large.move						{background: no-repeat -120px -1920px;}
icon.large.music					{background: no-repeat -120px -1980px;}
icon.large.off						{background: no-repeat -120px -2040px;}
icon.large.ok						{background: no-repeat -120px -2100px;}
icon.large.ok-circle				{background: no-repeat -120px -2160px;}

icon.large.ok-sign					{background: no-repeat -180px 0;}
icon.large.ok-square				{background: no-repeat -180px -60px;}
icon.large.pencil					{background: no-repeat -180px -120px;}
icon.large.pencil-alt				{background: no-repeat -180px -180px;}
icon.large.picture					{background: no-repeat -180px -240px;}
icon.large.plane					{background: no-repeat -180px -300px;}
icon.large.plus						{background: no-repeat -180px -360px;}
icon.large.plus-sign				{background: no-repeat -180px -420px;}
icon.large.printer					{background: no-repeat -180px -480px;}
icon.large.pushpin					{background: no-repeat -180px -540px;}
icon.large.puzzle					{background: no-repeat -180px -600px;}
icon.large.qrcode					{background: no-repeat -180px -660px;}
icon.large.question					{background: no-repeat -180px -720px;}
icon.large.question-sign			{background: no-repeat -180px -780px;}
icon.large.quote-left				{background: no-repeat -180px -840px;}
icon.large.quote-right				{background: no-repeat -180px -900px;}
icon.large.random					{background: no-repeat -180px -960px;}
icon.large.refresh					{background: no-repeat -180px -1020px;}
icon.large.remove					{background: no-repeat -180px -1080px;}
icon.large.remove-circle			{background: no-repeat -180px -1140px;}
icon.large.remove-sign				{background: no-repeat -180px -1200px;}
icon.large.reorder					{background: no-repeat -180px -1260px;}
icon.large.reply					{background: no-repeat -180px -1320px;}
icon.large.reply-all				{background: no-repeat -180px -1380px;}
icon.large.resize-horizontal		{background: no-repeat -180px -1440px;}
icon.large.resize-vertical			{background: no-repeat -180px -1500px;}
icon.large.retweet					{background: no-repeat -180px -1560px;}
icon.large.road						{background: no-repeat -180px -1620px;}
icon.large.rocket					{background: no-repeat -180px -1680px;}
icon.large.rss						{background: no-repeat -180px -1740px;}
icon.large.rss-alt					{background: no-repeat -180px -1800px;}
icon.large.screenshot				{background: no-repeat -180px -1860px;}
icon.large.search					{background: no-repeat -180px -1920px;}
icon.large.share					{background: no-repeat -180px -1980px;}
icon.large.share-alt				{background: no-repeat -180px -2040px;}
icon.large.share-sign				{background: no-repeat -180px -2100px;}
icon.large.share-simple				{background: no-repeat -180px -2160px;}

icon.large.shield					{background: no-repeat -240px 0;}
icon.large.shopping-cart			{background: no-repeat -240px -60px;}
icon.large.signal					{background: no-repeat -240px -120px;}
icon.large.signin					{background: no-repeat -240px -180px;}
icon.large.signout					{background: no-repeat -240px -240px;}
icon.large.sitemap					{background: no-repeat -240px -300px;}
icon.large.sort						{background: no-repeat -240px -360px;}
icon.large.sort-down				{background: no-repeat -240px -420px;}
icon.large.sort-up					{background: no-repeat -240px -480px;}
icon.large.spinner					{background: no-repeat -240px -540px;}
icon.large.star						{background: no-repeat -240px -600px;}
icon.large.star-empty				{background: no-repeat -240px -660px;}
icon.large.star-half				{background: no-repeat -240px -720px;}
icon.large.tablet					{background: no-repeat -240px -780px;}
icon.large.tag						{background: no-repeat -240px -840px;}
icon.large.tags						{background: no-repeat -240px -900px;}
icon.large.target					{background: no-repeat -240px -960px;}
icon.large.tasks					{background: no-repeat -240px -1020px;}
icon.large.thumbs-down				{background: no-repeat -240px -1080px;}
icon.large.thumbs-up				{background: no-repeat -240px -1140px;}
icon.large.ticket					{background: no-repeat -240px -1200px;}
icon.large.time						{background: no-repeat -240px -1260px;}
icon.large.tint						{background: no-repeat -240px -1320px;}
icon.large.trash					{background: no-repeat -240px -1380px;}
icon.large.trophy					{background: no-repeat -240px -1440px;}
icon.large.truck					{background: no-repeat -240px -1500px;}
icon.large.umbrella					{background: no-repeat -240px -1560px;}
icon.large.upload					{background: no-repeat -240px -1620px;}
icon.large.upload-alt				{background: no-repeat -240px -1680px;}
icon.large.user						{background: no-repeat -240px -1740px;}
icon.large.reminder					{background: no-repeat -240px -1800px;}
icon.large.volume-off				{background: no-repeat -240px -1860px;}
icon.large.volume-down				{background: no-repeat -240px -1920px;}
icon.large.volume-up				{background: no-repeat -240px -1980px;}
icon.large.warning					{background: no-repeat -240px -2040px;}
icon.large.warning-circle			{background: no-repeat -240px -2100px;}
icon.large.warning-sign				{background: no-repeat -240px -2160px;}

icon.large.wrench					{background: no-repeat -300px 0;}
icon.large.zoom-in					{background: no-repeat -300px -60px;}
icon.large.zoom-in-alt				{background: no-repeat -300px -120px;}
icon.large.zoom-out					{background: no-repeat -300px -180px;}
icon.large.zoom-out-alt				{background: no-repeat -300px -240px;}
icon.large.file						{background: no-repeat -300px -300px;}
icon.large.file-alt					{background: no-repeat -300px -360px;}
icon.large.cut						{background: no-repeat -300px -420px;}
icon.large.copy						{background: no-repeat -300px -480px;}
icon.large.paste					{background: no-repeat -300px -540px;}
icon.large.save						{background: no-repeat -300px -600px;}
icon.large.undo						{background: no-repeat -300px -660px;}
icon.large.repeat					{background: no-repeat -300px -720px;}
icon.large.subscript				{background: no-repeat -300px -780px;}
icon.large.superscript				{background: no-repeat -300px -840px;}
icon.large.text-height				{background: no-repeat -300px -900px;}
icon.large.text-width				{background: no-repeat -300px -960px;}
icon.large.align-left				{background: no-repeat -300px -1020px;}
icon.large.align-center				{background: no-repeat -300px -1080px;}
icon.large.align-right				{background: no-repeat -300px -1140px;}
icon.large.align-justify			{background: no-repeat -300px -1200px;}
icon.large.indent-left				{background: no-repeat -300px -1260px;}
icon.large.indent-right				{background: no-repeat -300px -1320px;}
icon.large.font						{background: no-repeat -300px -1380px;}
icon.large.bold						{background: no-repeat -300px -1440px;}
icon.large.italic					{background: no-repeat -300px -1500px;}
icon.large.strikethrough			{background: no-repeat -300px -1560px;}
icon.large.underline				{background: no-repeat -300px -1620px;}
icon.large.link						{background: no-repeat -300px -1680px;}
icon.large.unlink					{background: no-repeat -300px -1740px;}
icon.large.paper-clip				{background: no-repeat -300px -1800px;}
icon.large.columns					{background: no-repeat -300px -1860px;}
icon.large.table					{background: no-repeat -300px -1920px;}
icon.large.th						{background: no-repeat -300px -1980px;}
icon.large.th						{background: no-repeat -300px -2040px;}
icon.large.th-list					{background: no-repeat -300px -2100px;}
icon.large.list						{background: no-repeat -300px -2160px;}

icon.large.list-ol					{background: no-repeat -360px 0;}
icon.large.list-ul					{background: no-repeat -360px -60px;}
icon.large.list-alt					{background: no-repeat -360px -120px;}
icon.large.shift-up					{background: no-repeat -360px -180px;}
icon.large.shift-down				{background: no-repeat -360px -240px;}
icon.large.angle-left				{background: no-repeat -360px -300px;}
icon.large.angle-right				{background: no-repeat -360px -360px;}
icon.large.angle-up					{background: no-repeat -360px -420px;}
icon.large.angle-down				{background: no-repeat -360px -480px;}
icon.large.arrow-left				{background: no-repeat -360px -540px;}
icon.large.arrow-right				{background: no-repeat -360px -600px;}
icon.large.arrow-up					{background: no-repeat -360px -660px;}
icon.large.arrow-down				{background: no-repeat -360px -720px;}
icon.large.caret-left				{background: no-repeat -360px -780px;}
icon.large.caret-right				{background: no-repeat -360px -840px;}
icon.large.caret-up					{background: no-repeat -360px -900px;}
icon.large.caret-down				{background: no-repeat -360px -960px;}
icon.large.chevron-left				{background: no-repeat -360px -1020px;}
icon.large.chevron-right			{background: no-repeat -360px -1080px;}
icon.large.chevron-up				{background: no-repeat -360px -1140px;}
icon.large.chevron-down				{background: no-repeat -360px -1200px;}
icon.large.circle-arrow-left		{background: no-repeat -360px -1260px;}
icon.large.circle-arrow-right		{background: no-repeat -360px -1320px;}
icon.large.circle-arrow-up			{background: no-repeat -360px -1380px;}
icon.large.circle-arrow-down		{background: no-repeat -360px -1440px;}
icon.large.circle-angle-left		{background: no-repeat -360px -1500px;}
icon.large.circle-angle-right		{background: no-repeat -360px -1560px;}
icon.large.circle-angle-up			{background: no-repeat -360px -1620px;}
icon.large.circle-angle-down		{background: no-repeat -360px -1680px;}
icon.large.double-angle-left		{background: no-repeat -360px -1740px;}
icon.large.double-angle-right		{background: no-repeat -360px -1800px;}
icon.large.double-angle-up			{background: no-repeat -360px -1860px;}
icon.large.double-angle-down		{background: no-repeat -360px -1920px;}
icon.large.hand-left				{background: no-repeat -360px -1980px;}
icon.large.hand-right				{background: no-repeat -360px -2040px;}
icon.large.hand-up					{background: no-repeat -360px -2100px;}
icon.large.hand-down				{background: no-repeat -360px -2160px;}

icon.large.circle					{background: no-repeat -420px 0;}
icon.large.circle-blank				{background: no-repeat -420px -60px;}
icon.large.play-circle				{background: no-repeat -420px -120px;}
icon.large.play-circle-alt			{background: no-repeat -420px -180px;}
icon.large.play						{background: no-repeat -420px -240px;}
icon.large.pause					{background: no-repeat -420px -300px;}
icon.large.stop						{background: no-repeat -420px -360px;}
icon.large.step-backward			{background: no-repeat -420px -420px;}
icon.large.fast-backward			{background: no-repeat -420px -480px;}
icon.large.backward					{background: no-repeat -420px -540px;}
icon.large.forward					{background: no-repeat -420px -600px;}
icon.large.fast-forward				{background: no-repeat -420px -660px;}
icon.large.step-forward				{background: no-repeat -420px -720px;}
icon.large.eject					{background: no-repeat -420px -780px;}
icon.large.full-screen				{background: no-repeat -420px -840px;}
icon.large.resize-large				{background: no-repeat -420px -900px;}
icon.large.resize-small				{background: no-repeat -420px -960px;}
icon.large.speaker					{background: no-repeat -420px -1020px;}
icon.large.speaker-off				{background: no-repeat -420px -1080px;}
icon.large.phone					{background: no-repeat -420px -1140px;}
icon.large.phone-sign				{background: no-repeat -420px -1200px;}
icon.large.facebook					{background: no-repeat -420px -1260px;}
icon.large.facebook-sign			{background: no-repeat -420px -1320px;}
icon.large.twitter					{background: no-repeat -420px -1380px;}
icon.large.twitter-sign				{background: no-repeat -420px -1440px;}
icon.large.github					{background: no-repeat -420px -1500px;}
icon.large.github-sign				{background: no-repeat -420px -1560px;}
icon.large.linkedin					{background: no-repeat -420px -1620px;}
icon.large.linkedin-sign			{background: no-repeat -420px -1680px;}
icon.large.pinterest				{background: no-repeat -420px -1740px;}
icon.large.pinterest-sign			{background: no-repeat -420px -1800px;}
icon.large.google-plus				{background: no-repeat -420px -1860px;}
icon.large.google-plus-sign			{background: no-repeat -420px -1920px;}
icon.large.sign-blank				{background: no-repeat -420px -1980px;}
icon.large.html5					{background: no-repeat -420px -2040px;}
icon.large.css3						{background: no-repeat -420px -2100px;}
icon.large.m						{background: no-repeat -420px -2160px;}

icon.large.ambulance				{background: no-repeat -480px 0;}
icon.large.beaker					{background: no-repeat -480px -60px;}
icon.large.h-sign					{background: no-repeat -480px -120px;}
icon.large.hospital					{background: no-repeat -480px -180px;}
icon.large.medkit					{background: no-repeat -480px -240px;}
icon.large.plus-sign-alt			{background: no-repeat -480px -300px;}
icon.large.stethoscope				{background: no-repeat -480px -360px;}
icon.large.user-md					{background: no-repeat -480px -420px;}
icon.large.sort-descending			{background: no-repeat -480px -480px;}
icon.large.sort-ascending			{background: no-repeat -480px -540px;}
icon.large.knucklehead				{background: no-repeat -480px -600px;}
icon.large.khloud					{background: no-repeat -480px -660px;}
icon.large.khloud-alt				{background: no-repeat -480px -720px;}
icon.large.basecamp					{background: no-repeat -480px -780px;}
icon.large.bug						{background: no-repeat -480px -840px;}
icon.large.hex						{background: no-repeat -480px -900px;}
icon.large.instagram				{background: no-repeat -480px -960px;}
icon.large.instagram-sign			{background: no-repeat -480px -1020px;}
icon.large.snapchat					{background: no-repeat -480px -1080px;}
icon.large.snapchat-sign			{background: no-repeat -480px -1140px;}
icon.large.wechat					{background: no-repeat -480px -1200px;}
icon.large.wechat-sign				{background: no-repeat -480px -1260px;}
icon.large.weibo					{background: no-repeat -480px -1320px;}
icon.large.weibo-sign				{background: no-repeat -480px -1380px;}
icon.large.yelp						{background: no-repeat -480px -1440px;}
icon.large.yelp-sign				{background: no-repeat -480px -1500px;}
icon.large.foursquare				{background: no-repeat -480px -1560px;}
icon.large.foursquare-sign			{background: no-repeat -480px -1620px;}
icon.large.beacon					{background: no-repeat -480px -1680px;}
icon.large.education				{background: no-repeat -480px -1740px;}
icon.large.internet					{background: no-repeat -480px -1800px;}
icon.large.api						{background: no-repeat -480px -1860px;}
icon.large.open-cv					{background: no-repeat -480px -1920px;}
icon.large.localization				{background: no-repeat -480px -1980px;}
icon.large.cube						{background: no-repeat -480px -2040px;}
icon.large.apple					{background: no-repeat -480px -2100px;}
icon.large.android					{background: no-repeat -480px -2160px;}

icon.large.glassdoor				{background: no-repeat -540px 0;}
icon.large.null						{background: no-repeat -540px -60px;}
icon.large.paper-airplane			{background: no-repeat -540px -120px;}
icon.large.podcast					{background: no-repeat -540px -180px;}
icon.large.scoutsavvy				{background: no-repeat -540px -240px;}
icon.large.youtube					{background: no-repeat -540px -300px;}
icon.large.scoutsavvy-logo			{background: no-repeat -540px -360px;}
icon.large.cookie					{background: no-repeat -540px -420px;}
icon.large.bot						{background: no-repeat -540px -480px;}
icon.large.object					{background: no-repeat -540px -540px;}
icon.large.objects					{background: no-repeat -540px -600px;}
icon.large.double-caret-left		{background: no-repeat -540px -660px;}
icon.large.double-caret-right		{background: no-repeat -540px -720px;}
icon.large.double-caret-up			{background: no-repeat -540px -780px;}
icon.large.double-caret-down		{background: no-repeat -540px -840px;}
icon.large.application				{background: no-repeat -540px -900px;}
icon.large.session					{background: no-repeat -540px -960px;}
icon.large.one						{background: no-repeat -540px -1020px;}
icon.large.two						{background: no-repeat -540px -1080px;}
icon.large.three					{background: no-repeat -540px -1140px;}
icon.large.four						{background: no-repeat -540px -1200px;}
icon.large.five						{background: no-repeat -540px -1260px;}
icon.large.six						{background: no-repeat -540px -1320px;}
icon.large.seven					{background: no-repeat -540px -1380px;}
icon.large.eight					{background: no-repeat -540px -1440px;}
icon.large.nine						{background: no-repeat -540px -1500px;}
icon.large.ten						{background: no-repeat -540px -1560px;}
icon.large.nine-plus				{background: no-repeat -540px -1620px;}
icon.large.circle-one				{background: no-repeat -540px -1680px;}
icon.large.circle-two				{background: no-repeat -540px -1740px;}
icon.large.circle-three				{background: no-repeat -540px -1800px;}
icon.large.circle-four				{background: no-repeat -540px -1860px;}
icon.large.circle-five				{background: no-repeat -540px -1920px;}
icon.large.circle-six				{background: no-repeat -540px -1980px;}
icon.large.circle-seven				{background: no-repeat -540px -2040px;}
icon.large.circle-eight				{background: no-repeat -540px -2100px;}
icon.large.circle-nine				{background: no-repeat -540px -2160px;}

icon.large.circle-ten				{background: no-repeat -600px 0;}
icon.large.circle-nine-plus			{background: no-repeat -600px -60px;}
icon.large.settings					{background: no-repeat -600px -120px;}
icon.large.switch-on				{background: no-repeat -600px -180px;}
icon.large.switch-off				{background: no-repeat -600px -240px;}
icon.large.gender-male				{background: no-repeat -600px -300px;}
icon.large.gender-female			{background: no-repeat -600px -360px;}
icon.large.gender-other				{background: no-repeat -600px -420px;}
icon.large.gender					{background: no-repeat -600px -480px;}
icon.large.factory					{background: no-repeat -600px -540px;}
icon.large.shopping-cart-full		{background: no-repeat -600px -600px;}
icon.large.bag						{background: no-repeat -600px -660px;}
icon.large.bag-full					{background: no-repeat -600px -720px;}
icon.large.at-symbol				{background: no-repeat -600px -780px;}
icon.large.pound-symbol				{background: no-repeat -600px -840px;}
icon.large.email					{background: no-repeat -600px -900px;}
icon.large.street-address			{background: no-repeat -600px -960px;}
icon.large.space					{background: no-repeat -600px -1020px;}
icon.large.rotate					{background: no-repeat -600px -1080px;}
icon.large.step-up					{background: no-repeat -600px -1140px;}
icon.large.step-down				{background: no-repeat -600px -1200px;}
icon.large.shift-right				{background: no-repeat -600px -1260px;}
icon.large.shift-left				{background: no-repeat -600px -1320px;}
icon.large.shift-up					{background: no-repeat -600px -1380px;}
icon.large.shift-down				{background: no-repeat -600px -1440px;}
icon.large.fingerprint				{background: no-repeat -600px -1500px;}
icon.large.vimeo					{background: no-repeat -600px -1560px;}
icon.large.google					{background: no-repeat -600px -1620px;}
icon.large.database					{background: no-repeat -600px -1680px;}
icon.large.entity					{background: no-repeat -600px -1740px;}
icon.large.attribute				{background: no-repeat -600px -1800px;}
icon.large.paw						{background: no-repeat -600px -1860px;}
icon.large.compass					{background: no-repeat -600px -1920px;}
icon.large.trophy-lands				{background: no-repeat -600px -1980px;}
icon.large.land						{background: no-repeat -600px -2040px;}
icon.large.position-top-left		{background: no-repeat -600px -2100px;}
icon.large.position-top-center		{background: no-repeat -600px -2160px;}

icon.large.position-top-right		{background: no-repeat -660px 0;}
icon.large.position-middle-left		{background: no-repeat -660px -60px;}
icon.large.position-middle-center	{background: no-repeat -660px -120px;}
icon.large.position-middle-right	{background: no-repeat -660px -180px;}
icon.large.position-bottom-left		{background: no-repeat -660px -240px;}
icon.large.position-bottom-center	{background: no-repeat -660px -300px;}
icon.large.position-bottom-right	{background: no-repeat -660px -360px;}
icon.large.position-not-set			{background: no-repeat -660px -420px;}
icon.large.envelope-alt-circle		{background: no-repeat -660px -480px;}
icon.large.envelope-circle			{background: no-repeat -660px -540px;}
icon.large.phone-circle				{background: no-repeat -660px -600px;}
icon.large.facebook-circle			{background: no-repeat -660px -660px;}
icon.large.twitter-circle			{background: no-repeat -660px -720px;}
icon.large.github-circle			{background: no-repeat -660px -780px;}
icon.large.linkedin-circle			{background: no-repeat -660px -840px;}
icon.large.pinterest-circle			{background: no-repeat -660px -900px;}
icon.large.google-plus-circle		{background: no-repeat -660px -960px;}
icon.large.instagram-circle			{background: no-repeat -660px -1020px;}
icon.large.snapchat-circle			{background: no-repeat -660px -1080px;}
icon.large.wechat-circle			{background: no-repeat -660px -1140px;}
icon.large.weibo-circle				{background: no-repeat -660px -1200px;}
icon.large.yelp-circle				{background: no-repeat -660px -1260px;}
icon.large.foursquare-circle		{background: no-repeat -660px -1320px;}
icon.large.youtube-circle			{background: no-repeat -660px -1380px;}
icon.large.vimeo-circle				{background: no-repeat -660px -1440px;}
icon.large.map-marker-circle		{background: no-repeat -660px -1500px;}
icon.large.external-link-circle		{background: no-repeat -660px -1560px;}
icon.large.external-link-alt-circle	{background: no-repeat -660px -1620px;}
icon.large.heart-empty-circle		{background: no-repeat -660px -1680px;}
icon.large.star-empty-circle		{background: no-repeat -660px -1740px;}
icon.large.podcast-circle			{background: no-repeat -660px -1800px;}
icon.large.glassdoor-circle			{background: no-repeat -660px -1860px;}
icon.large.basecamp-circle			{background: no-repeat -660px -1920px;}
icon.large.explore					{background: no-repeat -660px -1980px;}
icon.large.ios						{background: no-repeat -660px -2040px;}
icon.large.objective-c				{background: no-repeat -660px -2100px;}
icon.large.swift					{background: no-repeat -660px -2160px;}

icon.large.java						{background: no-repeat -720px 0;}
icon.large.json						{background: no-repeat -720px -60px;}
icon.large.xml						{background: no-repeat -720px -120px;}
icon.large.car						{background: no-repeat -720px -180px;}
icon.large.t-shirt					{background: no-repeat -720px -240px;}
icon.large.baseball-cap				{background: no-repeat -720px -300px;}
icon.large.parking					{background: no-repeat -720px -360px;}
icon.large.no-parking				{background: no-repeat -720px -420px;}
icon.large.parking-sign				{background: no-repeat -720px -480px;}
icon.large.no-parking-sign			{background: no-repeat -720px -540px;}
icon.large.stop-sign				{background: no-repeat -720px -600px;}
icon.large.go-sign					{background: no-repeat -720px -660px;}
icon.large.shower					{background: no-repeat -720px -720px;}
icon.large.service-salesforce		{background: no-repeat -720px -780px;}
icon.large.service-box				{background: no-repeat -720px -840px;}
icon.large.service-dropbox			{background: no-repeat -720px -900px;}
icon.large.wifi						{background: no-repeat -720px -960px;}
icon.large.wifi-circle				{background: no-repeat -720px -1020px;}
icon.large.nike						{background: no-repeat -720px -1080px;}
icon.large.ekin						{background: no-repeat -720px -1140px;}
icon.large.trash-open				{background: no-repeat -720px -1200px;}
icon.large.trash-open-full			{background: no-repeat -720px -1260px;}


/* === ICON IMAGES MEDIUM ============== */

icon.medium.blank					{background: no-repeat 0 32px;}

icon.medium.adjust					{background: no-repeat 0 0;}
icon.medium.anchor					{background: no-repeat 0 -36px;}
icon.medium.asterisk				{background: no-repeat 0 -72px;}
icon.medium.ban-circle				{background: no-repeat 0 -108px;}
icon.medium.bar-chart				{background: no-repeat 0 -144px;}
icon.medium.barcode					{background: no-repeat 0 -180px;}
icon.medium.beaker					{background: no-repeat 0 -216px;}
icon.medium.beer					{background: no-repeat 0 -252px;}
icon.medium.bell					{background: no-repeat 0 -288px;}
icon.medium.bell-alt				{background: no-repeat 0 -324px;}
icon.medium.book					{background: no-repeat 0 -360px;}
icon.medium.bolt					{background: no-repeat 0 -396px;}
icon.medium.bookmark				{background: no-repeat 0 -432px;}
icon.medium.bookmark-empty			{background: no-repeat 0 -468px;}
icon.medium.briefcase				{background: no-repeat 0 -504px;}
icon.medium.briefcase-alt			{background: no-repeat 0 -540px;}
icon.medium.bullhorn				{background: no-repeat 0 -576px;}
icon.medium.building				{background: no-repeat 0 -612px;}
icon.medium.calendar				{background: no-repeat 0 -648px;}
icon.medium.calendar-alt			{background: no-repeat 0 -684px;}
icon.medium.camera					{background: no-repeat 0 -720px;}
icon.medium.camera-retro			{background: no-repeat 0 -756px;}
icon.medium.certificate				{background: no-repeat 0 -792px;}
icon.medium.check					{background: no-repeat 0 -828px;}
icon.medium.check-empty				{background: no-repeat 0 -864px;}
icon.medium.circle					{background: no-repeat 0 -900px;}
icon.medium.circle-blank			{background: no-repeat 0 -936px;}
icon.medium.cloud					{background: no-repeat 0 -972px;}
icon.medium.cloud-download			{background: no-repeat 0 -1008px;}
icon.medium.cloud-upload			{background: no-repeat 0 -1044px;}
icon.medium.code					{background: no-repeat 0 -1080px;}
icon.medium.code-alt				{background: no-repeat 0 -1116px;}
icon.medium.coffee					{background: no-repeat 0 -1152px;}
icon.medium.controller				{background: no-repeat 0 -1188px;}
icon.medium.crop					{background: no-repeat 0 -1224px;}
icon.medium.cog						{background: no-repeat 0 -1260px;}
icon.medium.cogs					{background: no-repeat 0 -1296px;}

icon.medium.comment					{background: no-repeat -36px 0;}
icon.medium.comment-alt				{background: no-repeat -36px -36px;}
icon.medium.comments				{background: no-repeat -36px -72px;}
icon.medium.comments-alt			{background: no-repeat -36px -108px;}
icon.medium.credit-card				{background: no-repeat -36px -144px;}
icon.medium.dashboard				{background: no-repeat -36px -180px;}
icon.medium.desktop					{background: no-repeat -36px -216px;}
icon.medium.download				{background: no-repeat -36px -252px;}
icon.medium.download-alt			{background: no-repeat -36px -288px;}
icon.medium.edit					{background: no-repeat -36px -324px;}
icon.medium.envelope				{background: no-repeat -36px -360px;}
icon.medium.envelope-alt			{background: no-repeat -36px -396px;}
icon.medium.eraser					{background: no-repeat -36px -432px;}
icon.medium.exchange				{background: no-repeat -36px -468px;}
icon.medium.external-link			{background: no-repeat -36px -504px;}
icon.medium.external-link-alt		{background: no-repeat -36px -540px;}
icon.medium.eye-closed				{background: no-repeat -36px -576px;}
icon.medium.eye-open				{background: no-repeat -36px -612px;}
icon.medium.face-happy				{background: no-repeat -36px -648px;}
icon.medium.face-neutral			{background: no-repeat -36px -684px;}
icon.medium.face-sad				{background: no-repeat -36px -720px;}
icon.medium.facetime				{background: no-repeat -36px -756px;}
icon.medium.fighter-jet				{background: no-repeat -36px -792px;}
icon.medium.film					{background: no-repeat -36px -828px;}
icon.medium.filter					{background: no-repeat -36px -864px;}
icon.medium.fire					{background: no-repeat -36px -900px;}
icon.medium.fire-extinguisher		{background: no-repeat -36px -936px;}
icon.medium.flag					{background: no-repeat -36px -972px;}
icon.medium.flag-alt				{background: no-repeat -36px -1008px;}
icon.medium.flag-racing				{background: no-repeat -36px -1044px;}
icon.medium.folder-close			{background: no-repeat -36px -1080px;}
icon.medium.folder-open				{background: no-repeat -36px -1116px;}
icon.medium.folder-close-alt		{background: no-repeat -36px -1152px;}
icon.medium.folder-open-alt			{background: no-repeat -36px -1188px;}
icon.medium.food					{background: no-repeat -36px -1224px;}
icon.medium.gift					{background: no-repeat -36px -1260px;}
icon.medium.glass					{background: no-repeat -36px -1296px;}

icon.medium.globe					{background: no-repeat -72px 0;}
icon.medium.group					{background: no-repeat -72px -36px;}
icon.medium.hdd						{background: no-repeat -72px -72px;}
icon.medium.headphones				{background: no-repeat -72px -108px;}
icon.medium.heart					{background: no-repeat -72px -144px;}
icon.medium.heart-empty				{background: no-repeat -72px -180px;}
icon.medium.home					{background: no-repeat -72px -216px;}
icon.medium.inbox					{background: no-repeat -72px -252px;}
icon.medium.info					{background: no-repeat -72px -288px;}
icon.medium.info-sign				{background: no-repeat -72px -324px;}
icon.medium.key						{background: no-repeat -72px -360px;}
icon.medium.keyboard				{background: no-repeat -72px -396px;}
icon.medium.leaf					{background: no-repeat -72px -432px;}
icon.medium.laptop					{background: no-repeat -72px -468px;}
icon.medium.legal					{background: no-repeat -72px -504px;}
icon.medium.lemon					{background: no-repeat -72px -540px;}
icon.medium.lightbulb				{background: no-repeat -72px -576px;}
icon.medium.lock					{background: no-repeat -72px -612px;}
icon.medium.unlock					{background: no-repeat -72px -648px;}
icon.medium.unlock-alt				{background: no-repeat -72px -684px;}
icon.medium.magic					{background: no-repeat -72px -720px;}
icon.medium.magnet					{background: no-repeat -72px -756px;}
icon.medium.map-location			{background: no-repeat -72px -792px;}
icon.medium.map-marker				{background: no-repeat -72px -828px;}
icon.medium.minus					{background: no-repeat -72px -864px;}
icon.medium.minus-sign				{background: no-repeat -72px -900px;}
icon.medium.minus-square			{background: no-repeat -72px -936px;}
icon.medium.minus-square-alt		{background: no-repeat -72px -972px;}
icon.medium.mobile-phone			{background: no-repeat -72px -1008px;}
icon.medium.money					{background: no-repeat -72px -1044px;}
icon.medium.more					{background: no-repeat -72px -1080px;}
icon.medium.more-alt				{background: no-repeat -72px -1116px;}
icon.medium.move					{background: no-repeat -72px -1152px;}
icon.medium.music					{background: no-repeat -72px -1188px;}
icon.medium.off						{background: no-repeat -72px -1224px;}
icon.medium.ok						{background: no-repeat -72px -1260px;}
icon.medium.ok-circle				{background: no-repeat -72px -1296px;}

icon.medium.ok-sign					{background: no-repeat -108px 0;}
icon.medium.ok-square				{background: no-repeat -108px -36px;}
icon.medium.pencil					{background: no-repeat -108px -72px;}
icon.medium.pencil-alt				{background: no-repeat -108px -108px;}
icon.medium.picture					{background: no-repeat -108px -144px;}
icon.medium.plane					{background: no-repeat -108px -180px;}
icon.medium.plus					{background: no-repeat -108px -216px;}
icon.medium.plus-sign				{background: no-repeat -108px -252px;}
icon.medium.printer					{background: no-repeat -108px -288px;}
icon.medium.pushpin					{background: no-repeat -108px -324px;}
icon.medium.puzzle					{background: no-repeat -108px -360px;}
icon.medium.qrcode					{background: no-repeat -108px -396px;}
icon.medium.question				{background: no-repeat -108px -432px;}
icon.medium.question-sign			{background: no-repeat -108px -468px;}
icon.medium.quote-left				{background: no-repeat -108px -504px;}
icon.medium.quote-right				{background: no-repeat -108px -540px;}
icon.medium.random					{background: no-repeat -108px -576px;}
icon.medium.refresh					{background: no-repeat -108px -612px;}
icon.medium.remove					{background: no-repeat -108px -648px;}
icon.medium.remove-circle			{background: no-repeat -108px -684px;}
icon.medium.remove-sign				{background: no-repeat -108px -720px;}
icon.medium.reorder					{background: no-repeat -108px -756px;}
icon.medium.reply					{background: no-repeat -108px -792px;}
icon.medium.reply-all				{background: no-repeat -108px -828px;}
icon.medium.resize-horizontal		{background: no-repeat -108px -864px;}
icon.medium.resize-vertical			{background: no-repeat -108px -900px;}
icon.medium.retweet					{background: no-repeat -108px -936px;}
icon.medium.road					{background: no-repeat -108px -972px;}
icon.medium.rocket					{background: no-repeat -108px -1008px;}
icon.medium.rss						{background: no-repeat -108px -1044px;}
icon.medium.rss-alt					{background: no-repeat -108px -1080px;}
icon.medium.screenshot				{background: no-repeat -108px -1116px;}
icon.medium.search					{background: no-repeat -108px -1152px;}
icon.medium.share					{background: no-repeat -108px -1188px;}
icon.medium.share-alt				{background: no-repeat -108px -1224px;}
icon.medium.share-sign				{background: no-repeat -108px -1260px;}
icon.medium.share-simple			{background: no-repeat -108px -1296px;}

icon.medium.shield					{background: no-repeat -144px 0;}
icon.medium.shopping-cart			{background: no-repeat -144px -36px;}
icon.medium.signal					{background: no-repeat -144px -72px;}
icon.medium.signin					{background: no-repeat -144px -108px;}
icon.medium.signout					{background: no-repeat -144px -144px;}
icon.medium.sitemap					{background: no-repeat -144px -180px;}
icon.medium.sort					{background: no-repeat -144px -216px;}
icon.medium.sort-down				{background: no-repeat -144px -252px;}
icon.medium.sort-up					{background: no-repeat -144px -288px;}
icon.medium.spinner					{background: no-repeat -144px -324px;}
icon.medium.star					{background: no-repeat -144px -360px;}
icon.medium.star-empty				{background: no-repeat -144px -396px;}
icon.medium.star-half				{background: no-repeat -144px -432px;}
icon.medium.tablet					{background: no-repeat -144px -468px;}
icon.medium.tag						{background: no-repeat -144px -504px;}
icon.medium.tags					{background: no-repeat -144px -540px;}
icon.medium.target					{background: no-repeat -144px -576px;}
icon.medium.tasks					{background: no-repeat -144px -612px;}
icon.medium.thumbs-down				{background: no-repeat -144px -648px;}
icon.medium.thumbs-up				{background: no-repeat -144px -684px;}
icon.medium.ticket					{background: no-repeat -144px -720px;}
icon.medium.time					{background: no-repeat -144px -756px;}
icon.medium.tint					{background: no-repeat -144px -792px;}
icon.medium.trash					{background: no-repeat -144px -828px;}
icon.medium.trophy					{background: no-repeat -144px -864px;}
icon.medium.truck					{background: no-repeat -144px -900px;}
icon.medium.umbrella				{background: no-repeat -144px -936px;}
icon.medium.upload					{background: no-repeat -144px -972px;}
icon.medium.upload-alt				{background: no-repeat -144px -1008px;}
icon.medium.user					{background: no-repeat -144px -1044px;}
icon.medium.reminder				{background: no-repeat -144px -1080px;}
icon.medium.volume-off				{background: no-repeat -144px -1116px;}
icon.medium.volume-down				{background: no-repeat -144px -1152px;}
icon.medium.volume-up				{background: no-repeat -144px -1188px;}
icon.medium.warning					{background: no-repeat -144px -1224px;}
icon.medium.warning-circle			{background: no-repeat -144px -1260px;}
icon.medium.warning-sign			{background: no-repeat -144px -1296px;}

icon.medium.wrench					{background: no-repeat -180px 0;}
icon.medium.zoom-in					{background: no-repeat -180px -36px;}
icon.medium.zoom-in-alt				{background: no-repeat -180px -72px;}
icon.medium.zoom-out				{background: no-repeat -180px -108px;}
icon.medium.zoom-out-alt			{background: no-repeat -180px -144px;}
icon.medium.file					{background: no-repeat -180px -180px;}
icon.medium.file-alt				{background: no-repeat -180px -216px;}
icon.medium.cut						{background: no-repeat -180px -252px;}
icon.medium.copy					{background: no-repeat -180px -288px;}
icon.medium.paste					{background: no-repeat -180px -324px;}
icon.medium.save					{background: no-repeat -180px -360px;}
icon.medium.undo					{background: no-repeat -180px -396px;}
icon.medium.repeat					{background: no-repeat -180px -432px;}
icon.medium.subscript				{background: no-repeat -180px -468px;}
icon.medium.superscript				{background: no-repeat -180px -504px;}
icon.medium.text-height				{background: no-repeat -180px -540px;}
icon.medium.text-width				{background: no-repeat -180px -576px;}
icon.medium.align-left				{background: no-repeat -180px -612px;}
icon.medium.align-center			{background: no-repeat -180px -648px;}
icon.medium.align-right				{background: no-repeat -180px -684px;}
icon.medium.align-justify			{background: no-repeat -180px -720px;}
icon.medium.indent-left				{background: no-repeat -180px -756px;}
icon.medium.indent-right			{background: no-repeat -180px -792px;}
icon.medium.font					{background: no-repeat -180px -828px;}
icon.medium.bold					{background: no-repeat -180px -864px;}
icon.medium.italic					{background: no-repeat -180px -900px;}
icon.medium.strikethrough			{background: no-repeat -180px -936px;}
icon.medium.underline				{background: no-repeat -180px -972px;}
icon.medium.link					{background: no-repeat -180px -1008px;}
icon.medium.unlink					{background: no-repeat -180px -1044px;}
icon.medium.paper-clip				{background: no-repeat -180px -1080px;}
icon.medium.columns					{background: no-repeat -180px -1116px;}
icon.medium.table					{background: no-repeat -180px -1152px;}
icon.medium.th						{background: no-repeat -180px -1188px;}
icon.medium.th						{background: no-repeat -180px -1224px;}
icon.medium.th-list					{background: no-repeat -180px -1260px;}
icon.medium.list					{background: no-repeat -180px -1296px;}

icon.medium.list-ol					{background: no-repeat -216px 0;}
icon.medium.list-ul					{background: no-repeat -216px -36px;}
icon.medium.list-alt				{background: no-repeat -216px -72px;}
icon.medium.shift-up				{background: no-repeat -216px -108px;}
icon.medium.shift-down				{background: no-repeat -216px -144px;}
icon.medium.angle-left				{background: no-repeat -216px -180px;}
icon.medium.angle-right				{background: no-repeat -216px -216px;}
icon.medium.angle-up				{background: no-repeat -216px -252px;}
icon.medium.angle-down				{background: no-repeat -216px -288px;}
icon.medium.arrow-left				{background: no-repeat -216px -324px;}
icon.medium.arrow-right				{background: no-repeat -216px -360px;}
icon.medium.arrow-up				{background: no-repeat -216px -396px;}
icon.medium.arrow-down				{background: no-repeat -216px -432px;}
icon.medium.caret-left				{background: no-repeat -216px -468px;}
icon.medium.caret-right				{background: no-repeat -216px -504px;}
icon.medium.caret-up				{background: no-repeat -216px -540px;}
icon.medium.caret-down				{background: no-repeat -216px -576px;}
icon.medium.chevron-left			{background: no-repeat -216px -612px;}
icon.medium.chevron-right			{background: no-repeat -216px -648px;}
icon.medium.chevron-up				{background: no-repeat -216px -684px;}
icon.medium.chevron-down			{background: no-repeat -216px -720px;}
icon.medium.circle-arrow-left		{background: no-repeat -216px -756px;}
icon.medium.circle-arrow-right		{background: no-repeat -216px -792px;}
icon.medium.circle-arrow-up			{background: no-repeat -216px -828px;}
icon.medium.circle-arrow-down		{background: no-repeat -216px -864px;}
icon.medium.circle-angle-left		{background: no-repeat -216px -900px;}
icon.medium.circle-angle-right		{background: no-repeat -216px -936px;}
icon.medium.circle-angle-up			{background: no-repeat -216px -972px;}
icon.medium.circle-angle-down		{background: no-repeat -216px -1008px;}
icon.medium.double-angle-left		{background: no-repeat -216px -1044px;}
icon.medium.double-angle-right		{background: no-repeat -216px -1080px;}
icon.medium.double-angle-up			{background: no-repeat -216px -1116px;}
icon.medium.double-angle-down		{background: no-repeat -216px -1152px;}
icon.medium.hand-left				{background: no-repeat -216px -1188px;}
icon.medium.hand-right				{background: no-repeat -216px -1224px;}
icon.medium.hand-up					{background: no-repeat -216px -1260px;}
icon.medium.hand-down				{background: no-repeat -216px -1296px;}

icon.medium.circle					{background: no-repeat -252px 0;}
icon.medium.circle-blank			{background: no-repeat -252px -36px;}
icon.medium.play-circle				{background: no-repeat -252px -72px;}
icon.medium.play-circle-alt			{background: no-repeat -252px -108px;}
icon.medium.play					{background: no-repeat -252px -144px;}
icon.medium.pause					{background: no-repeat -252px -180px;}
icon.medium.stop					{background: no-repeat -252px -216px;}
icon.medium.step-backward			{background: no-repeat -252px -252px;}
icon.medium.fast-backward			{background: no-repeat -252px -288px;}
icon.medium.backward				{background: no-repeat -252px -324px;}
icon.medium.forward					{background: no-repeat -252px -360px;}
icon.medium.fast-forward			{background: no-repeat -252px -396px;}
icon.medium.step-forward			{background: no-repeat -252px -432px;}
icon.medium.eject					{background: no-repeat -252px -468px;}
icon.medium.full-screen				{background: no-repeat -252px -504px;}
icon.medium.resize-large			{background: no-repeat -252px -540px;}
icon.medium.resize-small			{background: no-repeat -252px -576px;}
icon.medium.speaker					{background: no-repeat -252px -612px;}
icon.medium.speaker-off				{background: no-repeat -252px -648px;}
icon.medium.phone					{background: no-repeat -252px -684px;}
icon.medium.phone-sign				{background: no-repeat -252px -720px;}
icon.medium.facebook				{background: no-repeat -252px -756px;}
icon.medium.facebook-sign			{background: no-repeat -252px -792px;}
icon.medium.twitter					{background: no-repeat -252px -828px;}
icon.medium.twitter-sign			{background: no-repeat -252px -864px;}
icon.medium.github					{background: no-repeat -252px -900px;}
icon.medium.github-sign				{background: no-repeat -252px -936px;}
icon.medium.linkedin				{background: no-repeat -252px -972px;}
icon.medium.linkedin-sign			{background: no-repeat -252px -1008px;}
icon.medium.pinterest				{background: no-repeat -252px -1044px;}
icon.medium.pinterest-sign			{background: no-repeat -252px -1080px;}
icon.medium.google-plus				{background: no-repeat -252px -1116px;}
icon.medium.google-plus-sign		{background: no-repeat -252px -1152px;}
icon.medium.sign-blank				{background: no-repeat -252px -1188px;}
icon.medium.html5					{background: no-repeat -252px -1224px;}
icon.medium.css3					{background: no-repeat -252px -1260px;}
icon.medium.m						{background: no-repeat -252px -1296px;}

icon.medium.ambulance				{background: no-repeat -288px 0;}
icon.medium.beaker					{background: no-repeat -288px -36px;}
icon.medium.h-sign					{background: no-repeat -288px -72px;}
icon.medium.hospital				{background: no-repeat -288px -108px;}
icon.medium.medkit					{background: no-repeat -288px -144px;}
icon.medium.plus-sign-alt			{background: no-repeat -288px -180px;}
icon.medium.stethoscope				{background: no-repeat -288px -216px;}
icon.medium.user-md					{background: no-repeat -288px -252px;}
icon.medium.sort-descending			{background: no-repeat -288px -288px;}
icon.medium.sort-ascending			{background: no-repeat -288px -324px;}
icon.medium.knucklehead				{background: no-repeat -288px -360px;}
icon.medium.khloud					{background: no-repeat -288px -396px;}
icon.medium.khloud-alt				{background: no-repeat -288px -432px;}
icon.medium.basecamp				{background: no-repeat -288px -468px;}
icon.medium.bug						{background: no-repeat -288px -504px;}
icon.medium.hex						{background: no-repeat -288px -540px;}
icon.medium.instagram				{background: no-repeat -288px -576px;}
icon.medium.instagram-sign			{background: no-repeat -288px -612px;}
icon.medium.snapchat				{background: no-repeat -288px -648px;}
icon.medium.snapchat-sign			{background: no-repeat -288px -684px;}
icon.medium.wechat					{background: no-repeat -288px -720px;}
icon.medium.wechat-sign				{background: no-repeat -288px -756px;}
icon.medium.weibo					{background: no-repeat -288px -792px;}
icon.medium.weibo-sign				{background: no-repeat -288px -828px;}
icon.medium.yelp					{background: no-repeat -288px -864px;}
icon.medium.yelp-sign				{background: no-repeat -288px -900px;}
icon.medium.foursquare				{background: no-repeat -288px -936px;}
icon.medium.foursquare-sign			{background: no-repeat -288px -972px;}
icon.medium.beacon					{background: no-repeat -288px -1008px;}
icon.medium.education				{background: no-repeat -288px -1044px;}
icon.medium.internet				{background: no-repeat -288px -1080px;}
icon.medium.api						{background: no-repeat -288px -1116px;}
icon.medium.open-cv					{background: no-repeat -288px -1152px;}
icon.medium.localization			{background: no-repeat -288px -1188px;}
icon.medium.cube					{background: no-repeat -288px -1224px;}
icon.medium.apple					{background: no-repeat -288px -1260px;}
icon.medium.android					{background: no-repeat -288px -1296px;}

icon.medium.glassdoor				{background: no-repeat -324px 0;}
icon.medium.null					{background: no-repeat -324px -36px;}
icon.medium.paper-airplane			{background: no-repeat -324px -72px;}
icon.medium.podcast					{background: no-repeat -324px -108px;}
icon.medium.scoutsavvy				{background: no-repeat -324px -144px;}
icon.medium.youtube					{background: no-repeat -324px -180px;}
icon.medium.scoutsavvy-logo			{background: no-repeat -324px -216px;}
icon.medium.cookie					{background: no-repeat -324px -252px;}
icon.medium.bot						{background: no-repeat -324px -288px;}
icon.medium.object					{background: no-repeat -324px -324px;}
icon.medium.objects					{background: no-repeat -324px -360px;}
icon.medium.double-caret-left		{background: no-repeat -324px -396px;}
icon.medium.double-caret-right		{background: no-repeat -324px -432px;}
icon.medium.double-caret-up			{background: no-repeat -324px -468px;}
icon.medium.double-caret-down		{background: no-repeat -324px -504px;}
icon.medium.application				{background: no-repeat -324px -540px;}
icon.medium.session					{background: no-repeat -324px -576px;}
icon.medium.one						{background: no-repeat -324px -612px;}
icon.medium.two						{background: no-repeat -324px -648px;}
icon.medium.three					{background: no-repeat -324px -684px;}
icon.medium.four					{background: no-repeat -324px -720px;}
icon.medium.five					{background: no-repeat -324px -756px;}
icon.medium.six						{background: no-repeat -324px -792px;}
icon.medium.seven					{background: no-repeat -324px -828px;}
icon.medium.eight					{background: no-repeat -324px -864px;}
icon.medium.nine					{background: no-repeat -324px -900px;}
icon.medium.ten						{background: no-repeat -324px -936px;}
icon.medium.nine-plus				{background: no-repeat -324px -972px;}
icon.medium.circle-one				{background: no-repeat -324px -1008px;}
icon.medium.circle-two				{background: no-repeat -324px -1044px;}
icon.medium.circle-three			{background: no-repeat -324px -1080px;}
icon.medium.circle-four				{background: no-repeat -324px -1116px;}
icon.medium.circle-five				{background: no-repeat -324px -1152px;}
icon.medium.circle-six				{background: no-repeat -324px -1188px;}
icon.medium.circle-seven			{background: no-repeat -324px -1224px;}
icon.medium.circle-eight			{background: no-repeat -324px -1260px;}
icon.medium.circle-nine				{background: no-repeat -324px -1296px;}

icon.medium.circle-ten				{background: no-repeat -360px 0;}
icon.medium.circle-nine-plus		{background: no-repeat -360px -36px;}
icon.medium.settings				{background: no-repeat -360px -72px;}
icon.medium.switch-on				{background: no-repeat -360px -108px;}
icon.medium.switch-off				{background: no-repeat -360px -144px;}
icon.medium.gender-male				{background: no-repeat -360px -180px;}
icon.medium.gender-female			{background: no-repeat -360px -216px;}
icon.medium.gender-other			{background: no-repeat -360px -252px;}
icon.medium.gender					{background: no-repeat -360px -288px;}
icon.medium.factory					{background: no-repeat -360px -324px;}
icon.medium.shopping-cart-full		{background: no-repeat -360px -360px;}
icon.medium.bag						{background: no-repeat -360px -396px;}
icon.medium.bag-full				{background: no-repeat -360px -432px;}
icon.medium.at-symbol				{background: no-repeat -360px -468px;}
icon.medium.pound-symbol			{background: no-repeat -360px -504px;}
icon.medium.email					{background: no-repeat -360px -540px;}
icon.medium.street-address			{background: no-repeat -360px -576px;}
icon.medium.space					{background: no-repeat -360px -612px;}
icon.medium.rotate					{background: no-repeat -360px -648px;}
icon.medium.step-up					{background: no-repeat -360px -684px;}
icon.medium.step-down				{background: no-repeat -360px -720px;}
icon.medium.shift-right				{background: no-repeat -360px -756px;}
icon.medium.shift-left				{background: no-repeat -360px -792px;}
icon.medium.shift-up				{background: no-repeat -360px -828px;}
icon.medium.shift-down				{background: no-repeat -360px -864px;}
icon.medium.fingerprint				{background: no-repeat -360px -900px;}
icon.medium.vimeo					{background: no-repeat -360px -936px;}
icon.medium.google					{background: no-repeat -360px -972px;}
icon.medium.database				{background: no-repeat -360px -1008px;}
icon.medium.entity					{background: no-repeat -360px -1044px;}
icon.medium.attribute				{background: no-repeat -360px -1080px;}
icon.medium.paw						{background: no-repeat -360px -1116px;}
icon.medium.compass					{background: no-repeat -360px -1152px;}
icon.medium.trophy-lands			{background: no-repeat -360px -1188px;}
icon.medium.land					{background: no-repeat -360px -1224px;}
icon.medium.position-top-left		{background: no-repeat -360px -1260px;}
icon.medium.position-top-center		{background: no-repeat -360px -1296px;}

icon.medium.position-top-right		{background: no-repeat -396px 0;}
icon.medium.position-middle-left	{background: no-repeat -396px -36px;}
icon.medium.position-middle-center	{background: no-repeat -396px -72px;}
icon.medium.position-middle-right	{background: no-repeat -396px -108px;}
icon.medium.position-bottom-left	{background: no-repeat -396px -144px;}
icon.medium.position-bottom-center	{background: no-repeat -396px -180px;}
icon.medium.position-bottom-right	{background: no-repeat -396px -216px;}
icon.medium.position-not-set		{background: no-repeat -396px -252px;}
icon.medium.envelope-alt-circle		{background: no-repeat -396px -288px;}
icon.medium.envelope-circle			{background: no-repeat -396px -324px;}
icon.medium.phone-circle			{background: no-repeat -396px -360px;}
icon.medium.facebook-circle			{background: no-repeat -396px -396px;}
icon.medium.twitter-circle			{background: no-repeat -396px -432px;}
icon.medium.github-circle			{background: no-repeat -396px -468px;}
icon.medium.linkedin-circle			{background: no-repeat -396px -504px;}
icon.medium.pinterest-circle		{background: no-repeat -396px -540px;}
icon.medium.google-plus-circle		{background: no-repeat -396px -576px;}
icon.medium.instagram-circle		{background: no-repeat -396px -612px;}
icon.medium.snapchat-circle			{background: no-repeat -396px -648px;}
icon.medium.wechat-circle			{background: no-repeat -396px -684px;}
icon.medium.weibo-circle			{background: no-repeat -396px -720px;}
icon.medium.yelp-circle				{background: no-repeat -396px -756px;}
icon.medium.foursquare-circle		{background: no-repeat -396px -792px;}
icon.medium.youtube-circle			{background: no-repeat -396px -828px;}
icon.medium.vimeo-circle			{background: no-repeat -396px -864px;}
icon.medium.map-marker-circle		{background: no-repeat -396px -900px;}
icon.medium.external-link-circle	{background: no-repeat -396px -936px;}
icon.medium.external-link-alt-circle {background: no-repeat -396px -972px;}
icon.medium.heart-empty-circle		{background: no-repeat -396px -1008px;}
icon.medium.star-empty-circle		{background: no-repeat -396px -1044px;}
icon.medium.podcast-circle			{background: no-repeat -396px -1080px;}
icon.medium.glassdoor-circle		{background: no-repeat -396px -1116px;}
icon.medium.basecamp-circle			{background: no-repeat -396px -1152px;}
icon.medium.explore					{background: no-repeat -396px -1188px;}
icon.medium.ios						{background: no-repeat -396px -1224px;}
icon.medium.objective-c				{background: no-repeat -396px -1260px;}
icon.medium.swift					{background: no-repeat -396px -1296px;}

icon.medium.java					{background: no-repeat -432px 0;}
icon.medium.json					{background: no-repeat -432px -36px;}
icon.medium.xml						{background: no-repeat -432px -72px;}
icon.medium.car						{background: no-repeat -432px -108px;}
icon.medium.t-shirt					{background: no-repeat -432px -144px;}
icon.medium.baseball-cap			{background: no-repeat -432px -180px;}
icon.medium.parking					{background: no-repeat -432px -216px;}
icon.medium.no-parking				{background: no-repeat -432px -252px;}
icon.medium.parking-sign			{background: no-repeat -432px -288px;}
icon.medium.no-parking-sign			{background: no-repeat -432px -324px;}
icon.medium.stop-sign				{background: no-repeat -432px -360px;}
icon.medium.go-sign					{background: no-repeat -432px -396px;}
icon.medium.shower					{background: no-repeat -432px -432px;}
icon.medium.service-salesforce		{background: no-repeat -432px -468px;}
icon.medium.service-box				{background: no-repeat -432px -504px;}
icon.medium.service-dropbox			{background: no-repeat -432px -540px;}
icon.medium.wifi					{background: no-repeat -432px -576px;}
icon.medium.wifi-circle				{background: no-repeat -432px -612px;}
icon.medium.nike					{background: no-repeat -432px -648px;}
icon.medium.ekin					{background: no-repeat -432px -684px;}
icon.medium.trash-open				{background: no-repeat -432px -720px;}
icon.medium.trash-open-full			{background: no-repeat -432px -756px;}


/* === ICON IMAGES SMALL ============== */

icon.small.blank					{background: no-repeat 0 30px;}

icon.small.adjust					{background: no-repeat 0 0;}
icon.small.anchor					{background: no-repeat 0 -30px;}
icon.small.asterisk					{background: no-repeat 0 -60px;}
icon.small.ban-circle				{background: no-repeat 0 -90px;}
icon.small.bar-chart				{background: no-repeat 0 -120px;}
icon.small.barcode					{background: no-repeat 0 -150px;}
icon.small.beaker					{background: no-repeat 0 -180px;}
icon.small.beer						{background: no-repeat 0 -210px;}
icon.small.bell						{background: no-repeat 0 -240px;}
icon.small.bell-alt					{background: no-repeat 0 -270px;}
icon.small.book						{background: no-repeat 0 -300px;}
icon.small.bolt						{background: no-repeat 0 -330px;}
icon.small.bookmark					{background: no-repeat 0 -360px;}
icon.small.bookmark-empty			{background: no-repeat 0 -390px;}
icon.small.briefcase				{background: no-repeat 0 -420px;}
icon.small.briefcase-alt			{background: no-repeat 0 -450px;}
icon.small.bullhorn					{background: no-repeat 0 -480px;}
icon.small.building					{background: no-repeat 0 -510px;}
icon.small.calendar					{background: no-repeat 0 -540px;}
icon.small.calendar-alt				{background: no-repeat 0 -570px;}
icon.small.camera					{background: no-repeat 0 -600px;}
icon.small.camera-retro				{background: no-repeat 0 -630px;}
icon.small.certificate				{background: no-repeat 0 -660px;}
icon.small.check					{background: no-repeat 0 -690px;}
icon.small.check-empty				{background: no-repeat 0 -720px;}
icon.small.circle					{background: no-repeat 0 -750px;}
icon.small.circle-blank				{background: no-repeat 0 -780px;}
icon.small.cloud					{background: no-repeat 0 -810px;}
icon.small.cloud-download			{background: no-repeat 0 -840px;}
icon.small.cloud-upload				{background: no-repeat 0 -870px;}
icon.small.code						{background: no-repeat 0 -900px;}
icon.small.code-alt					{background: no-repeat 0 -930px;}
icon.small.coffee					{background: no-repeat 0 -960px;}
icon.small.controller				{background: no-repeat 0 -990px;}
icon.small.crop						{background: no-repeat 0 -1020px;}
icon.small.cog						{background: no-repeat 0 -1050px;}
icon.small.cogs						{background: no-repeat 0 -1080px;}

icon.small.comment					{background: no-repeat -30px 0;}
icon.small.comment-alt				{background: no-repeat -30px -30px;}
icon.small.comments					{background: no-repeat -30px -60px;}
icon.small.comments-alt				{background: no-repeat -30px -90px;}
icon.small.credit-card				{background: no-repeat -30px -120px;}
icon.small.dashboard				{background: no-repeat -30px -150px;}
icon.small.desktop					{background: no-repeat -30px -180px;}
icon.small.download					{background: no-repeat -30px -210px;}
icon.small.download-alt				{background: no-repeat -30px -240px;}
icon.small.edit						{background: no-repeat -30px -270px;}
icon.small.envelope					{background: no-repeat -30px -300px;}
icon.small.envelope-alt				{background: no-repeat -30px -330px;}
icon.small.eraser					{background: no-repeat -30px -360px;}
icon.small.exchange					{background: no-repeat -30px -390px;}
icon.small.external-link			{background: no-repeat -30px -420px;}
icon.small.external-link-alt		{background: no-repeat -30px -450px;}
icon.small.eye-closed				{background: no-repeat -30px -480px;}
icon.small.eye-open					{background: no-repeat -30px -510px;}
icon.small.face-happy				{background: no-repeat -30px -540px;}
icon.small.face-neutral				{background: no-repeat -30px -570px;}
icon.small.face-sad					{background: no-repeat -30px -600px;}
icon.small.facetime					{background: no-repeat -30px -630px;}
icon.small.fighter-jet				{background: no-repeat -30px -660px;}
icon.small.film						{background: no-repeat -30px -690px;}
icon.small.filter					{background: no-repeat -30px -720px;}
icon.small.fire						{background: no-repeat -30px -750px;}
icon.small.fire-extinguisher		{background: no-repeat -30px -780px;}
icon.small.flag						{background: no-repeat -30px -810px;}
icon.small.flag-alt					{background: no-repeat -30px -840px;}
icon.small.flag-racing				{background: no-repeat -30px -870px;}
icon.small.folder-close				{background: no-repeat -30px -900px;}
icon.small.folder-open				{background: no-repeat -30px -930px;}
icon.small.folder-close-alt			{background: no-repeat -30px -960px;}
icon.small.folder-open-alt			{background: no-repeat -30px -990px;}
icon.small.food						{background: no-repeat -30px -1020px;}
icon.small.gift						{background: no-repeat -30px -1050px;}
icon.small.glass					{background: no-repeat -30px -1080px;}

icon.small.globe					{background: no-repeat -60px 0;}
icon.small.group					{background: no-repeat -60px -30px;}
icon.small.hdd						{background: no-repeat -60px -60px;}
icon.small.headphones				{background: no-repeat -60px -90px;}
icon.small.heart					{background: no-repeat -60px -120px;}
icon.small.heart-empty				{background: no-repeat -60px -150px;}
icon.small.home						{background: no-repeat -60px -180px;}
icon.small.inbox					{background: no-repeat -60px -210px;}
icon.small.info						{background: no-repeat -60px -240px;}
icon.small.info-sign				{background: no-repeat -60px -270px;}
icon.small.key						{background: no-repeat -60px -300px;}
icon.small.keyboard					{background: no-repeat -60px -330px;}
icon.small.leaf						{background: no-repeat -60px -360px;}
icon.small.laptop					{background: no-repeat -60px -390px;}
icon.small.legal					{background: no-repeat -60px -420px;}
icon.small.lemon					{background: no-repeat -60px -450px;}
icon.small.lightbulb				{background: no-repeat -60px -480px;}
icon.small.lock						{background: no-repeat -60px -510px;}
icon.small.unlock					{background: no-repeat -60px -540px;}
icon.small.unlock-alt				{background: no-repeat -60px -570px;}
icon.small.magic					{background: no-repeat -60px -600px;}
icon.small.magnet					{background: no-repeat -60px -630px;}
icon.small.map-location				{background: no-repeat -60px -660px;}
icon.small.map-marker				{background: no-repeat -60px -690px;}
icon.small.minus					{background: no-repeat -60px -720px;}
icon.small.minus-sign				{background: no-repeat -60px -750px;}
icon.small.minus-square				{background: no-repeat -60px -780px;}
icon.small.minus-square-alt			{background: no-repeat -60px -810px;}
icon.small.mobile-phone				{background: no-repeat -60px -840px;}
icon.small.money					{background: no-repeat -60px -870px;}
icon.small.more						{background: no-repeat -60px -900px;}
icon.small.more-alt					{background: no-repeat -60px -930px;}
icon.small.move						{background: no-repeat -60px -960px;}
icon.small.music					{background: no-repeat -60px -990px;}
icon.small.off						{background: no-repeat -60px -1020px;}
icon.small.ok						{background: no-repeat -60px -1050px;}
icon.small.ok-circle				{background: no-repeat -60px -1080px;}

icon.small.ok-sign					{background: no-repeat -90px 0;}
icon.small.ok-square				{background: no-repeat -90px -30px;}
icon.small.pencil					{background: no-repeat -90px -60px;}
icon.small.pencil-alt				{background: no-repeat -90px -90px;}
icon.small.picture					{background: no-repeat -90px -120px;}
icon.small.plane					{background: no-repeat -90px -150px;}
icon.small.plus						{background: no-repeat -90px -180px;}
icon.small.plus-sign				{background: no-repeat -90px -210px;}
icon.small.printer					{background: no-repeat -90px -240px;}
icon.small.pushpin					{background: no-repeat -90px -270px;}
icon.small.puzzle					{background: no-repeat -90px -300px;}
icon.small.qrcode					{background: no-repeat -90px -330px;}
icon.small.question					{background: no-repeat -90px -360px;}
icon.small.question-sign			{background: no-repeat -90px -390px;}
icon.small.quote-left				{background: no-repeat -90px -420px;}
icon.small.quote-right				{background: no-repeat -90px -450px;}
icon.small.random					{background: no-repeat -90px -480px;}
icon.small.refresh					{background: no-repeat -90px -510px;}
icon.small.remove					{background: no-repeat -90px -540px;}
icon.small.remove-circle			{background: no-repeat -90px -570px;}
icon.small.remove-sign				{background: no-repeat -90px -600px;}
icon.small.reorder					{background: no-repeat -90px -630px;}
icon.small.reply					{background: no-repeat -90px -660px;}
icon.small.reply-all				{background: no-repeat -90px -690px;}
icon.small.resize-horizontal		{background: no-repeat -90px -720px;}
icon.small.resize-vertical			{background: no-repeat -90px -750px;}
icon.small.retweet					{background: no-repeat -90px -780px;}
icon.small.road						{background: no-repeat -90px -810px;}
icon.small.rocket					{background: no-repeat -90px -840px;}
icon.small.rss						{background: no-repeat -90px -870px;}
icon.small.rss-alt					{background: no-repeat -90px -900px;}
icon.small.screenshot				{background: no-repeat -90px -930px;}
icon.small.search					{background: no-repeat -90px -960px;}
icon.small.share					{background: no-repeat -90px -990px;}
icon.small.share-alt				{background: no-repeat -90px -1020px;}
icon.small.share-sign				{background: no-repeat -90px -1050px;}
icon.small.share-simple				{background: no-repeat -90px -1080px;}

icon.small.shield					{background: no-repeat -120px 0;}
icon.small.shopping-cart			{background: no-repeat -120px -30px;}
icon.small.signal					{background: no-repeat -120px -60px;}
icon.small.signin					{background: no-repeat -120px -90px;}
icon.small.signout					{background: no-repeat -120px -120px;}
icon.small.sitemap					{background: no-repeat -120px -150px;}
icon.small.sort						{background: no-repeat -120px -180px;}
icon.small.sort-down				{background: no-repeat -120px -210px;}
icon.small.sort-up					{background: no-repeat -120px -240px;}
icon.small.spinner					{background: no-repeat -120px -270px;}
icon.small.star						{background: no-repeat -120px -300px;}
icon.small.star-empty				{background: no-repeat -120px -330px;}
icon.small.star-half				{background: no-repeat -120px -360px;}
icon.small.tablet					{background: no-repeat -120px -390px;}
icon.small.tag						{background: no-repeat -120px -420px;}
icon.small.tags						{background: no-repeat -120px -450px;}
icon.small.target					{background: no-repeat -120px -480px;}
icon.small.tasks					{background: no-repeat -120px -510px;}
icon.small.thumbs-down				{background: no-repeat -120px -540px;}
icon.small.thumbs-up				{background: no-repeat -120px -570px;}
icon.small.ticket					{background: no-repeat -120px -600px;}
icon.small.time						{background: no-repeat -120px -630px;}
icon.small.tint						{background: no-repeat -120px -660px;}
icon.small.trash					{background: no-repeat -120px -690px;}
icon.small.trophy					{background: no-repeat -120px -720px;}
icon.small.truck					{background: no-repeat -120px -750px;}
icon.small.umbrella					{background: no-repeat -120px -780px;}
icon.small.upload					{background: no-repeat -120px -810px;}
icon.small.upload-alt				{background: no-repeat -120px -840px;}
icon.small.user						{background: no-repeat -120px -870px;}
icon.small.reminder					{background: no-repeat -120px -900px;}
icon.small.volume-off				{background: no-repeat -120px -930px;}
icon.small.volume-down				{background: no-repeat -120px -960px;}
icon.small.volume-up				{background: no-repeat -120px -990px;}
icon.small.warning					{background: no-repeat -120px -1020px;}
icon.small.warning-circle			{background: no-repeat -120px -1050px;}
icon.small.warning-sign				{background: no-repeat -120px -1080px;}

icon.small.wrench					{background: no-repeat -150px 0;}
icon.small.zoom-in					{background: no-repeat -150px -30px;}
icon.small.zoom-in-alt				{background: no-repeat -150px -60px;}
icon.small.zoom-out					{background: no-repeat -150px -90px;}
icon.small.zoom-out-alt				{background: no-repeat -150px -120px;}
icon.small.file						{background: no-repeat -150px -150px;}
icon.small.file-alt					{background: no-repeat -150px -180px;}
icon.small.cut						{background: no-repeat -150px -210px;}
icon.small.copy						{background: no-repeat -150px -240px;}
icon.small.paste					{background: no-repeat -150px -270px;}
icon.small.save						{background: no-repeat -150px -300px;}
icon.small.undo						{background: no-repeat -150px -330px;}
icon.small.repeat					{background: no-repeat -150px -360px;}
icon.small.subscript				{background: no-repeat -150px -390px;}
icon.small.superscript				{background: no-repeat -150px -420px;}
icon.small.text-height				{background: no-repeat -150px -450px;}
icon.small.text-width				{background: no-repeat -150px -480px;}
icon.small.align-left				{background: no-repeat -150px -510px;}
icon.small.align-center				{background: no-repeat -150px -540px;}
icon.small.align-right				{background: no-repeat -150px -570px;}
icon.small.align-justify			{background: no-repeat -150px -600px;}
icon.small.indent-left				{background: no-repeat -150px -630px;}
icon.small.indent-right				{background: no-repeat -150px -660px;}
icon.small.font						{background: no-repeat -150px -690px;}
icon.small.bold						{background: no-repeat -150px -720px;}
icon.small.italic					{background: no-repeat -150px -750px;}
icon.small.strikethrough			{background: no-repeat -150px -780px;}
icon.small.underline				{background: no-repeat -150px -810px;}
icon.small.link						{background: no-repeat -150px -840px;}
icon.small.unlink					{background: no-repeat -150px -870px;}
icon.small.paper-clip				{background: no-repeat -150px -900px;}
icon.small.columns					{background: no-repeat -150px -930px;}
icon.small.table					{background: no-repeat -150px -960px;}
icon.small.th						{background: no-repeat -150px -990px;}
icon.small.th						{background: no-repeat -150px -1020px;}
icon.small.th-list					{background: no-repeat -150px -1050px;}
icon.small.list						{background: no-repeat -150px -1080px;}

icon.small.list-ol					{background: no-repeat -180px 0;}
icon.small.list-ul					{background: no-repeat -180px -30px;}
icon.small.list-alt					{background: no-repeat -180px -60px;}
icon.small.shift-up					{background: no-repeat -180px -90px;}
icon.small.shift-down				{background: no-repeat -180px -120px;}
icon.small.angle-left				{background: no-repeat -180px -150px;}
icon.small.angle-right				{background: no-repeat -180px -180px;}
icon.small.angle-up					{background: no-repeat -180px -210px;}
icon.small.angle-down				{background: no-repeat -180px -240px;}
icon.small.arrow-left				{background: no-repeat -180px -270px;}
icon.small.arrow-right				{background: no-repeat -180px -300px;}
icon.small.arrow-up					{background: no-repeat -180px -330px;}
icon.small.arrow-down				{background: no-repeat -180px -360px;}
icon.small.caret-left				{background: no-repeat -180px -390px;}
icon.small.caret-right				{background: no-repeat -180px -420px;}
icon.small.caret-up					{background: no-repeat -180px -450px;}
icon.small.caret-down				{background: no-repeat -180px -480px;}
icon.small.chevron-left				{background: no-repeat -180px -510px;}
icon.small.chevron-right			{background: no-repeat -180px -540px;}
icon.small.chevron-up				{background: no-repeat -180px -570px;}
icon.small.chevron-down				{background: no-repeat -180px -600px;}
icon.small.circle-arrow-left		{background: no-repeat -180px -630px;}
icon.small.circle-arrow-right		{background: no-repeat -180px -660px;}
icon.small.circle-arrow-up			{background: no-repeat -180px -690px;}
icon.small.circle-arrow-down		{background: no-repeat -180px -720px;}
icon.small.circle-angle-left		{background: no-repeat -180px -750px;}
icon.small.circle-angle-right		{background: no-repeat -180px -780px;}
icon.small.circle-angle-up			{background: no-repeat -180px -810px;}
icon.small.circle-angle-down		{background: no-repeat -180px -840px;}
icon.small.double-angle-left		{background: no-repeat -180px -870px;}
icon.small.double-angle-right		{background: no-repeat -180px -900px;}
icon.small.double-angle-up			{background: no-repeat -180px -930px;}
icon.small.double-angle-down		{background: no-repeat -180px -960px;}
icon.small.hand-left				{background: no-repeat -180px -990px;}
icon.small.hand-right				{background: no-repeat -180px -1020px;}
icon.small.hand-up					{background: no-repeat -180px -1050px;}
icon.small.hand-down				{background: no-repeat -180px -1080px;}

icon.small.circle					{background: no-repeat -210px 0;}
icon.small.circle-blank				{background: no-repeat -210px -30px;}
icon.small.play-circle				{background: no-repeat -210px -60px;}
icon.small.play-circle-alt			{background: no-repeat -210px -90px;}
icon.small.play						{background: no-repeat -210px -120px;}
icon.small.pause					{background: no-repeat -210px -150px;}
icon.small.stop						{background: no-repeat -210px -180px;}
icon.small.step-backward			{background: no-repeat -210px -210px;}
icon.small.fast-backward			{background: no-repeat -210px -240px;}
icon.small.backward					{background: no-repeat -210px -270px;}
icon.small.forward					{background: no-repeat -210px -300px;}
icon.small.fast-forward				{background: no-repeat -210px -330px;}
icon.small.step-forward				{background: no-repeat -210px -360px;}
icon.small.eject					{background: no-repeat -210px -390px;}
icon.small.full-screen				{background: no-repeat -210px -420px;}
icon.small.resize-large				{background: no-repeat -210px -450px;}
icon.small.resize-small				{background: no-repeat -210px -480px;}
icon.small.speaker					{background: no-repeat -210px -510px;}
icon.small.speaker-off				{background: no-repeat -210px -540px;}
icon.small.phone					{background: no-repeat -210px -570px;}
icon.small.phone-sign				{background: no-repeat -210px -600px;}
icon.small.facebook					{background: no-repeat -210px -630px;}
icon.small.facebook-sign			{background: no-repeat -210px -660px;}
icon.small.twitter					{background: no-repeat -210px -690px;}
icon.small.twitter-sign				{background: no-repeat -210px -720px;}
icon.small.github					{background: no-repeat -210px -750px;}
icon.small.github-sign				{background: no-repeat -210px -780px;}
icon.small.linkedin					{background: no-repeat -210px -810px;}
icon.small.linkedin-sign			{background: no-repeat -210px -840px;}
icon.small.pinterest				{background: no-repeat -210px -870px;}
icon.small.pinterest-sign			{background: no-repeat -210px -900px;}
icon.small.google-plus				{background: no-repeat -210px -930px;}
icon.small.google-plus-sign			{background: no-repeat -210px -960px;}
icon.small.sign-blank				{background: no-repeat -210px -990px;}
icon.small.html5					{background: no-repeat -210px -1020px;}
icon.small.css3						{background: no-repeat -210px -1050px;}
icon.small.m						{background: no-repeat -210px -1080px;}

icon.small.ambulance				{background: no-repeat -240px 0;}
icon.small.beaker					{background: no-repeat -240px -30px;}
icon.small.h-sign					{background: no-repeat -240px -60px;}
icon.small.hospital					{background: no-repeat -240px -90px;}
icon.small.medkit					{background: no-repeat -240px -120px;}
icon.small.plus-sign-alt			{background: no-repeat -240px -150px;}
icon.small.stethoscope				{background: no-repeat -240px -180px;}
icon.small.user-md					{background: no-repeat -240px -210px;}
icon.small.sort-descending			{background: no-repeat -240px -240px;}
icon.small.sort-ascending			{background: no-repeat -240px -270px;}
icon.small.knucklehead				{background: no-repeat -240px -300px;}
icon.small.khloud					{background: no-repeat -240px -330px;}
icon.small.khloud-alt				{background: no-repeat -240px -360px;}
icon.small.basecamp					{background: no-repeat -240px -390px;}
icon.small.bug						{background: no-repeat -240px -420px;}
icon.small.hex						{background: no-repeat -240px -450px;}
icon.small.instagram				{background: no-repeat -240px -480px;}
icon.small.instagram-sign			{background: no-repeat -240px -510px;}
icon.small.snapchat					{background: no-repeat -240px -540px;}
icon.small.snapchat-sign			{background: no-repeat -240px -570px;}
icon.small.wechat					{background: no-repeat -240px -600px;}
icon.small.wechat-sign				{background: no-repeat -240px -630px;}
icon.small.weibo					{background: no-repeat -240px -660px;}
icon.small.weibo-sign				{background: no-repeat -240px -690px;}
icon.small.yelp						{background: no-repeat -240px -720px;}
icon.small.yelp-sign				{background: no-repeat -240px -750px;}
icon.small.foursquare				{background: no-repeat -240px -780px;}
icon.small.foursquare-sign			{background: no-repeat -240px -810px;}
icon.small.beacon					{background: no-repeat -240px -840px;}
icon.small.education				{background: no-repeat -240px -870px;}
icon.small.internet					{background: no-repeat -240px -900px;}
icon.small.api						{background: no-repeat -240px -930px;}
icon.small.open-cv					{background: no-repeat -240px -960px;}
icon.small.localization				{background: no-repeat -240px -990px;}
icon.small.cube						{background: no-repeat -240px -1020px;}
icon.small.apple					{background: no-repeat -240px -1050px;}
icon.small.android					{background: no-repeat -240px -1080px;}

icon.small.glassdoor				{background: no-repeat -270px 0;}
icon.small.null						{background: no-repeat -270px -30px;}
icon.small.paper-airplane			{background: no-repeat -270px -60px;}
icon.small.podcast					{background: no-repeat -270px -90px;}
icon.small.scoutsavvy				{background: no-repeat -270px -120px;}
icon.small.youtube					{background: no-repeat -270px -150px;}
icon.small.scoutsavvy-logo			{background: no-repeat -270px -180px;}
icon.small.cookie					{background: no-repeat -270px -210px;}
icon.small.bot						{background: no-repeat -270px -240px;}
icon.small.object					{background: no-repeat -270px -270px;}
icon.small.objects					{background: no-repeat -270px -300px;}
icon.small.double-caret-left		{background: no-repeat -270px -330px;}
icon.small.double-caret-right		{background: no-repeat -270px -360px;}
icon.small.double-caret-up			{background: no-repeat -270px -390px;}
icon.small.double-caret-down		{background: no-repeat -270px -420px;}
icon.small.application				{background: no-repeat -270px -450px;}
icon.small.session					{background: no-repeat -270px -480px;}
icon.small.one						{background: no-repeat -270px -510px;}
icon.small.two						{background: no-repeat -270px -540px;}
icon.small.three					{background: no-repeat -270px -570px;}
icon.small.four						{background: no-repeat -270px -600px;}
icon.small.five						{background: no-repeat -270px -630px;}
icon.small.six						{background: no-repeat -270px -660px;}
icon.small.seven					{background: no-repeat -270px -690px;}
icon.small.eight					{background: no-repeat -270px -720px;}
icon.small.nine						{background: no-repeat -270px -750px;}
icon.small.ten						{background: no-repeat -270px -780px;}
icon.small.nine-plus				{background: no-repeat -270px -810px;}
icon.small.circle-one				{background: no-repeat -270px -840px;}
icon.small.circle-two				{background: no-repeat -270px -870px;}
icon.small.circle-three				{background: no-repeat -270px -900px;}
icon.small.circle-four				{background: no-repeat -270px -930px;}
icon.small.circle-five				{background: no-repeat -270px -960px;}
icon.small.circle-six				{background: no-repeat -270px -990px;}
icon.small.circle-seven				{background: no-repeat -270px -1020px;}
icon.small.circle-eight				{background: no-repeat -270px -1050px;}
icon.small.circle-nine				{background: no-repeat -270px -1080px;}

icon.small.circle-ten				{background: no-repeat -300px 0;}
icon.small.circle-nine-plus			{background: no-repeat -300px -30px;}
icon.small.settings					{background: no-repeat -300px -60px;}
icon.small.switch-on				{background: no-repeat -300px -90px;}
icon.small.switch-off				{background: no-repeat -300px -120px;}
icon.small.gender-male				{background: no-repeat -300px -150px;}
icon.small.gender-female			{background: no-repeat -300px -180px;}
icon.small.gender-other				{background: no-repeat -300px -210px;}
icon.small.gender					{background: no-repeat -300px -240px;}
icon.small.factory					{background: no-repeat -300px -270px;}
icon.small.shopping-cart-full		{background: no-repeat -300px -300px;}
icon.small.bag						{background: no-repeat -300px -330px;}
icon.small.bag-full					{background: no-repeat -300px -360px;}
icon.small.at-symbol				{background: no-repeat -300px -390px;}
icon.small.pound-symbol				{background: no-repeat -300px -420px;}
icon.small.email					{background: no-repeat -300px -450px;}
icon.small.street-address			{background: no-repeat -300px -480px;}
icon.small.space					{background: no-repeat -300px -510px;}
icon.small.rotate					{background: no-repeat -300px -540px;}
icon.small.step-up					{background: no-repeat -300px -570px;}
icon.small.step-down				{background: no-repeat -300px -600px;}
icon.small.shift-right				{background: no-repeat -300px -630px;}
icon.small.shift-left				{background: no-repeat -300px -660px;}
icon.small.shift-up					{background: no-repeat -300px -690px;}
icon.small.shift-down				{background: no-repeat -300px -720px;}
icon.small.fingerprint				{background: no-repeat -300px -750px;}
icon.small.vimeo					{background: no-repeat -300px -780px;}
icon.small.google					{background: no-repeat -300px -810px;}
icon.small.database					{background: no-repeat -300px -840px;}
icon.small.entity					{background: no-repeat -300px -870px;}
icon.small.attribute				{background: no-repeat -300px -900px;}
icon.small.paw						{background: no-repeat -300px -930px;}
icon.small.compass					{background: no-repeat -300px -960px;}
icon.small.trophy-lands				{background: no-repeat -300px -990px;}
icon.small.land						{background: no-repeat -300px -1020px;}
icon.small.position-top-left		{background: no-repeat -300px -1050px;}
icon.small.position-top-center		{background: no-repeat -300px -1080px;}

icon.small.position-top-right		{background: no-repeat -330px 0;}
icon.small.position-middle-left		{background: no-repeat -330px -30px;}
icon.small.position-middle-center	{background: no-repeat -330px -60px;}
icon.small.position-middle-right	{background: no-repeat -330px -90px;}
icon.small.position-bottom-left		{background: no-repeat -330px -120px;}
icon.small.position-bottom-center	{background: no-repeat -330px -150px;}
icon.small.position-bottom-right	{background: no-repeat -330px -180px;}
icon.small.position-not-set			{background: no-repeat -330px -210px;}
icon.small.envelope-alt-circle		{background: no-repeat -330px -240px;}
icon.small.envelope-circle			{background: no-repeat -330px -270px;}
icon.small.phone-circle				{background: no-repeat -330px -300px;}
icon.small.facebook-circle			{background: no-repeat -330px -330px;}
icon.small.twitter-circle			{background: no-repeat -330px -360px;}
icon.small.github-circle			{background: no-repeat -330px -390px;}
icon.small.linkedin-circle			{background: no-repeat -330px -420px;}
icon.small.pinterest-circle			{background: no-repeat -330px -450px;}
icon.small.google-plus-circle		{background: no-repeat -330px -480px;}
icon.small.instagram-circle			{background: no-repeat -330px -510px;}
icon.small.snapchat-circle			{background: no-repeat -330px -540px;}
icon.small.wechat-circle			{background: no-repeat -330px -570px;}
icon.small.weibo-circle				{background: no-repeat -330px -600px;}
icon.small.yelp-circle				{background: no-repeat -330px -630px;}
icon.small.foursquare-circle		{background: no-repeat -330px -660px;}
icon.small.youtube-circle			{background: no-repeat -330px -690px;}
icon.small.vimeo-circle				{background: no-repeat -330px -720px;}
icon.small.map-marker-circle		{background: no-repeat -330px -750px;}
icon.small.external-link-circle		{background: no-repeat -330px -780px;}
icon.small.external-link-alt-circle	{background: no-repeat -330px -810px;}
icon.small.heart-empty-circle		{background: no-repeat -330px -840px;}
icon.small.star-empty-circle		{background: no-repeat -330px -870px;}
icon.small.podcast-circle			{background: no-repeat -330px -900px;}
icon.small.glassdoor-circle			{background: no-repeat -330px -930px;}
icon.small.basecamp-circle			{background: no-repeat -330px -960px;}
icon.small.explore					{background: no-repeat -330px -990px;}
icon.small.ios						{background: no-repeat -330px -1020px;}
icon.small.objective-c				{background: no-repeat -330px -1050px;}
icon.small.swift					{background: no-repeat -330px -1080px;}

icon.small.java						{background: no-repeat -360px 0;}
icon.small.json						{background: no-repeat -360px -30px;}
icon.small.xml						{background: no-repeat -360px -60px;}
icon.small.car						{background: no-repeat -360px -90px;}
icon.small.t-shirt					{background: no-repeat -360px -120px;}
icon.small.baseball-cap				{background: no-repeat -360px -150px;}
icon.small.parking					{background: no-repeat -360px -180px;}
icon.small.no-parking				{background: no-repeat -360px -210px;}
icon.small.parking-sign				{background: no-repeat -360px -240px;}
icon.small.no-parking-sign			{background: no-repeat -360px -270px;}
icon.small.stop-sign				{background: no-repeat -360px -300px;}
icon.small.go-sign					{background: no-repeat -360px -330px;}
icon.small.shower					{background: no-repeat -360px -360px;}
icon.small.service-salesforce		{background: no-repeat -360px -390px;}
icon.small.service-box				{background: no-repeat -360px -420px;}
icon.small.service-dropbox			{background: no-repeat -360px -450px;}
icon.small.wifi						{background: no-repeat -360px -480px;}
icon.small.wifi-circle				{background: no-repeat -360px -510px;}
icon.small.nike						{background: no-repeat -360px -540px;}
icon.small.ekin						{background: no-repeat -360px -570px;}
icon.small.trash-open				{background: no-repeat -360px -600px;}
icon.small.trash-open-full			{background: no-repeat -360px -630px;}


