/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-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'] {
	-webkit-box-sizing: border-box;
	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;
	-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: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	:after,
	:before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !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^='#']:after,
	a[href^='javascript:']:after {
		content: '';
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd !important;
	}
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	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;
}
[role='button'] {
	cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
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,
.h5,
.h6,
h4,
h5,
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: 36px;
}
.h2,
h2 {
	font-size: 30px;
}
.h3,
h3 {
	font-size: 24px;
}
.h4,
h4 {
	font-size: 18px;
}
.h5,
h5 {
	font-size: 14px;
}
.h6,
h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}
.small,
small {
	font-size: 85%;
}
.mark,
mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777;
}
.text-primary {
	color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
	color: #286090;
}
.text-success {
	color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #286090;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
	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-right: 5px;
	padding-left: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dd,
dt {
	line-height: 1.42857143;
}
dt {
	font-weight: 700;
}
dd {
	margin-left: 0;
}
@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}
abbr[data-original-title],
abbr[title] {
	cursor: help;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: '';
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: '\00A0 \2014';
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.row-no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row-no-gutters [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 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: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
input[type='search'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type='checkbox'],
input[type='radio'] {
	margin: 4px 0 0;
	line-height: normal;
}
fieldset[disabled] input[type='checkbox'],
fieldset[disabled] input[type='radio'],
input[type='checkbox'].disabled,
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='radio'][disabled] {
	cursor: not-allowed;
}
input[type='file'] {
	display: block;
}
input[type='range'] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type='checkbox']:focus,
input[type='file']:focus,
input[type='radio']:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
		box-shadow ease-in-out 0.15s;
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type='date'].form-control,
	input[type='datetime-local'].form-control,
	input[type='month'].form-control,
	input[type='time'].form-control {
		line-height: 34px;
	}
	.input-group-sm input[type='date'],
	.input-group-sm input[type='datetime-local'],
	.input-group-sm input[type='month'],
	.input-group-sm input[type='time'],
	input[type='date'].input-sm,
	input[type='datetime-local'].input-sm,
	input[type='month'].input-sm,
	input[type='time'].input-sm {
		line-height: 30px;
	}
	.input-group-lg input[type='date'],
	.input-group-lg input[type='datetime-local'],
	.input-group-lg input[type='month'],
	.input-group-lg input[type='time'],
	input[type='date'].input-lg,
	input[type='datetime-local'].input-lg,
	input[type='month'].input-lg,
	input[type='time'].input-lg {
		line-height: 46px;
	}
}
.form-group {
	margin-bottom: 15px;
}
.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	cursor: not-allowed;
}
.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'],
.radio input[type='radio'],
.radio-inline input[type='radio'] {
	position: absolute;
	margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
	margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
	margin-top: 0;
	margin-left: 10px;
}
.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0;
}
.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;
}
select[multiple].input-sm,
textarea.input-sm {
	height: auto;
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
	height: auto;
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
	top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0;
	}
	.form-inline .checkbox input[type='checkbox'],
	.form-inline .radio input[type='radio'] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	background-image: none;
	border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	background-image: none;
	border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	background-image: none;
	border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	background-image: none;
	border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	background-image: none;
	border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
	width: 100%;
}
table {
	background-color: transparent;
}
table col[class*='col-'] {
	position: static;
	display: table-column;
	float: none;
}
table td[class*='col-'],
table th[class*='col-'] {
	position: static;
	display: table-cell;
	float: none;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
	background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
	background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
	background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
	background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
	background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
	background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
	background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
	background-color: #ebcccc;
}
.table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > thead > tr > th {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > thead > tr > th:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > thead > tr > th:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0;
	}
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown,
.dropup {
	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;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
	color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	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: #777;
	white-space: nowrap;
}
.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 dashed;
	content: '';
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
@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-vertical > .btn,
.btn-group > .btn {
	position: relative;
	float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
	z-index: 2;
}
.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,
.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-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 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-left-radius: 4px;
	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-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: #eee;
}
.nav > li.disabled > a {
	color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: #eee;
	border-color: #337ab7;
}
.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: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
.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:focus,
.nav-tabs.nav-justified > .active > a:hover {
	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:focus,
	.nav-tabs.nav-justified > .active > a:hover {
		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:focus,
.nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #337ab7;
}
.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 {
	margin-bottom: 5px;
	text-align: center;
}
.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:focus,
.nav-tabs-justified > .active > a:hover {
	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:focus,
	.nav-tabs-justified > .active > a:hover {
		border-bottom-color: #fff;
	}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 4px;
	}
}
@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		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-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}
.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}
@media (max-device-width: 320px) and (orientation: landscape) {
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px;
	}
}
@media (min-width: 768px) {
	.navbar-fixed-bottom,
	.navbar-fixed-top {
		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;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.container-fluid > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container > .navbar-header {
		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-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.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: 7.5px -15px;
}
.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;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-nav .open .dropdown-menu > li > a:hover {
		background-image: none;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.navbar-form {
	padding: 10px 15px;
	margin-right: -15px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px;
}
@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 .form-control-static {
		display: inline-block;
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.navbar-form .input-group .form-control,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn {
		width: auto;
	}
	.navbar-form .input-group > .form-control {
		width: 100%;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .checkbox label,
	.navbar-form .radio label {
		padding-left: 0;
	}
	.navbar-form .checkbox input[type='checkbox'],
	.navbar-form .radio input[type='radio'] {
		position: relative;
		margin-left: 0;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}
@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}
}
@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	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:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #555;
	background-color: #e7e7e7;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #333;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #555;
		background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #ccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	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-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc;
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #080808;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #fff;
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
}
.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
}
button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.in {
	opacity: 0.5;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		transition: -webkit-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .item.active.right,
	.carousel-inner > .item.next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.active.left,
	.carousel-inner > .item.prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.active,
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
.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;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
	opacity: 0.5;
}
.carousel-control.left {
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0.0001))
	);
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.5) 0,
		rgba(0, 0, 0, 0.0001) 100%
	);
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(0, 0, 0, 0.0001)),
		to(rgba(0, 0, 0, 0.5))
	);
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.0001) 0,
		rgba(0, 0, 0, 0.5) 100%
	);
	background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 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-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
	display: table;
	content: ' ';
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: 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;
}
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.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 !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.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 !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	td.visible-md,
	th.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	td.visible-print,
	th.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}
.footable-details.table,
.footable-details.table *,
.footable.table,
.footable.table * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footable-details.table th,
.footable.table th {
	text-align: left;
}
.footable-details.table,
.footable.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.footable-details.table > caption + thead > tr:first-child > td,
.footable-details.table > caption + thead > tr:first-child > th,
.footable-details.table > colgroup + thead > tr:first-child > td,
.footable-details.table > colgroup + thead > tr:first-child > th,
.footable-details.table > thead:first-child > tr:first-child > td,
.footable-details.table > thead:first-child > tr:first-child > th,
.footable.table > caption + thead > tr:first-child > td,
.footable.table > caption + thead > tr:first-child > th,
.footable.table > colgroup + thead > tr:first-child > td,
.footable.table > colgroup + thead > tr:first-child > th,
.footable.table > thead:first-child > tr:first-child > td,
.footable.table > thead:first-child > tr:first-child > th {
	border-top: 0;
}
.footable-details.table > tbody > tr > td,
.footable-details.table > tbody > tr > th,
.footable-details.table > tfoot > tr > td,
.footable-details.table > tfoot > tr > th,
.footable-details.table > thead > tr > td,
.footable-details.table > thead > tr > th,
.footable.table > tbody > tr > td,
.footable.table > tbody > tr > th,
.footable.table > tfoot > tr > td,
.footable.table > tfoot > tr > th,
.footable.table > thead > tr > td,
.footable.table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.footable-details.table > thead > tr > td,
.footable-details.table > thead > tr > th,
.footable.table > thead > tr > td,
.footable.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.footable-details.table-condensed > tbody > tr > td,
.footable-details.table-condensed > tbody > tr > th,
.footable-details.table-condensed > tfoot > tr > td,
.footable-details.table-condensed > tfoot > tr > th,
.footable-details.table-condensed > thead > tr > td,
.footable-details.table-condensed > thead > tr > th,
.footable.table-condensed > tbody > tr > td,
.footable.table-condensed > tbody > tr > th,
.footable.table-condensed > tfoot > tr > td,
.footable.table-condensed > tfoot > tr > th,
.footable.table-condensed > thead > tr > td,
.footable.table-condensed > thead > tr > th {
	padding: 5px;
}
.footable-details.table-bordered,
.footable.table-bordered {
	border: 1px solid #ddd;
}
.footable-details.table-bordered > tbody > tr > td,
.footable-details.table-bordered > tbody > tr > th,
.footable-details.table-bordered > tfoot > tr > td,
.footable-details.table-bordered > tfoot > tr > th,
.footable-details.table-bordered > thead > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable.table-bordered > tbody > tr > td,
.footable.table-bordered > tbody > tr > th,
.footable.table-bordered > tfoot > tr > td,
.footable.table-bordered > tfoot > tr > th,
.footable.table-bordered > thead > tr > td,
.footable.table-bordered > thead > tr > th {
	border: 1px solid #ddd;
}
.footable-details.table-bordered > thead > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable.table-bordered > thead > tr > td,
.footable.table-bordered > thead > tr > th {
	border-bottom-width: 2px;
}
.footable-details.table-striped > tbody > tr:nth-child(odd),
.footable.table-striped > tbody > tr:nth-child(odd) {
	background-color: #f9f9f9;
}
.footable-details.table-hover > tbody > tr:hover,
.footable.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
.footable .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	overflow: visible;
	text-transform: none;
}
.footable .btn.focus,
.footable .btn:focus,
.footable .btn:hover {
	color: #333;
	text-decoration: none;
}
.footable .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.footable .btn-default.active,
.footable .btn-default.focus,
.footable .btn-default:active,
.footable .btn-default:focus,
.footable .btn-default:hover,
.footable .open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.footable .btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.footable .btn-primary.active,
.footable .btn-primary.focus,
.footable .btn-primary:active,
.footable .btn-primary:focus,
.footable .btn-primary:hover,
.footable .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.footable .btn-group,
.footable .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.footable .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.footable .btn-group > .btn:first-child {
	margin-left: 0;
}
.footable .btn-group-vertical > .btn,
.footable .btn-group > .btn {
	position: relative;
	float: left;
}
.footable .btn-group-xs > .btn,
.footable .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.footable .btn-group-sm > .btn,
.footable .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.footable .btn-group-lg > .btn,
.footable .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.footable .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;
}
.footable .btn .caret {
	margin-left: 0;
}
.form-group {
	margin-bottom: 15px;
}
.footable .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	margin: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
}
.footable .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.footable .input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.footable .input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.footable .input-group-addon,
.footable .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.footable .input-group .form-control,
.footable .input-group-addon,
.footable .input-group-btn {
	display: table-cell;
}
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group,
.footable .input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.footable .input-group-btn > .btn {
	position: relative;
}
.footable .input-group-btn > .btn:active,
.footable .input-group-btn > .btn:focus,
.footable .input-group-btn > .btn:hover {
	z-index: 2;
}
.footable .input-group .form-control:first-child,
.footable .input-group-addon:first-child,
.footable .input-group-btn:first-child > .btn,
.footable .input-group-btn:first-child > .btn-group > .btn,
.footable .input-group-btn:first-child > .dropdown-toggle,
.footable .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.footable
	.input-group-btn:last-child
	> .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.footable .input-group .form-control:last-child,
.footable .input-group-addon:last-child,
.footable .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.footable .input-group-btn:first-child > .btn:not(:first-child),
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group > .btn,
.footable .input-group-btn:last-child > .dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.footable .checkbox,
.footable .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footable .checkbox label,
.footable .radio label {
	max-width: 100%;
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.footable .checkbox input[type='checkbox'],
.footable .checkbox-inline input[type='checkbox'],
.footable .radio input[type='radio'],
.footable .radio-inline input[type='radio'] {
	position: absolute;
	margin: 4px 0 0 -20px;
	line-height: normal;
}
.footable .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;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.footable .open > .dropdown-menu {
	display: block;
}
.footable .dropdown-menu-right {
	right: 0;
	left: auto;
}
.footable .dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.footable .dropdown-menu > li > a:focus,
.footable .dropdown-menu > li > a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.footable .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.footable .pagination > li {
	display: inline;
}
.footable .pagination > li:first-child > a,
.footable .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.footable .pagination > li > a,
.footable .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.footable .pagination > li > a:focus,
.footable .pagination > li > a:hover,
.footable .pagination > li > span:focus,
.footable .pagination > li > span:hover {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.footable .pagination > .active > a,
.footable .pagination > .active > a:focus,
.footable .pagination > .active > a:hover,
.footable .pagination > .active > span,
.footable .pagination > .active > span:focus,
.footable .pagination > .active > span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.footable .pagination > .disabled > a,
.footable .pagination > .disabled > a:focus,
.footable .pagination > .disabled > a:hover,
.footable .pagination > .disabled > span,
.footable .pagination > .disabled > span:focus,
.footable .pagination > .disabled > span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.footable .label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}
.footable .label-default {
	background-color: #777;
}
.footable-loader.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.footable .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
@media (min-width: 768px) {
	.footable .form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.footable .form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.footable .form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.footable .form-inline .input-group .form-control,
	.footable .form-inline .input-group .input-group-addon,
	.footable .form-inline .input-group .input-group-btn {
		width: auto;
	}
	.footable .form-inline .input-group > .form-control {
		width: 100%;
	}
}
table.footable,
table.footable-details {
	position: relative;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
table.footable-details {
	margin-bottom: 0;
}
table > tbody > tr > td > span.footable-toggle {
	margin-right: 8px;
	opacity: 0.3;
}
table > tbody > tr > td > span.footable-toggle.last-column {
	margin-left: 8px;
	float: right;
}
table.table-condensed > tbody > tr > td > span.footable-toggle {
	margin-right: 5px;
}
table.footable-details > tbody > tr > th:nth-child(1) {
	min-width: 40px;
	width: 120px;
}
table.footable-details > tbody > tr > td:nth-child(2) {
	word-break: break-all;
}
table.footable-details > tbody > tr:first-child > td,
table.footable-details > tbody > tr:first-child > th,
table.footable-details > tfoot > tr:first-child > td,
table.footable-details > tfoot > tr:first-child > th,
table.footable-details > thead > tr:first-child > td,
table.footable-details > thead > tr:first-child > th {
	border-top-width: 0;
}
table.footable-details.table-bordered > tbody > tr:first-child > td,
table.footable-details.table-bordered > tbody > tr:first-child > th,
table.footable-details.table-bordered > tfoot > tr:first-child > td,
table.footable-details.table-bordered > tfoot > tr:first-child > th,
table.footable-details.table-bordered > thead > tr:first-child > td,
table.footable-details.table-bordered > thead > tr:first-child > th {
	border-top-width: 1px;
}
div.footable-loader {
	vertical-align: middle;
	text-align: center;
	height: 300px;
	position: relative;
}
div.footable-loader > span.fooicon {
	display: inline-block;
	opacity: 0.3;
	font-size: 30px;
	line-height: 32px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: fooicon-spin-r 2s infinite linear;
	animation: fooicon-spin-r 2s infinite linear;
}
table.footable > tbody > tr.footable-empty > td {
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
}
table.footable > tbody > tr > td,
table.footable > tbody > tr > th {
	display: none;
}
table.footable > tbody > tr.footable-detail-row > td,
table.footable > tbody > tr.footable-detail-row > th,
table.footable > tbody > tr.footable-empty > td,
table.footable > tbody > tr.footable-empty > th {
	display: table-cell;
}
@-webkit-keyframes fooicon-spin-r {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fooicon-spin-r {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.fooicon {
	display: inline-block;
	font-size: inherit;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.fooicon:after,
.fooicon:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.fooicon-loader:before {
	content: '\f01e';
}
.fooicon-plus:before {
	content: '\f067';
}
.fooicon-minus:before {
	content: '\f068';
}
.fooicon-search:before {
	content: '\f002';
}
.fooicon-remove:before {
	content: '\f00d';
}
.fooicon-sort:before {
	content: '\f0dc';
}
.fooicon-sort-asc:before {
	content: '\f160';
}
.fooicon-sort-desc:before {
	content: '\f161';
}
.fooicon-pencil:before {
	content: '\f040';
}
.fooicon-trash:before {
	content: '\f1f8';
}
.fooicon-eye-close:before {
	content: '\f070';
}
.fooicon-flash:before {
	content: '\f0e7';
}
.fooicon-cog:before {
	content: '\f013';
}
table.footable > thead > tr.footable-filtering > th {
	border-bottom-width: 1px;
	font-weight: 400;
}
table.footable.footable-filtering-right > thead > tr.footable-filtering > th,
table.footable > thead > tr.footable-filtering > th {
	text-align: right;
}
table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
	text-align: left;
}
table.footable.footable-filtering-center > thead > tr.footable-filtering > th {
	text-align: center;
}
table.footable > thead > tr.footable-filtering > th div.form-group {
	margin-bottom: 0;
}
table.footable
	> thead
	> tr.footable-filtering
	> th
	div.form-group
	+ div.form-group {
	margin-top: 5px;
}
table.footable > thead > tr.footable-filtering > th div.input-group {
	width: 100%;
}
table.footable
	> thead
	> tr.footable-filtering
	> th
	ul.dropdown-menu
	> li
	> a.checkbox {
	margin: 0;
	display: block;
	position: relative;
}
table.footable
	> thead
	> tr.footable-filtering
	> th
	ul.dropdown-menu
	> li
	> a.checkbox
	> label {
	display: block;
	padding-left: 20px;
}
table.footable
	> thead
	> tr.footable-filtering
	> th
	ul.dropdown-menu
	> li
	> a.checkbox
	input[type='checkbox'] {
	position: absolute;
	margin-left: -20px;
}
@media (min-width: 768px) {
	table.footable > thead > tr.footable-filtering > th div.input-group {
		width: auto;
	}
	table.footable > thead > tr.footable-filtering > th div.form-group {
		margin-left: 2px;
		margin-right: 2px;
	}
	table.footable
		> thead
		> tr.footable-filtering
		> th
		div.form-group
		+ div.form-group {
		margin-top: 0;
	}
}
table.footable > tbody > tr > td.footable-sortable,
table.footable > tbody > tr > th.footable-sortable,
table.footable > tfoot > tr > td.footable-sortable,
table.footable > tfoot > tr > th.footable-sortable,
table.footable > thead > tr > td.footable-sortable,
table.footable > thead > tr > th.footable-sortable {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}
td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -7px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}
td.footable-sortable:hover > span.fooicon,
th.footable-sortable:hover > span.fooicon {
	opacity: 1;
}
td.footable-sortable.footable-asc > span.fooicon,
td.footable-sortable.footable-desc > span.fooicon,
th.footable-sortable.footable-asc > span.fooicon,
th.footable-sortable.footable-desc > span.fooicon {
	opacity: 1;
}
table.footable-sorting-disabled
	td.footable-sortable.footable-asc
	> span.fooicon,
table.footable-sorting-disabled
	td.footable-sortable.footable-desc
	> span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon,
table.footable-sorting-disabled
	th.footable-sortable.footable-asc
	> span.fooicon,
table.footable-sorting-disabled
	th.footable-sortable.footable-desc
	> span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
	opacity: 0;
	visibility: hidden;
}
table.footable > tfoot > tr.footable-paging > td > ul.pagination {
	margin: 10px 0 0 0;
}
table.footable > tfoot > tr.footable-paging > td > span.label {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 4px 10px;
}
table.footable-paging-center > tfoot > tr.footable-paging > td,
table.footable > tfoot > tr.footable-paging > td {
	text-align: center;
}
table.footable-paging-left > tfoot > tr.footable-paging > td {
	text-align: left;
}
table.footable-paging-right > tfoot > tr.footable-paging > td {
	text-align: right;
}
ul.pagination > li.footable-page {
	display: none;
}
ul.pagination > li.footable-page.visible {
	display: inline;
}
td.footable-editing {
	width: 70px;
	max-width: 70px;
}
table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing {
	text-align: right;
}
table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
	text-align: left;
}
table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-show {
	display: none;
}
table.footable-editing.footable-editing-always-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide {
	display: inline-block;
}
#TableWebGrid tfoot tr td,
.ITSMWebGrid tfoot tr td {
	height: 35px;
	padding: 5px;
}
.pager-total-items-text {
	font-weight: 700;
	color: #8e8e8e;
}
.pager-total-items-value {
	font-weight: 700;
}
.pager-pagination {
	float: right;
	margin: 8px 3px;
	padding: 3px;
}
.pager-pagination .disabled {
	border: 1px solid #ddd;
	color: #999;
	margin-top: 4px;
	padding: 3px;
	text-align: center;
}
.pager-pagination .current {
	background-color: #6ea9bf;
	border: 1px solid #6e99aa;
	color: #fff;
	font-weight: 700;
	margin-top: 4px;
	padding: 3px 5px;
	text-align: center;
}
.pager-pagination a,
.pager-pagination span {
	margin: 4px 3px;
}
.pager-pagination a {
	border: 1px solid #aaa;
	padding: 3px 5px;
	text-align: center;
	text-decoration: none;
}
.imgSortDirectionASC {
	float: right;
	width: 10px;
	height: 10px;
	background: url(../images/asc.png) no-repeat 0 0;
}
.imgSortDirectionDESC {
	float: right;
	width: 10px;
	height: 10px;
	background: url(../images/desc.png) no-repeat 0 0;
}
@media only screen and (max-width: 479px) {
	.pager-pagination .spacer,
	.pager-pagination a {
		display: none;
	}
	.pager-pagination :nth-child(-n + 2),
	.pager-pagination :nth-last-child(-n + 2) {
		display: inline;
	}
}
#bt_gif {
	position: relative;
	height: 43px;
	width: 130px;
	border: 0;
	background: #900;
	margin: 4px 0;
	z-index: 1;
}
.bt_container {
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px;
	background: #fff;
	height: 39px;
	width: 126px;
	z-index: 2;
}
.bt_title {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 5px;
	padding: 0;
	width: 120px;
	text-transform: uppercase;
	font: bold 7pt/9pt 'Segoe UI', 'Trebuchet MS', Arial, Helvetica;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: none;
	z-index: 6;
	opacity: 1;
	text-align: center;
	background: #900;
	color: #fff;
}
.bt_tick {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 2px;
	height: 28px;
	width: 126px;
}
.bt_tick img {
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	width: 126px;
	z-index: 3;
	opacity: 0;
	overflow: hidden;
}
.bt_tick img.active {
	z-index: 5;
	opacity: 1;
}
.bt_tick img.last-active {
	z-index: 4;
}
.bt_icon {
	background-repeat: no-repeat;
	margin: 11px 0 0;
}
.bt_icon-amex {
	background-image: url(../images/banking-logo--amex.jpg);
}
.bt_icon-astropay {
	background-image: url(../images/banking-logo--astropay.jpg);
}
.bt_icon-astropay-card {
	background-image: url(../images/banking-logo--astropay-card.jpg);
}
.bt_icon-bank-transfer {
	background-image: url(../images/banking-logo--bank-transfer.jpg);
}
.bt_icon-boleto {
	background-image: url(../images/banking-logo--boleto.jpg);
}
.bt_icon-cashtocode {
	background-image: url(../images/banking-logo--cashtocode.jpg);
}
.bt_icon-direct-bank-transfer {
	background-image: url(../images/banking-logo--direct-bank-transfer.jpg);
}
.bt_icon-echeck {
	background-image: url(../images/banking-logo--e-check.jpg);
}
.bt_icon-ecopayz {
	background-image: url(../images/banking-logo--ecopayz.jpg);
}
.bt_icon-epay-bg {
	background-image: url(../images/banking-logo--epay-bg.jpg);
}
.bt_icon-eps {
	background-image: url(../images/banking-logo--eps.jpg);
}
.bt_icon-express-connect {
	background-image: url(../images/banking-logo--express-connect.jpg);
}
.bt_icon-flexepin {
	background-image: url(../images/banking-logo--flexepin.jpg);
}
.bt_icon-ideal {
	background-image: url(../images/banking-logo--ideal.jpg);
}
.bt_icon-idebit {
	background-image: url(../images/banking-logo--idebit.jpg);
}
.bt_icon-ilixium {
	background-image: url(../images/banking-logo--ilixium.jpg);
}
.bt_icon-inovapay {
	background-image: url(../images/banking-logo--inovapay.jpg);
}
.bt_icon-instadebit {
	background-image: url(../images/banking-logo--instadebit.jpg);
}
.bt_icon-instant-payment-citadel {
	background-image: url(../images/banking-logo--instant-payment-citadel.jpg);
}
.bt_icon-interac-2025 {
	background-image: url(../images/banking-logo--interac-2025.jpg);
}
.bt_icon-interac-etransfer {
	background-image: url(../images/banking-logo--interac-etransfer.jpg);
}
.bt_icon-interac-online {
	background-image: url(../images/banking-logo--interac-online.jpg);
}
.bt_icon-jeton {
	background-image: url(../images/banking-logo--jeton.jpg);
}
.bt_icon-kalibra {
	background-image: url(../images/banking-logo--kalibra.jpg);
}
.bt_icon-maestro {
	background-image: url(../images/banking-logo--maestro.jpg);
}
.bt_icon-mastercard {
	background-image: url(../images/banking-logo--mastercard.jpg);
}
.bt_icon-muchbetter {
	background-image: url(../images/banking-logo--muchbetter.jpg);
}
.bt_icon-neteller {
	background-image: url(../images/banking-logo--neteller.jpg);
}
.bt_icon-nordea {
	background-image: url(../images/banking-logo--nordea.jpg);
}
.bt_icon-online-uberweisen {
	background-image: url(../images/banking-logo--online-uberweisen.jpg);
}
.bt_icon-paypal {
	background-image: url(../images/banking-logo--paypal.jpg);
}
.bt_icon-paysafecard {
	background-image: url(../images/banking-logo--paysafecard.jpg);
}
.bt_icon-postepay {
	background-image: url(../images/banking-logo--postepay.jpg);
}
.bt_icon-qiwi {
	background-image: url(../images/banking-logo--qiwi.jpg);
}
.bt_icon-rapid-transfer {
	background-image: url(../images/banking-logo--rapid-transfer.jpg);
}
.bt_icon-skrill {
	background-image: url(../images/banking-logo--skrill.jpg);
}
.bt_icon-sms-voucher {
	background-image: url(../images/banking-logo--sms-voucher.jpg);
}
.bt_icon-sofort {
	background-image: url(../images/banking-logo--sofort.jpg);
}
.bt_icon-visa {
	background-image: url(../images/banking-logo--visa.jpg);
}
.bt_icon-visa-electron {
	background-image: url(../images/banking-logo--visa-electron.jpg);
}
.bt_icon-wechatpay {
	background-image: url(../images/banking-logo--wechatpay.jpg);
}
.bt_icon-zimpler {
	background-image: url(../images/banking-logo--zimpler.jpg);
}
body,
html {
	min-width: 320px;
	font-size: 100%;
}
html[data-browser='internet explorer'],
html[data-browser='internet explorer'] body {
	font-family: Arial, sans-serif;
	font-size: 95%;
}
.is-forced-redirect .modal {
	z-index: 99999;
}
.is-forced-redirect .modal-backdrop {
	z-index: 99998;
	opacity: 0.8;
}
.is-forced-redirect .modal-body,
.is-forced-redirect .modal-title {
	color: #000;
	text-align: center;
}
.is-forced-redirect .modal-footer a.btn {
	text-decoration: none;
}
.is-forced-redirect .modal-body p:last-of-type {
	margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5 {
	font-weight: 600;
}
h1 {
	font-size: 1.313rem;
}
h2 {
	font-size: 1.125rem;
}
h3 {
	font-size: 1rem;
}
h4 {
	font-size: 0.82rem;
}
small {
	font-size: 0.688rem;
}
p {
	margin: 0 0 0.625em;
	line-height: 120%;
}
hr {
	width: 70%;
	margin: 18px auto;
	border: 0;
	border-bottom: 1px dotted #2f2f2f;
}
.text-info {
	color: #8e8de6 !important;
}
ol {
	list-style: decimal outside;
}
ol ol {
	list-style: lower-roman outside;
}
ol ol ol {
	list-style: lower-alpha outside;
}
ol ol ol ol {
	list-style: lower-roman outside;
}
ol ol ol ol ol {
	list-style: lower-alpha outside;
}
ol ul {
	list-style: square outside;
}
ol.unstyled,
ul.unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-tool-bar .caret {
	border-top-color: #fff;
	margin-left: 8px;
}
.modal-offer-disclaimer .modal-content {
	color: #fff;
	border: 1px solid #fff;
}
.modal-offer-disclaimer .modal-header {
	padding: 10px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#5b5b5b),
		to(#2b2b2b)
	);
	background: linear-gradient(to bottom, #5b5b5b 0, #2b2b2b 100%);
	border-bottom: 0;
	border-radius: 7px 7px 0 0;
}
.modal-offer-disclaimer .modal-body {
	overflow-y: auto;
	padding: 0 10px 10px;
	text-align: center;
	background: #2b2b2b;
}
.modal-offer-disclaimer .modal-footer {
	padding: 0;
	text-align: center;
	border-top: none;
	border-radius: 0 0 7px 7px;
}
.modal-offer-disclaimer .close {
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
}
.modal-offer-disclaimer input[type='checkbox'] {
	position: relative;
	top: -4px;
	width: 14px;
	height: 14px;
	margin: 0 2px 0 0;
	vertical-align: bottom;
}
.modal-offer-disclaimer label {
	display: block;
	margin-bottom: 0;
	font-size: 16px;
	background: 0 0;
}
.modal-offer-disclaimer button.offer-disclaimer-cta {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px;
	font-size: 24px;
	font-weight: 700;
	border: none;
	border-top: 1px solid #fff;
	border-radius: 0 0 6px 6px;
	-webkit-transition: background 0.5s, color 0.5s, text-shadow 0.5s;
	transition: background 0.5s, color 0.5s, text-shadow 0.5s;
}
.modal-offer-disclaimer button.offer-disclaimer-cta:disabled {
	cursor: not-allowed;
}
.page-contact-us #mail-subject-select {
	color: #000;
	display: block;
	text-align: center;
	margin: 0 auto 1em;
	padding: 0.15em;
	max-width: 320px;
}
.page-contact-us #contact-us-mailto-submit[data-active='0'] {
	pointer-events: none;
	opacity: 0.7;
}
.page-play-now .footer-navbar,
.page-play-now .navbar-toggle,
.page-post-out .footer-navbar,
.page-post-out .navbar-toggle,
.page-thanks .footer-navbar,
.page-thanks .navbar-toggle,
.page-thanks_download .footer-navbar,
.page-thanks_download .navbar-toggle,
.page-thanks_sorry .footer-navbar,
.page-thanks_sorry .navbar-toggle,
.page-thanks_success .footer-navbar,
.page-thanks_success .navbar-toggle {
	display: none;
}
.page-play-now a.link-always-enabled,
.page-post-out a.link-always-enabled,
.page-thanks a.link-always-enabled,
.page-thanks_download a.link-always-enabled,
.page-thanks_sorry a.link-always-enabled,
.page-thanks_success a.link-always-enabled {
	pointer-events: auto;
}
.sorry-page-banner {
	width: 100%;
	max-width: 400px;
	display: block;
	margin: 0 auto 2em;
}
.sorry-page-banner img {
	width: 100%;
	max-width: 400px;
}
.rtp-update-timestamp {
	margin-top: 0.66em;
	font-size: 0.8em;
	text-align: center;
}
.no-top-margin {
	margin-top: 0 !important;
}
.nowrap {
	white-space: nowrap;
}
.affid-container {
	position: relative;
	clear: both;
	width: 90%;
	margin: 10px auto;
	padding: 5px;
	color: #555;
	font: normal 11px/13px Arial, Helvetica;
	text-align: justify;
	background-color: #111;
	vertical-align: top;
	border: 1px solid #333;
}
.rules-regulations-list ol,
.rules-regulations-list ol ol,
.rules-regulations-list ol ol ol,
.rules-regulations-list ol ul,
.rules-regulations-list ul,
.rules-regulations-list ul ol,
.rules-regulations-list ul ul,
.rules-regulations-list ul ul ul {
	margin: 4px 0 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 25px;
}
.rules-regulations-list ul {
	list-style: disc outside;
}
.rules-regulations-list ul ul {
	list-style: square outside;
}
.rules-regulations-list ul ul ul {
	list-style: circle outside;
}
.rules-regulations-list ol {
	list-style: decimal outside;
}
.rules-regulations-list ol ol {
	list-style: lower-roman outside;
}
.rules-regulations-list ol ol ol {
	list-style: lower-alpha outside;
}
.rules-regulations-list ol ol ol ol {
	list-style: lower-roman outside;
}
.rules-regulations-list ol ol ol ol ol {
	list-style: lower-alpha outside;
}
.rules-regulations-list ol ul {
	list-style: square outside;
}
.rules-regulations-list ul ol {
	list-style: lower-roman outside;
}
.rules-regulations-list a,
.rules-regulations-list a:visited {
	word-wrap: break-word;
}
.rules-regulations-list p {
	margin-bottom: 15px;
}
.rules-regulations-list p small {
	display: block;
	line-height: 1.15em;
}
.rules-regulations-list ol p + ol,
.rules-regulations-list ol p + ul,
.rules-regulations-list ul p + ol,
.rules-regulations-list ul p + ul {
	padding-top: 0;
}
.defer-image-load {
	background-image: none !important;
}
.defer-image-load::after,
.defer-image-load::before {
	background-image: none !important;
}
.field-validation-error {
	color: red;
}
.validation-summary-valid {
	display: none;
}
.validation-summary-errors {
	color: red;
}
.no-side-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.float-none {
	float: none !important;
}
#success-continue-lock-overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10000;
}
#success-continue-lock-overlay .loader,
#success-continue-lock-overlay .loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
#success-continue-lock-overlay .loader {
	top: 50%;
	margin: -5em auto 0 auto;
	font-size: 8px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #fff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loaderkeyframes 1.1s infinite linear;
	animation: loaderkeyframes 1.1s infinite linear;
}
@-webkit-keyframes loaderkeyframes {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loaderkeyframes {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
table.footable > tbody > tr > td > span.footable-toggle {
	font-size: 16px;
}
body.page-play-now .section-general-content {
	position: relative;
}
.spinning-loader,
.spinning-loader i {
	position: absolute;
}
.spinning-loader {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: none;
	width: 100%;
	height: 100%;
}
.spinning-loader i {
	left: 50%;
	top: 50%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin-left: -34px;
	margin-top: -34px;
	z-index: 11;
}
.top-tool-bar__login-button {
	color: red;
	background: #fff;
	margin-left: 10px;
	border-radius: 12px;
	font-weight: 700;
	padding: 0 8px;
	text-decoration: none;
}
.top-tool-bar__login-button:active,
.top-tool-bar__login-button:hover,
.top-tool-bar__login-button:visited {
	color: #333333;
	text-decoration: none;
}
.header-ontario-igaming-logo-container {
	background: #2c2e30;
	height: 33px;
	padding: 3px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-ontario-igaming-logo {
	display: block;
	width: auto;
	height: 27px;
	margin-left: auto;
}
@font-face {
	font-family: Crimson;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url(../fonts/subset-Crimson-Bold.woff) format('woff');
}
@font-face {
	font-family: 'Roboto Condensed';
	src: url(../fonts/subset-RobotoCondensed-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
	font-fallback: swap;
}
.hwr-certificate {
	position: relative;
	width: 100%;
	max-width: 760px;
	margin: 2em auto;
}
.hwr-certificate .hwr-certificate__background {
	z-index: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(100% - 120px);
	height: calc(100% - 120px);
	background-color: #fff;
	background-image: url(../images/hwrg-certificate-background.png);
	background-repeat: repeat-y;
	background-position: center;
	background-size: 1020px auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
	.hwr-certificate .hwr-certificate__background {
		width: calc(100% - 60px);
		height: calc(100% - 60px);
	}
}
.hwr-certificate .hwr-certificate__border {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-border-image: url(../images/hwrg-certificate-frame.png);
	border-image: url(../images/hwrg-certificate-frame.png);
	border-image-slice: 160;
	border-image-width: 80px;
	border-image-repeat: round;
}
@media screen and (max-width: 767px) {
	.hwr-certificate .hwr-certificate__border {
		border-image-width: 40px;
	}
}
.hwr-certificate .hwr-certificate__content {
	z-index: 20;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #000;
	text-transform: none;
	padding: 80px;
}
@media screen and (max-width: 767px) {
	.hwr-certificate .hwr-certificate__content {
		padding: 40px;
	}
}
.hwr-certificate .hwr-certificate__logos {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 40px;
}
@media screen and (max-width: 991px) {
	.hwr-certificate .hwr-certificate__logos {
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.hwr-certificate .hwr-certificate__logos {
		padding: 20px 10px;
	}
}
.hwr-certificate .hwr-certificate__cr-logo {
	max-width: 100%;
	height: 90px;
}
@media screen and (max-width: 991px) {
	.hwr-certificate .hwr-certificate__cr-logo {
		height: 60px;
	}
}
@media screen and (max-width: 767px) {
	.hwr-certificate .hwr-certificate__cr-logo {
		height: 40px;
	}
}
.hwr-certificate .hwr-certificate__badge {
	max-width: 100%;
	height: 120px;
}
@media screen and (max-width: 991px) {
	.hwr-certificate .hwr-certificate__badge {
		height: 100px;
	}
}
@media screen and (max-width: 767px) {
	.hwr-certificate .hwr-certificate__badge {
		height: 75px;
	}
}
.hwr-certificate .hwr-certificate__title {
	color: #000;
	font-family: Crimson, serif;
	margin-top: 0.5em;
	margin-bottom: 0;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.hwr-certificate .hwr-certificate__subtitle {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-top: -0.33em;
	-webkit-transform: scale(1, 1.33);
	transform: scale(1, 1.33);
	text-transform: uppercase;
}
@media screen and (max-width: 991px) {
	.hwr-certificate .hwr-certificate__subtitle {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.hwr-certificate .hwr-certificate__subtitle {
		font-size: 18px;
	}
}
body.culture-fr .hwr-certificate .hwr-certificate__subtitle {
	margin-top: -0.5em;
}
.hwr-certificate .hwr-certificate__subtitle sup {
	top: -0.33em;
	font-size: 0.67em;
}
.hwr-certificate .hwr-certificate__description {
	margin: 0;
	padding: 15px 80px 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.15em;
	text-align: left;
	font-family: sans-serif;
}
@media screen and (max-width: 991px) {
	.hwr-certificate .hwr-certificate__description {
		padding: 15px 40px 0;
	}
}
@media screen and (max-width: 767px) {
	.hwr-certificate .hwr-certificate__description {
		padding: 15px 15px 0;
		font-size: 16px;
	}
}
.thanks-icons {
	background-image: url(../images/thanks-page-icons-20170628.jpg);
	background-repeat: no-repeat;
	background-size: 442px 206px;
}
.thanks-icons.safe-secure {
	width: 231px;
	height: 48px;
	background-position: 0 0;
}
.thanks-icons.visa {
	width: 93px;
	height: 90px;
	background-position: 0 -48px;
}
.thanks-icons.master-card {
	width: 108px;
	height: 87px;
	background-position: -93px -48px;
}
.thanks-icons.norton {
	width: 131px;
	height: 35px;
	background-position: 0 -138px;
}
.thanks-icons.mcafee {
	width: 146px;
	height: 33px;
	background-position: 0 -173px;
}
.thanks-icons.wechatpay {
	width: 84px;
	height: 90px;
	background-position: -202px -48px;
}
.thanks-icons.unionpay {
	width: 92px;
	height: 90px;
	background-position: -286px -48px;
}
.thanks-icons.alipay {
	width: 64px;
	height: 90px;
	background-position: -378px -48px;
}
.jackpots-icons.prog01 {
	background: url(../images/progressive-logos.png) -980px 0 no-repeat;
}
.jackpots-icons.prog02 {
	background: url(../images/progressive-logos.png) -1680px 0 no-repeat;
}
.jackpots-icons.prog03 {
	background: url(../images/progressive-logos.png) -1120px 0 no-repeat;
}
.jackpots-icons.prog04 {
	background: url(../images/progressive-logos.png) -420px 0 no-repeat;
}
.jackpots-icons.prog05 {
	background: url(../images/progressive-logos.png) -1260px 0 no-repeat;
}
.jackpots-icons.prog06 {
	background: url(../images/progressive-logos.png) 0 0 no-repeat;
}
.jackpots-icons.prog07 {
	background: url(../images/progressive-logos.png) -700px 0 no-repeat;
}
.jackpots-icons.prog08 {
	background: url(../images/progressive-logos.png) -1400px 0 no-repeat;
}
.jackpots-icons.prog09 {
	background: url(../images/progressive-logos.png) -140px 0 no-repeat;
}
.jackpots-icons.prog10 {
	background: url(../images/progressive-logos.png) -1820px 0 no-repeat;
}
.jackpots-icons.prog11 {
	background: url(../images/progressive-logos.png) -560px 0 no-repeat;
}
.jackpots-icons.prog12 {
	background: url(../images/progressive-logos.png) -1540px 0 no-repeat;
}
.jackpots-icons.prog13 {
	background: url(../images/progressive-logos.png) -280px 0 no-repeat;
}
.jackpots-icons.prog14 {
	background: url(../images/progressive-logos.png) -840px 0 no-repeat;
}
.jackpots-icons.prog15 {
	background: url(../images/progressive-logos.png) -1960px 0 no-repeat;
}
.jackpots-icons.prog19 {
	background: url(../images/progressive-logos.png) -2100px 0 no-repeat;
}
.jackpots-icons.prog20 {
	background: url(../images/progressive-logos.png) -2240px 0 no-repeat;
}
.jackpots-icons.prog21 {
	background: url(../images/maple-moolah.png) no-repeat;
}
.jackpots-icons.prog22 {
	background: url(../images/immortal-romance-mega-moolah.png) no-repeat;
}
.jackpots-icons.prog24 {
	background: url(../images/roulette-mega-moolah.png) no-repeat;
}
.jackpots-icons.prog25 {
	background: url(../images/thundestruck-2-mega-moolah.png) no-repeat;
}
.jackpots-icons.prog26 {
	background: url(../images/atlantean-treasures-mega-moolah.png) no-repeat;
}
.jackpots-icons.mega-vault-millionaire {
	background: url(../images/mega-vault-millionaire-logo.png);
	max-width: 280px;
	height: auto;
	-webkit-filter: drop-shadow(0 0 5px rgba(170, 123, 0, 0.5));
	filter: drop-shadow(0 0 5px rgba(170, 123, 0, 0.5));
	width: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.jackpots-list {
	position: relative;
	max-width: 880px;
	margin: 1em auto 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.jackpots-list {
		overflow: hidden;
		width: 440px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 479px) {
	.jackpots-list {
		width: 290px;
	}
}
.jackpots-list .jackpots-list__item {
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	-webkit-box-shadow: 0 0 4px #fff;
	box-shadow: 0 0 4px #fff;
}
.jackpots-list .jackpots-list__item__amount,
.jackpots-list .jackpots-list__item__name {
	height: 44px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.jackpots-list .jackpots-list__item__amount {
	vertical-align: middle;
}
.jackpots-list .jackpots-list__item.jackpots-list__item--featured {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.jackpots-list
	.jackpots-list__item.jackpots-list__item--featured
	.jackpots-list__item__amount,
.jackpots-list
	.jackpots-list__item.jackpots-list__item--featured
	.jackpots-list__item__name {
	font-size: 1.4em;
	font-weight: 700;
}
.jackpots-list .jackpots-list__item.jackpots-list__item--featured > div {
	-webkit-box-shadow: 0 0 4px #fff;
	box-shadow: 0 0 4px #fff;
	display: inline-block;
	width: 100%;
	max-width: calc(400px + 1em - 10px);
	padding: 10px;
}
.jackpots-list .jackpots-list__amount {
	height: 20px;
	margin: 0;
	padding: 3px 0 0 0;
}
.jackpots-list .total-jackpots {
	padding-top: 3px;
	text-align: center;
	border: 0;
}
.total-jackpots {
	text-align: center;
	margin: 20px auto;
}
.bIcons {
	background-image: url(../images/footer-icons_20230220.png) !important;
	background-repeat: no-repeat;
	height: 45px;
}
.bIcons.bIcon-PSC {
	background-position: -2600px 0;
	width: 150px;
}
.bIcons.bIcon-PAY {
	background-position: -2200px 0;
	width: 80px;
}
.bIcons.bIcon-NET {
	background-position: -2000px 0;
	width: 86px;
}
.bIcons.bIcon-ENT {
	background-position: -1800px 0;
	width: 106px;
}
.bIcons.bIcon-MAE {
	background-position: -1400px 0;
	width: 56px;
}
.bIcons.bIcon-MCC {
	background-position: -1200px 0;
	width: 56px;
}
.bIcons.bIcon-VIS {
	background-position: -1000px 0;
	width: 60px;
}
.bIcons.bIcon-MGS {
	background-position: -600px 0;
	width: 102px;
}
.bIcons.bIcon-CR {
	background-position: -800px 0;
	width: 63px;
}
.bIcons.bIcon-ECO {
	background-position: -400px 0;
	width: 140px;
}
.bIcons.bIcon-KAHN {
	background-position: -200px 0;
	width: 140px;
}
.bIcons.bIcon-18 {
	background-position: 0 0;
	width: 33px;
}
.bIcons.bIcon-AU {
	background-position: -3600px 0;
	width: 132px;
}
.bIcons.bIcon-MGA {
	background-position: -2800px 0;
	width: 120px;
}
.bIcons.bIcon-GamblingCommission {
	background-position: -3000px 0;
	width: 120px;
}
.bIcons.bIcon-SKAT {
	background-position: -3200px 0;
	width: 40px;
}
.bIcons.bIcon-AAMS {
	background-position: -3800px 0;
	width: 105px;
}
.bIcons.bIcon-GamblingAware {
	background-position: -3600px -45px;
	width: 155px;
}
.bIcons.bIcon-GamStop {
	background-position: -3800px -45px;
	width: 105px;
}
.bIcons.bIcon-StopSpillet {
	background-position: -800px -90px;
	width: 85px;
}
.bIcons.bIcon-Spelinspektionen {
	background-position: 0 -90px;
	width: 61px;
}
.bIcons.bIcon-Stodlinjen {
	background-position: -200px -90px;
	width: 124px;
}
.bIcons.bIcon-Spelpaus {
	background-position: -400px -90px;
	width: 122px;
}
.bIcons.bIcon-BankID {
	background-position: -600px -90px;
	width: 46px;
}
.bIcons.bIcon-Ontario-Igaming {
	width: 125px;
	background-image: url(../images/ontario-igaming-logo.png);
	background-size: 100% auto;
	background-position: center;
}
.bIcons.bIcon-pragmatic-play {
	background-image: url(../images/pragmatic-play-logo-light-text.png);
	width: 90px;
	background-size: 100% auto;
	background-position: center;
}
.bIcons.bIcon-games-global {
	background-image: url(../images/games-global-logo-light-text.png);
	width: 90px;
	height: 30px;
	margin-left: -10px;
	background-size: 100% auto;
	background-position: center;
}
.culture-fr .bIcons.bIcon-Ontario-Igaming {
	background-image: url(../images/ontario-igaming-logo-fr.png);
}
.footer-agelimit,
.footer-agelimit:active,
.footer-agelimit:hover,
.footer-agelimit:link,
.footer-agelimit:visited {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 33px;
	height: 45px;
	display: inline-block;
	color: #ef5e5f !important;
	font-size: 14px;
	line-height: 45px;
	vertical-align: top;
	letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
	.footer-agelimit,
	.footer-agelimit:active,
	.footer-agelimit:hover,
	.footer-agelimit:link,
	.footer-agelimit:visited {
		margin-right: 8px;
	}
}
.footer-agelimit::before {
	position: absolute;
	content: '';
	border: 3px solid #ef5e5f;
	border-radius: 50%;
	left: 4px;
	top: 6px;
	width: 33px;
	height: 33px;
}
.footer-agelimit::after {
	font-family: Arial Arial, Helvetica, sans-serif;
	position: absolute;
	content: '+';
	right: -4px;
	top: 12px;
	font-size: 12px;
	font-weight: 700;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.culture-de .bIcons.bIcon-ECO,
.culture-de-at .bIcons.bIcon-ECO {
	background-position: 0 -45px;
}
.culture-de .bIcons.bIcon-AU,
.culture-de-at .bIcons.bIcon-AU {
	background-position: -200px -45px;
}
.culture-fr .bIcons.bIcon-ECO {
	background-position: -400px -45px;
}
.culture-fr .bIcons.bIcon-AU {
	background-position: -600px -45px;
}
.culture-sv .bIcons.bIcon-ECO {
	background-position: -800px -45px;
}
.culture-sv .bIcons.bIcon-AU {
	background-position: -1000px -45px;
}
.culture-es .bIcons.bIcon-ECO {
	background-position: -1200px -45px;
}
.culture-es .bIcons.bIcon-AU {
	background-position: -1400px -45px;
}
.culture-pt .bIcons.bIcon-ECO {
	background-position: -1600px -45px;
}
.culture-pt .bIcons.bIcon-AU {
	background-position: -1800px -45px;
}
.culture-it .bIcons.bIcon-ECO {
	background-position: -2000px -45px;
}
.culture-it .bIcons.bIcon-AU {
	background-position: -2200px -45px;
}
.culture-da .bIcons.bIcon-ECO {
	background-position: -2400px -45px;
}
.culture-da .bIcons.bIcon-AU {
	background-position: -2600px -45px;
}
.culture-da .bIcons.bIcon-StopSpillet {
	background-position: -800px -90px;
}
.culture-no .bIcons.bIcon-ECO {
	background-position: -2800px -45px;
}
.culture-no .bIcons.bIcon-AU {
	background-position: -3000px -45px;
}
.culture-nl .bIcons.bIcon-ECO {
	background-position: -3200px -45px;
}
.culture-nl .bIcons.bIcon-AU {
	background-position: -3400px -45px;
}
footer {
	margin-top: 20px;
	background-color: #000;
}
footer a,
footer a:focus,
footer a:hover,
footer a:visited {
	color: #fff;
	outline: 0;
	font-weight: 700;
	text-decoration: underline;
}
.footer-icons {
	margin: 12px 0;
	text-align: center;
}
.footer-icons > * {
	display: inline-block;
}
#bt_gif.footer-icon-item,
.footer-icon-item {
	margin: 0 4px;
}
.footer-navbar {
	font-size: 12px;
	margin: 12px 0;
}
.footer-navbar .footer-navbar__container {
	text-align: center;
}
.footer-navbar .footer-navbar__item {
	padding: 4px;
	display: inline-block;
}
footer .regulation-notification {
	color: #ccc;
	font-weight: 400 !important;
	font-size: 11px;
	display: block;
	line-height: 1.5em;
	text-align: center;
}
@font-face {
	font-family: Roboto;
	src: url(../fonts/subset-Roboto-Regular.woff) format('woff'),
		url(../fonts/subset-Roboto-Regular.ttf) format('truetype'),
		url(../images/subset-Roboto-Regular.svg#Roboto-Regular) format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url(../fonts/subset-Roboto-Italic.woff) format('woff'),
		url(../fonts/subset-Roboto-Italic.ttf) format('truetype'),
		url(../images/subset-Roboto-Italic.svg#Roboto-Italic) format('svg');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: Roboto;
	src: url(../fonts/subset-Roboto-Medium.woff) format('woff'),
		url(../fonts/subset-Roboto-Medium.ttf) format('truetype'),
		url(../images/subset-Roboto-Medium.svg#Roboto-Medium) format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url(../fonts/subset-Roboto-MediumItalic.woff) format('woff'),
		url(../fonts/subset-Roboto-MediumItalic.ttf) format('truetype'),
		url(../images/subset-Roboto-MediumItalic.svg#Roboto-MediumItalic)
			format('svg');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: Roboto;
	src: url(../fonts/subset-Roboto-Bold.woff) format('woff'),
		url(../fonts/subset-Roboto-Bold.ttf) format('truetype'),
		url(../images/subset-Roboto-Bold.svg#Roboto-Bold) format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url(../fonts/subset-Roboto-BoldItalic.woff) format('woff'),
		url(../fonts/subset-Roboto-BoldItalic.ttf) format('truetype'),
		url(../images/subset-Roboto-BoldItalic.svg#Roboto-BoldItalic) format('svg');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: Roboto;
	src: url(../fonts/subset-Roboto-Black.woff) format('woff'),
		url(../fonts/subset-Roboto-Black.ttf) format('truetype'),
		url(../images/subset-Roboto-Black.svg#Roboto-Black) format('svg');
	font-weight: 900;
	font-style: normal;
}
.top-tool-bar {
	width: 100%;
	margin: 0 auto;
	padding: 6px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #123aa3;
}
.top-tool-bar .container {
	padding: 0;
}
.i18n-selector .btn.dropdown-toggle {
	z-index: 10;
	position: relative;
	padding: 0 12px;
	color: #fff;
	line-height: 2em;
	background: #3383d8;
}
.i18n-selector .dropdown-menu {
	margin-top: -2px;
	background-color: #3383d8;
	border: 1px solid #fff;
	border-radius: inherit;
	outline: 0;
}
.i18n-selector .dropdown-menu li a,
.i18n-selector .dropdown-menu li a:visited {
	padding: 10px 30px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.i18n-selector .dropdown-menu li a:active,
.i18n-selector .dropdown-menu li a:focus,
.i18n-selector .dropdown-menu li a:hover {
	text-decoration: underline;
	background: #2c2e30;
}
.i18n-selector.open .btn {
	color: #fff;
	border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
	.section-navbar {
		background: rgba(0, 0, 0, 0.5);
	}
}
.navbar-quatro {
	height: 80px;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	z-index: 10;
}
@media screen and (max-width: 767px) {
	.navbar-quatro {
		height: 60px;
	}
}
.navbar-quatro .navbar-brand {
	padding: 0;
}
.navbar-quatro .navbar-brand img {
	height: 60px;
	margin: 10px 0;
}
@media screen and (max-width: 991px) {
	.navbar-quatro .navbar-brand img {
		height: 50px;
		margin: 15px 0;
	}
}
@media screen and (max-width: 767px) {
	.navbar-quatro .navbar-brand img {
		height: 40px;
		margin: 10px 0;
	}
}
.navbar-quatro .navbar-toggle {
	margin: 15px 0;
	padding: 14px 10px;
	color: #fff;
	font-size: 16px;
	background: 0 0;
	border: 0;
	border-radius: 0;
}
@media screen and (max-width: 767px) {
	.navbar-quatro .navbar-toggle {
		margin: 5px 0;
	}
}
.navbar-quatro .navbar-right {
	margin-right: 0;
}
.navbar-quatro .navbar-menu {
	display: block;
}
@media screen and (max-width: 767px) {
	.navbar-quatro .navbar-menu {
		display: none;
	}
}
.navbar-quatro .navbar-menu .navbar-close {
	display: none;
}
.navbar-quatro .navbar-menu .nav-menu-item {
	margin: 15px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	background: #000;
}
@media screen and (max-width: 991px) {
	.navbar-quatro .navbar-menu .nav-menu-item {
		padding-right: 6px;
		padding-left: 6px;
	}
}
@media screen and (max-width: 767px) {
	.navbar-quatro .navbar-menu .nav-menu-item {
		margin: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
}
.navbar-quatro .nav-menu-item:active,
.navbar-quatro .nav-menu-item:focus,
.navbar-quatro .nav-menu-item:hover,
.navbar-quatro li.active .nav-menu-item {
	color: #fff;
	text-decoration: underline;
	background: #000;
}
@media screen and (max-width: 767px) {
	.navbar-quatro .navbar-menu.is-mobile {
		z-index: 20;
		position: fixed;
		left: 0;
		top: 0;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.95);
	}
}
@media screen and (max-width: 767px) {
	.navbar-quatro .navbar-menu.is-mobile .navbar-close {
		display: block;
		margin-left: auto;
		padding-top: 10px;
		padding-right: 20px;
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		text-align: right;
		background: 0 0;
		border: 0;
	}
}
@media screen and (max-width: 767px) {
	.navbar-quatro .navbar-menu.is-mobile .nav {
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) and (max-height: 479px) {
	.navbar-quatro .navbar-menu.is-mobile li {
		display: inline-block;
		width: calc(50vw - 2px);
	}
}
@media screen and (max-width: 767px) {
	.navbar-quatro .navbar-menu.is-mobile .nav-menu-item {
		display: block;
		font-size: 20px;
		line-height: 1.5em;
		text-align: center;
		background: 0 0;
	}
}
.button {
	position: relative;
	display: inline-block;
	font-size: inherit;
	text-align: center;
	text-decoration: none;
}
.button:active,
.button:focus,
.button:hover {
	text-decoration: none;
}
.button--forget-password {
	padding: 0.5em 0.6em 0.4em;
	color: #fff;
	font-size: 12px;
	background: #3383d8;
	border: none;
	border-radius: 10px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.button--forget-password.active,
.button--forget-password.disabled,
.button--forget-password.focus,
.button--forget-password:active,
.button--forget-password:active:hover,
.button--forget-password:focus,
.button--forget-password:hover,
.button--forget-password[disabled] {
	color: #fff;
	background-color: #000;
	outline: 0;
}
.button--forget-password:visited {
	color: #fff;
}
.button--cta,
.button--hd {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	padding: 0.5em 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25em;
	border-radius: 100px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.button--cta,
	.button--hd {
		font-size: calc(((100vw - 320px) / 111.75) + 16px);
	}
}
@media screen and (max-width: 320px) {
	.button--cta,
	.button--hd {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.button--cta,
	.button--hd {
		width: 210px;
	}
}
@media screen and (max-width: 479px) {
	.button--cta,
	.button--hd {
		width: 190px;
	}
}
.button--cta:active,
.button--cta:focus,
.button--cta:hover,
.button--hd:active,
.button--hd:focus,
.button--hd:hover {
	color: #fff;
	text-decoration: none;
}
.button--cta {
	background: #00dd4d;
}
.button--cta .first::after {
	content: '\f061';
	margin-left: 5px;
	padding: 0 3px 2px 3px;
	font-family: FontAwesome;
	border: solid 2px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px 0 #000;
	box-shadow: 0 0 2px 0 #000;
}
.button--cta .second::after {
	content: '\f101';
	margin-left: 5px;
	padding: 0 3px 0 3px;
	font-family: FontAwesome;
}
.button--hd {
	margin-top: 0;
	margin-left: 6px;
	background: #144f92;
}
@media screen and (max-width: 767px) {
	.button--hd {
		margin-top: 6px;
		margin-left: auto;
	}
}
.button--hd .first::after {
	content: 'HD';
	margin-left: 5px;
	padding: 0 3px 0 3px;
	border: solid 2px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px 0 #000;
	box-shadow: 0 0 2px 0 #000;
}
.button--hd .second::after {
	content: '\f101';
	margin-left: 5px;
	padding: 0 3px 0 3px;
	font-family: FontAwesome;
}
.button-group--cta-hd {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.button-group--cta-hd .button--cta,
	.button-group--cta-hd .button--hd {
		display: block;
	}
}
.button--theme {
	display: block;
	max-width: 290px;
	margin: 0 auto;
	padding: 0.5em 1em;
	color: #fff;
	font-weight: 700;
	background: #dd7d00;
	border: 2px solid #915200;
	border-radius: 8px;
}
.button--theme:active,
.button--theme:focus,
.button--theme:hover {
	color: #fff;
}
.page-post-out .section-reathanks-header.catch_qtr,
.page-thanks_success .section-reathanks-header.catch_qtr {
	background: #000;
}
.page-post-out .section-reathanks-header.catch_qtr .reathanks-header__logo,
.page-thanks_success
	.section-reathanks-header.catch_qtr
	.reathanks-header__logo {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 15px auto 0;
}
@media screen and (max-width: 479px) {
	.page-post-out .section-reathanks-header.catch_qtr .reathanks-header__logo,
	.page-thanks_success
		.section-reathanks-header.catch_qtr
		.reathanks-header__logo {
		max-width: 125px;
		margin: 15px auto;
	}
}
.page-post-out .section-reathanks-content.catch_qtr,
.page-thanks_success .section-reathanks-content.catch_qtr {
	min-height: 81vh;
	padding: 20px 0 50px;
	background-color: #000;
	background-image: url(../images/REA_QTR1_en-gb_BG.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
	.page-post-out .section-reathanks-content.catch_qtr,
	.page-thanks_success .section-reathanks-content.catch_qtr {
		background-position: 25% center;
	}
}
@media screen and (max-width: 479px) {
	.page-post-out .section-reathanks-content.catch_qtr,
	.page-thanks_success .section-reathanks-content.catch_qtr {
		min-height: 0;
		padding: 0 15px 5px;
		background: #000;
	}
}
.page-post-out .section-reathanks-content.catch_qtr p,
.page-thanks_success .section-reathanks-content.catch_qtr p {
	line-height: 1.25em;
}
.page-post-out .section-reathanks-content.catch_qtr .button,
.page-thanks_success .section-reathanks-content.catch_qtr .button {
	position: relative;
	width: 260px;
	padding: 0.5em 0;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	background: #dd7d00;
	border: 3px solid #fff;
}
.page-post-out .section-reathanks-content.catch_qtr .button::after,
.page-post-out .section-reathanks-content.catch_qtr .button::before,
.page-thanks_success .section-reathanks-content.catch_qtr .button::after,
.page-thanks_success .section-reathanks-content.catch_qtr .button::before {
	position: absolute;
	top: 0.1em;
	font-family: FontAwesome;
	font-size: 1.5em;
}
.page-post-out .section-reathanks-content.catch_qtr .button::before,
.page-thanks_success .section-reathanks-content.catch_qtr .button::before {
	content: '\f061';
	left: 10px;
	width: auto;
	height: auto;
	-webkit-transition: none;
	transition: none;
	opacity: 1;
}
.page-post-out .section-reathanks-content.catch_qtr .button::after,
.page-thanks_success .section-reathanks-content.catch_qtr .button::after {
	content: '\f060';
	right: 10px;
}
.page-post-out
	.section-reathanks-content.catch_qtr
	.reathanks-content__container,
.page-thanks_success
	.section-reathanks-content.catch_qtr
	.reathanks-content__container {
	max-width: 360px;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 12px;
}
@media screen and (max-width: 479px) {
	.page-post-out
		.section-reathanks-content.catch_qtr
		.reathanks-content__container,
	.page-thanks_success
		.section-reathanks-content.catch_qtr
		.reathanks-content__container {
		padding: 15px 10px;
		border: 0;
		border-radius: 0;
	}
}
.page-post-out .section-reathanks-content.catch_qtr .reathanks-content__heading,
.page-thanks_success
	.section-reathanks-content.catch_qtr
	.reathanks-content__heading {
	margin-top: 0;
	color: #000;
	font-size: 28px;
}
@media screen and (max-width: 479px) {
	.page-post-out
		.section-reathanks-content.catch_qtr
		.reathanks-content__heading,
	.page-thanks_success
		.section-reathanks-content.catch_qtr
		.reathanks-content__heading {
		font-size: 24px;
	}
}
.page-post-out
	.section-reathanks-content.catch_qtr
	.reathanks-content__thanks-icons,
.page-thanks_success
	.section-reathanks-content.catch_qtr
	.reathanks-content__thanks-icons {
	margin: 15px -15px -15px -15px;
	background: #fff;
	border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 479px) {
	.page-post-out
		.section-reathanks-content.catch_qtr
		.reathanks-content__thanks-icons,
	.page-thanks_success
		.section-reathanks-content.catch_qtr
		.reathanks-content__thanks-icons {
		margin: 15px -10px -15px -10px;
	}
}
.page-post-out .section-reathanks-content.catch_qtr .reathanks-content__heading,
.page-thanks_success
	.section-reathanks-content.catch_qtr
	.reathanks-content__heading {
	margin-top: 0;
	color: #000;
	font-size: 28px;
	font-weight: 700;
}
@media screen and (max-width: 479px) {
	.page-post-out
		.section-reathanks-content.catch_qtr
		.reathanks-content__heading,
	.page-thanks_success
		.section-reathanks-content.catch_qtr
		.reathanks-content__heading {
		font-size: 24px;
	}
}
.page-post-out
	.section-reathanks-content.catch_qtr
	.reathanks-content__thanks-icons,
.page-thanks_success
	.section-reathanks-content.catch_qtr
	.reathanks-content__thanks-icons {
	margin: 15px auto -10px;
}
.page-post-out
	.section-reathanks-content.catch_qtr
	.reathanks-content__thanks-icons
	.item,
.page-thanks_success
	.section-reathanks-content.catch_qtr
	.reathanks-content__thanks-icons
	.item {
	display: inline;
}
.page-post-out .section-reathanks-content.catch_qtr .thanks-icons,
.page-thanks_success .section-reathanks-content.catch_qtr .thanks-icons {
	margin: 5px;
}
.page-post-out .section-reathanks-content.catch_qtr .footer-text,
.page-thanks_success .section-reathanks-content.catch_qtr .footer-text {
	font-size: 14px;
	font-style: italic;
}
.page-post-out #reaThanksPrivacyModal,
.page-thanks_success #reaThanksPrivacyModal {
	color: #000;
	font-size: 13px;
	text-shadow: none;
}
.page-post-out #reaThanksPrivacyModal .modal-dialog,
.page-thanks_success #reaThanksPrivacyModal .modal-dialog {
	width: 600px;
	margin: 30px auto;
	background: #fff;
	border-radius: 13px;
}
@media screen and (max-width: 767px) {
	.page-post-out #reaThanksPrivacyModal .modal-dialog,
	.page-thanks_success #reaThanksPrivacyModal .modal-dialog {
		width: auto;
		margin: 10px;
	}
}
.page-post-out #reaThanksPrivacyModal .modal-body,
.page-thanks_success #reaThanksPrivacyModal .modal-body {
	overflow-y: auto;
	height: 70vh;
	padding: 15px 15px 0;
}
.page-post-out #reaThanksPrivacyModal .modal-body ol ol,
.page-thanks_success #reaThanksPrivacyModal .modal-body ol ol {
	list-style: lower-roman outside;
}
.page-post-out #reaThanksPrivacyModal .modal-body ol ol ol,
.page-thanks_success #reaThanksPrivacyModal .modal-body ol ol ol {
	list-style: lower-alpha outside;
}
.page-post-out #reaThanksPrivacyModal .modal-body ol ol ol ol,
.page-thanks_success #reaThanksPrivacyModal .modal-body ol ol ol ol {
	list-style: lower-greek outside;
}
.page-post-out #reaThanksPrivacyModal button.close,
.page-thanks_success #reaThanksPrivacyModal button.close {
	padding: 2px;
	color: #a80000;
	font-size: 20px;
	line-height: 14px;
	background: #f2f2f2;
	border: 2px solid #bababa;
	border-radius: 5px;
	opacity: 1;
	cursor: pointer;
}
.page-post-out #reaThanksPrivacyModal a,
.page-post-out #reaThanksPrivacyModal a:active,
.page-post-out #reaThanksPrivacyModal a:focus,
.page-post-out #reaThanksPrivacyModal a:hover,
.page-thanks_success #reaThanksPrivacyModal a,
.page-thanks_success #reaThanksPrivacyModal a:active,
.page-thanks_success #reaThanksPrivacyModal a:focus,
.page-thanks_success #reaThanksPrivacyModal a:hover {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
	-webkit-transition: none;
	transition: none;
}
body,
html {
	margin: 0;
	padding: 0;
}
body {
	min-width: 320px;
	color: #000;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	background: #fff;
}
@media screen and (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
}
footer {
	margin-top: 0;
}
p {
	margin-bottom: 1.25em;
	line-height: 1.35em;
}
.update-timestamp {
	font-size: 14px;
	text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.rules-regulations-list li > a,
p > a {
	color: #2644c5;
	font-weight: 700;
	text-decoration: underline;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.rules-regulations-list li > a:active,
.rules-regulations-list li > a:focus,
.rules-regulations-list li > a:hover,
p > a:active,
p > a:focus,
p > a:hover {
	color: #000;
}
a.anchor {
	color: inherit;
	text-decoration: none;
}
.section-hero {
	position: relative;
	margin-top: -50px;
	padding-top: 100px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.section-hero {
		margin-top: -60px;
		padding-top: 80px;
	}
}
.section-hero .hero-heading {
	margin: 0 auto 0.75em;
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #000;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.section-hero .hero-heading {
		font-size: calc(((100vw - 768px) / 31.8571) + 21px);
	}
}
@media screen and (max-width: 768px) {
	.section-hero .hero-heading {
		font-size: 21px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.section-hero .hero-heading {
		font-size: calc(((100vw - 320px) / 89.4) + 15px);
		margin-top: 50px;
	}
}
@media screen and (max-width: 320px) {
	.section-hero .hero-heading {
		font-size: 15px;
	}
}
.section-hero .hero-heading span {
	display: block;
	line-height: 1em;
}
.section-hero .hero-heading--large {
	font-size: 2.5em;
	font-weight: 700;
}
.section-hero .hero-heading__divider {
	display: block;
	width: 40vw;
	max-width: 500px;
	height: 2px;
	margin: 15px auto;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(255, 255, 255, 0.05)),
		color-stop(50%, rgba(255, 255, 255, 0.9)),
		to(rgba(255, 255, 255, 0.05))
	);
	background: linear-gradient(
		to left,
		rgba(255, 255, 255, 0.05) 0,
		rgba(255, 255, 255, 0.9) 50%,
		rgba(255, 255, 255, 0.05) 100%
	);
}
@media screen and (max-width: 767px) {
	.section-hero .hero-heading__divider {
		width: 70vw;
		max-width: 320px;
		height: 1px;
	}
}
.section-hero .hero-background {
	z-index: -10;
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.section-hero .hero-background::after,
.section-hero .hero-background::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
}
.section-hero .hero-background::before {
	background-color: #0d295c;
}
.section-hero .hero-background::after {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section-hero .hero-background--9-masks-of-fire::before {
	background-color: #932a11;
}
.section-hero .hero-background--9-masks-of-fire::after {
	background-image: url(../images/QTR_hero-background-9-masks-of-fire.jpg);
}
@media screen and (max-width: 767px) {
	.section-hero .hero-background--9-masks-of-fire::after {
		background-position: -220px 30%;
		background-size: 1200px auto;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		opacity: 0.7;
	}
}
.section-hero .hero-background--amazing-link-zeus::before {
	background-color: #80648e;
}
.section-hero .hero-background--amazing-link-zeus::after {
	background-image: url(../images/QTR_hero-background-amazing-link-zeus.jpg);
}
@media screen and (max-width: 1199px) {
	.section-hero .hero-background--amazing-link-zeus::after {
		background-position: 40% 100%;
	}
}
@media screen and (max-width: 767px) {
	.section-hero .hero-background--amazing-link-zeus::after {
		background-position: -174px bottom;
		background-size: 1200px auto;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		opacity: 0.5;
	}
}
.section-hero .hero-background--blackjack::after {
	background-image: url(../images/QTR_hero-background-blackjack.jpg);
	background-position: center;
}
@media screen and (max-width: 767px) {
	.section-hero .hero-background--blackjack::after {
		background-image: url(../images/QTR_hero-background-blackjack-smallscreen.fs8.png);
		background-position: center -30%;
		background-size: auto;
	}
}
.section-hero .hero-background--bonus::after {
	background-image: url(../images/QTR_hero-background-bonus.jpg);
}
@media screen and (max-width: 767px) {
	.section-hero .hero-background--bonus::after {
		background-image: url(../images/QTR_hero-background-bonus-smallscreen.fs8.png);
		background-position: center 10%;
		background-size: auto;
	}
}
.section-hero .hero-background--casino-games::after {
	background-image: url(../images/QTR_hero-background-casinogames-v2.jpg);
}
@media screen and (max-width: 767px) {
	.section-hero .hero-background--casino-games::after {
		background-image: url(../images/QTR_hero-background-casinogames-smallscreen-v2.png);
		background-position: calc(50% + 50px) 100px;
		background-size: 575px auto;
	}
}
.section-hero .hero-background--cr-20-year-celebration::before {
	background-color: #012514;
}
.section-hero .hero-background--cr-20-year-celebration::after {
	background-image: url(../images/QTR_hero-background-cr-20-year-celebration.jpg);
}
@media screen and (max-width: 767px) {
	.section-hero .hero-background--cr-20-year-celebration::after {
		background-position: calc(100% + 140px) -30px;
		background-size: 1000px auto;
		opacity: 0.65;
	}
}
.section-hero .hero-background--cr-hyper-strike::before {
	background-color: #148472;
}
.section-hero .hero-background--cr-hyper-strike::after {
	background-image: url(../images/QTR_hero-background-cr-hyper-strike.jpg);
}
@media screen and (max-width: 1199px) {
	.section-hero .hero-background--cr-hyper-strike::after {
		background-position: 25% center;
	}
}
@media screen and (max-width: 767px) {
	.section-hero .hero-background--cr-hyper-strike::after {
		background-position: calc(100% + 140px) -30px;
		background-size: cover;
		opacity: 0.85;
	}
}
.section-hero .hero-background--cr-midnight-assassin::before {
	background-color: #835ac3;
}
.section-hero .hero-background--cr-midnight-assassin::after {
	background-image: url(../images/QTR_hero-background-cr-midnight-assassin.jpg);
}
@media screen and (max-width: 767px) {
	.section-hero .hero-background--cr-midnight-assassin::after {
		background-position: -220px top;
		background-size: 1200px auto;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		opacity: 0.7;
	}
}
.section-hero .hero-background--immortal-romance::after {
	background-image: url(../images/QTR_hero-background-immortal-romance.jpg);
}
@media screen and (max-width: 991px) {
	.section-hero .hero-background--immortal-romance::after {
		background-position: 70% top;
	}
}
.section-hero .hero-background--roulette::after {
	background-image: url(../images/QTR_hero-background-roulette.jpg);
	background-position: 0 100%;
}
@media screen and (max-width: 767px) {
	.section-hero .hero-background--roulette::after {
		background-image: url(../images/QTR_hero-background-roulette-smallscreen.fs8.png);
		background-position: center 100%;
		background-size: auto;
	}
}
.section-hero .hero-background--slots::after {
	background-image: url(../images/QTR_hero-background-slots.jpg);
	background-position: 0 center;
}
@media screen and (max-width: 767px) {
	.section-hero .hero-background--slots::after {
		background-image: url(../images/QTR_hero-background-slots-smallscreen.fs8.png);
		background-position: center 10%;
		background-size: auto;
	}
}
.section-hero .hero-background--slots-immortal-romance::after {
	background-image: url(../images/QTR_hero-background-slots-immortal-romance.jpg);
	background-position: 0 center;
}
@media screen and (max-width: 767px) {
	.section-hero .hero-background--slots-immortal-romance::after {
		background-image: url(../images/QTR_hero-background-slots-immortal-romance-smallscreen.jpg);
		background-position: center 65%;
		background-size: auto;
	}
}
.section-hero .hero-background--slots-mega-moolah::after {
	background-image: url(../images/QTR_hero-background-slots-mega-moolah.jpg);
}
@media screen and (max-width: 991px) {
	.section-hero .hero-background--slots-mega-moolah::after {
		background-image: -webkit-gradient(
				linear,
				right top,
				left top,
				color-stop(0, rgba(0, 0, 0, 0.25)),
				to(rgba(0, 0, 0, 0.25))
			),
			url(../images/QTR_hero-background-slots-mega-moolah.jpg);
		background-image: linear-gradient(
				to left,
				rgba(0, 0, 0, 0.25) 0,
				rgba(0, 0, 0, 0.25) 100%
			),
			url(../images/QTR_hero-background-slots-mega-moolah.jpg);
		background-position: 25% 100%;
	}
}
.section-hero .hero-background--slots-thunderstruck-ii::after {
	background-image: url(../images/QTR_hero-background-slots-thunderstruck-ii.jpg);
	background-position: center;
}
@media screen and (max-width: 767px) {
	.section-hero .hero-background--slots-thunderstruck-ii::after {
		background-image: url(../images/QTR_hero-background-slots-thunderstruck-ii-smallscreen.jpg);
		background-position: center 100%;
		background-size: cover;
	}
}
.section-hero .hero-background--thunderstruck-wild-lightning::before {
	background-color: #123aa3;
}
.section-hero .hero-background--thunderstruck-wild-lightning::after {
	/* background-image: url(../images/bg.png); */
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/picture2.webp);
	background-size: cover;
	background-position: center 30%;
}
@media screen and (max-width: 1199px) {
	.section-hero .hero-background--thunderstruck-wild-lightning::after {
		background-position: 40% 100%;
	}
}
@media screen and (max-width: 767px) {
	.section-hero .hero-background--thunderstruck-wild-lightning::after {
		background-position: -240px top;
		background-size: 1400px auto;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		opacity: 0.7;
	}
}
.section-hero .hero-background--video-poker::after {
	background-image: url(../images/QTR_hero-background-videopoker.jpg);
	background-position: 0 center;
}
@media screen and (max-width: 767px) {
	.section-hero .hero-background--video-poker::after {
		background-image: url(../images/QTR_hero-background-videopoker-smallscreen.fs8.png);
		background-position: center 30%;
		background-size: auto;
	}
}
@media screen and (max-width: 767px) and (max-height: 414px) and (orientation: landscape) {
	html.mobile .section-hero .hero-heading__divider {
		height: calc(78px + 0.0314 * (100vw - 321px));
		margin: 0;
		background: 0 0;
	}
}
@media screen and (max-width: 767px) and (max-height: 414px) and (orientation: landscape) {
	html.mobile .section-hero .row--cta div {
		position: relative;
		display: block;
		margin-top: calc(-111px + -0.0627 * (100vw - 321px));
	}
}
.section-muted-hero {
	position: relative;
	margin-top: -80px;
	padding-top: 80px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.section-muted-hero {
		margin-top: -60px;
	}
}
.section-muted-hero::before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#144f92),
		color-stop(33%, #0d295c),
		color-stop(67%, #0d295c),
		to(#144f92)
	);
	background-image: linear-gradient(
		to right,
		#144f92 0,
		#0d295c 33%,
		#0d295c 67%,
		#144f92 100%
	);
}
.section-muted-hero h1 {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 0 140px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.section-muted-hero h1 {
		padding: 60px 0 80px;
	}
}
.section-muted-hero .button {
	margin: 10px auto 0;
}
.section-general-content {
	padding: 30px 0;
}
.section-general-content h3 {
	font-weight: 700;
}
.section-carousel {
	position: relative;
}
.section-carousel .carousel-nav--large-screen {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.section-carousel .carousel-nav--large-screen {
		display: none;
	}
}
.section-carousel .carousel-nav--large-screen ul {
	display: inline-block;
	margin: 0 auto;
	padding-left: 0;
	text-align: center;
}
.section-carousel .carousel-nav--large-screen ul li {
	display: inline-block;
	width: 44px;
	margin: 0 -1px;
	padding-bottom: 2px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#5d5d5d),
		to(#3d3d3d)
	);
	background: linear-gradient(to bottom, #5d5d5d 0, #3d3d3d 100%);
	cursor: pointer;
}
.section-carousel .carousel-nav--large-screen ul li.active {
	color: #f7fa00;
	background: #202020;
}
.section-carousel .carousel-nav--large-screen ul li span {
	display: block;
	margin-top: -4px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1em;
}
.section-carousel .carousel-nav--small-screen {
	z-index: 5;
	position: absolute;
	left: 0;
	right: 0;
	padding-top: 20px;
	color: #f7fa00;
	font-size: 44px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.section-carousel .carousel-nav--small-screen {
		display: none;
	}
}
.section-carousel .carousel-nav--small-screen .fa {
	cursor: pointer;
}
.section-carousel .carousel-nav--small-screen .fa-angle-left {
	margin-right: 60px;
}
.section-carousel .carousel-nav--small-screen .fa-angle-right {
	margin-left: 60px;
}
.section-carousel .carousel {
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	background: #202020;
}
@media screen and (max-width: 767px) {
	.section-carousel .carousel {
		text-align: center;
	}
}
.section-carousel .carousel-image {
	display: block;
	width: 100%;
	max-width: 290px;
	height: 164px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: auto;
	background: 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 164px;
	border: 1px solid #fff;
	-webkit-box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.74);
	box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.74);
}
@media screen and (max-width: 767px) {
	.section-carousel .carousel-image {
		margin-right: auto;
	}
}
.section-carousel .carousel-text {
	padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
	.section-carousel .carousel-text {
		padding: 25px 0 0;
	}
}
.section-carousel .carousel-text__day {
	display: inline-block;
	margin: 0 auto 15px;
	padding: 2px 4px 0;
	color: #f7fa00;
	text-align: center;
	border: 1px solid #f7fa00;
}
.section-carousel .carousel-text__day span {
	display: block;
	margin-top: -4px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1em;
}
.section-carousel .carousel-text__details {
	margin: 0 auto 0.25em;
	font-size: 24px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.section-carousel .carousel-text__details {
		margin: 0 auto;
	}
}
.section-carousel .carousel-text__details span {
	display: block;
	color: #f7fa00;
}
.section-carousel .item--9-masks-of-fire {
	background-color: #360c04;
	background-image: radial-gradient(
		circle at center,
		rgba(151, 24, 36, 0.4) 0,
		rgba(151, 24, 36, 0) 85%
	);
}
.section-carousel .item--9-masks-of-fire .carousel-image {
	background-image: url(../images/QTR_freespins-games-9-masks-of-fire.jpg);
}
.section-carousel .item--amazing-link-zeus {
	background-color: #3f334e;
	background-image: radial-gradient(
		circle at center,
		rgba(139, 111, 184, 0.4) 0,
		rgba(139, 111, 184, 0) 85%
	);
}
.section-carousel .item--amazing-link-zeus .carousel-image {
	background-image: url(../images/QTR_freespins-games-amazing-link-zeus.jpg);
}
.section-carousel .item--cr-20-year-celebration {
	background-color: #011c10;
	background-image: radial-gradient(
		circle at center,
		rgba(33, 133, 44, 0.4) 0,
		rgba(33, 133, 44, 0) 85%
	);
}
.section-carousel .item--cr-20-year-celebration .carousel-image {
	background-image: url(../images/QTR_freespins-games-cr-20-year-celebration.jpg);
}
.section-carousel .item--cr-hyper-strike {
	background-color: #005043;
	background-image: radial-gradient(
		circle at center,
		rgba(65, 189, 143, 0.53) 0,
		rgba(65, 189, 143, 0) 85%
	);
}
.section-carousel .item--cr-hyper-strike .carousel-image {
	background-image: url(../images/QTR_freespins-games-cr-hyper-strike.jpg);
}
.section-carousel .item--cr-midnight-assassin {
	background-color: #291e44;
	background-image: radial-gradient(
		circle at center,
		rgba(119, 99, 169, 0.4) 0,
		rgba(119, 99, 169, 0) 85%
	);
}
.section-carousel .item--cr-midnight-assassin .carousel-image {
	background-image: url(../images/QTR_freespins-games-cr-midnight-assassin.jpg);
}
.section-carousel .item--immortal-romance {
	background-color: #000;
	background-image: radial-gradient(
		circle at center,
		rgba(255, 255, 255, 0.24) 0,
		rgba(255, 255, 255, 0) 85%
	);
}
.section-carousel .item--immortal-romance .carousel-image {
	background-image: url(../images/QTR_freespins-games-immortal-romance.jpg);
}
.section-carousel .item--thunderstruck-wild-lightning {
	background-color: #94168796;
	background-image: radial-gradient(circle at center, #94168700 0, #03041c 85%);
}
.section-carousel .item--thunderstruck-wild-lightning .carousel-image {
	background-image: url(../images/QTR_freespins-games-thunderstruck-wild-lightning.jpg);
}
.slots-games-logo {
	display: none;
	width: 100%;
	max-width: 200px;
	margin: 0 auto 20px;
}
.section-hero .slots-games-logo {
	margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
	.section-hero .slots-games-logo {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.section-introduction-text .slots-games-logo {
		display: block;
	}
}
.slots-games-screenshot {
	display: block;
	height: 186px;
	margin: 20px auto;
	background-size: 610px 186px;
}
.slots-games-screenshot:nth-of-type(1) {
	display: none;
}
@media screen and (max-width: 767px) {
	.slots-games-screenshot:nth-of-type(1) {
		display: block;
		width: 290px;
		background-position: 0 0;
	}
}
.slots-games-screenshot:nth-of-type(2) {
	display: none;
}
@media screen and (max-width: 767px) {
	.slots-games-screenshot:nth-of-type(2) {
		display: block;
		width: 290px;
		background-position: -320px 0;
	}
}
.slots-games-screenshot:nth-of-type(3) {
	width: 610px;
	margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
	.slots-games-screenshot:nth-of-type(3) {
		display: none;
	}
}
.section-introduction-text {
	padding-top: 30px;
	text-align: center;
}
.section-prefooter {
	padding: 20px 0;
	text-align: center;
	background: #f4f4f4;
}
.section-prefooter h2,
.section-prefooter h3 {
	margin-bottom: 0;
}
.section-prefooter .row-cta {
	margin: 25px auto;
}
.section-game-modal .modal-dialog {
	width: 830px;
}
.section-game-modal .modal-body iframe {
	width: 800px;
	height: 500px;
	background: #000;
}
.page-home .section-hero {
	padding-bottom: 75px;
}
.page-home .section-carousel {
	margin-top: -55px;
}
.page-home .latest-winners__header {
	padding: 5px 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #144f92;
}
.page-home .latest-winners__content {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	background: #deebfa;
}
.page-home .latest-winners-ticker {
	left: 0;
	top: 0;
	width: 3600px;
	font-size: 0;
	white-space: nowrap;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-animation: 72s linear infinite latest-winners-ticker-animation;
	animation: 72s linear infinite latest-winners-ticker-animation;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.page-home .latest-winners-ticker:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
.page-home .latest-winner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 300px;
	height: 70px;
	padding-right: 10px;
	padding-left: 40px;
	font-size: 16px;
	line-height: 70px;
}
.page-home .latest-winner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 20px;
	width: 30px;
	height: 30px;
	background: url('/images/person.svg') center center / cover no-repeat;
}
.page-home .latest-winner span {
	display: inline-block;
	line-height: normal;
	white-space: normal;
	vertical-align: middle;
}
@-webkit-keyframes latest-winners-ticker-animation {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		will-change: transform;
	}
}
@keyframes latest-winners-ticker-animation {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		will-change: transform;
	}
}
.page-home .section-introduction-text {
	text-align: left;
}
.page-home .section-introduction-text p:first-of-type {
	padding-top: 5px;
}
@media screen and (max-width: 767px) {
	.page-home .section-introduction-text p:first-of-type {
		padding-top: 30px;
	}
}
.page-home .section-games-gallery {
	padding: 30px 0 10px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.page-home .section-games-gallery {
		padding: 0 0 10px;
	}
}
.page-home .section-games-gallery .container-games-gallery {
	overflow-y: hidden;
}
@media screen and (max-width: 991px) {
	.page-home .section-games-gallery .container-games-gallery {
		height: 1182px;
	}
}
@media screen and (max-width: 767px) {
	.page-home .section-games-gallery .container-games-gallery {
		height: 1576px;
	}
}
.page-home .section-games-gallery .container-games-gallery.is-shown-more {
	height: auto;
}
.page-home .section-games-gallery .casino-games-link,
.page-home .section-games-gallery .show-more-games-link {
	margin: 10px auto;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
.page-home .section-games-gallery .show-more-games-link {
	display: none;
}
@media screen and (max-width: 991px) {
	.page-home .section-games-gallery .show-more-games-link {
		display: inline-block;
	}
}
.page-home .section-games-gallery .casino-games-link {
	display: inline-block;
}
@media screen and (max-width: 991px) {
	.page-home .section-games-gallery .casino-games-link {
		display: none;
	}
}
.page-home .game {
	position: relative;
	max-width: 262.5px;
	margin: 5px auto;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background: #fff;
	border: 1px solid #e0e0e0;
}
.page-home .game.is-hot::before {
	content: 'Hot';
	position: absolute;
	left: 12px;
	top: 3px;
	padding: 4px 8px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ff8177),
		to(#ff2e1e)
	);
	background: linear-gradient(to bottom, #ff8177 0, #ff2e1e 100%);
	-webkit-box-shadow: 1px 1px 2px #202020;
	box-shadow: 1px 1px 2px #202020;
	text-shadow: 1px 1px 2px #202020;
}
.page-home .game__name {
	position: absolute;
	bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	text-align: left;
	text-transform: uppercase;
}
.page-home .game__linkout {
	z-index: 10;
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 250px;
	height: 175px;
	cursor: pointer;
}
.page-home .game__image {
	width: 250px;
	height: 175px;
	background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(black),
			color-stop(40%, rgba(0, 0, 0, 0))
		),
		url(../images/QTR_games-gallery-sprite-v2_1x.jpg);
	background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 40%),
		url(../images/QTR_games-gallery-sprite-v2_1x.jpg);
	background-repeat: repeat-y, no-repeat;
	background-size: 2000px 175px, 2000px 525px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (min-resolution: 2dppx) {
	.page-home .game__image {
		background-image: -webkit-gradient(
				linear,
				left bottom,
				left top,
				from(black),
				color-stop(40%, rgba(0, 0, 0, 0))
			),
			url(../images/QTR_games-gallery-sprite-v2_2x.jpg);
		background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 40%),
			url(../images/QTR_games-gallery-sprite-v2_2x.jpg);
	}
}
.page-home .game--legacy-of-oz-hyperspins .game__image {
	background-position: 0 0;
}
.page-home .game--odins-riches .game__image {
	background-position: -250px 0;
}
.page-home .game--roar-of-thunder .game__image {
	background-position: -500px 0;
}
.page-home .game--hyper-gold .game__image {
	background-position: -750px 0;
}
.page-home .game--9-pots-of-gold .game__image {
	background-position: -1000px 0;
}
.page-home .game--elven-gold .game__image {
	background-position: -1250px 0;
}
.page-home .game--lara-croft-temples-and-tombs .game__image {
	background-position: -1500px 0;
}
.page-home .game--scarab-kingdom .game__image {
	background-position: -1750px 0;
}
.page-home .game--thunderstruck-ii .game__image {
	background-position: 0 -175px;
}
.page-home .game--ancient-fortunes-poseidon-megaways .game__image {
	background-position: -250px -175px;
}
.page-home .game--9-blazing-diamonds .game__image {
	background-position: -500px -175px;
}
.page-home .game--break-da-bank-again .game__image {
	background-position: -750px -175px;
}
.page-home .game--burlesque-by-dita .game__image {
	background-position: -1000px -175px;
}
.page-home .game--book-of-oz .game__image {
	background-position: -1250px -175px;
}
.page-home .game--african-quest .game__image {
	background-position: -1500px -175px;
}
.page-home .game--agent-jane-blonde-returns .game__image {
	background-position: -1750px -175px;
}
.page-home .game--alchemy-fortunes .game__image {
	background-position: 0 -350px;
}
.page-home .game--arena-of-gold .game__image {
	background-position: -250px -350px;
}
.page-home .game--deco-diamonds-deluxe .game__image {
	background-position: -500px -350px;
}
.page-home .game--immortal-creatures .game__image {
	background-position: -750px -350px;
}
.page-home .game--lucky-clucks .game__image {
	background-position: -1000px -350px;
}
.page-home .game--serengeti-gold .game__image {
	background-position: -1250px -350px;
}
.page-home .game--western-gold .game__image {
	background-position: -1500px -350px;
}
.page-home .game--tropical-wilds .game__image {
	background-position: -1750px -350px;
}
.page-home .section-prefooter h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 25px;
}
.page-home .section-prefooter h3 {
	margin-top: 20px;
	font-size: 28px;
	font-weight: 700;
}
.page-home .hero-background-loader {
	visibility: none;
	width: 0;
	height: 0;
}
.page-home .hero-background-loader.is-enabled {
	background-image: url(../images/QTR_hero-background-cr-midnight-assassin.jpg),
		url(../images/QTR_hero-background-9-masks-of-fire.jpg),
		url(../images/QTR_hero-background-immortal-romance.jpg),
		url(../images/QTR_hero-background-cr-20-year-celebration.jpg),
		url(../images/QTR_hero-background-amazing-link-zeus.jpg),
		url(../images/QTR_hero-background-cr-hyper-strike.jpg);
}
.page-bonus {
	counter-reset: bonusListCount;
}
@media screen and (max-width: 767px) {
	.page-bonus .section-hero {
		padding-bottom: 100px;
	}
}
.page-bonus .section-how-to-claim-banner {
	padding: 10px 0;
	text-align: center;
	background: #f4f4f4;
}
.page-bonus .section-how-to-claim-banner h2 {
	position: relative;
	padding: 0 15px;
}
.page-bonus .section-how-to-claim-banner h2::after,
.page-bonus .section-how-to-claim-banner h2::before {
	content: '\f175';
	position: absolute;
	bottom: -50px;
	color: red;
	font-family: FontAwesome;
	font-size: 60px;
}
.page-bonus .section-how-to-claim-banner h2::before {
	left: 0;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.page-bonus .section-how-to-claim-banner h2::after {
	right: 0;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.page-bonus .section-bonus-details ol {
	padding-left: 0;
	list-style-type: none;
}
.page-bonus .section-bonus-details ol li::before {
	font-weight: 700;
}
.page-bonus .section-bonus-details ol > li + li {
	margin-top: 1em;
}
.page-bonus .section-bonus-details--start {
	padding: 50px 0 25px;
}
.page-bonus .section-bonus-details--continued ol > li,
.page-bonus .section-bonus-details--start ol > li {
	counter-increment: bonusListCount;
}
.page-bonus .section-bonus-details--continued ol li::before,
.page-bonus .section-bonus-details--start ol > li::before {
	content: counter(bonusListCount) '. ';
}
.page-bonus .section-bonus-details--continued {
	padding: 25px 0;
}
.page-bonus .section-bonus-details small {
	display: block;
	line-height: 1.25em;
}
.page-bonus .deposit-boxes-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 auto 1em;
	padding-left: 0;
	text-align: center;
	list-style-type: none;
}
@media screen and (max-width: 767px) {
	.page-bonus .deposit-boxes-list {
		max-width: 480px;
	}
}
.page-bonus .deposit-box {
	width: 360px;
	margin: 1em auto 0;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	background: #144f92;
	border: 1px solid #0d295c;
	border-radius: 8px;
}
@media screen and (max-width: 1199px) {
	.page-bonus .deposit-box {
		width: 300px;
	}
}
@media screen and (max-width: 991px) {
	.page-bonus .deposit-box {
		width: 290px;
	}
}
.page-bonus .deposit-box span {
	display: block;
}
.page-bonus .deposit-box small {
	font-size: 0.688em;
}
@media screen and (max-width: 767px) {
	.page-casino-games .section-hero {
		padding-bottom: 200px;
	}
}
.page-casino-games .section-casino-games {
	padding: 30px 0;
}
@media screen and (max-width: 767px) {
	.page-casino-games .section-casino-games {
		text-align: center;
	}
}
.page-casino-games .section-casino-games h2 {
	margin-top: 0;
}
.page-casino-games .section-casino-games .button--theme {
	margin-top: 20px;
}
.page-casino-games .section-casino-games:nth-of-type(odd) {
	background: #fff;
}
.page-casino-games .section-casino-games:nth-of-type(even) {
	background: #f4f4f4;
}
.page-casino-games .casino-games__image {
	content: '';
	display: block;
	width: 350px;
	height: 205px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	.page-casino-games .casino-games__image {
		width: 100%;
		height: calc(0.577 * (100vw - 30px));
		max-height: 202px;
	}
}
.page-casino-games .section-casino-games--slots .casino-games__image {
	background-image: url(../images/QTR_casinogames-slots.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (min-resolution: 2dppx) {
	.page-casino-games .section-casino-games--slots .casino-games__image {
		background-image: url(../images/QTR_casinogames-slots_2x.jpg);
	}
}
@media screen and (max-width: 767px) {
	.page-casino-games .section-casino-games--slots .casino-games__image {
		background-image: url(../images/QTR_casinogames-slots-smallscreen.jpg);
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px),
	screen and (min-resolution: 2dppx) and (max-width: 767px) {
	.page-casino-games .section-casino-games--slots .casino-games__image {
		background-image: url(../images/QTR_casinogames-slots-smallscreen_2x.jpg);
	}
}
.page-casino-games .section-casino-games--blackjack .casino-games__image {
	background-image: url(../images/QTR_casinogames-blackjack.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (min-resolution: 2dppx) {
	.page-casino-games .section-casino-games--blackjack .casino-games__image {
		background-image: url(../images/QTR_casinogames-blackjack_2x.jpg);
	}
}
@media screen and (max-width: 767px) {
	.page-casino-games .section-casino-games--blackjack .casino-games__image {
		background-image: url(../images/QTR_casinogames-blackjack-smallscreen.jpg);
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px),
	screen and (min-resolution: 2dppx) and (max-width: 767px) {
	.page-casino-games .section-casino-games--blackjack .casino-games__image {
		background-image: url(../images/QTR_casinogames-blackjack-smallscreen_2x.jpg);
	}
}
.page-casino-games .section-casino-games--roulette .casino-games__image {
	background-image: url(../images/QTR_casinogames-roulette.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (min-resolution: 2dppx) {
	.page-casino-games .section-casino-games--roulette .casino-games__image {
		background-image: url(../images/QTR_casinogames-roulette_2x.jpg);
	}
}
@media screen and (max-width: 767px) {
	.page-casino-games .section-casino-games--roulette .casino-games__image {
		background-image: url(../images/QTR_casinogames-roulette-smallscreen.jpg);
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px),
	screen and (min-resolution: 2dppx) and (max-width: 767px) {
	.page-casino-games .section-casino-games--roulette .casino-games__image {
		background-image: url(../images/QTR_casinogames-roulette-smallscreen_2x.jpg);
	}
}
.page-casino-games .section-casino-games--video-poker .casino-games__image {
	background-image: url(../images/QTR_casinogames-videopoker.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (min-resolution: 2dppx) {
	.page-casino-games .section-casino-games--video-poker .casino-games__image {
		background-image: url(../images/QTR_casinogames-videopoker_2x.jpg);
	}
}
@media screen and (max-width: 767px) {
	.page-casino-games .section-casino-games--video-poker .casino-games__image {
		background-image: url(../images/QTR_casinogames-videopoker-smallscreen.jpg);
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px),
	screen and (min-resolution: 2dppx) and (max-width: 767px) {
	.page-casino-games .section-casino-games--video-poker .casino-games__image {
		background-image: url(../images/QTR_casinogames-videopoker-smallscreen_2x.jpg);
	}
}
.page-casino-games .section-casino-games--progressive .casino-games__image {
	background-image: url(../images/QTR_casinogames-progressive.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (min-resolution: 2dppx) {
	.page-casino-games .section-casino-games--progressive .casino-games__image {
		background-image: url(../images/QTR_casinogames-progressive_2x.jpg);
	}
}
@media screen and (max-width: 767px) {
	.page-casino-games .section-casino-games--progressive .casino-games__image {
		background-image: url(../images/QTR_casinogames-progressive-smallscreen.jpg);
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px),
	screen and (min-resolution: 2dppx) and (max-width: 767px) {
	.page-casino-games .section-casino-games--progressive .casino-games__image {
		background-image: url(../images/QTR_casinogames-progressive-smallscreen_2x.jpg);
	}
}
.page-casino-games .jackpots-list .jackpots-list__item,
.page-casino-games
	.jackpots-list
	.jackpots-list__item.jackpots-list__item--featured
	> div {
	-webkit-box-shadow: 0 0 4px #6b6b6b;
	box-shadow: 0 0 4px #6b6b6b;
}
.page-casino-games
	.jackpots-list
	.jackpots-list__item.jackpots-list__item--featured {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.page-casino-games .total-jackpots {
	margin-bottom: 20px;
	padding-top: 3px;
	color: #000;
	font-size: 16px;
	text-align: center;
	border: 0;
}
.page-casino-games .total-jackpots span {
	font-weight: 700;
}
.page-casino-games .section-prefooter {
	background: #fff;
}
@media screen and (max-width: 767px) {
	.page-slots .section-hero {
		padding-bottom: 200px;
	}
}
.page-slots .section-slots-details {
	padding: 25px 0;
}
@media screen and (max-width: 767px) {
	.page-slots .section-slots-details {
		padding: 15px 0;
	}
}
.page-slots .section-slots-games {
	padding: 25px 0;
	background: #f4f4f4;
}
@media screen and (max-width: 767px) {
	.page-slots .section-slots-games {
		padding: 15px 0;
		text-align: center;
	}
}
.page-slots .section-slots-games h4 {
	margin-top: 0;
}
.page-slots .section-slots-games .day-indicator {
	display: inline-block;
	margin: 0 auto;
	padding: 2px 4px 0;
	color: #5d5d5d;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	border: 2px solid #5d5d5d;
}
.page-slots .section-slots-games .day-indicator span {
	display: block;
	margin-top: -4px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1em;
}
.page-slots .section-slots-games .slots-game-image {
	width: 214px;
	height: 120px;
	margin-left: 65px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 120px;
}
@media screen and (max-width: 1199px) {
	.page-slots .section-slots-games .slots-game-image {
		margin-left: 15px;
	}
}
@media screen and (max-width: 767px) {
	.page-slots .section-slots-games .slots-game-image {
		margin: 15px auto;
	}
}
.page-slots .section-slots-games--heading {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.page-slots .section-slots-games--amazing-link-zeus,
	.page-slots .section-slots-games--cr-20-year-celebration,
	.page-slots .section-slots-games--immortal-romance {
		background: #fff;
	}
}
.page-slots .section-slots-games--9-masks-of-fire .slots-game-image {
	background-image: url(../images/QTR_freespins-games-9-masks-of-fire.jpg);
}
.page-slots .section-slots-games--amazing-link-zeus .slots-game-image {
	background-image: url(../images/QTR_freespins-games-amazing-link-zeus.jpg);
}
.page-slots .section-slots-games--cr-20-year-celebration .slots-game-image {
	background-image: url(../images/QTR_freespins-games-cr-20-year-celebration.jpg);
}
.page-slots .section-slots-games--cr-hyper-strike .slots-game-image {
	background-image: url(../images/QTR_freespins-games-cr-hyper-strike.jpg);
}
.page-slots .section-slots-games--cr-midnight-assassin .slots-game-image {
	background-image: url(../images/QTR_freespins-games-cr-midnight-assassin.jpg);
}
.page-slots .section-slots-games--immortal-romance .slots-game-image {
	background-image: url(../images/QTR_freespins-games-immortal-romance.jpg);
}
.page-slots
	.section-slots-games--thunderstruck-wild-lightning
	.slots-game-image {
	background-image: url(../images/QTR_freespins-games-thunderstruck-wild-lightning.jpg);
}
.page-slots .section-prefooter {
	background: #fff;
}
@media screen and (max-width: 767px) {
	.page-blackjack .section-hero {
		padding-bottom: 200px;
	}
}
.page-blackjack .section-blackjack-games-list {
	padding: 25px 0;
	text-align: center;
	background: #f4f4f4;
}
@media screen and (max-width: 767px) {
	.page-blackjack .section-blackjack-games-list {
		padding: 15px 0;
	}
}
.page-blackjack .blackjack-games-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 768px;
	margin: 30px auto;
	padding-left: 0;
	list-style-type: none;
}
.page-blackjack .blackjack-games-list li {
	padding: 10px;
}
.page-blackjack .blackjack-games-list span {
	display: block;
	width: 225px;
	margin: 0 auto 8px;
	padding: 4px;
	color: #fff;
	background: #000;
	border-radius: 4px;
}
.page-blackjack .blackjack-games-list img {
	width: 290px;
	height: 128px;
	background-image: url(../images/QTR_blackjack-games-list-sprite.jpg);
	background-size: 290px 512px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (min-resolution: 2dppx) {
	.page-blackjack .blackjack-games-list img {
		background-image: url(../images/QTR_blackjack-games-list-sprite_2x.jpg);
	}
}
.page-blackjack .blackjack-game--classic img {
	background-position: 0 0;
}
.page-blackjack .blackjack-game--vegas-strip img {
	background-position: 0 -128px;
}
.page-blackjack .blackjack-game--atlantic-city img {
	background-position: 0 -256px;
}
.page-blackjack .blackjack-game--european img {
	background-position: 0 -384px;
}
.page-blackjack .section-blackjack-tips {
	padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
	.page-blackjack .section-blackjack-tips {
		padding: 15px 0 0;
	}
}
.page-blackjack .section-blackjack-tips span {
	display: block;
	font-size: 20px;
}
.page-blackjack .blackjack-tips-list {
	max-width: 400px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	list-style-type: none;
}
.page-blackjack .blackjack-tips-list li {
	position: relative;
	padding-left: 50px;
}
.page-blackjack .blackjack-tips-list li + li {
	margin-top: 1em;
}
.page-blackjack .blackjack-tips-list li::before {
	content: '\f00c';
	position: absolute;
	left: 0;
	top: 8px;
	color: #39b54a;
	font-family: FontAwesome;
	font-size: 32px;
}
.page-blackjack .section-prefooter {
	background: #fff;
}
@media screen and (max-width: 767px) {
	.page-roulette .section-hero {
		padding-bottom: 200px;
	}
}
.page-roulette .section-roulette-pitch {
	padding: 25px 0 0;
	text-align: center;
	background: #f4f4f4;
}
@media screen and (max-width: 767px) {
	.page-roulette .section-roulette-pitch {
		padding: 15px 0 0;
	}
}
.page-roulette .section-roulette-pitch p {
	margin-bottom: 0;
}
.page-roulette .section-roulette-pitch .roulette-wheel {
	width: 100%;
	height: 163px;
	background-image: url(../images/QTR_roulette-wheel.jpg);
	background-repeat: no-repeat;
	background-position: center 100%;
	background-size: 1250px 163px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (min-resolution: 2dppx) {
	.page-roulette .section-roulette-pitch .roulette-wheel {
		background-image: url(../images/QTR_roulette-wheel_2x.jpg);
	}
}
.page-roulette .section-roulette-tips {
	padding: 25px 0;
}
@media screen and (max-width: 767px) {
	.page-roulette .section-roulette-tips {
		padding: 15px 0;
		text-align: center;
	}
}
.page-roulette .section-roulette-tips h2 {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.page-roulette .section-roulette-tips h2 {
		margin-top: 15px;
	}
}
.page-roulette .section-roulette-tips .row + .row {
	padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
	.page-roulette .section-roulette-tips .row + .row {
		padding: 10px 0 0;
	}
}
.page-roulette .section-roulette-tips ul {
	color: #5d5d5d;
	font-size: 14px;
	font-style: italic;
}
.page-roulette .roulette-tip-image {
	display: block;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	background-image: url(../images/QTR_roulette-tips-sprite.jpg);
	background-size: 420px 140px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (min-resolution: 2dppx) {
	.page-roulette .roulette-tip-image {
		background-image: url(../images/QTR_roulette-tips-sprite_2x.jpg);
	}
}
.page-roulette .roulette-tip-image--learn-bets {
	background-position: 0 0;
}
.page-roulette .roulette-tip-image--get-in-touch {
	background-position: -140px 0;
}
.page-roulette .roulette-tip-image--choose-game {
	background-position: -280px 0;
}
@media screen and (max-width: 767px) {
	.page-video-poker .section-hero {
		padding-bottom: 200px;
	}
}
.page-video-poker .section-video-poker-games-list {
	padding: 25px 0;
	text-align: center;
	background: #f4f4f4;
}
@media screen and (max-width: 767px) {
	.page-video-poker .section-video-poker-games-list {
		padding: 15px 0;
	}
}
.page-video-poker .video-poker-games-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px auto;
	padding-left: 0;
	list-style-type: none;
}
.page-video-poker .video-poker-games-list li {
	padding: 10px;
}
.page-video-poker .video-poker-games-list span {
	display: block;
	width: 250px;
	margin: 0 auto 8px;
	font-size: 14px;
}
.page-video-poker .video-poker-games-list img {
	width: 290px;
	height: 155px;
	background-image: url(../images/QTR_videopoker-games-list-sprite-desktop.jpg);
	background-size: 290px 775px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (min-resolution: 2dppx) {
	.page-video-poker .video-poker-games-list img {
		background-image: url(../images/QTR_videopoker-games-list-sprite-desktop_2x.jpg);
	}
}
.page-video-poker .video-poker-game--all-aces img {
	background-position: 0 0;
}
.page-video-poker .video-poker-game--aces-and-eights img {
	background-position: 0 -155px;
}
.page-video-poker .video-poker-game--bonus-deuces-wild img {
	background-position: 0 -310px;
}
.page-video-poker .video-poker-game--progressive-supajax img {
	background-position: 0 -465px;
}
.page-video-poker .video-poker-game--jackpot-deuces img {
	background-position: 0 -620px;
}
.page-video-poker .section-video-poker-pitch {
	padding: 25px 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.page-video-poker .section-video-poker-pitch {
		padding: 15px 0;
	}
}
.page-video-poker .video-poker-pitch-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px auto 30px;
	padding-left: 0;
	list-style-type: none;
}
.page-video-poker .video-poker-pitch-list li {
	position: relative;
	width: 250px;
	margin: 60px 10px 10px;
	padding: 50px 10px 10px;
	background: #e0e0e0;
	border: 1px solid #5d5d5d;
	border-radius: 8px;
}
.page-video-poker .video-poker-pitch-list li::before {
	content: '';
	position: absolute;
	left: 85px;
	top: -40px;
	width: 80px;
	height: 80px;
	background-image: url(../images/QTR_videopoker-pitch-list-sprite.fs8.png);
	background-size: 240px 80px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (min-resolution: 2dppx) {
	.page-video-poker .video-poker-pitch-list li::before {
		background-image: url(../images/QTR_videopoker-pitch-list-sprite_2x.fs8.png);
	}
}
.page-video-poker .video-poker-pitch-list span {
	display: block;
	font-size: 14px;
}
.page-video-poker .video-poker-pitch-list span + span {
	margin-top: 1em;
}
.page-video-poker .video-poker-pitch--bet-you-want::before {
	background-position: 0 0;
}
.page-video-poker .video-poker-pitch--payout-rate::before {
	background-position: -80px 0;
}
.page-video-poker .video-poker-pitch--customer-service::before {
	background-position: -160px 0;
}
html.mobile .page-video-poker .video-poker-games-list img {
	background-image: url(../images/QTR_videopoker-games-list-sprite-mobile.jpg);
	background-size: 290px 465px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (min-resolution: 2dppx) {
	html.mobile .page-video-poker .video-poker-games-list img {
		background-image: url(../images/QTR_videopoker-games-list-sprite-mobile_2x.jpg);
	}
}
.page-immortal-romance .section-general-content,
.page-mega-moolah .section-general-content,
.page-thunderstruck-ii .section-general-content {
	padding-top: 20px;
}
.page-immortal-romance .slots-games-screenshot {
	background-image: url(../images/QTR_immortal-romance-screenshots.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (min-resolution: 2dppx) {
	.page-immortal-romance .slots-games-screenshot {
		background-image: url(../images/QTR_immortal-romance-screenshots_2x.jpg);
	}
}
.page-mega-moolah .section-hero .slots-games-logo {
	padding: 10px 0;
}
.page-mega-moolah .slots-games-screenshot {
	background-image: url(../images/QTR_mega-moolah-screenshots.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (min-resolution: 2dppx) {
	.page-mega-moolah .slots-games-screenshot {
		background-image: url(../images/QTR_mega-moolah-screenshots_2x.jpg);
	}
}
.page-thunderstruck-ii .section-hero .slots-games-logo {
	padding: 20px;
	background: radial-gradient(
		circle at center,
		#3a97fb 0,
		rgba(0, 0, 0, 0) 75%
	);
}
.page-thunderstruck-ii .slots-games-screenshot {
	background-image: url(../images/QTR_thunderstruck-ii-screenshots.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (min-resolution: 2dppx) {
	.page-thunderstruck-ii .slots-games-screenshot {
		background-image: url(../images/QTR_thunderstruck-ii-screenshots_2x.jpg);
	}
}
.page-winners .section-general-content h2 {
	display: block;
	font-size: 1.6em;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.page-winners .section-general-content h2 {
		font-size: 1.33em;
	}
}
.page-winners .form-section__form__month,
.page-winners .form-section__form__year {
	display: inline-block;
	width: calc(50% - 1vw);
	margin: 0 1vw 0 0;
}
@media screen and (max-width: 479px) {
	.page-winners .form-section__form__month,
	.page-winners .form-section__form__year {
		float: none;
		width: 100%;
	}
}
.page-winners .field-validation-error {
	display: block;
}
.page-winners .form-section__form__month {
	float: right;
	margin: 0 0 1vw;
}
.page-winners .form-section__form__submit {
	clear: both;
	margin: 0 auto 1.6em;
}
.page-winners .form-section__form__submit input[type='submit'] {
	width: 100%;
	position: relative;
	display: inline-block;
	font-size: inherit;
	text-align: center;
	text-decoration: none;
	display: block;
	max-width: 290px;
	margin: 0 auto;
	padding: 0.5em 1em;
	color: #fff;
	font-weight: 700;
	background: #dd7d00;
	border: 2px solid #915200;
	border-radius: 8px;
}
.page-winners .form-section__form__submit input[type='submit']:active,
.page-winners .form-section__form__submit input[type='submit']:focus,
.page-winners .form-section__form__submit input[type='submit']:hover {
	color: #fff;
}
.page-winners .pager-pagination .current {
	color: #000;
	background: 0 0;
	border-color: #202020;
}
.page-winners .winner-list-table a,
.page-winners .winner-list-table th {
	color: #144f92;
}
.page-winners .winner-list-table a {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.page-winners .winner-list-table {
		font-size: 13px;
	}
}
.page-contact-us .telephone-list .button {
	display: block;
	max-width: 290px;
	margin: 0 auto;
	padding: 0.5em 1em;
	color: #fff;
	font-weight: 700;
	background: #dd7d00;
	border: 2px solid #915200;
	border-radius: 8px;
}
.page-contact-us .telephone-list .button:active,
.page-contact-us .telephone-list .button:focus,
.page-contact-us .telephone-list .button:hover {
	color: #fff;
}
.page-contact-us .telephone-list .button + .button {
	margin-top: 0.5em;
}
.page-contact-us .support-link-button {
	display: block;
	width: 100%;
	margin: 0 auto 20px;
}
.page-contact-us .support-link-button a {
	display: block;
	margin: 0 auto;
	color: inherit;
}
.page-contact-us .support-link-button a:active,
.page-contact-us .support-link-button a:focus,
.page-contact-us .support-link-button a:hover {
	text-decoration: none;
}
.page-faq .accordion-list .group-header,
.page-faq .accordion-list .item-header {
	padding: 5px;
}
.page-faq .accordion-list .group-header {
	margin: 3px 0;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	background: #fff;
}
.page-faq .accordion-list .item-header {
	margin: 0;
	padding: 5px 5px 5px 30px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	background: #fff;
	cursor: pointer;
}
.page-faq .accordion-list .item-content {
	display: none;
	overflow: hidden;
	margin: 3px 3px 20px 0;
	padding: 10px 30px;
	color: #000;
	font-size: 14px;
	background: #ececec;
}
.page-faq .accordion-list .item-content img {
	max-width: 100%;
}
.page-faq .accordion-list .item-content p + p {
	margin-top: 1.25em;
}
.page-faq .accordion-list .item-content img.last-of-type,
.page-faq .accordion-list .item-content p,
.page-faq .accordion-list .item-content ul:last-of-type {
	margin-bottom: 0.33em;
}
.page-post-out,
.page-thanks,
.page-thanks_download,
.page-thanks_sorry,
.page-thanks_success {
	background: #fff;
}
.page-post-out footer a,
.page-thanks footer a,
.page-thanks_download footer a,
.page-thanks_sorry footer a,
.page-thanks_success footer a {
	pointer-events: none;
}
.page-post-out .footer-navbar,
.page-post-out .nav.navbar-nav,
.page-post-out .navbar-toggle,
.page-thanks .footer-navbar,
.page-thanks .nav.navbar-nav,
.page-thanks .navbar-toggle,
.page-thanks_download .footer-navbar,
.page-thanks_download .nav.navbar-nav,
.page-thanks_download .navbar-toggle,
.page-thanks_sorry .footer-navbar,
.page-thanks_sorry .nav.navbar-nav,
.page-thanks_sorry .navbar-toggle,
.page-thanks_success .footer-navbar,
.page-thanks_success .nav.navbar-nav,
.page-thanks_success .navbar-toggle {
	display: none;
}
.page-post-out .notification-text,
.page-thanks .notification-text,
.page-thanks_download .notification-text,
.page-thanks_sorry .notification-text,
.page-thanks_success .notification-text {
	margin-top: 1em;
	font-size: 0.85em;
	font-style: italic;
}
.page-post-out .security-logos,
.page-thanks .security-logos,
.page-thanks_download .security-logos,
.page-thanks_sorry .security-logos,
.page-thanks_success .security-logos {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
.page-post-out .security-logos .item,
.page-thanks .security-logos .item,
.page-thanks_download .security-logos .item,
.page-thanks_sorry .security-logos .item,
.page-thanks_success .security-logos .item {
	display: inline-block;
	width: 130px;
	margin: 10px auto;
}
.page-thanks_success .button--theme {
	margin: 0 auto 15px;
}
.page-post-out .section-general-content {
	text-align: center;
}
.page-post-out .fa-spinner {
	margin: 0 auto 20px;
}
body[data-linkless] a[href]:not(.link-always-enabled) {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}
body[data-linkless] nav a {
	visibility: hidden;
}
body[data-linkless] nav a.navbar-brand {
	visibility: visible;
}
body[data-linkless] nav a.navbar-brand img {
	position: relative;
}
.auto-index-group {
	counter-reset: auto-index;
}
.auto-index-group .auto-index {
	counter-increment: auto-index;
}
.auto-index-group .indexer-content::before {
	content: counters(auto-index, '.') ' - ';
}
.jquery-goup-container {
	z-index: 1000;
	background: rgba(125, 125, 125, 0.8) !important;
}
.giftcard-bump {
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #0c2a3a),
		to(#12374e)
	);
	background: linear-gradient(to bottom, #0c2a3a 0, #12374e 100%);
	border-bottom: 2px solid #fff;
}
.giftcard-bump p {
	margin: 0 auto 6px;
}
.giftcard-bump__click {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	background: #dd7d00;
	border: 1px solid #fff;
	border-radius: 5px;
}
.giftcard-bump__click:active,
.giftcard-bump__click:focus,
.giftcard-bump__click:hover {
	color: #fff;
	text-decoration: none;
}
.giftcard-bump__close {
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	background: 0 0;
	border: none;
	border-radius: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.giftcard-bump__close:focus {
	outline: 0;
}
.giftcard-bump--push-top {
	left: 0;
	top: 0;
	width: 100%;
	height: 105px;
	text-align: center;
	vertical-align: middle;
	-webkit-transform: translateY(-105px);
	transform: translateY(-105px);
}
.giftcard-bump--push-top .giftcard-bump__close {
	display: block;
	margin-left: auto;
	padding: 6px 3px 0 0;
}
.giftcard-bump--push-top.is-active {
	z-index: 1000;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
body.has-active-menu-push {
	padding-top: 105px;
}
#forgotPasswordDialog .modal-body {
	padding: 5px;
}
#forgotPasswordDialog iframe.forgot-password-dialog {
	width: 100%;
	height: 450px;
}
.u__display-inline {
	display: inline;
}
@media screen and (max-width: 767px) {
	.u__disable-scroll-xs {
		position: relative;
		overflow: hidden !important;
		height: 100%;
	}
}
.u__visible--phone {
	display: none;
}
@media screen and (max-width: 479px) {
	.u__visible--phone {
		display: block;
	}
}
.u__text--xxxlarge {
	font-size: 3.25em;
}
@media screen and (max-width: 767px) {
	.u__text--xxxlarge {
		font-size: 2.5em;
	}
}
.u__text--xxlarge {
	font-size: 2.75em;
}
@media screen and (max-width: 767px) {
	.u__text--xxlarge {
		font-size: 2em;
	}
}
.u__text--xlarge {
	font-size: 2.2em;
}
@media screen and (max-width: 767px) {
	.u__text--xlarge {
		font-size: 1.75em;
	}
}
.u__text--large {
	font-size: 1.6em;
}
@media screen and (max-width: 767px) {
	.u__text--large {
		font-size: 1.33em;
	}
}
.u__text--yellow {
	color: #00dd4d;
}
.u__text--uppercase {
	text-transform: uppercase;
}
.u__vertical-spacer {
	padding: 0.75rem 0;
}
.section-hero--hwrg-certificate .hero-background--hwrg::after {
	background-image: url(../images/QTR_hero-background-plain.jpg);
	background-position: center;
}
@media screen and (max-width: 767px) {
	.section-hero--hwrg-certificate .hero-background--hwrg::after {
		background-image: url(../images/QTR_hero-background-plain-smallscreen.jpg);
		background-position: center bottom;
	}
}
.section--hwrg-cta {
	background-image: radial-gradient(
			circle at center,
			#0d1c5d 0,
			rgba(13, 28, 93, 0) 1000px
		),
		-webkit-gradient(linear, left bottom, left top, color-stop(0, #03041c), to(#03041c));
	background-image: radial-gradient(
			circle at center,
			#0d1c5d 0,
			rgba(13, 28, 93, 0) 1000px
		),
		linear-gradient(to top, #03041c 0, #03041c 100%);
}
.hwrg-cta__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}
@media screen and (max-width: 767px) {
	.hwrg-cta__container {
		display: block;
		text-align: center;
	}
}
.hwrg-cta__description {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.15;
}
.hwrg-cta__description span {
	display: block;
	text-align: center;
}
.hwrg-cta__button {
	position: relative;
	display: inline-block;
	font-size: inherit;
	text-align: center;
	text-decoration: none;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	padding: 0.5em 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25em;
	border: 3px solid #fff;
	border-radius: 10px;
	background: #dd7d00;
	width: 290px;
	text-transform: uppercase;
	margin: 0;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.hwrg-cta__button {
		font-size: calc(((100vw - 320px) / 111.75) + 16px);
	}
}
@media screen and (max-width: 320px) {
	.hwrg-cta__button {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.hwrg-cta__button {
		width: 210px;
	}
}
@media screen and (max-width: 479px) {
	.hwrg-cta__button {
		width: 190px;
	}
}
@media screen and (max-width: 767px) {
	.hwrg-cta__button {
		width: 250px;
	}
}
@media screen and (max-width: 767px) {
	.hwrg-cta__button {
		margin: 1em auto 0;
	}
}
.hwrg-cta__button:hover {
	color: #fff;
	text-decoration: none;
}
.navbar-quatro .navbar-menu .nav-menu-item {
	font-size: 11px;
}
.button--cta,
.button--cta:visited,
.button--hd,
.button--hd:visited {
	width: 290px;
}
@media screen and (max-width: 767px) {
	.button--cta,
	.button--cta:visited,
	.button--hd,
	.button--hd:visited {
		width: 250px;
	}
	.top-tool-bar.clearfix {
		display: none;
	}
}
.section-carousel .carousel-text__details {
	font-size: 20px;
}
.section-navbar {
	/* display: none; */
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
}
@media screen and (max-width: 767px) {
	.section-hero .hero-background--cr-20-year-celebration::after {
		background-position: calc(100% + 140px) top;
		background-size: 1030px;
	}
	.section-hero .hero-background--thunderstruck-wild-lightning::after {
		background: url(/images/mob-bg.png) center center / cover no-repeat;
	}
	.section-navbar {
		display: block;
	}
}
.table {
	width: 100%;
	overflow: auto;
}
.table table {
	border-collapse: collapse;
	width: 100%;
}
.table table td {
	padding: 10px 15px;
	border: 1px solid black;
}
.img-cov {
	width: 100%;
}
.img-cov img {
	width: 100%;
}
.img-cov-small {
	width: 200px;
	margin: 15px auto;
}
.img-cov-small img {
	width: 100%;
}
