/* body formatting */
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html, body {
	-webkit-text-size-adjust: none
}
html, body, div, span, header, footer, aside, nav, menu, main, section, article, details, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, em, small, big, strong, b, u, i, sub, sup, del, strike, q, blockquote, cite, time, address, code, pre, a, img, center, hr, form, fieldset, legend, label, input, textarea, button, table, caption, tbody, thead, tfoot, tr, th, td, iframe, object, canvas, audio, video, embed {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}
header, footer, aside, menu, nav, section, article, details {
	display: block
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
script {
	display: none!important
}
html, body {
	width: 100%!important;
	min-height: 100%;
	background: #fff
}
html {
	width: 100%;
	height: 100%
}
hr {
	border: 0;
	border-bottom: 1px solid #ddd;
	margin: 10px auto;
	clear: both
}
img, a img {
	max-width: 100%;
	border: 0
}
.clear, .clearfix {
	clear: both
}
.clear:after, .clearfix:after {
	content: " ";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden
}

/* padding */	
.padded {
	padding: 10px
}
.half-padded {
	padding: 5px
}
.double-padded {
	padding: 20px
}
.triple-padded {
	padding: 30px
}
.pad-top {
	padding-top: 10px
}
.half-pad-top {
	padding-top: 5px
}
.double-pad-top {
	padding-top: 20px
}
.triple-pad-top {
	padding-top: 30px
}
.pad-right {
	padding-right: 10px
}
.half-pad-right {
	padding-right: 5px
}
.double-pad-right {
	padding-right: 20px
}
.triple-pad-right {
	padding-right: 30px
}
.pad-bottom {
	padding-bottom: 10px
}
.half-pad-bottom {
	padding-bottom: 5px
}
.double-pad-bottom {
	padding-bottom: 20px
}
.triple-pad-bottom {
	padding-bottom: 30px
}
.pad-left {
	padding-left: 10px
}
.half-pad-left {
	padding-left: 5px
}
.double-pad-left {
	padding-left: 20px
}
.triple-pad-left {
	padding-left: 30px
}

/* gapped */		
.gapped {
	margin: 10px
}
.half-gapped {
	margin: 5px
}
.double-gapped {
	margin: 20px
}
.triple-gapped {
	margin: 30px
}
.gap-top {
	margin-top: 10px
}
.half-gap-top {
	margin-top: 5px
}
.double-gap-top {
	margin-top: 20px
}
.triple-gap-top {
	margin-top: 30px
}
.gap-right {
	margin-right: 10px
}
.half-gap-right {
	margin-right: 5px
}
.double-gap-right {
	margin-right: 20px
}
.triple-gap-right {
	margin-right: 30px
}
.gap-bottom {
	margin-bottom: 10px
}
.half-gap-bottom {
	margin-bottom: 5px
}
.double-gap-bottom {
	margin-bottom: 20px
}
.triple-gap-bottom {
	margin-bottom: 30px
}
.gap-left {
	margin-left: 10px
}
.half-gap-left {
	margin-left: 5px
}
.double-gap-left {
	margin-left: 20px
}
.triple-gap-left {
	margin-left: 30px
}

/* offset */	
.offset {
	margin: -10px
}
.half-offset {
	margin: -5px
}
.double-offset {
	margin: -20px
}
.triple-offset {
	margin: -30px
}
.offset-top {
	margin-top: -10px
}
.half-offset-top {
	margin-top: -5px
}
.double-offset-top {
	margin-top: -20px
}
.triple-offset-top {
	margin-top: -30px
}
.offset-right {
	margin-right: -10px
}
.half-offset-right {
	margin-right: -5px
}
.double-offset-right {
	margin-right: -20px
}
.triple-offset-right {
	margin-right: -30px
}
.offset-bottom {
	margin-bottom: -10px
}
.half-offset-bottom {
	margin-bottom: -5px
}
.double-offset-bottom {
	margin-bottom: -20px
}
.triple-offset-bottom {
	margin-bottom: -30px
}
.offset-left {
	margin-left: -10px
}
.half-offset-left {
	margin-left: -5px
}
.double-offset-left {
	margin-left: -20px
}
.triple-offset-left {
	margin-left: -30px
}

/* positioning */	
.stick, .fixed {
	position: fixed
}
.stick.top, .fixed.top {
	position: fixed;
	top: 0
}
.stick.right, .fixed.right {
	position: fixed;
	right: 0
}
.stick.bottom, .fixed.bottom {
	position: fixed;
	bottom: 0
}
.stick.left, .fixed.left {
	position: fixed;
	left: 0
}
.stick.middle, .fixed.middle {
	position: fixed;
	top: 50%
}
.stick.center, .fixed.center {
	position: fixed;
	left: 50%
}
.absolute {
	position: absolute
}
.absolute.top {
	position: absolute;
	top: 0
}
.absolute.right {
	position: absolute;
	right: 0
}
.absolute.bottom {
	position: absolute;
	bottom: 0
}
.absolute.left {
	position: absolute;
	left: 0
}
.absolute.middle {
	position: absolute;
	top: 50%
}
.absolute.center {
	position: absolute;
	left: 50%
}
.relative {
	position: relative
}
.static {
	position: static
}
.inline {
	display: inline
}
.inline-block {
	display: inline-block;
	width: auto
}
.block {
	display: block
}
.hidden {
	display: none!important
}

/* font text size*/	
.small {
	font-size: .8em
}
.medium {
	font-size: 1em
}
.large {
	font-size: 1.5em
}
html, body, .unstyled, .zero {
	margin: 0;
	padding: 0
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.pull-none {
	float: none
}

/* border */	
.bordered {
	border: 1px solid #ddd
}
.border-top {
	border-top: 1px solid #ddd
}
.border-right {
	border-right: 1px solid #ddd
}
.border-bottom {
	border-bottom: 1px solid #ddd
}
.border-left {
	border-left: 1px solid #ddd
}
.square {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.round {
	-webkit-border-radius: 9999em;
	-moz-border-radius: 9999em;
	-ms-border-radius: 9999em;
	-o-border-radius: 9999em;
	border-radius: 9999em
}

/* text align */	
.align-top {
	display: table-cell;
	vertical-align: top
}
.align-right {
	text-align: right
}
.align-bottom {
	display: table-cell;
	vertical-align: bottom
}
.align-left {
	text-align: left
}
.align-center {
	text-align: center
}
.justify {
	text-align: justify
}
.unstyled {
	list-style: none
}
.truncate {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.center {
	display: block;
	margin: 0 auto
}

/* rotate */	
.rotate-90 {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}
.rotate-90-ctr {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.rotate-180 {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.rotate-180-ctr {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.rotate-270 {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg)
}
.rotate-270-ctr {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	transform: rotate(-270deg)
}
.rotate-360 {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg)
}
.rotate-360-ctr {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg)
}
.transition {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.no-transition {
	transition: none!important
}

/* layout */	
.container {
	max-width: 1000px;
	margin: 0 auto
}
.row {
	clear: both;
	width: 100%
}
.row:after {
	content: " ";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden
}

/* grid */	
.column, .whole, .wholes, .whole.one, .wholes.one, .half, .halves, .half.one, .halves.one, .half.two, .halves.two, .third, .thirds, .third.one, .thirds.one, .third.two, .thirds.two, .third.three, .thirds.three, .fourth, .fourths, .fourth.one, .fourths.one, .fourth.two, .fourths.two, .fourth.three, .fourths.three, .fourth.four, .fourths.four, .fifth, .fifths, .fifth.one, .fifths.one, .fifth.two, .fifths.two, .fifth.three, .fifths.three, .fifth.four, .fifths.four, .fifth.five, .fifths.five, .sixth, .sixths, .sixth.one, .sixths.one, .sixth.two, .sixths.two, .sixth.three, .sixths.three, .sixth.four, .sixths.four, .sixth.five, .sixths.five, .sixth.six, .sixths.six, .seventh, .sevenths, .seventh.one, .sevenths.one, .seventh.two, .sevenths.two, .seventh.three, .sevenths.three, .seventh.four, .sevenths.four, .seventh.five, .sevenths.five, .seventh.six, .sevenths.six, .seventh.seven, .sevenths.seven, .eighth, .eighths, .eighth.one, .eighths.one, .eighth.two, .eighths.two, .eighth.three, .eighths.three, .eighth.four, .eighths.four, .eighth.five, .eighths.five, .eighth.six, .eighths.six, .eighth.seven, .eighths.seven, .eighth.eight, .eighths.eight, .ninth, .ninths, .ninth.one, .ninths.one, .ninth.two, .ninths.two, .ninth.three, .ninths.three, .ninth.four, .ninths.four, .ninth.five, .ninths.five, .ninth.six, .ninths.six, .ninth.seven, .ninths.seven, .ninth.eight, .ninths.eight, .ninth.nine, .ninths.nine, .tenth, .tenths, .tenth.one, .tenths.one, .tenth.two, .tenths.two, .tenth.three, .tenths.three, .tenth.four, .tenths.four, .tenth.five, .tenths.five, .tenth.six, .tenths.six, .tenth.seven, .tenths.seven, .tenth.eight, .tenths.eight, .tenth.nine, .tenths.nine, .tenth.ten, .tenths.ten, .eleventh, .elevenths, .eleventh.one, .elevenths.one, .eleventh.two, .elevenths.two, .eleventh.three, .elevenths.three, .eleventh.four, .elevenths.four, .eleventh.five, .elevenths.five, .eleventh.six, .elevenths.six, .eleventh.seven, .elevenths.seven, .eleventh.eight, .elevenths.eight, .eleventh.nine, .elevenths.nine, .eleventh.ten, .elevenths.ten, .eleventh.eleven, .elevenths.eleven, .twelfth, .twelfths, .twelfth.one, .twelfths.one, .twelfth.two, .twelfths.two, .twelfth.three, .twelfths.three, .twelfth.four, .twelfths.four, .twelfth.five, .twelfths.five, .twelfth.six, .twelfths.six, .twelfth.seven, .twelfths.seven, .twelfth.eight, .twelfths.eight, .twelfth.nine, .twelfths.nine, .twelfth.ten, .twelfths.ten, .twelfth.eleven, .twelfths.eleven, .twelfth.twelve, .twelfths.twelve {
	float: left;
	position: relative;
	min-height: 1px
}
.centered {
	float: none!important;
	margin-left: auto!important;
	margin-right: auto!important
}
.whole, .wholes {
	width: 100%
}
.whole.one, .wholes.one {
	width: 100%
}
.half, .halves {
	width: 50%
}
.half.one, .halves.one {
	width: 50%
}
.half.two, .halves.two {
	width: 100%
}
.half.right-one, .halves.right-one {
	left: 50%
}
.half.left-one, .halves.left-one {
	right: 50%
}
.half.skip-one, .halves.skip-one {
	margin-left: 50%
}
.third, .thirds {
	width: 33.33333%
}
.third.one, .thirds.one {
	width: 33.33333%
}
.third.two, .thirds.two {
	width: 66.66667%
}
.third.three, .thirds.three {
	width: 100%
}
.third.right-one, .thirds.right-one {
	left: 33.33333%
}
.third.left-one, .thirds.left-one {
	right: 33.33333%
}
.third.skip-one, .thirds.skip-one {
	margin-left: 33.33333%
}
.third.right-two, .thirds.right-two {
	left: 66.66667%
}
.third.left-two, .thirds.left-two {
	right: 66.66667%
}
.third.skip-two, .thirds.skip-two {
	margin-left: 66.66667%
}
.fourth, .fourths {
	width: 25%
}
.fourth.one, .fourths.one {
	width: 25%
}
.fourth.two, .fourths.two {
	width: 50%
}
.fourth.three, .fourths.three {
	width: 75%
}
.fourth.four, .fourths.four {
	width: 100%
}
.fourth.right-one, .fourths.right-one {
	left: 25%
}
.fourth.left-one, .fourths.left-one {
	right: 25%
}
.fourth.skip-one, .fourths.skip-one {
	margin-left: 25%
}
.fourth.right-two, .fourths.right-two {
	left: 50%
}
.fourth.left-two, .fourths.left-two {
	right: 50%
}
.fourth.skip-two, .fourths.skip-two {
	margin-left: 50%
}
.fourth.right-three, .fourths.right-three {
	left: 75%
}
.fourth.left-three, .fourths.left-three {
	right: 75%
}
.fourth.skip-three, .fourths.skip-three {
	margin-left: 75%
}
.fifth, .fifths {
	width: 20%
}
.fifth.one, .fifths.one {
	width: 20%
}
.fifth.two, .fifths.two {
	width: 40%
}
.fifth.three, .fifths.three {
	width: 60%
}
.fifth.four, .fifths.four {
	width: 80%
}
.fifth.five, .fifths.five {
	width: 100%
}
.fifth.right-one, .fifths.right-one {
	left: 20%
}
.fifth.left-one, .fifths.left-one {
	right: 20%
}
.fifth.skip-one, .fifths.skip-one {
	margin-left: 20%
}
.fifth.right-two, .fifths.right-two {
	left: 40%
}
.fifth.left-two, .fifths.left-two {
	right: 40%
}
.fifth.skip-two, .fifths.skip-two {
	margin-left: 40%
}
.fifth.right-three, .fifths.right-three {
	left: 60%
}
.fifth.left-three, .fifths.left-three {
	right: 60%
}
.fifth.skip-three, .fifths.skip-three {
	margin-left: 60%
}
.fifth.right-four, .fifths.right-four {
	left: 80%
}
.fifth.left-four, .fifths.left-four {
	right: 80%
}
.fifth.skip-four, .fifths.skip-four {
	margin-left: 80%
}
.sixth, .sixths {
	width: 16.66667%
}
.sixth.one, .sixths.one {
	width: 16.66667%
}
.sixth.two, .sixths.two {
	width: 33.33333%
}
.sixth.three, .sixths.three {
	width: 50%
}
.sixth.four, .sixths.four {
	width: 66.66667%
}
.sixth.five, .sixths.five {
	width: 83.33333%
}
.sixth.six, .sixths.six {
	width: 100%
}
.sixth.right-one, .sixths.right-one {
	left: 16.66667%
}
.sixth.left-one, .sixths.left-one {
	right: 16.66667%
}
.sixth.skip-one, .sixths.skip-one {
	margin-left: 16.66667%
}
.sixth.right-two, .sixths.right-two {
	left: 33.33333%
}
.sixth.left-two, .sixths.left-two {
	right: 33.33333%
}
.sixth.skip-two, .sixths.skip-two {
	margin-left: 33.33333%
}
.sixth.right-three, .sixths.right-three {
	left: 50%
}
.sixth.left-three, .sixths.left-three {
	right: 50%
}
.sixth.skip-three, .sixths.skip-three {
	margin-left: 50%
}
.sixth.right-four, .sixths.right-four {
	left: 66.66667%
}
.sixth.left-four, .sixths.left-four {
	right: 66.66667%
}
.sixth.skip-four, .sixths.skip-four {
	margin-left: 66.66667%
}
.sixth.right-five, .sixths.right-five {
	left: 83.33333%
}
.sixth.left-five, .sixths.left-five {
	right: 83.33333%
}
.sixth.skip-five, .sixths.skip-five {
	margin-left: 83.33333%
}
.seventh, .sevenths {
	width: 14.28571%
}
.seventh.one, .sevenths.one {
	width: 14.28571%
}
.seventh.two, .sevenths.two {
	width: 28.57143%
}
.seventh.three, .sevenths.three {
	width: 42.85714%
}
.seventh.four, .sevenths.four {
	width: 57.14286%
}
.seventh.five, .sevenths.five {
	width: 71.42857%
}
.seventh.six, .sevenths.six {
	width: 85.71429%
}
.seventh.seven, .sevenths.seven {
	width: 100%
}
.seventh.right-one, .sevenths.right-one {
	left: 14.28571%
}
.seventh.left-one, .sevenths.left-one {
	right: 14.28571%
}
.seventh.skip-one, .sevenths.skip-one {
	margin-left: 14.28571%
}
.seventh.right-two, .sevenths.right-two {
	left: 28.57143%
}
.seventh.left-two, .sevenths.left-two {
	right: 28.57143%
}
.seventh.skip-two, .sevenths.skip-two {
	margin-left: 28.57143%
}
.seventh.right-three, .sevenths.right-three {
	left: 42.85714%
}
.seventh.left-three, .sevenths.left-three {
	right: 42.85714%
}
.seventh.skip-three, .sevenths.skip-three {
	margin-left: 42.85714%
}
.seventh.right-four, .sevenths.right-four {
	left: 57.14286%
}
.seventh.left-four, .sevenths.left-four {
	right: 57.14286%
}
.seventh.skip-four, .sevenths.skip-four {
	margin-left: 57.14286%
}
.seventh.right-five, .sevenths.right-five {
	left: 71.42857%
}
.seventh.left-five, .sevenths.left-five {
	right: 71.42857%
}
.seventh.skip-five, .sevenths.skip-five {
	margin-left: 71.42857%
}
.seventh.right-six, .sevenths.right-six {
	left: 85.71429%
}
.seventh.left-six, .sevenths.left-six {
	right: 85.71429%
}
.seventh.skip-six, .sevenths.skip-six {
	margin-left: 85.71429%
}
.eighth, .eighths {
	width: 12.5%
}
.eighth.one, .eighths.one {
	width: 12.5%
}
.eighth.two, .eighths.two {
	width: 25%
}
.eighth.three, .eighths.three {
	width: 37.5%
}
.eighth.four, .eighths.four {
	width: 50%
}
.eighth.five, .eighths.five {
	width: 62.5%
}
.eighth.six, .eighths.six {
	width: 75%
}
.eighth.seven, .eighths.seven {
	width: 87.5%
}
.eighth.eight, .eighths.eight {
	width: 100%
}
.eighth.right-one, .eighths.right-one {
	left: 12.5%
}
.eighth.left-one, .eighths.left-one {
	right: 12.5%
}
.eighth.skip-one, .eighths.skip-one {
	margin-left: 12.5%
}
.eighth.right-two, .eighths.right-two {
	left: 25%
}
.eighth.left-two, .eighths.left-two {
	right: 25%
}
.eighth.skip-two, .eighths.skip-two {
	margin-left: 25%
}
.eighth.right-three, .eighths.right-three {
	left: 37.5%
}
.eighth.left-three, .eighths.left-three {
	right: 37.5%
}
.eighth.skip-three, .eighths.skip-three {
	margin-left: 37.5%
}
.eighth.right-four, .eighths.right-four {
	left: 50%
}
.eighth.left-four, .eighths.left-four {
	right: 50%
}
.eighth.skip-four, .eighths.skip-four {
	margin-left: 50%
}
.eighth.right-five, .eighths.right-five {
	left: 62.5%
}
.eighth.left-five, .eighths.left-five {
	right: 62.5%
}
.eighth.skip-five, .eighths.skip-five {
	margin-left: 62.5%
}
.eighth.right-six, .eighths.right-six {
	left: 75%
}
.eighth.left-six, .eighths.left-six {
	right: 75%
}
.eighth.skip-six, .eighths.skip-six {
	margin-left: 75%
}
.eighth.right-seven, .eighths.right-seven {
	left: 87.5%
}
.eighth.left-seven, .eighths.left-seven {
	right: 87.5%
}
.eighth.skip-seven, .eighths.skip-seven {
	margin-left: 87.5%
}
.ninth, .ninths {
	width: 11.11111%
}
.ninth.one, .ninths.one {
	width: 11.11111%
}
.ninth.two, .ninths.two {
	width: 22.22222%
}
.ninth.three, .ninths.three {
	width: 33.33333%
}
.ninth.four, .ninths.four {
	width: 44.44444%
}
.ninth.five, .ninths.five {
	width: 55.55556%
}
.ninth.six, .ninths.six {
	width: 66.66667%
}
.ninth.seven, .ninths.seven {
	width: 77.77778%
}
.ninth.eight, .ninths.eight {
	width: 88.88889%
}
.ninth.nine, .ninths.nine {
	width: 100%
}
.ninth.right-one, .ninths.right-one {
	left: 11.11111%
}
.ninth.left-one, .ninths.left-one {
	right: 11.11111%
}
.ninth.skip-one, .ninths.skip-one {
	margin-left: 11.11111%
}
.ninth.right-two, .ninths.right-two {
	left: 22.22222%
}
.ninth.left-two, .ninths.left-two {
	right: 22.22222%
}
.ninth.skip-two, .ninths.skip-two {
	margin-left: 22.22222%
}
.ninth.right-three, .ninths.right-three {
	left: 33.33333%
}
.ninth.left-three, .ninths.left-three {
	right: 33.33333%
}
.ninth.skip-three, .ninths.skip-three {
	margin-left: 33.33333%
}
.ninth.right-four, .ninths.right-four {
	left: 44.44444%
}
.ninth.left-four, .ninths.left-four {
	right: 44.44444%
}
.ninth.skip-four, .ninths.skip-four {
	margin-left: 44.44444%
}
.ninth.right-five, .ninths.right-five {
	left: 55.55556%
}
.ninth.left-five, .ninths.left-five {
	right: 55.55556%
}
.ninth.skip-five, .ninths.skip-five {
	margin-left: 55.55556%
}
.ninth.right-six, .ninths.right-six {
	left: 66.66667%
}
.ninth.left-six, .ninths.left-six {
	right: 66.66667%
}
.ninth.skip-six, .ninths.skip-six {
	margin-left: 66.66667%
}
.ninth.right-seven, .ninths.right-seven {
	left: 77.77778%
}
.ninth.left-seven, .ninths.left-seven {
	right: 77.77778%
}
.ninth.skip-seven, .ninths.skip-seven {
	margin-left: 77.77778%
}
.ninth.right-eight, .ninths.right-eight {
	left: 88.88889%
}
.ninth.left-eight, .ninths.left-eight {
	right: 88.88889%
}
.ninth.skip-eight, .ninths.skip-eight {
	margin-left: 88.88889%
}
.tenth, .tenths {
	width: 10%
}
.tenth.one, .tenths.one {
	width: 10%
}
.tenth.two, .tenths.two {
	width: 20%
}
.tenth.three, .tenths.three {
	width: 30%
}
.tenth.four, .tenths.four {
	width: 40%
}
.tenth.five, .tenths.five {
	width: 50%
}
.tenth.six, .tenths.six {
	width: 60%
}
.tenth.seven, .tenths.seven {
	width: 70%
}
.tenth.eight, .tenths.eight {
	width: 80%
}
.tenth.nine, .tenths.nine {
	width: 90%
}
.tenth.ten, .tenths.ten {
	width: 100%
}
.tenth.right-one, .tenths.right-one {
	left: 10%
}
.tenth.left-one, .tenths.left-one {
	right: 10%
}
.tenth.skip-one, .tenths.skip-one {
	margin-left: 10%
}
.tenth.right-two, .tenths.right-two {
	left: 20%
}
.tenth.left-two, .tenths.left-two {
	right: 20%
}
.tenth.skip-two, .tenths.skip-two {
	margin-left: 20%
}
.tenth.right-three, .tenths.right-three {
	left: 30%
}
.tenth.left-three, .tenths.left-three {
	right: 30%
}
.tenth.skip-three, .tenths.skip-three {
	margin-left: 30%
}
.tenth.right-four, .tenths.right-four {
	left: 40%
}
.tenth.left-four, .tenths.left-four {
	right: 40%
}
.tenth.skip-four, .tenths.skip-four {
	margin-left: 40%
}
.tenth.right-five, .tenths.right-five {
	left: 50%
}
.tenth.left-five, .tenths.left-five {
	right: 50%
}
.tenth.skip-five, .tenths.skip-five {
	margin-left: 50%
}
.tenth.right-six, .tenths.right-six {
	left: 60%
}
.tenth.left-six, .tenths.left-six {
	right: 60%
}
.tenth.skip-six, .tenths.skip-six {
	margin-left: 60%
}
.tenth.right-seven, .tenths.right-seven {
	left: 70%
}
.tenth.left-seven, .tenths.left-seven {
	right: 70%
}
.tenth.skip-seven, .tenths.skip-seven {
	margin-left: 70%
}
.tenth.right-eight, .tenths.right-eight {
	left: 80%
}
.tenth.left-eight, .tenths.left-eight {
	right: 80%
}
.tenth.skip-eight, .tenths.skip-eight {
	margin-left: 80%
}
.tenth.right-nine, .tenths.right-nine {
	left: 90%
}
.tenth.left-nine, .tenths.left-nine {
	right: 90%
}
.tenth.skip-nine, .tenths.skip-nine {
	margin-left: 90%
}
.eleventh, .elevenths {
	width: 9.09091%
}
.eleventh.one, .elevenths.one {
	width: 9.09091%
}
.eleventh.two, .elevenths.two {
	width: 18.18182%
}
.eleventh.three, .elevenths.three {
	width: 27.27273%
}
.eleventh.four, .elevenths.four {
	width: 36.36364%
}
.eleventh.five, .elevenths.five {
	width: 45.45455%
}
.eleventh.six, .elevenths.six {
	width: 54.54545%
}
.eleventh.seven, .elevenths.seven {
	width: 63.63636%
}
.eleventh.eight, .elevenths.eight {
	width: 72.72727%
}
.eleventh.nine, .elevenths.nine {
	width: 81.81818%
}
.eleventh.ten, .elevenths.ten {
	width: 90.90909%
}
.eleventh.eleven, .elevenths.eleven {
	width: 100%
}
.eleventh.right-one, .elevenths.right-one {
	left: 9.09091%
}
.eleventh.left-one, .elevenths.left-one {
	right: 9.09091%
}
.eleventh.skip-one, .elevenths.skip-one {
	margin-left: 9.09091%
}
.eleventh.right-two, .elevenths.right-two {
	left: 18.18182%
}
.eleventh.left-two, .elevenths.left-two {
	right: 18.18182%
}
.eleventh.skip-two, .elevenths.skip-two {
	margin-left: 18.18182%
}
.eleventh.right-three, .elevenths.right-three {
	left: 27.27273%
}
.eleventh.left-three, .elevenths.left-three {
	right: 27.27273%
}
.eleventh.skip-three, .elevenths.skip-three {
	margin-left: 27.27273%
}
.eleventh.right-four, .elevenths.right-four {
	left: 36.36364%
}
.eleventh.left-four, .elevenths.left-four {
	right: 36.36364%
}
.eleventh.skip-four, .elevenths.skip-four {
	margin-left: 36.36364%
}
.eleventh.right-five, .elevenths.right-five {
	left: 45.45455%
}
.eleventh.left-five, .elevenths.left-five {
	right: 45.45455%
}
.eleventh.skip-five, .elevenths.skip-five {
	margin-left: 45.45455%
}
.eleventh.right-six, .elevenths.right-six {
	left: 54.54545%
}
.eleventh.left-six, .elevenths.left-six {
	right: 54.54545%
}
.eleventh.skip-six, .elevenths.skip-six {
	margin-left: 54.54545%
}
.eleventh.right-seven, .elevenths.right-seven {
	left: 63.63636%
}
.eleventh.left-seven, .elevenths.left-seven {
	right: 63.63636%
}
.eleventh.skip-seven, .elevenths.skip-seven {
	margin-left: 63.63636%
}
.eleventh.right-eight, .elevenths.right-eight {
	left: 72.72727%
}
.eleventh.left-eight, .elevenths.left-eight {
	right: 72.72727%
}
.eleventh.skip-eight, .elevenths.skip-eight {
	margin-left: 72.72727%
}
.eleventh.right-nine, .elevenths.right-nine {
	left: 81.81818%
}
.eleventh.left-nine, .elevenths.left-nine {
	right: 81.81818%
}
.eleventh.skip-nine, .elevenths.skip-nine {
	margin-left: 81.81818%
}
.eleventh.right-ten, .elevenths.right-ten {
	left: 90.90909%
}
.eleventh.left-ten, .elevenths.left-ten {
	right: 90.90909%
}
.eleventh.skip-ten, .elevenths.skip-ten {
	margin-left: 90.90909%
}
.twelfth, .twelfths {
	width: 8.33333%
}
.twelfth.one, .twelfths.one {
	width: 8.33333%
}
.twelfth.two, .twelfths.two {
	width: 16.66667%
}
.twelfth.three, .twelfths.three {
	width: 25%
}
.twelfth.four, .twelfths.four {
	width: 33.33333%
}
.twelfth.five, .twelfths.five {
	width: 41.66667%
}
.twelfth.six, .twelfths.six {
	width: 50%
}
.twelfth.seven, .twelfths.seven {
	width: 58.33333%
}
.twelfth.eight, .twelfths.eight {
	width: 66.66667%
}
.twelfth.nine, .twelfths.nine {
	width: 75%
}
.twelfth.ten, .twelfths.ten {
	width: 83.33333%
}
.twelfth.eleven, .twelfths.eleven {
	width: 91.66667%
}
.twelfth.twelve, .twelfths.twelve {
	width: 100%
}
.twelfth.right-one, .twelfths.right-one {
	left: 8.33333%
}
.twelfth.left-one, .twelfths.left-one {
	right: 8.33333%
}
.twelfth.skip-one, .twelfths.skip-one {
	margin-left: 8.33333%
}
.twelfth.right-two, .twelfths.right-two {
	left: 16.66667%
}
.twelfth.left-two, .twelfths.left-two {
	right: 16.66667%
}
.twelfth.skip-two, .twelfths.skip-two {
	margin-left: 16.66667%
}
.twelfth.right-three, .twelfths.right-three {
	left: 25%
}
.twelfth.left-three, .twelfths.left-three {
	right: 25%
}
.twelfth.skip-three, .twelfths.skip-three {
	margin-left: 25%
}
.twelfth.right-four, .twelfths.right-four {
	left: 33.33333%
}
.twelfth.left-four, .twelfths.left-four {
	right: 33.33333%
}
.twelfth.skip-four, .twelfths.skip-four {
	margin-left: 33.33333%
}
.twelfth.right-five, .twelfths.right-five {
	left: 41.66667%
}
.twelfth.left-five, .twelfths.left-five {
	right: 41.66667%
}
.twelfth.skip-five, .twelfths.skip-five {
	margin-left: 41.66667%
}
.twelfth.right-six, .twelfths.right-six {
	left: 50%
}
.twelfth.left-six, .twelfths.left-six {
	right: 50%
}
.twelfth.skip-six, .twelfths.skip-six {
	margin-left: 50%
}
.twelfth.right-seven, .twelfths.right-seven {
	left: 58.33333%
}
.twelfth.left-seven, .twelfths.left-seven {
	right: 58.33333%
}
.twelfth.skip-seven, .twelfths.skip-seven {
	margin-left: 58.33333%
}
.twelfth.right-eight, .twelfths.right-eight {
	left: 66.66667%
}
.twelfth.left-eight, .twelfths.left-eight {
	right: 66.66667%
}
.twelfth.skip-eight, .twelfths.skip-eight {
	margin-left: 66.66667%
}
.twelfth.right-nine, .twelfths.right-nine {
	left: 75%
}
.twelfth.left-nine, .twelfths.left-nine {
	right: 75%
}
.twelfth.skip-nine, .twelfths.skip-nine {
	margin-left: 75%
}
.twelfth.right-ten, .twelfths.right-ten {
	left: 83.33333%
}
.twelfth.left-ten, .twelfths.left-ten {
	right: 83.33333%
}
.twelfth.skip-ten, .twelfths.skip-ten {
	margin-left: 83.33333%
}
.twelfth.right-eleven, .twelfths.right-eleven {
	left: 91.66667%
}
.twelfth.left-eleven, .twelfths.left-eleven {
	right: 91.66667%
}
.twelfth.skip-eleven, .twelfths.skip-eleven {
	margin-left: 91.66667%
}

/*desktop*/
.one-up, .one-up-desktop {
	width: 100%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.two-up, .two-up-desktop {
	width: 50%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.three-up, .three-up-desktop {
	width: 33.33333%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.four-up, .four-up-desktop {
	width: 25%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.five-up, .five-up-desktop {
	width: 20%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.one-up:nth-child(1n+1), .one-up-desktop:nth-child(1n+1) {
	clear: both!important
}
.two-up:nth-child(2n+1), .two-up-desktop:nth-child(2n+1) {
	clear: both!important
}
.three-up:nth-child(3n+1), .three-up-desktop:nth-child(3n+1) {
	clear: both!important
}
.four-up:nth-child(4n+1), .four-up-desktop:nth-child(4n+1) {
	clear: both!important
}
.five-up:nth-child(5n+1), .five-up-desktop:nth-child(5n+1) {
	clear: both!important
}

/*ipad*/
 @media (min-width:768px) and (max-width:1024px) {
.one-up-ipad {
	width: 100%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.two-up-ipad {
	width: 50%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.three-up-ipad {
	width: 33.33333%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.four-up-ipad {
	width: 25%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.five-up-ipad {
	width: 20%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
}
 @media (min-width:768px) and (max-width:1024px) and (min-width:768px) and (min-width:481px) {
.one-up-ipad:nth-child(1n+1) {
	clear: both!important
}
.two-up-ipad:nth-child(2n+1) {
	clear: both!important
}
.three-up-ipad:nth-child(3n+1) {
	clear: both!important
}
.four-up-ipad:nth-child(4n+1) {
	clear: both!important
}
.five-up-ipad:nth-child(5n+1) {
	clear: both!important
}
}

/*mini small tablet*/
@media (max-width:767px) and (min-width:481px) {
.one-up-small-tablet {
	width: 100%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.two-up-small-tablet {
	width: 50%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.three-up-small-tablet {
	width: 33.33333%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.four-up-small-tablet {
	width: 25%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.five-up-small-tablet {
	width: 20%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
}
 @media (max-width:767px) and (min-width:481px) {
.one-up-small-tablet:nth-child(1n+1) {
	clear: both!important
}
.two-up-small-tablet:nth-child(2n+1) {
	clear: both!important
}
.three-up-small-tablet:nth-child(3n+1) {
	clear: both!important
}
.four-up-small-tablet:nth-child(4n+1) {
	clear: both!important
}
.five-up-small-tablet:nth-child(5n+1) {
	clear: both!important
}
}
 
 /*mobile*/
 @media (max-width:480px) {
.one-up-mobile {
	width: 100%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.one-up-mobile:nth-child(2) {
	clear: both!important
}
.two-up-mobile {
	width: 50%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.two-up-mobile:nth-child(3) {
	clear: both!important
}
.three-up-mobile {
	width: 33.33333%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.three-up-mobile:nth-child(4) {
	clear: both!important
}
.four-up-mobile {
	width: 25%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.four-up-mobile:nth-child(5) {
	clear: both!important
}
.five-up-mobile {
	width: 20%!important;
	clear: none!important;
	float: left!important;
	left: 0!important;
	right: 0!important
}
.five-up-mobile:nth-child(6) {
	clear: both!important
}
}
 @media (max-width:480px) {
.one-up-mobile:nth-child(1n+1) {
	clear: both!important
}
.two-up-mobile:nth-child(2n+1) {
	clear: both!important
}
.three-up-mobile:nth-child(3n+1) {
	clear: both!important
}
.four-up-mobile:nth-child(4n+1) {
	clear: both!important
}
.five-up-mobile:nth-child(5n+1) {
	clear: both!important
}
}
.flex-wrapper {
	display: flex
}
.flex-box {
	width: percent(1);
	flex: 1
}
.vertical-center {
	display: box;
	box-orient: vertical;
	box-pack: center
}
/* icons */	
@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot?v=3.2.1);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff?v=3.2.1) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=3.2.1) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format("svg");
	font-weight: 400;
	font-style: normal
}
 [class^=icon-], [class*=" icon-"] {
font-family:FontAwesome;
font-weight:400;
font-style:normal;
text-decoration:inherit;
-webkit-font-smoothing:antialiased;
*margin-right:.3em
}
[class^=icon-]:before, [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none
}
.icon-large:before {
	vertical-align: -10%;
	font-size: 1.33333em
}
a [class^=icon-], a [class*=" icon-"] {
	display: inline
}
[class^=icon-].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
	display: inline-block;
	width: 1.14286em;
	text-align: right;
	padding-right: .28571em
}
[class^=icon-].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
	width: 1.42857em
}
.icons-ul {
	margin-left: 2.14286em;
	list-style-type: none
}
.icons-ul>li {
	position: relative
}
.icons-ul .icon-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	text-align: center;
	line-height: inherit
}
[class^=icon-].hide, [class*=" icon-"].hide {
	display: none
}
.icon-muted {
	color: #eee
}
.icon-light {
	color: #fff
}
.icon-dark {
	color: #333
}
.icon-border {
	border: solid 1px #eee;
	padding: .2em .25em .15em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.icon-2x {
	font-size: 2em
}
.icon-2x.icon-border {
	border-width: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
.icon-3x {
	font-size: 3em
}
.icon-3x.icon-border {
	border-width: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}
.icon-4x {
	font-size: 4em
}
.icon-4x.icon-border {
	border-width: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}
.icon-5x {
	font-size: 5em
}
.icon-5x.icon-border {
	border-width: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
[class^=icon-].pull-left, [class*=" icon-"].pull-left {
	margin-right: .3em
}
[class^=icon-].pull-right, [class*=" icon-"].pull-right {
	margin-left: .3em
}
.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: -35%
}
.icon-stack [class^=icon-], .icon-stack [class*=" icon-"] {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 1em;
	line-height: inherit;
*line-height:2em
}
.icon-stack .icon-stack-base {
	font-size: 2em;
*line-height:1em
}
.icon-spin {
	display: inline-block;
	animation: spin 2s infinite linear
}
a .icon-stack, a .icon-spin {
	display: inline-block;
	text-decoration: none
}
 @keyframes spin {
0% {
transform:rotate(0deg)
}
100% {
transform:rotate(359deg)
}
}
.icon-rotate-90:before {
	transform: rotate(90deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}
.icon-rotate-180:before {
	transform: rotate(180deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}
.icon-rotate-270:before {
	transform: rotate(270deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}
.icon-flip-horizontal:before {
	transform: scale(-1, 1)
}
.icon-flip-vertical:before {
	transform: scale(1, -1)
}
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
	display: inline-block
}
/* icon types */	
.icon-glass:before {
	content: "\f000"
}
.icon-music:before {
	content: "\f001"
}
.icon-search:before {
	content: "\f002"
}
.icon-envelope-alt:before {
	content: "\f003"
}
.icon-heart:before {
	content: "\f004"
}
.icon-star:before {
	content: "\f005"
}
.icon-star-empty:before {
	content: "\f006"
}
.icon-user:before {
	content: "\f007"
}
.icon-film:before {
	content: "\f008"
}
.icon-th-large:before {
	content: "\f009"
}
.icon-th:before {
	content: "\f00a"
}
.icon-th-list:before {
	content: "\f00b"
}
.icon-ok:before {
	content: "\f00c"
}
.icon-remove:before {
	content: "\f00d"
}
.icon-zoom-in:before {
	content: "\f00e"
}
.icon-zoom-out:before {
	content: "\f010"
}
.icon-power-off:before, .icon-off:before {
	content: "\f011"
}
.icon-signal:before {
	content: "\f012"
}
.icon-gear:before, .icon-cog:before {
	content: "\f013"
}
.icon-trash:before {
	content: "\f014"
}
.icon-home:before {
	content: "\f015"
}
.icon-file-alt:before {
	content: "\f016"
}
.icon-time:before {
	content: "\f017"
}
.icon-road:before {
	content: "\f018"
}
.icon-download-alt:before {
	content: "\f019"
}
.icon-download:before {
	content: "\f01a"
}
.icon-upload:before {
	content: "\f01b"
}
.icon-inbox:before {
	content: "\f01c"
}
.icon-play-circle:before {
	content: "\f01d"
}
.icon-rotate-right:before, .icon-repeat:before {
	content: "\f01e"
}
.icon-refresh:before {
	content: "\f021"
}
.icon-list-alt:before {
	content: "\f022"
}
.icon-lock:before {
	content: "\f023"
}
.icon-flag:before {
	content: "\f024"
}
.icon-headphones:before {
	content: "\f025"
}
.icon-volume-off:before {
	content: "\f026"
}
.icon-volume-down:before {
	content: "\f027"
}
.icon-volume-up:before {
	content: "\f028"
}
.icon-qrcode:before {
	content: "\f029"
}
.icon-barcode:before {
	content: "\f02a"
}
.icon-tag:before {
	content: "\f02b"
}
.icon-tags:before {
	content: "\f02c"
}
.icon-book:before {
	content: "\f02d"
}
.icon-bookmark:before {
	content: "\f02e"
}
.icon-print:before {
	content: "\f02f"
}
.icon-camera:before {
	content: "\f030"
}
.icon-font:before {
	content: "\f031"
}
.icon-bold:before {
	content: "\f032"
}
.icon-italic:before {
	content: "\f033"
}
.icon-text-height:before {
	content: "\f034"
}
.icon-text-width:before {
	content: "\f035"
}
.icon-align-left:before {
	content: "\f036"
}
.icon-align-center:before {
	content: "\f037"
}
.icon-align-right:before {
	content: "\f038"
}
.icon-align-justify:before {
	content: "\f039"
}
.icon-list:before {
	content: "\f03a"
}
.icon-indent-left:before {
	content: "\f03b"
}
.icon-indent-right:before {
	content: "\f03c"
}
.icon-facetime-video:before {
	content: "\f03d"
}
.icon-picture:before {
	content: "\f03e"
}
.icon-pencil:before {
	content: "\f040"
}
.icon-map-marker:before {
	content: "\f041"
}
.icon-adjust:before {
	content: "\f042"
}
.icon-tint:before {
	content: "\f043"
}
.icon-edit:before {
	content: "\f044"
}
.icon-share:before {
	content: "\f045"
}
.icon-check:before {
	content: "\f046"
}
.icon-move:before {
	content: "\f047"
}
.icon-step-backward:before {
	content: "\f048"
}
.icon-fast-backward:before {
	content: "\f049"
}
.icon-backward:before {
	content: "\f04a"
}
.icon-play:before {
	content: "\f04b"
}
.icon-pause:before {
	content: "\f04c"
}
.icon-stop:before {
	content: "\f04d"
}
.icon-forward:before {
	content: "\f04e"
}
.icon-fast-forward:before {
	content: "\f050"
}
.icon-step-forward:before {
	content: "\f051"
}
.icon-eject:before {
	content: "\f052"
}
.icon-chevron-left:before {
	content: "\f053"
}
.icon-chevron-right:before {
	content: "\f054"
}
.icon-plus-sign:before {
	content: "\f055"
}
.icon-minus-sign:before {
	content: "\f056"
}
.icon-remove-sign:before {
	content: "\f057"
}
.icon-ok-sign:before {
	content: "\f058"
}
.icon-question-sign:before {
	content: "\f059"
}
.icon-info-sign:before {
	content: "\f05a"
}
.icon-screenshot:before {
	content: "\f05b"
}
.icon-remove-circle:before {
	content: "\f05c"
}
.icon-ok-circle:before {
	content: "\f05d"
}
.icon-ban-circle:before {
	content: "\f05e"
}
.icon-arrow-left:before {
	content: "\f060"
}
.icon-arrow-right:before {
	content: "\f061"
}
.icon-arrow-up:before {
	content: "\f062"
}
.icon-arrow-down:before {
	content: "\f063"
}
.icon-mail-forward:before, .icon-share-alt:before {
	content: "\f064"
}
.icon-resize-full:before {
	content: "\f065"
}
.icon-resize-small:before {
	content: "\f066"
}
.icon-plus:before {
	content: "\f067"
}
.icon-minus:before {
	content: "\f068"
}
.icon-asterisk:before {
	content: "\f069"
}
.icon-exclamation-sign:before {
	content: "\f06a"
}
.icon-gift:before {
	content: "\f06b"
}
.icon-leaf:before {
	content: "\f06c"
}
.icon-fire:before {
	content: "\f06d"
}
.icon-eye-open:before {
	content: "\f06e"
}
.icon-eye-close:before {
	content: "\f070"
}
.icon-warning-sign:before {
	content: "\f071"
}
.icon-plane:before {
	content: "\f072"
}
.icon-calendar:before {
	content: "\f073"
}
.icon-random:before {
	content: "\f074"
}
.icon-comment:before {
	content: "\f075"
}
.icon-magnet:before {
	content: "\f076"
}
.icon-chevron-up:before {
	content: "\f077"
}
.icon-chevron-down:before {
	content: "\f078"
}
.icon-retweet:before {
	content: "\f079"
}
.icon-shopping-cart:before {
	content: "\f07a"
}
.icon-folder-close:before {
	content: "\f07b"
}
.icon-folder-open:before {
	content: "\f07c"
}
.icon-resize-vertical:before {
	content: "\f07d"
}
.icon-resize-horizontal:before {
	content: "\f07e"
}
.icon-bar-chart:before {
	content: "\f080"
}
.icon-twitter-sign:before {
	content: "\f081"
}

.icon-camera-retro:before {
	content: "\f083"
}
.icon-key:before {
	content: "\f084"
}
.icon-gears:before, .icon-cogs:before {
	content: "\f085"
}
.icon-comments:before {
	content: "\f086"
}
.icon-thumbs-up-alt:before {
	content: "\f087"
}
.icon-thumbs-down-alt:before {
	content: "\f088"
}
.icon-star-half:before {
	content: "\f089"
}
.icon-heart-empty:before {
	content: "\f08a"
}
.icon-signout:before {
	content: "\f08b"
}
.icon-linkedin-sign:before {
	content: "\f08c"
}
.icon-pushpin:before {
	content: "\f08d"
}
.icon-external-link:before {
	content: "\f08e"
}
.icon-signin:before {
	content: "\f090"
}
.icon-trophy:before {
	content: "\f091"
}
.icon-github-sign:before {
	content: "\f092"
}
.icon-upload-alt:before {
	content: "\f093"
}
.icon-lemon:before {
	content: "\f094"
}
.icon-phone:before {
	content: "\f095"
}
.icon-unchecked:before, .icon-check-empty:before {
	content: "\f096"
}
.icon-bookmark-empty:before {
	content: "\f097"
}
.icon-phone-sign:before {
	content: "\f098"
}
.icon-twitter:before {
	content: "\f099"
}

.icon-github:before {
	content: "\f09b"
}
.icon-unlock:before {
	content: "\f09c"
}
.icon-credit-card:before {
	content: "\f09d"
}
.icon-rss:before {
	content: "\f09e"
}
.icon-hdd:before {
	content: "\f0a0"
}
.icon-bullhorn:before {
	content: "\f0a1"
}
.icon-bell:before {
	content: "\f0a2"
}
.icon-certificate:before {
	content: "\f0a3"
}
.icon-hand-right:before {
	content: "\f0a4"
}
.icon-hand-left:before {
	content: "\f0a5"
}
.icon-hand-up:before {
	content: "\f0a6"
}
.icon-hand-down:before {
	content: "\f0a7"
}
.icon-circle-arrow-left:before {
	content: "\f0a8"
}
.icon-circle-arrow-right:before {
	content: "\f0a9"
}
.icon-circle-arrow-up:before {
	content: "\f0aa"
}
.icon-circle-arrow-down:before {
	content: "\f0ab"
}
.icon-globe:before {
	content: "\f0ac"
}
.icon-wrench:before {
	content: "\f0ad"
}
.icon-tasks:before {
	content: "\f0ae"
}
.icon-filter:before {
	content: "\f0b0"
}
.icon-briefcase:before {
	content: "\f0b1"
}
.icon-fullscreen:before {
	content: "\f0b2"
}
.icon-group:before {
	content: "\f0c0"
}
.icon-link:before {
	content: "\f0c1"
}
.icon-cloud:before {
	content: "\f0c2"
}
.icon-beaker:before {
	content: "\f0c3"
}
.icon-cut:before {
	content: "\f0c4"
}
.icon-copy:before {
	content: "\f0c5"
}
.icon-paperclip:before, .icon-paper-clip:before {
	content: "\f0c6"
}
.icon-save:before {
	content: "\f0c7"
}
.icon-sign-blank:before {
	content: "\f0c8"
}
.icon-reorder:before {
	content: "\f0c9"
}
.icon-list-ul:before {
	content: "\f0ca"
}
.icon-list-ol:before {
	content: "\f0cb"
}
.icon-strikethrough:before {
	content: "\f0cc"
}
.icon-underline:before {
	content: "\f0cd"
}
.icon-table:before {
	content: "\f0ce"
}
.icon-magic:before {
	content: "\f0d0"
}
.icon-truck:before {
	content: "\f0d1"
}
.icon-pinterest:before {
	content: "\f0d2"
}
.icon-pinterest-sign:before {
	content: "\f0d3"
}
.icon-google-plus-sign:before {
	content: "\f0d4"
}
.icon-google-plus:before {
	content: "\f0d5"
}
.icon-money:before {
	content: "\f0d6"
}
.icon-caret-down:before {
	content: "\f0d7"
}
.icon-caret-up:before {
	content: "\f0d8"
}
.icon-caret-left:before {
	content: "\f0d9"
}
.icon-caret-right:before {
	content: "\f0da"
}
.icon-columns:before {
	content: "\f0db"
}
.icon-sort:before {
	content: "\f0dc"
}
.icon-sort-down:before {
	content: "\f0dd"
}
.icon-sort-up:before {
	content: "\f0de"
}
.icon-envelope:before {
	content: "\f0e0"
}
.icon-linkedin:before {
	content: "\f0e1"
}
.icon-rotate-left:before, .icon-undo:before {
	content: "\f0e2"
}
.icon-legal:before {
	content: "\f0e3"
}
.icon-dashboard:before {
	content: "\f0e4"
}
.icon-comment-alt:before {
	content: "\f0e5"
}
.icon-comments-alt:before {
	content: "\f0e6"
}
.icon-bolt:before {
	content: "\f0e7"
}
.icon-sitemap:before {
	content: "\f0e8"
}
.icon-umbrella:before {
	content: "\f0e9"
}
.icon-paste:before {
	content: "\f0ea"
}
.icon-lightbulb:before {
	content: "\f0eb"
}
.icon-exchange:before {
	content: "\f0ec"
}
.icon-cloud-download:before {
	content: "\f0ed"
}
.icon-cloud-upload:before {
	content: "\f0ee"
}
.icon-user-md:before {
	content: "\f0f0"
}
.icon-stethoscope:before {
	content: "\f0f1"
}
.icon-suitcase:before {
	content: "\f0f2"
}
.icon-bell-alt:before {
	content: "\f0f3"
}
.icon-coffee:before {
	content: "\f0f4"
}
.icon-food:before {
	content: "\f0f5"
}
.icon-file-text-alt:before {
	content: "\f0f6"
}
.icon-building:before {
	content: "\f0f7"
}
.icon-hospital:before {
	content: "\f0f8"
}
.icon-ambulance:before {
	content: "\f0f9"
}
.icon-medkit:before {
	content: "\f0fa"
}
.icon-fighter-jet:before {
	content: "\f0fb"
}
.icon-beer:before {
	content: "\f0fc"
}
.icon-h-sign:before {
	content: "\f0fd"
}
.icon-plus-sign-alt:before {
	content: "\f0fe"
}
.icon-double-angle-left:before {
	content: "\f100"
}
.icon-double-angle-right:before {
	content: "\f101"
}
.icon-double-angle-up:before {
	content: "\f102"
}
.icon-double-angle-down:before {
	content: "\f103"
}
.icon-angle-left:before {
	content: "\f104"
}
.icon-angle-right:before {
	content: "\f105"
}
.icon-angle-up:before {
	content: "\f106"
}
.icon-angle-down:before {
	content: "\f107"
}
.icon-desktop:before {
	content: "\f108"
}
.icon-laptop:before {
	content: "\f109"
}
.icon-tablet:before {
	content: "\f10a"
}
.icon-mobile-phone:before {
	content: "\f10b"
}
.icon-circle-blank:before {
	content: "\f10c"
}
.icon-quote-left:before {
	content: "\f10d"
}
.icon-quote-right:before {
	content: "\f10e"
}
.icon-spinner:before {
	content: "\f110"
}
.icon-circle:before {
	content: "\f111"
}
.icon-mail-reply:before, .icon-reply:before {
	content: "\f112"
}
.icon-github-alt:before {
	content: "\f113"
}
.icon-folder-close-alt:before {
	content: "\f114"
}
.icon-folder-open-alt:before {
	content: "\f115"
}
.icon-expand-alt:before {
	content: "\f116"
}
.icon-collapse-alt:before {
	content: "\f117"
}
.icon-smile:before {
	content: "\f118"
}
.icon-frown:before {
	content: "\f119"
}
.icon-meh:before {
	content: "\f11a"
}
.icon-gamepad:before {
	content: "\f11b"
}
.icon-keyboard:before {
	content: "\f11c"
}
.icon-flag-alt:before {
	content: "\f11d"
}
.icon-flag-checkered:before {
	content: "\f11e"
}
.icon-terminal:before {
	content: "\f120"
}
.icon-code:before {
	content: "\f121"
}
.icon-reply-all:before {
	content: "\f122"
}
.icon-mail-reply-all:before {
	content: "\f122"
}
.icon-star-half-full:before, .icon-star-half-empty:before {
	content: "\f123"
}
.icon-location-arrow:before {
	content: "\f124"
}
.icon-crop:before {
	content: "\f125"
}
.icon-code-fork:before {
	content: "\f126"
}
.icon-unlink:before {
	content: "\f127"
}
.icon-question:before {
	content: "\f128"
}
.icon-info:before {
	content: "\f129"
}
.icon-exclamation:before {
	content: "\f12a"
}
.icon-superscript:before {
	content: "\f12b"
}
.icon-subscript:before {
	content: "\f12c"
}
.icon-eraser:before {
	content: "\f12d"
}
.icon-puzzle-piece:before {
	content: "\f12e"
}
.icon-microphone:before {
	content: "\f130"
}
.icon-microphone-off:before {
	content: "\f131"
}
.icon-shield:before {
	content: "\f132"
}
.icon-calendar-empty:before {
	content: "\f133"
}
.icon-fire-extinguisher:before {
	content: "\f134"
}
.icon-rocket:before {
	content: "\f135"
}
.icon-maxcdn:before {
	content: "\f136"
}
.icon-chevron-sign-left:before {
	content: "\f137"
}
.icon-chevron-sign-right:before {
	content: "\f138"
}
.icon-chevron-sign-up:before {
	content: "\f139"
}
.icon-chevron-sign-down:before {
	content: "\f13a"
}
.icon-html5:before {
	content: "\f13b"
}
.icon-css3:before {
	content: "\f13c"
}
.icon-anchor:before {
	content: "\f13d"
}
.icon-unlock-alt:before {
	content: "\f13e"
}
.icon-bullseye:before {
	content: "\f140"
}
.icon-ellipsis-horizontal:before {
	content: "\f141"
}
.icon-ellipsis-vertical:before {
	content: "\f142"
}
.icon-rss-sign:before {
	content: "\f143"
}
.icon-play-sign:before {
	content: "\f144"
}
.icon-ticket:before {
	content: "\f145"
}
.icon-minus-sign-alt:before {
	content: "\f146"
}
.icon-check-minus:before {
	content: "\f147"
}
.icon-level-up:before {
	content: "\f148"
}
.icon-level-down:before {
	content: "\f149"
}
.icon-check-sign:before {
	content: "\f14a"
}
.icon-edit-sign:before {
	content: "\f14b"
}
.icon-external-link-sign:before {
	content: "\f14c"
}
.icon-share-sign:before {
	content: "\f14d"
}
.icon-compass:before {
	content: "\f14e"
}
.icon-collapse:before {
	content: "\f150"
}
.icon-collapse-top:before {
	content: "\f151"
}
.icon-expand:before {
	content: "\f152"
}
.icon-euro:before, .icon-eur:before {
	content: "\f153"
}
.icon-gbp:before {
	content: "\f154"
}
.icon-dollar:before, .icon-usd:before {
	content: "\f155"
}
.icon-rupee:before, .icon-inr:before {
	content: "\f156"
}
.icon-yen:before, .icon-jpy:before {
	content: "\f157"
}
.icon-renminbi:before, .icon-cny:before {
	content: "\f158"
}
.icon-won:before, .icon-krw:before {
	content: "\f159"
}
.icon-bitcoin:before, .icon-btc:before {
	content: "\f15a"
}
.icon-file:before {
	content: "\f15b"
}
.icon-file-text:before {
	content: "\f15c"
}
.icon-sort-by-alphabet:before {
	content: "\f15d"
}
.icon-sort-by-alphabet-alt:before {
	content: "\f15e"
}
.icon-sort-by-attributes:before {
	content: "\f160"
}
.icon-sort-by-attributes-alt:before {
	content: "\f161"
}
.icon-sort-by-order:before {
	content: "\f162"
}
.icon-sort-by-order-alt:before {
	content: "\f163"
}
.icon-thumbs-up:before {
	content: "\f164"
}
.icon-thumbs-down:before {
	content: "\f165"
}
.icon-youtube-sign:before {
	content: "\f166"
}
.icon-youtube:before {
	content: "\f167"
}
.icon-xing:before {
	content: "\f168"
}
.icon-xing-sign:before {
	content: "\f169"
}
.icon-youtube-play:before {
	content: "\f16a"
}
.icon-dropbox:before {
	content: "\f16b"
}
.icon-stackexchange:before {
	content: "\f16c"
}
.icon-instagram:before {
	content: "\f16d"
}
.icon-flickr:before {
	content: "\f16e"
}
.icon-adn:before {
	content: "\f170"
}
.icon-bitbucket:before {
	content: "\f171"
}
.icon-bitbucket-sign:before {
	content: "\f172"
}
.icon-tumblr:before {
	content: "\f173"
}
.icon-tumblr-sign:before {
	content: "\f174"
}
.icon-long-arrow-down:before {
	content: "\f175"
}
.icon-long-arrow-up:before {
	content: "\f176"
}
.icon-long-arrow-left:before {
	content: "\f177"
}
.icon-long-arrow-right:before {
	content: "\f178"
}
.icon-apple:before {
	content: "\f179"
}
.icon-windows:before {
	content: "\f17a"
}
.icon-android:before {
	content: "\f17b"
}
.icon-linux:before {
	content: "\f17c"
}
.icon-dribbble:before {
	content: "\f17d"
}
.icon-skype:before {
	content: "\f17e"
}
.icon-foursquare:before {
	content: "\f180"
}
.icon-trello:before {
	content: "\f181"
}
.icon-female:before {
	content: "\f182"
}
.icon-male:before {
	content: "\f183"
}
.icon-gittip:before {
	content: "\f184"
}
.icon-sun:before {
	content: "\f185"
}
.icon-moon:before {
	content: "\f186"
}
.icon-archive:before {
	content: "\f187"
}
.icon-bug:before {
	content: "\f188"
}
.icon-vk:before {
	content: "\f189"
}
.icon-weibo:before {
	content: "\f18a"
}
.icon-renren:before {
	content: "\f18b"
}
