/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  height: 100%;
  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;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
  cursor: pointer;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-family: 'Aquavit-Italic', Arial, sans;
}
mark {
  background: #0000ff;
  color: #0000ff;
}
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #0000ff !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  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;
  }
  select {
    background: #ffffff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #0000ff !important;
  }
  .label {
    border: 1px solid #0000ff;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !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: 17px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Aquavit-Normal', Arial, sans;
  font-size: 17px;
  line-height: 1.40;
  color: #000000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0000ff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0000ff;
  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: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.75;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-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: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #f2c443;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  line-height: 1.25;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #f2c443;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 28px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 28px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
  color: #ccff33
;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 24px;
  color: #0000ff
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 14px;
  font-weight: 400;
}
.lead {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #e3e3e3;
  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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #f2c443;
}
.text-primary {
  color: #0000ff;
}
a.text-primary:hover {
  color: #0000ff;
}
.text-success {
  color: #595959;
}
a.text-success:hover {
  color: #0000ff;
}
.text-info {
  color: #ff333;
}
a.text-info:hover {
  color: #0000ff;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #ffffff;
  background-color: #0000ff;
}
a.bg-primary:hover {
  background-color: #0000ff;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #f2c443;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 14px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 28px;
}
dt,
dd {
  line-height: 1.75;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #f2c443;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 20px;
  border-left: 5px solid #f2c443;
}
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.75;
  color: #f2c443;
}
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 #f2c443;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.75;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
@media (min-width: 2000px) {
  .container {
    width: 1570px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1600px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 2000px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-pull-11 {
    right: 91.66666667%;
  }
  .col-xxl-pull-10 {
    right: 83.33333333%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-8 {
    right: 66.66666667%;
  }
  .col-xxl-pull-7 {
    right: 58.33333333%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-5 {
    right: 41.66666667%;
  }
  .col-xxl-pull-4 {
    right: 33.33333333%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-2 {
    right: 16.66666667%;
  }
  .col-xxl-pull-1 {
    right: 8.33333333%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-push-11 {
    left: 91.66666667%;
  }
  .col-xxl-push-10 {
    left: 83.33333333%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-8 {
    left: 66.66666667%;
  }
  .col-xxl-push-7 {
    left: 58.33333333%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-5 {
    left: 41.66666667%;
  }
  .col-xxl-push-4 {
    left: 33.33333333%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-2 {
    left: 16.66666667%;
  }
  .col-xxl-push-1 {
    left: 8.33333333%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxl-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #f2c443;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.75;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 21px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f2c443;
}
.nav > li.disabled > a {
  color: #f2c443;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #f2c443;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f2c443;
  border-color: #0000ff;
}
.nav .nav-divider {
  height: 1px;
  margin: 13px 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.75;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f2c443 #f2c443 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #4d4d4d;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.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: #ffffff;
  background-color: #0000ff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: 'Aquavit-Normal', Arial, sans;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #0000ff;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #0000ff;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #0000ff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #0000ff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #0000ff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #0000ff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0000ff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0000ff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0000ff;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Aquavit-Black';
  src: url('../fonts/aquavit/quvt_blck.woff2') format('woff2'), url('../fonts/aquavit/quvt_blck.woff') format('woff'), url('../fonts/aquavit/quvt_blck.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Extrabold';
  src: url('../fonts/aquavit/quvt_xtrbld.woff2') format('woff2'), url('../fonts/aquavit/quvt_xtrbld.woff') format('woff'), url('../fonts/aquavit/quvt_xtrbld.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Bold';
  src: url('../fonts/aquavit/quvt_bld.woff2') format('woff2'), url('../fonts/aquavit/quvt_bld.woff') format('woff'), url('../fonts/aquavit/quvt_bld.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Semibold';
  src: url('../fonts/aquavit/quvt_smbld.woff2') format('woff2'), url('../fonts/aquavit/quvt_smbld.woff') format('woff'), url('../fonts/aquavit/quvt_smbld.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Medium';
  src: url('../fonts/aquavit/quvt_mdm.woff2') format('woff2'), url('../fonts/aquavit/quvt_mdm.woff') format('woff'), url('../fonts/aquavit/quvt_mdm.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Normal';
  src: url('../fonts/aquavit/quvt_rglr.woff2') format('woff2'), url('../fonts/aquavit/quvt_rglr.woff') format('woff'), url('../fonts/aquavit/quvt_rglr.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Light';
  src: url('../fonts/aquavit/quvt_lght.woff2') format('woff2'), url('../fonts/aquavit/quvt_lght.woff') format('woff'), url('../fonts/aquavit/quvt_lght.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Extralight';
  src: url('../fonts/aquavit/quvt_xtrlght.woff2') format('woff2'), url('../fonts/aquavit/quvt_xtrlght.woff') format('woff'), url('../fonts/aquavit/quvt_xtrlght.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Thin';
  src: url('../fonts/aquavit/quvt_thn.woff2') format('woff2'), url('../fonts/aquavit/quvt_thn.woff') format('woff'), url('../fonts/aquavit/quvt_thn.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Italic-Black';
  src: url('../fonts/aquavit/quvt_blck.woff2') format('woff2'), url('../fonts/aquavit/quvt_blck.woff') format('woff'), url('../fonts/aquavit/quvt_blck.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Italic-Extrabold';
  src: url('../fonts/aquavit/quvt_xtrbld.woff2') format('woff2'), url('../fonts/aquavit/quvt_xtrbld.woff') format('woff'), url('../fonts/aquavit/quvt_xtrbld.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Italic-Bold';
  src: url('../fonts/aquavit/quvt_bld.woff2') format('woff2'), url('../fonts/aquavit/quvt_bld.woff') format('woff'), url('../fonts/aquavit/quvt_bld.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Italic-Semibold';
  src: url('../fonts/aquavit/quvt_smbld.woff2') format('woff2'), url('../fonts/aquavit/quvt_smbld.woff') format('woff'), url('../fonts/aquavit/quvt_smbld.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Italic-Medium';
  src: url('../fonts/aquavit/quvt_mdm.woff2') format('woff2'), url('../fonts/aquavit/quvt_mdm.woff') format('woff'), url('../fonts/aquavit/quvt_mdm.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Italic-Normal';
  src: url('../fonts/aquavit/quvt_rglr.woff2') format('woff2'), url('../fonts/aquavit/quvt_rglr.woff') format('woff'), url('../fonts/aquavit/quvt_rglr.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Italic-Light';
  src: url('../fonts/aquavit/quvt_lght.woff2') format('woff2'), url('../fonts/aquavit/quvt_lght.woff') format('woff'), url('../fonts/aquavit/quvt_lght.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Italic-Extralight';
  src: url('../fonts/aquavit/quvt_xtrlght.woff2') format('woff2'), url('../fonts/aquavit/quvt_xtrlght.woff') format('woff'), url('../fonts/aquavit/quvt_xtrlght.eot') format('eot');
}
@font-face {
  font-family: 'Aquavit-Italic-Thin';
  src: url('../fonts/aquavit/quvt_thn.woff2') format('woff2'), url('../fonts/aquavit/quvt_thn.woff') format('woff'), url('../fonts/aquavit/quvt_thn.eot') format('eot');
}

html {
  font-family: 'Aquavit-Normal', Arial, sans;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  height: 100%;
  width: 100%;
  padding: 0;
  font-size: 26px;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active,
a:focus {
  color: #000000;
}
label {
  font-weight: normal;
}
strong {
  font-weight: 600;
}
em {
  font-family: 'Aquavit-Normal';
  font-style: normal;
}
mark {
  background-color: #f2c443;
  font-weight: 600;
}
ol,
ul {
  list-style: none;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
img {
  width: 100%;
  height: auto;
}
.fleft {
  float: left;
}
.svg-icon {
  width: 4.5em;
  height: 1.8em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #000000;
}
.svg-icon circle {
  stroke: #000000;
  stroke-width: 1;
}
.fright {
  float: right;
}
.aleft {
  text-align: left;
}
.aright {
  text-align: right;
}
.acenter {
  text-align: center;
}
.fc-white {
  color: #ffffff;
}
.fc-white a {
  color: #ffffff;
}
.fc-green {
  color: #000000;
}
.fc-green a {
  color: #000000;
}
.dlig {
  font-feature-settings: "dlig";
  -webkit-font-feature-settings: "dlig" 1;
  -moz-font-feature-settings: "dlig" 1;
  -ms-font-feature-settings: "dlig" 1;
  -o-font-feature-settings: "dlig" 1;
  font-variant-ligatures: discretionary-ligatures;
}
.salt {
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
}
.ss01 {
  font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  -moz-font-feature-settings: "ss01";
  -ms-font-feature-settings: "ss01";
  -o-font-feature-settings: "ss01";
}
.ss02 {
  font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  -moz-font-feature-settings: "ss02";
  -ms-font-feature-settings: "ss02";
  -o-font-feature-settings: "ss02";
}
.liga {
  font-variant-ligatures: common-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -moz-font-feature-settings: "liga", "clig", "dlig";
  -webkit-font-feature-settings: "liga", "clig", "dlig";
  -ms-font-feature-settings: "liga", "clig", "dlig";
  -o-font-feature-settings: "liga", "clig", "dlig";
  font-feature-settings: "liga", "clig", "dlig";
}
[contenteditable="true"]:active,
[contenteditable="true"]:focus {
  border: none;
  outline: none;
}
.u100 {
  font-family: 'Aquavit-Thin', Arial, sans;
  font-style: normal;
}
.u100i {
  font-family: 'Aquavit-Italic-Thin', Arial, sans;
  font-style: normal;
}
.u200 {
  font-family: 'Aquavit-Extralight', Arial, sans;
  font-style: normal;
}
.u200i {
  font-family: 'Aquavit-Italic-Extralight', Arial, sans;
  font-style: normal;
}
.u300 {
  font-family: 'Aquavit-Light', Arial, sans;
  font-style: normal;
}
.u300i {
  font-family: 'Aquavit-Italic-Light', Arial, sans;
  font-style: normal;
}
.u400 {
  font-family: 'Aquavit-Normal', Arial, sans;
  font-style: normal;
}
.u400i {
  font-family: 'Aquavit-Italic-Normal', Arial, sans;
  font-style: normal;
}
.u500 {
  font-family: 'Aquavit-Medium', Arial, sans;
  font-style: normal;
}
.u500i {
  font-family: 'Aquavit-Italic-Medium', Arial, sans;
  font-style: normal;
}
.u600 {
  font-family: 'Aquavit-Semibold', Arial, sans;
  font-style: normal;
}
.u600i {
  font-family: 'Aquavit-Italic-Semibold', Arial, sans;
  font-style: normal;
}
.u700 {
  font-family: 'Aquavit-Bold', Arial, sans;
  font-style: normal;
}
.u700i {
  font-family: 'Aquavit-Italic-Bold', Arial, sans;
  font-style: normal;
}
.u800 {
  font-family: 'Aquavit-Extrabold', Arial, sans;
  font-style: normal;
}
.u800i {
  font-family: 'Aquavit-Italic-Extrabold', Arial, sans;
  font-style: normal;
}
.u900 {
  font-family: 'Aquavit-Black', Arial, sans;
  font-style: normal;
}
.u900i {
  font-family: 'Aquavit-Italic-Black', Arial, sans;
  font-style: normal;
}
h1 {
  font-family: 'Aquavit-Italic-Bold', Arial, sans;
  font-size: 3rem;
  font-weight: normal;
}
h2 {
  margin-bottom: 1.250em;
  font-family: "Aquavit-Italic-Bold", Arial, sans;
  font-size: 2.5rem;
  font-weight: bold;
  color: #0000ff;

}
h3 {
  margin-bottom: 0.750em;
  font-family: "Aquavit-Bold", Arial, sans;
  font-size: 1.125rem;
  font-weight: normal;
}
h4 {
  margin-bottom: 1em;
  font-size: 1rem;
  font-family: "Aquavit-Bold", Arial, sans;
  font-weight: normal;
  letter-spacing: 0.04em;
}
p {
  font-size: 1rem;
  font-weight: normal;
}
p a {
  border-bottom: 1px solid #000000;
}
p a:hover {
  border-bottom: 1px solid transparent;
}
.dlig {
  font-feature-settings: "dlig";
  -webkit-font-feature-settings: "dlig" 1;
  -moz-font-feature-settings: "dlig" 1;
  -ms-font-feature-settings: "dlig" 1;
  -o-font-feature-settings: "dlig" 1;
  font-variant-ligatures: discretionary-ligatures;
}
.salt {
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
}
.ss01 {
  font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  -moz-font-feature-settings: "ss01";
  -ms-font-feature-settings: "ss01";
  -o-font-feature-settings: "ss01";
}
.ss02 {
  font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  -moz-font-feature-settings: "ss02";
  -ms-font-feature-settings: "ss02";
  -o-font-feature-settings: "ss02";
}
.ss03 {
  font-feature-settings: "ss03";
  -webkit-font-feature-settings: "ss03";
  -moz-font-feature-settings: "ss03";
  -ms-font-feature-settings: "ss03";
  -o-font-feature-settings: "ss03";
}
.ss04 {
  font-feature-settings: "ss04";
  -webkit-font-feature-settings: "ss04";
  -moz-font-feature-settings: "ss04";
  -ms-font-feature-settings: "ss04";
  -o-font-feature-settings: "ss04";
}
.ss05 {
  font-feature-settings: "ss05";
  -webkit-font-feature-settings: "ss05";
  -moz-font-feature-settings: "ss05";
  -ms-font-feature-settings: "ss05";
  -o-font-feature-settings: "ss05";
}
.liga {
  font-variant-ligatures: common-ligatures;
  -moz-font-feature-settings: "liga", "clig";
  -webkit-font-feature-settings: "liga", "clig";
  -ms-font-feature-settings: "liga", "clig";
  -o-font-feature-settings: "liga", "clig";
  font-feature-settings: "liga", "clig";
}
.smcp {
  font-variant: small-caps;
  font-variant-caps: small-caps;
  font-feature-settings: "smcp" 1;
  -webkit-font-feature-settings: "smcp" 1;
  -moz-font-feature-settings: "smcp" 1;
  -moz-font-feature-settings: "smcp=1";
  -ms-font-feature-settings: "smcp" 1;
  -o-font-feature-settings: "smcp" 1;
}
.tnum {
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum" 1;
  -webkit-font-feature-settings: "tnum" 1;
  -ms-font-feature-settings: "tnum" 1;
  -o-font-feature-settings: "tnum" 1;
  font-feature-settings: "tnum" 1;
}
.osf {
  font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: "onum" 1;
  -webkit-font-feature-settings: "onum";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
}
.tosf {
  font-feature-settings: "tnum" 1, "onum" 1;
  -webkit-font-feature-settings: "tnum" 1, "onum" 1;
  -moz-font-feature-settings: "tnum" 1, "onum" 1;
  -moz-font-feature-settings: "tnum=1, onum=1";
  -ms-font-feature-settings: "tnum" 1, "onum" 1;
  -o-font-feature-settings: "tnum" 1, "onum" 1;
}
.sups {
  font-variant-position: super;
  -moz-font-feature-settings: "sups" 1;
  -webkit-font-feature-settings: "sups" 1;
  -ms-font-feature-settings: "sups" 1;
  -o-font-feature-settings: "sups" 1;
  font-feature-settings: "sups" 1;
}
.subs {
  font-variant-position: sub;
  -moz-font-feature-settings: "subs" 1;
  -webkit-font-feature-settings: "subs" 1;
  -ms-font-feature-settings: "subs" 1;
  -o-font-feature-settings: "subs" 1;
  font-feature-settings: "subs" 1;
}
.frac {
  font-variant-numeric: diagonal-fractions;
  -moz-font-feature-settings: "frac" 1;
  -webkit-font-feature-settings: "frac" 1;
  -ms-font-feature-settings: "frac" 1;
  -o-font-feature-settings: "frac" 1;
  font-feature-settings: "frac" 1;
}
.ordinals {
  font-variant-numeric: ordinal;
  -moz-font-feature-settings: "ordn" 1;
  -webkit-font-feature-settings: "ordn" 1;
  -ms-font-feature-settings: "ordn" 1;
  -o-font-feature-settings: "ordn" 1;
  font-feature-settings: "ordn" 1;
}
@supports ( font-feature-settings: 'smcp' ) {
  .smcp {
    font-variant: normal;
    font-feature-settings: 'smcp';
  }
}
.button,
input[type=button] {
  display: inline-block;
  width: auto;
  font-family: Aquavit-Bold;
  font-weight: normal;
  color: #0000ff;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  background-color: #f2c443;
}
.button:hover,
input[type=button]:hover,
.button:focus,
input[type=button]:focus {
  text-decoration: none;
  outline: none;
  color: #ffffff;
  background-color: #f2c443;
  border-color: #f2c443;
}
.button:active,
input[type=button]:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=date] {
  border: 2px solid #737373;
  outline: none;
  background: #ffffff;
  font-family: 'Aquavit-Normal', Arial, sans;
  padding: .75em 1.5em;
  line-height: normal;
  -webkit-appearance: none;
}
input[type=checkbox] {
  position: relative;
  top: -1px;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  border: 2px solid #0000ff;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
}
input[type=checkbox]:focus {
  outline: 0;
}
input[type=checkbox]:checked:before {
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 0;
  width: 16px;
  height: 16px;
  font-family: "Iconfont";
  content: '\f005';
  font-size: 16px;
  line-height: 1;
  text-align: right;
  letter-spacing: 0;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=radio] {
  position: relative;
  top: -1px;
  vertical-align: text-top;
  border: 2px solid #0000ff;
  outline: 0;
  box-shadow: none;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=radio]:focus {
  outline: 0;
}
input[type=radio]:checked:before {
  display: block;
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 8px;
  height: 8px;
  background-color: #0000ff;
  border-radius: 100%;
}
select {
  position: relative;
  width: auto;
  height: 41px;
  margin-top: -0.75em;
  padding: 2px 3em 2px .75em;
  border: 2px solid #737373;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Aquavit-Normal', Arial, sans;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (min-width: 0\0) {
  select {
    background: none;
    padding: 5px;
  }
}
.ratio2_1:before {
  padding-top: 50% !important;
}
.ratio1_2:before {
  padding-top: 200% !important;
}
.ratio3_4:before {
  padding-top: 133.3332% !important;
}
.ratio3_2:before {
  padding-top: 66.8% !important;
}
.ratio4_3:before {
  padding-top: 75% !important;
}
.ratio-90:before {
  padding-top: 90% !important;
}
.ratio-75:before {
  padding-top: 75% !important;
}
.fancybox-close {
  background: url('../images/assets/close.svg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fancybox-prev span {
  background: url('../images/assets/chevron-left.svg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fancybox-next span {
  background: url('../images/assets/chevron-right.svg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.swatch {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0 7px;
}
.swatch.rose {
  background-color: #f2c443;
}
.swatch.red {
  background-color: #0000ff;
}
.swatch.black {
  background-color: #0000ff;
}
.swatch.blue {
  background-color: #0000ff;
}
.swatch.grey {
  background-color: #f2c443;
}
.vcenter {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}
.vcenter-inner {
  display: table-cell;
  vertical-align: middle;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#top {
  height: 60px;
}
#fullpage {
  position: relative;
}
.wrapper {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
@media (min-width: 992px) {
  .wrapper {
    width: 80%;
  }
}
@media (min-width: 1600px) {
  .wrapper {
    width: 70%;
  }
}
.column-list {
  -webkit-columns: 50px 2;
  -moz-columns: 50px 2;
  -ms-columns: 50px 2;
  -o-columns: 50px 2;
  columns: 50px 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
}
@media (min-width: 992px) {
  .column-list {
    -webkit-columns: 50px 3;
    -moz-columns: 50px 3;
    -ms-columns: 50px 3;
    -o-columns: 50px 3;
    columns: 50px 3;
  }
}
.column-list ul {
  -webkit-column-break-before: avoid-column;
  column-break-before: avoid-column;
}
.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #0000ff;
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.header #buy {
  position: relative;
  float: right;
  width: 100px;
  font-family: "Aquavit-Extrabold";
  letter-spacing: 0.11em;
  font-size: 1.3rem;
  line-height: 63px;
  color: #ccff33;
  text-align: center;
  border: none !important;
  background-color: #0000ff;
}
.header #menu-toggler {
  display: block;
  position: absolute;
  top: 0;
  right: 70px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  fill: #ffffff;

}
.header #menu-toggler:hover svg {
  fill: #0000ff;
}
@media (min-width: 992px) {
  .header #menu-toggler {
    display: none;
  }
}
.header .header-inner {
  line-height: 1em;
  text-align: center;
}
.header .header-inner:before,
.header .header-inner:after {
  content: " ";
  display: table;
}
.header .header-inner:after {
  clear: both;
}
.header .header-inner:before,
.header .header-inner:after {
  content: " ";
  display: table;
}
.header .header-inner:after {
  clear: both;
}
.header .header-inner .logo {
  display: inline-block;
  float: left;
  margin-left: 4%;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: "Aquavit-Extrabold";
  line-height: 60px;
  color: #fff;
  letter-spacing: 0.10em;
}
.header .header-inner .logo:hover {
  color: #ccff33;
}
#page-navigation ul {
  margin: 0;
}
#page-navigation ul:before,
#page-navigation ul:after {
  content: " ";
  display: table;
}
#page-navigation ul:after {
  clear: both;
}
#page-navigation ul:before,
#page-navigation ul:after {
  content: " ";
  display: table;
}
#page-navigation ul:after {
  clear: both;
}
#page-navigation ul li {
  position: relative;
  float: left;
  font-family: "Aquavit-Normal";
  font-size: 1.3rem;
  line-height: 63px;
  letter-spacing: 0.12em;
  text-transform: uppercase;

}
#page-navigation ul li a {
  display: block;
  padding: 0 0.75em;
  text-decoration: none;
}
#page-navigation ul li a.active{
  color: #fff;
  font-family: "Aquavit-Bold";
  background-color: #0000ff;
}
#page-navigation ul li a:hover {
  color: #ccff33;
  background-color: #0000ff;
}
@media (max-width: 992px) {
  #page-navigation {
    display: table;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    background-color: #0000ff;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
  }
  #page-navigation.in {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
  }
  #page-navigation.in .menu {
    display: table-cell;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    vertical-align: middle;
  }
  #page-navigation.in .menu li {
    float: none;
    display: block;
    font-size: 1.5rem;
    text-align: center;
  }
  #page-navigation.in .menu li a {
    margin: 0 auto;
    padding: 0;
  }
  #page-navigation.in .menu li a.active,
  #page-navigation.in .menu li a:hover {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  #page-navigation {
    display: block;
    float: right;
  }
}
#charset-navi .tab {
  display: block;
  margin: 0;
  padding: 1.25em;
  font-family: 'Aquavit-Normal', Arial, sans;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  color: #82aa00;
  text-decoration: none;
}
#charset-navi .tab:hover {
  text-decoration: none;
  color: #0000ff;
}
#charset-navi .tab.current {
  background-color: #ffffff;
}
#charset-navi .tab.current,
#charset-navi .tab.current:hover,
#charset-navi .tab.current:focus {
  color: #0000ff;
  background-color: #ffffff;
  cursor: default;
}
.article {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.article:before,
.article:after {
  content: " ";
  display: table;
}
.article:after {
  clear: both;
}
.article:before,
.article:after {
  content: " ";
  display: table;
}
.article:after {
  clear: both;
}
.article .article-info {
  position: relative;
  margin-bottom: 45px;
}
.article .article-info p,
.article .article-info ul,
.article .article-info ol,
.article .article-info dl {
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.article .article-info h3 {
  letter-spacing: 0.05em;
}
.article .article-info .quote p {
  font-size: 1.5rem;
  line-height: 1.25em;
  color: #0000ff;
  font-family: 'Aquavit-Light', Arial, sans;
  font-style: normal;
}
.article .image-wrapper {
  position: relative;
  margin-bottom: 30px;
  max-width: 100%;
}
.article .image-wrapper a.fancybox {
  display: block;
}
.article .image-wrapper img {
  margin-bottom: 10px;
}
.article .image-wrapper .desaturated {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.article .image-wrapper .caption {
  font-family: 'Aquavit-Italic-Light';
  font-size: 0.938rem;
  line-height: 1.813em;
  color: #0000ff;
}
.article .image-wrapper .caption p {
  font-size: 0.938rem;
  line-height: 1.813em;
}
.article .image-wrapper.pano a.fancybox {
  text-align: center;
}
.article .image-wrapper.pano a.fancybox img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .article .image-wrapper.pano a.fancybox img {
    width: auto;
    height: 500px;
  }
}
.article .image-wrapper.pano .caption {
  width: 80%;
  margin: 0 auto;
  font-weight: 200;
  text-align: center;
}
.article .label {
  margin-bottom: 15px;
  font-family: 'Aquavit-Normal', Arial, sans;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 0.9rem;
  font-weight: 400;
  color: #0000ff;
}
.article .sample {
  position: relative;
  margin-bottom: 30px;
  color: #0000ff;
}
.article .sample:before,
.article .sample:after {
  content: " ";
  display: table;
}
.article .sample:after {
  clear: both;
}
.article .sample:before,
.article .sample:after {
  content: " ";
  display: table;
}
.article .sample:after {
  clear: both;
}
.article .sample .sample-info {
  color: #000000;
}
.article .sample .sample-info p {
  font-size: 0.875rem;
  line-height: 1.750em;
}
.article .article-right {
  position: relative;
}
#intro {
  position: relative;
  width: 100%;
  height: 100vh;}
#intro .intro-text {
  display: table;
  position: relative;
  z-index: 10;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  color: #ffffff;
}
#intro .intro-text .intro-text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#intro .intro-text h1 {
  font-family: 'Aquavit-Italic-Medium';
  font-size: 16vw;
  line-height: 1.07em !important;
  white-space: nowrap;
}
@media (min-width: 992px) {
  #intro .intro-text h1 {
    font-size: 19vw;
  }
}
#intro .intro-text .btn-play {
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#intro .intro-text .btn-play:hover {
  transform: scale(1.1);
}
#intro .intro-text p {
  display: none;
  margin: 18px 100px;
  padding: 15px 15px;
  font-size: 2.2rem;
  line-height: 1.1em;
  border-bottom: 0px solid #ffffff;
  border-top: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;

}
@media (min-width: 768px) {
  #intro .intro-text p {
    display: block;
  }
}
@media (min-width: 992px) {
  #intro .intro-text {
    width: 60%;
  }
}
#intro #intro-video-wrapper {
  background-color: #000000;
}
#try {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #f5ffd6 ;
}
#try #tryout-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#try #tryout-slider .owl-stage-outer {
  height: 100%;
  overflow: hidden;
}
#try #tryout-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
#try #tryout-slider .owl-stage-outer .owl-stage .owl-item {
  width: 100%;
  height: 100%;
}
#try #tryout-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 25%;
  z-index: 100;
  width: 50%;
}
#try #weight-overview {
  position: relative;
  width: 100%;
  height: 100%;
}
#try #weight-overview .letter {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  font-size: 700px;
  font-size: 70vh;
  line-height: 90vh;
  color: #0000ff;
  text-align: center;
  opacity: 0.16;
}
#try .typemaschine-help {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 95%;
  margin-left: 5%;
  margin-right: 5%;
  z-index: 10;
}
#try .typemaschine-help h4,
#try .typemaschine-help p {
  margin: 0;
  margin-bottom: 0.25em;
  font-size: 0.875rem;
  line-height: 1.25em;
}
#try .typemaschine-help #display-key {
  display: inline-block;
  width: 50px;
  height: 60px;
  margin-bottom: 16px;
  font-family: 'Aquavit-Bold', Arial, sans;
  font-weight: 300;
  font-size: 2rem;
  line-height: 60px;
  text-align: center;
  color: #000000;
  border-radius: 10%;
  background-color: #ffffff;
}
#try .tryout-slide {
  height: 100%;
}
#try #tryout {
  position: relative;
  height: 100%;
  padding: 36px 0;
}
#try #tryout-controls {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  font-family: 'Aquavit-Medium', Arial, sans;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  list-style: none;
}
#try #tryout-controls:before,
#try #tryout-controls:after {
  content: " ";
  display: table;
}
#try #tryout-controls:after {
  clear: both;
}
#try #tryout-controls:before,
#try #tryout-controls:after {
  content: " ";
  display: table;
}
#try #tryout-controls:after {
  clear: both;
}
#try #tryout-controls .control-item {
  position: relative;
  margin-bottom: 24px;
}
#try #tryout-controls .control-item .controls-label {
  display: block;
  position: relative;
  width: auto;
  margin-bottom: 1em;
  font-size: 0.9rem;
  line-height: 0.5em;
}
#try #tryout-controls .control-item .controls-label .v {
  margin-left: 10px;
}
#try #tryout-controls .control-item .dropdown {
  display: none;
  position: absolute;
  top: 20px;
  z-index: 100;
  list-style: none;
  margin: 0px;
  width: 333px;
  background-color: #0000ff;
}
#try #tryout-controls .control-item .dropdown li {
  display: block;
}
#try #tryout-controls .control-item .dropdown li a {
  display: block;
  padding: 0.3em 0.7em ;
  font-size: 0.9rem;
}
#try #tryout-controls .control-item .dropdown li a:hover {
  color: #000;
  background-color: #ccff33;
}
#try #tryout-controls #font-family-menu .controls-label {
  cursor: pointer;
}
#try #tryout-controls #alignment-control button {
  align-items: center;
  padding: 5px 2px;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid transparent;
}
#try #tryout-controls #alignment-control button.active {
  border: 1px solid #000000;
}
#try #tryout-stage-wrapper {
  position: relative;
  width: 100%;
  height: 70vh;
  margin: 0;
  overflow: hidden;
}
#try #tryout-stage {
  position: relative;
  color: #0000ff;
}
#try #color-switch {
  position: absolute;
  bottom: 16px;
  right: 24px;
  width: 28px;
  height: 28px;
  z-index: 100;
  cursor: pointer;
}
#try #color-switch svg {
  width: 100%;
  height: 100%;
}
#try.dark .controls-label {
  color: #ffffff;
}
#try.dark .slider-track {
  background: #ffffff;
}
#try.dark .slider-handle {
  border-color: #ffffff;
}
#try.dark #tryout-controls #alignment-control svg {
  fill: #ffffff;
}
#try.dark #tryout-controls #alignment-control button.active {
  border: 1px solid #ffffff;
}
#try.dark #tryout-stage {
  color: #ffffff;
}
#try.dark #color-switch svg {
  fill: #ffffff;
}
#try.dark #weight-overview .letter {
  color: #ffffff;
}
#try.dark .typemaschine-help .hint {
  color: #ffffff;
}
#try.dark .owl-dots .owl-dot span {
  border-color: #ffffff;
}
#try.dark .owl-dots .owl-dot.active span {
  background: #ffffff;
}
#weight .sample-weight {
  font-size: 2em;
}
#weight .sample-weight-mixed {
  font-size: 3.5rem;
  text-align: center;
}
#weight .sample-weight-mixed .column-sample-20 {
  float: left;
  width: 33.33%;
  border-right: 1px solid #000000;
  overflow: hidden;
}
#weight .sample-weight-mixed .column-sample-20:last-child {
  border-right: none;
}
#weight .sample-weight-mixed .column-sample-20 span {
  display: block;
}
#styles {
  position: relative;
  color: #000000;
  background-color: #0000ff;
}
#styles .styles-wrapper {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ccff33;

}
#character-set ul.language-list {
  list-style: none;
  font-size: 0.938rem;
}
#character-set #charset-navi .tab {
  display: block;
  margin: 0;
  padding: 1.25em;
  font-family: 'Aquavit-Normal', Arial, sans;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  color: #737373;
  text-decoration: none;
}
#character-set #charset-navi .tab:hover {
  text-decoration: none;
  color: #0000ff;
}
#character-set #charset-navi .tab.current {
  background-color: #ffffff;
}
#character-set #charset-navi .tab.current,
#character-set #charset-navi .tab.current:hover,
#character-set #charset-navi .tab.current:focus {
  color: #0000ff;
  background-color: #ffffff;
  cursor: default;
}
.sample-charset .glyph {
  position: relative;
  float: left;
  width: 25%;
  overflow: hidden;
  padding: 1.5em 0;
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
  color: #000000;
  font-weight: 300;
  background-color: #ccff33 ;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.sample-charset .glyph:hover {
  color: #ffffff;
  background-color: #0000ff;
}
.sample-charset .glyph .glyph-flag {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 30px;
  font-family: 'Aquavit-Normal', Arial, sans;
  font-size: 1rem;
  line-height: 30px;
  color: #ffffff;
  background-color: #000000;
}
@media (min-width: 768px) {
  .sample-charset .glyph {
    font-size: 2.5rem;
    width: 12.5%;
  }
}
@media (min-width: 992px) {
  .sample-charset .glyph {
    padding: 1em 0;
    font-size: 3rem;
    width: 10%;
  }
}
.sample-feature {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
}
.sample-feature:last-child {
  border-bottom: none;
}
.sample-feature .feature {
  position: relative;
  padding-left: 40px;
  font-family: "Aquavit-Normal";
  font-weight: 400;
  margin-bottom: 15px;
}
.sample-feature .feature:before,
.sample-feature .feature:after {
  content: " ";
  display: table;
}
.sample-feature .feature:after {
  clear: both;
}
.sample-feature .feature:before,
.sample-feature .feature:after {
  content: " ";
  display: table;
}
.sample-feature .feature:after {
  clear: both;
}
.sample-feature .feature:before {
  position: absolute;
  left: 0;
  top: 4px;
  font-family: 'Aquavit-Normal', Arial, sans;
  font-size: 0.813rem;
  line-height: 1em;
  font-weight: 800;
}
.sample-feature .feature span {
  float: left;
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: 400;
}
.sample-feature .feature-off {
  color: #000000;
}
.sample-feature .feature-off:before {
  content: "Off";
  color: #0000ff;
}
.sample-feature .feature-on:before {
  content: "On";
  color: #82aa00;
}
#samples .text-sample {
  max-height: 31em;
  overflow: hidden;
  margin-bottom: 30px;
  color: #000000;
}
@media (min-width: 768px) {
  #samples .text-sample {
    margin-bottom: 0;
  }
}
#samples p {
  font-size: inherit;
  line-height: inherit;
}
footer {
  position: relative;
}
footer .footer-content {
  position: relative;
  padding: 1em 1.5em;
  text-align: left;
}
footer .footer-content:before,
footer .footer-content:after {
  content: " ";
  display: table;
}
footer .footer-content:after {
  clear: both;
}
footer .footer-content:before,
footer .footer-content:after {
  content: " ";
  display: table;
}
footer .footer-content:after {
  clear: both;
}
footer .imprint {
  display: none;
  background-color: #ffffff;
}
#intro-video-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#intro-video-wrapper #intro-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  #intro-video-wrapper #intro-video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #intro-video-wrapper #intro-video {
    width: 300%;
    left: -100%;
  }
}
@supports (object-fit: cover) {
  #intro-video-wrapper #intro-video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.loader {
  display: block;
  margin-top: -18px;
  margin-left: -18px;
  height: 36px;
  width: 36px;
  z-index: 1000;
  border: 3px solid #737373;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotation 0.8s linear infinite;
  animation: rotation 0.8s linear infinite;
}
.page-loader {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
}
.loader {
  -webkit-align-self: center;
  align-self: center;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #ffffffff;
  color: #fffffffff;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #0000ff;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  color: #000000;
}
#fancybox-loading:hover,
.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
  color: #0000ff;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  display: block;
  margin-top: -18px;
  margin-left: -18px;
  height: 36px;
  width: 36px;
  z-index: 1000;
  border: 3px solid #737373;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotation 0.8s linear infinite;
  animation: rotation 0.8s linear infinite;
  -webkit-align-self: center;
  align-self: center;
}
a.fancybox-close {
  position: fixed;
  top: 50px;
  left: auto;
  right: 50px;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  margin-top: -14px;
  cursor: pointer;
  z-index: 8040;
  text-decoration: none;
}
a.fancybox-close:hover {
  text-decoration: none;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-nav.fancybox-prev {
  left: 0;
}
.fancybox-nav.fancybox-prev span {
  left: -56px;
}
.fancybox-nav.fancybox-next {
  right: 0;
}
.fancybox-nav.fancybox-next span {
  right: -56px;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(255, 255, 255, 0.75);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  color: #000000;
  font-weight: 400;
  line-height: 1em;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #ffffff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  padding: 10px;
  background: #0000ff;
  background: #646464;
}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  float: left;
  min-height: 1px;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #0000ff;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  position: absolute;
  display: block;
  top: 50%;
  width: 100%;
  z-index: 10;
  color: #ffffff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  display: inline-block;
  position: absolute;
  color: #ffffff;
  padding: 5px;
  cursor: pointer;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  color: #ffffff;
  text-decoration: none;
  background: #0000ff;
}
.owl-theme .owl-nav .owl-prev {
  left: 0;
  margin-top: -18px;
}
.owl-theme .owl-nav .owl-next {
  right: 0;
  margin-top: -18px;
}
.owl-theme .owl-nav.disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border-radius: 50%;
  background: transparent;
  -webkit-backface-visibility: visible;
  border: 2px solid #000000;
}
.owl-theme .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot:hover {
  transform: scale(1.3);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -40px;
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 120px;
  height: 1em;
}
.slider.slider-horizontal .slider-track {
  left: 0;
  top: 50%;
  height: 2px;
  width: 100%;
  margin-top: -1px;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -0.5em;
  margin-top: -0.5em;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 0.5em 0.5em 0.5em;
  width: 0;
  height: 0;
  border-bottom-color: #000000;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 1em;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 0.2em;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 120px;
  width: 1em;
}
.slider.slider-vertical .slider-track {
  top: 0;
  left: 50%;
  width: 0.5em;
  height: 100%;
  margin-left: -0.25em;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -0.25em;
  margin-top: -0.5em;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 0.5em 0 0.5em 0.5em;
  width: 1px;
  height: 1px;
  border-left-color: #000000;
  margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 0.2em;
}
.slider.slider-disabled .slider-track {
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #000000;
  border-radius: 1em;
}
.slider-selection {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1em;
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1em;
}
.slider-handle {
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #ccff33;
  filter: none;
  border: 2px solid #000000;
}
.slider-handle:hover {
  background-color: #0000ff;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 1em;
  font-size: 20px;
  content: '\2605';
  color: #727272;
}
.slider-tick {
  position: absolute;
  width: 1em;
  height: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 1em;
  font-size: 20px;
  content: '\2605';
  color: #727272;
}
.slider-tick.in-selection {
  opacity: 1;
}
