﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600,300);

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}

audio, canvas, video {
	display: inline-block
}

	audio:not([controls]) {
		display: none;
		height: 0
	}

[hidden], template {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background: 0 0
}

	a:active, a:hover {
		outline: 0
	}

h1 {
	margin: .67em 0
}

b, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

hr {
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code, kbd, pre, samp {
	font-family: monospace,serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0
}

button, select {
	text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

	button[disabled], html input[disabled] {
		cursor: default
	}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield
}

	input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none
	}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

*, *:before, *:after {
	box-sizing: border-box
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #007bc4;
	text-decoration: none
}

	a:hover, a:focus {
		color: #005b91;
		text-decoration: underline
	}

	a:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px
	}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

h1 {
	color: inherit
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	line-height: 1.1
}

h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: inherit
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500
}

	h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
		font-weight: 400;
		line-height: 1;
		color: #999
	}

h1, h2, h3 {
	margin-bottom: 10px
}

h3 {
	margin-top: 20px
}

	h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
		font-size: 65%
	}

h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

	h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
		font-size: 75%
	}

.h1 {
	font-size: 36px
}

.h2 {
	font-size: 30px
}

.h3 {
	font-size: 24px
}

.h4 {
	font-size: 18px
}

.h5 {
	font-size: 14px
}

.h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

small, .small {
	font-size: 85%
}

cite {
	font-style: normal
}

.text-muted {
	color: #999
}

.text-primary {
	color: #ea6721
}

	.text-primary:hover {
		color: #c55113
	}

.text-warning {
	color: #c09853
}

	.text-warning:hover {
		color: #a47e3c
	}

.text-danger {
	color: #b94a48
}

	.text-danger:hover {
		color: #953b39
	}

.text-success {
	color: #468847
}

	.text-success:hover {
		color: #356635
	}

.text-info {
	color: #007bc4
}

	.text-info:hover {
		color: #005b91
	}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ul, ol {
	margin-top: 0;
	margin-bottom: 10px
}

	ul ul, ol ul, ul ol, ol ol {
		margin-bottom: 0
	}

.list-unstyled, .list-inline {
	padding-left: 0;
	list-style: none
}

	.list-inline > li {
		display: inline-block;
		padding-left: 5px;
		padding-right: 5px
	}

		.list-inline > li:first-child {
			padding-left: 0
		}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dt, dd {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}

		.dl-horizontal dd:before, .dl-horizontal dd:after {
			display: table;
			content: " ";
			display: table
		}

		.dl-horizontal dd:after {
			clear: both
		}
}

abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eee
}

	blockquote p {
		font-size: 17.5px;
		font-weight: 300;
		line-height: 1.25
	}

		blockquote p:last-child {
			margin-bottom: 0
		}

	blockquote small, blockquote .small {
		display: block;
		line-height: 1.42857143;
		color: #999
	}

		blockquote small:before, blockquote .small:before {
			content: '\2014 \00A0'
		}

	blockquote.pull-right {
		padding-right: 15px;
		padding-left: 0;
		border-right: 5px solid #eee;
		border-left: 0
	}

		blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
			text-align: right
		}

			blockquote.pull-right small:before, blockquote.pull-right .small:before {
				content: ''
			}

			blockquote.pull-right small:after, blockquote.pull-right .small:after {
				content: '\00A0 \2014'
			}

	blockquote:before, blockquote:after {
		content: ""
	}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

table {
	max-width: 100%;
	background-color: transparent
}

th {
	text-align: left
}

.table {
	width: 100%;
	margin-bottom: 20px
}

	.table > thead > tr > th {
		padding: 8px;
		line-height: 1.42857143;
		border-top: 1px solid #ddd
	}

	.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		padding: 8px;
		line-height: 1.42857143;
		vertical-align: top;
		border-top: 1px solid #ddd
	}

	.table > thead > tr > th {
		vertical-align: bottom;
		border-bottom: 2px solid #ddd
	}

	.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
		border-top: 0
	}

	.table > tbody + tbody {
		border-top: 2px solid #ddd
	}

	.table .table {
		background-color: #fff
	}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 5px
}

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd
}

	.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
		border-bottom-width: 2px
	}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
	float: none;
	display: table-cell
}

.table > thead > tr > .active, .table > tbody > tr > .active, .table > tfoot > tr > .active, .table > thead > .active > td, .table > tbody > .active > td, .table > tfoot > .active > td, .table > thead > .active > th, .table > tbody > .active > th, .table > tfoot > .active > th {
	background-color: #f5f5f5
}

.table-hover > tbody > tr > .active:hover, .table-hover > tbody > .active:hover > td, .table-hover > tbody > .active:hover > th {
	background-color: #e8e8e8
}

.table > thead > tr > .secondary, .table > tbody > tr > .secondary, .table > tfoot > tr > .secondary, .table > thead > .secondary > td, .table > tbody > .secondary > td, .table > tfoot > .secondary > td, .table > thead > .secondary > th, .table > tbody > .success > th, .table > tfoot > .secondary > th {
	background-color: #d6d9db
}

.table > thead > tr > .success, .table > tbody > tr > .success, .table > tfoot > tr > .success, .table > thead > .success > td, .table > tbody > .success > td, .table > tfoot > .success > td, .table > thead > .success > th, .table > tbody > .success > th, .table > tfoot > .success > th {
	background-color: #dff0d8
}

.table-hover > tbody > tr > .success:hover, .table-hover > tbody > .success:hover > td, .table-hover > tbody > .success:hover > th {
	background-color: #d0e9c6
}

.table > thead > tr > .danger, .table > tbody > tr > .danger, .table > tfoot > tr > .danger, .table > thead > .danger > td, .table > tbody > .danger > td, .table > tfoot > .danger > td, .table > thead > .danger > th, .table > tbody > .danger > th, .table > tfoot > .danger > th {
	background-color: #f2dede
}

.table-hover > tbody > tr > .danger:hover, .table-hover > tbody > .danger:hover > td, .table-hover > tbody > .danger:hover > th {
	background-color: #ebcccc
}

.table > thead > tr > .warning, .table > tbody > tr > .warning, .table > tfoot > tr > .warning, .table > thead > .warning > td, .table > tbody > .warning > td, .table > tfoot > .warning > td, .table > thead > .warning > th, .table > tbody > .warning > th, .table > tfoot > .warning > th {
	background-color: #fcf8e3
}

.table-hover > tbody > tr > .warning:hover, .table-hover > tbody > .warning:hover > td, .table-hover > tbody > .warning:hover > th {
	background-color: #faf2cc
}

@media (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch
	}

		.table-responsive > .table {
			margin-bottom: 0
		}

			.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
				white-space: nowrap
			}

		.table-responsive > .table-bordered {
			border: 0
		}

			.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
				border-left: 0
			}

			.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
				border-right: 0
			}

			.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
				border-bottom: 0
			}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	margin-bottom: 5px
}

input[type="search"] {
	box-sizing: border-box
}

input[type="file"] {
	display: block
}

select[multiple], select[size] {
	height: auto
}

select optgroup {
	font-size: inherit;
	font-style: inherit;
	font-family: inherit
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	height: auto
}

output {
	padding-top: 7px
}

output, .form-control {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	vertical-align: middle
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

	.form-control:focus {
		border-color: #66afe9;
		outline: 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
	}

	.form-control:-moz-placeholder {
		color: #999
	}

	.form-control::-moz-placeholder {
		color: #999;
		opacity: 1
	}

	.form-control:-ms-input-placeholder {
		color: #999
	}

	.form-control::-webkit-input-placeholder {
		color: #999
	}

	.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
		cursor: not-allowed;
		background-color: #eee
	}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 15px
}

.radio, .checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	vertical-align: middle
}

	.radio label, .checkbox label {
		display: inline;
		margin-bottom: 0;
		font-weight: 400;
		cursor: pointer
	}

	.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
		float: left;
		margin-left: -20px
	}

	.radio + .radio, .checkbox + .checkbox {
		margin-top: -5px
	}

.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}

	.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
		margin-top: 0;
		margin-left: 10px
	}

	input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
		cursor: not-allowed
	}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

textarea.input-sm {
	height: auto
}

.input-lg {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

select.input-lg {
	height: 45px;
	line-height: 45px
}

textarea.input-lg {
	height: auto
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #c09853
}

.has-warning .form-control {
	border-color: #c09853;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

	.has-warning .form-control:focus {
		border-color: #a47e3c;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e
	}

.has-warning .input-group-addon {
	color: #c09853;
	border-color: #c09853;
	background-color: #fcf8e3
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #b94a48
}

.has-error .form-control {
	border-color: #b94a48;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

	.has-error .form-control:focus {
		border-color: #953b39;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392
	}

.has-error .input-group-addon {
	color: #b94a48;
	border-color: #b94a48;
	background-color: #f2dede
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #468847
}

.has-success .form-control {
	border-color: #468847;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

	.has-success .form-control:focus {
		border-color: #356635;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b
	}

.has-success .input-group-addon {
	color: #468847;
	border-color: #468847;
	background-color: #dff0d8
}

.form-control-static {
	margin-bottom: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block
	}

	.form-inline select.form-control {
		width: auto
	}

	.form-inline .radio, .form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0
	}

		.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
			float: none;
			margin-left: 0
		}
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

	.form-horizontal .form-group:before, .form-horizontal .form-group:after {
		display: table
	}

	.form-horizontal .form-group:before {
		content: " ";
		display: table
	}

	.form-horizontal .form-group:after {
		content: " ";
		display: table;
		clear: both
	}

.form-horizontal .form-control-static {
	padding-top: 7px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right
	}
}

.btn {
	transition: border .25s ease,background-color .25s ease,color .25s ease;
	-webkit-transition: border .25s ease,background-color .25s ease,color .25s ease;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

	.btn:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px
	}

	.btn:hover, .btn:focus {
		color: #333;
		text-decoration: none
	}

	.btn:active, .btn.active {
		outline: 0;
		background-image: none;
		box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
	}

	.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
		cursor: not-allowed;
		pointer-events: none;
		opacity: .65;
		filter: alpha(opacity=65);
		box-shadow: none
	}

.btn-default {
	color: #333;
	background-color: #eee;
	border-color: #ccc
}

	.btn-default .badge {
		color: #eee;
		background-color: #fff
	}

	.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
		color: #333;
		background-color: #dadada;
		border-color: #adadad
	}

	.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
		background-image: none
	}

	.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
		background-color: #eee;
		border-color: #ccc
	}

.btn-primary {
	color: #fff;
	background-color: #ea6721;
	border-color: #dd5a15
}

	.btn-primary .badge {
		color: #ea6721;
		background-color: #fff
	}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
		color: #fff;
		background-color: #cf5514;
		border-color: #a54410
	}

	.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
		background-image: none
	}

	.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
		background-color: #ea6721;
		border-color: #dd5a15
	}

.btn-warning {
	color: #fff;
	background-color: #fcb53e;
	border-color: #fcab25
}

	.btn-warning .badge {
		color: #fcb53e;
		background-color: #fff
	}

	.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
		color: #fff;
		background-color: #fba616;
		border-color: #e08d03
	}

	.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
		background-image: none
	}

	.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
		background-color: #fcb53e;
		border-color: #fcab25
	}

.btn-danger {
	color: #fff;
	background-color: #b81237;
	border-color: #a11030
}

	.btn-danger .badge {
		color: #b81237;
		background-color: #fff
	}

	.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
		color: #fff;
		background-color: #930e2c;
		border-color: #690a1f
	}

	.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
		background-image: none
	}

	.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
		background-color: #b81237;
		border-color: #a11030
	}

.btn-success {
	color: #fff;
	background-color: #509137;
	border-color: #467f30
}

	.btn-success .badge {
		color: #509137;
		background-color: #fff
	}

	.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
		color: #fff;
		background-color: #40732c;
		border-color: #2d521f
	}

	.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
		background-image: none
	}

	.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
		background-color: #509137;
		border-color: #467f30
	}

.btn-info {
	color: #fff;
	background-color: #007bc4;
	border-color: #006bab
}

	.btn-info .badge {
		color: #007bc4;
		background-color: #fff
	}

	.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
		color: #fff;
		background-color: #00619b;
		border-color: #00456d
	}

	.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
		background-image: none
	}

	.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
		background-color: #007bc4;
		border-color: #006bab
	}

.btn-info-o {
	color: #007bc4;
	background-color: rgba(255,255,255,.75);
	border-color: #007bc4
}

	.btn-info-o .badge {
		color: rgba(255,255,255,.75);
		background-color: #fff
	}

	.btn-info-o:hover, .btn-info-o:focus, .btn-info-o:active, .btn-info-o.active, .open .dropdown-toggle.btn-info-o {
		color: #007bc4;
		background-color: rgba(235,235,235,.75);
		border-color: #005587
	}

	.btn-info-o:active, .btn-info-o.active, .open .dropdown-toggle.btn-info-o {
		background-image: none
	}

	.btn-info-o.disabled, .btn-info-o[disabled], fieldset[disabled] .btn-info-o, .btn-info-o.disabled:hover, .btn-info-o[disabled]:hover, fieldset[disabled] .btn-info-o:hover, .btn-info-o.disabled:focus, .btn-info-o[disabled]:focus, fieldset[disabled] .btn-info-o:focus, .btn-info-o.disabled:active, .btn-info-o[disabled]:active, fieldset[disabled] .btn-info-o:active, .btn-info-o.disabled.active, .btn-info-o[disabled].active, fieldset[disabled] .btn-info-o.active {
		background-color: rgba(255,255,255,.75);
		border-color: #007bc4
	}

.btn-link {
	color: #007bc4;
	font-weight: 400;
	cursor: pointer;
	border-radius: 0
}

	.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
		background-color: transparent;
		box-shadow: none
	}

		.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
			border-color: transparent
		}

			.btn-link:hover, .btn-link:focus {
				color: #005b91;
				text-decoration: underline;
				background-color: transparent
			}

			.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
				color: #999;
				text-decoration: none
			}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.btn-sm {
	padding: 5px 10px
}

.btn-sm, .btn-xs {
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs {
	padding: 1px 5px
}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

	.btn-block + .btn-block {
		margin-top: 5px
	}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

	.fade.in {
		opacity: 1
	}

.collapse {
	display: none
}

	.collapse.in {
		display: block
	}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box
}

	.dropdown-menu.pull-right {
		right: 0;
		left: auto
	}

	.dropdown-menu .divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5
	}

	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: 400;
		line-height: 1.42857143;
		color: #333
	}

		.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
			text-decoration: none;
			color: #262626;
			background-color: #f5f5f5
		}

	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		color: #fff;
		text-decoration: none;
		outline: 0;
		background-color: #ea6721
	}

	.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
		color: #999
	}

		.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
			text-decoration: none;
			background-color: transparent;
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
			cursor: not-allowed
		}

.open > .dropdown-menu {
	display: block
}

.open > a {
	outline: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #999
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

	.btn-group > .btn {
		float: left
	}

	.btn-group > .btn, .btn-group-vertical > .btn {
		position: relative
	}

		.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
			z-index: 2
		}

		.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
			outline: none
		}

	.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
		margin-left: -1px
	}

.btn-toolbar:before, .btn-toolbar:after {
	display: table;
	content: " ";
	display: table
}

.btn-toolbar:after {
	clear: both
}

.btn-toolbar .btn-group {
	float: left
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
	margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group > .btn:first-child {
	margin-left: 0
}

	.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group > .btn-group {
	float: left
}

	.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
		border-radius: 0
	}

	.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}

	.btn-group > .btn-group:last-child > .btn:first-child {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0
	}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group-xs > .btn {
	padding: 1px 5px
}

.btn-group-xs > .btn, .btn-group-sm > .btn {
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-sm > .btn {
	padding: 5px 10px
}

.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

	.btn-group.open .dropdown-toggle.btn-link {
		box-shadow: none
	}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

	.btn-group-vertical > .btn-group > .btn {
		display: block;
		width: 100%;
		max-width: 100%
	}

	.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
		display: table
	}

	.btn-group-vertical > .btn-group:before {
		content: " ";
		display: table
	}

	.btn-group-vertical > .btn-group:after {
		content: " ";
		display: table;
		clear: both
	}

	.btn-group-vertical > .btn-group > .btn {
		float: none
	}

	.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
		margin-top: -1px;
		margin-left: 0
	}

	.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
		border-radius: 0
	}

	.btn-group-vertical > .btn:first-child:not(:last-child) {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.btn-group-vertical > .btn:last-child:not(:first-child) {
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
		border-top-left-radius: 0
	}

	.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
		border-radius: 0
	}

	.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.btn-group-vertical > .btn-group:last-child > .btn:first-child {
		border-top-right-radius: 0;
		border-top-left-radius: 0
	}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

	.btn-group-justified > .btn, .btn-group-justified > .btn-group {
		float: none;
		display: table-cell;
		width: 1%
	}

		.btn-group-justified > .btn-group .btn {
			width: 100%
		}

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
	display: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

	.input-group.col {
		float: none;
		padding-left: 0;
		padding-right: 0
	}

	.input-group .form-control {
		width: 100%;
		margin-bottom: 0
	}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
	height: 45px;
	line-height: 45px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
	height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
	height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell
}

	.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
		border-radius: 0
	}

.input-group-addon {
	white-space: nowrap
}

.input-group-addon, .input-group-btn {
	width: 1%;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

	.input-group-addon.input-sm {
		padding: 5px 10px;
		font-size: 12px;
		border-radius: 3px
	}

	.input-group-addon.input-lg {
		padding: 10px 16px;
		font-size: 18px;
		border-radius: 6px
	}

	.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
		margin-top: 0
	}

	.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}

	.input-group-addon:first-child {
		border-right: 0
	}

	.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0
	}

	.input-group-addon:last-child {
		border-left: 0
	}

.input-group-btn {
	position: relative;
	white-space: nowrap
}

	.input-group-btn:first-child > .btn {
		margin-right: -1px
	}

	.input-group-btn:last-child > .btn {
		margin-left: -1px
	}

	.input-group-btn > .btn {
		position: relative
	}

		.input-group-btn > .btn + .btn {
			margin-left: -4px
		}

		.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
			z-index: 2
		}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

	.nav:before, .nav:after {
		display: table;
		content: " ";
		display: table
	}

	.nav:after {
		clear: both
	}

	.nav > li, .nav > li > a {
		position: relative;
		display: block
	}

		.nav > li > a {
			padding: 10px 15px
		}

			.nav > li > a:hover, .nav > li > a:focus {
				text-decoration: none;
				background-color: #eee
			}

		.nav > li.disabled > a {
			color: #999
		}

			.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
				color: #999;
				text-decoration: none;
				background-color: transparent;
				cursor: not-allowed
			}

	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background-color: #eee;
		border-color: #007bc4
	}

	.nav .nav-divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5
	}

	.nav > li > a > img {
		max-width: none
	}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

	.nav-tabs > li {
		float: left;
		margin-bottom: -1px;
		font-size: .9em
	}

		.nav-tabs > li > a {
			margin-right: 2px;
			line-height: 1.42857143;
			border: 1px solid transparent;
			border-radius: 4px 4px 0 0
		}

			.nav-tabs > li > a:hover {
				border-color: #eee #eee #ddd
			}

		.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
			color: #555;
			background-color: #fff;
			border: 1px solid #ddd;
			border-bottom-color: transparent;
			cursor: default
		}

	.nav-tabs.nav-justified {
		width: 100%;
		border-bottom: 0
	}

		.nav-tabs.nav-justified > li {
			float: none
		}

			.nav-tabs.nav-justified > li > a {
				text-align: center;
				margin-bottom: 5px
			}

		.nav-tabs.nav-justified > .dropdown .dropdown-menu {
			top: auto;
			left: auto
		}

@media (min-width:768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%
	}

		.nav-tabs.nav-justified > li > a {
			margin-bottom: 0
		}
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff
	}
}

.nav-pills > li {
	float: left
}

	.nav-pills > li > a {
		border-radius: 4px
	}

	.nav-pills > li + li {
		margin-left: 2px
	}

	.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
		color: #fff;
		background-color: #ea6721
	}

.nav-stacked > li {
	float: none
}

	.nav-stacked > li + li {
		margin-top: 2px;
		margin-left: 0
	}

.nav-justified {
	width: 100%
}

	.nav-justified > li {
		float: none
	}

		.nav-justified > li > a {
			text-align: center;
			margin-bottom: 5px
		}

	.nav-justified > .dropdown .dropdown-menu {
		top: auto;
		left: auto
	}

@media (min-width:768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%
	}

		.nav-justified > li > a {
			margin-bottom: 0
		}
}

.nav-tabs-justified {
	border-bottom: 0
}

	.nav-tabs-justified > li > a {
		margin-right: 0;
		border-radius: 4px
	}

	.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
		border: 1px solid #ddd
	}

@media (min-width:768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fff
	}
}

.tab-content > .tab-pane {
	display: none;
	padding: 18px;
	border: 1px solid #ddd
}

.tab-content > .active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.nav + .tab-content > .tab-pane {
	border-top: none
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

	.navbar:before, .navbar:after {
		display: table;
		content: " ";
		display: table
	}

	.navbar:after {
		clear: both
	}

.navbar-header {
	float: left
}

	.navbar-header:before, .navbar-header:after {
		display: table;
		content: " ";
		display: table
	}

	.navbar-header:after {
		clear: both
	}

.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-overflow-scrolling: touch;
	width: auto;
	border-top: 0;
	box-shadow: none
}

	.navbar-collapse:before, .navbar-collapse:after {
		display: table;
		content: " ";
		display: table
	}

	.navbar-collapse:after {
		clear: both
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	padding-left: 0;
	padding-right: 0
}

.container > .navbar-header, .container > .navbar-collapse {
	margin-right: 0;
	margin-left: 0
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
	border-radius: 0
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	border-radius: 0
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 15px;
	font-size: 18px;
	line-height: 20px
}

	.navbar-brand:hover, .navbar-brand:focus {
		text-decoration: none
	}

.navbar > .container .navbar-brand {
	margin-left: -15px
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	display: none
}

	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px
	}

		.navbar-toggle .icon-bar + .icon-bar {
			margin-top: 4px
		}

.navbar-nav {
	float: left;
	margin: 0
}

	.navbar-nav > li > a {
		line-height: 20px
	}

	.navbar-nav > li {
		float: left
	}

		.navbar-nav > li > a {
			padding-top: 15px;
			padding-bottom: 15px
		}

	.navbar-nav.navbar-right:last-child {
		margin-right: -15px
	}

.navbar-left {
	float: left !important
}

.navbar-right {
	float: right !important
}

.navbar-form {
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	margin: 8px -15px
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block
	}

	.navbar-form select.form-control {
		width: auto
	}

	.navbar-form .radio, .navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0
	}

		.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
			float: none;
			margin-left: 0
		}
}

.navbar-form:after {
	content: '';
	clear: both
}

.navbar-form.range input {
	margin-bottom: 15px
}

.navbar-form.range .form-group {
	position: relative;
	width: 48%;
	float: left
}

	.navbar-form.range .form-group:first-child {
		width: 52%;
		padding-right: 4%
	}

.navbar-form.range .alert {
	clear: both
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		box-shadow: none
	}

		.navbar-form.navbar-right:last-child {
			margin-right: -15px
		}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
	left: auto;
	right: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

	.navbar-btn.btn-sm {
		margin-top: 10px;
		margin-bottom: 10px
	}

	.navbar-btn.btn-xs {
		margin-top: 14px;
		margin-bottom: 14px
	}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}

		.navbar-text.navbar-right:last-child {
			margin-right: 0
		}
}

.navbar-default {
	background-color: #007bc4;
	border-color: #0066a3
}

	.navbar-default .navbar-brand {
		color: #fff
	}

		.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
			color: #e6e6e6;
			background-color: transparent
		}

	.navbar-default .navbar-text, .navbar-default .navbar-nav > li > a {
		color: #fff
	}

		.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
			color: #eee;
			background-color: #0a85ce
		}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color: #eee;
		background-color: #0067b0
	}

	.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
		color: #ccc;
		background-color: transparent
	}

	.navbar-default .navbar-toggle {
		border-color: #ddd
	}

		.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
			background-color: #ddd
		}

		.navbar-default .navbar-toggle .icon-bar {
			background-color: #ccc
		}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #0066a3
	}

	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		background-color: #0067b0;
		color: #eee
	}

	.navbar-default .navbar-link {
		color: #fff
	}

		.navbar-default .navbar-link:hover {
			color: #eee
		}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

	.navbar-inverse .navbar-brand {
		color: #999
	}

		.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
			color: #fff;
			background-color: transparent
		}

	.navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a {
		color: #999
	}

		.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
			color: #fff;
			background-color: transparent
		}

	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
		color: #444;
		background-color: transparent
	}

	.navbar-inverse .navbar-toggle {
		border-color: #333
	}

		.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
			background-color: #333
		}

		.navbar-inverse .navbar-toggle .icon-bar {
			background-color: #fff
		}

	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		border-color: #101010
	}

	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
		background-color: #080808;
		color: #fff
	}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #999
	}

		.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
			color: #fff;
			background-color: transparent
		}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #999
}

	.navbar-inverse .navbar-link:hover {
		color: #fff
	}

.breadcrumb {
	font-size: .85em;
	margin-top: -10px;
	margin-left: -38px;
	list-style: none;
	border-radius: 4px;
	white-space: nowrap;
	overflow: hidden;
	position: relative
}

	.breadcrumb:after {
		width: 70px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background-image: -webkit-linear-gradient(left,color-stop(rgba(255,255,255,0)0%),color-stop(#fff 100%));
		background-image: -webkit-linear-gradient(left,rgba(255,255,255,0)0%,#fff 100%);
		background-image: linear-gradient(to right,rgba(255,255,255,0)0%,#fff 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
		content: " "
	}

	.breadcrumb > li {
		display: inline-block;
		margin-right: 1px
	}

		.breadcrumb > li + li:before {
			content: "\f105\00a0";
			padding: 0 5px;
			color: #ccc;
			font-family: FontAwesome
		}

	.breadcrumb > .active {
		color: #999
	}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

	.label[href]:hover, .label[href]:focus {
		color: #fff;
		text-decoration: none;
		cursor: pointer
	}

	.label:empty {
		display: none
	}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #999
}

	.label-default[href]:hover, .label-default[href]:focus {
		background-color: gray
	}

.label-primary {
	background-color: #ea6721
}

	.label-primary[href]:hover, .label-primary[href]:focus {
		background-color: #c55113
	}

.label-success {
	background-color: #509137
}

	.label-success[href]:hover, .label-success[href]:focus {
		background-color: #3c6c29
	}

.label-info {
	background-color: #007bc4
}

	.label-info[href]:hover, .label-info[href]:focus {
		background-color: #005b91
	}

.label-warning {
	background-color: #fcb53e
}

	.label-warning[href]:hover, .label-warning[href]:focus {
		background-color: #fba20c
	}

.label-danger {
	background-color: #b81237
}

	.label-danger[href]:hover, .label-danger[href]:focus {
		background-color: #8a0d29
	}

.alert {
	padding: 8px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

	.alert h4 {
		margin-top: 0;
		color: inherit
	}

	.alert .alert-link {
		font-weight: 700
	}

	.alert > p, .alert > ul {
		margin-bottom: 0
	}

		.alert > p + p {
			margin-top: 5px
		}

.alert-dismissable {
	padding-right: 28px
}

	.alert-dismissable .close {
		position: relative;
		top: -2px;
		right: -21px;
		color: inherit
	}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847
}

	.alert-success hr {
		border-top-color: #c9e2b3
	}

	.alert-success .alert-link {
		color: #356635
	}

.alert-info {
	background-color: #ebf4fa;
	border-color: #cee5f4;
	color: #007bc4
}

	.alert-info hr {
		border-top-color: #b9dbef
	}

	.alert-info .alert-link {
		color: #005b91
	}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #c09853
}

	.alert-warning hr {
		border-top-color: #f7e1b5
	}

	.alert-warning .alert-link {
		color: #a47e3c
	}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #b94a48
}

	.alert-danger hr {
		border-top-color: #e4b9c0
	}

	.alert-danger .alert-link {
		color: #953b39
	}

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
	box-shadow: none
}

	.list-group p {
		font-size: 18px;
		color: #007bc4;
		margin-bottom: 0
	}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: 8px;
	background-color: #fff;
	border: 0 none;
	border-left: 4px solid #ddd;
	box-shadow: 0 1px 2px rgba(0,0,0,.075)
}

	.list-group-item:hover {
		border-left: 4px solid #007bc4;
		background: #edf8ff !important
	}

	.list-group-item > .badge {
		float: right
	}

		.list-group-item > .badge + .badge {
			margin-right: 5px
		}

a.list-group-item {
	color: #555
}

	a.list-group-item .list-group-item-heading {
		color: #333
	}

	a.list-group-item:hover, a.list-group-item:focus {
		text-decoration: none;
		background-color: #f5f5f5
	}

	a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
		z-index: 2;
		color: #fff;
		background-color: #ea6721;
		border-color: #ea6721
	}

		a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
			color: inherit
		}

		a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
			color: #fce7db
		}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
	padding: 15px
}

	.panel-body:before, .panel-body:after {
		display: table;
		content: " ";
		display: table
	}

	.panel-body:after {
		clear: both
	}

.panel > .list-group {
	margin-bottom: 0
}

	.panel > .list-group .list-group-item {
		border-width: 1px 0
	}

		.panel > .list-group .list-group-item:first-child {
			border-top-right-radius: 0;
			border-top-left-radius: 0
		}

		.panel > .list-group .list-group-item:last-child {
			border-bottom: 0
		}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table {
	margin-bottom: 0
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
	border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child th, .panel > .table > tbody:first-child td {
	border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
	border: 0
}

	.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0
	}

	.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0
	}

	.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0
	}

.panel > .table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

	.panel-heading > .dropdown .dropdown-toggle {
		color: inherit
	}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px
}

	.panel-title, .panel-title > a {
		color: inherit
	}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
	overflow: hidden
}

	.panel-group .panel + .panel {
		margin-top: 5px
	}

.panel-group .panel-heading {
	border-bottom: 0
}

	.panel-group .panel-heading + .panel-collapse .panel-body {
		border-top: 1px solid #ddd
	}

.panel-group .panel-footer {
	border-top: 0
}

	.panel-group .panel-footer + .panel-collapse .panel-body {
		border-bottom: 1px solid #ddd
	}

.panel-default {
	border-color: #ddd
}

	.panel-default > .panel-heading {
		color: #333;
		background-color: #f5f5f5;
		border-color: #ddd
	}

		.panel-default > .panel-heading + .panel-collapse .panel-body {
			border-top-color: #ddd
		}

	.panel-default > .panel-footer + .panel-collapse .panel-body {
		border-bottom-color: #ddd
	}

.panel-primary {
	border-color: #ea6721
}

	.panel-primary > .panel-heading {
		color: #fff;
		background-color: #ea6721;
		border-color: #ea6721
	}

		.panel-primary > .panel-heading + .panel-collapse .panel-body {
			border-top-color: #ea6721
		}

	.panel-primary > .panel-footer + .panel-collapse .panel-body {
		border-bottom-color: #ea6721
	}

.panel-success {
	border-color: #d6e9c6
}

	.panel-success > .panel-heading {
		color: #468847;
		background-color: #dff0d8;
		border-color: #d6e9c6
	}

		.panel-success > .panel-heading + .panel-collapse .panel-body {
			border-top-color: #d6e9c6
		}

	.panel-success > .panel-footer + .panel-collapse .panel-body {
		border-bottom-color: #d6e9c6
	}

.panel-warning {
	border-color: #faebcc
}

	.panel-warning > .panel-heading {
		color: #c09853;
		background-color: #fcf8e3;
		border-color: #faebcc
	}

		.panel-warning > .panel-heading + .panel-collapse .panel-body {
			border-top-color: #faebcc
		}

	.panel-warning > .panel-footer + .panel-collapse .panel-body {
		border-bottom-color: #faebcc
	}

.panel-danger {
	border-color: #ebccd1
}

	.panel-danger > .panel-heading {
		color: #b94a48;
		background-color: #f2dede;
		border-color: #ebccd1
	}

		.panel-danger > .panel-heading + .panel-collapse .panel-body {
			border-top-color: #ebccd1
		}

	.panel-danger > .panel-footer + .panel-collapse .panel-body {
		border-bottom-color: #ebccd1
	}

.panel-info {
	border-color: #cee5f4
}

	.panel-info > .panel-heading {
		color: #007bc4;
		background-color: #ebf4fa;
		border-color: #cee5f4
	}

		.panel-info > .panel-heading + .panel-collapse .panel-body {
			border-top-color: #cee5f4
		}

	.panel-info > .panel-footer + .panel-collapse .panel-body {
		border-bottom-color: #cee5f4
	}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

	.well blockquote {
		border-color: #ddd;
		border-color: rgba(0,0,0,.15)
	}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

	.close:hover, .close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
		opacity: .5;
		filter: alpha(opacity=50)
	}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040
}

	.modal.fade .modal-dialog {
		-webkit-transform: translate(0,-25%);
		-ms-transform: translate(0,-25%);
		transform: translate(0,-25%);
		-webkit-transition: -webkit-transform .3s ease-out;
		transition: transform .3s ease-out
	}

	.modal.in .modal-dialog {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0)
	}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
	z-index: 1050
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	background-clip: padding-box;
	outline: none
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #000
}

	.modal-backdrop.fade {
		opacity: 0;
		filter: alpha(opacity=0)
	}

	.modal-backdrop.in {
		opacity: .5;
		filter: alpha(opacity=50)
	}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px
}

	.modal-header .close {
		margin-top: -2px
	}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 20px
}

.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

	.modal-footer:before, .modal-footer:after {
		display: table;
		content: " ";
		display: table
	}

	.modal-footer:after {
		clear: both
	}

	.modal-footer .btn + .btn {
		margin-left: 5px;
		margin-bottom: 0
	}

	.modal-footer .btn-group .btn + .btn {
		margin-left: -1px
	}

	.modal-footer .btn-block + .btn-block {
		margin-left: 0
	}

@media screen and (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		box-shadow: 0 5px 15px rgba(0,0,0,.5)
	}
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0)
}

	.tooltip.in {
		opacity: .9;
		filter: alpha(opacity=90)
	}

	.tooltip.top {
		margin-top: -3px;
		padding: 5px 0
	}

	.tooltip.right {
		margin-left: 3px;
		padding: 0 5px
	}

	.tooltip.bottom {
		margin-top: 3px;
		padding: 5px 0
	}

	.tooltip.left {
		margin-left: -3px;
		padding: 0 5px
	}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.carousel, .carousel-inner {
	position: relative
}

.carousel-inner {
	overflow: hidden;
	width: 100%
}

	.carousel-inner > .item {
		display: none;
		position: relative;
		-webkit-transition: .6s ease-in-out left;
		transition: .6s ease-in-out left
	}

		.carousel-inner > .item > img, .carousel-inner > .item > a > img {
			display: block;
			max-width: 100%;
			height: auto;
			line-height: 1
		}

	.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
		display: block
	}

	.carousel-inner > .active {
		left: 0
	}

	.carousel-inner > .next, .carousel-inner > .prev {
		position: absolute;
		top: 0;
		width: 100%
	}

	.carousel-inner > .next {
		left: 100%
	}

	.carousel-inner > .prev {
		left: -100%
	}

		.carousel-inner > .next.left, .carousel-inner > .prev.right {
			left: 0
		}

	.carousel-inner > .active.left {
		left: -100%
	}

	.carousel-inner > .active.right {
		left: 100%
	}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

	.carousel-control.left {
		background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5)0%),color-stop(rgba(0,0,0,.0001)100%));
		background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5)0%,rgba(0,0,0,.0001)100%);
		background-image: linear-gradient(to right,rgba(0,0,0,.5)0%,rgba(0,0,0,.0001)100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
	}

	.carousel-control.right {
		left: auto;
		right: 0;
		background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001)0%),color-stop(rgba(0,0,0,.5)100%));
		background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001)0%,rgba(0,0,0,.5)100%);
		background-image: linear-gradient(to right,rgba(0,0,0,.0001)0%,rgba(0,0,0,.5)100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
	}

	.carousel-control:hover, .carousel-control:focus {
		outline: none;
		color: #fff;
		text-decoration: none;
		opacity: .9;
		filter: alpha(opacity=90)
	}

	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block
	}

	.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
		left: 50%
	}

	.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
		right: 50%
	}

	.carousel-control .icon-prev, .carousel-control .icon-next {
		width: 20px;
		height: 20px;
		margin-top: -10px;
		margin-left: -10px;
		font-family: serif
	}

		.carousel-control .icon-prev:before {
			content: '\2039'
		}

		.carousel-control .icon-next:before {
			content: '\203a'
		}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

	.carousel-indicators li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 1px;
		text-indent: -999px;
		border: 1px solid #fff;
		border-radius: 10px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0,0,0,0)
	}

	.carousel-indicators .active {
		margin: 0;
		width: 12px;
		height: 12px;
		background-color: #fff
	}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

	.carousel-caption .btn {
		text-shadow: none
	}

@media screen and (min-width:768px) {
	.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table
	}

	tr.visible-xs {
		display: table-row !important
	}

	th.visible-xs, td.visible-xs {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-xs.visible-sm {
		display: block !important
	}

	table.visible-xs.visible-sm {
		display: table
	}

	tr.visible-xs.visible-sm {
		display: table-row !important
	}

	th.visible-xs.visible-sm, td.visible-xs.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-xs.visible-md {
		display: block !important
	}

	table.visible-xs.visible-md {
		display: table
	}

	tr.visible-xs.visible-md {
		display: table-row !important
	}

	th.visible-xs.visible-md, td.visible-xs.visible-md {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-xs.visible-lg {
		display: block !important
	}

	table.visible-xs.visible-lg {
		display: table
	}

	tr.visible-xs.visible-lg {
		display: table-row !important
	}

	th.visible-xs.visible-lg, td.visible-xs.visible-lg {
		display: table-cell !important
	}
}

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
	display: none !important
}

@media (max-width:767px) {
	.visible-sm.visible-xs {
		display: block !important
	}

	table.visible-sm.visible-xs {
		display: table
	}

	tr.visible-sm.visible-xs {
		display: table-row !important
	}

	th.visible-sm.visible-xs, td.visible-sm.visible-xs {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table
	}

	tr.visible-sm {
		display: table-row !important
	}

	th.visible-sm, td.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-sm.visible-md {
		display: block !important
	}

	table.visible-sm.visible-md {
		display: table
	}

	tr.visible-sm.visible-md {
		display: table-row !important
	}

	th.visible-sm.visible-md, td.visible-sm.visible-md {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-sm.visible-lg {
		display: block !important
	}

	table.visible-sm.visible-lg {
		display: table
	}

	tr.visible-sm.visible-lg {
		display: table-row !important
	}

	th.visible-sm.visible-lg, td.visible-sm.visible-lg {
		display: table-cell !important
	}
}

.visible-md, tr.visible-md, th.visible-md, td.visible-md {
	display: none !important
}

@media (max-width:767px) {
	.visible-md.visible-xs {
		display: block !important
	}

	table.visible-md.visible-xs {
		display: table
	}

	tr.visible-md.visible-xs {
		display: table-row !important
	}

	th.visible-md.visible-xs, td.visible-md.visible-xs {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-md.visible-sm {
		display: block !important
	}

	table.visible-md.visible-sm {
		display: table
	}

	tr.visible-md.visible-sm {
		display: table-row !important
	}

	th.visible-md.visible-sm, td.visible-md.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table
	}

	tr.visible-md {
		display: table-row !important
	}

	th.visible-md, td.visible-md {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-md.visible-lg {
		display: block !important
	}

	table.visible-md.visible-lg {
		display: table
	}

	tr.visible-md.visible-lg {
		display: table-row !important
	}

	th.visible-md.visible-lg, td.visible-md.visible-lg {
		display: table-cell !important
	}
}

.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
	display: none !important
}

@media (max-width:767px) {
	.visible-lg.visible-xs {
		display: block !important
	}

	table.visible-lg.visible-xs {
		display: table
	}

	tr.visible-lg.visible-xs {
		display: table-row !important
	}

	th.visible-lg.visible-xs, td.visible-lg.visible-xs {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-lg.visible-sm {
		display: block !important
	}

	table.visible-lg.visible-sm {
		display: table
	}

	tr.visible-lg.visible-sm {
		display: table-row !important
	}

	th.visible-lg.visible-sm, td.visible-lg.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-lg.visible-md {
		display: block !important
	}

	table.visible-lg.visible-md {
		display: table
	}

	tr.visible-lg.visible-md {
		display: table-row !important
	}

	th.visible-lg.visible-md, td.visible-lg.visible-md {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg, td.visible-lg {
		display: table-cell !important
	}
}

.hidden-xs {
	display: block !important
}

table.hidden-xs {
	display: table
}

tr.hidden-xs {
	display: table-row !important
}

th.hidden-xs, td.hidden-xs {
	display: table-cell !important
}

@media (max-width:767px) {
	.hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
		display: none !important
	}
}

.hidden-sm {
	display: block !important
}

table.hidden-sm {
	display: table
}

tr.hidden-sm {
	display: table-row !important
}

th.hidden-sm, td.hidden-sm {
	display: table-cell !important
}

@media (max-width:767px) {
	.hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
		display: none !important
	}
}

.hidden-md {
	display: block !important
}

table.hidden-md {
	display: table
}

tr.hidden-md {
	display: table-row !important
}

th.hidden-md, td.hidden-md {
	display: table-cell !important
}

@media (max-width:767px) {
	.hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
		display: none !important
	}
}

.hidden-lg {
	display: block !important
}

table.hidden-lg {
	display: table
}

tr.hidden-lg {
	display: table-row !important
}

th.hidden-lg, td.hidden-lg {
	display: table-cell !important
}

@media (max-width:767px) {
	.hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
		display: none !important
	}
}

.visible-print, tr.visible-print, th.visible-print, td.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table
	}

	tr.visible-print {
		display: table-row !important
	}

	th.visible-print, td.visible-print {
		display: table-cell !important
	}

	.hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
		display: none !important
	}
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important
}

* {
	margin: 0
}

html {
	overflow-y: scroll
}

body > hgroup {
	margin-bottom: 15px
}

body > section, body > .blt-wrap > section {
	margin-bottom: 30px
}

	body > section + section, body > .blt-wrap > section + section {
		margin-top: 30px
	}

	body > section.attr-call-out, body > .blt-wrap > section.attr-call-out {
		background: #fcfcfd;
		position: relative;
		overflow: hidden;
		padding-top: 15px;
		padding-bottom: 15px
	}

		body > section.attr-call-out:before, body > .blt-wrap > section.attr-call-out:before {
			box-shadow: 0 0 10px #d7d7da;
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			height: 1px
		}

		body > section.attr-call-out:after, body > .blt-wrap > section.attr-call-out:after {
			box-shadow: 0 0 10px #d7d7da;
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			height: 1px
		}

body.task {
	background: #f2f2f3
}

	body.task .container {
		width: 700px
	}

	body.task > section.highlight {
		margin-top: 30px;
		margin-bottom: 45px
	}

		body.task > section.highlight .container {
			position: relative
		}

			body.task > section.highlight .container .container-wrapper .grid-column-content {
				position: static;
				z-index: 1000;
				padding-left: 30px;
				width: 65%
			}

				body.task > section.highlight .container .container-wrapper .grid-column-content:after {
					box-shadow: 0 0 10px rgba(0,0,0,.3);
					position: absolute;
					top: -15px;
					left: 15px;
					bottom: -15px;
					right: 15px;
					background: #fff;
					content: " ";
					z-index: -1
				}

			body.task > section.highlight .container .container-wrapper .grid-column-tools {
				z-index: 1000;
				padding-right: 30px;
				width: 35%
			}

	body.task footer.footer-instance, body.task .breadcrumb {
		display: none
	}

dl dd, dl dt {
	margin-bottom: 2px
}

dl input {
	margin-bottom: 4px
}

footer {
	background: #f2f2f3
}

	footer.footer-platform {
		background: #fff;
		border-top: 1px solid #bdbdc2;
		font-size: .9em
	}

		footer.footer-platform .container-wrapper {
			position: relative;
			height: 100px
		}

		footer.footer-platform a {
			color: #333
		}

			footer.footer-platform a:hover {
				text-decoration: none;
				color: #007bc4
			}

		footer.footer-platform .copyright {
			position: absolute;
			left: 15px;
			top: 30px
		}

		footer.footer-platform .policies {
			margin: 0;
			padding: 0;
			clear: both;
			color: #666;
			overflow: auto;
			list-style: none;
			font-size: 1em;
			position: absolute;
			right: 15px;
			top: 30px
		}

			footer.footer-platform .policies li {
				float: left
			}

				footer.footer-platform .policies li + li:before {
					content: "\2022";
					margin: 0 10px;
					color: #b3b3b3
				}

		footer.footer-platform .powered-by {
			position: absolute;
			bottom: 10px;
			left: 50%;
			margin-left: -100px;
			text-align: center;
			width: 200px;
			font-size: .9em;
			color: #888
		}

			footer.footer-platform .powered-by img {
				max-width: 100px;
				height: auto
			}

	footer.footer-instance {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 50px;
		border-top: 1px solid #d7d7da;
		font-size: .95em;
		line-height: 1.51em
	}

		footer.footer-instance .powered-by {
			position: relative;
			float: left;
			width: 16.66666667%;
			min-height: 1px;
			padding-left: 15px;
			padding-right: 15px
		}

			footer.footer-instance .powered-by img {
				width: 100%
			}

		footer.footer-instance .footer-links {
			width: 83.33333333%
		}

		footer.footer-instance .footer-links, footer.footer-instance .account-manager {
			position: relative;
			float: left;
			min-height: 1px;
			padding-left: 15px;
			padding-right: 15px
		}

		footer.footer-instance .account-manager {
			width: 41.66666667%
		}

		footer.footer-instance .customer-service, footer.footer-instance .my-account {
			position: relative;
			float: left;
			width: 16.66666667%;
			min-height: 1px;
			padding-left: 15px;
			padding-right: 15px
		}

		footer.footer-instance .ffhub {
			position: relative;
			float: left;
			width: 25%;
			min-height: 1px;
			padding-left: 15px;
			padding-right: 15px
		}

		footer.footer-instance ul {
			list-style: none;
			margin: 0;
			padding: 0
		}

			footer.footer-instance ul li {
				margin: 5px 0;
				padding: 0
			}

				footer.footer-instance ul li a {
					color: #333
				}

.sign-in footer.footer-instance {
	display: none
}

header #brand {
	margin: 10px 0;
	position: relative;
	float: left;
	width: 41.66666667%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	height: 45px
}

	header #brand a {
		height: 100%;
		display: block
	}

	header #brand img {
		height: 100%;
		width: auto
	}

header #utility {
	position: relative;
	float: left;
	width: 58.33333333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

	header #utility .utility-wrapper {
		float: right;
		width: 100%;
		padding: 9px 15px;
		font-size: .95em;
		box-sizing: border-box
	}

	header #utility .nav-utility {
		text-align: right;
		list-style: none;
		margin: 0;
		padding: 0
	}

		header #utility .nav-utility li {
			display: inline
		}

			header #utility .nav-utility li + li:before {
				padding: 0 5px 0 2px;
				color: #b9b9b9;
				content: "\007C"
			}

	header #utility #location {
		float: right;
		margin-top: 10px
	}

		header #utility #location .dropdown-menu {
			z-index: 2000
		}

.task header {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #f2f2f3
}

	.task header #brand {
		position: relative;
		float: left;
		width: 150px;
		min-height: 1px;
		padding: 10px 15px;
		height: 65px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,.3);
		border-radius: 0 0 5px 5px;
		margin-left: 15px;
		margin-top: 0
	}

	.task header #utility {
		position: relative;
		min-height: 1px;
		padding-left: 30px;
		padding-right: 15px;
		margin-left: 150px;
		padding-top: 10px;
		float: none;
		width: auto
	}

body {
	font-size: 1.4em;
	font-weight: 400
}

.navbar p, .navbar a, .navbar li {
	font-weight: 300
}

h1, h2, h3, h4, h6, hgroup {
	font-weight: 400
}

h1 {
	font-size: 2.1em;
	margin-top: 10px
}

	h1 + .horizontal-list {
		margin-top: -7px;
		color: #666
	}

h2 {
	font-size: 1.375em;
	color: #333;
	border-bottom: 1px dotted #cfcfd3;
	padding-bottom: 10px;
	margin-top: 30px;
	position: relative
}

	h2:first-child {
		margin-top: 0
	}

	h2 a {
		top: 7px;
		right: 0;
		font-size: .7em
	}

	h2 a, h2 .note {
		position: absolute
	}

	h2 .note {
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		right: 15px;
		font-size: .85em;
		color: #595959
	}

h3 {
	font-size: 1.25em
}

h4 {
	font-size: 1.125em
}

h5 {
	font-weight: 700
}

label {
	font-size: .9em;
	font-weight: 400;
	vertical-align: middle
}

.contact-form label, .sign-in-module label {
	font-weight: 700
}

h5, h6, p {
	font-size: 1em
}

.small-font {
	font-size: .9em
}

.tiny-font {
	font-size: .8em
}

.thin-rule {
	margin-top: 10px;
	margin-bottom: 10px
}

.bold {
	font-weight: 600
}

.status-approved {
	color: #509137
}

.inline {
	display: inline
}

.block {
	display: block
}

.inline-label {
	font-weight: 700;
	float: left;
	width: 8em;
	margin-right: 1em;
	text-align: right;
	vertical-align: top
}

.inline-content {
	margin-left: 9em
}

.gray-font, .typography-shade {
	color: #666
}

.typography-price {
	color: #ea6721;
	text-align: right
}

.center {
	text-align: center
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 970px
}

	.container .container-wrapper {
		margin-left: -15px;
		margin-right: -15px
	}

		.container .container-wrapper:before, .container .container-wrapper:after {
			display: table
		}

		.container .container-wrapper:before {
			content: " ";
			display: table
		}

		.container .container-wrapper:after {
			content: " ";
			display: table;
			clear: both
		}

		.container .container-wrapper > .container-full-column, .container .container-wrapper [data-ffhub-product-carousel] .container-full-column {
			position: relative;
			float: left;
			width: 100%;
			min-height: 1px;
			padding-left: 15px;
			padding-right: 15px
		}

		.container .container-wrapper > h2 {
			margin-left: 15px;
			margin-right: 15px
		}

.grid-tools .grid-column-tools {
	position: relative;
	float: left;
	width: 25%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

	.grid-tools .grid-column-tools .facet-close {
		display: none
	}

.grid-tools .grid-column-content {
	width: 75%
}

.grid-tools .grid-column-content, .grid-dual .grid-column-content {
	position: relative;
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.grid-dual .grid-column-content {
	width: 58.33333333%
}

	.grid-dual .grid-column-tools, .grid-dual .grid-column-content + .grid-column-content {
		position: relative;
		float: left;
		width: 41.66666667%;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px
	}

.grid-actions .grid-column-tools {
	position: relative;
	float: left;
	width: 25%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

	.grid-actions .grid-column-tools .grid-tools-block + .grid-tools-block {
		margin-top: 15px
	}

	.grid-actions .grid-column-tools .grid-tools-block .grid-tools-note {
		color: #737373;
		font-weight: 400;
		font-style: italic;
		font-size: .85em
	}

	.grid-actions .grid-column-tools .grid-tools-block .fa-ul {
		font-size: .9em
	}

.grid-actions .grid-column-content {
	width: 75%
}

.grid-actions .grid-column-content, .grid-full .grid-column-content {
	position: relative;
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.grid-full .grid-column-content {
	width: 100%
}

.grid-column-content section + section {
	margin-top: 30px
}

.grid-column-content section.breakout {
	border-left-color: #cacace
}

.grid-column-content section.breakout, .grid-column-content section.breakout-warning, .grid-column-content section.breakout-error {
	border: 1px solid #eaeaeb;
	border-left-width: 4px;
	padding: 15px;
	border-radius: 3px
}

	.grid-column-content section.breakout h2 {
		font-size: 1.1em
	}

	.grid-column-content section.breakout h2, .grid-column-content section.breakout h3 {
		border-bottom: 1px solid #eaeaeb;
		background: #f7f7f8;
		margin: -15px -15px 15px;
		padding: 10px 15px
	}

	.grid-column-content section.breakout-warning h2, .grid-column-content section.breakout-error h2 {
		border-bottom: 1px solid #eaeaeb;
		background: #f7f7f8;
		margin: -15px -15px 15px;
		padding: 10px 15px;
		font-size: 1.1em
	}

	.grid-column-content section.breakout-warning h3, .grid-column-content section.breakout-error h3 {
		border-bottom: 1px solid #eaeaeb;
		background: #f7f7f8;
		margin: -15px -15px 15px;
		padding: 10px 15px
	}

	.grid-column-content section.breakout h3 {
		font-size: 1em
	}

	.grid-column-content section.breakout footer {
		border-top: 1px solid #efeff0;
		background: #fcfcfd;
		margin: 15px -15px -15px;
		padding: 10px 15px;
		font-size: .95em;
		display: block
	}

		.grid-column-content section.breakout footer .section-caption {
			display: table-cell;
			width: 99%;
			vertical-align: bottom
		}

		.grid-column-content section.breakout footer .section-summary {
			display: table-cell;
			width: 1%;
			vertical-align: bottom
		}

.grid-column-content section.breakout-warning {
	border-color: #fae3c4;
	border-left-color: #f0ad4e
}

	.grid-column-content section.breakout-warning h2 {
		background: #fef9f3;
		border-color: #fae3c4
	}

	.grid-column-content section.breakout-warning h3 {
		background: #fef9f3;
		border-color: #fae3c4;
		font-size: 1em
	}

.grid-column-content section.breakout-error {
	border-color: #f0b9b8;
	border-left-color: #d9534f
}

	.grid-column-content section.breakout-error h2 {
		background: #f9e2e2;
		border-color: #f0b9b8
	}

	.grid-column-content section.breakout-error h3 {
		background: #f9e2e2;
		border-color: #f0b9b8;
		font-size: 1em
	}

.grid-side-by-side {
	margin-left: -15px;
	margin-right: -15px
}

	.grid-side-by-side:before, .grid-side-by-side:after {
		display: table;
		content: " ";
		display: table
	}

	.grid-side-by-side:after {
		clear: both
	}

	.grid-side-by-side .grid-column-content {
		position: relative;
		float: left;
		width: 58.33333333%;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px
	}

	.grid-side-by-side .grid-column-secondary-content {
		position: relative;
		float: left;
		width: 41.66666667%;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px
	}

.grid-column-content-wrap {
	background: #fff;
	margin: auto;
	width: 100%;
	box-shadow: 0 0 5px #cacace;
	padding: 20px
}

	.grid-column-content-wrap .struct-row {
		margin-left: -15px;
		margin-right: -15px
	}

		.grid-column-content-wrap .struct-row:before, .grid-column-content-wrap .struct-row:after {
			display: table
		}

		.grid-column-content-wrap .struct-row:before {
			content: " ";
			display: table
		}

		.grid-column-content-wrap .struct-row:after {
			content: " ";
			display: table;
			clear: both
		}

		.grid-column-content-wrap .struct-row .struct-column-content {
			position: relative;
			float: left;
			width: 66.66666667%;
			min-height: 1px;
			padding-left: 15px;
			padding-right: 15px
		}

		.grid-column-content-wrap .struct-row .struct-column-tools {
			position: relative;
			float: left;
			width: 33.33333333%;
			min-height: 1px;
			padding-left: 15px;
			padding-right: 15px
		}

			.grid-column-content-wrap .struct-row .struct-column-tools .grid-tools-block + .grid-tools-block {
				margin-top: 15px
			}

#search {
	margin: 0 200px 0 100px;
	height: 46px;
	padding: 0 10px
}

	#search .input-group-btn:first-child > .btn {
		border-bottom-left-radius: 20px;
		border-top-left-radius: 20px
	}

	#search .input-group-btn:last-child > .btn {
		border-bottom-right-radius: 20px;
		border-top-right-radius: 20px
	}

	#search .input-group {
		margin-top: 4px;
		border: 4px solid #005da6;
		border-radius: 20px
	}

		#search .input-group input {
			border-bottom-left-radius: 20px;
			border-top-left-radius: 20px;
			width: 100%
		}

	#search .btn-search i {
		color: #007bc4
	}

	#search .dropdown-menu {
		width: 100%;
		display: none;
		padding: 0;
		border-radius: 0
	}

		#search .dropdown-menu li:first-child a {
			border-bottom: 1px dotted #d7d7da
		}

		#search .dropdown-menu li > a {
			padding: 3px 20px 3px 12px;
			-webkit-transition: color 250ms ease,background-color 250ms ease;
			transition: color 250ms ease,background-color 250ms ease;
			color: #737373;
			text-overflow: ellipsis;
			overflow: hidden
		}

		#search .dropdown-menu li.active > a, #search .dropdown-menu li:focus > a, #search .dropdown-menu li:hover > a {
			background-color: #ececee;
			color: #262626
		}

.navbar {
	box-shadow: 0 1px 3px rgba(0,0,0,.5)
}

	.navbar .navbar-form {
		margin-bottom: 0
	}

	.navbar .dropdown-menu {
		width: 213px
	}

.navbar-nav li, .navbar-nav.navbar-right li:first-child {
	border-right: 1px solid #006cb5;
	border-left: 1px solid #0f8ad3
}

.navbar-nav.navbar-left, .navbar-nav.navbar-right {
	border-left: 1px solid #006cb5;
	border-right: 1px solid #0f8ad3
}

.navbar-nav > li > a:hover {
	background-color: #008bde
}

.navbar-nav li .dropdown-menu li, .navbar-nav.navbar-right li .dropdown-menu li {
	border-left: none;
	border-right: none
}

@media (max-width:768px) {
	.navbar-nav {
		margin: 0 -15px
	}
}



.fa {
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

	.fa-ul > li {
		position: relative
	}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

	.fa-li.fa-lg {
		left: -1.85714286em
	}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	transform: scale(-1,1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1,-1);
	-ms-transform: scale(1,-1);
	transform: scale(1,-1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before, .fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before, .fa-users:before {
	content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before, .fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}

.fa-won:before, .fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}



.add-to-car-sidebar {
	display: none
}

.product-listing-holder {
	margin: 0;
	padding: 0 0 1px
}

	.product-listing-holder .product-price {
		color: #ea6721;
		font-weight: 700
	}

	.product-listing-holder .product-totals {
		display: none
	}

	.product-listing-holder .product-price-retail {
		text-decoration: line-through;
		color: #999;
		font-size: 12px;
		font-weight: 400
	}

	.product-listing-holder .product-data {
		color: #4d4d4d
	}

	.product-listing-holder .product-name a {
		font-weight: 700
	}

		.product-listing-holder .product-name a:hover {
			text-decoration: none
		}

	.product-listing-holder .product-image {
		position: relative
	}

		.product-listing-holder .product-image img {
			opacity: 1;
			-webkit-transition: 1s opacity;
			transition: 1s opacity;
			position: relative;
			z-index: 5
		}

			.product-listing-holder .product-image img.product-image-loading {
				opacity: 0
			}

		.product-listing-holder .product-image .product-image-placeholder {
			position: absolute;
			top: 0;
			left: 0;
			border: 3px dashed #d7d9dd;
			border-radius: 20px;
			z-index: 1
		}

	.product-listing-holder .product-options, .product-listing-holder .product-leadtime-notice, .product-listing-holder .product-avail-remove {
		display: none
	}

	.product-listing-holder .product-category {
		background: #f2f2f3;
		padding: 5px 10px;
		margin: 10px 0 5px;
		font-size: 13px;
		clear: both
	}

@media screen {
	.product-listing-holder.state-grid .product-listing-header, .product-listing-holder.state-grid .product-listing-actions, .product-listing-holder.state-grid .product-attributes, .product-listing-holder.state-grid .product-rating {
		display: none
	}

	.product-listing-holder.state-grid .horizontal-list li:before {
		content: ""
	}

	.product-listing-holder.state-grid .product-listing-holder-row {
		margin-left: -25px;
		margin-right: -25px;
		margin-bottom: 30px
	}

		.product-listing-holder.state-grid .product-listing-holder-row:before, .product-listing-holder.state-grid .product-listing-holder-row:after {
			display: table
		}

		.product-listing-holder.state-grid .product-listing-holder-row:before {
			content: " ";
			display: table
		}

		.product-listing-holder.state-grid .product-listing-holder-row:after {
			content: " ";
			display: table;
			clear: both
		}

		.product-listing-holder.state-grid .product-listing-holder-row .product-supplier, .product-listing-holder.state-grid .product-listing-holder-row .product-mfg-no, .product-listing-holder.state-grid .product-listing-holder-row .product-note, .product-listing-holder.state-grid .product-listing-holder-row .product-price-retail, .product-listing-holder.state-grid .product-listing-holder-row .product-qty, .product-listing-holder.state-grid .product-listing-holder-row .product-add-to-cart, .product-listing-holder.state-grid .product-listing-holder-row .product-uom, .product-listing-holder.state-grid .product-listing-holder-row .product-pack-size, .product-listing-holder.state-grid .product-listing-holder-row .product-brand {
			display: none
		}

		.product-listing-holder.state-grid .product-listing-holder-row .product-listing {
			position: relative;
			float: left;
			width: 25%;
			min-height: 1px;
			padding-left: 25px;
			padding-right: 25px;
			overflow: hidden
		}

			.product-listing-holder.state-grid .product-listing-holder-row .product-listing .product-image img {
				width: 100%;
				height: auto
			}

			.product-listing-holder.state-grid .product-listing-holder-row .product-listing .product-extras, .product-listing-holder.state-grid .product-listing-holder-row .product-listing .product-attributes {
				display: none
			}

			.product-listing-holder.state-grid .product-listing-holder-row .product-listing .product-data, .product-listing-holder.state-grid .product-listing-holder-row .product-listing .product-price {
				width: 90%
			}

			.product-listing-holder.state-grid .product-listing-holder-row .product-listing .product-name {
				margin-top: 5px
			}

				.product-listing-holder.state-grid .product-listing-holder-row .product-listing .product-name a {
					font-size: 15px;
					font-weight: 400
				}

			.product-listing-holder.state-grid .product-listing-holder-row .product-listing .product-sup-no {
				display: inline-block;
				font-size: 13px;
				color: #666;
				margin: 2px 0
			}

				.product-listing-holder.state-grid .product-listing-holder-row .product-listing .product-sup-no:before {
					content: "#"
				}

			.product-listing-holder.state-grid .product-listing-holder-row .product-listing .product-price .product-price-your {
				font-size: 15px;
				display: inline-block
			}

			.product-listing-holder.state-grid .product-listing-holder-row .product-listing .product-price .product-uom {
				display: inline-block;
				margin-left: 3px;
				color: #333;
				font-size: 13px;
				text-transform: lowercase;
				font-weight: 400
			}

			.product-listing-holder.state-grid .product-listing-holder-row .product-listing.state-unavailable .product-price, .product-listing-holder.state-grid .product-listing-holder-row .product-listing.state-available .product-availability {
				display: none
			}

	.product-listing-holder.state-grid-five .product-listing-holder-row .product-listing {
		position: relative;
		float: left;
		min-height: 1px;
		padding-left: 25px;
		padding-right: 25px;
		width: 20%
	}

	.product-listing-holder.state-detail .product-category {
		margin: 15px 0
	}

	.product-listing-holder.state-detail.state-detail-list .product-options {
		display: inline;
		font-weight: 400
	}

	.product-listing-holder.state-detail.state-detail-display .product-data {
		width: 85%
	}

	.product-listing-holder.state-detail .horizontal-list {
		margin-top: 5px
	}

	.product-listing-holder.state-detail .product-rating {
		height: 21px;
		margin-top: 5px
	}

	.product-listing-holder.state-detail .product-attributes {
		margin-top: 5px
	}

		.product-listing-holder.state-detail .product-attributes .ffhub-icons {
			width: 50%;
			float: left
		}

	.product-listing-holder.state-detail .product-listing-header, .product-listing-holder.state-detail .product-qty-remove, .product-listing-holder.state-detail .product-qty-update, .product-listing-holder.state-detail .product-supplier {
		display: none
	}

	.product-listing-holder.state-detail .product-listing {
		overflow: auto;
		clear: both;
		position: relative
	}

		.product-listing-holder.state-detail .product-listing + .product-listing {
			border-top: 1px dotted #bdbdc2;
			padding-top: 15px;
			margin-top: 15px
		}

		.product-listing-holder.state-detail .product-listing.state-unavailable .product-ordering, .product-listing-holder.state-detail .product-listing.state-unavailable .product-price {
			display: none
		}

		.product-listing-holder.state-detail .product-listing.state-unavailable .product-availability {
			float: left;
			margin-left: 3%;
			width: 33%;
			text-align: right
		}

			.product-listing-holder.state-detail .product-listing.state-unavailable .product-availability a {
				display: block;
				font-size: 12px
			}

		.product-listing-holder.state-detail .product-listing.state-available .product-availability {
			display: none;
			isithere: 169
		}

		.product-listing-holder.state-detail .product-listing .product-image {
			width: 12%;
			float: left
		}

			.product-listing-holder.state-detail .product-listing .product-image img {
				width: 100%;
				height: auto
			}

		.product-listing-holder.state-detail .product-listing .product-data {
			width: 51%;
			float: left;
			margin-left: 1%;
			font-size: 13px
		}

			.product-listing-holder.state-detail .product-listing .product-data .product-name {
				font-size: 14px
			}

			.product-listing-holder.state-detail .product-listing .product-data .product-supplier:before {
				content: "Supplier: ";
				color: #666
			}

			.product-listing-holder.state-detail .product-listing .product-data .product-sup-no {
				color: #666
			}

				.product-listing-holder.state-detail .product-listing .product-data .product-sup-no:before {
					content: "#"
				}

			.product-listing-holder.state-detail .product-listing .product-data .product-brand {
				display: inline-block
			}

				.product-listing-holder.state-detail .product-listing .product-data .product-brand:before {
					content: "by ";
					color: #666
				}

			.product-listing-holder.state-detail .product-listing .product-data .product-mfg-no:before {
				content: "Manufacturer #"
			}

			.product-listing-holder.state-detail .product-listing .product-data .product-uom, .product-listing-holder.state-detail .product-listing .product-data .product-pack-size {
				display: inline-block
			}

				.product-listing-holder.state-detail .product-listing .product-data .product-pack-size:before {
					content: " of "
				}

		.product-listing-holder.state-detail .product-listing .product-note {
			width: 8%;
			margin-left: 3%;
			float: left
		}

			.product-listing-holder.state-detail .product-listing .product-note .ffhub-glyph {
				float: left;
				display: none
			}

		.product-listing-holder.state-detail .product-listing .product-price {
			width: 17%;
			float: left;
			position: relative;
			left: 10%;
			margin-left: 1%;
			text-align: right
		}

			.product-listing-holder.state-detail .product-listing .product-price .product-price-your {
				font-size: 15px
			}

			.product-listing-holder.state-detail .product-listing .product-price .product-uom {
				display: none
			}

		.product-listing-holder.state-detail .product-listing .product-ordering {
			width: 5%;
			float: left;
			left: 11%;
			margin-left: 2%;
			text-align: right;
			position: relative
		}

			.product-listing-holder.state-detail .product-listing .product-ordering .product-qty input {
				display: block;
				height: 34px;
				font-size: 14px;
				line-height: 1.42857143;
				color: #555;
				vertical-align: middle;
				background-color: #fff;
				background-image: none;
				border: 1px solid #ccc;
				border-radius: 4px;
				box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
				-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
				transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
				padding: 6px 0;
				width: 100%;
				text-align: center
			}

				.product-listing-holder.state-detail .product-listing .product-ordering .product-qty input:focus {
					border-color: #66afe9;
					outline: 0;
					box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
				}

				.product-listing-holder.state-detail .product-listing .product-ordering .product-qty input:-moz-placeholder {
					color: #999
				}

				.product-listing-holder.state-detail .product-listing .product-ordering .product-qty input::-moz-placeholder {
					color: #999;
					opacity: 1
				}

				.product-listing-holder.state-detail .product-listing .product-ordering .product-qty input:-ms-input-placeholder {
					color: #999
				}

				.product-listing-holder.state-detail .product-listing .product-ordering .product-qty input::-webkit-input-placeholder {
					color: #999
				}

				.product-listing-holder.state-detail .product-listing .product-ordering .product-qty input[disabled], .product-listing-holder.state-detail .product-listing .product-ordering .product-qty input[readonly], fieldset[disabled] .product-listing-holder.state-detail .product-listing .product-ordering .product-qty input {
					cursor: not-allowed;
					background-color: #eee
				}

	textarea.product-listing-holder.state-detail .product-listing .product-ordering .product-qty input {
		height: auto
	}

	.product-listing-holder.state-detail .product-listing .product-ordering .product-add-to-cart button {
		position: absolute;
		right: 0;
		width: 100px;
		top: 45px;
		-webkit-transition: linear .2s opacity;
		transition: linear .2s opacity
	}

		.product-listing-holder.state-detail .product-listing .product-ordering .product-add-to-cart button.state-hiding {
			opacity: 0;
			filter: alpha(opacity=0)
		}

		.product-listing-holder.state-detail .product-listing .product-ordering .product-add-to-cart button.state-showing {
			opacity: 1;
			filter: alpha(opacity=100)
		}

	.product-listing-holder.state-detail .product-listing:hover .product-extras {
		opacity: 1;
		filter: alpha(opacity=100)
	}

	.product-listing-holder.state-detail .product-listing .product-extras {
		width: 100px;
		text-align: right;
		position: absolute;
		right: 0;
		bottom: 15px;
		height: 25px;
		-webkit-transition: linear .3s opacity;
		transition: linear .3s opacity;
		opacity: .4;
		filter: alpha(opacity=40)
	}

	.product-listing-holder.state-detail .product-listing-holder-row + .product-listing-holder-row .product-listing:first-child {
		border-top: 1px dotted #bdbdc2;
		padding-top: 15px;
		margin-top: 15px
	}

	.product-listing-holder.state-compact .product-qty-remove, .product-listing-holder.state-compact .product-qty-update, .product-listing-holder.state-compact .product-attributes, .product-listing-holder.state-compact .product-rating {
		display: none
	}

	.product-listing-holder.state-compact .horizontal-list {
		display: inline
	}

		.product-listing-holder.state-compact .horizontal-list li {
			float: none;
			display: inline
		}

			.product-listing-holder.state-compact .horizontal-list li:before {
				content: ""
			}

			.product-listing-holder.state-compact .horizontal-list li + li:before {
				margin: 0
			}

	.product-listing-holder.state-compact .product-listing-header {
		font-size: 11px;
		border-bottom: #bdbdc2 1px solid;
		padding-bottom: 5px;
		margin-bottom: 5px;
		overflow: auto;
		color: #666
	}

		.product-listing-holder.state-compact .product-listing-header .product-name {
			width: 30%;
			float: left
		}

		.product-listing-holder.state-compact .product-listing-header .product-brand {
			width: 20%;
			float: left;
			margin-left: 1%
		}

		.product-listing-holder.state-compact .product-listing-header .product-mfg-no, .product-listing-holder.state-compact .product-listing-header .product-sup-no, .product-listing-holder.state-compact .product-listing-header .product-uom {
			width: 10%;
			float: left;
			margin-left: 1%
		}

		.product-listing-holder.state-compact .product-listing-header .product-price-your, .product-listing-holder.state-compact .product-listing-header .product-totals {
			width: 9%;
			float: left;
			margin-left: 1%;
			text-align: right;
			display: block
		}

		.product-listing-holder.state-compact .product-listing-header .product-qty {
			width: 5%;
			float: left;
			margin-left: 2%;
			text-align: center
		}

		.product-listing-holder.state-compact .product-listing-header .product-note, .product-listing-holder.state-compact .product-listing-header .product-permutations, .product-listing-holder.state-compact .product-listing-header .product-attributes, .product-listing-holder.state-compact .product-listing-actions {
			display: none
		}

	.product-listing-holder.state-compact .product-listing {
		overflow: auto;
		clear: both;
		border-bottom: 1px solid #d7d7da;
		padding: 5px 0;
		font-size: 12px
	}

		.product-listing-holder.state-compact .product-listing .product-image, .product-listing-holder.state-compact .product-listing .product-price-retail, .product-listing-holder.state-compact .product-listing .product-add-to-cart, .product-listing-holder.state-compact .product-listing .product-pack-size, .product-listing-holder.state-compact .product-listing .product-supplier, .product-listing-holder.state-compact .product-listing .product-uom, .product-listing-holder.state-compact .product-listing .product-rating, .product-listing-holder.state-compact .product-listing .product-attributes, .product-listing-holder.state-compact .product-listing .product-extras, .product-listing-holder.state-compact .product-listing .product-note, .product-listing-holder.state-compact .product-listing.state-unavailable .product-ordering, .product-listing-holder.state-compact .product-listing.state-unavailable .product-price {
			display: none
		}

		.product-listing-holder.state-compact .product-listing.state-unavailable .product-availability {
			float: left;
			margin-left: 3%;
			width: 12%;
			text-align: right
		}

			.product-listing-holder.state-compact .product-listing.state-unavailable .product-availability a {
				display: block;
				font-size: 12px
			}

		.product-listing-holder.state-compact .product-listing.state-available .product-availability {
			display: none;
			isithere: 343
		}

		.product-listing-holder.state-compact .product-listing .product-name {
			width: 30%;
			float: left
		}

			.product-listing-holder.state-compact .product-listing .product-name .product-options {
				font-weight: 400;
				display: inline
			}

			.product-listing-holder.state-compact .product-listing .product-name a {
				font-weight: 400;
				color: #000;
				cursor: pointer;
				pointer-events: none
			}

		.product-listing-holder.state-compact .product-listing .product-brand {
			width: 20%;
			float: left;
			margin-left: 1%
		}

		.product-listing-holder.state-compact .product-listing .product-mfg-no, .product-listing-holder.state-compact .product-listing .product-sup-no, .product-listing-holder.state-compact .product-listing .product-uom {
			width: 10%;
			float: left;
			margin-left: 1%;
			font-size: 11px
		}

		.product-listing-holder.state-compact .product-listing .product-price-your, .product-listing-holder.state-compact .product-listing .product-totals {
			display: block;
			width: 9%;
			float: left;
			margin-left: 1%;
			text-align: right
		}

		.product-listing-holder.state-compact .product-listing .product-qty {
			width: 5%;
			float: left;
			margin-left: 2%
		}

			.product-listing-holder.state-compact .product-listing .product-qty input {
				display: block;
				width: 100%;
				color: #555;
				vertical-align: middle;
				background-color: #fff;
				background-image: none;
				border: 1px solid #ccc;
				box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
				-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
				transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
				height: 30px;
				line-height: 1.5;
				border-radius: 3px;
				text-align: center;
				padding: 5px 0;
				font-size: 11px
			}

				.product-listing-holder.state-compact .product-listing .product-qty input:focus {
					border-color: #66afe9;
					outline: 0;
					box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
				}

				.product-listing-holder.state-compact .product-listing .product-qty input:-moz-placeholder {
					color: #999
				}

				.product-listing-holder.state-compact .product-listing .product-qty input::-moz-placeholder {
					color: #999;
					opacity: 1
				}

				.product-listing-holder.state-compact .product-listing .product-qty input:-ms-input-placeholder {
					color: #999
				}

				.product-listing-holder.state-compact .product-listing .product-qty input::-webkit-input-placeholder {
					color: #999
				}

				.product-listing-holder.state-compact .product-listing .product-qty input[disabled], .product-listing-holder.state-compact .product-listing .product-qty input[readonly], fieldset[disabled] .product-listing-holder.state-compact .product-listing .product-qty input {
					cursor: not-allowed;
					background-color: #eee
				}

	select.product-listing-holder.state-compact .product-listing .product-qty input {
		height: 30px;
		line-height: 30px
	}

	textarea.product-listing-holder.state-compact .product-listing .product-qty input {
		height: auto
	}

	.product-listing-holder.state-compact .product-listing .product-data, .product-listing-holder.state-compact .product-listing .product-price, .product-listing-holder.state-compact .product-listing .product-ordering {
		display: inline
	}

	.product-listing-holder.state-compact-strict .product-attributes, .product-listing-holder.state-compact-strict .product-rating {
		display: none
	}

	.product-listing-holder.state-compact-strict .horizontal-list li:before {
		content: ""
	}

	.product-listing-holder.state-compact-strict.state-edit .product-listing-header .product-qty, .product-listing-holder.state-compact-strict.state-edit .product-listing-header .product-price-your {
		display: none
	}

	.product-listing-holder.state-compact-strict.state-edit .product-listing .product-price-your {
		left: 85%;
		width: 9%;
		text-align: right
	}

	.product-listing-holder.state-compact-strict.state-edit .product-listing .product-qty input {
		display: none
	}

	.product-listing-holder.state-compact-strict.state-edit .product-listing .product-qty {
		width: 5%;
		left: 95%
	}

		.product-listing-holder.state-compact-strict.state-edit .product-listing .product-qty .product-qty-remove {
			display: block;
			padding: 5px 0;
			font-size: 1em
		}

		.product-listing-holder.state-compact-strict.state-edit .product-listing .product-qty .product-qty-update {
			display: none
		}

	.product-listing-holder.state-compact-strict.state-edit .product-listing.state-unavailable .product-availability {
		left: 80%
	}

	.product-listing-holder.state-compact-strict.state-edit .product-listing.state-unavailable .product-ordering .product-qty .product-qty-remove {
		display: block
	}

	.product-listing-holder.state-compact-strict.state-edit .product-listing-actions, .product-listing-holder.state-compact-strict .product-image, .product-listing-holder.state-compact-strict .product-price-retail, .product-listing-holder.state-compact-strict .product-add-to-cart, .product-listing-holder.state-compact-strict .product-pack-size, .product-listing-holder.state-compact-strict .product-supplier, .product-listing-holder.state-compact-strict .product-permutations, .product-listing-holder.state-compact-strict .product-qty-remove, .product-listing-holder.state-compact-strict .product-qty-update {
		display: none
	}

	.product-listing-holder.state-compact-strict .product-listing-header {
		font-size: 11px;
		border-bottom: #bdbdc2 1px solid;
		padding-bottom: 5px;
		margin-bottom: 5px;
		color: #666;
		position: relative;
		height: 25px
	}

		.product-listing-holder.state-compact-strict .product-listing-header div {
			position: absolute;
			top: 0;
			line-height: 25px;
			height: 25px
		}

		.product-listing-holder.state-compact-strict .product-listing-header .product-name {
			width: 39%;
			left: 1%;
			font-weight: 400
		}

		.product-listing-holder.state-compact-strict .product-listing-header .product-brand {
			width: 19%;
			left: 41%
		}

		.product-listing-holder.state-compact-strict .product-listing-header .product-mfg-no {
			width: 8%;
			left: 61%
		}

		.product-listing-holder.state-compact-strict .product-listing-header .product-sup-no {
			width: 8%;
			left: 70%
		}

		.product-listing-holder.state-compact-strict .product-listing-header .product-uom {
			width: 8%;
			left: 79%
		}

		.product-listing-holder.state-compact-strict .product-listing-header .product-note, .product-listing-holder.state-compact-strict .product-listing-header .product-price-your {
			display: none
		}

		.product-listing-holder.state-compact-strict .product-listing-header .product-qty {
			width: 4%;
			left: 96%;
			text-align: center
		}

	.product-listing-holder.state-compact-strict .product-listing {
		height: 34px;
		position: relative;
		border-bottom: 1px solid #d7d7da
	}

		.product-listing-holder.state-compact-strict .product-listing:nth-child(even) {
			background: #fff;
			border-bottom: 1px solid #cacace
		}

		.product-listing-holder.state-compact-strict .product-listing .product-name, .product-listing-holder.state-compact-strict .product-listing .product-brand, .product-listing-holder.state-compact-strict .product-listing .product-mfg-no, .product-listing-holder.state-compact-strict .product-listing .product-sup-no, .product-listing-holder.state-compact-strict .product-listing .product-uom, .product-listing-holder.state-compact-strict .product-listing .product-price-your {
			height: 34px;
			line-height: 34px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			top: 0;
			font-size: 12px;
			position: absolute
		}

		.product-listing-holder.state-compact-strict .product-listing .product-qty, .product-listing-holder.state-compact-strict .product-listing .product-availability {
			height: 34px;
			line-height: 34px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			font-size: 12px;
			position: absolute
		}

		.product-listing-holder.state-compact-strict .product-listing .product-availability {
			top: 0
		}

		.product-listing-holder.state-compact-strict .product-listing .product-extras, .product-listing-holder.state-compact-strict .product-listing.state-unavailable .product-price, .product-listing-holder.state-compact-strict .product-listing.state-unavailable .product-ordering .product-qty-input, .product-listing-holder.state-compact-strict .product-listing.state-unavailable .product-ordering .product-qty-remove {
			display: none
		}

		.product-listing-holder.state-compact-strict .product-listing.state-unavailable .product-availability {
			position: absolute;
			left: 86%;
			width: 14%;
			text-align: right;
			font-size: 12px
		}

			.product-listing-holder.state-compact-strict .product-listing.state-unavailable .product-availability a {
				font-size: 12px
			}

		.product-listing-holder.state-compact-strict .product-listing.state-available .product-availability {
			display: none
		}

		.product-listing-holder.state-compact-strict .product-listing .hover-box-reveal {
			width: auto;
			background: #f3f3f4;
			z-index: 4;
			border: 1px #aeb3b9 solid;
			top: -1px;
			padding: 0 10px;
			margin-left: -11px;
			border-radius: 5px;
			box-shadow: 0 0 10px #a1a6ad
		}

		.product-listing-holder.state-compact-strict .product-listing .product-name {
			left: 1%;
			width: 39%
		}

			.product-listing-holder.state-compact-strict .product-listing .product-name:hover {
				width: auto;
				background: #f3f3f4;
				z-index: 4;
				border: 1px #aeb3b9 solid;
				top: -1px;
				padding: 0 10px;
				margin-left: -11px;
				border-radius: 5px;
				box-shadow: 0 0 10px #a1a6ad
			}

		.product-listing-holder.state-compact-strict .product-listing .product-brand {
			left: 41%;
			width: 19%
		}

			.product-listing-holder.state-compact-strict .product-listing .product-brand:hover {
				width: auto;
				background: #f3f3f4;
				z-index: 4;
				border: 1px #aeb3b9 solid;
				top: -1px;
				padding: 0 10px;
				margin-left: -11px;
				border-radius: 5px;
				box-shadow: 0 0 10px #a1a6ad
			}

		.product-listing-holder.state-compact-strict .product-listing .product-mfg-no {
			left: 61%;
			width: 8%
		}

			.product-listing-holder.state-compact-strict .product-listing .product-mfg-no:hover {
				width: auto;
				background: #f3f3f4;
				z-index: 4;
				border: 1px #aeb3b9 solid;
				top: -1px;
				padding: 0 10px;
				margin-left: -11px;
				border-radius: 5px;
				box-shadow: 0 0 10px #a1a6ad
			}

		.product-listing-holder.state-compact-strict .product-listing .product-sup-no {
			left: 70%;
			width: 8%
		}

			.product-listing-holder.state-compact-strict .product-listing .product-sup-no:hover {
				width: auto;
				background: #f3f3f4;
				z-index: 4;
				border: 1px #aeb3b9 solid;
				top: -1px;
				padding: 0 10px;
				margin-left: -11px;
				border-radius: 5px;
				box-shadow: 0 0 10px #a1a6ad
			}

		.product-listing-holder.state-compact-strict .product-listing .product-uom {
			left: 79%;
			width: 8%
		}

		.product-listing-holder.state-compact-strict .product-listing .product-note {
			left: 69%
		}

			.product-listing-holder.state-compact-strict .product-listing .product-note .ffhub-glyph {
				height: 34px;
				line-height: 34px;
				float: left;
				display: none
			}

				.product-listing-holder.state-compact-strict .product-listing .product-note .ffhub-glyph:before {
					height: 34px;
					line-height: 34px;
					font-size: .9em
				}

		.product-listing-holder.state-compact-strict .product-listing .product-price-your {
			left: 86%;
			width: 9%;
			text-align: right
		}

		.product-listing-holder.state-compact-strict .product-listing .product-price .product-uom {
			display: none
		}

		.product-listing-holder.state-compact-strict .product-listing .product-qty {
			left: 96%;
			width: 4%;
			top: 2px
		}

			.product-listing-holder.state-compact-strict .product-listing .product-qty input {
				display: block;
				width: 100%;
				color: #555;
				vertical-align: middle;
				background-color: #fff;
				background-image: none;
				border: 1px solid #ccc;
				box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
				-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
				transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
				height: 30px;
				line-height: 1.5;
				border-radius: 3px;
				text-align: center;
				padding: 5px 0;
				font-size: 11px
			}

				.product-listing-holder.state-compact-strict .product-listing .product-qty input:focus {
					border-color: #66afe9;
					outline: 0;
					box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
				}

				.product-listing-holder.state-compact-strict .product-listing .product-qty input:-moz-placeholder {
					color: #999
				}

				.product-listing-holder.state-compact-strict .product-listing .product-qty input::-moz-placeholder {
					color: #999;
					opacity: 1
				}

				.product-listing-holder.state-compact-strict .product-listing .product-qty input:-ms-input-placeholder {
					color: #999
				}

				.product-listing-holder.state-compact-strict .product-listing .product-qty input::-webkit-input-placeholder {
					color: #999
				}

				.product-listing-holder.state-compact-strict .product-listing .product-qty input[disabled], .product-listing-holder.state-compact-strict .product-listing .product-qty input[readonly], fieldset[disabled] .product-listing-holder.state-compact-strict .product-listing .product-qty input {
					cursor: not-allowed;
					background-color: #eee
				}

	select.product-listing-holder.state-compact-strict .product-listing .product-qty input {
		height: 30px;
		line-height: 30px
	}

	textarea.product-listing-holder.state-compact-strict .product-listing .product-qty input {
		height: auto
	}

	.product-listing-holder.state-grid-carousel .product-listing-holder-row {
		float: left;
		clear: none;
		margin: 0 -25px
	}

	.product-listing-holder.state-detail, .product-listing-holder.state-compact-strict, .product-listing-holder.state-compact {
		position: relative
	}

		.product-listing-holder.state-detail .product-listing-actions, .product-listing-holder.state-compact-strict .product-listing-actions, .product-listing-holder.state-compact .product-listing-actions {
			padding: 10px 0;
			height: 53px
		}

			.product-listing-holder.state-detail .product-listing-actions.state-locked, .product-listing-holder.state-compact-strict .product-listing-actions.state-locked, .product-listing-holder.state-compact .product-listing-actions.state-locked {
				position: fixed;
				bottom: 0;
				z-index: 10;
				background: #f2f2f3;
				box-shadow: inset -1px 2px 15px -3px #bdbdc2;
				width: 100%;
				left: 0
			}

				.product-listing-holder.state-detail .product-listing-actions.state-locked .btn-primary, .product-listing-holder.state-compact-strict .product-listing-actions.state-locked .btn-primary, .product-listing-holder.state-compact .product-listing-actions.state-locked .btn-primary {
					position: absolute;
					left: 50%;
					margin-left: 368px;
					top: 10px
				}

	.product-listing-holder.state-detail-simple .product-listing .product-image {
		width: 8%
	}

	.product-listing-holder.state-detail-simple .product-listing .product-data {
		width: 45%
	}

		.product-listing-holder.state-detail-simple .product-listing .product-data .product-supplier {
			display: none
		}

		.product-listing-holder.state-detail-simple .product-listing .product-data .product-leadtime-notice {
			display: block
		}

	.product-listing-holder.state-detail-simple .product-listing .product-options {
		display: inline;
		font-weight: 400
	}

	.product-listing-holder.state-detail-simple .product-listing .product-ordering {
		margin-left: 8%;
		left: 0%;
		width: 6%;
		position: relative
	}

		.product-listing-holder.state-detail-simple .product-listing .product-ordering input {
			position: relative;
			z-index: 2
		}

		.product-listing-holder.state-detail-simple .product-listing .product-ordering .product-qty .product-qty-remove {
			display: block;
			font-size: .7em;
			padding: 0
		}

		.product-listing-holder.state-detail-simple .product-listing .product-ordering .product-qty .product-qty-update {
			display: block;
			font-size: .7em;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			padding: 5px 0 2px;
			z-index: 1;
			-webkit-transition: top 250ms ease;
			transition: top 250ms ease
		}

			.product-listing-holder.state-detail-simple .product-listing .product-ordering .product-qty .product-qty-update.state-update {
				top: 28px
			}

	.product-listing-holder.state-detail-simple .product-listing .product-price {
		left: 0%
	}

		.product-listing-holder.state-detail-simple .product-listing .product-price .product-price-your {
			font-size: 1em
		}

	.product-listing-holder.state-detail-simple .product-listing .product-note, .product-listing-holder.state-detail-simple .product-listing .product-extras {
		display: none
	}

	.product-listing-holder.state-detail-simple .product-listing .product-totals {
		display: block;
		width: 14%;
		float: left;
		text-align: right
	}

	.product-listing-holder.state-detail-simple .product-listing.state-unavailable .product-totals {
		display: none
	}

	.product-listing-holder.state-detail-simple .product-listing.state-unavailable .product-availability {
		width: 43%
	}

	.product-listing-holder.state-detail-simple .product-listing.state-unavailable .product-avail-remove {
		display: block
	}

	.product-listing-holder.state-detail-simple .product-listing-actions {
		display: none
	}

	.product-listing-holder.state-detail-snippet .product-listing .product-image {
		width: 22%
	}

	.product-listing-holder.state-detail-snippet .product-listing .product-data {
		width: 77%
	}

		.product-listing-holder.state-detail-snippet .product-listing .product-data .product-supplier {
			display: none
		}

	.product-listing-holder.state-detail-snippet .product-listing .product-options {
		display: block
	}

	.product-listing-holder.state-detail-snippet .product-listing .product-ordering, .product-listing-holder.state-detail-snippet .product-listing .product-totals, .product-listing-holder.state-detail-snippet .product-listing .product-price, .product-listing-holder.state-detail-snippet .product-listing .product-note, .product-listing-holder.state-detail-snippet .product-listing .product-extras, .product-listing-holder.state-detail-snippet .product-listing-actions {
		display: none
	}
}

@media print {
	.product-listing-holder.state-compact .product-qty-remove, .product-listing-holder.state-grid .product-qty-remove, .product-listing-holder.state-detail .product-qty-remove, .product-listing-holder.state-compact-strict .product-qty-remove, .product-listing-holder.state-compact .product-qty-update, .product-listing-holder.state-grid .product-qty-update, .product-listing-holder.state-detail .product-qty-update, .product-listing-holder.state-compact-strict .product-qty-update, .product-listing-holder.state-compact .product-attributes, .product-listing-holder.state-grid .product-attributes, .product-listing-holder.state-detail .product-attributes, .product-listing-holder.state-compact-strict .product-attributes, .product-listing-holder.state-compact .product-rating, .product-listing-holder.state-grid .product-rating, .product-listing-holder.state-detail .product-rating, .product-listing-holder.state-compact-strict .product-rating {
		display: none
	}

	.product-listing-holder.state-compact .horizontal-list, .product-listing-holder.state-grid .horizontal-list, .product-listing-holder.state-detail .horizontal-list, .product-listing-holder.state-compact-strict .horizontal-list {
		display: inline
	}

		.product-listing-holder.state-compact .horizontal-list li, .product-listing-holder.state-grid .horizontal-list li, .product-listing-holder.state-detail .horizontal-list li, .product-listing-holder.state-compact-strict .horizontal-list li {
			float: none;
			display: inline
		}

			.product-listing-holder.state-compact .horizontal-list li:before, .product-listing-holder.state-grid .horizontal-list li:before, .product-listing-holder.state-detail .horizontal-list li:before, .product-listing-holder.state-compact-strict .horizontal-list li:before {
				content: ""
			}

			.product-listing-holder.state-compact .horizontal-list li + li:before, .product-listing-holder.state-grid .horizontal-list li + li:before, .product-listing-holder.state-detail .horizontal-list li + li:before, .product-listing-holder.state-compact-strict .horizontal-list li + li:before {
				margin: 0
			}

	.product-listing-holder.state-compact .product-listing-header, .product-listing-holder.state-grid .product-listing-header, .product-listing-holder.state-detail .product-listing-header, .product-listing-holder.state-compact-strict .product-listing-header {
		font-size: 11px;
		border-bottom: #bdbdc2 1px solid;
		padding-bottom: 5px;
		margin-bottom: 5px;
		overflow: hidden;
		color: #666
	}

		.product-listing-holder.state-compact .product-listing-header .product-name, .product-listing-holder.state-grid .product-listing-header .product-name, .product-listing-holder.state-detail .product-listing-header .product-name, .product-listing-holder.state-compact-strict .product-listing-header .product-name {
			position: relative;
			width: 30%;
			float: left
		}

		.product-listing-holder.state-compact .product-listing-header .product-brand, .product-listing-holder.state-grid .product-listing-header .product-brand, .product-listing-holder.state-detail .product-listing-header .product-brand, .product-listing-holder.state-compact-strict .product-listing-header .product-brand {
			position: relative;
			width: 20%;
			float: left;
			margin-left: 1%
		}

		.product-listing-holder.state-compact .product-listing-header .product-mfg-no, .product-listing-holder.state-grid .product-listing-header .product-mfg-no, .product-listing-holder.state-detail .product-listing-header .product-mfg-no, .product-listing-holder.state-compact-strict .product-listing-header .product-mfg-no, .product-listing-holder.state-compact .product-listing-header .product-sup-no, .product-listing-holder.state-grid .product-listing-header .product-sup-no, .product-listing-holder.state-detail .product-listing-header .product-sup-no, .product-listing-holder.state-compact-strict .product-listing-header .product-sup-no {
			position: relative;
			width: 10%;
			float: left;
			margin-left: 1.5%
		}

		.product-listing-holder.state-compact .product-listing-header .product-uom, .product-listing-holder.state-grid .product-listing-header .product-uom, .product-listing-holder.state-detail .product-listing-header .product-uom, .product-listing-holder.state-compact-strict .product-listing-header .product-uom {
			position: relative;
			width: 6%;
			float: left;
			margin-left: 1.5%
		}

		.product-listing-holder.state-compact .product-listing-header .product-price-your, .product-listing-holder.state-grid .product-listing-header .product-price-your, .product-listing-holder.state-detail .product-listing-header .product-price-your, .product-listing-holder.state-compact-strict .product-listing-header .product-price-your, .product-listing-holder.state-compact .product-listing-header .product-totals, .product-listing-holder.state-grid .product-listing-header .product-totals, .product-listing-holder.state-detail .product-listing-header .product-totals, .product-listing-holder.state-compact-strict .product-listing-header .product-totals {
			position: relative;
			width: 79%;
			left: 83%;
			float: left;
			text-align: right;
			display: block
		}

		.product-listing-holder.state-compact .product-listing-header .product-note, .product-listing-holder.state-grid .product-listing-header .product-note, .product-listing-holder.state-detail .product-listing-header .product-note, .product-listing-holder.state-compact-strict .product-listing-header .product-note, .product-listing-holder.state-compact .product-listing-header .product-permutations, .product-listing-holder.state-grid .product-listing-header .product-permutations, .product-listing-holder.state-detail .product-listing-header .product-permutations, .product-listing-holder.state-compact-strict .product-listing-header .product-permutations, .product-listing-holder.state-compact .product-listing-header .product-attributes, .product-listing-holder.state-grid .product-listing-header .product-attributes, .product-listing-holder.state-detail .product-listing-header .product-attributes, .product-listing-holder.state-compact-strict .product-listing-header .product-attributes, .product-listing-holder.state-compact .product-listing-header .product-qty, .product-listing-holder.state-grid .product-listing-header .product-qty, .product-listing-holder.state-detail .product-listing-header .product-qty, .product-listing-holder.state-compact-strict .product-listing-header .product-qty {
			display: none
		}

	.product-listing-holder.state-compact .product-listing-holder-row, .product-listing-holder.state-grid .product-listing-holder-row, .product-listing-holder.state-detail .product-listing-holder-row, .product-listing-holder.state-compact-strict .product-listing-holder-row {
		overflow: hidden
	}

	.product-listing-holder.state-compact .product-listing-actions, .product-listing-holder.state-grid .product-listing-actions, .product-listing-holder.state-detail .product-listing-actions, .product-listing-holder.state-compact-strict .product-listing-actions {
		display: none
	}

	.product-listing-holder.state-compact .product-listing, .product-listing-holder.state-grid .product-listing, .product-listing-holder.state-detail .product-listing, .product-listing-holder.state-compact-strict .product-listing {
		position: relative;
		min-height: 40px;
		page-break-inside: avoid;
		clear: both;
		border-bottom: 1px solid #d7d7da;
		padding: 5px 0;
		font-size: 12px
	}

		.product-listing-holder.state-compact .product-listing .product-image, .product-listing-holder.state-grid .product-listing .product-image, .product-listing-holder.state-detail .product-listing .product-image, .product-listing-holder.state-compact-strict .product-listing .product-image, .product-listing-holder.state-compact .product-listing .product-price-retail, .product-listing-holder.state-grid .product-listing .product-price-retail, .product-listing-holder.state-detail .product-listing .product-price-retail, .product-listing-holder.state-compact-strict .product-listing .product-price-retail, .product-listing-holder.state-compact .product-listing .product-add-to-cart, .product-listing-holder.state-grid .product-listing .product-add-to-cart, .product-listing-holder.state-detail .product-listing .product-add-to-cart, .product-listing-holder.state-compact-strict .product-listing .product-add-to-cart, .product-listing-holder.state-compact .product-listing .product-pack-size, .product-listing-holder.state-grid .product-listing .product-pack-size, .product-listing-holder.state-detail .product-listing .product-pack-size, .product-listing-holder.state-compact-strict .product-listing .product-pack-size, .product-listing-holder.state-compact .product-listing .product-supplier, .product-listing-holder.state-grid .product-listing .product-supplier, .product-listing-holder.state-detail .product-listing .product-supplier, .product-listing-holder.state-compact-strict .product-listing .product-supplier, .product-listing-holder.state-compact .product-listing .product-rating, .product-listing-holder.state-grid .product-listing .product-rating, .product-listing-holder.state-detail .product-listing .product-rating, .product-listing-holder.state-compact-strict .product-listing .product-rating, .product-listing-holder.state-compact .product-listing .product-attributes, .product-listing-holder.state-grid .product-listing .product-attributes, .product-listing-holder.state-detail .product-listing .product-attributes, .product-listing-holder.state-compact-strict .product-listing .product-attributes, .product-listing-holder.state-compact .product-listing .product-extras, .product-listing-holder.state-grid .product-listing .product-extras, .product-listing-holder.state-detail .product-listing .product-extras, .product-listing-holder.state-compact-strict .product-listing .product-extras, .product-listing-holder.state-compact .product-listing .product-note, .product-listing-holder.state-grid .product-listing .product-note, .product-listing-holder.state-detail .product-listing .product-note, .product-listing-holder.state-compact-strict .product-listing .product-note {
			display: none
		}

		.product-listing-holder.state-compact .product-listing .print-row-item, .product-listing-holder.state-grid .product-listing .print-row-item, .product-listing-holder.state-detail .product-listing .print-row-item, .product-listing-holder.state-compact-strict .product-listing .print-row-item {
			position: relative;
			display: inline-block
		}

		.product-listing-holder.state-compact .product-listing.state-unavailable .product-ordering, .product-listing-holder.state-grid .product-listing.state-unavailable .product-ordering, .product-listing-holder.state-detail .product-listing.state-unavailable .product-ordering, .product-listing-holder.state-compact-strict .product-listing.state-unavailable .product-ordering, .product-listing-holder.state-compact .product-listing.state-unavailable .product-price, .product-listing-holder.state-grid .product-listing.state-unavailable .product-price, .product-listing-holder.state-detail .product-listing.state-unavailable .product-price, .product-listing-holder.state-compact-strict .product-listing.state-unavailable .product-price {
			display: none
		}

		.product-listing-holder.state-compact .product-listing.state-unavailable .product-availability, .product-listing-holder.state-grid .product-listing.state-unavailable .product-availability, .product-listing-holder.state-detail .product-listing.state-unavailable .product-availability, .product-listing-holder.state-compact-strict .product-listing.state-unavailable .product-availability {
			position: relative;
			display: inline-block;
			margin-left: 1%;
			width: 12%
		}

			.product-listing-holder.state-compact .product-listing.state-unavailable .product-availability a, .product-listing-holder.state-grid .product-listing.state-unavailable .product-availability a, .product-listing-holder.state-detail .product-listing.state-unavailable .product-availability a, .product-listing-holder.state-compact-strict .product-listing.state-unavailable .product-availability a {
				display: none
			}

		.product-listing-holder.state-compact .product-listing.state-available .product-availability, .product-listing-holder.state-grid .product-listing.state-available .product-availability, .product-listing-holder.state-detail .product-listing.state-available .product-availability, .product-listing-holder.state-compact-strict .product-listing.state-available .product-availability {
			display: none;
			isithere: 343
		}

		.product-listing-holder.state-compact .product-listing .product-name, .product-listing-holder.state-grid .product-listing .product-name, .product-listing-holder.state-detail .product-listing .product-name, .product-listing-holder.state-compact-strict .product-listing .product-name {
			width: 30%;
			position: relative;
			display: inline-block
		}

			.product-listing-holder.state-compact .product-listing .product-name .product-options, .product-listing-holder.state-grid .product-listing .product-name .product-options, .product-listing-holder.state-detail .product-listing .product-name .product-options, .product-listing-holder.state-compact-strict .product-listing .product-name .product-options {
				font-weight: 400;
				display: inline
			}

			.product-listing-holder.state-compact .product-listing .product-name a, .product-listing-holder.state-grid .product-listing .product-name a, .product-listing-holder.state-detail .product-listing .product-name a, .product-listing-holder.state-compact-strict .product-listing .product-name a {
				font-weight: 400;
				color: #000;
				cursor: pointer;
				pointer-events: none
			}

		.product-listing-holder.state-compact .product-listing .product-brand, .product-listing-holder.state-grid .product-listing .product-brand, .product-listing-holder.state-detail .product-listing .product-brand, .product-listing-holder.state-compact-strict .product-listing .product-brand {
			position: relative;
			display: inline-block;
			width: 20%;
			margin-left: 1%
		}

		.product-listing-holder.state-compact .product-listing .product-mfg-no, .product-listing-holder.state-grid .product-listing .product-mfg-no, .product-listing-holder.state-detail .product-listing .product-mfg-no, .product-listing-holder.state-compact-strict .product-listing .product-mfg-no, .product-listing-holder.state-compact .product-listing .product-sup-no, .product-listing-holder.state-grid .product-listing .product-sup-no, .product-listing-holder.state-detail .product-listing .product-sup-no, .product-listing-holder.state-compact-strict .product-listing .product-sup-no {
			position: relative;
			display: inline-block;
			width: 10%;
			margin-left: 1%;
			font-size: 11px;
			word-wrap: break-word
		}

		.product-listing-holder.state-compact .product-listing .product-uom, .product-listing-holder.state-grid .product-listing .product-uom, .product-listing-holder.state-detail .product-listing .product-uom, .product-listing-holder.state-compact-strict .product-listing .product-uom {
			position: relative;
			display: inline-block;
			width: 6%;
			margin-left: 1%;
			font-size: 11px;
			word-wrap: break-word
		}

		.product-listing-holder.state-compact .product-listing .product-price-your, .product-listing-holder.state-grid .product-listing .product-price-your, .product-listing-holder.state-detail .product-listing .product-price-your, .product-listing-holder.state-compact-strict .product-listing .product-price-your, .product-listing-holder.state-compact .product-listing .product-totals, .product-listing-holder.state-grid .product-listing .product-totals, .product-listing-holder.state-detail .product-listing .product-totals, .product-listing-holder.state-compact-strict .product-listing .product-totals {
			position: relative;
			display: inline-block;
			width: 9%;
			text-align: right
		}

		.product-listing-holder.state-compact .product-listing .product-qty, .product-listing-holder.state-grid .product-listing .product-qty, .product-listing-holder.state-detail .product-listing .product-qty, .product-listing-holder.state-compact-strict .product-listing .product-qty {
			width: 5%;
			margin-left: 1%;
			position: relative;
			display: inline-block
		}

			.product-listing-holder.state-compact .product-listing .product-qty input, .product-listing-holder.state-grid .product-listing .product-qty input, .product-listing-holder.state-detail .product-listing .product-qty input, .product-listing-holder.state-compact-strict .product-listing .product-qty input {
				display: block;
				width: 100%;
				color: #555;
				vertical-align: middle;
				background-color: #fff;
				background-image: none;
				border: 1px solid #ccc;
				box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
				-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
				transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
				height: 30px;
				line-height: 1.5;
				border-radius: 3px;
				text-align: center;
				padding: 5px 0;
				font-size: 11px
			}

				.product-listing-holder.state-compact .product-listing .product-qty input:focus, .product-listing-holder.state-grid .product-listing .product-qty input:focus, .product-listing-holder.state-detail .product-listing .product-qty input:focus, .product-listing-holder.state-compact-strict .product-listing .product-qty input:focus {
					border-color: #66afe9;
					outline: 0;
					box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
				}

				.product-listing-holder.state-compact .product-listing .product-qty input:-moz-placeholder, .product-listing-holder.state-grid .product-listing .product-qty input:-moz-placeholder, .product-listing-holder.state-detail .product-listing .product-qty input:-moz-placeholder, .product-listing-holder.state-compact-strict .product-listing .product-qty input:-moz-placeholder {
					color: #999
				}

				.product-listing-holder.state-compact .product-listing .product-qty input::-moz-placeholder, .product-listing-holder.state-grid .product-listing .product-qty input::-moz-placeholder, .product-listing-holder.state-detail .product-listing .product-qty input::-moz-placeholder, .product-listing-holder.state-compact-strict .product-listing .product-qty input::-moz-placeholder {
					color: #999;
					opacity: 1
				}

				.product-listing-holder.state-compact .product-listing .product-qty input:-ms-input-placeholder, .product-listing-holder.state-grid .product-listing .product-qty input:-ms-input-placeholder, .product-listing-holder.state-detail .product-listing .product-qty input:-ms-input-placeholder, .product-listing-holder.state-compact-strict .product-listing .product-qty input:-ms-input-placeholder {
					color: #999
				}

				.product-listing-holder.state-compact .product-listing .product-qty input::-webkit-input-placeholder, .product-listing-holder.state-grid .product-listing .product-qty input::-webkit-input-placeholder, .product-listing-holder.state-detail .product-listing .product-qty input::-webkit-input-placeholder, .product-listing-holder.state-compact-strict .product-listing .product-qty input::-webkit-input-placeholder {
					color: #999
				}

				.product-listing-holder.state-compact .product-listing .product-qty input[disabled], .product-listing-holder.state-grid .product-listing .product-qty input[disabled], .product-listing-holder.state-detail .product-listing .product-qty input[disabled], .product-listing-holder.state-compact-strict .product-listing .product-qty input[disabled], .product-listing-holder.state-compact .product-listing .product-qty input[readonly], .product-listing-holder.state-grid .product-listing .product-qty input[readonly], .product-listing-holder.state-detail .product-listing .product-qty input[readonly], .product-listing-holder.state-compact-strict .product-listing .product-qty input[readonly], fieldset[disabled] .product-listing-holder.state-compact .product-listing .product-qty input, fieldset[disabled] .product-listing-holder.state-grid .product-listing .product-qty input, fieldset[disabled] .product-listing-holder.state-detail .product-listing .product-qty input, fieldset[disabled] .product-listing-holder.state-compact-strict .product-listing .product-qty input {
					cursor: not-allowed;
					background-color: #eee
				}

	select.product-listing-holder.state-compact .product-listing .product-qty input, select.product-listing-holder.state-grid .product-listing .product-qty input, select.product-listing-holder.state-detail .product-listing .product-qty input, select.product-listing-holder.state-compact-strict .product-listing .product-qty input {
		height: 30px;
		line-height: 30px
	}

	textarea.product-listing-holder.state-compact .product-listing .product-qty input, textarea.product-listing-holder.state-grid .product-listing .product-qty input, textarea.product-listing-holder.state-detail .product-listing .product-qty input, textarea.product-listing-holder.state-compact-strict .product-listing .product-qty input {
		height: auto
	}

	.product-listing-holder.state-compact .product-listing .force-inline, .product-listing-holder.state-grid .product-listing .force-inline, .product-listing-holder.state-detail .product-listing .force-inline, .product-listing-holder.state-compact-strict .product-listing .force-inline {
		display: inline !important
	}

	.product-listing-holder.state-compact .product-listing .force-inline-block, .product-listing-holder.state-grid .product-listing .force-inline-block, .product-listing-holder.state-detail .product-listing .force-inline-block, .product-listing-holder.state-compact-strict .product-listing .force-inline-block {
		display: inline-block !important
	}

	.product-listing-holder.state-compact .product-listing .product-price .product-uom, .product-listing-holder.state-grid .product-listing .product-price .product-uom, .product-listing-holder.state-detail .product-listing .product-price .product-uom, .product-listing-holder.state-compact-strict .product-listing .product-price .product-uom {
		display: none
	}

	.product-listing-holder.state-compact .product-listing .product-data, .product-listing-holder.state-grid .product-listing .product-data, .product-listing-holder.state-detail .product-listing .product-data, .product-listing-holder.state-compact-strict .product-listing .product-data, .product-listing-holder.state-compact .product-listing .product-price, .product-listing-holder.state-grid .product-listing .product-price, .product-listing-holder.state-detail .product-listing .product-price, .product-listing-holder.state-compact-strict .product-listing .product-price, .product-listing-holder.state-compact .product-listing .product-ordering, .product-listing-holder.state-grid .product-listing .product-ordering, .product-listing-holder.state-detail .product-listing .product-ordering, .product-listing-holder.state-compact-strict .product-listing .product-ordering {
		display: inline
	}
}

.product-listing-holder .product-image, .product-listing-holder .product-data, .product-listing-holder .product-extras, .product-listing-holder .product-note, .product-listing-holder .product-price, .product-listing-holder .product-availability, .product-listing-holder .product-totals {
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease
}

.product-listing-holder .state-removed .product-image, .product-listing-holder .state-removed .product-data, .product-listing-holder .state-removed .product-extras, .product-listing-holder .state-removed .product-note, .product-listing-holder .state-removed .product-price, .product-listing-holder .state-removed .product-availability, .product-listing-holder .state-removed .product-totals {
	opacity: .3;
	filter: alpha(opacity=30)
}

.grid-column-content .product-listing-actions {
	width: 700px
}

.grid-column-content .cart-items {
	float: right;
	margin: 6px 10px 10px 0
}

.shopping-list .product-listing-actions {
	width: 940px
}

.list .product-extras {
	display: none
}

@media (min-width:1200px) {
	.add-to-car-sidebar {
		display: none
	}
}

.product-carousel {
	position: relative
}

	.product-carousel .carousel-holder {
		overflow: hidden
	}

	.product-carousel .carousel-controls {
		position: absolute;
		top: -45px;
		right: 0
	}

		.product-carousel .carousel-controls div {
			display: inline-block
		}

		.product-carousel .carousel-controls .carousel-data {
			width: 60px;
			text-align: center
		}

.product-summary-block {
	border: 1px solid #e4e4e7;
	min-width: 190px
}

	.product-summary-block dl {
		margin: 0
	}

	.product-summary-block .product-summary-title {
		background: #e4e4e7;
		color: #000;
		padding: 10px
	}

	.product-summary-block div.state-ambiguous .product-summary-line dd:before {
		content: "\f06a";
		font-family: FontAwesome;
		color: #f0ad4e;
		margin-right: 5px
	}

	.product-summary-block .product-summary-line {
		margin: 0 10px 10px;
		padding-top: 10px;
		position: relative;
		font-size: .9em
	}

	.product-summary-block .product-summary-sub-line {
		position: relative
	}

		.product-summary-block .product-summary-line dt, .product-summary-block .product-summary-sub-line dt {
			font-weight: 400;
			white-space: pre;
			overflow: hidden
		}

	.product-summary-block .product-summary-line dd {
		position: absolute;
		top: 10px;
		right: 0;
		background: #fff
	}

	.product-summary-block .product-summary-sub-line dd {
		position: absolute;
		right: 0;
		background: #fff
	}

	.product-summary-block .product-summary-line.product-summary-rollup dt, .product-summary-block .product-summary-line.product-summary-rollup dd {
		font-weight: 600;
		font-size: 1.2em
	}

	.product-summary-block .product-summary-sub-line {
		color: #737373;
		font-size: .9em;
		margin: 0 10px 5px;
		padding-top: 5px
	}

		.product-summary-block .product-summary-sub-line dt {
			margin-left: 15px
		}

		.product-summary-block .product-summary-sub-line dd {
			top: 5px;
			min-width: 70px;
			text-align: right
		}

	.product-summary-block .product-summary-line + .product-summary-line, .product-summary-block div + .product-summary-line, .product-summary-block .product-summary-line + div .product-summary-line, .product-summary-block div + div .product-summary-line {
		border-top: 1px dotted #e4e4e7;
		margin-top: 10px
	}

	.product-summary-block .cart-latest-pricing {
		position: relative;
		padding: 10px 10px 0 35px;
		font-size: .8em;
		color: #737373
	}

		.product-summary-block .cart-latest-pricing i {
			position: absolute;
			left: 15px;
			top: 40%;
			margin-top: -7px;
			font-size: 1.2em;
			color: #a2a2a9
		}

table {
	line-height: 200%
}

	table th {
		font-size: .9em;
		font-weight: 600
	}

	table tr + tr {
		border-top: 1px solid #f2f2f3
	}

	table.selectable tbody tr {
		cursor: pointer;
		-webkit-transition: background 100ms linear;
		transition: background 100ms linear
	}

		table.selectable tbody tr:hover {
			background: rgba(0,123,196,.2);
			-webkit-transition: background 250ms linear;
			transition: background 250ms linear
		}

.attribute-table {
	line-height: 150%;
	width: 100%
}

	.attribute-table tr td {
		padding: 6px;
		width: 50%;
		vertical-align: top
	}

		.attribute-table tr td.spec-label {
			color: #737373
		}

	.attribute-table tr.action-row {
		border-bottom: none
	}

		.attribute-table tr.action-row td {
			text-align: right
		}

.rollup-table {
	line-height: 150%;
	min-width: 60%;
	table-layout: fixed;
	width: auto
}

	.rollup-table tr td {
		padding: 6px;
		width: 1%;
		vertical-align: top
	}

		.rollup-table tr td:last-child {
			width: 98%
		}

.data-table {
	width: 100%
}

	.data-table th {
		font-size: .9em;
		font-weight: 600;
		border-top: 0;
		background: #eee
	}

	.data-table tbody {
		font-size: .9em;
		vertical-align: top
	}

		.data-table tbody tr, .data-table thead tr {
			line-height: 1.9em
		}

	.data-table td, .data-table th {
		padding: 5px 10px
	}

.td-right {
	text-align: right
}

.table-header {
	font-size: .9em;
	font-weight: 600
}

.duel-toolbar {
	width: 100%;
	margin-bottom: 20px
}

	.duel-toolbar .duel-toolbar-heading {
		display: none
	}

		.duel-toolbar .duel-toolbar-heading .duel-toolbar-description {
			color: #545961
		}

	.duel-toolbar .duel-toolbar-actions {
		height: 20px;
		position: relative;
		width: 100%
	}

		.duel-toolbar .duel-toolbar-actions .duel-toolbar-item {
			position: absolute;
			left: 5px
		}

		.duel-toolbar .duel-toolbar-actions .duel-toolbar-aggregate {
			position: absolute;
			right: 5px
		}

			.duel-toolbar .duel-toolbar-actions .duel-toolbar-aggregate .duel-toolbar-label {
				float: left;
				font-size: 13px;
				line-height: 30px;
				margin-right: 5px
			}

			.duel-toolbar .duel-toolbar-actions .duel-toolbar-aggregate .btn-group + .btn-group {
				margin-left: 15px
			}

			.duel-toolbar .duel-toolbar-actions .duel-toolbar-aggregate .duel-toolbar-view button {
				padding: 3px 10px;
				font-size: 14px
			}

			.duel-toolbar .duel-toolbar-actions .duel-toolbar-aggregate .duel-toolbar-view .state-selected, .duel-toolbar .duel-toolbar-actions .duel-toolbar-aggregate .duel-toolbar-view .state-selected i:before {
				color: #009bf7;
				text-shadow: rgba(94,195,255,.4)0 0 5px
			}

@media (max-width:767px) {
	.duel-toolbar .duel-toolbar-description, .duel-toolbar .duel-toolbar-aggregate .duel-toolbar-view {
		display: none
	}

	.duel-toolbar .duel-toolbar-aggregate .grid-tools-control {
		display: inline-block
	}
}

.heroes {
	margin-left: -15px;
	margin-right: -15px
}

	.heroes:before, .heroes:after {
		display: table;
		content: " ";
		display: table
	}

	.heroes:after {
		clear: both
	}

.hero-col-1 {
	width: 100%
}

.hero-col-1, .hero-col-2-small {
	position: relative;
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.hero-col-2-small {
	width: 33.33333333%
}

.hero-col-2-large {
	width: 66.66666667%
}

.hero-col-2-large, .hero-col-3 {
	position: relative;
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.hero-col-3 {
	width: 33.33333333%
}

.timeline {
	height: 30px;
	display: table;
	width: 100%;
	overflow: hidden;
	font-size: .85em
}

	.timeline .timeline-node {
		display: table-cell;
		width: 1%;
		text-align: center;
		position: relative;
		vertical-align: top;
		border-top: 20px #d7d7da solid;
		padding-top: 5px;
		color: #666
	}

		.timeline .timeline-node p {
			font-size: .9em;
			font-weight: 400
		}

		.timeline .timeline-node.state-complete {
			border-color: #6ca9cf
		}

		.timeline .timeline-node.state-selected {
			border-color: #007bc4;
			font-weight: 700;
			color: #007bc4
		}

			.timeline .timeline-node.state-selected + .timeline-node:before {
				border-right: 20px #d7d7da solid;
				border-bottom: #007bc4 20px solid;
				content: "";
				position: absolute;
				top: -20px;
				left: -20px;
				height: 0
			}

			.timeline .timeline-node.state-selected:before {
				border-right: 20px #007bc4 solid;
				border-bottom: #6ca9cf 20px solid;
				content: "";
				position: absolute;
				top: -20px;
				left: -10px;
				height: 0
			}

.facet-group .facet-close {
	cursor: pointer
}

.facet-group .facet {
	background: #f2f2f3;
	padding: 10px;
	font-size: .95em;
	position: relative
}

	.facet-group .facet + .facet {
		border-top: 1px #d7d7da solid
	}

	.facet-group .facet .facet-title {
		font-weight: 600;
		margin-bottom: 5px;
		color: #6e6e77
	}

	.facet-group .facet .facet-content a:hover, .facet-group .facet .facet-content-full a:hover {
		text-decoration: none
	}

	.facet-group .facet .facet-content .result-count, .facet-group .facet .facet-content-full .result-count {
		font-size: .8em;
		color: #6e6e77
	}

	.facet-group .facet .facet-content ul {
		list-style: none;
		margin: 0;
		padding: 0
	}

		.facet-group .facet .facet-content ul li, .facet-group .facet .facet-content-full ul li {
			margin: 4px 0
		}

			.facet-group .facet .facet-content ul li li, .facet-group .facet .facet-content-full ul li li {
				margin-left: 10px
			}

			.facet-group .facet .facet-content ul li.state-undo > a, .facet-group .facet .facet-content-full ul li.state-undo > a {
				font-size: .9em
			}

				.facet-group .facet .facet-content ul li.state-undo > a:before, .facet-group .facet .facet-content-full ul li.state-undo > a:before {
					content: "\f104";
					font-family: 'FontAwesome';
					margin-right: 5px
				}

			.facet-group .facet .facet-content ul li.state-selected > span, .facet-group .facet .facet-content-full ul li.state-selected > span {
				font-weight: 600
			}

	.facet-group .facet .facet-view-all {
		position: absolute;
		top: 12px;
		right: 10px;
		font-size: .8em;
		color: #007bc4
	}

		.facet-group .facet .facet-view-all:after {
			content: "\f105";
			font-family: 'FontAwesome';
			margin-left: 5px
		}

		.facet-group .facet .facet-view-all:hover {
			cursor: pointer
		}

	.facet-group .facet .facet-content-full {
		display: none;
		background: #eee;
		position: absolute;
		top: 5px;
		left: 202px;
		width: 300%;
		box-shadow: 0 0 10px #555;
		border: 1px #555 solid;
		z-index: 200;
		padding: 10px
	}

		.facet-group .facet .facet-content-full ul {
			padding: 0;
			margin: 0;
			list-style: none;
			-moz-column-count: 3;
			-webkit-column-count: 3;
			column-count: 3
		}

			.facet-group .facet .facet-content-full ul .heading {
				font-size: 1.2em;
				font-weight: 600;
				margin-top: 5px
			}

	.facet-group .facet.state-open .facet-content-full {
		display: block
	}

	.facet-group .facet.state-open .facet-view-all {
		top: 9px;
		right: 16px
	}

		.facet-group .facet.state-open .facet-view-all:after {
			content: "\f057";
			font-family: 'FontAwesome';
			font-size: 14px;
			color: #fff
		}

	.facet-group .facet.state-open .facet-title {
		background: #007bc4;
		color: #fff;
		padding-left: 15px;
		margin-left: -10px;
		margin-top: -5px;
		padding-top: 5px
	}

		.facet-group .facet.state-open .facet-title:after {
			border: #007bc4 13px solid;
			border-right-color: transparent;
			border-bottom-color: transparent;
			border-top-color: transparent;
			position: absolute;
			top: 5px;
			right: -16px;
			z-index: 1000;
			content: ""
		}

.form-inline:after {
	content: '';
	clear: both
}

.form-inline.range input {
	margin-bottom: 15px
}

.form-inline.range .form-group {
	position: relative;
	width: 48%;
	float: left
}

	.form-inline.range .form-group:first-child {
		width: 52%;
		padding-right: 4%
	}

.form-inline.range .alert {
	clear: both
}

.grid-column-tools.state-modal .facet-group {
	width: 90%
}

	.grid-column-tools.state-modal .facet-group .facet-content-full ul {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1
	}

.btn-group.fancy-dropdown {
	display: block;
	cursor: default;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

	.btn-group.fancy-dropdown span.line {
		display: block
	}

	.btn-group.fancy-dropdown .dropdown-toggle {
		width: 100%;
		border: 1px solid #ccc;
		padding: 10px;
		display: table;
		box-shadow: inset 0 1px 2px rgba(0,0,0,.125);
		border-radius: 4px;
		-webkit-transition: all .05s;
		transition: all .05s
	}

		.btn-group.fancy-dropdown .dropdown-toggle .caret-container {
			display: table-cell;
			vertical-align: middle;
			padding-left: 10px
		}

	.btn-group.fancy-dropdown .dropdown-menu {
		display: block;
		width: 100%;
		padding: 0;
		border-radius: 4px;
		opacity: 0;
		-webkit-transition: all .1s;
		transition: all .1s
	}

		.btn-group.fancy-dropdown .dropdown-menu li {
			padding: 10px;
			border-top: 1px solid #ccc;
			-webkit-transition: all .05s;
			transition: all .05s
		}

			.btn-group.fancy-dropdown .dropdown-menu li:first-child {
				border: none;
				border-radius: 4px 4px 0 0
			}

			.btn-group.fancy-dropdown .dropdown-menu li:last-child {
				border-radius: 0 0 4px 4px
			}

			.btn-group.fancy-dropdown .dropdown-menu li:hover {
				color: #fff;
				background-color: #007bc4
			}

			.btn-group.fancy-dropdown .dropdown-menu li:active {
				background-color: #005b91
			}

	.btn-group.fancy-dropdown.open {
		overflow: visible
	}

		.btn-group.fancy-dropdown.open .dropdown-toggle {
			border-color: #66afe9;
			box-shadow: 0 0 5px #66afe9,inset 0 1px 2px rgba(0,0,0,.125)
		}

		.btn-group.fancy-dropdown.open .dropdown-menu {
			opacity: 1
		}

.btn-call-out {
	width: 100%
}

.form-group {
	min-height: 25px
}

	.form-group .btn {
		float: right
	}

.tags {
	margin: 5px -2px 0;
	padding: 0;
	list-style: none
}

	.tags .tag {
		background: #f2f2f3;
		border: 1px solid #a2a2a9;
		color: #313135;
		-webkit-transition: .25s linear color,.25s linear background-color,.25s linear border-color;
		transition: .25s linear color,.25s linear background-color,.25s linear border-color;
		padding: 3px 25px 3px 5px;
		font-size: .9em;
		float: left;
		margin: 2px;
		position: relative;
		border-radius: 2px
	}

		.tags .tag.state-removed {
			background: #fafafb;
			border: 1px solid #dfdfe1;
			color: #a2a2a4
		}

		.tags .tag .tag-remove, .tags .tag .tag-restore {
			color: #62626a
		}

			.tags .tag .tag-remove:hover, .tags .tag .tag-restore:hover {
				color: #313135
			}

		.tags .tag.state-invalid {
			background: #fff;
			border: 1px solid #b3b3b3;
			color: #333;
			-webkit-transition: .25s linear color,.25s linear background-color,.25s linear border-color;
			transition: .25s linear color,.25s linear background-color,.25s linear border-color
		}

			.tags .tag.state-invalid.state-removed {
				background: #fff;
				border: 1px solid #e4e4e4;
				color: #a3a3a3
			}

			.tags .tag.state-invalid .tag-remove, .tags .tag.state-invalid .tag-restore {
				color: #666
			}

				.tags .tag.state-invalid .tag-remove:hover, .tags .tag.state-invalid .tag-restore:hover {
					color: #333
				}

		.tags .tag.state-valid {
			background: #edf7ea;
			border: 1px solid #92cd7b;
			color: #294a1c;
			-webkit-transition: .25s linear color,.25s linear background-color,.25s linear border-color;
			transition: .25s linear color,.25s linear background-color,.25s linear border-color
		}

			.tags .tag.state-valid.state-removed {
				background: #f9fcf8;
				border: 1px solid #d9edd1;
				color: #9fae99
			}

			.tags .tag.state-valid .tag-remove, .tags .tag.state-valid .tag-restore {
				color: #529438
			}

				.tags .tag.state-valid .tag-remove:hover, .tags .tag.state-valid .tag-restore:hover {
					color: #294a1c
				}

		.tags .tag .tag-remove {
			z-index: 3;
			opacity: 1;
			filter: alpha(opacity=100)
		}

		.tags .tag .tag-remove, .tags .tag .tag-restore {
			-webkit-transition: .25s linear opacity;
			transition: .25s linear opacity;
			display: block;
			height: 20px;
			line-height: 20px;
			text-align: center;
			position: absolute;
			right: 2px;
			width: 20px;
			top: 50%;
			margin-top: -10px;
			border-radius: 10px;
			cursor: pointer
		}

		.tags .tag .tag-restore {
			opacity: 0;
			filter: alpha(opacity=0);
			z-index: 1
		}

		.tags .tag.state-removed .tag-restore {
			opacity: 1;
			filter: alpha(opacity=100);
			z-index: 3
		}

		.tags .tag.state-removed .tag-remove {
			opacity: 0;
			filter: alpha(opacity=0);
			z-index: 1
		}

.ffhub-icons {
	font-size: .85em;
	color: #666;
	margin-bottom: 3px
}

	.ffhub-icons:before {
		font-family: FontAwesome;
		content: "\f140";
		margin-right: 8px;
		font-size: 1.3em
	}

	.ffhub-icons.demand-status:before {
		content: "\f017";
		color: #63c
	}

	.ffhub-icons.prev-purch:before {
		content: "\f1da";
		color: #76b2cf
	}

	.ffhub-icons.marketing:before {
		content: "\f091";
		color: #5da399
	}

	.ffhub-icons.shipping:before {
		content: "\f0d1";
		color: #b84862
	}

	.ffhub-icons.preferred:before {
		content: "\f069";
		color: #c00
	}

.glyphicon {
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

	.glyphicon.glyphicon-chevron-left:before {
		content: "\f053"
	}

	.glyphicon.glyphicon-chevron-right:before {
		content: "\f054"
	}

.error {
	border: #b81237 1px solid
}

.error-text {
	color: #b81237
}

.alert-action {
	background-color: #fafafa;
	border-color: #f2f2f3;
	color: #333
}

	.alert-action hr {
		border-top-color: #e4e4e7
	}

	.alert-action .alert-link {
		color: #1a1a1a
	}

.alert {
	-webkit-transition: border-color .5s ease,background-color .5s ease,color .5s ease;
	transition: border-color .5s ease,background-color .5s ease,color .5s ease;
	position: relative
}

	.alert .alert-actions {
		position: absolute;
		right: 5px;
		top: 5px;
		height: 26px;
		line-height: 26px
	}

		.alert .alert-actions button {
			height: 100%;
			color: #fff;
			background-color: #007bc4;
			border-color: #006bab;
			margin-top: -2px
		}

			.alert .alert-actions button .badge {
				color: #007bc4;
				background-color: #fff
			}

			.alert .alert-actions button:hover, .alert .alert-actions button:focus, .alert .alert-actions button:active, .alert .alert-actions button.active, .open .dropdown-toggle.alert .alert-actions button {
				color: #fff;
				background-color: #00619b;
				border-color: #00456d
			}

			.alert .alert-actions button:active, .alert .alert-actions button.active, .open .dropdown-toggle.alert .alert-actions button {
				background-image: none
			}

			.alert .alert-actions button.disabled, .alert .alert-actions button[disabled], fieldset[disabled] .alert .alert-actions button, .alert .alert-actions button.disabled:hover, .alert .alert-actions button[disabled]:hover, fieldset[disabled] .alert .alert-actions button:hover, .alert .alert-actions button.disabled:focus, .alert .alert-actions button[disabled]:focus, fieldset[disabled] .alert .alert-actions button:focus, .alert .alert-actions button.disabled:active, .alert .alert-actions button[disabled]:active, fieldset[disabled] .alert .alert-actions button:active, .alert .alert-actions button.disabled.active, .alert .alert-actions button[disabled].active, fieldset[disabled] .alert .alert-actions button.active {
				background-color: #007bc4;
				border-color: #006bab
			}

.alert-bar {
	background-color: #fcf8e3;
	border-color: #ebb442;
	color: #594521;
	border-width: 0 0 1px 0;
	margin: 0
}

	.alert-bar hr {
		border-top-color: #e8aa2b
	}

	.alert-bar .alert-link {
		color: #342813
	}

.category-list .category-holder-row {
	margin-left: -15px;
	margin-right: -15px
}

	.category-list .category-holder-row:before, .category-list .category-holder-row:after {
		display: table
	}

	.category-list .category-holder-row:before {
		content: " ";
		display: table
	}

	.category-list .category-holder-row:after {
		content: " ";
		display: table;
		clear: both
	}

	.category-list .category-holder-row .category-item {
		position: relative;
		float: left;
		width: 25%;
		padding-left: 15px;
		padding-right: 15px;
		min-height: 198px;
		margin-bottom: 30px
	}

		.category-list .category-holder-row .category-item a {
			display: block;
			position: relative
		}

			.category-list .category-holder-row .category-item a img {
				width: 100%;
				height: auto
			}

			.category-list .category-holder-row .category-item a .category-name {
				width: 100%;
				font-size: 1em;
				margin-top: 5px
			}

		.category-list .category-holder-row .category-item ul {
			list-style: none;
			margin: 3px 5px;
			padding: 0;
			font-size: 1em
		}

.category-list.guided-nav .category-holder-row {
	border-bottom: 1px dotted #f2f2f3;
	margin-bottom: 27px
}

	.category-list.guided-nav .category-holder-row .category-item {
		margin-bottom: 0
	}

		.category-list.guided-nav .category-holder-row .category-item a .category-name {
			font-size: .9em
		}

.summary {
	width: 200px;
	float: right;
	border-top: 3px solid #f2f2f3
}

	.summary .summary-line {
		padding: 5px 0;
		font-size: 12px;
		overflow: auto;
		border-bottom: #bdbdc2 1px solid
	}

		.summary .summary-line .summary-line-label {
			float: left;
			width: 115px;
			padding-left: 10px
		}

		.summary .summary-line .summary-line-value {
			float: left;
			width: 85px;
			text-align: right;
			padding-right: 10px
		}

	.summary .summary-line-total {
		font-weight: 700;
		background: #f2f2f3
	}

.side-tab ul {
	list-style-type: none;
	padding-left: 0
}

.side-tab .facet-tab-title {
	font-weight: 600;
	position: relative;
	background: #bdbdc2;
	color: #000;
	padding: 10px;
	font-size: .95em;
	cursor: hand
}

	.side-tab .facet-tab-title:after {
		content: "\f067";
		font-family: 'FontAwesome';
		font-size: .85em;
		position: absolute;
		right: 15px;
		top: 12px
	}

	.side-tab .facet-tab-title:hover {
		background: #007bc4;
		color: #fff
	}

.side-tab .facet-open {
	background: #007bc4;
	color: #fff
}

	.side-tab .facet-open:after {
		content: "\f068";
		font-family: 'FontAwesome';
		font-size: .85em;
		position: absolute;
		right: 15px;
		top: 12px
	}

.side-tab .invisible {
	visibility: hidden
}

.side-tab .facet-group {
	background: #f2f2f3;
	padding-top: 8px
}

.am-block {
	overflow: auto
}

	.am-block .am-image {
		width: 120px;
		height: 120px;
		border-radius: 60px;
		background: #f2f2f3;
		float: left;
		line-height: 120px;
		text-align: center;
		font-size: 1.2em;
		overflow: hidden
	}

		.am-block .am-image img {
			height: 100%;
			vertical-align: top
		}

	.am-block .am-contact {
		float: left;
		margin-left: 15px;
		margin-top: 30px
	}

		.am-block .am-contact .am-name {
			font-size: 1.1em;
			font-weight: 700
		}

			.am-block .am-contact .am-name a {
				color: #333
			}

		.am-block .am-contact .fa {
			margin-right: 5px
		}

footer .am-block .am-image {
	background: #fff
}

.profile-card {
	position: relative;
	display: inline-block;
	float: left;
	border: 1px solid transparent;
	padding: 15px 15px 15px 90px;
	border-radius: 4px;
	width: 50%;
	background-color: #fff;
	overflow: hidden;
	cursor: default;
	-webkit-transition: all .3s;
	transition: all .3s
}

	.profile-card .figure {
		position: absolute;
		top: 15px;
		left: 15px;
		width: 60px;
		height: 60px;
		border: 1px solid #999;
		border-radius: 50%;
		background-color: #eee;
		text-align: center;
		vertical-align: text-bottom;
		color: #555;
		overflow: visible
	}

		.profile-card .figure * {
			vertical-align: text-bottom;
			line-height: 60px
		}

		.profile-card .figure i.fa {
			font-size: 24px
		}

			.profile-card .figure i.fa[class*="lock"] {
				display: none;
				position: absolute;
				bottom: 0;
				right: 0;
				line-height: 1em;
				color: #222
			}

			.profile-card .figure i.fa[class*="check"] {
				display: none;
				position: absolute;
				bottom: 0;
				right: 0;
				line-height: 1em;
				color: #509137
			}

	.profile-card div {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap
	}

	.profile-card .controls {
		text-overflow: auto;
		overflow: auto;
		white-space: normal;
		position: absolute;
		top: 0;
		right: 0;
		margin: 15px;
		border-left: 1px solid #999;
		padding-left: 15px;
		background-color: #fff;
		box-shadow: -25px 0 10px #fff;
		opacity: 0;
		display: none \9;
		-ms-transform: translate(150%,0);
		-moz-transform: translate(150%,0);
		-webkit-transform: translate(150%,0);
		-transform: translate(150%,0);
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.profile-card.locked .figure i.fa[class*="lock"], .profile-card.selected .figure i.fa[class*="check"] {
		display: block
	}

	.profile-card:hover {
		border-color: #999;
		box-shadow: 0 0 15px #999;
		z-index: 1;
		-ms-transform: scale(1.02);
		-webkit-transform: scale(1.02);
		transform: scale(1.02)
	}

		.profile-card:hover .controls {
			opacity: 1;
			-ms-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			transform: translate(0,0);
			display: block \9
		}

.account-settings .duel-toolbar-aggregate {
	top: 0
}

	.account-settings .duel-toolbar-aggregate label {
		margin: 6px
	}

.account-settings #scroll-list {
	max-height: 100px;
	overflow-y: auto
}

	.account-settings #scroll-list .checkbox {
		margin: 0
	}

.split-row {
	margin-left: -15px;
	margin-right: -15px
}

	.split-row:after {
		content: '';
		display: block;
		clear: both
	}

	.split-row > * {
		float: left;
		width: 50%;
		padding-left: 15px;
		padding-right: 15px
	}

	.split-row.by-three > * {
		width: 45%
	}

	.split-row.by-three > div:last-child {
		width: 10%
	}

.one-line-collapser {
	margin: 5px -5px;
	border: 1px solid transparent;
	max-height: 30px;
	overflow-y: hidden;
	padding: 5px;
	cursor: pointer;
	position: relative
}

	.one-line-collapser:after {
		content: "\f055";
		font-family: "FontAwesome";
		position: absolute;
		right: 10px;
		top: 0;
		-ms-transform: translateY(5px);
		transform: translateY(5px);
		-webkit-transform: translateY(5px);
		color: #bbb
	}

	.one-line-collapser:hover {
		background: #f5f5f5
	}

		.one-line-collapser:hover:after {
			color: #369
		}

	.one-line-collapser.open {
		border-color: #ccc;
		max-height: 200px;
		overflow-y: auto;
		background: #f5f5f5
	}

		.one-line-collapser.open:after {
			content: "\f056"
		}

	.one-line-collapser > table {
		margin-top: 5px
	}

.waiting {
	position: relative;
	height: 200px
}

	.waiting .waiting-label {
		text-transform: uppercase;
		color: #cacace;
		position: absolute;
		top: 50%;
		width: 100%;
		text-align: center;
		margin-top: 20px;
		letter-spacing: .3em
	}

	.waiting .waiting-node {
		width: 20px;
		height: 20px;
		background: #f2f2f3;
		border-radius: 10px;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		-webkit-animation-name: ffhub-wait;
		animation-name: ffhub-wait;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-direction: linear;
		animation-direction: linear;
		left: 50%;
		margin-left: -50px;
		-webkit-animation-delay: .5s;
		animation-delay: .5s
	}

		.waiting .waiting-node + .waiting-node {
			margin-left: -10px;
			-webkit-animation-delay: 1s;
			animation-delay: 1s
		}

			.waiting .waiting-node + .waiting-node + .waiting-node {
				margin-left: 30px;
				-webkit-animation-delay: 1.5s;
				animation-delay: 1.5s
			}

@-webkit-keyframes ffhub-wait {
	0% {
		background: #f2f2f3
	}

	30% {
		background: #79b6db
	}

	100% {
		background: #f2f2f3
	}
}

@keyframes ffhub-wait {
	0% {
		background: #f2f2f3
	}

	30% {
		background: #79b6db
	}

	100% {
		background: #f2f2f3
	}
}

.promo-code-list {
	margin: 5px 0;
	padding: 0;
	list-style: none
}

	.promo-code-list li {
		color: #4d4d4d
	}

		.promo-code-list li.promo-code-valid {
			color: #509137
		}

		.promo-code-list li.promo-code-invalid {
			color: #d9534f
		}

.dl-horizontal {
	position: relative
}

	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-bottom: 10px
	}

	.dl-horizontal dd {
		margin-left: 180px;
		margin-bottom: 10px
	}

		.dl-horizontal dd:before {
			display: table
		}

		.dl-horizontal dd:after {
			display: table;
			border-bottom: 1px solid #eee;
			width: 100%;
			position: absolute;
			left: 0;
			height: 5px
		}

.horizontal-list {
	margin: 0;
	padding: 0;
	clear: both;
	color: #666;
	font-size: .9em;
	overflow: auto;
	list-style: none
}

	.horizontal-list li {
		float: left
	}

		.horizontal-list li + li:before {
			content: "\2022";
			margin: 0 10px;
			color: #b3b3b3
		}

.state-grid .product-listing.state-discontinued, .state-compact-strict .product-listing.state-discontinued, .state-detail .product-listing.state-discontinued {
	overflow: hidden
}

	.state-grid .product-listing.state-discontinued > *, .state-compact-strict .product-listing.state-discontinued > *, .state-detail .product-listing.state-discontinued > * {
		opacity: .5;
		-webkit-transition: all .2s;
		transition: all .2s
	}

		.state-grid .product-listing.state-discontinued > *.replacement, .state-compact-strict .product-listing.state-discontinued > *.replacement, .state-detail .product-listing.state-discontinued > *.replacement {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 100%;
			width: 100%;
			background-color: #fff;
			opacity: 1;
			overflow: hidden;
			z-index: 2;
			-webkit-transition: all .4s;
			transition: all .4s
		}

		.state-compact-strict .product-listing.state-discontinued > *.replacement, .state-detail .product-listing.state-discontinued > *.replacement {
			padding: 15px 0
		}

		.state-grid .product-listing.state-discontinued > *.replacement .product-availability {
			position: relative;
			z-index: 25
		}

		.state-compact-strict .product-listing.state-discontinued > *.replacement .product-availability {
			z-index: 25
		}

		.state-detail .product-listing.state-discontinued > *.replacement .product-availability {
			position: relative;
			z-index: 25
		}

	.state-grid .product-listing.state-discontinued:before, .state-compact-strict .product-listing.state-discontinued:before, .state-detail .product-listing.state-discontinued:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		cursor: pointer
	}

	.state-grid .product-listing.state-discontinued:hover, .state-compact-strict .product-listing.state-discontinued:hover, .state-detail .product-listing.state-discontinued:hover {
		-webkit-transition: all .4s;
		transition: all .4s
	}

		.state-grid .product-listing.state-discontinued:hover > *, .state-compact-strict .product-listing.state-discontinued:hover > *, .state-detail .product-listing.state-discontinued:hover > * {
			opacity: 0
		}

			.state-grid .product-listing.state-discontinued:hover > *.replacement, .state-compact-strict .product-listing.state-discontinued:hover > *.replacement, .state-detail .product-listing.state-discontinued:hover > *.replacement {
				left: 0;
				opacity: 1
			}

				.state-grid .product-listing.state-discontinued:hover > *.replacement:before, .state-compact-strict .product-listing.state-discontinued:hover > *.replacement:before, .state-detail .product-listing.state-discontinued:hover > *.replacement:before {
					content: '';
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
					z-index: 10;
					cursor: auto
				}

	.state-grid .product-listing.state-discontinued > *.replacement {
		padding: 0 25px
	}

		.state-grid .product-listing.state-discontinued > *.replacement .product-availability {
			display: none
		}

	.state-compact-strict .product-listing.state-discontinued > *.replacement .product-availability {
		position: absolute
	}

		.state-compact-strict .product-listing.state-discontinued > *.replacement .product-availability .btn-sm {
			padding-top: 3px;
			padding-bottom: 3px
		}

.category-resources-list {
	overflow: auto;
	padding-left: 20px;
	list-style: none
}

	.category-resources-list li {
		font-size: .95em;
		line-height: 1.8;
		position: relative;
		float: left;
		display: inline;
		width: 50%
	}

		.category-resources-list li.pdf:before {
			position: absolute;
			font-family: FontAwesome;
			top: 0;
			left: -20px;
			content: "\f1c1"
		}

		.category-resources-list li.video:before {
			position: absolute;
			font-family: FontAwesome;
			top: 0;
			left: -20px;
			content: "\f16a"
		}

.virtual-catalog-container {
	margin-top: 45px;
	clear: both
}

	.virtual-catalog-container .virtual-catalog-ribbon-wrapper {
		width: 675px;
		height: 46px;
		background: #b7daee;
		position: relative
	}

		.virtual-catalog-container .virtual-catalog-ribbon-wrapper:after {
			content: "";
			position: absolute;
			display: block;
			bottom: 0;
			border: 23px solid;
			right: -1.9em;
			z-index: -1;
			border-color: #b7daee;
			border-right-color: transparent
		}

	.virtual-catalog-container .virtual-catalog-ribbon {
		width: 672px;
		height: 44px;
		background: #ebf5fa;
		position: relative;
		margin: -45px 0 0 1px;
		z-index: 1
	}

		.virtual-catalog-container .virtual-catalog-ribbon:after {
			content: "";
			position: absolute;
			display: block;
			bottom: 0;
			border: 22px solid;
			right: -1.8em;
			z-index: -1;
			border-color: #ebf5fa;
			border-right-color: transparent
		}

	.virtual-catalog-container .virtual-catalog-wrapper {
		margin: -68px auto 0;
		text-align: center;
		position: relative;
		z-index: 1
	}

		.virtual-catalog-container .virtual-catalog-wrapper .virtual-catalog {
			position: relative;
			display: inline-block
		}

			.virtual-catalog-container .virtual-catalog-wrapper .virtual-catalog a, .virtual-catalog-container .virtual-catalog-wrapper .virtual-catalog img, .virtual-catalog-container .virtual-catalog-wrapper .virtual-catalog p, .virtual-catalog-container .virtual-catalog-wrapper .virtual-catalog div {
				float: left;
				display: inline-block
			}

			.virtual-catalog-container .virtual-catalog-wrapper .virtual-catalog img {
				max-width: 85px
			}

			.virtual-catalog-container .virtual-catalog-wrapper .virtual-catalog p {
				font-size: 16px;
				margin: 34px 20px 0;
				padding: 0
			}

			.virtual-catalog-container .virtual-catalog-wrapper .virtual-catalog div {
				margin: 32px 0 0
			}

			.virtual-catalog-container .virtual-catalog-wrapper .virtual-catalog .btn {
				font-size: 12px;
				padding: 4px 10px
			}

.twitter-typeahead {
	width: 100%;
	display: table-cell !important;
	z-index: 1001 !important
}

	.twitter-typeahead .tt-hint {
		color: #b3b3b3
	}

	.twitter-typeahead .tt-dropdown-menu {
		background: #fff;
		width: 100%;
		box-shadow: 0 0 5px #d7d7da;
		border: 1px solid #d7d7da
	}

		.twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion {
			border-width: 1px 0;
			border-style: solid;
			border-color: #fff;
			color: #666
		}

			.twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion p {
				padding: 6px 12px;
				margin: 0
			}

			.twitter-typeahead .tt-dropdown-menu .tt-suggestions .tt-suggestion.tt-cursor {
				background: #f2f2f3;
				color: #333;
				border-color: #d7d7da
			}

.artifact-card {
	border: 1px solid #d7d7da;
	padding-top: 30px;
	position: relative;
	width: 100%
}

	.artifact-card + .artifact-card {
		margin-top: 20px
	}

	.artifact-card .artifact-identifier {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: #f2f2f3;
		padding: 5px 10px;
		border-bottom: 1px solid #d7d7da
	}

		.artifact-card .artifact-identifier li:first-child {
			color: #007bc4
		}

	.artifact-card .artifact-sub-identifier {
		position: absolute;
		top: 0;
		right: 0;
		padding: 5px 10px
	}

	.artifact-card .artifact-details {
		display: table;
		width: 100%;
		table-layout: fixed
	}

		.artifact-card .artifact-details .artifact-detail {
			display: table-cell;
			width: 1%
		}

			.artifact-card .artifact-details .artifact-detail + .artifact-detail {
				border-left: 1px solid #d7d7da
			}

			.artifact-card .artifact-details .artifact-detail .artifact-detail-label {
				font-size: .9em;
				color: #999;
				padding: 5px 10px 0;
				white-space: nowrap;
				width: 100%;
				overflow: hidden
			}

			.artifact-card .artifact-details .artifact-detail .artifact-detail-value {
				position: relative;
				padding: 0 10px 5px;
				white-space: nowrap;
				width: 100%;
				overflow: hidden
			}

				.artifact-card .artifact-details .artifact-detail .artifact-detail-value:after {
					content: "";
					position: absolute;
					width: 30px;
					height: 100%;
					top: 0;
					right: 0;
					background-image: -webkit-linear-gradient(left,rgba(255,255,255,0)0%,#fff 100%);
					background-image: linear-gradient(to right,rgba(255,255,255,0)0%,#fff 100%);
					background-repeat: repeat-x;
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1)
				}

.secondary-search-box {
	position: absolute;
	top: 0;
	right: 130px;
	background-color: #f2f2f3;
	border: 1px solid #cacace;
	width: 250px;
	padding: 4px;
	z-index: 100
}

	.secondary-search-box input {
		border-radius: 12px;
		width: 202px
	}

	.secondary-search-box .btn {
		color: #007bc4;
		border-bottom-right-radius: 12px;
		border-top-right-radius: 12px
	}

	.secondary-search-box p {
		margin: 0
	}

.data-table .order-num-col, .data-table .order-date-col {
	min-width: 85px
}

.data-table .order-by-col {
	min-width: 80px
}

.data-table .status-col {
	min-width: 95px
}

.data-table .facility-col {
	min-width: 90px
}

.data-table .supplier-col {
	min-width: 70px
}

.data-table .price-col {
	min-width: 40px;
	text-align: right
}

.page-product .blt-wrap section {
	width: 940px;
	margin: 30px auto
}

.page-product .specifications table {
	width: 30%
}

.page-product .specifications {
	clear: both;
	margin: 15px
}

.page-product .content-main {
	padding-bottom: 15px
}

	.page-product .content-main .product-image {
		position: relative;
		float: left;
		width: 33.33333333%;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px
	}

		.page-product .content-main .product-image img {
			width: 100%
		}

		.page-product .content-main .product-image .product-image-caption {
			font-size: .85em;
			color: #595959;
			position: absolute;
			background: rgba(255,255,255,.9);
			bottom: 10px;
			padding: 5px;
			left: 10%;
			width: 80%;
			border-radius: 5px
		}

.page-product .product-details {
	position: relative;
	float: left;
	width: 41.66666667%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

	.page-product .product-details h1 {
		font-size: 2em
	}

	.page-product .product-details .product-price {
		position: relative
	}

		.page-product .product-details .product-price .product-price-actual {
			font-size: 2.2em;
			display: inline-block;
			color: #ea6721
		}

		.page-product .product-details .product-price .product-price-retail {
			font-size: 1em;
			display: inline-block;
			text-decoration: line-through;
			color: gray
		}

		.page-product .product-details .product-price .product-price-msg {
			background: #fff;
			top: 0;
			left: 0;
			position: absolute;
			line-height: 44px;
			width: 100%;
			opacity: 0;
			filter: alpha(opacity=0);
			transition: opacity .5s ease,display .5s ease;
			-webkit-transition: opacity .5s ease,display .5s ease
		}

		.page-product .product-details .product-price .product-price-disclaimer {
			font-size: .9em
		}

		.page-product .product-details .product-price.state-msg .product-price-msg {
			opacity: 1;
			filter: alpha(opacity=100)
		}

	.page-product .product-details .product-icons {
		display: none
	}

	.page-product .product-details .product-permutations {
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 20px
	}

		.page-product .product-details .product-permutations:before, .page-product .product-details .product-permutations:after {
			display: table
		}

		.page-product .product-details .product-permutations:before {
			content: " ";
			display: table
		}

		.page-product .product-details .product-permutations:after {
			content: " ";
			display: table;
			clear: both
		}

		.page-product .product-details .product-permutations .form-group {
			position: relative;
			float: left;
			width: 50%;
			min-height: 1px;
			padding-left: 15px;
			padding-right: 15px
		}

			.page-product .product-details .product-permutations .form-group select {
				height: 30px;
				padding: 5px 10px;
				font-size: 12px;
				line-height: 1.5;
				border-radius: 3px
			}

select.page-product .product-details .product-permutations .form-group select {
	height: 30px;
	line-height: 30px
}

textarea.page-product .product-details .product-permutations .form-group select {
	height: auto
}

.page-product .product-details .product-permutations .form-group label {
	font-weight: 600;
	font-size: .9em
}

.page-product .product-actions {
	position: relative;
	float: left;
	width: 25%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

	.page-product .product-actions .action-panel {
		background: #fafafa;
		border: 1px solid #e4e4e7;
		padding: 15px
	}

	.page-product .product-actions .main-action {
		margin-bottom: 15px
	}

		.page-product .product-actions .main-action label {
			width: 13%;
			display: block;
			float: left;
			line-height: 30px;
			height: 30px
		}

		.page-product .product-actions .main-action input {
			width: 22%;
			margin-left: 2%;
			display: block;
			float: left;
			text-align: center;
			padding: 5px
		}

		.page-product .product-actions .main-action select {
			width: 61%;
			margin-left: 2%;
			display: block;
			float: left
		}

		.page-product .product-actions .main-action .uom-no-select {
			width: 61%;
			margin-left: 2%;
			display: block;
			float: left;
			height: 30px;
			line-height: 30px;
			font-size: .9em;
			padding-left: 5px
		}

		.page-product .product-actions .main-action button {
			margin-top: 5px
		}

		.page-product .product-actions .main-action .cut-off-notice, .page-product .product-actions .main-action .leadtime-notice {
			font-size: .85em;
			color: #666;
			margin-top: 10px
		}

	.page-product .product-actions .secondary-actions {
		font-size: .95em;
		border-top: 1px solid #e4e4e7;
		padding-top: 15px
	}

		.page-product .product-actions .secondary-actions li {
			margin-bottom: 10px;
			color: #007bc4;
			cursor: pointer;
			-webkit-transition: color ease 1s;
			transition: color ease 1s
		}

			.page-product .product-actions .secondary-actions li:hover {
				color: #005b91
			}

		.page-product .product-actions .secondary-actions.state-inactive li {
			color: #7dbadf;
			cursor: not-allowed
		}

			.page-product .product-actions .secondary-actions.state-inactive li:hover {
				color: #7dbadf
			}

	.page-product .product-actions .questions {
		font-size: .85em;
		color: #4d4d4d;
		margin-top: 10px
	}

		.page-product .product-actions .questions a {
			display: block
		}

	.page-product .product-actions button, .page-product .product-actions .btn {
		width: 100%
	}

.page-product .description {
	position: relative;
	float: left;
	width: 75%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

	.page-product .description .dl-horizontal {
		font-size: .9em
	}

.page-purchase-order .grid-shipping-address {
	position: relative;
	float: left;
	width: 33.33333333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.page-purchase-order .grid-details {
	width: 41.66666667%
}

.page-purchase-order .grid-details, .page-purchase-order .grid-actions {
	position: relative;
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.page-purchase-order .grid-actions {
	width: 25%
}

	.page-purchase-order .grid-actions button {
		width: 100%;
		margin-bottom: 10px
	}

	.page-purchase-order .grid-actions p {
		font-size: .85em;
		color: #4d4d4d;
		font-style: italic
	}

.page-purchase-order .grid-approval-timeline, .page-purchase-order .grid-approval-policy {
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.page-purchase-order .grid-approval-policy {
	font-size: .85em
}

.shopping-cart .nav.nav-pills {
	font-size: .9em
}

.required:before {
	content: "*";
	font-size: .8em;
	margin-right: 2px;
	color: #b81237
}

.align-with-input {
	margin-top: 6px
}

.page-invoice .actions-links {
	position: relative;
	float: left;
	width: 33.33333333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

	.page-invoice .actions-links > button, .page-invoice .actions-links a {
		width: 100%;
		margin-bottom: 10px
	}

	.page-invoice .actions-links p {
		font-size: .85em;
		color: #4d4d4d;
		font-style: italic
	}

.page-invoice .details {
	position: relative;
	float: left;
	width: 66.66666667%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.page-invoice .shipping-address, .page-invoice .billing-address, .page-invoice .remit-address {
	position: relative;
	float: left;
	width: 33.33333333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.page-invoice section.notice h2 {
	font-size: 1.2em
}

.page-invoice section.notice p {
	font-size: .9em
}

.shopping-list h2 {
	margin-bottom: 15px
}

.title-input {
	width: 50%;
	display: inline
}

.delete-function {
	display: inline;
	position: absolute;
	right: 30px
}

	.delete-function:after {
		content: "\f00d";
		font-family: 'FontAwesome';
		font-size: .85em;
		padding-right: 5px;
		padding-left: 5px
	}

	.delete-function:before {
		content: "Remove"
	}

.state-delete {
	background: #f2f2f3;
	-webkit-transition: .25s linear color,.25s linear background-color,.25s linear border-color;
	transition: .25s linear color,.25s linear background-color,.25s linear border-color
}

	.state-delete .undo:after {
		content: "\f0e2";
		font-family: 'FontAwesome';
		font-size: .85em;
		padding-right: 5px
	}

	.state-delete .undo:before {
		content: "Undo"
	}

.lists-edit .error-text {
	position: absolute;
	padding-left: 5px
}

body.sign-in {
	background: #f2f2f3
}

.sign-in .sign-in-module {
	background: #fff;
	margin: 35px auto;
	width: 780px;
	box-shadow: 0 0 5px #cacace;
	height: 450px;
	position: relative
}

	.sign-in .sign-in-module .sign-in-brand {
		left: 0
	}

	.sign-in .sign-in-module .sign-in-brand, .sign-in .sign-in-module .sign-in-actions {
		width: 50%;
		position: absolute;
		top: 0;
		height: 450px
	}

	.sign-in .sign-in-module .sign-in-forgot, .sign-in .sign-in-module .sign-in-get-started {
		position: absolute;
		top: 0;
		height: 450px
	}

	.sign-in .sign-in-module .sign-in-brand {
		background: #000
	}

		.sign-in .sign-in-module .sign-in-brand img {
			-webkit-transition: opacity .25s ease;
			transition: opacity .25s ease
		}

		.sign-in .sign-in-module .sign-in-brand .sign-in-tagline {
			position: absolute;
			text-align: center;
			bottom: 30px;
			text-shadow: 0 1px 4px #000;
			width: 90%;
			font-size: 1.8em;
			color: #fff;
			line-height: 1.2em;
			left: 5%
		}

		.sign-in .sign-in-module .sign-in-brand ul {
			overflow: auto;
			margin-bottom: 20px
		}

			.sign-in .sign-in-module .sign-in-brand ul li {
				width: 50%;
				float: left
			}

	.sign-in .sign-in-module .sign-in-actions {
		left: 390px;
		background: #fff;
		z-index: 3;
		-webkit-transition: left .25s ease;
		transition: left .25s ease
	}

		.sign-in .sign-in-module .sign-in-actions .site-logo {
			width: 175px;
			margin: 40px auto 20px
		}

			.sign-in .sign-in-module .sign-in-actions .site-logo img {
				width: 100%;
				height: auto
			}

		.sign-in .sign-in-module .sign-in-actions .sign-in-form {
			margin: 0 30px
		}

			.sign-in .sign-in-module .sign-in-actions .sign-in-form .sign-in-action {
				margin-left: -15px;
				margin-right: -15px;
				font-size: .95em
			}

				.sign-in .sign-in-module .sign-in-actions .sign-in-form .sign-in-action:before, .sign-in .sign-in-module .sign-in-actions .sign-in-form .sign-in-action:after {
					display: table
				}

				.sign-in .sign-in-module .sign-in-actions .sign-in-form .sign-in-action:before {
					content: " ";
					display: table
				}

				.sign-in .sign-in-module .sign-in-actions .sign-in-form .sign-in-action:after {
					content: " ";
					display: table;
					clear: both
				}

				.sign-in .sign-in-module .sign-in-actions .sign-in-form .sign-in-action .sign-in-button {
					position: relative;
					float: left;
					width: 33.33333333%;
					min-height: 1px;
					padding-left: 15px;
					padding-right: 15px
				}

					.sign-in .sign-in-module .sign-in-actions .sign-in-form .sign-in-action .sign-in-button input {
						width: 100%
					}

				.sign-in .sign-in-module .sign-in-actions .sign-in-form .sign-in-action .sign-in-link {
					position: relative;
					float: left;
					width: 66.66666667%;
					min-height: 1px;
					padding-left: 15px;
					padding-right: 15px;
					line-height: 34px
				}

			.sign-in .sign-in-module .sign-in-actions .sign-in-form .sign-in-message {
				font-size: .9em;
				margin-top: -10px;
				margin-bottom: 20px;
				color: #d9534f
			}

		.sign-in .sign-in-module .sign-in-actions .next-steps {
			margin: 30px 30px 0;
			text-align: center;
			background: #fff
		}

			.sign-in .sign-in-module .sign-in-actions .next-steps .next-step-question {
				font-weight: 700
			}

	.sign-in .sign-in-module .sign-in-forgot {
		left: 390px;
		background: #fafafa;
		width: 390px;
		z-index: 1;
		padding: 30px
	}

		.sign-in .sign-in-module .sign-in-forgot label {
			font-weight: 700
		}

		.sign-in .sign-in-module .sign-in-forgot .forgot-pass-form {
			margin: 30px 0
		}

			.sign-in .sign-in-module .sign-in-forgot .forgot-pass-form .alert {
				margin-top: 20px
			}

	.sign-in .sign-in-module .sign-in-get-started {
		left: 390px;
		background: #fafafa;
		width: 390px;
		z-index: 1;
		padding: 30px
	}

		.sign-in .sign-in-module .sign-in-get-started label {
			font-weight: 700
		}

		.sign-in .sign-in-module .sign-in-get-started .form-group {
			float: left;
			width: 100%
		}

			.sign-in .sign-in-module .sign-in-get-started .form-group.phone-number {
				width: 47%;
				margin-right: 6%
			}

			.sign-in .sign-in-module .sign-in-get-started .form-group.email-address {
				width: 47%
			}

			.sign-in .sign-in-module .sign-in-get-started .form-group.city {
				width: 40%;
				margin-right: 6%
			}

			.sign-in .sign-in-module .sign-in-get-started .form-group.state {
				width: 25%;
				margin-right: 6%
			}

			.sign-in .sign-in-module .sign-in-get-started .form-group.zip {
				width: 23%
			}

			.sign-in .sign-in-module .sign-in-get-started .form-group.sign-in-action {
				float: right;
				margin-top: 10px
			}

	.sign-in .sign-in-module.state-forgot .sign-in-brand img {
		opacity: .6;
		filter: alpha(opacity=60)
	}

	.sign-in .sign-in-module.state-forgot .sign-in-actions {
		left: 0;
		box-shadow: 0 0 10px rgba(0,0,0,.2)
	}

	.sign-in .sign-in-module.state-get-started .sign-in-actions {
		left: 0
	}

	.sign-in .sign-in-module.reset-password .sign-in-brand {
		background: #007bc4;
		color: #fff;
		padding: 30px
	}

		.sign-in .sign-in-module.reset-password .sign-in-brand h1 {
			margin: 0 0 20px
		}

	.sign-in .sign-in-module.reset-password .sign-in-actions .site-logo {
		width: 115px;
		margin: 30px auto
	}

	.sign-in .sign-in-module.reset-password .sign-in-actions .sign-in-form {
		margin: 0 30px
	}

		.sign-in .sign-in-module.reset-password .sign-in-actions .sign-in-form .sign-in-action {
			margin-left: -15px;
			margin-right: -15px;
			font-size: .95em
		}

			.sign-in .sign-in-module.reset-password .sign-in-actions .sign-in-form .sign-in-action:before, .sign-in .sign-in-module.reset-password .sign-in-actions .sign-in-form .sign-in-action:after {
				display: table
			}

			.sign-in .sign-in-module.reset-password .sign-in-actions .sign-in-form .sign-in-action:before {
				content: " ";
				display: table
			}

			.sign-in .sign-in-module.reset-password .sign-in-actions .sign-in-form .sign-in-action:after {
				content: " ";
				display: table;
				clear: both
			}

			.sign-in .sign-in-module.reset-password .sign-in-actions .sign-in-form .sign-in-action .sign-in-button {
				width: 55%;
				margin-left: 45%
			}

.sign-in h1 {
	font-size: 1.6em;
	text-align: center;
	font-weight: 400;
	margin-top: -30px
}

.sign-in .sign-in-bullet {
	position: relative;
	float: left;
	width: 33.33333333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 130px;
	text-align: center
}

	.sign-in .sign-in-bullet:before {
		content: "\e606";
		font-family: ffhub;
		color: #fff;
		text-shadow: 0 0 5px #cacace;
		font-size: 7em;
		position: absolute;
		left: 50%;
		margin-left: -42px;
		top: 0
	}

	.sign-in .sign-in-bullet:after {
		font-family: FontAwesome;
		color: #007bc4;
		position: absolute;
		left: 50%;
		margin-left: -28px;
		font-size: 4em;
		top: 29px
	}

	.sign-in .sign-in-bullet.cart:after {
		content: "\f07a"
	}

	.sign-in .sign-in-bullet.tag:after {
		content: "\f02b";
		margin-left: -21px;
		top: 35px
	}

	.sign-in .sign-in-bullet.check:after {
		content: "\f00c";
		margin-left: -26px;
		top: 32px
	}

	.sign-in .sign-in-bullet.build:after {
		content: "\f0ad";
		margin-left: -25px;
		top: 28px
	}

	.sign-in .sign-in-bullet.equip:after {
		content: "\f16b";
		margin-left: -27px;
		top: 32px
	}

	.sign-in .sign-in-bullet.run:after {
		content: "\f0e4";
		margin-left: -27px;
		top: 26px
	}

	.sign-in .sign-in-bullet.arrow:after {
		content: "\e60c";
		margin-left: -25px;
		top: 45px;
		font-family: ffhub;
		font-size: 35px
	}

	.sign-in .sign-in-bullet.dollar:after {
		content: "\f155";
		margin-left: -16px;
		top: 30px
	}

.sign-in [role='details'] .container {
	width: 780px;
	margin-bottom: 35px
}

.sign-in .sign-up-action {
	font-size: 1.142em;
	text-align: center;
	margin-top: 30px
}

	.sign-in .sign-up-action a {
		padding-left: 15px;
		padding-right: 15px
	}

body.select-location {
	background: #f2f2f3
}

#location-list {
	width: 80%
}

	#location-list .location {
		padding: 8px
	}

	#location-list p {
		margin: 0;
		padding: 0
	}

.home .home-actions {
	position: relative;
	float: left;
	width: 25%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

	.home .home-actions .quick-order {
		margin-top: 200px;
		height: 230px;
		background: #fafafa;
		position: relative;
		border: 1px solid #d7d7da
	}

		.home .home-actions .quick-order .qo-title {
			background: #6e6e77;
			color: #fff;
			padding: 10px
		}

		.home .home-actions .quick-order .qo-action {
			padding: 10px;
			width: 100%;
			position: absolute;
			bottom: 0;
			left: 0
		}

			.home .home-actions .quick-order .qo-action button {
				width: 100%
			}

		.home .home-actions .quick-order .qo-body .qo-row {
			margin: 10px;
			text-align: center
		}

			.home .home-actions .quick-order .qo-body .qo-row .qo-row-label {
				width: 130px;
				float: left;
				height: 30px
			}

				.home .home-actions .quick-order .qo-body .qo-row .qo-row-label + .qo-row-label {
					margin-left: 10px;
					width: 50px;
					text-align: center
				}

		.home .home-actions .quick-order .qo-body input {
			display: inline;
			width: 130px;
			height: 25px
		}

			.home .home-actions .quick-order .qo-body input + input {
				margin-left: 10px;
				width: 50px;
				text-align: center
			}

.home .home-ads, .home .home-top {
	position: relative;
	float: left;
	width: 75%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px
}

	.home .home-ads .hero-spot, .home .home-top .hero-spot {
		display: block;
		margin-bottom: 30px
	}

		.home .home-ads .hero-spot img, .home .home-top .hero-spot img {
			height: auto
		}

	.home .home-ads .ad-spots, .home .home-top .ad-spots, .home .home-ads .home-secondary, .home .home-top .home-secondary {
		display: block;
		float: left;
		height: auto
	}

		.home .home-ads .ad-spots + .ad-spots, .home .home-top .ad-spots + .ad-spots, .home .home-ads .home-secondary + .ad-spots, .home .home-top .home-secondary + .ad-spots {
			margin-left: 31px
		}

.home.home-advantage .home-actions .quick-order {
	margin-top: 10px
}

.home.home-advantage .supplier-list {
	margin-bottom: 24px;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px
}

	.home.home-advantage .supplier-list > a {
		padding: 6px
	}

	.home.home-advantage .supplier-list ul {
		padding: 0;
		margin: 0 -12px;
		list-style: none
	}

		.home.home-advantage .supplier-list ul:before, .home.home-advantage .supplier-list ul:after {
			display: table
		}

		.home.home-advantage .supplier-list ul:before {
			content: " ";
			display: table
		}

		.home.home-advantage .supplier-list ul:after {
			content: " ";
			display: table;
			clear: both
		}

		.home.home-advantage .supplier-list ul li {
			width: 25%;
			height: 120px;
			line-height: 105px;
			padding: 0 12px 12px;
			float: left
		}

			.home.home-advantage .supplier-list ul li a {
				display: block;
				position: relative;
				height: 100%;
				width: 100%;
				border: 1px solid #eee;
				background-color: #eee;
				overflow: hidden;
				text-align: center;
				background-image: -webkit-linear-gradient(top,#fff 0%,#eee 100%);
				background-image: linear-gradient(to bottom,#fff 0%,#eee 100%);
				background-repeat: repeat-x;
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0)
			}

				.home.home-advantage .supplier-list ul li a img {
					display: inline;
					height: auto;
					max-width: 80%;
					max-height: 80%;
					vertical-align: middle
				}

.home.home-advantage .content-tables {
	margin-bottom: 24px;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px
}

	.home.home-advantage .content-tables h3 {
		padding-left: 6px
	}

	.home.home-advantage .content-tables a {
		padding: 6px
	}

	.home.home-advantage .content-tables .content-table-row a {
		display: block;
		border-bottom: 1px dotted #999;
		overflow: hidden;
		color: #999;
		text-decoration: none;
		text-overflow: ellipsis;
		white-space: nowrap
	}

		.home.home-advantage .content-tables .content-table-row a:hover {
			background: #eee
		}

	.home.home-advantage .content-tables .content-table-row:first-child {
		padding-top: 0;
		border-top: 1px dotted #999
	}

	.home.home-advantage .content-tables .content-table-row span {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: clip
	}

		.home.home-advantage .content-tables .content-table-row span.content-table-date {
			display: inline-block;
			vertical-align: middle;
			width: 150px;
			color: #007bc4
		}

		.home.home-advantage .content-tables .content-table-row span.content-table-subject {
			color: #000
		}

		.home.home-advantage .content-tables .content-table-row span.content-table-summary:before {
			content: '•';
			padding-left: 12px;
			padding-right: 12px
		}

	.home.home-advantage .content-tables.x-locked-summary .content-table-row .content-table-subject {
		width: 200px
	}

	.home.home-advantage .content-tables.x-locked-summary .content-table-row .content-table-summary:before {
		content: ''
	}

.quick-order-new {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: center
}

.qo-body-new {
	float: left;
	width: 100%
}

.qo-row-new {
	margin: 10px
}

.qo-item-label {
	float: left;
	width: 80%;
	margin: 0 0 5px 18px;
	text-align: left
}

.qo-qty-label {
	float: left;
	margin-left: 10px;
	width: 35px;
	text-align: center
}

.qo-row-new > input {
	display: inline
}

.qo-itemnum {
	width: 80%
}

.qo-qty {
	margin-left: 10px;
	width: 50px;
	text-align: center
}

.affixed-bar {
	padding: 10px 0;
	height: 53px;
	position: fixed;
	bottom: 0;
	z-index: 10;
	box-shadow: -1px 2px 15px -3px #bdbdc2 inset;
	width: 100%;
	left: 0;
	background: #F2F2F3 0 0
}

.affixed-button-container {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	overflow: hidden
}

.affixed-button {
	float: right
}

.order-summary {
	background-color: #fff;
	padding: 10px 15px;
	margin: 8px;
	box-shadow: 0 1px 2px #f2f2f3
}

	.order-summary h1 {
		padding-bottom: 6px
	}

.page-help .actions, .page-help .instructions {
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

	.page-help .instructions b {
		display: block
	}

body > * {
	transition: .5s ease opacity,.5s ease filter,.5s ease -webkit-filter;
	-webkit-transition: .5s ease opacity,.5s ease filter,.5s ease -webkit-filter
}

body.is-blurred > * {
	opacity: .2;
	filter: blur(5px);
	-webkit-filter: blur(5px)
}

body.is-blurred .ffhub-load-modal {
	top: 50%
}

body .ffhub-load-modal {
	transition: .5s ease top;
	-webkit-transition: .5s ease top;
	opacity: 1;
	filter: none;
	-webkit-filter: none;
	position: fixed;
	top: -200px;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
	line-height: 300px;
	text-align: center;
	width: 300px;
	height: 300px;
	background: -webkit-radial-gradient(#fff,rgba(0,0,0,0)70%)
}

	body .ffhub-load-modal i {
		font-size: 4em
	}

	body .ffhub-load-modal span {
		display: block;
		font-size: 1em;
		font-weight: 700;
		margin-top: -255px
	}

html.eq-ie8 .modal-window-narrow {
	width: 100%
}

	html.eq-ie8 .modal-window-narrow .modal-dialog {
		width: 400px;
		margin: 30px auto
	}

@media screen and (min-width:768px) {
	.modal-window-narrow .modal-dialog {
		width: 400px;
		margin: 30px auto
	}
}

.no-items-message {
	font-size: 1.4em;
	width: 60%
}

@media print {
	.container {
		width: 100%;
		padding: 0
	}

		.container .container-wrapper {
			margin: 0
		}

	header #brand {
		text-align: center;
		width: 100%
	}

	h1 {
		font-size: 1.5em;
		border-bottom: 1px solid #999;
		text-align: center;
		padding-bottom: 20px
	}

	nav, #utility, .breadcrumb, footer, .privacy, [role="toolbar"] {
		display: none
	}

	.grid-tools .grid-column-content {
		width: 100%
	}

	.grid-tools .grid-column-tools {
		display: none
	}

	.grid-actions .grid-column-content {
		width: 100%
	}

	.grid-actions .grid-column-tools, .page-purchase-order .grid-actions {
		display: none
	}

	.page-purchase-order .grid-details {
		width: 60%
	}

	.page-purchase-order .grid-shipping-address {
		width: 40%
	}
}

.lt-ie8 body {
	zoom: expression( this.runtimeStyle.zoom="1", blah = document.createElement("i"), blah.innerHTML = "<h1>We\'re Sorry</h1><p>Your browser is no longer supported.</p><p>Please upgrade to a newer version of Internet Explorer or contact us at 1-800-634-7328 for assistance.</p>", this.insertBefore( blah, this.firstChild ).className="unsupported-message" );
	background: #f2f2f3
}

	.lt-ie8 body > * {
		display: none
	}

	.lt-ie8 body .unsupported-message {
		font-size: 2.5em;
		width: 80%;
		margin: 50px auto 0;
		text-align: center;
		display: block;
		font-style: normal
	}

	.lt-ie8 body.sign-in section[role='main'] {
		display: block
	}

	.lt-ie8 body.sign-in .unsupported-message {
		display: none
	}

	.lt-ie8 body.sign-in .sign-in-module .sign-in-actions {
		width: 390px
	}

		.lt-ie8 body.sign-in .sign-in-module .sign-in-actions .sign-in-form .sign-in-action .sign-in-link {
			width: 190px
		}

		.lt-ie8 body.sign-in .sign-in-module .sign-in-actions .sign-in-form .sign-in-action .sign-in-button {
			padding: 0;
			width: 127px
		}

			.lt-ie8 body.sign-in .sign-in-module .sign-in-actions .sign-in-form .sign-in-action .sign-in-button input {
				padding: 6px 0
			}

		.lt-ie8 body.sign-in .sign-in-module .sign-in-actions .next-steps {
			margin-top: 80px
		}

	.lt-ie8 body.sign-in .sign-in-module .sign-in-forgot {
		width: 330px;
		height: 390px
	}

		.lt-ie8 body.sign-in .sign-in-module .sign-in-forgot .input-group .form-control {
			width: 181px;
			height: 24px
		}

	.lt-ie8 body.sign-in .sign-in-module .form-group {
		overflow: visible
	}

		.lt-ie8 body.sign-in .sign-in-module .form-group label {
			line-height: normal
		}

		.lt-ie8 body.sign-in .sign-in-module .form-group input {
			padding: 0
		}

			.lt-ie8 body.sign-in .sign-in-module .form-group input.form-control {
				padding: 10px;
				width: 310px;
				height: 20px
			}

#promotional-codes .form-control {
	display: block !important
}

.show-ie8-only {
	display: none
}

html.eq-ie8 .show-ie8-only {
	display: block
}

#BVRRSummaryContainer {
	height: 48px
}

input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal
}
