@font-face {
	font-family: 'FontAwesome';
	src: url('./fontawesome-webfont.eot?v=4.5.0');
	src: url('./fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('./fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('./fontawesome-webfont.woff?v=4.5.0') format('woff'), url('./fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('./fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

main .fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

main .fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

main .fa-2x {
	font-size: 2em
}

main .fa-3x {
	font-size: 3em
}

main .fa-4x {
	font-size: 4em
}

main .fa-5x {
	font-size: 5em
}

main .fa-fw {
	width: 1.28571429em;
	text-align: center
}

main .fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

main .fa-ul > li {
	position: relative
}

main .fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

main .fa-li.fa-lg {
	left: -1.85714286em
}

main .fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

main .fa-pull-left {
	float: left
}

main .fa-pull-right {
	float: right
}

main .fa.fa-pull-left {
	margin-right: .3em
}

main .fa.fa-pull-right {
	margin-left: .3em
}

main .pull-right {
	float: right
}

main .pull-left {
	float: left
}

main .fa.pull-left {
	margin-right: .3em
}

main .fa.pull-right {
	margin-left: .3em
}

main .fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

main .fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

main @-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
main 		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
} 

main @keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
main 		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
} 

main .fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

main .fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

main .fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

main .fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

main .fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

main :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}

main .fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

main .fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

main .fa-stack-1x {
	line-height: inherit
}

main .fa-stack-2x {
	font-size: 2em
}

main .fa-inverse {
	color: #fff
}

main .fa-glass:before {
	content: "\f000"
}

main .fa-music:before {
	content: "\f001"
}

main .fa-search:before {
	content: "\f002"
}

main .fa-envelope-o:before {
	content: "\f003"
}

main .fa-heart:before {
	content: "\f004"
}

main .fa-star:before {
	content: "\f005"
}

main .fa-star-o:before {
	content: "\f006"
}

main .fa-user:before {
	content: "\f007"
}

main .fa-film:before {
	content: "\f008"
}

main .fa-th-large:before {
	content: "\f009"
}

main .fa-th:before {
	content: "\f00a"
}

main .fa-th-list:before {
	content: "\f00b"
}

main .fa-check:before {
	content: "\f00c"
}

main .fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}

main .fa-search-plus:before {
	content: "\f00e"
}

main .fa-search-minus:before {
	content: "\f010"
}

main .fa-power-off:before {
	content: "\f011"
}

main .fa-signal:before {
	content: "\f012"
}

main .fa-gear:before, .fa-cog:before {
	content: "\f013"
}

main .fa-trash-o:before {
	content: "\f014"
}

main .fa-home:before {
	content: "\f015"
}

main .fa-file-o:before {
	content: "\f016"
}

main .fa-clock-o:before {
	content: "\f017"
}

main .fa-road:before {
	content: "\f018"
}

main .fa-download:before {
	content: "\f019"
}

main .fa-arrow-circle-o-down:before {
	content: "\f01a"
}

main .fa-arrow-circle-o-up:before {
	content: "\f01b"
}

main .fa-inbox:before {
	content: "\f01c"
}

main .fa-play-circle-o:before {
	content: "\f01d"
}

main .fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}

main .fa-refresh:before {
	content: "\f021"
}

main .fa-list-alt:before {
	content: "\f022"
}

main .fa-lock:before {
	content: "\f023"
}

main .fa-flag:before {
	content: "\f024"
}

main .fa-headphones:before {
	content: "\f025"
}

main .fa-volume-off:before {
	content: "\f026"
}

main .fa-volume-down:before {
	content: "\f027"
}

main .fa-volume-up:before {
	content: "\f028"
}

main .fa-qrcode:before {
	content: "\f029"
}

main .fa-barcode:before {
	content: "\f02a"
}

main .fa-tag:before {
	content: "\f02b"
}

main .fa-tags:before {
	content: "\f02c"
}

main .fa-book:before {
	content: "\f02d"
}

main .fa-bookmark:before {
	content: "\f02e"
}

main .fa-print:before {
	content: "\f02f"
}

main .fa-camera:before {
	content: "\f030"
}

main .fa-font:before {
	content: "\f031"
}

main .fa-bold:before {
	content: "\f032"
}

main .fa-italic:before {
	content: "\f033"
}

main .fa-text-height:before {
	content: "\f034"
}

main .fa-text-width:before {
	content: "\f035"
}

main .fa-align-left:before {
	content: "\f036"
}

main .fa-align-center:before {
	content: "\f037"
}

main .fa-align-right:before {
	content: "\f038"
}

main .fa-align-justify:before {
	content: "\f039"
}

main .fa-list:before {
	content: "\f03a"
}

main .fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}

main .fa-indent:before {
	content: "\f03c"
}

main .fa-video-camera:before {
	content: "\f03d"
}

main .fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}

main .fa-pencil:before {
	content: "\f040"
}

main .fa-map-marker:before {
	content: "\f041"
}

main .fa-adjust:before {
	content: "\f042"
}

main .fa-tint:before {
	content: "\f043"
}

main .fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}

main .fa-share-square-o:before {
	content: "\f045"
}

main .fa-check-square-o:before {
	content: "\f046"
}

main .fa-arrows:before {
	content: "\f047"
}

main .fa-step-backward:before {
	content: "\f048"
}

main .fa-fast-backward:before {
	content: "\f049"
}

main .fa-backward:before {
	content: "\f04a"
}

main .fa-play:before {
	content: "\f04b"
}

main .fa-pause:before {
	content: "\f04c"
}

main .fa-stop:before {
	content: "\f04d"
}

main .fa-forward:before {
	content: "\f04e"
}

main .fa-fast-forward:before {
	content: "\f050"
}

main .fa-step-forward:before {
	content: "\f051"
}

main .fa-eject:before {
	content: "\f052"
}

main .fa-chevron-left:before {
	content: "\f053"
}

main .fa-chevron-right:before {
	content: "\f054"
}

main .fa-plus-circle:before {
	content: "\f055"
}

main .fa-minus-circle:before {
	content: "\f056"
}

main .fa-times-circle:before {
	content: "\f057"
}

main .fa-check-circle:before {
	content: "\f058"
}

main .fa-question-circle:before {
	content: "\f059"
}

main .fa-info-circle:before {
	content: "\f05a"
}

main .fa-crosshairs:before {
	content: "\f05b"
}

main .fa-times-circle-o:before {
	content: "\f05c"
}

main .fa-check-circle-o:before {
	content: "\f05d"
}

main .fa-ban:before {
	content: "\f05e"
}

main .fa-arrow-left:before {
	content: "\f060"
}

main .fa-arrow-right:before {
	content: "\f061"
}

main .fa-arrow-up:before {
	content: "\f062"
}

main .fa-arrow-down:before {
	content: "\f063"
}

main .fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}

main .fa-expand:before {
	content: "\f065"
}

main .fa-compress:before {
	content: "\f066"
}

main .fa-plus:before {
	content: "\f067"
}

main .fa-minus:before {
	content: "\f068"
}

main .fa-asterisk:before {
	content: "\f069"
}

main .fa-exclamation-circle:before {
	content: "\f06a"
}

main .fa-gift:before {
	content: "\f06b"
}

main .fa-leaf:before {
	content: "\f06c"
}

main .fa-fire:before {
	content: "\f06d"
}

main .fa-eye:before {
	content: "\f06e"
}

main .fa-eye-slash:before {
	content: "\f070"
}

main .fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}

main .fa-plane:before {
	content: "\f072"
}

main .fa-calendar:before {
	content: "\f073"
}

main .fa-random:before {
	content: "\f074"
}

main .fa-comment:before {
	content: "\f075"
}

main .fa-magnet:before {
	content: "\f076"
}

main .fa-chevron-up:before {
	content: "\f077"
}

main .fa-chevron-down:before {
	content: "\f078"
}

main .fa-retweet:before {
	content: "\f079"
}

main .fa-shopping-cart:before {
	content: "\f07a"
}

main .fa-folder:before {
	content: "\f07b"
}

main .fa-folder-open:before {
	content: "\f07c"
}

main .fa-arrows-v:before {
	content: "\f07d"
}

main .fa-arrows-h:before {
	content: "\f07e"
}

main .fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}

main .fa-twitter-square:before {
	content: "\f081"
}

main .fa-facebook-square:before {
	content: "\f082"
}

main .fa-camera-retro:before {
	content: "\f083"
}

main .fa-key:before {
	content: "\f084"
}

main .fa-gears:before, .fa-cogs:before {
	content: "\f085"
}

main .fa-comments:before {
	content: "\f086"
}

main .fa-thumbs-o-up:before {
	content: "\f087"
}

main .fa-thumbs-o-down:before {
	content: "\f088"
}

main .fa-star-half:before {
	content: "\f089"
}

main .fa-heart-o:before {
	content: "\f08a"
}

main .fa-sign-out:before {
	content: "\f08b"
}

main .fa-linkedin-square:before {
	content: "\f08c"
}

main .fa-thumb-tack:before {
	content: "\f08d"
}

main .fa-external-link:before {
	content: "\f08e"
}

main .fa-sign-in:before {
	content: "\f090"
}

main .fa-trophy:before {
	content: "\f091"
}

main .fa-github-square:before {
	content: "\f092"
}

main .fa-upload:before {
	content: "\f093"
}

main .fa-lemon-o:before {
	content: "\f094"
}

main .fa-phone:before {
	content: "\f095"
}

main .fa-square-o:before {
	content: "\f096"
}

main .fa-bookmark-o:before {
	content: "\f097"
}

main .fa-phone-square:before {
	content: "\f098"
}

main .fa-twitter:before {
	content: "\f099"
}

main .fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}

main .fa-github:before {
	content: "\f09b"
}

main .fa-unlock:before {
	content: "\f09c"
}

main .fa-credit-card:before {
	content: "\f09d"
}

main .fa-feed:before, .fa-rss:before {
	content: "\f09e"
}

main .fa-hdd-o:before {
	content: "\f0a0"
}

main .fa-bullhorn:before {
	content: "\f0a1"
}

main .fa-bell:before {
	content: "\f0f3"
}

main .fa-certificate:before {
	content: "\f0a3"
}

main .fa-hand-o-right:before {
	content: "\f0a4"
}

main .fa-hand-o-left:before {
	content: "\f0a5"
}

main .fa-hand-o-up:before {
	content: "\f0a6"
}

main .fa-hand-o-down:before {
	content: "\f0a7"
}

main .fa-arrow-circle-left:before {
	content: "\f0a8"
}

main .fa-arrow-circle-right:before {
	content: "\f0a9"
}

main .fa-arrow-circle-up:before {
	content: "\f0aa"
}

main .fa-arrow-circle-down:before {
	content: "\f0ab"
}

main .fa-globe:before {
	content: "\f0ac"
}

main .fa-wrench:before {
	content: "\f0ad"
}

main .fa-tasks:before {
	content: "\f0ae"
}

main .fa-filter:before {
	content: "\f0b0"
}

main .fa-briefcase:before {
	content: "\f0b1"
}

main .fa-arrows-alt:before {
	content: "\f0b2"
}

main .fa-group:before, .fa-users:before {
	content: "\f0c0"
}

main .fa-chain:before, .fa-link:before {
	content: "\f0c1"
}

main .fa-cloud:before {
	content: "\f0c2"
}

main .fa-flask:before {
	content: "\f0c3"
}

main .fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}

main .fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}

main .fa-paperclip:before {
	content: "\f0c6"
}

main .fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}

main .fa-square:before {
	content: "\f0c8"
}

main .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}

main .fa-list-ul:before {
	content: "\f0ca"
}

main .fa-list-ol:before {
	content: "\f0cb"
}

main .fa-strikethrough:before {
	content: "\f0cc"
}

main .fa-underline:before {
	content: "\f0cd"
}

main .fa-table:before {
	content: "\f0ce"
}

main .fa-magic:before {
	content: "\f0d0"
}

main .fa-truck:before {
	content: "\f0d1"
}

main .fa-pinterest:before {
	content: "\f0d2"
}

main .fa-pinterest-square:before {
	content: "\f0d3"
}

main .fa-google-plus-square:before {
	content: "\f0d4"
}

main .fa-google-plus:before {
	content: "\f0d5"
}

main .fa-money:before {
	content: "\f0d6"
}

main .fa-caret-down:before {
	content: "\f0d7"
}

main .fa-caret-up:before {
	content: "\f0d8"
}

main .fa-caret-left:before {
	content: "\f0d9"
}

main .fa-caret-right:before {
	content: "\f0da"
}

main .fa-columns:before {
	content: "\f0db"
}

main .fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}

main .fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}

main .fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}

main .fa-envelope:before {
	content: "\f0e0"
}

main .fa-linkedin:before {
	content: "\f0e1"
}

main .fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}

main .fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}

main .fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}

main .fa-comment-o:before {
	content: "\f0e5"
}

main .fa-comments-o:before {
	content: "\f0e6"
}

main .fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}

main .fa-sitemap:before {
	content: "\f0e8"
}

main .fa-umbrella:before {
	content: "\f0e9"
}

main .fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}

main .fa-lightbulb-o:before {
	content: "\f0eb"
}

main .fa-exchange:before {
	content: "\f0ec"
}

main .fa-cloud-download:before {
	content: "\f0ed"
}

main .fa-cloud-upload:before {
	content: "\f0ee"
}

main .fa-user-md:before {
	content: "\f0f0"
}

main .fa-stethoscope:before {
	content: "\f0f1"
}

main .fa-suitcase:before {
	content: "\f0f2"
}

main .fa-bell-o:before {
	content: "\f0a2"
}

main .fa-coffee:before {
	content: "\f0f4"
}

main .fa-cutlery:before {
	content: "\f0f5"
}

main .fa-file-text-o:before {
	content: "\f0f6"
}

main .fa-building-o:before {
	content: "\f0f7"
}

main .fa-hospital-o:before {
	content: "\f0f8"
}

main .fa-ambulance:before {
	content: "\f0f9"
}

main .fa-medkit:before {
	content: "\f0fa"
}

main .fa-fighter-jet:before {
	content: "\f0fb"
}

main .fa-beer:before {
	content: "\f0fc"
}

main .fa-h-square:before {
	content: "\f0fd"
}

main .fa-plus-square:before {
	content: "\f0fe"
}

main .fa-angle-double-left:before {
	content: "\f100"
}

main .fa-angle-double-right:before {
	content: "\f101"
}

main .fa-angle-double-up:before {
	content: "\f102"
}

main .fa-angle-double-down:before {
	content: "\f103"
}

main .fa-angle-left:before {
	content: "\f104"
}

main .fa-angle-right:before {
	content: "\f105"
}

main .fa-angle-up:before {
	content: "\f106"
}

main .fa-angle-down:before {
	content: "\f107"
}

main .fa-desktop:before {
	content: "\f108"
}

main .fa-laptop:before {
	content: "\f109"
}

main .fa-tablet:before {
	content: "\f10a"
}

main .fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}

main .fa-circle-o:before {
	content: "\f10c"
}

main .fa-quote-left:before {
	content: "\f10d"
}

main .fa-quote-right:before {
	content: "\f10e"
}

main .fa-spinner:before {
	content: "\f110"
}

main .fa-circle:before {
	content: "\f111"
}

main .fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}

main .fa-github-alt:before {
	content: "\f113"
}

main .fa-folder-o:before {
	content: "\f114"
}

main .fa-folder-open-o:before {
	content: "\f115"
}

main .fa-smile-o:before {
	content: "\f118"
}

main .fa-frown-o:before {
	content: "\f119"
}

main .fa-meh-o:before {
	content: "\f11a"
}

main .fa-gamepad:before {
	content: "\f11b"
}

main .fa-keyboard-o:before {
	content: "\f11c"
}

main .fa-flag-o:before {
	content: "\f11d"
}

main .fa-flag-checkered:before {
	content: "\f11e"
}

main .fa-terminal:before {
	content: "\f120"
}

main .fa-code:before {
	content: "\f121"
}

main .fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}

main .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}

main .fa-location-arrow:before {
	content: "\f124"
}

main .fa-crop:before {
	content: "\f125"
}

main .fa-code-fork:before {
	content: "\f126"
}

main .fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}

main .fa-question:before {
	content: "\f128"
}

main .fa-info:before {
	content: "\f129"
}

main .fa-exclamation:before {
	content: "\f12a"
}

main .fa-superscript:before {
	content: "\f12b"
}

main .fa-subscript:before {
	content: "\f12c"
}

main .fa-eraser:before {
	content: "\f12d"
}

main .fa-puzzle-piece:before {
	content: "\f12e"
}

main .fa-microphone:before {
	content: "\f130"
}

main .fa-microphone-slash:before {
	content: "\f131"
}

main .fa-shield:before {
	content: "\f132"
}

main .fa-calendar-o:before {
	content: "\f133"
}

main .fa-fire-extinguisher:before {
	content: "\f134"
}

main .fa-rocket:before {
	content: "\f135"
}

main .fa-maxcdn:before {
	content: "\f136"
}

main .fa-chevron-circle-left:before {
	content: "\f137"
}

main .fa-chevron-circle-right:before {
	content: "\f138"
}

main .fa-chevron-circle-up:before {
	content: "\f139"
}

main .fa-chevron-circle-down:before {
	content: "\f13a"
}

main .fa-html5:before {
	content: "\f13b"
}

main .fa-css3:before {
	content: "\f13c"
}

main .fa-anchor:before {
	content: "\f13d"
}

main .fa-unlock-alt:before {
	content: "\f13e"
}

main .fa-bullseye:before {
	content: "\f140"
}

main .fa-ellipsis-h:before {
	content: "\f141"
}

main .fa-ellipsis-v:before {
	content: "\f142"
}

main .fa-rss-square:before {
	content: "\f143"
}

main .fa-play-circle:before {
	content: "\f144"
}

main .fa-ticket:before {
	content: "\f145"
}

main .fa-minus-square:before {
	content: "\f146"
}

main .fa-minus-square-o:before {
	content: "\f147"
}

main .fa-level-up:before {
	content: "\f148"
}

main .fa-level-down:before {
	content: "\f149"
}

main .fa-check-square:before {
	content: "\f14a"
}

main .fa-pencil-square:before {
	content: "\f14b"
}

main .fa-external-link-square:before {
	content: "\f14c"
}

main .fa-share-square:before {
	content: "\f14d"
}

main .fa-compass:before {
	content: "\f14e"
}

main .fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}

main .fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}

main .fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}

main .fa-euro:before, .fa-eur:before {
	content: "\f153"
}

main .fa-gbp:before {
	content: "\f154"
}

main .fa-dollar:before, .fa-usd:before {
	content: "\f155"
}

main .fa-rupee:before, .fa-inr:before {
	content: "\f156"
}

main .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}

main .fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}

main .fa-won:before, .fa-krw:before {
	content: "\f159"
}

main .fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}

main .fa-file:before {
	content: "\f15b"
}

main .fa-file-text:before {
	content: "\f15c"
}

main .fa-sort-alpha-asc:before {
	content: "\f15d"
}

main .fa-sort-alpha-desc:before {
	content: "\f15e"
}

main .fa-sort-amount-asc:before {
	content: "\f160"
}

main .fa-sort-amount-desc:before {
	content: "\f161"
}

main .fa-sort-numeric-asc:before {
	content: "\f162"
}

main .fa-sort-numeric-desc:before {
	content: "\f163"
}

main .fa-thumbs-up:before {
	content: "\f164"
}

main .fa-thumbs-down:before {
	content: "\f165"
}

main .fa-youtube-square:before {
	content: "\f166"
}

main .fa-youtube:before {
	content: "\f167"
}

main .fa-xing:before {
	content: "\f168"
}

main .fa-xing-square:before {
	content: "\f169"
}

main .fa-youtube-play:before {
	content: "\f16a"
}

main .fa-dropbox:before {
	content: "\f16b"
}

main .fa-stack-overflow:before {
	content: "\f16c"
}

main .fa-instagram:before {
	content: "\f16d"
}

main .fa-flickr:before {
	content: "\f16e"
}

main .fa-adn:before {
	content: "\f170"
}

main .fa-bitbucket:before {
	content: "\f171"
}

main .fa-bitbucket-square:before {
	content: "\f172"
}

main .fa-tumblr:before {
	content: "\f173"
}

main .fa-tumblr-square:before {
	content: "\f174"
}

main .fa-long-arrow-down:before {
	content: "\f175"
}

main .fa-long-arrow-up:before {
	content: "\f176"
}

main .fa-long-arrow-left:before {
	content: "\f177"
}

main .fa-long-arrow-right:before {
	content: "\f178"
}

main .fa-apple:before {
	content: "\f179"
}

main .fa-windows:before {
	content: "\f17a"
}

main .fa-android:before {
	content: "\f17b"
}

main .fa-linux:before {
	content: "\f17c"
}

main .fa-dribbble:before {
	content: "\f17d"
}

main .fa-skype:before {
	content: "\f17e"
}

main .fa-foursquare:before {
	content: "\f180"
}

main .fa-trello:before {
	content: "\f181"
}

main .fa-female:before {
	content: "\f182"
}

main .fa-male:before {
	content: "\f183"
}

main .fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}

main .fa-sun-o:before {
	content: "\f185"
}

main .fa-moon-o:before {
	content: "\f186"
}

main .fa-archive:before {
	content: "\f187"
}

main .fa-bug:before {
	content: "\f188"
}

main .fa-vk:before {
	content: "\f189"
}

main .fa-weibo:before {
	content: "\f18a"
}

main .fa-renren:before {
	content: "\f18b"
}

main .fa-pagelines:before {
	content: "\f18c"
}

main .fa-stack-exchange:before {
	content: "\f18d"
}

main .fa-arrow-circle-o-right:before {
	content: "\f18e"
}

main .fa-arrow-circle-o-left:before {
	content: "\f190"
}

main .fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}

main .fa-dot-circle-o:before {
	content: "\f192"
}

main .fa-wheelchair:before {
	content: "\f193"
}

main .fa-vimeo-square:before {
	content: "\f194"
}

main .fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}

main .fa-plus-square-o:before {
	content: "\f196"
}

main .fa-space-shuttle:before {
	content: "\f197"
}

main .fa-slack:before {
	content: "\f198"
}

main .fa-envelope-square:before {
	content: "\f199"
}

main .fa-wordpress:before {
	content: "\f19a"
}

main .fa-openid:before {
	content: "\f19b"
}

main .fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}

main .fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}

main .fa-yahoo:before {
	content: "\f19e"
}

main .fa-google:before {
	content: "\f1a0"
}

main .fa-reddit:before {
	content: "\f1a1"
}

main .fa-reddit-square:before {
	content: "\f1a2"
}

main .fa-stumbleupon-circle:before {
	content: "\f1a3"
}

main .fa-stumbleupon:before {
	content: "\f1a4"
}

main .fa-delicious:before {
	content: "\f1a5"
}

main .fa-digg:before {
	content: "\f1a6"
}

main .fa-pied-piper:before {
	content: "\f1a7"
}

main .fa-pied-piper-alt:before {
	content: "\f1a8"
}

main .fa-drupal:before {
	content: "\f1a9"
}

main .fa-joomla:before {
	content: "\f1aa"
}

main .fa-language:before {
	content: "\f1ab"
}

main .fa-fax:before {
	content: "\f1ac"
}

main .fa-building:before {
	content: "\f1ad"
}

main .fa-child:before {
	content: "\f1ae"
}

main .fa-paw:before {
	content: "\f1b0"
}

main .fa-spoon:before {
	content: "\f1b1"
}

main .fa-cube:before {
	content: "\f1b2"
}

main .fa-cubes:before {
	content: "\f1b3"
}

main .fa-behance:before {
	content: "\f1b4"
}

main .fa-behance-square:before {
	content: "\f1b5"
}

main .fa-steam:before {
	content: "\f1b6"
}

main .fa-steam-square:before {
	content: "\f1b7"
}

main .fa-recycle:before {
	content: "\f1b8"
}

main .fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}

main .fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}

main .fa-tree:before {
	content: "\f1bb"
}

main .fa-spotify:before {
	content: "\f1bc"
}

main .fa-deviantart:before {
	content: "\f1bd"
}

main .fa-soundcloud:before {
	content: "\f1be"
}

main .fa-database:before {
	content: "\f1c0"
}

main .fa-file-pdf-o:before {
	content: "\f1c1"
}

main .fa-file-word-o:before {
	content: "\f1c2"
}

main .fa-file-excel-o:before {
	content: "\f1c3"
}

main .fa-file-powerpoint-o:before {
	content: "\f1c4"
}

main .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}

main .fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}

main .fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}

main .fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}

main .fa-file-code-o:before {
	content: "\f1c9"
}

main .fa-vine:before {
	content: "\f1ca"
}

main .fa-codepen:before {
	content: "\f1cb"
}

main .fa-jsfiddle:before {
	content: "\f1cc"
}

main .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}

main .fa-circle-o-notch:before {
	content: "\f1ce"
}

main .fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}

main .fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}

main .fa-git-square:before {
	content: "\f1d2"
}

main .fa-git:before {
	content: "\f1d3"
}

main .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4"
}

main .fa-tencent-weibo:before {
	content: "\f1d5"
}

main .fa-qq:before {
	content: "\f1d6"
}

main .fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}

main .fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}

main .fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}

main .fa-history:before {
	content: "\f1da"
}

main .fa-circle-thin:before {
	content: "\f1db"
}

main .fa-kickass-header:before {
	content: "\f1dc"
}

main .fa-paragraph:before {
	content: "\f1dd"
}

main .fa-sliders:before {
	content: "\f1de"
}

main .fa-share-alt:before {
	content: "\f1e0"
}

main .fa-share-alt-square:before {
	content: "\f1e1"
}

main .fa-bomb:before {
	content: "\f1e2"
}

main .fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}

main .fa-tty:before {
	content: "\f1e4"
}

main .fa-binoculars:before {
	content: "\f1e5"
}

main .fa-plug:before {
	content: "\f1e6"
}

main .fa-slideshare:before {
	content: "\f1e7"
}

main .fa-twitch:before {
	content: "\f1e8"
}

main .fa-yelp:before {
	content: "\f1e9"
}

main .fa-newspaper-o:before {
	content: "\f1ea"
}

main .fa-wifi:before {
	content: "\f1eb"
}

main .fa-calculator:before {
	content: "\f1ec"
}

main .fa-paypal:before {
	content: "\f1ed"
}

main .fa-google-wallet:before {
	content: "\f1ee"
}

main .fa-cc-visa:before {
	content: "\f1f0"
}

main .fa-cc-mastercard:before {
	content: "\f1f1"
}

main .fa-cc-discover:before {
	content: "\f1f2"
}

main .fa-cc-amex:before {
	content: "\f1f3"
}

main .fa-cc-paypal:before {
	content: "\f1f4"
}

main .fa-cc-stripe:before {
	content: "\f1f5"
}

main .fa-bell-slash:before {
	content: "\f1f6"
}

main .fa-bell-slash-o:before {
	content: "\f1f7"
}

main .fa-trash:before {
	content: "\f1f8"
}

main .fa-copyright:before {
	content: "\f1f9"
}

main .fa-at:before {
	content: "\f1fa"
}

main .fa-eyedropper:before {
	content: "\f1fb"
}

main .fa-paint-brush:before {
	content: "\f1fc"
}

main .fa-birthday-cake:before {
	content: "\f1fd"
}

main .fa-area-chart:before {
	content: "\f1fe"
}

main .fa-pie-chart:before {
	content: "\f200"
}

main .fa-line-chart:before {
	content: "\f201"
}

main .fa-lastfm:before {
	content: "\f202"
}

main .fa-lastfm-square:before {
	content: "\f203"
}

main .fa-toggle-off:before {
	content: "\f204"
}

main .fa-toggle-on:before {
	content: "\f205"
}

main .fa-bicycle:before {
	content: "\f206"
}

main .fa-bus:before {
	content: "\f207"
}

main .fa-ioxhost:before {
	content: "\f208"
}

main .fa-angellist:before {
	content: "\f209"
}

main .fa-cc:before {
	content: "\f20a"
}

main .fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}

main .fa-meanpath:before {
	content: "\f20c"
}

main .fa-buysellads:before {
	content: "\f20d"
}

main .fa-connectdevelop:before {
	content: "\f20e"
}

main .fa-dashcube:before {
	content: "\f210"
}

main .fa-forumbee:before {
	content: "\f211"
}

main .fa-leanpub:before {
	content: "\f212"
}

main .fa-sellsy:before {
	content: "\f213"
}

main .fa-shirtsinbulk:before {
	content: "\f214"
}

main .fa-simplybuilt:before {
	content: "\f215"
}

main .fa-skyatlas:before {
	content: "\f216"
}

main .fa-cart-plus:before {
	content: "\f217"
}

main .fa-cart-arrow-down:before {
	content: "\f218"
}

main .fa-diamond:before {
	content: "\f219"
}

main .fa-ship:before {
	content: "\f21a"
}

main .fa-user-secret:before {
	content: "\f21b"
}

main .fa-motorcycle:before {
	content: "\f21c"
}

main .fa-street-view:before {
	content: "\f21d"
}

main .fa-heartbeat:before {
	content: "\f21e"
}

main .fa-venus:before {
	content: "\f221"
}

main .fa-mars:before {
	content: "\f222"
}

main .fa-mercury:before {
	content: "\f223"
}

main .fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}

main .fa-transgender-alt:before {
	content: "\f225"
}

main .fa-venus-double:before {
	content: "\f226"
}

main .fa-mars-double:before {
	content: "\f227"
}

main .fa-venus-mars:before {
	content: "\f228"
}

main .fa-mars-stroke:before {
	content: "\f229"
}

main .fa-mars-stroke-v:before {
	content: "\f22a"
}

main .fa-mars-stroke-h:before {
	content: "\f22b"
}

main .fa-neuter:before {
	content: "\f22c"
}

main .fa-genderless:before {
	content: "\f22d"
}

main .fa-facebook-official:before {
	content: "\f230"
}

main .fa-pinterest-p:before {
	content: "\f231"
}

main .fa-whatsapp:before {
	content: "\f232"
}

main .fa-server:before {
	content: "\f233"
}

main .fa-user-plus:before {
	content: "\f234"
}

main .fa-user-times:before {
	content: "\f235"
}

main .fa-hotel:before, .fa-bed:before {
	content: "\f236"
}

main .fa-viacoin:before {
	content: "\f237"
}

main .fa-train:before {
	content: "\f238"
}

main .fa-subway:before {
	content: "\f239"
}

main .fa-medium:before {
	content: "\f23a"
}

main .fa-yc:before, .fa-y-combinator:before {
	content: "\f23b"
}

main .fa-optin-monster:before {
	content: "\f23c"
}

main .fa-opencart:before {
	content: "\f23d"
}

main .fa-expeditedssl:before {
	content: "\f23e"
}

main .fa-battery-4:before, .fa-battery-full:before {
	content: "\f240"
}

main .fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}

main .fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}

main .fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}

main .fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}

main .fa-mouse-pointer:before {
	content: "\f245"
}

main .fa-i-cursor:before {
	content: "\f246"
}

main .fa-object-group:before {
	content: "\f247"
}

main .fa-object-ungroup:before {
	content: "\f248"
}

main .fa-sticky-note:before {
	content: "\f249"
}

main .fa-sticky-note-o:before {
	content: "\f24a"
}

main .fa-cc-jcb:before {
	content: "\f24b"
}

main .fa-cc-diners-club:before {
	content: "\f24c"
}

main .fa-clone:before {
	content: "\f24d"
}

main .fa-balance-scale:before {
	content: "\f24e"
}

main .fa-hourglass-o:before {
	content: "\f250"
}

main .fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}

main .fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}

main .fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}

main .fa-hourglass:before {
	content: "\f254"
}

main .fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}

main .fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256"
}

main .fa-hand-scissors-o:before {
	content: "\f257"
}

main .fa-hand-lizard-o:before {
	content: "\f258"
}

main .fa-hand-spock-o:before {
	content: "\f259"
}

main .fa-hand-pointer-o:before {
	content: "\f25a"
}

main .fa-hand-peace-o:before {
	content: "\f25b"
}

main .fa-trademark:before {
	content: "\f25c"
}

main .fa-registered:before {
	content: "\f25d"
}

main .fa-creative-commons:before {
	content: "\f25e"
}

main .fa-gg:before {
	content: "\f260"
}

main .fa-gg-circle:before {
	content: "\f261"
}

main .fa-tripadvisor:before {
	content: "\f262"
}

main .fa-odnoklassniki:before {
	content: "\f263"
}

main .fa-odnoklassniki-square:before {
	content: "\f264"
}

main .fa-get-pocket:before {
	content: "\f265"
}

main .fa-wikipedia-w:before {
	content: "\f266"
}

main .fa-safari:before {
	content: "\f267"
}

main .fa-chrome:before {
	content: "\f268"
}

main .fa-firefox:before {
	content: "\f269"
}

main .fa-opera:before {
	content: "\f26a"
}

main .fa-internet-explorer:before {
	content: "\f26b"
}

main .fa-tv:before, .fa-television:before {
	content: "\f26c"
}

main .fa-contao:before {
	content: "\f26d"
}

main .fa-500px:before {
	content: "\f26e"
}

main .fa-amazon:before {
	content: "\f270"
}

main .fa-calendar-plus-o:before {
	content: "\f271"
}

main .fa-calendar-minus-o:before {
	content: "\f272"
}

main .fa-calendar-times-o:before {
	content: "\f273"
}

main .fa-calendar-check-o:before {
	content: "\f274"
}

main .fa-industry:before {
	content: "\f275"
}

main .fa-map-pin:before {
	content: "\f276"
}

main .fa-map-signs:before {
	content: "\f277"
}

main .fa-map-o:before {
	content: "\f278"
}

main .fa-map:before {
	content: "\f279"
}

main .fa-commenting:before {
	content: "\f27a"
}

main .fa-commenting-o:before {
	content: "\f27b"
}

main .fa-houzz:before {
	content: "\f27c"
}

main .fa-vimeo:before {
	content: "\f27d"
}

main .fa-black-tie:before {
	content: "\f27e"
}

main .fa-fonticons:before {
	content: "\f280"
}

main .fa-reddit-alien:before {
	content: "\f281"
}

main .fa-edge:before {
	content: "\f282"
}

main .fa-credit-card-alt:before {
	content: "\f283"
}

main .fa-codiepie:before {
	content: "\f284"
}

main .fa-modx:before {
	content: "\f285"
}

main .fa-fort-awesome:before {
	content: "\f286"
}

main .fa-usb:before {
	content: "\f287"
}

main .fa-product-hunt:before {
	content: "\f288"
}

main .fa-mixcloud:before {
	content: "\f289"
}

main .fa-scribd:before {
	content: "\f28a"
}

main .fa-pause-circle:before {
	content: "\f28b"
}

main .fa-pause-circle-o:before {
	content: "\f28c"
}

main .fa-stop-circle:before {
	content: "\f28d"
}

main .fa-stop-circle-o:before {
	content: "\f28e"
}

main .fa-shopping-bag:before {
	content: "\f290"
}

main .fa-shopping-basket:before {
	content: "\f291"
}

main .fa-hashtag:before {
	content: "\f292"
}

main .fa-bluetooth:before {
	content: "\f293"
}

main .fa-bluetooth-b:before {
	content: "\f294"
}

main .fa-percent:before {
	content: "\f295"
}

main html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

main body {
	margin: 0
}

main article, aside, details, figcaption, figure, footer, kickass-header, hgroup, main, menu, nav, section, summary {
	display: block
}

main audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

main audio:not([controls]) {
	display: none;
	height: 0
}

main [hidden], template {
	display: none
}

main a {
	background-color: transparent
}

main a:active, a:hover {
	outline: 0
}

main abbr[title] {
	border-bottom: 1px dotted
}

main b, strong {
	font-weight: bold
}

main dfn {
	font-style: italic
}

main h1 {
	font-size: 2em;
	margin: 0.67em 0
}

main mark {
	background: #ff0;
	color: #000
}

main small {
	font-size: 80%
}

main sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

main sup {
	top: -0.5em
}

main sub {
	bottom: -0.25em
}

main img {
	border: 0
}

main svg:not(:root) {
	overflow: hidden
}

main figure {
	margin: 1em 40px
}

main hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

main pre {
	overflow: auto
}

main code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

main button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

main button {
	overflow: visible
}

main button, select {
	text-transform: none
}

main button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

main button[disabled], html input[disabled] {
	cursor: default
}

main button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

main input {
	line-height: normal
}

main input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

main input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

main input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

main input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

main fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

main legend {
	border: 0;
	padding: 0
}

main textarea {
	overflow: auto
}

main optgroup {
	font-weight: bold
}

main table {
	border-collapse: collapse;
	border-spacing: 0
}

main td, th {
	padding: 0
}

main .kickass-container {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box
}

main .column, .columns {
	width: 100%;
	float: left;
	box-sizing: border-box
}

main @media (min-width: 400px) {
	.kickass-container {
		width: 85%;
		padding: 0
	}
} 

main @media (min-width: 550px) {
	.kickass-container {
		width: 80%
	}

	main .column, .columns {
		margin-left: 4%
	}

	main .column:first-child, .columns:first-child {
		margin-left: 0
	}

	main .one.column, .one.columns {
		width: 4.66666666667%
	}

	main .two.columns {
		width: 13.3333333333%
	}

	main .three.columns {
		width: 22%
	}

	main .four.columns {
		width: 30.6666666667%
	}

	main .five.columns {
		width: 39.3333333333%
	}

	main .six.columns {
		width: 48%
	}

	main .seven.columns {
		width: 56.6666666667%
	}

	main .eight.columns {
		width: 65.3333333333%
	}

	main .nine.columns {
		width: 74.0%
	}

	main .ten.columns {
		width: 82.6666666667%
	}

	main .eleven.columns {
		width: 91.3333333333%
	}

	main .twelve.columns {
		width: 100%;
		margin-left: 0
	}

	main .one-third.column {
		width: 30.6666666667%
	}

	main .two-thirds.column {
		width: 65.3333333333%
	}

	main .one-half.column {
		width: 48%
	}

	main .offset-by-one.column, .offset-by-one.columns {
		margin-left: 8.66666666667%
	}

	main .offset-by-two.column, .offset-by-two.columns {
		margin-left: 17.3333333333%
	}

	main .offset-by-three.column, .offset-by-three.columns {
		margin-left: 26%
	}

	main .offset-by-four.column, .offset-by-four.columns {
		margin-left: 34.6666666667%
	}

	main .offset-by-five.column, .offset-by-five.columns {
		margin-left: 43.3333333333%
	}

	main .offset-by-six.column, .offset-by-six.columns {
		margin-left: 52%
	}

	main .offset-by-seven.column, .offset-by-seven.columns {
		margin-left: 60.6666666667%
	}

	main .offset-by-eight.column, .offset-by-eight.columns {
		margin-left: 69.3333333333%
	}

	main .offset-by-nine.column, .offset-by-nine.columns {
		margin-left: 78.0%
	}

	main .offset-by-ten.column, .offset-by-ten.columns {
		margin-left: 86.6666666667%
	}

	main .offset-by-eleven.column, .offset-by-eleven.columns {
		margin-left: 95.3333333333%
	}

	main .offset-by-one-third.column, .offset-by-one-third.columns {
		margin-left: 34.6666666667%
	}

	main .offset-by-two-thirds.column, .offset-by-two-thirds.columns {
		margin-left: 69.3333333333%
	}

	main .offset-by-one-half.column, .offset-by-one-half.columns {
		margin-left: 52%
	}
} 

main html {
	font-size: 62.5%
}

main body {
	font-size: 1.5em;
	line-height: 1.6;
	font-weight: 400;
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222
}

main h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 300
}

main h1 {
	font-size: 4.0rem;
	line-height: 1.2;
	letter-spacing: -.1rem
}

main h2 {
	font-size: 3.6rem;
	line-height: 1.25;
	letter-spacing: -.1rem
}

main h3 {
	font-size: 3.0rem;
	line-height: 1.3;
	letter-spacing: -.1rem
}

main h4 {
	font-size: 2.4rem;
	line-height: 1.35;
	letter-spacing: -.08rem
}

main h5 {
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: -.05rem
}

main h6 {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0
}

main @media (min-width: 550px) {
	h1 {
		font-size: 5.0rem
	}

	main h2 {
		font-size: 4.2rem
	}

	main h3 {
		font-size: 3.6rem
	}

	main h4 {
		font-size: 3.0rem
	}

	main h5 {
		font-size: 2.4rem
	}

	main h6 {
		font-size: 1.5rem
	}
} 

main p {
	margin-top: 0
}

main .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	height: 38px;
	padding: 0 30px;
	color: #555;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #bbb;
	cursor: pointer;
	box-sizing: border-box
}

main .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
	color: #333;
	border-color: #888;
	outline: 0
}

main .button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
	color: #FFF;
	background-color: #6c65c2;
	border-color: #6c65c2
}

main .button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
	color: #FFF;
	background-color: #857fcc;
	border-color: #857fcc
}

main input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	height: 38px;
	padding: 6px 10px;
	background-color: #fff;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box
}

main input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

main textarea {
	min-height: 65px;
	padding-top: 6px;
	padding-bottom: 6px
}

main input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border: 1px solid #6c65c2;
	outline: 0
}

main label, legend {
	display: block;
	margin-bottom: .5rem;
	font-weight: 600
}

main fieldset {
	padding: 0;
	border-width: 0
}

main input[type="checkbox"], input[type="radio"] {
	display: inline
}

main label > .label-body {
	display: inline-block;
	margin-left: .5rem;
	font-weight: normal
}

main ul {
	list-style: circle inside
}

main ol {
	list-style: decimal inside
}

main ol, ul {
	padding-left: 0;
	margin-top: 0
}

main ul ul, ul ol, ol ol, ol ul {
	margin: 1.5rem 0 1.5rem 3rem;
	font-size: 90%
}

main li {
	margin-bottom: 1rem
}

main code {
	padding: .2rem .5rem;
	margin: 0 .2rem;
	font-size: 90%;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 4px
}

main pre > code {
	display: block;
	padding: 1rem 1.5rem;
	white-space: pre
}

main th, td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #E1E1E1
}

main th:first-child, td:first-child {
	padding-left: 0
}

main th:last-child, td:last-child {
	padding-right: 0
}

main button, .button {
	margin-bottom: 1rem
}

main input, textarea, select, fieldset {
	margin-bottom: 1.5rem
}

main pre, blockquote, dl, figure, table {
	margin-bottom: 2.5rem
}

main .u-full-width {
	width: 100%;
	box-sizing: border-box
}

main .u-max-full-width {
	max-width: 100%;
	box-sizing: border-box
}

main .u-pull-right {
	float: right
}

main .u-pull-left {
	float: left
}

main hr {
	margin-top: 3rem;
	margin-bottom: 3.5rem;
	border-width: 0;
	border-top: 1px solid #E1E1E1
}

main .kickass-container:after, .row:after, .u-cf {
	content: "";
	display: table;
	clear: both
}

main html {
	background: #f0f3f5
}

main body {
	font-size: 16px !important;
	color: #495259
}

main #kickass-header {
	text-align: center;
	margin-top: 25px
}

main ul#filter {
	list-style: none;
	text-align: center;
	margin-top: 30px
}

main ul#filter li {
	list-style: none;
	margin-right: 10px;
	display: inline-block
}

main ul#filter li.current {
	font-weight: bold
}

main div#welcome {
	text-align: center
}

main #input-variables input {
	width: 80%;
	display: inline-block !important
}

main @media (max-width: 550px) {
	#input-variables {
		text-align: center;
		margin-bottom: 20px
	}
} 

main .title-div {
	margin-top: 0;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c8cbcd
}

main .title-div h5 {
	text-align: center;
	padding: 0;
	margin: 0
}

main td.headline-title {
	font-weight: bold
}

main td.headline-result {
	text-transform: capitalize
}

main td.headline-result span {
	border-bottom: #ccc 1px dotted
}

main .fa-question-circle {
	cursor: default;
	margin-left: 10px
}

main #tooltip {
	text-align: center;
	color: #fff;
	background: #495259;
	position: absolute;
	z-index: 100;
	padding: 10px;
	border-radius: 5px
}

main #tooltip:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #495259;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px
}

main #tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #495259;
	top: -20px;
	bottom: auto
}

main #tooltip.left:after {
	left: 10px;
	margin: 0
}

main #tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0
}

main #tooltip span {
	font-weight: bold;
	text-decoration: underline;
	display: block
}

main #share {
	text-align: center;
	margin-top: 20px
}

main #share .button {
	margin: 10px
}

main #share .button i {
	font-size: 16px;
	margin-left: 10px
}

main #footer {
	text-align: center;
	margin-top: 10px
}

main #footer-logo {
	width: 150px
}

main .kickass-container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-width: 1000px;
}

main #filter {
	width: 1000px;
	amargin-left: -20px;
}

main table.numbered-lists td,
table.how-to td,
table.explanatory td,
table.controversial td,
table.playful td,
table.diy td {
	padding: 5px;
main }