/*! 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;
}
.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;
  }
}
.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(/Content/themes/shared/images/asc.png) no-repeat 0 0;
}
.imgSortDirectionDESC {
  float: right;
  width: 10px;
  height: 10px;
  background: url(/Content/themes/shared/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-image: url("../images/payment-logos.png");
  background-repeat: no-repeat;
  margin: 11px 0 0;
}
.bt_icon-visa {
  background-position: 0 0;
}
.bt_icon-mastercard {
  background-position: -125px 0;
}
.bt_icon-entropay {
  background-position: -250px 0;
}
.bt_icon-wire {
  background-position: -375px 0;
}
.bt_icon-skrill {
  background-position: -500px 0;
}
.bt_icon-click2pay {
  background-position: -625px 0;
}
.bt_icon-ecocard {
  background-position: -750px 0;
}
.bt_icon-echeck {
  background-position: -875px 0;
}
.bt_icon-instadebit {
  background-position: -1000px 0;
}
.bt_icon-use-my-bank {
  background-position: -1125px 0;
}
.bt_icon-ezipay {
  background-position: -1250px 0;
}
.bt_icon-click-and-buy {
  background-position: -1375px 0;
}
.bt_icon-diners {
  background-position: -1500px 0;
}
.bt_icon-visa-electron {
  background-position: -1625px 0;
}
.bt_icon-amex {
  background-position: -1750px 0;
}
.bt_icon-jcb {
  background-position: -1875px 0;
}
.bt_icon-neteller {
  background-position: -2000px 0;
}
.bt_icon-paysafecard {
  background-position: -2125px 0;
}
.bt_icon-ukash {
  background-position: -2250px 0;
}
.bt_icon-klarna {
  background-position: -2375px 0;
}
.bt_icon-ideal {
  background-position: -2500px 0;
}
.bt_icon-dk {
  background-position: -2625px 0;
}
.bt_icon-postepay {
  background-position: -2750px 0;
}
.bt_icon-use-my-wallet {
  background-position: -2875px 0;
}
.bt_icon-direct-bank-transfer {
  background-position: -3000px 0;
}
.bt_icon-solo {
  background-position: -3125px 0;
}
.bt_icon-maestro {
  background-position: -3250px 0;
}
.bt_icon-instantbank {
  background-position: -3500px 0;
}
.bt_icon-poli {
  background-position: -3625px 0;
}
.bt_icon-abaqoos {
  background-position: -3750px 0;
}
.bt_icon-przelewy24 {
  background-position: -3875px 0;
}
.bt_icon-moneta {
  background-position: -4000px 0;
}
.bt_icon-ekonto {
  background-position: -4125px 0;
}
.bt_icon-ewire {
  background-position: -4250px 0;
}
.bt_icon-euteller {
  background-position: -4375px 0;
}
.bt_icon-banklink {
  background-position: -4500px 0;
}
.bt_icon-ticket-premium {
  background-position: -4625px 0;
}
.bt_icon-neosurf {
  background-position: -4750px 0;
}
.bt_icon-giropay {
  background-position: -4875px 0;
}
.bt_icon-multibanco {
  background-position: -5000px 0;
}
.bt_icon-webmoney {
  background-position: -5125px 0;
}
.bt_icon-bankinswed {
  background-position: -5250px 0;
}
.bt_icon-eps {
  background-position: -5500px 0;
}
.bt_icon-teleingreso {
  background-position: -5375px 0;
}
.bt_icon-loganpay {
  background-position: -5625px 0;
}
.bt_icon-nordea {
  background-position: -5750px 0;
}
.bt_icon-boleto-bancario {
  background-position: -5875px 0;
}
.bt_icon-trustly {
  background-position: -6000px 0;
}
.bt_icon-paypal {
  background-position: -6125px 0;
}
.bt_icon-kalibra {
  background-position: -6250px 0;
}
.bt_icon-ecopayz {
  background-position: -6375px 0;
}
.bt_icon-qiwi {
  background-position: -6500px 0;
}
.bt_icon-ilixium {
  background-position: -8375px 0;
}
.bt_icon-interac-online {
  background-position: -8625px 0;
}
.bt_icon-interac-etransfer {
  background-position: -8750px 0;
}
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%;
}
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 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;
}
.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 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;
}
.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.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: 160px;
  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.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.fs8.png");
  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: 100px;
}
.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;
}
.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-Light.woff") format("woff"),
    url("../fonts/subset-Roboto-Light.ttf") format("truetype"),
    url("../fonts/subset-Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/subset-Roboto-Regular.woff") format("woff"),
    url("../fonts/subset-Roboto-Regular.ttf") format("truetype"),
    url("../fonts/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("../fonts/subset-Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: 400;
  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("../fonts/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("../fonts/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("../fonts/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: #2c2e30;
}
.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: #2c2e30;
}
.i18n-selector .dropdown-menu {
  margin-top: -2px;
  background-color: #2c2e30;
  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;
  border-bottom-color: transparent;
}
.section-navbar {
  position: relative;
  z-index: 20;
  background-color: #023b04;
}
.navbar {
  height: 80px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  z-index: 10;
}
.navbar a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  height: 50px;
  margin: 15px 0;
}
.navbar .navbar-toggle {
  margin: 15px 0;
  padding: 14px 10px;
  color: #fff;
  font-size: 16px;
  border: 0;
  border-radius: 0;
}
.navbar .navbar-right {
  margin-right: 0;
}
.navbar .navbar-menu {
  display: block;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-menu {
    display: none;
  }
}
.navbar .navbar-menu .navbar-close {
  display: none;
}
.navbar .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;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-menu .nav-menu-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .navbar .navbar-menu .nav-menu-item {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.navbar .nav-menu-item:active,
.navbar .nav-menu-item:focus,
.navbar .nav-menu-item:hover,
.navbar li.active .nav-menu-item {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .navbar .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 .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 .navbar-menu.is-mobile .nav {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-height: 479px) {
  .navbar .navbar-menu.is-mobile li {
    display: inline-block;
    width: calc(50vw - 2px);
  }
}
@media screen and (max-width: 767px) {
  .navbar .navbar-menu.is-mobile .nav-menu-item {
    display: block;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    background: 0 0;
    color: #fff;
  }
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0);
}
.navbar-nav > li > .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.2);
  top: 81%;
  border-top-left-radius: 7px;
}
.dropdown-menu--playnow {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 7px 0 7px 7px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-top: none;
}
.dropdown-menu--playnow .button--nav-cta {
  margin: 0 5px 5px;
}
.dropdown-menu--playnow .button--nav-hd {
  margin: 5px 5px 0;
}
.dropdown-menu--playnow .button--nav-cta .nav-menu-item,
.dropdown-menu--playnow .button--nav-hd .nav-menu-item {
  position: relative;
  height: 48px;
  padding-top: 7px;
  padding-left: 7px;
  padding-right: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.5px;
  border-radius: 7px;
  margin: 5px;
}
.dropdown-menu--playnow .button--nav-cta .nav-menu-item {
  background: #ff7200;
  border: solid 2px #fff;
}
.dropdown-menu--playnow .button--nav-hd .nav-menu-item {
  background: #2ab300;
  border: solid 2px #fff;
}
.dropdown-menu--playnow .button--nav-cta .nav-menu-item:focus,
.dropdown-menu--playnow .button--nav-cta .nav-menu-item:hover {
  background: #e66700;
  text-decoration: none;
}
.dropdown-menu--playnow .button--nav-hd .nav-menu-item:focus,
.dropdown-menu--playnow .button--nav-hd .nav-menu-item:hover {
  background: #249a00;
  text-decoration: none;
}
.dropdown-menu--playnow .button--nav-cta .nav-menu-item::before,
.dropdown-menu--playnow .button--nav-hd .nav-menu-item::before {
  position: absolute;
  right: 8px;
  top: 9px;
  width: 26px;
  height: 26px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 2px 0 #000;
  box-shadow: 0 0 2px 0 #000;
  border: solid 2px;
  border-radius: 5px 5px 5px 5px;
}
.dropdown-menu--playnow .button--nav-cta .nav-menu-item::before {
  content: "\f061";
  font-family: FontAwesome;
}
.dropdown-menu--playnow .button--nav-hd .nav-menu-item::before {
  content: "HD";
}
.button {
  position: relative;
  display: inline-block;
  font-size: inherit;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.button:active,
.button:focus,
.button:hover {
  text-decoration: none;
}
.button--cta,
.button--cta:visited {
  background: #ff7200;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 15px;
  padding: 0.5em 0.8em;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  max-width: 260px;
  text-shadow: 0.05em 0.05em #000;
  line-height: 1.4em;
}
.button--cta:active,
.button--cta:focus,
.button--cta:hover {
  background: #e66700;
  color: #fff;
}
.button--hd,
.button--hd:visited {
  background: #2ab300;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 15px;
  padding: 0.5em 0.8em;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  max-width: 260px;
  text-shadow: 0.05em 0.05em #000;
  line-height: 1.4em;
}
.button--hd:active,
.button--hd:focus,
.button--hd:hover {
  background: #249a00;
  color: #fff;
}
.button--theme {
  padding: 0.25em 0.5em;
  color: #fff;
  font-weight: 700;
  background: #2ab300;
  border: 3px solid #fff;
  border-radius: 8px;
}
.button--theme:active,
.button--theme:focus,
.button--theme:hover {
  font-weight: 700;
  background: #249a00;
}
.button--forget-password {
  padding: 0.5em 0.6em 0.4em;
  color: #fff;
  font-size: 12px;
  background: #464646;
  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:active:visited {
  color: #fff;
}
.button-group--cta-hd {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button-group--cta-hd {
    width: 290px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.button-group--cta-hd .button--cta,
.button-group--cta-hd .button--hd {
  display: inline-block;
  margin-top: 0.5em;
  color: #fff;
  line-height: 1.25em;
  width: 270px;
  font-size: 1.35rem;
  text-transform: uppercase;
  margin-right: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .button-group--cta-hd .button--cta,
  .button-group--cta-hd .button--hd {
    font-size: calc(((100vw - 320px) / 44.7) + 15px);
  }
}
@media screen and (max-width: 320px) {
  .button-group--cta-hd .button--cta,
  .button-group--cta-hd .button--hd {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .button-group--cta-hd .button--cta,
  .button-group--cta-hd .button--hd {
    display: block;
    float: unset;
  }
}
.button-group--cta-hd .button--cta .first::after {
  content: "\f061";
  margin-left: 5px;
  padding: 0 3px 2px 3px;
  font-family: FontAwesome;
  border: solid 2px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 0 2px 0 #000;
  box-shadow: 0 0 2px 0 #000;
}
.button-group--cta-hd .button--cta .second::after {
  content: "\f101";
  margin-left: 5px;
  padding: 0 3px 0 3px;
  font-family: FontAwesome;
}
.button-group--cta-hd .button--hd .first::after {
  content: "HD";
  margin-left: 5px;
  padding: 0 3px 0 3px;
  border: solid 2px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 0 2px 0 #000;
  box-shadow: 0 0 2px 0 #000;
}
.button-group--cta-hd .button--hd .second::after {
  content: "\f101";
  margin-left: 5px;
  padding: 0 3px 0 3px;
  font-family: FontAwesome;
}
.page-post-out,
.page-thanks_success {
  background: #000;
}
.page-post-out .section-reathanks-header.pop_cc_1_0,
.page-post-out .section-reathanks-header.spl_cc_1_0,
.page-thanks_success .section-reathanks-header.pop_cc_1_0,
.page-thanks_success .section-reathanks-header.spl_cc_1_0 {
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3b3b39),
    to(#000)
  );
  background-image: linear-gradient(to bottom, #3b3b39 0, #000 100%);
}
.page-post-out .section-reathanks-header.pop_cc_1_0 img,
.page-post-out .section-reathanks-header.spl_cc_1_0 img,
.page-thanks_success .section-reathanks-header.pop_cc_1_0 img,
.page-thanks_success .section-reathanks-header.spl_cc_1_0 img {
  width: 160px;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
}
.page-post-out .section-reathanks-content.pop_cc_1_0,
.page-post-out .section-reathanks-content.spl_cc_1_0,
.page-thanks_success .section-reathanks-content.pop_cc_1_0,
.page-thanks_success .section-reathanks-content.spl_cc_1_0 {
  min-height: 80vh;
  padding: 20px 0 50px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#101010),
    color-stop(45%, #373736),
    color-stop(55%, #373736),
    to(#101010)
  );
  background-image: linear-gradient(
    to bottom,
    #101010 0,
    #373736 45%,
    #373736 55%,
    #101010 100%
  );
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media screen and (max-width: 479px) {
  .page-post-out .section-reathanks-content.pop_cc_1_0,
  .page-post-out .section-reathanks-content.spl_cc_1_0,
  .page-thanks_success .section-reathanks-content.pop_cc_1_0,
  .page-thanks_success .section-reathanks-content.spl_cc_1_0 {
    min-height: 0;
    background: #000;
  }
}
.page-post-out .section-reathanks-content.pop_cc_1_0 p,
.page-post-out .section-reathanks-content.spl_cc_1_0 p,
.page-thanks_success .section-reathanks-content.pop_cc_1_0 p,
.page-thanks_success .section-reathanks-content.spl_cc_1_0 p {
  line-height: 1.25em;
}
.page-post-out .section-reathanks-content.pop_cc_1_0 a,
.page-post-out .section-reathanks-content.spl_cc_1_0 a,
.page-thanks_success .section-reathanks-content.pop_cc_1_0 a,
.page-thanks_success .section-reathanks-content.spl_cc_1_0 a {
  color: #d9b263;
}
.page-post-out .section-reathanks-content.pop_cc_1_0 .reathanks-logo,
.page-post-out .section-reathanks-content.spl_cc_1_0 .reathanks-logo,
.page-thanks_success .section-reathanks-content.pop_cc_1_0 .reathanks-logo,
.page-thanks_success .section-reathanks-content.spl_cc_1_0 .reathanks-logo {
  max-width: 150px;
  margin-bottom: 10px;
}
.page-post-out .section-reathanks-content.pop_cc_1_0 .button,
.page-post-out .section-reathanks-content.spl_cc_1_0 .button,
.page-thanks_success .section-reathanks-content.pop_cc_1_0 .button,
.page-thanks_success .section-reathanks-content.spl_cc_1_0 .button {
  position: relative;
  width: 260px;
  margin-bottom: 10px;
  padding: 0.5em 0;
  font-size: 24px;
  text-transform: uppercase;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#31a02d),
    to(#073e05)
  );
  background-image: linear-gradient(to bottom, #31a02d 0, #073e05 100%);
  color: #fff;
  border: 0;
  text-shadow: none;
}
.page-post-out
  .section-reathanks-content.pop_cc_1_0
  .reathanks-content__container,
.page-post-out
  .section-reathanks-content.spl_cc_1_0
  .reathanks-content__container,
.page-thanks_success
  .section-reathanks-content.pop_cc_1_0
  .reathanks-content__container,
.page-thanks_success
  .section-reathanks-content.spl_cc_1_0
  .reathanks-content__container {
  position: relative;
  z-index: 0;
  max-width: 360px;
  margin: 0 auto;
  padding: 15px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .page-post-out
    .section-reathanks-content.pop_cc_1_0
    .reathanks-content__container,
  .page-post-out
    .section-reathanks-content.spl_cc_1_0
    .reathanks-content__container,
  .page-thanks_success
    .section-reathanks-content.pop_cc_1_0
    .reathanks-content__container,
  .page-thanks_success
    .section-reathanks-content.spl_cc_1_0
    .reathanks-content__container {
    padding: 15px 10px;
    border-radius: 0;
  }
}
.page-post-out
  .section-reathanks-content.pop_cc_1_0
  .reathanks-content__container::before,
.page-post-out
  .section-reathanks-content.spl_cc_1_0
  .reathanks-content__container::before,
.page-thanks_success
  .section-reathanks-content.pop_cc_1_0
  .reathanks-content__container::before,
.page-thanks_success
  .section-reathanks-content.spl_cc_1_0
  .reathanks-content__container::before {
  content: "";
  background-color: #1b1b1b;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 16px;
}
.page-post-out
  .section-reathanks-content.pop_cc_1_0
  .reathanks-content__container::after,
.page-post-out
  .section-reathanks-content.spl_cc_1_0
  .reathanks-content__container::after,
.page-thanks_success
  .section-reathanks-content.pop_cc_1_0
  .reathanks-content__container::after,
.page-thanks_success
  .section-reathanks-content.spl_cc_1_0
  .reathanks-content__container::after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  z-index: -2;
  top: -5px;
  left: -5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ca9d50),
    color-stop(25%, #e7c675),
    color-stop(50%, #9d651d),
    to(#e7c675)
  );
  background-image: linear-gradient(
    to bottom,
    #ca9d50 0,
    #e7c675 25%,
    #9d651d 50%,
    #e7c675 100%
  );
  border-radius: 20px;
}
.page-post-out
  .section-reathanks-content.pop_cc_1_0
  .reathanks-content__heading,
.page-post-out
  .section-reathanks-content.spl_cc_1_0
  .reathanks-content__heading,
.page-thanks_success
  .section-reathanks-content.pop_cc_1_0
  .reathanks-content__heading,
.page-thanks_success
  .section-reathanks-content.spl_cc_1_0
  .reathanks-content__heading {
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: none;
  color: #d9b263;
}
@media screen and (max-width: 479px) {
  .page-post-out
    .section-reathanks-content.pop_cc_1_0
    .reathanks-content__heading,
  .page-post-out
    .section-reathanks-content.spl_cc_1_0
    .reathanks-content__heading,
  .page-thanks_success
    .section-reathanks-content.pop_cc_1_0
    .reathanks-content__heading,
  .page-thanks_success
    .section-reathanks-content.spl_cc_1_0
    .reathanks-content__heading {
    font-size: 24px;
  }
}
.page-post-out
  .section-reathanks-content.pop_cc_1_0
  .reathanks-content__thanks-icons,
.page-post-out
  .section-reathanks-content.spl_cc_1_0
  .reathanks-content__thanks-icons,
.page-thanks_success
  .section-reathanks-content.pop_cc_1_0
  .reathanks-content__thanks-icons,
.page-thanks_success
  .section-reathanks-content.spl_cc_1_0
  .reathanks-content__thanks-icons {
  margin: 15px auto 0;
  padding: 5px 0;
  background: #fff;
  border-radius: 8px;
}
.page-post-out
  .section-reathanks-content.pop_cc_1_0
  .reathanks-content__thanks-icons
  .item,
.page-post-out
  .section-reathanks-content.spl_cc_1_0
  .reathanks-content__thanks-icons
  .item,
.page-thanks_success
  .section-reathanks-content.pop_cc_1_0
  .reathanks-content__thanks-icons
  .item,
.page-thanks_success
  .section-reathanks-content.spl_cc_1_0
  .reathanks-content__thanks-icons
  .item {
  display: inline;
}
.page-post-out .section-reathanks-content.pop_cc_1_0 .thanks-icons,
.page-post-out .section-reathanks-content.spl_cc_1_0 .thanks-icons,
.page-thanks_success .section-reathanks-content.pop_cc_1_0 .thanks-icons,
.page-thanks_success .section-reathanks-content.spl_cc_1_0 .thanks-icons {
  margin: 5px;
}
.page-post-out #reaThanksPrivacyModal,
.page-thanks_success #reaThanksPrivacyModal {
  color: #000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  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 {
  overflow-x: hidden;
  min-width: 320px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #f4f4f4;
}
footer {
  margin-top: 0;
}
p {
  margin-bottom: 1.25em;
  line-height: 1.35em;
}
.update-timestamp {
  font-size: 14px;
  text-align: right;
}
.games-copyright-text {
  max-width: 480px;
  margin: 0 auto 0.4em;
  font-size: 12px;
  line-height: 1.15em;
}
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: #000;
  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: #197de3;
}
a.anchor {
  color: inherit;
  text-decoration: none;
}
.section-hero {
  position: relative;
  margin-top: -80px;
  padding: 130px 0 50px;
  color: #fff;
  text-align: center;
  background-image: url("../images/CC_home-hero.jpg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .section-hero {
    padding: 105px 0 25px;
  }
}
.section-hero .container {
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  .section-hero .container {
    min-height: 0;
  }
}
.section-hero .image-MVP {
  display: none;
}
@media screen and (max-width: 991px) {
  .section-hero .image-MVP {
    display: block;
  }
}
.section-hero .button-group--cta-hd {
  z-index: 10;
  position: relative;
}
.section-hero .hero-MVP {
  display: block;
}
@media screen and (max-width: 991px) {
  .section-hero .hero-MVP {
    display: none;
  }
}
.section-hero .hero-image-container {
  position: relative;
}
.section-hero .hero-image {
  width: 330px;
}
@media screen and (max-width: 1199px) {
  .section-hero .hero-image {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .section-hero .hero-image {
    width: 220px;
    margin-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-hero .hero-image {
    width: 120px;
    margin-top: -15px;
  }
}
@media screen and (max-height: 414px) and (orientation: landscape) {
  html.mobile .section-hero {
    min-height: calc(100vh - 42px);
  }
}
.hero-heading {
  margin-top: 0;
  margin-bottom: 0.4em;
  font-size: 70px;
  font-weight: 400;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .hero-heading {
    font-size: calc(((100vw - 320px) / 17.88) + 45px);
  }
}
@media screen and (max-width: 320px) {
  .hero-heading {
    font-size: 45px;
  }
}
.hero-heading span {
  display: block;
  font-weight: 700;
  line-height: 1em;
}
.hero-heading--large {
  font-size: 1.2em;
}
@media screen and (max-width: 991px) {
  .hero-heading--large {
    font-size: 0.9em;
  }
}
.hero-heading--small {
  font-size: 0.4em;
}
.section-choices-hero.vault-hero {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #025402;
  padding: 20px 0 70px 0;
  line-height: 1;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 550px) {
  .section-choices-hero.vault-hero {
    padding: 0px 0 25vw 0;
  }
}
.section-choices-hero.vault-hero .button--cta {
  line-height: 1;
  display: inline-block;
  max-width: 300px;
  text-shadow: none;
}
.section-choices-hero.vault-hero .button--cta.button-red {
  background-color: #d60000;
}
@media screen and (max-width: 550px) {
  .section-choices-hero.vault-hero .button--cta {
    margin-top: -12vw;
  }
}
.section-choices-hero.vault-hero .text-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.section-choices-hero.vault-hero .powered-by-mm {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: -150px;
}

.section-choices-hero.vault-hero .powered-by-mm > span {
  margin-bottom: -34px;
}
.section-choices-hero.vault-hero .powered-by-mm span {
  display: block;
}
.section-choices-hero.vault-hero .powered-by-mm img {
  width: 200px;
}
.section-choices-hero.vault-hero .graphics-people {
  pointer-events: none;
  width: 1600px;
  height: 1000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  background-image: url(../images/left.png), url(../images/right.png);
  background-position: left center, right 10px center;
  background-size: 500px auto, 500px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .section-choices-hero.vault-hero .graphics-people {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .section-choices-hero.vault-hero .graphics-people {
    width: 1200px;
    background-position: left 20px center, right center;
  }
  .section-choices-hero.vault-hero[data-stage-active="2"] .graphics-people {
    display: none;
  }
}
.section-choices-hero.vault-hero .ribbon {
  position: relative;
  height: 50px;
  background-color: #be1616;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 0 30px;
  font-size: 25px;
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .section-choices-hero.vault-hero .ribbon {
    font-size: 18px;
    height: 40px;
  }
}
.section-choices-hero.vault-hero .ribbon span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-choices-hero.vault-hero .ribbon::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 66px;
  background-image: url("../images/cc_ribbon_red_left.fs8.png");
  background-size: auto 100%;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: -1;
  top: 11px;
  left: -36px;
}
@media screen and (max-width: 768px) {
  .section-choices-hero.vault-hero .ribbon::before {
    height: 40px;
    left: -29px;
  }
}
.section-choices-hero.vault-hero .ribbon::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 66px;
  background-image: url("../images/cc_ribbon_red_right.fs8.png");
  background-size: auto 100%;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: -1;
  top: 11px;
  right: -36px;
}
@media screen and (max-width: 768px) {
  .section-choices-hero.vault-hero .ribbon::after {
    height: 40px;
    right: -29px;
  }
}
.section-choices-hero.vault-hero .ribbon--blue {
  background-color: #275b93;
}
.section-choices-hero.vault-hero .ribbon--blue::before {
  background-image: url("../images/cc_ribbon_blue_left.fs8.png");
}
.section-choices-hero.vault-hero .ribbon--blue::after {
  background-image: url("../images/cc_ribbon_blue_right.fs8.png");
}
.section-choices-hero.vault-hero .vault {
  position: relative;
  width: 550px;
  max-width: 100%;
  border-radius: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 100px 35px #0f0;
  box-shadow: 0 0 100px 35px #0f0;
  margin: 20px 0;
}
@media screen and (max-width: 1100px) {
  .section-choices-hero.vault-hero .vault {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .section-choices-hero.vault-hero .vault {
    margin-top: 8px;
  }
}
.section-choices-hero.vault-hero .vault::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 122%);
  height: calc(100% + 122%);
  z-index: 10;
  background-image: url("../images/cc_vault_coins.fs8.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-choices-hero.vault-hero .vault::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.section-choices-hero.vault-hero .vault-graphics-open {
  opacity: 0;
  position: absolute;
  left: -1.3%;
  top: calc(50% - 3.3%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% + 59.7%);
  height: calc(100% + 60%);
  background-image: url("../images/cc_vault_open.fs8.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-choices-hero.vault-hero .vault-graphics-closed {
  opacity: 0;
  position: absolute;
  top: -1%;
  left: -1%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-image: url("../images/cc_vault.fs8.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-choices-hero.vault-hero .vault-graphics-gold-cash {
  position: absolute;
  bottom: -23.4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 220%;
  height: 65%;
  background-image: url("../images/cc_gold_cash.fs8.png");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.section-choices-hero.vault-hero [data-stage="1"] {
  display: block;
}
.section-choices-hero.vault-hero [data-stage="2"] {
  display: none;
}
.section-choices-hero.vault-hero .vault-state-closed .vault-graphics-closed {
  opacity: 1;
}
.section-choices-hero.vault-hero .vault-state-open .vault-graphics-open,
.section-choices-hero.vault-hero .vault-state-open::before {
  opacity: 1;
}
.section-choices-hero.vault-hero .vault-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  font-weight: 700;
  line-height: 0.85;
  left: -1%;
  z-index: 10;
}
.section-choices-hero.vault-hero .vault-text .space--top {
  margin-top: 5px;
}
.section-choices-hero.vault-hero .vault-text span {
  display: inline-block;
}
.section-choices-hero.vault-hero .vault-text .text--xl {
  font-size: 75px;
}
.section-choices-hero.vault-hero .vault-text .text--lg {
  font-size: 46px;
}
.section-choices-hero.vault-hero .vault-text .text--md {
  font-size: 40px;
}
.section-choices-hero.vault-hero .vault-text .text--sm {
  font-size: 30px;
}
.section-choices-hero.vault-hero .vault-text .text--xs {
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  .section-choices-hero.vault-hero .vault-text .text--xl {
    font-size: 16.3vw;
  }
  .section-choices-hero.vault-hero .vault-text .text--lg {
    font-size: 10vw;
  }
  .section-choices-hero.vault-hero .vault-text .text--md {
    font-size: 7.2vw;
  }
  .section-choices-hero.vault-hero .vault-text .text--sm {
    font-size: 5.4vw;
  }
  .section-choices-hero.vault-hero .vault-text .text--xs {
    font-size: 2.9vw;
  }
}
.section-choices-hero.vault-hero .vault-text[data-stage="1"] {
  /* padding-top: 15%; */
  margin-top: -30px;
}

.section-choices-hero.vault-hero .vault-text > img {
  margin-bottom: 10px;
  max-width: 180px;
  display: block;
  margin: 0 auto;
}
.section-choices-hero.vault-hero .vault-text[data-stage="2"] {
  padding-top: 15%;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.section-choices-hero.vault-hero .jackpot-contain {
  position: absolute;
  width: 100%;
  max-width: 515px;
  height: 194px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 24%;
  background: url("../images/jackpot-bg.png") no-repeat center / contain;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-choices-hero.vault-hero .mvm-logo {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.section-choices-hero.vault-hero .jackpot {
  position: absolute;
  top: 45%;
  width: 420px;
  max-width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/cc_jackpot.fs8.png");
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
}
.section-choices-hero.vault-hero .jackpot .counter {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff500;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -3px;
}
@media screen and (max-width: 550px) {
  .section-choices-hero.vault-hero .jackpot span {
    font-size: 5.4vw;
  }

  .section-choices-hero.vault-hero .vault-text > img {
    max-width: 32.727vw;
  }
  .section-choices-hero.vault-hero .jackpot-contain {
    max-width: 93.636vw;
    height: 35.273vw;
  }
}
.section-choices-hero.vault-hero .jackpot::after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.section-choices-hero.vault-hero .info-capsule {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style-type: none;
  width: 40%;
  float: left;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#595959),
    to(#000)
  );
  background-image: linear-gradient(to bottom, #595959 0, #000 100%);
  border: solid 2px #424242;
  margin: 0;
  padding: 2% 4%;
  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;
  line-height: 1;
  border-radius: 99px;
  text-shadow: none;
}
.section-choices-hero.vault-hero .info-capsule li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 0 2%;
}
.section-choices-hero.vault-hero .info-capsule li.info-right::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 15%;
  background-color: red;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  top: 50%;
  left: 15%;
}
.section-choices-hero.vault-hero .position-above {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  padding: 0 10px;
}
.section-choices-hero.vault-hero .vault-state-closed .position-above {
  margin-top: -30px;
}

.section-choices-hero.vault-hero .vault-state-closed .button--cta {
  white-space: nowrap;
}

.section-choices-hero.vault-hero .colour--light-yellow {
  color: #fbe59a;
}
.section-choices-hero.vault-hero .colour--gold {
  color: #ffd02c;
  text-shadow: 3.8px 4px 8px #000;
}
.section-choices-hero.vault-hero .colour--red {
  color: #c80000;
}
.section-choices-hero.vault-hero .colour--black {
  color: #000;
}
.section-choices-hero.vault-hero .text--uppercase {
  text-transform: uppercase;
}
.section-choices-hero.vault-hero .text--xl {
  font-size: 90px;
}
.section-choices-hero.vault-hero .text--lg {
  font-size: 55px;
}
.section-choices-hero.vault-hero .text--sm {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .section-choices-hero.vault-hero .text--sm {
    font-size: 20px;
  }
}
.section-muted-hero {
  margin-top: -80px;
  padding-top: 40px;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#249a00),
    to(#0c3400)
  );
  background: linear-gradient(to bottom, #249a00 0, #0c3400 100%);
}
.section-muted-hero h1 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 0 80px;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
}
.section-muted-hero .button {
  margin: 10px auto 0;
}
.page-slots .section-regulated-games-list {
  background: #fff;
}
.page-slots .section-regulated-games-list + .section-prefooter .u__lower-angle {
  border-top-color: #fff;
  border-left-color: #fff;
}
.page-video-poker .section-regulated-games-list .u__upper-angle {
  border-top-color: #fff;
  border-left-color: #fff;
}
.page-blackjack
  .section-regulated-games-list
  + .section-prefooter
  .u__lower-angle,
.page-roulette
  .section-regulated-games-list
  + .section-prefooter
  .u__lower-angle,
.page-video-poker
  .section-regulated-games-list
  + .section-prefooter
  .u__lower-angle {
  border-top-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.regulated-games-list {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px auto 15px;
  padding-left: 0;
  list-style-type: none;
}
.regulated-games-list li {
  position: relative;
  display: inline-block;
  -webkit-flex-basis: 290px;
  -ms-flex-preferred-size: 290px;
  flex-basis: 290px;
  width: 290px;
  margin: 5px;
  text-align: center;
}
.regulated-games-list li > a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.regulated-games-list li > a:active,
.regulated-games-list li > a:focus,
.regulated-games-list li > a:hover {
  color: green;
}
.regulated-games-list + .rtp-update-timestamp {
  margin: 0.66em 0 40px;
}
html.mobile .regulated-games-list .viper-only-game {
  display: none;
}
.casino-game-screenshot {
  margin: 15px auto 20px;
}
.section-general-content {
  padding: 20px 0;
}
.page-home {
  text-align: center;
}
.page-home .page-home hr {
  max-width: 160px;
  margin: 5px auto;
  border-bottom: 2px solid #000;
}
.page-home .section-welcome {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .page-home .section-welcome {
    padding: 30px 0 0;
  }
}
.page-home .section-welcome .welcome-brand {
  color: #080;
}
.page-home .section-welcome h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-home .section-welcome welcome-text {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .page-home .section-welcome .welcome-devices {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .page-home .section-welcome .welcome-devices {
    max-width: 80%;
  }
}
.page-home .section-info {
  position: relative;
  min-height: 900px;
  background-image: url("../images/CC_Home-Info-Background.jpg");
  background-repeat: no-repeat;
  background-position: 80% top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page-home .section-info {
    padding-top: 40%;
    padding-bottom: 10%;
  }
}
.page-home .section-info .info-text {
  position: absolute;
  right: 50%;
  bottom: 25%;
  width: 400px;
  margin-bottom: 30px;
  padding-top: 15px;
  text-align: center;
  background: #f4f4f4;
  -webkit-box-shadow: 2px 2px 10px #000;
  box-shadow: 2px 2px 10px #000;
}
@media screen and (max-width: 991px) {
  .page-home .section-info .info-text {
    right: auto;
    bottom: 20%;
    width: 80%;
    max-width: 400px;
    height: auto;
    min-height: 305px;
    margin-left: 10%;
  }
}
.page-home .section-info .u__upper-angle {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .page-home .section-info .u__upper-angle {
    margin-top: -40%;
  }
}
.page-home .section-info .u__lower-angle {
  position: absolute;
  bottom: 0;
}
.page-home .section-info .info-vector {
  z-index: 1;
  position: relative;
  width: 130px;
  margin-top: -50%;
  margin-left: 100%;
  border: 2px solid #2ab300;
}
@media screen and (max-width: 767px) {
  .page-home .section-info .info-vector {
    z-index: 1;
    position: absolute;
    height: 80px;
    margin-top: -5%;
    margin-left: 60%;
    border: none;
    border-left: 2px solid #2ab300;
  }
}
.page-home .section-benefits {
  padding-top: 75px;
  text-align: center;
}
.page-home .section-benefits .benefits-bubble {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 200px;
  margin-bottom: 60px;
  background: #f4f4f4;
  vertical-align: top;
  border: 2px solid #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 0 1px green;
  box-shadow: 0 0 0 1px green;
}
@media screen and (min-width: 768px) {
  .page-home .section-benefits .benefits-bubble {
    margin-right: calc(((750px / 2) - 300px) / 2);
    margin-left: calc(((750px / 2) - 300px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .page-home .section-benefits .benefits-bubble {
    height: auto;
  }
}
.page-home .section-benefits .benefits-bubble::before {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #b9f6a6),
    to(#2ab300)
  );
  background: linear-gradient(to bottom, #b9f6a6 0, #2ab300 100%);
  border-radius: 25px 25px 0 0;
}
.page-home .section-benefits .bubble-image {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: -25px;
  width: 106px;
  height: 106px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-home .section-benefits .benefits-bubble-content {
  padding-top: 90px;
}
.page-home .section-benefits .benefits-bubble-content p {
  padding: 0 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.page-home .section-benefits .benefits-bubble-content p span {
  color: #248700;
}
.page-home .section-prefooter {
  background-size: cover;
}
.MVP-group-first {
  margin-top: -50px;
}
.page-casino-games .section-hero {
  background-image: url("../images/CC_casino-games-hero.jpg");
}
.page-casino-games .section-hero .u__lower-angle {
  position: relative;
  height: 0;
  border: 50vw solid #fff;
  border-top-width: 4.37443318vw;
  border-top-color: transparent;
  border-right-width: 50vw;
  border-bottom-width: 4.37443318vw;
  border-left-color: transparent;
}
.page-casino-games .section-prefooter .u__lower-angle {
  border-top-color: #fff;
  border-right-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}
.section-casino-games .button--cta-small {
  font-size: 1.1em;
}
.section-casino-games .intro {
  background: #fff;
}
@media screen and (min-width: 991px) {
  .section-casino-games .intro {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1199px) {
  .section-casino-games .intro {
    padding-top: 0;
  }
}
.section-casino-games .showcase-image {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-casino-games .showcase-image {
    display: block;
  }
}
.section-casino-games .showcase--blackjack {
  padding: 25px 0;
  background: #fff;
}
.section-casino-games .showcase--roulette {
  padding: 25px 0;
}
.section-casino-games .showcase--slots {
  padding: 25px 0;
  background: #fff;
}
.section-casino-games .showcase--video-poker {
  padding: 25px 0;
}
.section-casino-games--progressive {
  padding: 25px 0;
  background: #fff;
}
.section-casino-games .section-prefooter {
  background-image: url("../images/CC_Casino-Games-Green-Footer.jpg");
  background-position: center top;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
  screen and (min-resolution: 2dppx) {
  .section-casino-games .section-prefooter {
    background-image: url("../images/CC_Casino-Games-Green-Footer_2x.jpg");
  }
}
.jackpots-list .jackpots-list__item,
.jackpots-list .jackpots-list__item.jackpots-list__item--featured > div {
  -webkit-box-shadow: 0 0 4px #6b6b6b;
  box-shadow: 0 0 4px #6b6b6b;
}
.section-casino-games--progressive .progressive-jackpot-ticker {
  color: #ce162f;
}
.section-casino-games--progressive .total-jackpots {
  padding-top: 3px;
  color: #000;
  font-size: 16px;
  text-align: center;
  border: 0;
}
.section-casino-games--progressive .total-jackpots span {
  color: #ce162f;
  font-weight: 700;
}
.page-bonus .section-hero {
  background-image: url("../images/CC_signup-bonus-hero.jpg");
}
.section-bonus-content {
  position: relative;
  padding: 30px 0 15px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .section-bonus-content {
    padding: 15px 0;
  }
}
.section-bonus-content p {
  font-size: 1.4em;
}
.section-bonus-details {
  position: relative;
  padding: 20px 0;
}
.section-bonus-details ul {
  z-index: 1;
  position: relative;
  padding-top: 15px;
  padding-left: 0;
}
.section-bonus-details ul li {
  position: relative;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 270px;
  height: 270px;
  margin: 5px auto;
  padding: 0 15px;
  font-size: 17px;
  text-align: center;
  background: #fff;
  vertical-align: middle;
  border: #e0f1df solid 16px;
  border-radius: 50%;
}
.section-bonus-details ul li:nth-of-type(1) {
  margin-right: 50%;
}
.section-bonus-details ul li:nth-of-type(2) {
  margin-top: -80px;
  margin-left: 50%;
}
.section-bonus-details ul li:nth-of-type(3) {
  margin-top: -80px;
  margin-right: 50%;
}
.section-bonus-details ul li::before {
  position: absolute;
  left: 0;
  top: -5px;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  background: #7dd379;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 0 #a5cea5, 0 0 1px 0 #a5cea5, 0 0 1px 0 #a5cea5,
    0 0 1px 0 #a5cea5;
  box-shadow: 0 0 1px 0 #a5cea5, 0 0 1px 0 #a5cea5, 0 0 1px 0 #a5cea5,
    0 0 1px 0 #a5cea5;
}
.section-bonus-details ul li:nth-of-type(1)::before {
  content: "1st";
}
.section-bonus-details ul li:nth-of-type(2)::before {
  content: "2nd";
}
.section-bonus-details ul li:nth-of-type(3)::before {
  content: "3rd";
}
.section-bonus-details ul li span {
  display: block;
  color: #2c832c;
  font-size: 20px;
  font-weight: 700;
}
.page-bonus .section-prefooter-bonus .row > div:last-of-type {
  border-left: 1px solid #a0a0a0;
}
.page-bonus .section-prefooter-bonus {
  position: relative;
  padding: 50px 0 20px;
  background: #fff;
}
.page-bonus .section-prefooter-bonus .row > div {
  padding: 0 20px;
}
.page-bonus .section-prefooter-bonus .row > div:last-of-type {
  border-left: 1px solid #a0a0a0;
}
.page-bonus .section-prefooter-bonus img {
  margin-bottom: 20px;
}
.page-bonus .section-prefooter-bonus .row > div:last-of-type img {
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .section-bonus-details ul li:nth-of-type(1),
  .section-bonus-details ul li:nth-of-type(2),
  .section-bonus-details ul li:nth-of-type(3) {
    margin-right: auto;
    margin-left: auto;
  }
  .section-bonus-details ul li:nth-of-type(1) {
    margin-top: 0;
  }
  .section-bonus-details ul li:not(:first-of-type) {
    margin-top: 15px;
  }
  .page-bonus .section-prefooter-bonus .row > div:last-of-type {
    border-left: none;
  }
}
.page-bonus .section-prefooter {
  background-image: url("../images/CC_bonus-Green-Footer.jpg");
  background-position: center top;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
  screen and (min-resolution: 2dppx) {
  .page-bonus .section-prefooter {
    background-image: url("../images/CC_bonus-Green-Footer_2x.jpg");
  }
}
.page-bonus .section-prefooter p {
  margin-top: 10px;
  color: #fff;
}
.page-bonus .section-prefooter .u__lower-angle {
  border-top-color: #fff;
  border-right-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}
.page-bonus .section-prefooter .bottom-line {
  width: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 3px solid #fff;
}
.page-slots .section-welcome {
  padding: 25px 0;
}
.page-slots .section-middle {
  padding: 25px 0 60px;
}
.approx-total-games {
  position: relative;
  overflow: hidden;
  width: 212px;
  height: 213px;
  margin: 0 auto 20px;
  padding: 0;
  color: #5d5d5d;
  font-size: 120px;
  line-height: 220px;
  border-radius: 100%;
}
.approx-total-games::before {
  content: " ";
  z-index: -2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(-52deg, #0d7d34 69%, #94ec44 86%, #0d7d34 90%);
}
.approx-total-games::after {
  content: " ";
  z-index: -1;
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  background: #2f2f2f;
  border: 1px solid #000;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .section-slots .welcome-games {
    margin: 0 auto;
  }
}
.section-slots .MVP-group-first {
  margin-top: -55px;
}
@media screen and (max-width: 767px) {
  .section-slots .MVP-group-first {
    margin-top: -95px;
  }
}
.section-slots .section-summary p {
  width: 60%;
  margin: 0 auto 30px auto;
}
.section-slots .section-middle {
  color: #fff;
  background-color: #f4f4f4;
  background-position: center top;
}
.section-slots .section-middle .middle-icons {
  margin: 0 auto;
  padding-bottom: 25px;
}
@media screen and (max-width: 479px) {
  .section-slots .section-middle .middle-icons {
    padding-top: 20px;
  }
}
.section-slots .summary-icons {
  margin: 0 auto;
  padding-bottom: 20px;
}
.section-slots .section-middle p {
  margin-top: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section-slots .section-middle .container {
    margin-bottom: 30px;
  }
}
.section-slots .section-middle .u__lower-angle--top,
.section-slots .section-prefooter .u__lower-angle {
  border-top-color: #f4f4f4;
  border-right-color: rgba(244, 244, 244, 0);
  border-bottom-color: rgba(244, 244, 244, 0);
  border-left-color: #f4f4f4;
}
.section-slots .section-middle .button-group--cta-hd {
  margin-bottom: 20px;
}
.section-slots .section-middle {
  background-image: url("../images/CC_Slots-Middle-BG.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
  screen and (min-resolution: 2dppx) {
  .section-slots .section-middle {
    background-image: url("../images/CC_Slots-Middle-BG_2x.jpg");
  }
}
.page-video-poker .section-prefooter .u__lower-angle {
  border-top-color: #fff;
  border-right-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}
.section-video-poker-content {
  padding: 25px 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section-video-poker-content {
    text-align: center;
  }
}
.section-video-poker-content .welcome-brand {
  color: #080;
}
.section-video-poker-content h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-video-poker-content welcome-text {
    padding-top: 200px;
  }
}
.section-video-poker-content .welcome-devices {
  width: 600px;
  margin-left: -200px;
}
@media screen and (max-width: 1199px) {
  .section-video-poker-content .welcome-devices {
    width: 450px;
    margin-top: -20%;
  }
}
@media screen and (max-width: 767px) {
  .section-video-poker-content .welcome-devices {
    margin-left: -50%;
  }
}
.poker-box .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.poker-box p {
  margin: 20px 0;
}
.poker-box > div {
  background: #fff;
}
.poker-boxes {
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 0 1px green;
  box-shadow: 0 0 0 1px green;
}
.poker-boxes h2 {
  margin: 0;
  padding: 10px;
  color: #000;
  font-size: 21px;
}
.poker-boxes .poker-boxes-heading {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #b9f6a6),
    to(#2ab300)
  );
  background: linear-gradient(to bottom, #b9f6a6 0, #2ab300 100%);
  border-radius: 23px 23px 0 0;
}
.poker-boxes .poker-boxes-heading h2 {
  font-weight: 700;
}
.poker-boxes .poker-boxes-heading .poker-boxes-angle {
  width: 0;
  height: 0;
  border: 99px solid rgba(244, 244, 244, 0);
  border-top-width: 5px;
  border-right-color: #f4f4f4;
  border-bottom-width: 5px;
  border-bottom-color: #f4f4f4;
}
.poker-boxes .poker-boxes-content {
  min-height: 250px;
  padding: 20px 0;
  background: #f4f4f4;
  border-radius: 0 0 23px 23px;
}
.poker-boxes ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 0 25px;
}
.poker-boxes ul li {
  padding-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .poker-boxes {
    margin-bottom: 20px;
  }
}
.page-blackjack .section-hero {
  background-image: url("../images/CC_blackjack-hero.jpg");
}
.page-blackjack .section-blackjack-content {
  padding: 25px 0;
  background-color: #fff;
}
.page-blackjack .section-divider-line {
  padding: 40px 0;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .page-blackjack .section-divider-line {
    display: none;
  }
}
.page-blackjack .divider-line {
  width: 120px;
  height: 0;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  border: 3px solid #054b05;
}
.page-blackjack .showcase--blackjack {
  padding: 25px 0;
}
.page-blackjack .showcase--blackjack h2 {
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
.page-blackjack .showcase--blackjack h2 span {
  color: #008300;
  font-weight: 700;
}
.page-blackjack .showcase--blackjack img {
  margin-bottom: 20px;
}
.page-blackjack .cards,
.page-blackjack .chips {
  width: 80%;
  max-width: 430px;
}
@media screen and (max-width: 767px) {
  .page-blackjack .showcase--blackjack .u__reversed--left span,
  .page-blackjack .showcase--blackjack .u__reversed--right span {
    margin: 0;
  }
  .page-blackjack .showcase--blackjack .u__reversed--left + a img {
    width: 250px;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  .page-blackjack .showcase--blackjack .u__reversed--right + a img {
    width: 250px;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
.page-roulette .section-hero {
  background-image: url("../images/CC_roulette-hero.jpg");
  background-position: 50% 100%;
}
.page-roulette .section-roulette-content {
  padding: 25px 0;
}
.page-roulette .section-roulette-content img {
  width: 60%;
  max-width: 315px;
}
.page-roulette .section-stunning-games {
  position: relative;
  background: url("../images/CC_Roulette-Section3.jpg") no-repeat 50% 50% #fff;
  background-size: cover;
}
.page-roulette .section-stunning-games h2 {
  color: #fff;
  font-weight: 300;
}
.page-roulette .section-stunning-games .content-container {
  display: table;
  width: 100%;
  height: 226px;
}
.page-roulette .section-stunning-games .content-container div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.page-roulette .MVP-group-first {
  padding-bottom: 50px;
  padding-bottom: 2em;
  background-color: #fff;
}
.page-roulette .MVP-group-first .button--cta,
.page-roulette .MVP-group-first .button--hd {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.23);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.23);
}
.page-roulette .section-help-tip2 .u__lower-angle,
.page-roulette .section-stunning-games .u__lower-angle {
  border-color: transparent #fff #fff transparent;
}
.page-roulette .section-help-tip2 .row .list-item-text {
  margin-top: 20px;
}
.page-roulette .section-help-tip3 .row .list-item-text {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .page-roulette .section-help-tip3 .row .list-item-text {
    margin-top: 20px;
  }
}
.page-roulette .section-help-tip1,
.page-roulette .section-help-tip3,
.page-roulette .section-help-tips-header {
  background-color: #fff;
}
.page-roulette .section-help-tips {
  padding: 25px 0;
}
.page-roulette .section-help-tips p {
  margin-bottom: 0.5em;
  line-height: 1em;
}
.page-roulette .section-help-tips ul {
  font-size: 1.2em;
}
.page-roulette .section-help-tips img {
  width: 100%;
  max-width: 320px;
}
.page-roulette .section-help-tips .row .list-item-text {
  position: relative;
  margin-left: 2.2em;
}
.page-roulette .section-help-tips .row .list-item-text p strong::before {
  content: "\f00c";
  position: absolute;
  left: -1.2em;
  color: #080;
  font-family: FontAwesome;
}
.page-roulette .section-prefooter {
  padding-bottom: 50px;
  background: url("../images/CC_roulette-prefooter.jpg") no-repeat 50% 50%
    transparent;
  background-size: cover;
}
.page-roulette .section-prefooter .u__lower-angle {
  border-top-color: #fff;
  border-right-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}
@media screen and (max-width: 767px) {
  .page-roulette .section-help-tip1 .row .list-item-text,
  .page-roulette .section-help-tip2 .row .list-item-text,
  .page-roulette .section-help-tip3 .row .list-item-text {
    margin-top: 40px;
  }
}
.page-slots .section-hero {
  background-image: url("../images/CC_slots-hero.jpg");
}
.page-video-poker .section-hero {
  background-image: url("../images/CC_video-poker-hero.jpg");
}
.section-navbar img {
  height: 60px;
}
.section-nav-upper-angle {
  position: relative;
  height: 0;
  padding: 0;
  border: 50vw solid rgba(0, 0, 0, 0.3);
  border-top-width: 4.37443318vw;
  border-right-color: transparent;
  border-bottom-width: 4.37443318vw;
  border-bottom-color: transparent;
}
.section-footer-lower-angle {
  position: relative;
  height: 0;
  border: 50px solid #000;
  border-top-color: transparent;
  border-right-width: 50vw;
  border-left: 50vw solid transparent;
}
.section-prefooter {
  padding: 40px 0;
  background-position: center top;
}
.section-prefooter p {
  margin-top: 10px;
  color: #fff;
}
.section-prefooter .button-group--cta-hd {
  margin-top: 25px;
}
.section-prefooter .bottom-line {
  width: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 3px solid #fff;
}
.section-prefooter {
  background-image: url("../images/CC_Footer-Background.jpg");
  background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
  screen and (min-resolution: 2dppx) {
  .section-prefooter {
    background-image: url("../images/CC_Footer-Background_2x.jpg");
  }
}
.page-blackjack .section-prefooter,
.page-bonus .section-prefooter,
.page-casino-games .section-prefooter,
.page-slots .section-prefooter {
  background-image: url("../images/CC_bonus-Green-Footer.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
  screen and (min-resolution: 2dppx) {
  .page-blackjack .section-prefooter,
  .page-bonus .section-prefooter,
  .page-casino-games .section-prefooter,
  .page-slots .section-prefooter {
    background-image: url("../images/CC_bonus-Green-Footer_2x.jpg");
  }
}
.page-video-poker .section-prefooter {
  background-image: url("../images/CC_video-poker-Footer-BG.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
  screen and (min-resolution: 2dppx) {
  .page-video-poker .section-prefooter {
    background-image: url("../images/CC_video-poker-Footer-BG_2x.jpg");
  }
}
.page-contact-us .support-link-button {
  display: block;
  max-width: 320px;
  margin: 10px 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-winners .section-general-content h2 {
  font-size: 1.6em;
}
@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 0 1vw;
}
.page-winners .form-section__form__submit {
  clear: both;
}
.page-winners .form-section__form__submit input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0.5em auto 1.33em;
  position: relative;
  display: inline-block;
  font-size: inherit;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  padding: 0.25em 0.5em;
  color: #fff;
  font-weight: 700;
  background: #2ab300;
  border: 3px solid #fff;
  border-radius: 8px;
}
.page-winners .pager-pagination .current {
  color: #000;
  background: 0 0;
  border-color: #2c2e30;
}
.page-winners .winner-list-table a,
.page-winners .winner-list-table th {
  color: #000;
}
.page-winners .winner-list-table a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .page-winners .winner-list-table {
    font-size: 13px;
  }
}
.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: #f4f4f4;
}
.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: #f4f4f4;
  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 img.last-of-type,
.page-faq .accordion-list .item-content p:last-of-type,
.page-faq .accordion-list .item-content ul:last-of-type {
  margin-bottom: 0.33em;
}
.page-404 .section-hero {
  padding: 160px 0 0;
}
.page-404 h1 {
  padding-bottom: 2em;
}
.page-404 .section-hero .container {
  min-height: 0;
}
.page-post-out,
.page-thanks,
.page-thanks_download,
.page-thanks_sorry,
.page-thanks_success {
  background: #fff;
}
.page-post-out .button--theme:active,
.page-post-out .button--theme:focus,
.page-post-out .button--theme:hover,
.page-thanks .button--theme:active,
.page-thanks .button--theme:focus,
.page-thanks .button--theme:hover,
.page-thanks_download .button--theme:active,
.page-thanks_download .button--theme:focus,
.page-thanks_download .button--theme:hover,
.page-thanks_sorry .button--theme:active,
.page-thanks_sorry .button--theme:focus,
.page-thanks_sorry .button--theme:hover,
.page-thanks_success .button--theme:active,
.page-thanks_success .button--theme:focus,
.page-thanks_success .button--theme:hover {
  color: #fff;
  font-weight: 700;
  background: #249a00;
}
.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;
}
#forgotPasswordDialog .modal-body {
  padding: 5px;
}
#forgotPasswordDialog iframe.forgot-password-dialog {
  width: 100%;
  height: 450px;
}
.u__lower-angle {
  position: relative;
  height: 0;
  border: 50vw solid #f4f4f4;
  border-top-width: 4.37443318vw;
  border-top-color: transparent;
  border-right-width: 50vw;
  border-bottom-width: 4.37443318vw;
  border-left-color: transparent;
}
.u__upper-angle {
  position: relative;
  height: 0;
  border: 50vw solid #f4f4f4;
  border-top-width: 4.37443318vw;
  border-right-color: transparent;
  border-bottom-width: 4.37443318vw;
  border-bottom-color: transparent;
  border-left-width: 50vw;
}
.u__display-inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .u__disable-scroll-xs {
    overflow: hidden !important;
  }
}
.u__text--blue {
  color: #197de3;
}
.u__text--green {
  color: #080;
}
.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--uppercase {
  text-transform: uppercase;
}
.u__text--center {
  text-align: center;
}
.u__reversed--left,
.u__reversed--right {
  text-align: center;
  text-transform: capitalize;
}
.u__reversed--left span,
.u__reversed--right span {
  padding: 3px 5px;
  color: #fff;
  font-size: 18px;
  background: #054b05;
  border-radius: 6px;
}
.u__reversed--left span {
  margin: 0 0 0 64px;
}
.u__reversed--right span {
  margin: 0 64px 0 0;
}

.logo-holder {
  margin: 0 auto;
  width: 420px;
  height: 260px;
  text-align: center;
  background: url("../images/logo-bg-coins.png") no-repeat center / contain;
}

.logo-holder img {
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
}

.jackpot-prize {
  font-size: 70px;
  color: #ffd02c;
  text-shadow: 3.8px 4px 8px #000;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (max-width: 550px) {
  .jackpot-prize {
    font-size: 12.727vw;
  }
  .logo-holder {
    width: 34.364vw;
    height: 24.273vw;
  }
  .section-choices-hero.vault-hero .powered-by-mm {
    margin-top: -27.273vw;
  }
  .section-choices-hero.vault-hero .position-above {
    margin-top: 30px;
  }
  .section-choices-hero.vault-hero .position-above:first-of-type {
    margin-top: 10px;
  }
  .section-choices-hero.vault-hero .button--cta {
    margin-top: 30px;
  }

  .section-choices-hero.vault-hero .vault-state-open .button--cta {
    margin-top: -27px;
  }

  .section-choices-hero.vault-hero .vault-state-open + .powered-by-mm {
    margin-top: -19.273vw;
  }
  .navbar .navbar-brand img {
    height: 40px;
    margin: 10px 0;
  }
  .navbar .navbar-toggle {
    margin: 10px 0;
    padding: 10px 10px;
  }
  .navbar {
    height: 46px;
  }
}
