/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -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: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  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;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.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: 200;
  line-height: 1.4;
}
@media (min-width: 40em) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 40em) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 39.999em) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #dd1816;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 24, 22, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 40em) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 40em) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #dd1816;
  border-color: #c61514;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #b81412;
  border-color: #8e0f0e;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #dd1816;
  border-color: #c61514;
}
.btn-danger .badge {
  color: #dd1816;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #dd1816;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #af1311;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  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: normal;
  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: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 40em) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
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 {
  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: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/dist/fonts/glyphicons-halflings-regular.eot');
  src: url('/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/dist/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 39.999em) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 40em) and (max-width: 49.999em) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 50em) and (max-width: 63.749em) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 63.75em) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 39.999em) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 40em) and (max-width: 49.999em) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 50em) and (max-width: 63.749em) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 63.75em) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 39.999em) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 40em) and (max-width: 49.999em) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 50em) and (max-width: 63.749em) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 63.75em) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 39.999em) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 40em) and (max-width: 49.999em) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 50em) and (max-width: 63.749em) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 63.75em) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 39.999em) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 40em) and (max-width: 49.999em) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 50em) and (max-width: 63.749em) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 63.75em) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 39.999em) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 40em) and (max-width: 49.999em) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 50em) and (max-width: 63.749em) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 63.75em) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 39.999em) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 40em) and (max-width: 49.999em) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 50em) and (max-width: 63.749em) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 63.75em) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 39.999em) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 40em) and (max-width: 49.999em) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 50em) and (max-width: 63.749em) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 63.75em) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: -0.02em;
}
.content > p {
  margin-left: 10px;
  margin-right: 10px;
}
.contentp {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.row h3,
.row h4 {
  color: #dd1816;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0;
}
.row h3.dark {
  color: #504c4c;
}
.row h4 {
  font-size: 16px;
  margin: 20px 0 5px;
  text-transform: uppercase;
}
.row-top {
  padding-top: 20px !important;
}
.row-top2 {
  padding-top: 40px !important;
}
.content-top {
  margin-top: 50px !important;
}
.row-bottom {
  padding-bottom: 20px !important;
}
.row-bottom2 {
  padding-bottom: 40px !important;
}
a {
  color: #dd1816;
  text-decoration: none;
}
a:hover {
  color: #dd1816;
  text-decoration: underline;
}
a.dark {
  color: #333;
  text-decoration: underline;
}
a.dark:hover {
  color: #333;
  text-decoration: none;
}
a.flip {
  text-decoration: none;
}
a.flip:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
a:focus {
  outline: none;
}
.label {
  border-radius: 0;
}
.table-nowrap {
  table-layout: fixed;
  width: 100%;
}
.table-nowrap div.nowrap {
  display: block;
  line-height: 1.4;
}
.table-nowrap div.nowrap a {
  color: #333;
}
.nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.text-nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
div.text-nowrap {
  display: block;
  width: auto;
}
td.text-nowrap {
  max-width: 100px;
  display: table-cell;
}
.btn-default {
  color: #dd1816;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #000;
  background-color: #C9C9C9;
  border-color: #bfbfbf;
}
.glyphicon {
  vertical-align: text-top;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
input[type="text"],
input[type="password"],
textarea,
.uneditable-input {
  box-shadow: none !important;
  -webkit-transition: none !important;
}
.alert {
  padding: 8px 20px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-required label:after {
  display: inline;
  content: " *";
  color: #dd1816;
}
.form-required-alert {
  color: #dd1816;
  font-weight: bold;
}
@keyframes progressbar {
  0% {
    width: 0%;
  }
  10% {
    width: 5%;
  }
  20% {
    width: 30%;
  }
  25% {
    width: 50%;
  }
  30% {
    width: 60%;
  }
  40% {
    width: 65%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 75%;
  }
  100% {
    width: 80%;
  }
}
@keyframes progressbar-done {
  0% {
    width: 80%;
  }
  25% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
#container-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.progress {
  z-index: 100002;
  position: fixed;
  top: 51px;
  left: 0;
  right: 0;
}
.progress > div {
  background-color: #ec1d27;
  height: 3px;
}
.progress.progress-loading > div {
  animation-duration: 2s;
}
.progress.progress-loaded > div {
  animation-duration: 0.5s;
}
.progress > div {
  padding: 0;
  width: 0%;
}
.progress-loading > div {
  width: 80%;
  animation-name: progressbar;
}
.progress-loaded > div {
  width: 0%;
  animation-name: progressbar-done;
}
.widget {
  display: block;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGNiqAcAAIgAgoGu+rEAAAAASUVORK5CYII=) repeat;
}
.widget_layer {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.widget-close {
  position: absolute;
  top: 12px;
  right: 10px;
}
.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image > img {
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.image-loading:after,
.image-loading:before {
  content: "";
  border-radius: 50%;
  color: #e5e5e5;
  background-color: #EEE;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  animation: sk-bounce 2s infinite ease-in-out;
}
.image-loading:after {
  animation-delay: -1s;
}
.image-loading > img {
  opacity: 0 !important;
}
.image-loaded > img {
  opacity: 1;
}
.image-missing > img {
  display: none;
}
.image-missing:after {
  font-family: 'Glyphicons Halflings';
  font-size: 4em;
  color: #e5e5e5;
  content: "\e060";
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#footer .copyright {
  text-align: center;
  color: #dd1816;
  padding: 5px 0;
}
#footer .copyright .mobileversion {
  display: none;
}
#wrapper .message {
  margin-top: 0px;
  margin-bottom: -1px;
  padding: 15px;
  text-align: center;
  font-size: 16px;
}
#wrapper .message.message-success {
  background-color: #3d8c45;
  color: #FFF;
  border-color: #3d8c45;
  font-family: 'Open Sans';
}
#wrapper .message.message-warning {
  background-color: #f0ad4e;
  color: #333;
  border-color: #f0ad4e;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: bold;
}
#wrapper .message.message-warning a {
  color: #333;
  text-decoration: underline;
}
#wrapper .message.message-warning a:hover {
  text-decoration: none;
}
#content .notfound {
  text-align: center;
  margin-top: 60px;
}
#content .notfound h3 {
  font-family: 'Open Sans';
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  color: #333;
  letter-spacing: 0;
}
#content .notfound p {
  padding: 10px 0 15px;
  color: #676666;
}
#content .notfound a.btn {
  text-transform: uppercase;
  font-size: 18px;
}
#content .notfound a.btn span {
  margin-left: 5px;
  margin-top: 1px;
}
.btn-default span.glyphicon-chevron-left,
.btn-default span.glyphicon-chevron-right {
  color: #dd1816;
}
.handle_left,
.handle_right {
  display: none;
  border: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
}
.handle_left span,
.handle_right span {
  font-size: 18px;
  line-height: 22px;
  vertical-align: baseline;
}
a.handle_left span,
a.handle_right span {
  line-height: 26px;
}
.handle_left {
  position: absolute;
  left: 0px;
}
.handle_right {
  position: absolute;
  right: 0px;
}
.document {
  margin-bottom: 30px !important;
}
.document h3 {
  font-size: 24px;
}
.document .btn {
  margin: 10px 0 6px 4px;
  text-transform: uppercase;
}
.document .btn-download > .glyphicon {
  margin-right: 3px;
}
.document .document-info {
  margin: 5px 0;
  font-size: 16px;
  color: #878888;
}
.document p {
  font-size: 13px;
}
.document p strong {
  color: #333;
}
.document .img-thumbnail {
  padding: 0;
  padding-bottom: 141.363636364%;
  position: relative;
  display: block;
}
.archived h3 {
  margin-bottom: 4px;
}
.documents > div {
  margin-bottom: 20px;
}
.documents .moreinfo {
  margin: 15px 5px 0;
  height: 140px;
  overflow: hidden;
}
.documents .moreinfo p {
  height: 60px;
  overflow: hidden;
}
.documents div.thumbnail {
  box-shadow: 4px 4px 0 0 #DDD;
}
.documents div.thumbnail:hover {
  box-shadow: 4px 4px 0 0 #BBB;
}
.documentitem {
  margin: 2px 0;
}
.documentitem .document-info {
  margin-left: 0;
  font-size: 12px;
  color: #878888;
}
.documentitem .document-validinfo {
  margin-left: 0;
  font-size: 13px;
  color: #878888;
}
.documentitem .document-content {
  margin-left: 1px;
  font-size: 13px;
  color: #333;
}
.documentitem a {
  color: #333;
}
.documentitem .label {
  vertical-align: 10%;
}
.label-filetype {
  margin-right: 5px;
  width: 40px;
  padding: 4px 0;
  display: inline-block;
}
.label-pdf {
  background-color: #dd1816;
}
.label-xls,
.label-xlsx {
  background-color: #018f4a;
}
.label-html {
  background-color: #1976d2;
  background-color: #1e88e5;
}
.label-doc,
.label-docx {
  background-color: #2a5599;
}
a.musiconcept {
  background: url('/dist/assets/images/musiconcept_2x.png') center center no-repeat;
  background-size: contain;
  display: block;
  width: 300px;
  height: 46px;
}
a.prodejhudbu {
  background: url('/dist/assets/images/prodejhudbu_2x.png') center center no-repeat;
  background-size: contain;
  display: block;
  width: 184px;
  height: 40px;
}
.loginform {
  padding: 20px 30px;
  background: #F2F2F2;
  width: 100%;
  border: 1px solid #CCC;
}
.loginform label {
  display: block;
  margin-bottom: 5px;
}
.crossroad-more {
  padding-left: 2% !important;
}
.crossroad-more a {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
#header {
  background-color: #FFF;
  padding-top: 5px;
  z-index: 9999;
}
#header .logo {
  margin: 10px;
  float: left;
  width: 86px;
  height: 50px;
  background: transparent url('/dist/assets/images/logo_2x.png') center center no-repeat;
  background-size: contain;
  z-index: 3;
}
#header .userbox {
  float: right;
  width: 600px;
  margin-top: 7px;
  margin-right: 10px;
  margin-left: -600px;
  text-align: right;
  color: #888;
  height: 20px;
}
#header .userbox .separator {
  color: #CCC;
  margin: 0 10px;
}
#header .searchbox {
  display: none;
  float: right;
  width: 280px;
  margin-top: 0;
  margin-right: 0;
  margin-left: -280px;
  clear: right;
}
#header .searchbox input[type="text"] {
  float: left;
}
#header .searchbox button[type="submit"] {
  float: right;
  font-size: 20px;
  padding-top: 3px;
  height: 34px;
}
.navigation {
  background-image: -moz-linear-gradient(left, #7a0d0b, 50%, #f2726f, 50%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, #7a0d0b), color-stop(0.5, #f2726f));
  background-color: #ec3633;
}
.navigation_reverse {
  background-image: -moz-linear-gradient(left, #f2726f, 50%, #7a0d0b, 50%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, #f2726f), color-stop(0.5, #7a0d0b));
  background-color: #b21311;
}
.navigation,
.navigation_reverse {
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.navigation ul,
.navigation_reverse ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.navigation ul li,
.navigation_reverse ul li {
  height: 40px;
  width: 100%;
}
.navigation ul li a,
.navigation_reverse ul li a {
  padding: 10px;
  float: left;
  height: 100%;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  white-space: nowrap;
  position: relative;
}
.navigation ul li a:hover,
.navigation_reverse ul li a:hover {
  background-color: #b21311;
}
.navigation ul li a:after,
.navigation_reverse ul li a:after {
  position: absolute;
  top: 11px;
  right: 5px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Glyphicons Halflings';
  font-weight: 100;
  content: "\e080";
}
.navigation .content,
.navigation_reverse .content {
  position: relative;
}
.navigation ul.main li.first,
.navigation_reverse ul.main li.first {
  background-color: #c01512;
}
.navigation ul.main li.second,
.navigation_reverse ul.main li.second {
  background-color: #ce1713;
}
.navigation ul.main li.third,
.navigation_reverse ul.main li.third {
  background-color: #dc1815;
}
.navigation ul.main li.forth,
.navigation_reverse ul.main li.forth {
  background-color: #e91a17;
}
.navigation ul.main li.fifth,
.navigation_reverse ul.main li.fifth {
  background-color: #eb2825;
}
.navigation ul.main li.sixth,
.navigation_reverse ul.main li.sixth {
  background-color: #ec3633;
}
.navigation_reverse ul.main li.sixth {
  background-color: #b21311;
}
ul.left_placeholder,
ul.right_placeholder {
  display: none;
  position: absolute;
  top: 0;
  width: 960px;
}
ul.left_placeholder {
  right: 100%;
  margin-right: -30px;
}
ul.right_placeholder {
  left: 100%;
  margin-left: -30px;
}
.navigation ul.left_placeholder li.first,
.navigation_reverse ul.right_placeholder li.first {
  background-color: #7a0d0b;
}
.navigation ul.left_placeholder li.second,
.navigation_reverse ul.right_placeholder li.second {
  background-color: #880f0d;
}
.navigation ul.left_placeholder li.third,
.navigation_reverse ul.right_placeholder li.third {
  background-color: #96100e;
}
.navigation ul.left_placeholder li.forth,
.navigation_reverse ul.right_placeholder li.forth {
  background-color: #a4120f;
}
.navigation ul.left_placeholder li.fifth,
.navigation_reverse ul.right_placeholder li.fifth {
  background-color: #b21311;
}
.navigation ul.right_placeholder li.first,
.navigation_reverse ul.left_placeholder li.first {
  background-color: #ec3633;
}
.navigation ul.right_placeholder li.second,
.navigation_reverse ul.left_placeholder li.second {
  background-color: #ed4441;
}
.navigation ul.right_placeholder li.third,
.navigation_reverse ul.left_placeholder li.third {
  background-color: #ee514f;
}
.navigation ul.right_placeholder li.forth,
.navigation_reverse ul.left_placeholder li.forth {
  background-color: #f05f5d;
}
.navigation ul.right_placeholder li.fifth,
.navigation_reverse ul.left_placeholder li.fifth {
  background-color: #f2726f;
}
.container-banner {
  position: relative;
}
.container-banner .inner {
  padding-bottom: 31.25%;
}
.container-banner .content {
  position: relative;
}
.container-banner .banner {
  visibility: hidden;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 1.5s ease;
}
.container-banner .banner.visible {
  visibility: visible;
  display: block;
}
.container-banner .banner.active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.container-banner .banner div {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.container-banner .banner div.widescreen {
  background-size: cover;
}
.container-banner .handle_left,
.container-banner .handle_right {
  z-index: 9998;
}
.container-banner .page {
  z-index: 3;
  position: absolute;
  bottom: 7px;
  right: 34px;
}
.container-banner .page span,
.container-banner .page button {
  background-color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  color: #000;
  border: 0;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 15px;
  margin-right: 4px;
}
.container-banner .page span.active,
.container-banner .page button.active {
  background-color: #FFF;
}
#articles_title a.btn {
  margin-right: 10px;
  border: 0;
  padding: 3px 10px;
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 3px;
}
#articles_title a.btn span {
  margin-top: 1px;
  margin-left: 4px;
}
#articles {
  padding: 5px;
  overflow: hidden;
  position: relative;
}
#articles > div {
  overflow: hidden;
}
#articles ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#articles ul li {
  box-sizing: border-box;
  width: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  height: 104px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#articles ul li.hidden {
  display: none;
}
#articles ul li.animated {
  transition: width 0.2s linear;
}
#articles ul li.visible {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  padding: 5px;
}
#articles ul li img {
  float: left;
  margin-right: 10px;
  height: 100%;
}
#articles ul li h3,
#articles ul li h4,
#articles ul li p {
  line-height: 17px;
}
#articles ul li h3 {
  margin: 2px 0 4px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #dd1816;
}
#articles ul li h4 {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  color: #676666;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
#articles ul li p {
  font-size: 13px;
}
#articles .handle_left,
#articles .handle_right {
  margin-top: -20px;
}
#articles .handle_left span,
#articles .handle_right span {
  color: #FFF;
}
.article_timeline > ul {
  list-style-type: none;
  padding: 10px 10px 0;
}
.article_timeline > ul > li {
  font-size: 20px;
}
.article_timeline > ul > li.active {
  color: #dd1816;
  font-weight: bold;
}
.article_timeline > ul > li > a {
  color: #454444;
}
.article_timeline > ul > li > ul {
  list-style-type: none;
  padding: 5px 20px;
}
.article_timeline > ul > li > ul > li {
  font-size: 16px;
  font-weight: 400;
}
h3.article_published {
  color: #454444;
  margin: 0 10px;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
}
h3.article_published span {
  margin-left: 10px;
}
.article_list .article {
  height: 87px;
  margin: 0 0 15px;
  padding: 5px 0;
}
.article_list .article img {
  float: left;
  margin-right: 10px;
  border: 1px solid #EEE;
  width: 80px;
}
.article_list .article h3,
.article_list .article h4 {
  margin: 0 0 0;
  color: #dd1816;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}
.article_list .article h4 {
  font-size: 16px;
  color: #676666;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
}
.article_list .article p {
  overflow: hidden;
  height: 40px;
}
.content .fullarticle {
  padding: 0 10px;
}
.content .fullarticle .article-published {
  font-weight: bold;
  margin: 4px 0 4px;
}
.content .fullarticle .article-image {
  float: right;
  padding: 0 0 20px 20px;
  background-color: #FFF;
}
.content .fullarticle .article-image.visible-sm,
.content .fullarticle .article-image.visible-md,
.content .fullarticle .article-image.visible-lg,
.content .fullarticle .article-image.visible-xs {
  width: 34%;
}
.content .fullarticle .article-image.visible-xs {
  width: 50%;
}
.content .fullarticle .article-image img {
  border: 1px solid #EEE;
  width: 100%;
}
.content .fullarticle .collapsible-content h1,
.content .fullarticle > h1 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.2;
}
.content .fullarticle .collapsible-content h2,
.content .fullarticle > h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  font-style: italic;
  padding: 0;
  margin: 0 0 8px;
}
.content .fullarticle .clearfix h3,
.content .fullarticle > h3 {
  font-size: 28px;
  padding: 0;
  margin: 15px 0 5px;
}
.content .fullarticle p {
  text-align: justify;
}
.content .fullarticle blockquote {
  padding: 5px 10px;
}
.content .fullarticle blockquote p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
}
.content .fullarticle .article-video {
  width: 100%;
  margin: 20px 0 0;
  position: relative;
}
.content .fullarticle .article-video h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.editor-content-wysiwyg ul,
.editor-content-wysiwyg ol,
.editor-content-wysiwyg p {
  margin-bottom: 0;
}
.editor-content-wysiwyg blockquote,
.editor-content-wysiwyg pre {
  margin: 0;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  margin: 5px 0 10px;
  line-height: 1.2;
}
.editor-content h1 {
  font-size: 32px;
}
.editor-content h2 {
  font-size: 30px;
}
.editor-content h3 {
  font-size: 26px;
}
.editor-content h4 {
  font-size: 22px;
}
.editor-content h5 {
  font-size: 18px;
}
.editor-content h6 {
  font-size: 14px;
}
.editor-content .ql-indent-1 {
  margin-left: 20px;
}
.editor-content .ql-indent-2 {
  margin-left: 40px;
}
.editor-content .ql-indent-3 {
  margin-left: 60px;
}
.editor-content .ql-indent-4 {
  margin-left: 80px;
}
.article-gallery {
  list-style-type: none;
  margin: 10px 0 20px;
  padding: 0;
}
.article-gallery li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 1px;
  border: 1px solid #EEE;
  display: block;
}
.sidebar {
  padding-left: 0 !important;
  list-style-type: none;
}
.sidebar li {
  margin: 0 2px 4px;
  height: 100%;
  line-height: 1 !important;
}
.sidebar li:before {
  display: none;
}
.sidebar a {
  padding: 8px 10px;
  font-size: 18px;
  background-color: #F3F3F3;
  color: #333;
  display: block;
  width: 100%;
}
.sidebar a:hover,
.sidebar a.active {
  background-color: #dd1816;
  color: #FFF;
  text-decoration: none;
}
.sidebar li ul {
  margin: 5px 0 0;
}
.sidebar li ul li {
  margin-right: 0;
}
.sidebar li ul a {
  font-size: 14px;
  padding: 3px 10px;
}
@media (min-width: 50em) {
  .sidebar li > a.active-md {
    background-color: #dd1816;
    color: #FFF;
    text-decoration: none;
  }
}
/* General warning: Beta-ish. Code could be a bit cleaner. */
.ui360,
.sm2-360ui {
  /* canvas container */
  position: relative;
}
.ui360 {
  margin-bottom: 5px;
  margin-right: 5px;
}
.ui360,
.sm2-360ui {
  min-width: 50px;
  /* should always be at least this. */
  min-height: 50px;
}
.sm2-360ui {
  width: 50px;
  height: 50px;
}
.sm2-360ui {
  /* slight inner shadow + BG color + border */
  background-color: transparent;
  box-shadow: none;
  /* a little radii, modern browsers only */
  border-radius: 100%;
  transition: all 0.1s ease-in-out;
  /* specifics */
  transition-property: background, border, box-shadow;
}
.sm2-360ui:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.ui360 {
  height: 26px;
  float: left;
  margin: -12px 0;
}
.ui360,
.ui360 * {
  vertical-align: middle;
}
.sm2-360ui {
  position: relative;
  display: inline-block;
  /* firefox 3 et al */
  float: left;
  /* IE 6+7, firefox 2 needs this, inline-block would work with fx3 and others */
  *display: inline;
  clear: left;
}
.sm2-360ui.sm2_playing,
.sm2-360ui.sm2_paused {
  /* bump on top when active */
  z-index: 10;
}
.ui360 a {
  /* .sm2_link class added to playable links by SM2 */
  float: left;
  display: inline;
  position: relative;
  color: #000;
  text-decoration: none;
  left: 3px;
  /* slight spacing on left UI */
  top: 18px;
  /* vertical align */
  text-indent: 50px;
  /* make room for UI at left */
}
.ui360 a.sm2_link {
  /* SM2 has now started */
  text-indent: 0px;
  /* UI now in place. */
}
.ui360 a,
.ui360 a:hover,
.ui360 a:focus {
  padding: 2px;
  margin-left: -2px;
  margin-top: -2px;
}
.ui360 a:hover,
.ui360 a:focus {
  background: #eee;
  border-radius: 3px;
  outline: none;
}
.ui360 .sm2-canvas {
  position: absolute;
  left: 0px;
  top: 0px;
}
.ui360 .sm2-canvas.hi-dpi {
  /* hi-dpi / "retina" screens */
  top: -50%;
  left: -50%;
  transform: scale(0.5);
}
.ui360 .sm2-timing {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  font: 11px "helvetica neue", helvetica, monaco, lucida, terminal, monospace;
  color: #666;
  text-align: center;
  line-height: 50px;
}
.ui360 .sm2-timing.alignTweak {
  /* devious center-alignment tweak for Safari (might break things for others.) */
  /* no longer applies. */
  /*
 text-indent:1px;
 */
}
.ui360 .sm2-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
  /* old-skool bug: IE 9 won't catch mouse events otherwise. /smash */
}
.ui360 .sm2-360btn {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  /*
 width:22px;
 height:22px;
 margin-left:-11px;
 margin-top:-11px;
*/
  /* by default, cover whole space. make smaller when playing. */
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 25px;
  cursor: pointer;
  z-index: 3;
}
.ui360 .sm2-360data {
  display: inline-block;
  font-family: helvetica;
}
.sm2-inline-block .ui360 .sm2-360btn,
.ui360 .sm2-360ui.sm2_playing .sm2-360btn,
.ui360 .sm2-360ui.sm2_paused .sm2-360btn {
  /* smaller clickable button, in center */
  width: 22px;
  height: 22px;
  margin-left: -11px;
  margin-top: -11px;
}
.ui360 .sm2-360ui.sm2_playing .sm2-cover,
.ui360 .sm2-360ui.sm2_paused .sm2-cover {
  display: block;
}
/* this could be optimized a fair bit. */
.ui360,
.ui360 .sm2-360btn-default,
.ui360 .sm2-360ui.sm2_paused .sm2-360btn {
  background: transparent url(/dist/assets/360player/360-button-play.png) no-repeat;
  /* if you change the source image, update these data: URIs as well. */
  /* hi-dpi, we presume */
  background-size: 22px 22px;
  *background-image: url(/dist/assets/360player/360-button-play.png);
  background-repeat: no-repeat;
}
.ui360 {
  /*
  "fake" button shown before SM2 has started, non-JS/non-SM2 case etc.
  background image will be removed via JS, in threeSixyPlayer.init()
 */
  background-position: 14px 50%;
  _background: transparent url(/dist/assets/360player/360-button-play.gif) no-repeat 14px 50%;
  /* IE 6-only: special crap GIF */
}
.ui360 .sm2-360btn-default,
.ui360 .sm2-360ui.sm2_paused .sm2-360btn {
  background-position: 50% 50%;
  _background: transparent url(/dist/assets/360player/360-button-play.gif) no-repeat 50% 50%;
  /* IE 6-only: special crap GIF */
}
.ui360 .sm2-360btn-default,
.ui360 .sm2-360ui.sm2_paused .sm2-360btn {
  cursor: pointer;
}
.ui360 .sm2-360btn-default:hover,
.ui360 .sm2-360ui.sm2_paused .sm2-360btn:hover {
  background: transparent url(/dist/assets/360player/360-button-play-light.png) no-repeat 50% 50%;
  /* hi-dpi, we presume */
  background-size: 22px 22px;
  _background: transparent url(/dist/assets/360player/360-button-play.gif) no-repeat 50% 50%;
  cursor: pointer;
}
.ui360 .sm2-360ui.sm2_playing .sm2-360btn:hover,
.ui360 .sm2-360btn-playing:hover {
  background: transparent url(/dist/assets/360player/360-button-pause-light.png) no-repeat 50% 50%;
  background-size: 22px 22px;
  _background: transparent url(/dist/assets/360player/360-button-pause-light.gif) no-repeat 50% 50%;
  cursor: pointer;
}
.ui360 .sm2-360ui.sm2_playing .sm2-timing {
  visibility: visible;
}
.ui360 .sm2-360ui.sm2_buffering .sm2-timing {
  visibility: hidden;
}
.ui360 .sm2-360ui .sm2-timing,
.ui360 .sm2-360ui .sm2-360btn:hover + .sm2-timing,
.ui360 .sm2-360ui.sm2_paused .sm2-timing {
  visibility: hidden;
}
.ui360 .sm2-360ui.sm2_dragging .sm2-timing,
.ui360 .sm2-360ui.sm2_dragging .sm2-360btn:hover + .sm2-timing {
  /* paused + dragging */
  visibility: visible;
}
.ui360 .sm2-360ui.sm2_playing .sm2-360btn,
.ui360 .sm2-360ui.sm2_dragging .sm2-360btn,
.ui360 .sm2-360ui.sm2_dragging .sm2-360btn:hover,
.ui360 .sm2-360ui.sm2_dragging .sm2-360btn-playing:hover {
  /* don't let pause button show on hover when dragging (or paused and dragging) */
  background: transparent;
  cursor: auto;
}
.ui360 .sm2-360ui.sm2_buffering .sm2-360btn,
.ui360 .sm2-360ui.sm2_buffering .sm2-360btn:hover {
  background: transparent url(/dist/assets/360player/icon_loading_spinner.gif) no-repeat 50% 50%;
  opacity: 0.5;
  visibility: visible;
}
/* inline list style */
.sm2-inline-list .ui360,
.sm2-inline-block .ui360 {
  position: relative;
  display: inline-block;
  float: left;
  _display: inline;
  /*
 margin-bottom:-15px;
 */
}
.sm2-inline-block .ui360 {
  margin-right: 8px;
}
.sm2-inline-list .ui360 a {
  display: none;
}
/* annotations */
ul.ui360playlist {
  list-style-type: none;
}
ul.ui360playlist,
ul.ui360playlist li {
  margin: 0px;
  padding: 0px;
}
div.ui360 div.metadata {
  display: none;
}
div.ui360 a span.metadata,
div.ui360 a span.metadata * {
  /* name of track, note etc. */
  vertical-align: baseline;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-loading > span {
  border: 0.125em solid #000;
  width: 1em;
  height: 1em;
  display: block;
  border-radius: 50%;
  animation: spin 2s infinite linear;
  position: relative;
}
.btn-loading > span:before {
  position: absolute;
  content: "";
  display: block;
  width: .3em;
  height: .3em;
  top: -0.15em;
  margin-left: -0.15em;
  left: 50%;
  background: #fff;
}
td.trackplay {
  width: 50px;
  padding: 5px;
}
td.trackplay > a {
  font-size: 0;
}
td.trackplay [data-plugin] {
  position: relative;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  color: #1A6C99;
  border: 1px solid #CCC;
  display: inline-block;
  background-color: #F1F1F1;
  cursor: pointer;
  font-size: 16px;
}
td.trackplay [data-plugin]:hover,
td.trackplay [data-plugin].active,
td.trackplay [data-plugin].playing td.trackplay [data-plugin].btn-loading {
  color: #dd1816;
}
td.trackplay [data-plugin]:hover:not(.active) {
  border-color: #dd1816;
}
td.trackplay [data-plugin] > .glyphicon {
  line-height: 20px;
  text-indent: 0.1em;
  top: 0;
  transform: scale(0.75);
}
td.trackplay [data-plugin] > .glyphicon:before {
  content: "\e072";
}
td.trackplay [data-plugin].playing > .glyphicon:before {
  content: "\e073";
}
td.trackplay [data-plugin].playing > .glyphicon {
  text-indent: 0.05em;
}
td.trackplay [data-plugin].btn-loading {
  color: transparent;
  font-size: 12px;
  padding: 4px;
}
td.trackplay [data-plugin].btn-loading > span {
  line-height: 1;
  border-width: 1px;
  border-color: #dd1816;
}
td.trackplay [data-plugin].btn-loading > span:before {
  background: #F1F1F1;
}
td.trackplay [data-plugin] > canvas {
  position: absolute;
  color: #dd1816;
  top: -3px;
  left: -3px;
  width: 26px;
  height: 26px;
}
#videos {
  position: relative;
}
#videos:before,
#videos:after {
  content: " ";
  display: table;
}
#videos:after {
  clear: both;
}
#videos:before,
#videos:after {
  content: " ";
  display: table;
}
#videos:after {
  clear: both;
}
#videos .playlist {
  float: left;
  display: none;
  padding-top: 10px;
  background-color: #F2F2F2;
}
#videos .playlist h2 {
  padding-bottom: 20px;
  margin-left: 3px;
}
#videos .playlist ul {
  list-style-type: none;
  border-bottom: 1px solid #dd1816;
  margin: 0 10px;
  padding: 0;
  margin-bottom: 27px;
}
#videos .playlist ul li {
  padding: 10px;
  border-top: 1px solid #dd1816;
}
#videos .playlist ul li.active .title {
  font-weight: bold;
}
#videos .playlist ul li.active .glyphicon-facetime-video {
  display: inline-block;
}
#videos .playlist ul li .glyphicon-facetime-video {
  display: none;
  margin-right: 5px;
}
#videos .playlist ul li a {
  text-decoration: none;
}
#videos .playlist ul li .title {
  color: #dd1816;
  font-weight: 400;
  font-size: 14px;
  height: 18px;
  text-transform: uppercase;
  width: 250px;
}
#videos .playlist ul li .subtitle {
  color: #333;
}
#videos .playlist ul li a:hover .title {
  text-decoration: underline;
}
#videos .playlist ul li:hover .title {
  text-decoration: underline;
}
#videos .video {
  margin-bottom: 30px;
}
#videos .video h2 {
  padding-left: 0;
  padding-bottom: 3px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#videos .video h3 {
  font-weight: 400;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#videos .video .video-share {
  display: none;
  position: absolute;
  right: 0;
  top: 25px;
}
#videos .video a.btn {
  margin-left: 10px;
  border: 0;
  padding: 3px 10px;
  text-transform: uppercase;
  font-weight: 200;
}
.video-player {
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 56.25%;
  position: relative;
  cursor: pointer;
}
.video-player .video-play {
  background: #0f0f0f;
  border-radius: 50% / 10%;
  color: #FFFFFF;
  font-size: 1.2em;
  /* change this to change size */
  height: 3em;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2em;
  margin-top: -1.5em;
}
.video-player:hover .video-play {
  background: #dd1816;
  color: #FFF;
}
.video-player .video-play::before {
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}
.video-player .video-play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent #FFF;
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}
.video-player .video-bg {
  background: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000;
}
.video-player .video-bg,
.video-player iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#player_album {
  height: 200px;
}
#player_control {
  height: 50px;
}
#social {
  position: fixed;
  right: 12px;
  top: 196px;
  z-index: 99999;
  display: none;
}
#social .social {
  width: 52px;
  height: 52px;
  margin-bottom: 4px;
  display: block;
  background: url('/dist/assets/images/social.png?v=3') no-repeat;
}
#social a .social-facebook {
  background-position: 0 0;
}
#social a .social-youtube {
  background-position: 0 -56px;
}
#social a .social-twitter {
  background-position: 0 -112px;
}
#social a .social-googleplus {
  background-position: 0 -168px;
}
#social a .social-instagram {
  background-position: 0 -224px;
}
#social a:hover .social-facebook {
  background-position: -52px 0;
}
#social a:hover .social-youtube {
  background-position: -52px -56px;
}
#social a:hover .social-twitter {
  background-position: -52px -112px;
}
#social a:hover .social-googleplus {
  background-position: -52px -168px;
}
#social a:hover .social-instagram {
  background-position: -52px -224px;
}
@media (min-width: 72em) {
  #social {
    display: block !important;
  }
}
#history ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
  padding: 0 20px;
  position: relative;
}
#history ul:before,
#history ul:after {
  content: " ";
  display: table;
}
#history ul:after {
  clear: both;
}
#history ul:before,
#history ul:after {
  content: " ";
  display: table;
}
#history ul:after {
  clear: both;
}
#history ul li {
  width: 100%;
  border: 0 solid #DDD;
  position: relative;
  height: 280px;
  margin-bottom: 40px;
}
#history ul li .content {
  border: 2px solid #DDD;
  height: 100%;
  position: relative;
}
#history ul li .content > div {
  border: 2px solid #FFF;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
#history ul li .date {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
#history ul li .date span {
  color: #dd1816;
}
#history ul li .content {
  padding: 1px;
}
#history ul li .content .text {
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 3px;
  height: 70px;
  padding: 3px 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP68BYAAtYB4NP32R8AAAAASUVORK5CYII=) repeat;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  color: #333;
}
#history ul li .content .text h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 17px;
  margin-bottom: 2px;
  color: #dd1816;
}
li.end .info {
  font-size: 22px;
  color: #333;
  text-align: center;
  padding: 50px 20px;
}
.history_decades {
  display: none;
}
.history_item {
  max-height: 800px;
  max-width: 800px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
}
.history_item .handle_left {
  left: -30px;
  background-color: #F3F3F3;
}
.history_item .handle_right {
  right: -30px;
  background-color: #F3F3F3;
}
.history_item .handle_left:hover,
.history_item .handle_right:hover {
  background-color: #FFF;
}
.history_item.active {
  transition: opacity 0.3s linear;
  opacity: 1;
  filter: alpha(opacity=100);
}
.history_item .date {
  padding: 0;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
.history_item .date span {
  color: #dd1816;
}
.history_item .text {
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  text-align: justify;
}
.history_item .text h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  margin: 6px 0;
  color: #dd1816;
}
.history_item .text p {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}
.history_item .bgimage {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: #333;
}
#locatorlist {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP69RQAAuIB4gFre9MAAAAASUVORK5CYII=) repeat;
}
#locatorlist > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#locatorlist > ul > li {
  margin: 0;
  padding: 8px 10px;
  display: none;
  cursor: pointer;
}
#locatorlist > ul > li .card-header {
  margin-bottom: 2px;
}
#locatorlist > ul > li .card-header .card-important {
  padding-top: 4px;
  margin-left: 4px;
  width: 20px;
  height: 20px;
  background: url(/dist/assets/images/pin_important.png) left bottom no-repeat;
  background-size: contain;
  display: inline-block;
}
#locatorlist > ul > li .card-header .card-important-golden {
  background-image: url(/dist/assets/images/pin_golden.png);
}
#locatorlist > ul > li .card-body {
  font-size: 13px;
  line-height: 16px;
}
#locatorlist > ul > li .contact {
  display: none;
}
#locatorlist > ul > li:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGM6YQ8AAdgBCpzDOXEAAAAASUVORK5CYII=) repeat;
}
#locatorlist > ul li.card-active {
  display: block;
}
#locatorlist > ul li:last-child {
  border-bottom: 0;
}
.card-header {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  color: #dd1816;
  font-size: 20px;
  font-weight: bold;
}
.card-body ul.contact {
  margin: 0;
  margin-top: 12px;
  padding: 0;
  list-style-type: none;
}
#locator_eshop a {
  color: #333;
  text-decoration: underline;
}
#locator_eshop a:hover {
  text-decoration: none;
}
ul.wheretobuy a {
  font-weight: bold;
  font-size: 18px;
}
ul.wheretobuy span {
  margin: 0 10px;
}
.distributor > div {
  width: 100%;
  padding: 0 10px;
  min-height: 260px !important;
  margin-bottom: 20px;
  box-shadow: 4px 4px 0 0 #DDD;
}
.distributor > div h4 {
  margin-bottom: 0;
  color: #333;
}
.distributor > div ul li {
  line-height: 1.4;
}
.distributor > div:hover {
  box-shadow: 4px 4px 0 0 #BBB;
}
.ac-renderer {
  position: fixed;
  top: 79px !important;
  width: 339px;
  background: #FFF;
  border: 1px solid #CCC;
  border-top-color: #dd1816;
  z-index: 9999;
  margin-top: -1px;
  padding-bottom: 2px\9;
  /* IE8 hack */
  box-shadow: 0 4px 10px #8B8B8B;
  box-sizing: content-box;
  border-width: 0;
  padding: 0;
}
.ac-row {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.ac-row:before,
.ac-row:after {
  content: " ";
  display: table;
}
.ac-row:after {
  clear: both;
}
.ac-row:before,
.ac-row:after {
  content: " ";
  display: table;
}
.ac-row:after {
  clear: both;
}
.ac-row .ac-row-category {
  text-align: right;
  color: #dd1816;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 15px 2px;
  margin: 0;
  border-bottom: 1px solid #F2F2F2;
  margin-top: -1px;
}
.ac-row .ac-row-category + .ac-row-container {
  border-top: 1px solid transparent;
}
.ac-row .ac-row-container {
  height: 34px;
  cursor: pointer;
  margin: 0;
  padding: 2px 0;
  display: block;
  text-decoration: none;
}
.ac-row .ac-row-container:hover {
  text-decoration: none;
}
.ac-row .ac-row-container.ac-row-noimage {
  height: 24px;
  padding: 3px 0;
}
.ac-row:first-child {
  margin-top: 1px;
  border-top-width: 0;
}
.ac-row:last-child .ac-row-container {
  margin-bottom: 0;
  height: 35px;
}
.ac-row:last-child .ac-row-container.ac-row-noimage {
  height: 25px;
}
.ac-row:last-child .ac-row-image {
  height: 36px !important;
}
.ac-row .ac-row-image {
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  margin: -3px 7px -3px 0;
  border: 1px solid #FFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F4F4;
  background-size: cover;
}
.ac-row .ac-row-title,
.ac-row .ac-row-subtitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-left: 40px;
  overflow: hidden;
}
.ac-row .ac-row-title {
  height: 17px;
  line-height: 18px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
.ac-row .ac-row-subtitle {
  font-size: 10px;
  line-height: 12px;
  color: #777676;
}
.ac-highlighted {
  font-weight: bold;
}
.ac-row-subtitle .ac-highlighted {
  font-weight: 400;
}
.ac-active .ac-row-container {
  background: #E4E4E4;
}
.square-container {
  padding: 0 2% !important;
}
.square-container .square {
  background-color: #dd1816;
  padding-bottom: 75%;
  position: relative;
}
.square-container .square > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 31%;
  color: #FFF;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 100;
  font-family: "Open Sans";
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}
.square-container .square-open {
  padding: 5px 0;
  display: block;
  line-height: 1.4;
  background-color: #454444;
  color: #FFF;
  font-family: "Open Sans";
  text-align: center;
  text-transform: uppercase;
}
.square-container h3.visible-xs {
  margin: 20px 0 5px;
}
.square-container:first-child h3.visible-xs {
  margin-top: -10px;
}
a:hover .square {
  background-color: #a51210;
}
a:hover .square-open {
  text-decoration: none;
  background-color: #333;
}
.square-banner .square > div {
  padding-top: 29.5% !important;
  text-transform: none;
}
.business-catalogue p {
  margin: 6px 0 18px;
}
.business-catalogue .business-download {
  margin-bottom: 20px;
}
.business-catalogue .business-download .download {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.row ul {
  padding-left: 15px;
  margin-bottom: 14px;
  list-style-type: none;
}
.row ul li {
  line-height: 24px;
}
.row ul li:before {
  content: "• ";
  margin-right: 4px;
  color: #dd1816;
}
.row ul.definition {
  list-style-type: none;
  padding-left: 10px;
}
.row ul.definition li:before {
  display: none;
}
.row ul.definition li strong {
  margin-right: 3px;
}
.bannerlist div {
  margin: 5px 5px 5px 0;
  display: inline-block;
  position: relative;
}
.bannerlist div > .btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEXdGBZU5LaxAAAAAXRSTlPM0jRW/QAAAApJREFUeJxjYgAAAAYAAzY3fKgAAAAASUVORK5CYII=) repeat;
  font-size: 18px;
  text-shadow: 1px 1px 0 #000;
  border: 0;
}
.bannerlist div:hover > .btn {
  display: inline-block;
}
.preorder-box {
  margin-bottom: 20px;
}
.preorder-box h4 {
  margin-bottom: 4px;
}
.preorder-box .btn {
  margin-bottom: 12px;
}
.preorder-box img {
  width: 100%;
  border: 1px solid #DDD;
}
.preorder-box ul {
  padding-left: 2px;
  clear: both;
}
.preorder-box ul li {
  font-size: 13px;
  line-height: 18px;
}
.preorder-box ul li:before {
  margin-right: 0;
}
.preorder-action {
  clear: both;
  height: 34px;
}
.preorder-action .btn {
  margin-right: 5px;
}
.form-setting-password {
  padding: 10px 0;
  margin: 15px 0;
  background-color: #F1F1F1;
}
.form-setting-password h4 {
  margin: 5px 10px 12px;
  padding: 0;
}
.album-box {
  margin: 0 0 10px;
  padding: 0;
  background-color: #F3F3F3;
}
.album-box .btn {
  padding: 5px 10px;
  margin-right: 5px;
  vertical-align: baseline;
  border: 0;
}
.album-box .btn span {
  margin-right: 6px;
}
.album-box .catnumber {
  padding: 5px 10px;
  display: inline-block;
}
.album .cover {
  margin: 20px 0;
  width: 300px;
  border: 1px solid #DDD;
}
.album > h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 26px;
}
.album > h1 {
  margin-top: 0;
  font-size: 26px;
}
.album .album-award {
  margin-top: 20px;
  background-color: #F7F7F7;
  border: 1px solid #DDD;
}
.album .album-award strong {
  color: #454444;
}
.album .album-award ul {
  margin: 0;
  padding: 0;
}
.album .album-profile {
  margin-top: 10px;
  font-size: 14px;
}
.album .album-profile strong {
  margin-right: 5px;
  color: #454444;
}
.album .album-profile .glyphicon {
  vertical-align: baseline;
  margin-right: 5px;
  font-size: 90%;
}
.album-reviews h1 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.2;
}
.album-reviews h3 {
  padding: 0;
  margin: 15px 0 10px;
}
.album-reviews p {
  text-align: justify;
}
.album-reviews blockquote {
  padding: 5px 10px;
}
.album-reviews blockquote p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
}
.album-buy {
  margin: 20px 0;
}
.album-buy > div {
  display: none;
}
.album-buy.active > div {
  display: block;
}
.album-buy .album-deal {
  min-width: 150px;
  text-align: left;
}
.album-buy.active > button {
  background-color: #e4e4e4;
  border-color: transparent;
  color: #333;
}
.album-buy > div {
  margin-left: 0;
  background-color: #F7F7F7;
}
.album-buy > div > div {
  padding: 0;
}
.album-buy .album-deal-container {
  padding: 20px;
}
.album-buy .album-deal-container h3 {
  color: #333;
}
.album-buy .album-deal-container > div {
  margin: 4px 0 4px 20px;
}
.album-buy .album-deal-container a {
  margin: 0 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.album-buy .album-deal-container a i {
  margin-right: 10px;
}
.tracklist {
  border-bottom: 1px solid #DDD;
  width: 100%;
}
.tracklist .track-none {
  visibility: collapse;
  height: 0;
  padding: 0;
  border: 0;
}
.tracklist .track-none td {
  padding: 0;
}
.tracklist tr {
  background-color: #F7F7F7;
  border: 1px solid #DDD;
  border-bottom-width: 0;
  height: 34px;
  color: #333333;
}
.tracklist tr.song-padding,
.tracklist tr.cd-header {
  background-color: transparent !important;
  border-width: 1px 0 0;
  height: 10px;
}
.tracklist tr.song-padding h3,
.tracklist tr.cd-header h3 {
  margin: 20px 0 5px;
}
.tracklist tr.song-padding > td,
.tracklist tr.cd-header > td {
  padding: 0;
}
.tracklist tr.cd-header.first {
  border-width: 0;
}
.tracklist tr.cd-header.first td {
  border-top: 0;
}
.tracklist tr.cd-header.first h3 {
  margin-top: 0;
}
.tracklist tr.song-header {
  background-color: #EAEAEA;
  height: 24px;
}
.tracklist tr:hover,
.tracklist tr.active {
  background-color: #EBEBEB;
}
.tracklist tr.active .important {
  color: #dd1816;
}
.tracklist td {
  font-size: 13px;
  vertical-align: middle !important;
  padding: 4px 10px;
}
.tracklist td.track-sample {
  width: 50px;
  padding: 5px;
}
.tracklist td a {
  font-size: 13px;
  color: #333;
  text-decoration: underline;
}
.tracklist td a:hover {
  text-decoration: none;
}
.album_item {
  max-height: 500px;
  max-width: 500px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
}
.album_item.active {
  transition: opacity 0.3s linear;
  opacity: 1;
  filter: alpha(opacity=100);
}
.album_item .album_remove {
  position: absolute;
  top: 12px;
  right: 10px;
}
.album_item > div {
  position: absolute;
  top: 40px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  overflow: auto;
}
.album_item ul {
  padding-left: 10px;
  list-style-type: none;
  font-size: 14px;
}
.album_item ul li > span {
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
}
.album_item h4 {
  line-height: 1.3;
}
.album_item h2 {
  line-height: 1.3;
  margin-top: 0px;
  color: #dd1816;
}
.artist-calendar {
  margin: 10px 34% 10px 0;
  background-color: #F7F7F7;
  border: 1px solid #DDD;
}
.artist-calendar a {
  color: #333;
}
.artist-calendar strong {
  color: #454444;
}
.artist-calendar ul {
  margin: 0;
  padding: 0;
}
#player {
  display: block;
}
#player .album-container {
  padding: 0;
  margin: 20px 0;
}
#player .album-container-1 {
  padding-right: 4%;
}
#player .album-container-2 {
  padding-left: 2%;
  padding-right: 2%;
}
#player .album-container-3 {
  padding-left: 4%;
}
#player .album {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#player .album.playing .btn {
  display: none;
}
#player .album iframe {
  position: absolute;
  top: 0;
  left: 0;
}
#player .album .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 48px;
  height: 80px;
  margin-top: -40px;
  width: 80px;
  margin-left: -40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEXdGBZU5LaxAAAAAXRSTlO/Gzh2ewAAAApJREFUeJxjYgAAAAYAAzY3fKgAAAAASUVORK5CYII=) repeat;
  border: 0;
}
#player .album .btn:hover {
  background-color: #dd1816;
}
#player .album-buy {
  margin: 0;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 16px;
  background-color: #E4E4E4;
}
#player .album-buy:hover {
  background-color: #FFF;
}
#player .album-buy span {
  margin-right: 12px;
}
#player .album-container-com {
  height: 290px;
}
#player .album-container-com .album {
  padding-bottom: 30.2083333%;
}
#player .album-container-com iframe {
  background-color: #454545;
  top: -5px;
}
.albumlist {
  margin-top: -10px;
  padding-left: 0 !important;
}
.albumlist li {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  list-style: none !important;
}
.albumlist li:before {
  display: none;
}
.albumlist li .btn {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 1px 15px;
}
.albumlist li .btn span {
  margin-right: 10px;
}
.albumlist li img {
  width: 100%;
  box-shadow: 4px 4px 0 0 #DDD;
}
.albumlist li:hover img {
  box-shadow: 4px 4px 0 0 #BBB;
}
.albumlist li div.title,
.albumlist li div.subtitle {
  margin-top: 0;
  padding: 0 2px;
}
.albumlist li div.title {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
.albumlist li div.subtitle {
  font-size: 14px;
  line-height: 16px;
  color: #676666;
}
.spokenword-searchbox {
  padding: 15px 0 10px;
}
.spokenword-searchbox .glyphicon-remove {
  display: none;
}
.spokenword-searchbox .glyphicon-search {
  display: inline-block;
}
.spokenword-searchbox.searchbox-active .glyphicon-remove {
  display: inline-block;
}
.spokenword-searchbox.searchbox-active .glyphicon-search {
  display: none;
}
.spokenword .suggest {
  padding: 5px 0 0;
  color: #AAA;
}
.spokenword .suggest span {
  cursor: pointer;
  text-decoration: underline;
}
.spokenword .suggest span:hover {
  text-decoration: none;
}
.tourcalendar {
  border: 1px solid #DDD;
  box-shadow: 4px 4px 0 0 #DDD;
  padding: 10px;
  margin-bottom: 20px;
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 110px;
}
.tourcalendar h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.tourcalendar ul.detail {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.tourcalendar ul.detail li {
  list-style-type: none;
}
.tourcalendar ul.detail li:before {
  content: "";
  margin: 0;
}
.tourcalendar ul.detail .glyphicon {
  margin-right: 5px;
}
.tourcalendar ul.detail strong {
  margin-right: 5px;
}
.tourcalendar ul.detail a {
  color: #333;
  text-decoration: underline;
}
.tourcalendar ul.detail a:hover {
  text-decoration: none;
}
h3.tourcalendar-month {
  padding: 5px 15px;
}
.tourartist {
  border: 1px solid #DDD;
  box-shadow: 4px 4px 0 0 #DDD;
  padding: 10px;
  margin-bottom: 20px;
  background-size: 88px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 110px;
}
.tourartist h3 {
  font-size: 24px;
  margin-bottom: 0;
  color: #333333;
}
.tourartist .btn {
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: uppercase;
  font-weight: 200;
}
.tourartist .btn-danger {
  border-color: transparent;
}
.tourartist-search > .btn {
  border-color: transparent;
  padding: 3px 10px;
  text-transform: uppercase;
  font-weight: 200;
}
.collapsible .collapsible-toggle {
  display: none;
}
.collapsible-is {
  position: relative;
  overflow: hidden;
  max-height: 6000px;
  z-index: 1;
  padding-bottom: 35px;
  transition: max-height 0.5s ease-out;
}
.collapsible-is .collapsible-content {
  padding: 0;
}
.collapsible-is .collapsible-content p {
  margin-bottom: 20px;
}
.collapsible-is .collapsible-toggle {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #DDD;
  background-color: #FFF;
  padding: 7px 0;
}
.collapsible-is .collapsible-toggle:hover {
  text-decoration: underline;
}
.collapsible-is .collapsible-toggle a {
  text-decoration: none;
  font-size: 15px;
  color: #454444;
  font-weight: 400;
}
.collapsible-is .collapsible-toggle a span {
  margin-right: 6px;
  margin-top: 1px;
  font-weight: bold;
}
.collapsible-is .collapsible-toggle a:hover {
  text-decoration: underline;
}
.collapsible-is .collapsible-overflow {
  display: none;
  position: absolute;
  bottom: 30px;
  height: 50px;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  background: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 80%);
}
.collapsible-is .collapsible-text-collapsed {
  display: none;
}
.collapsible-is .collapsible-text-opened {
  display: block;
}
.collapsible-is.collapsed {
  max-height: 350px;
}
.collapsible-is.collapsed .collapsible-overflow,
.collapsible-is.collapsed .collapsible-text-collapsed {
  display: block;
}
.collapsible-is.collapsed .collapsible-text-opened {
  display: none;
}
.collapsible-about.collapsed {
  max-height: 150px;
}
.gallery-container {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.9);
}
.gallery-image-container {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 40px;
  bottom: 40px;
  text-align: center;
}
.gallery-image-container img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  border: 10px solid #FFF;
  border-radius: 4px;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #FFF;
  position: relative;
  min-height: 100%;
}
#wrapper {
  width: 100%;
  position: relative;
}
.container {
  width: 100%;
}
.container > .content,
.container > .content.row {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.container > .content > .row {
  margin: 0;
}
.content > .playlist > h2,
.content > .video > h2,
.content > h2 {
  margin: 0;
  padding: 10px;
  padding-top: 12px;
  padding-right: 0;
  line-height: 32px;
  font-size: 30px;
  font-weight: 100;
  letter-spacing: -0.04em;
  font-family: 'Open Sans', Helvetica, sans-serif;
  text-transform: uppercase;
  color: #dd1816;
}
.content > .playlist > h2 .separator,
.content > .video > h2 .separator,
.content > h2 .separator {
  font-size: 18px;
  line-height: 22px;
  margin: 0 15px;
  font-weight: 100;
  vertical-align: 15%;
  color: #AAA;
}
.content > .playlist > h2 .notransform,
.content > .video > h2 .notransform,
.content > h2 .notransform {
  text-transform: none;
}
.content > .playlist > h2 button,
.content > .video > h2 button,
.content > h2 button {
  margin: 0 0 0 35px;
  padding: 3px 4px;
  margin-top: -8px;
  color: #dd1816;
}
.content > .playlist > h2 button i.glyphicon,
.content > .video > h2 button i.glyphicon,
.content > h2 button i.glyphicon {
  color: #FFF;
  font-size: 18px;
  line-height: 22px;
  height: 26px;
  margin: 0 6px;
  font-weight: 100;
}
.content > .playlist > h2 button:hover,
.content > .video > h2 button:hover,
.content > h2 button:hover {
  color: #333;
}
.container_lightgrey {
  background-color: #F5F5F5;
}
.container_grey {
  background-color: #E4E4E4;
}
.container_black {
  background-color: #252525;
}
.container_black .content h2 {
  color: #EEE;
}
.container_lightblack {
  background-color: #454545;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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-left: 10px;
  padding-right: 10px;
}
.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: 0%;
}
.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: 0%;
}
.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: 40em) {
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 50em) {
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 63.75em) {
  .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: 0%;
  }
  .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: 0%;
  }
  .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%;
  }
}
@media (max-width: 40em) {
  .tourcalendar {
    background-image: none !important;
    padding-right: 10px;
  }
  .sidebar {
    padding-right: 0 !important;
  }
  #content {
    padding-top: 0 !important;
  }
  #navigation,
  #header {
    height: auto !important;
  }
  .spokenword .suggest {
    padding: 10px 10px 0;
  }
  #articles ul li.first {
    display: none;
  }
  #videos .video > h2,
  #videos .video > h3 {
    padding-left: 10px;
  }
  #locator_content iframe {
    display: none;
  }
  #locator #locator_header .searchbox {
    display: none;
  }
  #locator #locator_header .action-list {
    display: none;
  }
  #locator.search-active #locator_header .searchbox {
    display: inline-block;
  }
  #locator.search-active #locator_header h2 {
    display: none;
  }
  #locator.search-active #locatorlist {
    height: 100%;
  }
  #locator_header .content {
    height: 55px;
  }
  #locator_header h2,
  #locator_header .searchbox {
    display: inline-block;
    width: 320px;
    float: left;
  }
  #locator_header .searchbox {
    padding: 0 10px;
    margin: 10px 0 0;
    width: 100%;
    position: relative;
  }
  #locator_header ul {
    display: none;
  }
  #locatorlist {
    background: transparent;
  }
  #locatorlist > ul > li {
    border-bottom: 1px solid #E4E4E4;
    cursor: default;
  }
  #locatorlist > ul > li:hover {
    background: #E4E4E4;
  }
  #locatorlist > ul > li:active .contact,
  #locatorlist > ul > li:focus .contact,
  #locatorlist > ul > li:hover .contact {
    display: block;
  }
  #locatorlist > ul > li .card-body:before,
  #locatorlist > ul > li .card-body:after {
    content: " ";
    display: table;
  }
  #locatorlist > ul > li .card-body:after {
    clear: both;
  }
  #locatorlist > ul > li .card-body:before,
  #locatorlist > ul > li .card-body:after {
    content: " ";
    display: table;
  }
  #locatorlist > ul > li .card-body:after {
    clear: both;
  }
  #locatorlist > ul > li .contact {
    display: none;
  }
  #locatorlist > ul > li .contact li {
    display: block;
    padding: 1px 0;
  }
}
@media (max-width: 50em) {
  .content-business-contact td {
    display: table-cell;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 16px !important;
  }
  .container-banner .page {
    right: 4px;
  }
  #history ul {
    width: 100% !important;
  }
  .history_item {
    padding: 10px;
    width: 95%;
    height: 95%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 22.5em) {
  .viewport > div.xsmall {
    display: block;
  }
}
.top-xs-1 {
  margin-top: 10px;
}
.top-xs-2 {
  margin-top: 20px;
}
.top-xs-3 {
  margin-top: 30px;
}
@media (min-width: 40em) {
  #locator #locator_header .searchbox {
    display: none;
  }
  #locator #locator_header .action-search {
    display: none;
  }
  #locator #locatorlist {
    height: 0;
    transition: height 0.25s ease-in;
  }
  #locator.search-active #locator_header .searchbox {
    display: inline-block;
  }
  #locator.search-active #locator_header h2 {
    display: none;
  }
  #locator.search-active #locatorlist {
    height: 100%;
  }
  #locator_header .content {
    height: 55px;
  }
  #locator_header h2,
  #locator_header .searchbox {
    display: inline-block;
    width: 320px;
    float: left;
  }
  #locator_header .searchbox {
    margin-top: 10px;
    width: 300px;
    position: relative;
  }
  #locator_header ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    padding-right: 10px;
    margin-left: 320px;
  }
  #locator_header ul li {
    float: left;
    text-align: right;
  }
  #locator_header ul li a {
    font-size: 22px;
    line-height: 24px;
    color: #333;
    text-decoration: none;
  }
  #locator_header ul li a:hover {
    text-decoration: none;
    color: #dd1816;
  }
  #locator_content {
    position: fixed;
    top: 184px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #locatorlist {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    width: 150px;
  }
  #locatorlist ul {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .viewport > div.xsmall {
    display: none;
  }
  .viewport > div.small {
    display: block;
  }
  .limited .navigation {
    height: 40px !important;
  }
  .limited #header {
    height: 132px !important;
  }
  .limited #content {
    padding-top: 132px !important;
  }
  .hiddennav .navigation {
    height: 40px !important;
  }
  .hiddennav #header {
    position: relative !important;
    height: 132px !important;
  }
  .hiddennav #content {
    padding-top: 0 !important;
  }
  .hiddennav .ac-renderer {
    position: absolute;
    top: 74px !important;
  }
  .handle_left,
  .handle_right {
    display: inline-block;
  }
  .container > .content {
    padding: 0 30px;
  }
  #content {
    padding-top: 184px;
    min-height: 500px;
  }
  .container-banner {
    display: block;
  }
  #header {
    position: fixed;
    height: 184px;
  }
  #header .shadow {
    transition: box-shadow 0.2s linear;
    display: block;
    height: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
  }
  #header.shadowed .shadow {
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.35);
  }
  #header .logo {
    width: 119px;
    height: 69px;
  }
  #header .searchbox {
    display: inline;
    width: 384px;
    margin-top: 12px;
  }
  #header .userbox {
    margin-right: 0;
  }
  .navigation,
  .navigation_reverse {
    height: 90px;
  }
  .navigation ul,
  .navigation_reverse ul {
    height: 90px;
  }
  .navigation ul li,
  .navigation_reverse ul li {
    float: left;
    height: 100%;
    width: 20%;
  }
  .navigation ul li a,
  .navigation_reverse ul li a {
    font-size: 15px;
  }
  .navigation ul li a:after,
  .navigation_reverse ul li a:after {
    display: none;
  }
  .navigation ul li a span,
  .navigation_reverse ul li a span {
    margin-top: 6px;
    display: block;
  }
  .navigation_reverse ul li {
    float: right;
  }
  .navigation_reverse ul.main li {
    float: left;
  }
  ul.left_placeholder,
  ul.right_placeholder {
    display: block !important;
  }
  #articles ul {
    height: 414px;
  }
  #articles {
    padding: 0 35px 20px;
  }
  #articles ul {
    width: 200%;
    height: 414px;
    overflow: hidden;
  }
  #articles ul.inited {
    margin-left: -25%;
  }
  #articles ul li {
    float: left;
    height: 414px;
    margin: 0;
  }
  #articles ul li.visible {
    width: 12.5%;
  }
  #articles ul li img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  #articles ul li h3,
  #articles ul li h4,
  #articles ul li p {
    line-height: 17px;
  }
  #articles ul li h3 {
    margin: 10px 2px;
    font-size: 15px;
  }
  #articles ul li h4 {
    font-size: 13px;
  }
  #articles ul li p {
    font-size: 13px;
  }
  #videos .playlist {
    display: block;
    width: 180px;
    min-height: 478px;
  }
  #videos .video {
    position: relative;
    margin-left: 180px;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 30px;
  }
  #videos .video h2 {
    margin-right: 260px;
  }
  #videos .video .video-share {
    display: block;
  }
  .square-container .square > div {
    font-size: 24px;
  }
  .article_list {
    padding-right: 40px !important;
  }
  .article_list .article {
    height: 117px;
    margin: 0 10px 15px;
    padding: 15px 0;
  }
  .article_list .article img {
    float: left;
    margin-right: 20px;
    border: 1px solid #EEE;
    width: 100px;
  }
  .article_list .article h3,
  .article_list .article h4 {
    margin: 0 0 4px;
    color: #dd1816;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 22px;
  }
  .article_list .article h4 {
    color: #676666;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
  }
  .article_list .article p {
    overflow: hidden;
    height: 40px;
  }
  .top-xs-1 {
    margin-top: 0;
  }
  .top-xs-2 {
    margin-top: 0;
  }
  .top-xs-3 {
    margin-top: 0;
  }
  .top-sm-1 {
    margin-top: 10px;
  }
  .top-sm-2 {
    margin-top: 20px;
  }
  .top-sm-3 {
    margin-top: 30px;
  }
}
@media (min-width: 50em) {
  .viewport > div.small {
    display: none;
  }
  .viewport > div.medium {
    display: block;
  }
  .navigation ul li a,
  .navigation_reverse ul li a {
    font-size: 18px;
  }
  #articles ul li.visible {
    width: 10%;
  }
  #articles ul li.last {
    display: block;
  }
  #articles.scroll-webkit > div {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #articles.scroll-webkit > div::-webkit-scrollbar {
    display: none;
  }
  #articles > div > ul {
    list-style-type: none;
    position: relative;
    width: 200%;
  }
  #articles > div > ul:before,
  #articles > div > ul:after {
    content: " ";
    display: table;
  }
  #articles > div > ul:after {
    clear: both;
  }
  #articles > div > ul:before,
  #articles > div > ul:after {
    content: " ";
    display: table;
  }
  #articles > div > ul:after {
    clear: both;
  }
  #videos .playlist {
    width: 230px;
    min-height: 558px;
  }
  #videos .video {
    margin-left: 230px;
  }
  #locatorlist {
    width: 200px;
  }
  .square-container .square > div {
    font-size: 28px;
  }
  .album .cover {
    margin-left: 20px;
    float: right;
  }
  .album .album-award {
    margin-right: 320px;
  }
  .album-buy > div {
    margin-right: 320px;
  }
  .history_item {
    padding: 10px;
    width: 70%;
    height: 90%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .history_item .bgimage {
    -ms-flex: 1;
        flex: 1;
    height: 100%;
    padding-bottom: 0;
    background-position: center center;
  }
  .history_item .text p {
    font-size: 14px;
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #history {
    overflow: hidden;
    padding: 0 50px;
    margin: 10px 30px 20px;
    position: relative;
  }
  #history > div {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #history ul {
    list-style-type: none;
    padding: 0;
    margin: 40px 0;
    position: relative;
    width: 200%;
  }
  #history ul:before,
  #history ul:after {
    content: " ";
    display: table;
  }
  #history ul:after {
    clear: both;
  }
  #history ul:before,
  #history ul:after {
    content: " ";
    display: table;
  }
  #history ul:after {
    clear: both;
  }
  #history ul li {
    width: 280px;
    float: left;
    padding-bottom: 280px;
    border: 0 solid #DDD;
    margin-left: 140px;
    position: relative;
  }
  #history ul li div.content {
    border: 2px solid #DDD;
    height: auto;
  }
  #history ul li div.content > div {
    border: 2px solid #FFF;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    background-position: top center;
    background-size: cover;
  }
  #history ul li .date {
    position: absolute;
    width: 200px;
    height: 24px;
    margin-left: -100px;
    left: 50%;
  }
  #history ul li .date:before {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    content: "";
    display: block;
    border: 3px solid #898888;
    background-color: #FFF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
  }
  #history ul li .content {
    position: absolute;
    left: 0;
    right: 0;
    padding: 1px;
  }
  #history ul li .content:after {
    position: absolute;
    left: 50%;
    width: 0;
    border-left: 3px solid #DDD;
    margin-left: -1px;
    display: block;
    content: "";
  }
  #history ul li:first-child {
    margin-left: 0;
  }
  #history ul li.end {
    border-bottom-width: 3px;
    width: 280px;
    float: left;
    padding-bottom: 280px;
    border: 0 solid #DDD;
    margin-top: 160px;
    position: relative;
  }
  #history ul li.end .date {
    bottom: -34px;
  }
  #history ul li.end .date:before {
    top: -16px;
  }
  #history ul li.end .content {
    top: 0;
    bottom: 40px;
  }
  #history ul li.end .content:after {
    height: 0;
    width: 100px;
    left: -100px;
    top: 50%;
    border-left: 0;
    border-top: 3px solid #DDD;
  }
  #history ul li.endodd {
    margin-left: 70px;
  }
  #history ul li.endeven {
    margin-left: 280px;
  }
  #history ul li.odd {
    border-bottom-width: 3px;
  }
  #history ul li.odd .date {
    bottom: -34px;
  }
  #history ul li.odd .date:before {
    top: -16px;
  }
  #history ul li.odd .content {
    top: 0;
    bottom: 40px;
  }
  #history ul li.odd .content:after {
    height: 34px;
    bottom: -36px;
  }
  #history ul li.even {
    position: relative;
    margin-top: 280px;
    margin-left: -70px;
    margin-right: -100%;
    margin-bottom: 0;
    border-top-width: 3px;
  }
  #history ul li.even .date {
    top: -34px;
  }
  #history ul li.even .date:before {
    bottom: -16px;
  }
  #history ul li.even .content {
    top: 40px;
    bottom: 0;
  }
  #history ul li.even .content:after {
    height: 34px;
    top: -36px;
  }
  .history_decades {
    display: block;
    list-style-type: none;
    padding-left: 0 !important;
  }
  .history_decades li {
    float: left;
    width: 10%;
    border-bottom: 12px solid #DDD;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-align: center;
    cursor: pointer;
  }
  .history_decades li span {
    color: #dd1816;
    font-weight: bold;
  }
  .history_decades li:before {
    content: "" !important;
  }
  .history_decades li:hover {
    border-bottom-color: #454444 !important;
  }
  .top-sm-1 {
    margin-top: 0;
  }
  .top-sm-2 {
    margin-top: 0;
  }
  .top-sm-3 {
    margin-top: 0;
  }
  .top-md-1 {
    margin-top: 10px;
  }
  .top-md-2 {
    margin-top: 20px;
  }
  .top-md-3 {
    margin-top: 30px;
  }
}
@media (min-width: 63.75em) {
  .viewport > div.medium {
    display: none;
  }
  .viewport > div.large {
    display: block;
  }
  .container-banner div.banner div {
    background-size: auto !important;
  }
  .navigation ul li a,
  .navigation_reverse ul li a {
    font-size: 20px;
  }
  .navigation_reverse .prodejhudbu a {
    text-indent: -3000px;
    background-image: url('/dist/assets/images/prodejhudbu_transparent.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
  }
  a.prodejhudbu {
    width: 276px;
    height: 60px;
  }
  .container > .content {
    width: 1020px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  #articles ul li h3,
  #articles ul li h4,
  #articles ul li p {
    line-height: 20px;
  }
  #articles ul li h3 {
    font-size: 16px;
  }
  #articles ul li h4 {
    font-size: 14px;
  }
  #articles ul li p {
    font-size: 14px;
  }
  #locatorlist {
    width: 300px;
    left: 50%;
    margin-left: -480px;
  }
  #locator ul {
    display: block;
  }
  #videos .playlist {
    width: 280px;
    min-height: 538px;
  }
  #videos .video {
    margin-left: 280px;
  }
  .top-md-1 {
    margin-top: 0;
  }
  .top-md-2 {
    margin-top: 0;
  }
  .top-md-3 {
    margin-top: 0;
  }
  .top-lg-1 {
    margin-top: 10px;
  }
  .top-lg-2 {
    margin-top: 20px;
  }
  .top-lg-3 {
    margin-top: 30px;
  }
}
.viewport > div {
  display: none !important;
  position: absolute;
  top: 0;
  left: 180px;
  font-size: 20px;
  color: #dd1816;
  font-weight: bold;
  text-transform: uppercase;
}
