*, :after, :before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
*behavior:url(/js/libs/boxsizing.htc)
}
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, blockquote, cite, pre, code, time, address, a, img, center, hr, form, fieldset, legend, label, input, textarea, button, table, caption, tbody, thead, tfoot, tr, th, td, iframe, object, canvas, audio, video {
	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
}
html {
	width: 100%;
	height: 100%
}
html, body {
	width: 100%!important;
	min-height: 100%;
	background: #fff;
	margin: 0;
	padding: 0
}
hr {
	border: 0;
	border-bottom: 1px solid #ddd;
	margin: 10px auto;
	clear: both
}
img, a img {
	max-width: 100%;
	border: 0 none;
	/* width:250px; */
}
.clear, .clearfix, .row, nav, .nav {
	clear: both
}
.clear:after, .clearfix:after, .row:after, nav:after, .nav:after {
	content: '';
	display: block;
	clear: both
}
.padded {
	padding: 10px
}
.padded.double {
	padding: 20px
}
.padded.triple {
	padding: 30px
}
.pad-top {
	padding-top: 10px
}
.pad-top.double {
	padding-top: 20px
}
.pad-top.triple {
	padding-top: 30px
}
.pad-right {
	padding-right: 10px
}
.pad-right.double {
	padding-right: 20px
}
.pad-right.triple {
	padding-right: 30px
}
.pad-bottom {
	padding-bottom: 10px
}
.pad-bottom.double {
	padding-bottom: 20px
}
.pad-bottom.triple {
	padding-bottom: 30px
}
.pad-left {
	padding-left: 10px
}
.pad-left.double {
	padding-left: 20px
}
.pad-left.triple {
	padding-left: 30px
}
.gapped {
	margin: 10px
}
.gapped.double {
	margin: 20px
}
.gapped.triple {
	margin: 30px
}
.gap-top {
	margin-top: 10px
}
.gap-top.double {
	margin-top: 20px
}
.gap-top.triple {
	margin-top: 30px
}
.gap-right {
	margin-right: 10px
}
.gap-right.double {
	margin-right: 20px
}
.gap-right.triple {
	margin-right: 30px
}
.gap-bottom {
	margin-bottom: 10px
}
.gap-bottom.double {
	margin-bottom: 20px
}
.gap-bottom.triple {
	margin-bottom: 30px
}
.gap-left {
	margin-left: 10px
}
.gap-left.double {
	margin-left: 20px
}
.gap-left.triple {
	margin-left: 30px
}
.offset {
	margin: -10px
}
.offset.double {
	margin: -20px
}
.offset.triple {
	margin: -30px
}
.offset-top {
	margin-top: -10px
}
.offset-top.double {
	margin-top: -20px
}
.offset-top.triple {
	margin-top: -30px
}
.offset-right {
	margin-right: -10px
}
.offset-right.double {
	margin-right: -20px
}
.offset-right.triple {
	margin-right: -30px
}
.offset-bottom {
	margin-bottom: -10px
}
.offset-bottom.double {
	margin-bottom: -20px
}
.offset-bottom.triple {
	margin-bottom: -30px
}
.offset-left {
	margin-left: -10px
}
.offset-left.double {
	margin-left: -20px
}
.offset-left.triple {
	margin-left: -30px
}
.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%
}
.static {
	position: static
}
.inline {
	display: inline-block;
	width: auto
}
.block, .dropdown.on ul {
	display: block
}
.hidden {
	display: none!important
}
.small, sup, sub, small {
	font-size: .8em
}
big, .large, big {
	font-size: 1.5em
}
.zero {
	margin: 0;
	padding: 0
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.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
}
.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
}
.truncate, .js .responsive:not(table) {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.center {
	display: block;
	margin: 0 auto
}
.square {
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.round {
	-ms-border-radius: 9999em;
	-o-border-radius: 9999em;
	border-radius: 9999em;
*behavior:url(/js/libs/PIE.htc)
}
.disabled {
	color: #d9d9d9;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.disabled:hover, .disabled:focus, .disabled:visited {
	color: #d9d9d9;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.rotate-90 {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.rotate-180 {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.rotate-270 {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.rotate-90-ctr {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.rotate-180-ctr {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.rotate-270-ctr {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	transform: rotate(-270deg)
}
.clear:after, .clearfix:after {
	content: '';
	display: block;
	clear: both
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.row {
	width: 100%
}
.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%
}
@media (max-width:767px) {
body {
	font-size: 20px;
	line-height: 1.28571em;
}
.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(2) {
	clear: both!important
}
.two-up-small-tablet:nth-child(3) {
	clear: both!important
}
.three-up-small-tablet:nth-child(4) {
	clear: both!important
}
.four-up-small-tablet:nth-child(5) {
	clear: both!important
}
.five-up-small-tablet:nth-child(6) {
	clear: both!important
}
}
@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
}
}
.flex-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
.flex-box {
	width: percent(1);
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.vertical-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: vertical;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: vertical;
	box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	box-pack: center
}
@font-face {
	font-family: AverageSans;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/average-sans-webfont.eot);
	src: url(../fonts/average-sans-webfont.eot#iefix) format("embedded-opentype"), url(../fonts/average-sans-webfont.woff) format("woff"), url(../fonts/average-sans-webfont.ttf) format("truetype")
}
.AverageSans {
	font-family: AverageSans, Helvetica, Arial, Geneva, sans-serif
}
@font-face {
	font-family: AmericanTypewriter;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/americantypewriterstd-bold.eot);
	src: url(../fonts/americantypewriterstd-bold.eot#iefix) format("embedded-opentype"), url(../fonts/americantypewriterstd-bold.woff) format("woff"), url(../fonts/americantypewriterstd-bold.ttf) format("truetype")
}
.AmericanTypewriter {
	font-family: AmericanTypewriter, Helvetica, Arial, Geneva, sans-serif
}
* html {
	font-size: 87.5%
}
html {
	font-size: 14px;
	line-height: 1.28571em
}
html, body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #2b2b2d
}
a, a:visited {
	color: #489ac1;
	-webkit-transition: color .25s;
	transition: color .25s;
	text-decoration: none;
}
a:hover, a:focus {
	color: #198d98;
	text-decoration: underline
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px
}
h1 {
	font-weight: 200;
	font-size: 2.33333em;
	line-height: 1.65306em
}
h2 {
	font-weight: 200;
	font-size: 2em;
	line-height: 1.28571em
}
h3 {
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1.71429em
}
h4 {
	font-weight: 500;
	font-size: 1.33333em;
	line-height: 1.92857em
}
h5 {
	font-weight: 900;
	font-size: 1.16667em;
	line-height: 2.20408em
}
h6 {
	font-weight: 900;
	font-size: 1.16667em;
	line-height: 2.20408em;
	text-transform: uppercase
}
p, ul, ol, dl {
	margin-bottom: 10px;
	font-weight: 400
}
ul, ol {
	margin-left: 40px
}
ul li, ol li, ul.list>li, ol.list>li {
	display: list-item
}
dl dt {
	font-weight: 700
}
dl dd {
	padding-left: 1em;
	margin-bottom: 10px
}
ul.list, ol.list, ul.unstyled, ol.unstyled {
	list-style: none
}
ul.list {
	margin-left: 0
}
ul.list li:before {
	content: '\f00c';
	display: inline-block;
	width: 1.1em;
	margin-right: .25em;
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
*margin-right:.3em;
	font-size: 1.2em;
	vertical-align: baseline;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	margin-top: 0
}
ol.list {
	counter-reset: li;
	margin-left: 1.5em;
	line-height: 1.6
}
ol.list li {
	position: relative;
	padding: 2px 6px 0
}
ol.list li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: .1em;
	left: -2em;
	width: 2em;
	text-align: center;
	padding: .3em .1em .1em;
	font-size: .8em;
	line-height: 1.5;
	color: #fff;
	background: #2b2b2d;
	font-weight: 700;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc)
}
blockquote {
	margin-left: 2em;
	margin-bottom: .75em;
}
/*blockquote {
	padding: 1.3em 4em 1em;
	color: #2b2b2d;
	font-size: 1em;
	line-height: 1.47857em;
	font-weight: 700;
	position: relative;
	z-index: 0;
	background: #e6e6e6;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
blockquote:before {
	content: '\201C';
	color: #ccc;
	font-size: 6em;
	display: block;
	position: absolute;
	top: .4em;
	left: .1em;
	z-index: -1
}
blockquote:after {
	content: '\201D';
	color: #ccc;
	font-size: 6em;
	display: block;
	position: absolute;
	top: .4em;
	right: .1em;
	z-index: -1
}*/
cite {
	display: block;
	position: relative;
	left: -1em;
	margin-top: .25em;
	font-size: 1em;
	line-height: 1.22143em;
	font-weight: 400;
	font-style: normal;
	color: #505054
}
cite:before {
	content: '\2014'
}
abbr[title], dfn[title], abbr[data-title], dfn[data-title] {
	border-bottom: 1px dotted;
	cursor: help
}
em {
	font-style: italic
}
b, strong {
	font-weight: 900
}
code, pre {
	font-family: monospace
}
del, strike {
	text-decoration: line-through
}
code {
	white-space: pre-wrap;
	word-wrap: break-word;
	min-height: 1em;
	display: inline-block;
	background: #ccc;
	border: 0;
	padding: 0 .3em;
	margin: 0 .2em;
	font-weight: 400;
	line-height: inherit
}
pre {
	color: #f2f2f2;
	background: #050505;
	font-size: 1em;
	line-height: 1.28571em;
	padding: .5em;
	display: block;
	border-left: 2.6em solid #383838;
	counter-reset: linenumber
}
pre code {
	display: block;
	background: inherit;
	margin: 0;
	padding: 0
}
pre code:before {
	text-align: right;
	color: #9a9a9a;
	counter-increment: linenumber;
	content: counter(linenumber) ".";
	position: absolute;
	left: .65em;
	width: 2.6em
}
.info {
	color: #3a87ad
}
.alert {
	color: #c09853
}
.warning {
	color: #ff971e
}
.error {
	color: #b94a48
}
.success {
	color: #468847
}
.js .responsive:not(table) {
	-webkit-transition: font .25s;
	transition: font .25s
}
::-moz-selection {
background:#489ac1;
	color: #fff;
text-shadow:none
}
::selection {
	background: #489ac1;
	color: #fff;
	text-shadow: none
}
ol.list.green li:before {
	background: #2ecc71
}
ol.list.blue li:before {
	background: #3498db
}
ol.list.purple li:before {
	background: #9b59b6
}
ol.list.yellow li:before {
	background: #f1c40f
}
ol.list.orange li:before {
	background: #e67e22
}
ol.list.red li:before {
	background: #e74c3c
}
ol.list.pink li:before {
	background: #f02475
}
ol.list.turquoise li:before {
	background: #1abc9c
}
ol.list.asphalt li:before {
	background: #34495e
}
ol.list li.green:before {
	background: #2ecc71
}
ol.list li.blue:before {
	background: #3498db
}
ol.list li.purple:before {
	background: #9b59b6
}
ol.list li.yellow:before {
	background: #f1c40f
}
ol.list li.orange:before {
	background: #e67e22
}
ol.list li.red:before {
	background: #e74c3c
}
ol.list li.pink:before {
	background: #f02475
}
ol.list li.turquoise:before {
	background: #1abc9c
}
ol.list li.asphalt:before {
	background: #34495e
}
.green {
	color: #2ecc71
}
.blue {
	color: #3498db
}
.purple {
	color: #9b59b6
}
.yellow {
	color: #f1c40f
}
.orange {
	color: #e67e22
}
.red {
	color: #e74c3c
}
.pink {
	color: #f02475
}
.turquoise {
	color: #1abc9c
}
.asphalt {
	color: #34495e
}
@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;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.icon-2x {
	font-size: 2em
}
.icon-2x.icon-border {
	border-width: 2px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
.icon-3x {
	font-size: 3em
}
.icon-3x.icon-border {
	border-width: 3px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}
.icon-4x {
	font-size: 4em
}
.icon-4x.icon-border {
	border-width: 4px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}
.icon-5x {
	font-size: 5em
}
.icon-5x.icon-border {
	border-width: 5px;
	-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;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}
a .icon-stack, a .icon-spin {
	display: inline-block;
	text-decoration: none
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes spin {
0% {
-webkit-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
-ms-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.icon-rotate-90:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}
.icon-rotate-180:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}
.icon-rotate-270:before {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}
.icon-flip-horizontal:before {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.icon-flip-vertical:before {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	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-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-facebook-sign:before {
	content: "\f082"
}
.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-facebook:before {
	content: "\f09a"
}
.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"
}

/*This is where Lia took out: nav.menu .menu-toggle, .menu.nav .menu-toggle */
button, input[type=submit], input[type=button], input[type=reset], .button, a.button, a.button:visited, [role~=button] {
display:inline-block;
word-wrap:break-word;
padding:.25em 1em;
background:#1dabb8;
border:1px solid #198d98;
color:  #fff;
font-family:Helvetica, Arial, Geneva, sans-serif;
font-weight:700;
text-decoration:none;
cursor:pointer;
line-height:1.5;
width:auto;
height:auto;
text-align:center;
-webkit-transition:background-color .25s ease-out;
transition:background-color .25s ease-out;
-ms-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
*behavior:url(/js/libs/PIE.htc)
}

.menu-span-mobile {
position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  clear: both;
}

button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, .button:hover, a.button:hover:visited, [role~=button]:hover, nav.menu .menu-toggle:hover, .menu.nav .menu-toggle:hover, button:focus, input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus, .button:focus, a.button:focus:visited, [role~=button]:focus, nav.menu .menu-toggle:focus, .menu.nav .menu-toggle:focus {
	background: #198d98;
	text-decoration: none;
	color: #fff;
}
button.on, input[type=submit].on, input[type=button].on, input[type=reset].on, .button.on, a.button.on, a.button.on:visited, ul.button-list li a.on, ol.button-list li a.on, [role~=button].on {
	background: #198d98;
	text-decoration: none;
	color: #fff
}
button.active, input[type=submit].active, input[type=button].active, input[type=reset].active, .button.active, a.button.active, a.button.active:visited, ul.button-list li a.active, ol.button-list li a.active, [role~=button].active, button.active:hover, input[type=submit].active:hover, input[type=button].active:hover, input[type=reset].active:hover, .button.active:hover, a.button.active:hover:visited, ul.button-list li a.active:hover, ol.button-list li a.active:hover, [role~=button].active:hover, button.active:focus, input[type=submit].active:focus, input[type=button].active:focus, input[type=reset].active:focus, .button.active:focus, a.button.active:focus:visited, ul.button-list li a.active:focus, ol.button-list li a.active:focus, [role~=button].active:focus {
	background: #198d98;
	color: #fff
}
button.small, input[type=submit].small, input[type=button].small, input[type=reset].small, .button.small, a.button.small, a.button.small:visited, ul.button-list li a.small, ol.button-list li a.small, [role~=button].small {
	font-size: .8em
}
button.large, input[type=submit].large, input[type=button].large, input[type=reset].large, .button.large, a.button.large, a.button.large:visited, ul.button-list li a.large, ol.button-list li a.large, [role~=button].large {
	font-size: 1.5em
}
button.square, input[type=submit].square, input[type=button].square, input[type=reset].square, .button.square, a.button.square, a.button.square:visited, ul.button-list li a.square, ol.button-list li a.square, [role~=button].square {
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
button.round, input[type=submit].round, input[type=button].round, input[type=reset].round, .button.round, a.button.round, a.button.round:visited, ul.button-list li a.round, ol.button-list li a.round, [role~=button].round {
	-ms-border-radius: 9999em;
	-o-border-radius: 9999em;
	border-radius: 9999em;
*behavior:url(/js/libs/PIE.htc)
}
button.disabled, input[type=submit].disabled, input[type=button].disabled, input[type=reset].disabled, .button.disabled, a.button.disabled, a.button.disabled:visited, ul.button-list li a.disabled, ol.button-list li a.disabled, [role~=button].disabled {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.disabled:hover, input[type=submit].disabled:hover, input[type=button].disabled:hover, input[type=reset].disabled:hover, .button.disabled:hover, a.button.disabled:hover:visited, ul.button-list li a.disabled:hover, ol.button-list li a.disabled:hover, [role~=button].disabled:hover, button.disabled:focus, input[type=submit].disabled:focus, input[type=button].disabled:focus, input[type=reset].disabled:focus, .button.disabled:focus, a.button.disabled:focus:visited, ul.button-list li a.disabled:focus, ol.button-list li a.disabled:focus, [role~=button].disabled:focus, button.disabled:visited, input[type=submit].disabled:visited, input[type=button].disabled:visited, input[type=reset].disabled:visited, .button.disabled:visited, ul.button-list li a.disabled:visited, ol.button-list li a.disabled:visited, [role~=button].disabled:visited {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.green, input[type=submit].green, input[type=button].green, input[type=reset].green, .button.green, a.button.green, a.button.green:visited, ul.button-list li a.green, ol.button-list li a.green, [role~=button].green {
	background-color: #2ecc71;
	color: #fff;
	border-color: #29b765
}
button.green:hover, input[type=submit].green:hover, input[type=button].green:hover, input[type=reset].green:hover, .button.green:hover, a.button.green:hover:visited, ul.button-list li a.green:hover, ol.button-list li a.green:hover, [role~=button].green:hover, button.green:focus, input[type=submit].green:focus, input[type=button].green:focus, input[type=reset].green:focus, .button.green:focus, a.button.green:focus:visited, ul.button-list li a.green:focus, ol.button-list li a.green:focus, [role~=button].green:focus {
	background: #29b765;
	border-color: #25a25a
}
button.disabled.green, input[type=submit].disabled.green, input[type=button].disabled.green, input[type=reset].disabled.green, .button.disabled.green, ul.button-list li a.disabled.green, ol.button-list li a.disabled.green, [role~=button].disabled.green {
	color: #c5e8d4;
	background: #7ccb9d;
	border-color: #47b375;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.disabled.green:hover, input[type=submit].disabled.green:hover, input[type=button].disabled.green:hover, input[type=reset].disabled.green:hover, .button.disabled.green:hover, ul.button-list li a.disabled.green:hover, ol.button-list li a.disabled.green:hover, [role~=button].disabled.green:hover, button.disabled.green:focus, input[type=submit].disabled.green:focus, input[type=button].disabled.green:focus, input[type=reset].disabled.green:focus, .button.disabled.green:focus, ul.button-list li a.disabled.green:focus, ol.button-list li a.disabled.green:focus, [role~=button].disabled.green:focus, button.disabled.green:visited, input[type=submit].disabled.green:visited, input[type=button].disabled.green:visited, input[type=reset].disabled.green:visited, .button.disabled.green:visited, ul.button-list li a.disabled.green:visited, ol.button-list li a.disabled.green:visited, [role~=button].disabled.green:visited {
	color: #c5e8d4;
	background: #7ccb9d;
	border-color: #47b375;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.blue, input[type=submit].blue, input[type=button].blue, input[type=reset].blue, .button.blue, a.button.blue, a.button.blue:visited, ul.button-list li a.blue, ol.button-list li a.blue, [role~=button].blue {
	background-color: #3498db;
	color: #fff;
	border-color: #258cd1
}
button.blue:hover, input[type=submit].blue:hover, input[type=button].blue:hover, input[type=reset].blue:hover, .button.blue:hover, a.button.blue:hover:visited, ul.button-list li a.blue:hover, ol.button-list li a.blue:hover, [role~=button].blue:hover, button.blue:focus, input[type=submit].blue:focus, input[type=button].blue:focus, input[type=reset].blue:focus, .button.blue:focus, a.button.blue:focus:visited, ul.button-list li a.blue:focus, ol.button-list li a.blue:focus, [role~=button].blue:focus {
	background: #258cd1;
	border-color: #217dbb
}
button.disabled.blue, input[type=submit].disabled.blue, input[type=button].disabled.blue, input[type=reset].disabled.blue, .button.disabled.blue, ul.button-list li a.disabled.blue, ol.button-list li a.disabled.blue, [role~=button].disabled.blue {
	color: #d2e4f0;
	background: #85b6d6;
	border-color: #4c93c3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.disabled.blue:hover, input[type=submit].disabled.blue:hover, input[type=button].disabled.blue:hover, input[type=reset].disabled.blue:hover, .button.disabled.blue:hover, ul.button-list li a.disabled.blue:hover, ol.button-list li a.disabled.blue:hover, [role~=button].disabled.blue:hover, button.disabled.blue:focus, input[type=submit].disabled.blue:focus, input[type=button].disabled.blue:focus, input[type=reset].disabled.blue:focus, .button.disabled.blue:focus, ul.button-list li a.disabled.blue:focus, ol.button-list li a.disabled.blue:focus, [role~=button].disabled.blue:focus, button.disabled.blue:visited, input[type=submit].disabled.blue:visited, input[type=button].disabled.blue:visited, input[type=reset].disabled.blue:visited, .button.disabled.blue:visited, ul.button-list li a.disabled.blue:visited, ol.button-list li a.disabled.blue:visited, [role~=button].disabled.blue:visited {
	color: #d2e4f0;
	background: #85b6d6;
	border-color: #4c93c3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.purple, input[type=submit].purple, input[type=button].purple, input[type=reset].purple, .button.purple, a.button.purple, a.button.purple:visited, ul.button-list li a.purple, ol.button-list li a.purple, [role~=button].purple {
	background-color: #9b59b6;
	color: #fff;
	border-color: #8f4bab
}
button.purple:hover, input[type=submit].purple:hover, input[type=button].purple:hover, input[type=reset].purple:hover, .button.purple:hover, a.button.purple:hover:visited, ul.button-list li a.purple:hover, ol.button-list li a.purple:hover, [role~=button].purple:hover, button.purple:focus, input[type=submit].purple:focus, input[type=button].purple:focus, input[type=reset].purple:focus, .button.purple:focus, a.button.purple:focus:visited, ul.button-list li a.purple:focus, ol.button-list li a.purple:focus, [role~=button].purple:focus {
	background: #8f4bab;
	border-color: #804399
}
button.disabled.purple, input[type=submit].disabled.purple, input[type=button].disabled.purple, input[type=reset].disabled.purple, .button.disabled.purple, ul.button-list li a.disabled.purple, ol.button-list li a.disabled.purple, [role~=button].disabled.purple {
	color: #e3dbe6;
	background: #b49ebd;
	border-color: #91719e;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.disabled.purple:hover, input[type=submit].disabled.purple:hover, input[type=button].disabled.purple:hover, input[type=reset].disabled.purple:hover, .button.disabled.purple:hover, ul.button-list li a.disabled.purple:hover, ol.button-list li a.disabled.purple:hover, [role~=button].disabled.purple:hover, button.disabled.purple:focus, input[type=submit].disabled.purple:focus, input[type=button].disabled.purple:focus, input[type=reset].disabled.purple:focus, .button.disabled.purple:focus, ul.button-list li a.disabled.purple:focus, ol.button-list li a.disabled.purple:focus, [role~=button].disabled.purple:focus, button.disabled.purple:visited, input[type=submit].disabled.purple:visited, input[type=button].disabled.purple:visited, input[type=reset].disabled.purple:visited, .button.disabled.purple:visited, ul.button-list li a.disabled.purple:visited, ol.button-list li a.disabled.purple:visited, [role~=button].disabled.purple:visited {
	color: #e3dbe6;
	background: #b49ebd;
	border-color: #91719e;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.yellow, input[type=submit].yellow, input[type=button].yellow, input[type=reset].yellow, .button.yellow, a.button.yellow, a.button.yellow:visited, ul.button-list li a.yellow, ol.button-list li a.yellow, [role~=button].yellow {
	background-color: #f1c40f;
	color: #fff;
	border-color: #dab10d
}
button.yellow:hover, input[type=submit].yellow:hover, input[type=button].yellow:hover, input[type=reset].yellow:hover, .button.yellow:hover, a.button.yellow:hover:visited, ul.button-list li a.yellow:hover, ol.button-list li a.yellow:hover, [role~=button].yellow:hover, button.yellow:focus, input[type=submit].yellow:focus, input[type=button].yellow:focus, input[type=reset].yellow:focus, .button.yellow:focus, a.button.yellow:focus:visited, ul.button-list li a.yellow:focus, ol.button-list li a.yellow:focus, [role~=button].yellow:focus {
	background: #dab10d;
	border-color: #c29d0b
}
button.disabled.yellow, input[type=submit].disabled.yellow, input[type=button].disabled.yellow, input[type=reset].disabled.yellow, .button.disabled.yellow, ul.button-list li a.disabled.yellow, ol.button-list li a.disabled.yellow, [role~=button].disabled.yellow {
	color: #f3e9bf;
	background: #e3cb69;
	border-color: #d8b528;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.disabled.yellow:hover, input[type=submit].disabled.yellow:hover, input[type=button].disabled.yellow:hover, input[type=reset].disabled.yellow:hover, .button.disabled.yellow:hover, ul.button-list li a.disabled.yellow:hover, ol.button-list li a.disabled.yellow:hover, [role~=button].disabled.yellow:hover, button.disabled.yellow:focus, input[type=submit].disabled.yellow:focus, input[type=button].disabled.yellow:focus, input[type=reset].disabled.yellow:focus, .button.disabled.yellow:focus, ul.button-list li a.disabled.yellow:focus, ol.button-list li a.disabled.yellow:focus, [role~=button].disabled.yellow:focus, button.disabled.yellow:visited, input[type=submit].disabled.yellow:visited, input[type=button].disabled.yellow:visited, input[type=reset].disabled.yellow:visited, .button.disabled.yellow:visited, ul.button-list li a.disabled.yellow:visited, ol.button-list li a.disabled.yellow:visited, [role~=button].disabled.yellow:visited {
	color: #f3e9bf;
	background: #e3cb69;
	border-color: #d8b528;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.orange, input[type=submit].orange, input[type=button].orange, input[type=reset].orange, .button.orange, a.button.orange, a.button.orange:visited, ul.button-list li a.orange, ol.button-list li a.orange, [role~=button].orange {
	background-color: #e67e22;
	color: #fff;
	border-color: #d67118
}
button.orange:hover, input[type=submit].orange:hover, input[type=button].orange:hover, input[type=reset].orange:hover, .button.orange:hover, a.button.orange:hover:visited, ul.button-list li a.orange:hover, ol.button-list li a.orange:hover, [role~=button].orange:hover, button.orange:focus, input[type=submit].orange:focus, input[type=button].orange:focus, input[type=reset].orange:focus, .button.orange:focus, a.button.orange:focus:visited, ul.button-list li a.orange:focus, ol.button-list li a.orange:focus, [role~=button].orange:focus {
	background: #d67118;
	border-color: #bf6516
}
button.disabled.orange, input[type=submit].disabled.orange, input[type=button].disabled.orange, input[type=reset].disabled.orange, .button.disabled.orange, ul.button-list li a.disabled.orange, ol.button-list li a.disabled.orange, [role~=button].disabled.orange {
	color: #f1dcc9;
	background: #dda778;
	border-color: #cd803b;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.disabled.orange:hover, input[type=submit].disabled.orange:hover, input[type=button].disabled.orange:hover, input[type=reset].disabled.orange:hover, .button.disabled.orange:hover, ul.button-list li a.disabled.orange:hover, ol.button-list li a.disabled.orange:hover, [role~=button].disabled.orange:hover, button.disabled.orange:focus, input[type=submit].disabled.orange:focus, input[type=button].disabled.orange:focus, input[type=reset].disabled.orange:focus, .button.disabled.orange:focus, ul.button-list li a.disabled.orange:focus, ol.button-list li a.disabled.orange:focus, [role~=button].disabled.orange:focus, button.disabled.orange:visited, input[type=submit].disabled.orange:visited, input[type=button].disabled.orange:visited, input[type=reset].disabled.orange:visited, .button.disabled.orange:visited, ul.button-list li a.disabled.orange:visited, ol.button-list li a.disabled.orange:visited, [role~=button].disabled.orange:visited {
	color: #f1dcc9;
	background: #dda778;
	border-color: #cd803b;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.red, input[type=submit].red, input[type=button].red, input[type=reset].red, .button.red, a.button.red, a.button.red:visited, ul.button-list li a.red, ol.button-list li a.red, [role~=button].red {
	background-color: #e74c3c;
	color: #fff;
	border-color: #e43725
}
button.red:hover, input[type=submit].red:hover, input[type=button].red:hover, input[type=reset].red:hover, .button.red:hover, a.button.red:hover:visited, ul.button-list li a.red:hover, ol.button-list li a.red:hover, [role~=button].red:hover, button.red:focus, input[type=submit].red:focus, input[type=button].red:focus, input[type=reset].red:focus, .button.red:focus, a.button.red:focus:visited, ul.button-list li a.red:focus, ol.button-list li a.red:focus, [role~=button].red:focus {
	background: #e43725;
	border-color: #d62c1a
}
button.disabled.red, input[type=submit].disabled.red, input[type=button].disabled.red, input[type=reset].disabled.red, .button.disabled.red, ul.button-list li a.disabled.red, ol.button-list li a.disabled.red, [role~=button].disabled.red {
	color: #f7e1df;
	background: #e1968e;
	border-color: #d15e52;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.disabled.red:hover, input[type=submit].disabled.red:hover, input[type=button].disabled.red:hover, input[type=reset].disabled.red:hover, .button.disabled.red:hover, ul.button-list li a.disabled.red:hover, ol.button-list li a.disabled.red:hover, [role~=button].disabled.red:hover, button.disabled.red:focus, input[type=submit].disabled.red:focus, input[type=button].disabled.red:focus, input[type=reset].disabled.red:focus, .button.disabled.red:focus, ul.button-list li a.disabled.red:focus, ol.button-list li a.disabled.red:focus, [role~=button].disabled.red:focus, button.disabled.red:visited, input[type=submit].disabled.red:visited, input[type=button].disabled.red:visited, input[type=reset].disabled.red:visited, .button.disabled.red:visited, ul.button-list li a.disabled.red:visited, ol.button-list li a.disabled.red:visited, [role~=button].disabled.red:visited {
	color: #f7e1df;
	background: #e1968e;
	border-color: #d15e52;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.pink, input[type=submit].pink, input[type=button].pink, input[type=reset].pink, .button.pink, a.button.pink, a.button.pink:visited, ul.button-list li a.pink, ol.button-list li a.pink, [role~=button].pink {
	background-color: #f02475;
	color: #fff;
	border-color: #ea1067
}
button.pink:hover, input[type=submit].pink:hover, input[type=button].pink:hover, input[type=reset].pink:hover, .button.pink:hover, a.button.pink:hover:visited, ul.button-list li a.pink:hover, ol.button-list li a.pink:hover, [role~=button].pink:hover, button.pink:focus, input[type=submit].pink:focus, input[type=button].pink:focus, input[type=reset].pink:focus, .button.pink:focus, a.button.pink:focus:visited, ul.button-list li a.pink:focus, ol.button-list li a.pink:focus, [role~=button].pink:focus {
	background: #ea1067;
	border-color: #d30e5c
}
button.disabled.pink, input[type=submit].disabled.pink, input[type=button].disabled.pink, input[type=reset].disabled.pink, .button.disabled.pink, ul.button-list li a.disabled.pink, ol.button-list li a.disabled.pink, [role~=button].disabled.pink {
	color: #f6d1df;
	background: #e57ba5;
	border-color: #d93b7a;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.disabled.pink:hover, input[type=submit].disabled.pink:hover, input[type=button].disabled.pink:hover, input[type=reset].disabled.pink:hover, .button.disabled.pink:hover, ul.button-list li a.disabled.pink:hover, ol.button-list li a.disabled.pink:hover, [role~=button].disabled.pink:hover, button.disabled.pink:focus, input[type=submit].disabled.pink:focus, input[type=button].disabled.pink:focus, input[type=reset].disabled.pink:focus, .button.disabled.pink:focus, ul.button-list li a.disabled.pink:focus, ol.button-list li a.disabled.pink:focus, [role~=button].disabled.pink:focus, button.disabled.pink:visited, input[type=submit].disabled.pink:visited, input[type=button].disabled.pink:visited, input[type=reset].disabled.pink:visited, .button.disabled.pink:visited, ul.button-list li a.disabled.pink:visited, ol.button-list li a.disabled.pink:visited, [role~=button].disabled.pink:visited {
	color: #f6d1df;
	background: #e57ba5;
	border-color: #d93b7a;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.turquoise, input[type=submit].turquoise, input[type=button].turquoise, input[type=reset].turquoise, .button.turquoise, a.button.turquoise, a.button.turquoise:visited, ul.button-list li a.turquoise, ol.button-list li a.turquoise, [role~=button].turquoise {
	background-color: #1abc9c;
	color: #fff;
	border-color: #17a689
}
button.turquoise:hover, input[type=submit].turquoise:hover, input[type=button].turquoise:hover, input[type=reset].turquoise:hover, .button.turquoise:hover, a.button.turquoise:hover:visited, ul.button-list li a.turquoise:hover, ol.button-list li a.turquoise:hover, [role~=button].turquoise:hover, button.turquoise:focus, input[type=submit].turquoise:focus, input[type=button].turquoise:focus, input[type=reset].turquoise:focus, .button.turquoise:focus, a.button.turquoise:focus:visited, ul.button-list li a.turquoise:focus, ol.button-list li a.turquoise:focus, [role~=button].turquoise:focus {
	background: #17a689;
	border-color: #148f77
}
button.disabled.turquoise, input[type=submit].disabled.turquoise, input[type=button].disabled.turquoise, input[type=reset].disabled.turquoise, .button.disabled.turquoise, ul.button-list li a.disabled.turquoise, ol.button-list li a.disabled.turquoise, [role~=button].disabled.turquoise {
	color: #a4e5d8;
	background: #54ceb6;
	border-color: #2fa78f;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.disabled.turquoise:hover, input[type=submit].disabled.turquoise:hover, input[type=button].disabled.turquoise:hover, input[type=reset].disabled.turquoise:hover, .button.disabled.turquoise:hover, ul.button-list li a.disabled.turquoise:hover, ol.button-list li a.disabled.turquoise:hover, [role~=button].disabled.turquoise:hover, button.disabled.turquoise:focus, input[type=submit].disabled.turquoise:focus, input[type=button].disabled.turquoise:focus, input[type=reset].disabled.turquoise:focus, .button.disabled.turquoise:focus, ul.button-list li a.disabled.turquoise:focus, ol.button-list li a.disabled.turquoise:focus, [role~=button].disabled.turquoise:focus, button.disabled.turquoise:visited, input[type=submit].disabled.turquoise:visited, input[type=button].disabled.turquoise:visited, input[type=reset].disabled.turquoise:visited, .button.disabled.turquoise:visited, ul.button-list li a.disabled.turquoise:visited, ol.button-list li a.disabled.turquoise:visited, [role~=button].disabled.turquoise:visited {
	color: #a4e5d8;
	background: #54ceb6;
	border-color: #2fa78f;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.asphalt, input[type=submit].asphalt, input[type=button].asphalt, input[type=reset].asphalt, .button.asphalt, a.button.asphalt, a.button.asphalt:visited, ul.button-list li a.asphalt, ol.button-list li a.asphalt, [role~=button].asphalt {
	background-color: #34495e;
	color: #fff;
	border-color: #2b3c4e
}
button.asphalt:hover, input[type=submit].asphalt:hover, input[type=button].asphalt:hover, input[type=reset].asphalt:hover, .button.asphalt:hover, a.button.asphalt:hover:visited, ul.button-list li a.asphalt:hover, ol.button-list li a.asphalt:hover, [role~=button].asphalt:hover, button.asphalt:focus, input[type=submit].asphalt:focus, input[type=button].asphalt:focus, input[type=reset].asphalt:focus, .button.asphalt:focus, a.button.asphalt:focus:visited, ul.button-list li a.asphalt:focus, ol.button-list li a.asphalt:focus, [role~=button].asphalt:focus {
	background: #2b3c4e;
	border-color: #222f3d
}
button.disabled.asphalt, input[type=submit].disabled.asphalt, input[type=button].disabled.asphalt, input[type=reset].disabled.asphalt, .button.disabled.asphalt, ul.button-list li a.disabled.asphalt, ol.button-list li a.disabled.asphalt, [role~=button].disabled.asphalt {
	color: #9aa2aa;
	background: #656f79;
	border-color: #43494f;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.disabled.asphalt:hover, input[type=submit].disabled.asphalt:hover, input[type=button].disabled.asphalt:hover, input[type=reset].disabled.asphalt:hover, .button.disabled.asphalt:hover, ul.button-list li a.disabled.asphalt:hover, ol.button-list li a.disabled.asphalt:hover, [role~=button].disabled.asphalt:hover, button.disabled.asphalt:focus, input[type=submit].disabled.asphalt:focus, input[type=button].disabled.asphalt:focus, input[type=reset].disabled.asphalt:focus, .button.disabled.asphalt:focus, ul.button-list li a.disabled.asphalt:focus, ol.button-list li a.disabled.asphalt:focus, [role~=button].disabled.asphalt:focus, button.disabled.asphalt:visited, input[type=submit].disabled.asphalt:visited, input[type=button].disabled.asphalt:visited, input[type=reset].disabled.asphalt:visited, .button.disabled.asphalt:visited, ul.button-list li a.disabled.asphalt:visited, ol.button-list li a.disabled.asphalt:visited, [role~=button].disabled.asphalt:visited {
	color: #9aa2aa;
	background: #656f79;
	border-color: #43494f;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.info, input[type=submit].info, input[type=button].info, input[type=reset].info, .button.info, a.button.info, a.button.info:visited, ul.button-list li a.info, ol.button-list li a.info, [role~=button].info {
	background-color: #309dd4;
	color: #fff;
	border-color: #27a1ba
}
button.info:hover, input[type=submit].info:hover, input[type=button].info:hover, input[type=reset].info:hover, .button.info:hover, a.button.info:hover:visited, ul.button-list li a.info:hover, ol.button-list li a.info:hover, [role~=button].info:hover, button.info:focus, input[type=submit].info:focus, input[type=button].info:focus, input[type=reset].info:focus, .button.info:focus, a.button.info:focus:visited, ul.button-list li a.info:focus, ol.button-list li a.info:focus, [role~=button].info:focus {
	background: #2582b1
}
button.disabled.info, input[type=submit].disabled.info, input[type=button].disabled.info, input[type=reset].disabled.info, .button.disabled.info, ul.button-list li a.disabled.info, ol.button-list li a.disabled.info, [role~=button].disabled.info {
	color: #bed2dc;
	background: #7ca4b8;
	border-color: #517f96;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.disabled.info:hover, input[type=submit].disabled.info:hover, input[type=button].disabled.info:hover, input[type=reset].disabled.info:hover, .button.disabled.info:hover, ul.button-list li a.disabled.info:hover, ol.button-list li a.disabled.info:hover, [role~=button].disabled.info:hover, button.disabled.info:focus, input[type=submit].disabled.info:focus, input[type=button].disabled.info:focus, input[type=reset].disabled.info:focus, .button.disabled.info:focus, ul.button-list li a.disabled.info:focus, ol.button-list li a.disabled.info:focus, [role~=button].disabled.info:focus, button.disabled.info:visited, input[type=submit].disabled.info:visited, input[type=button].disabled.info:visited, input[type=reset].disabled.info:visited, .button.disabled.info:visited, ul.button-list li a.disabled.info:visited, ol.button-list li a.disabled.info:visited, [role~=button].disabled.info:visited {
	color: #bed2dc;
	background: #7ca4b8;
	border-color: #517f96;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.alert, input[type=submit].alert, input[type=button].alert, input[type=reset].alert, .button.alert, a.button.alert, a.button.alert:visited, ul.button-list li a.alert, ol.button-list li a.alert, [role~=button].alert {
	background-color: #e8ca2b;
	color: #fff;
	border-color: #ecb06f
}
button.alert:hover, input[type=submit].alert:hover, input[type=button].alert:hover, input[type=reset].alert:hover, .button.alert:hover, a.button.alert:hover:visited, ul.button-list li a.alert:hover, ol.button-list li a.alert:hover, [role~=button].alert:hover, button.alert:focus, input[type=submit].alert:focus, input[type=button].alert:focus, input[type=reset].alert:focus, .button.alert:focus, a.button.alert:focus:visited, ul.button-list li a.alert:focus, ol.button-list li a.alert:focus, [role~=button].alert:focus {
	background: #e1c118
}
button.disabled.alert, input[type=submit].disabled.alert, input[type=button].disabled.alert, input[type=reset].disabled.alert, .button.disabled.alert, ul.button-list li a.disabled.alert, ol.button-list li a.disabled.alert, [role~=button].disabled.alert {
	color: #eae5db;
	background: #c5b59b;
	border-color: #a9926a;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.disabled.alert:hover, input[type=submit].disabled.alert:hover, input[type=button].disabled.alert:hover, input[type=reset].disabled.alert:hover, .button.disabled.alert:hover, ul.button-list li a.disabled.alert:hover, ol.button-list li a.disabled.alert:hover, [role~=button].disabled.alert:hover, button.disabled.alert:focus, input[type=submit].disabled.alert:focus, input[type=button].disabled.alert:focus, input[type=reset].disabled.alert:focus, .button.disabled.alert:focus, ul.button-list li a.disabled.alert:focus, ol.button-list li a.disabled.alert:focus, [role~=button].disabled.alert:focus, button.disabled.alert:visited, input[type=submit].disabled.alert:visited, input[type=button].disabled.alert:visited, input[type=reset].disabled.alert:visited, .button.disabled.alert:visited, ul.button-list li a.disabled.alert:visited, ol.button-list li a.disabled.alert:visited, [role~=button].disabled.alert:visited {
	color: #eae5db;
	background: #c5b59b;
	border-color: #a9926a;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.warning, input[type=submit].warning, input[type=button].warning, input[type=reset].warning, .button.warning, a.button.warning, a.button.warning:visited, ul.button-list li a.warning, ol.button-list li a.warning, [role~=button].warning {
	background-color: #fa8600;
	color: #fff;
	border-color: #e67900
}
button.warning:hover, input[type=submit].warning:hover, input[type=button].warning:hover, input[type=reset].warning:hover, .button.warning:hover, a.button.warning:hover:visited, ul.button-list li a.warning:hover, ol.button-list li a.warning:hover, [role~=button].warning:hover, button.warning:focus, input[type=submit].warning:focus, input[type=button].warning:focus, input[type=reset].warning:focus, .button.warning:focus, a.button.warning:focus:visited, ul.button-list li a.warning:focus, ol.button-list li a.warning:focus, [role~=button].warning:focus {
	background: #e07800
}
button.disabled.warning, input[type=submit].disabled.warning, input[type=button].disabled.warning, input[type=reset].disabled.warning, .button.disabled.warning, ul.button-list li a.disabled.warning, ol.button-list li a.disabled.warning, [role~=button].disabled.warning {
	color: #fae9d5;
	background: #f0b979;
	border-color: #e99534;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.disabled.warning:hover, input[type=submit].disabled.warning:hover, input[type=button].disabled.warning:hover, input[type=reset].disabled.warning:hover, .button.disabled.warning:hover, ul.button-list li a.disabled.warning:hover, ol.button-list li a.disabled.warning:hover, [role~=button].disabled.warning:hover, button.disabled.warning:focus, input[type=submit].disabled.warning:focus, input[type=button].disabled.warning:focus, input[type=reset].disabled.warning:focus, .button.disabled.warning:focus, ul.button-list li a.disabled.warning:focus, ol.button-list li a.disabled.warning:focus, [role~=button].disabled.warning:focus, button.disabled.warning:visited, input[type=submit].disabled.warning:visited, input[type=button].disabled.warning:visited, input[type=reset].disabled.warning:visited, .button.disabled.warning:visited, ul.button-list li a.disabled.warning:visited, ol.button-list li a.disabled.warning:visited, [role~=button].disabled.warning:visited {
	color: #fae9d5;
	background: #f0b979;
	border-color: #e99534;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.error, input[type=submit].error, input[type=button].error, input[type=reset].error, .button.error, a.button.error, a.button.error:visited, ul.button-list li a.error, ol.button-list li a.error, [role~=button].error {
	background-color: #b84c4c;
	color: #fff;
	border-color: #b14454
}
button.error:hover, input[type=submit].error:hover, input[type=button].error:hover, input[type=reset].error:hover, .button.error:hover, a.button.error:hover:visited, ul.button-list li a.error:hover, ol.button-list li a.error:hover, [role~=button].error:hover, button.error:focus, input[type=submit].error:focus, input[type=button].error:focus, input[type=reset].error:focus, .button.error:focus, a.button.error:focus:visited, ul.button-list li a.error:focus, ol.button-list li a.error:focus, [role~=button].error:focus {
	background: #9a3d3d
}
button.disabled.error, input[type=submit].disabled.error, input[type=button].disabled.error, input[type=reset].disabled.error, .button.disabled.error, ul.button-list li a.disabled.error, ol.button-list li a.disabled.error, [role~=button].disabled.error {
	color: #e3d1d1;
	background: #bd9291;
	border-color: #a06261;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.disabled.error:hover, input[type=submit].disabled.error:hover, input[type=button].disabled.error:hover, input[type=reset].disabled.error:hover, .button.disabled.error:hover, ul.button-list li a.disabled.error:hover, ol.button-list li a.disabled.error:hover, [role~=button].disabled.error:hover, button.disabled.error:focus, input[type=submit].disabled.error:focus, input[type=button].disabled.error:focus, input[type=reset].disabled.error:focus, .button.disabled.error:focus, ul.button-list li a.disabled.error:focus, ol.button-list li a.disabled.error:focus, [role~=button].disabled.error:focus, button.disabled.error:visited, input[type=submit].disabled.error:visited, input[type=button].disabled.error:visited, input[type=reset].disabled.error:visited, .button.disabled.error:visited, ul.button-list li a.disabled.error:visited, ol.button-list li a.disabled.error:visited, [role~=button].disabled.error:visited {
	color: #e3d1d1;
	background: #bd9291;
	border-color: #a06261;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.success, input[type=submit].success, input[type=button].success, input[type=reset].success, .button.success, a.button.success, a.button.success:visited, ul.button-list li a.success, ol.button-list li a.success, [role~=button].success {
	background-color: #67b646;
	color: #fff;
	border-color: #6da43f
}
button.success:hover, input[type=submit].success:hover, input[type=button].success:hover, input[type=reset].success:hover, .button.success:hover, a.button.success:hover:visited, ul.button-list li a.success:hover, ol.button-list li a.success:hover, [role~=button].success:hover, button.success:focus, input[type=submit].success:focus, input[type=button].success:focus, input[type=reset].success:focus, .button.success:focus, a.button.success:focus:visited, ul.button-list li a.success:focus, ol.button-list li a.success:focus, [role~=button].success:focus {
	background: #549539
}
button.disabled.success, input[type=submit].disabled.success, input[type=button].disabled.success, input[type=reset].disabled.success, .button.disabled.success, ul.button-list li a.disabled.success, ol.button-list li a.disabled.success, [role~=button].disabled.success {
	color: #b9c8b9;
	background: #809b80;
	border-color: #5b735b;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button.disabled.success:hover, input[type=submit].disabled.success:hover, input[type=button].disabled.success:hover, input[type=reset].disabled.success:hover, .button.disabled.success:hover, ul.button-list li a.disabled.success:hover, ol.button-list li a.disabled.success:hover, [role~=button].disabled.success:hover, button.disabled.success:focus, input[type=submit].disabled.success:focus, input[type=button].disabled.success:focus, input[type=reset].disabled.success:focus, .button.disabled.success:focus, ul.button-list li a.disabled.success:focus, ol.button-list li a.disabled.success:focus, [role~=button].disabled.success:focus, button.disabled.success:visited, input[type=submit].disabled.success:visited, input[type=button].disabled.success:visited, input[type=reset].disabled.success:visited, .button.disabled.success:visited, ul.button-list li a.disabled.success:visited, ol.button-list li a.disabled.success:visited, [role~=button].disabled.success:visited {
	color: #b9c8b9;
	background: #809b80;
	border-color: #5b735b;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
button .block, input[type=submit] .block, input[type=button] .block, input[type=reset] .block, .button .block, [role~=button] .block, nav.menu .menu-toggle .block, .menu.nav .menu-toggle .block, button.block, input[type=submit].block, input[type=button].block, input[type=reset].block, .button.block, a.button.block, a.button.block:visited, ul.button-list li a.block, ol.button-list li a.block, [role~=button].block {
	display: block;
	width: 100%
}
.dropdown {
	position: relative;
	display: inline-block
}
.dropdown button, .dropdown .button {
	position: relative;
	padding-right: 2em
}
.dropdown button:after, .dropdown .button:after {
	content: '...';
	position: absolute;
	right: 1em;
	bottom: .25em
}
.dropdown ul {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10;
	box-shadow: rgba(0,0,0,.25), 5px, 0, 0;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
*behavior:url(/js/libs/PIE.htc)
}
.dropdown ul li {
	display: block
}
.dropdown ul li a, .dropdown ul li a:visited {
	display: block;
	padding: .5em 1em;
	border: 0;
	color: #2b2b2d;
	text-shadow: none;
	text-decoration: none
}
.dropdown ul li a:hover, .dropdown ul li a:focus {
	background: #efefef
}
.dropdown ul li a.disabled {
	color: #d9d9d9;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.dropdown ul li a.disabled:hover, .dropdown ul li a.disabled:focus, .dropdown ul li a.disabled:visited {
	color: #d9d9d9;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.dropdown ul li:last-child {
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
*behavior:url(/js/libs/PIE.htc)
}
.dropdown hr {
	margin: 0;
	border-color: #ececec
}
ul.button-list, ol.button-list {
	list-style: none;
	margin: 0;
	padding: 0
}
ul.button-list:after, ol.button-list:after {
	content: '';
	display: block;
	clear: both
}
ul.button-list li, ol.button-list li {
	display: block;
	float: left;
	margin: 0;
	border-radius: 0
}
ul.button-list li:first-child a, ol.button-list li:first-child a {
	border-radius: 4px 0 0 4px
}
ul.button-list li:last-child a, ol.button-list li:last-child a {
	border-radius: 0 4px 4px 0
}
ul.button-list li a, ol.button-list li a {
	display: block;
	word-wrap: break-word;
	padding: .25em 1em;
	background: #1dabb8;
	border: 1px solid #198d98;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.5;
	-webkit-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out
}
ul.button-list li a:hover, ol.button-list li a:hover, ul.button-list li a:focus, ol.button-list li a:focus {
	background: #198d98;
	text-decoration: none;
	color: #fff;
	border: 1px solid #198d98
}
ul.button-list li a.disabled, ol.button-list li a.disabled {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
ul.button-list li a.disabled:hover, ol.button-list li a.disabled:hover, ul.button-list li a.disabled:focus, ol.button-list li a.disabled:focus, ul.button-list li a.disabled:visited, ol.button-list li a.disabled:visited {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}

/*Lia has removed the lines relating to nav ul, because they were redundant */

/*Lia has removed the large menu top navigation, because it was redundant */

/* footer bottom navigation 
fot ul li a, .fot ul li a, fot ul li a:visited, .fot ul li a:visited {
	display: block;
	width: 100%;
	word-wrap: break-word;
	padding: .10em .95em;
	background: #3366CC;
	border-top: 1px solid #3366CC;
	color: #fff;
	font-weight: 100;
	font-size: 1em;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.5;
	-webkit-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out
} */
/* Home button hover */

/*Lia removed things to do with the home button, because it's not there anymore. For bit's of code that Lia has removed, see lia-snippets.css

/* small menu top hover */
nav ul li a.active:hover, .nav ul li a.active:hover, nav ul li a.active:focus, .nav ul li a.active:focus, nav ul li a:visited.active:hover, .nav ul li a:visited.active:hover, nav ul li a:visited.active:focus, .nav ul li a:visited.active:focus {
	/*background: #3366CC;*/
	background: #deb910;
}
nav ul li a.disabled, .nav ul li a.disabled, nav ul li a:visited.disabled, .nav ul li a:visited.disabled {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
nav ul li a.disabled:hover, .nav ul li a.disabled:hover, nav ul li a.disabled:focus, .nav ul li a.disabled:focus, nav ul li a.disabled:visited, .nav ul li a.disabled:visited, nav ul li a:visited.disabled:hover, .nav ul li a:visited.disabled:hover, nav ul li a:visited.disabled:focus, .nav ul li a:visited.disabled:focus, nav ul li a:visited.disabled:visited, .nav ul li a:visited.disabled:visited {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
nav ul li:first-child a, .nav ul li:first-child a {
	border-top: 0
}
nav ul li.menu.disabled>a, .nav ul li.menu.disabled>a, nav ul li.menu.disabled>a:visited, .nav ul li.menu.disabled>a:visited {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
nav ul li.menu.disabled>a:hover, .nav ul li.menu.disabled>a:hover, nav ul li.menu.disabled>a:focus, .nav ul li.menu.disabled>a:focus, nav ul li.menu.disabled>a:visited, .nav ul li.menu.disabled>a:visited, nav ul li.menu.disabled>a:visited:hover, .nav ul li.menu.disabled>a:visited:hover, nav ul li.menu.disabled>a:visited:focus, .nav ul li.menu.disabled>a:visited:focus, nav ul li.menu.disabled>a:visited:visited, .nav ul li.menu.disabled>a:visited:visited {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
nav ul li.menu>a:after, .nav ul li.menu>a:after {
	/*content: '\f0d7';*/
	display: inline-block;
	width: 1.1em;
	margin-left: .25em;
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
*margin-right:.3em;
	font-size: 1.1em;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	margin-top: 0
}
/* Large menu buttons hover */
nav ul li.menu.on>a, .nav ul li.menu.on>a, nav ul li.menu.on>a:visited, .nav ul li.menu.on>a:visited {
	/* background: #3366CC;*/
	text-decoration: none
}
/* footer menu buttons hover
fot ul li.menu.on>a, .fot ul li.menu.on>a, fot ul li.menu.on>a:visited, .fot ul li.menu.on>a:visited {
	background: #666666;
	text-decoration: none
} */
nav ul ul, .nav ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: auto;
	z-index: 101
}
/* drop down menu */
nav ul ul li a, .nav ul ul li a, nav ul ul li a:visited, .nav ul ul li a:visited {
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
*behavior:url(/js/libs/PIE.htc);
	border: 0;
	border-top: 1px solid #1dabb8;
	/* background: #20bfce */
	background: #17658b
}
/* drop down menu */
nav ul ul li a:hover, .nav ul ul li a:hover, nav ul ul li a:visited:hover, .nav ul ul li a:visited:hover {
/* background: #1da1ae */
	/* background: #0097d9*/
}
nav ul ul li a.disabled, .nav ul ul li a.disabled, nav ul ul li a:visited.disabled, .nav ul ul li a:visited.disabled {
	color: #b8e5e9;
	background: #6ac8d1;
	border-color: #38acb6;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
nav ul ul li a.disabled:hover, .nav ul ul li a.disabled:hover, nav ul ul li a.disabled:focus, .nav ul ul li a.disabled:focus, nav ul ul li a.disabled:visited, .nav ul ul li a.disabled:visited, nav ul ul li a:visited.disabled:hover, .nav ul ul li a:visited.disabled:hover, nav ul ul li a:visited.disabled:focus, .nav ul ul li a:visited.disabled:focus, nav ul ul li a:visited.disabled:visited, .nav ul ul li a:visited.disabled:visited {
	color: #b8e5e9;
	background: #6ac8d1;
	border-color: #38acb6;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
nav ul ul li:first-child a, .nav ul ul li:first-child a {
	border-top: 0;
	-ms-border-radius: 0 4px 0 0;
	-o-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
*behavior:url(/js/libs/PIE.htc)
}
nav ul ul li:last-child a, .nav ul ul li:last-child a {
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
*behavior:url(/js/libs/PIE.htc)
}
nav ul ul li:only-child a, .nav ul ul li:only-child a {
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
*behavior:url(/js/libs/PIE.htc)
}
nav ul.row li a, .nav ul.row li a {
	border-left: 1px solid #198d98;
	border-top: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
*behavior:url(/js/libs/PIE.htc)
}
nav ul.row li:first-child a, .nav ul.row li:first-child a {
	border-left: 0;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
*behavior:url(/js/libs/PIE.htc)
}
nav ul.row li:last-child a, .nav ul.row li:last-child a {
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
*behavior:url(/js/libs/PIE.htc)
}
nav ul.row li:only-child a, .nav ul.row li:only-child a {
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc)
}
nav ul.row ul, .nav ul.row ul {
	position: absolute;
	left: auto;
	top: auto;
	min-width: 100%;
	z-index: 101
}
nav ul.row ul li a, .nav ul.row ul li a {
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
*behavior:url(/js/libs/PIE.htc);
	border-left: 0;
	border-top: 1px solid #198d98
}
nav ul.row ul li:first-child a, .nav ul.row ul li:first-child a {
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
*behavior:url(/js/libs/PIE.htc)
}
nav ul.row ul li:last-child a, .nav ul.row ul li:last-child a {
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
*behavior:url(/js/libs/PIE.htc)
}
nav.inline, .inline.nav {
	width: auto
}
nav.inline ul, .inline.nav ul {
	font-size: 0
}
nav.inline ul li, .inline.nav ul li {
	font-size: 14px;
	display: inline-block;
	white-space-collapse: discard;
	float: none
}
nav.inline ul li a, .inline.nav ul li a {
	border-left: 1px solid #198d98;
	border-top: 0
}
nav.inline ul li:first-child a, .inline.nav ul li:first-child a {
	border-left: 0;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
*behavior:url(/js/libs/PIE.htc)
}
nav.inline ul li:last-child a, .inline.nav ul li:last-child a {
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
*behavior:url(/js/libs/PIE.htc)
}
nav.inline ul li:only-child a, .inline.nav ul li:only-child a {
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc)
}
nav.inline ul li ul, .inline.nav ul li ul {
	position: absolute;
	left: auto;
	top: auto;
	min-width: 100%;
	z-index: 101
}
nav.inline ul li ul li, .inline.nav ul li ul li {
	display: block
}
/* width of drop down menu */
nav.inline ul li ul li a, .inline.nav ul li ul li a {
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
*behavior:url(/js/libs/PIE.htc);
	border-left: 0;
	width: 320px;
	/* border-top: 1px solid #198d98 */
	/* border-top: 1px solid yellow */
	border-top: 1px solid #deb910;
}
nav.inline ul li ul li:first-child a, .inline.nav ul li ul li:first-child a {
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
*behavior:url(/js/libs/PIE.htc)
}
nav.inline ul li ul li:last-child a, .inline.nav ul li ul li:last-child a {
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
*behavior:url(/js/libs/PIE.htc)
}
nav.menu .menu-toggle, .menu.nav .menu-toggle {
	display: none
}
.pagination ul {
	margin: 10px auto;
	display: block;
	list-style-type: none
}
.pagination ul li {
	display: inline-block;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc);
	padding: 0 3px 0 2px;
	min-width: 29px
}
.pagination ul li a, .pagination ul li a:visited {
	display: inline-block;
	width: 100%;
	background: #1dabb8;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0 3px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc)
}
.pagination ul li a:hover, .pagination ul li a:focus, .pagination ul li a:visited:hover, .pagination ul li a:visited:focus {
	background: #198d98;
	color: #fff
}
.pagination ul li a.disabled, .pagination ul li a:visited.disabled {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.pagination ul li a.disabled:hover, .pagination ul li a.disabled:focus, .pagination ul li a.disabled:visited, .pagination ul li a:visited.disabled:hover, .pagination ul li a:visited.disabled:focus, .pagination ul li a:visited.disabled:visited {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.pagination ul li.active a {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.pagination ul li.active a:hover, .pagination ul li.active a:focus, .pagination ul li.active a:visited {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.pagination ul li.prev a, .pagination ul li.prev a:visited, .pagination ul li.next a, .pagination ul li.next a:visited {
	padding: 0 4px;
	background: #1dabb8;
	color: #fff
}
.pagination ul li.prev a:hover, .pagination ul li.prev a:focus, .pagination ul li.prev a:visited:hover, .pagination ul li.prev a:visited:focus, .pagination ul li.next a:hover, .pagination ul li.next a:focus, .pagination ul li.next a:visited:hover, .pagination ul li.next a:visited:focus {
	background: #198d98
}
.pagination ul li.disabled a {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.pagination ul li.disabled a:hover, .pagination ul li.disabled a:focus, .pagination ul li.disabled a:visited {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.pagination ul li:first-child a {
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc)
}
.pagination ul li:last-child a {
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc)
}
.no-js nav ul li.menu ul, .no-js .nav ul li.menu ul {
	display: none
}
.no-js nav ul li.menu:hover ul, .no-js .nav ul li.menu:hover ul, .no-js nav ul li.menu:focus ul, .no-js .nav ul li.menu:focus ul {
	display: block!important
}
.breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .8em
}
.breadcrumbs li {
	display: inline-block;
	padding: .2em 0
}
.breadcrumbs li a, .breadcrumbs li a:visited {
	border: 0;
	color: gray
}
.breadcrumbs li a:before, .breadcrumbs li a:visited:before {
	content: '>';
	display: inline-block;
	margin: 0 .5em;
	color: gray!important
}
.breadcrumbs li a:hover, .breadcrumbs li a:focus, .breadcrumbs li a:visited:hover, .breadcrumbs li a:visited:focus {
	color: #489ac1
}
.breadcrumbs li:first-child a:before {
	display: none
}
.tabs, [role~=tabpanel] {
position:relative
}
.tabs>ul, .tabs>ol, [role~=tabpanel] [role~=tablist] {
display:block;
width:100%;
margin:0;
padding:0;
list-style:none
}
.tabs>ul:after, .tabs>ol:after, [role~=tabpanel] [role~=tablist]:after {
	content: '';
	display: block;
	clear: both
}
.tabs>ul li, .tabs>ol li, [role~=tabpanel] [role~=tablist] [role~=tab] {
display:block;
float:left;
margin:0 2px
}
.tabs>ul li.pull-right, .tabs>ol li.pull-right, [role~=tabpanel] [role~=tablist] .pull-right[role~=tab] {
	float: right
}
.tabs>ul li.pull-left, .tabs>ol li.pull-left, [role~=tabpanel] [role~=tablist] .pull-left[role~=tab] {
	float: left
}
.tabs>ul li:first-child, .tabs>ol li:first-child, [role~=tabpanel] [role~=tablist] [role~=tab]:first-child {
	margin-left: 0
}
.tabs>ul li:first-child a:before, .tabs>ol li:first-child a:before, [role~=tabpanel] [role~=tablist] [role~=tab]:first-child a:before, .tabs>ul li:first-child a:visited:before, .tabs>ol li:first-child a:visited:before, [role~=tabpanel] [role~=tablist] [role~=tab]:first-child a:visited:before {
	display: none
}
.tabs>ul li a, .tabs>ul li a:visited, .tabs>ol li a, .tabs>ol li a:visited, [role~=tabpanel] [role~=tablist] [role~=tab] a, [role~=tabpanel] [role~=tablist] [role~=tab] a:visited {
	display: block;
	position: relative;
	width: 100%;
	word-wrap: break-word;
	padding: .25em 1em;
	background: #1dabb8;
	border: 1px solid #1dabb8;
	color: #fff;
	font-weight: 700;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	line-height: 1.5;
	height: 2em;
	-webkit-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
*behavior:url(/js/libs/PIE.htc)
}
.tabs>ul li a:hover, .tabs>ol li a:hover, [role~=tabpanel] [role~=tablist] [role~=tab] a:hover, .tabs>ul li a:focus, .tabs>ol li a:focus, [role~=tabpanel] [role~=tablist] [role~=tab] a:focus {
	background: #198d98;
	border: 1px solid #198d98;
	color: #fff;
	text-decoration: none
}
.tabs>ul li a:hover:before, .tabs>ol li a:hover:before, [role~=tabpanel] [role~=tablist] [role~=tab] a:hover:before, .tabs>ul li a:focus:before, .tabs>ol li a:focus:before, [role~=tabpanel] [role~=tablist] [role~=tab] a:focus:before {
	box-shadow: 2px 1px 0 #198d98
}
.tabs>ul li a:hover:after, .tabs>ol li a:hover:after, [role~=tabpanel] [role~=tablist] [role~=tab] a:hover:after, .tabs>ul li a:focus:after, .tabs>ol li a:focus:after, [role~=tabpanel] [role~=tablist] [role~=tab] a:focus:after {
	box-shadow: -2px 1px 0 #198d98
}
.tabs>ul li a.active, .tabs>ol li a.active, [role~=tabpanel] [role~=tablist] [role~=tab] a.active, .tabs>ul li a.active:hover, .tabs>ol li a.active:hover, [role~=tabpanel] [role~=tablist] [role~=tab] a.active:hover, .tabs>ul li a.active:focus, .tabs>ol li a.active:focus, [role~=tabpanel] [role~=tablist] [role~=tab] a.active:focus {
	background: #198d98;
	border: 1px solid #198d98;
	color: #fff;
	z-index: 2
}
.tabs>ul li a.active:before, .tabs>ol li a.active:before, [role~=tabpanel] [role~=tablist] [role~=tab] a.active:before, .tabs>ul li a.active:hover:before, .tabs>ol li a.active:hover:before, [role~=tabpanel] [role~=tablist] [role~=tab] a.active:hover:before, .tabs>ul li a.active:focus:before, .tabs>ol li a.active:focus:before, [role~=tabpanel] [role~=tablist] [role~=tab] a.active:focus:before {
	box-shadow: 2px 1px 0 #198d98
}
.tabs>ul li a.active:after, .tabs>ol li a.active:after, [role~=tabpanel] [role~=tablist] [role~=tab] a.active:after, .tabs>ul li a.active:hover:after, .tabs>ol li a.active:hover:after, [role~=tabpanel] [role~=tablist] [role~=tab] a.active:hover:after, .tabs>ul li a.active:focus:after, .tabs>ol li a.active:focus:after, [role~=tabpanel] [role~=tablist] [role~=tab] a.active:focus:after {
	box-shadow: -2px 1px 0 #198d98
}
.tabs>ul li a.disabled, .tabs>ol li a.disabled, [role~=tabpanel] [role~=tablist] [role~=tab] a.disabled {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0;
	border-bottom-color: #57c1cb!important
}
.tabs>ul li a.disabled:hover, .tabs>ol li a.disabled:hover, [role~=tabpanel] [role~=tablist] [role~=tab] a.disabled:hover, .tabs>ul li a.disabled:focus, .tabs>ol li a.disabled:focus, [role~=tabpanel] [role~=tablist] [role~=tab] a.disabled:focus, .tabs>ul li a.disabled:visited, .tabs>ol li a.disabled:visited, [role~=tabpanel] [role~=tablist] [role~=tab] a.disabled:visited {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.tabs>ul li a.disabled:before, .tabs>ol li a.disabled:before, [role~=tabpanel] [role~=tablist] [role~=tab] a.disabled:before {
	box-shadow: 2px 1px 0 #57c1cb
}
.tabs>ul li a.disabled:after, .tabs>ol li a.disabled:after, [role~=tabpanel] [role~=tablist] [role~=tab] a.disabled:after {
	box-shadow: -2px 1px 0 #57c1cb
}
.tabs>ul li a:before, .tabs>ol li a:before, [role~=tabpanel] [role~=tablist] [role~=tab] a:before, .tabs>ul li a:after, .tabs>ol li a:after, [role~=tabpanel] [role~=tablist] [role~=tab] a:after {
	position: absolute;
	bottom: -1px;
	width: 6px;
	height: 6px;
	content: ''
}
.tabs>ul li a:before, .tabs>ol li a:before, [role~=tabpanel] [role~=tablist] [role~=tab] a:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 1px 0 #1dabb8
}
.tabs>ul li a:after, .tabs>ol li a:after, [role~=tabpanel] [role~=tablist] [role~=tab] a:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 1px 0 #1dabb8
}
.tabs>div, [role~=tabpanel] [role~=tabpanel] {
display:none;
padding:20px;
background:#fff;
-ms-border-radius:0 0 4px 4px;
-o-border-radius:0 0 4px 4px;
border-radius:0 0 4px 4px;
*behavior:url(/js/libs/PIE.htc)
}
.tabs>div :first-child, [role~=tabpanel] [role~=tabpanel] :first-child {
	margin-top: 0
}
.tabs>div :last-child, [role~=tabpanel] [role~=tabpanel] :last-child {
	margin-bottom: 0
}
.tabs>div.active, [role~=tabpanel] .active[role~=tabpanel] {
	display: block;
	border: 1px solid #198d98
}
.tabs.vertical>ul, .tabs.vertical>ol, .tabs.vertical [role~=tablist] {
	height: 100%;
	position: absolute;
	width: 20%;
	background: #198d98;
	border-bottom: 1px solid #198d98;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
*behavior:url(/js/libs/PIE.htc)
}
.tabs.vertical, .tabs.vertical>ul li, .tabs.vertical>ol li, .tabs.vertical [role~=tablist] [role~=tab] {
	float: none;
	margin: 0 -1px 0 0
}
.tabs.vertical:first-child a, .tabs.vertical>ul li:first-child a, .tabs.vertical>ol li:first-child a, .tabs.vertical [role~=tablist] [role~=tab]:first-child a {
	-ms-border-radius: 4px 0 0;
	-o-border-radius: 4px 0 0;
	border-radius: 4px 0 0;
*behavior:url(/js/libs/PIE.htc)
}
.tabs.vertical>ul li a, .tabs.vertical>ul li a:visited, .tabs.vertical>ol li a, .tabs.vertical>ol li a:visited {
	height: auto;
	border-bottom: 1px solid #198d98;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
*behavior:url(/js/libs/PIE.htc)
}
.tabs.vertical>ul li a:before, .tabs.vertical>ol li a:before, .tabs.vertical>ul li a:after, .tabs.vertical>ol li a:after {
	display: none!important
}
.tabs.vertical>ul li a.active, .tabs.vertical>ol li a.active {
	border-right: 0;
	color: #2b2b2d;
	background: #fff
}
.tabs.vertical>ul li a.active:hover, .tabs.vertical>ol li a.active:hover, .tabs.vertical>ul li a.active:focus, .tabs.vertical>ol li a.active:focus {
	border-right: 0;
	color: #2b2b2d;
	background: #fff
}
.tabs.vertical>div, .tabs.vertical [role~=tabpanel] {
	position: relative;
	left: 20%;
	width: 80%;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
*behavior:url(/js/libs/PIE.htc)
}
[role~=tabpanel] [role~=tablist] {
background:0
}
.message, [role~=alert] {
position:relative;
word-wrap:break-word;
padding:.25em 1em;
background:#1dabb8;
border:1px solid #198d98;
color:#fff;
font-weight:700;
text-decoration:none;
-ms-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
*behavior:url(/js/libs/PIE.htc)
}
.message.small, [role~=alert].small {
	font-size: .8em
}
.message.large, [role~=alert].large {
	font-size: 1.5em
}
.message.square, [role~=alert].square {
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.message.round, [role~=alert].round {
	-ms-border-radius: 9999em;
	-o-border-radius: 9999em;
	border-radius: 9999em;
*behavior:url(/js/libs/PIE.htc)
}
.message.disabled, [role~=alert].disabled {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.message.disabled:hover, [role~=alert].disabled:hover, .message.disabled:focus, [role~=alert].disabled:focus, .message.disabled:visited, [role~=alert].disabled:visited {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.message.info, [role~=alert].info {
	background-color: #d9edf7;
	color: #3a87ad;
	border-color: #bce8f1
}
.message.disabled.info, [role~=alert].disabled.info {
	color: #bed2dc;
	background: #7ca4b8;
	border-color: #517f96;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.message.disabled.info:hover, [role~=alert].disabled.info:hover, .message.disabled.info:focus, [role~=alert].disabled.info:focus, .message.disabled.info:visited, [role~=alert].disabled.info:visited {
	color: #bed2dc;
	background: #7ca4b8;
	border-color: #517f96;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.message.alert, [role~=alert].alert {
	background-color: #fcf8e3;
	color: #c09853;
	border-color: #fbeee0
}
.message.disabled.alert, [role~=alert].disabled.alert {
	color: #eae5db;
	background: #c5b59b;
	border-color: #a9926a;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.message.disabled.alert:hover, [role~=alert].disabled.alert:hover, .message.disabled.alert:focus, [role~=alert].disabled.alert:focus, .message.disabled.alert:visited, [role~=alert].disabled.alert:visited {
	color: #eae5db;
	background: #c5b59b;
	border-color: #a9926a;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.message.warning, [role~=alert].warning {
	background: #ffe5c7;
	color: #ff971e;
	border-color: #ffdbb3
}
.message.disabled.warning, [role~=alert].disabled.warning {
	color: #fae9d5;
	background: #f0b979;
	border-color: #e99534;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.message.disabled.warning:hover, [role~=alert].disabled.warning:hover, .message.disabled.warning:focus, [role~=alert].disabled.warning:focus, .message.disabled.warning:visited, [role~=alert].disabled.warning:visited {
	color: #fae9d5;
	background: #f0b979;
	border-color: #e99534;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.message.error, [role~=alert].error {
	background: #f2dede;
	color: #b94a48;
	border-color: #eed3d7
}
.message.disabled.error, [role~=alert].disabled.error {
	color: #e3d1d1;
	background: #bd9291;
	border-color: #a06261;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.message.disabled.error:hover, [role~=alert].disabled.error:hover, .message.disabled.error:focus, [role~=alert].disabled.error:focus, .message.disabled.error:visited, [role~=alert].disabled.error:visited {
	color: #e3d1d1;
	background: #bd9291;
	border-color: #a06261;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.message.success, [role~=alert].success {
	background: #dff0d8;
	color: #468847;
	border-color: #d6e9c6
}
.message.disabled.success, [role~=alert].disabled.success {
	color: #b9c8b9;
	background: #809b80;
	border-color: #5b735b;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.message.disabled.success:hover, [role~=alert].disabled.success:hover, .message.disabled.success:focus, [role~=alert].disabled.success:focus, .message.disabled.success:visited, [role~=alert].disabled.success:visited {
	color: #b9c8b9;
	background: #809b80;
	border-color: #5b735b;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.message.dismissible, [role~=alert].dismissible {
	padding-right: 2em
}
.message.dismissible:after, [role~=alert].dismissible:after {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
*margin-right:.3em;
	content: "\f00d";
	position: absolute;
	top: 0;
	right: 0;
	padding: .2em .3em;
	font-size: 1.2em;
	cursor: pointer
}
.message.green, [role~=alert].green {
	border-color: #2ecc71;
	background-color: #54d98c;
	color: #fff
}
.message.blue, [role~=alert].blue {
	border-color: #3498db;
	background-color: #5faee3;
	color: #fff
}
.message.purple, [role~=alert].purple {
	border-color: #9b59b6;
	background-color: #b07cc6;
	color: #fff
}
.message.yellow, [role~=alert].yellow {
	border-color: #f1c40f;
	background-color: #f4d03f;
	color: #fff
}
.message.orange, [role~=alert].orange {
	border-color: #e67e22;
	background-color: #eb9950;
	color: #fff
}
.message.red, [role~=alert].red {
	border-color: #e74c3c;
	background-color: #ed7669;
	color: #fff
}
.message.pink, [role~=alert].pink {
	border-color: #f02475;
	background-color: #f35493;
	color: #fff
}
.message.turquoise, [role~=alert].turquoise {
	border-color: #1abc9c;
	background-color: #28e1bd;
	color: #fff
}
.message.asphalt, [role~=alert].asphalt {
	border-color: #34495e;
	background-color: #46627f;
	color: #fff
}
.callout, [role~=status] {
position:relative;
word-wrap:break-word;
padding:1em;
background:#1dabb8;
border:1px solid #198d98;
color:#fff;
margin-bottom:10px;
-ms-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
*behavior:url(/js/libs/PIE.htc)
}
.callout h1, [role~=status] h1, .callout h2, [role~=status] h2, .callout h3, [role~=status] h3, .callout h4, [role~=status] h4, .callout h5, [role~=status] h5, .callout h6, [role~=status] h6, .callout p, [role~=status] p {
	color: inherit
}
.callout :last-child, [role~=status] :last-child {
	margin-bottom: 0
}
.callout.small, [role~=status].small {
	font-size: .8em
}
.callout.large, [role~=status].large {
	font-size: 1.5em
}
.callout.square, [role~=status].square {
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.callout.round, [role~=status].round {
	-ms-border-radius: 9999em;
	-o-border-radius: 9999em;
	border-radius: 9999em;
*behavior:url(/js/libs/PIE.htc)
}
.callout.disabled, [role~=status].disabled {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.callout.disabled:hover, [role~=status].disabled:hover, .callout.disabled:focus, [role~=status].disabled:focus, .callout.disabled:visited, [role~=status].disabled:visited {
	color: #a4dee3;
	background: #57c1cb;
	border-color: #3299a3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.callout.info, [role~=status].info {
	background-color: #d9edf7;
	color: #3a87ad;
	border-color: #bce8f1
}
.callout.disabled.info, [role~=status].disabled.info {
	color: #bed2dc;
	background: #7ca4b8;
	border-color: #517f96;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.callout.disabled.info:hover, [role~=status].disabled.info:hover, .callout.disabled.info:focus, [role~=status].disabled.info:focus, .callout.disabled.info:visited, [role~=status].disabled.info:visited {
	color: #bed2dc;
	background: #7ca4b8;
	border-color: #517f96;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.callout.alert, [role~=status].alert {
	background-color: #fcf8e3;
	color: #c09853;
	border-color: #fbeee0
}
.callout.disabled.alert, [role~=status].disabled.alert {
	color: #eae5db;
	background: #c5b59b;
	border-color: #a9926a;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.callout.disabled.alert:hover, [role~=status].disabled.alert:hover, .callout.disabled.alert:focus, [role~=status].disabled.alert:focus, .callout.disabled.alert:visited, [role~=status].disabled.alert:visited {
	color: #eae5db;
	background: #c5b59b;
	border-color: #a9926a;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.callout.warning, [role~=status].warning {
	background: #ffe5c7;
	color: #ff971e;
	border-color: #ffdbb3
}
.callout.disabled.warning, [role~=status].disabled.warning {
	color: #fae9d5;
	background: #f0b979;
	border-color: #e99534;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.callout.disabled.warning:hover, [role~=status].disabled.warning:hover, .callout.disabled.warning:focus, [role~=status].disabled.warning:focus, .callout.disabled.warning:visited, [role~=status].disabled.warning:visited {
	color: #fae9d5;
	background: #f0b979;
	border-color: #e99534;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.callout.error, [role~=status].error {
	background: #f2dede;
	color: #b94a48;
	border-color: #eed3d7
}
.callout.disabled.error, [role~=status].disabled.error {
	color: #e3d1d1;
	background: #bd9291;
	border-color: #a06261;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.callout.disabled.error:hover, [role~=status].disabled.error:hover, .callout.disabled.error:focus, [role~=status].disabled.error:focus, .callout.disabled.error:visited, [role~=status].disabled.error:visited {
	color: #e3d1d1;
	background: #bd9291;
	border-color: #a06261;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.callout.success, [role~=status].success {
	background: #dff0d8;
	color: #468847;
	border-color: #d6e9c6
}
.callout.disabled.success, [role~=status].disabled.success {
	color: #b9c8b9;
	background: #809b80;
	border-color: #5b735b;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.callout.disabled.success:hover, [role~=status].disabled.success:hover, .callout.disabled.success:focus, [role~=status].disabled.success:focus, .callout.disabled.success:visited, [role~=status].disabled.success:visited {
	color: #b9c8b9;
	background: #809b80;
	border-color: #5b735b;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.callout.dismissible, [role~=status].dismissible {
	padding-right: 3em
}
.callout.dismissible:after, [role~=status].dismissible:after {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
*margin-right:.3em;
	content: "\f00d";
	position: absolute;
	top: 0;
	right: 0;
	padding: .2em .3em;
	font-size: 1.2em;
	cursor: pointer
}
.callout.green, [role~=status].green {
	border-color: #2ecc71;
	background-color: #54d98c;
	color: #fff
}
.callout.blue, [role~=status].blue {
	border-color: #3498db;
	background-color: #5faee3;
	color: #fff
}
.callout.purple, [role~=status].purple {
	border-color: #9b59b6;
	background-color: #b07cc6;
	color: #fff
}
.callout.yellow, [role~=status].yellow {
	border-color: #f1c40f;
	background-color: #f4d03f;
	color: #fff
}
.callout.orange, [role~=status].orange {
	border-color: #e67e22;
	background-color: #eb9950;
	color: #fff
}
.callout.red, [role~=status].red {
	border-color: #e74c3c;
	background-color: #ed7669;
	color: #fff
}
.callout.redder, [role~=status].red {
	border-color: #135f93;
	background-color: #135f93;
	color: #fff
}
.callout.pink, [role~=status].pink {
	border-color: #f02475;
	background-color: #f35493;
	color: #fff
}
.callout.turquoise, [role~=status].turquoise {
	border-color: #1abc9c;
	background-color: #28e1bd;
	color: #fff
}
.callout.asphalt, [role~=status].asphalt {
	border-color: #34495e;
	background-color: #46627f;
	color: #fff
}
table {
	border: 1px solid #ddd;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	font-size: 1em
}
table.align-center th th, table.align-center td th, table.align-center th td, table.align-center td td {
	text-align: center
}
table.responsive {
	table-layout: fixed
}
table th, table td {
	padding: 10px;
	background: #fcfcfc;
	white-space: normal;
	word-wrap: break-word;
	text-align: left
}
table td {
	font-size: .9em
}
table tr:nth-child(even) th, table tr:nth-child(even) td {
	background: #f2f2f2
}
table thead tr th {
	font-size: 1.1em;
	font-weight: 700
}
table thead tr th, table thead tr td {
	background: #1dabb8;
	color: #fff
}
table.green thead tr th, table.green thead tr td {
	background: #2ecc71;
	color: #fff
}
table.blue thead tr th, table.blue thead tr td {
	background: #3498db;
	color: #fff
}
table.purple thead tr th, table.purple thead tr td {
	background: #9b59b6;
	color: #fff
}
table.yellow thead tr th, table.yellow thead tr td {
	background: #f1c40f;
	color: #fff
}
table.orange thead tr th, table.orange thead tr td {
	background: #e67e22;
	color: #fff
}
table.red thead tr th, table.red thead tr td {
	background: #e74c3c;
	color: #fff
}
table.pink thead tr th, table.pink thead tr td {
	background: #f02475;
	color: #fff
}
table.turquoise thead tr th, table.turquoise thead tr td {
	background: #1abc9c;
	color: #fff
}
table.asphalt thead tr th, table.asphalt thead tr td {
	background: #34495e;
	color: #fff
}
table thead tr td {
	font-weight: 400
}
table tbody tr th {
	font-size: .9em
}
table tfoot tr th {
	font-size: 1em
}
table tfoot tr td {
	background: #e0e0e0;
	color: #5a5a5a;
	font-size: .8em
}
.tooltip:not([title]):not([role~=tooltip]) {
	position: relative;
	padding: 5px 15px;
	background: #1dabb8;
	border: 1px solid #16828c;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc);
	box-shadow: rgba(0,0,0,.15), 8px, 3px, 3px;
	font-size: 13px;
	color: #fff
}
.tooltip:not([title]):not([role~=tooltip]):after {
	content: '';
	display: block;
	position: absolute;
	margin-top: 5px;
	width: 0;
	height: 0;
	border-top: 6px solid #1dabb8;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent
}
.tooltip:not([title]):not([role~=tooltip]):before {
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	left: 12px;
	border-top: 6px solid #ddd;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent
}
.tooltip:not([title]):not([role~=tooltip]) a.close {
	display: block;
	width: 17px;
	height: 17px;
	line-height: 17px;
	padding: 0;
	margin: 0 -10px 5px 5px;
	text-align: center;
	float: right;
	color: #fff;
	border: 1px solid #41d4e1;
	background: #fff;
	text-decoration: none;
	font-size: 12px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
*behavior:url(/js/libs/PIE.htc)
}
.tooltip:not([title]):not([role~=tooltip]) a.close i {
	color: inherit
}
#tooltip {
	display: block;
	max-width: 640px;
	position: absolute;
	z-index: 101;
	padding: 5px 15px;
	background: #1dabb8;
	border: 1px solid #16828c;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc);
	box-shadow: rgba(0,0,0,.15), 8px, 3px, 3px;
	font-size: 13px;
	text-transform: normal;
	color: #fff
}
#tooltip:after, #tooltip:before {
	content: '';
	position: absolute;
	z-index: 101;
	width: 0;
	height: 0
}
#tooltip:after {
	z-index: 102
}
#tooltip.info {
	background-color: #3a87ad;
	border-color: #2d6987;
	color: #fff
}
#tooltip.info.top.right:after, #tooltip.info.top.right:before, #tooltip.info.top.left:after, #tooltip.info.top.left:before {
	border-top-color: #3a87ad
}
#tooltip.info.bottom.right:after, #tooltip.info.bottom.right:before, #tooltip.info.bottom.left:after, #tooltip.info.bottom.left:before {
	border-bottom-color: #3a87ad
}
#tooltip.alert {
	background-color: #c09853;
	border-color: #a47e3c;
	color: #fff
}
#tooltip.alert.top.right:after, #tooltip.alert.top.right:before, #tooltip.alert.top.left:after, #tooltip.alert.top.left:before {
	border-top-color: #c09853
}
#tooltip.alert.bottom.right:after, #tooltip.alert.bottom.right:before, #tooltip.alert.bottom.left:after, #tooltip.alert.bottom.left:before {
	border-bottom-color: #c09853
}
#tooltip.warning {
	background-color: #ff971e;
	border-color: #ea7e00;
	color: #fff
}
#tooltip.warning.top.right:after, #tooltip.warning.top.right:before, #tooltip.warning.top.left:after, #tooltip.warning.top.left:before {
	border-top-color: #ff971e
}
#tooltip.warning.bottom.right:after, #tooltip.warning.bottom.right:before, #tooltip.warning.bottom.left:after, #tooltip.warning.bottom.left:before {
	border-bottom-color: #ff971e
}
#tooltip.error {
	background-color: #b94a48;
	border-color: #953b39;
	color: #fff
}
#tooltip.error.top.right:after, #tooltip.error.top.right:before, #tooltip.error.top.left:after, #tooltip.error.top.left:before {
	border-top-color: #b94a48
}
#tooltip.error.bottom.right:after, #tooltip.error.bottom.right:before, #tooltip.error.bottom.left:after, #tooltip.error.bottom.left:before {
	border-bottom-color: #b94a48
}
#tooltip.success {
	background-color: #468847;
	border-color: #356635;
	color: #fff
}
#tooltip.success.top.right:after, #tooltip.success.top.right:before, #tooltip.success.top.left:after, #tooltip.success.top.left:before {
	border-top-color: #468847
}
#tooltip.success.bottom.right:after, #tooltip.success.bottom.right:before, #tooltip.success.bottom.left:after, #tooltip.success.bottom.left:before {
	border-bottom-color: #468847
}
#tooltip.disabled {
	background-color: gray;
	border-color: #676767;
	color: #fff
}
#tooltip.disabled.top.right:after, #tooltip.disabled.top.right:before, #tooltip.disabled.top.left:after, #tooltip.disabled.top.left:before {
	border-top-color: gray
}
#tooltip.disabled.bottom.right:after, #tooltip.disabled.bottom.right:before, #tooltip.disabled.bottom.left:after, #tooltip.disabled.bottom.left:before {
	border-bottom-color: gray
}
#tooltip.green {
	background-color: #2ecc71;
	border-color: #25a25a;
	color: #fff
}
#tooltip.green.top.right:after, #tooltip.green.top.right:before, #tooltip.green.top.left:after, #tooltip.green.top.left:before {
	border-top-color: #2ecc71
}
#tooltip.green.bottom.right:after, #tooltip.green.bottom.right:before, #tooltip.green.bottom.left:after, #tooltip.green.bottom.left:before {
	border-bottom-color: #2ecc71
}
#tooltip.blue {
	background-color: #3498db;
	border-color: #217dbb;
	color: #fff
}
#tooltip.blue.top.right:after, #tooltip.blue.top.right:before, #tooltip.blue.top.left:after, #tooltip.blue.top.left:before {
	border-top-color: #3498db
}
#tooltip.blue.bottom.right:after, #tooltip.blue.bottom.right:before, #tooltip.blue.bottom.left:after, #tooltip.blue.bottom.left:before {
	border-bottom-color: #3498db
}
#tooltip.purple {
	background-color: #9b59b6;
	border-color: #804399;
	color: #fff
}
#tooltip.purple.top.right:after, #tooltip.purple.top.right:before, #tooltip.purple.top.left:after, #tooltip.purple.top.left:before {
	border-top-color: #9b59b6
}
#tooltip.purple.bottom.right:after, #tooltip.purple.bottom.right:before, #tooltip.purple.bottom.left:after, #tooltip.purple.bottom.left:before {
	border-bottom-color: #9b59b6
}
#tooltip.yellow {
	background-color: #f1c40f;
	border-color: #c29d0b;
	color: #fff
}
#tooltip.yellow.top.right:after, #tooltip.yellow.top.right:before, #tooltip.yellow.top.left:after, #tooltip.yellow.top.left:before {
	border-top-color: #f1c40f
}
#tooltip.yellow.bottom.right:after, #tooltip.yellow.bottom.right:before, #tooltip.yellow.bottom.left:after, #tooltip.yellow.bottom.left:before {
	border-bottom-color: #f1c40f
}
#tooltip.orange {
	background-color: #e67e22;
	border-color: #bf6516;
	color: #fff
}
#tooltip.orange.top.right:after, #tooltip.orange.top.right:before, #tooltip.orange.top.left:after, #tooltip.orange.top.left:before {
	border-top-color: #e67e22
}
#tooltip.orange.bottom.right:after, #tooltip.orange.bottom.right:before, #tooltip.orange.bottom.left:after, #tooltip.orange.bottom.left:before {
	border-bottom-color: #e67e22
}
#tooltip.red {
	background-color: #e74c3c;
	border-color: #d62c1a;
	color: #fff
}
#tooltip.red.top.right:after, #tooltip.red.top.right:before, #tooltip.red.top.left:after, #tooltip.red.top.left:before {
	border-top-color: #e74c3c
}
#tooltip.red.bottom.right:after, #tooltip.red.bottom.right:before, #tooltip.red.bottom.left:after, #tooltip.red.bottom.left:before {
	border-bottom-color: #e74c3c
}
#tooltip.pink {
	background-color: #f02475;
	border-color: #d30e5c;
	color: #fff
}
#tooltip.pink.top.right:after, #tooltip.pink.top.right:before, #tooltip.pink.top.left:after, #tooltip.pink.top.left:before {
	border-top-color: #f02475
}
#tooltip.pink.bottom.right:after, #tooltip.pink.bottom.right:before, #tooltip.pink.bottom.left:after, #tooltip.pink.bottom.left:before {
	border-bottom-color: #f02475
}
#tooltip.turquoise {
	background-color: #1abc9c;
	border-color: #148f77;
	color: #fff
}
#tooltip.turquoise.top.right:after, #tooltip.turquoise.top.right:before, #tooltip.turquoise.top.left:after, #tooltip.turquoise.top.left:before {
	border-top-color: #1abc9c
}
#tooltip.turquoise.bottom.right:after, #tooltip.turquoise.bottom.right:before, #tooltip.turquoise.bottom.left:after, #tooltip.turquoise.bottom.left:before {
	border-bottom-color: #1abc9c
}
#tooltip.asphalt {
	background-color: #34495e;
	border-color: #222f3d;
	color: #fff
}
#tooltip.asphalt.top.right:after, #tooltip.asphalt.top.right:before, #tooltip.asphalt.top.left:after, #tooltip.asphalt.top.left:before {
	border-top-color: #34495e
}
#tooltip.asphalt.bottom.right:after, #tooltip.asphalt.bottom.right:before, #tooltip.asphalt.bottom.left:after, #tooltip.asphalt.bottom.left:before {
	border-bottom-color: #34495e
}
#tooltip.top.right:after {
	top: auto;
	right: 12px;
	bottom: -6px;
	left: auto;
	border-top: 6px solid #1dabb8;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent
}
#tooltip.top.right:before {
	top: auto;
	right: 10px;
	bottom: -7px;
	left: auto;
	border-top: 6px solid #16828c;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent
}
#tooltip.top.left:after {
	top: auto;
	right: auto;
	bottom: -6px;
	left: 12px;
	border-top: 6px solid #1dabb8;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent
}
#tooltip.top.left:before {
	top: auto;
	right: auto;
	bottom: -7px;
	left: 10px;
	border-top: 6px solid #16828c;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent
}
#tooltip.bottom.right:after {
	top: -6px;
	right: 12px;
	bottom: auto;
	left: auto;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #1dabb8;
	border-left: 6px solid transparent
}
#tooltip.bottom.right:before {
	top: -7px;
	right: 10px;
	bottom: auto;
	left: auto;
	border-right: 8px solid transparent;
	border-bottom: 6px solid #16828c;
	border-left: 8px solid transparent
}
#tooltip.bottom.left:after {
	top: -6px;
	right: auto;
	bottom: auto;
	left: 12px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #1dabb8;
	border-left: 6px solid transparent
}
#tooltip.bottom.left:before {
	top: -7px;
	right: auto;
	bottom: auto;
	left: 10px;
	border-right: 8px solid transparent;
	border-bottom: 6px solid #16828c;
	border-left: 8px solid transparent
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 502;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .5;
	-webkit-filter: alpha(opacity=50);
	filter: alpha(opacity=50)
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 503;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 505
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: auto;
	max-width: 1200px;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none!important
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 504
}
.mfp-preloader a {
	color: #ccc
}
.mfp-preloader a:hover {
	color: #fff
}
.mfp-s-ready .mfp-preloader {
	display: none
}
.mfp-s-error .mfp-content {
	display: none
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 506
}
button::-moz-focus-inner {
padding:0;
border:0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px
}
.mfp-arrow {
	position: absolute;
	top: 0;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: solid transparent
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	opacity: .5;
	border-top-width: 12px;
	border-bottom-width: 12px;
	top: 8px
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 20px;
	border-bottom-width: 20px
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 12px solid #000;
	left: 5px
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	border-right: 20px solid #FFF
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 12px solid #000;
	left: 3px
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 20px solid #FFF
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 1200px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: rgba(0,0,0,.15), 8px, 3px, 3px;
	background: #000
}
.mfp-iframe-holder .mfp-close {
	top: -43px
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	padding: 40px 0;
	margin: 0 auto
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: rgba(0,0,0,.15), 8px, 3px, 3px
}
.mfp-figure {
	line-height: 0
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	padding-right: 36px
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-image-holder .mfp-content {
	max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0
}
.mfp-img-mobile img.mfp-img {
	padding: 0
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0,0,0,.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0,0,0,.6);
	position: fixed;
	text-align: center;
	padding: 0
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px
}
}
@media all and (max-width:800px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75)
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	-ms-transform-origin: 100%;
	transform-origin: 100%
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px
}
}
.mfp-ie7 .mfp-img {
	padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
	padding: 0
}
.mfp-ie7 .mfp-content {
	padding-top: 44px
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}
.mfp-container {
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=200px, Direction=135, Color='#FF000000')";
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=200px, Direction=135, Color='#FF000000')";
	box-shadow: inset 0 0 200px #000;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, rgba(0,0,0,.35)), color-stop(100%, rgba(0,0,0,.7)));
	background-image: -webkit-linear-gradient("top", rgba(0,0,0,.35), rgba(0,0,0,.7));
	background-image: -webkit-linear-gradient("top", rgba(0,0,0,.35), rgba(0,0,0,.7));
	background-image: -webkit-linear-gradient("top", rgba(0,0,0,.35), rgba(0,0,0,.7));
	background-image: -webkit-linear-gradient("top", rgba(0,0,0,.35), rgba(0,0,0,.7));
	background-image: linear-gradient("top", rgba(0,0,0,.35), rgba(0,0,0,.7));
	-pie-background: linear-gradient("to bottom", rgba(0,0,0,.35), rgba(0,0,0,.7));
*behavior:url(/js/libs/PIE.htc)
}
.mfp-title {
	word-break: break-word
}
.mfp-content {
	max-width: 1200px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc)
}
.mfp-iframe {
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc)
}
.mfp-iframe-holder .mfp-content {
	width: 100%;
	height: auto;
	max-height: 100%
}
.inline-modal .mfp-content {
	width: auto;
	position: relative;
	padding: 25px;
	background: #fff
}
.inline-modal .mfp-close {
	width: 25px;
	height: 25px;
	line-height: 30px;
	font-size: 28px
}
fieldset {
	border: 1px solid #ddd;
	padding: 10px
}
legend {
	font-weight: 900;
	color: #a6a6a6;
	margin-bottom: 0
}
label {
	display: block;
	padding: .4em .2em
}
/* search box */
input, textarea, select {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: .4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.5;
	height: 2.25em;
	background: #fff;
	border: 1px solid #666;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc)
}
input[size], textarea[size], select[size] {
	height: auto
}
input[size] {
	height: auto
}
input[type=checkbox], input[type=radio] {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 0 0 .2em;
	background: #fff;
	border: 1px solid #ddd;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc)
}
textarea {
	height: 10em
}
.error input, .error select, .error textarea, .invalid input, .invalid select, .invalid textarea {
	background: #f2dede;
	color: #b94a48;
	border-color: #eed3d7
}
.error .prefix, .error .suffix, .invalid .prefix, .invalid .suffix {
	color: #fff;
	background: #b94a48;
	border-color: #b94a48
}
.success input, .success select, .success textarea, .valid input, .valid select, .valid textarea {
	background: #dff0d8;
	color: #468847;
	border-color: #d6e9c6
}
.success .prefix, .success .suffix, .valid .prefix, .valid .suffix {
	color: #fff;
	background: #468847;
	border-color: #468847
}
.prefix, .suffix {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: .4em;
	font-family: monospace;
	line-height: 1.25;
	height: 2.25em;
	text-align: center;
	color: gray;
	background: #dfdfdf;
	border: 1px solid #d2d2d2
}
.prefix {
	left: 2px;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
*behavior:url(/js/libs/PIE.htc)
}
.suffix {
	left: -2px;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
*behavior:url(/js/libs/PIE.htc)
}
.tiles {
	position: relative
}
.tiles .tile {
	display: inline-block;
	background-color: #ccc;
	border: 6px solid #ddd;
	color: #2b2b2d;
	display: inline-block;
	word-wrap: break-word;
	padding: .25em;
	margin-bottom: .25em;
	text-align: center;
	font-size: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc);
	cursor: pointer
}
.tiles .tile:hover, .tiles .tile:focus {
	text-decoration: none;
	background-color: #bfbfbf;
	color: #121213;
	border-color: #d0d0d0
}
.tiles .tile i {
	font-size: 2em;
	display: block;
	margin: .15em 1em
}
.tiles .tile.on {
	text-decoration: none;
	background-color: #bfbfbf;
	color: #121213;
	border-color: #d0d0d0
}
.tiles .tile.active, .tiles .tile.active:hover, .tiles .tile.active:focus {
	background-color: #b3b3b3;
	color: #000;
	border-color: #aaa
}
.tiles .tile.small {
	font-size: .8em
}
.tiles .tile.large {
	font-size: 1.5em
}
.tiles .tile.square {
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.tiles .tile.round {
	-ms-border-radius: 9999em;
	-o-border-radius: 9999em;
	border-radius: 9999em;
*behavior:url(/js/libs/PIE.htc)
}
.tiles .tile.disabled {
	color: #fff;
	background: #d9d9d9;
	border-color: #b3b3b3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.tiles .tile.disabled:hover, .tiles .tile.disabled:focus, .tiles .tile.disabled:visited {
	color: #fff;
	background: #d9d9d9;
	border-color: #b3b3b3;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.tiles .tile.green {
	color: #2ecc71
}
.tiles .tile.green:hover, .tiles .tile.green:focus {
	background-color: #54d98c;
	border-color: #2ecc71;
	color: #fff
}
.tiles .active.tile.green, .tiles .active.tile.green:hover, .tiles .active.tile.green:focus {
	background-color: #2ecc71;
	color: #fff;
	border-color: #25a25a
}
.tiles .tile.blue {
	color: #3498db
}
.tiles .tile.blue:hover, .tiles .tile.blue:focus {
	background-color: #5faee3;
	border-color: #3498db;
	color: #fff
}
.tiles .active.tile.blue, .tiles .active.tile.blue:hover, .tiles .active.tile.blue:focus {
	background-color: #3498db;
	color: #fff;
	border-color: #217dbb
}
.tiles .tile.purple {
	color: #9b59b6
}
.tiles .tile.purple:hover, .tiles .tile.purple:focus {
	background-color: #b07cc6;
	border-color: #9b59b6;
	color: #fff
}
.tiles .active.tile.purple, .tiles .active.tile.purple:hover, .tiles .active.tile.purple:focus {
	background-color: #9b59b6;
	color: #fff;
	border-color: #804399
}
.tiles .tile.yellow {
	color: #f1c40f
}
.tiles .tile.yellow:hover, .tiles .tile.yellow:focus {
	background-color: #f4d03f;
	border-color: #f1c40f;
	color: #fff
}
.tiles .active.tile.yellow, .tiles .active.tile.yellow:hover, .tiles .active.tile.yellow:focus {
	background-color: #f1c40f;
	color: #fff;
	border-color: #c29d0b
}
.tiles .tile.orange {
	color: #e67e22
}
.tiles .tile.orange:hover, .tiles .tile.orange:focus {
	background-color: #eb9950;
	border-color: #e67e22;
	color: #fff
}
.tiles .active.tile.orange, .tiles .active.tile.orange:hover, .tiles .active.tile.orange:focus {
	background-color: #e67e22;
	color: #fff;
	border-color: #bf6516
}
.tiles .tile.red {
	color: #e74c3c
}
.tiles .tile.red:hover, .tiles .tile.red:focus {
	background-color: #ed7669;
	border-color: #e74c3c;
	color: #fff
}
.tiles .active.tile.red, .tiles .active.tile.red:hover, .tiles .active.tile.red:focus {
	background-color: #e74c3c;
	color: #fff;
	border-color: #d62c1a
}
.tiles .tile.pink {
	color: #f02475
}
.tiles .tile.pink:hover, .tiles .tile.pink:focus {
	background-color: #f35493;
	border-color: #f02475;
	color: #fff
}
.tiles .active.tile.pink, .tiles .active.tile.pink:hover, .tiles .active.tile.pink:focus {
	background-color: #f02475;
	color: #fff;
	border-color: #d30e5c
}
.tiles .tile.turquoise {
	color: #1abc9c
}
.tiles .tile.turquoise:hover, .tiles .tile.turquoise:focus {
	background-color: #28e1bd;
	border-color: #1abc9c;
	color: #fff
}
.tiles .active.tile.turquoise, .tiles .active.tile.turquoise:hover, .tiles .active.tile.turquoise:focus {
	background-color: #1abc9c;
	color: #fff;
	border-color: #148f77
}
.tiles .tile.asphalt {
	color: #34495e
}
.tiles .tile.asphalt:hover, .tiles .tile.asphalt:focus {
	background-color: #46627f;
	border-color: #34495e;
	color: #fff
}
.tiles .active.tile.asphalt, .tiles .active.tile.asphalt:hover, .tiles .active.tile.asphalt:focus {
	background-color: #34495e;
	color: #fff;
	border-color: #222f3d
}
body {
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-30px);
transform:translateY(-30px)
}
60% {
-webkit-transform:translateY(-15px);
transform:translateY(-15px)
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-30px);
-ms-transform:translateY(-30px);
transform:translateY(-30px)
}
60% {
-webkit-transform:translateY(-15px);
-ms-transform:translateY(-15px);
transform:translateY(-15px)
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce
}
@-webkit-keyframes bounceIn {
0% {
opacity:0;
-webkit-transform:scale(0.3);
transform:scale(0.3)
}
50% {
opacity:1;
-webkit-transform:scale(1.05);
transform:scale(1.05)
}
70% {
-webkit-transform:scale(0.9);
transform:scale(0.9)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes bounceIn {
0% {
opacity:0;
-webkit-transform:scale(0.3);
-ms-transform:scale(0.3);
transform:scale(0.3)
}
50% {
opacity:1;
-webkit-transform:scale(1.05);
-ms-transform:scale(1.05);
transform:scale(1.05)
}
70% {
-webkit-transform:scale(0.9);
-ms-transform:scale(0.9);
transform:scale(0.9)
}
100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
@-webkit-keyframes bounceInUp {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(-30px);
transform:translateY(-30px)
}
80% {
-webkit-transform:translateY(10px);
transform:translateY(10px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes bounceInUp {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(-30px);
-ms-transform:translateY(-30px);
transform:translateY(-30px)
}
80% {
-webkit-transform:translateY(10px);
-ms-transform:translateY(10px);
transform:translateY(10px)
}
100% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}
@-webkit-keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(30px);
transform:translateY(30px)
}
80% {
-webkit-transform:translateY(-10px);
transform:translateY(-10px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(30px);
-ms-transform:translateY(30px);
transform:translateY(30px)
}
80% {
-webkit-transform:translateY(-10px);
-ms-transform:translateY(-10px);
transform:translateY(-10px)
}
100% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(30px);
transform:translateX(30px)
}
80% {
-webkit-transform:translateX(-10px);
transform:translateX(-10px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes bounceInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(30px);
-ms-transform:translateX(30px);
transform:translateX(30px)
}
80% {
-webkit-transform:translateX(-10px);
-ms-transform:translateX(-10px);
transform:translateX(-10px)
}
100% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(-30px);
transform:translateX(-30px)
}
80% {
-webkit-transform:translateX(10px);
transform:translateX(10px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes bounceInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(-30px);
-ms-transform:translateX(-30px);
transform:translateX(-30px)
}
80% {
-webkit-transform:translateX(10px);
-ms-transform:translateX(10px);
transform:translateX(10px)
}
100% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
25% {
-webkit-transform:scale(0.95);
transform:scale(0.95)
}
50% {
opacity:1;
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
100% {
opacity:0;
-webkit-transform:scale(0.3);
transform:scale(0.3)
}
}
@keyframes bounceOut {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
25% {
-webkit-transform:scale(0.95);
-ms-transform:scale(0.95);
transform:scale(0.95)
}
50% {
opacity:1;
-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1)
}
100% {
opacity:0;
-webkit-transform:scale(0.3);
-ms-transform:scale(0.3);
transform:scale(0.3)
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(-20px);
-ms-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(20px);
-ms-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0
}
100% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(-200deg);
-ms-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0
}
100% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
-ms-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px);
-ms-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOutUp {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
}
@keyframes fadeOutUp {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-20px);
-ms-transform:translateY(-20px);
transform:translateY(-20px)
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutDown {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
}
@keyframes fadeOutDown {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
transform:translateY(20px)
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-20px);
transform:translateX(-20px)
}
}
@keyframes fadeOutLeft {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px)
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutRight {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(20px);
transform:translateX(20px)
}
}
@keyframes fadeOutRight {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(20px);
-ms-transform:translateX(20px);
transform:translateX(20px)
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
@keyframes fadeOutUpBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
}
@keyframes fadeOutDownBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
@keyframes fadeOutLeftBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
}
@keyframes fadeOutRightBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity:1
}
25%, 75% {
opacity:0
}
}
@keyframes flash {
0%, 50%, 100% {
opacity:1
}
25%, 75% {
opacity:0
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
@-webkit-keyframes flip {
0% {
-webkit-transform:perspective(400px) rotateY(0);
transform:perspective(400px) rotateY(0);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg);
transform:perspective(400px) translateZ(150px) rotateY(170deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) rotateY(360deg) scale(0.95);
transform:perspective(400px) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
100% {
-webkit-transform:perspective(400px) scale(1);
transform:perspective(400px) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
@keyframes flip {
0% {
-webkit-transform:perspective(400px) rotateY(0);
-ms-transform:perspective(400px) rotateY(0);
transform:perspective(400px) rotateY(0);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg);
-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg);
transform:perspective(400px) translateZ(150px) rotateY(170deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) rotateY(360deg) scale(0.95);
-ms-transform:perspective(400px) rotateY(360deg) scale(0.95);
transform:perspective(400px) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
100% {
-webkit-transform:perspective(400px) scale(1);
-ms-transform:perspective(400px) scale(1);
transform:perspective(400px) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
.flip {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flip;
	animation-name: flip
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateX(-10deg);
transform:perspective(400px) rotateX(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1
}
}
@keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
-ms-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateX(-10deg);
-ms-transform:perspective(400px) rotateX(-10deg);
transform:perspective(400px) rotateX(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateX(10deg);
-ms-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateX(0deg);
-ms-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1
}
}
.flipInX {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
}
@keyframes flipOutX {
0% {
-webkit-transform:perspective(400px) rotateX(0deg);
-ms-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotateX(90deg);
-ms-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateY(-10deg);
transform:perspective(400px) rotateY(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateY(10deg);
transform:perspective(400px) rotateY(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1
}
}
@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
-ms-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateY(-10deg);
-ms-transform:perspective(400px) rotateY(-10deg);
transform:perspective(400px) rotateY(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateY(10deg);
-ms-transform:perspective(400px) rotateY(10deg);
transform:perspective(400px) rotateY(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateY(0deg);
-ms-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1
}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
}
@keyframes flipOutY {
0% {
-webkit-transform:perspective(400px) rotateY(0deg);
-ms-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotateY(90deg);
-ms-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
}
.flipOutY {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}
@-webkit-keyframes hinge {
0% {
-webkit-transform:rotate(0);
transform:rotate(0);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate(80deg);
transform:rotate(80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40% {
-webkit-transform:rotate(60deg);
transform:rotate(60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
80% {
-webkit-transform:rotate(60deg) translateY(0);
transform:rotate(60deg) translateY(0);
opacity:1;
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
100% {
-webkit-transform:translateY(700px);
transform:translateY(700px);
opacity:0
}
}
@keyframes hinge {
0% {
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate(80deg);
-ms-transform:rotate(80deg);
transform:rotate(80deg);
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40% {
-webkit-transform:rotate(60deg);
-ms-transform:rotate(60deg);
transform:rotate(60deg);
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
80% {
-webkit-transform:rotate(60deg) translateY(0);
-ms-transform:rotate(60deg) translateY(0);
transform:rotate(60deg) translateY(0);
opacity:1;
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
100% {
-webkit-transform:translateY(700px);
-ms-transform:translateY(700px);
transform:translateY(700px);
opacity:0
}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
.animated.lightSpeedIn {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1
}
100% {
-webkit-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform:translateX(0%) skewX(0deg);
-ms-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1
}
100% {
-webkit-transform:translateX(100%) skewX(-30deg);
-ms-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0
}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
.animated.lightSpeedOut {
	-webkit-animation-duration: .25s;
	animation-duration: .25s
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes pulse {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
@-webkit-keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translateX(-100%) rotate(-120deg);
transform:translateX(-100%) rotate(-120deg)
}
100% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg)
}
}
@keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translateX(-100%) rotate(-120deg);
-ms-transform:translateX(-100%) rotate(-120deg);
transform:translateX(-100%) rotate(-120deg)
}
100% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
-ms-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg)
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
@-webkit-keyframes rollOut {
0% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg)
}
100% {
opacity:0;
-webkit-transform:translateX(100%) rotate(120deg);
transform:translateX(100%) rotate(120deg)
}
}
@keyframes rollOut {
0% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
-ms-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg)
}
100% {
opacity:0;
-webkit-transform:translateX(100%) rotate(120deg);
-ms-transform:translateX(100%) rotate(120deg);
transform:translateX(100%) rotate(120deg)
}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:translateX(-20%) skewX(30deg);
transform:translateX(-20%) skewX(30deg);
opacity:1
}
80% {
-webkit-transform:translateX(0%) skewX(-15deg);
transform:translateX(0%) skewX(-15deg);
opacity:1
}
100% {
-webkit-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform:translateX(100%) skewX(-30deg);
-ms-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:translateX(-20%) skewX(30deg);
-ms-transform:translateX(-20%) skewX(30deg);
transform:translateX(-20%) skewX(30deg);
opacity:1
}
80% {
-webkit-transform:translateX(0%) skewX(-15deg);
-ms-transform:translateX(0%) skewX(-15deg);
transform:translateX(0%) skewX(-15deg);
opacity:1
}
100% {
-webkit-transform:translateX(0%) skewX(0deg);
-ms-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(200deg);
transform:rotate(200deg);
opacity:0
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(200deg);
-ms-transform:rotate(200deg);
transform:rotate(200deg);
opacity:0
}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translateX(-10px);
transform:translateX(-10px)
}
20%, 40%, 60%, 80% {
-webkit-transform:translateX(10px);
transform:translateX(10px)
}
}
@keyframes shake {
0%, 100% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translateX(-10px);
-ms-transform:translateX(-10px);
transform:translateX(-10px)
}
20%, 40%, 60%, 80% {
-webkit-transform:translateX(10px);
-ms-transform:translateX(10px);
transform:translateX(10px)
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
.spin {
	display: inline-block;
	width: auto;
	-webkit-animation: spin 2s linear;
	animation: spin 2s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.spin-once {
	display: inline-block;
	width: auto;
	-webkit-animation: spin 2s linear;
	animation: spin 2s linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}
.spin-twice {
	display: inline-block;
	width: auto;
	-webkit-animation: spin 2s linear;
	animation: spin 2s linear;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2
}
.spin-thrice {
	display: inline-block;
	width: auto;
	-webkit-animation: spin 2s linear;
	animation: spin 2s linear;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3
}
.spin-fast {
	display: inline-block;
	width: auto;
	-webkit-animation: spin 1s linear;
	animation: spin 1s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.spin-fast-once {
	display: inline-block;
	width: auto;
	-webkit-animation: spin 1s linear;
	animation: spin 1s linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}
.spin-fast-twice {
	display: inline-block;
	width: auto;
	-webkit-animation: spin 1s linear;
	animation: spin 1s linear;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2
}
.spin-fast-thrice {
	display: inline-block;
	width: auto;
	-webkit-animation: spin 1s linear;
	animation: spin 1s linear;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3
}
.spin-slow {
	display: inline-block;
	width: auto;
	-webkit-animation: spin 5s linear;
	animation: spin 5s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.spin-slow-once {
	display: inline-block;
	width: auto;
	-webkit-animation: spin 5s linear;
	animation: spin 5s linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}
.spin-slow-twice {
	display: inline-block;
	width: auto;
	-webkit-animation: spin 5s linear;
	animation: spin 5s linear;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2
}
.spin-slow-thrice {
	display: inline-block;
	width: auto;
	-webkit-animation: spin 5s linear;
	animation: spin 5s linear;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3
}
@keyframes spin {
0% {
-webkit-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
-ms-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@-webkit-keyframes swing {
20% {
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
100% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
}
@keyframes swing {
20% {
-webkit-transform:rotate(15deg);
-ms-transform:rotate(15deg);
transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg);
-ms-transform:rotate(-10deg);
transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg);
-ms-transform:rotate(5deg);
transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg);
-ms-transform:rotate(-5deg);
transform:rotate(-5deg)
}
100% {
-webkit-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg)
}
}
.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
@-webkit-keyframes tada {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
10%, 20% {
-webkit-transform:scale(0.9) rotate(-3deg);
transform:scale(0.9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale(1.1) rotate(3deg);
transform:scale(1.1) rotate(3deg)
}
40%, 60%, 80% {
-webkit-transform:scale(1.1) rotate(-3deg);
transform:scale(1.1) rotate(-3deg)
}
100% {
-webkit-transform:scale(1) rotate(0);
transform:scale(1) rotate(0)
}
}
@keyframes tada {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
10%, 20% {
-webkit-transform:scale(0.9) rotate(-3deg);
-ms-transform:scale(0.9) rotate(-3deg);
transform:scale(0.9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale(1.1) rotate(3deg);
-ms-transform:scale(1.1) rotate(3deg);
transform:scale(1.1) rotate(3deg)
}
40%, 60%, 80% {
-webkit-transform:scale(1.1) rotate(-3deg);
-ms-transform:scale(1.1) rotate(-3deg);
transform:scale(1.1) rotate(-3deg)
}
100% {
-webkit-transform:scale(1) rotate(0);
-ms-transform:scale(1) rotate(0);
transform:scale(1) rotate(0)
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
@-webkit-keyframes wiggle {
0% {
-webkit-transform:skewX(9deg);
transform:skewX(9deg)
}
10% {
-webkit-transform:skewX(-8deg);
transform:skewX(-8deg)
}
20% {
-webkit-transform:skewX(7deg);
transform:skewX(7deg)
}
30% {
-webkit-transform:skewX(-6deg);
transform:skewX(-6deg)
}
40% {
-webkit-transform:skewX(5deg);
transform:skewX(5deg)
}
50% {
-webkit-transform:skewX(-4deg);
transform:skewX(-4deg)
}
60% {
-webkit-transform:skewX(3deg);
transform:skewX(3deg)
}
70% {
-webkit-transform:skewX(-2deg);
transform:skewX(-2deg)
}
80% {
-webkit-transform:skewX(1deg);
transform:skewX(1deg)
}
90% {
-webkit-transform:skewX(0deg);
transform:skewX(0deg)
}
100% {
-webkit-transform:skewX(0deg);
transform:skewX(0deg)
}
}
@keyframes wiggle {
0% {
-webkit-transform:skewX(9deg);
-ms-transform:skewX(9deg);
transform:skewX(9deg)
}
10% {
-webkit-transform:skewX(-8deg);
-ms-transform:skewX(-8deg);
transform:skewX(-8deg)
}
20% {
-webkit-transform:skewX(7deg);
-ms-transform:skewX(7deg);
transform:skewX(7deg)
}
30% {
-webkit-transform:skewX(-6deg);
-ms-transform:skewX(-6deg);
transform:skewX(-6deg)
}
40% {
-webkit-transform:skewX(5deg);
-ms-transform:skewX(5deg);
transform:skewX(5deg)
}
50% {
-webkit-transform:skewX(-4deg);
-ms-transform:skewX(-4deg);
transform:skewX(-4deg)
}
60% {
-webkit-transform:skewX(3deg);
-ms-transform:skewX(3deg);
transform:skewX(3deg)
}
70% {
-webkit-transform:skewX(-2deg);
-ms-transform:skewX(-2deg);
transform:skewX(-2deg)
}
80% {
-webkit-transform:skewX(1deg);
-ms-transform:skewX(1deg);
transform:skewX(1deg)
}
90% {
-webkit-transform:skewX(0deg);
-ms-transform:skewX(0deg);
transform:skewX(0deg)
}
100% {
-webkit-transform:skewX(0deg);
-ms-transform:skewX(0deg);
transform:skewX(0deg)
}
}
.wiggle {
	-webkit-animation-name: wiggle;
	animation-name: wiggle;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
.animated.wiggle {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes wobble {
0% {
-webkit-transform:translateX(0%);
transform:translateX(0%)
}
15% {
-webkit-transform:translateX(-25%) rotate(-5deg);
transform:translateX(-25%) rotate(-5deg)
}
30% {
-webkit-transform:translateX(20%) rotate(3deg);
transform:translateX(20%) rotate(3deg)
}
45% {
-webkit-transform:translateX(-15%) rotate(-3deg);
transform:translateX(-15%) rotate(-3deg)
}
60% {
-webkit-transform:translateX(10%) rotate(2deg);
transform:translateX(10%) rotate(2deg)
}
75% {
-webkit-transform:translateX(-5%) rotate(-1deg);
transform:translateX(-5%) rotate(-1deg)
}
100% {
-webkit-transform:translateX(0%);
transform:translateX(0%)
}
}
@keyframes wobble {
0% {
-webkit-transform:translateX(0%);
-ms-transform:translateX(0%);
transform:translateX(0%)
}
15% {
-webkit-transform:translateX(-25%) rotate(-5deg);
-ms-transform:translateX(-25%) rotate(-5deg);
transform:translateX(-25%) rotate(-5deg)
}
30% {
-webkit-transform:translateX(20%) rotate(3deg);
-ms-transform:translateX(20%) rotate(3deg);
transform:translateX(20%) rotate(3deg)
}
45% {
-webkit-transform:translateX(-15%) rotate(-3deg);
-ms-transform:translateX(-15%) rotate(-3deg);
transform:translateX(-15%) rotate(-3deg)
}
60% {
-webkit-transform:translateX(10%) rotate(2deg);
-ms-transform:translateX(10%) rotate(2deg);
transform:translateX(10%) rotate(2deg)
}
75% {
-webkit-transform:translateX(-5%) rotate(-1deg);
-ms-transform:translateX(-5%) rotate(-1deg);
transform:translateX(-5%) rotate(-1deg)
}
100% {
-webkit-transform:translateX(0%);
-ms-transform:translateX(0%);
transform:translateX(0%)
}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
.desktop-only {
	display: block
}
.ipad-only {
	display: none!important
}
.small-tablet-only {
	display: none!important
}
.mobile-only {
	display: none!important
}
@media (min-width:1025px) {
.hide-on-desktop {
	display: none!important
}
.zero-desktop.padded, .zero-desktop.padded.double, .zero-desktop.padded.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-desktop.pad-top, .zero-desktop.pad-top.double, .zero-desktop.pad-top.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-desktop.pad-right, .zero-desktop.pad-right.double, .zero-desktop.pad-right.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-desktop.pad-bottom, .zero-desktop.pad-bottom.double, .zero-desktop.pad-bottom.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-desktop.pad-left, .zero-desktop.pad-left.double, .zero-desktop.pad-left.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-desktop.gapped, .zero-desktop.gapped.double, .zero-desktop.gapped.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-desktop.gap-top, .zero-desktop.gap-top.double, .zero-desktop.gap-top.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-desktop.gap-right, .zero-desktop.gap-right.double, .zero-desktop.gap-right.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-desktop.gap-bottom, .zero-desktop.gap-bottom.double, .zero-desktop.gap-bottom.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-desktop.gap-left, .zero-desktop.gap-left.double, .zero-desktop.gap-left.triple {
	padding: 0!important;
	margin: 0!important
}
.no-padding-desktop.padded, .no-padding-desktop.padded.double, .no-padding-desktop.padded.triple, .no-pad-desktop.padded, .no-pad-desktop.padded.double, .no-pad-desktop.padded.triple {
	padding: 0!important
}
.no-padding-desktop.pad-top, .no-padding-desktop.pad-top.double, .no-padding-desktop.pad-top.triple, .no-pad-desktop.pad-top, .no-pad-desktop.pad-top.double, .no-pad-desktop.pad-top.triple {
	padding: 0!important
}
.no-padding-desktop.pad-right, .no-padding-desktop.pad-right.double, .no-padding-desktop.pad-right.triple, .no-pad-desktop.pad-right, .no-pad-desktop.pad-right.double, .no-pad-desktop.pad-right.triple {
	padding: 0!important
}
.no-padding-desktop.pad-bottom, .no-padding-desktop.pad-bottom.double, .no-padding-desktop.pad-bottom.triple, .no-pad-desktop.pad-bottom, .no-pad-desktop.pad-bottom.double, .no-pad-desktop.pad-bottom.triple {
	padding: 0!important
}
.no-padding-desktop.pad-left, .no-padding-desktop.pad-left.double, .no-padding-desktop.pad-left.triple, .no-pad-desktop.pad-left, .no-pad-desktop.pad-left.double, .no-pad-desktop.pad-left.triple {
	padding: 0!important
}
.no-margin-desktop.gapped, .no-margin-desktop.gapped.double, .no-margin-desktop.gapped.triple, .no-gap-desktop.gapped, .no-gap-desktop.gapped.double, .no-gap-desktop.gapped.triple {
	margin: 0!important
}
.no-margin-desktop.gap-top, .no-margin-desktop.gap-top.double, .no-margin-desktop.gap-top.triple, .no-gap-desktop.gap-top, .no-gap-desktop.gap-top.double, .no-gap-desktop.gap-top.triple {
	margin: 0!important
}
.no-margin-desktop.gap-right, .no-margin-desktop.gap-right.double, .no-margin-desktop.gap-right.triple, .no-gap-desktop.gap-right, .no-gap-desktop.gap-right.double, .no-gap-desktop.gap-right.triple {
	margin: 0!important
}
.no-margin-desktop.gap-bottom, .no-margin-desktop.gap-bottom.double, .no-margin-desktop.gap-bottom.triple, .no-gap-desktop.gap-bottom, .no-gap-desktop.gap-bottom.double, .no-gap-desktop.gap-bottom.triple {
	margin: 0!important
}
.no-margin-desktop.gap-left, .no-margin-desktop.gap-left.double, .no-margin-desktop.gap-left.triple, .no-gap-desktop.gap-left, .no-gap-desktop.gap-left.double, .no-gap-desktop.gap-left.triple {
	margin: 0!important
}
.no-border-desktop {
	border: 0
}
.padded-desktop {
	padding: 10px
}
.padded-desktop.double {
	padding: 20px
}
.padded-desktop.triple {
	padding: 30px
}
.pad-top-desktop {
	padding-top: 10px
}
.pad-top-desktop.double {
	padding-top: 20px
}
.pad-top-desktop.triple {
	padding-top: 30px
}
.pad-right-desktop {
	padding-right: 10px
}
.pad-right-desktop.double {
	padding-right: 20px
}
.pad-right-desktop.triple {
	padding-right: 30px
}
.pad-bottom-desktop {
	padding-bottom: 10px
}
.pad-bottom-desktop.double {
	padding-bottom: 20px
}
.pad-bottom-desktop.triple {
	padding-bottom: 30px
}
.pad-left-desktop {
	padding-left: 10px
}
.pad-left-desktop.double {
	padding-left: 20px
}
.pad-left-desktop.triple {
	padding-left: 30px
}
.gapped-desktop {
	margin: 10px
}
.gapped-desktop.double {
	margin: 20px
}
.gapped-desktop.triple {
	margin: 30px
}
.gap-top-desktop {
	margin-top: 10px
}
.gap-top-desktop.double {
	margin-top: 20px
}
.gap-top-desktop.triple {
	margin-top: 30px
}
.gap-right-desktop {
	margin-right: 10px
}
.gap-right-desktop.double {
	margin-right: 20px
}
.gap-right-desktop.triple {
	margin-right: 30px
}
.gap-bottom-desktop {
	margin-bottom: 10px
}
.gap-bottom-desktop.double {
	margin-bottom: 20px
}
.gap-bottom-desktop.triple {
	margin-bottom: 30px
}
.gap-left-desktop {
	margin-left: 10px
}
.gap-left-desktop.double {
	margin-left: 20px
}
.gap-left-desktop.triple {
	margin-left: 30px
}
.offset-desktop {
	margin: -10px
}
.offset-desktop.double {
	margin: -20px
}
.offset-desktop.triple {
	margin: -30px
}
.offset-top-desktop {
	margin-top: -10px
}
.offset-top-desktop.double {
	margin-top: -20px
}
.offset-top-desktop.triple {
	margin-top: -30px
}
.offset-right-desktop {
	margin-right: -10px
}
.offset-right-desktop.double {
	margin-right: -20px
}
.offset-right-desktop.triple {
	margin-right: -30px
}
.offset-bottom-desktop {
	margin-bottom: -10px
}
.offset-bottom-desktop.double {
	margin-bottom: -20px
}
.offset-bottom-desktop.triple {
	margin-bottom: -30px
}
.offset-left-desktop {
	margin-left: -10px
}
.offset-left-desktop.double {
	margin-left: -20px
}
.offset-left-desktop.triple {
	margin-left: -30px
}
.fixed-desktop {
	position: fixed
}
.fixed-top-desktop {
	position: fixed;
	top: 0
}
.fixed-right-desktop {
	position: fixed;
	right: 0
}
.fixed-bottom-desktop {
	position: fixed;
	bottom: 0
}
.fixed-left-desktop {
	position: fixed;
	left: 0
}
.fixed-middle-desktop {
	position: fixed;
	top: 50%
}
.fixed-center-desktop {
	position: fixed;
	left: 50%
}
.absolute-desktop {
	position: absolute
}
.absolute-top-desktop {
	position: absolute;
	top: 0
}
.absolute-right-desktop {
	position: absolute;
	right: 0
}
.absolute-bottom-desktop {
	position: absolute;
	bottom: 0
}
.absolute-left-desktop {
	position: absolute;
	left: 0
}
.absolute-middle-desktop {
	position: absolute;
	top: 50%
}
.absolute-center-desktop {
	position: absolute;
	left: 50%
}
.static-desktop {
	position: static
}
.inline-desktop {
	display: inline-block;
	width: auto
}
.block-desktop {
	display: block
}
.clear-desktop {
	clear: both
}
.clear-desktop:after {
	content: '';
	display: block;
	clear: both
}
.disabled-desktop {
	color: #d9d9d9;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.disabled-desktop:hover, .disabled-desktop:focus, .disabled-desktop:visited {
	color: #d9d9d9;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.center-desktop {
	display: block;
	margin: 0 auto
}
.pull-right-desktop {
	float: right
}
.pull-left-desktop {
	float: left
}
.bordered-desktop {
	border: 1px solid #ddd
}
.border-top-desktop {
	border-top: 1px solid #ddd
}
.border-right-desktop {
	border-right: 1px solid #ddd
}
.border-bottom-desktop {
	border-bottom: 1px solid #ddd
}
.border-left-desktop {
	border-left: 1px solid #ddd
}
.align-top-desktop {
	display: table-cell;
	vertical-align: top
}
.align-right-desktop {
	text-align: right
}
.align-bottom-desktop {
	display: table-cell;
	vertical-align: bottom
}
.align-left-desktop {
	text-align: left
}
.align-center-desktop {
	text-align: center
}
.justify-desktop {
	text-align: justify
}
.truncate-desktop {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.rotate-90-desktop {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.rotate-180-desktop {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.rotate-270-desktop {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.rotate-90-ctr-desktop {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.rotate-180-ctr-desktop {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.rotate-270-ctr-desktop {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	transform: rotate(-270deg)
}
}
@media (min-width:768px) and (max-width:1024px) {
.ipad-only {
	display: block!important
}
span.ipad-only {
	display: inline!important
}
.hide-on-ipad {
	display: none!important
}
.desktop-only {
	display: none!important
}
.zero-ipad.padded, .zero-ipad.padded.double, .zero-ipad.padded.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-ipad.pad-top, .zero-ipad.pad-top.double, .zero-ipad.pad-top.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-ipad.pad-right, .zero-ipad.pad-right.double, .zero-ipad.pad-right.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-ipad.pad-bottom, .zero-ipad.pad-bottom.double, .zero-ipad.pad-bottom.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-ipad.pad-left, .zero-ipad.pad-left.double, .zero-ipad.pad-left.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-ipad.gapped, .zero-ipad.gapped.double, .zero-ipad.gapped.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-ipad.gap-top, .zero-ipad.gap-top.double, .zero-ipad.gap-top.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-ipad.gap-right, .zero-ipad.gap-right.double, .zero-ipad.gap-right.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-ipad.gap-bottom, .zero-ipad.gap-bottom.double, .zero-ipad.gap-bottom.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-ipad.gap-left, .zero-ipad.gap-left.double, .zero-ipad.gap-left.triple {
	padding: 0!important;
	margin: 0!important
}
.no-padding-ipad.padded, .no-padding-ipad.padded.double, .no-padding-ipad.padded.triple, .no-pad-ipad.padded, .no-pad-ipad.padded.double, .no-pad-ipad.padded.triple {
	padding: 0!important
}
.no-padding-ipad.pad-top, .no-padding-ipad.pad-top.double, .no-padding-ipad.pad-top.triple, .no-pad-ipad.pad-top, .no-pad-ipad.pad-top.double, .no-pad-ipad.pad-top.triple {
	padding: 0!important
}
.no-padding-ipad.pad-right, .no-padding-ipad.pad-right.double, .no-padding-ipad.pad-right.triple, .no-pad-ipad.pad-right, .no-pad-ipad.pad-right.double, .no-pad-ipad.pad-right.triple {
	padding: 0!important
}
.no-padding-ipad.pad-bottom, .no-padding-ipad.pad-bottom.double, .no-padding-ipad.pad-bottom.triple, .no-pad-ipad.pad-bottom, .no-pad-ipad.pad-bottom.double, .no-pad-ipad.pad-bottom.triple {
	padding: 0!important
}
.no-padding-ipad.pad-left, .no-padding-ipad.pad-left.double, .no-padding-ipad.pad-left.triple, .no-pad-ipad.pad-left, .no-pad-ipad.pad-left.double, .no-pad-ipad.pad-left.triple {
	padding: 0!important
}
.no-margin-ipad.gapped, .no-margin-ipad.gapped.double, .no-margin-ipad.gapped.triple, .no-gap-ipad.gapped, .no-gap-ipad.gapped.double, .no-gap-ipad.gapped.triple {
	margin: 0!important
}
.no-margin-ipad.gap-top, .no-margin-ipad.gap-top.double, .no-margin-ipad.gap-top.triple, .no-gap-ipad.gap-top, .no-gap-ipad.gap-top.double, .no-gap-ipad.gap-top.triple {
	margin: 0!important
}
.no-margin-ipad.gap-right, .no-margin-ipad.gap-right.double, .no-margin-ipad.gap-right.triple, .no-gap-ipad.gap-right, .no-gap-ipad.gap-right.double, .no-gap-ipad.gap-right.triple {
	margin: 0!important
}
.no-margin-ipad.gap-bottom, .no-margin-ipad.gap-bottom.double, .no-margin-ipad.gap-bottom.triple, .no-gap-ipad.gap-bottom, .no-gap-ipad.gap-bottom.double, .no-gap-ipad.gap-bottom.triple {
	margin: 0!important
}
.no-margin-ipad.gap-left, .no-margin-ipad.gap-left.double, .no-margin-ipad.gap-left.triple, .no-gap-ipad.gap-left, .no-gap-ipad.gap-left.double, .no-gap-ipad.gap-left.triple {
	margin: 0!important
}
.no-border-ipad {
	border: 0
}
.padded-ipad {
	padding: 10px
}
.padded-ipad.double {
	padding: 20px
}
.padded-ipad.triple {
	padding: 30px
}
.pad-top-ipad {
	padding-top: 10px
}
.pad-top-ipad.double {
	padding-top: 20px
}
.pad-top-ipad.triple {
	padding-top: 30px
}
.pad-right-ipad {
	padding-right: 10px
}
.pad-right-ipad.double {
	padding-right: 20px
}
.pad-right-ipad.triple {
	padding-right: 30px
}
.pad-bottom-ipad {
	padding-bottom: 10px
}
.pad-bottom-ipad.double {
	padding-bottom: 20px
}
.pad-bottom-ipad.triple {
	padding-bottom: 30px
}
.pad-left-ipad {
	padding-left: 10px
}
.pad-left-ipad.double {
	padding-left: 20px
}
.pad-left-ipad.triple {
	padding-left: 30px
}
.gapped-ipad {
	margin: 10px
}
.gapped-ipad.double {
	margin: 20px
}
.gapped-ipad.triple {
	margin: 30px
}
.gap-top-ipad {
	margin-top: 10px
}
.gap-top-ipad.double {
	margin-top: 20px
}
.gap-top-ipad.triple {
	margin-top: 30px
}
.gap-right-ipad {
	margin-right: 10px
}
.gap-right-ipad.double {
	margin-right: 20px
}
.gap-right-ipad.triple {
	margin-right: 30px
}
.gap-bottom-ipad {
	margin-bottom: 10px
}
.gap-bottom-ipad.double {
	margin-bottom: 20px
}
.gap-bottom-ipad.triple {
	margin-bottom: 30px
}
.gap-left-ipad {
	margin-left: 10px
}
.gap-left-ipad.double {
	margin-left: 20px
}
.gap-left-ipad.triple {
	margin-left: 30px
}
.offset-ipad {
	margin: -10px
}
.offset-ipad.double {
	margin: -20px
}
.offset-ipad.triple {
	margin: -30px
}
.offset-top-ipad {
	margin-top: -10px
}
.offset-top-ipad.double {
	margin-top: -20px
}
.offset-top-ipad.triple {
	margin-top: -30px
}
.offset-right-ipad {
	margin-right: -10px
}
.offset-right-ipad.double {
	margin-right: -20px
}
.offset-right-ipad.triple {
	margin-right: -30px
}
.offset-bottom-ipad {
	margin-bottom: -10px
}
.offset-bottom-ipad.double {
	margin-bottom: -20px
}
.offset-bottom-ipad.triple {
	margin-bottom: -30px
}
.offset-left-ipad {
	margin-left: -10px
}
.offset-left-ipad.double {
	margin-left: -20px
}
.offset-left-ipad.triple {
	margin-left: -30px
}
.fixed-ipad {
	position: fixed
}
.fixed-top-ipad {
	position: fixed;
	top: 0
}
.fixed-right-ipad {
	position: fixed;
	right: 0
}
.fixed-bottom-ipad {
	position: fixed;
	bottom: 0
}
.fixed-left-ipad {
	position: fixed;
	left: 0
}
.fixed-middle-ipad {
	position: fixed;
	top: 50%
}
.fixed-center-ipad {
	position: fixed;
	left: 50%
}
.absolute-ipad {
	position: absolute
}
.absolute-top-ipad {
	position: absolute;
	top: 0
}
.absolute-right-ipad {
	position: absolute;
	right: 0
}
.absolute-bottom-ipad {
	position: absolute;
	bottom: 0
}
.absolute-left-ipad {
	position: absolute;
	left: 0
}
.absolute-middle-ipad {
	position: absolute;
	top: 50%
}
.absolute-center-ipad {
	position: absolute;
	left: 50%
}
.static-ipad {
	position: static
}
.inline-ipad {
	display: inline-block;
	width: auto
}
.block-ipad {
	display: block
}
.clear-ipad {
	clear: both
}
.clear-ipad:after {
	content: '';
	display: block;
	clear: both
}
.disabled-ipad {
	color: #d9d9d9;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.disabled-ipad:hover, .disabled-ipad:focus, .disabled-ipad:visited {
	color: #d9d9d9;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.center-ipad {
	display: block;
	margin: 0 auto
}
.pull-right-ipad {
	float: right
}
.pull-left-ipad {
	float: left
}
.bordered-ipad {
	border: 1px solid #ddd
}
.border-top-ipad {
	border-top: 1px solid #ddd
}
.border-right-ipad {
	border-right: 1px solid #ddd
}
.border-bottom-ipad {
	border-bottom: 1px solid #ddd
}
.border-left-ipad {
	border-left: 1px solid #ddd
}
.align-top-ipad {
	display: table-cell;
	vertical-align: top
}
.align-right-ipad {
	text-align: right
}
.align-bottom-ipad {
	display: table-cell;
	vertical-align: bottom
}
.align-left-ipad {
	text-align: left
}
.align-center-ipad {
	text-align: center
}
.justify-ipad {
	text-align: justify
}
.truncate-ipad {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.rotate-90-ipad {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.rotate-180-ipad {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.rotate-270-ipad {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.rotate-90-ctr-ipad {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.rotate-180-ctr-ipad {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.rotate-270-ctr-ipad {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	transform: rotate(-270deg)
}
}
@media (max-width:767px) {
.half:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .halves:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .third:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .thirds:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet) {
	width: 100%!important;
	float: none;
	clear: both
}
.half.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .halves.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .third.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .thirds.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .third.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .thirds.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.right-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet) {
	left: 0
}
.half.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .halves.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .third.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .thirds.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .third.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .thirds.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.left-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet) {
	right: 0
}
.half.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .halves.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .third.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .thirds.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .third.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .thirds.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sevenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .elevenths.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfths.skip-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet) {
	margin-left: 0
}
.small-tablet-only {
	display: block!important
}
span.small-tablet-only {
	display: inline!important
}
.hide-on-small-tablet {
	display: none!important
}
.desktop-only {
	display: none!important
}
.zero-small-tablet.padded, .zero-small-tablet.padded.double, .zero-small-tablet.padded.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-small-tablet.pad-top, .zero-small-tablet.pad-top.double, .zero-small-tablet.pad-top.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-small-tablet.pad-right, .zero-small-tablet.pad-right.double, .zero-small-tablet.pad-right.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-small-tablet.pad-bottom, .zero-small-tablet.pad-bottom.double, .zero-small-tablet.pad-bottom.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-small-tablet.pad-left, .zero-small-tablet.pad-left.double, .zero-small-tablet.pad-left.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-small-tablet.gapped, .zero-small-tablet.gapped.double, .zero-small-tablet.gapped.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-small-tablet.gap-top, .zero-small-tablet.gap-top.double, .zero-small-tablet.gap-top.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-small-tablet.gap-right, .zero-small-tablet.gap-right.double, .zero-small-tablet.gap-right.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-small-tablet.gap-bottom, .zero-small-tablet.gap-bottom.double, .zero-small-tablet.gap-bottom.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-small-tablet.gap-left, .zero-small-tablet.gap-left.double, .zero-small-tablet.gap-left.triple {
	padding: 0!important;
	margin: 0!important
}
.no-padding-small-tablet.padded, .no-padding-small-tablet.padded.double, .no-padding-small-tablet.padded.triple, .no-pad-small-tablet.padded, .no-pad-small-tablet.padded.double, .no-pad-small-tablet.padded.triple {
	padding: 0!important
}
.no-padding-small-tablet.pad-top, .no-padding-small-tablet.pad-top.double, .no-padding-small-tablet.pad-top.triple, .no-pad-small-tablet.pad-top, .no-pad-small-tablet.pad-top.double, .no-pad-small-tablet.pad-top.triple {
	padding: 0!important
}
.no-padding-small-tablet.pad-right, .no-padding-small-tablet.pad-right.double, .no-padding-small-tablet.pad-right.triple, .no-pad-small-tablet.pad-right, .no-pad-small-tablet.pad-right.double, .no-pad-small-tablet.pad-right.triple {
	padding: 0!important
}
.no-padding-small-tablet.pad-bottom, .no-padding-small-tablet.pad-bottom.double, .no-padding-small-tablet.pad-bottom.triple, .no-pad-small-tablet.pad-bottom, .no-pad-small-tablet.pad-bottom.double, .no-pad-small-tablet.pad-bottom.triple {
	padding: 0!important
}
.no-padding-small-tablet.pad-left, .no-padding-small-tablet.pad-left.double, .no-padding-small-tablet.pad-left.triple, .no-pad-small-tablet.pad-left, .no-pad-small-tablet.pad-left.double, .no-pad-small-tablet.pad-left.triple {
	padding: 0!important
}
.no-margin-small-tablet.gapped, .no-margin-small-tablet.gapped.double, .no-margin-small-tablet.gapped.triple, .no-gap-small-tablet.gapped, .no-gap-small-tablet.gapped.double, .no-gap-small-tablet.gapped.triple {
	margin: 0!important
}
.no-margin-small-tablet.gap-top, .no-margin-small-tablet.gap-top.double, .no-margin-small-tablet.gap-top.triple, .no-gap-small-tablet.gap-top, .no-gap-small-tablet.gap-top.double, .no-gap-small-tablet.gap-top.triple {
	margin: 0!important
}
.no-margin-small-tablet.gap-right, .no-margin-small-tablet.gap-right.double, .no-margin-small-tablet.gap-right.triple, .no-gap-small-tablet.gap-right, .no-gap-small-tablet.gap-right.double, .no-gap-small-tablet.gap-right.triple {
	margin: 0!important
}
.no-margin-small-tablet.gap-bottom, .no-margin-small-tablet.gap-bottom.double, .no-margin-small-tablet.gap-bottom.triple, .no-gap-small-tablet.gap-bottom, .no-gap-small-tablet.gap-bottom.double, .no-gap-small-tablet.gap-bottom.triple {
	margin: 0!important
}
.no-margin-small-tablet.gap-left, .no-margin-small-tablet.gap-left.double, .no-margin-small-tablet.gap-left.triple, .no-gap-small-tablet.gap-left, .no-gap-small-tablet.gap-left.double, .no-gap-small-tablet.gap-left.triple {
	margin: 0!important
}
.no-border-small-tablet {
	border: 0
}
.padded-small-tablet {
	padding: 10px
}
.padded-small-tablet.double {
	padding: 20px
}
.padded-small-tablet.triple {
	padding: 30px
}
.pad-top-small-tablet {
	padding-top: 10px
}
.pad-top-small-tablet.double {
	padding-top: 20px
}
.pad-top-small-tablet.triple {
	padding-top: 30px
}
.pad-right-small-tablet {
	padding-right: 10px
}
.pad-right-small-tablet.double {
	padding-right: 20px
}
.pad-right-small-tablet.triple {
	padding-right: 30px
}
.pad-bottom-small-tablet {
	padding-bottom: 10px
}
.pad-bottom-small-tablet.double {
	padding-bottom: 20px
}
.pad-bottom-small-tablet.triple {
	padding-bottom: 30px
}
.pad-left-small-tablet {
	padding-left: 10px
}
.pad-left-small-tablet.double {
	padding-left: 20px
}
.pad-left-small-tablet.triple {
	padding-left: 30px
}
.gapped-small-tablet {
	margin: 10px
}
.gapped-small-tablet.double {
	margin: 20px
}
.gapped-small-tablet.triple {
	margin: 30px
}
.gap-top-small-tablet {
	margin-top: 10px
}
.gap-top-small-tablet.double {
	margin-top: 20px
}
.gap-top-small-tablet.triple {
	margin-top: 30px
}
.gap-right-small-tablet {
	margin-right: 10px
}
.gap-right-small-tablet.double {
	margin-right: 20px
}
.gap-right-small-tablet.triple {
	margin-right: 30px
}
.gap-bottom-small-tablet {
	margin-bottom: 10px
}
.gap-bottom-small-tablet.double {
	margin-bottom: 20px
}
.gap-bottom-small-tablet.triple {
	margin-bottom: 30px
}
.gap-left-small-tablet {
	margin-left: 10px
}
.gap-left-small-tablet.double {
	margin-left: 20px
}
.gap-left-small-tablet.triple {
	margin-left: 30px
}
.offset-small-tablet {
	margin: -10px
}
.offset-small-tablet.double {
	margin: -20px
}
.offset-small-tablet.triple {
	margin: -30px
}
.offset-top-small-tablet {
	margin-top: -10px
}
.offset-top-small-tablet.double {
	margin-top: -20px
}
.offset-top-small-tablet.triple {
	margin-top: -30px
}
.offset-right-small-tablet {
	margin-right: -10px
}
.offset-right-small-tablet.double {
	margin-right: -20px
}
.offset-right-small-tablet.triple {
	margin-right: -30px
}
.offset-bottom-small-tablet {
	margin-bottom: -10px
}
.offset-bottom-small-tablet.double {
	margin-bottom: -20px
}
.offset-bottom-small-tablet.triple {
	margin-bottom: -30px
}
.offset-left-small-tablet {
	margin-left: -10px
}
.offset-left-small-tablet.double {
	margin-left: -20px
}
.offset-left-small-tablet.triple {
	margin-left: -30px
}
.fixed-small-tablet {
	position: fixed
}
.fixed-top-small-tablet {
	position: fixed;
	top: 0
}
.fixed-right-small-tablet {
	position: fixed;
	right: 0
}
.fixed-bottom-small-tablet {
	position: fixed;
	bottom: 0
}
.fixed-left-small-tablet {
	position: fixed;
	left: 0
}
.fixed-middle-small-tablet {
	position: fixed;
	top: 50%
}
.fixed-center-small-tablet {
	position: fixed;
	left: 50%
}
.absolute-small-tablet {
	position: absolute
}
.absolute-top-small-tablet {
	position: absolute;
	top: 0
}
.absolute-right-small-tablet {
	position: absolute;
	right: 0
}
.absolute-bottom-small-tablet {
	position: absolute;
	bottom: 0
}
.absolute-left-small-tablet {
	position: absolute;
	left: 0
}
.absolute-middle-small-tablet {
	position: absolute;
	top: 50%
}
.absolute-center-small-tablet {
	position: absolute;
	left: 50%
}
.static-small-tablet {
	position: static
}
.inline-small-tablet {
	display: inline-block;
	width: auto
}
.block-small-tablet {
	display: block
}
.clear-small-tablet {
	clear: both
}
.clear-small-tablet:after {
	content: '';
	display: block;
	clear: both
}
.disabled-small-tablet {
	color: #d9d9d9;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.disabled-small-tablet:hover, .disabled-small-tablet:focus, .disabled-small-tablet:visited {
	color: #d9d9d9;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.center-small-tablet {
	display: block;
	margin: 0 auto
}
.pull-right-small-tablet {
	float: right
}
.pull-left-small-tablet {
	float: left
}
.bordered-small-tablet {
	border: 1px solid #ddd
}
.border-top-small-tablet {
	border-top: 1px solid #ddd
}
.border-right-small-tablet {
	border-right: 1px solid #ddd
}
.border-bottom-small-tablet {
	border-bottom: 1px solid #ddd
}
.border-left-small-tablet {
	border-left: 1px solid #ddd
}
.align-top-small-tablet {
	display: table-cell;
	vertical-align: top
}
.align-right-small-tablet {
	text-align: right
}
.align-bottom-small-tablet {
	display: table-cell;
	vertical-align: bottom
}
.align-left-small-tablet {
	text-align: left
}
.align-center-small-tablet {
	text-align: center
}
.justify-small-tablet {
	text-align: justify
}
.truncate-small-tablet {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.rotate-90-small-tablet {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.rotate-180-small-tablet {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.rotate-270-small-tablet {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.rotate-90-ctr-small-tablet {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.rotate-180-ctr-small-tablet {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.rotate-270-ctr-small-tablet {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	transform: rotate(-270deg)
}
nav:not(.pagination), nav.inline, .nav, .nav.inline {
	width: 100%
}
nav:not(.pagination) ul li, nav.inline ul li, .nav ul li, .nav.inline ul li, nav:not(.pagination) ul.row li, nav.inline ul.row li, .nav ul.row li {
	display: block;
	width: 100%!important
}
nav:not(.pagination) ul li:first-child>a, nav.inline ul li:first-child>a, .nav ul li:first-child>a, nav:not(.pagination) ul.row li:first-child>a, nav.inline ul.row li:first-child>a, .nav ul.row li:first-child>a {
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
*behavior:url(/js/libs/PIE.htc)
}
nav:not(.pagination) ul li:last-child>a, nav.inline ul li:last-child>a, .nav ul li:last-child>a, nav:not(.pagination) ul.row li:last-child>a, nav.inline ul.row li:last-child>a, .nav ul.row li:last-child>a {
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
*behavior:url(/js/libs/PIE.htc)
}
nav:not(.pagination) ul li:only-child>a, nav.inline ul li:only-child>a, .nav ul li:only-child>a, nav:not(.pagination) ul.row li:only-child>a, nav.inline ul.row li:only-child>a, .nav ul.row li:only-child>a {
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc)
}
nav:not(.pagination) ul li a, nav.inline ul li a, .nav ul li a, .nav.inline ul li a, nav:not(.pagination) ul.row li a, nav.inline ul.row li a, .nav ul.row li a {
	border: 0;
	border-top: 1px solid #198d98!important
}
nav:not(.pagination) ul li ul, nav.inline ul li ul, .nav ul li ul, .nav.inline ul li ul, nav:not(.pagination) ul.row li ul, nav.inline ul.row li ul, .nav ul.row li ul {
	position: static!important
}
nav:not(.pagination) ul li ul li a, nav.inline ul li ul li a, .nav ul li ul li a, .nav.inline ul li ul li a, nav:not(.pagination) ul.row li ul li a, nav.inline ul.row li ul li a, .nav ul.row li ul li a {
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
*behavior:url(/js/libs/PIE.htc)
}
nav:not(.pagination) ul li ul li:first-child a, nav.inline ul li ul li:first-child a, .nav ul li ul li:first-child a, nav:not(.pagination) ul li ul li:last-child a, nav.inline ul li ul li:last-child a, .nav ul li ul li:last-child a, nav:not(.pagination) ul li ul li:only-child a, nav.inline ul li ul li:only-child a, .nav ul li ul li:only-child a, nav:not(.pagination) ul.row li ul li:first-child a, nav.inline ul.row li ul li:first-child a, .nav ul.row li ul li:first-child a, nav:not(.pagination) ul.row li ul li:last-child a, nav.inline ul.row li ul li:last-child a, .nav ul.row li ul li:last-child a, nav:not(.pagination) ul.row li ul li:only-child a, nav.inline ul.row li ul li:only-child a, .nav ul.row li ul li:only-child a {
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
*behavior:url(/js/libs/PIE.htc)
}
nav:not(.pagination) ul li:first-child a, nav.inline ul li:first-child a, .nav ul li:first-child a, nav:not(.pagination) ul.row li:first-child a, nav.inline ul.row li:first-child a, .nav ul.row li:first-child a {
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
*behavior:url(/js/libs/PIE.htc)
}
nav:not(.pagination) ul li:last-child a, nav.inline ul li:last-child a, .nav ul li:last-child a, nav:not(.pagination) ul.row li:last-child a, nav.inline ul.row li:last-child a, .nav ul.row li:last-child a {
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
*behavior:url(/js/libs/PIE.htc)
}
nav:not(.pagination) ul li:last-child ul li a, nav.inline ul li:last-child ul li a, .nav ul li:last-child ul li a, nav:not(.pagination) ul.row li:last-child ul li a, nav.inline ul.row li:last-child ul li a, .nav ul.row li:last-child ul li a {
	-ms-border-radius: 0!important;
	-o-border-radius: 0!important;
	border-radius: 0!important;
*behavior:url(/js/libs/PIE.htc)
}
nav:not(.pagination) ul li:last-child ul li:last-child a, nav.inline ul li:last-child ul li:last-child a, .nav ul li:last-child ul li:last-child a, nav:not(.pagination) ul.row li:last-child ul li:last-child a, nav.inline ul.row li:last-child ul li:last-child a, .nav ul.row li:last-child ul li:last-child a {
	-ms-border-radius: 0 0 4px 4px!important;
	-o-border-radius: 0 0 4px 4px!important;
	border-radius: 0 0 4px 4px!important;
*behavior:url(/js/libs/PIE.htc)
}
nav:not(.pagination) ul li:only-child a, nav.inline ul li:only-child a, .nav ul li:only-child a, nav:not(.pagination) ul.row li:only-child a, nav.inline ul.row li:only-child a, .nav ul.row li:only-child a {
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc)
}
/*nav.menu, .nav.menu {
	display: block;
	float: none;
	background-color: #1dabb8;
	padding: 10px;
	padding-bottom: 0;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*behavior:url(/js/libs/PIE.htc)
}
nav.menu:before, .nav.menu:before {
	content: attr(data-label);
	float: left;
	color: #fff;
	line-height: 2.2
}
nav.menu .menu-toggle, .nav.menu .menu-toggle {
	display: inline-block!important;
	float: right;
	margin-bottom: 10px
}
nav.menu>ul, .nav.menu>ul, nav.menu>ul.row, .nav.menu>ul.row {
	display: block!important;
	overflow: hidden;
	max-height: 0;
	width: auto;
	margin: 0 -10px;
	clear: both;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}
nav.menu>ul li a, .nav.menu>ul li a, nav.menu>ul.row li a, .nav.menu>ul.row li a {
	border: 0;
	border-top: 1px solid #198d98
}*/
nav.menu>ul li a:first-child, .nav.menu>ul li a:first-child, nav.menu>ul li a:last-child, .nav.menu>ul li a:last-child, nav.menu>ul.row li a:first-child, .nav.menu>ul.row li a:first-child, nav.menu>ul.row li a:last-child, .nav.menu>ul.row li a:last-child {
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
*behavior:url(/js/libs/PIE.htc)
}
nav.menu>ul li a:hover, .nav.menu>ul li a:hover, nav.menu>ul li a:focus, .nav.menu>ul li a:focus, nav.menu>ul.row li a:hover, .nav.menu>ul.row li a:hover, nav.menu>ul.row li a:focus, .nav.menu>ul.row li a:focus {
	border: 0;
	border-top: 1px solid #198d98
}
nav.menu>ul li:last-child a, .nav.menu>ul li:last-child a, nav.menu>ul.row li:last-child a, .nav.menu>ul.row li:last-child a {
	-ms-border-radius: 0 0 4px 4px!important;
	-o-border-radius: 0 0 4px 4px!important;
	border-radius: 0 0 4px 4px!important;
*behavior:url(/js/libs/PIE.htc)
}
nav.menu>ul li ul, .nav.menu>ul li ul, nav.menu>ul.row li ul, .nav.menu>ul.row li ul {
	position: static
}
nav.on.menu>ul, .on.nav.menu>ul {
	max-height: 1000px
}
.tabs:not(.small-tablet):not(.mobile):not(.vertical)>ul li {
	float: none;
	width: 100%;
	margin: 0
}
.tabs:not(.small-tablet):not(.mobile):not(.vertical)>ul li a {
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
*behavior:url(/js/libs/PIE.htc);
	border-bottom: 0
}
.tabs:not(.small-tablet):not(.mobile):not(.vertical)>ul li a:before, .tabs:not(.small-tablet):not(.mobile):not(.vertical)>ul li a:after {
	display: none!important
}
.tabs:not(.small-tablet):not(.mobile):not(.vertical)>ul li:first-child a {
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
*behavior:url(/js/libs/PIE.htc)
}
}
@media (max-width:480px) {
.half:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .halves:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .third:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .thirds:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile) {
	width: 100%!important;
	float: none;
	clear: both
}
.half.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .halves.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .third.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .thirds.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .third.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .thirds.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.right-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile) {
	left: 0
}
.half.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .halves.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .third.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .thirds.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .third.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .thirds.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.left-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile) {
	right: 0
}
.half.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .halves.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .third.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .thirds.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .third.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .thirds.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sevenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .elevenths.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfths.skip-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile) {
	margin-left: 0
}
.mobile-only {
	display: block!important
}
span.mobile-only {
	display: inline!important
}
.hide-on-small-tablet {
	display: block!important
}
span.hide-on-small-tablet {
	display: inline!important
}
.small-tablet-only {
	display: none!important
}
span.small-tablet-only {
	display: none!important
}
.hide-on-mobile {
	display: none!important
}
.desktop-only {
	display: none!important
}
.zero-mobile.padded, .zero-mobile.padded.double, .zero-mobile.padded.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-mobile.pad-top, .zero-mobile.pad-top.double, .zero-mobile.pad-top.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-mobile.pad-right, .zero-mobile.pad-right.double, .zero-mobile.pad-right.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-mobile.pad-bottom, .zero-mobile.pad-bottom.double, .zero-mobile.pad-bottom.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-mobile.pad-left, .zero-mobile.pad-left.double, .zero-mobile.pad-left.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-mobile.gapped, .zero-mobile.gapped.double, .zero-mobile.gapped.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-mobile.gap-top, .zero-mobile.gap-top.double, .zero-mobile.gap-top.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-mobile.gap-right, .zero-mobile.gap-right.double, .zero-mobile.gap-right.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-mobile.gap-bottom, .zero-mobile.gap-bottom.double, .zero-mobile.gap-bottom.triple {
	padding: 0!important;
	margin: 0!important
}
.zero-mobile.gap-left, .zero-mobile.gap-left.double, .zero-mobile.gap-left.triple {
	padding: 0!important;
	margin: 0!important
}
.no-padding-mobile.padded, .no-padding-mobile.padded.double, .no-padding-mobile.padded.triple, .no-pad-mobile.padded, .no-pad-mobile.padded.double, .no-pad-mobile.padded.triple {
	padding: 0!important
}
.no-padding-mobile.pad-top, .no-padding-mobile.pad-top.double, .no-padding-mobile.pad-top.triple, .no-pad-mobile.pad-top, .no-pad-mobile.pad-top.double, .no-pad-mobile.pad-top.triple {
	padding: 0!important
}
.no-padding-mobile.pad-right, .no-padding-mobile.pad-right.double, .no-padding-mobile.pad-right.triple, .no-pad-mobile.pad-right, .no-pad-mobile.pad-right.double, .no-pad-mobile.pad-right.triple {
	padding: 0!important
}
.no-padding-mobile.pad-bottom, .no-padding-mobile.pad-bottom.double, .no-padding-mobile.pad-bottom.triple, .no-pad-mobile.pad-bottom, .no-pad-mobile.pad-bottom.double, .no-pad-mobile.pad-bottom.triple {
	padding: 0!important
}
.no-padding-mobile.pad-left, .no-padding-mobile.pad-left.double, .no-padding-mobile.pad-left.triple, .no-pad-mobile.pad-left, .no-pad-mobile.pad-left.double, .no-pad-mobile.pad-left.triple {
	padding: 0!important
}
.no-margin-mobile.gapped, .no-margin-mobile.gapped.double, .no-margin-mobile.gapped.triple, .no-gap-mobile.gapped, .no-gap-mobile.gapped.double, .no-gap-mobile.gapped.triple {
	margin: 0!important
}
.no-margin-mobile.gap-top, .no-margin-mobile.gap-top.double, .no-margin-mobile.gap-top.triple, .no-gap-mobile.gap-top, .no-gap-mobile.gap-top.double, .no-gap-mobile.gap-top.triple {
	margin: 0!important
}
.no-margin-mobile.gap-right, .no-margin-mobile.gap-right.double, .no-margin-mobile.gap-right.triple, .no-gap-mobile.gap-right, .no-gap-mobile.gap-right.double, .no-gap-mobile.gap-right.triple {
	margin: 0!important
}
.no-margin-mobile.gap-bottom, .no-margin-mobile.gap-bottom.double, .no-margin-mobile.gap-bottom.triple, .no-gap-mobile.gap-bottom, .no-gap-mobile.gap-bottom.double, .no-gap-mobile.gap-bottom.triple {
	margin: 0!important
}
.no-margin-mobile.gap-left, .no-margin-mobile.gap-left.double, .no-margin-mobile.gap-left.triple, .no-gap-mobile.gap-left, .no-gap-mobile.gap-left.double, .no-gap-mobile.gap-left.triple {
	margin: 0!important
}
.no-border-mobile {
	border: 0
}
.padded-mobile {
	padding: 10px
}
.padded-mobile.double {
	padding: 20px
}
.padded-mobile.triple {
	padding: 30px
}
.pad-top-mobile {
	padding-top: 10px
}
.pad-top-mobile.double {
	padding-top: 20px
}
.pad-top-mobile.triple {
	padding-top: 30px
}
.pad-right-mobile {
	padding-right: 10px
}
.pad-right-mobile.double {
	padding-right: 20px
}
.pad-right-mobile.triple {
	padding-right: 30px
}
.pad-bottom-mobile {
	padding-bottom: 10px
}
.pad-bottom-mobile.double {
	padding-bottom: 20px
}
.pad-bottom-mobile.triple {
	padding-bottom: 30px
}
.pad-left-mobile {
	padding-left: 10px
}
.pad-left-mobile.double {
	padding-left: 20px
}
.pad-left-mobile.triple {
	padding-left: 30px
}
.gapped-mobile {
	margin: 10px
}
.gapped-mobile.double {
	margin: 20px
}
.gapped-mobile.triple {
	margin: 30px
}
.gap-top-mobile {
	margin-top: 10px
}
.gap-top-mobile.double {
	margin-top: 20px
}
.gap-top-mobile.triple {
	margin-top: 30px
}
.gap-right-mobile {
	margin-right: 10px
}
.gap-right-mobile.double {
	margin-right: 20px
}
.gap-right-mobile.triple {
	margin-right: 30px
}
.gap-bottom-mobile {
	margin-bottom: 10px
}
.gap-bottom-mobile.double {
	margin-bottom: 20px
}
.gap-bottom-mobile.triple {
	margin-bottom: 30px
}
.gap-left-mobile {
	margin-left: 10px
}
.gap-left-mobile.double {
	margin-left: 20px
}
.gap-left-mobile.triple {
	margin-left: 30px
}
.offset-mobile {
	margin: -10px
}
.offset-mobile.double {
	margin: -20px
}
.offset-mobile.triple {
	margin: -30px
}
.offset-top-mobile {
	margin-top: -10px
}
.offset-top-mobile.double {
	margin-top: -20px
}
.offset-top-mobile.triple {
	margin-top: -30px
}
.offset-right-mobile {
	margin-right: -10px
}
.offset-right-mobile.double {
	margin-right: -20px
}
.offset-right-mobile.triple {
	margin-right: -30px
}
.offset-bottom-mobile {
	margin-bottom: -10px
}
.offset-bottom-mobile.double {
	margin-bottom: -20px
}
.offset-bottom-mobile.triple {
	margin-bottom: -30px
}
.offset-left-mobile {
	margin-left: -10px
}
.offset-left-mobile.double {
	margin-left: -20px
}
.offset-left-mobile.triple {
	margin-left: -30px
}
.fixed-mobile {
	position: fixed
}
.fixed-top-mobile {
	position: fixed;
	top: 0
}
.fixed-right-mobile {
	position: fixed;
	right: 0
}
.fixed-bottom-mobile {
	position: fixed;
	bottom: 0
}
.fixed-left-mobile {
	position: fixed;
	left: 0
}
.fixed-middle-mobile {
	position: fixed;
	top: 50%
}
.fixed-center-mobile {
	position: fixed;
	left: 50%
}
.absolute-mobile {
	position: absolute
}
.absolute-top-mobile {
	position: absolute;
	top: 0
}
.absolute-right-mobile {
	position: absolute;
	right: 0
}
.absolute-bottom-mobile {
	position: absolute;
	bottom: 0
}
.absolute-left-mobile {
	position: absolute;
	left: 0
}
.absolute-middle-mobile {
	position: absolute;
	top: 50%
}
.absolute-center-mobile {
	position: absolute;
	left: 50%
}
.static-mobile {
	position: static
}
.inline-mobile {
	display: inline-block;
	width: auto
}
.block-mobile {
	display: block
}
.clear-mobile {
	clear: both
}
.clear-mobile:after {
	content: '';
	display: block;
	clear: both
}
.disabled-mobile {
	color: #d9d9d9;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.disabled-mobile:hover, .disabled-mobile:focus, .disabled-mobile:visited {
	color: #d9d9d9;
	cursor: not-allowed;
	text-decoration: none;
	outline: 0
}
.center-mobile {
	display: block;
	margin: 0 auto
}
.pull-right-mobile {
	float: right
}
.pull-left-mobile {
	float: left
}
.bordered-mobile {
	border: 1px solid #ddd
}
.border-top-mobile {
	border-top: 1px solid #ddd
}
.border-right-mobile {
	border-right: 1px solid #ddd
}
.border-bottom-mobile {
	border-bottom: 1px solid #ddd
}
.border-left-mobile {
	border-left: 1px solid #ddd
}
.align-top-mobile {
	display: table-cell;
	vertical-align: top
}
.align-right-mobile {
	text-align: right
}
.align-bottom-mobile {
	display: table-cell;
	vertical-align: bottom
}
.align-left-mobile {
	text-align: left
}
.align-center-mobile {
	text-align: center
}
.justify-mobile {
	text-align: justify
}
.truncate-mobile {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.rotate-90-mobile {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.rotate-180-mobile {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.rotate-270-mobile {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.rotate-90-ctr-mobile {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.rotate-180-ctr-mobile {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.rotate-270-ctr-mobile {
	display: inline-block;
	width: auto;
	-webkit-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	transform: rotate(-270deg)
}
.tabs:not(.mobile)>ul li {
	float: none;
	width: 100%
}
.tabs:not(.mobile)>ul li a {
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
*behavior:url(/js/libs/PIE.htc);
	border-bottom: 0
}
.tabs:not(.mobile)>ul li:first-child a {
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
*behavior:url(/js/libs/PIE.htc)
}
}
/* Truthbook weirdness below */


.menu_background {
	position: relative;
	clear: both;
	width: 100%;
	background-color: #135f93;
	/* blue background for menu at 100% */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2489cf), to(#135f93));
	background-image: -webkit-linear-gradient(top, #2489cf, #135f93);
	background-image: -moz-linear-gradient(top, #2489cf, #135f93);
	background-image: -ms-linear-gradient(top, #2489cf, #135f93);
	background-image: -o-linear-gradient(top, #2489cf, #135f93);
	background-image: linear-gradient(to bottom, #2489cf, #135f93);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2489cf, endColorstr=#135f93);
}


#banner-container {
	width: 100%;
	height: 124px;
	/*background-image: url(../images/1200x124.b.png);*/
	/*background-image: url(../images/1200x124.c.png);*/
	/*background-image: url(../images/1200x124.d.png);*/
	/*background-image: url(../images/1200x124.e.png);*/
	/*background-image: url(../images/1200x124.f.png);*/
	/*background-image: url(../images/1200x124.g.png);*/
	/*background-image: url(../images/1200x124.h.png);*/
	/*background-image: url(../images/1200x124.i.png);*/	
	/*background-image: url(../images/1200x124.j.png);*/
	background-image: url(../images/1200x124.k.png);
	background-repeat: no-repeat;
	background-color: #042b3c;
}

#quote-landing-page {
	width: 100%;
	height: 558px;
	background-image: url(../images/site_images/JesusNoText-1200x558.png);
	background-repeat: no-repeat;
	background-color: #ebebeb;
}

 @media only screen and (max-width: 768px) {
#banner-search {
	visibility: hidden;
	height: 0px;
	display: none;
}
}
 @media only screen and (min-width: 769px) {
#banner-search {
	position:relative;
	float: right; 
	width:335px;
	display: block;
	clear: none;
	top:6px;
	right:8px;
	display: table;        
}
}

/* @media only screen and (max-width: 768px) {
.banner-span-por {
	visibility: hidden;
	height: 0px;
	display: none;
}
}*/

.banner-span-por {
	width: 130%;
	height: 20px;
	background-color: #bb120d;
	text-align: center;
	color: #FFF;
	padding: 2px 3px 3px 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

A.spanpor:link {
	text-decoration: none;
	color: #FFF;
}
A.spanpor:visited {
	text-decoration: none;
	color: #FFF;
}
A.spanpor:active {
	text-decoration: none;
	color: #FFF;
}
A.spanpor:hover {
	text-decoration: underline;
	color: #FFF;
}
 @media only screen and (max-width: 768px) {
#social-icons {
	visibility: hidden;
	height: 0px;
	display: none;
}
}
/* commnentedd out by PKG 1/3/21

 @media only screen and (max-width: 768px) {
#google-search {
	visibility: hidden;
	height: 0px;
	display: none;
}
}

*/

 @media only screen and (min-width: 769px) {
#google-search {
	visibility: visible;
	/*top: 4px;*/
	height: 48px;
	float: right;
	/*display: table-row;*/
	position: relative;
	/*right: 8px;*/
}
}

/* commnented out by PKG 1/3/21

@media only screen and (max-width: 768px) {
#truthbook-search {
	visibility: hidden;
	height: 0px;
	display: none;
}
}

*/

 @media only screen and (min-width: 769px) {
#truthbook-search {
	visibility: visible;
	float: right;
	/*padding-bottom: 10px;*/
	top: -5px;
	/*display: table-row;*/
	position: relative;
	/*right: -37px;*/
	/*width: 410px;*/
	/*right: 4px;*/
}
}
 @media only screen and (max-width: 768px) {
#truthbook-search-mobile {
	visibility: visible;
	background-color: #b8c4de;
	width: 320px;
}
}
 @media only screen and (min-width: 769px) {
#truthbook-search-mobile {
	visibility: hidden;
	height: 0px;
	display: none;
}
}
 @media only screen and (max-width: 768px) {
#truthbook-search-mobile-div {
	visibility: visible;
	display: block;
	left: 10px;
	position: relative;
	top: 0px;
	clear: both;
	padding-right: 20px;
}
}
 @media only screen and (min-width: 769px) {
#truthbook-search-mobile-div {
	visibility: hidden;
	height: 0px;
	display: none;
}
}

/* WHAT FRESH HELL IS THIS? */


 @media only screen and (max-width: 768px) {
.fb-like {
	visibility: hidden;
	height: 0px;
	display: none;
}
}
 @media only screen and (min-width: 769px) {
.fb-like {
	visibility: visible;
}
}
 @media only screen and (max-width: 768px) {
.twitter-share-button {
	visibility: hidden;
	height: 0px;
	display: none;
}
}
 @media only screen and (min-width: 769px) {
.twitter-share-button {
	visibility: visible;
}
}
 @media only screen and (max-width: 768px) {
#google-box {
	visibility: hidden;
	height: 0px;
	display: none;
}
}
 @media only screen and (min-width: 769px) {
#google-box {
	visibility: visible;
}
/* QOD on front page */

.qodfront A:link {
	text-decoration: none
}
.qodfront A:visited {
	text-decoration: none
}
.qodfront A:active {
	text-decoration: none
}
.qodfront A:hover {
	text-decoration: none;
	color: red;
}
 @media only screen and (max-width: 768px) {
#body-container-qod {
 width: 100%;
}
#qod-image-box {
 float: left;
 display: block-inline;
 clear: none;
 width: 95%;
 border: 5px solid black;
}
#qod-img {
 width: 100%;
 display: block;
}
 #qod-quote-title {
 float: left;
 display: block-inline;
 clear: none;
 width: 95%;
 padding: 5px 0px 5px 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align: left;
 font-style: italic;
 font-size: 1.35em;
}
#qod-quote-body {
 float: left;
 display: block-inline;
 clear: none;
 width: 95%;
 padding: 5px 0px 5px 0px;
 /*font-size: 0.875em;
 font-family: Arial, Helvetica, sans-serif;
 font-style: normal;*/
 text-align: left;
}
#previous {
 float: left;
 display: block-inline;
 clear: none;
 width: 95%;
 padding: 5px 0px 5px 0px;
 /* font-size: medium;
 font-family: Arial, Helvetica, sans-serif;
 font-style: normal;*/
 text-align: left;
/*font-size: 0.97em;*/
}
}
 @media only screen and (min-width: 769px) {
#body-container-qod {
	width: 100%;
}
#left-container {
	float: left;
	width: 62%;
}
#qod-image-box {
	float: left;
	display: block-inline;
	clear: none;
	width: 100%;
	border: 5px solid black;
}
#qod-img {
	width: 100%;
	display: block;
}
#right-container {
	float: right;
	width: 36%;
}
#qod-quote-title {
	float: right;
	display: block-inline;
	clear: none;
	width: 100%;
	padding: 5px 0px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	font-size: 1.35em;
}
#qod-quote-body {
	float: right;
	display: block-inline;
	clear: none;
	width: 100%;
	padding: 5px 0px 5px 10px;
	/*font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;*/
	text-align: left;
}
#previous {
	float: right;
	display: block-inline;
	clear: none;
	width: 100%;
	padding: 5px 0px 5px 10px;
	/*font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;*/
	text-align: left;/*font-size: 120%;*/
}
}
/* Green external links */

A.externallink:link {
	text-decoration: none;
	color: #009900;
}
A.externallink:visited {
	text-decoration: none;
	color: #009933;
}
A.externallink:active {
	text-decoration: none;
	color: #009900;
}
A.externallink:hover {
	color: #7E7E7E;
}
/* gradient button styles for quotes and newsletter sign ups on landing pages */
.newsletter_signup {
	border: 1px solid #7d99ca;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	width: 258px;
	background-color: #2489cf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2489cf), to(#135f93));
	background-image: -webkit-linear-gradient(top, #2489cf, #135f93);
	background-image: -moz-linear-gradient(top, #2489cf, #135f93);
	background-image: -ms-linear-gradient(top, #2489cf, #135f93);
	background-image: -o-linear-gradient(top, #2489cf, #135f93);
	background-image: linear-gradient(to bottom, #2489cf, #135f93);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2489cf, endColorstr=#135f93);
}
.newsletter_signup:hover {
	border: 1px solid #5d7fbc;
	background-color: #5d9fc9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5d9fc9), to(#457ea7));
	background-image: -webkit-linear-gradient(top, #5d9fc9, #457ea7);
	background-image: -moz-linear-gradient(top, #5d9fc9, #457ea7);
	background-image: -ms-linear-gradient(top, #5d9fc9, #457ea7);
	background-image: -o-linear-gradient(top, #5d9fc9, #457ea7);
	background-image: linear-gradient(to bottom, #5d9fc9, #457ea7);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#5d9fc9, endColorstr=#457ea7);
}
.quotes_signup {
	border: 1px solid #7d99ca;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	width: 258px;
	background-color: #bb130e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bb130e), to(#740704));
	background-image: -webkit-linear-gradient(top, #bb130e, #740704);
	background-image: -moz-linear-gradient(top, #bb130e, #740704);
	background-image: -ms-linear-gradient(top, #bb130e, #740704);
	background-image: -o-linear-gradient(top, #bb130e, #740704);
	background-image: linear-gradient(to bottom, #bb130e, #740704);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#bb130e, endColorstr=#740704);
}
.quotes_signup:hover {
	border: 1px solid #5d7fbc;
	background-color: #b0413d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b0413d), to(#7c2927));
	background-image: -webkit-linear-gradient(top, #b0413d, #7c2927);
	background-image: -moz-linear-gradient(top, #b0413d, #7c2927);
	background-image: -ms-linear-gradient(top, #b0413d, #7c2927);
	background-image: -o-linear-gradient(top, #b0413d, #7c2927);
	background-image: linear-gradient(to bottom, #b0413d, #7c2927);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#b0413d, endColorstr=#7c2927);
}
.quotes_signup_front {
	border: 1px solid #7d99ca;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	background-color: #bb130e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bb130e), to(#740704));
	background-image: -webkit-linear-gradient(top, #bb130e, #740704);
	background-image: -moz-linear-gradient(top, #bb130e, #740704);
	background-image: -ms-linear-gradient(top, #bb130e, #740704);
	background-image: -o-linear-gradient(top, #bb130e, #740704);
	background-image: linear-gradient(to bottom, #bb130e, #740704);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#bb130e, endColorstr=#740704);
}
.quotes_signup_front:hover {
	border: 1px solid #5d7fbc;
	background-color: #b0413d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b0413d), to(#7c2927));
	background-image: -webkit-linear-gradient(top, #b0413d, #7c2927);
	background-image: -moz-linear-gradient(top, #b0413d, #7c2927);
	background-image: -ms-linear-gradient(top, #b0413d, #7c2927);
	background-image: -o-linear-gradient(top, #b0413d, #7c2927);
	background-image: linear-gradient(to bottom, #b0413d, #7c2927);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#b0413d, endColorstr=#7c2927);
}
.buy_the_book {

	border: 1px solid #cb9b14;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	background-color: #eab92d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eab92d), to(#c79810));
	background-image: -webkit-linear-gradient(top, #eab92d, #c79810);
	background-image: -moz-linear-gradient(top, #eab92d, #c79810);
	background-image: -ms-linear-gradient(top, #eab92d, #c79810);
	background-image: -o-linear-gradient(top, #eab92d, #c79810);
	background-image: linear-gradient(to bottom, #eab92d, #c79810);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#eab92d, endColorstr=#c79810);
}
.buy_the_book:hover {
	border: 1px solid #a17b10;
	background-color: #cf9f15;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cf9f15), to(#98740c));
	background-image: -webkit-linear-gradient(top, #cf9f15, #98740c);
	background-image: -moz-linear-gradient(top, #cf9f15, #98740c);
	background-image: -ms-linear-gradient(top, #cf9f15, #98740c);
	background-image: -o-linear-gradient(top, #cf9f15, #98740c);
	background-image: linear-gradient(to bottom, #cf9f15, #98740c);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cf9f15, endColorstr=#98740c);
}
.read_listen_urantia_book {
	border: 1px solid #7d99ca;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.6em;
	line-height: 1.1em;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	width: 258px;
	background-color: #2489cf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2489cf), to(#135f93));
	background-image: -webkit-linear-gradient(top, #2489cf, #135f93);
	background-image: -moz-linear-gradient(top, #2489cf, #135f93);
	background-image: -ms-linear-gradient(top, #2489cf, #135f93);
	background-image: -o-linear-gradient(top, #2489cf, #135f93);
	background-image: linear-gradient(to bottom, #2489cf, #135f93);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2489cf, endColorstr=#135f93);
}
.read_listen_urantia_book:hover {
	border: 1px solid #5d7fbc;
	background-color: #5d9fc9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5d9fc9), to(#457ea7));
	background-image: -webkit-linear-gradient(top, #5d9fc9, #457ea7);
	background-image: -moz-linear-gradient(top, #5d9fc9, #457ea7);
	background-image: -ms-linear-gradient(top, #5d9fc9, #457ea7);
	background-image: -o-linear-gradient(top, #5d9fc9, #457ea7);
	background-image: linear-gradient(to bottom, #5d9fc9, #457ea7);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#5d9fc9, endColorstr=#457ea7);
}
.read_listen_urantia_book_right {
	border: 1px solid #cb9b14;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	background-color: #eab92d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eab92d), to(#c79810));
	background-image: -webkit-linear-gradient(top, #eab92d, #c79810);
	background-image: -moz-linear-gradient(top, #eab92d, #c79810);
	background-image: -ms-linear-gradient(top, #eab92d, #c79810);
	background-image: -o-linear-gradient(top, #eab92d, #c79810);
	background-image: linear-gradient(to bottom, #eab92d, #c79810);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#eab92d, endColorstr=#c79810);
}
.read_listen_urantia_book_right:hover {
	border: 1px solid #a17b10;
	background-color: #cf9f15;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cf9f15), to(#98740c));
	background-image: -webkit-linear-gradient(top, #cf9f15, #98740c);
	background-image: -moz-linear-gradient(top, #cf9f15, #98740c);
	background-image: -ms-linear-gradient(top, #cf9f15, #98740c);
	background-image: -o-linear-gradient(top, #cf9f15, #98740c);
	background-image: linear-gradient(to bottom, #cf9f15, #98740c);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cf9f15, endColorstr=#98740c);
}
.view_video {

	border: 1px solid #cb9b14;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	background-color: #46cc80;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#46cc80), to(#32701a));
	background-image: -webkit-linear-gradient(top, #46cc80, #32701a);
	background-image: -moz-linear-gradient(top, #46cc80, #32701a);
	background-image: -ms-linear-gradient(top, #46cc80, #32701a);
	background-image: -o-linear-gradient(top, #46cc80, #32701a);
	background-image: linear-gradient(to bottom, #46cc80, #32701a);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#46cc80, endColorstr=#32701a);
}
.view_video:hover {
	border: 1px solid #a17b10;
	background-color: #98f0bc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#98f0bc), to(#529c35));
	background-image: -webkit-linear-gradient(top, #98f0bc, #529c35);
	background-image: -moz-linear-gradient(top, #98f0bc, #529c35);
	background-image: -ms-linear-gradient(top, #98f0bc, #529c35);
	background-image: -o-linear-gradient(top, #98f0bc, #529c35);
	background-image: linear-gradient(to bottom, #98f0bc, #529c35);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#98f0bc, endColorstr=#529c35);
}
.signup A:link {
	text-decoration: none;
	color: white;
}
.signup A:visited {
	text-decoration: none;
	color: white;
}
.signup A:active {
	text-decoration: none;
	color: white;
}
.signup A:hover {
	text-decoration: none;
	color: white;
}

/* Grey Footer links */
a.footer:link {
	COLOR: #999999;
	text-decoration: none;
}
a.footer:visited {
	COLOR: #999999;
	text-decoration: none;
}
a.footer:hover {
	COLOR: #999999;
	text-decoration: none;
}
a.footer:active {
	COLOR: #999999;
	text-decoration: none;
}

.search-frames
{
z-index:-1
}

/* Jesus family tree */

.tree ul {
	padding-top: 20px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.tree li {
	float: left;
	text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	border-top: 1px solid #ccc;
	width: 50%;
	height: 20px;
}
.tree li::after {
	right: auto;
	left: 50%;
	border-left: 1px solid #ccc;
}
/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}
/*Remove space from the top of single children*/
.tree li:only-child {
	padding-top: 0;
}
/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after {
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after {
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}
/*Time to add downward connectors from parents*/
.tree ul ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid #ccc;
	width: 0;
	height: 20px;
}
.tree li a {
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
	background: #c8e4f8;
	color: #000;
	border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, .tree li a:hover+ul li::before, .tree li a:hover+ul::before, .tree li a:hover+ul ul::before {
	border-color: #94a0b4;
}
.clasp {
	text-align: center;
}
.lunchbox {
	display: none;
	text-align: left;
	padding: 1em;
	background-color: #FFC;
}

