/* --------------------------------------------------------------- Bootstrap v3.3.6 (custom XXS-mode added) */
.ease {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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: 700;
}

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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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: "Roboto", Verdana, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46153846;
  color: #fff;
  background-color: #001020;
}

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

a {
  color: #fff;
  text-decoration: none;
}

a:hover, a:focus, .current > a {
  color: #f4911e;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.46153846;
  background-color: #000;
  border: 1px solid #ddd;
  border-radius: 0;
  -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: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eee;
}

.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: 12px;
  padding-right: 12px;
}

@media (min-width: 768px) {
  .container {
    width: 744px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 964px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1164px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-1 {
  width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
  .col-xxs-0 {
    display: none;
  }
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.46153846;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #fff;
  background-color: #81a1b1;
  border-color: #81a1b1;
}

.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: #62899e;
  border-color: #44606e;
}

.btn-default:hover {
  color: #fff;
  background-color: #62899e;
  border-color: #5e8497;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #62899e;
  border-color: #5e8497;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #547687;
  border-color: #44606e;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
  background-color: #81a1b1;
  border-color: #81a1b1;
}

.btn-default .badge {
  color: #81a1b1;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #f4911e;
  border-color: #f4911e;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #DB7805;
  border-color: #DB7805;
}

.btn-primary:hover {
  color: #fff;
  background-color: #DB7805;
  border-color: #DB7805;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #f4911e;
  border-color: #f4911e;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #DB7805;
  border-color: #DB7805;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #001020;
  border-color: #001020;
}

.btn-primary .badge {
  color: #001020;
  background-color: #fff;
}

.btn-secondary {
  color: #fff !important;
  background-color: #5cb6d2;
  border-color: #5cb6d2;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5cb6d2;
  border-color: #5cb6d2;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5cb6d2;
  border-color: #5cb6d2;
}

.btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #5cb6d2;
  border-color: #5cb6d2;
}

.btn-secondary:active:hover, .btn-secondary.active:hover, .open > .dropdown-toggle.btn-secondary:hover, .btn-secondary:active:focus, .btn-secondary.active:focus, .open > .dropdown-toggle.btn-secondary:focus, .btn-secondary:active.focus, .btn-secondary.active.focus, .open > .dropdown-toggle.btn-secondary.focus {
  color: #fff;
  background-color: #5cb6d2;
  border-color: #5cb6d2;
}

.btn-success {
  color: #fff;
  background-color: #f4911e;
  border-color: #f4911e;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #d5770a;
  border-color: #8c4e07;
}

.btn-success:hover {
  color: #fff;
  background-color: #d5770a;
  border-color: #cb720a;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #d5770a;
  border-color: #cb720a;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #b36409;
  border-color: #8c4e07;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background-color: #f4911e;
  border-color: #f4911e;
}

.btn-success .badge {
  color: #f4911e;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #81a1b1;
  border-color: #81a1b1;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #62899e;
  border-color: #44606e;
}

.btn-info:hover {
  color: #fff;
  background-color: #62899e;
  border-color: #5e8497;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #62899e;
  border-color: #5e8497;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #547687;
  border-color: #44606e;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color: #81a1b1;
  border-color: #81a1b1;
}

.btn-info .badge {
  color: #81a1b1;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #b06d0f;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #8b211e;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #fff;
  font-weight: 400;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #001020;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0;
}

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

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

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

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

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

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* ----------------------------------------------------------------- Swiper */
/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "grand_hotel";
  src: url("/fonts/grandhotel-regular-webfont.woff2") format("woff2"), url("/fonts/grandhotel-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_condensed";
  src: url("/fonts/robotocondensed-light-webfont.woff2") format("woff2"), url("/fonts/robotocondensed-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_slab";
  src: url("/fonts/robotoslab-bold-webfont.woff2") format("woff2"), url("/fonts/robotoslab-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "roboto_slab";
  src: url("/fonts/robotoslab-light-webfont.woff2") format("woff2"), url("/fonts/robotoslab-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/
* {
  margin: 0px;
  padding: 0px;
  outline-style: none;
}

html, body {
  height: 100%;
  background: #FFF;
}

#site {
  position: relative;
  padding: 0px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  font: 13px "roboto_slab", arial, verdana, sans-serif;
  line-height: 21px;
  color: #666;
  background: #FFF;
}

.left {
  float: left;
}

.left_childs * {
  float: left;
}

.right {
  float: right;
}

.right_childs * {
  float: right;
}

.clear {
  clear: both;
}

/* ------------------------------------------------------------------------ Arrows & Buttons & Animations*/
.arrowDown {
  background: url(/pics/arrow-down.png) no-repeat;
  width: 18px;
  height: 24px;
}

.arrowRight {
  background: url(/pics/arrow-right.png) no-repeat;
  width: 24px;
  height: 18px;
}

.arrowLeft {
  background: url(/pics/arrow-left.png) no-repeat;
  width: 24px;
  height: 18px;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* Arrow link hover (bounce right) */
@-webkit-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
  }
}
@-moz-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(30px);
  }
  60% {
    -moz-transform: translateX(15px);
  }
}
@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
  }
}
.line {
  margin: 25px auto 0 auto;
  width: 140px;
  height: 2px;
  background: #5cb6d2;
}

.line.marg_btm {
  margin: 0 auto 25px auto;
}

/* ------------------------------------------------------------------------- Header */
#print_header {
  display: none;
}

header {
  width: 100%;
  height: 310px;
}

.home header {
  height: 60vh;
}

#headerSlideshow {
  position: relative;
}

#headerSlideshow, #headerSlideshow .cycle-slideshow, #headerSlideshow .slide, #headerSlideshow .slide .image {
  width: 100%;
  height: 100%;
}

#headerSlideshow .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /*  background: url('pics/gradientoverlay.png') no-repeat;
  background-size: cover;*/
  z-index: 999;
}

#headerSlideshow .overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000060", endColorstr="#00000040", GradientType=0);
}

header .container, header .row, header .row .col-xs-12 {
  height: 100%;
}

#headerPager {
  position: absolute;
  bottom: 80px;
  max-width: 40%;
  display: none;
}

.home #headerPager {
  display: block;
}

#headerPager .smalltext {
  color: #FFF;
  font: 24px/32px "roboto_condensed", arial, verdana, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

#headerPager h2 {
  text-align: left;
  font: bold 30px/36px "roboto_slab", arial, verdana, sans-serif;
}

#headerPager .pager {
  display: none;
}

#headerPager .pager.cycle-pager-active {
  display: block;
}

header .arrowDown {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -9px;
}

/* ------------------------------------------------------------------------- Navigation */
nav {
  text-align: center;
}

nav ul {
  list-style: none;
}

nav ul li {
  display: inline;
}

nav ul li a {
  display: inline-block;
}

#mainNavigation {
  position: fixed;
  width: calc(100% - 40px);
  height: 110px;
  box-sizing: border-box;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#mainNavigation nav {
  padding: 15px 0 15px 80px;
  /*border-bottom: 2px solid #FFF;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#mainNavigation li {
  border-bottom: 2px solid #FFF;
  padding-bottom: 25px;
  position: relative;
}

#mainNavigation li.logo {
  border-bottom: none;
}

#mainNavigation a {
  padding: 0 10px;
  font: 24px "grand_hotel", arial, verdana, sans-serif;
  font-style: italic;
}

#mainNavigation a:hover, #mainNavigation a:focus, #mainNavigation .current a {
  color: #5cb6d2;
}

#mainNavigation .submenu {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  background: #5cb6d2;
  padding: 6px 0 12px;
  z-index: 10;
}

#mainNavigation.scrolldown .submenu {
  top: 34px;
}

#mainNavigation .submenu li {
  border: none;
  clear: both;
  text-align: left;
  width: 100%;
}

#mainNavigation .submenu li a,
#mainNavigation .submenu li a:link,
#mainNavigation .submenu li a:visited {
  color: #fff;
  font: 13px/21px "roboto_slab", arial, verdana, sans-serif;
  padding: 8px 16px;
  width: 100%;
}

#mainNavigation .submenu li a:hover:after,
#mainNavigation .submenu li a:active:after,
#mainNavigation .submenu li a:focus:after {
  background: #FFFFFF;
  content: "";
  height: 2px;
  left: 15px;
  position: absolute;
  top: 22px;
  width: 20px;
}

#mainNavigation nav > ul > li:hover .submenu {
  display: block;
}

#mainNavigation.scrolldown {
  width: 100%;
  height: 60px;
  background: #222;
  z-index: 99999;
}

#mainNavigation.scrolldown nav {
  padding: 15px 0 15px 40px;
  border: none;
}

#mainNavigation.scrolldown .logo .full {
  margin-top: -10px;
  width: 50%;
}

#mainNavigation.scrolldown li {
  border-bottom: none;
}

/* ------------------------------------------------------------------------- Content */
h1, td h1 {
  font: italic 26px/32px "grand_hotel", arial, verdana, sans-serif;
  color: #FFF;
  margin-bottom: 10px;
  text-align: center;
}

h2, td h2 {
  font: italic 32px/36px "grand_hotel", arial, verdana, sans-serif;
  color: #5cb6d2;
  margin-bottom: 10px;
  text-align: left;
}

h3, td h3 {
  font: italic 32px/36px "grand_hotel", arial, verdana, sans-serif;
  color: #5cb6d2;
  margin-bottom: 7px;
}

h4, td h4 {
  font: italic 16px/24px "grand_hotel", arial, verdana, sans-serif;
  color: #222;
  margin-bottom: 7px;
}

h5, td h5 {
  font: italic 13px "grand_hotel", arial, verdana, sans-serif;
  color: #222;
  margin-bottom: 7px;
}

h6, td h6 {
  color: #222;
  margin-bottom: 7px;
}

#content a:link, #content a:visited {
  text-decoration: none;
  color: #5cb6d2;
}

#content a:hover, #content a:focus {
  color: #5cb6d2;
  text-decoration: underline;
}

#content a.button {
  border: 2px solid #5cb6d2;
  display: inline-block;
  padding: 10px 30px;
  color: #5cb6d2;
  font: italic 20px/24px "grand_hotel", arial, verdana, sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#content a.button:hover {
  background: #5cb6d2;
  color: #FFF;
  text-decoration: none;
}

table {
  margin: 5px 0px;
}

table {
  margin: 5px 0px;
  border: 0px solid #fff;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
}

td {
  padding: 2px 10px;
  font: 12px "monserrat", arial, verdana, sans-serif;
  line-height: 16px;
  color: #666;
}

table tr.heading td {
  font-weight: bold;
  color: #666;
  border: 0px solid #fff;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

table tr.uneven {
  background-color: #FF0000;
}

table tr.uneven td, table tr.even td {
  border: 0px solid #fff;
  border-right: 1px solid #666666;
}

#content img {
  margin: 10px 0px;
}

#content img.left {
  margin: 0px 10px 10px 0px;
  float: left;
}

#content img.right {
  margin: 0px 0px 10px 10px;
  float: right;
}

#content img[style*="float: left"] {
  margin: 0px 10px 10px 0px;
}

#content img[style*="float: right"] {
  margin: 0px 0px 10px 10px;
}

p {
  margin-bottom: 9px;
}

#content ul {
  margin: 10px 0px 10px 15px;
  list-style-type: disc;
}

#content li {
  margin: 0px 0px 0px 15px;
}

#content ol {
  margin: 10px 0px 10px 20px;
}

#content sup, #content sub {
  font-size: 10px;
  line-height: 10px;
}

section {
  padding: 60px 0;
}

.titleborder {
  margin-bottom: 60px;
  border-bottom: 1px solid #FFF;
}

.titleborder.dark {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* ------------------------------------------------------------------------- Image text */
.imagetext {
  padding: 60px 0;
}

.imagetext .text {
  padding: 0 0 60px 0;
  font: 13px/21px "roboto_slab", arial, verdana, sans-serif;
  color: #666;
}

.imagetext .image {
  position: relative;
}

.imagetext .image img {
  width: 100%;
}

.imagetext .quoteblock {
  position: absolute;
  bottom: -20px;
  right: 0;
  padding: 25px;
  width: 80%;
  background: #5cb6d2;
  box-sizing: border-box;
}

.imagetext .quote {
  font: italic 17px/25px "roboto_slab", arial, verdana, sans-serif;
  color: #FFF;
}

.imagetext .smalltext {
  margin-top: 0px;
  color: #FFF;
  font-size: 13px;
  line-height: 15px;
}

.imagetext h2 {
  font: 32px/36px "grand_hotel", arial, verdana, sans-serif;
  color: #5cb6d2;
  margin-bottom: 10px;
  text-align: left;
  font-style: italic;
}

/* ------------------------------------------------------------------------- Banners */
#content .banners img {
  margin: 0;
}

.banners .contentwrapper {
  position: absolute;
}

.banners .block {
  float: left;
  overflow: hidden;
}

.banners .imageblock::after, .banners .galleryblock::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.banners .linkblock::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.banners .galleryblock {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.banners .galleryblock .contentwrapper {
  width: 100%;
}

.banners .galleryblock img {
  width: 100%;
}

.banners .galleryblock .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(pics/banner_gradient.png) no-repeat;
  background-size: cover;
  z-index: 999;
}

.banners .galleryblock .arrowLeft {
  position: absolute;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 9999;
}

.banners .galleryblock .arrowRight {
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 9999;
}

.banners .linkblock {
  position: relative;
  width: 50%;
  background: #5cb6d2;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banners .linkblock a {
  padding: 30px 30px 60px 30px;
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
}

.banners .linkblock .title {
  color: #FFF;
  font: italic 32px/36px "grand_hotel", arial, verdana, sans-serif;
}

.banners .linkblock .text {
  margin-top: 30px;
  color: #FFF;
  font-size: 13px;
  line-height: 19px;
}

.banners .linkblock .arrowRight {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.banners .linkblock:hover {
  background: #333;
}

.banners .linkblock:hover .arrowRight {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
}

#content .banners .linkblock a:hover,
#content .banners .linkblock a:focus {
  text-decoration: none;
}

.banners .imageblock {
  position: relative;
  overflow: hidden;
}

.banners .imageblock.small {
  width: 25%;
}

.banners .imageblock.small::after {
  padding-bottom: 100%;
}

.banners .imageblock.large {
  width: 50%;
}

.banners .imageblock.large::after {
  padding-bottom: 50%;
}

.banners .imageblock a {
  width: 100%;
  height: 100%;
}

.banners .imageblock img {
  width: 100%;
  border: none;
}

/* ------------------------------------------------------------------------- Reservation + forms */
.form {
  background: #EEE;
}

.form h2 {
  text-align: center;
}

.form .text {
  color: #666;
  text-align: center;
  font: 13px/21px "roboto_slab", arial, verdana, sans-serif;
}

.limit {
  margin-bottom: 30px;
  color: #5cb6d2;
  font-size: 18px;
  font-weight: 700;
}

/* ------------------------------------------------------------------------- Full width image text */
.fullimagetext {
  padding: 60px 0 80px 0;
}

.fullimagetext.bgimage {
  position: relative;
  padding: 0;
}

.fullimagetext h2 {
  color: #666;
}

.fullimagetext.bgimage .overlay {
  padding: 140px 0 140px 0;
}

.fullimagetext.download.bgimage .overlay {
  padding: 200px 0 180px 0;
}

.fullimagetext.bgimage .overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000060", endColorstr="#00000040", GradientType=0);
}

.fullimagetext.download.bgimage .overlay:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000030", endColorstr="#00000010", GradientType=0);
}

.fullimagetext .text {
  color: #666;
  font: 24px/32px "roboto_condensed", arial, verdana, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

#content .fullimagetext.download.bgimage .button {
  color: #FFF;
  text-transform: none;
  padding: 10px 30px;
}

.fullimagetext.bgimage h2, .fullimagetext.bgimage .text {
  color: #FFF;
}

/* ------------------------------------------------------------------------- Slideshow block */
.slideblock h2 {
  text-align: center;
}

.slideblock .cycle-slideshow {
  width: 100%;
  min-height: 115px;
}

.slideblock .message {
  width: 100%;
  min-height: 100px;
  text-align: center;
}

.slideblock .text {
  font: 16px/24px "roboto_slab", arial, verdana, sans-serif;
  text-align: center;
  color: #666;
}

.seats {
  font: 13px/21px "roboto_condensed", arial, verdana, sans-serif;
}

.slideblock .date, .slideblock .seats {
  margin-top: 25px;
  font: 13px/21px "roboto_condensed", arial, verdana, sans-serif;
  text-align: center;
  color: #999;
}

.seats {
  color: #5ace47;
}

.slideblock .seats {
  margin-top: 5px;
  color: #5ace47;
}

.seats.unavailable {
  color: #a72b2b;
}

.slideblock .button {
  margin-top: 20px;
}

.slideblock.carousel .message {
  padding: 0 10px;
  width: auto;
  min-height: 200px;
  white-space: normal;
}

.slideblock.carousel .text {
  white-space: normal;
}

.slideblock.carousel .cycle-slide {
  opacity: 1 !important;
}

#content .slideblock.carousel a.button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.ambassador .wrapper {
  position: relative;
  height: 180px;
}

.ambassador .image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.ambassador .image img {
  position: relative;
  max-width: 100%;
  left: -50%;
}

/* ------------------------------------------------------------------------- List overview */
.listitem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEE;
  overflow: hidden;
}

.listitem .text {
  padding: 30px 0;
}

#content .listitem .button {
  padding: 10px 30px;
  margin-top: 75px;
  float: right;
}

/* ------------------------------------------------------------------------- Maps */
#maps {
  position: relative;
  width: 100%;
  height: 480px;
}

#map {
  position: absolute;
}

#maps .adress {
  position: absolute;
  top: 60px;
  left: 0;
  padding: 30px;
  width: 300px;
  background: #FFF;
  box-sizing: border-box;
  z-index: 999;
}

#maps .adress a {
  text-decoration: underline;
}

#maps .adress table, #maps .adress tr, #maps .adress td {
  border: none;
}

#maps .adress td {
  padding: 2px 10px 0 2px;
}

#maps .adress tr.heading td {
  font-weight: normal;
}

/* ------------------------------------------------------------------------- Footer */
footer {
  padding: 60px 0;
  background: #5cb6d2;
}

footer.colored {
  padding: 20px 0;
  background: #333;
}

footer .title {
  font: italic 32px/36px "grand_hotel", arial, verdana, sans-serif;
  color: #FFF;
  text-align: center;
}

footer .logowrapper {
  margin: 79px 0 60px 0;
}

footer .gradientline, footer .gradientline img {
  width: 100%;
  height: 1px;
}

footer .logo {
  margin-top: -19px;
  text-align: center;
}

#isocial {
  width: 235px;
  margin: 10px auto 30px auto;
  padding-bottom: 30px;
  padding-left: 10px;
}

.is-channels {
  display: inline-block;
  margin: 0;
  margin-bottom: -6px;
  padding: 0;
}

.is-channels .is-media {
  margin-right: 0px !important;
  margin-left: 10px !important;
  margin-bottom: 0 !important;
}

footer nav * {
  color: #FFF;
  font: 13px/19px "roboto_condensed", arial, verdana, sans-serif;
}

footer nav a:hover, footer nav a:focus {
  color: #5cb6d2;
}

footer nav .navstripe {
  margin: 0 3px;
}

/* iMenu CSS */
body.iMenu_open {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.iMenu_open:before {
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}

.iMenu_btn {
  float: bottom;
  height: 60px;
  position: relative;
  width: 60px;
}

.iMenu_menu {
  position: absolute;
  z-index: 333;
}

.iMenu_menu:before {
  content: " ";
  display: table;
}

.iMenu_menu:after {
  clear: both;
  content: " ";
  display: table;
}

.iMenu_menu .iMenu_menutxt {
  display: block;
  float: left;
  line-height: 1.2em;
  padding: 6px;
  width: 100%;
}

.iMenu_menu .iMenu_icon {
  box-sizing: content-box;
  display: block;
  height: 40px;
  padding: 10px;
  position: relative;
  width: 40px;
  border-radius: 0;
}

.iMenu_menu .iMenu_no-text {
  margin: 0;
}

.iMenu_menu .iMenu_icon-bar {
  background: #fff;
  border-radius: 10px;
  display: block;
  height: 2px;
  left: 10px;
  opacity: 1;
  position: absolute;
  top: 29px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 40px;
}

.iMenu_menu .iMenu_icon-bar:nth-child(1) {
  top: 23px;
}

.iMenu_menu .iMenu_icon-bar:nth-child(2), .iMenu_menu .iMenu_icon-bar:nth-child(3) {
  top: 29px;
}

.iMenu_menu .iMenu_icon-bar:nth-child(4) {
  top: 35px;
}

.iMenu_menu .iMenu_open .iMenu_icon-bar:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}

.iMenu_menu .iMenu_open .iMenu_icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.iMenu_menu .iMenu_open .iMenu_icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.iMenu_menu .iMenu_open .iMenu_icon-bar:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}

.iMenu_nav {
  box-shadow: 0px -2px 5px -2px rgba(0, 0, 0, 0.75);
  clear: both;
}

.iMenu_nav ul {
  display: block;
}

.iMenu_nav li {
  display: block;
}

.iMenu_nav li:last-child {
  border-bottom: none;
}

.iMenu_nav li:after {
  clear: both;
  content: " ";
  display: table;
}

.iMenu_parent > a:before {
  background-image: url(/pics/arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  width: 40px;
  right: 0;
  top: 0;
}

.iMenu_parent.iMenu_open:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.iMenu_nav .iMenu_item {
  cursor: pointer;
}

.iMenu_nav .iMenu_item a {
  display: inline;
}

.iMenu_nav .iMenu_row {
  display: block;
}

.iMenu_nav a {
  display: block;
}

.iMenu_nav .iMenu_parent-link a {
  display: inline;
}

.iMenu_menu .iMenu_menutxt {
  color: #5cb6d2;
  font-size: 110%;
  font-weight: 700;
}

.iMenu_nav {
  background-color: #fff;
  bottom: 0;
  color: #222;
  height: 80%;
  height: calc(100% - 100px);
  left: 0;
  list-style: none;
  margin: 0;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  width: 100%;
}

.iMenu_nav ul {
  background: none;
  float: left;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.iMenu_parent ul a {
  font-size: 16px;
  font-weight: 400;
  margin-left: 40px;
}

.iMenu_parent .iMenu_parent ul a {
  margin-left: 40px;
}

.iMenu_parent .iMenu_parent .iMenu_parent ul a {
  margin-left: 120px;
}

.iMenu_nav > ul > li {
  border-bottom: 1px solid #222;
  position: relative;
}

.iMenu_nav > ul > li > a:after {
  clear: both;
  content: " ";
  display: table;
}

.iMenu_nav .iMenu_row:hover {
  border-radius: 0;
  color: #5cb6d2;
}

.iMenu_nav a {
  color: #999;
  font: bold 19px/22px "roboto_slab", arial, verdana, sans-serif;
  margin: 2px 5px;
  margin-right: 40px;
  padding: 9px 10px;
  text-decoration: none;
}

.iMenu_nav .current .iMenu_item > a, .iMenu_nav .current > a, .iMenu_nav a:hover {
  border-radius: 0;
  color: #5cb6d2;
  font-weight: 700;
}

.iMenu_nav .iMenu_txtnode {
  margin-left: 15px;
}

.iMenu_nav > ul > li > a {
  font-weight: 700;
  margin: 2px 5px;
  margin-left: 40px;
  padding: 9px 10px;
}

.iMenu_nav .iMenu_item a {
  margin: 0;
  padding: 0;
}

.iMenu_nav .iMenu_parent-link a {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .iMenu_menu {
    display: none;
  }
}
/* Custom iMenu css */
#mobileNavigationWrap {
  display: none;
}

.iMenu_menu {
  right: 20px;
  top: 20px;
  z-index: 99999;
}

.iMenu_parent > a:before {
  background-image: url(/pics/arrow-right.png);
}

.iMenu_parent.iMenu_open > a:before {
  background-image: url(/pics/arrow-down.png);
}

.iMenu_nav ul > li {
  border-bottom: 1px solid #999;
  position: relative;
}

.iMenu_menu .iMenu_icon {
  margin: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.iMenu_icon.scrolldown {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  background: #5cb6d2;
}

/* ------------------------------------------------------------------------- Form */
#form_container {
  position: relative;
  margin: 15px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  font: 13px/19px "roboto_slab", arial, verdana, sans-serif;
  color: #666;
}

#form_container .frm_Header {
  padding: 20px 0px 0px 0px;
}

#form_container .frm_PageBreakHr {
  display: none;
}

#form_container .frm_marked_required {
  margin-left: 5px;
  color: #FF0000;
}

#form_container .frm_Label {
  margin: 8px 15px 0 0;
  width: calc(27% - 15px);
  float: left;
  text-align: left;
  color: #666;
}

#form_container .frm_Field {
  margin: 0px 0px 0px 0px;
  width: calc(54% - 10px);
  float: left;
  text-align: left;
}

#form_container .frm_Field .frm_CheckContainer {
  margin: 0px 0px 6px 0px;
  width: 100%;
  float: left;
}

#form_container .frm_Field .frm_CheckContainer .frm_CheckLabel {
  margin: 0px 0px 0px 2px;
  float: left;
  color: #666;
}

#form_container .frm_Field .frm_RadioContainer {
  margin: 0px 0px 4px 0px;
  width: 100%;
  float: left;
}

#form_container .frm_Field .frm_RadioContainer .frm_RadioLabel {
  margin: 0px 0px 0px 2px;
  width: 90%;
  float: left;
  color: #666;
}

#form_container .frm_Quantity .frm_RadioContainer {
  margin: 0px 0px 4px 0px;
  float: none;
  clear: both;
  display: block;
}

#form_container .frm_Quantity .frm_RadioContainer .frm_RadioLabel {
  margin: 0px 0px 0px 2px;
}

#form_container .frm_TextBlock {
  padding: 10px 0px 20px 0px;
}

#form_container .frm_Numeric,
#form_container .frm_MultipleChoice,
#form_container .frm_PhoneNumber,
#form_container .frm_Calendar,
#form_container .frm_TextBox,
#form_container .frm_Email,
#form_container .frm_TextArea,
#form_container .frm_FileUpload {
  margin: 0px 0px 15px 0px;
  width: 100%;
  overflow: hidden;
}

#form_container .frm_TextBox .frm_Field input,
#form_container .frm_Numeric .frm_Field input,
#form_container .frm_PhoneNumber .frm_Field input,
#form_container .frm_Email .frm_Field input,
#form_container .frm_Calendar .frm_Field input,
#form_container .frm_MultipleChoice .frm_Field input.frm_RadioInput,
#form_container .frm_MultipleChoice .frm_Field input.frm_CheckInput {
  padding: 0px 20px;
  margin: 0px;
  width: 100%;
  height: 36px;
  font: 13px/25px "roboto_slab", arial, verdana, sans-serif;
  background: #FFF;
  color: #666;
  border: 1px solid #999;
  border-radius: 0;
}

#form_container .frm_MultipleChoice .frm_Field input.frm_RadioInput,
#form_container .frm_MultipleChoice .frm_Field input.frm_CheckInput {
  margin-top: 6px;
  float: left;
  clear: both;
}

#form_container .frm_Calendar .frm_Field {
  position: relative;
}

#form_container .frm_Calendar .frm_Field img {
  position: absolute;
  top: 6px;
  right: 5px;
  margin: 0px;
}

#form_container .frm_FileUpload .frm_Field input {
  padding: 1px 3px;
  margin: 0px;
  width: 100%;
  font: 13px/25px "roboto_slab", arial, verdana, sans-serif;
  color: #666;
  border: 1px solid #ddd;
}

#form_container .frm_Calendar .frm_Field input {
  padding: 1px 3px;
  margin: 0px;
  width: 100%;
  height: 30px;
  font: 13px/25px "roboto_slab", arial, verdana, sans-serif;
  color: #666;
  border: 1px solid #999;
}

#form_container .frm_TextArea .frm_Field textarea {
  padding: 8px 20px;
  margin: 0px;
  width: 100%;
  max-width: 100%;
  height: 150px;
  font: 13px/19px "roboto_slab", arial, verdana, sans-serif;
  color: #666;
  border: 1px solid #999;
  border-radius: 0;
  background: #FFF;
  box-sizing: border-box;
}

#form_container .frm_MultipleChoice .frm_Field select {
  padding: 1px 1px;
  margin: 0px;
  width: 100%;
  height: 36px;
  font: 13px/25px "roboto_slab", arial, verdana, sans-serif;
  color: #666;
  border: 1px solid #999;
  background: #FFF;
}

#form_container .frm_Calendar .frm_Field select {
  padding: 1px 1px;
  margin: 0px 10px 0px 0px;
  width: 100%;
  height: 30px;
  font: 13px/25px "roboto_slab", arial, verdana, sans-serif;
  color: #666;
  border: 1px solid #999;
}

#form_container .frm_MultipleChoice .frm_Field input {
  margin-top: 3px;
  margin-right: 5px;
  float: left;
}

#form_container .frm_FormTail, #form_container .frm_PageBreak {
  margin: 0px auto;
  width: 100%;
  padding: 0px 0px;
}

#form_container .frm_BtnContainer {
  width: 100%;
  float: left;
}

#form_container .frm_BtnContainer .frm_BtnPrevious_Inactive {
  display: none;
}

#form_container .frm_BtnContainer .frm_BtnPrevious {
  position: relative;
  padding: 0px 30px;
  height: 36px;
  float: left;
  text-align: left;
  font: 16px/30px "roboto_slab", arial, verdana, sans-serif;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #5cb6d2;
  cursor: pointer;
  background: #5cb6d2;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#form_container .frm_BtnContainer .frm_BtnNext_Inactive {
  display: none;
}

#form_container .frm_BtnContainer .frm_BtnNext {
  position: relative;
  padding: 0px 30px;
  margin-right: calc(19% + 10px);
  height: 36px;
  float: right;
  text-align: right;
  font: 16px/30px "roboto_slab", arial, verdana, sans-serif;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #5cb6d2;
  cursor: pointer;
  background: #5cb6d2;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#form_container .frm_BtnContainer .btn {
  float: right;
}

#form_container .frm_BtnContainer .btn .icon-arrow {
  margin-top: 3px;
  float: left;
  color: #222;
  font-size: 25px;
  font-weight: bold;
}

#form_container .frm_BtnContainer .btn .icon-arrow::before {
  margin-left: 0px !important;
}

#form_container .frm_BtnContainer .frm_BtnSubmit {
  margin-right: calc(19% + 10px);
  padding: 5px;
  width: 19%;
  height: 36px;
  float: right;
  color: #FFF;
  font: 16px "roboto_slab", arial, verdana, sans-serif;
  text-align: center;
  border: 1px solid #5cb6d2;
  background: #5cb6d2;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#form_container .frm_BtnContainer .frm_BtnCheck {
  position: relative;
  padding: 0px 20px;
  height: 33px;
  float: right;
  text-align: right;
  font: 16px/30px "roboto_slab", arial, verdana, sans-serif;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #5cb6d2;
  cursor: pointer;
  background: #5cb6d2;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#form_container .frm_BtnContainer .frm_BtnPrevious:hover, #form_container .frm_BtnContainer .frm_BtnNext:hover,
#form_container .frm_BtnContainer .frm_BtnSubmit:hover, #form_container .frm_BtnContainer .frm_BtnCheck:hover {
  color: #5cb6d2;
  background: #FFF;
}

#msgcontainer {
  padding: 30px 0px;
  color: #666;
  text-align: center;
  font: 16px/24px "roboto_slab", arial, verdana, sans-serif;
}

/* ------------------------------------------------------------------------- Responsive */
@media (min-width: 1200px) {
  .home header {
    height: 80vh;
  }
  #headerPager {
    bottom: 250px;
  }
  #mainNavigation a {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home header {
    height: 350px;
  }
  #mainNavigation nav {
    display: none;
  }
  #headerPager {
    max-width: 60%;
    bottom: 50px;
  }
  #content .listitem .button {
    margin-top: 0;
    float: none;
  }
  #mainNavigation.scrolldown {
    width: calc(100% - 60px);
  }
  #mainNavigation li {
    display: none;
  }
  #mainNavigation li.logo {
    display: block;
  }
  .reservation .formwrap {
    clear: both;
    width: calc(100% - 20px);
  }
  .reservation .text, .form .text {
    width: calc(100% - 20px);
  }
  .reservation .fieldwrap {
    width: calc(27% - 5px);
  }
  #content #reservationBtn {
    width: 16%;
  }
  .imagetext .image img {
    width: 75%;
  }
  .imagetext .quoteblock {
    position: relative;
    width: 75%;
    bottom: 10px;
  }
  .imagetext .smalltext {
    margin-top: 10px;
  }
  .banners .container {
    padding: 0;
    width: 728px;
  }
  .banners .linkblock, .banners .imageblock.small {
    width: 50%;
  }
  .banners .linkblock::after, .banners .imageblock.small::after {
    padding-bottom: 50%;
  }
  .banners .linkblock .text {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .home header {
    height: 340px;
  }
  #mainNavigation nav, #headerPager {
    display: none !important;
  }
  #content .listitem .button {
    margin-top: 0;
    float: none;
  }
  #mainNavigation.scrolldown {
    width: calc(100% - 60px);
  }
  #mainNavigation li {
    display: none;
  }
  #mainNavigation li.logo {
    display: block;
  }
  .reservation .formwrap {
    padding: 40px 0 0 0;
    margin: 50px 0 0 0;
    min-height: 160px;
    clear: both;
  }
  .reservation .fieldwrap {
    margin: 0 10px 15px 0;
    width: 100%;
  }
  #form_container .frm_Label {
    margin: 0 0 5px 0;
    width: 100%;
  }
  #form_container .frm_Field {
    width: 100%;
  }
  #form_container .frm_BtnContainer .frm_BtnSubmit {
    padding: 5px 20px;
    margin-right: 0;
    width: auto;
  }
  #content #reservationBtn {
    padding: 5px 20px;
    width: auto;
  }
  .imagetext .image img {
    width: 75%;
  }
  .imagetext .quoteblock {
    position: relative;
    width: 75%;
    bottom: 10px;
  }
  .imagetext .smalltext {
    margin-top: 10px;
  }
  .banners .galleryblock, .banners .linkblock {
    width: 100%;
  }
  .banners .linkblock::after {
    padding-bottom: 50%;
  }
  .banners .imageblock.large {
    width: 100%;
  }
  .banners .imageblock.small {
    width: 50%;
  }
  .banners .imageblock.small::after {
    padding-bottom: 100%;
  }
  .banners .linkblock .text {
    margin-top: 10px;
  }
  .facebook {
    width: 50%;
    float: right;
  }
  #map {
    display: none !important;
  }
  #maps {
    height: auto;
    width: 50%;
  }
  #maps .adress {
    position: relative;
    top: 0;
    width: 100%;
    margin: 30px 0px;
    background-color: #e6e1dd;
  }
  #maps .adress h3 {
    font: bold 26px/32px "roboto_slab", arial, verdana, sans-serif;
  }
}
@media (max-width: 480px) {
  .home header {
    height: 320px;
  }
  /*.imagetext { padding: 0px; }*/
  #site {
    margin: 0;
  }
  #mainNavigation {
    width: 100%;
  }
  #mainNavigation.scrolldown {
    margin: 0;
  }
  #mainNavigation .logo .full {
    width: 80%;
  }
  .iMenu_menu .iMenu_icon {
    margin: 0px;
  }
  .reservation .fieldwrap {
    width: 100%;
  }
  .imagetext {
    padding: 30px 0px;
  }
  .imagetext .text {
    padding: 30px 0px;
  }
  .imagetext .image img {
    width: 100%;
  }
  .imagetext .quoteblock {
    position: relative;
    width: 100%;
    bottom: 10px;
  }
  .banners .linkblock {
    width: 100%;
  }
  .banners .linkblock::after {
    padding-bottom: 190px;
  }
  .banners .imageblock.small {
    width: 100%;
  }
  .banners .imageblock.small::after {
    padding-bottom: 50%;
  }
  .chef {
    display: none;
  }
  .facebook {
    display: none;
  }
  .rd-container {
    width: 100%;
  }
  .rd-container td {
    padding: 8px 12px;
  }
  #map {
    display: none !important;
  }
  #maps {
    height: auto;
    width: 100%;
  }
  #maps .adress {
    position: relative;
    top: 0;
    width: 100%;
    margin: 30px 0px;
    background-color: #e6e1dd;
  }
  #maps .adress h3 {
    font: bold 26px/32px "roboto_slab", arial, verdana, sans-serif;
  }
}
/* ------------------------------------------------------------------------- Webshop */
.product-overview .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.product-overview .product-detail:hover {
  text-decoration: none !important;
}

.product-overview .product-detail:hover .product-name:after {
  background: #edebed;
}

.product-item img {
  width: 100%;
  margin: 0 !important;
}

.product-item .product-image {
  position: relative;
  margin: 0 15px;
  z-index: 10;
}

.product-item .quoteblock {
  padding: 15px !important;
}

.product-item .quoteblock .quote {
  font-size: 16px;
}

.product-item .product-name {
  position: relative;
  z-index: 1;
  padding: 50px 30px 80px 30px;
  color: #666;
  height: 320px;

}
.product-item .product-name .title {
  font-weight: bold;
  color: #5cb6d2;
}

.product-item {
  margin-bottom: 30px;
  height: 100%;
}

.row.equal {
  display: flex;
  flex-flow: wrap;
}

.product-detail-page .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #cf4b4b;
  border-radius: 50%;
  margin-right: 15px;
}

.product-item .product-name:after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: #EEEEEE;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.product-overview .buttons {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.product-overview .btn {
  background-color: white;
  color: #5cb6d2 !important;
  border: 2px solid #5cb6d2;
  display: inline-block;
  font: italic 20px/24px "grand_hotel", arial, verdana, sans-serif;
  padding: 10px 30px;
}
.product-overview .btn:hover {
  background-color: #5cb6d2;
  color: white !important;
}

.product-overview .text {
  color: white;
}

.product-detail-page .buttons {
  display: flex;
  justify-content: flex-end;
}

.product-detail-page .btn {
  position: relative;
  border-radius: 50px;
  padding: 15px 25px;
}

.product-detail-page .btn-secondary {
  padding: 15px 25px 15px 50px !important;
}

.product-detail-page .btn-white:focus {
  border: none !important;
}

.product-detail-page .btn-white:focus, .product-detail-page .btn-white:active, .product-detail-page .btn-white:visited {
  box-shadow: none !important;
}

.product-detail-page .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-shoppingbag {
  left: 25px;
  background-image: url("/pics/shoppingbag.svg");
}

.icon-arrow {
  left: 0;
  background-image: url("/pics/arrow-left-primary.svg");
}

.icon-plus {
  left: 25px;
  background-image: url("/pics/plus.svg");
}

.btn_continue_shopping {
  margin-top: 20px;
}

.add-item input {
  width: 250px !important;
  border: 1px solid black;
}

.product-detail-page .stock-info {
  padding: 30px;
  background: #EEEEEE;
  margin-bottom: 20px;
}
.product-detail-page .stock-info p {
  margin: 0;
}

.swal-footer {
  text-align: center !important;
}

.product-detail-page .price {
  font-weight: bold;
}

.product-detail-page .price-wrapper {
  display: flex;
}

.flex {
  display: flex;
}
.flex.align-items-center {
  align-items: center;
}
.flex.justify-content-center {
  justify-content: center;
}

/* ------------------------------------------------------------------------- Pagination */
.pagination_container {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

/* Pagination Numbers */
.pager_numbers {
  flex: 3;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.pager_numbers span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
}

.pager_numbers span a {
  text-decoration: none !important;
}

.pager_numbers span.current {
  font-weight: bold;
  background-color: #5cb6d2;
  color: #fff;
}

.pager_numbers span:hover:not(.current) {
  background-color: #5cb6d2;
  color: red !important;
}
.pager_numbers span:hover:not(.current) a {
  color: #fff !important;
}

/* ------------------------------------------------------------------------- Shoppingcart */
#JS_shoppingCart .warning {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
#JS_shoppingCart img {
  width: 100%;
}
#JS_shoppingCart #form_container {
  margin-top: 0 !important;
}
#JS_shoppingCart #form_container .frm_BtnContainer .frm_BtnSubmit {
  background-color: white;
  color: #5cb6d2 !important;
  border: 2px solid #5cb6d2;
  display: inline-block;
  font: italic 20px/24px "grand_hotel", arial, verdana, sans-serif;
  padding: 10px 30px;
  width: auto;
  height: auto;
  margin-right: 0 !important;
}
#JS_shoppingCart #form_container .frm_BtnContainer .frm_BtnSubmit:hover {
  background-color: #5cb6d2;
  color: white !important;
}
#JS_shoppingCart h3 {
  margin-bottom: 30px;
}
#JS_shoppingCart #form_container .frm_Label {
  width: calc(35% - 15px);
}
#JS_shoppingCart #form_container .frm_Field {
  width: 65%;
}
#JS_shoppingCart .form-group {
  display: block;
  margin-bottom: 15px;
}
#JS_shoppingCart .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#JS_shoppingCart .form-group label {
  position: relative;
  cursor: pointer;
}
#JS_shoppingCart .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #5cb6d2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
#JS_shoppingCart .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #5cb6d2;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#JS_shoppingCart input {
  width: 80%;
  border-radius: 14px;
  height: 51px;
  padding: 0.9375rem;
  background-position: right 0 center;
  border: 1px solid black;
}

.confetti {
  width: 100px !important;
  height: 100px !important;
}

.no-margin {
  margin: 0 !important;
}

.icon_trash {
  width: 50px;
  height: 50px;
  background-color: #97d2e5;
  border-radius: 50%;
  background-image: url("/pics/trash.svg");
  background-repeat: no-repeat;
  background-size: 17px 20px;
  display: block;
  float: right;
  background-position: 50%;
}
.icon_trash:hover {
  background-color: #5cb6d2;
}

.emptyCart {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.emptyCart p {
  margin: 10px 0 30px 0;
  font-weight: normal !important;
}

.emptyCart .btn {
  background-color: white;
  color: #5cb6d2 !important;
  border: 2px solid #5cb6d2;
  display: inline-block;
  font: italic 20px/24px "grand_hotel", arial, verdana, sans-serif;
  padding: 10px 30px;
  text-decoration: none !important;
}
.emptyCart .btn:hover {
  background-color: #5cb6d2;
  color: white !important;
}

.shoppingCart_wrapper_head {
  margin: 60px 0;
}

.shoppingCart_wrapper_title {
  /*border-bottom: 1px solid black;*/
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-weight: bold !important;
}

.basket_wrapper {
  border-bottom: 1px solid black;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.basket_wrapper .row {
  display: flex;
  align-items: center;
}
.basket_wrapper .product-name {
  font-size: 18px;
  font-weight: bold;
}

.deliver_information {
  margin-bottom: 60px;
  margin-top: 60px;
}

.pickup_information .check_box {
  display: flex;
}

.pickup_information .pickupitem {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

/* ------------------------------------------------------------------------- Workshops booking */
.workshop .nieuws-item img {
  width: 100%;
}

.workshop-detail .info {
  padding-top: 60px;
}

.workshop-detail .form-title {
  margin-bottom: 30px;
}

.workshop-detail .frm_Field {
  width: calc(74% - 10px) !important;
}

.workshop-detail .date {
  font-weight: 700;
  color: #5cb6d2;
  padding-bottom: 30px;
  font-size: 16px;
}

.workshop-detail .availability {
  color: #5cb6d2;
  padding: 20px;
  background: #EEEEEE;
}

.workshop-detail .limit {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
}

.workshop-detail .frm_BtnSubmit {
  width: 35% !important;
  margin-right: 0 !important;
  margin-top: 20px;
}

.show-seats {
  display: flex;
  justify-content: center;
  color: #5cb6d2;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

#seatsDisplay {
  margin: 0 3px;
}

.kader {
  position: relative;
  background: white;
  box-shadow: 4px 3px 2px grey;
  padding: 15px 20px;
}

.kader::after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("pics/logo.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
}

.border-bottom {
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}

.mainNavStyle {
  width: 100% !important;
}
.mainNavStyle nav {
  padding: 15px 0 !important;
}
.mainNavStyle nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainNavStyle nav ul .shoppingcart {
  position: relative;
}
.mainNavStyle nav ul .shoppingcart a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid;
  padding: 0 !important;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainNavStyle nav ul .shoppingcart .amountOfItems {
  position: absolute;
  background-color: #5cb6d2;
  width: 20px;
  height: 20px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  right: 11px;
  top: -6px;
  color: white;
}

.position-relative {
  position: relative;
}

#form-loader {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7294117647);
  position: absolute;
  z-index: 1;
  display: none;
}
#form-loader.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#form-loader .ball-clip-rotate > div {
  background-color: #5cb6d2;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #5cb6d2;
  border-bottom-color: transparent;
  height: 26px;
  width: 26px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
@media (max-width: 1200px) {
  .mainNavStyle a {
    font: 18px "grand_hotel", arial, verdana, sans-serif !important;
  }
  .mainNavStyle nav ul .shoppingcart a {
    margin-top: -14px;
  }
  #form_container {
    padding-top: 30px !important;
  }
}
@media (max-width: 640px) {
  .d-none-mobile {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
