@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: normal;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  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="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  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;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.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:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.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: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'lux';
  src: url("../fonts/fontello/lux.eot?51552192");
  src: url("../fonts/fontello/lux.eot?51552192#iefix") format("embedded-opentype"), url("../fonts/fontello/lux.woff2?51552192") format("woff2"), url("../fonts/fontello/lux.woff?51552192") format("woff"), url("../fonts/fontello/lux.ttf?51552192") format("truetype"), url("../fonts/fontello/lux.svg?51552192#lux") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'lux';
    src: url('../font/lux.svg?56565119#lux') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before, .fontello:before, .selectboxit-default-arrow:before, .loader span:before, .footer-subscribe .form-row label:before, .optin-form-container .bottom-part label:before, .listing-navigation .order-controls .order-control label:before, .works .work .image-container .placeholder:before, .section-related .image-container .placeholder:before, .more-from-lux .image-container .placeholder:before, .artist-work .image-container .placeholder:before, .work-video .video-container a:before, .also-by-artist-section .image-container .placeholder:before, .whatson .ui-datepicker-prev span:before, .whatson .ui-datepicker-next span:before, .projects-navigation .archived-group label:before, .projects .project .image-container .placeholder:before, .news .news-entry .image-container .placeholder:before, .shop-content .luxonly-group label:before, .products .product .placeholder:before, .product-single .product-video a:before, .registration-form-container .mepr-radios-field .mepr-radios-field-row label:before, .page-account-content .mepr-form .mepr-radios-field .mepr-radios-field-row label:before, .registration-form-container .mepr-mailchimptags-signup-field .mepr-mailchimptags-message:before, .page-account-content .mepr-form .mepr-mailchimptags-signup-field .mepr-mailchimptags-message:before, .cart-container .image-container .placeholder:before, .checkout-container #ship-to-different-address label:before {
  font-family: "lux";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-instagram:before {
  content: '\e800';
}

/* '' */
.icon-facebook:before {
  content: '\e801';
}

/* '' */
.icon-twitter:before {
  content: '\e802';
}

/* '' */
.icon-basket:before {
  content: '\e803';
}

/* '' */
.icon-search:before {
  content: '\e804';
}

/* '' */
.icon-circle:before {
  content: '\e805';
}

/* '' */
.icon-circle-empty:before, .footer-subscribe .form-row label:before, .optin-form-container .bottom-part label:before, .listing-navigation .order-controls .order-control label:before, .projects-navigation .archived-group label:before, .shop-content .luxonly-group label:before, .registration-form-container .mepr-radios-field .mepr-radios-field-row label:before, .page-account-content .mepr-form .mepr-radios-field .mepr-radios-field-row label:before, .registration-form-container .mepr-mailchimptags-signup-field .mepr-mailchimptags-message:before, .page-account-content .mepr-form .mepr-mailchimptags-signup-field .mepr-mailchimptags-message:before, .checkout-container #ship-to-different-address label:before {
  content: '\e806';
}

/* '' */
.icon-dot-circled:before, .footer-subscribe .form-row label.on:before, .optin-form-container .bottom-part label.on:before, .listing-navigation .order-controls .order-control.on label:before, .projects-navigation .archived-group.on label:before, .shop-content .luxonly-group.on label:before, .registration-form-container .mepr-radios-field .mepr-radios-field-row.on label:before, .page-account-content .mepr-form .mepr-radios-field .mepr-radios-field-row.on label:before, .registration-form-container .mepr-mailchimptags-signup-field .on .mepr-mailchimptags-message:before, .page-account-content .mepr-form .mepr-mailchimptags-signup-field .on .mepr-mailchimptags-message:before, .checkout-container #ship-to-different-address.on label:before {
  content: '\e807';
}

/* '' */
.icon-lux-12:before {
  content: '\e808';
}

/* '' */
.icon-lux-11:before, .whatson .ui-datepicker-next span:before {
  content: '\e809';
}

/* '' */
.icon-lux-10:before, .whatson .ui-datepicker-prev span:before {
  content: '\e80a';
}

/* '' */
.icon-lux-09:before {
  content: '\e80b';
}

/* '' */
.icon-lux-08:before, .work-video .video-container a:before, .product-single .product-video a:before {
  content: '\e80c';
}

/* '' */
.icon-lux-07:before {
  content: '\e80d';
}

/* '' */
.icon-lux-06:before {
  content: '\e80e';
}

/* '' */
.icon-lux-05:before {
  content: '\e80f';
}

/* '' */
.icon-lux-04:before, .selectboxit-default-arrow:before {
  content: '\e810';
}

/* '' */
.icon-lux-03:before {
  content: '\e811';
}

/* '' */
.icon-lux-02:before {
  content: '\e812';
}

/* '' */
.icon-lux-01:before, .loader span:before, .works .work .image-container .placeholder:before, .section-related .image-container .placeholder:before, .more-from-lux .image-container .placeholder:before, .artist-work .image-container .placeholder:before, .also-by-artist-section .image-container .placeholder:before, .projects .project .image-container .placeholder:before, .news .news-entry .image-container .placeholder:before, .products .product .placeholder:before, .cart-container .image-container .placeholder:before {
  content: '\e813';
}

/* '' */
.icon-menu:before {
  content: '\e814';
}

/* '' */
.icon-lux-13:before {
  content: '\e815';
}

/* '' */
.icon-asset-1:before {
  content: '\e824';
}

/* '' */
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  min-width: 150px;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  padding-left: 10px;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 0px;
  position: relative;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100% !important;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: relative;
  float: right;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background: transparent;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #323232;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #323232;
  text-decoration: none;
}

.selectboxit-default-arrow {
  color: #e57700;
}
.news-content .selectboxit-default-arrow {
  color: #5c72c1;
}
.collection-content .selectboxit-default-arrow {
  color: #098388;
}
.shop-content .selectboxit-default-arrow {
  color: #ee4390;
}

.selectboxit-list {
  background-color: #fff;
  border: 1px solid #d2d2d1;
  border: 1px solid #d2d2d1;
}

.selectboxit-list .selectboxit-option-anchor {
  color: #323232;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #fff;
  background-color: #e57700;
}
.news-content .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #5c72c1;
}
.collection-content .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #098388;
}
.whatson-content .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #e57700;
}
.shop-content .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #ee4390;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #848484;
}

.selectboxit-container {
  width: 100%;
}

.selectboxit-container .selectboxit {
  width: 100% !important;
}

#sortbySelectBoxItOptions {
  min-width: 230px !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  background: #fff;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close_ {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #323232;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #323232;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-decoration: none;
  text-align: center;
  opacity: 0.7;
  padding: 0 0 18px 10px;
  color: #000;
  font-size: 28px;
  font-weight: normal;
}
.mfp-close span {
  font-weight: normal;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #323232;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000;
  text-align: right;
  padding-right: 0px;
  width: 30px;
}

.mfp-counter-container {
  position: absolute;
  top: 10px;
  left: 4px;
  color: #323232;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
}
.mfp-counter-container .mfp-counter {
  float: left;
}
.mfp-counter-container .mfp-counter-right {
  float: right;
  padding-left: 5px;
  cursor: pointer;
}
.mfp-counter-container .mfp-counter-left {
  float: left;
  padding-right: 5px;
  cursor: pointer;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(50, 50, 50, 0.6);
  background: #323232;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0px 0 50px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  background: #fff;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 50px;
  display: block;
  right: 0;
  width: auto;
  height: 100%;
  z-index: -1;
  box-shadow: 0 0 8px rgba(50, 50, 50, 0.6);
  background: #fff;
}
.mfp-figure small {
  color: #323232;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -46px;
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  background: #fff;
  padding: 10px;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #323232;
  word-wrap: break-word;
  padding-right: 50px;
  padding-left: 105px;
  min-height: 20px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter-container {
    right: 5px;
    top: 3px;
    font-family: "Neuzeit S LT W01 Book";
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  font-family: "Neuzeit S LT W01 Book";
  color: #323232;
}

.lockscroll {
  overflow: hidden !important;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
}

a {
  color: #323232;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a:hover, a:visited {
  color: #323232;
}
a:focus, a:active, a:visited {
  outline: none;
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "NeuzeitSLTW01-BookHeavy";
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

strong, b {
  font-family: "NeuzeitSLTW01-BookHeavy";
  font-weight: normal;
}

input:focus {
  outline-color: transparent;
  outline-style: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: white;
  transition: background-color 5000s ease-in-out 0s;
}

input:invalid {
  box-shadow: none;
}

input:-moz-submit-invalid {
  box-shadow: none;
}

input:-moz-ui-invalid {
  box-shadow: none;
}

.relative {
  position: relative;
}

.clearfix {
  clear: both;
}

.close {
  color: #323232;
  float: none;
  font-weight: normal;
  line-height: 1;
  opacity: 1;
  text-shadow: none;
}

.image-container {
  position: relative;
}
.image-container img {
  display: block;
  max-width: 100%;
  height: auto;
}

.text, .downloads, .themes {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.text a, .downloads a, .themes a {
  text-decoration: underline;
}
.text ol, .downloads ol, .themes ol {
  list-style-position: inside;
  margin-bottom: 15px;
}
.text ul, .downloads ul, .themes ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 15px;
  padding-left: 17px;
}
.text ul li, .downloads ul li, .themes ul li {
  margin-bottom: 5px;
}
.text p, .downloads p, .themes p {
  margin-bottom: 15px;
}
.text h4, .downloads h4, .themes h4 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 15px;
}
.text h2, .downloads h2, .themes h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin: 30px 0 15px;
}
.text h3, .downloads h3, .themes h3 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin: 30px 0 15px;
}
.text h4, .downloads h4, .themes h4 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin: 30px 0 15px;
}
.text.text-work-no-text a, .text-work-no-text.downloads a, .text-work-no-text.themes a {
  text-decoration: none;
}

.no-results {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}

.video-container iframe, .video-container img {
  max-width: 100%;
  height: auto;
}

#main {
  padding-top: 126px;
  opacity: 0;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.loaded #main {
  opacity: 1;
}
#main .container {
  max-width: 100%;
}

.loader {
  display: none;
  position: fixed;
  z-index: 10000;
  width: 250px;
  height: 250px;
  left: 50%;
  top: 50%;
  margin: -125px 0 0 -125px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+53,7db9e8+100&1+0,0+54,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255, 0.02) 53%, rgba(252, 254, 255, 0) 54%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255, 0.02) 53%, rgba(252, 254, 255, 0) 54%, rgba(125, 185, 232, 0) 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255, 255, 255, 0.02) 53%, rgba(252, 254, 255, 0) 54%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=1 );
}
.loading .loader {
  display: block;
}
.loader span {
  margin: 94px auto 0px;
  display: block;
  width: 62px;
  height: 61px;
  font-size: 60px;
  line-height: 46px;
  -webkit-animation: spin .8s linear infinite;
  -moz-animation: spin .8s linear infinite;
  -o-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}
.loader span:before {
  margin: 0;
  padding: 0;
}

.page-left-column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-left-column {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 992px) {
  .page-left-column {
    float: left;
    width: 50%;
  }
}

.page-right-column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0%;
}
@media (min-width: 768px) {
  .page-right-column {
    float: left;
    width: 41.66667%;
  }
}
@media (min-width: 768px) {
  .page-right-column {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .page-right-column {
    margin-left: 8.33333%;
  }
}

.page-col-7 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-col-7 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-col-7 {
    float: left;
    width: 58.33333%;
  }
}

#header {
  position: fixed;
  z-index: 100;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  padding-top: 18px;
  min-height: 120px;
  background: #fff;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
#header .logo-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  z-index: 999;
  position: relative;
}
@media (min-width: 768px) {
  #header .logo-container {
    float: left;
    width: 25%;
  }
}
#header .logo-container a {
  display: block;
  color: #000;
}
#header .logo-container a span {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 80px;
  position: relative;
  line-height: 1;
}
#header .logo-container a span:before {
  margin-left: 0px;
  margin-right: 0px;
}
#header .top-nav-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
@media (min-width: 768px) {
  #header .top-nav-container {
    float: left;
    width: 75%;
  }
}
#header .header-socials {
  float: right;
  font-size: 18px;
  line-height: 18px;
  margin-left: 30px;
}
#header .header-socials a {
  color: #848484;
}
#header .header-socials a:hover {
  color: #323232;
}
#header .header-socials a.twitter span:before {
  margin-right: 0px;
}
#header .top-nav {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  right: 115px;
  top: 1px;
}
#header .top-nav ul {
  list-style: none;
}
#header .top-nav ul li {
  margin-left: 15px;
  float: left;
}
#header .top-nav ul li.current-menu-item a, #header .top-nav ul li:hover a {
  font-family: "NeuzeitSLTW01-BookHeavy";
  color: #323232;
}
#header .top-nav ul li a {
  color: #848484;
  text-decoration: none;
  min-width: 80px;
  text-align: center;
  display: inline-block;
}
#header .nav-extent {
  float: right;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#header .main-nav-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}
@media (min-width: 768px) {
  #header .main-nav-container {
    float: left;
    width: 75%;
  }
}
#header .main-nav {
  float: right;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin-right: 10px;
  margin-top: 38px;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#header .main-nav ul {
  list-style: none;
}
#header .main-nav ul li {
  float: left;
  margin-left: 25px;
  position: static;
  padding-bottom: 32px;
}
#header .main-nav ul li a {
  display: inline-block;
  color: #323232;
  text-decoration: none;
}
#header .main-nav ul li:hover > a, #header .main-nav ul li.current-menu-item > a, #header .main-nav ul li.current-menu-parent > a {
  color: #098388;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
#header .main-nav ul li.current-menu-item > a, #header .main-nav ul li.current-menu-parent > a {
  font-family: "NeuzeitSLTW01-BookHeavy";
}
#header .main-nav ul li.current-menu-item > a li:hover a, #header .main-nav ul li.current-menu-item > a li.current-menu-item a, #header .main-nav ul li.current-menu-parent > a li:hover a, #header .main-nav ul li.current-menu-parent > a li.current-menu-item a {
  color: #098388;
}
#header .main-nav ul li.nav-programme:hover > a, #header .main-nav ul li.nav-programme.current-menu-item > a, #header .main-nav ul li.nav-programme.current-menu-parent > a {
  color: #e57700;
}
#header .main-nav ul li.nav-programme > div {
  background: #ffdf00;
}
#header .main-nav ul li.nav-programme > div li:hover a, #header .main-nav ul li.nav-programme > div li.current-menu-item a {
  color: #e57700;
}
#header .main-nav ul li.nav-about:hover > a, #header .main-nav ul li.nav-about.current-menu-item > a, #header .main-nav ul li.nav-about.current-menu-parent > a {
  color: #008938;
}
#header .main-nav ul li.nav-about > div {
  background: #cafb78;
}
#header .main-nav ul li.nav-about > div li:hover a, #header .main-nav ul li.nav-about > div li.current-menu-item a {
  color: #008938;
}
#header .main-nav ul li.nav-news:hover > a, #header .main-nav ul li.nav-news.current-menu-item > a, #header .main-nav ul li.nav-news.current-menu-parent > a {
  color: #5c72c1;
}
#header .main-nav ul li.nav-news > div {
  background: #8ebcff;
}
#header .main-nav ul li.nav-news > div li:hover a, #header .main-nav ul li.nav-news > div li.current-menu-item a {
  color: #5c72c1;
}
#header .main-nav ul li.nav-shop:hover > a, #header .main-nav ul li.nav-shop.current-menu-item > a, #header .main-nav ul li.nav-shop.current-menu-parent > a {
  color: #ee4390;
}
#header .main-nav ul li.nav-shop > div {
  background: #ed80c0;
}
#header .main-nav ul li.nav-shop > div li:hover a, #header .main-nav ul li.nav-shop > div li.current-menu-item a {
  color: #ee4390;
}
#header .main-nav ul li > div {
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 98px;
  background: #2ee6bb;
  padding: 20px 0 30px;
  margin-left: 0px;
  margin-right: 0px;
  border-top: 25px solid #fff;
  z-index: 99;
  overflow: visible;
}
#header .main-nav ul ul {
  display: block;
  position: relative;
  left: 0px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  padding: 0 5px;
  opacity: 1;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  min-height: 210px;
}
#header .main-nav ul ul li {
  float: none;
  margin: 0 0 10px;
  padding-bottom: 0px;
  position: relative;
}
#header .main-nav ul ul li:last-child {
  margin-bottom: 0px;
}
#header .main-nav ul ul li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
}
#header .nav-extent {
  font-size: 18px;
  line-height: 19px;
  margin-top: 40px;
}
#header .nav-extent span {
  font-size: 20px;
  line-height: 19px;
}
#header .nav-extent span:before {
  margin-top: -2px;
}
#header .nav-extent a {
  color: #323232;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#header .nav-extent .nav-extend-item {
  float: left;
  margin-left: 15px;
}
#header .nav-extent .nav-extend-item .basket {
  margin-left: 2px;
}
#header .nav-extent .nav-extend-item.cart-header {
  position: relative;
}
#header .nav-extent .nav-extend-item.cart-header span {
  font-size: 22px;
  line-height: 19px;
}
#header .nav-extent .nav-extend-item.cart-header .added_to_cart {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 10;
  color: #ee4390;
  width: 80px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 0;
}
#header .nav-extent .search:hover, #header .nav-extent .search.on {
  color: #f77071;
}
@media (max-width: 767px) {
  #header .nav-extent .search:hover {
    color: inherit;
  }
  #header .nav-extent .search.on {
    color: #f77071;
  }
}
#header.header-hidden {
  opacity: 1;
  top: -500px !important;
}
#header.nav-up {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  min-height: 0px;
}
#header.nav-up .main-nav {
  margin-top: 20px;
}
#header.nav-up .main-nav ul li > div {
  top: 70px;
  border-color: transparent;
}
#header.nav-up .nav-extent {
  margin-top: 23px;
}
#header.nav-up .top-nav-container {
  opacity: 0;
  overflow: hidden;
  max-height: 0px;
  height: 0px;
}
#header.nav-up .logo-container a.logo span {
  font-size: 57px;
  left: -12px;
  top: -5px;
}
#header.nav-up .logo-container a.logo span.icon-lux-06 {
  font-size: 62px;
  left: -25px;
}
#header .menu-button {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 10000;
  display: none;
}
@media (max-width: 767px) {
  #header .menu-button {
    display: block;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (orientation: portrait) {
  #header .menu-button {
    display: block;
  }
}

#header .menu-button button {
  background: transparent;
  border: none;
  margin-top: -5px;
}
#header .menu-button button .icon-bar {
  display: block;
  opacity: 1;
  border-radius: 0px;
  background: #000;
  margin-top: 4px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  -webkit-transition: background-color 0.4s ease, -webkit-transform 0.22s ease, width 0.22s ease, top 0.22s ease, left 0.22s ease, opacity 0.22s ease;
  transition: background-color 0.4s ease, transform 0.22s ease, width 0.22s ease, top 0.22s ease, left 0.22s ease, opacity 0.22s ease;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#header #hambuger-btn {
  position: relative;
  top: 0px;
  left: 0;
  padding: 5px;
  width: 37px;
  height: auto;
  cursor: pointer;
  -moz-transition: -webkit-transform 0.3s ease;
  -o-transition: -webkit-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#header.ui-state-active #hambuger-btn {
  -webkit-transition: background-color 0.45s ease-in, -webkit-transform 0.3s ease;
  transition: background-color 0.45s ease-in, transform 0.3s ease;
}
html.no-touch #header.ui-state-active #hambuger-btn {
  -webkit-transition: background-color 0.1s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.1s ease, transform 0.3s ease;
}
html.no-touch #header.ui-state-active #hambuger-btn:hover {
  background-color: transparent;
}
html.no-touch #header:not(.ui-state-active) #hambuger-btn:hover span:nth-child(1) {
  -webkit-transition: background-color 0.4s ease, -webkit-transform 0.22s ease, width 0.22s ease, top 0.15s ease, left 0.22s ease, opacity 0.22s ease;
  transition: background-color 0.4s ease, transform 0.22s ease, width 0.22s ease, top 0.15s ease, left 0.22s ease, opacity 0.22s ease;
}
html.no-touch #header:not(.ui-state-active) #hambuger-btn:hover span:nth-child(3) {
  -webkit-transition: background-color 0.4s ease, -webkit-transform 0.22s ease, width 0.22s ease, top 0.15s ease, left 0.22s ease, opacity 0.22s ease;
  transition: background-color 0.4s ease, transform 0.22s ease, width 0.22s ease, top 0.15s ease, left 0.22s ease, opacity 0.22s ease;
}
#header.ui-state-active:after {
  display: block;
  opacity: 1;
  -webkit-animation-name: navbg;
  animation-name: navbg;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  -moz-transition: opacity 0.7s ease 0s, top 0.1s ease 0s;
  -o-transition: opacity 0.7s ease 0s, top 0.1s ease 0s;
  -webkit-transition: opacity 0.7s ease 0s, top 0.1s ease 0s;
  transition: opacity 0.7s ease 0s, top 0.1s ease 0s;
  top: 0px;
}
#header.ui-state-active #hambuger-btn span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}
#header.ui-state-active #hambuger-btn span:nth-child(2) {
  left: 50%;
  width: 0;
  opacity: 0;
  -webkit-transition: background-color 0.4s ease, -webkit-transform 0.22s ease, width 0.22s ease, left 0.22s ease, opacity 0.16s ease;
  transition: background-color 0.4s ease, transform 0.22s ease, width 0.22s ease, left 0.22s ease, opacity 0.16s ease;
}
#header.ui-state-active #hambuger-btn span:nth-child(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.search-panel {
  background: #f77071;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.search-panel .container {
  padding: 55px 0;
}
.search-panel.open {
  height: auto;
  display: block;
  opacity: 1;
}
.search-panel .search-column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0%;
  opacity: 0.5;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 768px) {
  .search-panel .search-column {
    float: left;
    width: 41.66667%;
  }
}
@media (min-width: 768px) {
  .search-panel .search-column.first {
    margin-left: 8.33333%;
  }
}
.search-panel .search-column.first .contentby-form-fields {
  margin-right: 65px;
}
.search-panel .search-column.active, .search-panel .search-column.first-active {
  opacity: 1;
}
.search-panel .col-heading {
  position: relative;
  margin-bottom: 10px;
}
.search-panel .col-heading input[type="radio"] {
  margin-right: 10px;
  float: left;
  visibility: hidden;
  display: block;
  position: absolute;
  height: 1px;
  top: 1px;
  z-index: -10;
}
.search-panel .col-heading label {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  float: left;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
  margin-left: -28px;
}
.search-panel .col-heading label:before {
  display: inline-block;
  content: " ";
  background: #fff;
  color: #fff;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  border: 3px solid #fff;
  margin-right: 10px;
}
.search-panel .col-heading.on label:before {
  background-color: #c5446c;
}
.search-panel .search-themes-list {
  list-style: none;
  float: left;
  margin-bottom: 5px;
  overflow: hidden;
}
.search-panel .search-themes-list li {
  display: none;
}
.search-panel .search-themes-list .theme-span {
  position: relative;
  float: left;
  margin-right: 15px;
}
.search-panel .search-themes-list .theme-span.checked label {
  background: #c5446c;
  color: #fff;
}
.search-panel .search-themes-list label {
  background: #fff;
  cursor: pointer;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  padding: 3px 5px 4px 5px;
  margin-bottom: 5px;
}
.search-panel .search-themes-list input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.search-panel .show-more-less-controls {
  float: left;
}
.search-panel .show-more-less {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  padding: 3px 5px 4px 5px;
  background: #fff;
  text-decoration: none;
  width: 24px;
  text-align: center;
  font-size: 22px;
  display: inline-block;
}

.expanded #search-themes-show-more {
  display: none;
}

#search-themes-show-less {
  display: none;
}
.expanded #search-themes-show-less {
  display: block;
}

.contentby-form-fields .form-row {
  clear: left;
  margin-bottom: 6px;
}
.contentby-form-fields input[type="text"] {
  border: none;
  width: 365px;
  float: right;
}
.contentby-form-fields label {
  float: left;
}

.search-content-types {
  margin-top: 65px;
  text-align: center;
}
.search-content-types ul.search-content-types-list {
  list-style: none;
}
.search-content-types ul.search-content-types-list li {
  display: inline-block;
  position: relative;
  margin: 0 10px 5px;
  cursor: pointer;
}
.search-content-types ul.search-content-types-list li.on label, .search-content-types ul.search-content-types-list li:hover label {
  background: #c5446c;
  color: #fff;
}
.search-content-types ul.search-content-types-list li label {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  padding: 3px 5px 4px 5px;
  background: #fff;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.search-content-types ul.search-content-types-list li.checked label {
  background: #c5446c;
  color: #fff;
}
.search-content-types ul.search-content-types-list input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

.search-submit-container {
  margin-top: 17px;
  text-align: center;
}
.search-submit-container input[type="submit"] {
  font-family: "NeuzeitSLTW01-BookHeavy";
  font-size: 22px;
  line-height: 1;
  color: #323232;
  letter-spacing: -0.01em;
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  background: #f77071;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.search-submit-container input[type="submit"]:hover {
  background: #c5446c;
  color: #fff;
}

.coming-up {
  margin-bottom: 30px;
}
.coming-up a {
  text-decoration: none;
}

#footer {
  background: #d2d2d1;
  padding: 40px 0;
  font-size: 18px;
  line-height: 24px;
  margin-top: 50px;
}
.main-home #footer {
  margin-top: 0px;
}
#footer a {
  color: #323232;
}
#footer hr {
  margin: 13px 0 20px;
  border-color: #323232;
}
#footer .credit {
  margin-top: 20px;
}

.footer-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .footer-col {
    float: left;
    width: 33.33333%;
  }
}
.footer-col.footer-col-bottom {
  font-size: 14px;
  line-height: 18px;
}
.footer-col.footer-col-bottom.footer-contact {
  line-height: 24px;
}
.footer-col.footer-col-bottom p {
  margin: 0 0 0px;
}
.footer-col.footer-col-bottom ul li {
  margin-top: 5px;
}
.footer-col h3 {
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 7px;
}
.footer-col ul {
  list-style: none;
}
.footer-col .menu li {
  margin-bottom: 5px;
}

.footer-nav {
  font-family: "NeuzeitSLTW01-BookHeavy";
  font-size: 14px;
}
.footer-nav ul li {
  margin-bottom: 10px;
}

.footer-contact {
  margin-top: -3px;
}
.footer-contact .ace {
  font-size: 60px;
  margin-left: -20px;
}
.footer-contact .ace:before {
  margin-left: 0px;
  margin-right: 0px;
}

.footer-subscribe p {
  margin-bottom: 10px;
}
.footer-subscribe input {
  float: left;
}
.footer-subscribe input[type="email"], .footer-subscribe input[type="text"] {
  border: none;
  font-size: 14px;
  line-height: 18px;
  height: 33px;
  padding: 6px;
  width: 292px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
}
.footer-subscribe input[type="submit"], .footer-subscribe input[type="button"] {
  background: none;
  border: none;
  font-family: "NeuzeitSLTW01-BookHeavy";
  font-size: 24px;
  line-height: 18px;
  height: 33px;
  padding: 6px;
  margin-left: 4px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
}
.footer-subscribe .form-row {
  margin-bottom: 15px;
  overflow: hidden;
}
.footer-subscribe .form-row.form-row-initial {
  float: left;
}
.footer-subscribe .form-row label {
  position: relative;
  cursor: pointer;
}
.footer-subscribe .form-row label:before {
  color: #098388;
  margin: 0 10px 0 0;
}
.footer-subscribe .additional-fields {
  position: relative;
  overflow: hidden;
  max-height: 0px;
  -moz-transition: max-height 0.3s ease-in;
  -o-transition: max-height 0.3s ease-in;
  -webkit-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
}
.footer-subscribe .additional-fields .form-row {
  margin-bottom: 12px;
}
.footer-subscribe .additional-fields .form-row label {
  line-height: 18px;
  display: block;
}
.footer-subscribe .additional-fields .form-row input[type="text"] {
  margin-bottom: 5px;
}
.footer-subscribe input[type="radio"],
.footer-subscribe input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  height: 1px;
  width: 1px;
  position: absolute;
  left: -100px;
}
.footer-subscribe .mc4wp-form.on .additional-fields {
  max-height: 400px;
  float: left;
}
.footer-subscribe .mc4wp-form.on .form-row.form-row-initial {
  float: none;
}
.footer-subscribe .mc4wp-form.on .form-row.form-row-submit {
  position: relative;
  bottom: 0px;
  left: 310px;
  position: absolute;
  margin-bottom: 8px;
}

#content {
  min-height: 400px;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.page-content {
  opacity: 0;
  margin-bottom: 40px;
}
.page-content .featured-image {
  margin-top: 4px;
}
.page-content .text p, .page-content .downloads p, .page-content .themes p {
  margin-bottom: 15px;
}
.page-content .gallery {
  margin-top: 40px;
}
.page-content .gallery h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 15px;
}
.page-content .gallery .gallery-item {
  margin-bottom: 20px;
}
.page-content .gallery .gallery-item:nth-child(2n+1) {
  clear: left;
}
.page-content .gallery .gallery-item.gallery-item-one {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-content .gallery .gallery-item.gallery-item-one {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-content .gallery .gallery-item.gallery-item-one {
    float: left;
    width: 33.33333%;
  }
}
.page-content .gallery .gallery-item.gallery-item-two {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-content .gallery .gallery-item.gallery-item-two {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-content .gallery .gallery-item.gallery-item-two {
    float: left;
    width: 66.66667%;
  }
}
.page-content .gallery .gallery-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.page-content .programme {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 30px;
}
.page-content .programme h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-top: 10px;
}
.page-content .programme h3 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin: 15px 0 0;
  list-style-position: inside;
  cursor: pointer;
  padding-left: 0px;
}
.page-content .programme h3 span {
  color: #008938;
  margin-right: 12px;
  font-size: 16px;
}
.page-content .programme .further {
  margin: 10px 0 0 34px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.page-content .programme .nofurthertext {
  margin-left: 34px;
}

.page-header {
  border: none;
  margin: 25px 0 0;
  padding: 0;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.whatson-content .page-header {
  margin-bottom: 25px;
}
.page-header h1 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 44px;
  line-height: 50px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 32px;
}
.page-header .collection-counter-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-header .collection-counter-container {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 992px) {
  .page-header .collection-counter-container {
    float: left;
    width: 41.66667%;
  }
}
.page-header .collection-counter .collection-counter-col {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.page-header .collection-counter .collection-counter-col.small {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
}
.page-header .collection-counter .collection-counter-col strong {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  display: block;
}

.main-listing-head {
  margin-top: 50px;
}

.homepage-content {
  padding-top: 26px;
}

.homepage-entries {
  position: relative;
  z-index: 1;
  margin-left: -10px;
  margin-right: -10px;
  opacity: 0;
}
.homepage-entries:before, .homepage-entries:after {
  content: " ";
  display: table;
}
.homepage-entries:after {
  clear: both;
}

.homepage-entry {
  position: relative;
  padding-bottom: 45px;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  box-sizing: content-box;
}
.homepage-entry.entry-t3 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .homepage-entry.entry-t3 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .homepage-entry.entry-t3 {
    float: left;
    width: 25%;
  }
}
.homepage-entry.entry-t4 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .homepage-entry.entry-t4 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .homepage-entry.entry-t4 {
    float: left;
    width: 33.33333%;
  }
}
.homepage-entry.entry-t5 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .homepage-entry.entry-t5 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .homepage-entry.entry-t5 {
    float: left;
    width: 41.66667%;
  }
}
.homepage-entry.sticky {
  padding-left: 0px !important;
}
.homepage-entry.tweet a {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  text-decoration: none;
  color: #323232;
}
.homepage-entry .homepage-entry-body {
  padding-left: 25px;
  padding-right: 25px;
}
.homepage-entry h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 8px;
}
.homepage-entry h2 a {
  text-decoration: none;
}
.homepage-entry h2 .artist {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  display: inline;
}
.homepage-entry.tweet h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.homepage-entry .description {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.homepage-entry .description.subtitle {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.homepage-entry .description p {
  margin: 0;
}
.homepage-entry .date {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
}
.homepage-entry .category {
  margin-bottom: 12px;
}
.homepage-entry .category a {
  text-decoration: none;
}
.homepage-entry .category span {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  padding: 3px 5px 4px 5px;
}
.homepage-entry .category span.news {
  background-color: #8ebcff;
}
.homepage-entry .category span.event {
  background-color: #ffdf00;
}
.homepage-entry .category span.video {
  background-color: #2ee6bb;
}
.homepage-entry .category span.work {
  background-color: #2ee6bb;
}
.homepage-entry .category span.tweet {
  background-color: #78f2ff;
}
.homepage-entry .category span.product {
  background-color: #ed80c0;
}
.homepage-entry .image-container {
  position: relative;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
.homepage-entry .image-container img {
  display: block;
  width: 100%;
  height: auto;
}
.homepage-entry .debug-tag {
  position: absolute;
  left: 0px;
  top: 0px;
  background: yellow;
  color: #000;
}

.home-bottom-bar {
  width: 100%;
  background: #f77071;
  height: 66px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding-top: 18px;
  margin-top: 40px;
  opacity: 0;
  -moz-transition: all 0.5s ease-in 0.3s;
  -o-transition: all 0.5s ease-in 0.3s;
  -webkit-transition: all 0.5s ease-in 0.3s;
  transition: all 0.5s ease-in 0.3s;
}
.home-bottom-bar a {
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}
.home-bottom-bar a:hover {
  color: #fff;
}

.optin-form-container {
  margin-bottom: 50px;
}
.optin-form-container .mc4wp-form-fields {
  padding-top: 15px;
}
.optin-form-container .mc4wp-notice, .optin-form-container .mc4wp-success, .optin-form-container .mc4wp-error {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  padding: 20px;
  background: #cafb78;
  margin-top: 15px;
}
.optin-form-container .mc4wp-notice p, .optin-form-container .mc4wp-success p, .optin-form-container .mc4wp-error p {
  margin-bottom: 0px;
}
.optin-form-container .mc4wp-error {
  background: #f77071;
}
.optin-form-container h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.optin-form-container h3 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
.optin-form-container label {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  float: left;
}
.optin-form-container input[type="text"], .optin-form-container input[type="email"] {
  border: none;
  background: #f1f1f2;
  float: right;
  height: 24px;
  padding: 3px 5px;
}
.optin-form-container input[type="submit"] {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  padding: 3px 5px 4px 5px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  background: #cafb78;
}
.optin-form-container input[type="radio"], .optin-form-container input[type="checkbox"] {
  float: left;
  margin-right: 15px;
}
.optin-form-container .form-row {
  clear: left;
  margin-bottom: 10px;
  overflow: hidden;
}
.optin-form-container .bottom-part {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 30px;
}
.optin-form-container .bottom-part:before, .optin-form-container .bottom-part:after {
  content: " ";
  display: table;
}
.optin-form-container .bottom-part:after {
  clear: both;
}
.optin-form-container .bottom-part .form-row {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.optin-form-container .bottom-part .options {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .optin-form-container .bottom-part .options {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .optin-form-container .bottom-part .options {
    float: left;
    width: 66.66667%;
  }
}
.optin-form-container .bottom-part .submit-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 84px;
}
@media (min-width: 768px) {
  .optin-form-container .bottom-part .submit-container {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .optin-form-container .bottom-part .submit-container {
    float: left;
    width: 33.33333%;
  }
}
.optin-form-container .bottom-part .submit-container input {
  position: absolute;
  right: 15px;
  bottom: 0px;
}
.optin-form-container .bottom-part input[type="checkbox"] {
  position: absolute;
  left: -100px;
  width: 0px;
  height: 0px;
}
.optin-form-container .bottom-part label {
  position: relative;
  cursor: pointer;
}
.optin-form-container .bottom-part label:before {
  color: #008938;
  margin: 0 10px 0 0;
}

.contact-map iframe {
  max-width: 100%;
  width: 100%;
}

.acf-map {
  width: 100%;
  height: 340px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.sidebar-content {
  margin-top: 15px;
}
.sidebar-content h3 {
  margin-bottom: 15px;
}

.listing-navigation {
  margin-bottom: 30px;
  position: relative;
}
.listing-navigation a {
  color: #323232;
  text-decoration: none;
}
.listing-navigation #filter-theme {
  float: left;
}
@media (max-width: 767px) {
  .listing-navigation #filter-theme {
    float: none;
  }
}
.listing-navigation .filter-controls {
  float: left;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  line-height: 36px;
}
.listing-navigation .filter-controls a {
  margin-right: 45px;
}
.listing-navigation .order-controls {
  float: right;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.listing-navigation .order-controls .order-control {
  float: left;
  margin-left: 45px;
  padding-top: 3px;
}
.listing-navigation .order-controls .order-control label {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
}
.collection-content .listing-navigation .order-controls .order-control label:before {
  color: #098388;
}
.whatson-content .listing-navigation .order-controls .order-control label:before {
  color: #e57700;
}
.listing-navigation .order-controls .selectboxit-container .selectboxit-options a {
  padding-right: 30px;
}
.listing-navigation input[type="radio"], .listing-navigation input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}
.collection-content .listing-navigation .letters, .luxplayer-content .listing-navigation .letters, .collectiontp-content .listing-navigation .letters, .shop-content .listing-navigation .letters {
  text-align: left;
  overflow: hidden;
  max-height: 0px;
  height: 0px;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  position: absolute;
  right: 0px;
  top: 35px;
}
@media (max-width: 767px) {
  .collection-content .listing-navigation .letters, .luxplayer-content .listing-navigation .letters, .collectiontp-content .listing-navigation .letters, .shop-content .listing-navigation .letters {
    top: 0px;
  }
}
.collection-content .listing-navigation .letters.on, .luxplayer-content .listing-navigation .letters.on, .collectiontp-content .listing-navigation .letters.on, .shop-content .listing-navigation .letters.on {
  max-height: 50px;
  height: auto;
}
.collection-content .listing-navigation .letters a, .luxplayer-content .listing-navigation .letters a, .collectiontp-content .listing-navigation .letters a, .shop-content .listing-navigation .letters a {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 0px;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .collection-content .listing-navigation .letters {
    top: 35px;
  }
}

.letters {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.letters select, .letters .selectboxit-container {
  display: none;
}
.letters a {
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 10px;
}
.letters a.on {
  color: #098388;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.shop-content .letters a.on {
  color: #ee4390;
}
.shop-content .letters {
  padding-top: 8px;
}

#themes-panel {
  background: #2ee6bb;
  margin-bottom: 30px;
  display: none;
}
.news-content #themes-panel {
  background: #8ebcff;
}
.luxplayer-content #themes-panel {
  background: #ffdf00;
}
#themes-panel .themes-list {
  padding: 40px 0px;
}
#themes-panel h3 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 20px;
}
#themes-panel label {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  font-weight: normal;
  background: #fff;
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  line-height: 29px;
  padding: 0 5px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
#themes-panel label:hover {
  text-decoration: none;
  background: #098388;
  color: #fff;
}
.news-content #themes-panel label:hover {
  background: #5c72c1;
}
.luxplayer-content #themes-panel label:hover {
  background: #e57700;
}
#themes-panel .checked label {
  text-decoration: none;
  background: #098388;
  color: #fff;
}
.news-content #themes-panel .checked label {
  background: #5c72c1;
}
.luxplayer-content #themes-panel .checked label {
  background: #e57700;
}
#themes-panel .theme-span {
  position: relative;
  display: inline-block;
}
#themes-panel input[type="checkbox"] {
  visibility: hidden;
  z-index: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
#themes-panel a {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  background: #fff;
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 0 5px;
  text-decoration: none;
}
#themes-panel a:hover {
  text-decoration: none;
  background: #098388;
  color: #fff;
}
.news-content #themes-panel a:hover {
  background: #5c72c1;
}
#themes-panel button.b2 {
  font-family: "NeuzeitSLTW01-BookHeavy";
  font-size: 22px;
  line-height: 1;
  color: #323232;
  letter-spacing: -0.01em;
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  background: transparent;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 20px;
}
#themes-panel button.b2:focus {
  outline: 0;
}
#themes-panel button.b2:hover {
  background: #5c72c1;
  color: #fff;
}
.collection-content #themes-panel button.b2:hover, .collectiontp-content #themes-panel button.b2:hover {
  background: #098388;
}

.selected-themes {
  clear: left;
}
.selected-themes ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin: -5px 0 30px;
}
.selected-themes li {
  display: inline-block;
  margin-right: 15px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
}
.selected-themes li span {
  background: #2ee6bb;
  float: left;
  display: inline-block;
  padding: 3px 10px;
  line-height: 23px;
}
.news-content .selected-themes li span {
  background: #8ebcff;
}
.selected-themes li a.close {
  display: inline-block;
  background: #098388;
  color: #fff;
  height: 29px;
  width: 29px;
  line-height: 16px;
  text-align: center;
  margin-left: 5px;
  float: left;
  padding: 3px 0;
}
.news-content .selected-themes li a.close {
  background: #5c72c1;
  color: #fff;
}
.selected-themes li a.close:hover {
  color: #098388;
  background: #2ee6bb;
  opacity: 1;
}
.news-content .selected-themes li a.close:hover {
  background: #8ebcff;
  color: #5c72c1;
}

.caption {
  margin: 6px 0;
}

h5.caption {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}

.work-search-panel {
  background-color: #2ee6bb;
  padding: 0px;
  margin-bottom: 30px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  display: block;
  overflow: hidden;
  max-height: 0px;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.work-search-panel.on {
  display: block;
  max-height: 500px;
}
.work-search-panel .work-search-form {
  margin: 30px 0;
}
.work-search-panel .work-search-form input[type="text"] {
  border: none;
  width: 95%;
  padding: 4px;
}
.work-search-panel .work-search-form input[type="submit"] {
  font-family: "NeuzeitSLTW01-BookHeavy";
  font-size: 22px;
  line-height: 1;
  color: #323232;
  letter-spacing: -0.01em;
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  background: #2ee6bb;
  border: none;
  margin: 0 auto;
}

span.artist {
  font-family: "Neuzeit S LT W01 Book";
}

.works .work {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .works .work {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .works .work {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .works .work {
    float: left;
    width: 25%;
  }
}
.works .work:nth-child(4n+1) {
  clear: left;
}
.works .work h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.works .work h2 span.artist {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
}
.works .work h2 span.view-online {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  color: #323232;
  letter-spacing: 0em;
  font-style: normal;
  text-decoration: underline;
  margin-right: 4px;
  text-decoration: none;
  background: #2ee6bb;
  padding: 0px 4px;
}
.works .work h2 a {
  color: #323232;
  text-decoration: none;
}
.works .work .description {
  padding-top: 7px;
  min-height: 50px;
}
.works .work a {
  text-decoration: none;
}
.works .work .image-container .placeholder {
  background: #323232;
  width: 100%;
  height: 149px;
  color: #fff;
  text-align: center;
  display: block;
}
.works .work .image-container .placeholder:before {
  font-size: 105px;
  position: absolute;
  top: 50%;
  width: 50%;
  line-height: 110px;
  height: 110px;
  width: 200px;
  margin: -55px 0 0 -100px;
  padding: 0px;
}

.list-more {
  display: block;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  background: #2ee6bb;
  color: #323232;
  width: 100%;
  height: 65px;
  text-align: center;
  padding: 20px;
  margin-bottom: -50px;
}
.list-more:hover {
  text-decoration: none;
}
.news-main .list-more {
  background-color: #8ebcff;
  color: #323232;
}
.shop-main .list-more {
  background-color: #ed80c0;
}

.artists-main-listing {
  padding-bottom: 40px;
}
.artists-main-listing .filter-controls {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  text-transform: lowercase;
}
.artists-main-listing .filter-controls .letters {
  margin-left: 0px;
  margin-top: 10px;
}
.artists-main-listing .filter-controls .letters a {
  margin-right: 15px;
}
.artists-main-listing #artists-entries {
  margin-top: 30px;
}

.artist-column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
@media (min-width: 768px) {
  .artist-column {
    float: left;
    width: 33.33333%;
  }
}

.artist-row {
  margin-bottom: 10px;
}

.artist-content {
  padding-bottom: 40px;
}
.artist-content .page-title {
  margin-top: 25px;
  margin-bottom: 30px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.artist-content .related-works h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-top: 25px;
  margin-bottom: 30px;
}
.artist-content .related-works .artist-work {
  margin-bottom: 25px;
}
.artist-content .related-works .artist-work a {
  text-decoration: none;
}
.artist-content .related-works .artist-work h3 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-top: 10px;
}
.artist-content .related-works .artist-work h3 a {
  text-decoration: none;
}
.artist-content .related-works .artist-work h3 a span {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.artist-content .related-works .artist-work .view-online {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  color: #323232;
  letter-spacing: 0em;
  font-style: normal;
  text-decoration: underline;
  display: inline-block;
  text-decoration: none;
  background: #2ee6bb;
  padding: 0px 4px;
}

.downloads {
  margin-top: 30px;
}
.downloads h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 15px;
}
.downloads ul {
  list-style: none;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.downloads ul a {
  text-decoration: none;
}
.downloads ul a span {
  color: #098388;
}

.themes {
  margin-top: 30px;
}
.themes h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 15px;
}
.themes ul {
  list-style: none;
}
.themes ul li {
  display: inline;
  margin-right: 10px;
}
.themes ul li a {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
  background: #2ee6bb;
  text-decoration: none;
}

.section-related h3, .more-from-lux h3 {
  margin-bottom: 20px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.section-related .related-entry, .more-from-lux .related-entry {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-related .related-entry, .more-from-lux .related-entry {
    float: left;
    width: 25%;
  }
}
.section-related .related-entry:nth-child(4n+1), .more-from-lux .related-entry:nth-child(4n+1) {
  clear: left;
}
.section-related h4, .more-from-lux h4 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-top: 10px;
}
.section-related h4 span.date, .more-from-lux h4 span.date {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.section-related h4 a, .more-from-lux h4 a {
  text-decoration: none;
}
.section-related .image-container .placeholder, .more-from-lux .image-container .placeholder {
  background: #323232;
  width: 100%;
  height: 149px;
  color: #fff;
  text-align: center;
  display: block;
}
.section-related .image-container .placeholder:before, .more-from-lux .image-container .placeholder:before {
  font-size: 105px;
  position: absolute;
  top: 50%;
  width: 50%;
  line-height: 110px;
  height: 110px;
  width: 200px;
  margin: -55px 0 0 -100px;
  padding: 0px;
}
.section-related .related-entry.product .image-container img, .more-from-lux .related-entry.product .image-container img {
  width: auto;
  min-height: 149px;
}

.artist-work .image-container img {
  width: 100%;
}
.artist-work .image-container .placeholder {
  background: #323232;
  width: 100%;
  height: 149px;
  color: #fff;
  text-align: center;
  display: block;
}
.artist-work .image-container .placeholder:before {
  font-size: 105px;
  position: absolute;
  top: 50%;
  width: 50%;
  line-height: 110px;
  height: 110px;
  width: 200px;
  margin: -55px 0 0 -100px;
  padding: 0px;
}
.artist-work .image-container .placeholder.work-gallery-three {
  height: 176px;
}
.artist-work .image-container .placeholder.work-gallery-two {
  height: 122px;
}

.work-content {
  padding-bottom: 40px;
}
.work-content .page-title {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.work-content h2.artist {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  margin: 5px 0 10px;
}
.work-content h2.artist a {
  text-decoration: none;
}
.work-content .text-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  clear: left;
}
@media (min-width: 768px) {
  .work-content .text-content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-content .text-content {
    min-height: 120px;
  }
  .work-content .text-content-tall {
    min-height: 220px;
  }
}
.work-content .related-works h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-top: 25px;
  margin-bottom: 30px;
}
.work-content .related-works .artist-work {
  margin-bottom: 25px;
}
.work-content .related-works .artist-work h3 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-top: 10px;
}
.work-content .related-works .artist-work h3 a {
  text-decoration: none;
}
.work-content .related-works .artist-work h3 span {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.work-content .related-works .artist-work .view-online {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  color: #323232;
  letter-spacing: 0em;
  font-style: normal;
  text-decoration: underline;
  display: inline-block;
  text-decoration: none;
  background: #2ee6bb;
  padding: 0px 4px;
}
.work-content .logos {
  margin: 30px 0 50px;
}
.work-content .logos img {
  height: 60px;
  width: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.more-from-lux {
  clear: left;
}

.work-meta {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0 30px;
}
.work-meta a {
  text-decoration: none;
}
.work-meta a span {
  color: #098388;
}
.work-meta .hire {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.work-meta > div {
  margin-bottom: 5px;
}

.work-video {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  margin: 30px 0 0px;
}
.work-video .video-container {
  margin-bottom: 0px;
  position: relative;
}
.work-video .video-container a {
  text-decoration: none;
}
.work-video .video-container a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 20deg;
  border-radius: 20deg;
  background-clip: padding-box;
  width: 80px;
  height: 80px;
  text-align: center;
  margin: -40px 0 0 -40px;
  font-size: 80px;
  counter-reset: #fff;
  z-index: 99;
  opacity: 0.8;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
}
.work-video .video-container a:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0.2;
}
.work-video .video-container a:hover:before {
  color: #000;
  opacity: 1;
}
.work-video .video-container a:hover:after {
  opacity: 0.7;
}

.also-by-artist-section {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 18px;
  margin-top: 27px;
}
@media (min-width: 768px) {
  .also-by-artist-section {
    float: left;
    width: 50%;
  }
}
.also-by-artist-section .related-works {
  margin-top: 55px;
}
.also-by-artist-section .more {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.also-by-artist-section .more a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .also-by-artist-section {
    margin-top: 30px;
  }
  .also-by-artist-section .related-works {
    margin-top: 30px;
  }
}
.also-by-artist-section .image-container .placeholder {
  background: #323232;
  width: 100%;
  height: 149px;
  color: #fff;
  text-align: center;
  display: block;
}
.also-by-artist-section .image-container .placeholder:before {
  font-size: 105px;
  position: absolute;
  top: 50%;
  width: 50%;
  line-height: 110px;
  height: 110px;
  width: 200px;
  margin: -55px 0 0 -100px;
  padding: 0px;
}
.also-by-artist-section .image-container .placeholder.work-gallery-three {
  height: 176px;
}
.also-by-artist-section .image-container .placeholder.work-gallery-two {
  height: 122px;
}

.events-content h2.lux-date {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
}

.whatson .selected-date {
  display: block;
  margin: 20px 15px 20px 0px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  float: none;
  overflow: hidden;
}
.whatson .selected-date span {
  background: #ffdf00;
  float: left;
  display: inline-block;
  padding: 3px 10px;
  line-height: 23px;
}
.whatson .selected-date a.close {
  display: inline-block;
  background: #e57700;
  color: #fff;
  height: 29px;
  width: 29px;
  line-height: 16px;
  text-align: center;
  margin-left: 5px;
  float: left;
  padding: 3px 0;
}
.whatson .selected-date a.close:hover {
  color: #e57700;
  background: #ffdf00;
  opacity: 1;
}
.whatson .calendar-toggle {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  display: block;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .whatson .calendar-toggle {
    display: none;
  }
}
.whatson .ui-datepicker,
.whatson .ui-datepicker table,
.whatson .ui-datepicker tr,
.whatson .ui-datepicker td,
.whatson .ui-datepicker th {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
}
.whatson .ui-datepicker {
  display: none;
  width: 100%;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  padding: 0px;
  cursor: default;
  text-transform: uppercase;
  background: #fff;
}
.whatson .ui-datepicker-header {
  position: relative;
  padding-bottom: 0px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.whatson .ui-datepicker-title {
  text-align: center;
}
.whatson .ui-datepicker-month {
  position: relative;
  padding-right: 15px;
}
.whatson .ui-datepicker-month:before {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 5px;
  height: 5px;
  content: "";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.whatson .ui-datepicker-year {
  padding-left: 8px;
}
.whatson .ui-datepicker-prev, .whatson .ui-datepicker-next {
  position: absolute;
  top: 0px;
  padding: 0px 2px;
  cursor: pointer;
}
.whatson .ui-datepicker-prev span, .whatson .ui-datepicker-next span {
  display: block;
  width: 20px;
  height: 20px;
}
.whatson .ui-datepicker-prev {
  left: 0;
  padding-left: 0;
}
.whatson .ui-datepicker-prev span {
  background-position: 0px 0px;
  color: #323232;
  opacity: 0.9;
}
.whatson .ui-datepicker-prev-hover span {
  opacity: 1;
}
.whatson .ui-datepicker-next {
  right: 0;
  padding-right: 0;
  opacity: 0.9;
}
.whatson .ui-datepicker-next span {
  background-position: 0px 0px;
  color: #323232;
  text-indent: 0px;
}
.whatson .ui-datepicker-next-hover span {
  opacity: 1;
}
.whatson .ui-datepicker-calendar th {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.whatson .ui-datepicker-calendar td {
  padding: 4px 4px;
  text-align: center;
  line-height: 26px;
}
.whatson .ui-datepicker-calendar .ui-state-default {
  display: block;
  outline: none;
  text-decoration: none;
  background: #ffdf00;
  border: 1px solid transparent;
  padding: 4px;
  width: 30px;
}
.whatson .ui-datepicker-calendar .ui-state-active {
  color: #323232;
  border: 1px solid #323232;
}
.whatson .ui-datepicker-calendar .ui-datepicker-unselectable,
.whatson .ui-datepicker-calendar .ui-state-disabled {
  opacity: 0.6;
}
.whatson .ui-datepicker-calendar .ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
  opacity: 1;
}
.whatson .ui-datepicker-calendar .ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled span {
  background: #fff;
}
.whatson .ui-datepicker-other-month .ui-state-default {
  background: #fff;
}

.listing-navigation {
  margin-top: 30px;
}
.listing-navigation > strong {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.whatson-content .listing-navigation > strong[aria-expanded="true"] {
  color: #e57700;
}
.listing-navigation .categories {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .listing-navigation .categories.collapse {
    display: block;
    height: auto !important;
  }
  .listing-navigation .categories.collapsing {
    height: auto !important;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .listing-navigation .categories {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
  }
  .listing-navigation .categories.collapse {
    display: none;
  }
  .listing-navigation .categories.collapse.in {
    display: block;
  }
}
.listing-navigation .categories a {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  padding: 3px 5px 4px 5px;
  margin-right: 15px;
  text-decoration: none;
  background: #ffdf00;
  display: inline-block;
  margin-bottom: 10px;
}
.listing-navigation .categories a:hover, .listing-navigation .categories a.on {
  background: #e57700;
  color: #fff;
}

.whatson-entries {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .whatson-entries {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 992px) {
  .whatson-entries {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1200px) {
  .whatson-entries {
    float: left;
    width: 66.66667%;
  }
}
.whatson-entries hr {
  border-color: #323232;
  margin: 20px 0;
  padding: 0;
}
.whatson-entries .more a {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  text-decoration: none;
}
.whatson-entries .more-lux {
  margin-top: -22px;
  margin-left: 0%;
}
@media (min-width: 768px) {
  .whatson-entries .more-lux {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .whatson-entries .more-lux {
    margin-left: 25%;
  }
}

.other-events {
  margin-bottom: 30px;
  padding-top: 15px;
  position: relative;
}
.other-events h2 {
  clear: left;
}
.other-events:before {
  content: " ";
  display: block;
  border-top: 1px solid #000;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: -10px;
}
@media (min-width: 768px) {
  .other-events:before {
    float: left;
    width: 75%;
  }
}
.other-events .more a {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  text-decoration: none;
}

.whatson-entry {
  margin-bottom: 50px;
}
.whatson-entry.unauthorised {
  opacity: 0.5;
}
.whatson-entry .image-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .whatson-entry .image-col {
    float: left;
    width: 41.66667%;
  }
}
@media (min-width: 992px) {
  .whatson-entry .image-col {
    float: left;
    width: 25%;
  }
}
.whatson-entry .image-col .image-container {
  margin-bottom: 10px;
}
.whatson-entry .entry-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .whatson-entry .entry-info {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .whatson-entry .entry-info {
    float: left;
    width: 75%;
  }
}
.whatson-entry .category {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin-top: -4px;
}
.whatson-entry .date {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
}
.whatson-entry h3 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 5px;
}
.whatson-entry h4.location {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.whatson-entry .excerpt {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
}
.whatson-entry a {
  text-decoration: none;
}
.whatson-entry .login-msg {
  color: #e57700;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  line-height: 24px;
}
.whatson-entry .login-msg a {
  color: #e57700;
}

.other-events h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}

.whatson-other-entry {
  margin-bottom: 20px;
}
.whatson-other-entry .category {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
}
.whatson-other-entry h3.date {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.whatson-other-entry h4 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.whatson-other-entry .location {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
}

.sidebar {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .sidebar {
    float: left;
    width: 41.66667%;
  }
}
@media (min-width: 992px) {
  .sidebar {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .sidebar .collapse {
    display: block;
  }
}

.widget {
  margin-bottom: 30px;
}

.widget-archive {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .widget-archive {
    margin-top: 20px;
  }
}
.widget-archive-archive {
  margin-top: 0px;
}
.widget-archive h4 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 15px;
}
.widget-archive .selectboxit {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.widget-archive .selectboxit-option {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}

.back-to-current {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  text-decoration: none;
}
.back-to-current:hover {
  text-decoration: none;
}

#archive-yearSelectBoxItText {
  float: left;
  padding-left: 40px;
}

#archive-yearSelectBoxItArrowContainer {
  position: absolute;
}

.event-content {
  margin-top: 30px;
}
.event-content .category {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
}
.event-content h1 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 8px;
}
.event-content h2.date {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
}
.event-content .work-meta .button {
  font-family: "NeuzeitSLTW01-BookHeavy";
  font-size: 22px;
  line-height: 1;
  color: #323232;
  letter-spacing: -0.01em;
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  display: inline-block;
  margin-top: 8px;
  background: #ffdf00;
}
.event-content .work-meta .desc {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin-top: 8px;
}
.event-content .work-meta .desc.bold {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.event-content .work-meta .desc a {
  text-decoration: underline;
}
.event-content .programme {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 30px;
}
.event-content .programme h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-top: 10px;
}
.event-content .programme h3 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin: 15px 0 0;
  list-style-position: inside;
  cursor: pointer;
  padding-left: 0px;
}
.event-content .programme h3 span {
  color: #e57700;
  margin-right: 12px;
  font-size: 16px;
}
.event-content .programme .further {
  margin: 10px 0 0 34px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.event-content .programme .nofurthertext {
  margin-left: 34px;
}
.event-content .gallery {
  margin-top: 40px;
}
.event-content .gallery h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 15px;
}
.event-content .gallery .gallery-item {
  margin-bottom: 20px;
}
.event-content .gallery .gallery-item:nth-child(2n+1) {
  clear: left;
}
.event-content .gallery .gallery-item.gallery-item-one {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .event-content .gallery .gallery-item.gallery-item-one {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .event-content .gallery .gallery-item.gallery-item-one {
    float: left;
    width: 33.33333%;
  }
}
.event-content .gallery .gallery-item.gallery-item-two {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .event-content .gallery .gallery-item.gallery-item-two {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .event-content .gallery .gallery-item.gallery-item-two {
    float: left;
    width: 66.66667%;
  }
}
.event-content .gallery .gallery-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.event-content .section-related, .event-content .more-from-lux {
  margin-top: 40px;
  margin-bottom: 40px;
}
.event-content .event-still .image-container-caption {
  margin: 6px 0;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.event-content .text, .event-content .downloads, .event-content .themes {
  line-height: 26px;
}

.projects-content {
  padding-bottom: 0px;
}
.projects-content .list-more {
  background: #ffdf00;
}
.projects-content .page-title {
  margin-top: 25px;
  margin-bottom: 30px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}

.projects-navigation {
  text-align: right;
  margin-bottom: 25px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.projects-navigation label {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}
.projects-navigation .archived-group {
  padding-top: 3px;
}
.projects-navigation .archived-group label {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
}
.whatson-content .projects-navigation .archived-group label:before {
  color: #e57700;
}
.projects-content .projects-navigation .archived-group label:before {
  color: #e57700;
}
.projects-content .projects-navigation .archived-group label {
  font-size: 18px;
}
.projects-navigation .projects-navigation-group {
  position: relative;
  float: right;
  width: auto;
  height: 30px;
  margin-left: 20px;
}
.projects-navigation input[type="radio"], .projects-navigation input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

.section-related, .more-from-lux {
  margin-top: 40px;
}

.projects .project {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .projects .project {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .projects .project {
    float: left;
    width: 33.33333%;
  }
}
.projects .project h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin: 10px 0;
}
.projects .project .excerpt {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.projects .project a {
  text-decoration: none;
}
.projects .project .image-container .placeholder {
  background: #323232;
  width: 100%;
  height: 270px;
  color: #fff;
  text-align: center;
  display: block;
}
.projects .project .image-container .placeholder:before {
  font-size: 105px;
  position: absolute;
  top: 50%;
  width: 50%;
  line-height: 110px;
  height: 110px;
  width: 200px;
  margin: -55px 0 0 -100px;
  padding: 0px;
}
.projects .project:nth-child(3n+1) {
  clear: left;
}

@media (max-width: 767px) {
  .programme-content {
    margin-top: 30px;
  }
}
.programme-content h1 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-top: 95px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .programme-content h1 {
    margin-top: 25px;
  }
}
.programme-content .date {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .programme-content .date {
    font-family: "Neuzeit S LT W01 Book";
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.programme-content .logos {
  margin: 30px 0 50px;
}
.programme-content .logos img {
  height: 60px;
  width: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.programme-still {
  margin-top: 100px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .programme-still {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}

.coming-up h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 10px;
}
.coming-up .cu-entry {
  margin-bottom: 10px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.coming-up .cu-entry h3 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}

.news-main-listing .listing-navigation #filter-theme {
  padding-top: 15px;
}
.news-main-listing .listing-navigation .categories {
  display: inline-block;
  margin-left: 20px;
}
.news-main-listing .listing-navigation .categories.collapse {
  display: inline-block;
  height: auto !important;
}
@media (max-width: 767px) {
  .news-main-listing .listing-navigation .categories {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .news-main-listing .listing-navigation .categories.collapse {
    display: none;
  }
  .news-main-listing .listing-navigation .categories.collapse.in {
    display: block;
  }
}
.news-main-listing .listing-navigation .categories a {
  background-color: #8ebcff;
  padding-left: 3px;
  padding-right: 3px;
}
.news-main-listing .listing-navigation .categories a.on, .news-main-listing .listing-navigation .categories a:hover {
  background-color: #5c72c1;
  color: #fff;
}
.news-main-listing .year-control {
  padding-top: 11px;
}

.news .news-entry {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .news .news-entry {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .news .news-entry {
    float: left;
    width: 33.33333%;
  }
}
.news .news-entry:nth-child(3n+1) {
  clear: left;
}
.news .news-entry .category {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}
.news .news-entry .category a {
  text-decoration: none;
}
.news .news-entry h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 5px;
}
.news .news-entry h2 span.artist {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.news .news-entry h2 a {
  color: #323232;
  text-decoration: none;
}
.news .news-entry .description {
  padding-top: 7px;
  min-height: 50px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.news .news-entry .excerpt {
  margin-bottom: 5px;
}
.news .news-entry .date, .news .news-entry .author {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
}
.news .news-entry .author {
  margin-bottom: 5px;
  display: inline-block;
}
.news .news-entry .image-container .placeholder {
  background: #323232;
  width: 100%;
  height: 270px;
  color: #fff;
  text-align: center;
  display: block;
}
.news .news-entry .image-container .placeholder:before {
  font-size: 105px;
  position: absolute;
  top: 50%;
  width: 50%;
  line-height: 110px;
  height: 110px;
  width: 200px;
  margin: -55px 0 0 -100px;
  padding: 0px;
}

.news-body .text, .news-body .downloads, .news-body .themes {
  font-size: 18px;
  line-height: 26px;
}
.news-body .text img, .news-body .downloads img, .news-body .themes img {
  max-width: 100%;
  height: auto;
}
.news-body .text iframe, .news-body .downloads iframe, .news-body .themes iframe {
  max-width: 100%;
  margin: 15px 0;
}
.news-body .text blockquote, .news-body .downloads blockquote, .news-body .themes blockquote {
  font-size: 33px;
  line-height: 41px;
  border: none;
  margin: 60px 0;
  margin-left: 0%;
  width: 120%;
}
@media (min-width: 768px) {
  .news-body .text blockquote, .news-body .downloads blockquote, .news-body .themes blockquote {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .news-body .text blockquote, .news-body .downloads blockquote, .news-body .themes blockquote {
    margin-left: 16.66667%;
  }
}
.news-body .text blockquote p, .news-body .downloads blockquote p, .news-body .themes blockquote p {
  background-color: #8ebcff;
  display: inline;
  line-height: 51px;
  box-shadow: 10px 0 0 #8ebcff, -10px 0 0 #8ebcff;
  box-decoration-break: clone;
  color: #000;
  border-bottom: 2px solid #8ebcff;
}
.news-body .featured-image {
  margin-bottom: 34px;
}
.news-body .featured-video {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .news-body .featured-video {
    float: left;
    width: 66.66667%;
  }
}
.news-body .featured-video iframe {
  width: 100%;
}

.section-related .cat, .more-from-lux .cat {
  padding-left: 4px;
  padding-right: 4px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.section-related .cat.news, .more-from-lux .cat.news {
  background: #8ebcff;
}
.section-related .cat.event, .more-from-lux .cat.event {
  background: #ffdf00;
}
.section-related .cat.video, .more-from-lux .cat.video {
  background: #098388;
}
.section-related .cat.product, .more-from-lux .cat.product {
  background: #ed80c0;
}
.section-related .cat.work, .more-from-lux .cat.work {
  background: #2ee6bb;
}

.content-news-details {
  margin-top: 30px;
}
.content-news-details h1.page-title {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 4px;
}
.content-news-details .subtitle {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 3px;
}
.content-news-details .author {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
}
.content-news-details .date {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.content-news-details .page-header {
  margin-bottom: 38px;
}
.content-news-details .template1 .featured-image {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 38px;
}
.content-news-details .template1 .featured-image:before, .content-news-details .template1 .featured-image:after {
  content: " ";
  display: table;
}
.content-news-details .template1 .featured-image:after {
  clear: both;
}
.content-news-details .template1 .featured-image .image-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .content-news-details .template1 .featured-image .image-container {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .content-news-details .template1 .featured-image .image-container {
    float: left;
    width: 75%;
  }
}
.content-news-details .template1 .featured-image .image-container img {
  width: 100%;
  height: auto;
}
.content-news-details .template2 {
  margin-bottom: 30px;
}
.content-news-details .template2 .featured-image {
  margin-top: 30px;
}
.content-news-details .template2 .section-related, .content-news-details .template2 .more-from-lux {
  margin-top: 30px;
}

.news-body .wp-caption {
  margin: 70px 0;
  width: calc(100% + 20px);
  position: relative;
}
.news-body .wp-caption img {
  width: 100%;
}
.news-body .wp-caption .wp-caption-meta {
  left: 100%;
  top: 0px;
  margin-left: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .news-body .wp-caption .wp-caption-meta {
    float: left;
    width: 25%;
  }
}
.news-body .wp-caption .wp-caption-title {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 10px;
}
.news-body .wp-caption .wp-caption-text {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.news-body .wp-caption .wp-caption-description {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
}

.woocommerce-Price-amount:first-child {
  margin-right: 6px;
}
.woocommerce-Price-amount:nth-child(2) {
  margin-left: 6px;
}

.variation-value .selectboxit-text {
  float: left;
  text-indent: 0;
  padding-left: 0;
}

.about-luxplayer-content {
  margin: 8px 0 40px 0;
}

.shop-content {
  margin-top: 0px;
}
.shop-content .ordering {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .shop-content .ordering {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .shop-content .ordering {
    float: left;
    width: 41.66667%;
  }
}
.shop-content .ordering a {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  text-decoration: none;
}
.shop-content .woocommerce-message {
  padding: 15px;
  margin-bottom: 20px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  background: #ed80c0;
}
.shop-content .woocommerce-message a {
  text-decoration: none;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.shop-content .woocommerce-message a.view-cart, .shop-content .woocommerce-message a.button.wc-forward {
  float: right;
  text-decoration: none;
}
.shop-content .cart-container .woocommerce-message a {
  float: right;
  text-decoration: none;
}
.shop-content .luxonly-group {
  float: left;
  height: 30px;
  margin-right: 20px;
  position: relative;
  width: auto;
  padding-top: 3px;
}
.shop-content .luxonly-group label {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
}
.shop-content .luxonly-group label:before {
  color: #ee4390;
}
.projects-content .shop-content .luxonly-group label {
  font-size: 18px;
}
.shop-content .luxonly-group .woocommerce-ordering {
  float: right;
  height: 30px;
  margin-left: 20px;
  position: relative;
  width: auto;
}
.shop-content .listing-navigation .categories {
  padding-top: 0px;
  padding-bottom: 0px;
}
.shop-content .listing-navigation .categories.collapse {
  display: block;
  height: auto !important;
}
@media (max-width: 767px) {
  .shop-content .listing-navigation .categories.collapse {
    display: none;
  }
  .shop-content .listing-navigation .categories.collapse.in {
    display: block;
  }
}

.products .product {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .products .product {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .products .product {
    float: left;
    width: 25%;
  }
}
.products .product:nth-child(4n+1) {
  clear: left;
}
.products .product .image-container {
  position: relative;
}
.products .product .image-container img {
  width: 100%;
}
.products .product .placeholder {
  background: #323232;
  width: 100%;
  height: 264px;
  color: #fff;
  text-align: center;
  display: block;
}
.products .product .placeholder:before {
  font-size: 105px;
  position: absolute;
  top: 50%;
  width: 50%;
  line-height: 110px;
  height: 110px;
  width: 200px;
  margin: -55px 0 0 -100px;
  padding: 0px;
}
.products h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-top: 10px;
  margin-bottom: 5px;
}
.products h3.artist {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}
.products .price {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  display: block;
  margin-bottom: 5px;
}
.products .category {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 5px;
}
.products .excerpt {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
.products a {
  text-decoration: none;
}

.shop-content .woocommerce-result-count {
  display: none;
}
.shop-content .listing-navigation .categories {
  display: inline-block;
}
.shop-content .listing-navigation .categories.collapsing {
  display: block;
  height: auto;
}
.shop-content .listing-navigation .categories a {
  background-color: #ed80c0;
}
.shop-content .listing-navigation .categories a:hover, .shop-content .listing-navigation .categories a.on {
  background-color: #ee4390;
  color: #fff;
}
.shop-content a.toggle-search-shop {
  display: block;
  cursor: pointer;
  margin: -5px 0 25px;
}
.shop-content a.toggle-search-shop.active {
  color: #ee4390;
}
.shop-content .lux-only {
  float: left;
  margin-right: 10px;
}
.shop-content .woocommerce-ordering {
  float: left;
}
.shop-content a.toggle-search-shop {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  text-decoration: none;
}

.shop-search-panel {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  display: block;
  overflow: hidden;
  max-height: 0px;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.shop-search-panel.on {
  max-height: 1000px;
}
.shop-search-panel .row {
  background-color: #ed80c0;
  margin-bottom: 30px;
}
.shop-search-panel form {
  padding: 0 30px;
  padding: 30px 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .shop-search-panel form {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .shop-search-panel form {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .shop-search-panel form {
    margin-left: 25%;
  }
}
.shop-search-panel form p {
  margin-bottom: 12px;
}
.shop-search-panel label {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  float: left;
  margin-right: 15px;
  display: block;
}
.shop-search-panel input[type="text"] {
  border: none;
  float: right;
  width: 403px;
}
.shop-search-panel .form-row {
  margin: 0 0 8px;
}
.shop-search-panel .form-row-keyword input[type="text"] {
  width: 437px;
}
.shop-search-panel .form-row-title input[type="text"] {
  width: 477px;
}
.shop-search-panel .form-row-submit {
  margin-bottom: 0px;
  text-align: center;
}
.shop-search-panel .form-row-submit input[type="submit"] {
  font-family: "NeuzeitSLTW01-BookHeavy";
  font-size: 22px;
  line-height: 1;
  color: #323232;
  letter-spacing: -0.01em;
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  background: #ed80c0;
  border: none;
  margin: 0 auto;
}

.product-single {
  margin-top: 30px;
  padding-top: 25px;
}
.product-single .entry-summary {
  margin-top: -6px;
}
.product-single .entry-summary .description {
  margin-bottom: 6px;
}
.product-single .summary {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
}
.product-single .product_title {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 6px;
}
.product-single h2.artist {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 6px;
}
.product-single .publisher {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 6px;
}
.product-single .price-container {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 6px;
}
.product-single .price-container p {
  margin: 0;
}
.product-single .details {
  margin-bottom: 6px;
}
.product-single .details p {
  margin: 0;
}
.product-single .description p {
  margin: 0;
}
.product-single .cart {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.product-single .variations {
  margin: 5px 0 5px;
}
.product-single .variations td.label {
  color: #323232;
  padding: 0;
}
.product-single .variations td.label label {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  text-align: left;
  line-height: 30px;
}
.product-single .variations .reset_variations {
  position: absolute;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  text-transform: lowercase;
  margin-left: 20px;
  text-decoration: none;
  right: -20px;
  top: 5px;
}
.product-single .variations .variation-value {
  position: relative;
  margin-left: 15px;
}
.product-single .variations .variation-value .selectboxit-container span, .product-single .variations .variation-value .selectboxit-container .selectboxit-options a {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  line-height: 30px;
}
.product-single .variations .variation-value .selectboxit-arrow.selectboxit-default-arrow {
  font-size: 14px;
  line-height: 33px;
}
.product-single .woocommerce-variation.single_variation {
  position: relative;
  margin-bottom: 10px;
}
.product-single .quantity {
  margin-bottom: 15px;
}
.product-single .quantity label {
  margin-right: 10px;
}
.product-single .quantity .input-text.qty {
  width: 40px;
  background: #bcbdc0;
  border: 1px solid #bcbdc0;
}
.product-single .single_add_to_cart_button {
  font-family: "NeuzeitSLTW01-BookHeavy";
  font-size: 22px;
  line-height: 1;
  color: #323232;
  letter-spacing: -0.01em;
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  background: #ed80c0;
}
.product-single .panel {
  border-bottom: none;
  box-shadow: none;
}
.product-single .gallery .image-container {
  position: relative;
  margin-bottom: 25px;
}
.product-single .gallery .image-container img {
  display: block;
  width: 100%;
  height: auto;
}
.product-single .product-video {
  margin-bottom: 25px;
  position: relative;
}
.product-single .product-video img {
  display: block;
  width: 100%;
  height: auto;
}
.product-single .product-video a {
  color: #fff;
  text-decoration: none;
}
.product-single .product-video a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  font-size: 100px;
  margin: -50px 0 0 -50px;
  opacity: 0.75;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.product-single .product-video a:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.product-single .product-video:hover a:before {
  opacity: 1;
}
.product-single .product-video:hover a:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.product-single .variations_form.cart {
  position: relative;
}
.product-single #pa_priceSelectBoxItOptions {
  min-width: 200px !important;
}

.page-content-404 {
  opacity: 1;
}
.page-content-404 .page-intro a {
  text-decoration: underline;
}

#membership-panel {
  display: block;
  position: fixed;
  right: -100%;
  top: 0px;
  height: 100%;
  width: 498px;
  background-color: #cafb78;
  z-index: 100;
  padding: 48px 20px;
}
@media (max-width: 768px) {
  #membership-panel {
    width: 100%;
  }
}
#membership-panel .close-panel {
  position: absolute;
  right: -4px;
  top: 36px;
  font-size: 54px;
}
#membership-panel .close-panel:before {
  margin-right: 0px;
}
#membership-panel h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 44px;
  line-height: 50px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
#membership-panel .panel-section-title {
  margin-bottom: 50px;
}
#membership-panel .login-form {
  margin-top: 0px;
}
#membership-panel .login-form .form-row {
  clear: left;
  margin-bottom: 12px;
}
#membership-panel .login-form label {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  line-height: 30px;
  float: left;
  width: auto !important;
}
#membership-panel .login-form input[type="email"], #membership-panel .login-form input[type="text"], #membership-panel .login-form input[type="password"] {
  border: none;
  font-size: 14px;
  line-height: 18px;
  height: 33px;
  padding: 6px;
  width: 292px;
  float: right;
  border: none !important;
}
#membership-panel .login-form input[type="submit"], #membership-panel .login-form input[type="button"] {
  background: none;
  border: none;
  font-family: "NeuzeitSLTW01-BookHeavy";
  font-size: 24px;
  line-height: 18px;
  height: 33px;
  padding: 6px;
  margin-left: 4px;
  float: right;
}
#membership-panel .forgotten {
  margin-top: 5px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
#membership-panel .forgotten a {
  text-decoration: none;
}
#membership-panel hr {
  border-color: #fff;
  padding: 0;
  margin: 15px 0 15px;
}
#membership-panel .registration-options {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  line-height: 26px;
}
#membership-panel .registration-options a {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  text-decoration: none;
}
#membership-panel .mepr_error {
  margin-bottom: 20px;
  padding: 0;
  color: #323232;
}
#membership-panel .mepr_error ul {
  list-style: none;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
}
#membership-panel .mepr_error ul li {
  margin-bottom: 5px;
}
#membership-panel .mepr_error a {
  color: #323232;
}

.membership-content {
  margin-top: 20px;
}
.membership-content header h1.page-title {
  font-size: 44px;
  line-height: 32px;
  margin-bottom: 38px;
}
.membership-content .membership-description {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 60px;
  margin-top: -4px;
}
@media (min-width: 768px) {
  .membership-content .membership-description {
    float: left;
    width: 41.66667%;
  }
}
.membership-content .membership-description .text, .membership-content .membership-description .downloads, .membership-content .membership-description .themes {
  line-height: 24px;
}
.membership-content .membership-description h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 10px;
}
.membership-content .membership-description p {
  margin-bottom: 10px;
}

.registration-form-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .registration-form-container {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 992px) {
  .registration-form-container {
    float: left;
    width: 50%;
  }
}

.registration-form-container, .page-account-content .mepr-form {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.registration-form-container .mp-password-strength-display, .page-account-content .mepr-form .mp-password-strength-display {
  display: inline-block;
  line-height: 1;
  padding: 5px;
  text-align: center;
  width: auto;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
}
.registration-form-container .mp-form-label, .page-account-content .mepr-form .mp-form-label {
  float: left;
}
.registration-form-container .mepr_price_cell, .page-account-content .mepr-form .mepr_price_cell {
  margin-left: 10px;
  display: inline-block;
}
.registration-form-container label, .page-account-content .mepr-form label {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  float: none;
}
.registration-form-container input[type="text"],
.registration-form-container input[type="email"],
.registration-form-container input[type="password"], .page-account-content .mepr-form input[type="text"],
.page-account-content .mepr-form input[type="email"],
.page-account-content .mepr-form input[type="password"] {
  border: none;
  background: #f1f1f2;
  float: right;
  height: 24px;
  padding: 3px 5px;
  font-size: 16px;
}
.registration-form-container textarea, .page-account-content .mepr-form textarea {
  border: none;
  background: #f1f1f2;
  height: 100px;
  padding: 3px 5px;
  float: none;
  clear: left;
  margin-top: 5px;
  width: 100%;
  resize: none;
  font-size: 16px;
}
.registration-form-container input[type="submit"],
.registration-form-container .mepr-submit, .page-account-content .mepr-form input[type="submit"],
.page-account-content .mepr-form .mepr-submit {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  padding: 3px 5px 4px 5px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  float: right;
  background: #f1f1f2;
  color: #323232;
}
.registration-form-container input[type="submit"].mepr-submit, .page-account-content .mepr-form input[type="submit"].mepr-submit {
  background-color: #cafb78;
}
.registration-form-container input[type="radio"], .registration-form-container input[type="checkbox"], .page-account-content .mepr-form input[type="radio"], .page-account-content .mepr-form input[type="checkbox"] {
  float: left;
  margin-right: 15px;
}
.registration-form-container .mp-form-row, .page-account-content .mepr-form .mp-form-row {
  clear: left;
  margin-bottom: 10px;
  position: relative;
}
.registration-form-container .mp-form-row .selectboxit-container, .page-account-content .mepr-form .mp-form-row .selectboxit-container {
  width: auto;
  margin-top: -3px;
}
.registration-form-container .mepr_mepr_why_are_you_joining_lux,
.registration-form-container .mepr_mepr_how_did_you_find_out_about_our_membership_scheme, .page-account-content .mepr-form .mepr_mepr_why_are_you_joining_lux,
.page-account-content .mepr-form .mepr_mepr_how_did_you_find_out_about_our_membership_scheme {
  margin-top: 40px;
}
.registration-form-container .mepr_mepr_how_did_you_find_out_about_our_membership_scheme .mp-form-label, .page-account-content .mepr-form .mepr_mepr_how_did_you_find_out_about_our_membership_scheme .mp-form-label {
  float: none;
}
.registration-form-container .mepr-radios-field, .page-account-content .mepr-form .mepr-radios-field {
  clear: left;
  margin-top: 5px;
}
.registration-form-container .mepr-radios-field .mepr-radios-field-row, .page-account-content .mepr-form .mepr-radios-field .mepr-radios-field-row {
  display: block;
  clear: left;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}
.registration-form-container .mepr-radios-field .mepr-radios-field-row input, .page-account-content .mepr-form .mepr-radios-field .mepr-radios-field-row input {
  position: absolute;
  visibility: hidden;
  left: -100px;
  height: 0px;
  width: 100px;
}
.registration-form-container .mepr-radios-field .mepr-radios-field-row label, .page-account-content .mepr-form .mepr-radios-field .mepr-radios-field-row label {
  position: relative;
  cursor: pointer;
}
.registration-form-container .mepr-radios-field .mepr-radios-field-row label:before, .page-account-content .mepr-form .mepr-radios-field .mepr-radios-field-row label:before {
  color: #757575;
  margin: 0 10px 0 0;
}
.registration-form-container .mepr-mailchimptags-signup-field, .page-account-content .mepr-form .mepr-mailchimptags-signup-field {
  margin-bottom: 20px;
}
.registration-form-container .mepr-mailchimptags-signup-field .mepr-mailchimptags-message, .page-account-content .mepr-form .mepr-mailchimptags-signup-field .mepr-mailchimptags-message {
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin: 10px 0 0;
}
.registration-form-container .mepr-mailchimptags-signup-field .mepr-mailchimptags-message:before, .page-account-content .mepr-form .mepr-mailchimptags-signup-field .mepr-mailchimptags-message:before {
  color: #757575;
  margin: 0 10px 0 0;
}
.registration-form-container input[type="checkbox"], .page-account-content .mepr-form input[type="checkbox"] {
  position: absolute;
  left: -100cm;
  height: 0px;
  top: 0px;
  width: 0px;
  visibility: hidden;
}
.registration-form-container .mepr_error, .page-account-content .mepr-form .mepr_error {
  margin-bottom: 20px;
  background: #c5446c;
  padding: 10px 15px;
  color: #fff;
}
.registration-form-container .mepr_error ul, .page-account-content .mepr-form .mepr_error ul {
  list-style: none;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
}
.registration-form-container .mepr_error ul li, .page-account-content .mepr-form .mepr_error ul li {
  margin-bottom: 5px;
}
.registration-form-container .mepr_error a, .page-account-content .mepr-form .mepr_error a {
  color: #fff;
}
.registration-form-container .mp_wrapper .mepr-form-has-errors,
.registration-form-container .mp_wrapper .cc-error, .page-account-content .mepr-form .mp_wrapper .mepr-form-has-errors,
.page-account-content .mepr-form .mp_wrapper .cc-error {
  background: #f77071;
  color: #fff;
  left: auto;
  overflow-wrap: inherit;
  padding-left: 5px;
  position: absolute;
  right: 0;
  top: -24px;
  white-space: pre;
  width: auto;
}
.registration-form-container .mp_wrapper .cc-error, .page-account-content .mepr-form .mp_wrapper .cc-error {
  display: none;
}

.page-account-content .mepr-form {
  width: 100%;
  float: none;
  padding: 0;
}
.page-account-content .mepr_error {
  margin-bottom: 20px;
  background: #c5446c;
  padding: 10px 15px;
  color: #fff;
}
.page-account-content .mepr_error ul {
  list-style: none;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
}
.page-account-content .mepr_error ul li {
  margin-bottom: 5px;
}
.page-account-content .mepr_error a {
  color: #fff;
}

div#mepr-account-nav {
  margin-bottom: 25px;
  width: auto !important;
}

.mepr-nav-item {
  margin-right: 10px;
}

.mepr_updated {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  padding: 20px;
  background: #cafb78;
  margin-top: 5px;
  margin-bottom: 20px;
}
.mepr_updated p {
  margin-bottom: 0px;
}

.form-edit-address-container {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.form-edit-address-container h3 {
  margin-bottom: 12px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.form-edit-address-container .description {
  margin-bottom: 20px;
}
.form-edit-address-container .form-row {
  margin-bottom: 12px;
}
.form-edit-address-container label {
  float: left;
  margin-right: 29px;
}
.form-edit-address-container input[type="text"], .form-edit-address-container input[type="email"], .form-edit-address-container input[type="tel"] {
  border: none;
  float: left;
  width: 60%;
  background: #f1f1f2;
  height: 26px;
  line-height: 18px;
  padding: 4px 6px;
  font-size: 16px;
}
.form-edit-address-container input[type="submit"] {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  padding: 3px 5px 4px 5px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  float: right;
  background-color: #cafb78;
  color: #323232;
}
.form-edit-address-container .required {
  display: none;
}
.form-edit-address-container .selectboxit-container {
  width: auto;
  float: left;
  margin-top: -5px;
}

#mepr_forgot_password_form,
#mepr_reset_password_form {
  padding: 0 !important;
  background: none !important;
}
#mepr_forgot_password_form label,
#mepr_reset_password_form label {
  margin-right: 0px !important;
}
#mepr_forgot_password_form input[type="submit"],
#mepr_reset_password_form input[type="submit"] {
  background: #cafb78 !important;
  height: auto !important;
}
#mepr_forgot_password_form input[type="text"],
#mepr_reset_password_form input[type="text"] {
  background: #f1f1f2;
}

.luxplayer-e, .luxplayer-content .latest-entry, .luxplayer-entry, .luxplayer-content-details {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  line-height: 24px;
}
.luxplayer-e:nth-child(2n+1), .luxplayer-content .latest-entry:nth-child(2n+1), .luxplayer-entry:nth-child(2n+1), .luxplayer-content-details:nth-child(2n+1) {
  clear: left;
}
.luxplayer-e .image-container, .luxplayer-content .latest-entry .image-container, .luxplayer-entry .image-container, .luxplayer-content-details .image-container {
  position: relative;
}
.luxplayer-e .image-container img, .luxplayer-content .latest-entry .image-container img, .luxplayer-entry .image-container img, .luxplayer-content-details .image-container img {
  display: block;
  width: 100%;
  height: auto;
}
.luxplayer-e h2, .luxplayer-content .latest-entry h2, .luxplayer-entry h2, .luxplayer-content-details h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin: 5px 0;
}
.luxplayer-e .subtitle, .luxplayer-content .latest-entry .subtitle, .luxplayer-entry .subtitle, .luxplayer-content-details .subtitle {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
}
.luxplayer-e a, .luxplayer-content .latest-entry a, .luxplayer-entry a, .luxplayer-content-details a {
  text-decoration: none;
}
.luxplayer-e .meta-links, .luxplayer-content .latest-entry .meta-links, .luxplayer-entry .meta-links, .luxplayer-content-details .meta-links {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 10px;
  margin-top: 5px;
}
.luxplayer-e .meta-links a, .luxplayer-content .latest-entry .meta-links a, .luxplayer-entry .meta-links a, .luxplayer-content-details .meta-links a {
  text-decoration: none;
  margin-right: 10px;
}
.luxplayer-e p, .luxplayer-content .latest-entry p, .luxplayer-entry p, .luxplayer-content-details p {
  margin: 10px 0;
}
.luxplayer-e .rent, .luxplayer-content .latest-entry .rent, .luxplayer-entry .rent, .luxplayer-content-details .rent {
  margin-bottom: 10px;
}
.luxplayer-e .rent a, .luxplayer-content .latest-entry .rent a, .luxplayer-entry .rent a, .luxplayer-content-details .rent a {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  font-family: "NeuzeitSLTW01-BookHeavy";
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  background-color: #ffdf00;
  display: inline-block;
}
.luxplayer-e .meta, .luxplayer-content .latest-entry .meta, .luxplayer-entry .meta, .luxplayer-content-details .meta {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  line-height: 24px;
}
.luxplayer-e .image-container-caption, .luxplayer-content .latest-entry .image-container-caption, .luxplayer-entry .image-container-caption, .luxplayer-content-details .image-container-caption {
  margin: 6px 0;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}

#header .basket:hover,
#header .basket.active {
  color: #ee4390;
}

.luxplayer-content-details .image-container {
  margin-top: 10px;
}

.luxplayer-content .latest-entry .latest-entry-info-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .luxplayer-content .latest-entry .latest-entry-info-col {
    float: left;
    width: 41.66667%;
  }
}
@media (min-width: 992px) {
  .luxplayer-content .latest-entry .latest-entry-info-col {
    float: left;
    width: 25%;
  }
}
.luxplayer-content .latest-entry .latest-entry-image-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .luxplayer-content .latest-entry .latest-entry-image-col {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 992px) {
  .luxplayer-content .latest-entry .latest-entry-image-col {
    float: left;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .luxplayer-content .latest-entry .latest-entry-image-col {
    margin-bottom: 20px;
  }
}
.luxplayer-content .latest-entry h1 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-top: -5px;
}
.luxplayer-content .latest-entry .subtitle, .luxplayer-content .latest-entry h2.artist {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
}
.luxplayer-content .page-description {
  margin: 20px 0 15px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  line-height: 24px;
}
.luxplayer-content .page-description h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 10px;
}
.luxplayer-content .page-description .text a, .luxplayer-content .page-description .downloads a, .luxplayer-content .page-description .themes a {
  text-decoration: none;
}
.luxplayer-content .listing-navigation {
  margin-top: 10px;
  margin-bottom: 10px;
}
.luxplayer-content .listing-navigation .filter-controls {
  line-height: 36px;
}

.luxplayer-listing h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.luxplayer-listing .list-more {
  background-color: #ffdf00;
}
.luxplayer-listing .main-listing-head {
  margin-top: 10px;
}

.luxplayer-entries {
  margin-top: 20px;
}

.luxplayer-entry {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .luxplayer-entry {
    float: left;
    width: 50%;
  }
}

.luxplayer-header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .luxplayer-header {
    float: left;
    width: 58.33333%;
  }
}

.luxplayer-featured-image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.luxplayer-content-details h1 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.luxplayer-content-details .subtitle {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
}
.luxplayer-content-details h2.artist {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
}
.luxplayer-content-details#content {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .luxplayer-content-details#content {
    margin-top: 20px;
  }
}

.luxplayer-details-body a {
  font-family: "NeuzeitSLTW01-BookHeavy";
  text-decoration: underline;
}

.luxplayer-details-body {
  margin-top: 40px;
}
.luxplayer-details-body h3 {
  margin-bottom: 15px;
}

#collection-main-listing-head #filter-theme.active, #collection-main-listing-head #search-collection.active {
  color: #098388;
}

#news-main-listing-head #filter-theme.active {
  color: #5c72c1;
}

.collectiontp-content .listing-navigation .filter-controls {
  line-height: 36px;
}

#luxplayer-main-listing-head #filter-theme.active {
  color: #e57700;
}

.oe-content-details {
  margin-bottom: -50px;
  background-color: #000;
}
.oe-content-details .featured-section {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}
.oe-content-details .featured-section .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.oe-content-details .featured-section .bg img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
}
.oe-content-details .featured-section .container {
  position: relative;
  z-index: 1;
}
.oe-content-details .entry-data {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: -10px;
  margin-right: -10px;
}
.oe-content-details .entry-data:before, .oe-content-details .entry-data:after {
  content: " ";
  display: table;
}
.oe-content-details .entry-data:after {
  clear: both;
}
.oe-content-details .entry-data a {
  color: #fff;
}
.oe-content-details .entry-data h1 {
  margin-bottom: 15px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.oe-content-details .entry-data .text, .oe-content-details .entry-data .downloads, .oe-content-details .entry-data .themes {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.oe-content-details .arrow-down {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 26px;
  color: #fff;
  font-size: 30px;
  margin: 0 -21px -17px 0px;
}

.oe-video-section {
  position: relative;
  background: #000;
  overflow: hidden;
  padding-bottom: 60px solid #000;
}
.oe-video-section .embed-container {
  position: relative;
  overflow: hidden;
  background: #000;
  width: 100%;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.oe-video-section .embed-container iframe {
  width: 100%;
  max-width: 100%;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.oe-video-section .info-toggle {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  font-family: "NeuzeitSLTW01-BookHeavy";
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  background: #ffdf00;
  position: absolute;
  z-index: 10;
  right: 30px;
  top: 30px;
}
.oe-video-section .information-panel {
  width: 30%;
  right: -30%;
  top: 0px;
  position: absolute;
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 94px 30px 30px;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.oe-video-section .information-panel table {
  width: 100%;
  height: 100%;
  border: none;
}
.oe-video-section .information-panel table td {
  border: none;
  padding: 0;
  vertical-align: middle;
}
.oe-video-section .information-panel a {
  color: #fff;
}
.oe-video-section .information-panel h2 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 5px;
}
.oe-video-section .information-panel h3 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}
.oe-video-section .information-panel .meta-line {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.oe-video-section .information-panel .description {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin: 25px 0;
}
.oe-video-section .information-panel .description p {
  margin-bottom: 20px;
}
.oe-video-section.on .information-panel {
  right: 0px;
}
.oe-video-section.on .embed-container {
  width: 70%;
}
.oe-video-section.on .embed-container iframe {
  max-height: calc(100% - 130px) !important;
  width: 100% !important;
  margin: 100px 0 0 !important;
}

.bold {
  font-family: "NeuzeitSLTW01-BookHeavy";
}

.cart-container {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.cart-container .text, .cart-container .downloads, .cart-container .themes {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.cart-container .cart-empty {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.cart-container .return-to-shop {
  margin: 20px 0;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.cart-container .return-to-shop a {
  text-decoration: none;
}
.cart-container .shop_table.cart {
  width: 100%;
}
.cart-container .shop_table.cart th {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  padding: 10px 0;
}
.cart-container .shop_table.cart td {
  vertical-align: top;
  padding: 0px;
}
.cart-container .shop_table.cart td.product-thumbnail {
  padding: 0px;
}
.cart-container .shop_table.cart td.product-quantity {
  text-align: left;
  padding-left: 0px;
}
.cart-container .shop_table.cart td.product-quantity {
  width: 100px;
}
.cart-container .shop_table.cart td.product-subtotal {
  width: 100px;
}
.cart-container .shop_table.cart td.product-price {
  width: 100px;
}
.cart-container .shop_table.cart td.product-remove {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  width: 2%;
}
.cart-container .shop_table.cart th.product-name {
  width: 47%;
}
.cart-container .shop_table.cart .product-quantity {
  width: 8.33333%;
}
.cart-container .shop_table.cart .product-quantity label {
  display: none;
}
.cart-container .shop_table.cart .product-quantity, .cart-container .shop_table.cart .product-subtotal, .cart-container .shop_table.cart .product-price {
  width: 8.33333%;
  padding: 6px 0;
}
.cart-container .shop_table.cart tr {
  border-bottom: 1px solid #323232;
}
.cart-container .shop_table.cart tr:last-child {
  border: 0;
}
.cart-container .shop_table.cart thead tr:last-child {
  border-bottom: 1px solid #323232;
}
.cart-container .shop_table.cart .product-thumbnail {
  position: relative;
  width: 150px;
}
.cart-container .shop_table.cart .product-thumbnail img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.cart-container .shop_table.cart td.product-name {
  width: 40%;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  vertical-align: top;
  padding: 6px 20px;
}
.cart-container .shop_table.cart td.product-name span {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.cart-container .shop_table.cart td.product-name .variation {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
}
.cart-container .shop_table.cart .input-text.qty {
  width: 40px;
  background: #bcbdc0;
  border: 1px solid #bcbdc0;
}
.cart-container .image-container .placeholder {
  background: #323232;
  width: 100%;
  height: 255px;
  color: #fff;
  text-align: center;
  display: block;
}
.cart-container .image-container .placeholder:before {
  font-size: 105px;
  position: absolute;
  top: 50%;
  width: 50%;
  line-height: 110px;
  height: 110px;
  width: 200px;
  margin: -55px 0 0 -100px;
  padding: 0px;
}
.cart-container .actions .button {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  font-family: "NeuzeitSLTW01-BookHeavy";
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  background-color: #fff;
}
.cart-container .actions .button[disabled="disabed"], .cart-container .actions .button[disabled], .cart-container .actions .button:disabled {
  opacity: 0.5;
}
.cart-container .actions a.button {
  background-color: #ed80c0;
  margin-left: 15px;
}
.cart-container .cart-collaterals {
  float: right;
}
.cart-container .cart-collaterals .cart_totals {
  text-align: right;
}
.cart-container .cart-collaterals .shop_table {
  float: right;
  margin-top: 15px;
}
.cart-container .cart-collaterals .shop_table th, .cart-container .cart-collaterals .shop_table td {
  padding: 5px 0px 5px 30px;
  text-align: right;
}
.cart-container .cart-collaterals .shop_table td {
  min-width: 362px;
}
.cart-container .cart-collaterals .shop_table tr {
  border: none;
}
.cart-container .cart-collaterals #shipping_methodSelectBoxItOptions {
  right: 0px;
}
.cart-container .cart-collaterals #shipping_methodSelectBoxItOptions .selectboxit-option {
  padding-right: 0px;
}
.cart-container .cart-collaterals #shipping_methodSelectBoxItOptions .selectboxit-option a {
  padding-right: 20px !important;
}
.cart-container .cart-collaterals .selectboxit-text {
  max-width: 290px !important;
}
.cart-container .cart-collaterals .cart-subtotal, .cart-container .cart-collaterals .shipping {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.cart-container .cart-collaterals .cart-subtotal .bold, .cart-container .cart-collaterals .cart-subtotal th, .cart-container .cart-collaterals .shipping .bold, .cart-container .cart-collaterals .shipping th {
  font-weight: normal;
  vertical-align: top;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.cart-container .cart-collaterals .cart-subtotal th, .cart-container .cart-collaterals .shipping th {
  vertical-align: middle;
}
.cart-container .cart-collaterals .order-total {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.cart-container .cart-collaterals .cart_totals {
  width: 60% !important;
}
.cart-container a.shipping-calculator-button {
  text-decoration: none;
}
.cart-container p {
  margin-bottom: 0px;
}
.cart-container .shipping-calculator-form {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.cart-container .shipping-calculator-form .form-row {
  margin-bottom: 10px;
}
.cart-container .shipping-calculator-form input[type="submit"], .cart-container .shipping-calculator-form button {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  font-family: "NeuzeitSLTW01-BookHeavy";
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  background-color: #fff;
  float: none;
  padding: 5px 5px 5px 0;
  font-size: 14px;
}
.cart-container .shipping-calculator-form input[type="submit"]:hover, .cart-container .shipping-calculator-form button:hover {
  text-decoration: none;
}
.cart-container .shipping-calculator-form input[type="email"], .cart-container .shipping-calculator-form input[type="text"], .cart-container .shipping-calculator-form input[type="password"] {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  border: none;
  background: #f1f1f2;
  height: 26px;
  line-height: 18px;
  padding: 4px 6px;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
  padding-top: 15px;
}

.cart-container .shop_table.cart tr:last-child td, .cart-container .shop_table.cart tr:last-child th {
  padding-bottom: 15px;
  font-weight: normal;
}

.white-button {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  font-family: "NeuzeitSLTW01-BookHeavy";
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  background-color: #fff;
  float: left;
  padding: 5px 5px 5px 0;
}
.white-button:hover {
  text-decoration: none;
}

.checkout-container {
  position: relative;
}
.checkout-container h3 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.checkout-container .checkout-col-2 {
  margin-top: -286px;
}
.checkout-container .loggedin .checkout-col-2 {
  margin-top: 0px;
}
.checkout-container .cart-subtotal th, .checkout-container .shipping th, .checkout-container .order-total th {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.checkout-container .cart-subtotal td, .checkout-container .shipping td, .checkout-container .order-total td {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  width: 80% !important;
  text-align: right;
  padding-right: 0px;
}
.checkout-container .cart-subtotal td span, .checkout-container .shipping td span, .checkout-container .order-total td span {
  margin-right: 0px;
}
.checkout-container .cart-subtotal td #shipping_methodSelectBoxItOptions, .checkout-container .shipping td #shipping_methodSelectBoxItOptions, .checkout-container .order-total td #shipping_methodSelectBoxItOptions {
  right: 0px;
}
.checkout-container .cart-subtotal td #shipping_methodSelectBoxItOptions .selectboxit-option, .checkout-container .shipping td #shipping_methodSelectBoxItOptions .selectboxit-option, .checkout-container .order-total td #shipping_methodSelectBoxItOptions .selectboxit-option {
  padding-right: 0px;
}
.checkout-container .cart-subtotal td #shipping_methodSelectBoxItOptions .selectboxit-option a, .checkout-container .shipping td #shipping_methodSelectBoxItOptions .selectboxit-option a, .checkout-container .order-total td #shipping_methodSelectBoxItOptions .selectboxit-option a {
  padding-right: 20px !important;
}
.checkout-container .shipping {
  position: relative;
  height: 30px;
}
.checkout-container .shipping .relative {
  min-height: 30px;
  position: relative;
}
.checkout-container .shipping #shipping_methodSelectBoxItContainer {
  position: absolute;
  right: 0px;
  top: 0px;
}
.checkout-container .shipping #shipping_methodSelectBoxItContainer #shipping_methodSelectBoxItText {
  max-width: 330px !important;
  text-overflow: ellipsis;
}
.checkout-container .login {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  padding: 20px;
  background: #ed80c0;
  margin-bottom: 40px;
}
.checkout-container .login .form-row {
  margin-top: 12px;
}
.checkout-container .login input[type="email"], .checkout-container .login input[type="text"], .checkout-container .login input[type="password"] {
  border: none;
  font-size: 14px;
  line-height: 18px;
  height: 26px;
  padding: 4px 6px;
  width: 292px;
}
.checkout-container .login input[type="submit"], .checkout-container .login input[type="button"] {
  background: none;
  border: none;
  font-family: "NeuzeitSLTW01-BookHeavy";
  font-size: 22px;
  line-height: 18px;
  height: 26px;
  padding: 4px 6px;
  margin-left: 4px;
  float: right;
}
.checkout-container .login span.required {
  display: none;
}
.checkout-container .login label {
  margin-right: 20px;
}
.checkout-container .login .lost_password {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.checkout-container .login .lost_password a {
  text-decoration: none;
}
.checkout-container .woocommerce form.login .form-row-first,
.checkout-container .woocommerce form.login .form-row-last,
.checkout-container .woocommerce-page form.login .form-row-first,
.checkout-container .woocommerce-page form.login .form-row-last {
  float: none;
  width: 100%;
}
.checkout-container .woocommerce form.login .form-row-first input[type="text"], .checkout-container .woocommerce form.login .form-row-first input[type="email"], .checkout-container .woocommerce form.login .form-row-first input[type="password"],
.checkout-container .woocommerce form.login .form-row-last input[type="text"],
.checkout-container .woocommerce form.login .form-row-last input[type="email"],
.checkout-container .woocommerce form.login .form-row-last input[type="password"],
.checkout-container .woocommerce-page form.login .form-row-first input[type="text"],
.checkout-container .woocommerce-page form.login .form-row-first input[type="email"],
.checkout-container .woocommerce-page form.login .form-row-first input[type="password"],
.checkout-container .woocommerce-page form.login .form-row-last input[type="text"],
.checkout-container .woocommerce-page form.login .form-row-last input[type="email"],
.checkout-container .woocommerce-page form.login .form-row-last input[type="password"] {
  border: none;
  float: left;
  width: 50%;
  background: #fff;
}
.checkout-container .woocommerce form.login .form-row-first label,
.checkout-container .woocommerce form.login .form-row-last label,
.checkout-container .woocommerce-page form.login .form-row-first label,
.checkout-container .woocommerce-page form.login .form-row-last label {
  float: left;
}
.checkout-container .woocommerce .col2-set .col-1, .checkout-container .woocommerce .col2-set .col-2, .checkout-container .woocommerce-page .col2-set .col-1, .checkout-container .woocommerce-page .col2-set .col-2 {
  width: 100%;
  float: none;
}
.checkout-container #ship-to-different-address {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  position: relative;
  position: relative;
  overflow: hidden;
}
.checkout-container #ship-to-different-address input[type="checkbox"] {
  position: absolute;
  left: -200px;
}
.checkout-container #ship-to-different-address label {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
  float: none;
  font-weight: normal;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
}
.checkout-container #ship-to-different-address label:before {
  color: #ee4390;
}
.checkout-container .shipping_address {
  clear: left;
}
.checkout-container .woocommerce-billing-fields, .checkout-container .woocommerce-shipping-fields {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.checkout-container .woocommerce-billing-fields h3, .checkout-container .woocommerce-shipping-fields h3 {
  margin-bottom: 12px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.checkout-container .woocommerce-billing-fields .description, .checkout-container .woocommerce-shipping-fields .description {
  margin-bottom: 20px;
}
.checkout-container .woocommerce-billing-fields .form-row, .checkout-container .woocommerce-shipping-fields .form-row {
  margin-bottom: 12px;
}
.checkout-container .woocommerce-billing-fields label, .checkout-container .woocommerce-shipping-fields label {
  float: left;
  margin-right: 29px;
}
.checkout-container .woocommerce-billing-fields input[type="text"], .checkout-container .woocommerce-billing-fields input[type="email"], .checkout-container .woocommerce-billing-fields input[type="tel"], .checkout-container .woocommerce-shipping-fields input[type="text"], .checkout-container .woocommerce-shipping-fields input[type="email"], .checkout-container .woocommerce-shipping-fields input[type="tel"] {
  border: none;
  float: left;
  width: 60%;
  background: #f1f1f2;
  height: 26px;
  line-height: 18px;
  padding: 4px 6px;
}
.checkout-container .woocommerce-billing-fields .required, .checkout-container .woocommerce-shipping-fields .required {
  display: none;
}
.checkout-container .woocommerce-billing-fields .selectboxit-container, .checkout-container .woocommerce-shipping-fields .selectboxit-container {
  width: auto;
  float: left;
  margin-top: -5px;
}
.checkout-container .woocommerce-billing-fields #billing_address_2, .checkout-container .woocommerce-billing-fields #shipping_address_2, .checkout-container .woocommerce-shipping-fields #billing_address_2, .checkout-container .woocommerce-shipping-fields #shipping_address_2 {
  width: 100% !important;
}
.checkout-container .woocommerce form .form-row-first, .checkout-container .woocommerce form .form-row-last, .checkout-container .woocommerce-page form .form-row-first, .checkout-container .woocommerce-page form .form-row-last {
  float: none;
  width: 100%;
}
.checkout-container #order_comments_field {
  margin-top: 20px;
}
.checkout-container .create-account {
  background: #ed80c0;
  padding: 20px;
  margin: 20px 0;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.checkout-container .create-account label {
  float: left;
  margin-right: 29px;
}
.checkout-container .create-account input[type="password"] {
  border: none;
  float: left;
  width: 60%;
  background: #fff;
  height: 26px;
  line-height: 18px;
  padding: 4px 6px;
}
.checkout-container .woocommerce-shipping-fields {
  margin: 40px 0 20px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.checkout-container .woocommerce-shipping-fields textarea {
  margin: 12px 0;
  border: none;
  background: #f1f1f2;
  padding: 6px;
  width: 100%;
  min-height: 100px;
  max-width: 100%;
  max-height: 250px;
  resize: none;
}
.checkout-container .cart-summary {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 20px;
}
.checkout-container .cart-summary tr {
  border-bottom: 1px solid #000;
}
.checkout-container .cart-summary tr td {
  padding: 6px 0px 6px 0;
  width: 24%;
}
.checkout-container .cart-summary tr td.product-name {
  vertical-align: top;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  width: 68%;
}
.checkout-container .cart-summary tr td.product-name span {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
}
.checkout-container .cart-summary tr td.product-name .variation {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.checkout-container .cart-summary tr td.product-name .variation dt {
  font-weight: normal !important;
}
.checkout-container .cart-summary tr td.product-subtotal {
  text-align: right;
  width: 22%;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.checkout-container .cart-summary tr td.product-subtotal > span {
  margin-right: 0px;
}
.checkout-container .cart-summary tr td.product-quantity {
  width: 10%;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 14px;
  line-height: 18px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  text-align: right;
}
.checkout-container .woocommerce-checkout-review-order-table {
  width: 100%;
  border-bottom: 1px solid #000;
}
.checkout-container .woocommerce-checkout-review-order-table tr td {
  padding: 6px 0px 6px 0;
  width: 15%;
}
.checkout-container .woocommerce-checkout-review-order-table tr td.product-name {
  width: 75%;
}
.checkout-container .wc_payment_methods.payment_methods.methods {
  list-style: none;
  margin-top: 20px;
}
.checkout-container .wc_payment_methods.payment_methods.methods li {
  float: right;
  position: relative;
  min-height: 50px;
  min-width: 200px;
}
.checkout-container .wc_payment_methods.payment_methods.methods li img {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  max-width: 200px;
}
.checkout-container .woocommerce-checkout-payment {
  padding-top: 20px;
}
.checkout-container .woocommerce-checkout-payment #place_order, .checkout-container .woocommerce-checkout-payment input[type="submit"] {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  color: #323232;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: none !important;
  padding: 5px 5px 7px;
  border-radius: 0;
  padding: 3px 5px 4px 5px;
  background: #ed80c0;
}
.checkout-container .payment_method_paypal a {
  display: none;
}
.checkout-container .payment_method_paypal img {
  display: block;
}
.checkout-container ul.woocommerce-error {
  background: #ed80c0;
  list-style: none;
  position: relative;
  z-index: 1;
  clear: left;
  padding: 20px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
.checkout-container .order-thankyou .woocommerce-thankyou-order-failed,
.checkout-container .order-thankyou .woocommerce-thankyou-order-received {
  padding: 20px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
}
.checkout-container .order-thankyou .woocommerce-thankyou-order-received {
  background-color: #ed80c0;
}
.checkout-container .order-thankyou .woocommerce-thankyou-order-failed {
  background: #cafb78;
}
.checkout-container .order-thankyou ul.order_details {
  margin: 20px 0;
  list-style: none;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  line-height: 24px;
}
.checkout-container table.order_details {
  margin: 20px 0;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  line-height: 24px;
  width: 100%;
}
.checkout-container table.order_details th {
  font-weight: normal;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  line-height: 24px;
  padding-right: 20px;
}
.checkout-container table.order_details td {
  line-height: 24px;
}
.checkout-container .order-details-customer table.shop_table {
  margin: 20px 0;
}
.checkout-container .order-details-customer table.shop_table th {
  font-weight: normal;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  line-height: 24px;
  padding-right: 20px;
}
.checkout-container .order-details-customer table.shop_table td {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  line-height: 24px;
}
.checkout-container .order-details-customer .addresses {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 16px;
  line-height: 20px;
  line-height: 24px;
}
.checkout-container .order-details-customer .col2-set {
  margin-left: -10px;
  margin-right: -10px;
}
.checkout-container .order-details-customer .col2-set:before, .checkout-container .order-details-customer .col2-set:after {
  content: " ";
  display: table;
}
.checkout-container .order-details-customer .col2-set:after {
  clear: both;
}
.checkout-container .order-details-customer .col2-set .col-1, .checkout-container .order-details-customer .col2-set .col-2 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .checkout-container .order-details-customer .col2-set .col-1, .checkout-container .order-details-customer .col2-set .col-2 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .checkout-container .order-details-customer .col2-set .col-1, .checkout-container .order-details-customer .col2-set .col-2 {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .checkout-container .order-details-customer .col2-set .col-1, .checkout-container .order-details-customer .col2-set .col-2 {
    float: left;
    width: 33.33333%;
  }
}

.lost_reset_password, #mepr_forgot_password_form,
#mepr_reset_password_form {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  padding: 20px;
  background: #ed80c0;
  margin-bottom: 40px;
}
.lost_reset_password .form-row, #mepr_forgot_password_form .form-row,
#mepr_reset_password_form .form-row {
  clear: left;
  margin-top: 12px;
  width: 100% !important;
  float: none;
}
.lost_reset_password input[type="email"], #mepr_forgot_password_form input[type="email"],
#mepr_reset_password_form input[type="email"], .lost_reset_password input[type="text"], #mepr_forgot_password_form input[type="text"],
#mepr_reset_password_form input[type="text"], .lost_reset_password input[type="password"], #mepr_forgot_password_form input[type="password"],
#mepr_reset_password_form input[type="password"] {
  border: none;
  font-size: 14px;
  line-height: 18px;
  height: 26px;
  padding: 4px 6px;
  width: 292px;
  float: right;
}
.lost_reset_password input[type="submit"], #mepr_forgot_password_form input[type="submit"],
#mepr_reset_password_form input[type="submit"], .lost_reset_password input[type="button"], #mepr_forgot_password_form input[type="button"],
#mepr_reset_password_form input[type="button"] {
  background: none;
  border: none;
  font-family: "NeuzeitSLTW01-BookHeavy";
  font-size: 18px;
  line-height: 24px;
  height: 26px;
  padding: 4px 6px;
  float: none;
  font-weight: normal;
}
.lost_reset_password span.required, #mepr_forgot_password_form span.required,
#mepr_reset_password_form span.required {
  display: none;
}
.lost_reset_password label, #mepr_forgot_password_form label,
#mepr_reset_password_form label {
  margin-right: 20px;
  float: left;
}

.search-content {
  opacity: 0;
}
.search-content .page-title {
  margin-top: 25px;
  margin-bottom: 30px;
  font-family: "Neuzeit S LT W01 Book";
  font-size: 30px;
  line-height: 36px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.search-content .search-listing h3 {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 22px;
  line-height: 28px;
  font-family: "NeuzeitSLTW01-BookHeavy";
  margin-bottom: 10px;
}
.search-content .search-listing article {
  margin-bottom: 10px;
}
.search-content .search-listing article h2.entry-title {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}
.search-content .search-listing article h2.entry-title a {
  text-decoration: none;
}
.search-content .search-listing article h2.entry-title a:hover {
  font-family: "Neuzeit S LT W01 Book";
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitSLTW01-BookHeavy";
}
.search-content .search-listing article p a {
  text-decoration: underline;
}
.search-content .search-listing .results-set {
  margin-bottom: 30px;
}
.search-content .list-more {
  background-color: #f77071;
}

.wsp-pages-title {
  display: none;
}

.wsp-pages-list li {
  margin-left: 40px;
}
.wsp-pages-list li a {
  text-decoration: none;
}
.wsp-pages-list li a:hover {
  text-decoration: underline;
}

body::before {
  display: none;
  content: '{ "current": "small", "all": ["small"] }';
}
@media (min-width: 769px) {
  body::before {
    content: '{ "current": "medium", "all": ["small", "medium"] }';
  }
}
@media (min-width: 1025px) {
  body::before {
    content: '{ "current": "large", "all": ["small", "medium", "large"] }';
  }
}

@media (max-width: 1023px) {
  input {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-subscribe input[type="email"], .footer-subscribe input[type="text"] {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .page-header h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  #header {
    padding-top: 5px;
    min-height: 40px;
    height: 58px;
  }
  #header .container .row {
    height: 58px;
  }
  #header .logo-container {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: auto;
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  #header .logo-container a span {
    font-size: 80px;
  }
  #header .main-nav-container {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
  }
  #header #main-nav {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    transform: matrix(1, 0, 0, 1, 0, -1400);
    margin-top: 0px;
    padding: 80px 0 0;
  }
  #header #main-nav ul > li {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
    padding: 0 20px;
  }
  #header #main-nav ul > li > a {
    margin-bottom: 10px;
  }
  #header #main-nav ul > li > div {
    border-top: none;
    width: auto;
    position: relative;
    margin: 0 0 10px;
    margin-left: -20px;
    margin-right: -20px;
    top: auto;
    left: auto !important;
  }
  #header #main-nav ul > li.current-menu-item > div, #header #main-nav ul > li.current-menu-parent > div, #header #main-nav ul > li.current-menu-ancestor > div {
    display: block;
  }
  #header #main-nav ul > li.current-menu-item > div ul, #header #main-nav ul > li.current-menu-parent > div ul, #header #main-nav ul > li.current-menu-ancestor > div ul {
    opacity: 1;
  }
  #header .nav-extent {
    font-size: 18px;
    line-height: 19px;
    margin-right: 0px;
    margin-top: 0px;
    position: static;
    z-index: 9999;
  }
  #header .nav-extent .nav-extend-item {
    margin-left: 15px;
    position: fixed;
    right: 60px;
    top: 12px;
    z-index: 9999;
  }
  #header.nav-up ul li > div {
    top: 70px;
    border-color: transparent;
  }
  #header.nav-up .nav-extent {
    font-size: 18px;
    line-height: 19px;
    margin-right: 55px;
    margin-top: 15px;
    position: relative;
    z-index: 9999;
  }
  #header.nav-up .logo-container a.logo span {
    left: 0px;
    top: -3px;
    font-size: 80px;
  }
  #header.nav-up .logo-container a.logo span:before {
    margin: 0px;
  }
  #header.nav-up .logo-container a.logo span.icon-lux-06 {
    left: 14px;
    font-size: 74px;
  }

  .top-nav-container {
    display: none;
  }

  .optin-form-container input[type="text"],
  .optin-form-container input[type="email"] {
    float: none;
    width: 100%;
    margin-top: 5px;
    height: 32px;
  }
  .optin-form-container .bottom-part {
    margin-top: 20px;
  }
  .optin-form-container .bottom-part .submit-container {
    position: relative;
    min-height: 0px;
    margin-top: 10px;
  }
  .optin-form-container .bottom-part .submit-container input {
    bottom: auto;
    position: relative;
    right: auto;
  }

  .footer-subscribe .mc4wp-form input[type="email"] {
    width: 175px;
  }
  .footer-subscribe .mc4wp-form.on input[type="email"], .footer-subscribe .mc4wp-form.on input[type="text"] {
    width: 100%;
  }
  .footer-subscribe .mc4wp-form.on .form-row.form-row-submit {
    bottom: auto;
    clear: left;
    float: none;
    left: auto;
    margin-bottom: 8px;
    position: relative;
  }
  .footer-subscribe .mc4wp-form.on .additional-fields {
    max-width: 100%;
    width: 100%;
  }

  .homepage-content .homepage-entry {
    width: 50%;
    max-width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin: 0 0 30px !important;
    box-sizing: border-box;
  }

  .search-panel .search-column.first .contentby-form-fields {
    margin-right: 25px;
  }

  .image-container img {
    width: 100%;
    height: auto;
  }

  #letters {
    position: relative;
    top: auto;
    right: auto;
  }
  .collectiontp-content #letters.on, .luxplayer-content #letters.on {
    float: right;
  }

  .listing-navigation {
    margin-top: 0px;
  }
  .listing-navigation .filter-controls a {
    margin-right: 15px;
  }
  .listing-navigation .order-controls {
    float: none;
  }
  .collectiontp-content .listing-navigation .order-controls, .luxplayer-content .listing-navigation .order-controls {
    float: right;
  }
  .collection-content .listing-navigation .order-controls .order-control {
    margin-left: 0px;
    float: left;
  }
  .collection-content .listing-navigation .order-controls .order-control.sortby-group {
    float: right;
  }
  .listing-navigation .order-controls .year-control .selectboxit-text {
    float: none;
    padding-left: 40px;
  }
  .listing-navigation .order-controls .year-control .selectboxit-arrow-container {
    float: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
  }
  .listing-navigation .categories {
    padding-bottom: 0;
  }
  .news-main-listing .listing-navigation .categories {
    margin-left: 0px;
  }

  .works .work:nth-child(2n+1) {
    clear: left;
  }
  .works .work .image-container .placeholder {
    height: 196px;
  }

  .work-search-panel .work-search-form input[type="text"] {
    width: 92%;
  }

  .products .product:nth-child(3n+1) {
    clear: left;
  }
  .products .product:nth-child(4n+1) {
    clear: none;
  }

  .cart-container .woocommerce table.shop_table_responsive, .cart-container .woocommerce-page table.shop_table_responsive {
    display: table;
  }
  .cart-container .woocommerce table.shop_table_responsive thead, .cart-container .woocommerce-page table.shop_table_responsive thead {
    display: table-header-group;
  }
  .cart-container .woocommerce table.shop_table_responsive tr, .cart-container .woocommerce-page table.shop_table_responsive tr {
    display: table-row;
  }
  .cart-container .woocommerce table.shop_table_responsive tr th, .cart-container .woocommerce-page table.shop_table_responsive tr th {
    display: table-cell;
    text-align: right !important;
  }
  .cart-container .woocommerce table.shop_table_responsive tr th.product-name, .cart-container .woocommerce-page table.shop_table_responsive tr th.product-name {
    text-align: left !important;
  }
  .cart-container .woocommerce table.shop_table_responsive tr td, .cart-container .woocommerce-page table.shop_table_responsive tr td {
    display: table-cell;
    width: 100%;
  }
  .cart-container .woocommerce table.shop_table_responsive tr td::before, .cart-container .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
  .cart-container .woocommerce table.shop_table_responsive tr td.product-name, .cart-container .woocommerce-page table.shop_table_responsive tr td.product-name {
    text-align: left !important;
  }
  .cart-container .woocommerce table.shop_table_responsive tr td.product-thumbnail, .cart-container .woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
    width: 14%;
  }
  .cart-container .woocommerce table.shop_table_responsive tr td.product-thumbnail img, .cart-container .woocommerce-page table.shop_table_responsive tr td.product-thumbnail img {
    width: 100%;
  }
  .cart-container .woocommerce table.shop_table_responsive tr td.product-quantity, .cart-container .woocommerce-page table.shop_table_responsive tr td.product-quantity {
    padding-right: 10px;
    text-align: center;
  }
  .cart-container .woocommerce table.shop_table_responsive tr td.product-remove, .cart-container .woocommerce-page table.shop_table_responsive tr td.product-remove {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .cart-container .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .cart-container .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none;
  }
  .cart-container .woocommerce .cart-collaterals, .cart-container .woocommerce-page .cart-collaterals {
    float: right;
  }
  .cart-container .woocommerce .cart-collaterals .cart_totals, .cart-container .woocommerce-page .cart-collaterals .cart_totals {
    text-align: right;
    float: right;
  }
  .cart-container .woocommerce .cart-collaterals .shop_table, .cart-container .woocommerce-page .cart-collaterals .shop_table {
    float: right;
    margin-top: 15px;
  }
  .cart-container .woocommerce .cart-collaterals .shop_table th, .cart-container .woocommerce .cart-collaterals .shop_table td, .cart-container .woocommerce-page .cart-collaterals .shop_table th, .cart-container .woocommerce-page .cart-collaterals .shop_table td {
    padding: 5px 0px 5px 30px;
    text-align: right;
  }
  .cart-container .woocommerce .cart-collaterals .shop_table td, .cart-container .woocommerce-page .cart-collaterals .shop_table td {
    min-width: 0px;
  }
  .cart-container .woocommerce .cart-collaterals .shop_table tr, .cart-container .woocommerce-page .cart-collaterals .shop_table tr {
    border: none;
  }
  .cart-container .woocommerce .cart-collaterals .selectboxit-arrow-container, .cart-container .woocommerce-page .cart-collaterals .selectboxit-arrow-container {
    position: absolute;
    left: 0px;
    top: 0px;
    float: none;
  }
  .cart-container .woocommerce .cart-collaterals .selectboxit-arrow-container .selectboxit-arrow:before, .cart-container .woocommerce-page .cart-collaterals .selectboxit-arrow-container .selectboxit-arrow:before {
    margin-left: 0px;
    margin-right: 0px;
  }
  .cart-container .woocommerce .cart-collaterals .selectboxit-text, .cart-container .woocommerce-page .cart-collaterals .selectboxit-text {
    padding-left: 20px;
  }
  .cart-container .woocommerce #content table.cart td.actions .button,
  .cart-container .woocommerce table.cart td.actions .button,
  .cart-container .woocommerce #content table.cart td.actions .button,
  .cart-container .woocommerce table.cart td.actions .button, .cart-container .woocommerce-page #content table.cart td.actions .button,
  .cart-container .woocommerce-page table.cart td.actions .button,
  .cart-container .woocommerce-page #content table.cart td.actions .button,
  .cart-container .woocommerce-page table.cart td.actions .button {
    display: block;
    float: left;
    text-align: center;
    width: 46%;
  }
  .cart-container .woocommerce #content table.cart td.actions .checkout-button,
  .cart-container .woocommerce table.cart td.actions .checkout-button,
  .cart-container .woocommerce #content table.cart td.actions .checkout-button,
  .cart-container .woocommerce table.cart td.actions .checkout-button, .cart-container .woocommerce-page #content table.cart td.actions .checkout-button,
  .cart-container .woocommerce-page table.cart td.actions .checkout-button,
  .cart-container .woocommerce-page #content table.cart td.actions .checkout-button,
  .cart-container .woocommerce-page table.cart td.actions .checkout-button {
    float: right;
  }

  .checkout-container .checkout-col-2 {
    margin-top: -375px;
  }
  .checkout-container .woocommerce form.login .form-row-first input[type="text"], .checkout-container .woocommerce form.login .form-row-first input[type="email"], .checkout-container .woocommerce form.login .form-row-first input[type="password"], .checkout-container .woocommerce form.login .form-row-first input[type="tel"], .checkout-container .woocommerce form.login .form-row-last input[type="text"], .checkout-container .woocommerce form.login .form-row-last input[type="email"], .checkout-container .woocommerce form.login .form-row-last input[type="password"], .checkout-container .woocommerce form.login .form-row-last input[type="tel"], .checkout-container .woocommerce form.login .form-row input[type="text"], .checkout-container .woocommerce form.login .form-row input[type="email"], .checkout-container .woocommerce form.login .form-row input[type="password"], .checkout-container .woocommerce form.login .form-row input[type="tel"], .checkout-container .woocommerce-page form.login .form-row-first input[type="text"], .checkout-container .woocommerce-page form.login .form-row-first input[type="email"], .checkout-container .woocommerce-page form.login .form-row-first input[type="password"], .checkout-container .woocommerce-page form.login .form-row-first input[type="tel"], .checkout-container .woocommerce-page form.login .form-row-last input[type="text"], .checkout-container .woocommerce-page form.login .form-row-last input[type="email"], .checkout-container .woocommerce-page form.login .form-row-last input[type="password"], .checkout-container .woocommerce-page form.login .form-row-last input[type="tel"], .checkout-container .woocommerce-page form.login .form-row input[type="text"], .checkout-container .woocommerce-page form.login .form-row input[type="email"], .checkout-container .woocommerce-page form.login .form-row input[type="password"], .checkout-container .woocommerce-page form.login .form-row input[type="tel"] {
    float: none;
    width: 100%;
    margin-top: 5px;
    height: 32px;
  }
  .checkout-container .woocommerce table.shop_table_responsive tr td, .checkout-container .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    float: none;
    width: 100%;
  }
  .checkout-container .woocommerce table.shop_table_responsive tr td::before, .checkout-container .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: normal;
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 5px;
  }
  .checkout-container .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .checkout-container .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none;
  }
  .checkout-container .woocommerce-billing-fields input[type="text"],
  .checkout-container .woocommerce-billing-fields input[type="email"],
  .checkout-container .woocommerce-billing-fields input[type="password"],
  .checkout-container .woocommerce-billing-fields input[type="tel"] {
    float: none;
    width: 100%;
    margin-top: 5px;
    height: 32px;
  }
  .checkout-container .cart-summary tr td.product-quantity:before {
    content: "Qty:";
  }
  .checkout-container #payment #place_order {
    display: block;
  }
  .checkout-container #payment #place_order .button {
    margin: 5px 0px 5px;
    text-align: center;
  }
  .checkout-container .white-button {
    margin: 5px 0px 15px;
    text-align: center;
    display: block;
    float: none;
  }

  .news-main-listing .listing-navigation #filter-theme {
    padding-top: 5px;
  }

  .news .news-entry:nth-child(4n+1), .news .news-entry:nth-child(3n+1) {
    clear: none;
  }
  .news .news-entry:nth-child(2n+1) {
    clear: left;
  }

  .whatson-entries .whatson-entry .date {
    font-family: "Neuzeit S LT W01 Book";
    font-size: 22px;
    line-height: 28px;
  }

  .projects .project:nth-child(3n+1), .projects .project:nth-child(4n+1) {
    clear: none;
  }
  .projects .project:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  #main {
    padding-top: 70px;
  }

  .container, .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  #header {
    padding-top: 5px;
    min-height: 40px;
    height: 58px;
  }
  #header.ui-state-active:before {
    content: "";
    background: #fff;
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 56px;
    z-index: 99;
  }
  #header .container .row {
    height: 58px;
  }
  #header .logo-container {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: auto;
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  #header .logo-container a span {
    left: 0px;
    top: -3px;
    font-size: 80px;
  }
  #header .logo-container a span:before {
    margin: 0px;
  }
  #header .logo-container a span.icon-lux-06 {
    left: 14px;
    font-size: 74px;
  }
  #header.nav-up {
    height: 58px;
  }
  #header.nav-up ul li > div {
    top: 70px;
    border-color: transparent;
  }
  #header.nav-up .nav-extent {
    font-size: 18px;
    line-height: 19px;
    margin-right: 55px;
    margin-top: 15px;
    position: relative;
    z-index: 9999;
  }
  #header.nav-up .logo-container a.logo span {
    left: 0px;
    top: -3px;
    font-size: 80px;
  }
  #header.nav-up .logo-container a.logo span:before {
    margin: 0px;
  }
  #header.nav-up .logo-container a.logo span.icon-lux-06 {
    left: 14px;
    font-size: 74px;
  }
  #header .main-nav-container {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
  }
  #header #main-nav {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: matrix(1, 0, 0, 1, 0, -1400);
    margin-top: 0px;
    padding: 80px 0 0;
    font-size: 24px;
    line-height: 42px;
    overflow: hidden;
    overflow-y: auto;
  }
  #header #main-nav ul {
    margin-left: 0px !important;
    min-height: none;
  }
  #header #main-nav ul > li {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
    padding: 0 20px;
  }
  #header #main-nav ul > li > a {
    margin-bottom: 10px;
    width: auto !important;
  }
  #header #main-nav ul > li > div {
    border-top: none;
    width: auto;
    position: relative;
    margin: 0 0 10px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 16px;
    top: auto;
    left: auto !important;
  }
  #header #main-nav ul > li > div ul {
    min-height: 0px;
    font-size: 24px;
    line-height: 42px;
  }
  #header #top-nav {
    float: none;
    font-size: 18px;
    line-height: 42px;
    position: relative;
    right: auto;
    top: auto;
  }
  #header #top-nav ul {
    float: none;
  }
  #header #top-nav ul a {
    text-align: left;
    color: #848484;
  }
  #header #nav-extend-item-cart {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  #header #nav-extend-item-cart a:after {
    content: attr(data-mobile-text);
  }
  #header #nav-extend-item-cart span:before {
    margin-left: 0px;
    margin-right: 10px;
  }
  #header .nav-extent {
    font-size: 18px;
    line-height: 19px;
    margin-right: 55px;
    margin-top: 15px;
    position: relative;
    z-index: 9999;
  }

  #header .top-nav-container {
    padding-left: 0px;
    padding-right: 0px;
    float: none;
  }
  #header .top-nav-container .header-socials {
    font-size: 26px;
    float: none;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 90px;
  }

  .homepage-content .homepage-entry {
    width: 100%;
    position: relative !important;
    max-width: 100%;
    top: auto !important;
    left: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin: 0 0 30px !important;
    box-sizing: border-box;
  }

  .image-container img {
    width: 100%;
  }

  .footer-col {
    margin-bottom: 25px;
  }

  .search-panel .container {
    padding: 10px 20px;
  }
  .search-panel .col-heading label {
    margin-left: 0px;
  }
  .search-panel .search-content-types {
    margin-top: 0px;
    text-align: left;
  }
  .search-panel .search-content-types ul li {
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 5px;
  }
  .search-panel .search-column {
    margin-bottom: 20px;
  }
  .search-panel .search-column.first .contentby-form-fields {
    margin-right: 0px;
  }
  .search-panel .search-themes-list .theme-span {
    margin-right: 5px;
  }

  #letters-reponsive-selectSelectBoxItContainer {
    width: auto;
  }

  .letters.on {
    overflow: visible !important;
  }
  .letters a {
    display: none;
  }
  .letters select, .letters .selectboxit-container {
    display: block;
  }
  .letters .selectboxit-container .selectboxit {
    width: auto !important;
    min-width: 0px;
  }
  .loading .letters {
    display: none;
  }

  .listing-navigation {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .listing-navigation .filter-controls > a {
    margin-right: 15px;
    display: block;
  }
  .listing-navigation .filter-controls > strong {
    margin-top: 15px;
    display: block;
    cursor: pointer;
  }
  .listing-navigation .order-controls {
    float: none;
    clear: left;
  }
  .listing-navigation .order-controls .order-control {
    margin-left: 0px;
    line-height: 36px;
    padding-top: 0px;
    float: none;
  }
  .listing-navigation .order-controls .selectboxit-text {
    float: none;
    padding-left: 40px;
  }
  .listing-navigation .order-controls .selectboxit-arrow-container {
    float: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
  }
  .listing-navigation .categories a {
    display: inline-block;
  }
  .news-main-listing .listing-navigation .categories {
    margin-left: 0px;
  }

  .projects-navigation .projects-navigation-group.sortby-group {
    margin-left: 0px;
    float: none;
    margin-top: 10px;
  }
  .projects-navigation .projects-navigation-group.sortby-group .selectboxit-text {
    float: none;
    padding-left: 40px;
    text-align: left;
  }
  .projects-navigation .projects-navigation-group.sortby-group .selectboxit-arrow-container {
    float: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
  }

  .works .work .image-container .placeholder {
    height: 180px;
  }

  .work-search-panel .work-search-form input[type="text"] {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    width: 85%;
  }

  .shop-content .woocommerce-message a.view-cart, .shop-content .woocommerce-message a.button.wc-forward {
    float: none;
  }
  .shop-content a.toggle-search-shop {
    clear: left;
    margin-top: 0px;
  }
  .shop-content .luxonly-group {
    clear: left;
    margin-right: auto;
    height: auto;
  }
  .shop-content .filter-controls, .shop-content .order-controls, .shop-content .luxonly-group {
    margin-bottom: 15px;
  }

  .shop-search-panel form {
    padding: 30px;
  }
  .shop-search-panel form .form-row-title input[type="text"],
  .shop-search-panel form .form-row-keyword input[type="text"] {
    width: 100%;
  }
  .shop-search-panel form .form-row-submit {
    margin-top: 15px;
  }
  .shop-search-panel form input[type="text"] {
    float: none;
    height: 32px;
    margin-top: 5px;
    width: 100%;
  }

  .product-single .variations td {
    display: block;
    text-align: left;
  }
  .product-single .variations td .variation-value {
    margin-left: 0px;
  }

  .cart-container .cart-collaterals {
    float: none;
  }
  .cart-container .cart-collaterals .shop_table {
    float: none;
  }
  .cart-container .cart-collaterals .shop_table td {
    min-width: 0px;
    padding-left: 0px;
  }
  .cart-container .cart-collaterals .cart_totals {
    width: 100% !important;
  }
  .cart-container .cart-collaterals .selectboxit-arrow-container {
    float: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
  }
  .cart-container .cart-collaterals .selectboxit-text {
    padding-left: 30px;
    max-width: 100% !important;
    width: 100% !important;
  }
  .cart-container .cart-collaterals #shipping_methodSelectBoxItOptions {
    left: 0;
    max-width: 100% !important;
  }
  .cart-container .shop_table.cart td.product-name, .cart-container .shop_table.cart td.product-price, .cart-container .shop_table.cart td.product-quantity, .cart-container .shop_table.cart td.product-subtotal, .cart-container .shop_table.cart td.product-remove {
    width: 100%;
    padding: 6px 0px;
  }
  .cart-container .shop_table.cart td.product-name {
    min-height: 68px;
  }
  .cart-container .shop_table.cart td.product-name:before {
    display: none;
  }
  .cart-container .shop_table.cart td.product-name .variation {
    margin-bottom: 0px;
  }
  .cart-container .shop_table.cart td.product-remove {
    position: absolute;
    top: 2px;
    right: 0px;
    width: 30px;
    font-size: 28px;
    text-align: right !important;
  }
  .cart-container .shop_table.cart td.product-remove a:hover {
    text-decoration: none;
  }
  .cart-container .shop_table.cart td.product-thumbnail {
    position: relative;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 0px;
    max-height: 150px;
  }
  .cart-container .shop_table.cart td.product-thumbnail:before {
    display: none;
  }
  .cart-container .shop_table.cart td.product-thumbnail .image-container {
    max-height: 150px;
    text-align: right;
  }
  .cart-container .shop_table.cart td.product-thumbnail .image-container img {
    max-height: 150px;
    width: auto;
    max-width: 100%;
    float: right;
  }
  .cart-container .shop_table.cart tr.cart_item {
    display: block;
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px;
    min-height: 275px;
  }
  .cart-container .shop_table.cart tr.order-total td {
    display: table-cell;
  }
  .cart-container .woocommerce table.shop_table_responsive, .cart-container .woocommerce-page table.shop_table_responsive {
    width: 100%;
  }
  .cart-container .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .cart-container .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none;
  }
  .cart-container .woocommerce table.shop_table_responsive tr td, .cart-container .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }
  .cart-container .woocommerce table.shop_table_responsive tr td:before, .cart-container .woocommerce-page table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    display: block;
    float: none;
    font-weight: normal;
    text-align: left;
  }
  .cart-container .woocommerce table.shop_table_responsive tr td.hide_before:before, .cart-container .woocommerce-page table.shop_table_responsive tr td.hide_before:before {
    display: none;
  }
  .cart-container .woocommerce table.shop_table_responsive tr .cart-subtotal td:before, .cart-container .woocommerce table.shop_table_responsive tr .order-total td:before, .cart-container .woocommerce-page table.shop_table_responsive tr .cart-subtotal td:before, .cart-container .woocommerce-page table.shop_table_responsive tr .order-total td:before {
    display: inline;
  }
  .cart-container .woocommerce table.cart td.actions, .cart-container .woocommerce-page table.cart td.actions {
    display: block;
  }
  .cart-container .woocommerce table.cart td.actions .button, .cart-container .woocommerce-page table.cart td.actions .button {
    margin: 5px 0px 5px;
    text-align: center;
  }
  .cart-container .woocommerce table.cart td.actions .white-button, .cart-container .woocommerce-page table.cart td.actions .white-button {
    margin: 5px 0px -35px;
    text-align: center;
    display: block;
    float: none;
  }

  .checkout-container .checkout-col-2 {
    margin-top: 0px;
  }
  .checkout-container .woocommerce form.login .form-row-first input[type="text"], .checkout-container .woocommerce form.login .form-row-first input[type="email"], .checkout-container .woocommerce form.login .form-row-first input[type="password"], .checkout-container .woocommerce form.login .form-row-first input[type="tel"], .checkout-container .woocommerce form.login .form-row-last input[type="text"], .checkout-container .woocommerce form.login .form-row-last input[type="email"], .checkout-container .woocommerce form.login .form-row-last input[type="password"], .checkout-container .woocommerce form.login .form-row-last input[type="tel"], .checkout-container .woocommerce form.login .form-row input[type="text"], .checkout-container .woocommerce form.login .form-row input[type="email"], .checkout-container .woocommerce form.login .form-row input[type="password"], .checkout-container .woocommerce form.login .form-row input[type="tel"], .checkout-container .woocommerce-page form.login .form-row-first input[type="text"], .checkout-container .woocommerce-page form.login .form-row-first input[type="email"], .checkout-container .woocommerce-page form.login .form-row-first input[type="password"], .checkout-container .woocommerce-page form.login .form-row-first input[type="tel"], .checkout-container .woocommerce-page form.login .form-row-last input[type="text"], .checkout-container .woocommerce-page form.login .form-row-last input[type="email"], .checkout-container .woocommerce-page form.login .form-row-last input[type="password"], .checkout-container .woocommerce-page form.login .form-row-last input[type="tel"], .checkout-container .woocommerce-page form.login .form-row input[type="text"], .checkout-container .woocommerce-page form.login .form-row input[type="email"], .checkout-container .woocommerce-page form.login .form-row input[type="password"], .checkout-container .woocommerce-page form.login .form-row input[type="tel"] {
    float: none;
    width: 100%;
    margin-top: 5px;
    height: 32px;
  }
  .checkout-container .woocommerce table.shop_table_responsive tr td, .checkout-container .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    float: none;
    width: 100%;
  }
  .checkout-container .woocommerce table.shop_table_responsive tr td::before, .checkout-container .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: normal;
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 5px;
  }
  .checkout-container .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .checkout-container .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none;
  }
  .checkout-container .woocommerce-billing-fields input[type="text"],
  .checkout-container .woocommerce-billing-fields input[type="email"],
  .checkout-container .woocommerce-billing-fields input[type="password"],
  .checkout-container .woocommerce-billing-fields input[type="tel"] {
    float: none;
    width: 100%;
    margin-top: 5px;
    height: 32px;
  }
  .checkout-container .cart-summary tr td.product-quantity:before {
    content: "Qty:";
  }
  .checkout-container #payment #place_order {
    display: block;
  }
  .checkout-container #payment #place_order .button {
    margin: 5px 0px 5px;
    text-align: center;
  }
  .checkout-container .white-button {
    margin: 5px 0px 15px;
    text-align: center;
    display: block;
    float: none;
  }
  .checkout-container .shipping #shipping_methodSelectBoxItContainer #shipping_methodSelectBoxItText {
    max-width: 170px !important;
  }

  .optin-form-container input[type="text"],
  .optin-form-container input[type="email"] {
    float: none;
    width: 100%;
    margin-top: 5px;
    height: 32px;
  }
  .optin-form-container .bottom-part {
    margin-top: 20px;
  }
  .optin-form-container .bottom-part .submit-container {
    position: relative;
    min-height: 0px;
    margin-top: 10px;
  }
  .optin-form-container .bottom-part .submit-container input {
    bottom: auto;
    position: relative;
    right: auto;
  }

  .footer-subscribe .mc4wp-form input[type="email"] {
    width: 265px;
  }
  .footer-subscribe .mc4wp-form .form-row {
    width: 75%;
  }
  .footer-subscribe .mc4wp-form .form-row.form-row-submit {
    width: 25%;
  }
  .footer-subscribe .mc4wp-form.on input[type="email"], .footer-subscribe .mc4wp-form.on input[type="text"] {
    width: 100%;
  }
  .footer-subscribe .mc4wp-form.on .form-row {
    width: 100%;
  }
  .footer-subscribe .mc4wp-form.on .form-row.form-row-submit {
    width: 100%;
    bottom: auto;
    clear: left;
    float: none;
    left: auto;
    margin-bottom: 8px;
    position: relative;
  }
  .footer-subscribe .mc4wp-form.on .additional-fields {
    max-width: 100%;
    width: 100%;
  }

  #news-main-listing {
    margin-top: 20px;
  }

  #news-main-listing-head {
    margin-bottom: 30px;
  }

  .content-news-details .template1 .featured-image {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .content-news-details .template1 .featured-image .image-container {
    float: none;
    margin-bottom: 10px;
  }
  .content-news-details .template1 .featured-image h5.caption {
    padding-left: 10px;
    padding-right: 10px;
  }

  .news-body .wp-caption {
    width: 100%;
    margin: 30px 0;
  }
  .news-body .wp-caption .wp-caption-meta {
    position: static;
    margin: 10px 0 0;
    padding: 0;
    font-family: "Neuzeit S LT W01 Book";
    font-size: 18px;
    line-height: 22px;
  }
  .news-body .wp-caption .wp-caption-meta .wp-caption-title {
    font-family: "Neuzeit S LT W01 Book";
    font-size: 18px;
    line-height: 22px;
    font-family: "NeuzeitSLTW01-BookHeavy";
    margin: 0px;
  }
  .news-body .wp-caption .wp-caption-meta .wp-caption-text, .news-body .wp-caption .wp-caption-meta .wp-caption-description {
    font-family: "Neuzeit S LT W01 Book";
    font-size: 18px;
    line-height: 22px;
    margin: 0;
  }

  .news-body .text blockquote, .news-body .downloads blockquote, .news-body .themes blockquote, .news-body .downloads blockquote, .news-body .themes blockquote {
    font-family: "Neuzeit S LT W01 Book";
    font-size: 22px;
    line-height: 28px;
    width: 100%;
    margin: 20px 0;
  }
  .news-body .text blockquote p, .news-body .downloads blockquote p, .news-body .themes blockquote p, .news-body .downloads blockquote p, .news-body .themes blockquote p {
    line-height: 1.8;
  }

  .whatson-content .image-container, .events-content .image-container {
    margin-bottom: 10px;
  }
  .whatson-content .whatson-entries, .events-content .whatson-entries {
    margin-top: 20px;
  }

  #calendar .ui-datepicker-calendar {
    width: 100%;
  }

  .projects .project .image-container {
    height: 210px;
    overflow: hidden;
  }
  .projects .project .image-container .placeholder {
    height: 210px;
  }
  .projects .project .image-container img {
    display: block;
  }

  .oe-content-details .featured-section {
    position: relative;
    height: auto !important;
  }
  .oe-content-details .featured-section .bg {
    display: none;
  }
  .oe-content-details .featured-section .arrow-down {
    display: none;
  }

  .oe-video-section.on .embed-container {
    width: 100%;
  }
  .oe-video-section.on .information-panel {
    width: 100%;
  }
}


