﻿@charset "UTF-8";
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

.help-block {
	font-size: 10px
}

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: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

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
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

@media print {
	* {
		text-shadow: none!important;
		color: #000!important;
		background: transparent!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	select {
		background: #fff!important
	}
	.navbar {
		display: none
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000!important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd!important
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #414042;
	background-color: #fff
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #dc0032;
	text-decoration: none
}

a:hover,
a:focus {
	color: #a90034;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	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 #e6e7e8
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color: inherit
}

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: normal;
	line-height: 1;
	color: #808285
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size: 75%
}

h1,
.h1 {
	font-size: 34px
}

h2,
.h2 {
	font-size: 30px
}

h3,
.h3 {
	font-size: 24px
}

h4,
.h4 {
	font-size: 17px
}

h5,
.h5 {
	font-size: 14px
}

h6,
.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-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-muted {
	color: #808285
}

.text-primary {
	color: #dc0032
}

a.text-primary:hover {
	color: #a90026
}

.text-success {
	color: #dc0032
}

a.text-success:hover {
	color: #a90026
}

.text-info {
	color: #cac4be
}

a.text-info:hover {
	color: #b3aba2
}

.text-warning {
	color: #a90034
}

a.text-warning:hover {
	color: #760024
}

.text-danger {
	color: #a90034
}

a.text-danger:hover {
	color: #760024
}

.bg-primary {
	color: #fff;
	background-color: #dc0032
}

a.bg-primary:hover {
	background-color: #a90026
}

.bg-success {
	background-color: #dc0032
}

a.bg-success:hover {
	background-color: #a90026
}

.bg-info {
	background-color: #cac4be
}

a.bg-info:hover {
	background-color: #b3aba2
}

.bg-warning {
	background-color: #a90034
}

a.bg-warning:hover {
	background-color: #760024
}

.bg-danger {
	background-color: #a90034
}

a.bg-danger:hover {
	background-color: #760024
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #e6e7e8
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dt,
dd {
	line-height: 1.42857143
}

dt {
	font-weight: bold
}

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
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #808285
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #e6e7e8
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #808285
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '— '
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #e6e7e8;
	border-left: 0;
	text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content: ' —'
}

blockquote:before,
blockquote:after {
	content: ""
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #414042;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 7.5px;
	padding-right: 7.5px
}

@media(min-width:768px) {
	.container {
		width: 735px
	}
}

@media(min-width:992px) {
	.container {
		width: 955px
	}
}

@media(min-width:1200px) {
	.container {
		width: 1155px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 7.5px;
	padding-right: 7.5px
}

.row {
	margin-left: -7.5px;
	margin-right: -7.5px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,

.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
	position: relative;
	min-height: 1px;
	padding-left: 7.5px;
	padding-right: 7.5px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
	float: left
}

.col-xs-24 {
	width: 100%
}

.col-xs-23 {
	width: 95.83333333%
}

.col-xs-22 {
	width: 91.66666667%
}

.col-xs-21 {
	width: 87.5%
}

.col-xs-20 {
	width: 83.33333333%
}

.col-xs-19 {
	width: 79.16666667%
}

.col-xs-18 {
	width: 75%
}

.col-xs-17 {
	width: 70.83333333%
}

.col-xs-16 {
	width: 66.66666667%
}

.col-xs-15 {
	width: 62.5%
}

.col-xs-14 {
	width: 58.33333333%
}

.col-xs-13 {
	width: 54.16666667%
}

.col-xs-12 {
	width: 50%
}

.col-xs-11 {
	width: 45.83333333%
}

.col-xs-10 {
	width: 41.66666667%
}

.col-xs-9 {
	width: 37.5%
}

.col-xs-8 {
	width: 33.33333333%
}

.col-xs-7 {
	width: 29.16666667%
}

.col-xs-6 {
	width: 25%
}

.col-xs-5 {
	width: 20.83333333%
}

.col-xs-4 {
	width: 16.66666667%
}

.col-xs-3 {
	width: 12.5%
}

.col-xs-2 {
	width: 8.33333333%
}

.col-xs-1 {
	width: 4.16666667%
}

.col-xs-pull-24 {
	right: 100%
}

.col-xs-pull-23 {
	right: 95.83333333%
}

.col-xs-pull-22 {
	right: 91.66666667%
}

.col-xs-pull-21 {
	right: 87.5%
}

.col-xs-pull-20 {
	right: 83.33333333%
}

.col-xs-pull-19 {
	right: 79.16666667%
}

.col-xs-pull-18 {
	right: 75%
}

.col-xs-pull-17 {
	right: 70.83333333%
}

.col-xs-pull-16 {
	right: 66.66666667%
}

.col-xs-pull-15 {
	right: 62.5%
}

.col-xs-pull-14 {
	right: 58.33333333%
}

.col-xs-pull-13 {
	right: 54.16666667%
}

.col-xs-pull-12 {
	right: 50%
}

.col-xs-pull-11 {
	right: 45.83333333%
}

.col-xs-pull-10 {
	right: 41.66666667%
}

.col-xs-pull-9 {
	right: 37.5%
}

.col-xs-pull-8 {
	right: 33.33333333%
}

.col-xs-pull-7 {
	right: 29.16666667%
}

.col-xs-pull-6 {
	right: 25%
}

.col-xs-pull-5 {
	right: 20.83333333%
}

.col-xs-pull-4 {
	right: 16.66666667%
}

.col-xs-pull-3 {
	right: 12.5%
}

.col-xs-pull-2 {
	right: 8.33333333%
}

.col-xs-pull-1 {
	right: 4.16666667%
}

.col-xs-pull-0 {
	right: 0%
}

.col-xs-push-24 {
	left: 100%
}

.col-xs-push-23 {
	left: 95.83333333%
}

.col-xs-push-22 {
	left: 91.66666667%
}

.col-xs-push-21 {
	left: 87.5%
}

.col-xs-push-20 {
	left: 83.33333333%
}

.col-xs-push-19 {
	left: 79.16666667%
}

.col-xs-push-18 {
	left: 75%
}

.col-xs-push-17 {
	left: 70.83333333%
}

.col-xs-push-16 {
	left: 66.66666667%
}

.col-xs-push-15 {
	left: 62.5%
}

.col-xs-push-14 {
	left: 58.33333333%
}

.col-xs-push-13 {
	left: 54.16666667%
}

.col-xs-push-12 {
	left: 50%
}

.col-xs-push-11 {
	left: 45.83333333%
}

.col-xs-push-10 {
	left: 41.66666667%
}

.col-xs-push-9 {
	left: 37.5%
}

.col-xs-push-8 {
	left: 33.33333333%
}

.col-xs-push-7 {
	left: 29.16666667%
}

.col-xs-push-6 {
	left: 25%
}

.col-xs-push-5 {
	left: 20.83333333%
}

.col-xs-push-4 {
	left: 16.66666667%
}

.col-xs-push-3 {
	left: 12.5%
}

.col-xs-push-2 {
	left: 8.33333333%
}

.col-xs-push-1 {
	left: 4.16666667%
}

.col-xs-push-0 {
	left: 0%
}

.col-xs-offset-24 {
	margin-left: 100%
}

.col-xs-offset-23 {
	margin-left: 95.83333333%
}

.col-xs-offset-22 {
	margin-left: 91.66666667%
}

.col-xs-offset-21 {
	margin-left: 87.5%
}

.col-xs-offset-20 {
	margin-left: 83.33333333%
}

.col-xs-offset-19 {
	margin-left: 79.16666667%
}

.col-xs-offset-18 {
	margin-left: 75%
}

.col-xs-offset-17 {
	margin-left: 70.83333333%
}

.col-xs-offset-16 {
	margin-left: 66.66666667%
}

.col-xs-offset-15 {
	margin-left: 62.5%
}

.col-xs-offset-14 {
	margin-left: 58.33333333%
}

.col-xs-offset-13 {
	margin-left: 54.16666667%
}

.col-xs-offset-12 {
	margin-left: 50%
}

.col-xs-offset-11 {
	margin-left: 45.83333333%
}

.col-xs-offset-10 {
	margin-left: 41.66666667%
}

.col-xs-offset-9 {
	margin-left: 37.5%
}

.col-xs-offset-8 {
	margin-left: 33.33333333%
}

.col-xs-offset-7 {
	margin-left: 29.16666667%
}

.col-xs-offset-6 {
	margin-left: 25%
}

.col-xs-offset-5 {
	margin-left: 20.83333333%
}

.col-xs-offset-4 {
	margin-left: 16.66666667%
}

.col-xs-offset-3 {
	margin-left: 12.5%
}

.col-xs-offset-2 {
	margin-left: 8.33333333%
}

.col-xs-offset-1 {
	margin-left: 4.16666667%
}

.col-xs-offset-0 {
	margin-left: 0%
}

@media(min-width:768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-13,
	.col-sm-14,
	.col-sm-15,
	.col-sm-16,
	.col-sm-17,
	.col-sm-18,
	.col-sm-19,
	.col-sm-20,
	.col-sm-21,
	.col-sm-22,
	.col-sm-23,
	.col-sm-24 {
		float: left
	}
	.col-sm-24 {
		width: 100%
	}
	.col-sm-23 {
		width: 95.83333333%
	}
	.col-sm-22 {
		width: 91.66666667%
	}
	.col-sm-21 {
		width: 87.5%
	}
	.col-sm-20 {
		width: 83.33333333%
	}
	.col-sm-19 {
		width: 79.16666667%
	}
	.col-sm-18 {
		width: 75%
	}
	.col-sm-17 {
		width: 70.83333333%
	}
	.col-sm-16 {
		width: 66.66666667%
	}
	.col-sm-15 {
		width: 62.5%
	}
	.col-sm-14 {
		width: 58.33333333%
	}
	.col-sm-13 {
		width: 54.16666667%
	}
	.col-sm-12 {
		width: 50%
	}
	.col-sm-11 {
		width: 45.83333333%
	}
	.col-sm-10 {
		width: 41.66666667%
	}
	.col-sm-9 {
		width: 37.5%
	}
	.col-sm-8 {
		width: 33.33333333%
	}
	.col-sm-7 {
		width: 29.16666667%
	}
	.col-sm-6 {
		width: 25%
	}
	.col-sm-5 {
		width: 20.83333333%
	}
	.col-sm-4 {
		width: 16.66666667%
	}
	.col-sm-3 {
		width: 12.5%
	}
	.col-sm-2 {
		width: 8.33333333%
	}
	.col-sm-1 {
		width: 4.16666667%
	}
	.col-sm-pull-24 {
		right: 100%
	}
	.col-sm-pull-23 {
		right: 95.83333333%
	}
	.col-sm-pull-22 {
		right: 91.66666667%
	}
	.col-sm-pull-21 {
		right: 87.5%
	}
	.col-sm-pull-20 {
		right: 83.33333333%
	}
	.col-sm-pull-19 {
		right: 79.16666667%
	}
	.col-sm-pull-18 {
		right: 75%
	}
	.col-sm-pull-17 {
		right: 70.83333333%
	}
	.col-sm-pull-16 {
		right: 66.66666667%
	}
	.col-sm-pull-15 {
		right: 62.5%
	}
	.col-sm-pull-14 {
		right: 58.33333333%
	}
	.col-sm-pull-13 {
		right: 54.16666667%
	}
	.col-sm-pull-12 {
		right: 50%
	}
	.col-sm-pull-11 {
		right: 45.83333333%
	}
	.col-sm-pull-10 {
		right: 41.66666667%
	}
	.col-sm-pull-9 {
		right: 37.5%
	}
	.col-sm-pull-8 {
		right: 33.33333333%
	}
	.col-sm-pull-7 {
		right: 29.16666667%
	}
	.col-sm-pull-6 {
		right: 25%
	}
	.col-sm-pull-5 {
		right: 20.83333333%
	}
	.col-sm-pull-4 {
		right: 16.66666667%
	}
	.col-sm-pull-3 {
		right: 12.5%
	}
	.col-sm-pull-2 {
		right: 8.33333333%
	}
	.col-sm-pull-1 {
		right: 4.16666667%
	}
	.col-sm-pull-0 {
		right: 0%
	}
	.col-sm-push-24 {
		left: 100%
	}
	.col-sm-push-23 {
		left: 95.83333333%
	}
	.col-sm-push-22 {
		left: 91.66666667%
	}
	.col-sm-push-21 {
		left: 87.5%
	}
	.col-sm-push-20 {
		left: 83.33333333%
	}
	.col-sm-push-19 {
		left: 79.16666667%
	}
	.col-sm-push-18 {
		left: 75%
	}
	.col-sm-push-17 {
		left: 70.83333333%
	}
	.col-sm-push-16 {
		left: 66.66666667%
	}
	.col-sm-push-15 {
		left: 62.5%
	}
	.col-sm-push-14 {
		left: 58.33333333%
	}
	.col-sm-push-13 {
		left: 54.16666667%
	}
	.col-sm-push-12 {
		left: 50%
	}
	.col-sm-push-11 {
		left: 45.83333333%
	}
	.col-sm-push-10 {
		left: 41.66666667%
	}
	.col-sm-push-9 {
		left: 37.5%
	}
	.col-sm-push-8 {
		left: 33.33333333%
	}
	.col-sm-push-7 {
		left: 29.16666667%
	}
	.col-sm-push-6 {
		left: 25%
	}
	.col-sm-push-5 {
		left: 20.83333333%
	}
	.col-sm-push-4 {
		left: 16.66666667%
	}
	.col-sm-push-3 {
		left: 12.5%
	}
	.col-sm-push-2 {
		left: 8.33333333%
	}
	.col-sm-push-1 {
		left: 4.16666667%
	}
	.col-sm-push-0 {
		left: 0%
	}
	.col-sm-offset-24 {
		margin-left: 100%
	}
	.col-sm-offset-23 {
		margin-left: 95.83333333%
	}
	.col-sm-offset-22 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-21 {
		margin-left: 87.5%
	}
	.col-sm-offset-20 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-19 {
		margin-left: 79.16666667%
	}
	.col-sm-offset-18 {
		margin-left: 75%
	}
	.col-sm-offset-17 {
		margin-left: 70.83333333%
	}
	.col-sm-offset-16 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-15 {
		margin-left: 62.5%
	}
	.col-sm-offset-14 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-13 {
		margin-left: 54.16666667%
	}
	.col-sm-offset-12 {
		margin-left: 50%
	}
	.col-sm-offset-11 {
		margin-left: 45.83333333%
	}
	.col-sm-offset-10 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-9 {
		margin-left: 37.5%
	}
	.col-sm-offset-8 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-7 {
		margin-left: 29.16666667%
	}
	.col-sm-offset-6 {
		margin-left: 25%
	}
	.col-sm-offset-5 {
		margin-left: 20.83333333%
	}
	.col-sm-offset-4 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-3 {
		margin-left: 12.5%
	}
	.col-sm-offset-2 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-1 {
		margin-left: 4.16666667%
	}
	.col-sm-offset-0 {
		margin-left: 0%
	}
}

@media(min-width:992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-13,
	.col-md-14,
	.col-md-15,
	.col-md-16,
	.col-md-17,
	.col-md-18,
	.col-md-19,
	.col-md-20,
	.col-md-21,
	.col-md-22,
	.col-md-23,
	.col-md-24 {
		float: left
	}
	.col-md-24 {
		width: 100%
	}
	.col-md-23 {
		width: 95.83333333%
	}
	.col-md-22 {
		width: 91.66666667%
	}
	.col-md-21 {
		width: 87.5%
	}
	.col-md-20 {
		width: 83.33333333%
	}
	.col-md-19 {
		width: 79.16666667%
	}
	.col-md-18 {
		width: 75%
	}
	.col-md-17 {
		width: 70.83333333%
	}
	.col-md-16 {
		width: 66.66666667%
	}
	.col-md-15 {
		width: 62.5%
	}
	.col-md-14 {
		width: 58.33333333%
	}
	.col-md-13 {
		width: 54.16666667%
	}
	.col-md-12 {
		width: 50%
	}
	.col-md-11 {
		width: 45.83333333%
	}
	.col-md-10 {
		width: 41.66666667%
	}
	.col-md-9 {
		width: 37.5%
	}
	.col-md-8 {
		width: 33.33333333%
	}
	.col-md-7 {
		width: 29.16666667%
	}
	.col-md-6 {
		width: 25%
	}
	.col-md-5 {
		width: 20.83333333%
	}
	.col-md-4 {
		width: 16.66666667%
	}
	.col-md-3 {
		width: 12.5%
	}
	.col-md-2 {
		width: 8.33333333%
	}
	.col-md-1 {
		width: 4.16666667%
	}
	.col-md-pull-24 {
		right: 100%
	}
	.col-md-pull-23 {
		right: 95.83333333%
	}
	.col-md-pull-22 {
		right: 91.66666667%
	}
	.col-md-pull-21 {
		right: 87.5%
	}
	.col-md-pull-20 {
		right: 83.33333333%
	}
	.col-md-pull-19 {
		right: 79.16666667%
	}
	.col-md-pull-18 {
		right: 75%
	}
	.col-md-pull-17 {
		right: 70.83333333%
	}
	.col-md-pull-16 {
		right: 66.66666667%
	}
	.col-md-pull-15 {
		right: 62.5%
	}
	.col-md-pull-14 {
		right: 58.33333333%
	}
	.col-md-pull-13 {
		right: 54.16666667%
	}
	.col-md-pull-12 {
		right: 50%
	}
	.col-md-pull-11 {
		right: 45.83333333%
	}
	.col-md-pull-10 {
		right: 41.66666667%
	}
	.col-md-pull-9 {
		right: 37.5%
	}
	.col-md-pull-8 {
		right: 33.33333333%
	}
	.col-md-pull-7 {
		right: 29.16666667%
	}
	.col-md-pull-6 {
		right: 25%
	}
	.col-md-pull-5 {
		right: 20.83333333%
	}
	.col-md-pull-4 {
		right: 16.66666667%
	}
	.col-md-pull-3 {
		right: 12.5%
	}
	.col-md-pull-2 {
		right: 8.33333333%
	}
	.col-md-pull-1 {
		right: 4.16666667%
	}
	.col-md-pull-0 {
		right: 0%
	}
	.col-md-push-24 {
		left: 100%
	}
	.col-md-push-23 {
		left: 95.83333333%
	}
	.col-md-push-22 {
		left: 91.66666667%
	}
	.col-md-push-21 {
		left: 87.5%
	}
	.col-md-push-20 {
		left: 83.33333333%
	}
	.col-md-push-19 {
		left: 79.16666667%
	}
	.col-md-push-18 {
		left: 75%
	}
	.col-md-push-17 {
		left: 70.83333333%
	}
	.col-md-push-16 {
		left: 66.66666667%
	}
	.col-md-push-15 {
		left: 62.5%
	}
	.col-md-push-14 {
		left: 58.33333333%
	}
	.col-md-push-13 {
		left: 54.16666667%
	}
	.col-md-push-12 {
		left: 50%
	}
	.col-md-push-11 {
		left: 45.83333333%
	}
	.col-md-push-10 {
		left: 41.66666667%
	}
	.col-md-push-9 {
		left: 37.5%
	}
	.col-md-push-8 {
		left: 33.33333333%
	}
	.col-md-push-7 {
		left: 29.16666667%
	}
	.col-md-push-6 {
		left: 25%
	}
	.col-md-push-5 {
		left: 20.83333333%
	}
	.col-md-push-4 {
		left: 16.66666667%
	}
	.col-md-push-3 {
		left: 12.5%
	}
	.col-md-push-2 {
		left: 8.33333333%
	}
	.col-md-push-1 {
		left: 4.16666667%
	}
	.col-md-push-0 {
		left: 0%
	}
	.col-md-offset-24 {
		margin-left: 100%
	}
	.col-md-offset-23 {
		margin-left: 95.83333333%
	}
	.col-md-offset-22 {
		margin-left: 91.66666667%
	}
	.col-md-offset-21 {
		margin-left: 87.5%
	}
	.col-md-offset-20 {
		margin-left: 83.33333333%
	}
	.col-md-offset-19 {
		margin-left: 79.16666667%
	}
	.col-md-offset-18 {
		margin-left: 75%
	}
	.col-md-offset-17 {
		margin-left: 70.83333333%
	}
	.col-md-offset-16 {
		margin-left: 66.66666667%
	}
	.col-md-offset-15 {
		margin-left: 62.5%
	}
	.col-md-offset-14 {
		margin-left: 58.33333333%
	}
	.col-md-offset-13 {
		margin-left: 54.16666667%
	}
	.col-md-offset-12 {
		margin-left: 50%
	}
	.col-md-offset-11 {
		margin-left: 45.83333333%
	}
	.col-md-offset-10 {
		margin-left: 41.66666667%
	}
	.col-md-offset-9 {
		margin-left: 37.5%
	}
	.col-md-offset-8 {
		margin-left: 33.33333333%
	}
	.col-md-offset-7 {
		margin-left: 29.16666667%
	}
	.col-md-offset-6 {
		margin-left: 25%
	}
	.col-md-offset-5 {
		margin-left: 20.83333333%
	}
	.col-md-offset-4 {
		margin-left: 16.66666667%
	}
	.col-md-offset-3 {
		margin-left: 12.5%
	}
	.col-md-offset-2 {
		margin-left: 8.33333333%
	}
	.col-md-offset-1 {
		margin-left: 4.16666667%
	}
	.col-md-offset-0 {
		margin-left: 0%
	}
}

@media(min-width:1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-13,
	.col-lg-14,
	.col-lg-15,
	.col-lg-16,
	.col-lg-17,
	.col-lg-18,
	.col-lg-19,
	.col-lg-20,
	.col-lg-21,
	.col-lg-22,
	.col-lg-23,
	.col-lg-24 {
		float: left
	}
	.col-lg-24 {
		width: 100%
	}
	.col-lg-23 {
		width: 95.83333333%
	}
	.col-lg-22 {
		width: 91.66666667%
	}
	.col-lg-21 {
		width: 87.5%
	}
	.col-lg-20 {
		width: 83.33333333%
	}
	.col-lg-19 {
		width: 79.16666667%
	}
	.col-lg-18 {
		width: 75%
	}
	.col-lg-17 {
		width: 70.83333333%
	}
	.col-lg-16 {
		width: 66.66666667%
	}
	.col-lg-15 {
		width: 62.5%
	}
	.col-lg-14 {
		width: 58.33333333%
	}
	.col-lg-13 {
		width: 54.16666667%
	}
	.col-lg-12 {
		width: 50%
	}
	.col-lg-11 {
		width: 45.83333333%
	}
	.col-lg-10 {
		width: 41.66666667%
	}
	.col-lg-9 {
		width: 37.5%
	}
	.col-lg-8 {
		width: 33.33333333%
	}
	.col-lg-7 {
		width: 29.16666667%
	}
	.col-lg-6 {
		width: 25%
	}
	.col-lg-5 {
		width: 20.83333333%
	}
	.col-lg-4 {
		width: 16.66666667%
	}
	.col-lg-3 {
		width: 12.5%
	}
	.col-lg-2 {
		width: 8.33333333%
	}
	.col-lg-1 {
		width: 4.16666667%
	}
	.col-lg-pull-24 {
		right: 100%
	}
	.col-lg-pull-23 {
		right: 95.83333333%
	}
	.col-lg-pull-22 {
		right: 91.66666667%
	}
	.col-lg-pull-21 {
		right: 87.5%
	}
	.col-lg-pull-20 {
		right: 83.33333333%
	}
	.col-lg-pull-19 {
		right: 79.16666667%
	}
	.col-lg-pull-18 {
		right: 75%
	}
	.col-lg-pull-17 {
		right: 70.83333333%
	}
	.col-lg-pull-16 {
		right: 66.66666667%
	}
	.col-lg-pull-15 {
		right: 62.5%
	}
	.col-lg-pull-14 {
		right: 58.33333333%
	}
	.col-lg-pull-13 {
		right: 54.16666667%
	}
	.col-lg-pull-12 {
		right: 50%
	}
	.col-lg-pull-11 {
		right: 45.83333333%
	}
	.col-lg-pull-10 {
		right: 41.66666667%
	}
	.col-lg-pull-9 {
		right: 37.5%
	}
	.col-lg-pull-8 {
		right: 33.33333333%
	}
	.col-lg-pull-7 {
		right: 29.16666667%
	}
	.col-lg-pull-6 {
		right: 25%
	}
	.col-lg-pull-5 {
		right: 20.83333333%
	}
	.col-lg-pull-4 {
		right: 16.66666667%
	}
	.col-lg-pull-3 {
		right: 12.5%
	}
	.col-lg-pull-2 {
		right: 8.33333333%
	}
	.col-lg-pull-1 {
		right: 4.16666667%
	}
	.col-lg-pull-0 {
		right: 0%
	}
	.col-lg-push-24 {
		left: 100%
	}
	.col-lg-push-23 {
		left: 95.83333333%
	}
	.col-lg-push-22 {
		left: 91.66666667%
	}
	.col-lg-push-21 {
		left: 87.5%
	}
	.col-lg-push-20 {
		left: 83.33333333%
	}
	.col-lg-push-19 {
		left: 79.16666667%
	}
	.col-lg-push-18 {
		left: 75%
	}
	.col-lg-push-17 {
		left: 70.83333333%
	}
	.col-lg-push-16 {
		left: 66.66666667%
	}
	.col-lg-push-15 {
		left: 62.5%
	}
	.col-lg-push-14 {
		left: 58.33333333%
	}
	.col-lg-push-13 {
		left: 54.16666667%
	}
	.col-lg-push-12 {
		left: 50%
	}
	.col-lg-push-11 {
		left: 45.83333333%
	}
	.col-lg-push-10 {
		left: 41.66666667%
	}
	.col-lg-push-9 {
		left: 37.5%
	}
	.col-lg-push-8 {
		left: 33.33333333%
	}
	.col-lg-push-7 {
		left: 29.16666667%
	}
	.col-lg-push-6 {
		left: 25%
	}
	.col-lg-push-5 {
		left: 20.83333333%
	}
	.col-lg-push-4 {
		left: 16.66666667%
	}
	.col-lg-push-3 {
		left: 12.5%
	}
	.col-lg-push-2 {
		left: 8.33333333%
	}
	.col-lg-push-1 {
		left: 4.16666667%
	}
	.col-lg-push-0 {
		left: 0%
	}
	.col-lg-offset-24 {
		margin-left: 100%
	}
	.col-lg-offset-23 {
		margin-left: 95.83333333%
	}
	.col-lg-offset-22 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-21 {
		margin-left: 87.5%
	}
	.col-lg-offset-20 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-19 {
		margin-left: 79.16666667%
	}
	.col-lg-offset-18 {
		margin-left: 75%
	}
	.col-lg-offset-17 {
		margin-left: 70.83333333%
	}
	.col-lg-offset-16 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-15 {
		margin-left: 62.5%
	}
	.col-lg-offset-14 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-13 {
		margin-left: 54.16666667%
	}
	.col-lg-offset-12 {
		margin-left: 50%
	}
	.col-lg-offset-11 {
		margin-left: 45.83333333%
	}
	.col-lg-offset-10 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-9 {
		margin-left: 37.5%
	}
	.col-lg-offset-8 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-7 {
		margin-left: 29.16666667%
	}
	.col-lg-offset-6 {
		margin-left: 25%
	}
	.col-lg-offset-5 {
		margin-left: 20.83333333%
	}
	.col-lg-offset-4 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-3 {
		margin-left: 12.5%
	}
	.col-lg-offset-2 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-1 {
		margin-left: 4.16666667%
	}
	.col-lg-offset-0 {
		margin-left: 0%
	}
}

table {
	max-width: 100%;
	background-color: transparent
}

th {
	text-align: left
}

.table {
	width: 100%;
	margin-bottom: 20px
}

.table>thead>tr>th,
.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 #e6e7e8
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #e6e7e8
}

.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 #e6e7e8
}

.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 {
	border: 1px solid #e6e7e8
}

.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 #e6e7e8
}

.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: #e6e7e8
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background-color: #cac4be
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
	background-color: #cac4be
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
	background-color: #bfb7b0
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
	background-color: #dc0032
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
	background-color: #c3002c
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
	background-color: #cac4be
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th {
	background-color: #bfb7b0
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
	background-color: #a90034
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #90002c
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
	background-color: #a90034
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #90002c
}

@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 #e6e7e8;
		-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;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #414042;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type="file"] {
	display: block
}

input[type="range"] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

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
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #414042
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #414042;
	background-color: #fff;
	background-image: none;
	border: 1px solid #808285;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	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: #a90034;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(169, 0, 52, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(169, 0, 52, .6)
}

.form-control::-moz-placeholder {
	color: #808285;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #808285
}

.form-control::-webkit-input-placeholder {
	color: #808285
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #e6e7e8;
	opacity: 1
}

textarea.form-control {
	height: auto
}

input[type="search"] {
	-webkit-appearance: none
}

input[type="date"] {
	line-height: 34px
}

.form-group {
	margin-bottom: 15px
}

.radio,
.checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px
}

.radio label,
.checkbox label {
	display: inline;
	font-weight: normal;
	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: normal;
	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,
select[multiple].input-sm {
	height: auto
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #dc0032
}

.has-success .form-control {
	border-color: #dc0032;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #a90026;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff436e;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff436e
}

.has-success .input-group-addon {
	color: #dc0032;
	border-color: #dc0032;
	background-color: #dc0032
}

.has-success .form-control-feedback {
	color: #dc0032
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #a90034
}

.has-warning .form-control {
	border-color: #a90034;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #760024;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff105a;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff105a
}

.has-warning .input-group-addon {
	color: #a90034;
	border-color: #a90034;
	background-color: #a90034
}

.has-warning .form-control-feedback {
	color: #a90034
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #a90034
}

.has-error .form-control {
	border-color: #a90034;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #760024;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff105a;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff105a
}

.has-error .input-group-addon {
	color: #a90034;
	border-color: #a90034;
	background-color: #a90034
}

.has-error .form-control-feedback {
	color: #a90034
}

.form-control-static {
	margin-bottom: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #817f83
}

@media(min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 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: -7.5px;
	margin-right: -7.5px
}

.form-horizontal .form-control-static {
	padding-top: 7px
}

@media(min-width:768px) {
	.form-horizontal .control-label {
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 7.5px
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus {
	color: #414042;
	text-decoration: none
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	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);
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-default {
	color: #414042;
	background-color: #fff;
	border-color: #808285
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #414042;
	background-color: #ebebeb;
	border-color: #626366
}

.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: #fff;
	border-color: #808285
}

.btn-default .badge {
	color: #fff;
	background-color: #414042
}

.btn-primary {
	color: #fff;
	background-color: #dc0032;
	border-color: #dc0032
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #b30029;
	border-color: #9f0024
}

.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: #dc0032;
	border-color: #dc0032
}

.btn-primary .badge {
	color: #dc0032;
	background-color: #fff
}

.btn-secondary {
	color: #fff;
	background-color: #a90034;
	border-color: #a90034
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
	color: #fff;
	background-color: #800027;
	border-color: #6c0021
}

.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
	background-image: none
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
	background-color: #a90034;
	border-color: #a90034
}

.btn-secondary .badge {
	color: #a90034;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #dc0032;
	border-color: #dc0032
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #b30029;
	border-color: #9f0024
}

.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: #dc0032;
	border-color: #dc0032
}

.btn-success .badge {
	color: #dc0032;
	background-color: #fff
}

.btn-info {
	color: #414042;
	background-color: #cac4be;
	border-color: #cac4be
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #414042;
	background-color: #b8b0a8;
	border-color: #afa59c
}

.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: #cac4be;
	border-color: #cac4be
}

.btn-info .badge {
	color: #cac4be;
	background-color: #414042
}

.btn-warning {
	color: #fff;
	background-color: #a90034;
	border-color: #a90034
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #800027;
	border-color: #6c0021
}

.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: #a90034;
	border-color: #a90034
}

.btn-warning .badge {
	color: #a90034;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #a90034;
	border-color: #a90034
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #800027;
	border-color: #6c0021
}

.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: #a90034;
	border-color: #a90034
}

.btn-danger .badge {
	color: #a90034;
	background-color: #fff
}

.btn-link {
	color: #dc0032;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
	color: #a90034;
	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: #808285;
	text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.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%
}

.btn-wrapped {
	white-space: normal
}

.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;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	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: normal;
	line-height: 1.42857143;
	color: #414042;
	white-space: nowrap
}

.dropdown-menu>li>a.bulk-upload-no-wrap {
	white-space: initial
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #343335;
	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: #dc0032
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #808285
}

.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-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #808285
}

.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 {
		left: auto;
		right: 0
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	float: left
}

.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 {
	margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-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>.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 {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	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,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.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:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-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[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	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: 46px;
	line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].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,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].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,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 6px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #414042;
	text-align: center;
	background-color: #e6e7e8;
	border: 1px solid #808285;
	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>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	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>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #e6e7e8
}

.nav>li.disabled>a {
	color: #808285
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #808285;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #e6e7e8;
	border-color: #dc0032
}

.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
}

.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: #e6e7e8 #e6e7e8 #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #808285;
	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: #dc0032
}

.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
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 40px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media(min-width:768px) {
	.navbar {
		border-radius: 0
	}
}

@media(min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	padding-right: 7px;
	padding-left: 7px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
	overflow-y: auto
}

@media(min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}
	.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-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-right: -7px;
	margin-left: -7px
}

@media(min-width:768px) {
	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media(min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media(min-width:768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		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: 10px 7px;
	font-size: 18px;
	line-height: 20px;
	height: 40px
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

@media(min-width:768px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -7px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 7px;
	padding: 9px 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: none
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media(min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 5px -7px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media(max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none
	}
}

@media(min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -7px
	}
}

@media(min-width:768px) {
	.navbar-left {
		float: left!important
	}
	.navbar-right {
		float: right!important
	}
}

.navbar-form {
	margin-left: -7px;
	margin-right: -7px;
	padding: 10px 7px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin-top: 3px;
	margin-bottom: 3px
}

@media(min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@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;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.navbar-form.navbar-right:last-child {
		margin-right: -7px
	}
}

.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-btn {
	margin-top: 3px;
	margin-bottom: 3px
}

.navbar-btn.btn-sm {
	margin-top: 5px;
	margin-bottom: 5px
}

.navbar-btn.btn-xs {
	margin-top: 9px;
	margin-bottom: 9px
}

.navbar-text {
	margin-top: 10px;
	margin-bottom: 10px
}

@media(min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 7px;
		margin-right: 7px
	}
	.navbar-text.navbar-right:last-child {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}

.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: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555
}

@media(max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-inverse {
	background-color: #e9e9e9;
	border-color: #d0d0d0
}

.navbar-inverse .navbar-brand {
	color: #808285
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #808285
}

.navbar-inverse .navbar-nav>li>a {
	color: #808285
}

.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: #666
}

.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: #d7d7d7
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #666;
	color: #fff
}

@media(max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #d0d0d0
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #d0d0d0
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #808285
	}
	.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: #666
	}
	.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: #808285
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	content: "> ";
	padding: 0 5px;
	color: #ccc
}

.breadcrumb>.active {
	color: #fff
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 6px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #dc0032;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #a90034;
	background-color: #e6e7e8;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #dc0032;
	border-color: #dc0032;
	cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #808285;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
	text-decoration: none;
	background-color: #e6e7e8
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
	color: #808285;
	background-color: #fff;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	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: #808285
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #67696b
}

.label-primary {
	background-color: #dc0032
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #a90026
}

.label-success {
	background-color: #dc0032
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #a90026
}

.label-info {
	background-color: #cac4be
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #b3aba2
}

.label-warning {
	background-color: #a90034
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #760024
}

.label-danger {
	background-color: #a90034
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #760024
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #808285;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #dc0032;
	background-color: #fff
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: bold
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable {
	padding-right: 35px
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dc0032;
	border-color: #dc0032;
	color: #fff
}

.alert-success hr {
	border-top-color: #c3002c
}

.alert-success .alert-link {
	color: #e6e6e6
}

.alert-info {
	background-color: #cac4be;
	border-color: #cac4be;
	color: #fff
}

.alert-info hr {
	border-top-color: #bfb7b0
}

.alert-info .alert-link {
	color: #e6e6e6
}

.alert-warning {
	background-color: #a90034;
	border-color: #a90034;
	color: #fff
}

.alert-warning hr {
	border-top-color: #90002c
}

.alert-warning .alert-link {
	color: #e6e6e6
}

.alert-danger {
	background-color: #a90034;
	border-color: #a90034;
	color: #fff
}

.alert-danger hr {
	border-top-color: #90002c
}

.alert-danger .alert-link {
	color: #e6e6e6
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #dc0032;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #dc0032
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #cac4be
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #a90034
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #a90034
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1
}

.media,
.media .media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media-object {
	display: block
}

.media-heading {
	margin: 0 0 5px
}

.media>.pull-left {
	margin-right: 10px
}

.media>.pull-right {
	margin-left: 10px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.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;
	color: inherit
}

.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>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
	border-top: 1px solid #e6e7e8
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr: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:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

.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,
.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 {
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 20px
}

.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: #414042;
	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: #dc0032
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #dc0032;
	border-color: #dc0032
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #dc0032
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #dc0032
}

.panel-success {
	border-color: #dc0032
}

.panel-success>.panel-heading {
	color: #fff;
	background-color: #dc0032;
	border-color: #dc0032
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #dc0032
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #dc0032
}

.panel-info {
	border-color: #cac4be
}

.panel-info>.panel-heading {
	color: #414042;
	background-color: #cac4be;
	border-color: #cac4be
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #cac4be
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #cac4be
}

.panel-warning {
	border-color: #a90034
}

.panel-warning>.panel-heading {
	color: #fff;
	background-color: #a90034;
	border-color: #a90034
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #a90034
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #a90034
}

.panel-danger {
	border-color: #a90034
}

.panel-danger>.panel-heading {
	color: #fff;
	background-color: #a90034;
	border-color: #a90034
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #a90034
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #a90034
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	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: bold;
	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: transparent;
	border: 0;
	-webkit-appearance: none
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.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;
	color: #555;
	background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #e6e7e8;
	color: #808285
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #808285
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #dc0032;
	border-color: #dc0032
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #ffa9bd
}

.list-group-item-success {
	color: #dc0032;
	background-color: #dc0032
}

a.list-group-item-success {
	color: #dc0032
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
	color: #dc0032;
	background-color: #c3002c
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #dc0032;
	border-color: #dc0032
}

.list-group-item-info {
	color: #cac4be;
	background-color: #cac4be
}

a.list-group-item-info {
	color: #cac4be
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
	color: #cac4be;
	background-color: #bfb7b0
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #cac4be;
	border-color: #cac4be
}

.list-group-item-warning {
	color: #a90034;
	background-color: #a90034
}

a.list-group-item-warning {
	color: #a90034
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
	color: #a90034;
	background-color: #90002c
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #a90034;
	border-color: #a90034
}

.list-group-item-danger {
	color: #a90034;
	background-color: #a90034
}

a.list-group-item-danger {
	color: #a90034
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
	color: #a90034;
	background-color: #90002c
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a90034;
	border-color: #a90034
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.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;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-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
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	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: 1040;
	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 .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(min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

@media(min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.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
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	white-space: normal
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	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 {
	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: 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: 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: '‹'
}

.carousel-control .icon-next:before {
	content: '›'
}

.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 .glyphicon-chevron-left,
	.carousel-control .glyphicon-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
	}
}

.datepicker {
	padding: 4px;
	border-radius: 4px;
	direction: ltr
}

.datepicker-inline {
	width: 220px
}

.datepicker.datepicker-rtl {
	direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
	float: right
}

.datepicker-dropdown {
	top: 0;
	left: 0
}

.datepicker-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, .2);
	position: absolute
}

.datepicker-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px
}

.datepicker-dropdown.datepicker-orient-top:before {
	top: -7px
}

.datepicker-dropdown.datepicker-orient-top:after {
	top: -6px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-bottom:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff
}

.datepicker>div {
	display: none
}

.datepicker.days div.datepicker-days {
	display: block
}

.datepicker.months div.datepicker-months {
	display: block
}

.datepicker.years div.datepicker-years {
	display: block
}

.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.datepicker table tr td,
.datepicker table tr th {
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: transparent
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
	background: #e6e7e8;
	cursor: pointer
}

.datepicker table tr td.old,
.datepicker table tr td.new {
	color: #808285
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: none;
	color: #808285;
	cursor: default
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
	color: #000;
	background-color: #ffdb99;
	border-color: #ffb733
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
	color: #000;
	background-color: #ffcd70;
	border-color: #f59e00
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
	background-image: none
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
	background-color: #ffdb99;
	border-color: #ffb733
}

.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
	color: #ffdb99;
	background-color: #000
}

.datepicker table tr td.today:hover:hover {
	color: #000
}

.datepicker table tr td.today.active:hover {
	color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
	background: #e6e7e8;
	border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
	color: #000;
	background-color: #f3c674;
	border-color: #eaa016;
	border-radius: 0
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
	color: #000;
	background-color: #efb74f;
	border-color: #b37a10
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
	background-image: none
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
	background-color: #f3c674;
	border-color: #eaa016
}

.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
	color: #f3c674;
	background-color: #000
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
	color: #fff;
	background-color: #808285;
	border-color: #808285;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
	color: #fff;
	background-color: #6c6e70;
	border-color: #626366
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
	background-image: none
}

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
	background-color: #808285;
	border-color: #808285
}

.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
	color: #808285;
	background-color: #fff
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
	color: #fff;
	background-color: #dc0032;
	border-color: #dc0032;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	color: #fff;
	background-color: #b30029;
	border-color: #9f0024
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	background-image: none
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
	background-color: #dc0032;
	border-color: #dc0032
}

.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
	color: #dc0032;
	background-color: #fff
}

.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	border-radius: 4px
}

.datepicker table tr td span:hover {
	background: #e6e7e8
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
	background: none;
	color: #808285;
	cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
	color: #fff;
	background-color: #dc0032;
	border-color: #dc0032;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
	color: #fff;
	background-color: #b30029;
	border-color: #9f0024
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
	background-image: none
}

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
	background-color: #dc0032;
	border-color: #dc0032
}

.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
	color: #dc0032;
	background-color: #fff
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
	color: #808285
}

.datepicker th.datepicker-switch {
	width: 145px
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
	cursor: pointer
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
	background: #e6e7e8
}

.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
	cursor: default;
	background-color: transparent
}

.input-group.date .input-group-addon i {
	cursor: pointer;
	width: 16px;
	height: 16px
}

.input-daterange input {
	text-align: center
}

.input-daterange input:first-child {
	border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
	border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
	width: auto;
	min-width: 16px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	background-color: #e6e7e8;
	border: solid #808285;
	border-width: 1px 0;
	margin-left: -5px;
	margin-right: -5px
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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,
.visible-sm,
.visible-md,
.visible-lg {
	display: none!important
}

.visible-xs.inline,
.visible-sm.inline,
.visible-md.inline,
.visible-lg.inline,
.visible-xs.inline-block,
.visible-sm.inline-block,
.visible-md.inline-block,
.visible-lg.inline-block {
	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
	}
	.visible-xs.inline {
		display: inline!important
	}
	.visible-xs.inline-block {
		display: inline-block!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
	}
	.visible-sm.inline {
		display: inline!important
	}
	.visible-sm.inline-block {
		display: inline-block!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
	}
	.visible-md.inline {
		display: inline!important
	}
	.visible-md.inline-block {
		display: inline-block!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
	}
	.visible-lg.inline {
		display: inline!important
	}
	.visible-lg.inline-block {
		display: inline-block!important
	}
}

@media(max-width:767px) {
	.hidden-xs {
		display: none!important
	}
	.hidden-xs.inline,
	.hidden-xs.inline-block {
		display: none!important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
	.hidden-sm.inline,
	.hidden-sm.inline-block {
		display: none!important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
	.hidden-md.inline,
	.hidden-md.inline-block {
		display: none!important
	}
}

@media(min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
	.hidden-lg.inline,
	.hidden-lg.inline-block {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

.visible-print.inline,
.visible-print.inline-block {
	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
	}
	.visible-print.inline {
		display: inline!important
	}
	.visible-print.inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
	.hidden-print.inline,
	.hidden-print.inline-block {
		display: none!important
	}
}

@font-face {
	font-family: 'FontAwesome';
	src: url("");
	src: url("fontawesome-webfont.eot#iefix&v=4.7.0") format('embedded-opentype'), url("fontawesome-webfont.woff2") format('woff2'), url("fontawesome-webfont.woff") format('woff'), url("fontawesome-webfont.ttf") format('truetype'), url("fontawesome-webfont.svg#fontawesomeregular") format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.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 {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.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
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-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 {
	-ms-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 {
	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: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-gear:before,
.fa-cog:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,
.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,
.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-gears:before,
.fa-cogs:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-feed:before,
.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,
.fa-users:before {
	content: ""
}

.fa-chain:before,
.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,
.fa-scissors:before {
	content: ""
}

.fa-copy:before,
.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-save:before,
.fa-floppy-o:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-unsorted:before,
.fa-sort:before {
	content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
	content: ""
}

.fa-legal:before,
.fa-gavel:before {
	content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-flash:before,
.fa-bolt:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-paste:before,
.fa-clipboard:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: ""
}

.fa-euro:before,
.fa-eur:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,
.fa-usd:before {
	content: ""
}

.fa-rupee:before,
.fa-inr:before {
	content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: ""
}

.fa-won:before,
.fa-krw:before {
	content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper-pp:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,
.fa-car:before {
	content: ""
}

.fa-cab:before,
.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: ""
}

.fa-ge:before,
.fa-empire:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,
.fa-weixin:before {
	content: ""
}

.fa-send:before,
.fa-paper-plane:before {
	content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-intersex:before,
.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-genderless:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}


.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-hotel:before,
.fa-bed:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
	content: ""
}

.fa-optin-monster:before {
	content: ""
}

.fa-opencart:before {
	content: ""
}

.fa-expeditedssl:before {
	content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: ""
}

.fa-mouse-pointer:before {
	content: ""
}

.fa-i-cursor:before {
	content: ""
}

.fa-object-group:before {
	content: ""
}

.fa-object-ungroup:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-sticky-note-o:before {
	content: ""
}

.fa-cc-jcb:before {
	content: ""
}

.fa-cc-diners-club:before {
	content: ""
}

.fa-clone:before {
	content: ""
}

.fa-balance-scale:before {
	content: ""
}

.fa-hourglass-o:before {
	content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: ""
}

.fa-hourglass:before {
	content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: ""
}

.fa-hand-scissors-o:before {
	content: ""
}

.fa-hand-lizard-o:before {
	content: ""
}

.fa-hand-spock-o:before {
	content: ""
}

.fa-hand-pointer-o:before {
	content: ""
}

.fa-hand-peace-o:before {
	content: ""
}

.fa-trademark:before {
	content: ""
}

.fa-registered:before {
	content: ""
}

.fa-creative-commons:before {
	content: ""
}

.fa-gg:before {
	content: ""
}

.fa-gg-circle:before {
	content: ""
}

.fa-tripadvisor:before {
	content: ""
}

.fa-odnoklassniki:before {
	content: ""
}

.fa-odnoklassniki-square:before {
	content: ""
}

.fa-get-pocket:before {
	content: ""
}

.fa-wikipedia-w:before {
	content: ""
}

.fa-safari:before {
	content: ""
}

.fa-chrome:before {
	content: ""
}

.fa-firefox:before {
	content: ""
}

.fa-opera:before {
	content: ""
}

.fa-internet-explorer:before {
	content: ""
}

.fa-tv:before,
.fa-television:before {
	content: ""
}

.fa-contao:before {
	content: ""
}

.fa-500px:before {
	content: ""
}

.fa-amazon:before {
	content: ""
}

.fa-calendar-plus-o:before {
	content: ""
}

.fa-calendar-minus-o:before {
	content: ""
}

.fa-calendar-times-o:before {
	content: ""
}

.fa-calendar-check-o:before {
	content: ""
}

.fa-industry:before {
	content: ""
}

.fa-map-pin:before {
	content: ""
}

.fa-map-signs:before {
	content: ""
}

.fa-map-o:before {
	content: ""
}

.fa-map:before {
	content: ""
}

.fa-commenting:before {
	content: ""
}

.fa-commenting-o:before {
	content: ""
}

.fa-houzz:before {
	content: ""
}

.fa-vimeo:before {
	content: ""
}

.fa-black-tie:before {
	content: ""
}

.fa-fonticons:before {
	content: ""
}

.fa-reddit-alien:before {
	content: ""
}

.fa-edge:before {
	content: ""
}

.fa-credit-card-alt:before {
	content: ""
}

.fa-codiepie:before {
	content: ""
}

.fa-modx:before {
	content: ""
}

.fa-fort-awesome:before {
	content: ""
}

.fa-usb:before {
	content: ""
}

.fa-product-hunt:before {
	content: ""
}

.fa-mixcloud:before {
	content: ""
}

.fa-scribd:before {
	content: ""
}

.fa-pause-circle:before {
	content: ""
}

.fa-pause-circle-o:before {
	content: ""
}

.fa-stop-circle:before {
	content: ""
}

.fa-stop-circle-o:before {
	content: ""
}

.fa-shopping-bag:before {
	content: ""
}

.fa-shopping-basket:before {
	content: ""
}

.fa-hashtag:before {
	content: ""
}

.fa-bluetooth:before {
	content: ""
}

.fa-bluetooth-b:before {
	content: ""
}

.fa-percent:before {
	content: ""
}

.fa-gitlab:before {
	content: ""
}

.fa-wpbeginner:before {
	content: ""
}

.fa-wpforms:before {
	content: ""
}

.fa-envira:before {
	content: ""
}

.fa-universal-access:before {
	content: ""
}

.fa-wheelchair-alt:before {
	content: ""
}

.fa-question-circle-o:before {
	content: ""
}

.fa-blind:before {
	content: ""
}

.fa-audio-description:before {
	content: ""
}

.fa-volume-control-phone:before {
	content: ""
}

.fa-braille:before {
	content: ""
}

.fa-assistive-listening-systems:before {
	content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: ""
}

.fa-glide:before {
	content: ""
}

.fa-glide-g:before {
	content: ""
}

.fa-signing:before,
.fa-sign-language:before {
	content: ""
}

.fa-low-vision:before {
	content: ""
}

.fa-viadeo:before {
	content: ""
}

.fa-viadeo-square:before {
	content: ""
}

.fa-snapchat:before {
	content: ""
}

.fa-snapchat-ghost:before {
	content: ""
}

.fa-snapchat-square:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-first-order:before {
	content: ""
}

.fa-yoast:before {
	content: ""
}

.fa-themeisle:before {
	content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
	content: ""
}

.fa-handshake-o:before {
	content: ""
}

.fa-envelope-open:before {
	content: ""
}

.fa-envelope-open-o:before {
	content: ""
}

.fa-linode:before {
	content: ""
}

.fa-address-book:before {
	content: ""
}

.fa-address-book-o:before {
	content: ""
}

.fa-vcard:before,
.fa-address-card:before {
	content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: ""
}

.fa-user-circle:before {
	content: ""
}

.fa-user-circle-o:before {
	content: ""
}

.fa-user-o:before {
	content: ""
}

.fa-id-badge:before {
	content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: ""
}

.fa-quora:before {
	content: ""
}

.fa-free-code-camp:before {
	content: ""
}

.fa-telegram:before {
	content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: ""
}

.fa-shower:before {
	content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: ""
}

.fa-podcast:before {
	content: ""
}

.fa-window-maximize:before {
	content: ""
}

.fa-window-minimize:before {
	content: ""
}

.fa-window-restore:before {
	content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: ""
}

.fa-bandcamp:before {
	content: ""
}

.fa-grav:before {
	content: ""
}

.fa-etsy:before {
	content: ""
}

.fa-imdb:before {
	content: ""
}

.fa-ravelry:before {
	content: ""
}

.fa-eercast:before {
	content: ""
}

.fa-microchip:before {
	content: ""
}

.fa-snowflake-o:before {
	content: ""
}

.fa-superpowers:before {
	content: ""
}

.fa-wpexplorer:before {
	content: ""
}

.fa-meetup:before {
	content: ""
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.mobile-nav-button {
	float: right;
	padding: 18px 10px 10px 10px;
	color: #414042
}

.mobile-nav-button:hover {
	text-decoration: none;
	color: #dc0032
}

.header.navbar {
	min-height: 66px
}

.header.navbar .navbar-brand {
	line-height: 50px;
	padding: 5px 15px 0 15px
}

.header.navbar .navbar-brand img {
	max-height: 45px
}

.header.navbar .dropdown-menu-myaccount {
	top: 80%
}

.header.navbar .dropdown-menu-myaccount a {
	margin-top: 0
}

.logged-in-user {
	width: 60px
}

.btn.btn-account i {
	margin-right: 10px
}

@media(max-width:767px) {
	.header.navbar .container {
		padding: 0
	}
	.header.navbar .navbar-collapse,
	.header.navbar .navbar-header {
		padding: 0;
		margin-left: 0;
		margin-right: 0
	}
	.header.navbar .navbar-collapse ul li {
		border-top: 2px solid #e6e7e8;
		padding: 0
	}
	.header.navbar .navbar-collapse ul li a {
		padding: 13px 15px
	}
	.header.navbar .navbar-brand {
		padding: 0 15px
	}
}

@media(min-width:768px) {
	.header.navbar .navbar-collapse ul li a {
		padding: 23px 13px
	}
	.header.navbar .navbar-collapse ul li a.btn {
		margin: 16px 0 16px -1px;
		padding: 6px 10px
	}
	.header.navbar .navbar-collapse ul li a.btn.btn-account {
		margin-left: 10px
	}
	.header.navbar .navbar-collapse ul li .btn-group a {
		margin-top: 16px;
		padding: 6px 8px
	}
	.header.navbar .navbar-collapse ul li .btn-group li a {
		margin-top: 0;
		padding: 3px 20px
	}
}

.header .nav .open>a,
.header .nav .open>a:hover,
.header .nav .open>a:focus {
	border-color: #e6e7e8;
	background-color: transparent
}

.navbar-toggle a,
.navbar-toggle {
	color: #444
}

.navbar-toggle span.icon-bar {
	background-color: #444
}

ul.navbar-nav>li a {
	color: #444
}

ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
	background-color: transparent;
	outline: 0
}

.navbar-nav a:hover {
	color: #fff
}

.navbar.navbar-top {
	margin-bottom: 0;
	border-top: 3px solid #e6e7e8;
	font-size: 14px
}

.navbar-header .fa.navbar-toggle {
	display: none
}

@media(min-width:768px) and (max-width:991px) {
	div.navbar-header {
		text-align: center
	}
}

@media(max-width:991px) {
	div.navbar-header {
		margin: 0 auto;
		float: none;
		padding: 5px
	}
	a.navbar-brand {
		float: none
	}
	.navbar-collapse .navbar-nav.navbar-right {
		margin: 0 auto;
		width: 710px;
		float: none!important
	}
}

@media(max-width:767px) {
	.navbar-collapse .navbar-nav.navbar-right {
		width: auto
	}
	.navbar-header .fa.navbar-toggle {
		display: inline-block
	}
}

@media(max-width:480px) {
	.navbar-brand img {
		width: 60%
	}
	.navbar-brand img.no-shrink {
		width: auto
	}
	div.navbar-header {
		text-align: left
	}
}

@media(min-width:992px) {
	.header ul.navbar-nav.nav {
		margin-top: -3px
	}
	.header .navbar-nav.nav>li {
		margin-top: 3px
	}
	.header .navbar-nav.nav .menu-text-link.active,
	.header .navbar-nav.nav .menu-text-link:hover,
	.header .navbar-nav.nav .menu-text-link:active {
		border-top: 3px solid #fff;
		margin-top: 0;
		color: #fff
	}
}

div.navbar.subnav .active>li {
	color: #dc0032
}

.header-upper {
	margin-top: 40px;
	margin-bottom: 15px;
	color: #a3a3a3
}

.header-upper .text-outer {
	position: relative
}

.header-upper .text-outer .text-inner {
	height: 96px;
	line-height: 70px;
	white-space: nowrap;
	float: right;
	font-size: 24px
}

.header-upper .local-text {
	color: #dc0032
}

div.navbar {}

div.navbar ol.breadcrumb {
	padding: 10px 0;
	margin: 0;
	color: #dc0032
}

div.navbar ol.breadcrumb .active {
	color: #fff
}

div.navbar ol.breadcrumb a {
	color: #3d3d3d
}

div.navbar p {
	margin: 0;
	height: 40px;
	line-height: 40px
}

div.navbar .navbar-nav {
	margin-top: 0;
	margin-bottom: 0
}

div.navbar .navbar-nav>li>a {
	color: #444;
	line-height: 19px
}

div.navbar .navbar-nav>li>a:hover,
div.navbar .navbar-nav>li>a:focus {
	opacity: .5
}

div.navbar .navbar-nav .nav-highlight a,
div.navbar .navbar-nav .active a {
	background-color: #dc0032;
	color: #fff
}

div.navbar .navbar-nav .header-link-spacing {
	padding: 10px
}

div.navbar.navbar-inverse {
	color: #e6e7e8;
	background-color: #414042;
	border: 0;
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto
}

div.navbar.navbar-inverse ol.breadcrumb a {
	color: #ccc
}

div.navbar.navbar-inverse .navbar-nav>li>a {
	color: #e6e7e8
}

div.navbar.navbar-inverse .navbar-nav>li>a:hover,
div.navbar.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff
}

div.navbar.navbar-inverse .navbar-nav>li>a.navbar-active {
	color: #fff;
	background-color: #666
}

div.navbar.navbar-inverse .navbar-nav .nav-highlight a,
div.navbar.navbar-inverse .navbar-nav .active a {
	background-color: transparent;
	color: #fff
}

div.navbar.header-nav {
	border: 0;
	margin: 0;
	color: #444;
	background-color: #e9e9e9;
	width: 100%
}

.navbar {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px
}

.header-divider a:hover {
	color: #000
}

#tracking-panel {
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
	background-color: #414042!important
}

#tracking-panel .tracking-input {
	border-radius: 0!important;
	padding: 6px;
	margin-right: 5px
}

ol.breadcrumb .active {
	color: #dc0032!important
}

div.navbar.subnav.navbar-inverse.order-process-subnav {
	background-color: transparent;
	color: initial
}

@media(max-width:767px) {
	div.navbar.subnav.navbar-inverse.order-process-subnav {
		min-height: 0
	}
}

@media(min-width:768px) {
	div.navbar.subnav.navbar-inverse.order-process-subnav .container {
		width: 100%
	}
}

div.navbar.subnav.navbar-inverse.order-process-subnav a {
	color: #000
}

div.navbar.subnav.navbar-inverse.order-process-subnav .fa,
div.navbar.subnav.navbar-inverse.order-process-subnav sup {
	display: none
}

@media(max-width:767px) {
	div.navbar.subnav.navbar-inverse.order-process-subnav ul.breadcrumb.breadcrumb-order-process {
		margin: 0
	}
}

div.navbar.subnav.navbar-inverse.order-process-subnav ul.breadcrumb.breadcrumb-order-process * {
	margin-bottom: 0;
	margin-top: 0
}

div.navbar.subnav.navbar-inverse.order-process-subnav ul.breadcrumb.breadcrumb-order-process li {
	background-color: transparent;
	padding: 0 10px
}

@media(max-width:767px) {
	div.navbar.subnav.navbar-inverse.order-process-subnav ul.breadcrumb.breadcrumb-order-process li {
		padding: 0 1px
	}
	div.navbar.subnav.navbar-inverse.order-process-subnav ul.breadcrumb.breadcrumb-order-process li.col-xs-4 {
		width: 20%;
		margin: 0
	}
}

div.navbar.subnav.navbar-inverse.order-process-subnav ul.breadcrumb.breadcrumb-order-process li .stage-label {
	display: block;
	padding-top: 10px;
	border-top: 4px solid #cac4be
}

div.navbar.subnav.navbar-inverse.order-process-subnav ul.breadcrumb.breadcrumb-order-process li.stage-completed .stage-label,
div.navbar.subnav.navbar-inverse.order-process-subnav ul.breadcrumb.breadcrumb-order-process li.active-stage .stage-label {
	border-color: #dc0032
}

#sitemap-panel {
	display: none;
	padding: 10px 0
}

#sitemap-panel h2 {
	text-align: center;
	font-style: italic
}

#sitemap-panel a {
	color: #444
}

#sitemap-panel a:hover {
	color: #fff;
	text-decoration: none
}

#sitemap-panel .btn {
	background-color: #fff;
	border-color: #e6e7e8;
	margin-bottom: 20px
}

#sitemap-panel ul,
#sitemap-panel li {
	list-style: none;
	text-align: left;
	padding: 0;
	line-height: 1.7em;
	font-size: 12px
}

#sitemap-panel ul.indent,
#sitemap-panel li.indent {
	padding-left: 15px
}

@media(max-width:767px) {
	#sitemap-panel ul {
		margin: 0 0 20px 0
	}
}

@media(min-width:768px) {
	#sitemap-panel ul {
		margin: 0 0 60px
	}
}

#tracking-panel {
	color: #fff;
	background-color: #dc0032;
	width: 100%;
	overflow: hidden;
	display: none;
	line-height: 58px
}

#tracking-panel .container {
	background-image: url("");
	background-repeat: no-repeat;
	background-position: left 0
}

#tracking-panel .tracking-input {
	border-radius: 4px;
	line-height: 1.428571429;
	border: 1px solid #fff;
	padding: 10px 6px;
	margin-right: 5px;
	color: #414042
}

#tracking-panel .tracking-input::-webkit-input-placeholder {
	color: #444
}

#tracking-panel .tracking-input:-moz-placeholder {
	color: #444
}

#tracking-panel .tracking-input::-moz-placeholder {
	color: #444
}

#tracking-panel .tracking-input:-ms-input-placeholder {
	color: #444
}

.btn.btn-track {
	margin-top: -3px;
	border: 1px solid #fff;
	padding: 10px;
	color: #fff;
	background-color: #dc0032;
	border-color: #dc0032
}

.btn.btn-track:hover,
.btn.btn-track:focus,
.btn.btn-track:active,
.btn.btn-track.active,
.open .dropdown-toggle.btn.btn-track {
	color: #fff;
	background-color: #b30029;
	border-color: #9f0024
}

.btn.btn-track:active,
.btn.btn-track.active,
.open .dropdown-toggle.btn.btn-track {
	background-image: none
}

.btn.btn-track.disabled,
.btn.btn-track[disabled],
fieldset[disabled] .btn.btn-track,
.btn.btn-track.disabled:hover,
.btn.btn-track[disabled]:hover,
fieldset[disabled] .btn.btn-track:hover,
.btn.btn-track.disabled:focus,
.btn.btn-track[disabled]:focus,
fieldset[disabled] .btn.btn-track:focus,
.btn.btn-track.disabled:active,
.btn.btn-track[disabled]:active,
fieldset[disabled] .btn.btn-track:active,
.btn.btn-track.disabled.active,
.btn.btn-track[disabled].active,
fieldset[disabled] .btn.btn-track.active {
	background-color: #dc0032;
	border-color: #dc0032
}

.btn.btn-track .badge {
	color: #dc0032;
	background-color: #fff
}

.btn.btn-track.btn-track-bar {
	margin-top: 0;
	padding: 10px 16px;
	font-size: 14px;
	line-height: 1.33;
	border-radius: 0
}

.btn.btn-track.btn-track-bordered,
.btn.btn-track.btn-track-bordered:hover {
	border: 1px solid #fff
}

@media(max-width:767px) {
	#tracking-panel form {
		width: 100%;
		text-align: right;
		margin-bottom: 5px
	}
	#tracking-panel form .tracking-input {
		width: 71%
	}
	#tracking-panel form .btn-track {
		width: 25%
	}
}

@media(min-width:768px) {
	#tracking-panel form {
		float: right
	}
}

@media(max-width:991px) {
	#tracking-panel .container {
		background-image: none
	}
}

html,
body {
	height: 100%
}

#wrap {
	min-height: 100%
}

#main {
	overflow: auto;
	padding-bottom: 328px
}

.footer {
	position: relative;
	margin-top: -328px;
	clear: both
}

.end-of-body {
	background-color: #fff
}

#_pix_id {
	position: absolute;
	top: -30px;
	left: -30px
}

.footer.navbar {
	font-size: 12px;
	padding: 20px 0;
	text-decoration: none;
	color: #a3a3a3;
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 0
}

@media(max-width:480px) {
	.footer.navbar {
		padding: 0
	}
}

.footer.navbar h4,
.footer.navbar h5 {
	color: #fff
}

.footer.navbar a {
	color: #a3a3a3
}

.footer.navbar a:hover {
	text-decoration: underline
}

.footer.navbar .footer-segment {
	margin-bottom: 10px
}

.footer.navbar ul,
.footer.navbar li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 24px
}

.footer.navbar hr {
	border-color: #a3a3a3;
	margin: 10px 0
}

.footer.navbar div.footer-terms hr {
	margin-top: 40px
}

.footer.navbar span.spacer {
	margin: 0 5px
}

.footer.navbar .link-white {
	color: #fff
}

.footer.navbar #award-tech-track {
	width: 54px;
	height: 64px;
	background: url("") no-repeat left top
}

.footer.navbar #award-tech-track:hover {
	background-position: -54px 0
}

.footer.navbar #award-fast-growth {
	width: 120px;
	height: 59px;
	background: url("") no-repeat left top
}

.footer.navbar #award-fast-growth:hover {
	background-position: -120px 0
}

.footer.navbar #award-hitwise {
	width: 50px;
	height: 59px;
	background: url("") no-repeat left top
}

.footer.navbar #award-hitwise:hover {
	background-position: -50px 0
}

@media(min-width:1200px) {
	.footer .footer-print .footer-details {
		float: left
	}
	.footer .footer-print .footer-navigation {
		float: right
	}
}

@media(max-width:1199px) {
	.footer .footer-print .footer-details,
	.footer .footer-print .footer-navigation {
		text-align: center
	}
	.footer .footer-print .footer-navigation {
		margin-top: 5px
	}
}

.footer a {
	text-decoration: none!important
}

.right {
	text-align: right
}

@media(max-width:992px) {
	.footer {
		text-align: center
	}
	.right {
		text-align: center;
		padding-top: 10px
	}
}

.deleting-row {
	background-color: #dc0032;
	color: #dc0032;
	transition: all .25s ease-in-out;
	-webkit-animation: predelete .25s linear forwards;
	animation: predelete .25s linear forwards
}

.deleting-row .btn {
	display: none
}

.deleted-row {
	display: none
}

.fadeout-half {
	-moz-animation: fade-out-half .25s linear forwards;
	-webkit-animation: fade-out-half .25s linear forwards;
	animation: fade-out-half .25s linear forwards
}

.fade-in {
	transition: all .25s ease-in-out;
	-webkit-animation: fade-in .25s ease-in-out;
	animation: fade-in .25s ease-in-out
}

.fade-out {
	transition: all .25s ease-in-out;
	-webkit-animation: fade-out .25s ease-in-out;
	animation: fade-out .25s ease-in-out
}

.slide-in {
	transition: all .5s ease-in-out;
	-webkit-animation: slide-in .5s ease-in-out;
	animation: slide-in .5s ease-in-out;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	position: relative
}

@-webkit-keyframes burst {
	0% {
		opacity: .8
	}
	50% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: .1
	}
	100% {
		opacity: .3
	}
}

@keyframes burst {
	0% {
		opacity: .8
	}
	50% {
		-webkit-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
		opacity: .1
	}
	100% {
		opacity: .3
	}
}

@keyframes pulse {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(.97)
	}
	100% {
		transform: scale(1)
	}
}

@keyframes tracking-status-past {
	0% {
		transform: scale(1)
	}
	100% {
		transform: scale(1.075)
	}
}

@keyframes truck {
	0% {
		transform: translateX(500px);
		opacity: 0
	}
	20% {
		color: #fff
	}
	80% {
		opacity: .2
	}
	100% {
		transform: translateX(0%);
		opacity: 1
	}
}

@keyframes animatedBackground {
	0% {
		transform: translate(-25px, -25px) scale(1.1)
	}
	100% {
		transform: translate(0, 0) scale(1)
	}
}

@-webkit-keyframes shine {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes shine {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes shine {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes slide-in {
	0% {
		opacity: 0
	}
	25% {
		opacity: .1
	}
	50% {
		opacity: .25
	}
	75% {
		opacity: .8
	}
	100% {
		opacity: 1;
		transform: translateY(0%)
	}
}

@-webkit-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%)
	}
	25% {
		opacity: .1;
		-webkit-transform: translateY(-10%)
	}
	50% {
		opacity: .25;
		-webkit-transform: translateY(-25%)
	}
	75% {
		opacity: .8;
		-webkit-transform: translateY(-80%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%)
	}
}

@keyframes slide-out {
	0% {
		transform: translateX(0%)
	}
	100% {
		transform: translateX(-100%)
	}
}

@-webkit-keyframes slide-out {
	0% {
		-webkit-transform: translateX(0%)
	}
	100% {
		-webkit-transform: translateX(-100%)
	}
}

@keyframes pulse {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(.97)
	}
	100% {
		transform: scale(1)
	}
}

@keyframes slide-left {
	0% {
		transform: translateX(500px);
		opacity: 0
	}
	80% {
		opacity: .1
	}
	100% {
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes slide-right {
	0% {
		transform: translateX(-500px);
		opacity: 0
	}
	80% {
		opacity: .1
	}
	100% {
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes predelete {
	0% {
		opacity: 1
	}
	100% {
		opacity: .25
	}
}

@-webkit-keyframes predelete {
	0% {
		opacity: 1
	}
	100% {
		opacity: .25
	}
}

@-moz-keyframes predelete {
	0% {
		opacity: 1
	}
	100% {
		opacity: .25
	}
}

@-webkit-keyframes fade-out-half {
	0% {
		opacity: 1
	}
	50% {
		opacity: .75
	}
	100% {
		opacity: .5
	}
}

@-moz-keyframes fade-out-half {
	0% {
		opacity: 1
	}
	50% {
		opacity: .75
	}
	100% {
		opacity: .5
	}
}

@keyframes fade-out-half {
	0% {
		opacity: 1
	}
	50% {
		opacity: .75
	}
	100% {
		opacity: .5
	}
}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1
	}
	25% {
		opacity: .8
	}
	50% {
		opacity: .25
	}
	75% {
		opacity: .1
	}
	100% {
		opacity: 0
	}
}

@-moz-keyframes fade-out {
	0% {
		opacity: 1
	}
	25% {
		opacity: .8
	}
	50% {
		opacity: .25
	}
	75% {
		opacity: .1
	}
	100% {
		opacity: 0
	}
}

@keyframes fade-out {
	0% {
		opacity: 1
	}
	25% {
		opacity: .8
	}
	50% {
		opacity: .25
	}
	75% {
		opacity: .1
	}
	100% {
		opacity: 0
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}
	25% {
		opacity: .1
	}
	50% {
		opacity: .25
	}
	75% {
		opacity: .8
	}
	100% {
		opacity: 1
	}
}

@-moz-keyframes fade-in {
	0% {
		opacity: 0
	}
	25% {
		opacity: .1
	}
	50% {
		opacity: .25
	}
	75% {
		opacity: .8
	}
	100% {
		opacity: 1
	}
}

@keyframes fade-in {
	0% {
		opacity: 0
	}
	25% {
		opacity: .1
	}
	50% {
		opacity: .25
	}
	75% {
		opacity: .8
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(.75, .75);
		opacity: .5
	}
	50% {
		opacity: 1
	}
	75% {
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(.75, .75);
		opacity: .5
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg)
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}

.nav.nav-pills {
	overflow: hidden;
	display: inline-block;
	border: 0;
	border-radius: 4px;
	background-color: #e6e7e8
}

.nav.nav-pills.nav-full {
	display: block
}

.nav.nav-pills.nav-full>li:last-child {
	border-right: 2px solid #fff
}

.nav.nav-pills>li+li {
	margin-left: 0;
	border-left: 2px solid #fff
}

.nav.nav-pills>li>a {
	color: #414042;
	border-radius: 0
}

.nav.nav-pills>li>a:hover {
	color: #dc0032;
	background-color: transparent
}

.nav.nav-pills>li.active>a,
.nav.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #dc0032
}

.band .nav.nav-pills {
	background-color: #fff
}

.band .nav.nav-pills.nav-full>li:last-child {
	border-right: 2px solid #e6e7e8
}

.band .nav.nav-pills>li+li {
	border-left: 2px solid #e6e7e8
}

.hero-heading {
	margin-top: 30px;
	text-align: center;
	text-shadow: 1px 1px 3px #333;
	line-height: 37px
}

.hero-heading a,
.hero-heading a:hover,
.hero-heading a:active,
.hero-heading a:focus {
	color: inherit
}

@media(min-width:1200px) {
	.hero-heading {
		font-size: 38px
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.hero-heading {
		font-size: 37px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.hero-heading {
		font-size: 28px
	}
}

@media(max-width:767px) {
	.hero-heading {
		margin-top: 15px;
		font-size: 15px
	}
}

@media(min-width:1200px) {
	.hero-heading>.hero-heading-small {
		font-size: 22px
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.hero-heading>.hero-heading-small {
		font-size: 20px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.hero-heading>.hero-heading-small {
		font-size: 18px
	}
}

@media(max-width:767px) {
	.hero-heading>.hero-heading-small {
		font-size: 12px
	}
}

.hero-unit {
	color: #fff;
	background-position: bottom center;
	min-height: 320px;
	position: relative
}

.hero-unit.hero-quick-quote-home {
	background-image: url("");
	margin-bottom: 20px!important
}

.hero-unit.hero-quick-quote-home .carousel-inner {
	overflow: visible
}

.hero-unit.hero-quick-quote-home .carousel-inner .item {
	z-index: -1
}

@media(max-width:767px) {
	.hero-unit.hero-quick-quote-home .carousel-inner .item {
		min-height: 80px
	}
}

.hero-unit.hero-quick-quote-home .carousel-inner a {
	color: #fff;
	text-decoration: none
}

.hero-unit.hero-quick-quote-home .promo-bubble {
	height: 0;
	margin-top: -165px;
	margin-bottom: 165px
}

@media(max-width:991px) {
	.hero-unit.hero-quick-quote-home .promo-bubble {
		display: none
	}
}

.hero-unit.hero-quick-quote-home .promo-bubble img {
	margin-left: 20px
}

@media(max-width:767px) {
	.hero-unit.hero-quick-quote-home {
		background-position: bottom left
	}
}

.hero-unit .slide-image {
	display: none;
	height: 0
}

.hero-unit .slide-image div.image {
	height: 520px;
	background-position: bottom center
}

@media(max-width:767px) {
	.hero-unit .slide-image div.image {
		background-position: center left
	}
}

.hero-unit.hero-image-cycle {
	background-image: none
}

.hero-unit.hero-image-cycle .slide-image {
	display: block
}

.hero-unit .carousel.fade {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.hero-unit .carousel.fade .item {
	-moz-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	-webkit-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
	left: 0!important;
	opacity: 0;
	height: 520px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	top: 0;
	width: 100%;
	display: block!important;
	z-index: 1;
	filter: alpha(opacity=0);
	top: auto;
	position: absolute
}

.hero-unit .carousel.fade .item.active {
	top: auto;
	position: relative;
	z-index: 2;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	-webkit-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s
}

.hero-unit .carousel-control-icon {
	margin-top: 200px!important;
	padding: 28px 20px;
	background-color: #341200
}

.hero-unit .carousel-player {
	position: absolute;
	bottom: 5px;
	background-color: #341200;
	opacity: .5;
	right: 95px;
	z-index: 14;
	padding: 9px 0 10px 15px;
	list-style: none
}

.hero-unit .carousel-player li {
	margin: 1px;
	display: inline-block;
	cursor: pointer
}

.hero-unit .carousel-player li:hover {
	color: #f8bd00;
	opacity: 1
}

.hero-unit .carousel-indicators {
	bottom: 5px;
	right: 14px;
	left: auto;
	width: auto;
	padding: 10px 15px 10px 5px;
	background-color: #341200;
	opacity: .5
}

.hero-unit .carousel-indicators li {
	border: none;
	text-indent: 0;
	background-color: rgba(0, 0, 0, 0)
}

.hero-unit .carousel-indicators li.active .fa {
	color: #f8bd00;
	width: 10px;
	height: 10px
}

.hero-unit .carousel-inner .item .container {
	height: 100%
}

.hero-unit .carousel-inner .item .container .btn {
	padding: 6px 30px
}

.hero-unit .carousel-inner .item .container .btn-secondary {
	color: #341200;
	text-shadow: none
}

.hero-slide-1 {
	background: url("") no-repeat top center
}

.hero-slide-2 {
	background: url("") no-repeat top center
}

.hero-slide-3 {
	background: url("") no-repeat top center
}

.hero-slide-4 {
	background: url("") no-repeat top center
}

@media(min-width:768px) {
	.hero-slide-1 {
		background: url("") no-repeat top center
	}
	.hero-slide-2 {
		background: url("") no-repeat top center
	}
	.hero-slide-3 {
		background: url("") no-repeat top center
	}
	.hero-slide-4 {
		background: url("") no-repeat top center
	}
}

@media(min-width:992px) {
	.hero-slide-1 {
		background: url("") repeat-x top center
	}
	.hero-slide-2 {
		background: url("") repeat-x top center
	}
	.hero-slide-3 {
		background: url("") repeat-x top center
	}
	.hero-slide-4 {
		background: url("") repeat-x top center
	}
	.language-2 .hero-slide-2 {
		background: url("") repeat-x top center
	}
	.language-2 .hero-slide-3 {
		background: url("") repeat-x top center
	}
	.language-2 .hero-slide-4 {
		background: url("") repeat-x top center
	}
}

@media(min-width:1200px) {
	.hero-slide-1 {
		background: url("") repeat-x top center
	}
	.hero-slide-2 {
		background: url("") repeat-x top center
	}
	.hero-slide-3 {
		background: url("") repeat-x top center
	}
	.hero-slide-4 {
		background: url("") repeat-x top center
	}
	.language-2 .hero-slide-2 {
		background: url("") repeat-x top center
	}
	.language-2 .hero-slide-3 {
		background: url("") repeat-x top center
	}
	.language-2 .hero-slide-4 {
		background: url("") repeat-x top center
	}
}

.hero-navigation-arrow {
	margin-top: 260
}

.hero-small-text {
	font-size: 25px;
	text-align: center;
	text-shadow: 1px 1px 3px #333
}

@media(max-width:768px) {
	.hero-small-text {
		font-size: 20px
	}
}

.christmas-message {
	background-color: #d9483d;
	color: #fafafa;
	line-height: 58px;
	width: 100%;
	text-align: center
}

.christmas-message a {
	color: #fff;
	text-decoration: underline
}

.quick-quote-precursor {
	margin-top: 5px;
	text-shadow: 1px 1px 2px #333
}

@media(min-width:1200px) {
	.quick-quote-precursor {
		font-size: 20px;
		margin-bottom: 165px
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.quick-quote-precursor {
		font-size: 18px;
		margin-bottom: 165px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.quick-quote-precursor {
		margin-bottom: 60px
	}
}

@media(max-width:767px) {
	.quick-quote-precursor {
		margin-bottom: 15px
	}
}

.btn.btn-quote {
	color: #fff;
	background-color: #a90034;
	border-color: #dc0032
}

.btn.btn-quote:hover,
.btn.btn-quote:focus,
.btn.btn-quote:active,
.btn.btn-quote.active,
.open .dropdown-toggle.btn.btn-quote {
	color: #fff;
	background-color: #800027;
	border-color: #9f0024
}

.btn.btn-quote:active,
.btn.btn-quote.active,
.open .dropdown-toggle.btn.btn-quote {
	background-image: none
}

.btn.btn-quote.disabled,
.btn.btn-quote[disabled],
fieldset[disabled] .btn.btn-quote,
.btn.btn-quote.disabled:hover,
.btn.btn-quote[disabled]:hover,
fieldset[disabled] .btn.btn-quote:hover,
.btn.btn-quote.disabled:focus,
.btn.btn-quote[disabled]:focus,
fieldset[disabled] .btn.btn-quote:focus,
.btn.btn-quote.disabled:active,
.btn.btn-quote[disabled]:active,
fieldset[disabled] .btn.btn-quote:active,
.btn.btn-quote.disabled.active,
.btn.btn-quote[disabled].active,
fieldset[disabled] .btn.btn-quote.active {
	background-color: #a90034;
	border-color: #dc0032
}

.btn.btn-quote .badge {
	color: #a90034;
	background-color: #fff
}

@media(min-width:992px) {
	.quick-quote-control.quick-quote-advanced .btn.btn-quote {}
}

.quick-quote-form {
	text-align: right;
	color: #fff
}

.quick-quote-form .well {
	padding-top: 0
}

.quick-quote-form label {
	font-size: 14px;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 0
}

.quick-quote-form label,
.quick-quote-form .form-control-fake,
.quick-quote-form .input-group,
.quick-quote-form .btn,
.quick-quote-form .form-control-gap {
	margin-top: 15px
}

.quick-quote-form .vertical-divider {
	position: absolute;
	right: 0;
	top: 15px;
	height: 34px;
	width: 1px;
	background-color: #ccc
}

.quick-quote-form .horizontal-divider {
	margin-top: 15px;
	margin-bottom: 0
}

.quick-quote-form .parcel-divider {
	margin: 7.5px
}

.quick-quote-form .well.parcel {
	margin: 0
}

.quick-quote-form .well.parcel-quantity {
	margin: 0
}

.quick-quote-form p {
	margin-top: 15px
}

.quick-quote-options {
	margin-top: 15px
}

@media(min-width:768px) {
	.quick-quote-options {
		margin-bottom: 80px
	}
}

@media(max-width:767px) {
	.quick-quote-options {
		margin-bottom: 40px
	}
	.quick-quote-options .quick-quote-option+.quick-quote-option {
		margin-top: 15px
	}
}

.quick-quote-options .btn.btn-quote-option {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
	background-image: url("");
	background-color: transparent;
	border: none
}

.quick-quote-options .btn.btn-quote-option:hover,
.quick-quote-options .btn.btn-quote-option:focus {
	color: #efefef
}

.quick-quote-control .quick-quote-form {
	padding: 0 15px 15px 15px;
	background-color: #dc0032;
	position: relative;
	z-index: 4
}

.quick-quote-control .quick-quote-form .strike-out {
	width: 100%;
	text-align: center
}

.quick-quote-control .quick-quote-form .strike-out hr {
	margin-left: 0;
	margin-right: 0;
	margin-top: 32px;
	width: 30%
}

.quick-quote-control .quick-quote-form .strike-out hr:first-child {
	float: left
}

.quick-quote-control .quick-quote-form .strike-out hr:last-child {
	float: right
}

@media(max-width:991px) {
	.quick-quote-control .btn-quote {
		padding: 10px 16px;
		font-size: 18px;
		line-height: 1.33;
		border-radius: 6px
	}
}

@media(max-width:991px) {
	.quick-quote-control .quick-quote-form {
		padding: 0 4px 4px 4px!important
	}
}

.quick-quote-full {
	margin-bottom: 30px
}

.quick-quote-full .quick-quote-form {
	color: #414042
}

.quick-quote-full .quick-quote-controls {
	overflow: hidden;
	clear: both
}

.quick-quote-full .quick-quote-controls .btn-remove {
	margin-right: 15px
}

.form-control.form-control-fake {
	padding: 0;
	width: 100%
}

.form-control.form-control-fake .form-control-item {
	height: 100%;
	float: left
}

.form-control.form-control-fake .form-control-item.form-control-item-country {
	width: 50%;
	border-right: 1px solid #ccc
}

.form-control.form-control-fake .form-control-item.form-control-item-country.country-full {
	width: 100%;
	border-right: none
}

.form-control.form-control-fake .form-control-item.form-control-item-country select {
	width: 100%;
	height: 100%;
	padding: 5px
}

.form-control.form-control-fake .form-control-item.form-control-item-postcode {
	width: 50%;
	position: relative
}

.form-control.form-control-fake .form-control-item.form-control-item-postcode input {
	padding: 4px;
	margin-top: 4px
}

.form-control.form-control-fake .form-control-item.form-control-item-postcode .postcode {
	margin-right: 0;
	float: left;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.form-control.form-control-fake .form-control-item.form-control-item-postcode .town {
	width: 50%;
	float: right;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.form-control.form-control-fake .form-control-item select,
.form-control.form-control-fake .form-control-item input {
	border: 0;
	width: 95%
}

.quote-btn-plus {
	color: #fff;
	background-color: #dc0032;
	border-color: #fff;
	border-width: 3px
}

@media(min-width:991px) {
	.quote-btn-plus {
		margin-top: 0!important
	}
	.quote-btn-plus:hover {
		color: #fff;
		border-width: 2px;
		padding-top: 7px;
		padding-bottom: 7px
	}
}

@media(max-width:991px) {
	.quote-btn-plus {
		background-color: transparent;
		border: none;
		text-decoration: underline
	}
	.quote-btn-plus:hover,
	.quote-btn-plus:focus {
		text-decoration: underline!important
	}
}

.quote-btn-plus:hover {
	color: #fff
}

.reset-btn {
	color: #fff;
	background-color: #dc0032;
	border-color: #fff;
	border-width: 3px;
	padding-top: 3px;
	padding-bottom: 3px
}

.reset-btn:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, .9);
	border-width: 2px;
	padding-top: 4px;
	padding-bottom: 4px
}

@media(min-width:992px) {
	.reset-btn-container {
		margin-top: -49px
	}
}

.postcode-option-border {
	position: relative
}

.postcode-options {
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px 5px 5px 5px;
	color: #000;
	max-height: 160px;
	overflow: auto;
	text-align: left;
	z-index: 10;
	width: 100%;
	left: 0;
	top: 35px
}

.postcode-options-loading {
	text-align: center;
	color: #ccc;
	line-height: 30px;
	font-size: 16px
}

@media(max-width:767px) {
	.postcode-options-loading {
		line-height: 30px
	}
}

.postcode-options-item:hover {
	background-color: #ffd829
}

.postcode-options-item {
	border-bottom: 1px solid #ccc;
	padding: 3px
}

@media(max-width:767px) {
	.postcode-options-item {
		line-height: 30px
	}
}

.postcode-item-code:after {
	content: " - "
}

.postcode-item-code {
	font-weight: bold
}

.postcode-item-selected {
	color: #35b2e3
}

.ng-pristine .ng-invalid-required {
	box-shadow: none
}

.quick-quote-form .well {
	background-color: #dc0032;
	padding-top: 10px;
	padding-bottom: 25px
}

.quick-quote-form label {
	color: #fff
}

.well.parcel {
	background-color: #e9e9e9!important;
	padding-top: 0;
	padding-bottom: 19px
}

.well.parcel label {
	color: #414042
}

.well.parcel-quantity {
	background-color: #dc0032!important;
	padding-top: 0;
	padding-bottom: 19px
}

.well.parcel-quantity label {
	color: #fff
}

.well.quote-well {
	background-color: #cac4be;
	font-size: 12px;
	line-height: 16px
}

.quick-quote-controls button {
	padding: 10px 20px;
	font-family: 'Pluto Sans Light'
}

.quick-quote-controls .btn-remove {
	color: #414042!important;
	background-color: #e9e9e9!important;
	padding: 10px 20px
}

.quick-quote-controls a.btn.btn-default {
	color: #e9e9e9;
	background-color: #414042;
	padding: 10px 20px
}

.quick-quote-controls .multi-parcel {
	text-align: center
}

.quick-quote-controls .multi-parcel-icon {
	font-size: 125px
}

.quick-quote-controls .multi-parcel-icon-active {
	color: #dc0032
}

.quick-quote-controls .multi-parcel-icon-inactive {
	color: #ddd
}

.quick-quote-controls .panel-body label {
	color: #000
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Thin'), local('Roboto-Thin'), url("e7MeVAyvogMqFwwl61PKhBTbgVql8nDJpwnrE27mub0.woff2") format('woff2');
	unicode-range: U+100-24F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Thin'), local('Roboto-Thin'), url("2tsd397wLxj96qwHyNIkxPesZW2xOQ-xsNqO47m55DA.woff2") format('woff2');
	unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url("Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2") format('woff2');
	unicode-range: U+100-24F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url("CWB0XYA8bzo0kSThX0UTuA.woff2") format('woff2');
	unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url("97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2") format('woff2');
	unicode-range: U+100-24F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url("d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2") format('woff2');
	unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@-ms-viewport {
	width: device-width;
}

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

.palette-primary {
	color: #dc0032
}

.palette-primary-light {
	color: #ff063e
}

.palette-primary-dark {
	color: #b30029
}

.palette-primary-bg {
	background-color: #dc0032
}

.palette-primary-light-bg {
	background-color: #ff063e
}

.palette-primary-dark-bg {
	background-color: #b30029
}

.palette-secondary {
	color: #a90034
}

.palette-secondary-light {
	color: #d20041
}

.palette-secondary-dark {
	color: #800027
}

.palette-secondary-bg {
	background-color: #a90034
}

.palette-secondary-light-bg {
	background-color: #d20041
}

.palette-secondary-dark-bg {
	background-color: #800027
}

.palette-alert {
	color: #a90034
}

.palette-alert-light {
	color: #d20041
}

.palette-alert-dark {
	color: #800027
}

.palette-alert-bg {
	background-color: #a90034
}

.palette-alert-light-bg {
	background-color: #d20041
}

.palette-alert-dark-bg {
	background-color: #800027
}

.palette-confirm {
	color: #dc0032
}

.palette-confirm-light {
	color: #ff063e
}

.palette-confirm-dark {
	color: #b30029
}

.palette-confirm-bg {
	background-color: #dc0032
}

.palette-confirm-light-bg {
	background-color: #ff063e
}

.palette-confirm-dark-bg {
	background-color: #b30029
}

.palette-band-light {
	color: #e6e7e8
}

.palette-band-light-bg {
	background-color: #e6e7e8
}

.palette-band-dark {
	color: #414042
}

.palette-band-dark-bg {
	background-color: #414042
}

.palette-band-medium {
	color: #ccc
}

.palette-band-medium-bg {
	background-color: #ccc
}

.form-text {
	height: 34px;
	line-height: 34px
}

.color-inherit {
	color: inherit
}

a.fa {
	text-decoration: none
}

a.fa:hover {
	text-decoration: none
}

.strike-through {
	text-align: center;
	background-color: #e6e7e8;
	height: 1px;
	line-height: 0;
	margin: .8em 0 1.2em 0
}

.strike-through span {
	background-color: #fff;
	padding: 0 15px
}

.strike-through-well {
	text-align: center;
	background-color: #e6e7e8;
	height: 1px;
	line-height: 0;
	margin: .8em 0 1.2em 0
}

.strike-through-well span {
	background-color: #e6e7e8;
	padding: 0 15px
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.font-weight-normal {
	font-weight: normal
}

.fa-hover:hover,
.hover:hover {
	cursor: pointer;
	cursor: hand
}

html *:focus {
	outline: 0
}

html body {
	font-weight: 400;
	letter-spacing: .2px
}

html h1 {
	margin-top: 0
}

html .navbar {
	margin-bottom: 15px
}

html small,
html h1 small,
html h2 small,
html h3 small,
html h4 small {
	font-size: 65%;
	color: inherit
}

@media(max-width:991px) {
	input[type='text'],
	input[type='number'],
	select,
	textarea,
	html .form-control {
		font-size: 16px!important;
		line-height: 16px!important
	}
}

html .btn.btn-default:hover,
html .btn.btn-default:focus {
	color: #dc0032;
	border-color: #808285
}

html .btn.btn-wide {
	padding-left: 30px;
	padding-right: 30px
}

html .btn.btn-wide.btn-icon-left {
	padding-left: 15px
}

html .btn.btn-wide.btn-icon-left .fa {
	margin-right: 15px
}

html .btn.btn-wide.btn-icon-right {
	padding-right: 15px
}

html .btn.btn-wide.btn-icon-right .fa {
	margin-left: 15px
}

html .btn.btn-wrap {
	white-space: normal
}

html .btn:active,
html .btn:focus,
html .btn.active {
	-webkit-box-shadow: none;
	box-shadow: none
}

html a:hover,
html a:focus {
	text-decoration: underline;
	outline: 0
}

html h1 a,
html h2 a,
html h3 a,
html h4 a,
html h5 a,
html h6 a,
html h7 a,
html h1 a:hover,
html h2 a:hover,
html h3 a:hover,
html h4 a:hover,
html h5 a:hover,
html h6 a:hover,
html h7 a:hover,
html h1 a:focus,
html h2 a:focus,
html h3 a:focus,
html h4 a:focus,
html h5 a:focus,
html h6 a:focus,
html h7 a:focus {
	text-decoration: none
}

html .carousel-control.right,
html .carousel-control.left {
	background-image: none;
	background: none;
	filter: none;
	z-index: 3
}

html .carousel-control.right .carousel-control-icon,
html .carousel-control.left .carousel-control-icon {
	margin-top: 50%
}

.form-control {
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-group {
	margin-bottom: 15px
}

.placeholder-poly {
	font-size: 14px;
	line-height: 34px;
	color: #888
}

input[type="password"] {
	font-family: Arial!important
}

.fa.fa-control-inline,
.text-control-inline {
	line-height: 34px;
	vertical-align: middle;
	color: #414042
}

.fa.fa-inactive {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	-khtml-opacity: .25;
	opacity: .25
}

#breadcrumb {
	display: none
}

.field-validation-error {
	color: #a90034
}

span.field-validation-error {
	display: block;
	margin-top: 6px
}

.anchor-basic {
	color: inherit;
	text-decoration: none
}

.input-validation-error,
form .ng-dirty.ng-invalid:not(.initial-validation) {
	border-color: #a90034;
	background-color: #a90034
}

.input-validation-error:focus,
form .ng-dirty.ng-invalid:not(.initial-validation):focus {
	border-color: #760024
}

.validation-summary-valid {
	display: none
}

html hr {
	border-top: 1px solid #e6e7e8
}

html .band hr,
html .well hr {
	border-top: 1px solid #ccc
}

html label,
.form-horizontal label {
	font-weight: normal
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
	display: none!important
}

.modal-dialog {
	overflow: hidden;
	clear: both;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
	border-radius: 0;
	background-color: #fff;
	padding: 10px
}

@media(min-width:768px) {
	.modal-dialog {
		margin-top: 85px
	}
}

.modal-dialog .close {
	font-size: 25px;
	display: block;
	float: right
}

.modal-dialog.modal-sm .modal-body {
	padding: 10px 0
}

.modal-dialog.modal-sm .modal-footer {
	margin-top: 0;
	padding: 10px 0 0 0
}

html .progress {
	margin-bottom: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #fff;
	height: 7px;
	margin: 14px 0;
	background-color: #e6e7e8
}

html .progress .bar {
	height: 7px;
	background-color: #dc0032
}

.oh {
	overflow: hidden
}

.disclaimer {
	text-align: center;
	font-size: 11px;
	margin: 20px 7.5px 0 7.5px
}

.locale-modal .header-locale-text {
	font-size: 10px
}

.band {
	min-height: 40px;
	margin: 20px 0;
	padding: 10px 0;
	background-color: #e6e7e8
}

.band.band-top {
	margin-top: 0
}

.band.band-bottom {
	margin-bottom: 0
}

.band.band-dark {
	background-color: #414042
}

.band.band-nav {
	min-height: 450px
}

.band.band-nav .nav-full {
	margin: 25px 0 30px 0
}

.band.band-alternate {
	color: #dc0032;
	background-color: #ffc3d0
}

@media(min-width:768px) {
	.band {}
	.band.band-one-col-template {
		margin: 15px -100%
	}
}

.band>div.arrow {
	text-align: center;
	height: 0;
	color: #fff;
	margin: 0 auto;
	margin-top: -35px;
	margin-bottom: 35px;
	line-height: 40px
}

.band>div.arrow>.fa {
	background-color: #414042;
	border-radius: 35px;
	font-size: 30px;
	width: 70px;
	height: 70px
}

.alert-none:not(.alert-danger) {
	background-color: transparent;
	border-color: #dcdcdc;
	color: #414042
}

.alert-none:not(.alert-danger) hr {
	border-top-color: #cfcfcf
}

.alert-none:not(.alert-danger) .alert-link {
	color: #272728
}

.bold {
	font-weight: bold
}

.italic {
	font-style: italic
}

.btn.btn-live-help {
	font-size: 35px;
	padding: 10px 0;
	display: block;
	line-height: 30px
}

.btn.btn-live-help .fa.fa-comments-o {
	font-size: 75px;
	padding-right: 5px
}

.btn.btn-live-help span.live-help-wrapper {
	display: inline-block;
	text-align: left;
	font-weight: bold
}

.btn.btn-live-help span.live-help-strap {
	text-indent: 2px;
	display: block;
	font-size: 14px;
	font-weight: normal
}

.tbl-header,
.tbl-footer {
	padding: 15px;
	background-color: #e6e7e8;
	margin-bottom: 0
}

.tbl-header.row,
.tbl-footer.row {
	margin-left: 0;
	margin-right: 0
}

.tbl-header:hover,
.tbl-footer:hover {
	color: #414042;
	text-decoration: none
}

.tbl-header:hover .fa,
.tbl-footer:hover .fa {
	color: #414042;
	text-decoration: none
}

.tbl-row {
	padding: 14px;
	border-bottom: 1px solid #e6e7e8
}

.tbl-row.row {
	margin-left: 0;
	margin-right: 0
}

.tbl-row.nob {
	border-bottom: none
}

.tbl-header,
.tbl-footer,
.tbl-row {
	font-size: 13px
}

.tbl-header a {
	color: inherit
}

.tbl-column-heading,
.tbl-footer {
	color: #414042;
	text-decoration: none;
	display: block
}

.tbl-column-heading:hover,
.tbl-footer:hover {
	text-decoration: none
}

.text-inset {
	position: relative;
	padding-left: 40px
}

.text-inset .icon-outset {
	position: absolute;
	margin-left: -40px
}

html .well {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #e6e7e8;
	border: 1px solid #e6e7e8
}

html .well.well-extend {
	margin: 0 -19px 20px -19px
}

html .well.well-extend.well-lg {
	margin: 0 -24px 20px -24px
}

html .well.well-extend.well-md {
	margin: 20px -20px
}

html .well.well-extend.well-sm {
	margin: 0 -9px 20px -9px
}

html .well.well-pre .control-label {
	text-align: left
}

html .well.well-btn {
	border-radius: 4px;
	padding: 6px 6px;
	border: 1px solid #e6e7e8;
	margin-bottom: 0
}

html .well.well-light {
	color: #414042;
	border: 1px solid #cac4be;
	background-color: #cac4be
}

html .well.well-dark {
	color: #414042;
	border: 1px solid darker(#e6e7e8, 5%);
	background-color: #d9dadc
}

html .well.well-alternate {
	color: #dc0032;
	border: 1px solid #ffc3d0;
	background-color: #ffc3d0
}

html .well.well-alternate-dark {
	color: #dc0032;
	border: 1px solid #ffaec0;
	background-color: #ffaec0
}

html .well.well-alternate-light {
	color: #dc0032;
	border: 1px solid #ffd2dc;
	background-color: #ffd2dc
}

html .well.well-inverse {
	color: #414042;
	border: 1px solid #fff;
	background-color: #fff
}

html .well.well-secondary {
	color: #100005;
	border: 1px solid #ff437d;
	background-color: #ff437d
}

html .well.well-alert {
	color: #a90034;
	border: 1px solid #ff437d;
	background-color: #ff437d
}

html .well.well-warning {
	color: #fff;
	border: 1px solid #a90034;
	background-color: #a90034
}

html .well.well-confirm {
	border: 1px solid #ffa9bd;
	background-color: #ffa9bd
}

html .well.well-bottom {
	margin-bottom: 0
}

html .well.well-top,
html .well.well-extend.well-top {
	margin-top: 0
}

html .well.color-inherit {
	color: #414042
}

.col-img {
	max-width: 100%
}

.col-img.col-img-90 {
	max-width: 90%
}

.col-img.col-img-50 {
	max-width: 50%
}

object.col-obj {
	width: 100%;
	height: 300px
}

object.col-obj embed {
	width: 100%;
	height: 300px
}

.modal-only {
	display: none
}

.none-modal-only {
	display: block
}

.underline {
	text-decoration: underline
}

.modal-dialog .modal-only {
	display: block
}

.modal-dialog .none-modal-only {
	display: none
}

.modal-dialog .bordered-list-item {
	border-right: 1px solid #baccd6;
	border-left: 1px solid #baccd6;
	border-bottom: 1px solid #baccd6;
	padding: 20px
}

.modal-dialog .nav-tabs {
	border-bottom: 1px solid #baccd6
}

.modal-dialog .nav-tabs>li.active>a,
.modal-dialog>li.active>a:hover,
.modal-dialog>li.active>a:focus {
	border-right: 1px solid #baccd6;
	border-left: 1px solid #baccd6;
	border-top: 1px solid #baccd6
}

.text-bold {
	font-weight: bold
}

.img-cover {
	background-size: cover
}

.col-padding-md {
	padding-left: 15px;
	padding-right: 15px
}

.col-padding-lg {
	padding-left: 30px;
	padding-right: 30px
}

.align-to-button {
	padding-top: 7.5px;
	padding-bottom: 7.5px
}

.gutter-top-0,
.gutter-top-none {
	margin-top: 0!important
}

.gutter-top-xs {
	margin-top: 3.75px
}

.gutter-top-sm {
	margin-top: 7.5px
}

.gutter-top-md {
	margin-top: 15px
}

.gutter-top-mx {
	margin-top: 10px
}

.gutter-top-lg {
	margin-top: 30px
}

.gutter-top-xlg {
	margin-top: 45px
}

.gutter-bottom-0,
.gutter-bottom-none {
	margin-bottom: 0!important
}

.gutter-bottom-xs {
	margin-bottom: 3.75px
}

.gutter-bottom-sm {
	margin-bottom: 7.5px
}

.gutter-bottom-md {
	margin-bottom: 15px
}

.gutter-bottom-mx {
	margin-bottom: 10px
}

.gutter-bottom-lg {
	margin-bottom: 30px
}

.gutter-bottom-xlg {
	margin-bottom: 45px
}

.gutter-left-0,
.gutter-left-none {
	margin-left: 0!important
}

.gutter-left-xs {
	margin-left: 3.75px
}

.gutter-left-sm {
	margin-left: 7.5px
}

.gutter-left-md {
	margin-left: 15px
}

.gutter-left-mx {
	margin-left: 10px
}

.gutter-left-lg {
	margin-left: 30px
}

.gutter-left-xlg {
	margin-left: 45px
}

.gutter-right-0,
.gutter-right-none {
	margin-right: 0!important
}

.gutter-right-xs {
	margin-right: 3.75px
}

.gutter-right-sm {
	margin-right: 7.5px
}

.gutter-right-md {
	margin-right: 15px
}

.gutter-right-mx {
	margin-right: 10px
}

.gutter-right-lg {
	margin-right: 30px
}

.gutter-right-xlg {
	margin-right: 45px
}

@media(max-width:767px) {
	.gutter-top-0-xs,
	.gutter-top-none-xs {
		margin-top: 0!important
	}
	.gutter-top-xs-xs {
		margin-top: 3.75px
	}
	.gutter-top-sm-xs {
		margin-top: 7.5px
	}
	.gutter-top-md-xs {
		margin-top: 15px
	}
	.gutter-top-mx-xs {
		margin-top: 10px
	}
	.gutter-top-lg-xs {
		margin-top: 30px
	}
	.gutter-top-xlg-xs {
		margin-top: 45px
	}
	.gutter-bottom-0-xs,
	.gutter-bottom-none-xs {
		margin-bottom: 0!important
	}
	.gutter-bottom-xs-xs {
		margin-bottom: 3.75px
	}
	.gutter-bottom-sm-xs {
		margin-bottom: 7.5px
	}
	.gutter-bottom-md-xs {
		margin-bottom: 15px
	}
	.gutter-bottom-mx-xs {
		margin-bottom: 10px
	}
	.gutter-bottom-lg-xs {
		margin-bottom: 30px
	}
	.gutter-bottom-xlg-xs {
		margin-bottom: 45px
	}
	.gutter-left-0-xs,
	.gutter-left-none-xs {
		margin-left: 0!important
	}
	.gutter-left-xs-xs {
		margin-left: 3.75px
	}
	.gutter-left-sm-xs {
		margin-left: 7.5px
	}
	.gutter-left-md-xs {
		margin-left: 15px
	}
	.gutter-left-mx-xs {
		margin-left: 10px
	}
	.gutter-left-lg-xs {
		margin-left: 30px
	}
	.gutter-left-xlg-xs {
		margin-left: 45px
	}
	.gutter-right-0-xs,
	.gutter-right-none-xs {
		margin-right: 0!important
	}
	.gutter-right-xs-xs {
		margin-right: 3.75px
	}
	.gutter-right-sm-xs {
		margin-right: 7.5px
	}
	.gutter-right-md-xs {
		margin-right: 15px
	}
	.gutter-right-mx-xs {
		margin-right: 10px
	}
	.gutter-right-lg-xs {
		margin-right: 30px
	}
	.gutter-right-xlg-xs {
		margin-right: 45px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.gutter-top-0-sm,
	.gutter-top-none-sm {
		margin-top: 0!important
	}
	.gutter-top-xs-sm {
		margin-top: 3.75px
	}
	.gutter-top-sm-sm {
		margin-top: 7.5px
	}
	.gutter-top-md-sm {
		margin-top: 15px
	}
	.gutter-top-mx-sm {
		margin-top: 10px
	}
	.gutter-top-lg-sm {
		margin-top: 30px
	}
	.gutter-top-xlg-sm {
		margin-top: 45px
	}
	.gutter-bottom-0-sm,
	.gutter-bottom-none-sm {
		margin-bottom: 0!important
	}
	.gutter-bottom-xs-sm {
		margin-bottom: 3.75px
	}
	.gutter-bottom-sm-sm {
		margin-bottom: 7.5px
	}
	.gutter-bottom-md-sm {
		margin-bottom: 15px
	}
	.gutter-bottom-mx-sm {
		margin-bottom: 10px
	}
	.gutter-bottom-lg-sm {
		margin-bottom: 30px
	}
	.gutter-bottom-xlg-sm {
		margin-bottom: 45px
	}
	.gutter-left-0-sm,
	.gutter-left-none-sm {
		margin-left: 0!important
	}
	.gutter-left-xs-sm {
		margin-left: 3.75px
	}
	.gutter-left-sm-sm {
		margin-left: 7.5px
	}
	.gutter-left-md-sm {
		margin-left: 15px
	}
	.gutter-left-mx-sm {
		margin-left: 10px
	}
	.gutter-left-lg-sm {
		margin-left: 30px
	}
	.gutter-left-xlg-sm {
		margin-left: 45px
	}
	.gutter-right-0-sm,
	.gutter-right-none-sm {
		margin-right: 0!important
	}
	.gutter-right-xs-sm {
		margin-right: 3.75px
	}
	.gutter-right-sm-sm {
		margin-right: 7.5px
	}
	.gutter-right-md-sm {
		margin-right: 15px
	}
	.gutter-right-mx-sm {
		margin-right: 10px
	}
	.gutter-right-lg-sm {
		margin-right: 30px
	}
	.gutter-right-xlg-sm {
		margin-right: 45px
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.gutter-top-0-md,
	.gutter-top-none-md {
		margin-top: 0!important
	}
	.gutter-top-xs-md {
		margin-top: 3.75px
	}
	.gutter-top-sm-md {
		margin-top: 7.5px
	}
	.gutter-top-md-md {
		margin-top: 15px
	}
	.gutter-top-mx-md {
		margin-top: 10px
	}
	.gutter-top-lg-md {
		margin-top: 30px
	}
	.gutter-top-xlg-md {
		margin-top: 45px
	}
	.gutter-bottom-0-md,
	.gutter-bottom-none-md {
		margin-bottom: 0!important
	}
	.gutter-bottom-xs-md {
		margin-bottom: 3.75px
	}
	.gutter-bottom-sm-md {
		margin-bottom: 7.5px
	}
	.gutter-bottom-md-md {
		margin-bottom: 15px
	}
	.gutter-bottom-mx-md {
		margin-bottom: 10px
	}
	.gutter-bottom-lg-md {
		margin-bottom: 30px
	}
	.gutter-bottom-xlg-md {
		margin-bottom: 45px
	}
	.gutter-left-0-md,
	.gutter-left-none-md {
		margin-left: 0!important
	}
	.gutter-left-xs-md {
		margin-left: 3.75px
	}
	.gutter-left-sm-md {
		margin-left: 7.5px
	}
	.gutter-left-md-md {
		margin-left: 15px
	}
	.gutter-left-mx-md {
		margin-left: 10px
	}
	.gutter-left-lg-md {
		margin-left: 30px
	}
	.gutter-left-xlg-md {
		margin-left: 45px
	}
	.gutter-right-0-md,
	.gutter-right-none-md {
		margin-right: 0!important
	}
	.gutter-right-xs-md {
		margin-right: 3.75px
	}
	.gutter-right-sm-md {
		margin-right: 7.5px
	}
	.gutter-right-md-md {
		margin-right: 15px
	}
	.gutter-right-mx-md {
		margin-right: 10px
	}
	.gutter-right-lg-md {
		margin-right: 30px
	}
	.gutter-right-xlg-md {
		margin-right: 45px
	}
}

@media(min-width:1200px) {
	.gutter-top-0-lg,
	.gutter-top-none-lg {
		margin-top: 0!important
	}
	.gutter-top-xs-lg {
		margin-top: 3.75px
	}
	.gutter-top-sm-lg {
		margin-top: 7.5px
	}
	.gutter-top-md-lg {
		margin-top: 15px
	}
	.gutter-top-mx-lg {
		margin-top: 10px
	}
	.gutter-top-lg-lg {
		margin-top: 30px
	}
	.gutter-top-xlg-lg {
		margin-top: 45px
	}
	.gutter-bottom-0-lg,
	.gutter-bottom-none-lg {
		margin-bottom: 0!important
	}
	.gutter-bottom-xs-lg {
		margin-bottom: 3.75px
	}
	.gutter-bottom-sm-lg {
		margin-bottom: 7.5px
	}
	.gutter-bottom-md-lg {
		margin-bottom: 15px
	}
	.gutter-bottom-mx-lg {
		margin-bottom: 10px
	}
	.gutter-bottom-lg-lg {
		margin-bottom: 30px
	}
	.gutter-bottom-xlg-lg {
		margin-bottom: 45px
	}
	.gutter-left-0-lg,
	.gutter-left-none-lg {
		margin-left: 0!important
	}
	.gutter-left-xs-lg {
		margin-left: 3.75px
	}
	.gutter-left-sm-lg {
		margin-left: 7.5px
	}
	.gutter-left-md-lg {
		margin-left: 15px
	}
	.gutter-left-mx-lg {
		margin-left: 10px
	}
	.gutter-left-lg-lg {
		margin-left: 30px
	}
	.gutter-left-xlg-lg {
		margin-left: 45px
	}
	.gutter-right-0-lg,
	.gutter-right-none-lg {
		margin-right: 0!important
	}
	.gutter-right-xs-lg {
		margin-right: 3.75px
	}
	.gutter-right-sm-lg {
		margin-right: 7.5px
	}
	.gutter-right-md-lg {
		margin-right: 15px
	}
	.gutter-right-mx-lg {
		margin-right: 10px
	}
	.gutter-right-lg-lg {
		margin-right: 30px
	}
	.gutter-right-xlg-lg {
		margin-right: 45px
	}
}

.padding-top-none {
	padding-top: 0!important
}

.padding-bottom-none {
	padding-bottom: 0!important
}

.padding-left-none {
	padding-left: 0!important
}

.padding-right-none {
	padding-right: 0!important
}

.clear {
	clear: both
}

.padding-none {
	padding: 0!important
}

.margin-none {
	margin: 0!important
}

@media(max-width:767px) {
	.text-center-xs {
		text-align: center
	}
	.text-left-xs {
		text-align: left
	}
	.text-right-xs {
		text-align: right
	}
	.pull-right-xs {
		float: right!important
	}
	.pull-left-xs {
		float: left!important
	}
	.pull-none-xs {
		float: none!important
	}
	.clear-both-xs {
		clear: both
	}
	.clear-right-xs {
		clear: right
	}
	.clear-left-xs {
		clear: left
	}
	.block-xs {
		display: block;
		width: 100%
	}
}

@media(min-width:768px) and (max-width:991px) {
	.text-center-sm {
		text-align: center
	}
	.text-left-sm {
		text-align: left
	}
	.text-right-sm {
		text-align: right
	}
	.pull-right-sm {
		float: right!important
	}
	.pull-left-sm {
		float: left!important
	}
	.pull-none-sm {
		float: none!important
	}
	.clear-both-sm {
		clear: both
	}
	.clear-right-sm {
		clear: right
	}
	.clear-left-sm {
		clear: left
	}
	.block-sm {
		display: block;
		width: 100%
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.text-center-md {
		text-align: center
	}
	.text-left-md {
		text-align: left
	}
	.text-right-md {
		text-align: right
	}
	.pull-right-md {
		float: right!important
	}
	.pull-left-md {
		float: left!important
	}
	.pull-none-md {
		float: none!important
	}
	.clear-both-md {
		clear: both
	}
	.clear-right-md {
		clear: right
	}
	.clear-left-md {
		clear: left
	}
	.block-md {
		display: block;
		width: 100%
	}
}

@media(min-width:1200px) {
	.text-center-lg {
		text-align: center
	}
	.text-left-lg {
		text-align: left
	}
	.text-right-lg {
		text-align: right
	}
	.pull-right-lg {
		float: right!important
	}
	.pull-left-lg {
		float: left!important
	}
	.pull-none-lg {
		float: none!important
	}
	.clear-both-lg {
		clear: both
	}
	.clear-right-lg {
		clear: right
	}
	.clear-left-lg {
		clear: left
	}
	.block-lg {
		display: block;
		width: 100%
	}
}

@media(min-width:768px) and (max-width:991px) {
	.modal-dialog.modal-max {
		width: 745px
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.modal-dialog.modal-max {
		width: 940px
	}
}

@media(min-width:1200px) {
	.modal-dialog.modal-max {
		width: 1150px
	}
}

.hidingrowexpandable {
	display: none
}

@media(min-width:992px) {
	.tracking-map {
		background: url("") top right no-repeat
	}
}

.bulk-upload-text-container {
	min-height: 150px
}

@media(max-width:767px) {
	.bulk-upload-text-container {
		min-height: 0
	}
}

@media(min-width:768px) {
	.is-table-row {
		display: table;
		width: 100%
	}
	.is-table-row>[class*="col-"]:not(img) {
		float: none;
		display: table-cell;
		vertical-align: top
	}
}

div.col-divider,
div.col-divider-sm {
	float: left;
	width: 0;
	height: 100%;
	overflow: visible
}

div.col-divider>div,
div.col-divider-sm>div {
	background-color: #e6e7e8;
	width: 1px;
	height: 250px;
	margin: auto 0
}

div.col-divider-sm>div {
	height: 125px
}

.tool-tip-underline {
	border-bottom: 1px dashed #dc0032
}

.tool-tip-underline:hover {
	cursor: help
}

.couriers {
	line-height: 110px
}

.couriers .carousel-inner>.item>a>img.courier {
	display: inline;
	width: 125px
}

.couriers .courier {
	margin: 0 30px
}

@media(max-width:1199px) {
	.couriers .courier {
		margin: 0 17px
	}
}

@media(max-width:991px) {
	.couriers {
		line-height: 80px;
		margin-bottom: 0;
		height: 100px;
		overflow: hidden
	}
	.couriers .wrapper-xs {
		margin: 0 -400px
	}
	.couriers .courier {
		margin: 0 5px
	}
}

.couriers-wrapper-bottom .couriers {
	margin-bottom: 0
}

.form-control-fa-append {
	height: 0;
	text-align: right
}

.form-control-fa-append .fa {
	margin-top: 11px;
	margin-right: 8px
}

@media(min-width:768px) {
	.col-border-right.col-sm-12 {
		width: calc(49%);
		border-right: 1px solid #c2c2c2
	}
	.col-border-right.col-sm-8 {
		width: calc(32%);
		border-right: 1px solid #c2c2c2
	}
	.col-border-right.col-sm-6 {
		width: calc(24%);
		border-right: 1px solid #c2c2c2
	}
	.col-border-right~.col-sm-12 {
		width: calc(49%)
	}
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

div.loading-overlay {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("")
}

div.relative {
	position: relative
}

.cookie-panel-wrapper .expanded-title {
	display: block
}

.cookie-panel-wrapper .expanded-content {
	display: block
}

.cookie-panel-wrapper .collapsed-title {
	display: none
}

.cookie-panel-wrapper .collapsed-content {
	display: none
}

.cookie-panel-wrapper.collapsed .expanded-title,
.cookie-panel-wrapper.cookie-panel-wrapper-dynamic-loading .expanded-title {
	display: none
}

.cookie-panel-wrapper.collapsed .expanded-content,
.cookie-panel-wrapper.cookie-panel-wrapper-dynamic-loading .expanded-content {
	display: none
}

.cookie-panel-wrapper.collapsed .collapsed-title,
.cookie-panel-wrapper.cookie-panel-wrapper-dynamic-loading .collapsed-title {
	display: block
}

.cookie-panel-wrapper.collapsed .collapsed-content,
.cookie-panel-wrapper.cookie-panel-wrapper-dynamic-loading .collapsed-content {
	display: block
}

.btn.btn-google {
	background-color: #c53929;
	color: #fff
}

.btn.btn-google:hover {
	background-color: #9b2d20!important
}

.btn.btn-facebook {
	background-color: #3b5998;
	color: #fff
}

.btn.btn-facebook:hover {
	background-color: #2d4373!important
}

.btn.btn-amazon {
	background-color: #f90;
	color: #fff
}

.btn.btn-amazon:hover {
	background-color: #cc7a00!important
}

.btn.btn-paypal {
	background-color: #0070ba;
	color: #fff
}

.btn.btn-paypal:hover {
	background-color: #005187!important
}

.header-profile-picture {
	height: 26px;
	width: 26px;
	margin: -5px 4px -5px -5px;
	border: 1px solid #ccc;
	border-radius: 15px
}

.loading-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 100;
	text-align: center;
	padding-top: 150px;
	color: #fff;
	display: none
}

.loading-bg .loading-icon {
	display: inline-block;
	-webkit-animation: spin 5s ease-out;
	-webkit-animation-iteration-count: infinite
}

.loading-bg .loading-icon i {
	font-size: 500%;
	-webkit-animation: pulsate 5s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0
}

.loading-bg .loading-text {
	font-size: 175%;
	display: inline-block;
	margin-top: 20px
}

[data-defer-src] {
	display: none
}

.pop-down-message {
	width: 100%;
	animation-name: dropHeader;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: .6s;
	background-color: #09527c;
	color: #fff;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 65px
}

.pop-down-message>div {
	background-color: #146c9f;
	height: 100%;
	width: 75px;
	float: left;
	text-align: center;
	font-size: 35pt;
	margin: 0;
	padding: 0;
	line-height: 65px
}

.pop-down-message>span {
	display: inline-block;
	line-height: 65px;
	padding-left: 25px;
	font-size: 16pt
}

.pop-down-message>a.btn.btn-default {
	display: inline-block;
	margin-left: 20px;
	margin-top: -5px;
	background-color: #1c8ccd!important;
	color: #fff!important;
	border: none
}

.pop-down-message>a>.fa {
	display: inline-block;
	margin-right: 5px
}

.pop-down-message>button {
	background-color: transparent;
	border: none;
	position: absolute;
	top: 2px;
	right: 2px
}

@media(max-width:1535px) {
	.pop-down-message>span {
		font-size: 15pt
	}
}

@media(max-width:1455px) {
	.pop-down-message>span {
		font-size: 14pt
	}
}

@media(max-width:1375px) {
	.pop-down-message>span {
		font-size: 13pt
	}
}

@media(max-width:1300px) {
	.pop-down-message>span {
		font-size: 12pt
	}
}

@media(max-width:1230px) {
	.pop-down-message>span {
		font-size: 11pt
	}
}

@media(max-width:1155px) {
	.pop-down-message>div {
		width: 55px;
		font-size: 25pt
	}
	.pop-down-message>span {
		padding-left: 15px
	}
}

@media(max-width:1120px) {
	.pop-down-message>div {
		display: none
	}
}

@media(max-width:1065px) {
	.pop-down-message {
		text-align: center;
		height: 115px
	}
	.pop-down-message>span {
		line-height: initial;
		display: block;
		text-align: center;
		padding: 15px
	}
}

@media(max-width:500px) {
	.pop-down-message {
		height: 145px
	}
}

@keyframes dropHeader {
	0% {
		height: 0
	}
	100% {
		height: 65px
	}
}

@media(min-width:480px) {
	.col-xs-10pc {
		width: 10%
	}
	.col-xs-20pc {
		width: 20%
	}
}

@media(min-width:768px) {
	.col-sm-10pc {
		width: 10%
	}
	.col-sm-20pc {
		width: 20%
	}
}

@media(min-width:992px) {
	.col-md-10pc {
		width: 10%
	}
	.col-md-20pc {
		width: 20%
	}
}

@media(min-width:1200px) {
	.col-lg-10pc {
		width: 10%
	}
	.col-lg-20pc {
		width: 20%
	}
}

[sticky-nav].sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1
}

@media(max-width:767px) {
	.device-app header,
	.device-app footer,
	.device-app .end-of-body {
		display: none
	}
	.device-app #main {
		padding: 20px 10px!important
	}
	.device-app .hidden-device-app {
		display: none!important
	}
	.device-app .visible-device-app {
		display: block!important
	}
}

.wizard-modal {
	padding: 0
}

@media(max-width:767px) {
	.wizard-modal {
		padding: 0;
		margin: 0;
		height: 100%
	}
}

@media(min-width:768px) {
	.wizard-modal {
		width: 690px;
		height: 500px
	}
}

.wizard-modal .close {
	color: #dc0032;
	opacity: 1;
	top: 10px;
	right: 10px;
	position: absolute;
	z-index: 999
}

.wizard-modal .wizard-progress-container {
	position: fixed;
	bottom: 15px;
	width: 100%
}

.wizard-modal .wizard-progress-indicator {
	padding: 20px 0;
	margin: 5px 0 0 0;
	display: inline-block
}

.wizard-modal .wizard-progress-indicator div {
	background-color: #7bbe40;
	height: 10px;
	padding: 0;
	margin: 0 3px;
	width: 30px;
	display: inline-block
}

.wizard-modal .wizard-progress-indicator div:first-of-type {
	border-radius: 5px 0 0 5px;
	margin: 0 3px 0 0;
	width: 30px
}

.wizard-modal .wizard-progress-indicator div:last-of-type {
	border-radius: 0 5px 5px 0;
	margin: 0 0 0 3px;
	width: 30px
}

.wizard-modal .wizard-progress-indicator div.active~div {
	background-color: #baccd6
}

.wizard-modal .progress-text {
	color: #15537d;
	font-weight: bold;
	min-height: 25px;
	line-height: 20px;
	text-align: right;
	font-size: 20px;
	position: fixed;
	bottom: 10px;
	right: 0;
	width: 100px;
	padding: 0 20px 0 0
}

.wizard-tile[data-wizard-slide="IMPORTING-01"] .wizard-body {
	min-height: 160px
}

@media(max-width:767px) {
	.wizard-tile[data-wizard-slide="IMPORTING-01"] .wizard-body {
		min-height: 180px
	}
}

.wizard-tile .text-secondary {
	color: #a90034
}

@media(max-width:767px) {
	.wizard-tile .wizard-body {
		padding: 20px 20px 0 20px
	}
}

@media(min-width:768px) {
	.wizard-tile .wizard-body {
		padding: 20px 60px 0 60px
	}
}

.wizard-tile .wizard-body .input-group {
	border: 1px solid #baccd6;
	border-radius: 3px;
	width: 100%
}

.wizard-tile .wizard-body .input-group .form-control {
	background-color: transparent;
	text-align: left;
	margin-left: -30px;
	padding: 0;
	padding-left: 30px;
	color: #9a9a9a;
	border: 0 none;
	width: calc(100% + 30px)
}

.wizard-tile .wizard-body .input-group .input-group-addon {
	background-color: transparent;
	color: #15537d;
	font-weight: bold;
	padding-left: 8px;
	font-size: 17px;
	border: 0 none;
	width: 20px
}

.wizard-tile .wizard-body h1 {
	color: #dc0032;
	font-size: 36px!important;
	margin: 0
}

.wizard-tile .wizard-body h2 {
	color: #dc0032;
	font-weight: bold;
	font-size: 24px;
	margin: 25px 0 0 0
}

@media(max-width:767px) {
	.wizard-tile .wizard-body h2 {
		font-size: 20px
	}
}

.wizard-tile .wizard-body p {

	margin: 15px 0 0 0;
	font-size: 16px
}

@media(max-width:767px) {
	.wizard-tile .wizard-body p {
		font-size: 14px;
		text-align: left;
		line-height: 18px
	}
}

@media(max-width:767px) {
	.wizard-tile .wizard-body h1 br,
	.wizard-tile .wizard-body h2 br,
	.wizard-tile .wizard-body p br {
		display: none
	}
}

.wizard-tile .wizard-body input {
	text-align: left;
	border: 1px solid #baccd6;
	border-radius: 2px;
	color: #9a9a9a
}

.wizard-tile .wizard-body select {
	text-align: left;
	border: 1px solid #baccd6;
	border-radius: 3px
}

.wizard-tile .wizard-body .time-row {
	margin: 70px 0 0 0;
	padding-left: calc(50% - 70px)
}

.wizard-tile .wizard-body .time-row>div:nth-of-type(1) {
	width: 60px;
	padding: 0
}

.wizard-tile .wizard-body .time-row>div:nth-of-type(2) {
	width: 20px;
	padding: 0;
	line-height: 50px
}

.wizard-tile .wizard-body .time-row>div:nth-of-type(3) {
	width: 60px;
	padding: 0
}

.wizard-tile .wizard-body .courier-options {
	margin-top: 40px
}

@media(max-width:991px) {
	.wizard-tile .wizard-body .courier-options {
		margin-top: 25px
	}
}

@media(min-width:768px) {
	.wizard-tile .wizard-body .courier-options {
		padding-left: 10px;
		padding-right: 10px
	}
}

.wizard-tile .wizard-body .courier-options .or {
	display: block;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 25px;
	text-transform: capitalize
}

.wizard-tile .wizard-body .courier-options img {
	max-width: 82px;
	margin-bottom: 20px
}

.wizard-tile .wizard-body .courier-options img.courier-logo {
	border: 3px solid #baccd6;
	border-radius: 50%
}

.wizard-tile .wizard-body .courier-options a .underline {
	text-decoration: underline
}

.wizard-tile .wizard-body .days {
	margin: 50px 0 0 0
}

@media(min-width:768px) {
	.wizard-tile .wizard-body .days {
		padding: 20px 80px 0 80px
	}
}

.wizard-tile .wizard-body .days .day {
	width: 12.98701299%;
	font-size: 17px;
	text-align: center;
	color: #dc0032;
	padding: 0;
	display: inline-block;
	float: none
}

@media(max-width:767px) {
	.wizard-tile .wizard-body .days .day {
		width: 20%
	}
}

.wizard-tile .wizard-body label {
	line-height: 50px;
	font-size: initial;
	border-bottom: 1px solid #e4e4e4;
	text-align: center
}

.wizard-tile .wizard-image {
	display: none
}

.wizard-tile .wizard-image img {
	max-width: 100%
}

.wizard-tile .wizard-show-image {
	margin-left: 20%;
	margin-right: 20%
}

.wizard-tile .wizard-show-image img {
	height: auto;
	max-width: 100%;
	margin-top: 30px
}

.wizard-tile .wizard-show-image-mb img {
	width: auto;
	max-height: 80px;
	margin-top: 45px
}

.wizard-tile .wizard-show-image-alt img {
	width: auto;
	max-height: 85px;
	margin-top: 30px
}

.wizard-tile .additional-info {
	min-height: 25px;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	position: fixed;
	bottom: 5px;
	width: 100%
}

@media(max-width:767px) {
	.wizard-tile .additional-info {
		padding-bottom: 0;
		text-align: left;
		padding-left: 10px;
		bottom: 5px;
		left: 0;
		width: calc(100% - 100px);
		font-size: 9px
	}
}

.wizard-tile .wizard-buttons {
	padding: 30px 0;
	width: 100%;
	position: fixed;
	bottom: 50px
}

@media(max-width:767px) {
	.wizard-tile .wizard-buttons {
		padding: 25px 0;
		bottom: 45px
	}
}

.wizard-tile .wizard-buttons .divider {
	width: 10px;
	height: auto;
	display: inline-block
}

.wizard-tile .wizard-buttons button {
	height: 46px;
	width: 175px
}

@media(max-width:767px) {
	.wizard-tile .wizard-buttons button {
		height: 44px;
		width: 280px
	}
	.wizard-tile .wizard-buttons button.two-buttons {
		height: 44px;
		width: 110px
	}
}

.wizard-tile .wizard-buttons a {
	margin: 0 5px;
	padding-left: 0;
	padding-right: 0;
	height: 46px;
	width: 175px
}

@media(max-width:767px) {
	.wizard-tile .wizard-buttons a {
		margin: 0;
		height: 44px;
		width: 280px;
		display: inline-block
	}
	.wizard-tile .wizard-buttons a.two-buttons {
		height: 44px;
		width: 110px
	}
}

.wizard-tile .wizard-back-button {
	color: #dc0032;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	border: none
}

.wizard-tile .wizard-back-button a {
	position: fixed;
	top: 10px;
	left: 10px
}

.wizard-tile .inline-header {
	color: #dc0032;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	padding: 0
}

@media(max-width:767px) {
	.wizard-tile .inline-header {
		font-size: 20px;
		text-align: center
	}
}

@media(max-width:767px) {
	.wizard-tile .inline-header br {
		display: none
	}
}

.wizard-tile .sub-heading {
	color: #dc0032;
	font-weight: 100;
	font-size: 20px;
	vertical-align: text-bottom
}

html .btn-transparent:not(:hover) {
	background-color: transparent!important
}

html .btn-transparent:not(:hover).btn-primary {
	color: #dc0032
}

html .btn-transparent:not(:hover).btn-success {
	color: #dc0032
}

html .btn-transparent:not(:hover).btn-info {
	color: #cac4be
}

html .btn-transparent:not(:hover).btn-warning {
	color: #a90034
}

html .btn-transparent:not(:hover).btn-danger {
	color: #a90034
}

html .btn-transparent:not(:hover).btn-rounded {
	border-radius: 20px
}

@media(max-width:768px) {
	.form-control-inline {
		margin-bottom: 5px
	}
}

abbr.input-validation-required {
	border-bottom: none
}

.validation-summary-errors ul {
	list-style-type: disc
}

.result-item {
	font-size: 12px;
	width: 100%;
	display: block;
	border-top: solid 1px #baccd6;
	margin-left: 10px;
	margin-right: 10px
}

.result-item:last-of-type {
	border-bottom: solid 1px #baccd6
}

.result-item .row {
	padding: 10px
}

.result-item a.directions {
	display: block;
	float: right
}

.result-item a.directions span {
	position: absolute;
	top: -999em
}

.result-item a.moreinfo {
	display: block;
	float: right
}

.result-item a.moreinfo span {
	position: absolute;
	top: -999em
}

.result-item .result-item-extended {
	border-top: solid 1px #b1b4b7
}

.result-item .shop-distance {
	color: #dc0032
}

.result-item .map-canvas {
	margin-top: 40px
}

.result-item .star-ratings-css {
	unicode-bidi: bidi-override;
	color: #c5c5c5;
	font-size: 25px;
	height: 25px;
	width: 100px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	cursor: default
}

.result-item .star-ratings-css-top {
	color: #ffa400;
	padding: 0;
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	overflow: hidden
}

.result-item .star-ratings-css-bottom {
	padding: 0;
	display: block;
	z-index: 0
}

.result-item .not-rated {
	font-size: 14px;
	line-height: 28px
}

.result-item strong {
	color: #000
}

.result-item .shop-open {
	color: #006400
}

.result-item .shop-closed {
	color: #8b0000
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

.inline-validation-indicator,
.inline-validation-wrapper,
.tooltip.tooltip-inline-validation,
.mobile-placeholder {
	display: none!important
}

#termsandconditions div,
#termsandconditions h1,
#termsandconditions h4,
#termsandconditions h5,
#termsandconditions td {
	line-height: 150%
}

#termsandconditions td {
	border-top: none
}

i.social {
	background-image: url("");
	display: inline-block;
	width: 46px;
	height: 46px;
	vertical-align: middle;
	margin: 5px 15px 0 0
}

i.social.social-faded {
	opacity: .5
}

i.social.facebook:hover {
	background-position: 0 0
}

i.social.facebook {
	background-position: -92px 0
}

i.social.linkedin:hover {
	background-position: -184px 0
}

i.social.linkedin {
	background-position: -276px 0
}

i.social.rss:hover {
	background-position: -368px 0
}

i.social.rss {
	background-position: -460px 0
}

i.social.twitter:hover {
	background-position: -552px 0
}

i.social.twitter {
	background-position: -644px 0
}

i.social.youtube:hover {
	background-position: -736px 0
}

i.social.youtube {
	background-position: -828px 0
}

a:hover i.social.social-faded.social-hover,
i.social.social-faded.social-hover:hover {
	opacity: 1
}

i.flag {
	background-image: url("");
	display: inline-block;
	width: 16px;
	height: 13px;
	vertical-align: middle
}

i.flag.flag-faded {
	opacity: .5
}

i.flag.flag-uk {
	background-position: 0 0
}

i.flag.flag-ie {
	background-position: -16px 0
}

i.flag.flag-es {
	background-position: -32px 0
}

i.flag.flag-de {
	background-position: -48px 0
}

i.flag.flag-pl {
	background-position: -64px 0
}

i.flag.flag-pt {
	background-position: -80px 0
}

a:hover i.flag.flag-faded.flag-hover,
i.flag.flag-faded.flag-hover:hover {
	opacity: 1
}

.sprite {
	background-image: url("");
	background-repeat: no-repeat;
	display: inline-block
}

@media(max-width:991px) {
	.sprite {
		margin: 2px 15px 0 15px
	}
}

@media(min-width:992px) {
	.sprite {
		margin: 15px 30px -32px 30px
	}
}

.sprite.sprite-1 {
	background-position: -5px -5px;
	width: 125px;
	height: 75px
}

.sprite.sprite-103 {
	background-position: -140px -5px;
	width: 125px;
	height: 75px
}

.sprite.sprite-104 {
	background-position: -275px -5px;
	width: 125px;
	height: 75px
}

.sprite.sprite-105 {
	background-position: -410px -5px;
	width: 125px;
	height: 75px
}

.sprite.sprite-106 {
	background-position: -545px -5px;
	width: 125px;
	height: 75px
}

.sprite.sprite-107 {
	background-position: -5px -90px;
	width: 125px;
	height: 75px
}

.sprite.sprite-108 {
	background-position: -140px -90px;
	width: 125px;
	height: 75px
}

.sprite.sprite-109 {
	background-position: -275px -90px;
	width: 125px;
	height: 74px
}

.sprite.sprite-110 {
	background-position: -410px -90px;
	width: 125px;
	height: 75px
}

.sprite.sprite-111 {
	background-position: -545px -90px;
	width: 125px;
	height: 75px
}

.sprite.sprite-112 {
	background-position: -5px -175px;
	width: 125px;
	height: 75px
}

.sprite.sprite-113 {
	background-position: -140px -175px;
	width: 125px;
	height: 75px
}

.sprite.sprite-114 {
	background-position: -275px -175px;
	width: 124px;
	height: 74px
}

.sprite.sprite-115 {
	background-position: -409px -175px;
	width: 125px;
	height: 75px
}

.sprite.sprite-116 {
	background-position: -544px -175px;
	width: 125px;
	height: 74px
}

.sprite.sprite-117 {
	background-position: -544px -259px;
	width: 125px;
	height: 75px
}

.sprite.sprite-118 {
	background-position: -5px -344px;
	width: 125px;
	height: 75px
}

.sprite.sprite-120 {
	background-position: -140px -344px;
	width: 125px;
	height: 75px
}

.sprite.sprite-121 {
	background-position: -275px -344px;
	width: 125px;
	height: 75px
}

.sprite.sprite-123 {
	background-position: -410px -344px;
	width: 125px;
	height: 75px
}

.sprite.sprite-124 {
	background-position: -545px -344px;
	width: 125px;
	height: 75px
}

.sprite.sprite-125 {
	background-position: -5px -429px;
	width: 125px;
	height: 75px
}

.sprite.sprite-13 {
	background-position: -140px -429px;
	width: 125px;
	height: 75px
}

.sprite.sprite-130 {
	background-position: -275px -429px;
	width: 125px;
	height: 75px
}

.sprite.sprite-131 {
	background-position: -410px -429px;
	width: 125px;
	height: 75px
}

.sprite.sprite-133 {
	background-position: -545px -429px;
	width: 125px;
	height: 75px
}

.sprite.sprite-134 {
	background-position: -5px -514px;
	width: 125px;
	height: 75px
}

.sprite.sprite-135 {
	background-position: -140px -514px;
	width: 125px;
	height: 75px
}

.sprite.sprite-136 {
	background-position: -275px -514px;
	width: 125px;
	height: 75px
}

.sprite.sprite-137 {
	background-position: -410px -514px;
	width: 125px;
	height: 75px
}

.sprite.sprite-138 {
	background-position: -545px -514px;
	width: 125px;
	height: 75px
}

.sprite.sprite-14 {
	background-position: -5px -599px;
	width: 125px;
	height: 75px
}

.sprite.sprite-140 {
	background-position: -140px -599px;
	width: 125px;
	height: 75px
}

.sprite.sprite-16 {
	background-position: -275px -599px;
	width: 125px;
	height: 75px
}

.sprite.sprite-17 {
	background-position: -410px -599px;
	width: 125px;
	height: 74px
}

.sprite.sprite-18 {
	background-position: -545px -599px;
	width: 125px;
	height: 75px
}

.sprite.sprite-19 {
	background-position: -680px -5px;
	width: 125px;
	height: 75px
}

.sprite.sprite-2 {
	background-position: -680px -90px;
	width: 125px;
	height: 75px
}

.sprite.sprite-4 {
	background-position: -679px -175px;
	width: 125px;
	height: 75px
}

.sprite.sprite-6 {
	background-position: -680px -260px;
	width: 125px;
	height: 75px
}

.sprite.sprite-60 {
	background-position: -680px -345px;
	width: 125px;
	height: 75px
}

.sprite.sprite-61 {
	background-position: -680px -430px;
	width: 125px;
	height: 75px
}

.sprite.sprite-62 {
	background-position: -680px -515px;
	width: 125px;
	height: 75px
}

.sprite.sprite-64 {
	background-position: -680px -600px;
	width: 125px;
	height: 75px
}

.sprite.sprite-65 {
	background-position: -5px -685px;
	width: 125px;
	height: 75px
}

.sprite.sprite-66 {
	background-position: -140px -685px;
	width: 125px;
	height: 75px
}

.sprite.sprite-67 {
	background-position: -275px -685px;
	width: 125px;
	height: 75px
}

.sprite.sprite-7 {
	background-position: -410px -685px;
	width: 125px;
	height: 75px
}

.sprite.sprite-9 {
	background-position: -545px -685px;
	width: 125px;
	height: 75px
}

.sprite-round {
	background-image: url("");
	display: inline-block
}

@media(max-width:991px) {
	.sprite-round {
		margin: 0 15px 0 15px
	}
}

@media(min-width:992px) {
	.sprite-round {
		margin: 0 30px -32px 30px
	}
}

.sprite-round.sprite-1 {
	background-position: -5px -5px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-103 {
	background-position: -144px -5px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-104 {
	background-position: -283px -5px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-105 {
	background-position: -422px -5px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-106 {
	background-position: -561px -5px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-107 {
	background-position: -700px -5px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-108 {
	background-position: -839px -5px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-109 {
	background-position: -5px -144px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-111 {
	background-position: -144px -144px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-112 {
	background-position: -283px -144px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-113 {
	background-position: -422px -144px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-114 {
	background-position: -561px -144px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-115 {
	background-position: -700px -144px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-116 {
	background-position: -839px -144px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-117 {
	background-position: -5px -283px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-118 {
	background-position: -144px -283px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-120 {
	background-position: -283px -283px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-121 {
	background-position: -422px -283px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-123 {
	background-position: -561px -283px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-124 {
	background-position: -700px -283px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-125 {
	background-position: -839px -283px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-13 {
	background-position: -5px -422px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-130 {
	background-position: -144px -422px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-131 {
	background-position: -283px -422px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-133 {
	background-position: -422px -422px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-134 {
	background-position: -561px -422px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-135 {
	background-position: -700px -422px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-136 {
	background-position: -839px -422px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-137 {
	background-position: -5px -561px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-138 {
	background-position: -144px -561px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-14 {
	background-position: -283px -561px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-140 {
	background-position: -422px -561px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-15 {
	background-position: -561px -561px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-16 {
	background-position: -700px -561px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-17 {
	background-position: -839px -561px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-18 {
	background-position: -5px -700px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-19 {
	background-position: -144px -700px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-2 {
	background-position: -283px -700px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-4 {
	background-position: -422px -700px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-6 {
	background-position: -561px -700px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-60 {
	background-position: -700px -700px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-61 {
	background-position: -839px -700px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-62 {
	background-position: -5px -839px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-64 {
	background-position: -144px -839px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-65 {
	background-position: -283px -839px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-66 {
	background-position: -422px -839px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-67 {
	background-position: -561px -839px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-7 {
	background-position: -700px -839px;
	width: 129px;
	height: 129px
}

.sprite-round.sprite-9 {
	background-position: -839px -839px;
	width: 129px;
	height: 129px
}

.bulk-upload-sprite {
	background-image: url("");
	background-repeat: no-repeat;
	display: block
}

.bulk-upload-sprite.bulk-upload-sprite-bulk_amazon {
	background-position: -30px -30px;
	width: 231px;
	height: 113px
}

.bulk-upload-sprite.bulk-upload-sprite-bulk_csv {
	background-position: -30px -203px;
	width: 231px;
	height: 113px
}

.bulk-upload-sprite.bulk-upload-sprite-bulk_ebay {
	background-position: -30px -376px;
	width: 231px;
	height: 113px
}

.bulk-upload-sprite.bulk-upload-sprite-bulk_magento {
	background-position: -321px -30px;
	width: 231px;
	height: 113px
}

.bulk-upload-sprite.bulk-upload-sprite-bulk_prestashop {
	background-position: -321px -203px;
	width: 231px;
	height: 113px
}

.bulk-upload-sprite.bulk-upload-sprite-bulk_shopify {
	background-position: -321px -376px;
	width: 231px;
	height: 113px
}

.sprite-xs {
	background-image: url("");
	background-repeat: no-repeat;
	display: block
}

.sprite-xs.sprite-xs-bulk_amazon {
	background-position: -5px -5px;
	width: 92px;
	height: 45px
}

.sprite-xs.sprite-xs-bulk_csv {
	background-position: -5px -60px;
	width: 92px;
	height: 45px
}

.sprite-xs.sprite-xs-bulk_ebay {
	background-position: -5px -115px;
	width: 92px;
	height: 45px
}

.sprite-xs.sprite-xs-bulk_magento {
	background-position: -107px -5px;
	width: 92px;
	height: 45px
}

.sprite-xs.sprite-xs-bulk_prestashop {
	background-position: -107px -60px;
	width: 92px;
	height: 45px
}

.sprite-xs.sprite-xs-bulk_shopify {
	background-position: -107px -115px;
	width: 92px;
	height: 45px
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.animated.infinite {
	animation-iteration-count: infinite
}

.animated.hinge {
	animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	animation-duration: .75s
}

@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom
}

@keyframes flash {
	from,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	animation-name: flash
}

@keyframes pulse {
	from {
		transform: scale3d(1, 1, 1)
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	animation-name: pulse
}

@keyframes rubberBand {
	from {
		transform: scale3d(1, 1, 1)
	}
	30% {
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		transform: scale3d(1.05, .95, 1)
	}
	to {
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	animation-name: rubberBand
}

@keyframes shake {
	from,
	to {
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	animation-name: shake
}

@keyframes headShake {
	0% {
		transform: translateX(0)
	}
	6.5% {
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		transform: translateX(0)
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake
}

@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing
}

@keyframes tada {
	from {
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	to {
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	animation-name: tada
}

@keyframes wobble {
	from {
		transform: none
	}
	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	to {
		transform: none
	}
}

.wobble {
	animation-name: wobble
}

@keyframes jello {
	from,
	11.1%,
	to {
		transform: none
	}
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	animation-name: jello;
	transform-origin: center
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	animation-name: bounceIn
}

@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}
	75% {
		transform: translate3d(0, -10px, 0)
	}
	90% {
		transform: translate3d(0, 5px, 0)
	}
	to {
		transform: none
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}
	75% {
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		transform: translate3d(5px, 0, 0)
	}
	to {
		transform: none
	}
}

.bounceInLeft {
	animation-name: bounceInLeft
}

@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		transform: translate3d(10px, 0, 0)
	}
	90% {
		transform: translate3d(-5px, 0, 0)
	}
	to {
		transform: none
	}
}

.bounceInRight {
	animation-name: bounceInRight
}

@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}
	75% {
		transform: translate3d(0, 10px, 0)
	}
	90% {
		transform: translate3d(0, -5px, 0)
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	animation-name: bounceInUp
}

@keyframes bounceOut {
	20% {
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	animation-name: bounceOut
}

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	animation-name: bounceOutRight
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	animation-name: bounceOutUp
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDown {
	animation-name: fadeInDown
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRight {
	animation-name: fadeInRight
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig
}

@keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig
}

@keyframes flip {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		animation-timing-function: ease-out
	}
	40% {
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		animation-timing-function: ease-out
	}
	50% {
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		animation-timing-function: ease-in
	}
	80% {
		transform: perspective(400px) scale3d(.95, .95, .95);
		animation-timing-function: ease-in
	}
	to {
		transform: perspective(400px);
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip
}

@keyframes flipInX {
	from {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in
	}
	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInX
}

@keyframes flipInY {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		animation-timing-function: ease-in
	}
	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInY
}

@keyframes flipOutX {
	from {
		transform: perspective(400px)
	}
	30% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@keyframes flipOutY {
	from {
		transform: perspective(400px)
	}
	30% {
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipOutY
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}
	to {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		transform-origin: center;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	animation-name: rotateIn
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight
}

@keyframes rotateOut {
	from {
		transform-origin: center;
		opacity: 1
	}
	to {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
	from {
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
	from {
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
	from {
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
	from {
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight
}

@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		transform: rotate3d(0, 0, 1, 80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		transform: rotate3d(0, 0, 1, 60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	animation-name: hinge
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		transform: scale(.1) rotate(30deg);
		transform-origin: center bottom
	}
	50% {
		transform: rotate(-10deg)
	}
	70% {
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		transform: scale(1)
	}
}

.jackInTheBox {
	animation-name: jackInTheBox
}

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.rollIn {
	animation-name: rollIn
}

@keyframes rollOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	animation-name: rollOut
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	animation-name: zoomIn
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	animation-name: zoomInDown
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	animation-name: zoomInLeft
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	animation-name: zoomInRight
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	animation-name: zoomInUp
}

@keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

.zoomOut {
	animation-name: zoomOut
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		transform: scale(.1) translate3d(-2000px, 0, 0);
		transform-origin: left center
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		transform: scale(.1) translate3d(2000px, 0, 0);
		transform-origin: right center
	}
}

.zoomOutRight {
	animation-name: zoomOutRight
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	animation-name: zoomOutUp
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	animation-name: slideInDown
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	animation-name: slideInLeft
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	animation-name: slideInRight
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	animation-name: slideInUp
}

@keyframes slideOutDown {
	from {
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	animation-name: slideOutDown
}

@keyframes slideOutLeft {
	from {
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	animation-name: slideOutLeft
}

@keyframes slideOutRight {
	from {
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	animation-name: slideOutRight
}

@keyframes slideOutUp {
	from {
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	animation-name: slideOutUp
}

#customer-survey {
	color: #dc0032;
	text-align: center
}

#customer-survey.banner .h1,
#customer-survey.banner .h3 {
	margin: 0
}

#customer-survey.banner .h1 {
	font-size: 22px
}

#customer-survey.banner .h3 {
	font-size: 16px
}

#customer-survey.banner.bordered {
	border: 2px solid #dc0032;
	margin: 2.5rem 1rem;
	padding: 1rem 0
}

#customer-survey.banner .banner-section {
	margin: .25rem .5rem;
	display: inline-block;
	vertical-align: middle
}

#customer-survey.banner .banner-section-fullwidth {
	width: 100%
}

@media(min-width:768px) {
	#customer-survey.banner .h1 {
		font-size: 28px
	}
	#customer-survey.banner .h3 {
		font-size: 20px
	}
}

@media(min-width:992px) {
	#customer-survey.banner .banner-section,
	#customer-survey.banner .banner-section-fullwidth {
		width: auto
	}
}

@font-face {
	font-family: "Pluto Sans Regular";
	src: url("")
}

@font-face {
	font-family: "Pluto Sans Light";
	src: url("")
}

@font-face {
	font-family: "Pluto Sans Extra Light";
	src: url("")
}

@font-face {
	font-family: "Pluto Sans Thin";
	src: url("")
}

.font-light {
	font-family: "Pluto Sans Light";
	color: #cac4be
}

.font-regular {
	font-family: "Pluto Sans Regular";
	color: #009adf
}

h1 {
	font: 'Pluto Sans Regular';
	font-size: 19px;
	line-height: 28px;
	color: #dc0032;
	text-transform: Uppercase
}

h2 {
	font-family: myFirstFont;
    src: url(welcome/PlutoSansDPDLight-Web.woff);
	font-size: 18px;
	line-height: 28px;
	color: #dc0032
}

h3 {
	font-family: myFirstFont;
    src: url(welcome/PlutoSansDPDLight-Web.woff);
	font-size: 16px;
	line-height: 28px;
	color: #dc0032
}

h4 {
	font-family: 'Pluto Sans Light';
	font-size: 16px;
	line-height: 28px;
	color: #dc0032
}

h5 {
	font-family: 'Pluto Sans Regular';
	font-size: 15px;
	line-height: 20px;
	color: #dc0032
}

body {
	font-family: 'Pluto Sans Regular';
	font-size: 15px;
	line-height: 24px;
	color: #333f48
}

a {
	font-family: 'Pluto Sans Regular';
	color: #dc0032
}

.integration-content {}

.integration-content .intergration-image {
	background-repeat: no-repeat;
	background-position: right 35px;
	min-height: 450px
}

.integration-content .intergration-image .intergration-copy {
	background-image: url("")
}

@media(max-width:991px) {
	.integration-content .intergration-image {
		background-image: none!important
	}
}

body,
.strike-through span {
	background-color: #fff
}

@media(max-width:991px) {
	.navbar {
		font-size: 12px
	}
}

.header {
	background-color: #fff
}

@media(min-width:768px) and (max-width:991px) {
	.header .navbar-collapse .navbar-nav.navbar-right {
		width: auto
	}
	.header div.navbar-header {
		float: left;
		margin-bottom: 0
	}
	.header ul.nav.navbar-nav.navbar-left {
		margin-top: -30px;
		margin-left: 45px
	}
	.header .navbar-brand img {
		margin-top: 10px
	}
}

.header.navbar {
	min-height: 85px
}

.header.navbar .navbar-brand img {
	max-height: 63px
}

@media(max-width:480px) {
	.header.navbar .navbar-brand img {
		width: auto
	}
}

@media(max-width:767px) {
	.header.navbar .dropdown .dropdown-menu a {
		text-indent: 15px
	}
	.header.navbar .dropdown .dropdown .dropdown-menu a {
		text-indent: 30px
	}
	.header.navbar .dropdown .dropdown .dropdown .dropdown-menu a {
		text-indent: 45px
	}
}

@media(min-width:768px) {
	.header.navbar .navbar-collapse .dropdown {}
	.header.navbar .navbar-collapse .dropdown:hover>.dropdown-menu,
	.header.navbar .navbar-collapse .dropdown.open>.dropdown-menu {
		display: block;
		background-color: #f1f2f2
	}
	.header.navbar .navbar-collapse .dropdown:hover>.dropdown-menu .dropdown-menu,
	.header.navbar .navbar-collapse .dropdown.open>.dropdown-menu .dropdown-menu {
		margin-top: -50px;
		margin-left: 120px;
		border: 1px solid #fff
	}
	.header.navbar .navbar-collapse .dropdown:hover .dropdown-toggle,
	.header.navbar .navbar-collapse .dropdown.open .dropdown-toggle {
		background-color: #f1f2f2!important
	}
	.header.navbar .navbar-collapse ul li a {
		font-size: 16px;
		font-family: "Pluto Sans Light";
		padding: 5px 15px
	}
	.header.navbar .navbar-collapse ul li a:hover {
		background-color: #fff;
		color: #f60
	}
}

@media(min-width:768px) {
	.header .dropdown-menu {
		top: 81px;
		background-color: #f1f2f2;
		box-shadow: none;
		border: none
	}
}

ul.nav.navbar-my-account .myaccount-bulk-menu {
	width: 225px
}

.postcode-input {
	background-color: #fff
}

.footer>.container {}

.footer>.container a {
	display: block
}

.footer>.container a:hover {
	color: #dc0032
}

@media(min-width:480px) and (max-width:991px) {
	.footer-legal {
		float: right
	}
}

.container.header-divider {
	padding: 0;
	width: 100%
}

.btn {
	border-radius: 0
}

.btn.btn-wide {
	padding-left: 25px!important
}

.btn.quote-btn-plus:hover {
	color: #fff
}

html .well .btn-order-process-on-page-task {
	color: #dc0032;
	background-color: transparent;
	border-color: #dc0032
}

html .well .btn-order-process-on-page-task:hover,
html .well .btn-order-process-on-page-task:focus,
html .well .btn-order-process-on-page-task:active,
html .well .btn-order-process-on-page-task.active,
.open .dropdown-togglehtml .well .btn-order-process-on-page-task {
	color: #dc0032;
	background-color: rgba(0, 0, 0, 0);
	border-color: #9f0024
}

html .well .btn-order-process-on-page-task:active,
html .well .btn-order-process-on-page-task.active,
.open .dropdown-togglehtml .well .btn-order-process-on-page-task {
	background-image: none
}

html .well .btn-order-process-on-page-task.disabled,
html .well .btn-order-process-on-page-task[disabled],
fieldset[disabled] html .well .btn-order-process-on-page-task,
html .well .btn-order-process-on-page-task.disabled:hover,
html .well .btn-order-process-on-page-task[disabled]:hover,
fieldset[disabled] html .well .btn-order-process-on-page-task:hover,
html .well .btn-order-process-on-page-task.disabled:focus,
html .well .btn-order-process-on-page-task[disabled]:focus,
fieldset[disabled] html .well .btn-order-process-on-page-task:focus,
html .well .btn-order-process-on-page-task.disabled:active,
html .well .btn-order-process-on-page-task[disabled]:active,
fieldset[disabled] html .well .btn-order-process-on-page-task:active,
html .well .btn-order-process-on-page-task.disabled.active,
html .well .btn-order-process-on-page-task[disabled].active,
fieldset[disabled] html .well .btn-order-process-on-page-task.active {
	background-color: transparent;
	border-color: #dc0032
}

html .well .btn-order-process-on-page-task .badge {
	color: transparent;
	background-color: #dc0032
}

.form-control {
	border-radius: 0
}

.input-group-addon {
	border-radius: 0
}

@media(max-width:991px) {
	.btn-block {
		display: inline-block!important
	}
}

@media(min-width:768px) {
	.header.navbar .navbar-collapse ul li a.btn {
		margin: 10px 0 10px -1px;
		padding: 6px 10px
	}
}

@media(max-width:767px) {
	.quick-quote-form {
		padding: 4px 4px 4px 4px
	}
	#deliverypostcode::-moz-placeholder {
		font-size: 12px;
		opacity: 1
	}
	#deliverypostcode:-ms-input-placeholder {
		font-size: 12px
	}
	#deliverypostcode::-webkit-input-placeholder {
		font-size: 12px
	}
	#collectionpostcode::-moz-placeholder {
		font-size: 12px;
		opacity: 1
	}
	#collectionpostcode:-ms-input-placeholder {
		font-size: 12px
	}
	#collectionpostcode::-webkit-input-placeholder {
		font-size: 12px
	}
}

@media(max-width:991px) {
	input[type='text'],
	input[type='number'],
	select,
	textarea,
	html .form-control {
		font-size: 12px!important;
		line-height: 14px!important
	}
}

.quick-quote-form {
	color: #fff
}

div#quick-quote h2 {
	text-transform: none;
	color: #fff!important;
	font-weight: lighter;
	text-align: left
}

.quote-list {
	list-style: none;
	margin: 10px;
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
	padding-left: 10px
}

.quote-list li {
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	background: url("bullet-icon.png") no-repeat left
}

.quote-list li:last-child {
	padding-bottom: 0
}

.unstyled-li {
	list-style-type: none;
	list-style-image: none;
	background: none!important;
	margin-left: -10px
}

@media(min-width:768px) {
	.quick-quote-options {
		margin-bottom: 40px
	}
}

.order-process-unstyled-list {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 20px;
	font-size: 14px;
	line-height: 22px
}

.order-process-unstyled-list li {
	margin-bottom: 5px
}

.order-process-section {
	margin-bottom: 20px
}

.order-process-section .order-process-section-header {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 20px;
	font-weight: normal;
	font-size: 22px
}

.order-process-section .order-process-section-well {
	padding: 15px
}

.order-process-section>.well {
	margin-bottom: 0
}

.order-process-section.order-process-section-message {
	background-color: #fcfcfc;
	border-color: #dc0032
}

.order-process-section .well.well-alternate {
	background-color: #e6e7e8;
	border-color: #cac4be;
	color: #dc0032
}

.order-process-section input.input-validation-error {
	color: #fff
}

.order-process-section input.input-validation-error::placeholder {
	color: #fff
}

html #basket-wrapper .basket-item {
	background-color: #cac4be
}

.well-side-info {
	line-height: 12px
}

#order-process-complete-wrapper .order-process-section,
#order-process-complete-wrapper .order-process-section-header {
	background-color: none;
	border: none
}

.tracking-list {
	padding-left: 0;
	padding-top: 14px
}

#basket-wrapper div.basket-item .alert {
	margin-bottom: 0
}

#basket-wrapper div.basket-item-spacer {
	height: 0
}

.badge {
	padding: 2px 3px;
	font-size: 8px;
	background-color: red
}

.active-stage {
	background-color: #dc0032
}

#servicePanel {
	padding: 0;
	background-color: transparent;
	border-color: transparent
}

#servicePanel .well {
	background-color: #fff
}

#servicePanel .service-pane-total .nav.nav-tabs {
	margin: 0
}

#servicePanel .well.well-extend.well-md {
	margin: 0
}

#servicePanel #serviceCostPanel {
	padding: 20px
}

#servicePanel .serviceDescriptionPanel #ServiceName {
	padding: 20px;
	background-color: #dc0032;
	color: #fff;
	margin-bottom: -20px
}

#servicePanel .serviceDescriptionPanel .service-pane {
	border: 1px solid #808285;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px
}

#servicePanel .serviceDescriptionPanel img.hidden-xs.gutter-bottom-md {
	height: 30px;
	width: auto;
	margin: 20px 10px 0 20px
}

#servicePanel .service-pane-total {
	border: 1px solid #808285
}

#servicePanel .service-pane-total .nav.nav-tabs {
	margin: -1px
}

#servicePanel .service-pane-total .nav.nav-tabs li,
#servicePanel .service-pane-total .nav.nav-tabs li:hover {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #808285
}

#servicePanel .service-pane-total .nav.nav-tabs li a,
#servicePanel .service-pane-total .nav.nav-tabs li:hover a {
	background-color: #fff
}

#servicePanel .service-pane-total .nav.nav-tabs li.active,
#servicePanel .service-pane-total .nav.nav-tabs li:hover.active {
	border-top: 1px solid #808285;
	border-right: 1px solid #808285;
	border-left: 1px solid #808285;
	border-bottom: 1px solid #fff
}

#servicePanel .service-pane-total .nav.nav-tabs li.active a,
#servicePanel .service-pane-total .nav.nav-tabs li:hover.active a {
	background-color: #fff;
	color: #dc0032
}

.dpd-left-widget {
	background-color: #a90034;
	min-height: 220px;
	padding-top: 20px;
	padding-left: 10px
}

@media(min-width:768px) {
	.dpd-left-widget {
		min-height: 250px
	}
}

.dpd-left-widget p {
	margin-top: 0;
	font-family: 'Pluto Sans Light', Arial, Helvetica, sans-serif;
	color: #fff
}

.dpd-left-widget.dpd-home-widget-alt {
	background-color: #a90034
}

.dpd-left-widget .widget-content {
	padding: 15px 15px 30px 15px
}

.dpd-center-widget {
	background-color: #dc0032;
	min-height: 220px;
	padding-top: 20px;
	padding-left: 10px
}

@media(min-width:768px) {
	.dpd-center-widget {
		min-height: 250px
	}
}

.dpd-center-widget p {
	margin-top: 0;
	font-family: 'Pluto Sans Light', Arial, Helvetica, sans-serif;
	color: #fff
}

.dpd-center-widget.dpd-home-widget-alt {
	background-color: #dc0032
}

.dpd-center-widget .widget-content {
	padding: 15px 15px 30px 15px
}

.dpd-right-widget {
	background-color: #e9e9e9;
	min-height: 220px;
	padding-top: 20px;
	padding-left: 10px
}

@media(min-width:768px) {
	.dpd-right-widget {
		min-height: 250px
	}
}

.dpd-right-widget p {
	margin-top: 0;
	font-family: 'Pluto Sans Regular', Arial, Helvetica, sans-serif;
	color: #444
}

.dpd-right-widget h2 {
	color: #414042!important
}

.dpd-right-widget.dpd-home-widget-alt {
	background-color: #e9e9e9
}

.dpd-right-widget .widget-content {
	padding: 15px 15px 30px 15px
}

.widget-title {
	font-size: 20px
}

.widget-text {
	font-size: 16px
}

.widget-img {
	float: right;
	padding-right: 0
}

.international-page-container {
	padding-right: 17px
}

.international-page-container p {
	margin-bottom: 20px
}

.international-header-text {
	font-size: 22px;
	margin: 20px 0;
	font-weight: 600
}

.international-sub-header-text {
	font-size: 16px;
	color: #dc0032;
	margin-bottom: 20px
}

.international-row-widget {
	margin-bottom: 20px;
	padding: 15px;
	color: #fff;
	font-family: 'Pluto Sans Light'
}

.international-row-widget h3 {
	color: #fff;
	margin: 10px 0 10px 0;
	font-family: 'Pluto Sans Light';
	font-size: 20px
}

.international-row-widget .price-text {
	text-align: right;
	color: #fff;
	margin: 20px 0 5px 0;
	font-family: 'Pluto Sans Light';
	font-size: 18px
}

.international-top-row {
	background-color: #dc0032
}

.international-middle-row {
	background-color: #e9e9e9;
	color: #444
}

.international-middle-row h3 {
	color: #444
}

.international-middle-row .price-text {
	color: #444
}

.international-bottom-row {
	background-color: #a90034
}

.collection-dropoff {
	padding-top: 20px
}

.europe-international {
	min-height: 100%!important
}

.europe-international img {
	float: right;
	padding: 10px 20px 0 0
}

.highlight {
	color: #dc0032
}

.products-services-widget {
	margin-bottom: 20px;
	padding: 15px;
	color: #fff;
	font-family: 'Pluto Sans Light';
	background-color: #dc0032;
	min-height: 362px;
	overflow: hidden
}

.products-services-widget .widget-header-text {
	color: #fff;
	padding: 10px 0;
	font-family: 'Pluto Sans Regular';
	font-size: 20px
}

.pickup-widget {
	background-color: #a90034
}

a.btn.more-info-btn {
	margin-left: 5px
}

.delivery-widget {
	background-color: #e9e9e9;
	color: #414042;
	font-family: 'Pluto Sans Regular'
}

.delivery-widget img {
	padding: 20px 20px 0 0;
	float: right
}

.shipnow {
	margin-top: -50px
}

.ship-button {
	background-color: #a90034;
	border: none;
	min-width: 100%;
	min-height: 40px;
	color: #fff;
	font-family: 'Pluto Sans Light';
	font-size: 17px
}

.delivery-title-text {
	margin: 10px 0 10px 0;
	font-size: 20px
}

.no-margin {
	margin: 0
}

.drop-off-container {
	background-position: right top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 310px;
	height: 100%;
	min-width: 100%;
	width: 100%;
	z-index: -1;
	overflow: hidden;
	padding-top: 25px;
	padding-left: 25px
}

.more-info-btn,
.drop-off-button {
	padding-left: 10px;
	padding-right: 10px;
	color: #e6e7e8;
	background-color: #272728
}

.more-info-btn:active,
.more-info-btn:hover,
.drop-off-button:active,
.drop-off-button:hover {
	color: #e6e7e8;
	background-color: #5a595c
}

.bulk-orders-container {
	font-family: 'Pluto Sans Light';
	background-color: #a90034!important;
	color: #fff;
	min-height: 300px
}

.bulk-orders-container button {
	background-color: #dc0032;
	border: none
}

@media(max-width:480px) {
	.drop-off-controls {
		margin-top: 40px!important
	}
	.drop-off-container {
		background: #e6e7e8
	}
	.text-inner {
		font-size: 16px!important
	}
	.header-divider {
		padding: 0
	}
	.delivery-widget .shipnow,
	.europe-international .shipnow {
		margin-top: 0
	}
}

@media(min-width:480px) and (max-width:991px) {
	.bulk-orders-container .bulk-orders-img {
		min-width: 100%;
		padding-top: 30px
	}
	.bulk-orders-container button {
		min-width: 100%;
		min-height: 40px;
		margin-bottom: 15px
	}
	.drop-off-controls {
		margin-top: 86px
	}
	.drop-off-container {
		background: #e6e7e8
	}
	.delivery-widget .shipnow,
	.europe-international .shipnow {
		margin-top: 0
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.bulk-orders-container .bulk-orders-img {
		padding-top: 35px;
		min-width: 100%
	}
	.bulk-orders-container button {
		min-width: 300px;
		min-height: 40px
	}
	.drop-off-controls {
		margin-top: 86px
	}
	.drop-off-container {
		background: url("");
		background-size: cover
	}
	.shipnow {
		margin-top: -50px
	}
}

@media(min-width:992px) and (max-width:1200px) {
	.bulk-orders-container .widget-text {
		padding-bottom: 10px
	}
	.bulk-orders-container .bulk-orders-img {
		max-height: 270px
	}
	.bulk-orders-container button {
		min-width: 300px;
		min-height: 40px
	}
	.drop-off-controls {
		margin-top: 86px
	}
	.drop-off-container {
		background: url("");
		background-size: cover
	}
	.container.header-divider {
		width: 100%;
		max-width: 1140px;
		padding: 0
	}
}

@media(min-width:1200px) {
	.container.header-divider {
		width: 100%;
		max-width: 1340px;
		padding: 0
	}
	.navbar-collapse {
		max-width: 1155px;
		margin-left: auto;
		margin-right: auto
	}
	.drop-off-controls {
		margin-top: 70px
	}
	.bulk-orders-container .widget-text {
		padding-bottom: 20px
	}
	.bulk-orders-container .bulk-orders-img {
		max-height: 270px
	}
	.bulk-orders-container button {
		color: #414042;
		background-color: #fff;
		min-width: 122px;
		min-height: 23px;
		padding: 6px 10px 6px 10px
	}
	.widget-img {
		padding-right: 10px
	}
	.drop-off-container {
		background: url("");
		background-size: cover
	}
}

.anchor--stickyBottom {
	position: absolute;
	bottom: 1.25em
}

.anchor--deeplink {
	background-image: url("")
}

.anchor--icon {
	background-position: left 50%;
	background-size: 15px 15px;
	padding-left: 1.25em;
	background-repeat: no-repeat
}

.cookie-message {
	color: #fff;
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: .5em 0;
	background: #222;
	background: rgba(34, 34, 34, .8);
	z-index: 50
}

.anchor--close {
	background-image: url("")
}

html .quote-result-service .quote-result-service-details {
	font-size: 12px;
	line-height: 16px;
	padding: 0 10px;
	height: auto
}

html .quote-result-service .quote-result-service-delivery-time {
	font-size: 12px;
	line-height: 16px;
	padding: 0 10px
}

.hero-unit {
	margin-top: 10px
}

.hero-unit h1 {
	line-height: 55px;
	color: #fff
}

.carousel.fade {
	opacity: 1
}

.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	left: 0!important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block!important;
	z-index: 1
}

.carousel.fade .item:first-child {
	top: auto;
	position: relative
}

.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index: 2
}

.carousel.fade .carousel-inner>.item>img {
	margin: 0 auto
}

.band {
	min-height: 40px;
	background-color: #e6e7e8;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1340px
}

@media(max-width:767px) {
	.grey-box {
		margin-top: 0!important
	}
}

@media(min-width:768px) {
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

.headline p {
	margin-top: 15px;
	padding: 7.5px!important;
	text-align: justify
}

.no-underline {
	text-decoration: none!important
}

.service-box {
	background: url("") no-repeat bottom 25px right 25px;
	min-height: 200px;
	padding: 25px;
	height: 100%;
	word-wrap: break-word
}

.service-box p {
	font-size: .8em
}

.service-box h2 {
	font-size: 1em
}

.dark-blue-box {
	background-color: #a90034!important
}

.dark-blue-box p,
.dark-blue-box h2,
.dark-blue-box h1 {
	color: #e6e7e8!important
}

.dark-blue-box:hover,
.dark-blue-box:active {
	background-color: #dc0044!important
}

.blue-box {
	background-color: #dc0032
}

.blue-box p,
.blue-box h2,
.blue-box h1 {
	color: #e6e7e8!important
}

.blue-box:hover,
.blue-box:active {
	background-color: #ff1046
}

.grey-box {
	background: url("") no-repeat bottom 25px right 25px;
	margin-top: 15px;
	background-color: #c9c9c9
}

.grey-box p,
.grey-box h2,
.grey-box h1 {
	color: #414042!important
}

.grey-box:hover,
.grey-box:active {
	background-color: #e3e3e3
}

.text-large {
	font-size: 1em!important
}

.red-alert {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.country-content .header {
	margin-top: 25px;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background-color: #dc0032
}

.country-quick-quote {
	background-image: url("");
	background-size: cover;
	color: #fff;
	padding: 40px
}

.country-quick-quote>.container>.row>div:first-of-type {
	padding: 40px
}

.country-quick-quote>.container>.row>div:last-of-type {
	background-color: #dc0032;
	padding-top: 15px
}

.country-quick-quote>.container>.row>div:last-of-type h2 {
	margin-right: 15px;
	color: #fff
}

.country-quick-quote.france {
	background-image: url("")
}

.country-quick-quote.germany {
	background-image: url("")
}

.country-quick-quote.italy {
	background-image: url("")
}

.country-quick-quote.netherlands {
	background-image: url("")
}

.country-quick-quote.poland {
	background-image: url("")
}

.country-quick-quote.spain-mainland-only,
.country-quick-quote.spain {
	background-image: url("")
}

.country-quick-quote.usa {
	background-image: url("")
}

.country-quick-quote.uk {
	background-image: url("")
}

.country-quick-quote>.container {
	background-color: rgba(0, 0, 0, .6)
}

.hero-unit .carousel.fade .item {
	height: 480px
}

#pre-pay-wrapper label.h3 {
	margin-top: 3px
}

.dropdown-toggle {
	padding: 3px
}

.dropdown-toggle .caret {
	margin-left: 0
}

.dropdown-toggle:hover {
	background-color: #cac4be;
	cursor: pointer
}

#currency-selector {
	height: 29px;
	color: #414042;
	width: 45px;
	padding: 5px;
	border: none
}

.prepay-menu {
	padding-top: 5px;
	padding-bottom: 5px
}

.prepay-menu.active {
	background-color: #666
}

.prepay-menu li.navbar-li-active {
	background-color: #666
}

.prepay-menu .currency-selector-item {
	padding: 5px;
	padding-right: 15px
}

.order-item .panel.panel-order-info.order-active a {
	color: #fff
}

.order-item .panel.panel-order-info.order-active .claim-details {
	background-color: #dc0032;
	color: #fff
}

.order-item .panel.panel-order-info .panel-heading {
	color: #fff;
	background-color: #dc0032;
	border-color: #dc0032
}

div#drop-off-search-bar button.btn-success {
	background-color: #a90034
}

#new-help-centre-navbar .row {
	display: none
}

#new-help-centre-navbar h1 {
	color: #444
}

#help-centre-quick-links img {
	margin-top: 15px
}

@media(max-width:767px) {
	#help-centre-quick-links img {
		width: 40px;
		margin-bottom: 10px
	}
}

#help-centre-quick-links h2 {
	color: #444
}

#help-centre-browse {
	background-color: #e6e7e8;
	padding-bottom: 50px;
	padding-top: 15px
}

#help-centre-browse #categories,
#help-centre-browse #questions {
	background-color: #fff;
	border: 1px solid #e6e7e8;
	box-shadow: 3px 3px #e6e7e8;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 20px
}

#help-centre-browse #questions .row .col-sm-2 {
	display: none
}

#help-centre-browse #question-links {
	padding-top: 10px
}

#help-centre-browse #question-links a {
	font-size: 15px;
	line-height: 25px
}

#help-centre-browse #categories {
	padding-top: 25px
}

#help-centre-browse #categories a {
	font-size: 15.5px
}

#help-centre-browse #categories a.active {
	text-decoration: underline;
	color: #dc0032;
	font-weight: bold
}

#help-centre-browse #categories a:hover {
	text-decoration: underline;
	color: #dc0032;
	font-weight: bold
}

#help-centre-browse #categories-mobile label {
	color: #444
}

#help-centre-browse #questions img {
	padding-top: 15px
}

#help-centre-browse .link-active {
	text-decoration: underline;
	color: #dc0032;
	font-weight: bold
}

#help-centre-browse h2 {
	color: #444
}