@import url(../icomoon/style3.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

/*!
 * 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;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

/*
a {
  color: $link-color;
  text-decoration: none;

  &:hover,
  &:focus {
    color: $link-hover-color;
    text-decoration: $link-hover-decoration;
  }

  &:focus {
    @include tab-focus;
  }
}
*/
figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1210px;
  }
}

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 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-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf") format("truetype"), url("../icomoon/fonts/icomoon.woff") format("woff"), url("../icomoon/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Champagne-Limousines';
  src: url("../fonts/Champagne-Limousines.eot?#iefix") format("embedded-opentype"), url("../fonts/Champagne-Limousines.woff") format("woff"), url("../fonts/Champagne-Limousines.ttf") format("truetype"), url("../fonts/Champagne-Limousines.svg#Champagne&Limousines") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Champagne-LimousinesThick';
  src: url("../fonts/Champagne-LimousinesThick.eot?#iefix") format("embedded-opentype"), url("../fonts/Champagne-LimousinesThick.woff") format("woff"), url("../fonts/Champagne-LimousinesThick.ttf") format("truetype"), url("../fonts/Champagne-LimousinesThick.svg#Champagne&LimousinesThick") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Champagne-Limousines';
  src: url("../fontsChampagne-Limousines-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Champagne-Limousines-Bold.woff") format("woff"), url("../fonts/Champagne-Limousines-Bold.ttf") format("truetype"), url("../fonts/Champagne-Limousines-Bold.svg#Champagne&Limousines-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Champagne-LimousinesThick-Bold';
  src: url("../fonts/Champagne-LimousinesThick-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Champagne-LimousinesThick-Bold.woff") format("woff"), url("../fonts/Champagne-LimousinesThick-Bold.ttf") format("truetype"), url("../fonts/Champagne-LimousinesThick-Bold.svg#Champagne&LimousinesThick-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*

@font-face {
    font-family: 'Champagne-Limousines';
    src: url('../fonts/Champagne-Limousines-BoldItalic.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Champagne-Limousines-BoldItalic.woff') format('woff'), 
    url('../fonts/Champagne-Limousines-BoldItalic.ttf')  format('truetype'), 
    url('../fonts/Champagne-Limousines-BoldItalic.svg#Champagne&Limousines-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
  }


@font-face {
    font-family: 'Champagne-Limousines';
    src: url('../fonts/Champagne-Limousines-Italic.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Champagne-Limousines-Italic.woff') format('woff'), 
    url('../fonts/Champagne-Limousines-Italic.ttf')  format('truetype'), 
    url('../fonts/Champagne-Limousines-Italic.svg#Champagne&Limousines-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
  }
  
  

  


  
  

 
@font-face {
    font-family: 'Champagne-LimousinesThick-BoldItalic';
    src: url('../fonts/Champagne-LimousinesThick-BoldItalic.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Champagne-LimousinesThick-BoldItalic.woff') format('woff'), 
    url('../fonts/Champagne-LimousinesThick-BoldItalic.ttf')  format('truetype'), 
    url('../fonts/Champagne-LimousinesThick-BoldItalic.svg#Champagne&LimousinesThick-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
    url('Poppins-Thin.woff') format('woff'),
    url('Poppins-Thin.ttf')  format('truetype'),
    url('Poppins-Thin.svg#Poppins-Thin') format('svg');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.ttf')  format('truetype'),
    url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf')  format('truetype'),
    url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Medium.woff') format('woff'),
    url('../fonts/Poppins-Medium.ttf')  format('truetype'),
    url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins-Bold.ttf')  format('truetype'),
    url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
}

.modal__wrapper {
  position: absolute;
  z-index: 9991;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal__inner {
  position: absolute;
  z-index: 9992;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  overflow-y: scroll;
  padding: 45px 0;
  padding: 4.5rem 0;
}

.modal__body {
  position: relative;
  z-index: 9993;
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
  background: #fff;
  padding: 30px 45px;
  box-sizing: border-box;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .modal__body {
    margin-top: 20px;
  }
}
.modal__body:after {
  content: '';
  display: inline-block;
  padding-bottom: 60%;
}
@media only screen and (max-width: 768px) {
  .modal__body:after {
    padding-bottom: 140%;
  }
}

@media only screen and (max-width: 768px) {
  .modal__body--desktop {
    display: none;
  }
}

.modal__body--mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .modal__body--mobile {
    display: block;
  }
}

.modal__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .modal__title {
    margin-top: 45px;
    margin-top: 4.5rem;
  }
}

.modal__content {
  margin-top: 25px;
  margin-top: 2.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.modal__content a {
  color: #000;
}
.modal__content a:hover {
  text-decoration: none;
}

.modal__close {
  position: absolute;
  top: 32px;
  right: 32px;
}
.modal__close svg {
  display: inline-block;
  width: 21px;
  height: 21px;
  fill: #AF9A5F;
}
.modal__close svg path {
  fill: #AF9A5F;
}

.contact-form__message {
  display: none;
}

.banner {
  position: relative;
  background-image: url("../images/carousel/carousel_image1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner__video {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.banner video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  display: inline-block;
  vertical-align: baseline;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
}

.banner__video__controll {
  position: absolute;
  z-index: 999;
  top: 20px;
  right: 20px;
}

.banner__video__controll ul {
  list-style-type: none;
}

.banner__video__controll ul li {
  display: inline-block;
}

.banner__video__controll ul li button {
  display: inline-block;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.banner__video__controll ul li button:hover {
  opacity: 1;
}
.banner__video__controll ul li button:focus {
  outline: none;
}

.banner__video__controll ul li button span {
  display: none;
}

.banner__video__controll ul li button.mute {
  display: none;
  background-image: url("../images/mute.png");
}

.banner__video__controll ul li button.muted {
  background-image: url("../images/muted.png");
}

.pros {
  padding: 41px 0 61px 0;
  padding: 4.1rem 0 6.1rem 0;
}

.pros__items {
  text-align: center;
  vertical-align: top;
}
.pros__items:before, .pros__items:after {
  content: " ";
  display: table;
}
.pros__items:after {
  clear: both;
}

.pros__item {
  display: inline-block;
  padding: 0 45px;
  padding: 0 4.5rem;
  vertical-align: top;
  padding-top: 20px;
  padding-top: 2rem;
}
@media only screen and (max-width: 992px) {
  .pros__item {
    padding: 0 35px;
    padding: 0 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .pros__item {
    width: 100%;
    float: left;
    padding: 35px;
    padding: 3.5rem;
  }
}

.pros__item__name {
  margin-top: 24px;
  margin-top: 2.4rem;
}

.pros__item__name h2 {
  color: #2B2B2B;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pros__item__name h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}

.pros__item__button {
  margin-top: 24px;
  margin-top: 2.4rem;
}

.pros__item__button a {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #E27726;
  text-align: center;
  text-decoration: none;
  border: 1px solid #E27726;
  border-radius: 16px;
  line-height: 1;
  padding: 4px 16px 6px 16px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 768px) {
  .pros__item__button a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.pros__item__button a:hover {
  background-color: #E27726;
  color: #fff;
}

.projects {
  position: relative;
  background-color: #F0F0F0;
}

.projects--list {
  background-color: #Fff;
}

.projects:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #fff;
}

.projects__title {
  padding-top: 103px;
}

.projects__title h2 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  font-size: 5rem;
}
@media only screen and (max-width: 768px) {
  .projects__title h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.projects__items:before, .projects__items:after {
  content: " ";
  display: table;
}
.projects__items:after {
  clear: both;
}

.projects__more {
  margin-top: 80px;
  margin-top: 8rem;
}

.projects__item {
  position: relative;
  z-index: 1;
  margin-top: 114px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.projects__item:before, .projects__item:after {
  content: " ";
  display: table;
}
.projects__item:after {
  clear: both;
}

.projects__item__image {
  float: left;
  width: 50%;
  background-size: cover;
  background-position: right middle;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .projects__item__image {
    width: 100%;
    float: none;
    position: static;
    left: 0;
  }
}
.projects__item__image:before {
  content: '';
  display: inline-block;
  padding-bottom: 60%;
}

.projects__item__image img {
  max-width: 50%;
  height: auto;
  text-align: left;
}

.projects__item--right .projects__item__image {
  background-position: left middle;
}

.projects__item--right .projects__item__image img {
  text-align: right;
}

.project__item__card {
  float: right;
  position: relative;
  display: inline-block;
  padding: 40px;
  padding: 4rem;
  background-color: #fff;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .project__item__card {
    width: 100%;
  }
}

.projects__more {
  text-align: center;
}

.project__item__button {
  margin-top: 30px;
  margin-top: 3rem;
}

.project__item__title {
  padding-bottom: 30px;
  padding-bottom: 3rem;
}

.project__item__title h2 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .project__item__title h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.project__item__title h2:after {
  left: 0;
  margin-left: 0;
}

.js-projects-item-col {
  min-height: 240px;
}

.projects__more p {
  font-size: 24px;
  font-size: 2.4rem;
}

.investment {
  position: relative;
  background: #000;
  background-image: url("../images/statek_dablice_praha.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  text-align: center;
}
.investment:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.investment .container {
  position: relative;
  z-index: 2;
}

.investment__title {
  padding: 65px 0 0 0;
  padding: 6.5rem 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-size: 2.5rem;
  color: #E27726;
  line-height: 1.1;
}

.investment__title strong {
  display: block;
  font-size: 100px;
  font-size: 10rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.1;
}

.investment__button {
  padding: 10px 0 70px 0;
  padding: 1rem 0 7rem 0;
  text-align: center;
}

.investment__description {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.investment__description p {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}

.investment__button {
  margin-top: 20px;
  margin-top: 2rem;
}

.interest {
  margin-top: 20px;
  margin-top: 2rem;
}
.interest:before, .interest:after {
  content: " ";
  display: table;
}
.interest:after {
  clear: both;
}

.interest__desc {
  font-size: 32px;
  font-size: 3.2rem;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  width: 50%;
  float: left;
}

.interest__desc {
  float: left;
  width: 50%;
  color: #fff;
  text-align: right;
  padding-right: 25px;
  padding-top: 23px;
}
@media only screen and (max-width: 768px) {
  .interest__desc {
    width: 100%;
    text-align: center;
  }
}

.interest__data {
  float: right;
  width: 50%;
  font-size: 75px;
  font-size: 7.5rem;
  color: #E27726;
  line-height: 1;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .interest__data {
    width: 100%;
    text-align: center;
  }
}

.interest__data span {
  font-size: 175px;
  font-size: 17.5rem;
  line-height: 1;
}

.offer {
  padding-top: 90px;
  position: relative;
  padding-bottom: 115px;
  background-color: #fff;
}

.offer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 190px;
  background-color: #F0F0F0;
}

.offer:after {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 190px;
  left: 0;
  right: 0;
  height: 50px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #F0F0F0;
}

.offer__banner {
  position: relative;
  z-index: 2;
  padding: 60px 95px;
  padding: 6rem 9.5rem;
  padding-right: 35px;
  padding-right: 3.5rem;
  padding-bottom: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("../images/offer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
.offer__banner:before, .offer__banner:after {
  content: " ";
  display: table;
}
.offer__banner:after {
  clear: both;
}
@media only screen and (max-width: 992px) {
  .offer__banner {
    padding-left: 30px;
    padding-left: 3rem;
    padding-right: 30px;
    padding-right: 3rem;
  }
}

.offer__banner__content {
  position: absolute;
  z-index: 3;
  top: 60px;
  right: 26px;
  width: 214px;
  height: 298px;
  display: inline-block;
  background-image: url("../images/offer-shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 992px) {
  .offer__banner__content {
    display: none;
  }
}

.offer__icons {
  text-align: left;
}

.offer__contact {
  margin-top: 100px;
  margin-top: 10rem;
}

.offer__contact__title h2 {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
  color: #E27726;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .offer__contact__title h2 {
    text-align: center;
  }
}

.offer__contact__title h2 span {
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
  color: #22252A;
  line-height: 1.3;
}

.offer__contact__data {
  border-left: 1px solid #E27726;
  padding-left: 30px;
  padding-left: 3rem;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 25px;
  margin-top: 2.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .offer__contact__data {
    text-align: center;
    padding-left: 0;
    border: none;
  }
}

.offer__contact__data ul {
  list-style-type: none;
}

.offer__contact__data__name {
  font-size: 35px;
  font-size: 3.5rem;
  color: #E27726;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .offer__contact__data__name {
    text-align: center;
  }
}

.offer__contact__data__phone {
  padding-top: 15px;
}

.offer__contact__data__phone a,
.offer__contact__data__email a {
  color: #E27726;
  text-decoration: none;
}
.offer__contact__data__phone a:hover,
.offer__contact__data__email a:hover {
  text-decoration: underline;
}

.offer__buttons {
  position: relative;
  z-index: 2;
  float: right;
  padding-bottom: 21px;
  padding-bottom: 2.1rem;
}
.offer__buttons:before, .offer__buttons:after {
  content: " ";
  display: table;
}
.offer__buttons:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .offer__buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}

.offer__buttons ul {
  list-style-type: none;
}

.offer__buttons ul li {
  float: left;
  padding-right: 17px;
}
@media only screen and (max-width: 768px) {
  .offer__buttons ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.offer__buttons ul li:last-child {
  padding-right: 0;
}

.offer__buttons ul li a {
  display: inline-block;
  width: 64px;
  height: 64px;
  border: 1px solid #E27726;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer__buttons__phone a {
  background-color: #E27726;
}

.offer__person {
  position: absolute;
  bottom: 0;
  right: 92px;
  width: 720px;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .offer__person {
    right: 82px;
    width: 620px;
  }
}
@media only screen and (max-width: 992px) {
  .offer__person {
    right: 100px;
    width: 420px;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .offer__person {
    margin-top: 30px;
    position: static;
    width: 100%;
    text-align: center;
  }
}

.offer__person img {
  max-width: 100%;
  height: auto;
}

.offer-icon {
  display: inline-block;
  text-align: center;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .offer-icon {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .offer-icon:first-child {
    margin-top: 0;
  }
}

.offer-icon__svg {
  display: inline-block;
}

.offer-icon__text {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.team {
  padding-bottom: 160px;
}

.team__title {
  padding-top: 90px;
  padding-top: 9rem;
}

.team__title h2 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  .team__title h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.team__item {
  width: 33%;
  display: inline-block;
  padding: 0 15px;
  padding-top: 40px;
  padding-top: 4rem;
}

.team__item__image {
  position: relative;
  background-color: #F0F0F0;
}
.team__item__image:after {
  content: '';
  display: inline-block;
  padding-bottom: 70%;
}

.team__item__content {
  padding: 13px;
  background-color: #fff;
}

.team__item__name {
  font-size: 18px;
  font-size: 1.8rem;
  color: #E27726;
}

.team__item__position {
  font-size: 18px;
  font-size: 1.8rem;
}

.team__item__tel {
  color: #22252A;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 5px;
}
.team__item__tel a {
  color: #22252A;
  text-decoration: none;
}
.team__item__tel a:hover {
  text-decoration: underline;
}

.team__item__email {
  color: #22252A;
  font-size: 15px;
  font-size: 1.5rem;
}
.team__item__email a {
  color: #22252A;
  text-decoration: none;
}
.team__item__email a:hover {
  text-decoration: underline;
}

.team .slick-arrow {
  position: absolute;
  display: inline-block;
  z-index: 9;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  width: 11px;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
  margin-top: 2px;
}
.team .slick-arrow:focus {
  outline: none;
}
.team .slick-prev {
  left: -10px;
}
.team .slick-next {
  right: -10px;
}

.site-form {
  max-width: 650px;
  padding: 0 30px;
  margin: 0 auto;
}

.site-form__submit {
  margin-top: 44px;
  margin-top: 4.4rem;
  text-align: center;
}

.site-form__submit input {
  border: 1px solid #E27726;
  color: #E27726;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  height: 36px;
  line-height: 34px;
  padding: 0 25px;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.site-form__submit input:focus {
  outline: none;
}
.site-form__submit input:hover {
  background-color: #E27726;
  color: #fff;
}

.site-contact .wpcf7-response-output {
  font-size: 16px;
  font-size: 1.6rem;
}

span.wpcf7-not-valid-tip {
  font-size: 18px;
}

.bonds {
  margin: 80px 0 0 0;
  margin: 8rem 0 0 0;
}

.bonds__title h2 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  .bonds__title h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.bonds__item {
  padding: 40px 0;
  padding: 4rem 0;
}
.bonds__item:before, .bonds__item:after {
  content: " ";
  display: table;
}
.bonds__item:after {
  clear: both;
}
@media only screen and (max-width: 992px) {
  .bonds__item {
    padding: 40px 0;
    padding: 4rem 0;
    margin: 40px 0;
    margin: 4rem 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
}

.bonds__image {
  float: left;
  width: 290px;
}
@media only screen and (max-width: 992px) {
  .bonds__image {
    width: 150px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .bonds__image {
    margin-left: 0;
    text-align: center;
    width: 100%;
    float: none;
  }
}
.bonds__image img {
  max-width: 100%;
  height: auto;
}

.bonds__data {
  padding: 55px 0;
  padding-left: 290px;
}
@media only screen and (max-width: 992px) {
  .bonds__data {
    padding-left: 180px;
    padding-top: 0px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bonds__data {
    padding-left: 0;
    margin-top: 30px;
    margin-top: 3rem;
    padding: 0;
  }
}

.bonds__content {
  position: relative;
  width: 100%;
  padding: 22px 30px 22px 80px;
  padding: 2.2rem 3rem 2.2rem 8rem;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 992px) {
  .bonds__content {
    padding-left: 30px;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 992px) {
  .bonds__content {
    box-shadow: none;
    padding-bottom: 0;
  }
}

.bonds__content:after {
  content: '';
  display: block;
  width: 10px;
  background: #fff;
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.bonds__name h3 {
  font-size: 30px;
  font-size: 3rem;
  color: #272727;
  text-transform: uppercase;
}

.bonds__name h3 span {
  border-bottom: 1px solid #E27726;
}

.bonds__list {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.bonds__list ul {
  list-style-type: none;
}

.bonds__list li {
  padding-top: 13px;
  padding-top: 1.3rem;
}

.bonds__files {
  margin-top: 10px;
}

.bonds__files ul {
  list-style-type: none;
}

.bonds__files ul li {
  padding: 17px 8px 17px 0;
}

.bonds__files ul li a {
  display: inline-block;
}

.downloads {
  background-image: url("../images/bg-pattern.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #E27726;
  padding-bottom: 160px;
  padding-bottom: 16rem;
  position: relative;
  position: relative;
}
.downloads:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .downloads:before {
    height: 25px;
    top: -1px;
  }
}
.downloads:after {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .downloads:after {
    height: 25px;
    bottom: -1px;
  }
}

.downloads__title {
  padding-top: 118px;
  padding-top: 11.8rem;
}

.downloads__title h2 {
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.downloads__title h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -70px;
  display: inline-block;
  width: 140px;
  height: 2px;
  background-color: #fff;
}

.downloads__items {
  width: 614px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .downloads__items {
    width: 100%;
  }
}

.downloads__item {
  margin-top: 56px;
  margin-top: 5.6rem;
}

.downloads__item {
  position: relative;
}
.downloads__item:before, .downloads__item:after {
  content: " ";
  display: table;
}
.downloads__item:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .downloads__item {
    margin-top: 45px;
  }
}

.downloads__item__ico {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .downloads__item__ico {
    display: none;
  }
}

.downloads__data {
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 3px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .downloads__data {
    padding-left: 45px;
    padding-right: 0;
    padding-top: 0;
  }
}

.downloads__data__content {
  color: #fff;
  text-decoration: none;
  text-align: left;
}
.downloads__data__content:hover {
  text-decoration: underline;
}

.downloads__item__download {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .downloads__item__download {
    position: absolute;
    left: 0;
    top: -2px;
  }
}
@media only screen and (max-width: 768px) {
  .downloads__item__download svg {
    width: 24px;
    height: 22px;
  }
}

.why {
  padding: 0 0 120px 0;
  padding: 0 0 12rem 0;
}

.why__title {
  padding: 120px 0 0 0;
  padding: 12rem 0 0 0;
}

.why__title h2 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  .why__title h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.why__item {
  margin-top: 80px;
  margin-top: 8rem;
  padding: 0 10%;
}

.why__ico {
  text-align: center;
}

.why__item__title {
  margin-top: 38px;
  margin-top: 3.8rem;
}

.why__item__title h3 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .why__item__title h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.why__item__description {
  margin-top: 40px;
  margin-top: 4rem;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

.data {
  margin: 40px 0 0 0;
}

.data__menu {
  padding: 20px 0;
}
.data__menu:before, .data__menu:after {
  content: " ";
  display: table;
}
.data__menu:after {
  clear: both;
}

.data__menu ul {
  list-style-type: none;
}

.data__menu ul li {
  float: left;
  padding: 0 20px 0 0;
}

.data__menu ul li a {
  display: inline-block;
  float: left;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.data__menu ul li.current-menu-item a {
  text-decoration: underline;
}

.data__table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1.6rem;
}
.data__table th {
  padding: 15px 10px;
  font-weight: bold;
  border-bottom: 5px solid #F4F4F4;
}
.data__table td {
  padding: 15px 10px;
  border-bottom: 1px solid #F4F4F4;
}

.data__login {
  font-size: 14px;
  font-size: 1.4rem;
}

.button {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px 24px;
  padding: 1.2rem 2.4rem;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #AB7A1C;
  color: #AB7A1C;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button:hover {
  background: #AB7A1C;
  color: #fff;
}

.textarea {
  width: 100%;
}

.textarea__label {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  color: #22252A;
}

.textarea__data {
  margin-top: 5px;
}

.textarea__data textarea {
  width: 100%;
  height: 182px;
  background: #F0F0F0;
  resize: none;
  border: none;
  padding: 10px;
  padding: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
  color: #22252A;
}
.textarea__data textarea:focus {
  outline: none;
}

.input {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.input__label {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  color: #22252A;
}

.input__data {
  margin-top: 5px;
}

.input__data input {
  width: 100%;
  height: 33px;
  line-height: 33px;
  border: none;
  background: #F0F0F0;
  color: #22252A;
  padding: 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.input__data input:focus {
  outline: none;
}

.files-to-download {
  padding: 30px 0 0 0;
}

.recenze {
  margin-top: 0;
  padding-top: 70px;
  background-color: #c89759;
}

.recenze__title {
  text-align: center;
}

.recenze__title h2 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .recenze__title h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.recenze__items {
  padding: 45px 120px;
}
@media only screen and (max-width: 992px) {
  .recenze__items {
    padding: 45px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .recenze__items {
    padding: 45px 20px;
  }
}

.recenze__item p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  line-height: 33px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: #fff;
}

.recenze__name {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
}

.recenze__name:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90px;
  height: 1px;
  background-color: #fff;
}

.recenze__function {
  position: relative;
  padding-top: 0px;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  text-align: center;
  color: #fff;
}

.newsletter {
  padding: 90px 0 80px 0;
  background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 768px) {
  .newsletter {
    padding: 60px 0 40px 0;
  }
}

.newsletter--fp {
  margin-top: -190px;
}
@media screen and (max-width: 1280px) {
  .newsletter--fp {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 768px) {
  .newsletter--fp {
    margin-top: -60px;
  }
}

.newsletter__title {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  color: #272727;
}
@media only screen and (max-width: 768px) {
  .newsletter__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.newsletter__content {
  margin-top: 39px;
  text-align: center;
}

.newsletter__content p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #272727;
}

.newsletter__disclaimer {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .newsletter__disclaimer {
    margin-top: 0;
  }
}

.newsletter__disclaimer p {
  text-align: center;
  color: #AEAFB0;
  font-size: 14px;
  font-size: 1.4rem;
}

.newsletter__disclaimer p a {
  text-decoration: underline;
  font-style: italic;
  color: #AEAFB0;
}
.newsletter__disclaimer p a:hover {
  text-decoration: none;
}

.newsletter__form {
  text-align: center;
}

.newsletter-form {
  display: inline-block;
  margin-top: 30px;
}

.newsletter-form input:focus {
  outline: none;
}

.newsletter-form__input {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .newsletter-form__input {
    width: 100%;
  }
}

.newsletter-form__input input {
  width: 200px;
  height: 34px;
  line-height: 34px;
  border: none;
  border-bottom: 1px solid #272727;
  background: none;
  font-weight: 700px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .newsletter-form__input input {
    width: 100%;
  }
}

.newsletter-form__submit {
  display: inline-block;
  margin-left: 27px;
}
@media only screen and (max-width: 768px) {
  .newsletter-form__submit {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

.newsletter-form__submit input {
  display: inline-block;
  padding: 0 35px;
  margin: 0;
  background: none;
  border: 1px solid #272727;
  height: 34px;
  line-height: 34px;
  font-weight: 700px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.newsletter-form__submit input:hover {
  background-color: #272727;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .newsletter-form__submit input {
    width: 100%;
  }
}

.boxes {
  padding-top: 55px;
}

.boxes__title h2 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  color: #B0792C;
}
@media only screen and (max-width: 768px) {
  .boxes__title h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.boxes__items {
  margin-top: 55px;
  margin-left: -7px;
  margin-right: -7px;
}
.boxes__items:before, .boxes__items:after {
  content: " ";
  display: table;
}
.boxes__items:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .boxes__items {
    margin-top: 25px;
  }
}

.boxes__col {
  position: relative;
  width: 33.332%;
  float: left;
  padding: 7px;
}
@media only screen and (max-width: 768px) {
  .boxes__col {
    width: 50%;
  }
}

.boxes__col--2 {
  width: 66.6%;
}
@media only screen and (max-width: 768px) {
  .boxes__col--2 {
    width: 50%;
  }
}

.boxes__col--5 {
  width: 50%;
}

.boxes__col--5 + .boxes__col--5 {
  float: right;
}

.square {
  position: relative;
  width: 100%;
  float: left;
  border: 10px solid #fff;
  box-shadow: 3px 4px 6px 0 #E4E1D9;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.square:before {
  content: '';
  display: inline-block;
  padding-bottom: 94.114%;
}
@media only screen and (max-width: 1200px) {
  .square:before {
    padding-bottom: 95.295%;
  }
}
@media only screen and (max-width: 992px) {
  .square:before {
    padding-bottom: 97.16%;
  }
}
@media only screen and (max-width: 768px) {
  .square:before {
    padding-bottom: 60%;
  }
}

.boxes__col--2 .square:before {
  padding-bottom: 45.1%;
}
@media only screen and (max-width: 768px) {
  .boxes__col--2 .square:before {
    padding-bottom: 60%;
  }
}

.boxes__col--5 .square:before {
  padding-bottom: 60.81%;
}
@media only screen and (max-width: 768px) {
  .boxes__col--5 .square:before {
    padding-bottom: 60%;
  }
}

.square__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.square:hover .square__bg {
  transform: scale(1.1);
}

.square__item {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.square__title {
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  text-align: center;
  font-size: 20px;
  color: #B0792C;
}
.square__title:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
}
.square__title:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid #fff;
  background: transparent;
}

/*
.clip-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: inline-block;
    // margin: .25em;
    // padding: .5em .75em;
    text-align: center;
    color: #fff;
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.clip-text:before,
.clip-text:after {
    position: absolute;
    content: '';
}

.clip-text:before {
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
}

.clip-text:after {
    position: absolute;
    z-index: -1;
    top: .125em;
    right: .125em;
    bottom: .125em;
    left: .125em;
    background-color: red;
}
*/
.separator {
  padding: 45px 0;
  background-image: url("../images/line.png");
  background-repeat: no-repeat;
  background-color: #f9f5f0;
  background-position: 50% 50%;
  width: 100%;
  height: 11px;
}

.separator--simple {
  background-color: transparent;
  background-image: url("../images/line-simple.png");
  padding-bottom: 0;
}

.banner-reservation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(176, 121, 44, 0.5);
  padding: 32px 0;
  text-align: center;
  vertical-align: middle;
}
.banner-reservation:before, .banner-reservation:after {
  content: " ";
  display: table;
}
.banner-reservation:after {
  clear: both;
}
.banner-reservation form * {
  margin: 0 5px;
}
.banner-reservation form *:focus {
  outline: none;
}
.banner-reservation input {
  height: 35px;
  line-height: 35px;
  -webkit-appearance: none;
  border-radius: 0;
}
.banner-reservation select, .banner-reservation input {
  height: 35px;
  line-height: 35px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .banner-reservation select, .banner-reservation input {
    width: 100px;
  }
}
.banner-reservation ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.banner-reservation :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.banner-reservation ::placeholder {
  color: #fff;
}
.banner-reservation button {
  height: 35px;
  line-height: 30px;
  padding: 0 20px;
  margin: 0;
  margin-left: 5px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 768px) {
  .banner-reservation button {
    margin-top: 15px;
    width: 260px;
  }
}
.banner-reservation button:hover {
  background-color: #fff;
  color: #AB7A1C;
}
.banner-reservation svg {
  vertical-align: middle;
}

.banner-reservation--single {
  display: none;
  position: relative;
}

.banner-reservation__input {
  float: left;
}

.banner-reservation__button {
  float: left;
}

.banner-reservation__box {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .banner-reservation__box {
    display: block;
  }
}

.carousel {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
}

.carousel__content {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .carousel__content {
    padding: 140px 40px 60px 40px;
  }
}

.carousel__title h1 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .carousel__title h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.carousel__title h1 span {
  display: block;
  font-weight: 300;
}

.carousel__description {
  margin-top: 35px;
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 992px) {
  .carousel__description {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.carousel__description p {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .carousel__description p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.dayoffer {
  margin: 0 auto;
  text-align: center;
  background-image: url("../images/menu_bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 140px 0 130px 0;
}

.dayoffer__title {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .dayoffer__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.dayoffer__title strong {
  display: block;
}

.dayoffer__day {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-top: 45px;
}

.dayoffer__offer {
  border-top: 1px solid #fff;
  padding-top: 10px;
  max-width: 565px;
  width: 100%;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin-top: 11px;
}
.dayoffer__offer .dayoffer__item {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  line-height: 1.8;
  gap: 15px;
}
.dayoffer__offer .dayoffer__item__left {
  position: relative;
  overflow: hidden;
  line-height: 1.8;
}
.dayoffer__offer .dayoffer__item__right {
  overflow: hidden;
  padding-left: 2px;
  text-align: left;
  line-height: 1.8;
  min-width: 60px;
}
.dayoffer__offer .dayoffer__item__right span {
  display: inline-block;
}

.dayoffer__links {
  margin-top: 40px;
}

.dayoffer__links ul {
  list-style-type: none;
}

.dayoffer__links ul li {
  display: inline-block;
  padding: 0 5px;
}

.dayoffer__links ul li a {
  color: #e09946;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.dayoffer__links ul li a:hover {
  text-decoration: underline;
}

.dayoffer__links ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #e09946;
  margin-left: 10px;
  position: relative;
  top: 4px;
}

.dayoffer__links ul li:last-child:after {
  display: none;
}

.gallery:before, .gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}

.gallery__item {
  display: inline-block;
  position: relative;
  width: 20%;
  float: left;
  overflow: hidden;
  background: #000;
}

.gallery__item:before {
  content: '';
  display: inline-block;
  padding-bottom: 98.74%;
}

.gallery__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.packages {
  padding-bottom: 90px;
  background-color: #f9f5f0;
}
.packages .slick-slide {
  padding: 10px;
}

.packages__title {
  text-align: center;
}

.packages__title h2 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  .packages__title h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.packages__items {
  margin-top: 43px;
}

.packages__item {
  display: inline-block;
  width: 33.332%;
}

.open {
  text-align: center;
  background-color: #f9f5f0;
}

.open__cart {
  position: relative;
  display: inline-block;
  width: 492px;
  height: 402px;
  margin: 0 auto;
  background-image: url("../images/open.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 0;
}
@media screen and (max-width: 492px) {
  .open__cart {
    width: 300px;
    height: 302px;
  }
}

.open__cart__title {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  margin-top: 140px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .open__cart__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 492px) {
  .open__cart__title {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 24%;
  }
}

.open__cart__cover {
  margin-top: 6%;
  padding: 0 80px;
}
@media screen and (max-width: 492px) {
  .open__cart__cover {
    padding: 0 80px;
  }
}
@media screen and (max-width: 420px) {
  .open__cart__cover {
    padding: 0 60px;
  }
}
@media screen and (max-width: 370px) {
  .open__cart__cover {
    padding: 0 30px;
  }
}

.open__cart__items {
  table-layout: fixed;
  font-size: 18px;
  width: 100%;
}
@media screen and (max-width: 492px) {
  .open__cart__items {
    font-size: 16px;
  }
}
.open__cart__items td {
  text-align: left;
}
.open__cart__items td:last-child {
  text-align: right;
}

.open__cart__contact {
  margin-top: 8%;
}
@media screen and (max-width: 360px) {
  .open__cart__contact {
    margin-top: 7%;
  }
}

.open__cart__contact ul {
  list-style-type: none;
  text-align: center;
}

.open__cart__contact ul li {
  display: inline-block;
  padding: 0 5px;
}

.open__cart__contact ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin-left: 10px;
  position: relative;
  top: 4px;
}

.open__cart__contact ul li:last-child:after {
  display: none;
}

.open__cart__contact ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 492px) {
  .open__cart__contact ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .open__cart__contact ul li a {
    font-size: 12px;
  }
}
.open__cart__contact ul li a:hover {
  text-decoration: underline;
}

.open__links {
  margin-top: 40px;
}

.open__links ul {
  list-style-type: none;
}

.open__links ul li {
  display: inline-block;
  padding: 0 5px;
}

.open__links ul li a {
  color: #C09F6A;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.open__links ul li a:hover {
  text-decoration: underline;
}

.open__links ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #C09F6A;
  margin-left: 10px;
  position: relative;
  top: 4px;
}

.open__links ul li:last-child:after {
  display: none;
}

.open__times__info {
  padding: 40px 0;
}

.package-price {
  text-align: center;
  background-color: #f9f5f0;
}

.package-price__value {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  color: #AB7A1C;
}

.package-price__description {
  font-size: 12px;
  text-align: center;
  color: #AB7A1C;
}

.package-order {
  padding: 34px 0;
  background-color: #f9f5f0;
  text-align: center;
}

.servis-icons {
  text-align: center;
  padding-top: 35px;
}

.servis-icons__items {
  margin-left: -20px;
  margin-right: -20px;
  vertical-align: top;
}

.servis-icons__item {
  display: inline-block;
  margin: 0 20px;
  margin-top: 30px;
  vertical-align: top;
}

.servis-icons__item__ico {
  display: block;
  vertical-align: top;
}

.servis-icons__item__text {
  display: block;
  text-align: center;
  color: #AB7A1C;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 10px;
}

.contact-form {
  padding-bottom: 85px;
}

.contact-form input {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-top: 45px;
  border: none;
  border-bottom: 1px solid #AB7A1C;
  background: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact-form input:focus {
  outline: none;
}

.contact-form textarea {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-top: 75px;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #AB7A1C;
  resize: none;
  height: 160px;
  padding: 10px;
}
.contact-form textarea:focus {
  outline: none;
}

.contact-form button {
  height: 35px;
  line-height: 30px;
  padding: 0 20px;
  margin: 0;
  border: 1px solid #AB7A1C;
  background: transparent;
  color: #AB7A1C;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 45px;
  float: right;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact-form button:hover {
  background: #AB7A1C;
  color: #fff;
}

html,
body {
  position: relative;
  height: 100%;
  font-size: 10px;
  font-family: "Source Sans Pro", sans-serif;
  min-width: 320px;
  padding: 0;
  margin: 0;
  color: #323233;
  background-color: #f9f5f0;
}
html.fixed,
body.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body.fixed-menu {
  padding-top: 61px;
}

body#no-fix.fixed-menu {
  padding-top: 0;
}

.slicknav_menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .slicknav_menu {
    display: block;
  }
}

.wrapper {
  background: #fff;
}

.fp-bg {
  background-color: #fff;
  background-image: url("../images/hotelbw.jpg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
@media screen and (max-width: 1280px) {
  .fp-bg {
    background-size: contain;
  }
}

.fp-bg .inner {
  padding-bottom: 650px;
}
@media screen and (max-width: 1280px) {
  .fp-bg .inner {
    padding-bottom: 60%;
  }
}

.light-bg {
  padding: 0 0 0 0;
  background-color: #f9f5f0;
}
@media only screen and (max-width: 992px) {
  .light-bg {
    padding: 0 0 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .light-bg {
    padding: 0 0 40px 0;
  }
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 35px;
  height: 69px;
  display: inline-block;
  border: none;
  background-color: transparent;
}
.slick-arrow:focus {
  outline: none;
}

.slick-arrow.slick-disabled {
  opacity: 0.4;
}

.slick-prev {
  left: 0;
  background-image: url("../images/arrow-left-white.png");
}

.slick-next {
  right: 0;
  background-image: url("../images/arrow-right-white.png");
}

.slick-prev--yellow {
  left: -60px;
  background-image: url("../images/arrow-left.png");
}

.slick-next--yellow {
  right: -60px;
  background-image: url("../images/arrow-right.png");
}

.slick-prev--gallery {
  left: 10px;
  z-index: 9999;
  background-color: #000;
  background-image: url("../images/arrow-left-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: 6px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
  width: 41px;
}

.slick-next--gallery {
  right: 10px;
  z-index: 9999;
  background-color: #000;
  background-image: url("../images/arrow-right-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: 6px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
  width: 41px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.color-yellow {
  color: #AB7A1C;
}

#ui-datepicker-div {
  z-index: 9999 !important;
}

@media only screen and (max-width: 768px) {
  .m-mt-40 {
    margin-top: 40px;
  }
}

.wpcf7-response-output {
  border: none !important;
  font-size: 15px;
  font-size: 1.5rem;
}

.slick-track {
  margin: auto;
}

.bookolo--private-offer-side.bookolo--state-active .bookolo--private-offer-side-closed {
  width: 340px;
  width: 34rem;
  border-radius: 0;
  border: 1px solid #3332320d;
}
.bookolo--private-offer-side.bookolo--state-active .bookolo--wrp-head span {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 400;
}
.bookolo--private-offer-side.bookolo--state-active .bookolo--ui-list .bookolo--row > .bookolo--col {
  font-size: 14px;
  font-size: 1.45rem;
}
.bookolo--private-offer-side.bookolo--state-active .bookolo--elm-close svg, .bookolo--private-offer-side.bookolo--state-active .bookolo--private-offer-side-open .bookolo--ui-btn svg {
  width: 16px;
  width: 1.65rem;
  height: 16px;
  height: 1.65rem;
}
.bookolo--private-offer-side.bookolo--state-active .bookolo--text-big {
  font-size: 14px;
  font-size: 1.4rem;
}
.bookolo--private-offer-side.bookolo--state-active .bookolo--ui-btn {
  border-radius: 0;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 100% !important;
  background-color: #0a0909;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.bookolo--private-offer-side.bookolo--state-active .bookolo--ui-btn:hover {
  background-color: #0a0909;
}
.bookolo--private-offer-side.bookolo--state-active .bookolo--private-offer-side-closed .bookolo--wrp-head {
  background-color: #e09946;
}
.bookolo--private-offer-side.bookolo--state-active .bookolo--ui-list svg path {
  stroke: #e09946;
}

body .bookolo--private-offer-side {
  background-color: #e09946;
}

body .bookolo--private-offer-side .bookolo--private-offer-side-open .bookolo--ui-btn {
  background-color: #e09946;
}

body .bookolo--private-offer-side .bookolo--private-offer-side-open .bookolo--ui-btn {
  border-radius: 0;
}

body .bookolo--private-offer-side .bookolo--private-offer-side-open .bookolo--ui-btn span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

body .bookolo--private-offer-side .bookolo--elm-close svg, .bookolo--private-offer-side-open .bookolo--ui-btn svg {
  width: 24px !important;
  height: 24px !important;
}

.bookolo--private-offer-small:not(.bookolo--state-active) {
  width: 206px;
  width: 20.625rem;
}
.bookolo--private-offer-small:not(.bookolo--state-active) .bookolo--wrp-head .bookolo--ui-btn {
  background-color: #e09946;
}
.bookolo--private-offer-small:not(.bookolo--state-active) .bookolo--wrp-head .bookolo--private-offer-small .bookolo--wrp-head .bookolo--ui-btn {
  border-radius: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

body .bookolo--private-offer-small .bookolo--wrp-head .bookolo--ui-btn {
  border-radius: 0 !important;
}

body .bookolo--private-offer-small:not(.bookolo--state-active) {
  border-radius: 0 !important;
}

body .bookolo--private-offer-small .bookolo--wrp-head .bookolo--ui-btn span {
  font-size: 14px;
  font-size: 1.4rem;
}

body .bookolo--private-offer-small:not(.bookolo--state-active) {
  width: 186px;
  width: 18.625rem;
}

body .bookolo--private-offer-small .bookolo--wrp-head .bookolo--ui-btn .bookolo--icon svg:nth-of-type(2) {
  width: 24px !important;
  height: 24px !important;
}

body .bookolo--private-offer-small .bookolo--wrp-head .bookolo--ui-btn .bookolo--icon svg {
  width: 24px !important;
  height: 24px !important;
}

body .bookolo--private-offer-small .bookolo--wrp-head .bookolo--ui-btn .bookolo--icon {
  width: 24px !important;
  height: 24px !important;
}

body .bookolo--private-offer-small.bookolo--state-active {
  width: 221px;
  width: 22.125rem;
}

body .bookolo--private-offer-small .bookolo--wrp-body {
  width: 100%;
}

body .bookolo--private-offer-small .bookolo--wrp-body .bookolo--ui-btn {
  border-radius: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

body .bookolo--private-offer-small .bookolo--wrp-body .bookolo--text {
  font-size: 14px;
  font-size: 1.4rem;
}

body .bookolo--private-offer-small {
  border-radius: 0;
}

body .bookolo--private-offer-small.bookolo--state-active .bookolo--wrp-head .bookolo--ui-btn {
  background-color: #e09946;
}

.header {
  background-color: #fff;
}

@media screen and (max-width: 974px) {
  body#no-fix .header {
    display: none !important;
  }
}

.header__top {
  position: relative;
  margin-top: 16px;
}
.header__top:before, .header__top:after {
  content: " ";
  display: table;
}
.header__top:after {
  clear: both;
}

.header__contact {
  color: #e09946;
  float: right;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 560px) {
  .header__contact {
    float: none;
  }
}

.header__contact a,
.header__contact li {
  color: #e09946;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}
.header__contact a:hover,
.header__contact li:hover {
  text-decoration: underline;
}

.header__lang {
  position: relative;
  z-index: 99;
  float: left;
}
@media screen and (max-width: 560px) {
  .header__lang {
    float: none;
  }
}

.header__lang ul {
  list-style-type: none;
}

.header__lang ul li {
  display: inline-block;
  padding: 0 4px;
}

.header__lang ul li a {
  display: inline-block;
}

.header__lang ul li a,
.header__lang ul li {
  color: #e09946;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

.header__lang ul li a:hover {
  text-decoration: underline;
}

.header__lang ul li {
  letter-spacing: 0.05em;
  color: #272727;
}

.header__logo {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .header__logo {
    position: static;
  }
}

.header__items {
  padding-top: 94px;
}
@media only screen and (max-width: 768px) {
  .header__items {
    padding-top: 94px;
  }
}
@media screen and (max-width: 560px) {
  .header__items {
    padding-top: 18px;
  }
}

.footer {
  background-color: #E5E5E6;
  padding: 0 0 40px 0;
  padding: 0 0 4rem 0;
}

.footer a {
  color: #272727;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

.footer__data {
  padding: 50px 0 0 0;
  padding: 5rem 0 0 0;
}

.footer__title {
  padding: 28px 0 0 0;
  padding: 2.8rem 0 0 0;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #272727;
}
@media only screen and (max-width: 768px) {
  .footer__title {
    text-align: center;
  }
}

.footer__contact,
.footer__content {
  padding: 37px 0 0 0;
  padding: 3.7rem 0 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .footer__contact,
  .footer__content {
    text-align: center;
  }
}

.footer__social {
  padding: 60px 0 0 0;
  padding: 6rem 0 0 0;
}

.footer__social ul {
  list-style-type: none;
  text-align: center;
}

.footer__social ul li {
  display: inline-block;
}

.footer__sign {
  padding: 43px 0 0 0;
  padding: 4.3rem 0 0 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1;
  text-align: center;
}

.footer__icon {
  display: inline-block;
  width: 46px;
  height: 46px;
}

.footer__icon--facebook {
  background-image: url("../images/svg/facebook.svg");
}

.footer__icon--instagram {
  background-image: url("../images/svg/instagram.svg");
}

.footer__icon--tripAdvisor {
  background-image: url("../images/svg/tripAdvisor.svg");
}

.footer__icon--booking {
  background-image: url("../images/svg/booking.svg");
}

.footer__icon--star {
  background-image: url("../images/svg/star.svg");
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.logo {
  display: inline-block;
}

.icon {
  display: inline-block;
}

.icon--phone {
  width: 14px;
  height: 18px;
  background-image: url("../images/svg/ico_header_tel.svg");
  background-size: 14px 18px;
  border: 1px solid black;
}

.main-menu {
  width: 100%;
  text-align: center;
}
.main-menu:before, .main-menu:after {
  content: " ";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .main-menu {
    position: fixed;
    z-index: 9991;
    top: 0;
    bottom: 0;
    right: -260px;
    width: 260px;
    background: #fff;
  }
}

@media screen and (min-width: 763px) {
  .fixed-menu .main-menu {
    position: fixed;
    z-index: 9991;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 3px 3px 3px 0 #E4E1D9;
  }
}

@media screen and (min-width: 763px) {
  #no-fix.fixed-menu .main-menu {
    position: static;
    box-shadow: none;
  }
}

.main-menu ul {
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .main-menu ul {
    padding-top: 100px;
  }
}

.main-menu ul li {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .main-menu ul li {
    display: block;
    width: 100%;
  }
}

.main-menu ul li a {
  position: relative;
  display: inline-block;
  padding: 18px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #272727;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .main-menu ul li a {
    padding: 18px 12px;
  }
}
@media only screen and (max-width: 768px) {
  .main-menu ul li a {
    text-align: left;
  }
}

.main-menu ul li a:after {
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background-color: #E19849;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main-menu ul li a:hover::after {
  opacity: 1;
}

.main-menu ul li.current-menu-item a:after {
  opacity: 1;
}

.hamburger {
  display: none;
}

.content {
  text-align: left;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content h2 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .content h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.content h3 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  color: #AB7A1C;
}
@media only screen and (max-width: 768px) {
  .content h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.content p + h3,
.content ul + h3 {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .content p + h3,
  .content ul + h3 {
    margin-top: 30px;
  }
}
.content h2 + p {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .content h2 + p {
    margin-top: 20px;
  }
}
.content h2 + ul {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .content h2 + ul {
    margin-top: 30px;
  }
}
.content ul {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  padding-left: 20px;
  list-style-type: none;
}
.content ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #AB7A1C;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.content p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
}
.content p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .content p + p {
    margin-top: 15px;
  }
}
.content a,
.content p a {
  color: #272727;
  font-weight: 500;
}
.content .aligncenter {
  text-align: center;
  display: inherit;
  margin: 0 auto;
}
.content .alignleft {
  float: left;
}
.content .alignright {
  float: right;
}
.content table {
  width: 100%;
  border-collapse: collapse;
}
.content table th {
  background-color: #AB7A1C;
  color: #fff;
}
.content table th, .content table td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px;
}
.content table td {
  color: #000;
  border-bottom: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
}
.content table tr td:last-child {
  border-right: none;
}
.content iframe {
  width: 100% !important;
}

.content--inner {
  background-color: #f9f5f0;
}

.content--inner .container {
  padding: 0 214px;
}
@media only screen and (max-width: 1200px) {
  .content--inner .container {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 992px) {
  .content--inner .container {
    padding: 0 30px;
  }
}

.inner {
  padding: 60px;
  padding-left: 140px;
  padding-right: 140px;
}
@media only screen and (max-width: 1200px) {
  .inner {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_menu {
  background-color: #272727;
}

.slicknav_nav a {
  text-transform: uppercase;
}

.slicknav_nav a {
  padding: 10px 10px 5px 10px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

#ui-datepicker-div {
  font-size: 16px;
  font-size: 1.6rem;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

