@media (max-width: 650px) {
	/**
	 * Gridpak Beta LESS
	 *
	 * Generator - http://gridpak.com/
	 * Created by @erskinedesign
	 */
	/* Reusable column setup */
	.mixin-col {
		border: 0px solid rgba(0, 0, 0, 0);
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-moz-background-clip: padding-box !important;
		-webkit-background-clip: padding-box !important;
		background-clip: padding-box !important;
	}
	.col {
		border: 0px solid rgba(0, 0, 0, 0);
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-moz-background-clip: padding-box !important;
		-webkit-background-clip: padding-box !important;
		background-clip: padding-box !important;
	}
	.mixin-span_first {
		margin-left: 0;
	}
	body,
	html,
	div {
		margin: 0;
		padding: 0;
	}
	/*
	Page is our center aligned 95% width container. We have set it's 'position' as relative
	so that the Gridpak overlay will appear in the correct position. We have also updated
	the gridpak.js file to use '.page' as it's container.
	*/
	.page {
		margin: 0 auto;
		max-width: 95%;
		overflow: hidden;
		position: relative;
	}
	/* 1. 2 Column Grid 0px - 319px

	    Span 1:   50%
	    Span 2:   100%

	    ----------------------------------------------------------------------------- */
	@media screen and (min-width: 0px) and (max-width: 319px) {
		.row {
			margin-left: -12px;
		}
		.col {
			border-left-width: 12px;
			padding: 0 12px;
		}
		/* --- Gridpak variables ---*/
		/*
				Add your semantic classnames in alongside their corresponding spans here. e.g.

				.span_3,
				.my_semantic_class_name {
					...
				}

				*/
		.span_1 {
			width: 50%;
			border-left-width: 12px;
			padding: 0 12px;
			margin-left: 0;
		}
		/* Using .col to target ALL columns and make them 100% */
		.span_2,
		.col {
			width: 100%;
			margin-left: 0;
		}
	}
	/* 2. 6 Column Grid 320px - 919px

	    Span 1:   15.0%
	    Span 2:   32.0%
	    Span 3:   49.0%
	    Span 4:   66.0%
	    Span 5:   83.0%
	    Span 6:   100%

	    ----------------------------------------------------------------------------- */
	@media screen and (min-width: 320px) and (max-width: 919px) {
		.col {
			margin-left: 2%;
			padding: 0 2%;
		}
		/* --- Gridpak variables ---*/
		.row .col:first-child {
			margin-left: 0;
		}
		/*
				Add your semantic classnames in alongside their corresponding spans here. e.g.

				.span_3,
				.my_semantic_class_name {
					...
				}

				*/
		.span_1 {
			width: 15%;
			border-left-width: 0;
			padding: 0 2%;
			margin-left: 2%;
		}
		/*
				Here we have used our semantic names 'navigation' and 'media_block' and appended
				them next to their corresponding widths
				*/
		.span_2,
		.navigation,
		.media_block {
			width: 32%;
			border-left-width: 0;
			padding: 0 2%;
			margin-left: 2%;
		}
		.span_3 {
			width: 49%;
			border-left-width: 0;
			padding: 0 2%;
			margin-left: 2%;
		}
		.span_4,
		.main_content {
			width: 66%;
			border-left-width: 0;
			padding: 0 2%;
			margin-left: 2%;
		}
		.span_5 {
			width: 83%;
			border-left-width: 0;
			padding: 0 2%;
			margin-left: 2%;
		}
		.span_6,
		.header,
		.footer,
		.related_content {
			width: 100%;
			margin-left: 0;
		}
	}
	/* 3. 12 Column Grid 920px - Infinity

	    Span 1:   8.33333333333%
	    Span 2:   16.6666666667%
	    Span 3:   25.0%
	    Span 4:   33.3333333333%
	    Span 5:   41.6666666667%
	    Span 6:   50.0%
	    Span 7:   58.3333333333%
	    Span 8:   66.6666666667%
	    Span 9:   75.0%
	    Span 10:   83.3333333333%
	    Span 11:   91.6666666667%
	    Span 12:   100%

	    ----------------------------------------------------------------------------- */
	@media screen and (min-width: 920px) {
		.row {
			margin-left: -12px;
		}
		.col {
			border-left-width: 12px;
			padding: 0 12px;
		}
		/* --- Gridpak variables ---*/
		/*
				Add your semantic classnames in alongside their corresponding spans here. e.g.

				.span_3,
				.my_semantic_class_name {
					...
				}

				*/
		.span_1 {
			width: 8.333333333333334%;
			border-left-width: 12px;
			padding: 0 12px;
			margin-left: 0;
		}
		.span_2 {
			width: 16.666666666666668%;
			border-left-width: 12px;
			padding: 0 12px;
			margin-left: 0;
		}
		.span_3,
		.navigation,
		.related_content {
			width: 25%;
			border-left-width: 12px;
			padding: 0 12px;
			margin-left: 0;
		}
		.span_4,
		.media_block {
			width: 33.333333333333336%;
			border-left-width: 12px;
			padding: 0 12px;
			margin-left: 0;
		}
		.span_5 {
			width: 41.66666666666667%;
			border-left-width: 12px;
			padding: 0 12px;
			margin-left: 0;
		}
		.span_6,
		.main_content {
			width: 50%;
			border-left-width: 12px;
			padding: 0 12px;
			margin-left: 0;
		}
		.span_7 {
			width: 58.333333333333336%;
			border-left-width: 12px;
			padding: 0 12px;
			margin-left: 0;
		}
		.span_8 {
			width: 66.66666666666667%;
			border-left-width: 12px;
			padding: 0 12px;
			margin-left: 0;
		}
		.span_9 {
			width: 75%;
			border-left-width: 12px;
			padding: 0 12px;
			margin-left: 0;
		}
		.span_10 {
			width: 83.33333333333334%;
			border-left-width: 12px;
			padding: 0 12px;
			margin-left: 0;
		}
		.span_11 {
			width: 91.66666666666667%;
			border-left-width: 12px;
			padding: 0 12px;
			margin-left: 0;
		}
		.span_12,
		.header,
		.footer {
			width: 100%;
			margin-left: 0;
		}
	}
	/* To generate your own grid system use www.gridpak.com */
	@font-face {
		font-family: 'fontello';
		src: url('../font/fontello.eot?10551322');
		src: url('../font/fontello.eot?10551322#iefix') format('embedded-opentype'), url('../font/fontello.woff?10551322') format('woff'), url('../font/fontello.ttf?10551322') format('truetype'), url('../font/fontello.svg?10551322#fontello') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
	/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
	/*
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	  @font-face {
	    font-family: 'fontello';
	    src: url('../font/fontello.svg?10551322#fontello') format('svg');
	  }
	}
	*/
	[class^="icon-"]:before,
	[class*=" icon-"]:before {
		font-family: "fontello";
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		width: 1em;
		margin-right: .2em;
		text-align: center;
		/* opacity: .8; */
		/* For safety - reset parent styles, that can break glyph codes*/
		font-variant: normal;
		text-transform: none;
		/* fix buttons height, for twitter bootstrap */
		line-height: 1em;
		/* Animation center compensation - margins should be symmetric */
		/* remove if not needed */
		margin-left: .2em;
		/* you can be more comfortable with increased icons size */
		/* font-size: 120%; */
		/* Uncomment for 3D effect */
		/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
	}
	.icon-ven:before {
		content: '\ea85';
	}
	/* '' */
	.icon-layers:before {
		content: '\ea84';
	}
	/* '' */
	.icon-music:before {
		content: '\e802';
	}
	/* '' */
	.icon-search:before {
		content: '\e804';
	}
	/* '' */
	.icon-mail:before {
		content: '\e805';
	}
	/* '' */
	.icon-mail-alt:before {
		content: '\e806';
	}
	/* '' */
	.icon-heart:before {
		content: '\e807';
	}
	/* '' */
	.icon-heart-empty:before {
		content: '\e803';
	}
	/* '' */
	.icon-star:before {
		content: '\e809';
	}
	/* '' */
	.icon-star-empty:before {
		content: '\e80a';
	}
	/* '' */
	.icon-star-half:before {
		content: '\e80b';
	}
	/* '' */
	.icon-star-half-alt:before {
		content: '\e80c';
	}
	/* '' */
	.icon-user:before {
		content: '\e80d';
	}
	/* '' */
	.icon-users:before {
		content: '\e80e';
	}
	/* '' */
	.icon-male:before {
		content: '\e80f';
	}
	/* '' */
	.icon-female:before {
		content: '\e810';
	}
	/* '' */
	.icon-video:before {
		content: '\e811';
	}
	/* '' */
	.icon-videocam:before {
		content: '\e812';
	}
	/* '' */
	.icon-picture:before {
		content: '\e813';
	}
	/* '' */
	.icon-camera:before {
		content: '\e814';
	}
	/* '' */
	.icon-camera-alt:before {
		content: '\e815';
	}
	/* '' */
	.icon-th-large:before {
		content: '\e816';
	}
	/* '' */
	.icon-th:before {
		content: '\e817';
	}
	/* '' */
	.icon-th-list:before {
		content: '\e818';
	}
	/* '' */
	.icon-ok:before {
		content: '\e819';
	}
	/* '' */
	.icon-ok-circled:before {
		content: '\e81a';
	}
	/* '' */
	.icon-ok-circled2:before {
		content: '\e81b';
	}
	/* '' */
	.icon-ok-squared:before {
		content: '\e81c';
	}
	/* '' */
	.icon-cancel:before {
		content: '\e81d';
	}
	/* '' */
	.icon-cancel-circled:before {
		content: '\e81e';
	}
	/* '' */
	.icon-cancel-circled2:before {
		content: '\e81f';
	}
	/* '' */
	.icon-plus:before {
		content: '\e820';
	}
	/* '' */
	.icon-plus-circled:before {
		content: '\e821';
	}
	/* '' */
	.icon-plus-squared:before {
		content: '\e822';
	}
	/* '' */
	.icon-minus:before {
		content: '\e824';
	}
	/* '' */
	.icon-minus-circled:before {
		content: '\e825';
	}
	/* '' */
	.icon-minus-squared:before {
		content: '\e826';
	}
	/* '' */
	.icon-minus-squared-alt:before {
		content: '\e827';
	}
	/* '' */
	.icon-help:before {
		content: '\e829';
	}
	/* '' */
	.icon-help-circled:before {
		content: '\e82a';
	}
	/* '' */
	.icon-info-circled:before {
		content: '\e82b';
	}
	/* '' */
	.icon-info:before {
		content: '\e82c';
	}
	/* '' */
	.icon-home:before {
		content: '\e82d';
	}
	/* '' */
	.icon-link:before {
		content: '\e82e';
	}
	/* '' */
	.icon-unlink:before {
		content: '\e82f';
	}
	/* '' */
	.icon-link-ext:before {
		content: '\e830';
	}
	/* '' */
	.icon-link-ext-alt:before {
		content: '\e831';
	}
	/* '' */
	.icon-attach:before {
		content: '\e832';
	}
	/* '' */
	.icon-lock:before {
		content: '\e833';
	}
	/* '' */
	.icon-lock-open:before {
		content: '\e834';
	}
	/* '' */
	.icon-lock-open-alt:before {
		content: '\e835';
	}
	/* '' */
	.icon-pin:before {
		content: '\e836';
	}
	/* '' */
	.icon-eye:before {
		content: '\e86c';
	}
	/* '' */
	.icon-eye-off:before {
		content: '\e837';
	}
	/* '' */
	.icon-tag:before {
		content: '\e838';
	}
	/* '' */
	.icon-tags:before {
		content: '\e839';
	}
	/* '' */
	.icon-bookmark:before {
		content: '\e83a';
	}
	/* '' */
	.icon-bookmark-empty:before {
		content: '\e83b';
	}
	/* '' */
	.icon-flag:before {
		content: '\e83c';
	}
	/* '' */
	.icon-flag-empty:before {
		content: '\e83d';
	}
	/* '' */
	.icon-flag-checkered:before {
		content: '\e83e';
	}
	/* '' */
	.icon-thumbs-up:before {
		content: '\e83f';
	}
	/* '' */
	.icon-thumbs-down:before {
		content: '\e840';
	}
	/* '' */
	.icon-thumbs-up-alt:before {
		content: '\e841';
	}
	/* '' */
	.icon-thumbs-down-alt:before {
		content: '\e842';
	}
	/* '' */
	.icon-download:before {
		content: '\e844';
	}
	/* '' */
	.icon-upload:before {
		content: '\e843';
	}
	/* '' */
	.icon-download-cloud:before {
		content: '\e845';
	}
	/* '' */
	.icon-upload-cloud:before {
		content: '\e846';
	}
	/* '' */
	.icon-reply:before {
		content: '\e847';
	}
	/* '' */
	.icon-reply-all:before {
		content: '\e848';
	}
	/* '' */
	.icon-forward:before {
		content: '\e849';
	}
	/* '' */
	.icon-quote-left:before {
		content: '\e84a';
	}
	/* '' */
	.icon-quote-right:before {
		content: '\e84b';
	}
	/* '' */
	.icon-code:before {
		content: '\e84c';
	}
	/* '' */
	.icon-export:before {
		content: '\e84d';
	}
	/* '' */
	.icon-export-alt:before {
		content: '\e84e';
	}
	/* '' */
	.icon-pencil:before {
		content: '\e84f';
	}
	/* '' */
	.icon-pencil-squared:before {
		content: '\e850';
	}
	/* '' */
	.icon-edit:before {
		content: '\e851';
	}
	/* '' */
	.icon-print:before {
		content: '\e852';
	}
	/* '' */
	.icon-retweet:before {
		content: '\e853';
	}
	/* '' */
	.icon-keyboard:before {
		content: '\e854';
	}
	/* '' */
	.icon-gamepad:before {
		content: '\e855';
	}
	/* '' */
	.icon-comment:before {
		content: '\e856';
	}
	/* '' */
	.icon-chat:before {
		content: '\e857';
	}
	/* '' */
	.icon-comment-empty:before {
		content: '\e858';
	}
	/* '' */
	.icon-chat-empty:before {
		content: '\e859';
	}
	/* '' */
	.icon-bell:before {
		content: '\e85a';
	}
	/* '' */
	.icon-bell-alt:before {
		content: '\e85b';
	}
	/* '' */
	.icon-attention-alt:before {
		content: '\e85c';
	}
	/* '' */
	.icon-attention:before {
		content: '\e85d';
	}
	/* '' */
	.icon-attention-circled:before {
		content: '\e85e';
	}
	/* '' */
	.icon-location:before {
		content: '\e85f';
	}
	/* '' */
	.icon-direction:before {
		content: '\e860';
	}
	/* '' */
	.icon-compass:before {
		content: '\e861';
	}
	/* '' */
	.icon-trash:before {
		content: '\e862';
	}
	/* '' */
	.icon-doc:before {
		content: '\e863';
	}
	/* '' */
	.icon-docs:before {
		content: '\e864';
	}
	/* '' */
	.icon-doc-text:before {
		content: '\e865';
	}
	/* '' */
	.icon-doc-inv:before {
		content: '\e866';
	}
	/* '' */
	.icon-doc-text-inv:before {
		content: '\e867';
	}
	/* '' */
	.icon-folder:before {
		content: '\e868';
	}
	/* '' */
	.icon-folder-open:before {
		content: '\e869';
	}
	/* '' */
	.icon-folder-empty:before {
		content: '\e86a';
	}
	/* '' */
	.icon-folder-open-empty:before {
		content: '\e86b';
	}
	/* '' */
	.icon-box:before {
		content: '\e86d';
	}
	/* '' */
	.icon-rss:before {
		content: '\e86e';
	}
	/* '' */
	.icon-rss-squared:before {
		content: '\e86f';
	}
	/* '' */
	.icon-phone:before {
		content: '\e966';
	}
	/* '' */
	.icon-phone-squared:before {
		content: '\e967';
	}
	/* '' */
	.icon-menu:before {
		content: '\e93a';
	}
	/* '' */
	.icon-cog:before {
		content: '\e93b';
	}
	/* '' */
	.icon-cog-alt:before {
		content: '\e93c';
	}
	/* '' */
	.icon-wrench:before {
		content: '\e93d';
	}
	/* '' */
	.icon-basket:before {
		content: '\e93e';
	}
	/* '' */
	.icon-calendar:before {
		content: '\e93f';
	}
	/* '' */
	.icon-calendar-empty:before {
		content: '\e940';
	}
	/* '' */
	.icon-login:before {
		content: '\e941';
	}
	/* '' */
	.icon-logout:before {
		content: '\e95a';
	}
	/* '' */
	.icon-mic:before {
		content: '\e95b';
	}
	/* '' */
	.icon-mute:before {
		content: '\e95c';
	}
	/* '' */
	.icon-volume-off:before {
		content: '\e95d';
	}
	/* '' */
	.icon-volume-down:before {
		content: '\e95e';
	}
	/* '' */
	.icon-volume-up:before {
		content: '\e95f';
	}
	/* '' */
	.icon-headphones:before {
		content: '\e960';
	}
	/* '' */
	.icon-clock:before {
		content: '\e961';
	}
	/* '' */
	.icon-lightbulb:before {
		content: '\e962';
	}
	/* '' */
	.icon-block:before {
		content: '\e963';
	}
	/* '' */
	.icon-resize-full:before {
		content: '\e964';
	}
	/* '' */
	.icon-resize-full-alt:before {
		content: '\e965';
	}
	/* '' */
	.icon-resize-small:before {
		content: '\e942';
	}
	/* '' */
	.icon-resize-vertical:before {
		content: '\e943';
	}
	/* '' */
	.icon-resize-horizontal:before {
		content: '\e944';
	}
	/* '' */
	.icon-move:before {
		content: '\e945';
	}
	/* '' */
	.icon-zoom-in:before {
		content: '\e946';
	}
	/* '' */
	.icon-zoom-out:before {
		content: '\e947';
	}
	/* '' */
	.icon-down-circled2:before {
		content: '\e948';
	}
	/* '' */
	.icon-up-circled2:before {
		content: '\e949';
	}
	/* '' */
	.icon-down-dir:before {
		content: '\e870';
	}
	/* '' */
	.icon-up-dir:before {
		content: '\e871';
	}
	/* '' */
	.icon-left-dir:before {
		content: '\e872';
	}
	/* '' */
	.icon-right-dir:before {
		content: '\e873';
	}
	/* '' */
	.icon-down-open:before {
		content: '\e874';
	}
	/* '' */
	.icon-left-open:before {
		content: '\e875';
	}
	/* '' */
	.icon-right-open:before {
		content: '\e876';
	}
	/* '' */
	.icon-up-open:before {
		content: '\e877';
	}
	/* '' */
	.icon-angle-left:before {
		content: '\e878';
	}
	/* '' */
	.icon-angle-right:before {
		content: '\e879';
	}
	/* '' */
	.icon-angle-up:before {
		content: '\e87a';
	}
	/* '' */
	.icon-angle-down:before {
		content: '\e87b';
	}
	/* '' */
	.icon-angle-circled-left:before {
		content: '\e94a';
	}
	/* '' */
	.icon-angle-circled-right:before {
		content: '\e94b';
	}
	/* '' */
	.icon-angle-circled-up:before {
		content: '\e94c';
	}
	/* '' */
	.icon-angle-circled-down:before {
		content: '\e94d';
	}
	/* '' */
	.icon-angle-double-left:before {
		content: '\e94e';
	}
	/* '' */
	.icon-angle-double-right:before {
		content: '\e94f';
	}
	/* '' */
	.icon-angle-double-up:before {
		content: '\e950';
	}
	/* '' */
	.icon-angle-double-down:before {
		content: '\e951';
	}
	/* '' */
	.icon-down:before {
		content: '\e87c';
	}
	/* '' */
	.icon-right:before {
		content: '\e87e';
	}
	/* '' */
	.icon-left:before {
		content: '\e87d';
	}
	/* '' */
	.icon-up:before {
		content: '\e87f';
	}
	/* '' */
	.icon-down-big:before {
		content: '\e880';
	}
	/* '' */
	.icon-left-big:before {
		content: '\e881';
	}
	/* '' */
	.icon-right-big:before {
		content: '\e882';
	}
	/* '' */
	.icon-up-big:before {
		content: '\e883';
	}
	/* '' */
	.icon-right-hand:before {
		content: '\e884';
	}
	/* '' */
	.icon-left-hand:before {
		content: '\e885';
	}
	/* '' */
	.icon-up-hand:before {
		content: '\e886';
	}
	/* '' */
	.icon-down-hand-1:before {
		content: '\e887';
	}
	/* '' */
	.icon-left-circled:before {
		content: '\e952';
	}
	/* '' */
	.icon-right-circled:before {
		content: '\e953';
	}
	/* '' */
	.icon-up-circled:before {
		content: '\e954';
	}
	/* '' */
	.icon-down-circled:before {
		content: '\e955';
	}
	/* '' */
	.icon-cw:before {
		content: '\e956';
	}
	/* '' */
	.icon-ccw:before {
		content: '\e957';
	}
	/* '' */
	.icon-arrows-cw:before {
		content: '\e958';
	}
	/* '' */
	.icon-level-up:before {
		content: '\e959';
	}
	/* '' */
	.icon-level-down:before {
		content: '\e92e';
	}
	/* '' */
	.icon-shuffle:before {
		content: '\e92f';
	}
	/* '' */
	.icon-exchange:before {
		content: '\e930';
	}
	/* '' */
	.icon-collapse:before {
		content: '\e931';
	}
	/* '' */
	.icon-collapse-top:before {
		content: '\e932';
	}
	/* '' */
	.icon-expand:before {
		content: '\e933';
	}
	/* '' */
	.icon-play:before {
		content: '\e934';
	}
	/* '' */
	.icon-play-circled:before {
		content: '\e935';
	}
	/* '' */
	.icon-play-circled2:before {
		content: '\e936';
	}
	/* '' */
	.icon-stop:before {
		content: '\e937';
	}
	/* '' */
	.icon-pause:before {
		content: '\e938';
	}
	/* '' */
	.icon-to-end:before {
		content: '\e939';
	}
	/* '' */
	.icon-to-end-alt:before {
		content: '\e888';
	}
	/* '' */
	.icon-to-start:before {
		content: '\e889';
	}
	/* '' */
	.icon-to-start-alt:before {
		content: '\e88a';
	}
	/* '' */
	.icon-fast-fw:before {
		content: '\e88b';
	}
	/* '' */
	.icon-fast-bw:before {
		content: '\e88c';
	}
	/* '' */
	.icon-eject:before {
		content: '\e88d';
	}
	/* '' */
	.icon-target:before {
		content: '\e88e';
	}
	/* '' */
	.icon-signal:before {
		content: '\e88f';
	}
	/* '' */
	.icon-award:before {
		content: '\e890';
	}
	/* '' */
	.icon-desktop:before {
		content: '\e891';
	}
	/* '' */
	.icon-laptop:before {
		content: '\e892';
	}
	/* '' */
	.icon-tablet:before {
		content: '\e893';
	}
	/* '' */
	.icon-mobile:before {
		content: '\e894';
	}
	/* '' */
	.icon-inbox:before {
		content: '\e895';
	}
	/* '' */
	.icon-globe:before {
		content: '\e896';
	}
	/* '' */
	.icon-sun:before {
		content: '\e897';
	}
	/* '' */
	.icon-cloud:before {
		content: '\e898';
	}
	/* '' */
	.icon-flash:before {
		content: '\e899';
	}
	/* '' */
	.icon-moon:before {
		content: '\e89a';
	}
	/* '' */
	.icon-umbrella:before {
		content: '\e89b';
	}
	/* '' */
	.icon-flight:before {
		content: '\e89c';
	}
	/* '' */
	.icon-fighter-jet:before {
		content: '\e89d';
	}
	/* '' */
	.icon-leaf:before {
		content: '\e89e';
	}
	/* '' */
	.icon-font:before {
		content: '\e89f';
	}
	/* '' */
	.icon-bold:before {
		content: '\e8a0';
	}
	/* '' */
	.icon-italic:before {
		content: '\e8a1';
	}
	/* '' */
	.icon-text-height:before {
		content: '\e8a2';
	}
	/* '' */
	.icon-text-width:before {
		content: '\e8a3';
	}
	/* '' */
	.icon-align-left:before {
		content: '\e8a4';
	}
	/* '' */
	.icon-align-center:before {
		content: '\e8a5';
	}
	/* '' */
	.icon-align-right:before {
		content: '\e8a6';
	}
	/* '' */
	.icon-align-justify:before {
		content: '\e8a7';
	}
	/* '' */
	.icon-list:before {
		content: '\e8a8';
	}
	/* '' */
	.icon-indent-left:before {
		content: '\e8a9';
	}
	/* '' */
	.icon-indent-right:before {
		content: '\e8aa';
	}
	/* '' */
	.icon-list-bullet:before {
		content: '\e8ab';
	}
	/* '' */
	.icon-list-numbered:before {
		content: '\e8ac';
	}
	/* '' */
	.icon-strike:before {
		content: '\e8ad';
	}
	/* '' */
	.icon-underline:before {
		content: '\e8ae';
	}
	/* '' */
	.icon-superscript:before {
		content: '\e8af';
	}
	/* '' */
	.icon-subscript:before {
		content: '\e8b0';
	}
	/* '' */
	.icon-table:before {
		content: '\e8b1';
	}
	/* '' */
	.icon-columns:before {
		content: '\e8b2';
	}
	/* '' */
	.icon-crop:before {
		content: '\e8b3';
	}
	/* '' */
	.icon-scissors:before {
		content: '\e8b4';
	}
	/* '' */
	.icon-paste:before {
		content: '\e8b5';
	}
	/* '' */
	.icon-briefcase:before {
		content: '\e8b6';
	}
	/* '' */
	.icon-suitcase:before {
		content: '\e8b7';
	}
	/* '' */
	.icon-ellipsis:before {
		content: '\e8b8';
	}
	/* '' */
	.icon-ellipsis-vert:before {
		content: '\e8b9';
	}
	/* '' */
	.icon-off:before {
		content: '\e8ba';
	}
	/* '' */
	.icon-road:before {
		content: '\e8bb';
	}
	/* '' */
	.icon-list-alt:before {
		content: '\e8bc';
	}
	/* '' */
	.icon-qrcode:before {
		content: '\e8bd';
	}
	/* '' */
	.icon-barcode:before {
		content: '\e8be';
	}
	/* '' */
	.icon-book:before {
		content: '\e8bf';
	}
	/* '' */
	.icon-ajust:before {
		content: '\e8c0';
	}
	/* '' */
	.icon-tint:before {
		content: '\e8c1';
	}
	/* '' */
	.icon-check:before {
		content: '\e8c2';
	}
	/* '' */
	.icon-check-empty:before {
		content: '\e8c3';
	}
	/* '' */
	.icon-circle:before {
		content: '\e8c4';
	}
	/* '' */
	.icon-circle-empty:before {
		content: '\e8c5';
	}
	/* '' */
	.icon-asterisk:before {
		content: '\e8c6';
	}
	/* '' */
	.icon-gift:before {
		content: '\e8c7';
	}
	/* '' */
	.icon-fire:before {
		content: '\e8c8';
	}
	/* '' */
	.icon-magnet:before {
		content: '\e8c9';
	}
	/* '' */
	.icon-chart-bar:before {
		content: '\e8ca';
	}
	/* '' */
	.icon-ticket:before {
		content: '\e8cb';
	}
	/* '' */
	.icon-credit-card:before {
		content: '\e8cc';
	}
	/* '' */
	.icon-floppy:before {
		content: '\e8cd';
	}
	/* '' */
	.icon-megaphone:before {
		content: '\e8ce';
	}
	/* '' */
	.icon-hdd:before {
		content: '\e8cf';
	}
	/* '' */
	.icon-key:before {
		content: '\e8d0';
	}
	/* '' */
	.icon-fork:before {
		content: '\e8d1';
	}
	/* '' */
	.icon-rocket:before {
		content: '\e92d';
	}
	/* '' */
	.icon-bug:before {
		content: '\e808';
	}
	/* '' */
	.icon-certificate:before {
		content: '\e8d2';
	}
	/* '' */
	.icon-tasks:before {
		content: '\e8d3';
	}
	/* '' */
	.icon-filter:before {
		content: '\e8d4';
	}
	/* '' */
	.icon-beaker:before {
		content: '\e8d5';
	}
	/* '' */
	.icon-magic:before {
		content: '\e8d6';
	}
	/* '' */
	.icon-truck:before {
		content: '\e8d7';
	}
	/* '' */
	.icon-money:before {
		content: '\e8d8';
	}
	/* '' */
	.icon-euro:before {
		content: '\e8d9';
	}
	/* '' */
	.icon-pound:before {
		content: '\e8da';
	}
	/* '' */
	.icon-dollar:before {
		content: '\e8db';
	}
	/* '' */
	.icon-rupee:before {
		content: '\e8dc';
	}
	/* '' */
	.icon-yen:before {
		content: '\e8dd';
	}
	/* '' */
	.icon-renminbi:before {
		content: '\e8de';
	}
	/* '' */
	.icon-won:before {
		content: '\e8df';
	}
	/* '' */
	.icon-bitcoin:before {
		content: '\e8e0';
	}
	/* '' */
	.icon-sort:before {
		content: '\e8e1';
	}
	/* '' */
	.icon-sort-down:before {
		content: '\e8e2';
	}
	/* '' */
	.icon-sort-up:before {
		content: '\e8e3';
	}
	/* '' */
	.icon-sort-alt-up:before {
		content: '\e8e4';
	}
	/* '' */
	.icon-sort-alt-down:before {
		content: '\e8e5';
	}
	/* '' */
	.icon-sort-name-up:before {
		content: '\e8e6';
	}
	/* '' */
	.icon-sort-name-down:before {
		content: '\e8e7';
	}
	/* '' */
	.icon-sort-number-up:before {
		content: '\e8e8';
	}
	/* '' */
	.icon-sort-number-down:before {
		content: '\e8e9';
	}
	/* '' */
	.icon-hammer:before {
		content: '\e8ea';
	}
	/* '' */
	.icon-gauge:before {
		content: '\e8eb';
	}
	/* '' */
	.icon-sitemap:before {
		content: '\e8ec';
	}
	/* '' */
	.icon-spinner:before {
		content: '\e8ed';
	}
	/* '' */
	.icon-coffee:before {
		content: '\e8ee';
	}
	/* '' */
	.icon-food:before {
		content: '\e8ef';
	}
	/* '' */
	.icon-beer:before {
		content: '\e8f0';
	}
	/* '' */
	.icon-user-md:before {
		content: '\e8f1';
	}
	/* '' */
	.icon-stethoscope:before {
		content: '\e8f2';
	}
	/* '' */
	.icon-ambulance:before {
		content: '\e8f3';
	}
	/* '' */
	.icon-medkit:before {
		content: '\e8f4';
	}
	/* '' */
	.icon-h-sigh:before {
		content: '\e8f5';
	}
	/* '' */
	.icon-hospital:before {
		content: '\e8f6';
	}
	/* '' */
	.icon-building:before {
		content: '\e8f7';
	}
	/* '' */
	.icon-smile:before {
		content: '\e8f8';
	}
	/* '' */
	.icon-frown:before {
		content: '\e8f9';
	}
	/* '' */
	.icon-meh:before {
		content: '\e8fa';
	}
	/* '' */
	.icon-anchor:before {
		content: '\e8fb';
	}
	/* '' */
	.icon-terminal:before {
		content: '\e8fc';
	}
	/* '' */
	.icon-eraser:before {
		content: '\e8fd';
	}
	/* '' */
	.icon-puzzle:before {
		content: '\e8fe';
	}
	/* '' */
	.icon-shield:before {
		content: '\e8ff';
	}
	/* '' */
	.icon-extinguisher:before {
		content: '\e900';
	}
	/* '' */
	.icon-bullseye:before {
		content: '\e901';
	}
	/* '' */
	.icon-adn:before {
		content: '\e902';
	}
	/* '' */
	.icon-android:before {
		content: '\e903';
	}
	/* '' */
	.icon-apple:before {
		content: '\e904';
	}
	/* '' */
	.icon-bitbucket:before {
		content: '\e905';
	}
	/* '' */
	.icon-bitbucket-squared:before {
		content: '\e906';
	}
	/* '' */
	.icon-css3:before {
		content: '\e907';
	}
	/* '' */
	.icon-dribbble:before {
		content: '\e908';
	}
	/* '' */
	.icon-dropbox:before {
		content: '\e909';
	}
	/* '' */
	.icon-glass:before {
		content: '\e800';
	}
	/* '' */
	.icon-facebook-squared:before {
		content: '\e90b';
	}
	/* '' */
	.icon-flickr:before {
		content: '\e90c';
	}
	/* '' */
	.icon-foursquare:before {
		content: '\e90d';
	}
	/* '' */
	.icon-github:before {
		content: '\e90e';
	}
	/* '' */
	.icon-github-squared:before {
		content: '\e90f';
	}
	/* '' */
	.icon-github-circled:before {
		content: '\e910';
	}
	/* '' */
	.icon-gittip:before {
		content: '\e911';
	}
	/* '' */
	.icon-gplus-squared:before {
		content: '\e912';
	}
	/* '' */
	.icon-gplus:before {
		content: '\e913';
	}
	/* '' */
	.icon-html5:before {
		content: '\e914';
	}
	/* '' */
	.icon-instagramm:before {
		content: '\e915';
	}
	/* '' */
	.icon-linkedin-squared:before {
		content: '\e916';
	}
	/* '' */
	.icon-linux:before {
		content: '\e917';
	}
	/* '' */
	.icon-linkedin:before {
		content: '\e918';
	}
	/* '' */
	.icon-maxcdn:before {
		content: '\e919';
	}
	/* '' */
	.icon-pinterest-circled:before {
		content: '\e91a';
	}
	/* '' */
	.icon-pinterest-squared:before {
		content: '\e91b';
	}
	/* '' */
	.icon-renren:before {
		content: '\e91c';
	}
	/* '' */
	.icon-skype:before {
		content: '\e91d';
	}
	/* '' */
	.icon-stackoverflow:before {
		content: '\e91e';
	}
	/* '' */
	.icon-trello:before {
		content: '\e91f';
	}
	/* '' */
	.icon-tumblr:before {
		content: '\e920';
	}
	/* '' */
	.icon-tumblr-squared:before {
		content: '\e921';
	}
	/* '' */
	.icon-twitter-squared:before {
		content: '\e922';
	}
	/* '' */
	.icon-twitter:before {
		content: '\e923';
	}
	/* '' */
	.icon-vkontakte:before {
		content: '\e924';
	}
	/* '' */
	.icon-weibo:before {
		content: '\e925';
	}
	/* '' */
	.icon-windows:before {
		content: '\e926';
	}
	/* '' */
	.icon-xing:before {
		content: '\e927';
	}
	/* '' */
	.icon-xing-squared:before {
		content: '\e928';
	}
	/* '' */
	.icon-youtube:before {
		content: '\e929';
	}
	/* '' */
	.icon-youtube-squared:before {
		content: '\e92a';
	}
	/* '' */
	.icon-youtube-play:before {
		content: '\e92b';
	}
	/* '' */
	.icon-blank:before {
		content: '\e92c';
	}
	/* '' */
	.icon-lemon:before {
		content: '\e801';
	}
	/* '' */
	.icon-note:before {
		content: '\e968';
	}
	/* '' */
	.icon-note-beamed:before {
		content: '\e969';
	}
	/* '' */
	.icon-music-1:before {
		content: '\e96a';
	}
	/* '' */
	.icon-search-1:before {
		content: '\e96b';
	}
	/* '' */
	.icon-flashlight:before {
		content: '\e96c';
	}
	/* '' */
	.icon-mail-1:before {
		content: '\e96d';
	}
	/* '' */
	.icon-heart-1:before {
		content: '\e96e';
	}
	/* '' */
	.icon-heart-empty-1:before {
		content: '\e96f';
	}
	/* '' */
	.icon-star-1:before {
		content: '\e970';
	}
	/* '' */
	.icon-star-empty-1:before {
		content: '\e971';
	}
	/* '' */
	.icon-user-1:before {
		content: '\e972';
	}
	/* '' */
	.icon-users-1:before {
		content: '\e973';
	}
	/* '' */
	.icon-user-add:before {
		content: '\e974';
	}
	/* '' */
	.icon-video-1:before {
		content: '\e975';
	}
	/* '' */
	.icon-picture-1:before {
		content: '\e976';
	}
	/* '' */
	.icon-camera-1:before {
		content: '\e977';
	}
	/* '' */
	.icon-layout:before {
		content: '\e978';
	}
	/* '' */
	.icon-menu-1:before {
		content: '\e979';
	}
	/* '' */
	.icon-check-1:before {
		content: '\e97a';
	}
	/* '' */
	.icon-cancel-1:before {
		content: '\e97b';
	}
	/* '' */
	.icon-cancel-circled-1:before {
		content: '\e97c';
	}
	/* '' */
	.icon-cancel-squared:before {
		content: '\e97d';
	}
	/* '' */
	.icon-plus-1:before {
		content: '\e97e';
	}
	/* '' */
	.icon-plus-circled-1:before {
		content: '\e97f';
	}
	/* '' */
	.icon-plus-squared-1:before {
		content: '\e980';
	}
	/* '' */
	.icon-minus-1:before {
		content: '\e981';
	}
	/* '' */
	.icon-minus-circled-1:before {
		content: '\e982';
	}
	/* '' */
	.icon-minus-squared-1:before {
		content: '\e983';
	}
	/* '' */
	.icon-help-1:before {
		content: '\e984';
	}
	/* '' */
	.icon-help-circled-1:before {
		content: '\e985';
	}
	/* '' */
	.icon-info-1:before {
		content: '\e986';
	}
	/* '' */
	.icon-info-circled-1:before {
		content: '\e987';
	}
	/* '' */
	.icon-back:before {
		content: '\e988';
	}
	/* '' */
	.icon-home-1:before {
		content: '\e989';
	}
	/* '' */
	.icon-link-1:before {
		content: '\e98a';
	}
	/* '' */
	.icon-attach-1:before {
		content: '\e98b';
	}
	/* '' */
	.icon-lock-1:before {
		content: '\e98c';
	}
	/* '' */
	.icon-lock-open-1:before {
		content: '\e98d';
	}
	/* '' */
	.icon-eye-1:before {
		content: '\e98e';
	}
	/* '' */
	.icon-tag-1:before {
		content: '\e98f';
	}
	/* '' */
	.icon-bookmark-1:before {
		content: '\e990';
	}
	/* '' */
	.icon-bookmarks:before {
		content: '\e991';
	}
	/* '' */
	.icon-flag-1:before {
		content: '\e992';
	}
	/* '' */
	.icon-thumbs-up-1:before {
		content: '\e993';
	}
	/* '' */
	.icon-thumbs-down-1:before {
		content: '\e994';
	}
	/* '' */
	.icon-download-1:before {
		content: '\e995';
	}
	/* '' */
	.icon-upload-1:before {
		content: '\e996';
	}
	/* '' */
	.icon-upload-cloud-1:before {
		content: '\e997';
	}
	/* '' */
	.icon-reply-1:before {
		content: '\e998';
	}
	/* '' */
	.icon-reply-all-1:before {
		content: '\e999';
	}
	/* '' */
	.icon-forward-1:before {
		content: '\e99a';
	}
	/* '' */
	.icon-quote:before {
		content: '\e99b';
	}
	/* '' */
	.icon-code-1:before {
		content: '\e99c';
	}
	/* '' */
	.icon-export-1:before {
		content: '\e99d';
	}
	/* '' */
	.icon-pencil-1:before {
		content: '\e99e';
	}
	/* '' */
	.icon-feather:before {
		content: '\e99f';
	}
	/* '' */
	.icon-print-1:before {
		content: '\e9a0';
	}
	/* '' */
	.icon-retweet-1:before {
		content: '\e9a1';
	}
	/* '' */
	.icon-keyboard-1:before {
		content: '\e9a2';
	}
	/* '' */
	.icon-comment-1:before {
		content: '\e9a3';
	}
	/* '' */
	.icon-chat-1:before {
		content: '\ea20';
	}
	/* '' */
	.icon-bell-1:before {
		content: '\ea21';
	}
	/* '' */
	.icon-attention-1:before {
		content: '\ea22';
	}
	/* '' */
	.icon-alert:before {
		content: '\ea23';
	}
	/* '' */
	.icon-vcard:before {
		content: '\ea24';
	}
	/* '' */
	.icon-address:before {
		content: '\ea25';
	}
	/* '' */
	.icon-location-1:before {
		content: '\ea26';
	}
	/* '' */
	.icon-map:before {
		content: '\ea27';
	}
	/* '' */
	.icon-direction-1:before {
		content: '\ea28';
	}
	/* '' */
	.icon-compass-1:before {
		content: '\ea29';
	}
	/* '' */
	.icon-cup:before {
		content: '\ea2a';
	}
	/* '' */
	.icon-trash-1:before {
		content: '\ea2b';
	}
	/* '' */
	.icon-doc-1:before {
		content: '\ea2c';
	}
	/* '' */
	.icon-docs-1:before {
		content: '\ea2d';
	}
	/* '' */
	.icon-doc-landscape:before {
		content: '\ea2e';
	}
	/* '' */
	.icon-doc-text-1:before {
		content: '\ea2f';
	}
	/* '' */
	.icon-doc-text-inv-1:before {
		content: '\ea30';
	}
	/* '' */
	.icon-newspaper:before {
		content: '\ea31';
	}
	/* '' */
	.icon-book-open:before {
		content: '\ea32';
	}
	/* '' */
	.icon-book-1:before {
		content: '\ea33';
	}
	/* '' */
	.icon-folder-1:before {
		content: '\ea34';
	}
	/* '' */
	.icon-archive:before {
		content: '\ea35';
	}
	/* '' */
	.icon-box-1:before {
		content: '\ea36';
	}
	/* '' */
	.icon-rss-1:before {
		content: '\ea37';
	}
	/* '' */
	.icon-phone-1:before {
		content: '\ea38';
	}
	/* '' */
	.icon-cog-1:before {
		content: '\ea39';
	}
	/* '' */
	.icon-tools:before {
		content: '\ea3a';
	}
	/* '' */
	.icon-share:before {
		content: '\ea3b';
	}
	/* '' */
	.icon-shareable:before {
		content: '\ea3c';
	}
	/* '' */
	.icon-basket-1:before {
		content: '\ea3d';
	}
	/* '' */
	.icon-bag:before {
		content: '\ea3e';
	}
	/* '' */
	.icon-calendar-1:before {
		content: '\ea3f';
	}
	/* '' */
	.icon-login-1:before {
		content: '\ea40';
	}
	/* '' */
	.icon-logout-1:before {
		content: '\ea41';
	}
	/* '' */
	.icon-mic-1:before {
		content: '\ea42';
	}
	/* '' */
	.icon-mute-1:before {
		content: '\ea43';
	}
	/* '' */
	.icon-sound:before {
		content: '\ea44';
	}
	/* '' */
	.icon-volume:before {
		content: '\ea45';
	}
	/* '' */
	.icon-clock-1:before {
		content: '\ea46';
	}
	/* '' */
	.icon-hourglass:before {
		content: '\ea47';
	}
	/* '' */
	.icon-lamp:before {
		content: '\ea48';
	}
	/* '' */
	.icon-light-down:before {
		content: '\ea49';
	}
	/* '' */
	.icon-light-up:before {
		content: '\ea4a';
	}
	/* '' */
	.icon-adjust:before {
		content: '\ea4b';
	}
	/* '' */
	.icon-block-1:before {
		content: '\ea4c';
	}
	/* '' */
	.icon-resize-full-1:before {
		content: '\ea4d';
	}
	/* '' */
	.icon-resize-small-1:before {
		content: '\ea4e';
	}
	/* '' */
	.icon-popup:before {
		content: '\ea4f';
	}
	/* '' */
	.icon-publish:before {
		content: '\ea50';
	}
	/* '' */
	.icon-window:before {
		content: '\ea51';
	}
	/* '' */
	.icon-arrow-combo:before {
		content: '\ea52';
	}
	/* '' */
	.icon-down-circled-1:before {
		content: '\ea53';
	}
	/* '' */
	.icon-left-circled-1:before {
		content: '\ea54';
	}
	/* '' */
	.icon-right-circled-1:before {
		content: '\ea55';
	}
	/* '' */
	.icon-up-circled-1:before {
		content: '\ea56';
	}
	/* '' */
	.icon-down-open-1:before {
		content: '\ea57';
	}
	/* '' */
	.icon-left-open-1:before {
		content: '\ea58';
	}
	/* '' */
	.icon-right-open-1:before {
		content: '\ea59';
	}
	/* '' */
	.icon-up-open-1:before {
		content: '\ea5a';
	}
	/* '' */
	.icon-down-open-mini:before {
		content: '\ea5b';
	}
	/* '' */
	.icon-left-open-mini:before {
		content: '\ea5c';
	}
	/* '' */
	.icon-right-open-mini:before {
		content: '\ea5d';
	}
	/* '' */
	.icon-up-open-mini:before {
		content: '\ea5e';
	}
	/* '' */
	.icon-down-open-big:before {
		content: '\ea5f';
	}
	/* '' */
	.icon-left-open-big:before {
		content: '\ea60';
	}
	/* '' */
	.icon-right-open-big:before {
		content: '\ea61';
	}
	/* '' */
	.icon-up-open-big:before {
		content: '\ea62';
	}
	/* '' */
	.icon-down-1:before {
		content: '\ea63';
	}
	/* '' */
	.icon-left-1:before {
		content: '\ea64';
	}
	/* '' */
	.icon-right-1:before {
		content: '\ea65';
	}
	/* '' */
	.icon-up-1:before {
		content: '\ea66';
	}
	/* '' */
	.icon-down-dir-1:before {
		content: '\ea67';
	}
	/* '' */
	.icon-left-dir-1:before {
		content: '\ea68';
	}
	/* '' */
	.icon-right-dir-1:before {
		content: '\ea69';
	}
	/* '' */
	.icon-up-dir-1:before {
		content: '\ea6a';
	}
	/* '' */
	.icon-down-bold:before {
		content: '\ea6b';
	}
	/* '' */
	.icon-left-bold:before {
		content: '\ea6c';
	}
	/* '' */
	.icon-right-bold:before {
		content: '\ea6d';
	}
	/* '' */
	.icon-up-bold:before {
		content: '\ea6e';
	}
	/* '' */
	.icon-down-thin:before {
		content: '\ea6f';
	}
	/* '' */
	.icon-left-thin:before {
		content: '\ea70';
	}
	/* '' */
	.icon-right-thin:before {
		content: '\ea71';
	}
	/* '' */
	.icon-up-thin:before {
		content: '\ea72';
	}
	/* '' */
	.icon-ccw-1:before {
		content: '\ea73';
	}
	/* '' */
	.icon-cw-1:before {
		content: '\ea74';
	}
	/* '' */
	.icon-arrows-ccw:before {
		content: '\ea75';
	}
	/* '' */
	.icon-level-down-1:before {
		content: '\ea76';
	}
	/* '' */
	.icon-level-up-1:before {
		content: '\ea77';
	}
	/* '' */
	.icon-shuffle-1:before {
		content: '\ea78';
	}
	/* '' */
	.icon-loop:before {
		content: '\ea79';
	}
	/* '' */
	.icon-switch:before {
		content: '\ea7a';
	}
	/* '' */
	.icon-play-1:before {
		content: '\ea7b';
	}
	/* '' */
	.icon-stop-1:before {
		content: '\ea7c';
	}
	/* '' */
	.icon-pause-1:before {
		content: '\ea7d';
	}
	/* '' */
	.icon-record:before {
		content: '\ea7e';
	}
	/* '' */
	.icon-to-end-1:before {
		content: '\ea7f';
	}
	/* '' */
	.icon-to-start-1:before {
		content: '\ea80';
	}
	/* '' */
	.icon-fast-forward:before {
		content: '\ea81';
	}
	/* '' */
	.icon-fast-backward:before {
		content: '\ea82';
	}
	/* '' */
	.icon-progress-0:before {
		content: '\ea83';
	}
	/* '' */
	.icon-progress-1:before {
		content: '\e9a4';
	}
	/* '' */
	.icon-progress-2:before {
		content: '\e9a5';
	}
	/* '' */
	.icon-progress-3:before {
		content: '\e9a6';
	}
	/* '' */
	.icon-target-1:before {
		content: '\e9a7';
	}
	/* '' */
	.icon-palette:before {
		content: '\e9a8';
	}
	/* '' */
	.icon-list-1:before {
		content: '\e9a9';
	}
	/* '' */
	.icon-list-add:before {
		content: '\e9aa';
	}
	/* '' */
	.icon-signal-1:before {
		content: '\e9ab';
	}
	/* '' */
	.icon-trophy:before {
		content: '\e9ac';
	}
	/* '' */
	.icon-battery:before {
		content: '\e9ad';
	}
	/* '' */
	.icon-back-in-time:before {
		content: '\e9ae';
	}
	/* '' */
	.icon-monitor:before {
		content: '\e9af';
	}
	/* '' */
	.icon-mobile-1:before {
		content: '\e9b0';
	}
	/* '' */
	.icon-network:before {
		content: '\e9b1';
	}
	/* '' */
	.icon-cd:before {
		content: '\e9b2';
	}
	/* '' */
	.icon-inbox-1:before {
		content: '\e9b3';
	}
	/* '' */
	.icon-install:before {
		content: '\e9b4';
	}
	/* '' */
	.icon-globe-1:before {
		content: '\e9b5';
	}
	/* '' */
	.icon-cloud-1:before {
		content: '\e9b6';
	}
	/* '' */
	.icon-cloud-thunder:before {
		content: '\e9b7';
	}
	/* '' */
	.icon-flash-1:before {
		content: '\e9b8';
	}
	/* '' */
	.icon-moon-1:before {
		content: '\e9b9';
	}
	/* '' */
	.icon-flight-1:before {
		content: '\e9ba';
	}
	/* '' */
	.icon-paper-plane:before {
		content: '\e9bb';
	}
	/* '' */
	.icon-leaf-1:before {
		content: '\e9bc';
	}
	/* '' */
	.icon-lifebuoy:before {
		content: '\e9bd';
	}
	/* '' */
	.icon-mouse:before {
		content: '\e9be';
	}
	/* '' */
	.icon-briefcase-1:before {
		content: '\e9bf';
	}
	/* '' */
	.icon-suitcase-1:before {
		content: '\e9c0';
	}
	/* '' */
	.icon-dot:before {
		content: '\e9c1';
	}
	/* '' */
	.icon-dot-2:before {
		content: '\e9c2';
	}
	/* '' */
	.icon-dot-3:before {
		content: '\e9c3';
	}
	/* '' */
	.icon-brush:before {
		content: '\e9c4';
	}
	/* '' */
	.icon-magnet-1:before {
		content: '\e9c5';
	}
	/* '' */
	.icon-infinity:before {
		content: '\e9c6';
	}
	/* '' */
	.icon-erase:before {
		content: '\e9c7';
	}
	/* '' */
	.icon-chart-pie:before {
		content: '\e9c8';
	}
	/* '' */
	.icon-chart-line:before {
		content: '\e9c9';
	}
	/* '' */
	.icon-chart-bar-1:before {
		content: '\e9ca';
	}
	/* '' */
	.icon-chart-area:before {
		content: '\e9cb';
	}
	/* '' */
	.icon-tape:before {
		content: '\e9cc';
	}
	/* '' */
	.icon-graduation-cap:before {
		content: '\e9cd';
	}
	/* '' */
	.icon-language:before {
		content: '\e9ce';
	}
	/* '' */
	.icon-ticket-1:before {
		content: '\e9cf';
	}
	/* '' */
	.icon-water:before {
		content: '\e9d0';
	}
	/* '' */
	.icon-droplet:before {
		content: '\e9d1';
	}
	/* '' */
	.icon-air:before {
		content: '\e9d2';
	}
	/* '' */
	.icon-credit-card-1:before {
		content: '\e9d3';
	}
	/* '' */
	.icon-floppy-1:before {
		content: '\e9d4';
	}
	/* '' */
	.icon-clipboard:before {
		content: '\e9d5';
	}
	/* '' */
	.icon-megaphone-1:before {
		content: '\e9d6';
	}
	/* '' */
	.icon-database:before {
		content: '\e9d7';
	}
	/* '' */
	.icon-drive:before {
		content: '\e9d8';
	}
	/* '' */
	.icon-bucket:before {
		content: '\e9d9';
	}
	/* '' */
	.icon-thermometer:before {
		content: '\e9da';
	}
	/* '' */
	.icon-key-1:before {
		content: '\e9db';
	}
	/* '' */
	.icon-flow-cascade:before {
		content: '\e9dc';
	}
	/* '' */
	.icon-flow-branch:before {
		content: '\e9dd';
	}
	/* '' */
	.icon-flow-tree:before {
		content: '\e9de';
	}
	/* '' */
	.icon-flow-line:before {
		content: '\e9df';
	}
	/* '' */
	.icon-flow-parallel:before {
		content: '\e9e0';
	}
	/* '' */
	.icon-rocket-1:before {
		content: '\e9e1';
	}
	/* '' */
	.icon-gauge-1:before {
		content: '\e9e2';
	}
	/* '' */
	.icon-traffic-cone:before {
		content: '\e9e3';
	}
	/* '' */
	.icon-cc:before {
		content: '\e9e4';
	}
	/* '' */
	.icon-cc-by:before {
		content: '\e9e5';
	}
	/* '' */
	.icon-cc-nc:before {
		content: '\e9e6';
	}
	/* '' */
	.icon-cc-nc-eu:before {
		content: '\e9e7';
	}
	/* '' */
	.icon-cc-nc-jp:before {
		content: '\e9e8';
	}
	/* '' */
	.icon-cc-sa:before {
		content: '\e9e9';
	}
	/* '' */
	.icon-cc-nd:before {
		content: '\e9ea';
	}
	/* '' */
	.icon-cc-pd:before {
		content: '\e9eb';
	}
	/* '' */
	.icon-cc-zero:before {
		content: '\e9ec';
	}
	/* '' */
	.icon-cc-share:before {
		content: '\e9ed';
	}
	/* '' */
	.icon-cc-remix:before {
		content: '\e9ee';
	}
	/* '' */
	.icon-github-1:before {
		content: '\e9ef';
	}
	/* '' */
	.icon-github-circled-1:before {
		content: '\e9f0';
	}
	/* '' */
	.icon-flickr-1:before {
		content: '\e9f1';
	}
	/* '' */
	.icon-flickr-circled:before {
		content: '\e9f2';
	}
	/* '' */
	.icon-vimeo:before {
		content: '\e9f3';
	}
	/* '' */
	.icon-vimeo-circled:before {
		content: '\e9f4';
	}
	/* '' */
	.icon-twitter-1:before {
		content: '\e9f5';
	}
	/* '' */
	.icon-twitter-circled:before {
		content: '\e9f6';
	}
	/* '' */
	.icon-facebook-1:before {
		content: '\e9f7';
	}
	/* '' */
	.icon-facebook-circled:before {
		content: '\e9f8';
	}
	/* '' */
	.icon-facebook-squared-1:before {
		content: '\e9f9';
	}
	/* '' */
	.icon-gplus-1:before {
		content: '\e9fa';
	}
	/* '' */
	.icon-gplus-circled:before {
		content: '\e9fb';
	}
	/* '' */
	.icon-pinterest:before {
		content: '\e9fc';
	}
	/* '' */
	.icon-pinterest-circled-1:before {
		content: '\e9fd';
	}
	/* '' */
	.icon-tumblr-1:before {
		content: '\e9fe';
	}
	/* '' */
	.icon-tumblr-circled:before {
		content: '\e9ff';
	}
	/* '' */
	.icon-linkedin-1:before {
		content: '\ea00';
	}
	/* '' */
	.icon-linkedin-circled:before {
		content: '\ea01';
	}
	/* '' */
	.icon-dribbble-1:before {
		content: '\ea02';
	}
	/* '' */
	.icon-dribbble-circled:before {
		content: '\ea03';
	}
	/* '' */
	.icon-stumbleupon:before {
		content: '\ea04';
	}
	/* '' */
	.icon-stumbleupon-circled:before {
		content: '\ea05';
	}
	/* '' */
	.icon-lastfm:before {
		content: '\ea06';
	}
	/* '' */
	.icon-lastfm-circled:before {
		content: '\ea07';
	}
	/* '' */
	.icon-rdio:before {
		content: '\ea08';
	}
	/* '' */
	.icon-rdio-circled:before {
		content: '\ea09';
	}
	/* '' */
	.icon-spotify:before {
		content: '\ea0a';
	}
	/* '' */
	.icon-spotify-circled:before {
		content: '\ea0b';
	}
	/* '' */
	.icon-qq:before {
		content: '\ea0c';
	}
	/* '' */
	.icon-instagram:before {
		content: '\ea0d';
	}
	/* '' */
	.icon-dropbox-1:before {
		content: '\ea0e';
	}
	/* '' */
	.icon-evernote:before {
		content: '\ea0f';
	}
	/* '' */
	.icon-flattr:before {
		content: '\ea10';
	}
	/* '' */
	.icon-skype-1:before {
		content: '\ea11';
	}
	/* '' */
	.icon-skype-circled:before {
		content: '\ea12';
	}
	/* '' */
	.icon-renren-1:before {
		content: '\ea13';
	}
	/* '' */
	.icon-sina-weibo:before {
		content: '\ea14';
	}
	/* '' */
	.icon-paypal:before {
		content: '\ea15';
	}
	/* '' */
	.icon-picasa:before {
		content: '\ea16';
	}
	/* '' */
	.icon-soundcloud:before {
		content: '\ea17';
	}
	/* '' */
	.icon-mixi:before {
		content: '\ea18';
	}
	/* '' */
	.icon-behance:before {
		content: '\ea19';
	}
	/* '' */
	.icon-google-circles:before {
		content: '\ea1a';
	}
	/* '' */
	.icon-vkontakte-1:before {
		content: '\ea1b';
	}
	/* '' */
	.icon-smashing:before {
		content: '\ea1c';
	}
	/* '' */
	.icon-sweden:before {
		content: '\ea1d';
	}
	/* '' */
	.icon-db-shape:before {
		content: '\ea1e';
	}
	/* '' */
	.icon-logo-db:before {
		content: '\ea1f';
	}
	/* '' */
	.icon-th-1:before {
		content: '\e823';
	}
	/* '' */
	.icon-looped-square-interest:before {
		content: '\e828';
	}
	/* '' */
	.icon-loop-1:before {
		content: '\ea86';
	}
	/* '' */
	.icon-facebook:before {
		content: '\e90a';
	}
	/* '' */
	/* Icon library generated by www.fontello.com */
	/*! jQuery UI - v1.10.3 - 2013-12-23
	* http://jqueryui.com
	* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.datepicker.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
	* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Segoe%20UI%2CHelvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=9fda58&bgTextureHeader=gloss_wave&bgImgOpacityHeader=85&borderColorHeader=000000&fcHeader=222222&iconColorHeader=1f1f1f&bgColorContent=000000&bgTextureContent=gloss_wave&bgImgOpacityContent=55&borderColorContent=4a4a4a&fcContent=ffffff&iconColorContent=9fda58&bgColorDefault=0a0a0a&bgTextureDefault=glass&bgImgOpacityDefault=40&borderColorDefault=1b1613&fcDefault=b8ec79&iconColorDefault=b8ec79&bgColorHover=000000&bgTextureHover=glass&bgImgOpacityHover=60&borderColorHover=000000&fcHover=96f226&iconColorHover=b8ec79&bgColorActive=4c4c4c&bgTextureActive=flat&bgImgOpacityActive=0&borderColorActive=696969&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=f1fbe5&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=8cce3b&fcHighlight=030303&iconColorHighlight=000000&bgColorError=f6ecd5&bgTextureError=gloss_wave&bgImgOpacityError=95&borderColorError=f1ac88&fcError=74736d&iconColorError=cd0a0a&bgColorOverlay=262626&bgTextureOverlay=diagonals_small&bgImgOpacityOverlay=50&opacityOverlay=30&bgColorShadow=303030&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=50&thicknessShadow=6px&offsetTopShadow=-6px&offsetLeftShadow=-6px&cornerRadiusShadow=12px
	* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
	.ui-helper-hidden {
		display: none;
	}
	.ui-helper-hidden-accessible {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.ui-helper-reset {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		line-height: 1.3;
		text-decoration: none;
		font-size: 100%;
		list-style: none;
	}
	.ui-helper-clearfix:before,
	.ui-helper-clearfix:after {
		content: "";
		display: table;
		border-collapse: collapse;
	}
	.ui-helper-clearfix:after {
		clear: both;
	}
	.ui-helper-clearfix {
		min-height: 0;
	}
	.ui-helper-zfix {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.ui-front {
		z-index: 100;
	}
	.ui-state-disabled {
		cursor: default !important;
	}
	.ui-icon {
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		background-repeat: no-repeat;
	}
	.ui-widget-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.ui-resizable {
		position: relative;
	}
	.ui-resizable-handle {
		position: absolute;
		font-size: 0.1px;
		display: block;
	}
	.ui-resizable-disabled .ui-resizable-handle,
	.ui-resizable-autohide .ui-resizable-handle {
		display: none;
	}
	.ui-resizable-n {
		cursor: n-resize;
		height: 7px;
		width: 100%;
		top: -5px;
		left: 0;
	}
	.ui-resizable-s {
		cursor: s-resize;
		height: 7px;
		width: 100%;
		bottom: -5px;
		left: 0;
	}
	.ui-resizable-e {
		cursor: e-resize;
		width: 7px;
		right: -5px;
		top: 0;
		height: 100%;
	}
	.ui-resizable-w {
		cursor: w-resize;
		width: 7px;
		left: -5px;
		top: 0;
		height: 100%;
	}
	.ui-resizable-se {
		cursor: se-resize;
		width: 12px;
		height: 12px;
		right: 1px;
		bottom: 1px;
	}
	.ui-resizable-sw {
		cursor: sw-resize;
		width: 9px;
		height: 9px;
		left: -5px;
		bottom: -5px;
	}
	.ui-resizable-nw {
		cursor: nw-resize;
		width: 9px;
		height: 9px;
		left: -5px;
		top: -5px;
	}
	.ui-resizable-ne {
		cursor: ne-resize;
		width: 9px;
		height: 9px;
		right: -5px;
		top: -5px;
	}
	.ui-selectable-helper {
		position: absolute;
		z-index: 100;
		border: 1px dotted #000000;
	}
	.ui-accordion .ui-accordion-header {
		display: block;
		cursor: pointer;
		position: relative;
		margin-top: 2px;
		padding: .5em .5em .5em .7em;
		min-height: 0;
	}
	.ui-accordion .ui-accordion-icons {
		padding-left: 2.2em;
	}
	.ui-accordion .ui-accordion-noicons {
		padding-left: 0.7em;
	}
	.ui-accordion .ui-accordion-icons .ui-accordion-icons {
		padding-left: 2.2em;
	}
	.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
		position: absolute;
		left: .5em;
		top: 50%;
		margin-top: -8px;
	}
	.ui-accordion .ui-accordion-content {
		padding: 1em 2.2em;
		border-top: 0;
		overflow: auto;
	}
	.ui-autocomplete {
		position: absolute;
		top: 0;
		left: 0;
		cursor: default;
	}
	.ui-datepicker {
		width: 17em;
		padding: .2em .2em 0;
		display: none;
	}
	.ui-datepicker .ui-datepicker-header {
		position: relative;
		padding: 0.2em 0;
	}
	.ui-datepicker .ui-datepicker-prev,
	.ui-datepicker .ui-datepicker-next {
		position: absolute;
		top: 2px;
		width: 1.8em;
		height: 1.8em;
	}
	.ui-datepicker .ui-datepicker-prev-hover,
	.ui-datepicker .ui-datepicker-next-hover {
		top: 1px;
	}
	.ui-datepicker .ui-datepicker-prev {
		left: 2px;
	}
	.ui-datepicker .ui-datepicker-next {
		right: 2px;
	}
	.ui-datepicker .ui-datepicker-prev-hover {
		left: 1px;
	}
	.ui-datepicker .ui-datepicker-next-hover {
		right: 1px;
	}
	.ui-datepicker .ui-datepicker-prev span,
	.ui-datepicker .ui-datepicker-next span {
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -8px;
		top: 50%;
		margin-top: -8px;
	}
	.ui-datepicker .ui-datepicker-title {
		margin: 0 2.3em;
		line-height: 1.8em;
		text-align: center;
	}
	.ui-datepicker .ui-datepicker-title select {
		font-size: 1em;
		margin: 1px 0;
	}
	.ui-datepicker select.ui-datepicker-month-year {
		width: 100%;
	}
	.ui-datepicker select.ui-datepicker-month,
	.ui-datepicker select.ui-datepicker-year {
		width: 49%;
	}
	.ui-datepicker table {
		width: 100%;
		font-size: .9em;
		border-collapse: collapse;
		margin: 0 0 0.4em;
	}
	.ui-datepicker th {
		padding: .7em .3em;
		text-align: center;
		font-weight: bold;
		border: 0;
	}
	.ui-datepicker td {
		border: 0;
		padding: 1px;
	}
	.ui-datepicker td span,
	.ui-datepicker td a {
		display: block;
		padding: .2em;
		text-align: right;
		text-decoration: none;
	}
	.ui-datepicker .ui-datepicker-buttonpane {
		background-image: none;
		margin: .7em 0 0 0;
		padding: 0 .2em;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}
	.ui-datepicker .ui-datepicker-buttonpane button {
		float: right;
		margin: .5em .2em .4em;
		cursor: pointer;
		padding: .2em .6em .3em .6em;
		width: auto;
		overflow: visible;
	}
	.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
		float: left;
	}
	.ui-datepicker.ui-datepicker-multi {
		width: auto;
	}
	.ui-datepicker-multi .ui-datepicker-group {
		float: left;
	}
	.ui-datepicker-multi .ui-datepicker-group table {
		width: 95%;
		margin: 0 auto 0.4em;
	}
	.ui-datepicker-multi-2 .ui-datepicker-group {
		width: 50%;
	}
	.ui-datepicker-multi-3 .ui-datepicker-group {
		width: 33.3%;
	}
	.ui-datepicker-multi-4 .ui-datepicker-group {
		width: 25%;
	}
	.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
	.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
		border-left-width: 0;
	}
	.ui-datepicker-multi .ui-datepicker-buttonpane {
		clear: left;
	}
	.ui-datepicker-row-break {
		clear: both;
		width: 100%;
		font-size: 0;
	}
	.ui-datepicker-rtl {
		direction: rtl;
	}
	.ui-datepicker-rtl .ui-datepicker-prev {
		right: 2px;
		left: auto;
	}
	.ui-datepicker-rtl .ui-datepicker-next {
		left: 2px;
		right: auto;
	}
	.ui-datepicker-rtl .ui-datepicker-prev:hover {
		right: 1px;
		left: auto;
	}
	.ui-datepicker-rtl .ui-datepicker-next:hover {
		left: 1px;
		right: auto;
	}
	.ui-datepicker-rtl .ui-datepicker-buttonpane {
		clear: right;
	}
	.ui-datepicker-rtl .ui-datepicker-buttonpane button {
		float: left;
	}
	.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
	.ui-datepicker-rtl .ui-datepicker-group {
		float: right;
	}
	.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
	.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
		border-right-width: 0;
		border-left-width: 1px;
	}
	.ui-menu {
		list-style: none;
		padding: 2px;
		margin: 0;
		display: block;
		outline: none;
	}
	.ui-menu .ui-menu {
		margin-top: -3px;
		position: absolute;
	}
	.ui-menu .ui-menu-item {
		margin: 0;
		padding: 0;
		width: 100%;
		list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	}
	.ui-menu .ui-menu-divider {
		margin: 5px -2px 5px -2px;
		height: 0;
		font-size: 0;
		line-height: 0;
		border-width: 1px 0 0 0;
	}
	.ui-menu .ui-menu-item a {
		text-decoration: none;
		display: block;
		padding: 2px .4em;
		line-height: 1.5;
		min-height: 0;
		font-weight: normal;
	}
	.ui-menu .ui-menu-item a.ui-state-focus,
	.ui-menu .ui-menu-item a.ui-state-active {
		font-weight: normal;
		margin: -1px;
	}
	.ui-menu .ui-state-disabled {
		font-weight: normal;
		margin: .4em 0 .2em;
		line-height: 1.5;
	}
	.ui-menu .ui-state-disabled a {
		cursor: default;
	}
	.ui-menu-icons {
		position: relative;
	}
	.ui-menu-icons .ui-menu-item a {
		position: relative;
		padding-left: 2em;
	}
	.ui-menu .ui-icon {
		position: absolute;
		top: .2em;
		left: 0.2em;
	}
	.ui-menu .ui-menu-icon {
		position: static;
		float: right;
	}
	.ui-progressbar {
		height: 2em;
		text-align: left;
		overflow: hidden;
	}
	.ui-progressbar .ui-progressbar-value {
		margin: -1px;
		height: 100%;
	}
	.ui-progressbar .ui-progressbar-overlay {
		background: url("images/animated-overlay.gif");
		height: 100%;
		filter: alpha(opacity=25);
		opacity: 0.25;
	}
	.ui-progressbar-indeterminate .ui-progressbar-value {
		background-image: none;
	}
	.ui-slider {
		position: relative;
		text-align: left;
	}
	.ui-slider .ui-slider-handle {
		position: absolute;
		z-index: 2;
		width: 1.2em;
		height: 1.2em;
		cursor: default;
	}
	.ui-slider .ui-slider-range {
		position: absolute;
		z-index: 1;
		font-size: .7em;
		display: block;
		border: 0;
		background-position: 0 0;
	}
	.ui-slider.ui-state-disabled .ui-slider-handle,
	.ui-slider.ui-state-disabled .ui-slider-range {
		filter: inherit;
	}
	.ui-slider-horizontal {
		height: 0.8em;
	}
	.ui-slider-horizontal .ui-slider-handle {
		top: -0.3em;
		margin-left: -0.6em;
	}
	.ui-slider-horizontal .ui-slider-range {
		top: 0;
		height: 100%;
	}
	.ui-slider-horizontal .ui-slider-range-min {
		left: 0;
	}
	.ui-slider-horizontal .ui-slider-range-max {
		right: 0;
	}
	.ui-slider-vertical {
		width: .8em;
		height: 100px;
	}
	.ui-slider-vertical .ui-slider-handle {
		left: -0.3em;
		margin-left: 0;
		margin-bottom: -0.6em;
	}
	.ui-slider-vertical .ui-slider-range {
		left: 0;
		width: 100%;
	}
	.ui-slider-vertical .ui-slider-range-min {
		bottom: 0;
	}
	.ui-slider-vertical .ui-slider-range-max {
		top: 0;
	}
	.ui-tabs {
		position: relative;
		padding: 0.2em;
	}
	.ui-tabs .ui-tabs-nav {
		margin: 0;
		padding: 0.2em 0.2em 0;
	}
	.ui-tabs .ui-tabs-nav li {
		list-style: none;
		float: left;
		position: relative;
		top: 0;
		margin: 1px .2em 0 0;
		border-bottom-width: 0;
		padding: 0;
		white-space: nowrap;
	}
	.ui-tabs .ui-tabs-nav li a {
		float: left;
		padding: .5em 1em;
		text-decoration: none;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-active {
		margin-bottom: -1px;
		padding-bottom: 1px;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
	.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
	.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
		cursor: text;
	}
	.ui-tabs .ui-tabs-nav li a,
	.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
		cursor: pointer;
	}
	.ui-tabs .ui-tabs-panel {
		display: block;
		border-width: 0;
		padding: 1em 1.4em;
		background: none;
	}
	.ui-tooltip {
		padding: 8px;
		position: absolute;
		z-index: 9999;
		max-width: 300px;
		-webkit-box-shadow: 0 0 5px #aaa;
		box-shadow: 0 0 5px #aaaaaa;
	}
	body .ui-tooltip {
		border-width: 2px;
	}
	.ui-widget {
		font-family: Segoe UI, Helvetica, Arial, sans-serif;
	}
	.ui-widget input,
	.ui-widget select,
	.ui-widget textarea,
	.ui-widget button {
		font-family: Segoe UI, Helvetica, Arial, sans-serif;
	}
	.ui-widget-content {
		border: 1px solid #4a4a4a;
		background: #000000 url(images/ui-bg_gloss-wave_55_000000_500x100.png) 50% top repeat-x;
		color: #ffffff;
	}
	.ui-widget-content a {
		color: #ffffff;
	}
	.ui-widget-header {
		border: 1px solid #000;
		background: #9fda58 url(images/ui-bg_gloss-wave_85_9fda58_500x100.png) 50% 50% repeat-x;
		color: #222;
		font-weight: bold;
	}
	.ui-widget-header a {
		color: #222222;
	}
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
		border: 1px solid #1b1613;
		background: #0a0a0a url(images/ui-bg_glass_40_0a0a0a_1x400.png) 50% 50% repeat-x;
		font-weight: bold;
		color: #b8ec79;
	}
	.ui-state-default a,
	.ui-state-default a:link,
	.ui-state-default a:visited {
		color: #b8ec79;
		text-decoration: none;
	}
	.ui-state-hover,
	.ui-widget-content .ui-state-hover,
	.ui-widget-header .ui-state-hover,
	.ui-state-focus,
	.ui-widget-content .ui-state-focus,
	.ui-widget-header .ui-state-focus {
		border: 1px solid #000;
		background: #000000 url(images/ui-bg_glass_60_000000_1x400.png) 50% 50% repeat-x;
		font-weight: bold;
		color: #96f226;
	}
	.ui-state-hover a,
	.ui-state-hover a:hover,
	.ui-state-hover a:link,
	.ui-state-hover a:visited {
		color: #96f226;
		text-decoration: none;
	}
	.ui-state-active,
	.ui-widget-content .ui-state-active,
	.ui-widget-header .ui-state-active {
		border: 1px solid #696969;
		background: #4c4c4c url(images/ui-bg_flat_0_4c4c4c_40x100.png) 50% 50% repeat-x;
		font-weight: bold;
		color: #ffffff;
	}
	.ui-state-active a,
	.ui-state-active a:link,
	.ui-state-active a:visited {
		color: #fff;
		text-decoration: none;
	}
	.ui-state-highlight,
	.ui-widget-content .ui-state-highlight,
	.ui-widget-header .ui-state-highlight {
		border: 1px solid #8cce3b;
		background: #f1fbe5 url(images/ui-bg_glass_55_f1fbe5_1x400.png) 50% 50% repeat-x;
		color: #030303;
	}
	.ui-state-highlight a,
	.ui-widget-content .ui-state-highlight a,
	.ui-widget-header .ui-state-highlight a {
		color: #030303;
	}
	.ui-state-error,
	.ui-widget-content .ui-state-error,
	.ui-widget-header .ui-state-error {
		border: 1px solid #f1ac88;
		background: #f6ecd5 url(images/ui-bg_gloss-wave_95_f6ecd5_500x100.png) 50% top repeat-x;
		color: #74736d;
	}
	.ui-state-error a,
	.ui-widget-content .ui-state-error a,
	.ui-widget-header .ui-state-error a {
		color: #74736d;
	}
	.ui-state-error-text,
	.ui-widget-content .ui-state-error-text,
	.ui-widget-header .ui-state-error-text {
		color: #74736d;
	}
	.ui-priority-primary,
	.ui-widget-content .ui-priority-primary,
	.ui-widget-header .ui-priority-primary {
		font-weight: bold;
	}
	.ui-priority-secondary,
	.ui-widget-content .ui-priority-secondary,
	.ui-widget-header .ui-priority-secondary {
		opacity: .7;
		filter: alpha(opacity=70);
		font-weight: normal;
	}
	.ui-state-disabled,
	.ui-widget-content .ui-state-disabled,
	.ui-widget-header .ui-state-disabled {
		opacity: .35;
		filter: alpha(opacity=35);
		background-image: none;
	}
	.ui-state-disabled .ui-icon {
		filter: alpha(opacity=35);
	}
	.ui-icon {
		width: 16px;
		height: 16px;
	}
	.ui-icon,
	.ui-widget-content .ui-icon {
		background-image: url(images/ui-icons_9fda58_256x240.png);
	}
	.ui-widget-header .ui-icon {
		background-image: url(images/ui-icons_1f1f1f_256x240.png);
	}
	.ui-state-default .ui-icon {
		background-image: url(images/ui-icons_b8ec79_256x240.png);
	}
	.ui-state-hover .ui-icon,
	.ui-state-focus .ui-icon {
		background-image: url(images/ui-icons_b8ec79_256x240.png);
	}
	.ui-state-active .ui-icon {
		background-image: url(images/ui-icons_ffffff_256x240.png);
	}
	.ui-state-highlight .ui-icon {
		background-image: url(images/ui-icons_000000_256x240.png);
	}
	.ui-state-error .ui-icon,
	.ui-state-error-text .ui-icon {
		background-image: url(images/ui-icons_cd0a0a_256x240.png);
	}
	.ui-icon-blank {
		background-position: 16px 16px;
	}
	.ui-icon-carat-1-n {
		background-position: 0 0;
	}
	.ui-icon-carat-1-ne {
		background-position: -16px 0;
	}
	.ui-icon-carat-1-e {
		background-position: -32px 0;
	}
	.ui-icon-carat-1-se {
		background-position: -48px 0;
	}
	.ui-icon-carat-1-s {
		background-position: -64px 0;
	}
	.ui-icon-carat-1-sw {
		background-position: -80px 0;
	}
	.ui-icon-carat-1-w {
		background-position: -96px 0;
	}
	.ui-icon-carat-1-nw {
		background-position: -112px 0;
	}
	.ui-icon-carat-2-n-s {
		background-position: -128px 0;
	}
	.ui-icon-carat-2-e-w {
		background-position: -144px 0;
	}
	.ui-icon-triangle-1-n {
		background-position: 0 -16px;
	}
	.ui-icon-triangle-1-ne {
		background-position: -16px -16px;
	}
	.ui-icon-triangle-1-e {
		background-position: -32px -16px;
	}
	.ui-icon-triangle-1-se {
		background-position: -48px -16px;
	}
	.ui-icon-triangle-1-s {
		background-position: -64px -16px;
	}
	.ui-icon-triangle-1-sw {
		background-position: -80px -16px;
	}
	.ui-icon-triangle-1-w {
		background-position: -96px -16px;
	}
	.ui-icon-triangle-1-nw {
		background-position: -112px -16px;
	}
	.ui-icon-triangle-2-n-s {
		background-position: -128px -16px;
	}
	.ui-icon-triangle-2-e-w {
		background-position: -144px -16px;
	}
	.ui-icon-arrow-1-n {
		background-position: 0 -32px;
	}
	.ui-icon-arrow-1-ne {
		background-position: -16px -32px;
	}
	.ui-icon-arrow-1-e {
		background-position: -32px -32px;
	}
	.ui-icon-arrow-1-se {
		background-position: -48px -32px;
	}
	.ui-icon-arrow-1-s {
		background-position: -64px -32px;
	}
	.ui-icon-arrow-1-sw {
		background-position: -80px -32px;
	}
	.ui-icon-arrow-1-w {
		background-position: -96px -32px;
	}
	.ui-icon-arrow-1-nw {
		background-position: -112px -32px;
	}
	.ui-icon-arrow-2-n-s {
		background-position: -128px -32px;
	}
	.ui-icon-arrow-2-ne-sw {
		background-position: -144px -32px;
	}
	.ui-icon-arrow-2-e-w {
		background-position: -160px -32px;
	}
	.ui-icon-arrow-2-se-nw {
		background-position: -176px -32px;
	}
	.ui-icon-arrowstop-1-n {
		background-position: -192px -32px;
	}
	.ui-icon-arrowstop-1-e {
		background-position: -208px -32px;
	}
	.ui-icon-arrowstop-1-s {
		background-position: -224px -32px;
	}
	.ui-icon-arrowstop-1-w {
		background-position: -240px -32px;
	}
	.ui-icon-arrowthick-1-n {
		background-position: 0 -48px;
	}
	.ui-icon-arrowthick-1-ne {
		background-position: -16px -48px;
	}
	.ui-icon-arrowthick-1-e {
		background-position: -32px -48px;
	}
	.ui-icon-arrowthick-1-se {
		background-position: -48px -48px;
	}
	.ui-icon-arrowthick-1-s {
		background-position: -64px -48px;
	}
	.ui-icon-arrowthick-1-sw {
		background-position: -80px -48px;
	}
	.ui-icon-arrowthick-1-w {
		background-position: -96px -48px;
	}
	.ui-icon-arrowthick-1-nw {
		background-position: -112px -48px;
	}
	.ui-icon-arrowthick-2-n-s {
		background-position: -128px -48px;
	}
	.ui-icon-arrowthick-2-ne-sw {
		background-position: -144px -48px;
	}
	.ui-icon-arrowthick-2-e-w {
		background-position: -160px -48px;
	}
	.ui-icon-arrowthick-2-se-nw {
		background-position: -176px -48px;
	}
	.ui-icon-arrowthickstop-1-n {
		background-position: -192px -48px;
	}
	.ui-icon-arrowthickstop-1-e {
		background-position: -208px -48px;
	}
	.ui-icon-arrowthickstop-1-s {
		background-position: -224px -48px;
	}
	.ui-icon-arrowthickstop-1-w {
		background-position: -240px -48px;
	}
	.ui-icon-arrowreturnthick-1-w {
		background-position: 0 -64px;
	}
	.ui-icon-arrowreturnthick-1-n {
		background-position: -16px -64px;
	}
	.ui-icon-arrowreturnthick-1-e {
		background-position: -32px -64px;
	}
	.ui-icon-arrowreturnthick-1-s {
		background-position: -48px -64px;
	}
	.ui-icon-arrowreturn-1-w {
		background-position: -64px -64px;
	}
	.ui-icon-arrowreturn-1-n {
		background-position: -80px -64px;
	}
	.ui-icon-arrowreturn-1-e {
		background-position: -96px -64px;
	}
	.ui-icon-arrowreturn-1-s {
		background-position: -112px -64px;
	}
	.ui-icon-arrowrefresh-1-w {
		background-position: -128px -64px;
	}
	.ui-icon-arrowrefresh-1-n {
		background-position: -144px -64px;
	}
	.ui-icon-arrowrefresh-1-e {
		background-position: -160px -64px;
	}
	.ui-icon-arrowrefresh-1-s {
		background-position: -176px -64px;
	}
	.ui-icon-arrow-4 {
		background-position: 0 -80px;
	}
	.ui-icon-arrow-4-diag {
		background-position: -16px -80px;
	}
	.ui-icon-extlink {
		background-position: -32px -80px;
	}
	.ui-icon-newwin {
		background-position: -48px -80px;
	}
	.ui-icon-refresh {
		background-position: -64px -80px;
	}
	.ui-icon-shuffle {
		background-position: -80px -80px;
	}
	.ui-icon-transfer-e-w {
		background-position: -96px -80px;
	}
	.ui-icon-transferthick-e-w {
		background-position: -112px -80px;
	}
	.ui-icon-folder-collapsed {
		background-position: 0 -96px;
	}
	.ui-icon-folder-open {
		background-position: -16px -96px;
	}
	.ui-icon-document {
		background-position: -32px -96px;
	}
	.ui-icon-document-b {
		background-position: -48px -96px;
	}
	.ui-icon-note {
		background-position: -64px -96px;
	}
	.ui-icon-mail-closed {
		background-position: -80px -96px;
	}
	.ui-icon-mail-open {
		background-position: -96px -96px;
	}
	.ui-icon-suitcase {
		background-position: -112px -96px;
	}
	.ui-icon-comment {
		background-position: -128px -96px;
	}
	.ui-icon-person {
		background-position: -144px -96px;
	}
	.ui-icon-print {
		background-position: -160px -96px;
	}
	.ui-icon-trash {
		background-position: -176px -96px;
	}
	.ui-icon-locked {
		background-position: -192px -96px;
	}
	.ui-icon-unlocked {
		background-position: -208px -96px;
	}
	.ui-icon-bookmark {
		background-position: -224px -96px;
	}
	.ui-icon-tag {
		background-position: -240px -96px;
	}
	.ui-icon-home {
		background-position: 0 -112px;
	}
	.ui-icon-flag {
		background-position: -16px -112px;
	}
	.ui-icon-calendar {
		background-position: -32px -112px;
	}
	.ui-icon-cart {
		background-position: -48px -112px;
	}
	.ui-icon-pencil {
		background-position: -64px -112px;
	}
	.ui-icon-clock {
		background-position: -80px -112px;
	}
	.ui-icon-disk {
		background-position: -96px -112px;
	}
	.ui-icon-calculator {
		background-position: -112px -112px;
	}
	.ui-icon-zoomin {
		background-position: -128px -112px;
	}
	.ui-icon-zoomout {
		background-position: -144px -112px;
	}
	.ui-icon-search {
		background-position: -160px -112px;
	}
	.ui-icon-wrench {
		background-position: -176px -112px;
	}
	.ui-icon-gear {
		background-position: -192px -112px;
	}
	.ui-icon-heart {
		background-position: -208px -112px;
	}
	.ui-icon-star {
		background-position: -224px -112px;
	}
	.ui-icon-link {
		background-position: -240px -112px;
	}
	.ui-icon-cancel {
		background-position: 0 -128px;
	}
	.ui-icon-plus {
		background-position: -16px -128px;
	}
	.ui-icon-plusthick {
		background-position: -32px -128px;
	}
	.ui-icon-minus {
		background-position: -48px -128px;
	}
	.ui-icon-minusthick {
		background-position: -64px -128px;
	}
	.ui-icon-close {
		background-position: -80px -128px;
	}
	.ui-icon-closethick {
		background-position: -96px -128px;
	}
	.ui-icon-key {
		background-position: -112px -128px;
	}
	.ui-icon-lightbulb {
		background-position: -128px -128px;
	}
	.ui-icon-scissors {
		background-position: -144px -128px;
	}
	.ui-icon-clipboard {
		background-position: -160px -128px;
	}
	.ui-icon-copy {
		background-position: -176px -128px;
	}
	.ui-icon-contact {
		background-position: -192px -128px;
	}
	.ui-icon-image {
		background-position: -208px -128px;
	}
	.ui-icon-video {
		background-position: -224px -128px;
	}
	.ui-icon-script {
		background-position: -240px -128px;
	}
	.ui-icon-alert {
		background-position: 0 -144px;
	}
	.ui-icon-info {
		background-position: -16px -144px;
	}
	.ui-icon-notice {
		background-position: -32px -144px;
	}
	.ui-icon-help {
		background-position: -48px -144px;
	}
	.ui-icon-check {
		background-position: -64px -144px;
	}
	.ui-icon-bullet {
		background-position: -80px -144px;
	}
	.ui-icon-radio-on {
		background-position: -96px -144px;
	}
	.ui-icon-radio-off {
		background-position: -112px -144px;
	}
	.ui-icon-pin-w {
		background-position: -128px -144px;
	}
	.ui-icon-pin-s {
		background-position: -144px -144px;
	}
	.ui-icon-play {
		background-position: 0 -160px;
	}
	.ui-icon-pause {
		background-position: -16px -160px;
	}
	.ui-icon-seek-next {
		background-position: -32px -160px;
	}
	.ui-icon-seek-prev {
		background-position: -48px -160px;
	}
	.ui-icon-seek-end {
		background-position: -64px -160px;
	}
	.ui-icon-seek-start {
		background-position: -80px -160px;
	}
	.ui-icon-seek-first {
		background-position: -80px -160px;
	}
	.ui-icon-stop {
		background-position: -96px -160px;
	}
	.ui-icon-eject {
		background-position: -112px -160px;
	}
	.ui-icon-volume-off {
		background-position: -128px -160px;
	}
	.ui-icon-volume-on {
		background-position: -144px -160px;
	}
	.ui-icon-power {
		background-position: 0 -176px;
	}
	.ui-icon-signal-diag {
		background-position: -16px -176px;
	}
	.ui-icon-signal {
		background-position: -32px -176px;
	}
	.ui-icon-battery-0 {
		background-position: -48px -176px;
	}
	.ui-icon-battery-1 {
		background-position: -64px -176px;
	}
	.ui-icon-battery-2 {
		background-position: -80px -176px;
	}
	.ui-icon-battery-3 {
		background-position: -96px -176px;
	}
	.ui-icon-circle-plus {
		background-position: 0 -192px;
	}
	.ui-icon-circle-minus {
		background-position: -16px -192px;
	}
	.ui-icon-circle-close {
		background-position: -32px -192px;
	}
	.ui-icon-circle-triangle-e {
		background-position: -48px -192px;
	}
	.ui-icon-circle-triangle-s {
		background-position: -64px -192px;
	}
	.ui-icon-circle-triangle-w {
		background-position: -80px -192px;
	}
	.ui-icon-circle-triangle-n {
		background-position: -96px -192px;
	}
	.ui-icon-circle-arrow-e {
		background-position: -112px -192px;
	}
	.ui-icon-circle-arrow-s {
		background-position: -128px -192px;
	}
	.ui-icon-circle-arrow-w {
		background-position: -144px -192px;
	}
	.ui-icon-circle-arrow-n {
		background-position: -160px -192px;
	}
	.ui-icon-circle-zoomin {
		background-position: -176px -192px;
	}
	.ui-icon-circle-zoomout {
		background-position: -192px -192px;
	}
	.ui-icon-circle-check {
		background-position: -208px -192px;
	}
	.ui-icon-circlesmall-plus {
		background-position: 0 -208px;
	}
	.ui-icon-circlesmall-minus {
		background-position: -16px -208px;
	}
	.ui-icon-circlesmall-close {
		background-position: -32px -208px;
	}
	.ui-icon-squaresmall-plus {
		background-position: -48px -208px;
	}
	.ui-icon-squaresmall-minus {
		background-position: -64px -208px;
	}
	.ui-icon-squaresmall-close {
		background-position: -80px -208px;
	}
	.ui-icon-grip-dotted-vertical {
		background-position: 0 -224px;
	}
	.ui-icon-grip-dotted-horizontal {
		background-position: -16px -224px;
	}
	.ui-icon-grip-solid-vertical {
		background-position: -32px -224px;
	}
	.ui-icon-grip-solid-horizontal {
		background-position: -48px -224px;
	}
	.ui-icon-gripsmall-diagonal-se {
		background-position: -64px -224px;
	}
	.ui-icon-grip-diagonal-se {
		background-position: -80px -224px;
	}
	.ui-corner-all,
	.ui-corner-top,
	.ui-corner-left,
	.ui-corner-tl {
		border-top-left-radius: 6px;
	}
	.ui-corner-all,
	.ui-corner-top,
	.ui-corner-right,
	.ui-corner-tr {
		border-top-right-radius: 6px;
	}
	.ui-corner-all,
	.ui-corner-bottom,
	.ui-corner-left,
	.ui-corner-bl {
		border-bottom-left-radius: 6px;
	}
	.ui-corner-all,
	.ui-corner-bottom,
	.ui-corner-right,
	.ui-corner-br {
		border-bottom-right-radius: 6px;
	}
	.ui-widget-overlay {
		background: #262626 url(images/ui-bg_diagonals-small_50_262626_40x40.png) 50% 50% repeat;
		opacity: .3;
		filter: alpha(opacity=30);
	}
	.ui-widget-shadow {
		margin: -6px 0 0 -6px;
		padding: 6px;
		background: #303030 url(images/ui-bg_flat_0_303030_40x100.png) 50% 50% repeat-x;
		opacity: .5;
		filter: alpha(opacity=50);
		border-radius: 12px;
	}
	/* jQueryUI Library */
	/*!
	 * jQuery UI Selectmenu @VERSION
	 * http://jqueryui.com
	 *
	 * Copyright 2013 jQuery Foundation and other contributors
	 * Released under the MIT license.
	 * http://jquery.org/license
	 *
	 * http://api.jqueryui.com/selectmenu/#theming
	 */
	.ui-selectmenu-menu {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	}
	.ui-selectmenu-menu .ui-menu {
		overflow: auto;
		/* Support: IE7 */
		overflow-x: hidden;
		padding-bottom: 1px;
	}
	.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
		font-size: 1em;
		font-weight: bold;
		line-height: 1.5;
		padding: 2px 0.4em;
		margin: 0.5em 0 0 0;
		height: auto;
		border: 0;
	}
	.ui-selectmenu-open {
		display: block;
	}
	.ui-selectmenu-button {
		display: inline-block;
		overflow: hidden;
		position: relative;
		text-decoration: none;
		cursor: pointer;
	}
	.ui-selectmenu-button span.ui-icon {
		right: 0.5em;
		left: auto;
		margin-top: -8px;
		position: absolute;
		top: 50%;
	}
	.ui-selectmenu-button span.ui-selectmenu-text {
		text-align: left;
		padding: 0.4em 2.1em 0.4em 1em;
		display: block;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	/* jQueryUI Select Menu Plugin */
	/* jQueryUI parameters transformed to less variables. */
	/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
	/* ==========================================================================
	   HTML5 display definitions
	   ========================================================================== */
	/*
	 * Corrects `block` display not defined in IE 8/9.
	 */
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	nav,
	section,
	summary {
		display: block;
	}
	/*
	 * Corrects `inline-block` display not defined in IE 8/9.
	 */
	audio,
	canvas,
	video {
		display: inline-block;
	}
	/*
	 * Prevents modern browsers from displaying `audio` without controls.
	 * Remove excess height in iOS 5 devices.
	 */
	audio:not([controls]) {
		display: none;
		height: 0;
	}
	/*
	 * Addresses styling for `hidden` attribute not present in IE 8/9.
	 */
	[hidden] {
		display: none;
	}
	/* ==========================================================================
	   Base
	   ========================================================================== */
	/*
	 * 1. Sets default font family to sans-serif.
	 * 2. Prevents iOS text size adjust after orientation change, without disabling
	 *    user zoom.
	 */
	html {
		font-family: sans-serif;
		/* 1 */
		-webkit-text-size-adjust: 100%;
		/* 2 */
		-ms-text-size-adjust: 100%;
		/* 2 */
	}
	/*
	 * Removes default margin.
	 */
	body {
		margin: 0;
	}
	/* ==========================================================================
	   Links
	   ========================================================================== */
	/*
	 * Addresses `outline` inconsistency between Chrome and other browsers.
	 */
	a:focus {
		outline: thin dotted;
	}
	/*
	 * Improves readability when focused and also mouse hovered in all browsers.
	 */
	a:active,
	a:hover {
		outline: 0;
	}
	/* ==========================================================================
	   Typography
	   ========================================================================== */
	/*
	 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
	 * Safari 5, and Chrome.
	 */
	h1 {
		font-size: 2em;
	}
	/*
	 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
	 */
	abbr[title] {
		border-bottom: 1px dotted;
	}
	/*
	 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
	 */
	b,
	strong {
		font-weight: bold;
	}
	/*
	 * Addresses styling not present in Safari 5 and Chrome.
	 */
	dfn {
		font-style: italic;
	}
	/*
	 * Addresses styling not present in IE 8/9.
	 */
	mark {
		background: #ff0;
		color: #000;
	}
	/*
	 * Corrects font family set oddly in Safari 5 and Chrome.
	 */
	code,
	kbd,
	pre,
	samp {
		font-family: monospace, serif;
		font-size: 1em;
	}
	/*
	 * Improves readability of pre-formatted text in all browsers.
	 */
	pre {
		white-space: pre;
		white-space: pre-wrap;
		word-wrap: break-word;
	}
	/*
	 * Sets consistent quote types.
	 */
	q {
		quotes: "\201C" "\201D" "\2018" "\2019";
	}
	/*
	 * Addresses inconsistent and variable font size in all browsers.
	 */
	small {
		font-size: 80%;
	}
	/*
	 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
	 */
	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	sup {
		top: -0.5em;
	}
	sub {
		bottom: -0.25em;
	}
	/* ==========================================================================
	   Embedded content
	   ========================================================================== */
	/*
	 * Removes border when inside `a` element in IE 8/9.
	 */
	img {
		border: 0;
	}
	/*
	 * Corrects overflow displayed oddly in IE 9.
	 */
	svg:not(:root) {
		overflow: hidden;
	}
	/* ==========================================================================
	   Figures
	   ========================================================================== */
	/*
	 * Addresses margin not present in IE 8/9 and Safari 5.
	 */
	figure {
		margin: 0;
	}
	/* ==========================================================================
	   Forms
	   ========================================================================== */
	/*
	 * Define consistent border, margin, and padding.
	 */
	fieldset {
		border: 1px solid #c0c0c0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em;
	}
	/*
	 * 1. Corrects color not being inherited in IE 8/9.
	 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
	 */
	legend {
		border: 0;
		/* 1 */
		padding: 0;
		/* 2 */
	}
	/*
	 * 1. Corrects font family not being inherited in all browsers.
	 * 2. Corrects font size not being inherited in all browsers.
	 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
	 */
	button,
	input,
	select,
	textarea {
		font-family: inherit;
		/* 1 */
		font-size: 100%;
		/* 2 */
		margin: 0;
		/* 3 */
	}
	/*
	 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
	 * the UA stylesheet.
	 */
	button,
	input {
		line-height: normal;
	}
	/*
	 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
	 *    and `video` controls.
	 * 2. Corrects inability to style clickable `input` types in iOS.
	 * 3. Improves usability and consistency of cursor style between image-type
	 *    `input` and others.
	 */
	button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		-webkit-appearance: button;
		/* 2 */
		cursor: pointer;
		/* 3 */
	}
	/*
	 * Re-set default cursor for disabled elements.
	 */
	button[disabled],
	input[disabled] {
		cursor: default;
	}
	/*
	 * 1. Addresses box sizing set to `content-box` in IE 8/9.
	 * 2. Removes excess padding in IE 8/9.
	 */
	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box;
		/* 1 */
		padding: 0;
		/* 2 */
	}
	/*
	 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
	 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
	 *    (include `-moz` to future-proof).
	 */
	input[type="search"] {
		-webkit-appearance: textfield;
		/* 1 */
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		/* 2 */
		box-sizing: content-box;
	}
	/*
	 * Removes inner padding and search cancel button in Safari 5 and Chrome
	 * on OS X.
	 */
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}
	/*
	 * Removes inner padding and border in Firefox 4+.
	 */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}
	/*
	 * 1. Removes default vertical scrollbar in IE 8/9.
	 * 2. Improves readability and alignment in all browsers.
	 */
	textarea {
		overflow: auto;
		/* 1 */
		vertical-align: top;
		/* 2 */
	}
	/* ==========================================================================
	   Tables
	   ========================================================================== */
	/*
	 * Remove most spacing between table cells.
	 */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	/* Renders elements more consistently and in line with modern standards. */
	.ui-corner-all,
	.ui-corner-bottom,
	.ui-corner-right,
	.ui-corner-br {
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-bottom-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.ui-corner-all,
	.ui-corner-bottom,
	.ui-corner-left,
	.ui-corner-bl {
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-bottom-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.ui-corner-all,
	.ui-corner-top,
	.ui-corner-right,
	.ui-corner-tr {
		-webkit-border-top-right-radius: 3px;
		-moz-border-top-right-radius: 3px;
		border-top-right-radius: 3px;
	}
	.ui-corner-all,
	.ui-corner-top,
	.ui-corner-left,
	.ui-corner-tl {
		-webkit-border-top-left-radius: 3px;
		-moz-border-top-left-radius: 3px;
		border-top-left-radius: 3px;
	}
	.ui-state-default,
	.ui-state-default a:link,
	.ui-state-default a:visited {
		color: #222222;
	}
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
		-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
		-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
		background: #ffffff;
		border: 0.1em solid #d5d5d5;
		color: #222222;
	}
	.ui-state-default.ui-state-hover,
	.ui-widget-content .ui-state-default.ui-state-hover,
	.ui-widget-header .ui-state-default.ui-state-hover {
		background: #f5f5f5;
		border: 0.1em solid #d5d5d5;
		color: #222222;
	}
	.ui-state-default.ui-state-active,
	.ui-widget-content .ui-state-default.ui-state-active,
	.ui-widget-header .ui-state-default.ui-state-active,
	.ui-state-default.ui-state-focus,
	.ui-widget-content .ui-state-default.ui-state-focus,
	.ui-widget-header .ui-state-default.ui-state-focus {
		background: #eeeeee;
		border: 0.1em solid #d5d5d5;
		color: #222222;
	}
	.ui-state-hover,
	.ui-widget-content .ui-state-hover,
	.ui-widget-header .ui-state-hover,
	.ui-state-focus,
	.ui-widget-content .ui-state-focus,
	.ui-widget-header .ui-state-focus {
		background: #eee;
		border-color: #eeeeee;
		color: #222222;
		font-weight: bold;
	}
	.ui-button .ui-button-text {
		padding: 0;
	}
	.ui-widget {
		color: #222222;
		font-family: "Helvetica Neue", "Helvetica", "sans-serif";
		font-size: 0.875rem;
	}
	.ui-widget-header {
		background: none;
		border: none;
		box-shadow: none;
		margin: 0;
		padding: 0;
		color: inherit;
	}
	.ui-widget-header .ui-state-hover {
		background: #f5f5f5;
	}
	.ui-widget-content {
		background: #ffffff;
		border-color: #aeaeae;
		color: inherit;
	}
	.ui-widget-content a {
		color: #00a0e0;
	}
	.ui-widget-content a:hover {
		color: #007cad;
	}
	.ui-helper-reset {
		font-size: 0.875rem;
		line-height: 1.414;
	}
	.ui-selectmenu-button {
		display: inline-block;
	}
	.ui-selectmenu-button span.ui-selectmenu-text {
		font-weight: normal;
		line-height: 1.414;
		padding: 0.5em 2em 0.5em 0.7em;
	}
	.ui-selectmenu-button span.ui-icon {
		margin-top: -0.4em;
	}
	.ui-selectmenu-menu .ui-menu {
		border-top: 0;
		padding: 0;
	}
	.ui-selectmenu-menu .ui-menu .ui-menu-item {
		border: none;
		font-weight: normal;
		padding: 0.2em 0.4em;
	}
	.ui-datepicker {
		border-color: #aeaeae;
		padding: 0.707rem;
	}
	.ui-datepicker .ui-datepicker-header {
		border: none;
		color: #000;
		line-height: 1.414;
		margin: 0.3535rem 0 0.9426666666666667rem 0;
		padding: 0;
		position: relative;
	}
	.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
		font-weight: 300;
		line-height: 1;
		margin: 0;
	}
	.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
	.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
		height: 1em;
		left: auto;
		padding: 0.5em;
		position: relative;
		right: auto;
		text-align: center;
		top: 0;
		width: 1em;
	}
	.ui-datepicker .ui-datepicker-header .ui-datepicker-next span.ui-icon,
	.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span.ui-icon {
		color: transparent;
		margin: -0.6em 0 0 -0.5em;
	}
	.ui-datepicker .ui-datepicker-header .ui-datepicker-next span.ui-icon:before,
	.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span.ui-icon:before {
		line-height: 1.2;
		color: #00a0e0;
	}
	.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover span.ui-icon:before,
	.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover span.ui-icon:before {
		color: #007cad;
	}
	.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover,
	.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
		background: none;
		border: none;
	}
	.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
		float: right;
	}
	.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
		float: left;
	}
	.ui-datepicker table.ui-datepicker-calendar {
		border-collapse: collapse;
		border-spacing: 0;
		line-height: 1;
		margin: 0;
		table-layout: fixed;
	}
	.ui-datepicker table.ui-datepicker-calendar tr a,
	.ui-datepicker table.ui-datepicker-calendar tr span {
		display: inline-block;
		padding: 0.2828rem;
	}
	.ui-datepicker table.ui-datepicker-calendar tr td,
	.ui-datepicker table.ui-datepicker-calendar tr th {
		border: 1px solid #eeeeee;
		padding: 0;
		text-align: center;
	}
	.ui-datepicker table.ui-datepicker-calendar tr td:first-child,
	.ui-datepicker table.ui-datepicker-calendar tr th:first-child {
		border-left: none;
	}
	.ui-datepicker table.ui-datepicker-calendar tr td:last-child,
	.ui-datepicker table.ui-datepicker-calendar tr th:last-child {
		border-right: none;
	}
	.ui-datepicker table.ui-datepicker-calendar tr th {
		border-top: none;
	}
	.ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-default {
		border: none;
		display: block;
		font-weight: normal;
		text-align: center;
	}
	.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a {
		outline: 1px solid red;
	}
	.ui-datepicker table.ui-datepicker-calendar tr:last-child td {
		border-bottom: none;
	}
	.ui-tabs {
		background: none;
		border: none;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}
	.ui-tabs .ui-tabs-nav.ui-widget-header {
		border-radius: 3px 3px 0 0;
		border-bottom: 1px solid #eeeeee;
		padding: 0;
	}
	.ui-tabs .ui-tabs-nav.ui-widget-header .ui-state-default {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background: none;
		border-bottom: none;
		border-color: transparent;
	}
	.ui-tabs .ui-tabs-nav.ui-widget-header .ui-state-default.ui-state-active {
		background: #ffffff;
		border-color: #eeeeee;
	}
	.ui-tabs .ui-tabs-panel.ui-widget-content {
		background: #ffffff;
		padding: 0.707rem 0;
	}
	.ui-tabs .ui-tabs-panel.ui-widget-content[class*=atk-box] {
		border-radius: 0 0 3px 3px !important;
		border-top: none  !important;
	}
	.ui-accordion .ui-accordion-header {
		font-size: 0.875rem;
		border-width: 1px;
		margin: 0;
		padding-top: 0.707rem;
		padding-bottom: 0.707rem;
	}
	.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
		left: 0.8em;
		margin-top: -0.5em;
	}
	.ui-accordion .ui-accordion-header.ui-state-active {
		background: #ffffff;
		border-color: #eeeeee;
		border-bottom-color: #ffffff;
	}
	.ui-accordion .ui-accordion-header.ui-state-active,
	.ui-accordion .ui-accordion-header.ui-state-active + .ui-accordion-content {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.ui-accordion .ui-accordion-content {
		border-color: #eeeeee;
		padding: 0.707rem;
	}
	.ui-accordion .ui-accordion-content + .ui-accordion-header {
		margin-top: 0.2em;
	}
	.ui-dialog {
		border-color: #aeaeae;
	}
	.ui-dialog .ui-widget-header.ui-dialog-titlebar {
		padding: 1.414rem 1.414rem 0 1.414rem;
	}
	.ui-dialog .ui-widget-header.ui-dialog-titlebar .ui-dialog-title {
		font-size: 1.1951227719053785rem;
		font-weight: bold;
		line-height: 1.1;
	}
	.ui-dialog .ui-widget-header.ui-dialog-titlebar .ui-button.ui-dialog-titlebar-close {
		background: none;
		border: none;
		box-shadow: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0.3535rem;
		right: 0.3535rem;
		color: #d3d3d3;
	}
	.ui-dialog .ui-widget-header.ui-dialog-titlebar .ui-button.ui-dialog-titlebar-close .ui-button-text {
		display: none;
	}
	.ui-dialog .ui-widget-header.ui-dialog-titlebar .ui-button.ui-dialog-titlebar-close .ui-icon {
		font-size: 120%;
		margin-right: -0.2rem;
		width: auto;
	}
	.ui-dialog .ui-widget-header.ui-dialog-titlebar .ui-button.ui-dialog-titlebar-close:hover {
		color: #7a7a7a;
	}
	.ui-dialog > .ui-widget-content {
		background: none;
		border: none;
	}
	.ui-dialog > .ui-widget-content .ui-dialog-buttonset {
		border-top: 1px solid #eeeeee;
		padding: 0.707rem 1.414rem;
	}
	.ui-dialog > .ui-widget-content .ui-dialog-buttonset > * + * {
		margin-left: 0.5em;
	}
	.ui-dialog > .ui-widget-content .ui-dialog-buttonset > *.atk-sep + * {
		margin-left: 0;
	}
	.ui-dialog > .ui-widget-content.ui-dialog-content {
		overflow: auto;
		padding: 0.707rem 1.414rem 1.414rem 1.414rem;
	}
	.ui-icon {
		background-image: none !important;
		background-position: 0;
		text-align: center;
		width: 1em;
		height: auto;
		line-height: 1;
		overflow: hidden;
		text-indent: 0;
	}
	.ui-icon:before {
		display: inline-block;
		font-family: fontello;
		height: 1em;
		line-height: 1;
		width: 1em;
	}
	.ui-icon.ui-icon-triangle-1-s:before {
		content: '\e870';
	}
	.ui-icon.ui-icon-triangle-1-e:before {
		content: '\e873';
	}
	.ui-icon.ui-icon-circle-triangle-e:before {
		content: '\ea61';
	}
	.ui-icon.ui-icon-circle-triangle-w:before {
		content: '\ea60';
	}
	.ui-icon.ui-icon-closethick:before {
		content: '\e97b';
	}
	@-webkit-keyframes rotate-i1 {
		from {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		to {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@-moz-keyframes rotate-i1 {
		from {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		to {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@-ms-keyframes rotate-i1 {
		from {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		to {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@-o-keyframes rotate-i1 {
		from {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		to {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@keyframes rotate-i1 {
		from {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		to {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@-webkit-keyframes rotate-i2 {
		from {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		to {
			-webkit-transform: rotate(-360deg);
			-moz-transform: rotate(-360deg);
			-ms-transform: rotate(-360deg);
			-o-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}
	}
	@-moz-keyframes rotate-i2 {
		from {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		to {
			-webkit-transform: rotate(-360deg);
			-moz-transform: rotate(-360deg);
			-ms-transform: rotate(-360deg);
			-o-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}
	}
	@-ms-keyframes rotate-i2 {
		from {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		to {
			-webkit-transform: rotate(-360deg);
			-moz-transform: rotate(-360deg);
			-ms-transform: rotate(-360deg);
			-o-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}
	}
	@-o-keyframes rotate-i2 {
		from {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		to {
			-webkit-transform: rotate(-360deg);
			-moz-transform: rotate(-360deg);
			-ms-transform: rotate(-360deg);
			-o-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}
	}
	@keyframes rotate-i2 {
		from {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		to {
			-webkit-transform: rotate(-360deg);
			-moz-transform: rotate(-360deg);
			-ms-transform: rotate(-360deg);
			-o-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}
	}
	.loading {
		position: absolute;
		margin: auto;
		z-index: 9999;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	.loading i {
		position: absolute;
		background: url(../images/gear-32x32.png);
		width: 32px;
		height: 32px;
		-webkit-transition: linear;
		-moz-transition: linear;
		-ms-transition: linear;
		-o-transition: linear;
		transition: linear;
		margin: 35px 27px;
		-webkit-animation: rotate-i2 5s infinite;
		-moz-animation: rotate-i2 5s infinite;
		-ms-animation: rotate-i2 5s infinite;
		-o-animation: rotate-i2 5s infinite;
		animation: rotate-i2 5s infinite;
	}
	.loading i:first-child {
		margin: 10px 10px;
		-webkit-animation: rotate-i1 5s infinite;
		-moz-animation: rotate-i1 5s infinite;
		-ms-animation: rotate-i1 5s infinite;
		-o-animation: rotate-i1 5s infinite;
		animation: rotate-i1 5s infinite;
	}
	html,
	body {
		height: 100%;
		/* INFO Optional CSS for a sticky footer */
	}
	.atk-layout {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: table;
		height: 100%;
		width: 100%;
	}
	.atk-layout > .atk-layout-row {
		display: table-row;
		height: 1px;
	}
	.atk-layout > .atk-layout-row .atk-layout-cell {
		min-width: 100%;
	}
	.atk-layout > .atk-layout-row.atk-layout-fluid {
		height: auto;
	}
	.atk-layout > .atk-layout-column {
		display: table-cell;
		min-width: 1px;
		vertical-align: top;
	}
	.atk-layout > .atk-layout-column.atk-layout-fluid {
		width: auto;
	}
	body > .atk-layout {
		table-layout: fixed;
		/* NOTE Speed up table rendering */
	}
	.atk-wrapper {
		margin-left: auto;
		margin-right: auto;
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
	html {
		font-family: "Helvetica Neue", "Helvetica", "sans-serif";
		font-size: 100%;
		/* 16px */
		line-height: 1.414;
	}
	body {
		color: #222222;
		font-size: 0.875rem;
	}
	*,
	body,
	button,
	input,
	textarea,
	select {
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #222222;
		font-family: "Helvetica Neue", "Helvetica", "sans-serif";
		font-weight: bold;
		line-height: 1.1;
		text-rendering: optimizeLegibility;
		/*  voodoo to enable ligatures and kerning | https://developer.mozilla.org/en-US/docs/CSS/text-rendering */
		margin: 1.414rem 0 0.707rem 0;
	}
	h1:first-child,
	h2:first-child,
	h3:first-child,
	h4:first-child,
	h5:first-child,
	h6:first-child {
		margin-top: 0;
	}
	h1 + .atk-form,
	h2 + .atk-form,
	h3 + .atk-form,
	h4 + .atk-form,
	h5 + .atk-form,
	h6 + .atk-form {
		margin-top: 1.414rem;
	}
	.atk-size-exa {
		font-size: 2.2295717787283307rem;
	}
	.atk-size-peta {
		font-size: 2.0094936387506794rem;
	}
	h1,
	.atk-size-tera {
		font-size: 1.6323639313449092rem;
	}
	h2,
	.atk-size-giga {
		font-size: 1.4712354037933562rem;
	}
	h3,
	.atk-size-mega {
		font-size: 1.3260116643177935rem;
	}
	h4,
	.atk-size-kilo {
		font-size: 1.1951227719053785rem;
	}
	h5,
	.atk-size-reset {
		font-size: 0.875rem;
	}
	h6,
	small,
	.atk-size-milli {
		font-size: 0.7886298843043849rem;
	}
	.atk-size-micro {
		font-size: 0.7107852507633685rem;
	}
	figure img {
		display: block;
		height: auto;
		width: 100%;
	}
	figcaption {
		color: red;
		font-size: small;
		font-style: italic;
	}
	ul,
	ol,
	dl {
		margin: 0 0 1.414rem 0;
	}
	ul:last-child,
	ol:last-child,
	dl:last-child {
		margin-bottom: 0;
	}
	ul.atk-list-nobullets,
	ol.atk-list-nobullets {
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
	}
	ul.atk-list-nobullets ul,
	ol.atk-list-nobullets ul,
	ul.atk-list-nobullets ol,
	ol.atk-list-nobullets ol {
		list-style-type: none;
		padding-left: 1em;
	}
	ul.atk-list-inline li,
	ol.atk-list-inline li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	ul.atk-list-inline li:first-child .atk-sep,
	ol.atk-list-inline li:first-child .atk-sep {
		display: none;
	}
	p {
		margin: 0 0 1.414rem 0;
	}
	blockquote {
		font-size: 1.1951227719053785rem;
		font-style: italic;
		font-weight: 300;
		margin: 0 1.414rem 1.414rem;
	}
	mark {
		background: blue;
		color: red;
		line-height: 0.875rem;
	}
	del {
		color: red;
	}
	code,
	kbd,
	pre,
	samp {
		border-top: 1px solid #eeeeee;
		border-bottom: 1px solid #eeeeee;
		cursor: text;
		display: block;
		line-height: 1.414;
		margin: 0 0 1.414rem;
		padding: 1.414rem;
	}
	pre {
		font-family: monospace, serif;
		font-size: 0.7886298843043849rem;
		white-space: pre-wrap;
		word-wrap: break-word;
	}
	hr {
		background: none;
		border: none;
		border-top: 1px solid #eeeeee;
		margin: 1.414rem 0;
		width: 100%;
		height: 1px;
		clear: both;
	}
	hr.atk-hr-small {
		margin: 0.707rem 0;
	}
	hr.atk-hr-large {
		margin: 2.828rem 0;
	}
	hr.atk-hr-dotted {
		border-top-style: dotted;
	}
	input[readonly],
	div.atk-form-field-readonly {
		background: #222222;
	}
	fieldset {
		border: none;
		margin: 0;
		padding: 0;
	}
	input[type="text"],
	input[type="url"],
	input[type="email"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="tel"],
	textarea {
		background: #fff;
		border: 1px solid #d5d5d5;
		border-radius: 3px;
		box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03) inset;
		line-height: 1.414;
		padding: 0.5em 0.7em;
	}
	textarea {
		min-height: 4.949rem;
	}
	input[type=radio],
	input[type=checkbox] {
		line-height: 1.414;
	}
	input[type=file],
	select {
		margin: 0.5em 0 0 0;
	}
	button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
		border: 0 !important;
		padding: 0 !important;
	}
	input[type=text]:focus,
	input[type=password]:focus,
	textarea:focus {
		border-color: #00a4e5;
		-webkit-box-shadow: 0 0 3px rgba(0, 164, 229, 0.7), 0 0 10px rgba(0, 164, 229, 0.30000000000000004);
		-moz-box-shadow: 0 0 3px rgba(0, 164, 229, 0.7), 0 0 10px rgba(0, 164, 229, 0.30000000000000004);
		box-shadow: 0 0 3px rgba(0, 164, 229, 0.7), 0 0 10px rgba(0, 164, 229, 0.30000000000000004);
		outline: none;
	}
	label em {
		font-style: normal;
		font-weight: normal;
	}
	.atk-input-icon {
		display: inline-block;
		position: relative;
	}
	.atk-input-icon input {
		padding-right: 1.4em;
	}
	.atk-input-icon *[class*=icon] {
		position: absolute;
		top: 50%;
		right: 0.5em;
		line-height: 1;
		margin-top: -0.5em;
	}
	.atk-input-icon *[class*=icon]:before {
		margin: 0;
	}
	.atk-input-combo.atk-cells .atk-cell * {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		width: 100%;
	}
	.atk-input-combo.atk-cells .atk-cell:first-child * {
		-webkit-border-top-left-radius: 3px;
		-moz-border-top-left-radius: 3px;
		border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-bottom-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.atk-input-combo.atk-cells .atk-cell:first-child *.atk-button {
		border-right: none;
	}
	.atk-input-combo.atk-cells .atk-cell:last-child * {
		-webkit-border-top-right-radius: 3px;
		-moz-border-top-right-radius: 3px;
		border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-bottom-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.atk-input-combo.atk-cells .atk-cell + .atk-cell .atk-button {
		border-left: none;
	}
	.atk-input-radio {
		padding-top: 0.5em;
	}
	.atk-form-stacked .atk-input-radio,
	.atk-input-radio.atk-input-radio-stacked {
		padding-top: 0;
	}
	.atk-input-radio span {
		display: inline-block;
		margin-right: 1em;
	}
	.atk-input-radio span label {
		margin-left: 0.35em;
	}
	.atk-input-radio span input {
		position: relative;
		top: -0.05em;
	}
	.atk-input-radio.atk-input-radio-stacked span {
		display: block;
	}
	.atk-form form {
		display: table;
	}
	.atk-form form:not(.row) {
		width: 100%;
	}
	.atk-form form .atk-form-fieldset {
		display: table-row-group;
	}
	.atk-form form .atk-form-fieldset > .atk-cells > .atk-cell {
		padding-bottom: 1.414rem;
		vertical-align: top;
	}
	.atk-form form .atk-form-fieldset > .atk-cells > .atk-cell input[type=text]:not([class*="span"]),
	.atk-form form .atk-form-fieldset > .atk-cells > .atk-cell input[type=password]:not([class*="span"]),
	.atk-form form .atk-form-fieldset > .atk-cells > .atk-cell input[readonly]:not([class*="span"]),
	.atk-form form .atk-form-fieldset > .atk-cells > .atk-cell textarea:not([class*="span"]),
	.atk-form form .atk-form-fieldset > .atk-cells > .atk-cell div.atk-form-field-readonly:not([class*="span"]),
	.atk-form form .atk-form-fieldset > .atk-cells > .atk-cell select,
	.atk-form form .atk-form-fieldset > .atk-cells > .atk-cell .ui-selectmenu-button,
	.atk-form form .atk-form-fieldset > .atk-cells > .atk-cell .atk-input-icon {
		width: 100% !important;
	}
	.atk-form form .atk-form-fieldset > .atk-cells > .atk-cell > *:not(select) + * {
		margin: 0.3535rem 0 0 0;
	}
	.atk-form form .atk-form-fieldset > .atk-cells > .atk-cell:first-child label {
		display: inline-block;
		font-weight: bold;
		margin: 0.5em 0;
	}
	.atk-form form .atk-form-fieldset > .atk-cells.atk-form-error label {
		color: #e5432e;
	}
	.atk-form form .atk-form-fieldset > .atk-cells.atk-form-error input,
	.atk-form form .atk-form-fieldset > .atk-cells.atk-form-error textarea {
		border-color: #e5432e;
	}
	.atk-form form .atk-form-fieldset > .atk-cells,
	.atk-form form .atk-form-fieldset + .atk-cells {
		display: table-row;
	}
	.atk-form form > .atk-actions hr {
		margin-top: 0;
	}
	.atk-form form > .atk-actions hr + * {
		margin-left: 0;
	}
	.atk-form-compact form .atk-form-fieldset > .atk-cells > .atk-cell,
	.atk-form-compact.atk-form-fieldset > .atk-cells > .atk-cell {
		padding-bottom: 0.4713333333333333rem;
	}
	.atk-form-stacked form,
	.atk-form-stacked form .atk-form-fieldset,
	.atk-form-stacked form .atk-form-fieldset > .atk-cells,
	.atk-form-stacked form .atk-form-fieldset > .atk-cells > .atk-cell,
	.atk-form-stacked.atk-form-fieldset,
	.atk-form-stacked.atk-form-fieldset > .atk-cells,
	.atk-form-stacked.atk-form-fieldset > .atk-cells > .atk-cell {
		display: block !important;
	}
	.atk-form-stacked form .atk-form-fieldset > .atk-cells > .atk-cell:first-child,
	.atk-form-stacked.atk-form-fieldset > .atk-cells > .atk-cell:first-child {
		padding-bottom: 0;
	}
	.atk-form-stacked form .atk-form-fieldset > .atk-cells > .atk-cell:first-child label,
	.atk-form-stacked.atk-form-fieldset > .atk-cells > .atk-cell:first-child label {
		margin-top: 0;
	}
	.atk-form-hybrid.atk-form form {
		display: block;
	}
	.atk-form-hybrid.atk-form .atk-form-fieldset {
		display: table;
	}
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		outline: none !important;
	}
	*:last-child {
		margin-bottom: 0;
	}
	body {
		background: #ffffff;
	}
	::selection {
		background: #0a1a25;
		color: white;
	}
	::-moz-selection {
		background: #0a1a25;
		color: white;
	}
	img::selection {
		background: transparent;
	}
	img::-moz-selection {
		background: transparent;
	}
	body {
		-webkit-tap-highlight-color: #0a1a25;
	}
	a {
		color: #00a0e0;
		text-decoration: none;
	}
	a:hover,
	a:focus {
		color: #007cad;
	}
	.row {
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	.atk-bar.atk-cells {
		line-height: 1;
	}
	.atk-popover.ui-dialog {
		border-color: #eeeeee;
		border-radius: 3px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	}
	.atk-popover.ui-dialog > .ui-dialog-titlebar {
		display: none;
	}
	.atk-popover.ui-dialog > .ui-dialog-content {
		background: #fff;
		border-radius: 3px;
		padding: 0.707rem;
		z-index: 2;
	}
	.atk-popover.ui-dialog .atk-arrow.top {
		position: absolute;
		bottom: 100%;
		left: 0.707rem;
		width: 12px;
		height: 6px;
		z-index: 1 !important;
		overflow: hidden;
	}
	.atk-popover.ui-dialog .atk-arrow.top:after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #fff;
		border: 1px solid #eeeeee;
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		position: relative;
		top: 2px;
	}
	.atk-growl {
		font-weight: bold;
		position: fixed;
		top: 2.828rem;
		right: 2.828rem;
		z-index: 9999;
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	.atk-growl > div {
		width: 180px;
		margin-top: 1.414rem;
		position: relative;
	}
	.atk-growl > div:first-child {
		margin-top: 0;
	}
	.atk-growl > div .ui-icon-closethick {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		-ms-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
	.atk-growl > div:hover .ui-icon-closethick {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.atk-table table {
		width: 100%;
	}
	.atk-table table thead th,
	.atk-table table tbody td {
		background: #fff;
	}
	.atk-table table thead th:not([class*=atk-padding]):not([class*=atk-section]):not(.atk-table-sort),
	.atk-table table tbody td:not([class*=atk-padding]):not([class*=atk-section]):not(.atk-table-sort) {
		padding-bottom: 0.3535rem;
		padding-left: 0.707rem;
		padding-right: 0.707rem;
		padding-top: 0.3535rem;
	}
	.atk-table table thead th[class*=atk-section],
	.atk-table table tbody td[class*=atk-section] {
		padding-left: 0.707rem;
		padding-right: 0.707rem;
	}
	.atk-table table > thead > tr > th {
		text-align: left;
	}
	.atk-table table > thead > tr > th.atk-table-sort > a {
		display: block;
		padding: 0.3535rem 0.707rem;
		padding-right: 1.414rem;
		position: relative;
	}
	.atk-table table > thead > tr > th.atk-table-sort > a *[class*=icon] {
		position: absolute;
		top: 50%;
		right: 0.707rem;
		line-height: 1;
		margin-top: -0.5em;
	}
	.atk-table table > thead > tr > th.atk-table-sort > a *[class*=icon]:before {
		margin: 0 -0.2em 0 0;
	}
	.atk-table table > thead > tr > th:not([class*='atk-swatch']) > a {
		color: #222222;
	}
	.atk-table table tbody tr td {
		border-top: 1px solid #eeeeee;
	}
	.atk-table table tbody tr.atk-table-expander {
		display: none;
	}
	.atk-table table tbody tr.atk-table-expander td {
		border-top: none;
	}
	.atk-table > *[class*=atk-box]:first-child {
		border-bottom: none;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		margin-bottom: 0;
	}
	.atk-table > *[class*=atk-box]:last-child {
		border-top: none;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.atk-table.atk-table-zebra tbody tr:nth-child(odd) td:not([class*='atk-swatch']) {
		background: #ffffff;
	}
	.atk-table.atk-table-outline > table {
		border: 1px solid #eeeeee;
	}
	.atk-table.atk-table-bordered th,
	.atk-table.atk-table-bordered td {
		border: 1px solid #eeeeee;
	}
	.atk-pagination {
		font-size: 0;
		line-height: 0;
	}
	.atk-pagination > a {
		font-size: 0.875rem;
	}
	.atk-pagination > a *[class*=icon] {
		position: relative;
		right: -0.3535rem;
		margin-left: -0.707rem;
	}
	.atk-pagination > a:first-child {
		-webkit-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
		border-right-color: #eeeeee;
	}
	.atk-pagination > a:last-child {
		-webkit-border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
		border-left-color: #d5d5d5;
		border-right-color: #d5d5d5;
	}
	.atk-pagination > a + a {
		border-left-width: 0;
		border-right-color: #eeeeee;
	}
	.atk-dialog .atk-dialog-buttons {
		margin: 0 0 -1.414rem -1.414rem;
		table-layout: fixed;
	}
	.atk-dialog .atk-dialog-buttons .atk-cell .atk-button {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		box-shadow: none;
		border-width: 1px 1px 0 0;
		text-align: center;
		width: 100%;
	}
	.atk-dialog .atk-dialog-buttons .atk-cell + .atk-cell .atk-button {
		border-right: none;
	}
	/* Bars, Tables, Tabs, Datepicker, Accordion  etc. */
	.atk-text-dimmed {
		color: #888888;
	}
	.atk-text-nowrap {
		white-space: nowrap;
	}
	.atk-text-reset {
		font-size: 0;
		line-height: 0;
	}
	.atk-text-ellipsis {
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.atk-actions > * + * {
		margin-left: 0.5em;
	}
	.atk-actions > *.atk-sep + * {
		margin-left: 0;
	}
	.atk-actions-large > * + * {
		margin-left: 1em;
	}
	.atk-actions-large > *.atk-sep + * {
		margin-left: 0;
	}
	.atk-actions-xlarge > * + * {
		margin-left: 2em;
	}
	.atk-actions-xlarge > *.atk-sep + * {
		margin-left: 0;
	}
	.atk-sep {
		margin-left: 0.4713333333333333rem !important;
		margin-right: 0.4713333333333333rem !important;
	}
	.atk-cells {
		display: table;
		width: 100%;
	}
	.atk-cells > .atk-cell {
		display: table-cell;
		vertical-align: middle;
	}
	.atk-cells.atk-cells-gutter-large > .atk-cell + .atk-cell {
		padding-left: 2em;
	}
	.atk-cells.atk-cells-gutter > .atk-cell + .atk-cell {
		padding-left: 1em;
	}
	.atk-cells.atk-cells-gutter-small > .atk-cell + .atk-cell {
		padding-left: 0.5em;
	}
	.atk-cells.atk-cells-justified {
		table-layout: fixed;
	}
	a[class*='atk-button'],
	button[class*='atk-button'],
	input[class*='atk-button'],
	a.ui-button,
	button.ui-button,
	input.ui-button {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
		-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
		background: #ffffff;
		border: 0.1em solid #d5d5d5;
		color: #222222;
		display: inline-block;
		font-weight: bold;
		line-height: 1.414;
		padding: 0.5em 1em;
	}
	a[class*='atk-button']:hover,
	button[class*='atk-button']:hover,
	input[class*='atk-button']:hover,
	a.ui-button:hover,
	button.ui-button:hover,
	input.ui-button:hover {
		background: #f5f5f5;
		border: 0.1em solid #d5d5d5;
		color: #222222;
	}
	a[class*='atk-button'].atk-button-small,
	button[class*='atk-button'].atk-button-small,
	input[class*='atk-button'].atk-button-small,
	a.ui-button.atk-button-small,
	button.ui-button.atk-button-small,
	input.ui-button.atk-button-small {
		padding: 0.25em 0.5em;
	}
	a[class*='atk-button'].atk-button-large,
	button[class*='atk-button'].atk-button-large,
	input[class*='atk-button'].atk-button-large,
	a.ui-button.atk-button-large,
	button.ui-button.atk-button-large,
	input.ui-button.atk-button-large {
		padding: 0.75em 1.5em;
	}
	a[class*='atk-button'].atk-button-blank,
	button[class*='atk-button'].atk-button-blank,
	input[class*='atk-button'].atk-button-blank,
	a.ui-button.atk-button-blank,
	button.ui-button.atk-button-blank,
	input.ui-button.atk-button-blank {
		background: none !important;
		border-color: transparent !important;
		box-shadow: none !important;
	}
	a[class*='atk-button'].atk-button-outline,
	button[class*='atk-button'].atk-button-outline,
	input[class*='atk-button'].atk-button-outline,
	a.ui-button.atk-button-outline,
	button.ui-button.atk-button-outline,
	input.ui-button.atk-button-outline {
		background: none;
		border-color: #fff;
		box-shadow: none !important;
		color: #fff !important;
	}
	*[class*='atk-menu'] a[class*='atk-button'],
	*[class*='atk-menu'] button[class*='atk-button'],
	*[class*='atk-menu'] input[class*='atk-button'],
	*[class*='atk-menu'] a.ui-button,
	*[class*='atk-menu'] button.ui-button,
	*[class*='atk-menu'] input.ui-button {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.atk-menu-horizontal li:first-child a[class*='atk-button'],
	.atk-menu-horizontal li:first-child button[class*='atk-button'],
	.atk-menu-horizontal li:first-child input[class*='atk-button'],
	.atk-menu-horizontal li:first-child a.ui-button,
	.atk-menu-horizontal li:first-child button.ui-button,
	.atk-menu-horizontal li:first-child input.ui-button {
		-webkit-border-top-left-radius: 3px;
		-moz-border-top-left-radius: 3px;
		border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-bottom-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.atk-menu-horizontal li:last-child a[class*='atk-button'],
	.atk-menu-horizontal li:last-child button[class*='atk-button'],
	.atk-menu-horizontal li:last-child input[class*='atk-button'],
	.atk-menu-horizontal li:last-child a.ui-button,
	.atk-menu-horizontal li:last-child button.ui-button,
	.atk-menu-horizontal li:last-child input.ui-button {
		-webkit-border-top-right-radius: 3px;
		-moz-border-top-right-radius: 3px;
		border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-bottom-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.atk-menu-horizontal li + li a[class*='atk-button'],
	.atk-menu-horizontal li + li button[class*='atk-button'],
	.atk-menu-horizontal li + li input[class*='atk-button'],
	.atk-menu-horizontal li + li a.ui-button,
	.atk-menu-horizontal li + li button.ui-button,
	.atk-menu-horizontal li + li input.ui-button {
		border-left: none;
	}
	.atk-menu-vertical li:first-child a[class*='atk-button'],
	.atk-menu-vertical li:first-child button[class*='atk-button'],
	.atk-menu-vertical li:first-child input[class*='atk-button'],
	.atk-menu-vertical li:first-child a.ui-button,
	.atk-menu-vertical li:first-child button.ui-button,
	.atk-menu-vertical li:first-child input.ui-button {
		-webkit-border-top-left-radius: 3px;
		-moz-border-top-left-radius: 3px;
		border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-top-right-radius: 3px;
		border-top-right-radius: 3px;
	}
	.atk-menu-vertical li:last-child a[class*='atk-button'],
	.atk-menu-vertical li:last-child button[class*='atk-button'],
	.atk-menu-vertical li:last-child input[class*='atk-button'],
	.atk-menu-vertical li:last-child a.ui-button,
	.atk-menu-vertical li:last-child button.ui-button,
	.atk-menu-vertical li:last-child input.ui-button {
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-bottom-left-radius: 3px;
		border-bottom-left-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-bottom-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.atk-menu-vertical li + li a[class*='atk-button'],
	.atk-menu-vertical li + li button[class*='atk-button'],
	.atk-menu-vertical li + li input[class*='atk-button'],
	.atk-menu-vertical li + li a.ui-button,
	.atk-menu-vertical li + li button.ui-button,
	.atk-menu-vertical li + li input.ui-button {
		border-top: none;
	}
	.atk-button-blank {
		background: none !important;
		border-color: transparent !important;
		box-shadow: none !important;
	}
	ul[class*=atk-menu] {
		display: inline-block;
		list-style-type: none;
		margin-bottom: 0;
		margin-right: 0;
		margin-top: 0;
		padding: 0;
		white-space: nowrap;
	}
	ul[class*=atk-menu] > li {
		*zoom: 1;
		display: inline-block;
		position: relative;
	}
	ul[class*=atk-menu] > li:before,
	ul[class*=atk-menu] > li:after {
		display: table;
		content: "";
		line-height: 0;
	}
	ul[class*=atk-menu] > li:after {
		clear: both;
	}
	ul[class*=atk-menu] > li > a[class*='atk-button'] {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		min-width: 1em;
	}
	ul[class*=atk-menu] > li .atk-label[class*='icon']:before {
		margin: 0;
	}
	ul[class*=atk-menu] > li .atk-label.atk-shape-circle {
		display: inline-block;
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
		width: 1.414em;
	}
	ul[class*=atk-menu] > li > a {
		display: inline-block;
		white-space: nowrap;
	}
	ul[class*=atk-menu] > li *[class*=atk-menu] {
		display: none;
		z-index: 99;
	}
	ul[class*=atk-menu] > li *[class*=atk-menu],
	ul[class*=atk-menu] > li *[class*=atk-menu] li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	ul[class*=atk-menu] > li:hover *[class*=atk-menu] {
		display: block;
	}
	ul[class*=atk-menu] > li:hover[class*=atk-swatch] > a[class*=atk-swatch] {
		background: none;
	}
	ul[class*=atk-menu]:not[class*=atk-actions] > li {
		margin-left: 0;
	}
	ul[class*=atk-menu].atk-menu-horizontal > li > a {
		text-align: center;
	}
	ul[class*=atk-menu].atk-menu-horizontal > li > a *[class*='icon']:before {
		margin: 0;
	}
	ul[class*=atk-menu].atk-menu-horizontal > li *[class*=atk-menu] {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 100%;
	}
	ul[class*=atk-menu].atk-menu-vertical {
		display: block;
	}
	ul[class*=atk-menu].atk-menu-vertical > li {
		display: block;
		text-align: left;
	}
	ul[class*=atk-menu].atk-menu-vertical > li a {
		display: block;
		float: none;
	}
	ul[class*=atk-menu].atk-menu-vertical > li *[class*=atk-menu] {
		position: absolute;
		top: 0;
		left: 100%;
	}
	*[class*=atk-box],
	*[class*=atk-box][class*=span],
	.ui-tabs *[class*=atk-box].ui-tabs-panel.ui-widget-content {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #ffffff;
		border: 1px solid #eeeeee;
		display: block;
		padding: 1.414rem;
		margin-bottom: 1.414rem;
	}
	*[class*=atk-box].atk-box-small,
	*[class*=atk-box][class*=span].atk-box-small,
	.ui-tabs *[class*=atk-box].ui-tabs-panel.ui-widget-content.atk-box-small {
		padding: 0.707rem;
	}
	*[class*=atk-box].atk-box-large,
	*[class*=atk-box][class*=span].atk-box-large,
	.ui-tabs *[class*=atk-box].ui-tabs-panel.ui-widget-content.atk-box-large {
		padding: 2.828rem;
	}
	*[class*=atk-box]:last-child,
	*[class*=atk-box][class*=span]:last-child,
	.ui-tabs *[class*=atk-box].ui-tabs-panel.ui-widget-content:last-child {
		margin-bottom: 0;
	}
	.atk-label {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		display: inline;
		font-weight: bold;
		padding: 0.2em 0.4em;
	}
	.atk-inline {
		display: inline-block;
	}
	.atk-jackscrew {
		width: 100%;
	}
	.atk-clear-fix {
		*zoom: 1;
	}
	.atk-clear-fix:before,
	.atk-clear-fix:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.atk-clear-fix:after {
		clear: both;
	}
	.atk-move-left {
		float: left;
	}
	.atk-move-center {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.atk-move-center.atk-button {
		display: block;
	}
	.atk-move-right {
		float: right;
	}
	.atk-align-left {
		text-align: left;
	}
	.atk-align-right {
		text-align: right;
	}
	.atk-align-center {
		text-align: center;
	}
	.atk-valign-top {
		vertical-align: top !important;
	}
	.atk-valign-middle {
		vertical-align: middle !important;
	}
	.atk-valign-baseline {
		vertical-align: baseline !important;
	}
	.atk-valign-bottom {
		vertical-align: bottom !important;
	}
	.atk-push-small {
		margin-bottom: 0.707rem;
	}
	.atk-push-small:last-child {
		margin-bottom: 0;
	}
	.atk-push {
		margin-bottom: 1.414rem;
	}
	.atk-push:last-child {
		margin-bottom: 0;
	}
	.atk-push-large {
		margin-bottom: 2.828rem;
	}
	.atk-push-large:last-child {
		margin-bottom: 0;
	}
	.atk-push-reset {
		margin-bottom: 0;
	}
	*[class*=atk-padding],
	.ui-tabs *[class*=atk-padding].ui-tabs-panel.ui-widget-content {
		padding: 1.414rem;
	}
	*[class*=atk-padding].atk-padding-small,
	.ui-tabs *[class*=atk-padding].ui-tabs-panel.ui-widget-content.atk-padding-small {
		padding: 0.707rem;
	}
	*[class*=atk-padding].atk-padding-large,
	.ui-tabs *[class*=atk-padding].ui-tabs-panel.ui-widget-content.atk-padding-large {
		padding: 2.828rem;
	}
	*[class*=atk-padding].atk-padding-reset,
	.ui-tabs *[class*=atk-padding].ui-tabs-panel.ui-widget-content.atk-padding-reset {
		padding: 0;
	}
	*[class*=atk-section],
	.ui-tabs *[class*=atk-section].ui-tabs-panel.ui-widget-content {
		padding-bottom: 1.414rem;
		padding-top: 1.414rem;
	}
	*[class*=atk-section].atk-section-small,
	.ui-tabs *[class*=atk-section].ui-tabs-panel.ui-widget-content.atk-section-small {
		padding-bottom: 0.707rem;
		padding-top: 0.707rem;
	}
	*[class*=atk-section].atk-section-large,
	.ui-tabs *[class*=atk-section].ui-tabs-panel.ui-widget-content.atk-section-large {
		padding-bottom: 2.828rem;
		padding-top: 2.828rem;
	}
	.atk-shape-rectangle {
		border-radius: 0;
	}
	.atk-shape-rounded,
	img.atk-shape-rounded {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.atk-shape-circle,
	img.atk-shape-circle {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	*[class*=atk-effect].atk-effect-danger,
	*[class*=atk-effect][class*='atk-button'].atk-effect-danger {
		color: #e5432e;
	}
	*[class*=atk-effect].atk-effect-warning,
	*[class*=atk-effect][class*='atk-button'].atk-effect-warning {
		color: #f7a600;
	}
	*[class*=atk-effect].atk-effect-success,
	*[class*=atk-effect][class*='atk-button'].atk-effect-success {
		color: #25c425;
	}
	*[class*=atk-effect].atk-effect-info,
	*[class*=atk-effect][class*='atk-button'].atk-effect-info {
		color: #4eb887;
	}
	*[class*=atk-effect].atk-label,
	*[class*=atk-effect][class*=atk-box] {
		color: #222222;
	}
	*[class*=atk-effect].atk-label.atk-effect-danger,
	*[class*=atk-effect][class*=atk-box].atk-effect-danger {
		background: #fad9d5;
		border-color: #fad9d5;
	}
	*[class*=atk-effect].atk-label.atk-effect-warning,
	*[class*=atk-effect][class*=atk-box].atk-effect-warning {
		background: #fdedcc;
		border-color: #fdedcc;
	}
	*[class*=atk-effect].atk-label.atk-effect-success,
	*[class*=atk-effect][class*=atk-box].atk-effect-success {
		background: #d3f3d3;
		border-color: #d3f3d3;
	}
	*[class*=atk-effect].atk-label.atk-effect-info,
	*[class*=atk-effect][class*=atk-box].atk-effect-info {
		background: #dcf1e7;
		border-color: #dcf1e7;
	}
	/* Helpers, Colors, Boxes, Buttons etc. */
	.atk-swatch-white {
		color: black;
		background: #ffffff;
		border-color: #ffffff;
	}
	.atk-swatch-white hr {
		border-color: #000;
	}
	.atk-swatch-white,
	.atk-swatch-white a,
	.atk-swatch-white h1,
	.atk-swatch-white h2,
	.atk-swatch-white h3,
	.atk-swatch-white h4,
	.atk-swatch-white h5,
	.atk-swatch-white h6 {
		color: black;
	}
	.atk-swatch-white[class*=icon-] {
		background: none;
		color: #ffffff;
	}
	.atk-swatch-white[class*=icon-][class*=atk-shape] {
		color: black;
		background: #ffffff;
	}
	.atk-swatch-white[class*=icon-]:hover {
		background: none;
		color: #ffffff;
	}
	a.atk-swatch-white:hover,
	.atk-swatch-white[class*=atk-button]:hover {
		color: black;
		background: #ffffff;
	}
	.atk-swatch-white[class*='atk-button'],
	.atk-swatch-white.atk-label,
	.atk-table td.atk-swatch-white,
	.atk-table th.atk-swatch-white {
		color: black;
		background: #ffffff;
		border-color: #ffffff;
	}
	.atk-swatch-white[class*='atk-button'] {
		border-color: #e6e6e6;
	}
	.atk-swatch-white[class*='atk-button']:hover {
		border-color: #e6e6e6;
	}
	.atk-swatch-gray {
		color: black;
		background: #f5f5f5;
		border-color: #f5f5f5;
	}
	.atk-swatch-gray hr {
		border-color: #000;
	}
	.atk-swatch-gray,
	.atk-swatch-gray a,
	.atk-swatch-gray h1,
	.atk-swatch-gray h2,
	.atk-swatch-gray h3,
	.atk-swatch-gray h4,
	.atk-swatch-gray h5,
	.atk-swatch-gray h6 {
		color: black;
	}
	.atk-swatch-gray[class*=icon-] {
		background: none;
		color: #f5f5f5;
	}
	.atk-swatch-gray[class*=icon-][class*=atk-shape] {
		color: black;
		background: #f5f5f5;
	}
	.atk-swatch-gray[class*=icon-]:hover {
		background: none;
		color: #f5f5f5;
	}
	a.atk-swatch-gray:hover,
	.atk-swatch-gray[class*=atk-button]:hover {
		color: black;
		background: #ffffff;
	}
	.atk-swatch-gray[class*='atk-button'],
	.atk-swatch-gray.atk-label,
	.atk-table td.atk-swatch-gray,
	.atk-table th.atk-swatch-gray {
		color: black;
		background: #f5f5f5;
		border-color: #f5f5f5;
	}
	.atk-swatch-gray[class*='atk-button'] {
		border-color: #dcdcdc;
	}
	.atk-swatch-gray[class*='atk-button']:hover {
		border-color: #dcdcdc;
	}
	.atk-swatch-ink {
		color: white;
		background: #0a1a25;
		border-color: #0a1a25;
	}
	.atk-swatch-ink hr {
		border-color: #000;
	}
	.atk-swatch-ink,
	.atk-swatch-ink a,
	.atk-swatch-ink h1,
	.atk-swatch-ink h2,
	.atk-swatch-ink h3,
	.atk-swatch-ink h4,
	.atk-swatch-ink h5,
	.atk-swatch-ink h6 {
		color: white;
	}
	.atk-swatch-ink[class*=icon-] {
		background: none;
		color: #0a1a25;
	}
	.atk-swatch-ink[class*=icon-][class*=atk-shape] {
		color: white;
		background: #0a1a25;
	}
	.atk-swatch-ink[class*=icon-]:hover {
		background: none;
		color: #0a1a25;
	}
	a.atk-swatch-ink:hover,
	.atk-swatch-ink[class*=atk-button]:hover {
		color: white;
		background: #0f2839;
	}
	.atk-swatch-ink[class*='atk-button'],
	.atk-swatch-ink.atk-label,
	.atk-table td.atk-swatch-ink,
	.atk-table th.atk-swatch-ink {
		color: white;
		background: #0a1a25;
		border-color: #0a1a25;
	}
	.atk-swatch-ink[class*='atk-button'] {
		border-color: #000000;
	}
	.atk-swatch-ink[class*='atk-button']:hover {
		border-color: #000000;
	}
	.atk-swatch-yellow {
		color: black;
		background: #ffcc00;
		border-color: #ffcc00;
	}
	.atk-swatch-yellow hr {
		border-color: #000;
	}
	.atk-swatch-yellow,
	.atk-swatch-yellow a,
	.atk-swatch-yellow h1,
	.atk-swatch-yellow h2,
	.atk-swatch-yellow h3,
	.atk-swatch-yellow h4,
	.atk-swatch-yellow h5,
	.atk-swatch-yellow h6 {
		color: black;
	}
	.atk-swatch-yellow[class*=icon-] {
		background: none;
		color: #ffcc00;
	}
	.atk-swatch-yellow[class*=icon-][class*=atk-shape] {
		color: black;
		background: #ffcc00;
	}
	.atk-swatch-yellow[class*=icon-]:hover {
		background: none;
		color: #ffcc00;
	}
	a.atk-swatch-yellow:hover,
	.atk-swatch-yellow[class*=atk-button]:hover {
		color: black;
		background: #ffd11a;
	}
	.atk-swatch-yellow[class*='atk-button'],
	.atk-swatch-yellow.atk-label,
	.atk-table td.atk-swatch-yellow,
	.atk-table th.atk-swatch-yellow {
		color: black;
		background: #ffcc00;
		border-color: #ffcc00;
	}
	.atk-swatch-yellow[class*='atk-button'] {
		border-color: #cca300;
	}
	.atk-swatch-yellow[class*='atk-button']:hover {
		border-color: #cca300;
	}
	.atk-swatch-red {
		color: white;
		background: #e5432e;
		border-color: #e5432e;
	}
	.atk-swatch-red hr {
		border-color: #000;
	}
	.atk-swatch-red,
	.atk-swatch-red a,
	.atk-swatch-red h1,
	.atk-swatch-red h2,
	.atk-swatch-red h3,
	.atk-swatch-red h4,
	.atk-swatch-red h5,
	.atk-swatch-red h6 {
		color: white;
	}
	.atk-swatch-red[class*=icon-] {
		background: none;
		color: #e5432e;
	}
	.atk-swatch-red[class*=icon-][class*=atk-shape] {
		color: white;
		background: #e5432e;
	}
	.atk-swatch-red[class*=icon-]:hover {
		background: none;
		color: #e5432e;
	}
	a.atk-swatch-red:hover,
	.atk-swatch-red[class*=atk-button]:hover {
		color: white;
		background: #e85745;
	}
	.atk-swatch-red[class*='atk-button'],
	.atk-swatch-red.atk-label,
	.atk-table td.atk-swatch-red,
	.atk-table th.atk-swatch-red {
		color: white;
		background: #e5432e;
		border-color: #e5432e;
	}
	.atk-swatch-red[class*='atk-button'] {
		border-color: #c72d19;
	}
	.atk-swatch-red[class*='atk-button']:hover {
		border-color: #c72d19;
	}
	.atk-swatch-green {
		color: white;
		background: #60bf93;
		border-color: #60bf93;
	}
	.atk-swatch-green hr {
		border-color: #000;
	}
	.atk-swatch-green,
	.atk-swatch-green a,
	.atk-swatch-green h1,
	.atk-swatch-green h2,
	.atk-swatch-green h3,
	.atk-swatch-green h4,
	.atk-swatch-green h5,
	.atk-swatch-green h6 {
		color: white;
	}
	.atk-swatch-green[class*=icon-] {
		background: none;
		color: #60bf93;
	}
	.atk-swatch-green[class*=icon-][class*=atk-shape] {
		color: white;
		background: #60bf93;
	}
	.atk-swatch-green[class*=icon-]:hover {
		background: none;
		color: #60bf93;
	}
	a.atk-swatch-green:hover,
	.atk-swatch-green[class*=atk-button]:hover {
		color: white;
		background: #72c69f;
	}
	.atk-swatch-green[class*='atk-button'],
	.atk-swatch-green.atk-label,
	.atk-table td.atk-swatch-green,
	.atk-table th.atk-swatch-green {
		color: white;
		background: #60bf93;
		border-color: #60bf93;
	}
	.atk-swatch-green[class*='atk-button'] {
		border-color: #44a87a;
	}
	.atk-swatch-green[class*='atk-button']:hover {
		border-color: #44a87a;
	}
	.atk-swatch-blue {
		color: white;
		background: #00a4e5;
		border-color: #00a4e5;
	}
	.atk-swatch-blue hr {
		border-color: #000;
	}
	.atk-swatch-blue,
	.atk-swatch-blue a,
	.atk-swatch-blue h1,
	.atk-swatch-blue h2,
	.atk-swatch-blue h3,
	.atk-swatch-blue h4,
	.atk-swatch-blue h5,
	.atk-swatch-blue h6 {
		color: white;
	}
	.atk-swatch-blue[class*=icon-] {
		background: none;
		color: #00a4e5;
	}
	.atk-swatch-blue[class*=icon-][class*=atk-shape] {
		color: white;
		background: #00a4e5;
	}
	.atk-swatch-blue[class*=icon-]:hover {
		background: none;
		color: #00a4e5;
	}
	a.atk-swatch-blue:hover,
	.atk-swatch-blue[class*=atk-button]:hover {
		color: white;
		background: #00b6ff;
	}
	.atk-swatch-blue[class*='atk-button'],
	.atk-swatch-blue.atk-label,
	.atk-table td.atk-swatch-blue,
	.atk-table th.atk-swatch-blue {
		color: white;
		background: #00a4e5;
		border-color: #00a4e5;
	}
	.atk-swatch-blue[class*='atk-button'] {
		border-color: #007fb2;
	}
	.atk-swatch-blue[class*='atk-button']:hover {
		border-color: #007fb2;
	}
	/* Use this less file if you want to customize your theme. */
	.atk-swatch-gray {
		color: black;
		background: #f5f5f5;
		border-color: #f5f5f5;
	}
	.atk-swatch-gray hr {
		border-color: #000;
	}
	.atk-swatch-gray,
	.atk-swatch-gray a,
	.atk-swatch-gray h1,
	.atk-swatch-gray h2,
	.atk-swatch-gray h3,
	.atk-swatch-gray h4,
	.atk-swatch-gray h5,
	.atk-swatch-gray h6 {
		color: black;
	}
	.atk-swatch-gray[class*=icon-] {
		background: none;
		color: #f5f5f5;
	}
	.atk-swatch-gray[class*=icon-][class*=atk-shape] {
		color: black;
		background: #f5f5f5;
	}
	.atk-swatch-gray[class*=icon-]:hover {
		background: none;
		color: #f5f5f5;
	}
	a.atk-swatch-gray:hover,
	.atk-swatch-gray[class*=atk-button]:hover {
		color: black;
		background: #ffffff;
	}
	.atk-swatch-gray[class*='atk-button'],
	.atk-swatch-gray.atk-label,
	.atk-table td.atk-swatch-gray,
	.atk-table th.atk-swatch-gray {
		color: black;
		background: #f5f5f5;
		border-color: #f5f5f5;
	}
	.atk-swatch-gray[class*='atk-button'] {
		border-color: #dcdcdc;
	}
	.atk-swatch-gray[class*='atk-button']:hover {
		border-color: #dcdcdc;
	}
	body > .atk-layout {
		position: relative;
		z-index: 2;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	body > .atk-layout > .atk-layout-row {
		width: 100%;
	}
	#sidebar {
		position: absolute;
		top: 0;
		left: -100%;
		z-index: 1;
		background-repeat: no-repeat;
		height: 50px;
		min-width: 100%;
		overflow: hidden;
	}
	#sidebar #sidebar-inner {
		position: relative;
		z-index: 2;
	}
	#sidebar #profile-top .atk-cell + .atk-cell {
		padding-left: 1em;
	}
	#sidebar #profile-top .avatar {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		background: url(../images/avatar-border.png) no-repeat;
		display: block;
		padding: 13px;
	}
	#sidebar #profile-top .avatar img {
		height: 54px;
		width: 54px;
	}
	#sidebar h2 {
		text-transform: uppercase;
	}
	#sidebar h2 em {
		font-style: normal;
		font-weight: normal;
	}
	#sidebar .badge {
		float: left;
	}
	#sidebar .plan {
		float: left;
		margin-left: 0.5em;
	}
	#sidebar hr {
		border-color: rgba(0, 0, 0, 0.15);
	}
	#sidebar .actions .atk-button-large {
		text-transform: uppercase;
	}
	#sidebar .actions .atk-button-large + .atk-button-large {
		margin-top: 3px;
	}
	#sidebar .atk-text-dimmed {
		color: #6f6f6f;
	}
	#sidebar .atk-text-dimmed a {
		color: #6f6f6f;
	}
	#sidebar .atk-text-dimmed a:hover {
		color: #484848;
	}
	#sidebar .atk-list-nobullets a {
		width: 240px;
	}
	#sidebar.enabled {
		height: auto;
		overflow: inherit;
	}

	#StoreLayout #sidebar {left:0px; position:relative; min-height:none; height:auto;}
	#StoreLayout #sidebar #SidebarSearch {margin:10px 0; text-align:left;}

	#GroupHomePage #sidebar {left:0px; position:relative; min-height:none; height:auto;}

	#content,
	#gutter-right {
		background: #fff;
		border-bottom: 1px solid #eeeeee;
	}
	#content a.atk-text-dimmed {
		color: #bbbbbb;
	}
	#content a.atk-text-dimmed:hover {
		color: #a2a2a2;
	}
	#myheader a.atk-swatch-ink:hover {
		background: #122532;
	}
	.mobile-close {
		font-size: 1.1951227719053785rem;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 4;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		margin-right: -3em;
	}
	.mobile-close:before {
		margin: 0;
	}
	#searchbar {
		position: relative;
		z-index: 2;
		background: #122532;
		display: none;
	}
	#searchbar input[type=text] {
		background: #0a1a25;
		border-color: #0a1a25;
	}
	#searchbar input[type=text]::-webkit-input-placeholder {
		/* WebKit browsers */
		color: #465763;
	}
	#searchbar input[type=text]:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: #465763;
	}
	#searchbar input[type=text]::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #465763;
	}
	#searchbar input[type=text]:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		color: #465763;
	}
	#searchbar input[type=text] + .icon-search {
		color: #465763;
	}
	#searchbar input[type=text]:focus {
		background: #fff;
	}
	#searchbar input[type=text]:focus + .icon-search {
		color: #0a1a25;
	}
	#myheader {
		padding-right: 0;
		position: static;
		z-index: 2;
	}
	#myheader > .atk-align-center {
		text-align: right;
	}
	#myheader #logo-ven.atk-cell {
		display: none;
	}
	#myheader #logo-ven.atk-cell + .atk-cell {
		padding-left: 0;
	}
	#myheader #ven-balance {
		font-size: 0.875rem;
	}
	#myheader .atk-menu-horizontal > li > .atk-padding {
		padding-left: 0.8079999999999999rem;
		padding-right: 0.8079999999999999rem;
	}
	#myheader .atk-menu-horizontal > li .atk-menu-vertical {
		left: auto;
		right: 0;
	}
	#myheader #nav-extra {
		font-size: 0;
	}
	#myheader #nav-extra > li {
		position: static;
	}
	#myheader #nav-extra > li > a.selected {
		background: #122532;
	}
	#myheader #nav-extra #usermenu {
		font-size: 1.1951227719053785rem;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		background: #60bf93;
		display: none;
		height: 50px;
		margin-left: 100%;
		overflow: hidden;
	}
	#myheader #nav-extra #usermenu li {
		border-bottom: 1px solid #5bb58b;
	}
	#myheader #nav-extra #usermenu.enabled {
		height: auto;
		overflow: inherit;
	}
	#nav {
		*zoom: 1;
		background: #122532;
		display: none;
		white-space: normal;
		width: 100%;
	}
	#nav:before,
	#nav:after {
		display: table;
		content: "";
		line-height: 0;
	}
	#nav:after {
		clear: both;
	}
	#nav li {
		float: left;
		width: 33%;
	}
	#nav li a {
		background: #122532;
		display: block;
	}
	#nav li a img{
		display: block;
		padding-left: 1.6em;
		margin-bottom: 19px;
	}
	#nav li a:after {
		content: attr(title);
	}
	#nav li a *[class*=icon] {
		font-size: 1.4712354037933562rem;
		display: block;
		margin-bottom: 0.5em;
	}
	#nav li a:hover {
		background: #142a39;
	}
	#subnav {
		border-bottom: 1px solid #d5d5d5;
		padding-left: 2.828rem;
		display:none;
	}
	#subnav li {
		font-weight: bold;
	}
	#subnav li.atk-state-active {
		position: relative;
	}
	#subnav li.atk-state-active a {
		color: #222222;
	}
	#subnav li.atk-state-active .arrow {
		position: absolute;
		top: 100%;
		left: 50%;
		display: inline-block;
		height: 10px;
		margin: -9px 0 0 -10px;
		overflow: hidden;
		width: 20px;
	}
	#subnav li.atk-state-active .arrow:before {
		position: absolute;
		top: 4px;
		left: 50%;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #fff;
		border: 1px solid #d5d5d5;
		content: '';
		display: inline-block;
		height: 16px;
		margin-left: -9px;
		width: 16px;
	}
	#footer {
		background: #fff;
	}
	#footer .atk-cells,
	#footer .atk-cells > .atk-cell {
		display: block !important;
		text-align: left !important;
	}
	#footer .atk-cells > .atk-cell + .atk-cell {
		margin-top: 0.707rem;
	}
	#footer .atk-cells[class*=atk-cells-gutter] > .atk-cell + .atk-cell {
		padding-left: 0 !important;
	}
	h2 + .subtitle {
		margin-top: 0;
	}
	.headcombo + * {
		margin-top: 0;
	}
	.swatch-facebook[class*=icon] {
		color: #3b5999;
	}
	.swatch-google[class*=icon] {
		color: #DD4B39;
	}
	.swatch-twitter[class*=icon] {
		color: #55ACEE;
	}
	.swatch-linkedin[class*=icon] {
		color: #007bb6;
	}
	input[type=text],
	input[type=password],
	input[type=tel],
	textarea {
		background: #f5f5f5;
		box-shadow: none;
	}
	input[type=text]:focus,
	input[type=password]:focus,
	input[type=tel]:focus,
	textarea:focus {
		background: #fff;
		border-color: #60bf93;
		box-shadow: none;
	}
	a[class*='atk-button'],
	button[class*='atk-button'],
	input[class*='atk-button'],
	a.ui-button,
	button.ui-button,
	input.ui-button {
		background: #eee;
		box-shadow: none !important;
	}
	.ui-dialog .ui-widget-content.ui-dialog-content {
		margin-top: 0.707rem;
	}
	.thumb-upload {
		height: 90px;
	}
	.thumb-upload img {
		max-height: 90px;
	}
	.social {
		color: #222222;
		width: auto;
	}
	.social *[class*=icon]:before {
		margin: 0;
	}
	.invite-or {
		margin-top: 2.8em;
	}
	#background-mobile {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 0;
		opacity: 0.35;
		filter: alpha(opacity=35);
		background-size: cover;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
		height: 100%;
		pointer-events: none;
		width: 100%;
	}
	.atk-layout,
	.atk-layout > .atk-layout-row,
	.atk-layout-cell,
	.atk-layout > .atk-layout-column {
		display: block;
		height: auto;
	}
	body > .atk-layout {
		background: #fff;
	}
	.atk-layout-row {
		position: relative;
	}
	.gutter-left,
	.gutter-right {
		display: none;
	}
	.atk-wrapper,
	#content-inner {
		padding-left: 0.707rem;
		padding-right: 0.707rem;
	}
	div#FriendsPage div#findMore {
		text-align : center;
		margin : 10px 0;
		background : #ffffbb;
		padding : 5px;
	}
	div#FriendsPage div#findMore form {
		display : inline;
	}
	#wtblurb {
		background : #fffddd;
		padding : 10px 0 10px 40px;
		font-size : 15px;
		line-height : 1.5;
	}
	#ProfileEditForm p label {
		display : block;
	}

	#ProfileEditForm textarea {
		width : 95%;
		height : 100px;
	}
	#ProfileEditForm #personal, #ProfileEditForm #public {
		margin : 0 0 0 30px;
	}
	div#DeleteForm {
		text-align : center;
	}
	div#DeleteForm h1 {
		color : #C50101;
		font-size : 3.5em;
	}
	div#DeleteForm p {
		font-size : 15px;
		color : #C50101;
		font-weight: bold;
	}
	div#DeleteForm form {
		margin : 40px 0 0 0;
	}
	div#SLHandler {
		margin : 10px;
		text-align : center;
	}
	div#SLHandler span.statusRow {
		display : block;
		padding : 10px;
		font-size : 1.7em;
	}
	div#UserPictureUpload img.current {
		float : left;
		margin : 0 10px 10px 0;
		border : 1px solid #eee;
		padding : 1px;
	}
	div#UserPictureUpload div#UploadingInfo {
		margin-left : 90px;
	}

    /* start: bg images wrapper */
    div#BackgroundPictures {
        text-align: center;
    }
    div#BackgroundPictures span.bgthumb {
        display: inline-block;
        width: 120px;
        height: 120px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border : 1px solid #999;
        padding : 3px;
        margin: 3px;
    }
    div#BackgroundPictures span.bgthumb.selected {
        border : 2px solid #0e0;
        box-shadow: 0 0 5px #0e0;
    }
    div#BackgroundPictures span.bgthumb:hover {
        background-color: #ddd;
    }
    /* end: bg images wrapper */

    /* start: bot-profile-preset-images wrapper */
    div#botProfilePresetPictures span.botProfileThumb {
        display: inline-block;
        width: 120px;
        height: 120px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border : 1px solid #999;
        padding : 3px;
        margin: 3px;
    }
    div#botProfilePresetPictures span.botProfileThumb.selected {
        border : 2px solid #0e0;
        box-shadow: 0 0 5px #0e0;
    }
    div#botProfilePresetPictures span.botProfileThumb:hover {
        background-color: #ddd;
    }
    /* end: bot-profile-preset-images wrapper */


	div#UserTags {
		text-align : center;
	}
	div#UserTags textarea {
		width : 95%;
		height : 180px;
	}
	div#EmailPasswordOptions p.vRow label {
		width : 140px;
		float : left;
		text-align : right;
		padding : 7px 0 0 0;
	}
	div#EmailPasswordOptions p.vRow input {
		padding : 5px;
		border : 2px solid #ccc;
		width : 250px;
		margin-left : 5px;
		font-size : 15px;
	}
	div#EmailPasswordOptions p.vRow input:focus {
		border-color : #00ADEF;
	}
	div#EmailPasswordOptions p.iRow {
		margin-left : 145px;
	}
	div#EmailPasswordOptions p.oRow {
		margin-left : 145px;
		font-size : 11px;
	}
	div#EmailPasswordOptions p.mRow {
		font-style : italic;
	}
	div#EmailPasswordOptions div#epErrors {
		margin : 10px 15px;
		padding : 10px;
		text-align : center;
		background : #eee;
		border-top : 2px solid #C50101;
		font-size : 15px;
	}
	div#EmailPasswordOptions div#epMsg {
		margin : 10px 15px;
		padding : 10px;
		text-align : center;
		border : 1px solid #eee;
		border-top : 2px solid #116600;
		font-size : 15px;
		background : #eee;
	}
	span.InfoBoxShowLink a {
		font-size : x-small;
		color : #777;
		text-decoration : underline;
		padding : 0 0 2px 0;
	}
	span.InfoBoxShowLink a:hover {
		color : #000;
	}
	div.InfoBox {
		margin : 10px 20px;
		padding : 10px;
		background : #ffffaa;
		border : 2px solid #ccc;
		border-left : 0;
		border-right : 0;
		text-align : center;
	}
	.js div.alreadyHidden{
		display : none;
	}
	div.InfoBox p {
		margin : 0;
		padding : 6px 0 0 0;
	}
	div.InfoBoxHideLink {
		margin : 10px 0 0 0;
		text-align : right;
	}
	div.InfoBoxHideLink a {
		padding : 5px;
		background : #00ADEF;
		color : #fff;
		font-weight : bold;
	}
	div.InfoBoxHideLink a:hover {
		color : #000;
	}
	div.InfoBox div.alignLeft {
		text-align : left;
	}
	div#InviteUsers div#messagePreview {
		margin : 10px;
		border : 1px solid #ccc;
		background : #ffffbb;
		padding : 5px;
	}
	div#InviteUsers div#messagePreview textarea {
		width : 840px;
		height : 60px;
	}

	div#InviteUsers textarea {
		margin : 10px;
		width : 95%;
		height : 120px;
	}

	div#InviteUsers p.stepInfo {
		margin : 0;
		padding : 0;
		font-size : 1.5em;
		color : #444;
	}

	div#InviteUsers p.stepInfo span.note {
		font-size : 12px;
		color : #999;
	}

	p#InviteMsg {
		font-size : 1.75em;
		margin : 15px 0 20px 0;
	}
	div.success {
		background : #118800;
		color : #fff;
		padding : 15px;
		text-align : center;
		margin : 10px;
	}
	div#fontpicker {
		position : absolute;
		top : -46px;
		right : 0px;
		display : inline;
		padding : 2px 0;
		background : #eee;
	}
	div#fontpicker a.s {
		font-size : 11px;
		padding :  5px 5px 6px 5px;
		position : relative;
		top : -3px;
	}
	div#fontpicker a.l {
		font-size : 18px;
		padding :1px 5px;
	}
	div#fontpicker a.s, div#fontpicker a.l {
		font-weight : bold;
		color : #000;
		text-decoration : none;
	}
	div#fontpicker a.s:hover, div#fontpicker a.l:hover {
		color : #fff;
	}
	div#ForgotPassword {
		text-align : center;
		font-size : 15px;
	}
	div#ForgotPassword input#em {
		width : 350px;
		padding : 5px;
		border : 2px solid #ccc;
	}
	div#ForgotPassword input#em:focus {
		border : 2px solid #00ADEF;
	}
	div#ForgotPassword div#msg, div#ForgotPasswordReset div#msg {
		background : #ffff99;
		text-align : center;
		padding :15px;
		margin : 10px;
	}
	div#ForgotPasswordOk {
		font-size : 15px;
	}
	div#ForgotPasswordReset input.p {
		width : 350px;
		padding : 5px;
		border : 2px solid #ccc;
		font-size : 15px;
	}
	div#ForgotPasswordReset input.p:focus {
		border : 2px solid #00ADEF;
	}
	div#ForgotPasswordReset p label {
		width : 130px;
		float : left;
		text-align : right;
		margin : 0 5px 0 0;
		padding : 8px 0 0 0;
	}
	div#ForgotPasswordReset input#sub {
		margin-left : 135px;
	}
	.red {
		color : red !important;
	}
	.green {
		color : green;
	}
	span#urlupdate {
		font-weight : bold;
	}
	span#pmeter {
		display : block;
		width : 200px;
		height : 20px;
		background : #FD0202 url(../i/redgreengrad.gif) repeat-y -400px 0;
	}
	table#mailPrefs tr th {
		text-align : center;
	}
	table#mailPrefs tr td.opt {
		text-align : center;
		padding : 2px 10px;
		border-left : 1px solid #eee;
	}
	table#mailPrefs tr.typerow td {
		border-bottom : 1px solid #eee;
	}
	table#mailPrefs tr.typerow td.d {
		width : 750px;
	}
	table#mailPrefs tr.typerow td p.name {
		margin : 0;
		padding : 5px 0 0 0;
		font-weight : bold;
	}
	table#mailPrefs tr.typerow td p.desc {
		margin : 5px 0 5px 0;
		padding : 0 0 0 10px;
		color : #444;
		font-size : 11px;
	}
	table#mailPrefs td#go {
		padding : 5px 0;
		text-align  :center;
	}
	.form_element {
		margin-bottom:20px;
	}
	.form_element label {
		display:block;
		font-weight:bold;
	}
	.form_element span {
		display:block;
	}
	.form_element select, .form_element input, .form_element textarea {
		width:90%;
	}

	.tsk-icon-search{
		left:95% !important;
	}

    /* begin: progress bar */
    .progress {
        height: 20px;
        margin-bottom: 20px;
        overflow: hidden;
        background-color: #f5f5f5;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    }
    .progress-bar-success {
        background-color: #5cb85c;
    }
    .progress-bar {
        float: left;
        width: 0;
        height: 100%;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        background-color: #337ab7;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
        -webkit-transition: width .6s ease;
        -o-transition: width .6s ease;
        transition: width .6s ease;
    }
    /* end: progress bar */
    /* account -> friends */
    #friendSearchFormWrapper > div {width:50%; text-align :center; padding:5px 0; vertical-align:middle; background:#00ADEF url("../i/b-grad.gif") repeat-x 0 0; border-right:2px solid #fff; min-height:52px;}
    #friendSearchFormWrapper, #friendSearchFormWrapper * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none !important;}
    #friendSearchFormWrapper > div form {vertical-align:middle; padding:10px 5px 10px 0; margin-top:6px !important;}
    #friendSearchFormWrapper > div.links a {margin:0; font-size:2.1em; padding:3px 5px; display:block; text-decoration:none; background:transparent; color:#fff;}
    #friendSearchFormWrapper > div.links a:hover {color:#0F7CA5; color:#000;}
    #friendSearchFormWrapper > div {width:100%; margin-bottom:5px;}
    div#friendSearchForm input.InitInput {
        background-color: #e5f4ff;
        padding : 3px 1px 3px 5px;
        border:1px solid #00adef;
        font-size:22px;
        width:280px;
        margin-left: 5px;
    }
    div#friendSearchForm .search-icon-container {
        margin: 0px;
        padding: 0px;
        height: 0px;
        text-align:left;
    }
    div#friendSearchForm .icon-search {
        position: relative;
        top: -36px;
        left: 90%;
    }
    /* account -> friends */

    /* account -> picture */
    #subProfileCategoryImages ul {
        list-style: none;
    }
    #subProfileCategoryImages li {
        display: inline-block;
        margin-right: 15px;
    }
    #subProfileCategoryImages input {
        visibility:hidden;
    }
    #subProfileCategoryImages img {
        cursor: pointer;
    }
    /* account -> picture */

	li .play-market-nav {
		height: 26px;
	}

}
