/*! 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: bold;
}
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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
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 {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !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: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #002cec;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #001ea0;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 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 #eeeeee;
}
.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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 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: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-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 #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small: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 #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\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-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  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-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    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-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    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-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    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: #333333;
  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="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  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 .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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: #eeeeee;
  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="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-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;
}
textarea.input-sm,
select[multiple].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 textarea.form-control,
.form-group-sm select[multiple].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;
}
textarea.input-lg,
select[multiple].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 textarea.form-control,
.form-group-lg select[multiple].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;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  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: normal;
  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:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  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;
  filter: alpha(opacity=65);
  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:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  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:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  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:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  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:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  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:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  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:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #002cec;
  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:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #001ea0;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].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: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  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 > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.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-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  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: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  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;
  border-bottom: 4px solid \9;
  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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .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="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.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:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #002cec;
}
.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: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  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:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #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:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 320px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    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:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  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:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  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:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  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:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #002cec;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #001ea0;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  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 {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer: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-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
  }
  th.visible-xs,
  td.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;
  }
  th.visible-sm,
  td.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;
  }
  th.visible-md,
  td.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;
  }
  th.visible-lg,
  td.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;
  }
  th.visible-print,
  td.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 v3 - FooTable is a jQuery plugin that aims to make HTML tables on smaller devices look awesome.
* @version 3.0.10
* @link http://fooplugins.com
* @copyright Steven Usher & Brad Vincent 2015
* @license Released under the GPLv3 license.
*/
/* globals - instead we house them under the .footable.table class as the root of FooTable is always the table itself. */
.footable.table, .footable.table *,
.footable-details.table, .footable-details.table * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footable.table th,
.footable-details.table th {
	text-align: left;
}
/* tables */
.footable.table,
.footable-details.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.footable.table > caption + thead > tr:first-child > th,
.footable.table > colgroup + thead > tr:first-child > th,
.footable.table > thead:first-child > tr:first-child > th,
.footable.table > caption + thead > tr:first-child > td,
.footable.table > colgroup + thead > tr:first-child > td,
.footable.table > thead:first-child > tr:first-child > td,
.footable-details.table > caption + thead > tr:first-child > th,
.footable-details.table > colgroup + thead > tr:first-child > th,
.footable-details.table > thead:first-child > tr:first-child > th,
.footable-details.table > caption + thead > tr:first-child > td,
.footable-details.table > colgroup + thead > tr:first-child > td,
.footable-details.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.footable.table > thead > tr > th,
.footable.table > tbody > tr > th,
.footable.table > tfoot > tr > th,
.footable.table > thead > tr > td,
.footable.table > tbody > tr > td,
.footable.table > tfoot > tr > td,
.footable-details.table > thead > tr > th,
.footable-details.table > tbody > tr > th,
.footable-details.table > tfoot > tr > th,
.footable-details.table > thead > tr > td,
.footable-details.table > tbody > tr > td,
.footable-details.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.footable.table > thead > tr > th,
.footable.table > thead > tr > td,
.footable-details.table > thead > tr > th,
.footable-details.table > thead > tr > td {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.footable.table-condensed > thead > tr > th,
.footable.table-condensed > tbody > tr > th,
.footable.table-condensed > tfoot > tr > th,
.footable.table-condensed > thead > tr > td,
.footable.table-condensed > tbody > tr > td,
.footable.table-condensed > tfoot > tr > td,
.footable-details.table-condensed > thead > tr > th,
.footable-details.table-condensed > tbody > tr > th,
.footable-details.table-condensed > tfoot > tr > th,
.footable-details.table-condensed > thead > tr > td,
.footable-details.table-condensed > tbody > tr > td,
.footable-details.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.footable.table-bordered,
.footable-details.table-bordered {
	border: 1px solid #ddd;
}
.footable.table-bordered > thead > tr > th,
.footable.table-bordered > tbody > tr > th,
.footable.table-bordered > tfoot > tr > th,
.footable.table-bordered > thead > tr > td,
.footable.table-bordered > tbody > tr > td,
.footable.table-bordered > tfoot > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable-details.table-bordered > tbody > tr > th,
.footable-details.table-bordered > tfoot > tr > th,
.footable-details.table-bordered > thead > tr > td,
.footable-details.table-bordered > tbody > tr > td,
.footable-details.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.footable.table-bordered > thead > tr > th,
.footable.table-bordered > thead > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable-details.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.footable.table-striped > tbody > tr:nth-child(odd),
.footable-details.table-striped > tbody > tr:nth-child(odd) {
	background-color: #f9f9f9;
}
.footable.table-hover > tbody > tr:hover,
.footable-details.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
/* buttons */
.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:hover,
.footable .btn:focus,
.footable .btn.focus {
	color: #333;
	text-decoration: none;
}
.footable .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.footable .btn-default:hover,
.footable .btn-default:focus,
.footable .btn-default.focus,
.footable .btn-default:active,
.footable .btn-default.active,
.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:hover,
.footable .btn-primary:focus,
.footable .btn-primary.focus,
.footable .btn-primary:active,
.footable .btn-primary.active,
.footable .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
/* button groups */
.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;
}
/* caret */
.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 */
.form-group {
	margin-bottom: 15px;
}
/* form-control */
.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, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
/* input-group */
.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-addon,
.footable .input-group-btn,
.footable .input-group .form-control {
	display: table-cell;
}
.footable .input-group-btn > .btn + .btn,
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group {
	margin-left: -1px;
}
.footable .input-group-btn > .btn {
	position: relative;
}
.footable .input-group-btn > .btn:hover,
.footable .input-group-btn > .btn:focus,
.footable .input-group-btn > .btn:active {
	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:not(:last-child):not(.dropdown-toggle),
.footable .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	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:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group > .btn,
.footable .input-group-btn:last-child > .dropdown-toggle,
.footable .input-group-btn:first-child > .btn:not(:first-child),
.footable .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/* checkboxes & radios */
.footable .radio,
.footable .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footable .radio label,
.footable .checkbox label {
	max-width: 100%;
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.footable .radio input[type=radio],
.footable .radio-inline input[type=radio],
.footable .checkbox input[type=checkbox],
.footable .checkbox-inline input[type=checkbox] {
	position: absolute;
	margin: 4px 0 0 -20px;
	line-height: normal;
}
/* dropdown-menu */
.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, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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:hover,
.footable .dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
/* pagination */
.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:hover,
.footable .pagination > li > span:hover,
.footable .pagination > li > a:focus,
.footable .pagination > li > span:focus {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.footable .pagination > .active > a,
.footable .pagination > .active > span,
.footable .pagination > .active > a:hover,
.footable .pagination > .active > span:hover,
.footable .pagination > .active > a:focus,
.footable .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.footable .pagination > .disabled > span,
.footable .pagination > .disabled > span:hover,
.footable .pagination > .disabled > span:focus,
.footable .pagination > .disabled > a,
.footable .pagination > .disabled > a:hover,
.footable .pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
/* labels */
.footable .label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.footable .label-default {
	background-color: #777;
}
/* wells */
.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,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
/* screen reader only */
.footable .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
/* form-inline */
@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 .input-group-addon,
	.footable .form-inline .input-group .input-group-btn,
	.footable .form-inline .input-group .form-control {
		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 > thead > tr:first-child > th,
table.footable-details > thead > tr:first-child > td,
table.footable-details > tbody > tr:first-child > th,
table.footable-details > tbody > tr:first-child > td,
table.footable-details > tfoot > tr:first-child > th,
table.footable-details > tfoot > tr:first-child > td {
	border-top-width: 0;
}
table.footable-details.table-bordered > thead > tr:first-child > th,
table.footable-details.table-bordered > thead > tr:first-child > td,
table.footable-details.table-bordered > tbody > tr:first-child > th,
table.footable-details.table-bordered > tbody > tr:first-child > td,
table.footable-details.table-bordered > tfoot > tr:first-child > th,
table.footable-details.table-bordered > tfoot > tr:first-child > td {
	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-empty > td,
table.footable > tbody > tr.footable-empty > th,
table.footable > tbody > tr.footable-detail-row > td,
table.footable > tbody > tr.footable-detail-row > th {
	display: table-cell;
}
@-webkit-keyframes fooicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fooicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	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:before,
.fooicon:after {
	-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: normal;
}
table.footable > thead > tr.footable-filtering > th,
table.footable.footable-filtering-right > 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 > thead > tr > td.footable-sortable,
table.footable > thead > tr > th.footable-sortable,
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 {
	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,
th.footable-sortable.footable-asc > span.fooicon,
td.footable-sortable.footable-desc > span.fooicon,
th.footable-sortable.footable-desc > span.fooicon {
	opacity: 1;
}
/* hides the sort icons when sorting is not allowed */
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 > tfoot > tr.footable-paging > td,
table.footable-paging-center > 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-show,
table.footable-editing.footable-editing-always-show button.footable-hide {
	display: none;
}
table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-add {
	display: inline-block;
}

/****************************************************************************************
    Sample CSS
    Can either be included as-is into a web page,
    Added to an existing style sheet,
    Added to a bundled with an existing style sheet
    Or Modified as required
*/
/* WebGrid pager */
#TableWebGrid tfoot tr td, .ITSMWebGrid tfoot tr td { height:35px; padding:5px; }
.pager-total-items-text { font-weight:bold; color:#8e8e8e; }
.pager-total-items-value { font-weight:bold; }
.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: bold; margin-top: 4px;	padding: 3px 5px; text-align: center; }
.pager-pagination span, .pager-pagination a { margin: 4px 3px; }
.pager-pagination a { border: 1px solid #aaa; padding: 3px 5px;	text-align: center;	text-decoration: none; }


/*Sort Images*/
.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; }

/****************************************************************************
*       The following removes excess pagination for small devices.          *
*                                                                           *
* The current page, first, last, previous and next elements                 *
* will be the only elements displayed                                       *
*****************************************************************************/
@media only screen and (max-width:479px) {
    .pager-pagination a, .pager-pagination .spacer {display:none;}
    .pager-pagination :nth-child(-n+2), .pager-pagination :nth-last-child(-n+2)  {
        display:inline;
    }
}

#bt_gif {
  position: relative;
  height: 43px;
  width: 130px;
  border: 0;
  background: #900;
  margin: 4px 0;
  z-index: 1;
}
.bt_container {
  position: absolute;
  top: 0;
  left: 0;
  margin: 2px;
  background: #fff;
  height: 39px;
  width: 126px;
  z-index: 2;
}
.bt_title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 5px;
  padding: 0;
  width: 120px;
  text-transform: uppercase;
  font: bold 7pt/9pt "Segoe UI", "Trebuchet MS", Arial, Helvetica;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
  z-index: 6;
  opacity: 1;
  text-align: center;
  background: #900;
  color: #fff;
}
.bt_tick {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 2px;
  height: 28px;
  width: 126px;
}
.bt_tick img {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 126px;
  z-index: 3;
  opacity: 0;
  overflow: hidden;
}
.bt_tick img.active {
  z-index: 5;
  opacity: 1;
}
.bt_tick img.last-active {
  z-index: 4;
}
.bt_icon {
  background-repeat: no-repeat;
  margin: 11px 0 0;
}
.bt_icon-astropay {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--astropay.jpg");
}
.bt_icon-astropay-card {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--astropay-card.jpg");
}
.bt_icon-bank-transfer {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--bank-transfer.jpg");
}
.bt_icon-boleto {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--boleto.jpg");
}
.bt_icon-cashtocode {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--cashtocode.jpg");
}
.bt_icon-direct-bank-transfer {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--direct-bank-transfer.jpg");
}
.bt_icon-echeck {
  background-image: url('/content/cdn/img/Shared/banking/banking-logo--e-check.jpg');
}
.bt_icon-ecopayz {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--ecopayz.jpg");
}
.bt_icon-epay-bg {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--epay-bg.jpg");
}
.bt_icon-eps {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--eps.jpg");
}
.bt_icon-express-connect {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--express-connect.jpg");
}
.bt_icon-flexepin {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--flexepin.jpg");
}
.bt_icon-ideal {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--ideal.jpg");
}
.bt_icon-idebit {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--idebit.jpg");
}
.bt_icon-ilixium {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--ilixium.jpg");
}
.bt_icon-inovapay {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--inovapay.jpg");
}
.bt_icon-instadebit {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--instadebit.jpg");
}
.bt_icon-instant-payment-citadel {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--instant-payment-citadel.jpg");
}
.bt_icon-interac-etransfer {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--interac-etransfer.jpg");
}
.bt_icon-interac-online {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--interac-online.jpg");
}
.bt_icon-jeton {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--jeton.jpg");
}
.bt_icon-kalibra {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--kalibra.jpg");
}
.bt_icon-maestro {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--maestro.jpg");
}
.bt_icon-mastercard {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--mastercard.jpg");
}
.bt_icon-muchbetter {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--muchbetter.jpg");
}
.bt_icon-neteller {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--neteller.jpg");
}
.bt_icon-nordea {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--nordea.jpg");
}
.bt_icon-online-uberweisen {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--online-uberweisen.jpg");
}
.bt_icon-paypal {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--paypal.jpg");
}
.bt_icon-paysafecard {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--paysafecard.jpg");
}
.bt_icon-postepay {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--postepay.jpg");
}
.bt_icon-qiwi {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--qiwi.jpg");
}
.bt_icon-rapid-transfer {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--rapid-transfer.jpg");
}
.bt_icon-skrill {
  background-image: url('/content/cdn/img/Shared/banking/banking-logo--skrill.jpg');
}
.bt_icon-sms-voucher {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--sms-voucher.jpg");
}
.bt_icon-sofort {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--sofort.jpg");
}
.bt_icon-visa {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--visa.jpg");
}
.bt_icon-visa-electron {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--visa-electron.jpg");
}
.bt_icon-wechatpay {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--wechatpay.jpg");
}
.bt_icon-zimpler {
  background-image: url("/content/cdn/img/Shared/banking/banking-logo--zimpler.jpg");
}
/* ==========================================================================
   Shared Styles
   ========================================================================== */
/* Base styles
   ========================================================================== */
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%;
}
/* ForcedRedirectModal styles
   ========================================================================== */
.is-forced-redirect .modal {
  z-index: 99999;
}
.is-forced-redirect .modal-backdrop {
  z-index: 99998;
  opacity: 0.8;
}
.is-forced-redirect .modal-body,
.is-forced-redirect .modal-title {
  color: black;
  text-align: center;
}
.is-forced-redirect .modal-footer a.btn {
  text-decoration: none;
}
.is-forced-redirect .modal-body p:last-of-type {
  margin-bottom: 0;
}
/* Typography and content
   ========================================================================== */
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;
}
/* Lists
   ========================================================================== */
ol {
  list-style: decimal outside;
}
ol ol {
  list-style: lower-roman outside;
}
ol ol ol {
  list-style: lower-alpha outside;
}
ol ol ol ol {
  list-style: lower-roman outside;
}
ol ol ol ol ol {
  list-style: lower-alpha outside;
}
ol ul {
  list-style: square outside;
}
ol.unstyled,
ul.unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-tool-bar .caret {
  border-top-color: #ffffff;
  margin-left: 8px;
}
/* ==========================================================================
   Offer disclaimer modal
   ========================================================================== */
.modal-offer-disclaimer {
  /* Content and scaffolding
   ========================================================================== */
  /* Modal close button */
  /* Disclaimer Checkbox and Label
   ========================================================================== */
  /* Disclaimer Call-to-action
   ========================================================================== */
}
.modal-offer-disclaimer .modal-content {
  color: white;
  border: 1px solid white;
}
.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: white;
  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: none;
}
.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 white;
  border-radius: 0 0 6px 6px;
  -webkit-transition: background 500ms, color 500ms, text-shadow 500ms;
  transition: background 500ms, color 500ms, text-shadow 500ms;
}
.modal-offer-disclaimer button.offer-disclaimer-cta:disabled {
  cursor: not-allowed;
}
/* ==========================================================================
   Contact Us page
   ========================================================================== */
.page-contact-us #mail-subject-select {
  color: black;
  display: block;
  text-align: center;
  margin: 0 auto 1em;
  padding: 0.15em;
  max-width: 320px;
}
.page-contact-us #contact-us-mailto-submit[data-active="0"] {
  pointer-events: none;
  opacity: 0.7;
}
/* ==========================================================================
   Thanks Pages and Post Out page
   ========================================================================== */
.page-thanks,
.page-thanks_download,
.page-thanks_sorry,
.page-thanks_success,
.page-post-out,
.page-play-now {
  /* Hide certain elements in thanks pages */
}
.page-thanks .footer-navbar,
.page-thanks_download .footer-navbar,
.page-thanks_sorry .footer-navbar,
.page-thanks_success .footer-navbar,
.page-post-out .footer-navbar,
.page-play-now .footer-navbar,
.page-thanks .navbar-toggle,
.page-thanks_download .navbar-toggle,
.page-thanks_sorry .navbar-toggle,
.page-thanks_success .navbar-toggle,
.page-post-out .navbar-toggle,
.page-play-now .navbar-toggle {
  display: none;
}
.page-thanks a.link-always-enabled,
.page-thanks_download a.link-always-enabled,
.page-thanks_sorry a.link-always-enabled,
.page-thanks_success a.link-always-enabled,
.page-post-out a.link-always-enabled,
.page-play-now a.link-always-enabled {
  pointer-events: auto;
}
/* ==========================================================================
   Components
   ========================================================================== */
/* Sorry Page Banner
   ========================================================================== */
.sorry-page-banner {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto 2em;
}
.sorry-page-banner img {
  width: 100%;
  max-width: 400px;
}
/* RTP timestamp
   ========================================================================== */
.rtp-update-timestamp {
  margin-top: 0.66em;
  font-size: 0.8em;
  text-align: center;
}
/* No top margin utility
   ========================================================================== */
.no-top-margin {
  margin-top: 0 !important;
}
.nowrap {
  white-space: nowrap;
}
/* Footer Aff ID container
   ========================================================================== */
.affid-container {
  position: relative;
  clear: both;
  width: 90%;
  margin: 10px auto;
  padding: 5px;
  color: #555555;
  font: normal 11px/13px Arial, Helvetica;
  text-align: justify;
  background-color: #111111;
  vertical-align: top;
  border: 1px solid #333333;
}
/* Rules and regulations lists
   ========================================================================== */
.rules-regulations-list ul,
.rules-regulations-list ul ul,
.rules-regulations-list ul ul ul,
.rules-regulations-list ol,
.rules-regulations-list ol ol,
.rules-regulations-list ol ol ol,
.rules-regulations-list ol ul,
.rules-regulations-list ul ol {
  margin: 4px 0 15px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 25px;
}
.rules-regulations-list ul {
  list-style: disc outside;
}
.rules-regulations-list ul ul {
  list-style: square outside;
}
.rules-regulations-list ul ul ul {
  list-style: circle outside;
}
.rules-regulations-list ol {
  list-style: decimal outside;
}
.rules-regulations-list ol ol {
  list-style: lower-roman outside;
}
.rules-regulations-list ol ol ol {
  list-style: lower-alpha outside;
}
.rules-regulations-list ol ol ol ol {
  list-style: lower-roman outside;
}
.rules-regulations-list ol ol ol ol ol {
  list-style: lower-alpha outside;
}
.rules-regulations-list ol ul {
  list-style: square outside;
}
.rules-regulations-list ul ol {
  list-style: lower-roman outside;
}
.rules-regulations-list a,
.rules-regulations-list a:visited {
  word-wrap: break-word;
}
.rules-regulations-list p {
  margin-bottom: 15px;
}
.rules-regulations-list p small {
  display: block;
  line-height: 1.15em;
}
.rules-regulations-list ol p + ol,
.rules-regulations-list ul p + ol,
.rules-regulations-list ol p + ul,
.rules-regulations-list ul p + ul {
  padding-top: 0;
}
/* Deferring Image load
   ========================================================================== */
/*
 * defer image, is a way to enable manually control which image should be load first, and which image should be load until all "important" images been loaded.
 * Any image marked as defer image will start loading after all normal image loaded.
 * There are two ways to use defer image.
 * 1) For any element uses background to show the image content, add "defer-image-load" to its class, which will prevent the image been loaded in default
 * 2) For any normal image element (uses src), add 'srcset="@Resources.Config.Spacer"' so the browser will load the spacer image instead of the image specified in src attribute. And if this image requires _2x image, change the original srcset attribute to data-srcset.
 * Once all normal image loaded, the script (in window.onload) will remove "defer-image-load" class, and srcset attribute, and rename data-srcset to srcset if necessary, so the normal image will start loading.
 */
.defer-image-load {
  background-image: none !important;
}
.defer-image-load::after,
.defer-image-load::before {
  background-image: none !important;
}
/* Validation styling
   ========================================================================== */
.field-validation-error {
  color: red;
}
.validation-summary-valid {
  display: none;
}
.validation-summary-errors {
  color: red;
}
/* ==========================================================================
   Utilities
   ========================================================================== */
.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.float-none {
  float: none !important;
}
/* Adds an overlay to the "continue success page" so to give the break-out script enough time to load */
#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 #ffffff;
  -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(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loaderkeyframes {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
table.footable > tbody > tr > td > span.footable-toggle {
  font-size: 16px;
}
/* ==========================================================================
   Play Now Page Styling
   ========================================================================== */
body.page-play-now .section-general-content {
  position: relative;
}
.spinning-loader,
.spinning-loader i {
  position: absolute;
}
.spinning-loader {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: none;
  width: 100%;
  height: 100%;
}
.spinning-loader i {
  left: 50%;
  top: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin-left: -34px;
  margin-top: -34px;
  z-index: 11;
}
/* ==========================================================================
   Login Button in Navbar
   ========================================================================== */
.top-tool-bar__login-button {
  color: red;
  background: white;
  margin-left: 10px;
  border-radius: 12px;
  font-weight: 700;
  padding: 0 8px;
  text-decoration: none;
}
.top-tool-bar__login-button:visited,
.top-tool-bar__login-button:hover,
.top-tool-bar__login-button:active {
  color: red;
  text-decoration: none;
}
/* ==========================================================================
   Top Bar containing Ontario iGaming Logo
   ========================================================================== */
.header-ontario-igaming-logo-container {
  background: #2c2e30;
  height: 33px;
  padding: 3px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-ontario-igaming-logo {
  display: block;
  width: auto;
  height: 27px;
  margin-left: auto;
}
/* ==========================================================================
   Import Statements and Variable Overrides
   ========================================================================== */
/* ==========================================================================
   Top nav
   ========================================================================== */
nav.navbar {
  background: #f4f4f4;
  border-radius: 0;
  border: none;
  border-top: 8px solid #ecc921;
  -webkit-box-shadow: 0 1px 0px #b0b0b0, 0 2px 0px #ffffff;
          box-shadow: 0 1px 0px #b0b0b0, 0 2px 0px #ffffff;
  margin-bottom: 0;
}
nav.navbar .col-md-1 {
  min-height: 0;
  /* fix 1px white border issue when screen width reduced below 992px */
}
nav.navbar .navbar-header .navbar-brand {
  display: block;
  padding: 0;
  height: 73px;
}
nav.navbar .navbar-header .navbar-brand img {
  width: 184px;
  height: 50px;
  margin-top: 13px;
}
@media (max-width: 767px) {
  nav.navbar .navbar-header .navbar-brand img {
    margin: 5px 0;
    width: 95%;
    height: 90%;
  }
}
@media (max-width: 767px) {
  nav.navbar .navbar-header .navbar-brand {
    height: 50px;
  }
}
nav.navbar .navbar-header .navbar-toggle {
  background-color: #ecc921;
  text-transform: uppercase;
  font-weight: 700;
}
nav.navbar .navbar-header .navbar-toggle .icon-bar {
  background: white;
}
nav.navbar .navbar-header .navbar-toggle:hover {
  background-color: #d2b112;
}
nav.navbar .navbar-nav .nav-menu-item,
nav.navbar .navbar-nav .nav-menu-item:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 700;
  height: 72px;
  line-height: 72px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  nav.navbar .navbar-nav .nav-menu-item,
  nav.navbar .navbar-nav .nav-menu-item:visited {
    height: 42px;
    line-height: 42px;
  }
}
nav.navbar .navbar-nav .active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2c2e30), to(#72716f));
  background: linear-gradient(to bottom, #2c2e30 0, #72716f 100%);
}
nav.navbar .navbar-nav .active .nav-menu-item,
nav.navbar .navbar-nav .active .nav-menu-item:active,
nav.navbar .navbar-nav .active .nav-menu-item:hover,
nav.navbar .navbar-nav .active .nav-menu-item:focus {
  color: white;
  text-decoration: underline;
  background: transparent;
  outline: none;
}
nav.navbar .col-md-9 {
  padding: 0;
}
nav.navbar .dropdown-menu--playnow {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 7px 7px;
}
nav.navbar .dropdown-menu--playnow .button--nav-cta {
  margin: 0 5px 5px;
}
nav.navbar .dropdown-menu--playnow .button--nav-hd {
  margin: 5px 5px 0;
}
nav.navbar .dropdown-menu--playnow .button--nav-cta .nav-menu-item,
nav.navbar .dropdown-menu--playnow .button--nav-hd .nav-menu-item {
  position: relative;
  height: 48px;
  padding-top: 7px;
  padding-left: 7px;
  padding-right: 40px;
  color: black;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.5px;
  border-radius: 7px;
}
nav.navbar .dropdown-menu--playnow .button--nav-cta .nav-menu-item {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff76e), to(#f7c413));
  background: linear-gradient(to bottom, #fff76e 0, #f7c413 100%);
  border: solid 2px #ffffff;
}
nav.navbar .dropdown-menu--playnow .button--nav-hd .nav-menu-item {
  /* Hack to make sure transition to gradient doesn't go to transparent first */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(lightgrey));
  background: linear-gradient(to top, #fff 0, lightgrey 100%);
  border: solid 2px #ffffff;
}
nav.navbar .dropdown-menu--playnow .button--nav-cta .nav-menu-item:hover,
nav.navbar .dropdown-menu--playnow .button--nav-cta .nav-menu-item:focus {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff76e), to(#f7c413));
  background: linear-gradient(to top, #fff76e 0, #f7c413 100%);
  color: black;
}
nav.navbar .dropdown-menu--playnow .button--nav-hd .nav-menu-item:hover,
nav.navbar .dropdown-menu--playnow .button--nav-hd .nav-menu-item:focus {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff76e), to(#f7c413));
  background: linear-gradient(to bottom, #fff76e 0, #f7c413 100%);
  color: black;
}
nav.navbar .dropdown-menu--playnow .button--nav-cta .nav-menu-item::before,
nav.navbar .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;
  border: solid 2px black;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px 0 #000000;
          box-shadow: 0 0 2px 0 #000000;
}
nav.navbar .dropdown-menu--playnow .button--nav-cta .nav-menu-item::before {
  content: "\f061";
  font-family: "FontAwesome";
}
nav.navbar .dropdown-menu--playnow .button--nav-hd .nav-menu-item::before {
  content: "HD";
}
/* Fixes for landscape mobile */
@media only screen and (orientation: landscape) and (max-height: 414px) {
  nav.navbar {
    border-top-width: 4px;
  }
  .navbar-toggle {
    margin: 6px auto;
  }
  nav.navbar .navbar-header .navbar-brand {
    margin-top: -3px;
    margin-bottom: -2px;
  }
}
/* ==========================================================================
   top tool bar
   ========================================================================== */
.top-tool-bar {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #2c2e30;
  color: white;
  font-size: 12px;
  padding: 6px 0;
}
.top-tool-bar .container {
  padding: 0;
}
.i18n-selector .btn.dropdown-toggle {
  padding: 1px 12px;
  background: #2c2e30;
  z-index: 1001;
  /* this is to make the button can overlap the drop down list (.dropdown-menu), so the borders can "connected" */
  position: relative;
  color: white;
}
.i18n-selector .btn:hover {
  color: white;
}
.i18n-selector .dropdown-menu {
  background-color: #2c2e30;
  border: 1px solid #ecc921;
  border-radius: inherit;
  margin-top: -2px;
  outline: none;
}
.i18n-selector .dropdown-menu li a,
.i18n-selector .dropdown-menu li a:visited {
  color: white;
  text-decoration: none;
  padding: 10px 30px;
  font-weight: bold;
}
.i18n-selector .dropdown-menu li a:hover,
.i18n-selector .dropdown-menu li a:focus,
.i18n-selector .dropdown-menu li a:active {
  background: #ecc921;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  color: white;
}
.i18n-selector.open .btn {
  border: 1px solid #ecc921;
  border-bottom-color: transparent;
  color: white;
}
.button {
  text-decoration: none;
  border-radius: 10px;
  padding: 0.3em;
  display: inline-block;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  cursor: pointer;
  font-size: inherit;
  position: relative;
  z-index: 1000;
  text-align: center;
}
.button,
.button a,
.button:hover,
.button:hover a,
.button a:hover,
.button a,
.button:focus,
.button:focus a,
.button a:focus {
  text-decoration: none;
  outline: none;
}
.button--uppercase {
  text-transform: uppercase;
}
.button--yellow a,
.button--blue a {
  color: white;
}
.button--cta,
.button--cta:visited {
  border: 0.1em solid #776504;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff76e), to(#f7c413));
  background: linear-gradient(to bottom, #fff76e 0, #f7c413 100%);
  color: black;
  /*text-shadow: 1px 1px 0 white;*/
  font-size: 1.5rem;
  margin: 0 auto;
  max-width: 260px;
  display: block;
  font-weight: 700;
  padding: 15px;
  line-height: 1em;
}
.button--cta:hover,
.button--cta:focus,
.button--cta:active {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff76e), to(#f7c413));
  background: linear-gradient(to top, #fff76e 0, #f7c413 100%);
  color: black;
}
.button--hd,
.button--hd:visited {
  border: 0.1em solid #776504;
  /* Hack to make sure transition to gradient doesn't go to transparent first */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(lightgrey));
  background: linear-gradient(to top, #fff 0, lightgrey 100%);
  color: black;
  /*text-shadow: 1px 1px 0 white;*/
  font-size: 1.5rem;
  margin: 0 auto;
  max-width: 260px;
  display: block;
  font-weight: 700;
  padding: 15px;
  line-height: 1em;
}
.button--hd:hover,
.button--hd:focus,
.button--hd:active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff76e), to(#f7c413));
  background: linear-gradient(to bottom, #fff76e 0, #f7c413 100%);
  color: black;
}
.button--forget-password {
  border-color: transparent;
  background: #464646;
  color: white;
  border-radius: 10px;
  padding: 0.5em 0.5em 0.4em;
  font-size: 12px;
}
.button--forget-password.active,
.button--forget-password.disabled,
.button--forget-password.focus,
.button--forget-password:active,
.button--forget-password:focus,
.button--forget-password[disabled],
.button--forget-password:hover,
.button--forget-password:active:hover {
  background-color: #ecc921;
  outline: none;
  color: black;
}
.button--forget-password:visited {
  color: black;
}
.button--theme,
a.button--theme,
a.button--theme:visited {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  background: none;
  max-width: 260px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(lightgrey));
  background: linear-gradient(to top, #fff 0, lightgrey 100%);
  color: black;
  padding: 7px;
  border: 2px solid #776504;
  border-radius: 10px;
  margin: 10px auto;
  overflow: hidden;
}
.button--theme::before,
a.button--theme::before,
a.button--theme:visited::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff76e), to(#f7c413));
  background: linear-gradient(to bottom, #fff76e 0, #f7c413 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.button--theme.active::before,
a.button--theme.active::before,
a.button--theme:visited.active::before,
.button--theme.focus::before,
a.button--theme.focus::before,
a.button--theme:visited.focus::before,
.button--theme:active::before,
a.button--theme:active::before,
a.button--theme:visited:active::before,
.button--theme:hover::before,
a.button--theme:hover::before,
a.button--theme:visited:hover::before,
.button--theme:active:hover::before,
a.button--theme:active:hover::before,
a.button--theme:visited:active:hover::before {
  opacity: 1;
}
.button--download,
.button--download:visited {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 4px solid white;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
  max-width: 320px;
  margin: 0.5em auto 0;
}
.button--download:hover,
.button--download:focus,
.button--download:active {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 5px #3448c8;
          box-shadow: 0 0 5px #3448c8;
  color: white;
}
/* ==========================================================================
   CTA or HD Download Button Group
   ========================================================================== */
.button-group--cta-hd {
  display: block;
  /*width: 600px;*/
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .button-group--cta-hd {
    width: 290px;
    padding-top: 10px;
  }
}
.button-group--cta-hd .button--cta,
.button-group--cta-hd .button--hd {
  display: inline-block;
  margin-top: 0.5em;
  line-height: 1.25em;
  width: 270px;
  font-size: 1.35rem;
  text-transform: uppercase;
}
@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 #000000;
          box-shadow: 0 0 2px 0 #000000;
}
.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 .cta-separator {
  display: inline-block;
  padding-top: 40px;
  color: black;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  vertical-align: top;
  text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white;
}
@media (max-width: 767px) {
  .button-group--cta-hd .cta-separator {
    padding-top: 0.6em;
  }
}
.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 #000000;
          box-shadow: 0 0 2px 0 #000000;
}
.button-group--cta-hd .button--hd .second::after {
  content: "\f101";
  margin-left: 5px;
  padding: 0 3px 0 3px;
  font-family: FontAwesome;
}
/**
 * jackpots, copied from current live site
 */
.jackpots-icons.prog01 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -980px 0 no-repeat;
}
.jackpots-icons.prog02 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -1680px 0 no-repeat;
}
.jackpots-icons.prog03 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -1120px 0 no-repeat;
}
.jackpots-icons.prog04 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -420px 0 no-repeat;
}
.jackpots-icons.prog05 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -1260px 0 no-repeat;
}
.jackpots-icons.prog06 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") 0 0 no-repeat;
}
.jackpots-icons.prog07 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -700px 0 no-repeat;
}
.jackpots-icons.prog08 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -1400px 0 no-repeat;
}
.jackpots-icons.prog09 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -140px 0 no-repeat;
}
.jackpots-icons.prog10 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -1820px 0 no-repeat;
}
.jackpots-icons.prog11 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -560px 0 no-repeat;
}
.jackpots-icons.prog12 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -1540px 0 no-repeat;
}
.jackpots-icons.prog13 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -280px 0 no-repeat;
}
.jackpots-icons.prog14 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -840px 0 no-repeat;
}
.jackpots-icons.prog15 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -1960px 0 no-repeat;
}
.jackpots-icons.prog19 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -2100px 0 no-repeat;
}
.jackpots-icons.prog20 {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -2240px 0 no-repeat;
}
.jackpots-icons.atlantean-treasures-mega-moolah {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -2380px 0 no-repeat;
}
.jackpots-icons.maple-moolah {
  background: url("/content/cdn/img/Shared/progressive-logos.png") -2520px 0 no-repeat;
}
.jackpots-icons.mega-vault-millionaire {
  background: url("/content/cdn/img/Shared/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;
}
/* Progressive Jackpot List
   ========================================================================== */
.jackpots-list {
  position: relative;
  max-width: 880px;
  margin: 1em auto 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .jackpots-list {
    overflow: hidden;
    width: 440px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .jackpots-list {
    width: 290px;
  }
}
.jackpots-list .jackpots-list__item {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: 5px;
  padding: 5px;
  text-align: center;
  -webkit-box-shadow: 0 0 4px white;
          box-shadow: 0 0 4px white;
}
.jackpots-list .jackpots-list__item__name,
.jackpots-list .jackpots-list__item__amount {
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.jackpots-list .jackpots-list__item__amount {
  vertical-align: middle;
}
.jackpots-list .jackpots-list__item.jackpots-list__item--featured {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.jackpots-list .jackpots-list__item.jackpots-list__item--featured .jackpots-list__item__name,
.jackpots-list .jackpots-list__item.jackpots-list__item--featured .jackpots-list__item__amount {
  font-size: 1.4em;
  font-weight: 700;
}
.jackpots-list .jackpots-list__item.jackpots-list__item--featured > div {
  -webkit-box-shadow: 0 0 4px white;
          box-shadow: 0 0 4px white;
  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("/Content/themes/shared/images/footer-icons_20230220.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: 120px;
}
.bIcons.bIcon-GamblingCommission {
  background-position: -3000px 0;
  width: 120px;
}
.bIcons.bIcon-SKAT {
  background-position: -3200px 0;
  width: 40px;
}
.bIcons.bIcon-AAMS {
  background-position: -3800px 0;
  width: 105px;
}
.bIcons.bIcon-GamblingAware {
  background-position: -3600px -45px;
  width: 155px;
}
.bIcons.bIcon-GamStop {
  background-position: -3800px -45px;
  width: 105px;
}
.bIcons.bIcon-StopSpillet {
  background-position: -800px -90px;
  width: 85px;
}
.bIcons.bIcon-Spelinspektionen {
  background-position: 0px -90px;
  width: 61px;
}
.bIcons.bIcon-Stodlinjen {
  background-position: -200px -90px;
  width: 124px;
}
.bIcons.bIcon-Spelpaus {
  background-position: -400px -90px;
  width: 122px;
}
.bIcons.bIcon-BankID {
  background-position: -600px -90px;
  width: 46px;
}
.bIcons.bIcon-Ontario-Igaming {
  width: 125px;
  background-image: url("/content/cdn/img/Shared/ontario-igaming-logo.png");
  background-size: 100% auto;
  background-position: center;
}
.culture-fr .bIcons.bIcon-Ontario-Igaming {
  background-image: url("/content/cdn/img/Shared/ontario-igaming-logo-fr.png");
}
.footer-agelimit,
.footer-agelimit:link,
.footer-agelimit:visited,
.footer-agelimit:hover,
.footer-agelimit:active {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  width: 33px;
  height: 45px;
  display: inline-block;
  color: #ef5e5f !important;
  font-size: 14px;
  line-height: 45px;
  vertical-align: top;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .footer-agelimit,
  .footer-agelimit:link,
  .footer-agelimit:visited,
  .footer-agelimit:hover,
  .footer-agelimit:active {
    margin-right: 8px;
  }
}
.footer-agelimit::before {
  position: absolute;
  content: "";
  border: 3px solid #ef5e5f;
  border-radius: 50%;
  left: 4px;
  top: 6px;
  width: 33px;
  height: 33px;
}
.footer-agelimit::after {
  font-family: Arial Arial, Helvetica, sans-serif;
  position: absolute;
  content: "+";
  right: -4px;
  top: 12px;
  font-size: 12px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.culture-de .bIcons.bIcon-ECO,
.culture-de-at .bIcons.bIcon-ECO {
  background-position: 0 -45px;
}
.culture-de .bIcons.bIcon-AU,
.culture-de-at .bIcons.bIcon-AU {
  background-position: -200px -45px;
}
.culture-fr .bIcons.bIcon-ECO {
  background-position: -400px -45px;
}
.culture-fr .bIcons.bIcon-AU {
  background-position: -600px -45px;
}
.culture-sv .bIcons.bIcon-ECO {
  background-position: -800px -45px;
}
.culture-sv .bIcons.bIcon-AU {
  background-position: -1000px -45px;
}
.culture-es .bIcons.bIcon-ECO {
  background-position: -1200px -45px;
}
.culture-es .bIcons.bIcon-AU {
  background-position: -1400px -45px;
}
.culture-pt .bIcons.bIcon-ECO {
  background-position: -1600px -45px;
}
.culture-pt .bIcons.bIcon-AU {
  background-position: -1800px -45px;
}
.culture-it .bIcons.bIcon-ECO {
  background-position: -2000px -45px;
}
.culture-it .bIcons.bIcon-AU {
  background-position: -2200px -45px;
}
.culture-da .bIcons.bIcon-ECO {
  background-position: -2400px -45px;
}
.culture-da .bIcons.bIcon-AU {
  background-position: -2600px -45px;
}
.culture-da .bIcons.bIcon-StopSpillet {
  background-position: -800px -90px;
}
.culture-no .bIcons.bIcon-ECO {
  background-position: -2800px -45px;
}
.culture-no .bIcons.bIcon-AU {
  background-position: -3000px -45px;
}
.culture-nl .bIcons.bIcon-ECO {
  background-position: -3200px -45px;
}
.culture-nl .bIcons.bIcon-AU {
  background-position: -3400px -45px;
}
footer {
  margin-top: 20px;
  background-color: black;
}
footer a,
footer a:visited,
footer a:hover,
footer a:focus {
  color: white;
  outline: none;
  font-weight: 700;
  text-decoration: underline;
}
.footer-icons {
  margin: 12px 0;
  text-align: center;
}
.footer-icons > * {
  display: inline-block;
}
.footer-icon-item,
#bt_gif.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: #cccccc;
  font-weight: 400 !important;
  font-size: 11px;
  display: block;
  line-height: 1.5em;
  text-align: center;
}
.thanks-icons {
  background-image: url("/content/cdn/img/Shared/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;
}
/* ==========================================================================
   Global styles
   ========================================================================== */
.page-thanks_success,
.page-post-out {
  /* ==========================================================================
   CATCH ALL and from /rea/pop/[lang]/gmd/1/
   ========================================================================== */
  /* Page header
   ========================================================================== */
  /* Page content / body
   ========================================================================== */
  /* ==========================================================================
   Privacy Modal
   ========================================================================== */
}
.page-thanks_success .section-reathanks-header.catch_gmd,
.page-post-out .section-reathanks-header.catch_gmd,
.page-thanks_success .section-reathanks-header.pop_gmd_1_0,
.page-post-out .section-reathanks-header.pop_gmd_1_0 {
  background: black;
}
.page-thanks_success .section-reathanks-header.catch_gmd .reathanks-header__logo,
.page-post-out .section-reathanks-header.catch_gmd .reathanks-header__logo,
.page-thanks_success .section-reathanks-header.pop_gmd_1_0 .reathanks-header__logo,
.page-post-out .section-reathanks-header.pop_gmd_1_0 .reathanks-header__logo {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 10px auto;
}
@media screen and (max-width: 479px) {
  .page-thanks_success .section-reathanks-header.catch_gmd .reathanks-header__logo,
  .page-post-out .section-reathanks-header.catch_gmd .reathanks-header__logo,
  .page-thanks_success .section-reathanks-header.pop_gmd_1_0 .reathanks-header__logo,
  .page-post-out .section-reathanks-header.pop_gmd_1_0 .reathanks-header__logo {
    max-width: 125px;
  }
}
.page-thanks_success .section-reathanks-content.catch_gmd,
.page-post-out .section-reathanks-content.catch_gmd,
.page-thanks_success .section-reathanks-content.pop_gmd_1_0,
.page-post-out .section-reathanks-content.pop_gmd_1_0 {
  min-height: 80vh;
  padding: 20px 0 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#382d0a), to(#ead22a));
  background: linear-gradient(to bottom, #382d0a 0%, #ead22a 100%);
}
@media screen and (max-width: 479px) {
  .page-thanks_success .section-reathanks-content.catch_gmd,
  .page-post-out .section-reathanks-content.catch_gmd,
  .page-thanks_success .section-reathanks-content.pop_gmd_1_0,
  .page-post-out .section-reathanks-content.pop_gmd_1_0 {
    min-height: 0;
    background: black;
    padding: 0 15px 5px;
  }
}
.page-thanks_success .section-reathanks-content.catch_gmd p,
.page-post-out .section-reathanks-content.catch_gmd p,
.page-thanks_success .section-reathanks-content.pop_gmd_1_0 p,
.page-post-out .section-reathanks-content.pop_gmd_1_0 p {
  line-height: 1.25em;
}
.page-thanks_success .section-reathanks-content.catch_gmd .button,
.page-post-out .section-reathanks-content.catch_gmd .button,
.page-thanks_success .section-reathanks-content.pop_gmd_1_0 .button,
.page-post-out .section-reathanks-content.pop_gmd_1_0 .button {
  position: relative;
  padding: 0.5em 0;
  color: black;
  font-size: 24px;
  text-transform: uppercase;
  width: 260px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff76e), to(#f7c413));
  background: linear-gradient(to bottom, #fff76e 0%, #f7c413 100%);
}
.page-thanks_success .section-reathanks-content.catch_gmd .button::before,
.page-post-out .section-reathanks-content.catch_gmd .button::before,
.page-thanks_success .section-reathanks-content.pop_gmd_1_0 .button::before,
.page-post-out .section-reathanks-content.pop_gmd_1_0 .button::before,
.page-thanks_success .section-reathanks-content.catch_gmd .button::after,
.page-post-out .section-reathanks-content.catch_gmd .button::after,
.page-thanks_success .section-reathanks-content.pop_gmd_1_0 .button::after,
.page-post-out .section-reathanks-content.pop_gmd_1_0 .button::after {
  position: absolute;
  top: 0.1em;
  font-family: "FontAwesome";
  font-size: 1.5em;
}
.page-thanks_success .section-reathanks-content.catch_gmd .button::before,
.page-post-out .section-reathanks-content.catch_gmd .button::before,
.page-thanks_success .section-reathanks-content.pop_gmd_1_0 .button::before,
.page-post-out .section-reathanks-content.pop_gmd_1_0 .button::before {
  content: "\f061";
  left: 10px;
  /* Override for base theme */
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  width: auto;
  height: auto;
}
.page-thanks_success .section-reathanks-content.catch_gmd .button::after,
.page-post-out .section-reathanks-content.catch_gmd .button::after,
.page-thanks_success .section-reathanks-content.pop_gmd_1_0 .button::after,
.page-post-out .section-reathanks-content.pop_gmd_1_0 .button::after {
  content: "\f060";
  right: 10px;
}
.page-thanks_success .section-reathanks-content.catch_gmd .reathanks-content__container,
.page-post-out .section-reathanks-content.catch_gmd .reathanks-content__container,
.page-thanks_success .section-reathanks-content.pop_gmd_1_0 .reathanks-content__container,
.page-post-out .section-reathanks-content.pop_gmd_1_0 .reathanks-content__container {
  max-width: 360px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  background: white;
  border: 2px solid black;
  border-radius: 12px;
}
@media screen and (max-width: 479px) {
  .page-thanks_success .section-reathanks-content.catch_gmd .reathanks-content__container,
  .page-post-out .section-reathanks-content.catch_gmd .reathanks-content__container,
  .page-thanks_success .section-reathanks-content.pop_gmd_1_0 .reathanks-content__container,
  .page-post-out .section-reathanks-content.pop_gmd_1_0 .reathanks-content__container {
    border-radius: 0;
    padding: 15px 10px;
  }
}
.page-thanks_success .section-reathanks-content.catch_gmd .reathanks-content__heading,
.page-post-out .section-reathanks-content.catch_gmd .reathanks-content__heading,
.page-thanks_success .section-reathanks-content.pop_gmd_1_0 .reathanks-content__heading,
.page-post-out .section-reathanks-content.pop_gmd_1_0 .reathanks-content__heading {
  margin-top: 0;
  color: black;
  font-size: 28px;
}
@media screen and (max-width: 479px) {
  .page-thanks_success .section-reathanks-content.catch_gmd .reathanks-content__heading,
  .page-post-out .section-reathanks-content.catch_gmd .reathanks-content__heading,
  .page-thanks_success .section-reathanks-content.pop_gmd_1_0 .reathanks-content__heading,
  .page-post-out .section-reathanks-content.pop_gmd_1_0 .reathanks-content__heading {
    font-size: 24px;
  }
}
.page-thanks_success .section-reathanks-content.catch_gmd .reathanks-content__thanks-icons,
.page-post-out .section-reathanks-content.catch_gmd .reathanks-content__thanks-icons,
.page-thanks_success .section-reathanks-content.pop_gmd_1_0 .reathanks-content__thanks-icons,
.page-post-out .section-reathanks-content.pop_gmd_1_0 .reathanks-content__thanks-icons {
  margin: 15px auto -10px;
}
.page-thanks_success .section-reathanks-content.catch_gmd .reathanks-content__thanks-icons .item,
.page-post-out .section-reathanks-content.catch_gmd .reathanks-content__thanks-icons .item,
.page-thanks_success .section-reathanks-content.pop_gmd_1_0 .reathanks-content__thanks-icons .item,
.page-post-out .section-reathanks-content.pop_gmd_1_0 .reathanks-content__thanks-icons .item {
  display: inline;
}
.page-thanks_success .section-reathanks-content.catch_gmd .thanks-icons,
.page-post-out .section-reathanks-content.catch_gmd .thanks-icons,
.page-thanks_success .section-reathanks-content.pop_gmd_1_0 .thanks-icons,
.page-post-out .section-reathanks-content.pop_gmd_1_0 .thanks-icons {
  margin: 5px;
}
.page-thanks_success #reaThanksPrivacyModal,
.page-post-out #reaThanksPrivacyModal {
  color: black;
  font-size: 13px;
  text-shadow: none;
}
.page-thanks_success #reaThanksPrivacyModal .modal-dialog,
.page-post-out #reaThanksPrivacyModal .modal-dialog {
  width: 600px;
  margin: 30px auto;
  background: white;
  border-radius: 13px;
}
@media screen and (max-width: 767px) {
  .page-thanks_success #reaThanksPrivacyModal .modal-dialog,
  .page-post-out #reaThanksPrivacyModal .modal-dialog {
    width: auto;
    margin: 10px;
  }
}
.page-thanks_success #reaThanksPrivacyModal .modal-body,
.page-post-out #reaThanksPrivacyModal .modal-body {
  overflow-y: auto;
  height: 70vh;
  padding: 15px 15px 0;
}
.page-thanks_success #reaThanksPrivacyModal .modal-body ol ol,
.page-post-out #reaThanksPrivacyModal .modal-body ol ol {
  list-style: lower-roman outside;
}
.page-thanks_success #reaThanksPrivacyModal .modal-body ol ol ol,
.page-post-out #reaThanksPrivacyModal .modal-body ol ol ol {
  list-style: lower-alpha outside;
}
.page-thanks_success #reaThanksPrivacyModal .modal-body ol ol ol ol,
.page-post-out #reaThanksPrivacyModal .modal-body ol ol ol ol {
  list-style: lower-greek outside;
}
.page-thanks_success #reaThanksPrivacyModal button.close,
.page-post-out #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-thanks_success #reaThanksPrivacyModal a,
.page-post-out #reaThanksPrivacyModal a,
.page-thanks_success #reaThanksPrivacyModal a:active,
.page-post-out #reaThanksPrivacyModal a:active,
.page-thanks_success #reaThanksPrivacyModal a:focus,
.page-post-out #reaThanksPrivacyModal a:focus,
.page-thanks_success #reaThanksPrivacyModal a:hover,
.page-post-out #reaThanksPrivacyModal a:hover {
  color: black;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: none;
  transition: none;
}
/* ==========================================================================
   Fonts
   ========================================================================== */
/* Open Sans | latin-ext | 400,400i,700,700i */
@font-face {
  font-family: 'Open Sans';
  src: url('/Content/fonts/OpenSans/latin-ext/subset-OpenSans.woff') format('woff'), url('/content/cdn/fonts/OpenSans/latin-ext/subset-OpenSans.ttf') format('truetype'), url('/content/cdn/fonts/OpenSans/latin-ext/subset-OpenSans.svg#OpenSans') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Content/fonts/OpenSans/latin-ext/subset-OpenSans-Italic.woff') format('woff'), url('/content/cdn/fonts/OpenSans/latin-ext/subset-OpenSans-Italic.ttf') format('truetype'), url('/content/cdn/fonts/OpenSans/latin-ext/subset-OpenSans-Italic.svg#OpenSans-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Content/fonts/OpenSans/latin-ext/subset-OpenSans-Bold.woff') format('woff'), url('/content/cdn/fonts/OpenSans/latin-ext/subset-OpenSans-Bold.ttf') format('truetype'), url('/content/cdn/fonts/OpenSans/latin-ext/subset-OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Content/fonts/OpenSans/latin-ext/subset-OpenSans-BoldItalic.woff') format('woff'), url('/content/cdn/fonts/OpenSans/latin-ext/subset-OpenSans-BoldItalic.ttf') format('truetype'), url('/content/cdn/fonts/OpenSans/latin-ext/subset-OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
}
/* ==========================================================================
   General Styles
   ========================================================================== */
html,
body {
  min-width: 320px;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}
body {
  color: black;
  background-color: white;
  font-size: 16px;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
h1 {
  color: black;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}
h2 {
  color: black;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 24px;
  }
}
a,
a:visited {
  text-decoration: underline;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  color: #b1950f;
}
.button a:visited {
  color: inherit;
}
a.anchor {
  color: inherit;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  color: #6b5a09;
  text-decoration: none;
}
.button--theme,
.button--theme:active,
.button--theme:hover,
.button--theme:focus,
.button--theme:visited,
.button--theme a {
  color: black;
  font-weight: bold;
}
p {
  line-height: 160%;
  font-size: 1em;
  /* so the content font-size will always be 16px */
  padding: 5px 0;
}
th a {
  color: black;
}
section.section--gray {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), color-stop(20%, rgba(241, 241, 241, 0)), color-stop(70%, rgba(241, 241, 241, 0)), to(rgba(0, 0, 0, 0.05))), #f1f1f1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(241, 241, 241, 0) 20%, rgba(241, 241, 241, 0) 70%, rgba(0, 0, 0, 0.05) 100%), #f1f1f1;
}
figure .image-disclaimer,
figure .image-disclaimer p {
  font-size: 10px;
  text-align: center;
  margin: 0;
  padding: 0;
}
figure .image-disclaimer {
  margin-top: -1em;
}
.update-timestamp {
  text-align: right;
  font-size: 0.8em;
}
.footer-text {
  font-size: 0.8em;
  color: #4d4d4d;
  font-style: italic;
}
iframe.forgot-password-dialog {
  width: 100%;
  height: 450px;
}
.modal-body {
  padding: 5px;
}
.gmd-logo {
  margin: 50px auto;
  display: block;
  position: relative;
}
/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  overflow: hidden;
  position: relative;
  font-size: 16px;
  padding-bottom: 20px;
  /*height: 605px;*/
  background-image: url("/Content/themes/gmdn/en/images/GMD2017-hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-hero-bg_2x.jpg");
  }
}
@media (max-width: 767px) {
  .hero-section {
    height: auto;
    /*background: linear-gradient(to bottom, rgba(7, 37, 100, 1) 0, rgba(27, 149, 240, 1) 22%, rgba(15, 85, 193, 1) 68%), rgba(15, 84, 189, 1);*/
    overflow: visible;
    /*background-size: 100%;*/
    background-position: 50% 0;
    padding-bottom: 200px;
  }
}
/*.hero-section::before {
    content: " ";
    position: absolute;
    width: 1400px;
    height: 100%;
    top: 0;
    left: 50%;
    //transform: translateX(-50%);
    background-repeat: no-repeat;

    @media(max-width:@screen-xs-max) {
        //display: none;
        background-position: 25% bottom;
    }
}*/
.hero-section + section {
  position: relative;
}
.hero-section__circle-text {
  width: 277px;
  height: 196px;
  margin: 0.4em auto;
  background-image: url("/Content/themes/gmdn/en/images/GMD2017-drawn-circle.fs8.png");
  background-size: cover;
  font-size: 5.5rem;
  line-height: 5.5rem;
  padding-top: 35px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .hero-section__circle-text {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-drawn-circle_2x.fs8.png");
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__circle-text {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    margin-bottom: -60px;
  }
}
.hero-section__circle-text span {
  background: #3b3d44;
  display: block;
  width: 150px;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2.2rem;
}
.hero-section__content {
  text-align: center;
  color: #f4f9f5;
  font-size: 1.5em;
  /*text-shadow: 0.03em 0.03em @hero-section-text-shadow;*/
  font-weight: 700;
  padding: 0.85em 0;
  text-transform: uppercase;
  /*.button--cta {
        margin-bottom: 60px;
    }*/
}
.hero-section__content .highlight {
  font-size: 1.25em;
  color: #fffc00;
  display: block;
}
.hero-section__content .button--white {
  display: block;
  max-width: 190px;
  margin: 1em auto 0;
  line-height: 1.1em;
  text-decoration: none;
  color: inherit;
}
.hero-section__header-line {
  margin-bottom: 0.5em;
}
.hero-section__header-line em {
  letter-spacing: -2px;
  line-height: 1.2em;
  font-size: 2.2em;
  font-style: normal;
  line-height: 0.5em;
  margin: 0.3em auto;
  display: block;
}
.hero-section__logo {
  margin-top: -1em;
}
.hero-section .button--cta {
  margin-top: 0.5em;
}
.hero-section + section {
  padding-top: 2em;
  padding-bottom: 2em;
}
.hero-section h1 {
  font-size: inherit;
  color: inherit;
}
.gmd-offers__disclaimer {
  font-size: 10px;
  max-width: 540px;
  margin: -50px auto 20px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.65);
  border: solid 2px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  padding: 5px;
}
@media (max-width: 767px) {
  .gmd-offers__disclaimer {
    max-width: 290px;
    margin-bottom: 0;
  }
}
.gmd-offers__disclaimer p {
  margin: 0;
  padding: 0;
}
.gmd-offers__disclaimer a,
.gmd-offers__disclaimer a:visited,
.gmd-offers__disclaimer a:hover,
.gmd-offers__disclaimer a:focus {
  color: inherit;
}
.gmd-offers__disclaimer[data-isontario] {
  margin-top: -30px;
}
/* this is used to scale the font in hero section smoothly when page width reduces */
.hero-section {
  /**
     * How much pixels in screen width for each pixel increment in font size. Used in calculation only
     * Value is rounded to four decimal points, to get rid of IE bug which can't handle decimals properly.
     */
  /* Sets a variable font size using calc(), at screen width between min and max */
  /* Sets smallest font size, at minimum screen width and below */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .hero-section {
    font-size: calc(((100vw - 320px) / 74.5) + 10px);
  }
}
@media screen and (max-width: 320px) {
  .hero-section {
    font-size: 10px;
  }
}
/* Hero section fix for landscape mobile, for all language except EN-GB */
@media only screen and (orientation: landscape) and (max-height: 414px) {
  html.mobile body.culture-en .hero-section {
    font-size: 12px;
  }
  html.mobile body.culture-en .hero-section__content {
    padding-top: 0.33em;
  }
  html.mobile body.culture-en .hero-section__content h1 {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  html.mobile body.culture-en .hero-section__header-line.highlight {
    font-size: 1.125em;
  }
  html.mobile body.culture-en .hero-section__header-line.highlight em {
    margin: 10px auto;
  }
  html.mobile body.culture-en .hero-section__circle-text {
    margin-top: 85px;
  }
  html.mobile body.culture-en .hero-section .button--cta {
    font-size: 1.25rem;
    margin-top: -265px;
    margin-bottom: 190px;
  }
  /* Special styling for Casino Games page */
  html.mobile body.culture-en.page-casino-games .hero-section__content {
    padding-top: 0.5em;
  }
  html.mobile body.culture-en.page-casino-games .hero-section .button--cta {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.button--blue + .ukc-logo {
  margin-top: 0;
  max-width: 190px;
}
.ukc-logo {
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}
.ukc-logo--margin-to-top {
  margin-top: 0;
  /* move the image up to the blue hero section */
}
@media (max-width: 767px) {
  .ukc-logo--margin-to-top {
    margin-top: 0;
    /* when in small screen, this thing will stay out of the hero section */
  }
}
.nobreak {
  white-space: nowrap;
}
.highlight {
  color: #fffc00;
}
footer {
  margin-top: 0;
}
.page-contact-us .hero-section,
.page-about-us .hero-section,
.page-faq .hero-section,
.page-privacy .hero-section,
.page-fair-play .hero-section,
.page-terms .hero-section,
.page-uninstall .hero-section {
  padding-bottom: 0;
}
.page-contact-us .section-content,
.page-about-us .section-content,
.page-faq .section-content,
.page-privacy .section-content,
.page-fair-play .section-content,
.page-terms .section-content,
.page-uninstall .section-content {
  padding-top: 0;
}
.page-contact-us .section-content .gmd-logo,
.page-about-us .section-content .gmd-logo,
.page-faq .section-content .gmd-logo,
.page-privacy .section-content .gmd-logo,
.page-fair-play .section-content .gmd-logo,
.page-terms .section-content .gmd-logo,
.page-uninstall .section-content .gmd-logo {
  margin: 25px auto 0;
}
/* ==========================================================================
   Home page
   ========================================================================== */
.page-home {
  /* Hero
       ========================================================================== */
  /* Quote Section
       ========================================================================== */
  /* Intro Section
       ========================================================================== */
  /* Banner
    ========================================================================== */
  /* Sitename
       ========================================================================== */
  /* Games
       ========================================================================== */
  /* Support
       ========================================================================== */
  /* Recent Winner
       ========================================================================== */
  /* Offer Section
       ========================================================================== */
  /* Responsive Styling
       ========================================================================== */
}
    .page-home .hero-section {
        background-image: url("/Content/themes/gmdn/en/images/GMD-home-hero.jpg");
        content: "";
        background-position: 50% bottom;
        background-size: cover;
    }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .page-home .hero-section {
        background-image: url("/Content/themes/gmdn/en/images/GMD-home-hero_2x.jpg");
    }
}
@media (max-width: 767px) {
    .page-home .hero-section {
        background-image: url("/Content/themes/gmdn/en/images/GMD2017-home-mobile-hero.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg.jpg");
        background-position: 50% bottom, 50% bottom;
        background-size: 930px auto, cover;
    }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 2dppx) {
    .page-home .hero-section {
        background-image: url("/Content/themes/gmdn/en/images/GMD2017-home-mobile-hero_2x.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg_2x.jpg");
    }
}
.page-home .hero-section .mobile-image {
  height: 398px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: -69px;
  overflow: hidden;
}
.page-home .hero-section .mobile-image img {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.page-home .hero-section .mobile-image figcaption {
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 0 10%;
}
.page-home .hero-section__image-overlay {
  position: absolute;
  width: 100%;
  max-width: 1190px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-home .hero-section__image-overlay .image-disclaimer {
  position: absolute;
  font-size: 10px;
  bottom: -3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
.page-home .hero-section__image-overlay figure {
  position: absolute;
}
.page-home .page-home__image-overlay__GOT {
  bottom: 126px;
  /* 126 = hero-section-height - blue-background-image-height */
  max-width: 410px;
  /* since this image allows some clipping at left side, 410px is the width that does not allows clipping */
  width: 30vw;
  /* fit this image in the hero section in 768px */
  left: 0;
}
.page-home .page-home__image-overlay__GOT img {
  width: 129%;
  max-width: 514px;
  margin-bottom: -6vw;
  /* the part that exceeding the bottom line of the blue background image */
  margin-left: -6vw;
  /* the part that is ok to clipping at left side */
}
.page-home .page-home__image-overlay__GOT .image-disclaimer {
  bottom: calc(-6vw - 4em);
  /* image-margin-button + line-height * 4, which 4 is max line could exist */
}
@media (min-width: 1400px) {
  .page-home .page-home__image-overlay__GOT img {
    margin-bottom: -84px;
    /* to get this value, change screen size to 1400px, the value is available at: window.getComputedStyle($0).marginBottom */
  }
  .page-home .page-home__image-overlay__GOT .image-disclaimer {
    bottom: -114px;
    /* to get this value, change screen size to 1400px which is the max-width for the design, this value comes from: window.getComputedStyle($0).bottom */
  }
}
.page-home .page-home__image-overlay__Avalon {
  position: absolute;
  bottom: 126px;
  /* 126 = hero-section-height - blue-background-image-height */
  right: -110px;
  max-width: 604px;
  /* this is the "actual size" of the image */
  width: 52vw;
  /* this is the width that fit the image in 768px screen width */
}
.page-home .page-home__image-overlay__Avalon img {
  width: 100%;
}
.page-home .page-home__image-overlay__Avalon .image-disclaimer {
  top: calc(100% + 1em);
  width: 45%;
  height: auto;
}
.page-home .section-home-quote {
  background: #212121;
  text-align: center;
  padding: 0;
}
.page-home .section-home-quote #carousel-millionaire-quotes .carousel-inner .item > div {
  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;
  height: 160px;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 90px;
  padding-right: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .page-home .section-home-quote #carousel-millionaire-quotes .carousel-inner .item > div {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .page-home .section-home-quote #carousel-millionaire-quotes .carousel-inner .item > div {
    height: 250px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.page-home .section-home-quote q {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  color: #ffffff;
  font-style: oblique;
  margin: 0 auto;
  padding-bottom: 5px;
  position: relative;
  line-height: 1.1em;
  /**
     * How much pixels in screen width for each pixel increment in font size. Used in calculation only
     * Value is rounded to four decimal points, to get rid of IE bug which can't handle decimals properly.
     */
  /* Sets a variable font size using calc(), at screen width between min and max */
  /* Sets smallest font size, at minimum screen width and below */
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  .page-home .section-home-quote q {
    font-size: calc(((100vw - 480px) / 85.3333) + 14px);
  }
}
@media screen and (max-width: 480px) {
  .page-home .section-home-quote q {
    font-size: 14px;
  }
}
.page-home .section-home-quote p.quoted {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #f5d62c;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 15px;
  line-height: 1.1em;
  margin-bottom: 0;
  /**
     * How much pixels in screen width for each pixel increment in font size. Used in calculation only
     * Value is rounded to four decimal points, to get rid of IE bug which can't handle decimals properly.
     */
  /* Sets a variable font size using calc(), at screen width between min and max */
  /* Sets smallest font size, at minimum screen width and below */
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  .page-home .section-home-quote p.quoted {
    font-size: calc(((100vw - 480px) / 85.3333) + 14px);
  }
}
@media screen and (max-width: 480px) {
  .page-home .section-home-quote p.quoted {
    font-size: 14px;
  }
}
.page-home .section-home-quote q:before {
  content: "“";
}
.page-home .section-home-quote q:after {
  content: "”";
}
.page-home .section-home-quote .carousel-caption {
  position: relative;
  left: auto;
  right: auto;
}
.page-home .section-home-quote .carousel-control {
  opacity: 1;
}
.page-home .section-home-quote .carousel-control.left {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(33, 33, 33, 0.0001)), to(#212121));
  background-image: linear-gradient(to left, rgba(33, 33, 33, 0.0001) 50%, #212121 100%);
}
.page-home .section-home-quote .carousel-control.right {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(33, 33, 33, 0.0001)), to(#212121));
  background-image: linear-gradient(to right, rgba(33, 33, 33, 0.0001) 50%, #212121 100%);
}
.page-home .section-home-quote .carousel-control span {
  opacity: 0.5;
}
.page-home .section-home-quote .carousel-control .icon-prev,
.page-home .section-home-quote .carousel-control .icon-next {
  margin-top: -40px;
  font-size: 64px;
}
.page-home .section-home-quote .carousel-control .icon-prev {
  margin-left: 0px;
  left: 20px;
}
.page-home .section-home-quote .carousel-control .icon-next {
  margin-right: 0px;
  right: 20px;
}
.page-home .section-home-intro {
  position: relative;
  padding-bottom: 40px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(82%, #ffffff), color-stop(87%, #fbfbfb), color-stop(90%, #f6f6f6), color-stop(97%, #dcdcdc), to(#d7d7d7));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 82%, #fbfbfb 87%, #f6f6f6 90%, #dcdcdc 97%, #d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0);
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}
.page-home .section-home-intro p {
  padding: 20px 50px;
  font-weight: 700;
}
.page-home .section-home-intro p a {
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .page-home .section-home-intro p {
    padding: 10px 0;
  }
}
.page-home .section-home-intro .gmd-logo {
  margin: 25px auto;
  display: block;
  position: relative;
}
.page-home .section-home-intro .image-placeholder {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: 424px 271px;
}
@media (max-width: 1200px) {
  .page-home .section-home-intro .image-placeholder {
    background-size: 300px auto;
  }
}
@media (max-width: 767px) {
  .page-home .section-home-intro .image-placeholder {
    width: 30%;
    background-size: cover;
  }
}
.page-home .section-home-intro .top {
  background-image: url("/Content/themes/gmdn/en/images/glitters1.fs8.png");
  background-position: left -100px;
  left: -15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-home .section-home-intro .top {
    background-image: url("/Content/themes/gmdn/en/images/glitters1_2x.fs8.png");
  }
}
.page-home .section-home-intro .bottom {
  background-image: url("/Content/themes/gmdn/en/images/glitters2.fs8.png");
  background-position: right -100px;
  right: -15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-home .section-home-intro .bottom {
    background-image: url("/Content/themes/gmdn/en/images/glitters2_2x.fs8.png");
  }
}
.page-home .section-home-intro::before,
.page-home .section-home-intro::after {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-home .section-home-intro::before {
    background-image: url("/Content/themes/gmdn/en/images/video-slots.fs8.png");
    background-position: left bottom;
    left: 0;
    background-size: 320px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .page-home .section-home-intro::before {
        background-image: -webkit-image-set(url("/Content/themes/gmdn/en/images/video-slots_2x.fs8.png") 2x);
    }
}
@media (max-width: 1200px) {
  .page-home .section-home-intro::before {
    left: -10%;
    background-size: 25%;
  }
}
@media (max-width: 767px) {
  .page-home .section-home-intro::before {
    background-image: none;
  }
}
.page-home .section-home-intro::after {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-Roulette.fs8.png");
    background-position: right bottom;
    right: 0;
    background-size: 250px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .page-home .section-home-intro::after {
        background-image: -webkit-image-set(url("/Content/themes/gmdn/en/images/GMD2017-Roulette_2x.fs8.png") 2x);
    }
}
@media (max-width: 1200px) {
  .page-home .section-home-intro::after {
    right: -10%;
    background-size: 20%;
  }
}
@media (max-width: 767px) {
  .page-home .section-home-intro::after {
    background-image: none;
  }
}
.page-home .section-home-Banner {
  overflow: hidden;
  position: relative;
  font-size: 16px;
  background-image: url("/Content/themes/gmdn/en/images/banner-bg.jpg");
  background-repeat: no-repeat;
  background-position: 46% 0;
  background-size: cover;
  text-align: center;
  color: #fff;
  line-height: 1em;
  font-size: 1.5em;
  font-weight: 700;
  /**
     * How much pixels in screen width for each pixel increment in font size. Used in calculation only
     * Value is rounded to four decimal points, to get rid of IE bug which can't handle decimals properly.
     */
  /* Sets a variable font size using calc(), at screen width between min and max */
  /* Sets smallest font size, at minimum screen width and below */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-home .section-home-Banner {
    font-size: calc(((100vw - 320px) / 93.125) + 19.2px);
  }
}
@media screen and (max-width: 320px) {
  .page-home .section-home-Banner {
    font-size: 19.2px;
  }
}
@media (max-width: 767px) {
  .page-home .section-home-Banner {
    padding-bottom: 20%;
  }
}
@media (max-width: 320px) {
  .page-home .section-home-Banner {
    padding-bottom: 10%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-home .section-home-Banner {
    background-image: url("/Content/themes/gmdn/en/images/banner-bg_2x.jpg");
  }
}
.page-home .section-home-Banner .section-home-Banner__content {
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .page-home .section-home-Banner .section-home-Banner__content {
    padding: 25px 0 70px;
  }
}
.page-home .section-home-Banner::before,
.page-home .section-home-Banner::after {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  max-width: 1500px;
  height: 100%;
}
.page-home .section-home-Banner::before {
  background-image: url("/Content/themes/gmdn/en/images/winnerLeft.fs8.png");
  background-position: left bottom;
  left: 5%;
  right: 0;
  background-size: 50% auto;
  z-index: 2;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-home .section-home-Banner::before {
    background-image: -webkit-image-set(url("/Content/themes/gmdn/en/images/winnerLeft_2x.fs8.png") 2x);
  }
}
@media (max-width: 1200px) {
  .page-home .section-home-Banner::before {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .page-home .section-home-Banner::before {
    left: -20%;
    background-size: 80%;
  }
}
@media (max-width: 767px) {
  .page-home .section-home-Banner::before {
    background-size: 100%;
    left: -20%;
  }
}
.page-home .section-home-Banner::after {
  background-image: url("/Content/themes/gmdn/en/images/winnerRight.fs8.png");
  background-position: right bottom;
  right: -7%;
  background-size: 70% auto;
  z-index: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-home .section-home-Banner::after {
    background-image: -webkit-image-set(url("/Content/themes/gmdn/en/images/winnerRight_2x.fs8.png") 2x);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .page-home .section-home-Banner::after {
    right: -34%;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .page-home .section-home-Banner::after {
    background-size: 128%;
    right: -40%;
  }
}
.page-home .section-home-sitename {
  background: #212121;
  text-align: center;
  padding: 0;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  padding: 20px;
}
@media (max-width: 767px) {
  .page-home .section-home-sitename {
    display: none;
  }
}
.page-home .section-home-games {
  padding: 20px 0 0;
  height: auto;
  text-align: center;
  background-image: url("/Content/themes/gmdn/en/images/GMD2017-home-games-v2.png");
  background-repeat: no-repeat;
  background-position: 50% bottom;
}
.page-home .section-home-games h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  margin-top: 10px;
}
.page-home .section-home-games p {
  text-transform: uppercase;
}
.page-home .section-home-games p span {
  font-weight: 700;
  text-decoration: underline;
}
.page-home .section-home-games img.gmd-logo {
  margin-top: 500px;
}
.page-home .section-home-games .container {
  position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-home .section-home-games {
    background-image: -webkit-image-set(url("/Content/themes/gmdn/en/images/GMD2017-home-games_2x.fs8.png") 2x);
  }
}
@media only screen and (max-width: 479px) {
  .page-home .section-home-games {
    background-size: 800px auto;
  }
  .page-home .section-home-games h3 {
    margin-top: 10px;
  }
  .page-home .section-home-games img.gmd-logo {
    margin-top: 210px;
    margin-bottom: 0;
  }
}
.page-home .section-support {
  background-color: #eeeeee;
  position: relative;
  overflow-y: visible;
}
.page-home .section-support .container {
  padding-top: 20px;
  position: relative;
}
.page-home .section-support .support-img {
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .page-home .section-support .support-img {
    width: 320px;
    margin: 0 auto;
  }
}
.page-home .section-support p {
  font-size: 0.9em;
}
.page-home .section-support .button--theme,
.page-home a.button--theme,
.page-home a.button--theme:visited {
  padding: 10px 50px;
  display: block;
}
.page-home .section-support .chips {
  position: absolute;
  content: "";
  width: 371px;
  height: 225px;
  right: -160px;
  top: -207px;
  display: block;
  background-image: url("/Content/themes/gmdn/en/images/GMD2017-chips.fs8.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-home .section-support .chips {
    background-image: -webkit-image-set(url("/Content/themes/gmdn/en/images/GMD2017-chips_2x.fs8.png") 2x);
  }
}
@media (min-width: 768px) {
  .page-home .section-support .chips {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transform-origin: 160px 207px;
            transform-origin: 160px 207px;
  }
}
.page-home .section-recent-winner {
  padding: 30px 0 80px;
  overflow: hidden;
  background-image: url("/Content/themes/gmdn/en/images/GMD2017-plonk.jpg");
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-home .section-recent-winner {
    background-image: -webkit-image-set(url("/Content/themes/gmdn/en/images/GMD2017-plonk_2x.jpg") 2x);
  }
}
.page-home .section-recent-winner .container {
  background: transparent;
}
.page-home .section-recent-winner h3 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 0 0 20px;
}
.page-home .section-recent-winner h3 a {
  color: white;
  text-decoration: underline;
}
.page-home .section-recent-winner h3 a:hover {
  text-decoration: none;
}
.page-home .section-recent-winner h4 {
  color: white;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0 0 10px;
}
.page-home .section-recent-winner p {
  font-size: 0.8em;
}
.page-home .section-recent-winner p a {
  color: white;
  text-decoration: underline;
}
.page-home .section-recent-winner p a:hover {
  text-decoration: none;
}
.page-home .section-recent-winner .testi {
  background-color: rgba(120, 120, 120, 0.85);
  color: white;
  width: 100%;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 10px;
}
.page-home .section-recent-winner .table-wrapper {
  position: relative;
  width: 262px;
  border: 2px solid white;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 5px #d0d0d0;
          box-shadow: 0 0 5px #d0d0d0;
  margin: 0 auto 80px;
}
.page-home .section-recent-winner .table-wrapper::before {
  content: " ";
  background-image: url("/content/cdn/img/UKC/home-winner-list-bg.png");
  background-size: 467px 394px;
  position: absolute;
  top: -56px;
  left: -87px;
  width: 467px;
  height: 394px;
  display: block;
  z-index: -1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-home .section-recent-winner .table-wrapper::before {
    background-image: url("/content/cdn/img/UKC/home-winner-list-bg_2x.png");
  }
}
.page-home .section-recent-winner .table-wrapper::after {
  content: " ";
  position: absolute;
  width: 257px;
  height: 120px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white 0, rgba(255, 255, 255, 0) 100%);
  bottom: 37px;
  left: 1px;
  pointer-events: none;
}
.page-home .section-recent-winner .section-recent-winner__data-table {
  margin: 0;
  font-size: 16px;
}
.page-home .section-recent-winner .section-recent-winner__data-table tbody > tr > td,
.page-home .section-recent-winner .section-recent-winner__data-table tbody > tr > th,
.page-home .section-recent-winner .section-recent-winner__data-table tfoot > tr > td,
.page-home .section-recent-winner .section-recent-winner__data-table tfoot > tr > th,
.page-home .section-recent-winner .section-recent-winner__data-table thead > tr > td,
.page-home .section-recent-winner .section-recent-winner__data-table thead > tr > th {
  border: none;
  padding: 7px 8px 8px;
}
.page-home .section-recent-winner .section-recent-winner__data-table tbody td:first-child {
  text-align: right;
  width: 45%;
  font-weight: 700;
}
.page-home .section-recent-winner .section-recent-winner__data-table thead {
  color: white;
}
.page-home .section-recent-winner .section-recent-winner__data-table thead th {
  text-align: center;
}
.page-home .section-recent-winner .section-recent-winner__data-table tfoot tr td {
  text-align: center;
  padding: 0;
}
.page-home .section-recent-winner .section-recent-winner__data-table tfoot tr td a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  padding: 10px;
  display: block;
}
.page-home .section-home-offer {
  text-align: center;
  padding: 3vw 10vw 3vw;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-home .section-home-offer {
    padding: 3vw 3vw 160px;
  }
}
.page-home .section-home-offer .text-above-cta-button {
  padding: 10px 0;
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 3;
  position: relative;
}
.page-home .section-home-offer::before,
.page-home .section-home-offer::after {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-home .section-home-offer::before {
  background-image: url("/Content/themes/gmdn/en/images/END-bg-left.fs8.png");
  background-position: -170px bottom;
  left: 0;
  background-size: 723px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-home .section-home-offer::before {
    background-image: -webkit-image-set(url("/Content/themes/gmdn/en/images/END-bg-left_2x.fs8.png") 2x);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-home .section-home-offer::before {
    left: 0;
    background-size: 600px;
    background-position: -200px bottom;
  }
}
@media (max-width: 767px) {
  .page-home .section-home-offer::before {
    background-size: 700px;
    background-position: 50% bottom;
    left: 0;
  }
}
.page-home .section-home-offer::after {
  background-image: url("/Content/themes/gmdn/en/images/END-bg-right.fs8.png");
  background-position: right bottom;
  right: -40px;
  background-size: 800px;
  z-index: -1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-home .section-home-offer::after {
    background-image: -webkit-image-set(url("/Content/themes/gmdn/en/images/END-bg-right_2x.fs8.png") 2x);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-home .section-home-offer::after {
    right: -60px;
    background-size: 600px;
    background-position: right bottom;
  }
}
@media (max-width: 767px) {
  .page-home .section-home-offer::after {
    background: none;
  }
}
@media (max-width: 767px) {
  .page-home {
    /*.section-home-offer {
            padding-top: 6vw;

            .button--blue {
                margin: 3vw auto 0;
            }
        }

        .button--cta {
            padding: 15px 20px;
            width: 180px;
        }*/
  }
  .page-home .section-home-intro {
    /*padding-bottom: 5vw;*/
  }
  .page-home .section-home-intro .ukc-logo {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .page-home .section-home-games {
    padding-top: 4vw;
    height: auto;
    padding-bottom: 4vw;
  }
  .page-home .section-home-games .image-placeholder {
    position: static;
    width: 100%;
    background-position: 50% 50%;
    margin: 0 auto;
  }
  .page-home .section-recent-winner .image-placeholder.pull-right {
    float: none !important;
  }
  .page-home .section-support {
    height: auto;
  }
  .page-home .section-support .container {
    /*padding-top: 0;*/
  }
  .page-home .section-support .image-placeholder {
    position: static;
    width: 100%;
    background-position: 0 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0)), to(#f1f1f1)), url("/content/cdn/img/UKC/home-support-section-bg.png");
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 80%, #f1f1f1 100%), url("/content/cdn/img/UKC/home-support-section-bg.png");
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and only screen and (min-resolution: 2dppx) {
  .page-home .section-support .image-placeholder {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0)), to(#f1f1f1)), url("/content/cdn/img/UKC/home-support-section-bg_2x.png");
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 80%, #f1f1f1 100%), url("/content/cdn/img/UKC/home-support-section-bg_2x.png");
  }
}
.mobile .page-home .section-home-games figure .image-disclaimer {
  margin-top: 0;
}
@media (max-width: 991px) {
  html.mobile page.home .section-home-quote #carousel-millionaire-quotes .carousel-inner .item > div {
    min-height: 200px;
  }
}
/* the following images are currently used in FAQ page only */
.bankHelpLink_en {
  width: 70px;
  height: 92px;
  background: url("/content/cdn/img/Shared/bankingLink.png") 0 0 no-repeat;
}
/* EN DA DE NL NO SV */
.bankHelpLink_es {
  width: 70px;
  height: 92px;
  background: url("/content/cdn/img/Shared/bankingLink.png") -70px 0 no-repeat;
}
/* ES PT */
.bankHelpLink_fi {
  width: 70px;
  height: 92px;
  background: url("/content/cdn/img/Shared/bankingLink.png") -140px 0 no-repeat;
}
.bankHelpLink_fr {
  width: 70px;
  height: 92px;
  background: url("/content/cdn/img/Shared/bankingLink.png") -210px 0 no-repeat;
}
.bankHelpLink_it {
  width: 70px;
  height: 92px;
  background: url("/content/cdn/img/Shared/bankingLink.png") -280px 0 no-repeat;
}
/* ==========================================================================
   Sign up Bonus page
   ========================================================================== */
.page-bonus {
  /* Intro Section
       ========================================================================== */
  /* Exclusive offers Section
       ========================================================================== */
  /* Offers Details Section
       ========================================================================== */
}
.page-bonus .hero-section {
  background-image: url("/Content/themes/gmdn/en/images/GMD2017-signup-hero.jpg");
  content: "";
  background-position: 50% bottom;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-bonus .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-signup-hero_2x.jpg");
  }
}
@media (max-width: 767px) {
  .page-bonus .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-signup-mobile-hero.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg.jpg");
    background-position: 50% bottom, 50% bottom;
    background-size: 930px auto, cover;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 2dppx) {
  .page-bonus .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-signup-mobile-hero_2x.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg_2x.jpg");
  }
}
.page-bonus .section-bonus-intro {
  position: relative;
  padding: 0 15px 20px;
}
.page-bonus .section-bonus-intro .gmd-logo {
  margin: 20px auto 0px;
}
.page-bonus .section-bonus-intro h1 {
  font-weight: 400;
}
@media (max-width: 479px) {
  .page-bonus .section-bonus-intro h1 {
    font-size: 19px;
  }
}
.page-bonus .section-bonus-intro .button--play-now {
  font-size: 2em;
  font-weight: bold;
  text-shadow: none;
  margin: 1em auto 0;
  display: block;
  width: 210px;
  padding: 0.33em 0 0.5em;
}
.page-bonus .section-bonus-intro .button--play-now .small-text {
  font-size: 0.385em;
}
.page-bonus .section-content {
  padding-top: 0;
}
.page-bonus .section-content h1,
.page-bonus .section-content h2,
.page-bonus .section-content h3,
.page-bonus .section-content h4,
.page-bonus .section-content h5 {
  font-weight: 400;
}
.page-bonus .section-content .gmd-logo {
  margin: 25px auto 0;
}
.page-bonus .section-exclusive-offers {
  /*padding-bottom: 25px;*/
}
.page-bonus .section-exclusive-offers .fa {
  text-align: center;
  /*margin: 0 auto;*/
  display: block;
  /*width: 0;*/
  opacity: 0.3;
  padding-top: 15px;
}
.page-bonus .section-exclusive-offers .padlock {
  margin: 0 auto;
  display: block;
  width: 120px;
  height: auto;
}
@media (max-width: 479px) {
  .page-bonus .section-exclusive-offers h2 {
    font-size: 19px;
    padding: 0 20px;
  }
}
.page-bonus .section-exclusive-offers h2 em {
  font-style: normal;
  color: black;
}
.page-bonus .section-offer-details {
  padding-top: 1.5em;
}
.page-bonus .section-offer-details h2 {
  margin: 10px auto;
}
@media (max-width: 479px) {
  .page-bonus .section-offer-details h2 {
    font-size: 19px;
    padding: 0 20px;
  }
}
.page-bonus .section-offer-details ol {
  padding: 0;
  margin: 0 0 0.625em 1em;
}
.page-bonus .section-offer-details ol ol {
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
}
.page-bonus .section-offer-details li + li {
  margin: 1em 0;
}
.page-bonus .section-offer-details .visible-below-480 {
  display: none;
}
@media (max-width: 479px) {
  .page-bonus .section-offer-details ol ol {
    text-align: center;
    list-style: none;
    margin: 1em auto;
  }
  .page-bonus .section-offer-details ol ol li {
    margin: 1em auto;
  }
  .page-bonus .section-offer-details .visible-below-480 {
    display: inline;
  }
}
/* ==========================================================================
   Navigation Bar
   ========================================================================== */
.navbar .link-always-enabled {
  position: relative;
  z-index: 1;
}
/* ==========================================================================
   Game - Common styles
   ========================================================================== */
.page-slots .section-content,
.page-blackjack .section-content,
.page-roulette .section-content,
.page-video-poker .section-content {
  padding-top: 0;
}
.page-slots .section-content ul,
.page-blackjack .section-content ul,
.page-roulette .section-content ul,
.page-video-poker .section-content ul {
  list-style: none;
  padding: 0;
}
.page-slots .section-content ul li,
.page-blackjack .section-content ul li,
.page-roulette .section-content ul li,
.page-video-poker .section-content ul li {
  background-size: auto 0.9em;
  background-position: 1px 4px;
  background-repeat: no-repeat;
}
.page-slots .section-content ul li::before,
.page-blackjack .section-content ul li::before,
.page-roulette .section-content ul li::before,
.page-video-poker .section-content ul li::before {
  content: "\f054";
  font-family: FontAwesome;
  color: #f8d117;
  padding-right: 20px;
}
.page-slots .section-content ul li + li,
.page-blackjack .section-content ul li + li,
.page-roulette .section-content ul li + li,
.page-video-poker .section-content ul li + li {
  margin-top: 1.5em;
}
.page-slots .section-content .gmd-logo,
.page-blackjack .section-content .gmd-logo,
.page-roulette .section-content .gmd-logo,
.page-video-poker .section-content .gmd-logo {
  margin: 25px auto 0;
}
/* ==========================================================================
   Game - Slots page
   ========================================================================== */
.page-slots .hero-section {
  background-image: url("/Content/themes/gmdn/en/images/GMD2017-slots-hero.jpg");
  content: "";
  background-position: 50% bottom;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-slots .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-slots-hero_2x.jpg");
  }
}
@media (max-width: 767px) {
  .page-slots .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-slots-mobile-hero.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg.jpg");
    background-position: 50% bottom, 50% bottom;
    background-size: 930px auto, cover;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 2dppx) {
  .page-slots .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-slots-mobile-hero_2x.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg_2x.jpg");
  }
}
/* ==========================================================================
   Game - Blackjack page
   ========================================================================== */
.page-blackjack .hero-section {
  background-image: url("/Content/themes/gmdn/en/images/GMD2017-blackjack-hero.jpg");
  content: "";
  background-position: 50% bottom;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-blackjack .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-blackjack-hero_2x.jpg");
  }
}
@media (max-width: 767px) {
  .page-blackjack .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-blackjack-mobile-hero.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg.jpg");
    background-position: 50% bottom, 50% bottom;
    background-size: 930px auto, cover;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 2dppx) {
  .page-blackjack .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-blackjack-mobile-hero_2x.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg_2x.jpg");
  }
}
/* ==========================================================================
   Game - Roulette page
   ========================================================================== */
.page-roulette .hero-section {
  background-image: url("/Content/themes/gmdn/en/images/GMD2017-roulette-hero.jpg");
  content: "";
  background-position: 50% bottom;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-roulette .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-roulette-hero_2x.jpg");
  }
}
@media (max-width: 767px) {
  .page-roulette .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-roulette-mobile-hero.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg.jpg");
    background-position: 50% bottom, 50% bottom;
    background-size: 930px auto, cover;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 2dppx) {
  .page-roulette .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-roulette-mobile-hero_2x.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg_2x.jpg");
  }
}
/* ==========================================================================
   Game - Video Poker page
   ========================================================================== */
.page-video-poker .hero-section {
  background-image: url("/Content/themes/gmdn/en/images/GMD2017-poker-hero.jpg");
  content: "";
  background-position: 50% bottom;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-video-poker .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-poker-hero_2x.jpg");
  }
}
@media (max-width: 767px) {
  .page-video-poker .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-poker-mobile-hero.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg.jpg");
    background-position: 50% bottom, 50% bottom;
    background-size: 930px auto, cover;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 2dppx) {
  .page-video-poker .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-poker-mobile-hero_2x.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg_2x.jpg");
  }
}
/* ==========================================================================
   Casino Games
   ========================================================================== */
.page-casino-games {
  /* Intro Section
       ========================================================================== */
}
.page-casino-games .hero-section {
  background-image: url("/Content/themes/gmdn/en/images/GMD2017-games-hero.jpg");
  content: "";
  background-position: 50% bottom;
  background-size: cover;
  /*padding-bottom: 200px;*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-casino-games .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-games-hero_2x.jpg");
  }
}
@media (max-width: 767px) {
  .page-casino-games .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-games-mobile-hero.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg.jpg");
    background-position: 50% bottom, 50% bottom;
    background-size: 930px auto, cover;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 2dppx) {
  .page-casino-games .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD2017-games-mobile-hero_2x.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg_2x.jpg");
  }
}
.page-casino-games .hero-section__content .hero-section__content .enlarge {
  font-size: 1.5em;
}
.page-casino-games .section-bonus-intro {
  position: relative;
  padding-top: 0;
  padding-bottom: 25px;
  text-align: center;
  /*margin-top: -80px;*/
}
.page-casino-games .section-bonus-intro .total-games {
  font-size: 2rem;
  font-weight: 700;
  vertical-align: top;
  padding: 0.1em;
  text-align: center;
  /*margin: 0.5em auto 0em;*/
  color: #ecc921;
}
.page-casino-games .section-bonus-intro .total-games span {
  position: relative;
}
.page-casino-games .section-bonus-intro .total-games span::before {
  content: attr(data-total-games);
  position: absolute;
  font-size: 1.7em;
  opacity: 0.1;
  top: 0;
  left: 40%;
  z-index: -1;
  text-shadow: 0 0 5px #165bb6, 0 0 10px #165bb6;
  -webkit-transform: translate(-20%, -20%);
          transform: translate(-20%, -20%);
}
.page-casino-games .section-bonus-intro .total-games .ukc-logo {
  max-width: 136px;
  width: 100%;
  height: auto;
  vertical-align: top;
  margin: -0.1em 0 0;
  display: inline;
}
.page-casino-games .section-bonus-intro .total-games img {
  display: block;
  margin: 0 auto;
}
.page-casino-games .section-games .game-container {
  padding: 2em 0;
}
.page-casino-games .section-games .game-container h3 {
  font-size: 1.6em;
  margin-top: 0;
  text-transform: uppercase;
}
.page-casino-games .section-games .game-container--grey {
  background-color: #f1f1f1;
}
.page-casino-games .section-games .game-screen-image {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.76);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.76);
  width: 100%;
  max-width: 339px;
}
.page-casino-games .section-games .game-icon {
  height: 30px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .page-casino-games .section-games .game-container {
    padding: 1.5em 0 2em;
  }
  .page-casino-games .section-games .col-md-4 {
    text-align: center;
  }
}
.page-casino-games .jackpots-list .jackpots-list__item,
.page-casino-games .jackpots-list .jackpots-list__item.jackpots-list__item--featured > div {
  -webkit-box-shadow: 0 0 4px #6b6b6b;
          box-shadow: 0 0 4px #6b6b6b;
}
.page-casino-games .jackpots-list .jackpots-list__item .jackpots-list__amount,
.page-casino-games .jackpots-list .jackpots-list__item.jackpots-list__item--featured > div .jackpots-list__amount {
  color: black;
}
.page-casino-games .jackpots-list .jackpots-list__item.jackpots-list__item--featured {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-casino-games .total-jackpots {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.page-casino-games .total-jackpots span {
  font-weight: 700;
}
/* ==========================================================================
   Winners Page
   ========================================================================== */
.page-winners .hero-section {
  background-image: url("/Content/themes/gmdn/en/images/GMD-winners-hero.jpg");
  content: "";
  background-position: 50% bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-winners .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD-winners-hero_2x.jpg");
  }
}
@media (max-width: 991px) {
  .page-winners .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD-winners-mobile-hero.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg.jpg");
    background-position: 50% bottom, 50% -24px;
    background-size: 930px auto, cover;
    padding-bottom: 228px;
  }
}
@media (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991px) and (min-resolution: 2dppx) {
  .page-winners .hero-section {
    background-image: url("/Content/themes/gmdn/en/images/GMD-winners-mobile-hero_2x.fs8.png"), url("/Content/themes/gmdn/en/images/GMD2017-hero-bg_2x.jpg");
  }
}
.page-winners .section-content {
  padding-top: 0;
}
.page-winners .section-content .gmd-logo {
  margin: 25px auto 0;
}
.page-winners h2 {
  color: inherit;
  font-size: inherit;
}
.page-winners .form-section__form__year,
.page-winners .form-section__form__month {
  width: calc(50% - 1vw);
  margin: 0 1vw 0 0;
  display: inline-block;
}
@media (max-width: 479px) {
  .page-winners .form-section__form__year,
  .page-winners .form-section__form__month {
    width: 100%;
    float: none;
  }
}
.page-winners .field-validation-error {
  display: block;
}
.page-winners .form-section__form__month {
  margin: 0 0 0 1vw;
  float: right;
}
.page-winners .form-section__form__submit {
  clear: both;
}
.page-winners .form-section__form__submit input {
  padding: 0.3em;
  display: inline-block;
  cursor: pointer;
  font-size: inherit;
  position: relative;
  z-index: 1000;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  background: none;
  max-width: 260px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(lightgrey));
  background: linear-gradient(to top, #fff 0, lightgrey 100%);
  padding: 7px;
  border: 2px solid #776504;
  border-radius: 10px;
  margin: 10px auto;
  overflow: hidden;
  color: black;
  margin: 0.5em auto;
  font-size: 1em;
  font-weight: bold;
  max-width: 210px;
  display: block;
  width: 100%;
  padding: 0.4em 1em;
  -webkit-transition: background 200ms;
  transition: background 200ms;
}
.page-winners .form-section__form__submit input::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff76e), to(#f7c413));
  background: linear-gradient(to bottom, #fff76e 0, #f7c413 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.page-winners .form-section__form__submit input.active::before,
.page-winners .form-section__form__submit input.focus::before,
.page-winners .form-section__form__submit input:active::before,
.page-winners .form-section__form__submit input:hover::before,
.page-winners .form-section__form__submit input:active:hover::before {
  opacity: 1;
}
.page-winners .form-section__form__submit input:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff76e), to(#f7c413));
  background: linear-gradient(to bottom, #fff76e 0, #f7c413 100%);
}
.page-winners .pager-pagination .current {
  background-color: #ecc921;
  color: white;
  border-color: #ecc921;
}
.page-winners .pager-pagination a:hover,
.page-winners .pager-pagination a:focus {
  background-color: #f8ebae;
  color: white;
  border-color: #ecc921;
}
@media (max-width: 767px) {
  .page-winners .winner-list-table {
    font-size: 13px;
  }
}
/* ==========================================================================
   Contact Us
   ========================================================================== */
.page-contact-us .section-content {
  padding-top: 0;
}
.page-contact-us .section-content .gmd-logo {
  margin: 25px auto 0;
}
.page-contact-us .section-content .telephone-list a + a {
  margin-top: 1em;
}
.page-contact-us .section-content .support-link-button {
  width: 100%;
  display: block;
}
/* ==========================================================================
   Pages without hero section promotion
   ========================================================================== */
.page-responsible-gambling .hero-section,
.page-thanks .hero-section,
.page-thanks_download .hero-section,
.page-thanks_success .hero-section,
.page-thanks_sorry .hero-section,
.page-post-out .hero-section,
.page-sorry .hero-section,
.page-404 .hero-section {
  height: auto;
  padding: 5em 0;
}
/* ==========================================================================
   Thanks/Download pages and Post Out page
   ========================================================================== */
.page-thanks .section-content,
.page-thanks_download .section-content,
.page-thanks_success .section-content,
.page-thanks_sorry .section-content,
.page-post-out .section-content {
  /*margin: 2em auto;*/
  max-width: 600px;
}
.page-thanks .section-content .blue-text,
.page-thanks_download .section-content .blue-text,
.page-thanks_success .section-content .blue-text,
.page-thanks_sorry .section-content .blue-text,
.page-post-out .section-content .blue-text {
  font-weight: 700;
  color: #0287d4;
}
.page-thanks .section-content .security-logos,
.page-thanks_download .section-content .security-logos,
.page-thanks_success .section-content .security-logos,
.page-thanks_sorry .section-content .security-logos,
.page-post-out .section-content .security-logos {
  text-align: center;
  margin: 0 auto;
  width: 300px;
}
.page-thanks .section-content .security-logos .item,
.page-thanks_download .section-content .security-logos .item,
.page-thanks_success .section-content .security-logos .item,
.page-thanks_sorry .section-content .security-logos .item,
.page-post-out .section-content .security-logos .item {
  display: inline-block;
  width: 130px;
  margin: 10px auto;
  text-align: center;
}
.page-post-out .container {
  text-align: center;
}
.page-post-out .fa-spinner {
  margin: 0 auto 20px;
}
/* ==========================================================================
   Terms and Conditions
   ========================================================================== */
.page-terms .section-content {
  padding-top: 0;
}
.page-terms .section-content .gmd-logo {
  margin: 25px auto 0;
}
.page-terms h2 {
  text-align: left;
  color: inherit;
  font-size: 1.125rem;
  text-transform: none;
}
/* ==========================================================================
   Other pages
   ========================================================================== */
.page-about-us .section-content,
.page-faq .section-content,
.page-privacy .section-content,
.page-fair-play .section-content {
  padding-top: 0;
}
.page-about-us .section-content .gmd-logo,
.page-faq .section-content .gmd-logo,
.page-privacy .section-content .gmd-logo,
.page-fair-play .section-content .gmd-logo {
  margin: 25px auto 0;
}
/* ==========================================================================
   Pages has special background settings
   ========================================================================== */
@media (max-width: 767px) {
  .page-home .hero-section,
  .page-bonus .hero-section,
  .page-casino-games .hero-section,
  .page-slots .hero-section,
  .page-blackjack .hero-section,
  .page-video-poker .hero-section,
  .page-roulette .hero-section {
    height: auto;
    overflow: visible;
    /*background-size: cover;*/
  }
}
/* ==========================================================================
   Linkless Pages
   ========================================================================== */
body[data-linkless] a:not(.link-always-enabled) {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
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;
}
.accordion-list .group-header,
.accordion-list .item-header {
  padding: 5px;
}
.accordion-list .group-header {
  font-weight: 700;
  color: #ecc921;
  margin: 3px 0;
  font-size: 20px;
  background: white;
}
.accordion-list .item-header {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: black;
  background: white;
  margin: 0;
  padding: 5px 5px 5px 30px;
  text-decoration: underline;
}
.accordion-list .item-content {
  background: #ffffff;
  color: black;
  display: none;
  margin: 3px 3px 20px 0;
  padding: 10px 30px;
  overflow: hidden;
  font-size: 14px;
}
.accordion-list .item-content img {
  max-width: 100%;
}
/* ==========================================================================
   Auto-indexer
   ========================================================================== */
/**
 * This will add x.x.x to nested list items
 * this style works for (emmet) structure like below:
 * common ul/ol nested structure:
 * ul.auto-index-group>li.auto-index.indexer-content*3>ul.auto-index-group*2>li.auto-index.indexer-content*5
 * or
 * dl>dt+dd structure:
 * dl.auto-index-group>(dt.auto-index.indexer-content+dd>dl.auto-index-group>dt.auto-index.indexer-content*4)*2
 */
.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, ".") " - ";
}
/**
 * Go Up Button
 *
 * This is to prevent the button from block the content for smaller screen.
 */
.jquery-goup-container {
  background: rgba(125, 125, 125, 0.8) !important;
  z-index: 1000;
}
/* hide certain elements in thanks pages */
.page-thanks .footer-navbar,
.page-thanks_download .footer-navbar,
.page-thanks_sorry .footer-navbar,
.page-thanks_success .footer-navbar,
.page-post-out .footer-navbar,
.page-thanks .navbar-toggle,
.page-thanks_download .navbar-toggle,
.page-thanks_sorry .navbar-toggle,
.page-thanks_success .navbar-toggle,
.page-post-out .navbar-toggle,
.page-thanks .nav.navbar-nav,
.page-thanks_download .nav.navbar-nav,
.page-thanks_sorry .nav.navbar-nav,
.page-thanks_success .nav.navbar-nav,
.page-post-out .nav.navbar-nav {
  display: none;
}
.page-thanks footer a,
.page-thanks_download footer a,
.page-thanks_sorry footer a,
.page-thanks_success footer a,
.page-post-out footer a {
  pointer-events: none;
}
/* ==========================================================================
   Pay For Play Overrides
   ========================================================================== */
.brand-gmdn .hero-section,
.brand-m-gmdn .hero-section {
  min-height: 200px !important;
  padding-bottom: 0 !important;
  background-image: url("/Content/themes/gmdn/en/images/GMD2017-hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .brand-gmdn .hero-section,
    .brand-m-gmdn .hero-section {
        background-image: url("/Content/themes/gmdn/en/images/GMD2017-hero-bg_2x.jpg");
    }
}
.brand-gmdn .hero-section h1,
.brand-m-gmdn .hero-section h1 {
  margin-top: 0;
}
.brand-gmdn .hero-section + section,
.brand-m-gmdn .hero-section + section {
  padding-top: 15px;
}
.brand-gmdn .page-home .hero-section + section,
.brand-m-gmdn .page-home .hero-section + section {
  padding-top: 0;
}
.brand-gmdn .hero-section .cta-disclaimer,
.brand-m-gmdn .hero-section .cta-disclaimer {
  text-align: center;
  margin: 5px auto 15px;
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 10px;
  background: #826e15;
  border-radius: 0;
  border: 0;
}
.brand-gmdn .hero-section .cta-disclaimer p,
.brand-m-gmdn .hero-section .cta-disclaimer p {
  font-size: 12px;
  line-height: 1em;
  margin: 0;
  text-transform: none;
}
.brand-gmdn .hero-section__content,
.brand-m-gmdn .hero-section__content {
  padding: 0.85em 0;
}
.u__vertical-spacer {
  padding: 0.75rem 0;
}