abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  box-sizing: border-box;
}
body {
  line-height: 1.5;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 1px;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
@media only screen and (max-width: 1080px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  text-decoration: none;
}
ins,
mark {
  background-color: #ff9;
  color: #000;
}
mark {
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border: 0;
}
hr,
table img {
  display: block;
}
hr {
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.clear-both {
  clear: both;
}
.clear-fix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* {
  margin: 0;
  padding: 0;
  position: relative;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.vcenter {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .equal,
  .equal-sub {
    display: flex;
  }
}
.square-box {
  width: 100%;
  padding-bottom: 100%;
}
.square-box-content {
  position: absolute;
  height: 100%;
  width: 100%;
}
.img-force-responsive {
  display: block;
  width: 100%;
  height: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.background-cover {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.effect-rotate {
  transition: transform 0.8s ease-in-out;
}
.effect-rotate:hover {
  transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  -webkit-transform: rotate(1turn);
}
.effect-roll-text {
  overflow: hidden;
}
.effect-roll-text span {
  display: inline-block;
  transition: transform 0.3s;
}
.effect-roll-text span:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  transform: translateZ(0);
}
.effect-roll-text:focus span,
.effect-roll-text:hover span {
  transform: translateY(-100%);
}
button:focus {
  outline: 0;
}
.disable-margins {
  margin: 0 !important;
}
.disable-paddings {
  padding: 0 !important;
}
.top5 {
  margin-top: 5px !important;
}
.top10 {
  margin-top: 10px !important;
}
.top20 {
  margin-top: 20px !important;
}
.top30 {
  margin-top: 30px !important;
}
.top40 {
  margin-top: 40px !important;
}
.top50 {
  margin-top: 50px !important;
}
.top60 {
  margin-top: 60px !important;
}
.top70 {
  margin-top: 70px !important;
}
.top80 {
  margin-top: 80px !important;
}
.top90 {
  margin-top: 90px !important;
}
.top100 {
  margin-top: 100px !important;
}
.bottom5 {
  margin-bottom: 5px !important;
}
.bottom10 {
  margin-bottom: 10px !important;
}
.bottom20 {
  margin-bottom: 20px !important;
}
.bottom30 {
  margin-bottom: 30px !important;
}
.bottom40 {
  margin-bottom: 40px !important;
}
.bottom50 {
  margin-bottom: 50px !important;
}
.bottom60 {
  margin-bottom: 60px !important;
}
.bottom70 {
  margin-bottom: 70px !important;
}
.bottom80 {
  margin-bottom: 80px !important;
}
.bottom90 {
  margin-bottom: 90px !important;
}
.bottom100 {
  margin-bottom: 100px !important;
}
.top-5 {
  margin-top: -5px !important;
}
.top-10 {
  margin-top: -10px !important;
}
.top-20 {
  margin-top: -20px !important;
}
.top-30 {
  margin-top: -30px !important;
}
.top-40 {
  margin-top: -40px !important;
}
.top-50 {
  margin-top: -50px !important;
}
.top-60 {
  margin-top: -60px !important;
}
.top-70 {
  margin-top: -70px !important;
}
.top-80 {
  margin-top: -80px !important;
}
.top-90 {
  margin-top: -90px !important;
}
.top-100 {
  margin-top: -100px !important;
}
.padding-top10 {
  padding-top: 10px !important;
}
.padding-top15 {
  padding-top: 15px !important;
}
.padding-top20 {
  padding-top: 20px !important;
}
.padding-top30 {
  padding-top: 30px !important;
}
.padding-top40 {
  padding-top: 40px !important;
}
.padding-top50 {
  padding-top: 50px !important;
}
.padding-top60 {
  padding-top: 60px !important;
}
.padding-top70 {
  padding-top: 70px !important;
}
.padding-top80 {
  padding-top: 80px !important;
}
.padding-top90 {
  padding-top: 90px !important;
}
.padding-top100 {
  padding-top: 100px !important;
}
.padding-bottom10 {
  padding-bottom: 10px !important;
}
.padding-bottom15 {
  padding-bottom: 15px !important;
}
.padding-bottom20 {
  padding-bottom: 20px !important;
}
.padding-bottom30 {
  padding-bottom: 30px !important;
}
.padding-bottom40 {
  padding-bottom: 40px !important;
}
.padding-bottom50 {
  padding-bottom: 50px !important;
}
.padding-bottom60 {
  padding-bottom: 60px !important;
}
.padding-bottom70 {
  padding-bottom: 70px !important;
}
.padding-bottom80 {
  padding-bottom: 80px !important;
}
.padding-bottom90 {
  padding-bottom: 90px !important;
}
.padding-bottom100 {
  padding-bottom: 100px !important;
}
.padding-left-zero {
  padding-left: 0;
}
.padding-right-zero {
  padding-right: 0;
}
.min-height-100px {
  min-height: 100px;
}
.min-height-200px {
  min-height: 200px;
}
.min-height-300px {
  min-height: 300px;
}
.min-height-400px {
  min-height: 400px;
}
.min-height-500px {
  min-height: 500px;
}
.min-height-600px {
  min-height: 600px;
}
.min-height-700px {
  min-height: 700px;
}
.min-height-800px {
  min-height: 800px;
}
.margin-auto {
  margin: 0 auto;
}
.max-height-40px {
  max-height: 40px;
  overflow: hidden;
}
.max-height-60px {
  max-height: 60px;
  overflow: hidden;
}
.overlay-02 {
  opacity: 0.2;
}
.overlay-02,
.overlay-03 {
  position: absolute;
  background: #08081a;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}
.overlay-03 {
  opacity: 0.3;
}
.overlay-06 {
  opacity: 0.6;
}
.overlay-06,
.overlay-07 {
  position: absolute;
  background: #08081a;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}
.overlay-07 {
  opacity: 0.7;
}
.paginate {
  position: relative;
  width: 98%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 1%;
  text-align: center;
  font-family:
    Open Sans,
    sans-serif;
  font-weight: 600;
  font-size: 13px;
}
.paginate a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  margin: 0 2px;
}
.paginate a:hover {
  color: #000;
  background-color: #e9e9e9;
}
.paginate a:active {
  color: #fff;
}
.paginate span.current {
  background-color: #000;
  color: #fff;
}
.paginate span.current,
.paginate span.disabled {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 10px;
}
.paginate span.disabled {
  color: #ddd;
}
.pagination {
  position: relative;
  width: 98%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 1%;
  text-align: center;
  font-family:
    Open Sans,
    sans-serif;
  font-weight: 600;
  font-size: 13px;
}
.pagination li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  margin: 0 2px;
  transition: all 0.5s ease-in-out;
}
.pagination li:hover {
  background-color: #e9e9e9;
  transition: all 0.5s ease-in-out;
}
.pagination a,
.pagination a:hover {
  color: #000;
}
.pagination a:active {
  color: #fff;
}
.pagination .active {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
}
.pagination .active,
.pagination .active:hover {
  background-color: #000;
}
.pagination .disabled {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #ddd;
  border-radius: 50%;
}
.pagination .disabled:hover {
  background-color: #fff;
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=0bb72fcd7d4d1f70e9e7)
 * Config saved to config.json and https://gist.github.com/0bb72fcd7d4d1f70e9e7
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
svg:not(:root) {
  overflow: hidden;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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 .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%;
}
p {
  margin: 0 0 10px;
}
.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-italic {
  font-style: italic;
}
.text-bold {
  font-weight: 700;
}
ol,
ul {
  margin-top: 0;
  list-style: none;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.container,
.container-small {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .container-small {
    width: 960px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutter [class*="col-"]:not(:first-child),
.no-gutter [class*="col-"]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.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,
.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,
.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,
.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 {
  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: 1440px) {
  .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;
  }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: fontello;
  src: url(/fonts/fontello.eot?47687781);
  src:
    url(/fonts/fontello.eot?47687781#iefix) format("embedded-opentype"),
    url(/fonts/fontello.woff2?47687781) format("woff2"),
    url(/fonts/fontello.woff?47687781) format("woff"),
    url(/fonts/fontello.ttf?47687781) format("truetype"),
    url(/fonts/fontello.svg?47687781#fontello) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-down-open-mini:before {
  content: "\e800";
}
.icon-cancel:before {
  content: "\e801";
}
.icon-plus:before {
  content: "\e802";
}
.icon-left-open-big:before {
  content: "\e803";
}
.icon-right-open-big:before {
  content: "\e804";
}
.icon-right-circled:before {
  content: "\e805";
}
.icon-phone:before {
  content: "\e806";
}
.icon-mail-alt:before {
  content: "\e807";
}
.icon-location:before {
  content: "\e808";
}
.icon-up-open-mini:before {
  content: "\e809";
}
.icon-left:before {
  content: "\e80a";
}
.icon-right:before {
  content: "\e80b";
}
.icon-facebook:before {
  content: "\e80c";
}
.icon-gplus:before {
  content: "\e80d";
}
.icon-twitter:before {
  content: "\e80e";
}
.icon-youtube:before {
  content: "\e80f";
}
.icon-linkedin:before {
  content: "\e810";
}
.icon-check:before {
  content: "\e811";
}
.icon-download:before {
  content: "\e812";
}
.icon-photo:before {
  content: "\e813";
}
.icon-quote-left-alt:before {
  content: "\e814";
}
.icon-quote-right-alt:before {
  content: "\e815";
}
.icon-link-ext:before {
  content: "\e816";
}
.icon-instagram:before {
  content: "\e817";
}
.icon-print:before {
  content: "\e818";
}
.icon-pinterest:before {
  content: "\e819";
}
.icon-star:before {
  content: "\e81a";
}
.icon-doc:before {
  content: "\e81b";
}
.icon-search:before {
  content: "\e81c";
}
.icon-heart:before {
  content: "\e81d";
}
.icon-heart-empty:before {
  content: "\e81e";
}
.icon-quote:before {
  content: "\e81f";
}
.icon-clock:before {
  content: "\e820";
}
.icon-flickr:before {
  content: "\e821";
}
.icon-user:before {
  content: "\e822";
}
.icon-calendar:before {
  content: "\e823";
}
.icon-picture:before {
  content: "\e824";
}
.icon-calendar-1:before {
  content: "\e825";
}
.icon-anchor:before {
  content: "\e826";
}
.icon-resize-horizontal:before {
  content: "\e827";
}
.icon-users:before {
  content: "\e828";
}
.icon-minus:before {
  content: "\e829";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-menu:before {
  content: "\f0c9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-circle-empty:before {
  content: "\f10c";
}
.icon-circle:before {
  content: "\f111";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-euro:before {
  content: "\f153";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-left-1:before {
  content: "\f177";
}
.icon-right-1:before {
  content: "\f178";
}
.icon-paper-plane-empty:before {
  content: "\f1d9";
}
.icon-share:before {
  content: "\f1e0";
}
.icon-bicycle:before {
  content: "\f206";
}
.icon-bus:before {
  content: "\f207";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-tripadvisor:before {
  content: "\f262";
}
.icon-volume-control-phone:before {
  content: "\f2a0";
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
a.meanmenu-reveal {
  display: none;
}
.mean-container .mean-bar {
  font-family:
    Open Sans,
    sans-serif;
  font-size: 13px;
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
  min-height: 0;
  z-index: 1000;
  border-bottom: 0 solid #004271;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;
  color: #4e4e4e;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
  z-index: 1002;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #4e4e4e;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  z-index: 1000;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  top: 55px;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul ul {
  top: 0;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 0;
  margin-top: 0;
  background: none;
  background: #4e4e4e;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 0 solid #1b1b1c;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  background: #67ba5e;
  color: #fff;
}
.mean-container .mean-nav ul li.mean-last a {
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 98%;
  height: 44px;
  line-height: 44px;
  padding: 0 2% 0 0 !important;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: none;
  border: none !important;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1000;
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
  box-sizing: content-box;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition:
    top 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    top 0.2s;
  transition:
    transform 0.2s,
    top 0.2s,
    -webkit-transform 0.2s;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    left 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    left 0.2s;
  transition:
    transform 0.2s,
    left 0.2s,
    -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    right 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    right 0.2s;
  transition:
    transform 0.2s,
    right 0.2s,
    -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: a 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before {
  font-family: fontello;
  content: "\e803";
  color: #fff;
  font-size: 30px;
  opacity: 1 !important;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:before {
  font-family: fontello;
  content: "\e804";
  color: #fff;
  font-size: 30px;
  opacity: 1 !important;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@font-face {
  font-family: league_gothicregular;
  src: url(/fonts/leaguegothic-regular-webfont.eot);
  src:
    url(/fonts/leaguegothic-regular-webfont.eot?#iefix) format("embedded-opentype"),
    url(/fonts/leaguegothic-regular-webfont.woff2) format("woff2"),
    url(/fonts/leaguegothic-regular-webfont.woff) format("woff"),
    url(/fonts/leaguegothic-regular-webfont.ttf) format("truetype"),
    url(/fonts/leaguegothic-regular-webfont.svg#league_gothicregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
html {
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body,
html {
  height: 100%;
}
body {
  font-size: 14px;
  color: #000;
  font-family:
    Open Sans,
    sans-serif;
}
a {
  color: #000;
}
a,
a:hover {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #999;
}
.header-h1 {
  font-size: 48px;
  letter-spacing: 2px;
}
.header-h1,
.header-h2 {
  font-family: league_gothicregular;
  font-weight: 400;
}
.header-h2 {
  font-size: 40px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.header-h3 {
  font-family: league_gothicregular;
  font-size: 20px;
  font-weight: 700;
}
.header-h3.slim {
  font-weight: 300;
}
.font-size14 {
  font-size: 14px;
  font-style: italic;
}
.font-size16 {
  font-size: 16px;
}
.font-size20 {
  font-size: 20px;
}
.blue {
  color: #009eaf;
}
.blue2 {
  color: #67ba5e !important;
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/bg.jpg);
}
.bg-blue {
  background: #009eaf;
}
.bg-blue-light {
  background: #e4e7ee;
}
.hr {
  height: 1px;
}
.hr,
.hr2 {
  background: #009eaf;
}
.hr2 {
  height: 2px;
}
.hr3 {
  height: 1px;
  background: #67ba5e;
}
.desktop-hide {
  display: none;
}
.mobile-hide {
  display: block;
}
.false-href {
  cursor: default;
  display: inline-block !important;
}
.space150 {
  height: 150px;
}
.space100 {
  height: 100px;
}
.show-more,
.space50 {
  height: 50px;
}
.show-more {
  display: inline-block;
  width: 200px;
  line-height: 48px;
  border: 1px solid #fff;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  z-index: 10 !important;
}
.show-more a {
  display: block;
  background: #fff;
  color: #000;
}
.show-more a:hover {
  background: #1a1a1a;
  color: #fff;
}
.show-more .show-more-after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 200px;
  height: 50px;
  border: 1px solid #fff;
  z-index: -1 !important;
}
.show-more.sm-blue {
  border: 1px solid #009eaf;
}
.show-more.sm-blue .show-more-after {
  background: #009eaf;
}
.navigate-bottun {
  display: none;
  width: 200px;
  margin: 25px 0;
  padding-left: 40px;
  background-color: #119ad7;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.navigate-bottun,
.navigate-bottun i {
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.navigate-bottun i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  border-bottom: 1px solid #fff;
  transform: rotate(270deg);
}
.navigate-bottun:hover {
  color: #eee;
  background-color: #0d78a8;
  transition: all 0.3s;
}
header {
  position: relative;
  width: 100%;
  z-index: 1005;
  background: #fff;
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1);
}
header .header-summer {
  float: left;
  top: 35px;
  margin-left: 50px;
}
header .header-summer a {
  color: #4e4e4e;
  font-family: league_gothicregular;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
header .header-summer .hvr-underline-from-center:before {
  background: #000;
  height: 1px;
}
header .header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
}
header .header-logo img {
  height: 55px;
}
header .header-mini-menu {
  float: right;
  top: 40px;
  margin-right: 50px;
}
header .header-mini-menu ul li {
  float: left;
  margin-left: 25px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
header .header-mini-menu ul li a {
  color: #000;
}
header .header-mini-menu ul li .hvr-underline-from-center:before {
  background: #4e4e4e;
  height: 1px;
}
.nav-menu-box {
  margin-top: 100px;
}
.nav-menu-box .nav-menu ul {
  text-align: left;
}
.nav-menu-box .nav-menu ul li {
  float: left;
  margin: 0 70px 0 0;
  padding-bottom: 15px;
  transition: all 0.5s ease-in;
}
.nav-menu-box .nav-menu ul li a {
  display: block;
  color: #000;
  font-family: league_gothicregular;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.nav-menu-box .nav-menu ul li a.contact {
  color: #67ba5e;
}
.nav-menu-box .nav-menu ul li a:hover {
  color: #009eaf;
}
.nav-menu-box .nav-menu ul li:last-child {
  margin: 0;
}
.nav-menu-box .nav-menu ul .hvr-underline-from-center:before {
  background: #67ba5e;
  height: 2px;
}
.nav-menu-box .nav-menu ul .drop-down-list {
  left: 0;
  position: absolute;
  top: 100%;
  display: block;
  margin-top: 40px;
  min-width: 300px;
  max-height: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.nav-menu-box .nav-menu ul .drop-down-list li {
  float: none;
  margin: 0;
  padding: 10px 20px;
  background-image: linear-gradient(270deg, #fff, #fff 50%, #009eaf 0, #009eaf);
  background-position: 100% 0;
  background-size: 200% 100%;
  border: none;
  border-bottom: 1px solid #000;
  transition: all 0.25s ease-in;
}
.nav-menu-box .nav-menu ul .drop-down-list li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.25s ease-in;
}
.nav-menu-box .nav-menu ul .drop-down-list li:hover {
  background-position: 0 0;
}
.nav-menu-box .nav-menu ul .drop-down-list li:hover a {
  color: #fff;
  transition: all 0.25s ease-in;
}
.nav-menu-box .nav-menu ul .drop-down-list li:last-child {
  border-bottom: 0 solid #009eaf;
}
.nav-menu-box .nav-menu ul .drop-down {
  cursor: default;
}
.nav-menu-box .nav-menu ul .drop-down:hover > .drop-down-list {
  margin-top: 0;
  opacity: 1;
  max-width: 900px;
  max-height: 500px;
}
.nav-menu-box .nav-menu .mobile-show {
  display: none;
}
.home-slider {
  left: 100px;
  height: 550px;
}
.home-slider .swiper-container,
.home-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.home-slider .swiper-slide {
  color: #fff;
}
.home-slider .swiper-slide-active,
.home-slider .swiper-slide-next {
  width: 1100px !important;
}
.home-slider .swiper-slide-next .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}
.home-slider .swiper-slide-next .swiper-pagination {
  display: none;
}
.home-slider .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  background-image: linear-gradient(131deg, #1b31d6, #742765);
  z-index: 9;
}
.home-slider .hs-share {
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  z-index: 10;
}
.home-slider .hs-share img {
  margin-left: 5px;
}
.home-slider .hs-share-box {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  z-index: 10;
}
.home-slider .hs-share-box ul {
  text-align: center;
}
.home-slider .hs-share-box ul li {
  float: left;
  border-right: 1px solid #000;
  font-size: 16px;
}
.home-slider .hs-share-box ul li a {
  display: inline-block;
  padding: 5px;
}
.home-slider .hs-share-box ul li:last-child {
  border: none;
}
.home-slider .hs-artist {
  display: inline-block;
  position: absolute;
  top: 150px;
  left: -50px;
  font-size: 20px;
  font-weight: 700;
  transform: rotate(270deg);
  z-index: 10;
}
.home-slider .hs-description {
  position: absolute;
  top: 50px;
  left: 100px;
  width: 600px;
  z-index: 10;
}
.home-slider .hs-description .hs-time-date {
  font-size: 20px;
  font-weight: 700;
}
.home-slider .hs-description .hs-time-date span {
  display: inline-block;
  width: 30px;
  height: 3px;
  margin: 0 10px 5px;
  background: #fff;
}
.home-slider .hs-description .header-h1 {
  line-height: 1;
  margin: 25px 0;
  font-size: 100px;
  text-transform: uppercase;
}
.home-slider .hs-description .header-h1 a {
  color: #fff;
}
.home-slider .hs-description .hs-cast {
  font-size: 15px;
  font-weight: 700;
}
.home-slider .show-more {
  position: absolute;
  right: 75px;
  bottom: 50px;
}
.home-slider .swiper-next,
.home-slider .swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 46px;
  cursor: pointer;
  color: #fff;
  font-size: 60px;
  text-align: center;
  z-index: 101;
}
.home-slider .swiper-prev {
  display: none;
  left: 20px;
}
.home-slider .swiper-next {
  left: 1050px;
  background: url(/images/slider-next.svg) 50% no-repeat;
}
.home-slider .swiper-pagination {
  margin-top: 25px;
  z-index: 101;
}
.home-slider .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin-right: 5px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.home-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.home-share {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  text-align: center;
}
.home-share i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  margin: 5px 0;
  border: 1px solid #000;
  border-radius: 50%;
}
.home-events h2 {
  margin-bottom: 30px;
  font-family: league_gothicregular;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.home-events .swiper-container {
  left: 50%;
  margin-left: -570px;
  margin-top: 50px;
}
.home-events .hes-box {
  padding: 0 15px;
  border-left: 1px solid #ccc;
}
.home-events .hes-box a {
  display: block;
  height: 490px;
}
.home-events .hes-box a:hover {
  color: #fff;
}
.home-events .hes-box .grayscale {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.home-events .hes-box .hes-artist {
  padding: 25px 15px;
  color: #939393;
  font-size: 15px;
  font-weight: 700;
  z-index: 2;
}
.home-events .hes-box .hes-description {
  position: absolute;
  bottom: 0;
  padding: 25px 15px;
  z-index: 2;
}
.home-events .hes-box .hes-description h3 {
  line-height: 1;
  margin: 25px 0;
  font-family: league_gothicregular !important;
  font-size: 80px;
  text-transform: none;
}
.home-events .hes-box .hes-description .hes-time-date {
  font-size: 16px;
  font-weight: 700;
}
.home-events .hes-box .hes-description .hes-time-date span {
  display: inline-block;
  width: 30px;
  height: 3px;
  margin: 0 10px 5px;
  background: #000;
}
.home-events .hes-box:hover .grayscale {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.home-events .swiper-next,
.home-events .swiper-prev {
  position: absolute;
  top: 0;
  width: 33px;
  height: 33px;
  cursor: pointer;
  z-index: 101;
}
.home-events .swiper-prev {
  right: 50px;
  background: url(/images/home-events-prev.svg) 50% no-repeat;
}
.home-events .swiper-next {
  right: 0;
  background: url(/images/home-events-next.svg) 50% no-repeat;
}
.home-tickets-news h2 {
  margin-bottom: 30px;
}
.home-tickets-news h2,
.home-tickets-news h3 {
  font-family: league_gothicregular;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.home-tickets-news h3 {
  margin-bottom: 10px;
}
.home-tickets-news .show-more,
.home-tickets-news p {
  margin-bottom: 25px;
}
.home-news-box {
  margin-bottom: 50px;
}
.home-news-box figure {
  float: left;
  width: 170px;
  height: 170px;
  margin-right: 25px;
  overflow: hidden;
}
.home-news-box figure a {
  display: block;
}
.home-news-box figure .bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #009eaf;
  opacity: 0.2;
  z-index: 2;
  transition: all 0.25s ease-in;
}
.home-news-box figure img {
  width: 100%;
  z-index: 1;
}
.home-news-box figure:hover .bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #009eaf;
  opacity: 0.5;
  transition: all 0.25s ease-in;
}
.home-news-box .description-box .date {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}
.home-news-box .description-box h3 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: league_gothicregular;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.home-news-box .description-box p {
  height: 125px;
  overflow: hidden;
}
.home-news-box:last-child {
  margin-bottom: 0;
}
.content-inside {
  padding-top: 100px;
}
.content-inside h1 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.content-inside h2 {
  font-size: 32px;
}
.content-inside h2,
.content-inside h3 {
  font-family: league_gothicregular;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.content-inside h3 {
  font-size: 24px;
}
.ci-html h2 {
  margin-bottom: 10px;
}
.ci-html p,
.ci-html ul {
  margin: 0 0 25px;
  font-size: 16px;
}
.ci-html ul li {
  line-height: 1.5;
  padding-left: 15px;
}
.ci-html ul li:before {
  position: absolute;
  left: 0;
  color: #009eaf;
  font-family: fontello;
  content: "\e829";
}
.ci-html img {
  width: 100%;
}
.ci-html .video-container,
.ci-html img {
  margin: 0 0 25px;
}
.events-box {
  height: 300px;
  margin-bottom: 25px;
  color: #fff;
}
.events-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  background-image: linear-gradient(131deg, #1b31d6, #742765);
  z-index: 8;
  transition: all 0.2s ease-in-out;
}
.events-box .eb-href {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 9;
}
.events-box .eb-artist {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 16px;
  font-weight: 700;
  z-index: 10;
}
.events-box .eb-description {
  position: absolute;
  top: 60px;
  left: 25px;
  width: 490px;
  cursor: pointer;
  z-index: 10;
}
.events-box .eb-description .eb-time-date {
  font-size: 14px;
  font-weight: 600;
}
.events-box .eb-description .eb-time-date span {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0 10px 3px;
  background: #fff;
}
.events-box .eb-description .header-h1 {
  line-height: 1;
  margin: 20px 0;
  font-size: 30px;
  text-transform: uppercase;
}
.events-box .eb-description .header-h1 a {
  color: #fff;
}
.events-box .eb-description .eb-cast {
  font-size: 14px;
  font-weight: 600;
}
.events-box .show-more {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.events-box .show-more a {
  color: #000;
}
.events-box .show-more a:hover {
  color: #fff;
}
.events-box:hover .overlay {
  opacity: 0.8;
}
.events-box.events-box:hover .overlay,
.events-box:hover .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  background-image: linear-gradient(131deg, #1b31d6, #742765);
  transition: all 0.2s ease-in-out;
}
.events-box.events-box:hover .overlay {
  opacity: 0.5;
}
.tab-nav li {
  float: left;
  margin: 0 25px 25px 5px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.tab-nav li.active {
  border-bottom: 3px solid #000;
}
.actors-box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.actors-box img {
  float: left;
  width: 200px;
  margin: 0 25px 0 0;
  z-index: 2;
}
.actors-box h3 {
  margin-bottom: 15px;
}
.actors-box p {
  margin-bottom: 10px;
}
.actors-box .ab-more {
  float: right;
  border-bottom: 1px solid #000;
  font-family: league_gothicregular;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.actors-box .ab-hidden {
  display: none;
  padding-top: 25px;
}
.documents-box {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.documents-box .description h3 {
  margin-bottom: 5px;
}
.documents-box .description span {
  display: none;
}
.documents-box p {
  margin-left: 20px;
}
.article-presentation figure {
  width: 100%;
  height: 0;
  margin-bottom: 30px;
  padding-bottom: 50%;
  overflow: hidden;
  z-index: 2;
}
.article-presentation figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
}
.article-presentation figure .show-gallery {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  transition: bottom 0.2s ease-in-out;
}
.article-presentation figure:hover .show-gallery {
  bottom: 0;
  transition: bottom 0.2s ease-in-out;
}
.article-presentation figure:after {
  display: block;
  padding-top: 50%;
  content: "";
}
.article-presentation .article-date {
  margin-bottom: 20px;
}
.article-presentation .article-date i {
  color: #009eaf;
}
.article-presentation .article-text .article-text-italic {
  margin-bottom: 20px;
  font-size: 15px;
  font-style: italic;
}
.article-presentation .article-text .article-text-content {
  margin-bottom: 20px;
  font-size: 14px;
}
.article-presentation .article-text .article-text-documents {
  margin-bottom: 20px;
}
.article-presentation .article-text .article-text-documents i {
  color: #009eaf;
}
.article-presentation .article-text table td {
  padding: 5px 10px;
  border: 1px solid #009eaf;
}
.article-presentation .article-text ol {
  margin-bottom: 10px;
}
.article-presentation .article-text ol li {
  margin-left: 15px;
  list-style: decimal;
}
.article-presentation .article-text ul {
  margin-bottom: 10px;
}
.article-presentation .article-text ul li {
  margin-left: 15px;
  list-style: disc;
}
.article-gallery-box {
  margin-bottom: 30px;
}
.article-gallery-box img {
  width: 100%;
  box-shadow: 0 16px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.25s ease-in;
}
.article-gallery-box img:hover {
  box-shadow: 0 16px 6px rgba(0, 0, 0, 0.36);
  transition: all 0.25s ease-in;
}
.contact-row .col-md-6:nth-child(odd) {
  clear: both;
}
.contact-row .contact-box {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
  font-size: 14px;
}
.contact-row .contact-box a:hover {
  color: #000;
}
.contact-row .contact-box .mail {
  border-bottom: 1px solid #000;
}
.contact-row .contact-box .mail:hover {
  border-bottom: 1px solid #999;
  color: #999;
}
.contact-row .contact-box span {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
aside .show-more {
  width: 100%;
}
aside .aside-title {
  margin-bottom: 5px;
}
aside .aside-space {
  height: 20px;
}
aside strong {
  font-size: 15px;
}
aside a:hover {
  color: #009eaf;
}
.news-archive-box {
  margin-bottom: 30px;
}
.news-archive-box .news-archive {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #67ba5e;
}
.news-archive-box .news-archive .thumbnail {
  position: relative;
  float: left;
  width: 115px;
  margin-right: 10px;
  overflow: hidden;
  z-index: 2;
}
.news-archive-box .news-archive .thumbnail img {
  width: 100%;
}
.news-archive-box .news-archive .thumbnail .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #009eaf;
  opacity: 0.5;
  width: 0;
  z-index: 2;
  transition: all 0.25s ease-in;
}
.news-archive-box .news-archive .thumbnail:hover .overlay {
  width: 100%;
}
.news-archive-box .news-archive .description {
  z-index: 1;
}
.news-archive-box .news-archive .description .title {
  line-height: 1;
  margin: 5px 0;
  color: #009eaf;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.news-archive-box .news-archive .description .date {
  color: #67ba5e;
  font-size: 13px;
  font-weight: 400;
}
.contact-form fieldset {
  margin-bottom: 15px;
}
.contact-form label {
  display: block;
}
.contact-form .text {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  background: #fff;
  border: 1px dashed #c1bfbd;
  color: #000;
  font-size: 13px;
  font-family:
    Open Sans,
    sans-serif;
  font-style: italic;
  outline: none;
}
.contact-form .text-area {
  width: 100%;
  padding: 10px 15px;
  height: 125px;
  resize: none;
  overflow: auto;
}
.contact-form .datepicker {
  background: #fff url(/images/date-picker.png) no-repeat 100%;
}
.contact-form .send {
  position: absolute;
  margin-top: -70px;
  right: 0;
  width: 205px;
  height: 60px;
  background-color: #009eaf;
  border: none;
  color: #fff;
  font-family: league_gothicregular;
  font-size: 16px;
  cursor: pointer;
}
.contact-form .send-book {
  position: relative;
  margin-top: 5px;
  right: inherit;
}
.contact-form .hvr-underline-from-center:before {
  background: #ff0;
}
.contact-form input[type="checkbox"]:not(old),
.contact-form input[type="radio"]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.contact-form input[type="checkbox"]:not(old) + label,
.contact-form input[type="radio"]:not(old) + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  background: url(/images/checks.png) no-repeat 0 0;
  line-height: 24px;
}
.contact-form input[type="checkbox"]:not(old):checked + label {
  background-position: 0 -24px;
}
.contact-form input[type="radio"]:not(old):checked + label {
  background-position: 0 -48px;
}
.contact-form select {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px dashed #c1bfbd;
  color: #009eaf;
  font-size: 13px;
  font-family:
    Open Sans,
    sans-serif;
  font-style: italic;
  background: #fff url(/images/select-css.png) no-repeat 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
  text-indent: 0.01px;
  outline: 0 !important;
}
.contact-form select::-ms-expand {
  display: none;
}
.contact-form ::-webkit-input-placeholder {
  color: #009eaf;
  opacity: 1;
}
.contact-form :-moz-placeholder,
.contact-form ::-moz-placeholder {
  color: #009eaf;
  opacity: 1;
}
.contact-form :-ms-input-placeholder {
  color: #009eaf;
  opacity: 1;
}
.contact-form .check_email {
  display: none !important;
}
.contact-map {
  height: 700px;
}
.black-line-box .black-line {
  width: 5000px;
  height: 5px;
  background: #000;
}
.footer-virtual-walk {
  color: #fff;
}
.footer-virtual-walk .background-cover {
  background-image: url(/images/footer-virtual-walk.jpg);
  height: 180px;
}
.footer-virtual-walk .row {
  height: 180px;
}
.footer-virtual-walk .row h2 {
  margin-top: 50px;
}
.footer-virtual-walk .row p {
  font-size: 15px;
}
.footer-virtual-walk .row .show-more {
  margin-top: 60px;
}
footer {
  width: 100%;
  padding: 20px 0;
  background: #000;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
footer,
footer a {
  color: #fff;
}
.mob-menu-down {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background: #282f39;
  color: #fff;
  z-index: 100001;
}
.mob-menu-down ul {
  list-style: none;
}
.mob-menu-down ul li {
  float: left;
  width: 33.33%;
  line-height: 1;
  padding: 10px 0 5px;
  text-align: center;
}
.mob-menu-down ul li i {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
}
.mob-menu-down ul li a {
  display: block;
  color: #fff;
  font-size: 10px;
}
.list-social-footer {
  float: right;
}
.list-social-footer li {
  float: left;
  margin-right: 10px;
  transition: all 0.5s ease-in-out;
}
.list-social-footer li i:before {
  width: 30px;
  height: 30px;
  line-height: 26px;
  margin: 0;
  border: 2px solid #75798e;
  border-radius: 50%;
  color: #75798e;
  font-size: 13px;
}
@media screen and (min-width: 1081px) {
  .hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }
  .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .hvr-underline-from-center:active:before,
  .hvr-underline-from-center:focus:before,
  .hvr-underline-from-center:hover:before {
    left: 0;
    right: 0;
  }
  .hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }
  .hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #2098d1;
    height: 4px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .hvr-overline-from-center:active:before,
  .hvr-overline-from-center:focus:before,
  .hvr-overline-from-center:hover:before {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .home-share {
    margin-left: -625px;
  }
}
@media screen and (max-width: 1080px) {
  .hide1080 {
    display: none !important;
  }
  .desktop-hide {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-padding50 {
    padding: 50px 0;
  }
  .navigate-bottun {
    display: inline-block;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
  }
  header .header-logo {
    position: absolute;
    left: 0;
    transform: translateX(0);
    top: 8px;
    left: 20px;
  }
  header .header-logo img {
    height: 44px;
  }
  .header-offset {
    height: 80px;
  }
  .nav-menu-box {
    width: 100%;
    margin: 0;
  }
  .home-slider {
    left: auto;
    margin-left: 0;
    height: 550px;
  }
  .home-slider .swiper-slide-active,
  .home-slider .swiper-slide-next {
    width: 100% !important;
  }
  .home-slider .swiper-pagination {
    display: none;
  }
  .home-slider .swiper-next {
    left: auto;
    right: 15px;
  }
  .home-share {
    position: relative;
    top: 0;
    transform: translateY(0);
    left: auto;
    margin-left: 0;
    text-align: center;
  }
  .home-share li {
    display: inline-block;
  }
  .home-share i {
    margin: 0 5px;
  }
  .home-events .swiper-container {
    left: auto;
    width: 110%;
    margin-top: 10px;
    margin-left: 0;
  }
  .home-events .swiper-next {
    right: 10px;
  }
  .content-inside {
    padding-top: 10px;
  }
  .content-inside h1 {
    margin-bottom: 20px;
  }
  .article-presentation figure .show-gallery,
  .article-presentation figure:hover .show-gallery {
    bottom: 0;
  }
  .footer-offset {
    height: 50px;
  }
  .mob-menu-down {
    display: block;
  }
}
@media screen and (max-width: 966px) {
  body {
    font-size: 13px;
  }
  .header-h1,
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  .hidden-mobile {
    display: none;
  }
  .font-size16 {
    font-size: 14px;
    font-style: italic;
  }
  .space150 {
    height: 100px;
  }
  .space100 {
    height: 75px;
  }
  .space50 {
    height: 30px;
  }
  .show-more {
    height: 40px;
    line-height: 38px;
  }
  .show-more a {
    height: 38px;
  }
  .show-more .show-more-after {
    top: 3px;
    left: 3px;
    height: 40px;
  }
  .home-events .hes-box {
    padding: 0 15px;
    border-left: 1px solid #ccc;
  }
  .home-events .hes-box a {
    height: 300px;
    color: #fff;
  }
  .home-events .hes-box .grayscale {
    opacity: 1;
  }
  .home-events .hes-box .hes-artist {
    color: #fff;
    font-size: 14px;
  }
  .home-events .hes-box .hes-description h3 {
    font-size: 30px !important;
  }
  .home-events .hes-box .hes-description .hes-time-date {
    font-size: 14px;
  }
  .home-events .hes-box .hes-description .hes-time-date span {
    width: 20px;
    height: 3px;
    margin: 0 8px 4px;
    background: #fff;
  }
  .ci-html h2 {
    margin-bottom: 5px;
  }
  .ci-html p,
  .ci-html ul {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .article-presentation figure {
    margin-bottom: 20px;
  }
  .article-presentation figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%);
  }
  .article-presentation figure .show-gallery {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
  }
  .article-presentation .article-text .article-text-italic {
    font-size: 14px;
  }
  aside {
    margin-top: 30px;
  }
  aside .aside-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .contact-map {
    height: 250px;
  }
}
@media screen and (max-width: 736px) {
  .home-slider {
    height: 300px;
  }
  .home-slider .hs-share {
    top: 10px;
    right: 10px;
    font-size: 14px;
  }
  .home-slider .hs-artist {
    display: none;
  }
  .home-slider .hs-description {
    top: 25px;
    left: 10px;
    width: 70%;
  }
  .home-slider .hs-description .hs-time-date {
    font-size: 14px;
  }
  .home-slider .hs-description .hs-time-date span {
    width: 20px;
    height: 3px;
    margin: 0 8px 4px;
  }
  .home-slider .hs-description .header-h1 {
    margin: 15px 0;
  }
  .home-slider .hs-description .hs-cast {
    display: none;
  }
  .home-slider .show-more {
    right: 10px;
    bottom: 10px;
  }
  .events-box {
    height: 250px;
  }
  .events-box .eb-artist {
    top: 20px;
    left: 20px;
    font-size: 14px;
  }
  .events-box .eb-description {
    top: 50px;
    left: 20px;
    width: 100%;
  }
  .events-box .eb-description .eb-time-date span {
    width: 20px;
    height: 3px;
    margin: 0 8px 4px;
  }
  .events-box .eb-description .header-h1 {
    margin: 15px 0;
  }
  .events-box .eb-description .eb-cast {
    display: none;
  }
  .events-box .show-more {
    right: 10px;
    bottom: 10px;
  }
  .contact-form .text {
    height: 30px;
  }
  .contact-form .text-area {
    height: 100px;
  }
  .contact-form .send {
    position: relative;
    margin-top: 10px;
    right: inherit;
    height: 40px;
    font-size: 14px;
  }
  .black-line {
    width: 1200px;
    height: 3px;
  }
  .footer-virtual-walk .background-cover {
    height: auto;
    padding: 25px 0;
  }
  .footer-virtual-walk .row {
    height: auto;
  }
  .footer-virtual-walk .row h2 {
    margin-top: 0;
  }
  .footer-virtual-walk .row p {
    font-size: 14px;
  }
  .footer-virtual-walk .row .show-more {
    margin-top: 10px;
  }
  footer span {
    display: block;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .home-events .swiper-container {
    width: 100%;
    margin-left: 25px;
  }
  .home-tickets-news .show-more,
  .home-tickets-news h2,
  .home-tickets-news p {
    margin-bottom: 20px;
  }
  .home-news-box {
    margin-bottom: 30px;
  }
  .home-news-box figure {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
}
