/* Minification failed. Returning unminified contents.
(12551,20): run-time error CSS1039: Token not allowed after unary operator: '-white'
(16647,32): run-time error CSS1030: Expected identifier, found 'a'
(16647,33): run-time error CSS1031: Expected selector, found ')'
(16647,33): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css";
/*hola*/

/*@import "../vendor/bootstrap.less";*/

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

a,
a:link,
a:active,
a:hover {
  outline: none !important;
}
a:focus {
  outline: 2px solid #fff !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "ABCGintoNord-Regular", Verdana;
  font-size: 14px;
  /*line-height: 18.2px;*/
  line-height: 24px;
  color: #333;
  background-color: #fff;
}
a {
  /*color: #632E38;*/
  color: #000;
  text-decoration: none;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -14px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 14px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 946px;
}
.span12 {
  width: 946px;
}
.span11 {
  width: 866px;
}
.span10 {
  width: 786px;
}
.span9 {
  width: 706px;
}
.span8 {
  width: 626px;
}
.span7 {
  width: 546px;
}
.span6 {
  width: 466px;
}
.span5 {
  width: 386px;
}
.span4 {
  width: 306px;
}
.span3 {
  width: 226px;
}
.span2 {
  width: 146px;
}
.span1 {
  width: 66px;
}
.offset12 {
  margin-left: 974px;
}
.offset11 {
  margin-left: 894px;
}
.offset10 {
  margin-left: 814px;
}
.offset9 {
  margin-left: 734px;
}
.offset8 {
  margin-left: 654px;
}
.offset7 {
  margin-left: 574px;
}
.offset6 {
  margin-left: 494px;
}
.offset5 {
  margin-left: 414px;
}
.offset4 {
  margin-left: 334px;
}
.offset3 {
  margin-left: 254px;
}
.offset2 {
  margin-left: 174px;
}
.offset1 {
  margin-left: 94px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.449275362%;
  *margin-left: 1.397515528%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.449275362%;
}
.row-fluid .span12 {
  width: 97.929606625%;
  *width: 97.877846791%;
}
.row-fluid .span11 {
  width: 89.648033126%;
  *width: 89.596273292%;
}
.row-fluid .span10 {
  width: 81.366459627%;
  *width: 81.314699793%;
}
.row-fluid .span9 {
  width: 73.084886128%;
  *width: 73.033126294%;
}
.row-fluid .span8 {
  width: 64.803312629%;
  *width: 64.751552795%;
}
.row-fluid .span7 {
  width: 56.52173913%;
  *width: 56.469979296%;
}
.row-fluid .span6 {
  width: 48.240165631%;
  *width: 48.188405797%;
}
.row-fluid .span5 {
  width: 39.958592133%;
  *width: 39.906832298%;
}
.row-fluid .span4 {
  width: 31.677018634%;
  *width: 31.625258799%;
}
.row-fluid .span3 {
  width: 23.395445135%;
  *width: 23.3436853%;
}
.row-fluid .span2 {
  width: 15.113871636%;
  *width: 15.062111801%;
}
.row-fluid .span1 {
  width: 6.832298137%;
  *width: 6.780538302%;
}
.row-fluid .offset12 {
  margin-left: 100.82815735%;
  *margin-left: 100.724637681%;
}
.row-fluid .offset12:first-child {
  margin-left: 99.378881988%;
  *margin-left: 99.275362319%;
}
.row-fluid .offset11 {
  margin-left: 92.546583851%;
  *margin-left: 92.443064182%;
}
.row-fluid .offset11:first-child {
  margin-left: 91.097308489%;
  *margin-left: 90.99378882%;
}
.row-fluid .offset10 {
  margin-left: 84.265010352%;
  *margin-left: 84.161490683%;
}
.row-fluid .offset10:first-child {
  margin-left: 82.81573499%;
  *margin-left: 82.712215321%;
}
.row-fluid .offset9 {
  margin-left: 75.983436853%;
  *margin-left: 75.879917184%;
}
.row-fluid .offset9:first-child {
  margin-left: 74.534161491%;
  *margin-left: 74.430641822%;
}
.row-fluid .offset8 {
  margin-left: 67.701863354%;
  *margin-left: 67.598343685%;
}
.row-fluid .offset8:first-child {
  margin-left: 66.252587992%;
  *margin-left: 66.149068323%;
}
.row-fluid .offset7 {
  margin-left: 59.420289855%;
  *margin-left: 59.316770186%;
}
.row-fluid .offset7:first-child {
  margin-left: 57.971014493%;
  *margin-left: 57.867494824%;
}
.row-fluid .offset6 {
  margin-left: 51.138716356%;
  *margin-left: 51.035196687%;
}
.row-fluid .offset6:first-child {
  margin-left: 49.689440994%;
  *margin-left: 49.585921325%;
}
.row-fluid .offset5 {
  margin-left: 42.857142857%;
  *margin-left: 42.753623188%;
}
.row-fluid .offset5:first-child {
  margin-left: 41.407867495%;
  *margin-left: 41.304347826%;
}
.row-fluid .offset4 {
  margin-left: 34.575569358%;
  *margin-left: 34.472049689%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.126293996%;
  *margin-left: 33.022774327%;
}
.row-fluid .offset3 {
  margin-left: 26.293995859%;
  *margin-left: 26.19047619%;
}
.row-fluid .offset3:first-child {
  margin-left: 24.844720497%;
  *margin-left: 24.741200828%;
}
.row-fluid .offset2 {
  margin-left: 18.01242236%;
  *margin-left: 17.908902692%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.563146998%;
  *margin-left: 16.459627329%;
}
.row-fluid .offset1 {
  margin-left: 9.730848861%;
  *margin-left: 9.627329193%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.281573499%;
  *margin-left: 8.17805383%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 14px;
  padding-left: 14px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-weight: 200;
  /*font-size: 14px;*/

  /*    font-size: 16px;
    line-height: 22px*/

}
/*@media(min-width: 768px) {
    .lead {*/

/*font-size: 20px;*/

/*font-size: 18px;
        line-height: 28px;
    }
}*/

small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "ABCGintoNord-Medium", Verdana;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 14px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 932px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 852px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 772px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 692px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 612px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 532px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 452px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 372px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 292px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 212px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 132px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 52px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #ececec;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f1f1f1;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 50px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 130px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 210px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 290px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 370px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 450px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 530px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 610px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 690px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 770px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 850px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 930px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/static/img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url(/static/img/glyphicons-halflings-white.png);
}
.icon-glass {
  background-position: 0 0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #b60000;
  background-image: -moz-linear-gradient(top, #c00000, #a70000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c00000), to(#a70000));
  background-image: -webkit-linear-gradient(top, #c00000, #a70000);
  background-image: -o-linear-gradient(top, #c00000, #a70000);
  background-image: linear-gradient(to bottom, #c00000, #a70000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc00000', endColorstr='#ffa70000', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #b60000;
  background-image: -moz-linear-gradient(top, #c00000, #a70000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c00000), to(#a70000));
  background-image: -webkit-linear-gradient(top, #c00000, #a70000);
  background-image: -o-linear-gradient(top, #c00000, #a70000);
  background-image: linear-gradient(to bottom, #c00000, #a70000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc00000', endColorstr='#ffa70000', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #ccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c01a00;
  background-image: -moz-linear-gradient(top, #c00000, #c04000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c00000), to(#c04000));
  background-image: -webkit-linear-gradient(top, #c00000, #c04000);
  background-image: -o-linear-gradient(top, #c00000, #c04000);
  background-image: linear-gradient(to bottom, #c00000, #c04000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc00000', endColorstr='#ffc04000', GradientType=0);
  border-color: #c04000 #c04000 #742700;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c04000;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #c04000;
  *background-color: #a73700;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #8d2f00 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #c00000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #740000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #c04000;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #c00000;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  background-color: #999;
  color: #222;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #222;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #c00000;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #c00000;
  border-bottom-color: #c00000;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #740000;
  border-bottom-color: #740000;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(to bottom, #fff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #fff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}
.navbar-link {
  color: #777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #fff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "ABCGintoNord-Regular", Verdana;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 946px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #ccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222, #111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
  background-image: -webkit-linear-gradient(top, #222, #111);
  background-image: -o-linear-gradient(top, #222, #111);
  background-image: linear-gradient(to bottom, #222, #111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111;
  border-right-color: #222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -14px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 14px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #c00000;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 10px;
  width: 50px;
  height: 50px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 10px;
}
.carousel-control:hover,
.carousel-control:focus {
  box-shadow: 0 0 25px rgba(70, 70, 70, 0.1);
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -14px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 14px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1042px;
  }
  .span12 {
    width: 1042px;
  }
  .span11 {
    width: 954px;
  }
  .span10 {
    width: 866px;
  }
  .span9 {
    width: 778px;
  }
  .span8 {
    width: 690px;
  }
  .span7 {
    width: 602px;
  }
  .span6 {
    width: 514px;
  }
  .span5 {
    width: 426px;
  }
  .span4 {
    width: 338px;
  }
  .span3 {
    width: 250px;
  }
  .span2 {
    width: 162px;
  }
  .span1 {
    width: 74px;
  }
  .offset12 {
    margin-left: 1070px;
  }
  .offset11 {
    margin-left: 982px;
  }
  .offset10 {
    margin-left: 894px;
  }
  .offset9 {
    margin-left: 806px;
  }
  .offset8 {
    margin-left: 718px;
  }
  .offset7 {
    margin-left: 630px;
  }
  .offset6 {
    margin-left: 542px;
  }
  .offset5 {
    margin-left: 454px;
  }
  .offset4 {
    margin-left: 366px;
  }
  .offset3 {
    margin-left: 278px;
  }
  .offset2 {
    margin-left: 190px;
  }
  .offset1 {
    margin-left: 102px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 1.343570058%;
    *margin-left: 1.291810223%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 1.343570058%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.948240166%;
  }
  .row-fluid .span11 {
    width: 91.554702495%;
    *width: 91.502942661%;
  }
  .row-fluid .span10 {
    width: 83.10940499%;
    *width: 83.057645156%;
  }
  .row-fluid .span9 {
    width: 74.664107486%;
    *width: 74.612347651%;
  }
  .row-fluid .span8 {
    width: 66.218809981%;
    *width: 66.167050146%;
  }
  .row-fluid .span7 {
    width: 57.773512476%;
    *width: 57.721752642%;
  }
  .row-fluid .span6 {
    width: 49.328214971%;
    *width: 49.276455137%;
  }
  .row-fluid .span5 {
    width: 40.882917466%;
    *width: 40.831157632%;
  }
  .row-fluid .span4 {
    width: 32.437619962%;
    *width: 32.385860127%;
  }
  .row-fluid .span3 {
    width: 23.992322457%;
    *width: 23.940562622%;
  }
  .row-fluid .span2 {
    width: 15.547024952%;
    *width: 15.495265118%;
  }
  .row-fluid .span1 {
    width: 7.101727447%;
    *width: 7.049967613%;
  }
  .row-fluid .offset12 {
    margin-left: 102.687140115%;
    *margin-left: 102.583620446%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 101.343570058%;
    *margin-left: 101.240050389%;
  }
  .row-fluid .offset11 {
    margin-left: 94.24184261%;
    *margin-left: 94.138322942%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 92.898272553%;
    *margin-left: 92.794752884%;
  }
  .row-fluid .offset10 {
    margin-left: 85.796545106%;
    *margin-left: 85.693025437%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 84.452975048%;
    *margin-left: 84.349455379%;
  }
  .row-fluid .offset9 {
    margin-left: 77.351247601%;
    *margin-left: 77.247727932%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.007677543%;
    *margin-left: 75.904157874%;
  }
  .row-fluid .offset8 {
    margin-left: 68.905950096%;
    *margin-left: 68.802430427%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 67.562380038%;
    *margin-left: 67.45886037%;
  }
  .row-fluid .offset7 {
    margin-left: 60.460652591%;
    *margin-left: 60.357132922%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.117082534%;
    *margin-left: 59.013562865%;
  }
  .row-fluid .offset6 {
    margin-left: 52.015355086%;
    *margin-left: 51.911835418%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 50.671785029%;
    *margin-left: 50.56826536%;
  }
  .row-fluid .offset5 {
    margin-left: 43.570057582%;
    *margin-left: 43.466537913%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.226487524%;
    *margin-left: 42.122967855%;
  }
  .row-fluid .offset4 {
    margin-left: 35.124760077%;
    *margin-left: 35.021240408%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 33.781190019%;
    *margin-left: 33.67767035%;
  }
  .row-fluid .offset3 {
    margin-left: 26.679462572%;
    *margin-left: 26.575942903%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.335892514%;
    *margin-left: 25.232372846%;
  }
  .row-fluid .offset2 {
    margin-left: 18.234165067%;
    *margin-left: 18.130645398%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 16.89059501%;
    *margin-left: 16.787075341%;
  }
  .row-fluid .offset1 {
    margin-left: 9.788867562%;
    *margin-left: 9.685347894%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.445297505%;
    *margin-left: 8.341777836%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 14px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1028px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 940px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 852px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 764px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 676px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 588px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 500px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 412px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 324px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 236px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 148px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 60px;
  }
  .thumbnails {
    margin-left: -14px;
  }
  .thumbnails > li {
    margin-left: 14px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -10px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 10px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 734px;
  }
  .span12 {
    width: 734px;
  }
  .span11 {
    width: 672px;
  }
  .span10 {
    width: 610px;
  }
  .span9 {
    width: 548px;
  }
  .span8 {
    width: 486px;
  }
  .span7 {
    width: 424px;
  }
  .span6 {
    width: 362px;
  }
  .span5 {
    width: 300px;
  }
  .span4 {
    width: 238px;
  }
  .span3 {
    width: 176px;
  }
  .span2 {
    width: 114px;
  }
  .span1 {
    width: 52px;
  }
  .offset12 {
    margin-left: 754px;
  }
  .offset11 {
    margin-left: 692px;
  }
  .offset10 {
    margin-left: 630px;
  }
  .offset9 {
    margin-left: 568px;
  }
  .offset8 {
    margin-left: 506px;
  }
  .offset7 {
    margin-left: 444px;
  }
  .offset6 {
    margin-left: 382px;
  }
  .offset5 {
    margin-left: 320px;
  }
  .offset4 {
    margin-left: 258px;
  }
  .offset3 {
    margin-left: 196px;
  }
  .offset2 {
    margin-left: 134px;
  }
  .offset1 {
    margin-left: 72px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 1.36239782%;
    *margin-left: 1.310637986%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 1.36239782%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.948240166%;
  }
  .row-fluid .span11 {
    width: 91.553133515%;
    *width: 91.501373681%;
  }
  .row-fluid .span10 {
    width: 83.10626703%;
    *width: 83.054507196%;
  }
  .row-fluid .span9 {
    width: 74.659400545%;
    *width: 74.607640711%;
  }
  .row-fluid .span8 {
    width: 66.21253406%;
    *width: 66.160774226%;
  }
  .row-fluid .span7 {
    width: 57.765667575%;
    *width: 57.713907741%;
  }
  .row-fluid .span6 {
    width: 49.31880109%;
    *width: 49.267041256%;
  }
  .row-fluid .span5 {
    width: 40.871934605%;
    *width: 40.820174771%;
  }
  .row-fluid .span4 {
    width: 32.42506812%;
    *width: 32.373308286%;
  }
  .row-fluid .span3 {
    width: 23.978201635%;
    *width: 23.926441801%;
  }
  .row-fluid .span2 {
    width: 15.53133515%;
    *width: 15.479575315%;
  }
  .row-fluid .span1 {
    width: 7.084468665%;
    *width: 7.03270883%;
  }
  .row-fluid .offset12 {
    margin-left: 102.72479564%;
    *margin-left: 102.621275972%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 101.36239782%;
    *margin-left: 101.258878151%;
  }
  .row-fluid .offset11 {
    margin-left: 94.277929155%;
    *margin-left: 94.174409487%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 92.915531335%;
    *margin-left: 92.812011666%;
  }
  .row-fluid .offset10 {
    margin-left: 85.83106267%;
    *margin-left: 85.727543002%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 84.46866485%;
    *margin-left: 84.365145181%;
  }
  .row-fluid .offset9 {
    margin-left: 77.384196185%;
    *margin-left: 77.280676517%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.021798365%;
    *margin-left: 75.918278696%;
  }
  .row-fluid .offset8 {
    margin-left: 68.9373297%;
    *margin-left: 68.833810032%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 67.57493188%;
    *margin-left: 67.471412211%;
  }
  .row-fluid .offset7 {
    margin-left: 60.490463215%;
    *margin-left: 60.386943547%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.128065395%;
    *margin-left: 59.024545726%;
  }
  .row-fluid .offset6 {
    margin-left: 52.04359673%;
    *margin-left: 51.940077062%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 50.68119891%;
    *margin-left: 50.577679241%;
  }
  .row-fluid .offset5 {
    margin-left: 43.596730245%;
    *margin-left: 43.493210576%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.234332425%;
    *margin-left: 42.130812756%;
  }
  .row-fluid .offset4 {
    margin-left: 35.14986376%;
    *margin-left: 35.046344091%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 33.78746594%;
    *margin-left: 33.683946271%;
  }
  .row-fluid .offset3 {
    margin-left: 26.702997275%;
    *margin-left: 26.599477606%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.340599455%;
    *margin-left: 25.237079786%;
  }
  .row-fluid .offset2 {
    margin-left: 18.25613079%;
    *margin-left: 18.152611121%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 16.89373297%;
    *margin-left: 16.790213301%;
  }
  .row-fluid .offset1 {
    margin-left: 9.809264305%;
    *margin-left: 9.705744636%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.446866485%;
    *margin-left: 8.343346816%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 10px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 720px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 658px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 596px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 534px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 472px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 410px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 348px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 286px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 224px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 162px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 100px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 38px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111;
    border-bottom-color: #111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 979px+1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/*! jQuery UI - v1.12.1 - 2019-04-17
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=blitzer&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=10&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=333333&opacityOverlay=40&bgImgOpacityOverlay=65&bgTextureOverlay=dots_small&bgColorOverlay=a6a6a6&iconColorError=cc0000&fcError=2e2e2e&borderColorError=cc0000&bgImgOpacityError=75&bgTextureError=diagonals_thick&bgColorError=f3d8d8&iconColorHighlight=004276&fcHighlight=444444&borderColorHighlight=fcd3a1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf8ee&iconColorActive=cc0000&fcActive=cc0000&borderColorActive=eeeeee&bgImgOpacityActive=65&bgTextureActive=flat&bgColorActive=ffffff&iconColorHover=cc0000&fcHover=111111&borderColorHover=cdd5da&bgImgOpacityHover=100&bgTextureHover=highlight_hard&bgColorHover=f6f6f6&iconColorDefault=cc0000&fcDefault=004276&borderColorDefault=d8dcdf&bgImgOpacityDefault=100&bgTextureDefault=highlight_hard&bgColorDefault=eeeeee&iconColorContent=cc0000&fcContent=333333&borderColorContent=eeeeee&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=ffffff&fcHeader=ffffff&borderColorHeader=e3a1a1&bgImgOpacityHeader=15&bgTextureHeader=highlight_soft&bgColorHeader=cc0000&cornerRadius=6px&fsDefault=1.1em&fwDefault=bold&ffDefault=Arial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */

}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/

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

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */

.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */

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

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #d8dcdf;
}
.ui-widget-content {
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e3a1a1;
  background: #cc0000 url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */ html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d8dcdf;
  background: #eeeeee url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #004276;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #004276;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cdd5da;
  background: #f6f6f6 url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #111111;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #111111;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #eeeeee;
  background: #ffffff;
  font-weight: bold;
  color: #cc0000;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #eeeeee;
  background-color: #cc0000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #cc0000;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd3a1;
  background: #fbf8ee url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x;
  color: #444444;
}
.ui-state-checked {
  border: 1px solid #fcd3a1;
  background: #fbf8ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cc0000;
  background: #f3d8d8 url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat;
  color: #2e2e2e;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #2e2e2e;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #2e2e2e;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */

}
/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-icons_cc0000_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-icons_ffffff_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-icons_cc0000_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-icons_cc0000_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-icons_004276_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
  background-image: url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-icons_cc0000_256x240.png);
}
/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}
/* Overlays */

.ui-widget-overlay {
  background: #a6a6a6 url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* support: IE8 */

}
.ui-widget-shadow {
  -webkit-box-shadow: -8px -8px 8px #333333;
  box-shadow: -8px -8px 8px #333333;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=blitzer&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=10&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=333333&opacityOverlay=40&bgImgOpacityOverlay=65&bgTextureOverlay=dots_small&bgColorOverlay=a6a6a6&iconColorError=cc0000&fcError=2e2e2e&borderColorError=cc0000&bgImgOpacityError=75&bgTextureError=diagonals_thick&bgColorError=f3d8d8&iconColorHighlight=004276&fcHighlight=444444&borderColorHighlight=fcd3a1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf8ee&iconColorActive=cc0000&fcActive=cc0000&borderColorActive=eeeeee&bgImgOpacityActive=65&bgTextureActive=flat&bgColorActive=ffffff&iconColorHover=cc0000&fcHover=111111&borderColorHover=cdd5da&bgImgOpacityHover=100&bgTextureHover=highlight_hard&bgColorHover=f6f6f6&iconColorDefault=cc0000&fcDefault=004276&borderColorDefault=d8dcdf&bgImgOpacityDefault=100&bgTextureDefault=highlight_hard&bgColorDefault=eeeeee&iconColorContent=cc0000&fcContent=333333&borderColorContent=eeeeee&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=ffffff&fcHeader=ffffff&borderColorHeader=e3a1a1&bgImgOpacityHeader=15&bgTextureHeader=highlight_soft&bgColorHeader=cc0000&cornerRadius=6px&fsDefault=1.1em&fwDefault=bold&ffDefault=Arial%2Csans-serif
 */

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #d8dcdf;
}
.ui-widget-content {
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e3a1a1;
  background: #cc0000 url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */ html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d8dcdf;
  background: #eeeeee url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #004276;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #004276;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cdd5da;
  background: #f6f6f6 url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #111111;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #111111;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #eeeeee;
  background: #ffffff;
  font-weight: bold;
  color: #cc0000;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #eeeeee;
  background-color: #cc0000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #cc0000;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd3a1;
  background: #fbf8ee url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x;
  color: #444444;
}
.ui-state-checked {
  border: 1px solid #fcd3a1;
  background: #fbf8ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cc0000;
  background: #f3d8d8 url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat;
  color: #2e2e2e;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #2e2e2e;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #2e2e2e;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */

}
/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-icons_cc0000_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-icons_ffffff_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-icons_cc0000_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-icons_cc0000_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-icons_004276_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
  background-image: url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-icons_cc0000_256x240.png);
}
/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}
/* Overlays */

.ui-widget-overlay {
  background: #a6a6a6 url(/static/vendor/jquery-ui-1.12.1.custom/images/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* support: IE8 */

}
.ui-widget-shadow {
  -webkit-box-shadow: -8px -8px 8px #333333;
  box-shadow: -8px -8px 8px #333333;
}
/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */

.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/static/vendor/owl/v2/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/** This file list all CSS classes used by Episerver Forms.

    Class names are structured and named in BEM methodology (Block, Element, Modifier) so you can easily see the overview.
        - CSS classes and their structure defined here are used by Form Core JavaScript heavily.
        - Please keep the structure (parent-child block-element relation) and default class names as is.

    This file is intended to be re-styled by 3rd developers. or in their site template (E.g.: AlloyMVC).
        - Default styling contain only minimal styling-rule for Episerver Forms and its build-in elements.
        - Default styling is applied for both Forms rendering in ViewMode and authoring in EditView.
        - Styling rules can be modified freely.
*/

.EPiServerForms .Form__Description {
  margin-bottom: 1rem;
}
.EPiServerForms .FormImageSubmitButton {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
.EPiServerForms .Form__Status .Form__Status__Message {
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}
.EPiServerForms .Form__Status .Form__Success__Message {
  background-color: #84c8e4;
  color: #333;
}
.EPiServerForms .Form__Status .Form__Warning__Message {
  background-color: #fff8aa;
  color: red;
}
.EPiServerForms .Form__Status .Form__Readonly__Message {
  display: block;
  padding: 1rem;
  margin: 1rem 0;
  background-color: #fff8aa;
  color: red;
}
.EPiServerForms .Form__NavigationBar {
  max-width: 500px;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
  display: inline-block;
  padding: inherit;
  vertical-align: middle;
  text-align: center;
  font-size: inherit;
  height: 2em;
  width: 10em;
  max-width: 10rem;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
  display: block;
  border: 1px solid rgba(41, 128, 189, 0.5);
  vertical-align: middle;
  width: 100%;
  max-width: 500px;
  margin: 20px 0;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress {
  /*display: none;*/
  /*turn on this style to hide visual progress bar*/
  background-color: rgba(41, 128, 189, 0.5);
  width: 0%;
  /* Will be adjusted by JavaScript */
  height: 1rem;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Text {
  display: none;
  /*turn off this style to show text "Page 1/4" of progress bar*/

}
.EPiServerForms .FormStep .FormStep__Description {
  margin-bottom: 1rem;
}
.EPiServerForms .Form__Element {
  margin: 0 0 1.5rem 0;
}
.EPiServerForms .Form__Element .Form__Element__Caption {
  padding-left: 12px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  color: black;
  /* LT/Label/Medium */
  font-family: "ABCGintoNord-medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 185.714% */

}
.EPiServerForms .Form__Element .Form__Element__ValidationError {
  color: red;
  display: block;
  word-wrap: break-word;
}
.EPiServerForms .hide {
  display: none !important;
}
.EPiServerForms .FormSubmitButton {
  display: flex !important;
  height: 62px !important;
  padding: 17px 29px 19px 28px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  align-self: stretch !important;
  max-width: 630px !important;
  width: 100% !important;
  background: #632E38 !important;
  color: white !important;
  font-family: "ABCGintoNord-regular" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  /* 125% */
  letter-spacing: 0.064px !important;
}
.EPiServerForms .FormSubmitButton:disabled {
  cursor: not-allowed;
  background-color: #B5AFB0;
}
.EPiServerForms .FormTextbox .FormTextbox__Input {
  border: 2px solid #3C3939;
  display: flex;
  height: 62px;
  padding: 19px 20px 19px 12px;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  max-width: 630px;
  width: 100%;
}
.EPiServerForms .FormCaptcha .FormTextbox__Input {
  clear: both;
}
.EPiServerForms .FormCaptcha .FormCaptcha__Refresh {
  font-size: 1em;
  width: auto;
  height: auto;
}
.EPiServerForms .FormChoice fieldset label {
  display: block;
}
.EPiServerForms .FormChoice--Image .hidden {
  visibility: hidden;
}
.EPiServerForms .FormChoice--Image .FormChoice--Image__Item {
  /* for image choice items, display as a flow (inline-block), we want max 2 items in one row, with a small margin */
  display: inline-block;
  max-width: 40%;
  text-align: center;
  /* image caption will be center */
  margin: 0.5rem;
}
.EPiServerForms .FormChoice--Image .FormChoice__Input:checked ~ img {
  border: 1px solid rgba(41, 128, 189, 0.5);
}
.EPiServerForms .FormRange .FormRange__Input {
  max-width: 60%;
  display: inline;
}
.EPiServerForms .EditView__InvisibleElement.FormStep {
  display: block;
  border-radius: 4px;
  border-color: rgba(184, 192, 197, 0.6);
  background-color: rgba(184, 192, 197, 0.6);
  color: #000;
  padding: 0.2rem;
  font-family: Verdana;
  box-shadow: 3px 3px 5px #ccc;
  /*text-align: center;*/

}
.EPiServerForms .EditView__InvisibleElement.FormStep .FormStep__Warning {
  color: red;
  background-color: #fff8aa;
  display: block;
  word-wrap: break-word;
}
.EPiServerForms .EditView__InvisibleElement.FormHidden {
  display: inline-block;
  border-radius: 4px;
  border: 1.5px outset rgba(184, 192, 197, 0.6);
  padding: 0.2rem 1rem;
  min-width: 18rem;
  /*text-align: center;*/

}
.EPiServerForms .Warning {
  color: red;
  background-color: #fff8aa;
  display: block;
  word-wrap: break-word;
}
.EPiServerForms .Form__Warning {
  color: red;
  background-color: #fff8aa;
  display: block;
  word-wrap: break-word;
}
/***********************

 Sisällys

- imports
- Bootsrap overrides
- main architecture
- typo
- blocks & components
  - img carousel
- navi
- icons
- tabs
- banners and ads
- reservation tool
- forms & inputs
- search
- footer
- misc
- media queries

****************/

body.destinationv2page #main,
body.destinationsubpage #main {
  padding: 0 0 30px 0;
}
body.destinationv2page .top-elem,
body.destinationsubpage .top-elem {
  padding-top: 30px;
  background-color: #fff;
  border-bottom: 1px solid #DDDDDD;
}
body.destinationv2page h2.pagename,
body.destinationsubpage h2.pagename {
  color: #1A1A1A;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 62px;
  text-align: center;
  margin-bottom: 30px;
}
body.destinationv2page .list-inline,
body.destinationsubpage .list-inline {
  padding-left: 0;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}
body.destinationv2page .list-inline .list-inline-item,
body.destinationsubpage .list-inline .list-inline-item {
  display: inline-block;
}
body.destinationv2page .list-inline .list-inline-item a,
body.destinationsubpage .list-inline .list-inline-item a {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  position: relative;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}
body.destinationv2page .list-inline .list-inline-item a.active::after,
body.destinationsubpage .list-inline .list-inline-item a.active::after,
body.destinationv2page .list-inline .list-inline-item a:hover::after,
body.destinationsubpage .list-inline .list-inline-item a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #632e38;
}
body.destinationv2page .list-inline .list-inline-item:not(:last-child),
body.destinationsubpage .list-inline .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
body.destinationv2page .main-image img,
body.destinationsubpage .main-image img {
  width: 100%;
}
body.destinationv2page .main-content,
body.destinationsubpage .main-content {
  padding-top: 50px;
}
body.destinationv2page .main-content h1,
body.destinationsubpage .main-content h1 {
  color: #1A1A1A;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.58px;
  line-height: 50px;
  text-align: center;
}
body.destinationv2page .this-page,
body.destinationsubpage .this-page {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  margin-bottom: 50px;
}
body.destinationv2page .this-page a,
body.destinationsubpage .this-page a {
  font-weight: normal;
  text-decoration: underline;
}
body.destinationv2page .lead,
body.destinationsubpage .lead {
  color: #000000;
  /*font-size: 22px;*/
  /*font-size: 16px;*/
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin-bottom: 100px;
  /*        @media(min-width: 768px) {
            font-size: 18px;
        }*/

}
body.destinationv2page .editorialblock h2,
body.destinationsubpage .editorialblock h2 {
  color: #1A1A1A;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 43px;
  text-align: center;
}
body.destinationv2page .linkbuttons,
body.destinationsubpage .linkbuttons {
  margin-bottom: 100px;
}
body.destinationv2page .linkbuttons .linkbutton,
body.destinationsubpage .linkbuttons .linkbutton {
  background-color: #1A1A1A;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  padding: 7px 14px;
  display: inline-block;
  text-decoration: none;
}
body.destinationv2page .linkbuttons .linkbutton:not(:last-child),
body.destinationsubpage .linkbuttons .linkbutton:not(:last-child) {
  margin-bottom: 0.7rem;
  margin-right: 0.5rem;
}
body.destinationv3page #main {
  /*        padding: 0 0 30px 0;*/
  padding: 0 0 0 0;
  padding-top: 0 !important;
}
body.destinationv3page #main .wrap {
  padding: 0;
}
body.destinationv3page.publicmode .contentarea {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
body.destinationv3page .top-elem {
  padding-top: 30px;
  background-color: #fff;
  border-bottom: 1px solid #DDDDDD;
}
body.destinationv3page h2.pagename {
  color: #1A1A1A;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 62px;
  text-align: center;
  margin-bottom: 30px;
}
body.destinationv3page .list-inline {
  padding-left: 0;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}
body.destinationv3page .list-inline .list-inline-item {
  display: inline-block;
}
body.destinationv3page .list-inline .list-inline-item a {
  text-transform: uppercase;
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  position: relative;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}
body.destinationv3page .list-inline .list-inline-item a.active::after,
body.destinationv3page .list-inline .list-inline-item a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #C00000;
}
body.destinationv3page .list-inline .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
body.destinationv3page .main-image img {
  width: 100%;
}
body.destinationv3page .main-content {
  padding-top: 50px;
}
body.destinationv3page .main-content h1 {
  color: #1A1A1A;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.58px;
  /*line-height: 50px;*/
  text-align: center;
}
@media (min-width: 768px) {
  body.destinationv3page .main-content h1 {
    font-size: 50px;
  }
}
body.destinationv3page .this-page {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  margin-bottom: 50px;
}
body.destinationv3page .lead {
  color: #000000;
  /*font-size: 22px;*/
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  /*margin-bottom: 50px;*/
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  body.destinationv3page .lead {
    font-size: 16px;
  }
}
body.destinationv3page .editorialblock h2 {
  color: #1A1A1A;
  /*            font-size: 36px;*/
  font-weight: 400;
  letter-spacing: -0.5px;
  /*line-height: 43px;*/
  text-align: center;
}
body.destinationv3page .linkbuttons {
  margin-bottom: 100px;
}
body.destinationv3page .linkbuttons .linkbutton {
  background-color: #1A1A1A;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  padding: 7px 14px;
  display: inline-block;
  text-decoration: none;
}
body.destinationv3page .linkbuttons .linkbutton:not(:last-child) {
  margin-bottom: 0.7rem;
  margin-right: 0.5rem;
}
.cookienotice {
  background: transparent;
  background-image: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  padding: 0 10px;
  z-index: 9999999999;
}
.cookienotice:before {
  background: #000;
  content: ' ';
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cookienotice .wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  max-width: 600px;
  max-height: 100vh;
  overflow-y: auto;
}
.cookienotice .wrap .wrapped-wrap {
  box-sizing: border-box;
  padding: 30px;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  /*            max-height: 242px;*/

}
.cookienotice .wrap .wrapped-wrap h3.heading {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.31px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 10px;
}
.cookienotice .wrap .wrapped-wrap .bodytext p {
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.04px;
}
.cookienotice .wrap .wrapped-wrap .bodytext a {
  color: inherit;
  text-decoration: underline;
}
.cookienotice .wrap .wrapped-wrap .options {
  margin-bottom: 20px;
}
.cookienotice .wrap .wrapped-wrap .options .custom-control {
  position: relative;
  display: block;
  min-height: 48px;
  padding-left: 35px;
  margin-bottom: 0;
}
.cookienotice .wrap .wrapped-wrap .options .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cookienotice .wrap .wrapped-wrap .options .custom-control-label {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
  vertical-align: top;
  padding-left: 6px;
}
.cookienotice .wrap .wrapped-wrap .options .custom-control-label::before {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -35px;
  display: block;
  width: 32px;
  height: 32px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #919191 solid 1px;
}
.cookienotice .wrap .wrapped-wrap .options .custom-control-label::after {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -35px;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
}
.cookienotice .wrap .wrapped-wrap .options .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(/Static/img/check_b.svg);
}
.cookienotice .wrap .wrapped-wrap .options .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background-image: url(/Static/img/check.svg);
}
.cookienotice .wrap .wrapped-wrap .options .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #919191;
}
.cookienotice .wrap .wrapped-wrap .buttonfooter {
  text-align: right;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cookienotice .wrap .wrapped-wrap .buttonfooter {
    display: block;
  }
}
.cookienotice .wrap .wrapped-wrap button#acceptallcookies {
  align-self: flex-end;
  border: 0;
  background-color: #632E38;
  min-width: 172px;
  min-height: 44px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  order: 1;
  padding: 0 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.cookienotice .wrap .wrapped-wrap button#cookiesettings {
  order: 2;
}
.cookienotice .wrap .wrapped-wrap button#acceptrequiredcookies {
  order: 3;
}
.cookienotice .wrap .wrapped-wrap button#acceptselectedcookies {
  order: 4;
}
.cookienotice .wrap .wrapped-wrap button#cookiesettings,
.cookienotice .wrap .wrapped-wrap button#acceptselectedcookies,
.cookienotice .wrap .wrapped-wrap button#acceptrequiredcookies {
  align-self: flex-end;
  border: 2px solid #000;
  background-color: #FFFFFF;
  border-radius: 2px;
  min-width: 160px;
  min-height: 44px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  padding: 0 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.cookienotice .wrap .wrapped-wrap button#acceptselectedcookies {
  display: none;
}
body.offerslandingpage.publicmode .contentarea {
  margin-left: 0;
}
body.offerslandingpage #main {
  padding: 0 0 30px;
}
body.offerslandingpage #main .wrap {
  padding: 0;
}
body.offerslandingpage .block.editorialblock {
  box-sizing: border-box;
  padding: 0 10px;
}
body.offerslandingpage .block.somelinksblock .block-inner {
  margin-left: 0 !important;
}
@media (min-width: 767px) {
  body.offerslandingpage .block.editorialblock {
    margin-bottom: 45px;
    padding: 0;
  }
  body.offerslandingpage .block.editorialblock .block-inner {
    max-width: 100%;
  }
}
body.offerslandingpage table.white {
  background: #fff;
  border: 2px solid #e7e7e7;
  border-bottom: 2px solid #b0b0b0;
  box-sizing: border-box;
  margin-left: 15px;
  width: auto !important;
  font-size: 12px;
  /*img {
            max-width: auto;
        }*/

}
body.offerslandingpage table.white tbody {
  box-sizing: border-box;
}
body.offerslandingpage table.white tbody tr {
  box-sizing: border-box;
}
body.offerslandingpage table.white tbody tr td:first-child:nth-last-child(1) table {
  margin: auto;
}
body.offerslandingpage table.white tbody tr td {
  box-sizing: border-box;
  border: 0;
  padding: 15px 15px 15px 15px;
  vertical-align: top;
}
body.offerslandingpage table.white thead {
  box-sizing: border-box;
}
body.offerslandingpage table.white thead tr,
body.offerslandingpage table.white thead tr:last-child {
  box-sizing: border-box;
}
body.offerslandingpage table.white thead tr td,
body.offerslandingpage table.white thead tr:last-child td {
  box-sizing: border-box;
  border: 0;
  border-bottom: 2px solid #e7e7e7;
  padding: 15px 10px 15px 15px;
}
body.offerslandingpage table.white thead tr td p,
body.offerslandingpage table.white thead tr:last-child td p {
  padding: 0 20px 10px 0;
  margin-bottom: 0;
}
body.offerslandingpage table.white table {
  border: 0 !important;
  box-sizing: border-box;
  font-size: 9px;
  line-height: 12px;
}
body.offerslandingpage table.white table tbody {
  box-sizing: border-box;
}
body.offerslandingpage table.white table tbody tr {
  box-sizing: border-box;
}
body.offerslandingpage table.white table tbody tr td {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  width: auto !important;
}
body.offerslandingpage table.white table tbody tr td:first-child {
  text-align: center;
  min-height: 60px;
  width: 80px !important;
}
body.offerslandingpage table.white table tbody tr td:first-child img {
  padding-bottom: 10px;
}
body.offerslandingpage table.white table tbody tr td strong {
  font-size: 12px;
  line-height: 20px;
}
body.offerslandingpage table.white .small {
  display: inline-block;
  font-size: 9px;
  line-height: 12px;
}
body.offerslandingpage table.white .btn-red,
body.offerslandingpage table.white .btn-red:active,
body.offerslandingpage table.white .btn-red:visited {
  color: #fff;
  position: relative;
  padding: 0 20px;
  line-height: 43px;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
}
body.offerslandingpage table.white .btn-red:after,
body.offerslandingpage table.white .btn-red:active:after,
body.offerslandingpage table.white .btn-red:visited:after {
  content: ">";
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 0;
}
body.offerslandingpage .block-inner {
  margin-left: -15px !important;
}
body.offerslandingpage .bannerblock {
  margin-bottom: 0;
  min-height: 170px;
}
body.offerslandingpage .bannerblock img {
  min-height: 170px;
  object-fit: cover;
}
body.offerslandingpage .bannerblock .msg {
  bottom: 25px;
  left: 25px;
  top: auto;
  font-size: 18px;
  max-width: 210px;
  pointer-events: none;
}
body.offerslandingpage .bannerblock .msg h3 {
  font-size: 22px;
  line-height: 25px;
  text-shadow: none;
}
body.offerslandingpage .bannerblock .msg a {
  pointer-events: none;
}
body.offerslandingpage .bannerblock .lift-price-container {
  width: 50px;
  height: 40px;
  pointer-events: none;
  right: 35px;
  top: 25px;
  padding: 0px 0 8px !important;
}
body.offerslandingpage .bannerblock .lift-price-container .price {
  font-size: 18px;
  margin: 0;
}
body.offerslandingpage .bannerblock .lift-price-container .extension {
  font-size: 14px;
  line-height: 18px;
}
body.offerslandingpage .offerslandingpage-blocks.bannerblock {
  margin-bottom: 0;
  min-height: 190px;
}
body.offerslandingpage .offerslandingpage-blocks.bannerblock img {
  min-height: 190px;
  object-fit: cover;
}
body.offerslandingpage .offerslandingpage-blocks.bannerblock .block-inner {
  background: #c00000;
}
body.offerslandingpage .offerslandingpage-blocks.bannerblock .no-padding {
  padding-left: 0;
  padding-right: 0;
}
body.offerslandingpage .offerslandingpage-blocks.bannerblock .imageholder .mobile-image {
  display: block;
}
body.offerslandingpage .offerslandingpage-blocks.bannerblock .imageholder .desktop-image {
  display: none;
}
body.offerslandingpage .offerslandingpage-blocks.bannerblock .imageholder .lift-message {
  font-size: 16px;
  position: absolute;
  text-align: center;
  bottom: 42%;
  width: 100%;
}
body.offerslandingpage .offerslandingpage-blocks.bannerblock .text-wrapper {
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  min-height: 190px;
  height: 190px;
  padding: 15px 15px;
}
body.offerslandingpage .offerslandingpage-blocks.bannerblock .text-wrapper .link-wrapper {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
}
body.offerslandingpage .offerslandingpage-blocks.bannerblock .text-wrapper .link-wrapper .lift-link {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 40px 0 0;
  position: relative;
  width: auto;
}
body.offerslandingpage .offerslandingpage-blocks.bannerblock .text-wrapper .link-wrapper .lift-link:hover {
  text-decoration: none;
}
body.offerslandingpage .offerslandingpage-blocks.bannerblock .text-wrapper .link-wrapper .lift-link:after {
  content: ">";
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  right: -18px;
  top: 0px;
}
body.offerslandingpage .infoblock .item-content {
  margin-left: 15px;
}
body.offerslandingpage .promo-outer.relative {
  padding-left: 30px;
}
body.offerslandingpage .presentation-accordion-block-wrapper.row {
  margin-left: 15px;
}
body.offerslandingpage .table-content-area {
  margin-left: 15px;
}
body.offerslandingpage .table-content-area .table-items {
  margin-left: 0;
}
@media (max-width: 766px) {
  body.offerslandingpage .offerslandingpage-blocks.bannerblock {
    margin-bottom: 30px;
  }
  body.offerslandingpage table.white {
    height: 100% !important;
    display: block;
  }
  body.offerslandingpage table.white > tbody {
    display: block;
  }
  body.offerslandingpage table.white > tbody > tr {
    height: 100% !important;
    display: block;
  }
  body.offerslandingpage table.white > tbody > tr:last-child td {
    padding-top: 0;
  }
  body.offerslandingpage table.white > tbody > tr > td {
    border-bottom: 2px solid #e7e7e7;
    display: block;
    height: 100% !important;
    width: 100% !important;
  }
  body.offerslandingpage table.white > tbody > tr > td:nth-child(2) {
    border-bottom: 0;
  }
  body.offerslandingpage table.white > tbody > tr:last-child > td {
    border-bottom: 1px solid #dddddd;
    text-align: left;
  }
  body.offerslandingpage table.white > thead {
    display: block;
  }
  body.offerslandingpage table.white > thead tr,
  body.offerslandingpage table.white > thead tr:last-child {
    height: 100% !important;
  }
  body.offerslandingpage table.white > thead tr td,
  body.offerslandingpage table.white > thead tr:last-child td {
    padding: 15px 10px 15px 15px;
    height: 100% !important;
    width: 100% !important;
  }
  body.offerslandingpage table.white table {
    margin-top: 15px;
  }
  body.offerslandingpage table.white table tbody tr {
    height: auto !important;
  }
  body.offerslandingpage table.white table tbody tr:last-child > td {
    text-align: left;
  }
  body.offerslandingpage table.white table tbody tr td {
    height: auto !important;
  }
  body.offerslandingpage .table-content-area {
    margin-left: 20px;
  }
}
@media (min-width: 767px) {
  body.offerslandingpage .pagemaincontent .block .block-inner {
    margin-left: -15px !important;
  }
  body.offerslandingpage table.white {
    background: #fff;
    border: 0;
    border-bottom: 2px solid #b6b6b6;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    display: table;
    font-size: 18px;
    line-height: 22px;
    width: 100% !important;
    /*img {
                  max-width: auto;
              }*/
  
  }
  body.offerslandingpage table.white tbody tr {
    display: table-row;
  }
  body.offerslandingpage table.white tbody tr td {
    display: table-cell;
    border: 0;
    padding: 0 90px 15px;
    vertical-align: top;
  }
  body.offerslandingpage table.white.two-columns tbody tr td {
    width: 50% !important;
    padding: 0 10% 15px 0px;
  }
  body.offerslandingpage table.white.two-columns tbody tr td:first-child {
    padding: 0 0px 15px 10%;
  }
  body.offerslandingpage table.white.two-columns tbody tr td table tr td {
    padding: 0;
    width: 80% !important;
  }
  body.offerslandingpage table.white.two-columns tbody tr td table tr td:first-child {
    width: 80px !important;
    min-width: 120px;
    /* FireFox fix */
  
  }
  body.offerslandingpage table.white.two-columns tbody tr td table tr td:first-child img {
    min-width: 55px !important;
  }
  body.offerslandingpage table.white.three-columns tbody tr td {
    width: 32% !important;
    padding: 0 10px 15px;
  }
  body.offerslandingpage table.white.three-columns tbody tr td table tr td {
    padding: 0;
    width: 200px !important;
  }
  body.offerslandingpage table.white.three-columns tbody tr td table tr td:first-child {
    width: 60px !important;
  }
  body.offerslandingpage table.white thead tr,
  body.offerslandingpage table.white thead tr:last-child {
    display: table-row;
  }
  body.offerslandingpage table.white thead tr td,
  body.offerslandingpage table.white thead tr:last-child td {
    display: table-cell;
    border: 0;
    padding: 15px 10px 15px;
  }
  body.offerslandingpage table.white thead tr td p,
  body.offerslandingpage table.white thead tr:last-child td p {
    border-bottom: 1px solid #dddddd !important;
    padding: 0 50px 20px 50px;
  }
  body.offerslandingpage table.white tbody table {
    border: 0 !important;
    display: table;
    font-size: 13px;
    line-height: 16px;
    height: 100% !important;
  }
  body.offerslandingpage table.white tbody table tbody {
    height: 100% !important;
  }
  body.offerslandingpage table.white tbody table tbody tr {
    display: table-row;
    /*height: 100% !important;*/
  
  }
  body.offerslandingpage table.white tbody table tbody tr:first-child td {
    height: 100% !important;
    vertical-align: top;
  }
  body.offerslandingpage table.white tbody table tbody tr:first-child td p {
    min-height: 75px !important;
    /*margin: 0;*/
  
  }
  body.offerslandingpage table.white tbody table tbody tr td {
    height: 100% !important;
    display: table-cell;
    padding: 0;
    vertical-align: bottom;
    /*p {
                                      margin: 0;
                                  }*/
  
  }
  body.offerslandingpage table.white tbody table tbody tr td:first-child {
    text-align: left;
  }
  body.offerslandingpage table.white tbody table tbody tr td strong {
    font-size: 14px;
    line-height: 25px;
  }
  body.offerslandingpage table.white tbody table img {
    padding: 0 10px 10px 10px;
  }
  body.offerslandingpage table.white .small {
    font-size: 12px;
    line-height: 14px;
  }
  body.offerslandingpage table.white .btn-red,
  body.offerslandingpage table.white .btn-red:active,
  body.offerslandingpage table.white .btn-red:visited {
    font-size: 18px;
    position: relative;
    padding: 0 20px;
    line-height: 45px;
    white-space: nowrap;
  }
  body.offerslandingpage table.white .btn-red:after,
  body.offerslandingpage table.white .btn-red:active:after,
  body.offerslandingpage table.white .btn-red:visited:after {
    content: ">";
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 0;
  }
  body.offerslandingpage .bannerblock {
    margin-bottom: 0;
    margin-top: 20px;
    min-height: 370px;
  }
  body.offerslandingpage .bannerblock img {
    height: 370px;
  }
  body.offerslandingpage .bannerblock .msg {
    bottom: 53px;
    left: 50px;
    max-width: 590px;
    pointer-events: none;
    top: auto;
  }
  body.offerslandingpage .bannerblock .msg h3 {
    font-size: 32px;
    line-height: 37px;
  }
  body.offerslandingpage .bannerblock .msg a {
    pointer-events: none;
  }
  body.offerslandingpage .bannerblock .lift-price-container {
    width: 117px;
    height: 96px;
    padding: 10px 0 !important;
    pointer-events: none;
    right: 73px;
    top: 63px;
  }
  body.offerslandingpage .bannerblock .lift-price-container .price {
    font-size: 30px;
    margin: 5px 0 30px 0;
  }
  body.offerslandingpage .bannerblock .lift-price-container .extension {
    font-size: 20px;
    line-height: 26px;
  }
  body.offerslandingpage .bannerblock .text-wrapper {
    min-height: 190px;
    height: 190px;
    padding: 30px 60px;
  }
  body.offerslandingpage .megadrop-content .bannerblock img {
    height: auto;
  }
  body.offerslandingpage .offerslandingpage-blocks.bannerblock {
    box-shadow: rgba(0, 0, 0, 0.4) 0 4px 5px 0;
    margin-bottom: 30px;
    min-height: 100px;
  }
  body.offerslandingpage .offerslandingpage-blocks.bannerblock img {
    height: auto;
  }
  body.offerslandingpage .offerslandingpage-blocks.bannerblock .imageholder .mobile-image {
    display: none;
  }
  body.offerslandingpage .offerslandingpage-blocks.bannerblock .imageholder .desktop-image {
    display: block;
  }
  body.offerslandingpage .offerslandingpage-blocks.bannerblock .imageholder .lift-message {
    font-size: 33px;
  }
  body.offerslandingpage .offerslandingpage-blocks.bannerblock .text-wrapper {
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    min-height: 190px;
    height: 190px;
    padding: 30px 60px;
  }
  body.offerslandingpage .offerslandingpage-blocks.bannerblock .text-wrapper .link-wrapper .lift-link {
    font-size: 18px;
    line-height: 22px;
  }
}
/********************** 
* Bootsrap overrides */

.hidden {
  display: none;
  visibility: hidden;
}
.navbar {
  z-index: 8900;
}
.relativearea {
  position: relative;
}
.navbar-inner {
  background-color: #632E38;
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: 0;
  filter: none;
  position: relative;
  z-index: 8900;
  min-height: 45px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #b2b2b2;
}
.row {
  margin-left: 0;
}
.navbar .brand {
  margin-top: 10px;
}
.form-horizontal .control-group {
  margin-bottom: 10px;
}
input,
textarea,
.uneditable-input {
  width: 226px;
}
.form-horizontal .controls {
  margin-left: 0;
}
.form-horizontal .control-label {
  width: auto;
  margin-right: 20px;
}
/*****************
/* architecture */

html,
body {
  height: 100%;
}
body {
  background: #fff;
  /*background: #f4f4f4;*/
  /*font-family:'meta';*/
  color: #1d1d1b;
  overflow-x: hidden;
}
body.frontpage {
  background: #f4f4f4 url(/static/img/header_img_1.jpg) no-repeat 50% 0;
  background-attachment: fixed;
}
#main-helper {
  width: 100%;
  background: #fff;
  /*background: #f4f4f4;*/
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2);
}
#main {
  margin-top: 516px;
  background: #ffffff;
  padding-top: 30px;
  overflow: hidden;
  border-radius: 3px;
}
body.landingpage2023 #main {
  padding-top: 0 !important;
}
body.landingpage2023 #main .wrap {
  padding: 0;
}
body.landingpage2023 .pagemaincontent {
  margin-top: 60px;
}
@media (min-width: 1303px) {
  body.landingpage2023 .pagemaincontent .container {
    width: 1303px;
    margin: 0 auto;
  }
}
body.startpage .clearfix .mbi-0 {
  margin-left: 0 !important;
}
.frontpage #main {
  margin-top: 490px;
}
.resorts #main {
  margin-top: 0;
}
.productpage #main {
  margin-top: 120px;
}
#map-container {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 700px;
  /*min-height: 500px;*/
  margin-bottom: 20px;
  overflow: hidden;
  clear: both;
}
#map-canvas,
.canvas {
  height: 100%;
}
/*********
* typo */

.strong-link {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  font-family: Moret;
}
h1,
h2,
h3 {
  font-weight: bold;
}
.mainbody h3,
h4,
h5,
h6 {
  font-weight: 600;
}
h1 {
  color: #632E38;
  font-size: 42px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 50px;
    /*margin-top: 100px;*/
  
  }
}
h2 {
  font-size: 34px !important;
  margin-bottom: 8px;
  margin-top: 26px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 38px !important;
  }
}
h2:first-child {
  margin-top: 0;
}
h3 {
  font-size: 28px !important;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 28px !important;
  }
}
h4 {
  font-size: 16px !important;
  margin-bottom: 5px;
  margin-top: 28px;
  /*    @media(min-width: 768px) {
        font-size: 16px;
    }*/

}
/*.mainbody h2 {
    font-size: 24.5px;
}

.mainbody h3 {
    font-size: 19.5px;
}

h4 {
    font-size: 18.5px;
}

h5, h6 {
    font-size: 16.5px;
}*/

.bold {
  /*font-family: 'metabold'*/
  font-weight: bold;
}
.h4-subheader {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}
.center-txt {
  text-align: center !important;
}
.basic-introduction {
  font-size: 115%;
  margin-bottom: 24px;
  font-weight: bold;
}
.basic-paragraph img.lefty {
  float: left;
  padding: 4px 10px 10px 0;
}
.basic-paragraph img.right {
  float: right;
  padding: 4px 0 10px 10px;
}
.tad-smaller {
  font-size: 95% !important;
}
.bit-smaller {
  font-size: 90% !important;
}
.smaller {
  font-size: 75% !important;
}
.tad-bigger {
  font-size: 105% !important;
}
.bit-bigger {
  font-size: 110% !important;
}
.bigger {
  font-size: 125% !important;
}
.lot-bigger {
  font-size: 150% !important;
}
.huge {
  font-size: 200% !important;
}
/********************** *
* blocks & components */

.call-block-mobile,
.call-block {
  height: 60px;
  color: #ffffff;
  text-shadow: 0 1px 1px #760000;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
}
/*.call-block  img{padding-top: 10px;}*/

.span4 .call-block-mobile,
.span4 .call-block {
  font-size: 18px;
  padding: 0 25px 0 50px;
}
.call-block-multirow {
  /*height: 60px; */
  color: #ffffff;
  text-shadow: 0 1px 1px #760000;
  font-size: 23px;
  /*line-height: 60px;*/
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}
.call-block-multirow img {
  position: relative;
}
.gallery-thumbs {
  margin-top: 10px;
  text-align: center;
}
.gallery-thumbs .thumb {
  margin: 0 4px 0 4px;
}
.grey-pane {
  background: #efefef;
  height: 36px;
  border: 1px solid #dcdcdc;
}
.grey-pane a {
  color: #333333;
}
.card-filter-form label {
  position: relative;
}
.card-filter-form label span {
  display: block;
  margin: 0 20px 0 20px;
}
.card-filter-form label input {
  position: absolute;
  top: 0;
  left: 0;
}
.resorts-card {
  border: 1px solid #b2b2b2;
  margin-top: 14px;
}
.card-details {
  padding: 8px;
}
.resorts-card-book-link {
  margin-top: -6px;
  text-transform: uppercase;
}
.resorts-card-accordion {
  margin: 0;
  text-align: center;
  background: #ffffff;
}
.resorts-card-accordion img {
  padding-bottom: 8px;
}
.basic-square-list {
  text-align: left;
  margin-top: 8px;
  margin-left: 15px;
}
.basic-square-list li {
  list-style: none;
}
.basic-square-list li:before {
  /* For a round bullet */
  /*content:'\2022';*/
  /* For a square bullet */
  content: '\25A0';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -15px;
  top: 1px;
  font-size: 13px;
  color: #c00000;
}
.basic-square-list.grey-dot li:before {
  color: #1d1d1b;
}
.basic-square-list.red-dot li:before {
  color: #C00000;
}
#grid .starter-card {
  margin-left: 1.34357%;
}
/* img carousel */

.header-carousel-wrapper {
  background-color: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  position: relative;
}
/*
.center-helper {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 300px;
	text-align: center;
	border: 1px solid red;
	z-index: 8050;
}*/

.carousel-titles-overlay {
  position: absolute;
  bottom: 0;
  /*margin:0 25%;*/
  /*left: 521px;*/
  text-align: left;
  z-index: 8050;
  color: #1d1d1b;
  background: rgba(255, 255, 255, 0.7);
}
.carousel-titles-overlay .row-fluid {
  padding-left: 20px;
  display: table;
  height: 100%;
}
.carousel-titles-overlay .middle {
  margin-top: 30px;
  vertical-align: middle;
}
#header-carousel img {
  display: block;
  float: left;
  max-width: 100%;
  height: 100%;
}
#header-carousel-title {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 946px;
  margin-left: -450px;
  text-align: left;
  z-index: 7210;
  color: #FFFFFF;
  text-shadow: 0 1px 2px #3a3a3a;
  text-shadow: 0 1px 10px #2c2c2c;
}
#header-carousel-subtitle {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 946px;
  margin-left: -450px;
  text-align: left;
  z-index: 7211;
  color: #FFFFFF;
  text-shadow: 0 1px 2px #3a3a3a;
}
#carousel-prev,
#carousel-next {
  display: none;
  height: 400px;
  width: 50%;
  top: 0;
  position: absolute;
  z-index: 100;
}
#carousel-prev:hover,
#carousel-next:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
#carousel-prev {
  left: -521px;
  background-color: rgba(0, 0, 0, 0.5);
}
#carousel-next {
  background-color: rgba(0, 0, 0, 0.5);
  right: -521px;
}
#carousel-prev-overlay,
#carousel-next-overlay {
  position: absolute;
  z-index: 5540;
  width: 50%;
  height: 100%;
  top: 0;
}
#carousel-prev-overlay {
  background: url(/static/img/icon_arrow_left_72.png) no-repeat 100% 50%;
  left: -420px;
}
#carousel-prev-overlay:hover {
  background: url(/static/img/icon_arrow_left_72_hover.png) no-repeat 100% 50%;
}
#carousel-next-overlay {
  background: url(/static/img/icon_arrow_right_72.png) no-repeat 0px 50%;
  right: -420px;
}
#carousel-next-overlay:hover {
  background: url(/static/img/icon_arrow_right_72_hover.png) no-repeat 0px 50%;
}
#carousel-pager {
  margin-left: -470px;
  position: absolute;
  left: 50%;
  top: 10px;
}
#carousel-pager a {
  border: 2px solid #fff;
  border-radius: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}
#carousel-pager a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#carousel-pager a span {
  display: none;
}
#carousel-pager a.selected {
  background-color: #fff;
}
.mvimg {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.mvimg:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
/*********
* navi */

.navi-upper-link,
.navi-upper-link:hover,
.navi-upper-link:focus {
  color: #fff;
  line-height: 33.8px;
  font-size: 12px;
  text-transform: uppercase;
}
.navi-upper-link.no-transform {
  text-transform: none;
}
.nav li + .nav-sub-header {
  margin-top: -6px;
}
.nav-header {
  background: #dcdcdc;
  color: #c00000;
  font-size: 16px;
  font-weight: 500;
}
.nav-list li.nav-header a {
  color: #c00000;
  border: none;
  text-shadow: none;
}
.nav-header.active,
.nav-list li.nav-header.active a {
  color: #ffffff;
  background-color: #C00000;
}
.nav-list li.nav-header:hover {
  background: #c00000;
}
.nav-header.nav-sub-header {
  background: none;
  font-size: 13px;
  font-weight: normal;
}
.bg-white .nav > li > a {
  color: #4E4E4E;
  text-transform: uppercase;
  /*font-family: 'metabold';*/
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
}
.side-menu-title {
  color: #ffffff;
  font-size: 24px;
  background: #c00000;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 16px;
  line-height: 20px;
  padding: 3px 15px;
  text-transform: uppercase;
}
.side-menu-title h2 {
  margin-bottom: 16px;
}
.mm-is-menu li.side-menu-title-mob {
  color: #ffffff;
  font-size: 24px;
  background: #c00000;
  display: block;
  margin-left: 0;
  margin-right: -15px;
  line-height: 20px;
  padding: 3px 15px;
  text-transform: uppercase;
}
.mm-is-menu li.side-menu-title-mob h2 a,
li.side-menu-title h2 a {
  color: #ffffff;
  border: none;
  /*background-image: none;*/
  display: block;
  width: 100%;
}
li.side-menu-title h2 a:hover {
  color: #e2e2e2;
  text-decoration: none;
}
.nav-list li a {
  border-bottom: 1px solid #e2e2e2;
  color: #1d1d1b;
  text-transform: uppercase;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #c00000;
  color: #ffffff;
  text-shadow: none;
}
.mm-menu * {
  font-size: 110%;
}
.mm-menu a {
  color: #632e38;
}
.navi-mob-divider-top {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.navi-mob-divider-top:before {
  bottom: 0;
  content: "";
  display: block;
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.navi-mob-divider-bottom {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.navi-mob-divider-bottom:after {
  bottom: -6px;
  content: "";
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*********
* tabs */

.tab-content {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-top: none;
  padding: 16px;
}
.nav-tabs li a {
  font-size: 28px;
  padding: 10px 20px;
}
/**********
* icons */

.icons-helper {
  margin-right: -30px;
  line-height: 23px;
  width: 90%;
  display: block;
}
#reservation-tool .icon {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  right: 0;
  margin-top: -19px;
}
#reservation-tool-shrinked .icon {
  display: inline-block;
  width: 38px;
  height: 37px;
  line-height: 60px;
  margin-top: 10px;
}
.icon-cabin {
  background: url(/static/img/icon_cabin.png) no-repeat 50% 50%;
}
.icon-calendar {
  background: url(/static/img/icon_calendar.png) no-repeat 50% 50%;
}
.icon-people {
  background: url(/static/img/icon_people.png) no-repeat 50% 50%;
}
.icon-code {
  background: url(/static/img/icon_lamp.png) no-repeat 50% 50%;
}
.icon-full {
  background: url(/static/img/icon_full.png) no-repeat 50% 50%;
  width: 30px;
  height: 22px;
}
.icon-full:hover {
  background: url(/static/img/icon_full_hover.png) no-repeat 50% 50%;
}
.icon-arrow {
  background: url(/static/img/nuoli_btn_oikea.png) no-repeat 50% 50%;
}
.icon-call {
  background: url(/static/img/icon_phone.png) no-repeat 50% 50%;
}
.icon-array-left-72,
.icon-array-right-72 {
  display: inline-block;
  width: 40px;
  height: 100%;
  min-height: 73px;
}
.icon-array-left-72 {
  background: url(/static/img/icon_arrow_left_72.png) no-repeat;
}
.icon-array-left-72:hover {
  background: url(/static/img/icon_arrow_left_72_hover.png) no-repeat;
}
.icon-array-right-72 {
  background: url(/static/img/icon_arrow_right_72.png) no-repeat;
}
.icon-array-right-72:hover {
  background: url(/static/img/icon_arrow_right_72_hover.png) no-repeat;
}
.icon-big-arrow {
  position: absolute;
  width: 35px;
  height: 64px;
  top: 36%;
  right: 20px;
  z-index: 3201;
  background: none;
}
.red-square {
  background: #c00000;
  display: inline-block;
  height: 10px;
  width: 10px;
}
/********************
* banners and ads */

.lifted-text-block {
  color: #1d1d1b;
  /*text-shadow: 0 1px 1px #760000;*/

  /*text-shadow: 1px 1px 2px #006D78, 1px 0px 10px rgba(0, 109, 120, 0.3);*/

}
/*.lifted-text-block p {
	text-shadow: 1px 1px 1px #006D78, 1px 0px 20px rgba(0, 109, 120, 0.8),1px 0px 5px rgba(0, 109, 120, 0.3);
}*/

.lift-white-bg {
  background: #ffffff;
  border: 1px solid #b2b2b2;
}
.header-lift {
  margin: 120px 0 20px 0;
}
.half-col {
  display: block;
  width: 50%;
  float: left;
}
.lift-col-one-third {
  position: relative;
  width: 32% !important;
  height: 100%;
  margin-left: 8px;
  margin-bottom: 8px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.offer-lifts {
  overflow: hidden;
}
.lift-span {
  width: 32%;
  min-width: 332px;
  margin-left: 8px;
  margin-bottom: 8px;
}
.lift-one-third {
  position: relative;
  width: 100%;
  min-height: 170px;
}
.lift-col {
  /*width: 100%;*/
  float: left;
}
.lift-col-inner {
  position: relative;
  margin: 0;
}
.lift-col h3.lift-message {
  margin-left: 8px;
  text-shadow: 0 1px 1px #333333;
  font-size: 22px;
  max-width: 60%;
}
.lift-col-inner img {
  width: 100%;
}
.campaign-lift.grey-bg {
  border: 1px solid #DCDCDC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.campaign-lift .lift-message {
  position: static;
  width: 60%;
  display: block;
  float: left;
}
.campaign-lift .lift-message h2,
.campaign-lift .lift-message p {
  padding: 0 4px 0 10px;
}
.campaign-lift .lift-image {
  text-align: right;
  position: static;
  width: 40%;
  float: left;
}
.lift-price-container,
.lift-message,
.lift-image {
  position: absolute;
}
.adaptive-image {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.full-width-image {
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.lift-price-container {
  display: inline-block;
  right: 15px;
  z-index: 2300;
  padding: 10px;
  background-color: #c00000;
  color: #ffffff;
  top: 15px;
}
.reservation-lift .lift-price-container {
  padding: 8px;
}
.lift-price-container .price {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
}
.reservation-lift .lift-price-container .price {
  font-size: 24px;
  line-height: 22px;
}
.lift-price-container .extension {
  font-size: 16px;
  line-height: 16px;
}
.reservation-lift .lift-price-container .extension {
  font-size: 14px;
  line-height: 12px;
}
h3.lift-message {
  z-index: 2200;
  bottom: 0px;
  margin-left: 8px;
  color: #ffffff;
  line-height: 20px;
  text-shadow: 1px 1px 2px #606060, 1px 1px 10px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.lift-image {
  z-index: 2100;
  top: 0;
  left: 0;
  width: 100%;
}
.lift-inner-link {
  color: #ffffff;
}
.lift-inner-link:hover {
  text-decoration: none;
  color: #ffffff;
}
.lift-inner-link h3 {
  margin-left: 10px;
}
.lift-inner-link p {
  margin: 0 70px 10px 10px;
}
.lift-link:hover,
.lift-link {
  color: inherit;
  width: 100%;
}
.price-box {
  border: 2px solid #c00000;
  color: #c00000;
  text-align: center;
  background: #fff;
}
.price-box-label {
  font-size: 26px;
  line-height: 30px;
  margin-top: 10px;
}
.price-box-amount {
  font-size: 68px;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: -2px;
}
.price-box-extension {
  font-size: 26px;
  line-height: 26px;
}
.price-box-btn {
  font-size: 24px;
  line-height: 50px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  text-shadow: 0 1px 1px #760000;
  font-weight: bold;
  text-transform: uppercase;
}
.price-box-btn img {
  padding-top: 4px;
}
.price-box-btn:hover {
  color: #ffffff;
  text-shadow: -1px -1px 1px #760000;
  text-decoration: none;
}
.red-gradient {
  background: #c00000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2IxMDIwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2MwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c00000), color-stop(50%, #b10202), color-stop(50%, #c00000), color-stop(100%, #c00000));
  background: -webkit-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
  background: -o-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
  background: -ms-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
  background: linear-gradient(to bottom, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c00000', endColorstr='#c00000', GradientType=0);
}
.red-gradient:hover,
.red-gradient-invert {
  background: #b50000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOTMwMjAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWQwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTMwMjAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FkMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #b50000 0%, #930202 0%, #ad0000 50%, #930202 50%, #ad0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b50000), color-stop(0%, #930202), color-stop(50%, #ad0000), color-stop(50%, #930202), color-stop(100%, #ad0000));
  background: -webkit-linear-gradient(top, #b50000 0%, #930202 0%, #ad0000 50%, #930202 50%, #ad0000 100%);
  background: -o-linear-gradient(top, #b50000 0%, #930202 0%, #ad0000 50%, #930202 50%, #ad0000 100%);
  background: -ms-linear-gradient(top, #b50000 0%, #930202 0%, #ad0000 50%, #930202 50%, #ad0000 100%);
  background: linear-gradient(to bottom, #b50000 0%, #930202 0%, #ad0000 50%, #930202 50%, #ad0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50000', endColorstr='#ad0000', GradientType=0);
}
/********************* 
* reservation tool */

#reservation-tool {
  margin: 10px auto 20px auto;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 1px 3px #222222;
}
.frontpage-header-title {
  position: absolute;
  top: 150px;
  font-size: 45px;
  left: 50%;
  width: 946px;
  margin-left: -450px;
  color: #fff;
  text-shadow: 0 1px 2px #3a3a3a;
  text-shadow: 0 1px 10px #2c2c2c, 0px -1px 0px rgba(0, 0, 0, 0.4);
}
.frontpage #reservation-tool {
  position: relative;
  margin: 0 auto;
  top: 440px;
  background: #ffffff;
  padding: 15px;
  z-index: 8100;
  box-shadow: 0 1px 3px #222222;
}
#reservation-tool-shrinked {
  position: relative;
  background: #EFEFEF;
  border: 1px solid #B2B2B2;
  box-shadow: none;
  display: block;
  margin: 10px auto 20px;
  padding: 15px;
  max-width: 90%;
  position: static;
  text-align: center;
}
#reservation-tool-shrinked a,
#reservation-tool a.red-btn {
  padding: 0 43px 0 10px;
}
#reservation-tool-shrinked a {
  display: block;
  margin: 4px;
}
#reservation-tool-shrinked a#reservation-tool-arrival,
#reservation-tool-shrinked a#reservation-tool-people {
  float: left;
  width: 38%;
}
#reservation-tool-shrinked a#reservation-tool-departure,
#reservation-tool-shrinked a#reservation-tool-campaign {
  float: right;
  width: 38%;
}
#reservation-tool-shrinked a#reservation-tool-people,
#reservation-tool-shrinked a#reservation-tool-campaign,
#reservation-tool-shrinked a#reservation-tool-arrival,
#reservation-tool-shrinked a#reservation-tool-departure {
  text-align: left;
}
#reservation-tool-shrinked #reservation-tool-submit {
  border: 3px solid #EFEFEF;
  color: #FFFFFF;
  clear: both;
  overflow: hidden;
  display: block;
  /*font-family: 'metabold';*/
  font-weight: bold;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  text-shadow: 0 1px 1px #760000;
}
#reservation-tool-shrinked a.active,
#reservation-tool-shrinked a:hover,
#reservation-tool a.active,
#reservation-tool a:hover {
  border: 2px solid #c00000;
  color: #c00000;
  text-decoration: none;
}
#reservation-tool-shrinked a .icon {
  display: inline-block;
  float: right;
}
#reservation-tool a .icon {
  display: inline-block;
}
.reservation-lift {
  background: #efefef;
  border: 1px solid #b2b2b2;
}
.reservation-lift img {
  width: 100%;
}
.reservation-lift h2,
.reservation-lift h4,
.reservation-lift p.basic-paragraph {
  padding: 10px;
}
.reservation-lift .reservation-btn {
  border: 2px solid #B2B2B2;
  color: #1d1d1b;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0 8px 8px 8px;
  padding-left: 10px;
  overflow: hidden;
  vertical-align: middle;
}
.landingpage .reservation-lift .reservation-btn {
  display: inline-block;
  width: 100px;
}
.reservation-lift .reservation-btn:hover {
  border: 2px solid #c00000;
  text-decoration: none;
}
.reservation-lift .red-btn {
  /*display:block;
	padding: 0;*/
  clear: both;
  color: #FFFFFF;
  display: block;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  margin: 0;
  overflow: hidden;
  text-shadow: 0 1px 1px #760000;
}
.reservation-lift .red-btn .icon {
  display: inline-block;
  height: 37px;
  line-height: 60px;
  margin-top: 10px;
  width: 38px;
}
/********************
* forms & inputs */

#reservation-tool .red-btn {
  /*font-family: 'metabold';*/
  font-weight: bold;
  display: inline-block;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #ffffff;
  text-shadow: 0 1px 1px #760000;
  border: 2px solid #c00000;
  vertical-align: top;
}
.red-btn {
  margin-top: -3px;
  display: inline-block;
  height: 62px;
  font-size: 30px;
  line-height: 60px;
  padding: 0 10px 0 20px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #760000;
  border: 1px solid #c00000;
}
.red-btn:focus {
  color: #ffffff;
}
.grey-sidebar-btn {
  padding: 4px;
  width: 100%;
  color: #C00000;
}
.read-more-btn:hover,
#reservation-tool .red-btn:hover,
.red-btn:hover {
  color: #ffffff;
  text-shadow: 0 -1px 1px #760000;
  text-decoration: none;
}
.read-more-btn {
  display: inline-block;
  height: 58px;
  font-size: 28px;
  line-height: 56px;
  padding: 0 10px 0 20px;
  color: #ffffff;
  text-shadow: 0 1px 2px #760000;
}
.pre-label {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 5px;
  margin-right: 6px;
  vertical-align: middle;
}
.newsletter-btn {
  /*float: right;
	margin: 10px 90px 0 0;*/
  margin-top: 20px;
  padding: 0 0 0 30px;
}
.newsletter-btn img {
  margin: 0 10px 0 20px;
}
.full-width-btn {
  display: block !important;
}
.customized-select-wrapper {
  display: block;
  float: left;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid maroon;
}
#upper-navbar .customized-select {
  line-height: 25px;
}
.customized-select select {
  background: transparent;
  width: 268px;
  /*padding: 5px;*/
  font-size: 14px;
  line-height: 17px;
  border: 0;
  border-radius: 0;
  height: 30px;
  -webkit-appearance: none;
}
.customized-select {
  width: 240px;
  height: 28px;
  overflow: hidden;
  background: url(/static/img/icon_dropdown_arrow.png) no-repeat right #ffffff;
  border: 1px solid #b2b2b2;
}
.customized-black-arrow {
  background: url(/static/img/icon_dropdown_arrow_black.png) no-repeat right #ffffff;
}
.customized-70 select {
  width: 100px;
}
.customized-70 {
  width: 70px;
}
.customized-100 select {
  width: 130px;
}
.customized-100 {
  width: 100px;
}
/* select width - icon */

.customized-120 select {
  width: 150px;
}
.customized-120 {
  width: 120px;
}
.customized-150 select {
  width: 180px;
}
.customized-150 {
  width: 150px;
}
.customized-170 select {
  width: 200px;
}
.customized-170 {
  width: 170px;
}
.customized-200 select {
  width: 230px;
}
.customized-200 {
  width: 200px;
}
.green-bg {
  background-color: #24902b;
}
.lightgreen-bg {
  background-color: #9fdc9d;
}
.calendar-legend {
  vertical-align: middle;
  margin: 0 0 0 0;
}
.calendar-legend-box {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 34px;
  line-height: 34px;
  top: 10px;
}
input[type=checkbox].big-black-check {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=checkbox].big-black-check + label.custom-big-check-label {
  width: 32px;
  height: 26px;
  margin: 0;
  display: inline-block;
  line-height: 26px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
}
input[type=checkbox].big-black-check + label.custom-big-check-label.active,
input[type=checkbox].big-black-check:checked + label.custom-big-check-label {
  background-position: 0 -26px;
}
.custom-big-check-label {
  background-image: url(/static/img/icon_check_big_black.png);
}
.custom-big-check-helper {
  height: 26px;
  width: 80px;
  text-align: center;
}
/***********
* search */

.search #main {
  box-shadow: none;
  margin-top: 110px;
  min-height: 500px;
}
#main-helper.search {
  box-shadow: none;
}
.search h3 {
  color: #c00000;
  font-size: 22px;
  margin: 0 0 10px 0;
}
.search h4 {
  font-size: 19px;
  line-height: 19px;
  margin: 10px 0 0 0;
}
.search label {
  margin-left: 3px;
}
.search .icon {
  position: absolute;
  width: 38px;
  height: 38px;
  right: 10px;
  top: 50%;
  margin-top: -16px;
}
.search-page-title h1 {
  color: #c00000;
}
/* sorting-bar */

.sorting-bar {
  line-height: 40px;
}
.sorting-bar .sort-by {
  text-align: right;
}
.sorting-bar .sort-by p {
  text-transform: uppercase;
  display: inline-block;
  padding-right: 10px;
}
/* search-reservation-tool-container */

.search-reservation-tool-container {
  border: 1px solid #b2b2b2;
  margin: 0;
  background: #eee;
  padding: 13px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.search-reservation-tool-container a {
  position: relative;
  display: inline-block;
  padding: 0 8px 0 18px;
  margin: 0 2px;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  border: 1px solid #b2b2b2;
  color: #1d1d1b;
  margin-bottom: 8px;
  background-color: #fff;
}
.search-reservation-tool-container a:hover {
  border: 1px solid #c00000;
  color: #c00000;
  text-decoration: none;
}
.search-reservation-tool-container h3 {
  text-align: center;
}
.search #search-reservation-tool-submit {
  position: relative;
  text-align: center;
}
#search-reservation-tool-target,
#search-reservation-tool-arrival,
#search-reservation-tool-departure,
#search-reservation-tool-people,
#search-reservation-tool-campaign,
#search-reservation-tool-submit {
  width: 100%;
}
/* customer-service */

#customer-service {
  background: #eee;
  border: 1px solid #b2b2b2;
  padding: 13px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */

}
/* payment-method */

#payment-method {
  padding: 13px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */

}
#payment-method h4 {
  text-transform: uppercase;
}
/* search-item */

.search-item {
  border: 1px solid #b2b2b2;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */

}
/* search-item/image */

.search-item-image {
  overflow: hidden;
}
.search-item-image img {
  width: 100%;
  height: auto;
}
/* search-item/info */

.search-item-info {
  padding: 5px;
  padding-left: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.search-item-info > p {
  color: #c00000;
}
.search-item-info .person-container {
  position: absolute;
  bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #c00000;
}
.search-item-info img {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
}
/* search-item/price */

/* search-item/offer */

.search-item-offer {
  position: absolute;
  border: 1px solid #b2b2b2;
  background: #fff;
  left: -10px;
  top: 8px;
  padding: 8px 10px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.search-item-offer:before {
  background-image: url(/static/img/icon_corner.png);
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  width: 9px;
  height: 18px;
  overflow: hidden;
  bottom: -19px;
}
/* search-item/not-available */

.not-available a#search-reservation-tool-select:hover {
  text-decoration: underline;
  background: #E7E7E7;
  cursor: pointer;
}
.not-available p {
  color: black;
  font-size: 18px;
  line-height: normal;
  padding-top: 10px;
  text-align: right;
  text-decoration: none;
  height: 62px;
}
.not-available h2 {
  color: black;
  font-size: 15px;
  line-height: normal;
  text-align: right;
  margin-bottom: 10px;
  height: 40px;
}
.not-available #search-reservation-tool-select {
  position: relative;
  width: 100%;
  background: none;
  background-color: #eee;
  border: 1px solid #b2b2b2;
  color: #c00000;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 15px;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.not-available .icon {
  display: none;
}
/* search-item/dropdown */

.search-item-dropdown {
  border: 1px solid #b2b2b2;
  border-top: 0px;
  background: #eee;
  height: auto;
  text-align: center;
  color: #1d1d1b;
  display: block;
}
.search-item-dropdown:hover {
  background: #E7E7E7;
  cursor: pointer;
}
.search-item-dropdown p {
  display: inline;
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
}
.search-item-dropdown .plus-sign {
  line-height: 40px;
  font-size: 27px;
}
.search-item-dropdown .minus-sign {
  display: none;
  line-height: 40px;
  font-size: 27px;
}
.search-item-dropdown-content {
  display: none;
  border: 1px solid #b2b2b2;
  border-top: 0px;
  background-color: #fff;
  background-image: url(/static/img/icon_info.png);
  background-position: 2% 50%;
  background-repeat: no-repeat;
  color: #1d1d1b;
  padding: 15px;
  padding-left: 65px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */

}
/* search-show-more */

.search-show-more {
  background-color: #b2b2b2;
  padding: 13px;
  text-align: center;
  color: white;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */

}
/***********
* footer */

.fat-footer {
  overflow: visible;
  background-color: #c00000;
  color: #ffffff;
  margin-bottom: 30px;
}
.fat-footer a {
  color: #ffffff;
}
.footer-resorts-list {
  margin: 0;
}
.footer-resorts-list li {
  list-style: none;
}
.bottom-end {
  background: #ffffff;
  color: #1d1d1b;
  padding: 20px 0;
}
.bottom-end a {
  color: #1d1d1b;
}
.bottom-end-link {
  font-size: 14px;
  line-height: 8px;
  margin-right: 20px;
}
/*********
* misc */

/* vahingossa meni ensin v��rin p�in*/

.white-bg,
.bg-white {
  background: none;
  background: #ffffff;
  color: #1d1d1b;
}
.red-bg {
  background-color: #C00000;
}
.grey-bg {
  background: #efefef;
}
.shadow-grey {
  text-shadow: 0 1px 1px #666666;
}
.featured-spacer {
  height: 644px;
}
.fixed-top-50 {
  top: -50px;
}
.lift-h2 {
  margin-top: -34px;
}
.zero-m {
  margin: 0;
}
div.container-fluid.plr-zero {
  padding-left: 0;
  padding-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-4 {
  margin-top: 4px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-gutter {
  margin-top: 14px;
}
.mt-header {
  margin-top: 100px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-gutter {
  margin-bottom: 14px;
}
.mbi-0 {
  margin-bottom: 0 !important;
}
.mbi-10 {
  margin-bottom: 10px !important;
}
.mbi-15 {
  margin-bottom: 15px !important;
}
.mbi-20 {
  margin-bottom: 20px !important;
}
.mbi-30 {
  margin-bottom: 30px !important;
}
.mbi-40 {
  margin-bottom: 40px !important;
}
.mbi-60 {
  margin-bottom: 60px !important;
}
.mti-0 {
  margin-top: 0 !important;
}
.mti-10 {
  margin-top: 10px !important;
}
.mti-15 {
  margin-top: 15px !important;
}
.mti-20 {
  margin-top: 20px !important;
}
.mti-30 {
  margin-top: 30px !important;
}
.mti-40 {
  margin-top: 40px !important;
}
.mti-60 {
  margin-top: 60px !important;
}
.ml-0 {
  margin-left: 0;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-60p {
  margin-left: 60%;
}
.ml-gutter {
  margin-left: 14px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-gutter {
  margin-right: 14px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.rp-10 p {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.p-4 {
  padding: 4px;
}
.p-6 {
  padding: 6px;
}
.p-8 {
  padding: 8px;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.p-gutter {
  padding: 14px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.f-red,
.f-red:hover {
  color: #fff !important;
}
.f-white,
.f-white:hover {
  color: #ffffff;
}
.f-grey {
  color: #1d1d1b;
}
.f-lgrey {
  color: #333333;
}
.f-dgrey {
  color: #333333;
}
.v-center {
  vertical-align: middle !important;
  height: 100%;
}
.ribbon-wrapper {
  position: relative;
}
.ribbon {
  position: absolute;
  top: 25%;
  z-index: 4150;
  width: 10%;
  font-size: 23px;
  min-width: 80px;
  background: #ffffff;
  color: #c00000;
  padding: 10px 20px;
  border: 1px solid #b2b2b2;
  margin-left: -10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.ribbon .ribbon-content:before,
.ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #c00000 transparent transparent transparent;
  bottom: -1em;
}
.ribbon .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
  border-color: transparent;
}
.mid {
  vertical-align: middle;
}
.pull-inners-right {
  text-align: right;
}
.relative {
  position: relative;
}
.tb-border-grey {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.border-grey {
  border: 1px solid #dcdcdc;
}
.border-grey-in {
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.border-red {
  border: 1px solid #c00000;
}
.h-border-red:hover {
  border: 1px solid #c00000;
}
.b-border-grey {
  border-bottom: 1px solid #dcdcdc;
}
.l-border-grey {
  border-right: 1px solid #dcdcdc;
}
.overflow-auto {
  overflow: auto;
}
.iblock {
  display: inline-block;
}
.divider-4 {
  height: 4px;
}
.divider-10 {
  height: 10px;
}
/******************


#reservation-tool .red-btn, #reservation-tool-shrinked #reservation-tool-submit, .bg-white .nav > li > a, .bold, .meta, .tk-ff-meta-web-pro, b, body {
	font-family: "ff-meta-web-pro","Trebuchet MS",sans-serif;
}


/* ************************* */

/*
	Animations
*/

html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
.mm-is-menu.mm-horizontal .mm-inner > ul {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
html.mm-opened.mm-dragging .mm-page {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
html.mm-opened.mm-dragging.mm-next .mm-menu,
html.mm-opened.mm-dragging.mm-front .mm-menu {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  /* border-color is needed to force transitionend event even if no other value changed */
  /* transform is needed to force hardware acceleration */
  -webkit-transition-property: top, right, bottom, left, margin, border, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, margin, border, -moz-transform;
  -o-transition-property: top, right, bottom, left, margin, border, -o-transform;
  transition-property: top, right, bottom, left, margin, border, transform;
  border: none solid rgba(0, 0, 0, 0);
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  border: none solid rgba(1, 1, 1, 0);
}
.mm-is-menu.mm-horizontal .mm-inner > ul {
  -webkit-transition-property: margin-left;
  -moz-transition-property: margin-left;
  -o-transition-property: margin-left;
  transition-property: margin-left;
}
html.mm-accelerated.mm-opening .mm-page,
html.mm-accelerated.mm-opening #mm-blocker,
html.mm-accelerated .mm-is-menu.mm-horizontal .mm-inner > ul.mm-subopened {
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  margin: 0px;
  left: 0%;
  top: 0;
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  margin: 0 0 0 -65px;
  left: 100%;
}
/*
	Menu, submenus, items
	- Sizing and positioning
*/

html.mm-opened .mm-page,
.mm-menu,
.mm-menu .mm-inner,
.mm-is-menu ul,
.mm-menu div.mm-search,
.mm-menu div.mm-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* html/body */

html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
html.mm-opened body {
  position: relative;
}
/* menu */

.mm-menu {
  display: none;
  width: 100%;
  /*height: 100%;*/
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.mm-menu.mm-opened {
  display: block;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mm-menu.mm-opened ~ .mm-menu.mm-opened {
  display: none;
}
.mm-inner {
  background: #632E38;
  width: 100%;
  height: 100%;
  padding: 0 65px 0 0;
}
/* ul/li */

.mm-is-menu ul,
.mm-is-menu li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-is-menu li {
  position: relative;
}
.mm-is-menu li:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 6px;
}
.mm-is-menu .mm-inner > ul {
  width: 100%;
  padding: 20px 0 40px 0;
}
/* items */

.mm-is-menu li > a,
.mm-is-menu li > span {
  /*text-indent: 20px;*/
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  white-space: normal;
  line-height: 40px;
  overflow: visible;
  display: block;
  padding: 0 10px 0 0;
  margin: 0;
}
#main-horizonal-mob-nav .mobnav li ul li ul li a {
  min-height: 40px;
}
/*#main-horizonal-mob-nav .mobnav li ul li ul li a, #main-horizonal-mob-nav .mobnav li ul li ul li a span {*/

#main-horizonal-mob-nav .mobnav li ul li ul li ul li a,
#main-horizonal-mob-nav .mobnav li ul li ul li ul li a span {
  max-height: 100%;
  font-family: "ABCGintoNord-Regular", Verdana;
  text-decoration: underline;
  padding-top: 0;
}
/* subopen/close */

.mm-menu a.mm-subopen {
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.mm-menu a.mm-subopen:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
}
.mm-menu a.mm-subopen.mm-fullsubopen {
  border-left: none;
  width: 100%;
}
.mm-menu a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
.mm-menu a.mm-subclose {
  text-indent: 40px;
  padding-top: 20px;
  margin-top: -20px;
}
.mm-menu a.mm-subopen + a,
.mm-menu a.mm-subopen + span {
  padding-right: 45px;
}
/* page + blocker */

html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}
/* vertical submenu */

.mm-menu.mm-vertical ul ul {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical li.mm-opened > ul {
  display: block;
}
.mm-menu.mm-vertical ul ul li:last-child,
.mm-menu.mm-vertical ul ul li:last-child:after {
  border-bottom-width: 0;
}
.mm-menu.mm-vertical li.mm-opened.mm-selected > a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-opened.mm-selected > a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}
.mm-menu.mm-vertical li.mm-opened.mm-selected > em.mm-counter + a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-opened.mm-selected > em.mm-counter + a.mm-subopen + span {
  margin-right: 75px;
}
/* horizontal submenu */

.mm-menu.mm-horizontal .mm-inner {
  white-space: nowrap;
}
.mm-menu.mm-horizontal ul {
  vertical-align: top;
  margin-left: 0%;
}
.mm-menu.mm-horizontal ul.mm-submenu {
  display: none;
}
.mm-menu.mm-horizontal ul,
.mm-menu.mm-horizontal ul.mm-submenu.mm-opened {
  /*display: inline-block;*/
  display: block;
}
.mm-menu.mm-horizontal ul.mm-subopened {
  margin-left: -100%;
  max-height: 100%;
  overflow: hidden;
}
/*
	Menu, submenus, items
	- Styling (default: dark background)
*/

.mm-is-menu {
  background: #333;
}
.mm-is-menu * {
  -webkit-text-size-adjust: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.mm-is-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mm-is-menu li,
.mm-is-menu li > a,
.mm-is-menu li > span {
  /*color: rgba( 255, 255, 255, 0.5 );*/
  color: #000;
  text-decoration: none;
}
.mm-menu li.mm-selected > a,
.mm-menu li.mm-selected > span {
  background: rgba(0, 0, 0, 0.2);
}
.mm-menu li.mm-selected > a.mm-subopen {
  background: transparent;
}
/* subopen/close */

.mm-menu a.mm-subopen {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mm-menu a.mm-subopen:before {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
.mm-menu a.mm-subclose {
  background: rgba(0, 0, 0, 0.2);
}
/* vertical submenu */

.mm-menu.mm-vertical li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.06);
}
/* page + blocker */

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
/*
	Labels
	- Sizing and positioning
*/

.mm-menu li.mm-label {
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
/*
	Labels
	- Styling
*/

.mm-menu li.mm-label {
  background: rgba(255, 255, 255, 0.1);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}
/*
	Counters
	- Sizing and positioning
*/

.mm-menu em.mm-counter {
  text-indent: 0;
  text-align: center;
  text-shadow: none;
  line-height: 22px;
  display: block;
  min-width: 16px;
  height: 20px;
  padding: 0 2px;
  position: absolute;
  right: 40px;
  top: 10px;
}
.mm-menu em.mm-counter + a.mm-subopen {
  padding-left: 35px;
}
.mm-menu em.mm-counter + a.mm-subopen + a,
.mm-menu em.mm-counter + a.mm-subopen + span {
  padding-right: 80px;
}
/*
	Counters
	- Styling
*/

.mm-menu em.mm-counter {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  font-size: 11px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.4);
}
/*
	Arrows
	- Sizing and positioning
*/

.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before {
  content: '';
  border-width: 4px;
  border-style: solid;
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-menu a.mm-subopen:after {
  border-top: none;
  border-left: none;
  margin-top: -4px;
  right: 16px;
}
.mm-menu a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-top: 4px;
  left: 20px;
}
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*
	Arrows
	- Styling
*/

.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
/*
	Search
	- Sizing and positioning
*/

.mm-menu div.mm-search {
  width: 100%;
  height: 50px;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.mm-menu div.mm-search input {
  border: none;
  /*border-radius: 15px;*/
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 0 0 10px;
}
.mm-menu li.mm-noresults {
  border: none;
  display: none;
  padding-top: 30px;
}
.mm-menu li.mm-noresults:after {
  border: none;
}
.mm-menu.mm-noresults li.mm-noresults {
  display: block;
}
.mm-menu .mm-noresult,
.mm-menu .mm-nosubresult > a.mm-subopen,
.mm-menu .mm-nosubresult > em.mm-counter {
  display: none;
}
.mm-menu .mm-nosubresult > a.mm-subopen + a,
.mm-menu .mm-nosubresult > a.mm-subopen + span {
  padding-right: 5px;
}
/*
	Search
	- Styling
*/

.mm-menu div.mm-search {
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mm-menu div.mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
}
.mm-menu li.mm-noresults {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
/*
	Bugfix for browsers without support for overflowscrolling
		- Android < 3
*/

html.mm-no-overflowscrolling.mm-opened,
html.mm-no-overflowscrolling.mm-opened body {
  overflow: visible;
}
html.mm-no-overflowscrolling.mm-opened body {
  overflow-x: hidden;
}
html.mm-no-overflowscrolling.mm-opened .mm-page {
  min-height: 200%;
  position: fixed;
  top: 0;
  z-index: 3;
}
html.mm-no-overflowscrolling .mm-menu {
  height: auto;
  min-height: 100%;
  overflow: default;
  overflow-x: default;
  overflow-y: default;
  position: relative;
  left: auto;
  top: auto;
}
html.mm-no-overflowscrolling.mm-right .mm-menu {
  position: absolute;
}
/*
	Bugfix for browsers with "scrolling" addressbar
		- mobiel safari on iPhone and iPod
*/

html.mm-iphone-addressbar.mm-opened body {
  padding-bottom: 60px;
}
/*
	Sizing and positioning for larger screens
*/

@media all and (min-width: 500px) {
  .mm-menu {
    width: 500px;
  }
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    left: 500px;
  }
}
/* ****************** */

/*
	CSS for a menu with light colors.
*/

/*
	Menu, submenus, items
	- Styling (light background)
*/

.mm-is-menu {
  background: #f6f6f6;
}
.mm-is-menu * {
  text-shadow: none;
  font-family: "ABCGintoNord-Medium", Verdana;
  /*    font-family: "ABCGintoNord-Regular",Verdana;*/

}
.mm-is-menu li {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.mm-is-menu li a {
  background: url(/static/img/icon_nav_arrow_right.png) no-repeat 98% 50%;
}
.mm-is-menu li a.mmenu-basic-link {
  background: none;
}
.mm-is-menu li:after {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.mm-is-menu li,
.mm-is-menu li > a,
.mm-is-menu li > span {
  /*color: #632E38;*/
  color: #000;
  text-decoration: none;
}
.mm-is-menu li > a:hover {
  color: #632E38;
  text-decoration: none;
}
.mm-menu li.mm-selected > a,
.mm-menu li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}
/* subopen/close */

.mm-menu a.mm-subopen {
  border-left-color: rgba(255, 255, 255, 0.7);
}
.mm-menu a.mm-subopen:before {
  border-left-color: rgba(0, 0, 0, 0.1);
}
.mm-menu a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
}
/* vertical submenu */

.mm-menu.mm-vertical li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.05);
}
/* page + blocker */

html.mm-opened .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
/*
	Labels
	- Styling
*/

.mm-menu li.mm-label {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.4);
}
/*
	Counters
	- Styling
*/

.mm-menu em.mm-counter {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.8);
}
/*
	Arrows
	- Styling
*/

.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.2);
}
/*
	Search
	- Styling
*/

.mm-menu div.mm-search {
  background: #c00000;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.mm-menu div.mm-search input {
  background: #f3f3f3;
  border: none;
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu li.mm-noresults {
  color: rgba(0, 0, 0, 0.5);
}
/* ********************** */

/*
	position
*/

/* top */

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%;
  left: 0;
}
html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker {
  margin: -65px 0 0 0;
  left: 0;
  top: 100%;
}
/* right */

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker {
  left: auto;
  right: 0%;
}
html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker {
  margin: 0 -65px 0 0;
  left: auto;
  right: 100%;
}
/* bottom */

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto;
}
html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker {
  margin: 0 0 -65px 0;
  top: auto;
  left: 0;
  bottom: 100%;
}
.mm-menu.mm-top .mm-inner {
  padding: 0 0 65px 0;
}
.mm-menu.mm-right .mm-inner {
  padding: 0 0 0 65px;
}
.mm-menu.mm-bottom .mm-inner {
  padding: 65px 0 0 0;
}
@media all and (min-width: 500px) {
  .mm-menu.mm-top,
  .mm-menu.mm-bottom {
    width: 100%;
  }
  html.mm-opening.mm-top .mm-page,
  html.mm-opening.mm-top #mm-blocker,
  html.mm-opening.mm-bottom .mm-page,
  html.mm-opening.mm-bottom #mm-blocker {
    left: 0;
  }
  .mm-menu.mm-right {
    width: 500px;
    left: auto;
    right: 0;
  }
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    left: auto;
    right: 500px;
  }
}
/*
	z-position
*/

/* reset defaults */

html.mm-front.mm-opening .mm-page {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
/* z-indexing */

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0;
}
.mm-menu.mm-front {
  z-index: 1;
}
/* styling */

.mm-menu.mm-front {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
html.mm-opened.mm-next .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6) inset;
}
/* animations */

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, margin, border-color, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, margin, border-color, -moz-transform;
  -o-transition-property: top, right, bottom, left, margin, border-color, -o-transform;
  transition-property: top, right, bottom, left, margin, border-color, transform;
}
html.mm-accelerated.mm-opening .mm-menu.mm-front,
html.mm-accelerated.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}
/* left */

.mm-menu.mm-front .mm-inner,
.mm-menu.mm-next .mm-inner {
  padding: 0 0 0 65px;
}
html.mm-opened .mm-menu.mm-front,
html.mm-opened .mm-menu.mm-next {
  left: -100%;
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  left: 0%;
  margin: 0 0 0 -65px;
}
/* top */

.mm-menu.mm-top.mm-front .mm-inner,
.mm-menu.mm-top.mm-next .mm-inner {
  padding: 65px 0 0 0;
}
html.mm-opened .mm-menu.mm-top.mm-front,
html.mm-opened .mm-menu.mm-top.mm-next {
  left: 0;
  top: -100%;
}
html.mm-opening .mm-menu.mm-top.mm-front,
html.mm-opening .mm-menu.mm-top.mm-next {
  margin: -65px 0 0 0;
  left: 0;
  top: 0%;
}
/* right */

.mm-menu.mm-right.mm-front,
.mm-menu.mm-right.mm-next {
  left: auto;
}
.mm-menu.mm-right.mm-front .mm-inner,
.mm-menu.mm-right.mm-next .mm-inner {
  padding: 0 45px 0 0;
}
html.mm-opened .mm-menu.mm-right.mm-front,
html.mm-opened .mm-menu.mm-right.mm-next {
  left: auto;
  right: -100%;
}
html.mm-opening .mm-menu.mm-right.mm-front,
html.mm-opening .mm-menu.mm-right.mm-next {
  margin: 0 -65px 0 0;
  left: auto;
  right: 0%;
}
/* bottom */

.mm-menu.mm-bottom.mm-front,
.mm-menu.mm-bottom.mm-next {
  top: auto;
}
.mm-menu.mm-bottom.mm-front .mm-inner,
.mm-menu.mm-bottom.mm-next > .mm-inner {
  padding: 0 0 65px 0;
}
html.mm-opened .mm-menu.mm-bottom.mm-front,
html.mm-opened .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: -100%;
}
html.mm-opening .mm-menu.mm-bottom.mm-front,
html.mm-opening .mm-menu.mm-bottom.mm-next {
  margin: 0 0 -65px 0;
  left: 0;
  bottom: 0%;
}
@media all and (min-width: 500px) {
  /* left */
  
  html.mm-opened .mm-menu.mm-front,
  html.mm-opened .mm-menu.mm-next {
    left: -500px;
  }
  html.mm-opening .mm-menu.mm-front,
  html.mm-opening .mm-menu.mm-next {
    left: 0px;
  }
  /* top + bottom*/
  
  html.mm-opened .mm-menu.mm-top.mm-front,
  html.mm-opened .mm-menu.mm-top.mm-next,
  html.mm-opened .mm-menu.mm-bototm.mm-front,
  html.mm-opened .mm-menu.mm-bototm.mm-next,
  html.mm-opening .mm-menu.mm-top.mm-front,
  html.mm-opening .mm-menu.mm-top.mm-next,
  html.mm-opening .mm-menu.mm-bototm.mm-front,
  html.mm-opening .mm-menu.mm-bototm.mm-next {
    left: 0;
  }
  /* right */
  
  html.mm-opened .mm-menu.mm-right.mm-front,
  html.mm-opened .mm-menu.mm-right.mm-next {
    right: -500px;
    left: auto;
  }
  html.mm-opening .mm-menu.mm-right.mm-front,
  html.mm-opening .mm-menu.mm-right.mm-next {
    right: 0px;
    left: auto;
  }
}
/* Set flockler to third width */

.flockler-posts--medium .flockler-wall-item {
  width: calc(33.333333333%) !important;
}
.btn.white-buttonlink {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  cursor: pointer;
  display: inline-block !important;
  font-family: "ABCGintoNord-Regular", Verdana;
  font-weight: 600;
  line-height: 28.8px;
  padding: 0 20px 0 20px !important;
  position: relative;
  text-decoration: none !important;
  text-shadow: none;
  text-transform: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  .btn.white-buttonlink {
    font-size: 16px;
  }
}
/* Store */

body.catalog {
  background: #EFEAE7 !important;
}
body.catalog #main.container {
  background: var(--white);
}
body.catalog #main.container .reactsearchblock {
  background: #fff;
  min-height: 380px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Border around Resort Search form */

}
@media (min-width: 993px) {
  body.catalog #main.container .reactsearchblock {
    margin-top: 50px;
    min-height: 180px;
  }
}
@media (min-width: 1200px) {
  body.catalog #main.container .reactsearchblock {
    min-height: 0;
    margin-top: 0;
    margin: 0;
    margin-top: -30px;
    margin-bottom: 24px;
  }
}
body.catalog #main.container .reactsearchblock h1 {
  font-family: ABCGintoNord-Regular, sans-serif;
  margin-top: 2px;
  padding: 0 0px 0 20px;
}
@media (min-width: 993px) {
  body.catalog #main.container .reactsearchblock h1 {
    margin-top: 9px;
  }
}
body.catalog #main.container .reactsearchblock > div > div > div > div > div:nth-child(2n+2) {
  border: 3px solid #efeae7;
}
/* Border around Resort Search form on other pages */

#main-helper > div > #reactResortSearch {
  margin-top: 0 !important;
  /*> div {
        border: 0;
    }*/

}
#main-helper > div > #reactResortSearch > div > div > div ~ div {
  border: 3px solid #efeae7;
}
body.accommodation #main {
  background-color: white;
}
body.reservationpage #main {
  background-color: #EFEAE7;
}
/* media queries */

@media (max-width: 1200px) {
  .search-item-price #search-reservation-tool-select {
    padding-left: 0px;
    text-align: center;
  }
  .search-item-price #search-reservation-tool-select .icon {
    display: none;
  }
  .search-item-info .person-container {
    height: 25px;
  }
  .bg-white .nav > li > a {
    padding-left: 9px;
    padding-right: 9px;
  }
  #main-nav {
    margin: 0 !important;
  }
  #main {
    padding-top: 0 !important;
  }
  .footer .wrap {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .call-block-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1041px) {
  body.resorts {
    background-position: 50% 200px;
  }
  #main {
    margin-top: 342px;
  }
  #reservation-tool {
    max-width: 600px;
    text-align: center;
    top: 260px;
  }
  #reservation-tool a {
    margin: 4px 4px;
    width: 150px;
  }
  #reservation-tool-shrinked a {
    margin: 1px;
  }
  #reservation-tool .red-btn {
    width: 138px;
  }
  .header-lift {
    margin: 0 0 20px;
  }
  .span-pad12 {
    display: block !important;
    width: 100% !important;
  }
  .ml-pad-10 {
    margin-left: 10px;
  }
  .price-box.lift-col-one-third {
    width: auto !important;
    min-width: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body.resorts {
    background-position: 50% 130px;
  }
  .lift-span {
    /*min-width: 352px;*/
    margin: 8px 4px;
  }
  h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .span-pad1,
  .span-pad2,
  .span-pad3,
  .span-pad4,
  .span-pad5,
  .span-pad6,
  .span-pad7,
  .span-pad8,
  .span-pad9,
  .span-pad10,
  .span-pad11,
  .span-pad12 {
    display: block;
    float: left;
  }
  .span-pad6 {
    width: 49%;
  }
  .mt-pad-20 {
    margin-top: 20px;
  }
  .icon-big-arrow {
    right: 20px;
  }
  .reservation-lift .reservation-btn {
    border: 2px solid #B2B2B2;
    color: #1d1d1b;
    display: inline-block;
    font-size: 14px;
    width: 90px;
    height: 50px;
    line-height: 50px;
    margin: 4px 6px;
    padding: 0 4px 0 10px;
  }
}
@media (max-width: 979px) {
  body {
    padding: 0;
  }
  /*#main-horizonal-mob-nav {position: relative;top: 110px;z-index: 6700;}*/
  
  .footer-resorts-list li {
    width: 50%;
  }
  input {
    width: 90%;
  }
  #map-container {
    position: static;
    height: 500px;
  }
  .lift-col {
    width: 100%;
    margin-bottom: 14px;
  }
  .mt-header {
    margin-top: -20px;
  }
  .call-block-nav {
    color: #FFFFFF !important;
    font-size: 24px !important;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-shadow: 0 1px 1px #760000 !important;
    margin: 6px 6px 6px 0;
  }
  .search #main {
    margin-top: 0px;
  }
  .search h3 {
    font-size: 16px;
  }
  .search-page-title h1 {
    font-size: 27px;
  }
  .search h4 {
    font-size: 13px;
  }
  .search-reservation-tool-container a {
    font-size: 11px;
  }
  .search-item-price #search-reservation-tool-select {
    font-size: 18px;
  }
  .not-available p {
    font-size: 14px;
  }
  .not-available #search-reservation-tool-select {
    font-size: 11px;
  }
  .search-item-info .person-container {
    height: 20px;
  }
  .search-item-info {
    padding: 16px;
  }
  .search-item-price .item-price {
    font-size: 24px;
  }
  #header-carousel-title {
    left: auto;
    text-align: left;
    margin-left: auto;
    padding-left: 20px;
  }
  #header-carousel-subtitle {
    left: auto;
    text-align: left;
    margin-left: auto;
    padding-left: 20px;
  }
  .frontpage-header-title {
    left: auto;
    text-align: left;
    margin-left: auto;
    padding-left: 20px;
  }
  .lift-col-one-third {
    min-width: 49%;
  }
}
@media (max-width: 769px) {
  .col-mob1,
  .col-mob2,
  .col-mob3,
  .col-mob4,
  .col-mob5,
  .col-mob6,
  .col-mob7,
  .col-mob8,
  .col-mob9,
  .col-mob10,
  .col-mob11,
  .col-mob12 {
    display: block !important;
    float: left !important;
  }
  .col-mob6 {
    width: 49% !important;
  }
  .col-mob8 {
    width: 80% !important;
  }
  .col-mob1 {
    width: 10% !important;
  }
  .col-offset-mob6 {
    margin-left: 49% !important;
  }
  body.frontpage {
    background-size: auto 60%;
    background: url(/static/img/header_img_1.jpg) no-repeat 50% 80px;
    background-attachment: scroll;
  }
  body.resorts {
    background: none;
  }
  body.landingpage {
    background-position: 50% 80px;
  }
  #main-helper {
    box-shadow: none;
  }
  .frontpage #main,
  #main {
    margin: 0 auto;
  }
  .resorts #main {
    margin-top: 10px;
  }
  #map-container {
    height: 300px;
    margin: 0;
  }
  .container {
    margin: 0 auto;
    width: 94%;
  }
  .header-carousel-wrapper {
    top: 80px;
    margin: 0;
  }
  #upper-navbar {
    display: none;
  }
  .navbar .brand {
    margin-left: 20px;
  }
  .navbar .btn-navbar {
    margin: 10px 30px 0 0;
  }
  .nav-collapse .nav {
    margin: 0 0 0 30px;
  }
  .lift-col-one-third {
    width: 31% !important;
  }
  .lift-span {
    width: 100%;
    margin: 10px auto;
    height: 100%;
    clear: both;
    overflow: hidden;
  }
  .lift-one-third .lift-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .lift-one-third {
    margin-bottom: 20px;
    clear: both;
    width: 100%;
  }
  .lift-inner-link h3,
  .lift-inner-link p {
    margin-left: 10px;
  }
  .campaign-lift {
    margin-bottom: 20px;
    height: 100%;
  }
  .campaign-lift .lift-message {
    width: 74% !important;
  }
  .campaign-lift .lift-image {
    margin: 0 2%;
    width: 21% !important;
  }
  .campaign-lift .lift-image img {
    margin: 15px 0 !important;
  }
  .block.promotionblock .imageposition-left .lift-image {
    float: right;
    text-align: right;
    margin: 15px !important;
    width: 75px !important;
  }
  .block.promotionblock .imageposition-left .lift-image img {
    margin: 0 !important;
  }
  .block.promotionblock .imageposition-left .lift-message {
    display: inline;
    float: none;
    margin: 0 !important;
    width: 100% !important;
  }
  h3.lift-message {
    /*bottom: -10%;*/
    font-size: 18px;
    line-height: 20px;
  }
  #reservation-tool a {
    display: block;
    margin: 1%;
  }
  #reservation-tool-submit {
    width: 90%;
  }
  a#reservation-tool-arrival,
  a#reservation-tool-departure {
    text-align: left;
  }
  a#reservation-tool-arrival,
  a#reservation-tool-people {
    width: 37%;
    float: left;
  }
  a#reservation-tool-departure,
  a#reservation-tool-campaign {
    width: 37%;
    float: right;
  }
  #reservation-tool {
    max-width: 90%;
    text-align: center;
    box-shadow: none;
    background: #efefef;
    border: 1px solid #b2b2b2;
    display: block;
    position: static;
    margin: 10px auto 20px auto;
  }
  .frontpage #reservation-tool {
    top: 0;
    margin-top: 20px;
    box-shadow: none;
  }
  .mob-tools-helper {
    width: 100% !important;
    background: #ffffff;
  }
  .mob-tools-helper > div {
    padding: 2px 7px;
  }
  .navbar-fixed-top {
    margin-bottom: 0;
  }
  /*.call-block-nav {
  		color: #FFFFFF !important;
  		font-size: 24px !important;		
  		height: 60px;
  		line-height: 60px;
  		text-align: center;
  		text-shadow: 0 1px 1px #760000 !important;	
  		margin: 6px 6px 6px 0;
  	}*/
  
  .full-width-map {
    max-height: 300px;
    overflow: hidden;
  }
  .full-width-map img {
    width: 100%;
  }
  .call-block {
    display: none;
  }
  .call-block-mobile,
  .call-block-mobile:hover {
    margin: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .header-lift h2,
  .header-lift h3,
  .header-lift {
    margin: 0;
  }
  .header-lift ul {
    margin-left: 30px;
  }
  .lifted-text-block {
    color: inherit;
    text-shadow: none;
  }
  .lifted-text-block p {
    text-shadow: none;
  }
  .lift-white-bg {
    background: transparent;
    border: none;
  }
  .price-box-label {
    font-size: 22px;
    line-height: 24px;
    margin-top: 10px;
  }
  .price-box-amount {
    font-size: 48px;
    line-height: 42px;
  }
  .price-box-extension {
    font-size: 22px;
    line-height: 22px;
  }
  .price-box-btn img {
    padding-top: 17px;
    height: 20px;
    width: auto;
  }
  #grid .starter-card {
    margin-left: 0;
  }
  .resorts-card-accordion img {
    margin-left: 7px;
  }
  .card-filter-form label {
    width: 49%;
  }
  .newsletter-btn {
    float: left;
    margin: 20px 0 0 0;
  }
  .ml-mob-10 {
    margin-left: 10px;
  }
  .ml-mob-20 {
    margin-left: 20px;
  }
  .footer-logo {
    display: block;
    float: left;
    margin-top: 16px;
    clear: both;
    overflow: hidden;
  }
  .bottom-end-link {
    float: left;
  }
  .search-item {
    width: 100%;
    height: 100%;
  }
  .search-item-price {
    height: 100%;
    border: 0;
    padding-top: 0px;
  }
  .search-item-price p {
    padding-top: 10px;
  }
  .search-item-info {
    padding-left: 13px;
    height: auto;
  }
  .search-item-info p,
  .search-item-info .person-container {
    position: static;
  }
  .search-item-offer {
    left: 8px;
    top: 8px;
  }
  .search-item-offer:before {
    display: none;
  }
  .search-item-image {
    padding-top: 0px;
  }
  .basic-square-list li:before {
    display: none;
  }
  .frontpage-header-title {
    font-size: 30px;
  }
  .form-horizontal .control-label {
    float: none;
    text-align: left;
  }
  .p-mob-10 {
    padding: 10px;
  }
  .ml-mob-20 {
    margin-left: 20px;
  }
  .productpage .call-block-mobile {
    margin-top: 0;
  }
  .productpage #main {
    margin-top: 0;
  }
  .BottomContent > .mt-30 {
    margin-top: 5px;
  }
}
@media (min-width: 980px) {
  .read-more-block {
    display: inline-block;
    margin-top: 20px;
  }
}
@media (min-width: 1042px) {
  .reservation-tool-pad-title {
    display: none;
  }
}
@media (max-width: 1042px) {
  .navbar .btn-navbar:hover,
  .navbar .btn-navbar {
    text-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0;
    padding-right: 50px;
    font-size: 24px;
    color: #1d1d1b;
    margin-top: 18px;
  }
  .navbar .btn-navbar {
    background: url(/static/img/icon_nav.png) no-repeat 100% 2px;
  }
  .navbar .btn-navbar:hover {
    background: url(/static/img/icon_nav_hover.png) no-repeat 100% 2px;
    text-decoration: none;
  }
  .navbar .btn-navbar:hover,
  .navbar .btn-navbar:focus,
  .navbar .btn-navbar:active,
  .navbar .btn-navbar.active,
  .navbar .btn-navbar.disabled,
  .navbar .btn-navbar[disabled] {
    color: inherit;
    background-color: transparent;
  }
  .span-pad12 {
    display: block;
    width: 49%;
  }
}
@media (min-width: 950px) and (max-width: 1200px) {
  #lower-navbar .container {
    width: 98%;
    padding: 0 1%;
  }
  .navbar .brand {
    margin-left: 20px;
  }
  .offer-lifts {
    max-width: 680px;
    margin: 0 auto;
  }
  .ml-big-pad-15 {
    margin-left: 15px;
  }
  /*.span-pad12 {
  		display: block; 
  		width: 49%; 
  	}*/
  
  .newsletter-btn {
    float: left;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 481px) {
  .navbar .brand {
    width: 33%;
    line-height: 33px;
    left: 0 !important;
  }
  .mob-nav-top .mob-links a {
    width: 80% !important;
  }
  .navbar .btn-navbar:hover,
  .navbar .btn-navbar {
    font-size: 20px;
  }
  #header-carousel-title {
    font-size: 27px;
  }
  #header-carousel-subtitle {
    font-size: 13px;
  }
}
.col-row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-row:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.col-row [class*="col-"] {
  box-sizing: border-box;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.col-row.no-pad {
  margin-left: 0;
  margin-right: 0;
}
.col-row.no-pad [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.col-row.small-pad {
  margin-left: -5px;
  margin-right: -5px;
}
.col-row.small-pad [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.col-row.iblocks {
  margin-bottom: -30px;
}
.col-row.iblocks [class*="col-"] {
  float: none;
  display: inline-block;
  margin-right: -3px;
  margin-bottom: 30px;
  vertical-align: top;
}
.col-row.iblocks.small-pad {
  margin-bottom: -10px;
}
.col-row.iblocks.small-pad [class*="col-"] {
  margin-bottom: 10px;
}
.col-row.iblocks.vmiddle [class*="col-"] {
  vertical-align: middle;
}
@font-face {
  /*font-family: 'ABCGintoNord-Regular-Trial';*/
  font-family: 'ABCGintoNord-Regular';
  src: url(/Static/fonts/ABC-Ginto-Nord/ABCGintoNord-Regular.woff2) format('woff2'), url(/Static/fonts/ABC-Ginto-Nord/ABCGintoNord-Regular.woff) format('woff');
}
@font-face {
  /*font-family: 'ABCGintoNord-Medium-Trial';*/
  font-family: 'ABCGintoNord-Medium';
  src: url(/Static/fonts/ABC-Ginto-Nord/ABCGintoNord-Medium.woff2) format('woff2'), url(/Static/fonts/ABC-Ginto-Nord/ABCGintoNord-Medium.woff) format('woff');
}
/*@wrapwidth: 1042px;*/
.field-validation-valid {
  display: none;
}
.bg-white {
  background: #fff;
}
.bg-gray,
.bg-grey {
  background: #EFEAE7;
}
.bg-red,
red-bg {
  background: #c00000;
}
.border-gray {
  border: 1px solid #dcdcdc;
}
.f-red,
.f-red:hover {
  color: #632e38 !important;
}
.display-block {
  display: block !important;
}
.list-none {
  list-style: none;
}
.pointer {
  cursor: pointer;
}
.centered {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.text-left {
  text-align: left !important;
}
.btn-lg .fa:not(.static),
.btn-lg .ico:not(.static) {
  display: none;
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
.btn-lg:hover .fa {
  color: #fff;
}
.btn.buttonlink {
  background: #fff;
  border: 2px solid #000;
  color: #000 !important;
  cursor: pointer;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-size: 14px;
  font-weight: normal;
  line-height: 44px;
  padding: 0px 15px;
  position: relative;
  text-decoration: none !important;
}
.btn.buttonlink:hover {
  background: #A18288 !important;
  border: 2px solid #A18288;
  color: #fff !important;
}
.buttonlink.call {
  padding: 0 25px 0 50px;
}
.buttonlink.call:after {
  background: url(/static/img/icon_phone.png) no-repeat scroll center center;
  background-size: 13px auto;
  right: auto;
  left: 0;
}
.buttonlink[href=''],
.buttonlink:empty {
  display: none !important;
}
.buttonlink.white,
.buttonlink.gray {
  background: #efefef;
  border: 1px solid #dcdcdc;
  color: #c00000;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: none;
  font-size: 16px;
}
.buttonlink.white:after/*, .buttonlink.gray:after*/ {
  content: "\f105";
  font-family: fontawesome;
  font-size: 22px;
  width: 15px;
  background: none;
  text-align: left !important;
}
.buttonlink.white {
  background: #fff;
}
.buttonlink.gray:hover {
  background: #e5e5e5;
}
.buttonlink.red {
  background: transparent;
  color: #c00000;
  font-size: 18px;
  padding: 0 15px;
  text-transform: none;
}
.buttonlink.red:after {
  content: ">";
  position: relative;
  right: -15px;
}
.btn.white {
  background: #fff;
  border: 2px solid #000;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-size: 14px;
  font-weight: normal;
  line-height: 41px;
  min-height: 41px;
  padding: 0 15px;
  text-decoration: none !important;
}
.btn.white:hover {
  background: #A18288;
  border: 2px solid #A18288;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
}
/* *********************** */

[data-tab]:not(.active) {
  display: none;
}
.ico-home {
  background: url(/static/img/icon-home.png) no-repeat 0 0;
  display: none;
}
.ico-marker {
  background: url(/static/img/icon-marker.png) no-repeat 0 0;
}
.btn-lg.active .ico,
.btn-lg:hover .ico {
  background-position: -30px 0;
}
.text-bold {
  font-weight: bold;
}
.nomargin {
  margin: 0 !important;
}
.mt {
  margin-top: 30px !important;
}
.mb {
  margin-bottom: 30px !important;
}
.mt-double {
  margin-top: 60px !important;
}
.mb-double {
  margin-bottom: 60px !important;
}
.mt-half {
  margin-top: 15px !important;
}
.mb-half {
  margin-bottom: 15px !important;
}
.mt-small {
  margin-top: 10px !important;
}
.mb-small {
  margin-bottom: 10px !important;
}
.mt-tiny {
  margin-top: 5px !important;
}
.mb-tiny {
  margin-bottom: 5px !important;
}
.mt-none {
  margin-top: 0 !important;
}
.mb-none {
  margin-bottom: 0 !important;
}
.fs-bigger {
  font-size: 18px;
}
.fs-big {
  font-size: 16px;
}
.fs-normal {
  font-size: 14px;
}
.fs-small {
  font-size: 12px;
}
.fs-tiny {
  font-size: 11px;
}
.fsize {
  width: 100%;
  box-sizing: border-box;
}
.bbox {
  box-sizing: border-box;
}
.reset-list {
  list-style: none;
  margin: 0;
}
.emsg {
  color: #c00000;
}
/* --------------------  */

.owl-default .owl-prev,
.owl-default .owl-next {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 40px;
}
.owl-default .owl-prev:hover:after,
.owl-default .owl-next:hover:after {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), 0 0 3px rgba(0, 0, 0, 0.6), 0 0 6px rgba(0, 0, 0, 0.6), 0 0 12px rgba(0, 0, 0, 0.6), 0 0 18px rgba(0, 0, 0, 0.6);
}
.owl-default .owl-next {
  left: auto;
  right: 0px;
}
.owl-default .owl-prev:after,
.owl-default .owl-next:after {
  content: "\f104";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  margin-left: -2px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5), 0 0 12px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.owl-default .owl-next:after {
  content: "\f105";
  margin-left: 2px;
  text-align: center;
}
/* owl-default */

/* Table 2019 styles */

@media only screen and (max-width: 766px) {
  /* Force table to not be like tables anymore */
  
  table.no-more-tables,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .no-more-tables td {
    /* Behave  like a "row" */
    border: 1px solid #ececec;
    border-top: 0;
    position: relative;
    padding-bottom: 4px !important;
    padding-left: 50% !important;
    width: auto !important;
    white-space: normal;
    text-align: left !important;
  }
  .no-more-tables td:first-child {
    border-left: 1px solid #ececec !important;
    border-top: 1px solid #ececec !important;
  }
  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /* Label the data */
  
  .no-more-tables td:before {
    content: attr(data-title);
  }
}
table.no-more-tables {
  border-color: transparent;
  box-sizing: border-box;
  /*font-size: 16px;*/
  height: auto !important;
  line-height: 24px;
}
table.no-more-tables thead tr {
  border: 0;
  height: auto !important;
}
table.no-more-tables thead tr td {
  border: 1px solid #ececec;
  font-weight: bold;
  height: auto !important;
  min-height: 30px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
}
table.no-more-tables thead tr td:first-child {
  border: 0;
  /*font-size: 24px;*/
  font-weight: bold;
  line-height: 29px;
  text-align: left;
}
table.no-more-tables tbody {
  background-color: #F9F9F9;
}
table.no-more-tables tbody tr {
  height: auto !important;
}
table.no-more-tables tbody tr td {
  font-weight: bold;
  height: auto !important;
  min-height: 30px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
}
table.no-more-tables tbody tr td:first-child {
  border-left: 0;
  font-weight: normal;
  text-align: left;
}
@media only screen and (min-width: 767px) {
  table.no-more-tables tr {
    border: 1px solid #ececec;
  }
  table.no-more-tables tr td {
    border-left: 1px solid #ececec;
  }
}
.ingress {
  font-size: 24px;
  line-height: normal;
}
.footnote {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
/* Content links */

.block .editor a,
.editor a,
.lead a {
  color: #000;
  text-decoration: underline;
}
.block .editor a strong,
.editor a strong,
.lead a strong {
  color: #632e38;
}
.block .editor strong a,
.editor strong a,
.lead strong a {
  color: #632e38;
  text-decoration: underline;
}
/* Buttons 2023 */

.btn-primary-large {
  background: #632E38;
  color: #fff !important;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-size: 14px;
  min-width: 157px;
  min-height: 44px;
  padding: 0 20px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .btn-primary-large {
    font-size: 16px;
    line-height: 62px;
    min-height: 62px;
    min-width: 200px;
  }
}
.btn-primary-large:hover {
  background: #9B7F85;
}
.btn-primary-large:active {
  background: #4A232A;
}
.btn-primary-large:focus {
  background: #632E38;
  /*        border: 1px solid #fff;
        outline: 2px blue solid !important;*/
  border: 2px solid #fff;
  outline: 2px blue solid !important;
  outline-offset: 0;
}
.btn-primary-large:disabled {
  background: #B5AFB0;
}
.btn-primary-medium {
  background: #632E38;
  color: #fff !important;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-size: 14px;
  min-width: 157px;
  min-height: 44px;
  padding: 0 20px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .btn-primary-medium {
    /*font-size: 16px;*/
    line-height: 62px;
    min-height: 56px;
    min-width: 170px;
  }
}
.btn-primary-medium:hover {
  background: #9B7F85;
}
.btn-primary-medium:active {
  background: #4A232A;
}
.btn-primary-medium:focus {
  background: #632E38;
  /*        border: 1px solid #fff;
        outline: 2px blue solid !important;*/
  border: 2px solid #fff;
  outline: 2px blue solid !important;
  outline-offset: 0;
}
.btn-primary-medium:disabled {
  background: #B5AFB0;
}
.btn-primary-small {
  background: #632E38;
  color: #fff !important;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-size: 14px;
  min-width: 157px;
  min-height: 44px;
  padding: 0 20px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  text-decoration: none !important;
}
.btn-primary-small:hover {
  background: #9B7F85;
}
.btn-primary-small:active {
  background: #4A232A;
}
.btn-primary-small:focus {
  background: #632E38;
  /*        border: 1px solid #fff;
        outline: 2px blue solid !important;*/
  border: 2px solid #fff;
  outline: 2px blue solid !important;
  outline-offset: 0;
}
.btn-primary-small:disabled {
  background: #B5AFB0;
}
.btn-secondary-large {
  background: #fff;
  border: 1px solid #000;
  color: #000 !important;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-size: 14px;
  min-width: 157px;
  min-height: 44px;
  padding: 0 20px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .btn-secondary-large {
    font-size: 16px;
    line-height: 62px;
    min-height: 62px;
    min-width: 200px;
  }
}
.btn-secondary-large:hover {
  background: #9B7F85;
  border: 1px solid #9B7F85;
  color: #fff !important;
}
.btn-secondary-large:active {
  background: #4A232A;
  border: 1px solid #4A232A;
  color: #fff !important;
}
.btn-secondary-large:focus {
  background: #632E38;
  /*        border: 1px solid #fff;
        outline: 2px blue solid !important;*/
  border: 2px solid #fff;
  color: #fff !important;
  outline: 2px blue solid !important;
  outline-offset: 0;
}
.btn-secondary-large:disabled {
  background: #B5AFB0;
}
.btn-secondary-medium {
  background: #fff;
  border: 1px solid #000;
  color: #000 !important;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-size: 14px;
  min-width: 157px;
  min-height: 44px;
  padding: 0 20px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .btn-secondary-medium {
    /*font-size: 16px;*/
    line-height: 56px;
    min-height: 56px;
    min-width: 170px;
  }
}
.btn-secondary-medium:hover {
  background: #9B7F85;
  border: 1px solid #9B7F85;
  color: #fff !important;
}
.btn-secondary-medium:active {
  background: #4A232A;
  border: 1px solid #4A232A;
  color: #fff !important;
}
.btn-secondary-medium:focus {
  background: #632E38;
  border: 2px solid #fff;
  color: #fff !important;
  outline: 2px blue solid !important;
  outline-offset: 0;
}
.btn-secondary-medium:disabled {
  background: #B5AFB0;
}
.btn-secondary-small {
  background: #fff;
  border: 1px solid #000;
  color: #000 !important;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-size: 14px;
  min-width: 157px;
  min-height: 44px;
  padding: 0 20px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  text-decoration: none !important;
  /*    @media(min-width: 768px) {
        font-size: 16px;
    }*/

}
.btn-secondary-small:hover {
  background: #9B7F85;
  border: 1px solid #9B7F85;
  color: #fff !important;
}
.btn-secondary-small:active {
  background: #4A232A;
  border: 1px solid #4A232A;
  color: #fff !important;
}
.btn-secondary-small:focus {
  background: #632E38;
  border: 2px solid #fff;
  color: #fff !important;
  outline: 2px blue solid !important;
  outline-offset: 0;
}
.btn-secondary-small:disabled {
  background: #B5AFB0;
}
.clear {
  clear: both;
}
form {
  overflow: hidden;
  margin: 0;
}
.relative {
  position: relative;
}
.mt-45 {
  margin-top: 45px;
}
.mb-10 {
  margin-bottom: 10px;
}
input,
button,
select,
textarea {
  /*font-family: "ff-meta-web-pro",sans-serif;*/
  font-family: "ABCGintoNord-Regular", Verdana;
}
body {
  background: none !important;
  background-color: yellow;
}
.pointer {
  cursor: pointer;
}
.pagecontainer {
  position: relative;
  z-index: 2;
}
@media (min-width: 900px) {
  .pagecontainer {
    left: 0 !important;
  }
}
[class*="span"] {
  min-height: 1px !important;
}
.nomargin {
  margin: 0 !important;
}
.na-select {
  width: 100%;
  box-sizing: content-box;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.na-select::-ms-expand {
  display: none;
}
.hiding {
  display: none !important;
}
.languageselect,
.languageselect:focus {
  background: transparent url(/Static/img/2022/globe-mobile.svg) no-repeat !important;
  /*background-color: #E7DFDA !important;*/
  /*text-transform: uppercase;*/
  border: 0;
  color: #632e38;
  outline: none;
  /*background: none;*/
  background-position: 0px 6px !important;
  padding-left: 28px;
}
.desktop-lang,
.desktop-lang:focus {
  background: transparent url(/Static/img/2022/globe.svg) no-repeat !important;
  background-position: 100% 5px !important;
  color: #fff;
  margin-top: 3px;
  width: auto;
  padding-right: 28px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  text-align: right;
}
.desktop-lang option {
  background: #632E38;
  text-align: left;
}
.languageselect-arrow {
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 1;
  left: -10px;
  top: 1px;
  visibility: hidden;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */

}
a.china-link,
a.china-link:hover {
  display: inline-block;
  color: #fff;
  height: 30px;
  vertical-align: middle;
  line-height: 27px;
  margin: 0 10px;
  font-weight: bold;
  font-size: 16px;
}
/*------------------*/

.searchpanel .keyword {
  border: 0;
  width: 148px;
}
.searchpanel .keyword:focus {
  border: 0;
  box-shadow: none;
}
.searchpanel .btn {
  background-image: none;
  background-color: #fff;
  border: 0;
  box-shadow: none;
}
.searchpanel .btn:hover {
  background-image: none;
  background-color: #fff;
}
.searchpanel .btn:active {
  border: 0;
  box-shadow: none;
}
.searchpanel .btn span {
  position: relative;
  top: 2px;
}
/*-------------------*/

.hover-underline:hover {
  text-decoration: underline;
}
/*------------------*/

.navbar-fixed-top .navbar-inner {
  background: #632E38;
  padding: 0 10px !important;
  /*.brand {
            background: transparent url(/Static/img/2022/hc-logo-mobile.svg) no-repeat;
            background-position: 50%;
            display: block;
            height: 10px;
            position: relative;
            width: 100%;
            z-index: 1;

            img {
                display: none;
            }
        }*/

}
.navbar-fixed-top .navbar-inner .mob-buttons {
  left: 0;
}
.navbar-fixed-top .navbar-inner .mob-buttons #open-mob-nav {
  font-size: 0;
  position: absolute;
  right: 0;
  z-index: 2;
  /*text-indent: -9999em;*/

}
.navbar-fixed-top .navbar-inner .mob-buttons a i {
  color: #fff;
}
.navbar-fixed-top .navbar-inner .mob-buttons a[data-expand=".mob-search"] {
  /*background: transparent url(/Static/img/2022/magnifyer-icon.svg) no-repeat;*/
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.navbar-fixed-top .navbar-inner .mob-buttons a[data-expand=".mob-search"] i {
  font-size: 18px;
}
.navbar-fixed-top .navbar-inner .mob-links {
  display: inline-block;
  position: absolute;
  top: 24%;
  right: 10%;
}
.navbar-fixed-top .navbar-inner .mob-links a {
  font-size: 14px;
}
@media (max-width: 359px) {
  .navbar-fixed-top .navbar-inner .mob-links {
    display: none !important;
  }
}
@media (min-width: 540px) {
  .navbar-fixed-top .navbar-inner .mob-links {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top .navbar-inner.bg-white {
    background: #fff;
  }
}
.navbar .searchpanel {
  display: block;
  margin: 0;
}
@media (min-width: 768px) {
  .navbar .searchpanel {
    display: inline-block;
  }
}
.navbar .brand {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.navbar .mainmenu {
  position: absolute;
  top: 0;
  left: 257px;
  margin: 0;
  width: 100%;
  z-index: 99;
}
.navbar .mainmenu li {
  padding: 13px 10px 0 10px;
}
.navbar .mainmenu li a {
  font-family: "ABCGintoNord-Medium", Verdana;
  font-weight: normal;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  line-height: normal;
  position: relative;
}
.navbar .mainmenu li a:after {
  content: "\f107";
  font-family: fontawesome;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  text-align: center;
  line-height: 10px;
  display: none;
}
.navbar .mainmenu li a:hover,
.navbar .mainmenu li .active-link {
  background: none !important;
  box-shadow: none !important;
  color: #632E38;
}
.navbar .mainmenu li.has-children a:after {
  display: inline;
}
#newsletter-embed {
  height: 460px;
}
@media screen and (max-width: 700px) {
  #newsletter-embed {
    height: 690px;
  }
}
/*------------------*/

.megadrop {
  position: absolute;
  top: 100%;
  width: 110%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  max-width: 1136px;
  z-index: 98;
}
.megadrop > .mb-15 {
  display: none;
}
.megadrop .megadrop-close {
  display: block;
}
.megadrop-content {
  display: none;
  background: #fff;
  border: 1px solid #aaa;
  margin: 0 auto;
  max-width: 1136px;
  padding: 30px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.megadrop-content .col-sm-4 {
  min-width: 120px;
}
.megadrop-content a.btn-lg {
  background: #fff !important;
  border: 2px solid #632e38 !important;
  box-sizing: border-box;
  color: #632e38 !important;
  display: inline-block !important;
  font-size: 18px;
  height: 50px;
  line-height: 30px;
  margin-right: 10px;
  min-width: 150px;
}
.megadrop-content a.btn-lg:hover {
  background: #EFEAE7;
}
.megadrop-content a.btn-lg.active {
  background: #632e38 !important;
  border: 0 !important;
  color: #fff !important;
  font-family: "ABCGintoNord-Medium", Verdana !important;
  font-size: 18px;
}
.megadrop-content a.btn-lg .ico {
  display: none;
}
.megadrop-content a.btn-lg .fa-angle-right {
  display: none;
}
.megadrop-content h3 {
  font-family: Moret;
}
.vertical-center {
  display: flex;
  align-items: center;
}
a.megadrop-close {
  border: 1px solid #000;
  font-weight: bold;
  float: right;
  padding: 20px 35px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  margin-left: auto;
}
a.megadrop-close:hover {
  text-decoration: underline;
}
.linklist-basic {
  list-style: none;
  margin: 18px 0 0 0;
}
.linklist-basic li a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
.megadrop-content h3 {
  font-size: 26px !important;
  line-height: 32px !important;
  margin-top: 0;
}
.megadrop-content .max-width-800 {
  max-width: 800px;
}
.megadrop-content .linklist-basic {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
  grid-auto-flow: row;
}
.megadrop-content .linklist-basic li {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  flex: 1 1 160px;
}
.megadrop-content .linklist-basic li a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 18.2px;
}
.megadrop-content .linklist-basic li a.font-sublevel-item {
  font-family: "ABCGintoNord-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.045px;
  color: #3C3B3B;
  padding: 0px;
  margin: 0px;
}
.megadrop-content .linklist-basic li a.font-sublevel-item:hover {
  text-decoration: underline;
}
.megadrop-content .linklist-basic li a.font-sublevel-item.active-link {
  color: #632E38;
  text-decoration: underline;
}
.megadrop-content .linklist-basic li a.font-multilevel-first-item {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0.045px;
  color: #000000;
  margin: 0px 0px;
  padding: 0px 0px;
}
.megadrop-content .linklist-basic li a.font-multilevel-first-item:hover {
  text-decoration: underline;
}
.megadrop-content .linklist-basic li a.font-multilevel-first-item.active-link {
  color: #632E38;
  text-decoration: underline;
}
.megadrop-content .font-moret {
  font-family: "Moret";
  font-weight: bold;
}
.megadrop-content h2.font-moret a {
  font-size: 32px;
  line-height: 44px;
}
.megadrop-content .font-abcginto-nord-regular {
  font-family: "ABCGintoNord-Regular";
}
.megadrop-content .f-black {
  color: #000;
}
.megadrop-content .f-black a {
  color: #000;
  text-decoration: underline;
}
.megadrop-content .f-black a:hover {
  color: #632e38;
}
.megadrop-content .f-red {
  color: #632e38 !important;
}
.megadrop-content .f-red a:after {
  content: "\f105";
  font-family: fontawesome;
  margin-left: 15px;
}
.megadrop-content .f-red a:hover {
  text-decoration: none;
}
.megadrop-content .megadrop-dest a:after {
  content: "\f105";
  font-family: fontawesome;
  margin-left: 7px;
}
/*------------------*/

.contentwrapper {
  overflow: hidden;
}
#upper-navbar {
  overflow: hidden;
}
#lower-navbar {
  /*border-bottom: 1px solid #ddd;*/
  border-bottom: 0;
}
.MainContentArea {
  /*background: #f4f4f4;*/
  background: #fff;
  margin-top: 110px;
}
#main-helper {
  margin: 0 !important;
  box-shadow: none;
  /*background: #f4f4f4;*/
  background: #fff;
  overflow: hidden;
}
#main {
  min-height: 250px;
  overflow: visible;
  width: auto;
  margin: 0 !important;
  padding: 30px 0;
  position: relative;
  /*background: #f4f4f4;*/
  background: #fff;
}
body.landingpage2023 #main {
  position: static;
}
div.form {
  margin-bottom: 20px;
}
/* Old page layout */

.wrap {
  max-width: 1042px;
  margin: auto;
}
/* 2022/2023 page layouts */

body.destinationv3page .wrap,
body.startpage .wrap,
body.landingpage2023 .wrap {
  max-width: 1303px;
}
.row {
  clear: both;
}
/*--------------------*/

.editmode .headerbanner.complex {
  visibility: visible;
}
.editmode .headerbanner .controls {
  display: none;
}
.editmode .headerbanner.complex .headerblocks {
  width: auto !important;
  position: static !important;
  margin: 0 !important;
  overflow: hidden !important;
}
/*--------------------*/

.publicmode .contentarea {
  zoom: 1;
  margin-left: -15px;
  margin-bottom: -30px;
}
body.landingpage2023 #main .wrap .contentarea {
  margin-left: 0;
  margin-bottom: 0;
}
.catalog.publicmode .contentarea {
  margin-left: 0;
}
.block {
  margin-bottom: 30px;
  overflow: hidden;
  *margin-left: -4px;
  width: 100%;
}
.block-inner {
  margin-left: 15px;
}
.block.width-twothirds,
.block.width-half,
.block.width-third,
.block.width-quarter {
  width: 50%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.block.width-third {
  width: 33.29%;
}
.block.width-quarter {
  width: 25%;
}
.block.width-twothirds {
  width: 66.65%;
}
.block-helper {
  display: none;
}
/*--------------------*/

.contentarea.alternating {
  margin: 30px auto 0 auto;
}
.contentarea.alternating .block {
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
.contentarea.alternating .block-inner {
  max-width: 1042px;
  margin: auto;
}
.contentarea.alternating .block:nth-child(odd) {
  background: #EFEFEF;
  border-bottom: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
}
/*--------------------*/

.bullet-list {
  margin: 0;
}
.bullet-list li {
  background: url(/static/img/bullet-red.png) no-repeat 0 6px;
  list-style: none;
  padding-left: 15px;
}
.center .bullet-list {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-align: left;
}
.red-bg .bullet-list li {
  background: url(/static/img/bullet-white.png) no-repeat 0 6px;
}
/*--------------------*/

#main .leftcolumn {
  width: 280px;
  float: left;
  margin: 0;
}
#main .rightcolumn {
  float: right;
  width: 100%;
  margin: 0 -330px 0 0;
  padding-right: 330px;
}
#main .stripes .rightcolumn {
  float: none;
  width: auto;
  margin: 0 0 0 330px;
  padding-right: 0;
}
#main .stripes.destinationpagestripes .rightcolumn {
  margin: 0;
}
.rightcolumn-inner {
  float: left;
  width: 100%;
}
.rightcolumn-inner .contentarea:first-child {
  margin-top: 0;
}
.side-menu-title {
  margin: 0;
  line-height: normal;
  max-width: 280px;
  padding: 0;
}
.side-menu-title a {
  display: block;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 15px;
}
/*--------------------*/

.submenu {
  padding: 0;
  margin: 0 0 30px 0;
  max-width: 280px;
}
.submenu ul {
  padding: 0;
  margin: 0;
}
.submenu li {
  list-style: none;
}
.submenu li a {
  display: block;
  color: #C00000;
  margin: 0;
  padding: 5px 15px;
  background-color: #DCDCDC;
  background-image: url(/static/img/arrow-r-red.png);
  background-repeat: no-repeat;
  background-position: right 11px;
  text-decoration: none;
  border-top: 1px solid #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.submenu li a:hover,
.submenu li a.current-link {
  background-color: #C00000;
  color: #fff;
  background-image: url(/static/img/arrow-r-white.png);
}
.submenu li li {
  background: #f4f4f4;
}
.submenu li li a {
  background-color: #f4f4f4;
  color: #000;
  font-size: 13px;
  border-top: 1px solid #DCDCDC;
  text-transform: none;
  font-weight: normal;
  background-image: url(/static/img/arrow-r-black.png);
  background-position: right 10px;
}
.submenu li li ul {
  padding: 0 20px;
  border-top: 1px solid #DCDCDC;
}
.submenu li li li:first-child a {
  border: 0;
}
.submenu li li ul {
  display: none;
}
.submenu li li ul li a {
  background-image: none !important;
}
.submenu li.active > ul {
  display: block;
}
.submenu li a.accordiontrigger {
  background-image: url(/static/img/expand-black.png);
  background-position: right 11px;
}
.submenu li a.accordiontrigger:hover {
  background-image: url(/static/img/expand-white.png);
}
.submenu li a.accordiontrigger.open {
  background-image: url(/static/img/collapse-black.png);
}
.submenu li a.accordiontrigger.open:hover {
  background-image: url(/static/img/collapse-white.png);
}
/*--------------------*/

.reservation-tool-people {
  display: none !important;
}
.reservationtool .option {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 220px;
}
.reservationtool .option-inner {
  display: block;
  position: relative;
  height: 60px;
  border: 2px solid #B2B2B2;
  padding: 0 8px;
  background: #fff;
  margin: 0 8px 0 0;
}
.reservationtool .option-inner:hover {
  border-color: #c00000;
}
.reservationtool .option.ddfield .field select {
  width: 125%;
  -webkit-appearance: initial;
}
.reservationtool .reservation-tool-target .field {
  background: url(/static/img/icon_cabin.png) no-repeat scroll right center;
}
.reservationtool .reservation-tool-people .field {
  background: url(/static/img/icon_people.png) no-repeat scroll right center;
}
.reservationtool .reservation-tool-campaign {
  width: 200px;
}
.reservationtool .reservation-tool-departure,
.reservationtool .reservation-tool-arrival {
  width: 180px;
}
.reservationtool .reservation-tool-submit {
  width: 175px;
}
.reservationtool .reservation-tool-submit .option-inner {
  margin: 0;
  padding: 0;
  border: 2px solid #c00000;
}
.reservationtool .reservation-tool-submit .option-inner a {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  border: 0 !important;
  text-align: center;
}
.reservationtool .icon {
  background-color: #fff;
  right: 8px !important;
  height: 42px !important;
  margin-top: -21px;
  padding-right: 0 !important;
}
.reservationtool .reservation-tool-submit .icon {
  background-color: transparent;
}
.reservationtool .helper {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 60px;
  width: 1px;
}
.reservationtool .field {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin: 0;
  margin-right: -1px;
  width: 100%;
  background: none;
}
.reservationtool .field select {
  border: 0 !important;
  outline: none !important;
  margin: 0;
  width: 100%;
  height: 30px;
  line-height: normal;
  color: #000;
  padding-top: 6px;
  background: url(/static/img/icon_dropdown_arrow.png) no-repeat scroll right center;
}
.reservationtool .field input {
  border: 0 !important;
  outline: none !important;
  margin: 0;
  padding: 0;
  width: 100%;
  box-shadow: none;
  text-transform: uppercase;
  color: #000 !important;
}
.reservationtool .field ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
  opacity: 1;
}
.reservationtool .field :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
.reservationtool .field ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
.reservationtool .field :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
}
.reservationtool .icon-calendar {
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.reservationtool .reservation-tool-pad-title {
  display: none;
}
/*--------------------*/

.reservationtool.compact #reservation-tool {
  background: #eee;
  border: 1px solid #B2B2B2;
  box-shadow: none;
  margin: 0 0 20px 0;
}
.reservationtool.compact .reservation-tool-pad-title {
  display: block;
  text-align: center;
  color: #c00 0;
}
.reservationtool.compact .reservation-tool-accordion {
  padding-top: 15px;
}
.productbannerblock .reservationtool.compact .reservation-tool-pad-title {
  display: none;
}
.reservationtool.compact .reservation-tool-pad-title h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.reservationtool.compact .option {
  display: block;
  width: auto;
  margin: 0;
  margin-bottom: 8px;
}
.reservationtool.compact .option-inner {
  margin: 0;
  border-width: 1px;
}
.reservationtool.compact .icon {
  padding-right: 10px;
}
.reservationtool.compact .reservation-tool-campaign,
.reservationtool.compact .reservation-tool-departure,
.reservationtool.compact .reservation-tool-arrival {
  float: left;
  width: 50%;
}
.reservationtool.compact .reservation-tool-people .option-inner,
.reservationtool.compact .reservation-tool-arrival .option-inner {
  margin-right: 4px;
}
.reservationtool.compact .reservation-tool-departure .option-inner {
  margin-left: 4px;
}
.reservationtool.compact .reservation-tool-campaign {
  width: 100%;
}
.reservationtool.compact .reservation-tool-submit {
  clear: both;
  margin: 0;
}
/*--------------------*/

.search-show-more,
.search-show-more:hover,
.search-show-more:focus {
  display: block;
  text-decoration: none;
  color: #fff;
}
.search-show-more.loading {
  background: #B2B2B2 url(/static/img/ajax-loader.gif) no-repeat 15px center;
}
/*--------------------*/

.addthis {
  text-align: right;
  margin-bottom: 10px;
}
.addthis_toolbox {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
/*--------------------*/

#main-horizonal-mob-nav {
  display: none;
  right: -235px;
  z-index: 9000;
  /*height: 100%;*/
  background: #fff;
  width: 235px !important;
}
@media (min-width: 993px) {
  #main-horizonal-mob-nav {
    display: none !important;
  }
}
#main-horizonal-mob-nav .mm-inner {
  padding-right: 0;
}
.mm-search .btn {
  display: none;
}
/*--------------------*/

.mobile-submenu li a,
.mobile-submenu li,
.mobile-submenu ul {
  display: block !important;
  background: none !important;
  border: 0 !important;
}
.mobile-submenu li {
  border-top: 1px solid #fff !important;
  background: #dcdcdc !important;
}
.mobile-submenu li li {
  background: #fff !important;
  border-top: 1px solid #ddd !important;
}
body.mob-navi-open {
  background-color: #632e38 !important;
}
/*--------------------*/

.destinationlandingpage .headerbanner {
  max-height: none;
}
.destinationlandingpage .MainContentArea {
  padding: 0;
}
.destinationlandingpage .MainContentArea #main-helper {
  background: none;
}
.destinationlandingpage #main {
  background: #f4f4f4;
}
.DestinationLandingPageHeader {
  text-align: left;
}
.DestinationLandingPageHeader .all-targets {
  padding: 20px;
}
.DestinationLandingPageHeader .header-lift {
  margin: 15px 0;
}
.DestinationLandingPageHeader .header-lift h1 {
  margin-left: 0;
  text-shadow: none;
  color: #000;
}
.DestinationLandingPageHeader .lifted-text-block {
  color: #000;
}
.DestinationLandingPageHeader .lifted-text-block a {
  font-weight: normal;
}
/*--------------------*/

.DestinationLandingPageHeader .header-row {
  margin-bottom: 25px;
}
.DestinationLandingPageHeader h3 {
  margin: 0;
}
.DestinationLandingPageHeader .halfside,
.DestinationLandingPageHeader .inner-rightside,
.DestinationLandingPageHeader .inner-leftside,
.DestinationLandingPageHeader .rightside,
.DestinationLandingPageHeader .leftside {
  float: left;
  width: 30%;
}
.DestinationLandingPageHeader .leftside {
  padding-right: 10px;
  box-sizing: border-box;
}
.DestinationLandingPageHeader .rightside {
  width: 70%;
  border-left: 5px solid #ddd;
  box-sizing: border-box;
  padding-left: 10px;
}
.DestinationLandingPageHeader .header-row .rightside {
  border-left-color: #fff;
}
.DestinationLandingPageHeader .halfside {
  width: 50%;
}
.DestinationLandingPageHeader .inner-leftside {
  width: 66%;
}
.DestinationLandingPageHeader .inner-rightside {
  width: 34%;
}
.DestinationLandingPageHeader .basic-square-list {
  margin: 5px 0 0 20px;
}
.DestinationLandingPageHeader .basic-square-list.mb {
  margin-bottom: 20px;
}
.DestinationLandingPageHeader .basic-square-list li a {
  color: #000;
  text-decoration: none;
}
.DestinationLandingPageHeader .destinations-category-title {
  margin-bottom: 15px;
  min-height: 55px;
}
/*--------------------*/

.dlheader .teasertext {
  margin-top: 35px;
}
.dlheader .icon {
  position: relative;
  top: 3px;
}
.dlheader .tad-bigger {
  position: relative;
  top: 3px;
}
.dlheader .btn {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
}
/*--------------------*/

a.red-gradient {
  text-transform: uppercase;
}
/*--------------------*/

.footer {
  color: #fff;
  padding: 30px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  background: #632E38;
}
.footer hr {
  margin: 30px 0;
  border: 0;
  border-bottom: 1px solid #b2b2b2;
}
.footer-content h3 {
  color: #fff;
  margin-top: 0;
  /*text-transform: uppercase;*/

}
.footer-content p {
  margin: 0;
  color: #4e4e4e;
}
.footer-content a {
  display: inline-block;
  /*background: #E7DFDA;*/
  background: #EFEAE7;
  color: #632E38;
  padding: 10px 20px;
  margin-top: 10px;
  font-size: 16px;
  text-decoration: none;
}
.footer-content a:hover {
  background: #D9CDC5;
}
.footer .somelinksblock {
  margin-bottom: 0;
}
/*--------------------*/

.paymenttypes {
  display: none;
  margin: 0;
}
.paymenttypes li {
  list-style: none;
  float: left;
  margin-left: 7px;
}
.paymenttypes li:first-child {
  margin: 0;
}
.paymenttypes li img {
  height: 21px;
}
/*--------------------*/

.screensize {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
}
.destinationsmap {
  height: 700px;
}
div.canvas img {
  max-width: none;
}
.InfoWindowContent {
  max-width: 300px;
}
.InfoWindowContent .resorts-card-book-link {
  display: block;
  margin-bottom: 5px;
}
/*--------------------*/

/*--------------------*/

.stripes {
  margin-top: 30px;
}
.stripes.fullwidth .rightcolumn {
  margin-left: 0 !important;
}
.stripe {
  padding: 30px 0 0 0;
}
.stripe .contentarea {
  margin-bottom: 0 !important;
}
.stripe:nth-child(odd) {
  background: #efefef;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.invert .stripe:nth-child(odd) {
  background: none;
  border: 0;
}
.invert .stripe:nth-child(even) {
  background: #efefef;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.landingpage .stripes {
  margin-top: 30px;
}
.landingpage .BottomContent > .row {
  margin-top: 0 !important;
}
/*--------------------*/

.accommodationpage .leftcolumn .contentarea {
  max-width: 295px;
}
/*--------------------*/

.homepage .headerbanner {
  position: fixed;
  top: 110px;
  z-index: 2;
}
.homepage .block.spacemaker {
  visibility: hidden;
  z-index: 1;
  max-height: 650px;
  overflow: hidden;
  margin: 0;
}
/*--------------------*/

.company-login {
  max-width: 250px;
}
.company-login h2 {
  margin-bottom: 20px;
  max-width: none;
}
.company-login .control-group {
  margin-right: 14px;
}
.company-login [type="password"],
.company-login [type="text"] {
  width: 100%;
}
.company-login .control-group.login-btn {
  margin-right: 0;
}
.company-login .control-group.login-btn a {
  float: none;
  display: block;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 45px;
}
/*--------------------*/

.error404page .languagewrapper,
.error404page .languageselect {
  display: none;
}
.block.nomargin {
  margin-bottom: 0 !important;
}
/*--------------------*/

.block.shuffle-item {
  z-index: 3;
}
.shuffle-item.expandedblock {
  z-index: 99;
}
/*--------------------*/

.mm-menu.mm-horizontal .mobile-submenu ul ul {
  display: none !important;
  padding-bottom: 10px;
}
.mm-menu.mm-horizontal .mobile-submenu ul ul.expanded {
  display: block !important;
}
.mobile-submenu li a.accordiontrigger {
  background: url(/static/img/expand-black.png) !important;
  background-position: right 17px !important;
  background-repeat: no-repeat !important;
}
.mobile-submenu li a.accordiontrigger.open {
  background-image: url(/static/img/collapse-black.png) !important;
}
.mm-menu.mm-horizontal .mobile-submenu ul ul li {
  border: 0 !important;
  padding-left: 10px !important;
}
.mm-menu.mm-horizontal .mobile-submenu ul ul li a {
  line-height: normal;
  text-transform: none !important;
  padding: 5px 0;
  font-size: 12px;
}
/*--------------------*/

/*
.publicmode .headerbanner{
visibility:hidden;
}

.headerbanner.ready{
visibility:visible;
}

.editmode .headerbanner .block{
display:none;
}

.editmode .headerbanner .block:first-child{
display:block;
}
*/

/*--------------------*/

.tab-pane .contentarea {
  margin-bottom: 0;
}
/*--------------------*/

.mtoggleresponsive {
  display: block;
  padding: 0 0 0 20px;
  line-height: 30px;
  color: #fff !important;
}
.toggleresponsive {
  display: none;
}
.mob-links a {
  color: #fff;
  display: block;
  float: none;
  font-family: "ABCGintoNord-Regular", Verdana;
  margin: 0;
  padding: 0 20px;
  text-transform: none !important;
}
.mob-links a:hover {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 1041px) {
  .toggleresponsive {
    display: block;
  }
}
/*--------------------*/

.contentarea-mt {
  margin-top: 30px;
}
.contentarea-mt:first-child {
  margin-top: 0;
}
.BottomContent.white-bg {
  margin-bottom: -30px;
  padding: 30px 0;
}
/*--------------------*/

.yrityspalvelu-footercontainer {
  text-align: center !important;
  padding-bottom: 30px;
}
.yrityspalvelu-footercontainer .some-buttons a:last-child {
  margin: 0;
}
/*--------------------*/

.activitysearch .datepresets {
  float: left;
  width: 100%;
  margin: 10px 0;
  text-align: center;
}
.activitysearch .datepresets a {
  border: 0 !important;
  border-left: 1px solid #b2b2b2 !important;
  padding: 0;
  margin: 0 -4px 0 0;
  display: inline-block !important;
  box-sizing: border-box;
  width: 33.333%;
}
.activitysearch .datepresets a:first-child {
  border: 0 !important;
}
.activitysearch .datepresets a.active {
  color: #000 !important;
}
.activitylistblock .destinationlist .destinationitem {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 33.3333%;
}
/*--------------------*/

.sharebuttons {
  display: table;
  margin: auto;
  font-size: 0;
  text-align: left;
}
.sharebuttons h5 {
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.sharebuttons ul {
  margin: 0 -10px;
}
.sharebuttons li {
  display: inline-block;
  margin: 0 12px;
}
.sharebuttons li.pint {
  display: none;
}
.sharebuttons li a {
  display: block;
  font-size: 12px;
  color: #444;
  text-align: center;
  text-decoration: none;
}
.sharebuttons li a i {
  display: inline-block;
  background: #c00000;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 40px;
  font-size: 20px;
  line-height: 45px;
  margin-bottom: 10px;
}
.sharebuttons li a span {
  display: block;
  text-align: center;
}
.sharebuttons li a i.fa-facebook {
  background: #536ebb;
}
.sharebuttons li a i.fa-twitter {
  background: #04b6f2;
}
.sharebuttons li a i.fa-linkedin {
  background: #0c9aca;
}
.sharebuttons li a i.fa-pinterest-p {
  background: #ca1f27;
}
.sharebuttons li a i.fa-instagram {
  background: #71594f;
}
.sharebuttons li a i.fa-whatsapp {
  background: #39d23c;
}
.sharebuttons li a i.fa-envelope-o {
  background: #727272;
}
/*--------------------*/

.sharebuttons.compact .share-title {
  display: none;
}
.sharebuttons.compact li span {
  display: none;
}
.sharebuttons.compact li a i {
  font-size: 11px;
  height: 20px;
  width: 20px;
  line-height: 19px;
  margin-bottom: 0;
}
.sharebuttons li {
  margin: 0 2px;
}
.sharebuttons.compact {
  text-align: right;
  display: block;
}
.sharebuttons.compact ul {
  margin: 0 -2px;
}
/*--------------------*/

#main-helper > .bookingtool-container {
  padding: 30px 0 0 0;
}
.bookingtool {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 3px #222222;
  margin: 0 auto 30px auto;
  padding: 10px;
  box-sizing: border-box;
}
.bookingtool .inputwrap,
.bookingtool .inputfield {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
  width: -moz-calc((14% - 10px));
  width: -webkit-calc((14% - 10px));
  width: calc((14% - 10px));
  border: 2px solid #b2b2b2;
  box-sizing: border-box;
  margin-left: 10px;
  padding: 15px 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  text-align: left;
}
.bookingtool .field-category {
  width: -moz-calc((18% - 9px));
  width: -webkit-calc((18% - 9px));
  width: calc((18% - 9px));
}
.bookingtool .field-peoplecounts {
  width: -moz-calc((16% - 10px));
  width: -webkit-calc((16% - 10px));
  width: calc((16% - 10px));
}
.bookingtool .field-btn {
  width: -moz-calc((24% - 10px));
  width: -webkit-calc((24% - 10px));
  width: calc((24% - 10px));
}
.bookingtool .inputfield:hover {
  border-color: #c00000;
}
.bookingtool .inputwrap {
  padding: 0;
  border: 0;
  background: none;
}
.bookingtool .inputfield.no-pad {
  padding: 0;
}
.bookingtool .inputwrap .inputfield {
  width: 100%;
  margin: 0;
  background: #fff;
}
.bookingtool input,
.bookingtool select {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px;
  border: 0;
  height: 30px;
  box-shadow: none !important;
  outline: none;
  color: #000;
  background: none;
}
.bookingtool .field-peoplecounts .inputfield {
  margin-bottom: 2px;
  background-image: url(/static/img/icon_person_small.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 13px auto;
}
.bookingtool .field-peoplecounts .inputfield:first-child {
  margin-bottom: 2px;
  background-position: 97% center;
  background-size: 16px auto;
}
.bookingtool .field-peoplecounts select {
  height: 27px;
  padding: 0 5px;
}
.bookingtool .field-btn {
  padding: 0;
  border: 0;
}
.bookingtool a.red-btn {
  display: block;
  width: auto;
  margin: 0;
  position: relative;
  font-size: 24px;
  text-shadow: 0 1px 1px #760000;
  text-decoration: none;
  text-align: center;
  padding: 0 44px 0 44px;
  line-height: 62px;
}
.bookingtool .red-btn span {
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  width: 24px;
  margin: 0;
}
.bookingtool-title {
  display: none;
}
.bookingtool ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.bookingtool :-moz-placeholder {
  color: #000;
  opacity: 1;
}
.bookingtool ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.bookingtool :-ms-input-placeholder {
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bookingtool .field-category {
  background-image: url(/static/img/icon_cabin.png);
}
.bookingtool .field-arr,
.bookingtool .field-dep {
  background-image: url(/static/img/icon_calendar.png);
  background-position: 98% center;
}
.bookingtool .field-camp {
  background-image: url(/static/img/icon_lamp.png);
}
.bookingtool .field-people {
  padding: 0;
  border: 0;
  background: none;
}
.bookingtool .field-people select {
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  border: 1px solid #b2b2b2;
  background: #fff;
}
.bookingtool-are .inputfield {
  width: -moz-calc((20% - 10px));
  width: -webkit-calc((20% - 10px));
  width: calc((20% - 10px));
}
.bookingtool-accordion {
  margin-left: -10px;
  text-align: center;
}
.bookingtool .emsg {
  padding: 5px 0 0 12px;
}
/*--------------------*/

.bookingtool.compact {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #b2b2b2;
  box-shadow: none;
}
.bookingtool.compact .bookingtool-title {
  display: block;
}
.bookingtool.compact .inputwrap,
.bookingtool.compact .inputfield {
  display: block;
  width: auto;
  margin: 10px 0 0 0;
  border-width: 1px;
}
.bookingtool.compact .field-category {
  margin-top: 0;
}
.bookingtool.compact .bookingtool-accordion {
  margin-left: 0;
}
.bookingtool.compact .inputwrap .inputfield {
  padding: 15px 0;
  margin: 0;
}
.bookingtool.compact .emsg {
  padding-left: 0;
  text-align: center;
}
.bookingtool.compact .inputwrap .inputfield,
.bookingtool.compact .field-arr,
.bookingtool.compact .field-dep {
  width: -moz-calc((50% - 5px));
  width: -webkit-calc((50% - 5px));
  width: calc((50% - 5px));
  display: inline-block;
}
.bookingtool.compact .inputwrap .inputfield:last-child,
.bookingtool.compact .field-dep {
  margin-left: 6px;
}
.frontpage #main-helper > .bookingtool-container {
  background: #fff;
  padding: 30px 0;
}
body:not(.frontpage) #main-helper > .bookingtool-container {
  background: #f4f4f4;
  padding: 15px 0;
}
#main-helper > .bookingtool-container .bookingtool {
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
body:not(.frontpage) #main-helper > .bookingtool-container .bookingtool {
  background: none;
}
#main-helper > .bookingtool-container .bookintool-title-front {
  display: block;
}
body:not(.frontpage) #main-helper > .bookingtool-container .bookintool-title-front {
  color: #000;
  font-size: 18px;
  margin: 0 3px 10px;
  text-align: left;
}
/*--------------------*/

.bookingtool .aspNetDisabled {
  opacity: 0.3;
}
.bookingtool .aspNetDisabled.red-btn {
  opacity: 1;
}
.productbannerblock .bookingtool-container .wrap {
  padding: 0 !important;
}
/*--------------------*/

.mob-nav-header {
  background: #fff;
  height: 78px;
  line-height: 78px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-top: 1px solid #b2b2b2;
  /*box-shadow:5px 0 5px -5px #666 inset*/

}
.mob-nav-top a {
  display: block;
  float: left;
  height: 40px;
  text-align: center;
  text-decoration: none;
  /*width: 50%;*/
  width: 160px;
}
.mob-nav-top a :not(.mob-links a) {
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
}
.mob-nav-top a.mob-nav-close:before {
  background: #b2b2b2;
  content: '';
  display: block;
  height: 40px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}
.mob-nav-top a .fa {
  font-size: 20px;
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
}
.mob-nav-top .mob-links {
  display: inline-flex;
  position: relative;
  width: 50%;
  top: 10px;
}
.mob-nav-top .mob-links a {
  width: 100%;
}
.mob-nav-top .mob-links a i {
  vertical-align: unset;
}
@media (max-width: 359px) {
  .mob-nav-top .mob-links {
    display: none !important;
  }
}
.mob-nav-crumbs {
  background: #fff;
  border-top: 1px solid #b2b2b2;
  min-height: 32px;
  padding: 10px 20px 0;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
}
.mob-nav-crumbs:empty {
  padding: 0;
}
.mob-nav-crumbs span {
  color: #632E38;
  display: inline-block;
  font-size: 12px;
}
.mob-nav-crumbs span:after {
  content: "-";
  font-size: 80%;
  margin: 0 3px 0 0;
}
.mob-nav-crumbs span:last-child:after {
  content: none;
}
.mob-nav-crumbs span a {
  color: #632e38;
}
/*.mob-nav-crumbs:empty + .mobnav .back,
    .mob-nav-crumbs:empty + .mobnav .back > .trigger {
        height: 78px;
        line-height: 78px;
    }*/

.mob-nav-crumbs:empty + .mobnav .back,
.mob-nav-crumbs:empty + .mobnav .back > .trigger {
  height: 40px !important;
  line-height: 30px !important;
}
/*--------------------*/

#main-horizonal-mob-nav .mobnav {
  background: #fff;
  padding: 0;
  margin-top: -1px;
}
#main-horizonal-mob-nav .mobnav li a {
  background: none;
  /*padding-right: 40px;*/
  /*padding-right: 0;*/
  border-bottom: 1px solid #E7DFDA;
  box-sizing: border-box;
  /*font-weight: bold;*/
  /*margin-left: 20px;
    margin-right: 20px;*/
  min-height: 77px;
  padding: 0 20px;
}
/*#main-horizonal-mob-nav .mobnav li ul a {*/

#main-horizonal-mob-nav .mobnav ul a {
  color: #000;
  padding-right: 0;
  border-bottom: 0px solid #E7DFDA;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-weight: 500;
  line-height: normal;
  /*margin-left: 20px;
    margin-right: 20px;*/
  /*max-height: 46px;
    min-height: 46px;*/
  max-height: 100%;
  min-height: 40px;
  padding: 0 0 10px;
}
#main-horizonal-mob-nav .mobnav > li > a {
  padding-top: 0;
  text-transform: uppercase;
}
#main-horizonal-mob-nav .mobnav li a span {
  display: inline-block;
  padding-top: 18px;
}
#main-horizonal-mob-nav .mobnav li ul li a span {
  padding-top: 0;
}
#main-horizonal-mob-nav .mobnav > li > a.section-link {
  color: #000;
  font-family: "ABCGintoNord-Regular", Verdana;
  margin-bottom: 15px;
  padding-left: 0;
  padding-top: 20px !important;
  /*text-decoration: underline;*/

}
#main-horizonal-mob-nav .mobnav > li > ul > li > a.section-link {
  color: #000;
  font-family: Moret;
  font-size: 28px;
  font-weight: bold !important;
  margin-bottom: 20px;
  padding-left: 0;
  padding-top: 20px;
  text-decoration: underline !important;
  /*margin-left: 20px;
    margin-right: 20px;*/

}
#main-horizonal-mob-nav .mobnav > li > ul > li > a.section-link span {
  text-decoration: underline !important;
}
#main-horizonal-mob-nav .mobnav ul ul li a.section-link {
  font-family: "ABCGintoNord-Regular", Verdana;
  margin-left: 0;
  padding-top: 0 !important;
  text-decoration: underline;
}
#main-horizonal-mob-nav .mobnav > ul > li.active > a,
#main-horizonal-mob-nav .mobnav a.back,
#main-horizonal-mob-nav .mobnav > ul > li.active > ul > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
#main-horizonal-mob-nav .mobnav > ul > li.active > a span.underline,
#main-horizonal-mob-nav .mobnav a.back span.underline,
#main-horizonal-mob-nav .mobnav > ul > li.active > ul > li > a span.underline {
  border-bottom: 0;
}
#main-horizonal-mob-nav .mobnav li li > a {
  /*font-weight: bold;*/
  font-weight: 500;
  /*font-weight: normal;*/

  /*text-transform: uppercase;*/

}
#main-horizonal-mob-nav .mobnav li li > a span.underline {
  border-bottom: 2px solid #632e38;
}
#main-horizonal-mob-nav .mobnav li ul li ul li a {
  /*font-weight: normal;*/
  text-transform: none;
  /*text-decoration: underline;*/

}
#main-horizonal-mob-nav .mobnav li ul li ul li a span {
  font-family: "ABCGintoNord-Regular", Verdana;
  text-decoration: underline;
}
#main-horizonal-mob-nav .mobnav li a.active-link {
  color: #632E38;
}
#main-horizonal-mob-nav .mobnav li {
  border: 0;
}
.mm-menu.mm-horizontal .mobnav ul {
  display: none;
  /*margin-bottom: 60px;*/

}
.mm-menu.mm-horizontal .mobnav .col-row {
  margin-left: 0;
  margin-right: 0;
}
.mm-menu.mm-horizontal .mobnav .col-row.active ul {
  display: block;
}
.mm-menu.mm-horizontal .mobnav .col-row.active ul.margin-15 {
  margin: 0 15px;
}
.mm-menu.mm-horizontal .mobnav ul ul {
  padding-left: 20px;
}
.mm-menu.mm-horizontal .mobnav > li > ul {
  border-bottom: 1px solid #e7dfda;
  padding-bottom: 20px;
  /*margin-left: 20px;*/
  padding-left: 20px;
}
.mm-menu.mm-horizontal .mobnav .col-row h3 {
  font-family: 'Moret';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}
.mm-menu.mm-horizontal .mobnav .col-row .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.mobnav .tabs-area {
  /*padding: 0 15px;*/
  padding: 0;
}
.mobnav .tabs-area ul {
  padding-left: 0 !important;
}
.mobnav .tabs-area ul ul {
  padding-left: 20px !important;
}
.mm-menu.mm-horizontal .mobnav .tabs-area .col-row.active ul a ~ ul {
  display: none;
}
.mm-menu.mm-horizontal .mobnav .tabs-area .col-row.active ul a.active ~ ul {
  display: block;
}
.mobnav .tabs-area .mb-15 {
  margin-bottom: 0;
}
.mobnav li {
  position: relative;
}
.mobnav li .trigger {
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 40px;
  font-weight: normal;
}
.mobnav li .trigger:before {
  background: #632E38;
  content: ' ';
  display: block;
  height: 24px;
  left: -1px;
  position: absolute;
  top: 8px;
  width: 24px;
}
.mobnav li .trigger:after {
  color: #fff;
  content: "\f105";
  display: block;
  height: 16px;
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 8px;
}
/*#main-horizonal-mob-nav ul.mobnav > li > a > .trigger:before {
    display: none;
}*/

.mobnav li .back {
  /*text-align: center;*/
  text-indent: 0;
  padding: 0 40px 0 50px;
  height: 50px;
  line-height: 31px !important;
  font-size: 18px;
}
.mobnav li .back .trigger:after {
  left: 0;
}
.mobnav li .back .trigger {
  right: auto;
  left: 0;
  height: 50px;
  line-height: 30px;
}
.mobnav li .back .trigger:after {
  content: "\f104";
  line-height: 28px;
}
.mobnav li .back .trigger:before {
  display: none;
}
.mobnav li a.has-sub-pages {
  background: transparent url(/Static/img/2022/mobile-navi-slidedown.svg) no-repeat 96% center !important;
}
.mobnav li a.has-sub-pages.active {
  background: transparent url(/Static/img/2022/mobile-navi-slideup.svg) no-repeat 96% center !important;
}
.mobnav li ul a.has-sub-pages {
  background: transparent url(/Static/img/2022/mobile-navi-slidedown.svg) no-repeat 96% center !important;
  background-size: 10px auto !important;
}
.mobnav li ul a.has-sub-pages.active {
  background: transparent url(/Static/img/2022/mobile-navi-slideup.svg) no-repeat 96% center !important;
  background-size: 10px auto !important;
}
#main-horizonal-mob-nav .mobnav li ul a.has-sub-pages {
  /*    background-position: 96% center !important;*/
  /*background-position: 96% 4% !important;*/
  background-position: 96% 22px !important;
}
#main-horizonal-mob-nav .mobnav li ul li a.has-sub-pages {
  background-position: 96% 6px !important;
}
.mm-menu.mm-horizontal .mobnav li.active > ul {
  display: block;
}
.mm-menu.mm-horizontal .mobnav > ul > li {
  display: none;
}
/*#main-horizonal-mob-nav .mobnav > li:first-child {
    display: none;
}*/

/* Tabs */

.mm-menu.mm-horizontal .mobnav .tabs-switch {
  display: block;
  padding-left: 0;
  margin-bottom: 20px;
}
.mm-menu.mm-horizontal .mobnav .tabs-switch .col-xs-6 {
  max-width: 120px;
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-horizontal .mobnav ul ul .tabs-switch {
  display: none;
}
.mm-menu.mm-horizontal .mobnav #finland ul,
.mm-menu.mm-horizontal .mobnav #sweden ul {
  display: block;
}
.mm-menu.mm-horizontal .mobnav #finland ul ul,
.mm-menu.mm-horizontal .mobnav #sweden ul ul {
  display: block;
}
.mm-menu.mm-horizontal .mobnav .linklist-basic li a {
  color: #000;
  font-size: 14px;
}
.mm-menu.mm-horizontal .mobnav .tabs-list {
  display: block;
}
/*.mm-menu.mm-horizontal .mobnav .tabs-list a.btn-lg {
    background: #632E38 !important;
    border: solid 1px #632E38;
    color: #fff;
    font-size: 14px;
    line-height: 59px !important;
    max-height: 59px !important;
    min-height: 59px !important;
    min-width: 120px;
}*/

.mm-menu.mm-horizontal a.btn-lg,
.tabs-area a.btn-lg {
  background: #fff !important;
  border: 2px solid #632e38 !important;
  line-height: 44px !important;
  display: inline-block !important;
  font-family: "ABCGintoNord-Medium", Verdana !important;
  font-size: 14px !important;
  color: #632E38 !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  position: relative !important;
  text-align: center !important;
  min-width: 120px;
  max-height: 44px !important;
  min-height: 44px !important;
}
@media (min-width: 768px) {
  .mm-menu.mm-horizontal a.btn-lg,
  .tabs-area a.btn-lg {
    font-size: 18px !important;
    line-height: 59px !important;
    max-height: 59px !important;
    min-height: 59px !important;
  }
}
.mm-menu.mm-horizontal a.btn-lg.active {
  background: #632E38 !important;
  color: #fff !important;
  font-family: "ABCGintoNord-Medium", Verdana !important;
}
.mm-menu.mm-horizontal .mobnav .tabs-list .ico {
  display: none;
}
/*--------------------*/

.mm-content-area {
  padding: 15px 20px;
}
.mm-content-area .footer-content {
  background: #fff;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  padding: 15px;
  white-space: initial;
}
.mm-content-area .footer-content * {
  white-space: initial;
}
.mm-content-area .footer-content h3 {
  font-size: 18px;
  text-transform: none;
}
.mm-content-area .paymenttypes {
  text-align: center;
  display: block;
  white-space: initial;
}
.mm-content-area .paymenttypes li {
  display: inline-block;
  float: none;
  margin-left: 2px;
  white-space: initial;
}
.mm-content-area .paymenttypes li img {
  height: 16px;
}
/*--------------------*/

.mob-buttons {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 30px;
  margin-top: -15px;
  display: none;
}
.mob-buttons a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #000;
  margin-left: 10px;
  text-decoration: none;
  cursor: pointer;
}
.mob-buttons a i {
  font-size: 32px;
  color: #c00000;
  vertical-align: middle;
}
.mob-buttons a i.fa-search {
  font-size: 28px;
}
.mob-buttons a i:hover {
  color: #A90101;
}
/*--------------------*/

.mob-search {
  display: none;
  /*position: absolute;*/
  position: relative;
  /*top: 100%;*/
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  background: #fff;
  /*padding: 10px;*/
  padding: 25px 10px 0;
  box-sizing: border-box;
  border-bottom: 10px solid #f1ece9;
  /*display: none;*/
  min-height: 83px;
}
.mob-navi-open .mob-search {
  display: block;
}
@media (min-width: 900px) {
  .mob-search {
    display: none !important;
  }
}
.mob-search .keyword {
  color: #5A5757;
  font-family: "ABCGintoNord-Regular", Verdana;
  font-size: 16px;
  margin: 0;
  width: 90%;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  box-shadow: none;
}
.mob-search .keyword::placeholder {
  color: #5A5757;
}
.mob-search .btn {
  position: absolute;
  /*top: 10px;*/
  top: 25px;
  right: 10px;
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  margin: 0;
  padding: 3px 0;
}
.mob-search .btn .fa.fa-search {
  font-size: 20px;
}
.mob-search form {
  width: 96%;
}
/*--------------------*/

.mob-lang-container {
  /*background: #632E38;*/
  padding: 0 50px 0 0;
  margin: 20px 20px 10px 10px;
  /*margin: 20px;*/

}
.mob-lang {
  background: #e7dfda url(/Static/img/2022/mobile-select-arrow.svg) no-repeat 95% 50%;
  padding: 5px 10px;
  margin: 0;
  overflow: initial;
  width: auto;
}
.mob-lang select {
  width: 100%;
}
a.china-link-mob,
a.china-link-mob:hover {
  color: #1a1a1a;
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  box-sizing: border-box;
  line-height: 37px;
  width: 50px;
  border: 1px solid #b2b2b2;
  border-left: 0;
}
/*--------------------*/

.no-content-space #main {
  padding-top: 0;
}
.hideempty:empty {
  display: none;
}
/*--------------------*/

.prodsearch-loadingpanel {
  position: fixed;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.8) url(/static/img/ajax-loader.gif) no-repeat center center;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  display: none;
}
/*--------------------*/

.mgmpage #main {
  padding: 0;
  background: #738C24 url(/static/img/mgm/bg.jpg) no-repeat center top;
  background-size: 100% auto;
}
.mgmcontent {
  background: #fff;
  padding: 30px;
  max-width: 760px;
}
.mgmcontent .lift-message-inner > h3 {
  font-size: 17px;
  font-weight: bold;
}
.mgmcontent .lift-message-inner .editor,
.mgmcontent .lift-message-inner a {
  display: none;
}
.mgmcontent .sharebuttons {
  display: block;
  text-align: right;
}
.mgmcontent .sharebuttons ul {
  margin: 0;
}
.mgmcontent .sharebuttons li {
  margin: 0 0 0 15px;
}
.mgmcontent .sharebuttons li a span {
  display: none;
}
.mgmcontent .sharebuttons li a i {
  margin: 0;
}
.mgmcontent [type="text"] {
  height: 30px;
}
.mgmcontent textarea {
  height: 195px;
  box-sizing: border-box;
  font-weight: bold;
}
.mgm-add-friend {
  display: block;
  line-height: 30px;
  height: 30px;
  color: #000;
  margin-top: 20px;
}
.mgm-add-friend i {
  color: #c00000;
  font-size: 22px;
  line-height: 30px;
  margin-left: 10px;
  vertical-align: middle;
}
.mgm-add-col {
  position: relative;
  z-index: 1;
  padding-bottom: 36px;
}
.mgm-dude-col {
  position: relative;
  height: 260px;
  z-index: 0;
}
.mgm-dude {
  position: absolute;
  bottom: 0;
  right: 15px;
  height: 260px;
  max-width: none;
}
.mgm-guide-info {
  float: left;
  width: 100%;
  margin-top: -26px;
}
.gender-select li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.gender-select li input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.gender-select li label {
  line-height: 20px;
  margin: 0;
}
.gender-select li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dcdcdc;
}
.gender-select li.checked:after {
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  color: #c00000;
  font-size: 16px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: 1px solid transparent;
}
.mgmcontent .emsg {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 30px;
}
.mgmcontent .emsg.static {
  position: static;
  display: block;
}
.mgmcontent .charcount {
  font-size: 12px;
}
.mgmcontent h1 {
  font-family: DropDeadGorgeous;
}
.mgmcontent h2 {
  font-family: DropDeadGorgeous;
}
.mgmcontent .ddg {
  font-family: DropDeadGorgeous;
}
.mgmcontent h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
a.mgm-send {
  text-decoration: none;
}
.mgm-send img,
.mgm-send .fa {
  margin-left: 50px;
}
/*--------------------*/

.btn.red-gradient {
  color: #fff;
  text-transform: none;
  text-shadow: none;
}
/*--------------------*/

body.competitionpage {
  background: #f4f4f4 !important;
}
.competitionpage .MainContentArea {
  margin-top: 0;
}
/*--------------------*/

.destinationpage.oldcontent .pagemaincontent {
  margin-top: 30px;
}
.destinationpage #main {
  padding-top: 0 !important;
}
.destinationpage .stripe:nth-child(4n+4) {
  background: #fff;
}
.destinationpage .stripe:first-child {
  padding-top: 0;
}
.destinationpage h2.block-title.text-bold {
  margin-bottom: 15px;
}
/*--------------------*/

.imagefile .imagecontainer {
  max-width: 1042px;
  margin: auto;
}
.imagefile .block-inner {
  position: relative;
}
.imagefile-link {
  position: relative;
  display: block;
  text-decoration: none;
}
.imagefile-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  color: #fff;
  z-index: 2;
}
.imagefile-caption {
  width: 100%;
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  padding: 30px 30px;
  margin: 0;
  color: #fff;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
}
.imagefile-text.overlay {
  background: rgba(0, 0, 0, 0.5);
}
.imagefile-text.textcolor-black {
  color: #000;
}
/*--------------------*/

.call-button-gray,
.call-button-gray:hover,
.call-button-gray:active {
  EditMenuName: GrayCallButton;
  display: inline-block;
  background: #b2b2b2;
  color: #000;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
}
.call-button-gray:before {
  content: "\f095";
  font-family: fontawesome;
  margin-right: 10px;
}
/*--------------------*/

.imagegallerypage #main {
  padding-top: 0 !important;
}
/*--------------------*/

a.destination-name {
  float: none;
  display: block;
  margin: 15px 260px 0 260px;
  text-align: center;
  line-height: 40px;
  font-size: 21px;
  font-weight: 600;
  color: #4e4e4e;
  text-decoration: none;
}
a.backlink {
  text-decoration: none;
}
.backlink .fa-home {
  margin: 0 5px;
}
a#toggle-dockmenu {
  background: url(/Static/img/destination-menu-icon.svg) 15px 50% no-repeat;
  float: right;
  font-weight: bold;
  border: 2px solid #b2b2b2;
  height: 40px;
  text-align: center;
  line-height: 36px;
  margin-top: 15px;
  width: 240px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding: 0 50px;
  box-sizing: border-box;
}
a#toggle-dockmenu:hover,
a#toggle-dockmenu:focus {
  border-color: #8c8c8c;
}
a#toggle-dockmenu i {
  position: absolute;
  left: 10px;
  line-height: 37px;
  font-size: 23px;
}
.dockmenupanel {
  top: -100%;
  width: 100%;
  left: 50%;
  margin-left: -521px;
  max-width: 1042px;
  position: absolute;
  transition: top 0.4s ease-in-out;
  -webkit-transition: top 0.4s ease-in-out;
  -moz-transition: top 0.4s ease-in-out;
}
.dockmenupanel.open {
  top: 0;
}
.dockmenu {
  position: relative;
  width: 400px;
  z-index: 7000;
  background: #fff;
  float: right;
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.3);
}
.dockmenu .submenu,
.dockmenu .side-menu-title {
  max-width: 100%;
}
.dockmenu .submenu {
  margin-bottom: 0;
}
.dockmenu .side-menu-title.visible-desktop {
  display: block !important;
}
.dockmenu .side-menu-title.visible-desktop a {
  padding-right: 70px;
}
.dockmenucloser {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  position: absolute;
  right: 0;
}
.dockmenucloser .fa {
  font-size: 12px;
  font-weight: 100;
  margin-right: 5px;
}
.dockmenucloser:hover {
  opacity: 0.75;
}
/*--------------------*/

.tablewrap-inner {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/*--------------------*/

.searchpage .pagemaincontent em {
  padding: 0 3px;
  border-radius: 4px;
  background-color: #FFFF99;
}
#ciscobubblechat {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 10px;
  z-index: 99;
  background: #9c0000;
  background: linear-gradient(0deg, #9c0000 0%, #dd0200 100%);
  border: 0;
  padding: 10px 20px;
  color: #ffffff;
  width: 225px;
  height: 36px;
  text-align: left;
  border-color: #b10202;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  line-height: 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 1px;
}
#ciscobubblechat::after {
  right: 15px;
  bottom: 4px;
  position: absolute;
  content: "";
  box-sizing: border-box;
  height: 15px;
  width: 15px;
  border-style: solid;
  border-color: white;
  border-width: 0px 1px 1px 0px;
  transform: rotate(225deg);
  transition: border-width 150ms ease-in-out;
}
/* Mobile navigation */

.mob-nav-top {
  background: #632E38;
}
.mob-nav-top a {
  height: 60px;
}
.mob-nav-top a.mob-nav-search {
  display: none;
  position: absolute;
  left: 10px;
  top: 0;
  width: 50px;
}
.mob-nav-top a.mob-nav-search .fa {
  position: absolute;
  top: 20px;
  left: 10px;
}
.mob-nav-top a.mob-nav-search .fa:before {
  background-image: none !important;
  content: "\f002" !important;
}
.mob-nav-top .mob-nav-home {
  background: transparent url(/Static/img/2022/hc-logo-mobile.svg) no-repeat;
  /*background-position: 50% 29px;*/
  /*background-position: 50% 24px;*/
  background-position: 20px;
  background-size: 141px auto;
  font-size: 0;
  position: absolute;
  /*left: 25%;*/
  left: 0;
  top: 0;
}
.mob-nav-top .mob-nav-home .fa {
  display: none;
}
.mob-nav-top a.mob-nav-close {
  font-size: 0;
}
.mob-nav-top a.mob-nav-close:before {
  display: none;
}
.mob-nav-top a.mob-nav-close .fa {
  position: absolute;
  right: 15px;
  top: 22px;
}
.mob-nav-top a.mob-nav-close .fa:before {
  background: transparent url(/Static/img/2022/mobile-navi-close.svg);
  content: '';
  height: 17px;
  width: 17px;
  display: block;
}
.mm-menu a {
  color: #fff;
}
.mobnav li .back .trigger {
  font-size: 22px;
  line-height: 27px;
}
.mobnav li .back .trigger:after {
  background: #632e38;
  color: #fff;
  display: block;
  height: 30px;
  margin-left: 20px;
  width: 30px;
}
/*--------------------*/

.bannerwrapper {
  margin-bottom: 22px;
  margin-left: 7px;
}
.contentarea.narrow .bannerwrapper {
  margin-left: 0;
}
.destinationinfoblock,
.bannerblock,
.bannertablecontentblock {
  position: relative;
  margin-bottom: 15px;
}
.destinationinfoblock.mb-30,
.bannerblock.mb-30,
.bannertablecontentblock.mb-30 {
  margin-bottom: 30px;
}
.destinationinfoblock.width-half .block-inner,
.destinationinfoblock.width-third .block-inner,
.bannerwrapper .bannerblock.width-half .block-inner,
.bannerwrapper .bannerblock.width-third .block-inner,
.bannerwrapper .bannertablecontentblock.width-half .block-inner,
.bannerwrapper .bannertablecontentblock.width-third .block-inner {
  margin-left: 8px;
}
.destinationinfoblock * {
  cursor: pointer;
}
.bannerblock .block-inner,
.bannertablecontentblock .block-inner {
  position: relative;
}
.bannerblock .imageholder,
.bannertablecontentblock .imageholder {
  display: block;
}
.bannerblock .imageholder img,
.bannertablecontentblock .imageholder img {
  width: 100%;
}
.bannerblock .imageholder .mobile-image,
.bannertablecontentblock .imageholder .mobile-image {
  display: block;
}
.bannerblock .imageholder .desktop-image,
.bannertablecontentblock .imageholder .desktop-image {
  display: none;
}
@media (min-width: 766px) {
  .bannerblock .imageholder .mobile-image,
  .bannertablecontentblock .imageholder .mobile-image {
    display: none;
  }
  .bannerblock .imageholder .desktop-image,
  .bannertablecontentblock .imageholder .desktop-image {
    display: block;
  }
}
.bannerblock .msg,
.bannertablecontentblock .msg {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 100;
}
.bannerblock .caption,
.bannertablecontentblock .caption {
  font-size: 12px;
  color: #666;
}
.bannerblock .msg.align-center,
.bannertablecontentblock .msg.align-center {
  text-align: center;
}
.bannerblock .lift-message,
.bannertablecontentblock .lift-message {
  position: static;
  margin: 0 10px;
  line-height: 25px;
}
.bannerblock .lift-message a,
.bannertablecontentblock .lift-message a {
  text-decoration: none;
  color: #fff;
}
.bannerblock .lift-message-extended,
.bannertablecontentblock .lift-message-extended {
  margin: 5px 15px 0 15px;
}
.bannerblock .msg.valign-center,
.bannertablecontentblock .msg.valign-center {
  bottom: auto;
  top: 45%;
}
.lift-price-container {
  width: 70px;
  height: 50px;
  padding: 10px 0 !important;
  overflow: hidden;
  text-align: center;
}
.lift-price-container p {
  margin: 0;
}
.lift-price-container .price {
  font-size: 20px;
  margin: 2px 0 10px 0;
}
.bannerblock .nolink a,
.bannertablecontentblock .nolink a {
  cursor: default !important;
}
.bannerblock .nolink img,
.bannertablecontentblock .nolink img {
  opacity: 1 !important;
}
.captionsize-small .lift-price-container p.price {
  margin: 5px 0 2px 0;
}
.captionsize-small .lift-price-container p.extension {
  font-size: 11px;
}
.pricesize-small .lift-price-container p.price {
  font-size: 18px;
}
.nopricecaption .lift-price-container p.price {
  font-size: 25px;
  margin: 13px 0 0 0;
}
/*--------------------*/

.infowrapper {
  background: #efefef;
  border: 1px solid #e0e0e0;
  padding: 15px 15px 7px 7px;
  margin-left: 15px;
}
/*--------------------*/

.videoblock iframe {
  width: 100%;
}
/*--------------------*/

.instructionsblock {
  margin-bottom: 20px;
}
.instructionsblock .accordion {
  margin-bottom: 10px;
  background: #efefef none repeat scroll 0 0;
  border: 1px solid #dcdcdc;
}
.instructionsblock .accordion-toggle {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  padding: 0 15px;
  line-height: 40px;
}
.instructionsblock .accordion-toggle .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 15px;
  margin-top: -7px;
  background: none;
}
.instructionsblock .accordion-toggle .icon:after {
  content: "\f107";
  font-family: fontawesome;
  color: #c00000;
  font-size: 22px;
}
.instructionsblock .accordion-toggle .icon-minus:after {
  content: "\f106";
}
.instructionsblock .accordion-inner {
  border: 0;
}
.instructionsblock .accordion-heading a {
  color: #333;
}
.instructionsblock .bgcolor-white {
  background: #fff;
}
.instructionsblock .buttonlink-list {
  max-width: none;
  margin-bottom: 10px;
}
/*--------------------*/

a.call-block {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  cursor: pointer;
  display: inline-block !important;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-weight: normal;
  line-height: 44px;
  padding: 0 15px !important;
  position: relative;
  text-shadow: none;
  text-transform: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  a.call-block {
    line-height: 62px;
    padding: 0 30px !important;
  }
}
a.call-block:hover {
  background: #A18288;
  border: 2px solid #A18288;
  color: #fff !important;
}
a.item-link.display-block.buttonlink,
a.item-link.display-block.buttonlink.gray {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  cursor: pointer;
  display: inline-block !important;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-weight: 500;
  line-height: 44px;
  padding: 0 15px !important;
  position: relative;
  text-shadow: none;
  text-transform: none;
  font-size: 14px;
}
a.item-link.display-block.buttonlink:hover,
a.item-link.display-block.buttonlink.gray:hover {
  background: #A18288;
  border: 2px solid #A18288;
  color: #fff;
}
a.call-block span {
  margin: 0;
}
a.call-block img {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -13px;
}
a.call-block img.arrowicon {
  left: auto;
  right: 20px;
  margin-top: -20px;
}
a.call-block.grey {
  background: #efefef;
  color: #c00000;
  height: auto;
  line-height: normal;
  text-shadow: none;
  border: 1px solid;
  border: 1px solid #b2b2b2;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  padding: 10px 15px;
}
/*--------------------*/

.calltoactionblock a.call-block {
  height: auto;
  min-height: 30px;
  padding: 0 20px;
}
.calltoactionblock a.call-block img {
  display: none;
}
.calltoactionblock a.call-block span {
  position: relative;
}
.calltoactionblock a.call-block.grey {
  min-height: 0;
  padding: 10px;
}
.contentarea .calltoactionblock.width-full a.call-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 440px;
}
.contentarea .calltoactionblock.width-full a.call-block span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calltoactionblock .block-inner {
  text-align: center;
}
/*--------------------*/

.editor .call-block,
.mainbody .call-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 0 15px;
}
.editor .call-block span,
.mainbody .call-block span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -5px;
}
.editor .call-block img.phoneicon,
.editor .call-block img.arrowicon,
.mainbody .call-block img.phoneicon,
.mainbody .call-block img.arrowicon {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  top: -3px;
  margin: 0 0 0 15px;
}
.editor .call-block img.phoneicon,
.mainbody .call-block img.phoneicon {
  margin: 0 15px 0 0;
}
/*--------------------*/

.vuokravalityslomakeblock .block-inner,
.xformblock .block-inner,
.newsletterblock .block-inner {
  background: #eee;
  padding: 15px;
  border: 1px solid #DCDCDC;
}
.newsletterblock .row {
  margin-left: -15px;
}
.newsletterblock .col {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.newsletterblock .col .control-group {
  margin: 10px 0 0 15px;
  padding-right: 14px;
}
.newsletterblock .col .control-group:first-child {
  margin-top: 0;
}
.newsletterblock .col .cb-group label {
  position: relative;
}
.newsletterblock .col .cb-group input {
  position: absolute;
  top: 5px;
  left: 0;
}
.newsletterblock .col .cb-group .radiocont {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.newsletterblock input.tb {
  width: 100%;
  margin: 0;
}
.newsletterblock .col .control-dd {
  padding-right: 0;
}
.newsletterblock select {
  width: 100%;
}
.newsletterblock .cb input {
  margin: 0;
  position: relative;
  top: -2px;
}
.newsletterblock .cb label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding-left: 10px;
  margin: 0;
}
.newsletter-btn {
  clear: both;
  float: right;
  margin: 10px 0 0 0;
  position: relative;
  padding: 0 64px 0 30px;
}
.newsletter-btn input {
  background: none;
  border: 0;
  padding: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #760000;
  font-family: "ABCGintoNord-Regular", Verdana;
  position: relative;
  top: -5px;
}
.newsletter-btn img {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -21px 0 0 0;
}
.newsletterblock.width-half .cb-group {
  padding: 0;
  font-size: 13px;
}
.newsletterblock.width-half .cb-group label {
  font-size: 13px;
}
/*--------------------*/

.newsletterblock .listid {
  margin: 5px 0 0 0;
}
.newsletterblock .listid li {
  list-style: none;
  position: relative;
  padding-bottom: 5px;
}
.newsletterblock .listid li input {
  float: left;
}
.newsletterblock .listid li label {
  float: none;
  margin-left: 20px;
}
/*--------------------*/

.xformblock p.text {
  margin-bottom: 15px;
}
.xform table,
.EPiServerForms table {
  width: 100%;
}
.xform table td,
.EPiServerForms table td {
  padding: 0 14px 10px 0;
  vertical-align: top;
}
.xform select,
.EPiServerForms select,
.xform textarea,
.EPiServerForms textarea,
.xform [type="text"],
.EPiServerForms [type="text"],
.xform [type="number"],
.EPiServerForms [type="number"],
.xform [type="url"],
.EPiServerForms [type="url"],
.xform [type="email"],
.EPiServerForms [type="email"] {
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
}
.xform [type="text"],
.EPiServerForms [type="text"],
.xform [type="number"],
.EPiServerForms [type="number"],
.xform [type="url"],
.EPiServerForms [type="url"],
.xform [type="email"],
.EPiServerForms [type="email"] {
  height: 30px;
}
.xform label [type="checkbox"],
.EPiServerForms label [type="checkbox"] {
  margin: -3px 5px 0 0;
}
.xform fieldset label,
.EPiServerForms fieldset label {
  display: inline;
  margin-right: 10px;
}
.xform .xformvalidator,
.EPiServerForms .xformvalidator {
  color: #c00000;
  font-style: italic;
  padding-left: 5px;
  position: relative;
  top: -3px;
  font-size: 12px;
}
.xform [type="submit"],
.EPiServerForms [type="submit"] {
  color: #fff;
  height: 60px;
  padding: 0 25px;
  border: 0;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 1px 1px #760000;
  min-width: 200px;
  text-transform: capitalize;
  background: #c00000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2IxMDIwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2MwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c00000), color-stop(50%, #b10202), color-stop(50%, #c00000), color-stop(100%, #c00000));
  background: -webkit-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
  background: -o-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
  background: -ms-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
  background: linear-gradient(to bottom, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c00000', endColorstr='#c00000', GradientType=0);
}
.xform [type="submit"]:hover,
.EPiServerForms [type="submit"]:hover {
  background: #b50000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOTMwMjAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWQwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTMwMjAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FkMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #b50000 0%, #930202 0%, #ad0000 50%, #930202 50%, #ad0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b50000), color-stop(0%, #930202), color-stop(50%, #ad0000), color-stop(50%, #930202), color-stop(100%, #ad0000));
  background: -webkit-linear-gradient(top, #b50000 0%, #930202 0%, #ad0000 50%, #930202 50%, #ad0000 100%);
  background: -o-linear-gradient(top, #b50000 0%, #930202 0%, #ad0000 50%, #930202 50%, #ad0000 100%);
  background: -ms-linear-gradient(top, #b50000 0%, #930202 0%, #ad0000 50%, #930202 50%, #ad0000 100%);
  background: linear-gradient(to bottom, #b50000 0%, #930202 0%, #ad0000 50%, #930202 50%, #ad0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50000', endColorstr='#ad0000', GradientType=0);
}
.xform .formrow,
.EPiServerForms .formrow {
  margin-top: 10px;
}
.xform .formrow:first-child,
.EPiServerForms .formrow:first-child {
  margin-top: 0px;
}
.xform .formrow.required label,
.EPiServerForms .formrow.required label {
  font-weight: bold;
}
.xform .checkboxrow,
.EPiServerForms .checkboxrow {
  position: relative;
  padding-left: 25px;
}
.xform .checkboxrow input,
.EPiServerForms .checkboxrow input {
  position: absolute;
  left: 0;
  top: 0;
}
.xform .checkboxrow .xformvalidator,
.EPiServerForms .checkboxrow .xformvalidator {
  padding: 0;
}
/*--------------------*/

.apartmentform {
  border-top: 1px solid #DCDCDC;
  margin-top: 25px;
  padding-top: 25px;
}
.xform .apartmentbutton:hover,
.xform .apartmentbutton {
  background: none;
  height: auto;
  min-width: 0;
  padding: 0;
  color: #c00000;
  text-shadow: none;
  font-size: 13px;
  float: none;
  text-transform: none;
}
/*--------------------*/

.teaserblock .item-image {
  float: left;
  width: 50%;
}
.teaserblock .item-image img {
  width: 100%;
}
.teaserblock .item-content {
  margin-left: 50%;
  padding-left: 10px;
  padding-top: 10px;
}
.teaserblock .lift-inner-link:focus,
.teaserblock .lift-inner-link {
  color: #fff;
  text-decoration: none;
}
/*--------------------*/

.imageblock span {
  display: block;
}
/*--------------------*/

/*--------------------*/

.pagelistblock .block-inner {
  position: relative;
}
.pagelistblock .item {
  display: block;
  margin-bottom: 15px;
  color: #000;
  text-decoration: none;
}
.pagelistblock .item .datelabel {
  display: block;
  color: #C00000;
}
.pagelistblock .foot {
  text-align: right;
  text-transform: uppercase;
}
/*--------------------*/

.destinationpage .maincontent .pagelistblock .items {
  zoom: 1;
  margin-left: -15px;
}
.destinationpage .maincontent .pagelistblock .item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 50%;
}
.destinationpage .maincontent .pagelistblock .item-inner {
  display: block;
  margin-left: 15px;
}
/*--------------------*/

#list-view-container {
  padding: 0;
}
.destinationlist {
  clear: both;
  zoom: 1;
  margin: -15px 0 0 -15px;
}
.destinationlist .destinationitem {
  width: 25%;
  margin: 15px 0 0 0;
  position: relative;
  z-index: 1;
  float: left;
}
.destinationlist .destinationitem .item-inner {
  margin: 0 0 0 15px;
  background: #fff;
}
.destinationlist .destinationitem.expanded {
  z-index: 2;
}
.destinationitem .item-inner {
  margin: 0;
  background: #fff;
}
.destinationitem .textcontent {
  padding: 10px;
  text-align: left;
}
.destinationitem .destinationitem-map {
  padding: 0 10px 10px 10px;
}
.destinationitem .destinationitem-map .canvas {
  height: 150px;
  background: url(/static/img/ajax-loader.gif) no-repeat center center;
}
.destinationlandingpage .destinationitem .resorts-card-book-link {
  float: right;
}
.destinationitem a[href="#"] {
  cursor: default;
}
.destinationitem a[href="#"] img {
  opacity: 1 !important;
}
.destinationitem h3 a[href="#"] {
  color: #c00000 !important;
  text-decoration: none !important;
}
/*--------------------*/

.search-reservation-tool-container a:hover,
.search-reservation-tool-container a {
  display: block;
  width: auto !important;
}
/*--------------------*/

.search-item-info {
  padding-bottom: 62px;
}
.search-item-info img.child {
  width: 18px;
}
/*--------------------*/

.productbannerblock .lift-col {
  width: 100%;
  margin: 0;
}
.productbannerblock h3 {
  margin-bottom: 0;
  padding: 15px;
}
.productbannerblock .text,
.productbannerblock h4 {
  margin: 0;
  padding: 15px;
  padding-top: 0;
  font-family: "ABCGintoNord-Regular", Verdana;
  font-size: 14px;
}
.productbannerblock .bookingtool {
  border: 0;
  margin: 0;
  padding: 0 15px;
}
.productbannerblock .bookingtool .bookingtool-title,
.productbannerblock .field-category,
.productbannerblock .field-camp {
  display: none;
}
.productbannerblock .bookingtool a.red-btn {
  margin: 0 -15px 0 -17px;
}
.productbannerblock .hidelocation .field-category {
  display: none;
}
.productbannerblock .hidedates .field-arr,
.productbannerblock .hidedates .field-dep {
  display: none !important;
}
.productbannerblock .hidecode .field-camp {
  display: none;
}
.productbannerblock .hidepeople .field-peoplecounts {
  display: none;
}
.productbannerblock .option {
  display: none !important;
}
.productbannerblock #reservation-tool {
  padding: 0;
  border: 0 !important;
  margin: 0 !important;
}
.productbannerblock .reservation-tool-submit,
.productbannerblock .reservation-tool-departure,
.productbannerblock .reservation-tool-arrival {
  display: block !important;
}
.productbannerblock .reservation-tool-submit,
.productbannerblock .reservation-tool-departure,
.productbannerblock .reservation-tool-arrival {
  display: block !important;
}
.productbannerblock .hidedates .reservation-tool-departure,
.productbannerblock .hidedates .reservation-tool-arrival {
  display: none !important;
}
.productbannerblock .reservation-tool-arrival .option-inner {
  margin-left: 15px;
  height: 38px;
}
.productbannerblock .reservation-tool-departure .option-inner {
  margin-right: 15px;
  height: 38px;
}
.productbannerblock .reservation-tool-departure .helper,
.productbannerblock .reservation-tool-arrival .helper {
  height: 38px;
}
.productbannerblock .reservation-tool-departure .icon,
.productbannerblock .reservation-tool-arrival .icon {
  margin: 0;
  top: 0;
  height: 100% !important;
}
.rightcolumn .productbannerblock.width-third .reservation-tool-departure,
.rightcolumn .productbannerblock.width-third .reservation-tool-arrival {
  width: auto;
  float: none;
}
.rightcolumn .productbannerblock.width-third .reservation-tool-departure .option-inner,
.rightcolumn .productbannerblock.width-third .reservation-tool-arrival .option-inner {
  margin: 0 15px;
}
.destinationcontactinfoblock .block-title {
  margin-bottom: 10px;
}
.destinationcontactinfoblock .contactinforow {
  padding: 2px 0;
}
.destinationcontactinfoblock .contactinforow strong {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 160px;
  max-width: 50%;
}
/*--------------------*/

.destinationmap .contentarea {
  margin-bottom: -15px;
}
.destinationmap .canvas {
  height: 205px;
}
/*--------------------*/

.destinationpromotionblock .leftside {
  float: left;
  width: 100%;
}
.destinationpromotionblock .leftside-inner {
  margin-right: 680px;
}
.destinationpromotionblock .rightside {
  float: left;
  width: 600px;
  margin: 0 -600px;
}
.destinationpromotionblock .lift-price-container {
  width: 115px;
  height: 95px;
  text-align: center;
  top: 25px;
  right: 25px;
  overflow: hidden;
}
.destinationpromotionblock .lift-price-container .txt {
  font-size: 16px;
  margin-top: 5px;
}
.destinationpromotionblock .lift-price-container .price {
  font-size: 30px;
}
.destinationpromotionblock .lift-price-container .extension {
  font-size: 13px;
  margin: 0;
}
.destinationpromotionblock .lift-price-container.centered {
  width: 154px;
  height: 154px;
  right: auto;
  left: 50%;
  top: 50%;
  margin: -97px 0 0 -97px;
  padding: 20px !important;
  overflow: hidden;
}
.destinationpromotionblock .lift-price-container.centered .txt {
  font-size: 26px;
  margin-top: -3px;
}
.destinationpromotionblock .lift-price-container.centered .price {
  font-size: 50px;
  line-height: 50px;
}
.destinationpromotionblock .lift-price-container.centered .extension {
  font-size: 14px;
}
.destinationpromotionblock .carousel-controls {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 0px;
  margin: -50px 0 0;
  width: 32px;
  height: 100px;
  text-align: center;
}
.destinationpromotionblock .carousel-controls:hover,
.destinationpromotionblock .carousel-controls:focus {
  text-decoration: none;
}
.destinationpromotionblock .carousel-controls:hover:after,
.destinationpromotionblock .carousel-controls:focus:after {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5), 0 0 12px rgba(0, 0, 0, 0.5), 0 0 24px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.destinationpromotionblock .carousel-controls.right {
  left: auto;
  right: 0px;
}
.destinationpromotionblock .carousel-controls:after {
  content: "\f104";
  font-family: fontawesome;
  height: 100px;
  line-height: 100px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5), 0 0 12px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.destinationpromotionblock .carousel-controls.right:after {
  content: "\f105";
  text-align: center;
}
.destinationpromotionblock .gallery-thumbs {
  position: relative;
  overflow: hidden;
}
.destinationpromotionblock .gallery-thumbs-inner {
  overflow: hidden;
}
.destinationpromotionblock .gallery-thumbs .items {
  margin: 0 0 0 0 !important;
  white-space: nowrap;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
}
.destinationpromotionblock .caroufredsel_wrapper {
  width: auto !important;
  height: auto !important;
  margin: 0 0 !important;
}
.destinationpromotionblock .gallery-thumbs {
  padding: 0 30px;
  text-align: center;
}
.destinationpromotionblock .gallery-thumbs.nocarousel {
  padding: 0;
}
.destinationpromotionblock .gallery-thumbs .thumb {
  width: 82px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.destinationpromotionblock .gallery-thumbs .prev,
.destinationpromotionblock .gallery-thumbs .next {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0px;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 60px;
  text-align: center;
}
.destinationpromotionblock .gallery-thumbs .prev:hover,
.destinationpromotionblock .gallery-thumbs .next:hover,
.destinationpromotionblock .gallery-thumbs .prev:focus,
.destinationpromotionblock .gallery-thumbs .next:focus {
  text-decoration: none;
}
.destinationpromotionblock .gallery-thumbs .prev:hover:after,
.destinationpromotionblock .gallery-thumbs .next:hover:after,
.destinationpromotionblock .gallery-thumbs .prev:focus:after,
.destinationpromotionblock .gallery-thumbs .next:focus:after {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5), 0 0 12px rgba(0, 0, 0, 0.5), 0 0 24px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.destinationpromotionblock .gallery-thumbs .next {
  left: auto;
  right: 0px;
}
.destinationpromotionblock .gallery-thumbs .next:after,
.destinationpromotionblock .gallery-thumbs .prev:after {
  content: "\f104";
  font-family: fontawesome;
  height: 60px;
  line-height: 60px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5), 0 0 12px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.destinationpromotionblock .gallery-thumbs .next:after {
  content: "\f105";
  text-align: center;
}
.destinationpromotionblock .imagecaption {
  padding: 15px 0;
  font-size: 12px;
  color: #666;
  position: relative;
}
.destinationpromotionblock .imagecaption .counter {
  margin-left: 5px;
}
/*-----------------------*/

.destinationpromotionblock .read-more-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.destinationpromotionblock .read-more-btn img {
  position: relative;
  top: -2px;
  margin-left: 20px;
  margin-right: 10px;
}
.destinationpromotionblock .ImagesOnLeft .leftside {
  float: right;
  width: 100%;
}
.destinationpromotionblock .ImagesOnLeft .leftside-inner {
  margin: 0 0 0 680px;
}
.destinationpromotionblock .ImagesOnLeft .rightside {
  float: right;
  width: 600px;
  margin: 0 -600px;
}
.destinationpromotionblock .ImagesOnLeft .read-more-btn {
  left: auto;
  bottom: -1px;
}
.destinationpromotionblock .carousel-inner .item img {
  width: 100%;
}
.destinationpromotionblock .item-content {
  padding-bottom: 70px;
}
/*--------------------*/

.rightcolumn .destinationpromotionblock .leftside {
  float: none;
  width: auto;
  margin: 0;
  padding-bottom: 10px;
}
.rightcolumn .destinationpromotionblock .leftside-inner {
  margin: 0;
}
.rightcolumn .destinationpromotionblock .rightside {
  float: none;
  width: auto;
  margin: 0;
}
.rightcolumn .destinationpromotionblock .read-more-btn {
  position: static;
}
.rightcolumn .destinationpromotionblock .item-content {
  padding-bottom: 0px;
}
/*--------------------*/

.some-buttons {
  text-align: center;
}
.some-buttons > h3 {
  display: none;
}
@media (min-width: 768px) {
  .some-buttons {
    text-align: center;
  }
  .some-buttons > h3 {
    display: block;
  }
}
.some-buttons a,
.some-buttons a:hover {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  width: 46px;
  position: relative;
  text-align: center;
  color: #4e4e4e;
}
.some-buttons a i {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(/static/img/2022/some-icons-mobile.svg) no-repeat 0 0;
  position: relative;
  text-align: center;
  color: #4e4e4e;
}
.some-buttons a span {
  display: none;
}
.some-buttons a.instagram i {
  background-position: -54px 0;
}
.some-buttons a.pinterest i {
  background-position: -108px 0;
}
.some-buttons a.twitter i {
  background-position: -162px 0;
}
.some-buttons a.youtube i {
  background-position: -216px 0;
}
.some-buttons a.linkedin i {
  background-position: -270px 0;
}
.some-buttons a.vkontakte i {
  background-position: -347px 0;
}
@media (min-width: 768px) {
  .some-buttons a,
  .some-buttons a:hover {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 46px;
    position: relative;
    text-align: center;
    color: #4e4e4e;
  }
  .some-buttons a i {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url(/static/img/2022/some-logos.svg) no-repeat 0 0;
    position: relative;
    text-align: center;
    color: #4e4e4e;
  }
  .some-buttons a span {
    display: none;
  }
  .some-buttons a.instagram i {
    background-position: -52px 0;
  }
  .some-buttons a.pinterest i {
    background-position: -105px 0;
  }
  .some-buttons a.twitter i {
    background-position: -158px 0;
  }
  .some-buttons a.youtube i {
    background-position: -210px 0;
  }
  .some-buttons a.linkedin i {
    background-position: -263px 0;
  }
  .some-buttons a.vkontakte i {
    background-position: -347px 0;
  }
}
/*--------------------*/

.table {
  margin: 0;
}
.table td,
.table th {
  border: 1px solid #ddd;
  background: #fff;
}
.table thead td,
.table thead th {
  background: #c00000;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 1px #666666;
  font-size: 110%;
}
.table tbody tr:nth-child(odd) td {
  background: #efefef;
}
/*--------------------*/

.nav-tabs {
  margin-right: -2px;
}
.nav-tabs li {
  width: 50%;
  margin-bottom: -2px;
}
.nav-tabs li a {
  display: block;
  text-align: center;
  font-size: 22px;
  padding: 15px 0;
  background: #dcdcdc;
  border: 1px solid #b2b2b2;
  border-bottom: 0;
  margin-left: 5px;
  font-weight: bold;
  color: #34353a;
  outline: none;
}
.nav-tabs li:first-child a {
  margin-left: 0;
  margin-right: 5px;
}
.nav-tabs li.active a {
  border: 1px solid #b2b2b2 !important;
  border-bottom: 1px solid #fff !important;
}
.tab-content {
  border: 1px solid #b2b2b2;
}
.campaign-lift {
  margin: 0;
}
/*--------------------*/

.openhoursblock .block-inner {
  background: #b7b7b7;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 10px 5px 10px;
}
/*--------------------*/

.destinationlistblock {
  margin-bottom: 15px;
}
.destinationlistblock .items {
  margin: 0 0 0 -15px;
}
.destinationlistblock .item {
  float: left;
  margin: 0;
  width: 50%;
  margin-bottom: 15px;
}
.destinationlistblock .item-inner {
  margin-left: 15px;
}
.destinationlistblock .item .call-block {
  height: auto;
  line-height: normal;
  margin: 0;
  text-transform: none;
}
.destinationlistblock .item .call-block span {
  display: block;
  height: 100%;
  margin-right: 10px;
  background: url(/static/img/nuoli_btn_oikea.png) no-repeat right center;
  text-align: left;
  padding: 10px 35px 10px 10px;
}
/*--------------------*/

.destinationitem-map img {
  max-width: none;
}
/*--------------------*/

.property {
  margin-bottom: 50px;
}
.property h2 {
  margin: 0 0 15px 0;
}
.propertyrow {
  padding: 7px 10px;
}
.propertyrow:nth-child(even) {
  background: #EFEFEF;
}
.propertyrow span,
.propertyrow strong {
  float: left;
  width: 50%;
}
/*--------------------*/

.premiumproductlistblock .items {
  margin-left: -10px;
}
.premiumproductlistblock .premiumitem {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 33.333%;
  margin-right: -4px;
  margin-bottom: 40px;
}
.premiumproductlistblock .premiumitem a {
  display: block;
  margin: 0;
}
.premiumproductlistblock .premiumitem a img {
  width: 100%;
}
.premiumproductlistblock .premiumitem-inner {
  margin-left: 10px;
}
.premiumproductlistblock .premiumitem a.call-block {
  font-size: 18px;
  height: auto;
  line-height: 30px;
  padding: 5px;
}
.premiumproductlistblock .premiumitem ul {
  list-style: none;
  margin: 10px 0 0 0;
}
/*--------------------*/

.primumsaleproductsblock table .cell1 {
  width: 127px;
  vertical-align: middle;
}
.primumsaleproductsblock table .cell1 a {
  display: none;
}
.primumsaleproductsblock table .cell1 img {
  width: 127px;
  height: 77px;
}
.primumsaleproductsblock table .cell1 a:first-child {
  display: block;
}
.primumsaleproductsblock table .cell2 {
  color: #c00000;
  font-weight: bold;
}
/*--------------------*/

.sorting-bar {
  text-align: right;
  margin-bottom: 15px;
}
.sorting-bar div {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  margin: 0;
  width: 240px;
  max-width: 100%;
}
.sorting-bar div select {
  width: 100%;
  box-sizing: content-box;
  padding: 0 0 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  vertical-align: top;
}
.sorting-bar div select::-ms-expand {
  display: none;
}
.search-item {
  position: relative;
  overflow: hidden;
}
.search-item .inner {
  padding: 0 10px;
}
.search-item-image {
  float: left;
  width: 33%;
  overflow: hidden;
}
.search-item-image img {
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.search-item-info {
  float: left;
  width: 41%;
  padding: 0 0 62px 0;
  margin-left: 0;
}
.search-item .search-item-campaign {
  display: none;
  background: url(/static/img/icon_info_small.png) no-repeat 0 center;
  padding-left: 21px;
  cursor: help;
}
.search-item .search-item-offer {
  display: none;
}
.search-item .search-item-offer h3 {
  margin: 0;
}
.search-item-price {
  float: left;
  width: 26%;
  padding: 0 0 62px 0;
  text-align: right;
}
.search-item-price .link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  text-align: center;
  background: #eee;
  border: 1px solid #B2B2B2;
  width: 23.9923%;
  color: #C00000;
  font-size: 15px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  text-decoration: none;
  height: 40px;
  max-width: 180px;
}
.search-item-price .link .icon,
.search-item-price .link .select {
  display: none;
}
.search-item-price h2 {
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  margin: 0;
  color: #000;
}
.search-item-price h2 .dates {
  color: #c00000;
}
.search-item-price h2 .dates .dash {
  background: none repeat scroll 0 0 #c00000;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: 0;
  height: 1px;
  position: relative;
  top: 10px;
  width: 7px;
  margin: 0 5px;
}
.search-item-price p {
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
  text-decoration: none;
}
.search-item-price .priceinfo,
.search-item-price .loading,
.search-item-price .hasprice,
.search-item-price .noprice {
  display: none;
}
.price-loading .loading {
  display: block;
}
.price-noprice .noprice {
  display: block;
}
.price-hasprice .hasprice {
  display: block;
  position: absolute;
  bottom: 50px;
  right: 10px;
  text-align: right;
}
.price-hasprice .hasprice.showicon {
  background: url(/static/img/icon-info-red.png) no-repeat right 0;
  background-size: 24px 24px;
  padding-top: 30px;
}
.search-item-price .loading {
  text-align: center;
  padding-top: 15px;
}
.price-hasprice .hasprice .normalpricetext {
  text-decoration: line-through;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  display: none;
}
.price-hasprice .hasprice .pricetext {
  font-size: 32px;
  line-height: 40px;
  height: 40px;
  color: #c00000;
}
.price-hasprice .link {
  background: linear-gradient(to bottom, #C00000 0%, #B10202 50%, #C00000 50%, #C00000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.price-hasprice .link span {
  display: none;
}
.price-hasprice .link span.select {
  display: block;
  color: #fff;
  font-size: 23px;
  line-height: 36px;
  padding-right: 25px;
}
.price-hasprice .link span.icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  width: 26px;
  background: url(/static/img/nuoli_btn_oikea_small.png) no-repeat 0 center;
}
/*--------------------*/

div.search-item-dropdown p {
  margin: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: auto;
  line-height: 35px !important;
  vertical-align: middle;
}
div.search-item-dropdown p.plus-sign {
  position: relative;
}
/*--------------------*/

.weatherblock .forecast {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 25%;
  *margin-right: -1px;
  text-align: center;
  float: left;
}
.weatherblock .forecast .day {
  font-size: 18px;
  text-transform: capitalize;
}
.weatherblock .temperature {
  color: #c00000;
}
.weatherblock .forecast.negative .temperature {
  color: #0066CC;
}
/*--------------------*/

.editor ul li:before {
  color: #C00000;
  content: "\25A0";
  display: inline-block;
  font-size: 10px;
  left: -15px;
  top: -1px;
  max-height: 0;
  max-width: 0;
  position: relative;
}
.editor ul {
  margin-left: 15px;
}
.editor ul li {
  list-style: none outside none;
  line-height: 20px;
}
/*--------------------*/

#customer-service h3 {
  margin: 0 0 5px 0;
  color: #c00000;
}
#customer-service p {
  margin-bottom: 5px;
}
/*--------------------*/

.banklogos {
  padding-top: 15px;
}
.banklogos:after {
  content: " ";
  clear: both;
  display: block;
  line-height: 0;
}
.banklogos p {
  display: block;
  text-align: center;
  margin: 0;
}
.banklogos ul {
  margin: 0 auto;
  width: 260px;
}
.banklogos li {
  list-style: none;
  float: left;
  width: 43px;
  height: 70px;
  text-align: center;
  position: relative;
}
.banklogos li:before {
  display: none !important;
}
.banklogos li span {
  display: block;
}
.banklogos li label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 70px;
  width: 1px;
}
.banklogos li img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.banklogos .l-aktia,
.banklogos .l-lomaluotto,
.banklogos .l-nordea {
  clear: both;
}
.banklogos .l-lomaluotto,
.banklogos .l-saasto,
.banklogos .l-handels,
.banklogos .l-aktia,
.banklogos .l-visaelectron,
.banklogos .l-mastercard,
.banklogos .l-visa {
  width: 86px;
}
.banklogos .l-visa {
  left: -3px;
}
.banklogos .l-visaelectron {
  left: 10px;
}
.banklogos .l-aktia {
  left: 4px;
}
.banklogos .l-saasto {
  left: 4px;
}
.banklogos .l-lomaluotto {
  left: 7px;
  text-align: left;
}
/*--------------------*/

.offers:after {
  content: "";
  clear: both;
  display: table;
  line-height: 0;
}
.offers h2 {
  float: left;
  margin: 0 0 0 0;
}
.offers a {
  float: right;
  line-height: 40px;
}
.offers a:after {
  content: " »";
}
/*--------------------*/

.sitemap li {
  list-style: none;
}
.sitemap li a {
  display: block;
  padding: 3px 0;
}
/*--------------------*/

.panoramalink {
  display: block;
  position: relative;
}
.panoramalink img {
  width: 100%;
}
.panoramalink div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panoramalink div span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 100%;
}
.panoramalink div .text {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px #606060, 1px 1px 10px rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin-right: -10px;
}
.panoramalink div .helper {
  width: 1px;
}
/*--------------------*/

.searchresult .searchpanel {
  position: absolute;
  top: 20px;
  right: 0;
  margin: 0;
}
.searchresult .item span {
  display: block;
}
.searchresult .item .path {
  color: #999;
}
/*--------------------*/

.pager {
  border-top: 1px solid #DCDCDC;
  padding: 10px 0;
}
.pager a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 0 10px 2px 10px;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid #DCDCDC;
  margin: 0 3px;
  border-radius: 5px;
}
.pager a.active {
  background: #eee;
}
/*--------------------*/

.TravelAgenciesLink {
  position: relative;
  top: 2px;
}
/*--------------------*/

.imagefile img {
  width: 100%;
}
.imagefile block-inner.blur {
  text-align: center;
  position: relative;
}
.imagefile block-inner.blur .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: repeat-x;
  z-index: 1;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.imagefile block-inner.blur .bg-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.imagefile block-inner.blur img {
  max-width: 1303px;
  position: relative;
  z-index: 2;
}
/*--------------------*/

.pictureframeblock .pictureframe {
  text-align: center;
}
.pictureframeblock .select {
  display: inline-block;
  margin-bottom: 20px;
}
.pictureframeblock .frames {
  height: 66px;
  margin: 20px 10px;
}
.pictureframeblock .frames li {
  list-style: none;
  display: inline-block;
  height: 60px;
  border: 1px solid #ccc;
  padding: 2px;
  margin-right: 10px;
  cursor: pointer;
}
.pictureframeblock .frames li.active {
  border: 1px solid #ff0000;
}
.pictureframeblock .frames img {
  width: 60px;
  margin: 0;
}
.pictureframeblock .canvas {
  display: block;
  cursor: move;
}
.pictureframeblock .download {
  display: inline-block;
}
.pictureframeblock .hide {
  display: none;
}
.pictureframeblock .red-btn {
  margin-left: auto;
  margin-right: auto;
}
.pictureframeblock .red-btn {
  font-weight: bold;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #ffffff;
  text-shadow: 0 1px 1px #760000;
  vertical-align: top;
}
.pictureframeblock .red-btn img {
  margin-left: 14px;
}
/*--------------------*/

.publicmode .popup-area .wrap {
  max-width: 705px;
  margin-top: 200px;
  background: #fff;
  padding: 25px !important;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.popup-close {
  display: none;
}
.publicmode .popup-close {
  display: block;
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 17px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*--------------------*/

.block.videofile {
  overflow: visible;
}
.block.videofile .wideimageblock {
  height: auto !important;
}
.block.videofile .wideimageblock .outer {
  position: relative !important;
  height: 100% !important;
  overflow: hidden;
}
.block.videofile .wideimageblock .outer video {
  position: relative;
  width: 100%;
}
/*--------------------*/

.grayblock {
  background: #eee;
  border: 1px solid #dcdcdc;
  padding: 15px;
}
.frm .formrow {
  max-width: 350px;
  margin-bottom: 20px;
  position: relative;
}
.frm label {
  margin: 0;
}
.frm select,
.frm textarea,
.frm [type="text"] {
  width: 100%;
  box-sizing: border-box;
  height: 30px;
  margin: 0;
}
.frm textarea {
  height: 120px;
}
.frm .cb {
  display: block;
}
.frm .cb input {
  margin: 0 10px 0 0;
}
.frm .cb label {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}
.frm .required label:after {
  content: "*";
  color: #c00000;
  margin-left: 5px;
}
.frm .frmbutton {
  display: inline-block;
  text-align: center;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  border: 0;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 1px 1px #760000;
  text-transform: capitalize;
  background: #c00000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2IxMDIwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2MwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c00000), color-stop(50%, #b10202), color-stop(50%, #c00000), color-stop(100%, #c00000));
  background: -webkit-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
  background: -o-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
  background: -ms-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
  background: linear-gradient(to bottom, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c00000', endColorstr='#c00000', GradientType=0);
  text-decoration: none;
}
.frm .emsg {
  color: #c00000;
  position: absolute;
  left: 100%;
  white-space: nowrap;
  line-height: 30px;
  font-size: 12px;
  margin-left: 10px;
  bottom: 0;
}
/*--------------------*/

.headerbanner-outer {
  max-height: 400px;
  overflow: hidden;
}
.frontpage .headerbanner-outer {
  max-height: 650px;
}
.publicmode .headerbanner {
  background: url(/static/img/ajax-loader.gif) no-repeat center center;
}
.publicmode .headerblocks {
  max-height: 650px;
  overflow: hidden;
  position: relative;
}
.publicmode .headerbanner.complex .headerblocks {
  max-height: 400px;
}
.editmode .headerblocks .block {
  max-height: 400px;
  overflow: hidden;
}
.headerblocks .block {
  display: none;
}
.headerblocks .block:first-child {
  display: block;
}
.headerblocks.owl-loaded {
  visibility: visible;
  height: auto;
  overflow: visible;
}
.headerblocks.owl-loaded .block {
  display: block;
}
.headerbannerblock,
.headerbannerblock .block-inner {
  margin: 0 !important;
}
.headerbannerblock .imagelink {
  display: block;
  min-height: 200px;
}
.headerbannerblock img {
  width: 100%;
  vertical-align: bottom;
}
.headerbannerblock .headeritem-info {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  color: #fff;
}
.headerbannerblock .item-title {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.headerbannerblock .item-text {
  color: #fff;
  font-size: 22px;
  line-height: normal;
  text-shadow: 0 0 3px #000000;
}
/*--------------------*/

.headerbanner .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100px;
  margin: -50px 0 0;
}
.headerbanner .owl-nav {
  margin: auto;
  max-width: 1042px;
  position: relative;
  z-index: 99;
}
.headerbanner .owl-next,
.headerbanner .owl-prev {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0px;
  width: 75px;
  height: 100px;
}
.headerbanner .owl-next:hover:after,
.headerbanner .owl-prev:hover:after {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5), 0 0 12px rgba(0, 0, 0, 0.5), 0 0 24px rgba(0, 0, 0, 0.5);
}
.headerbanner .owl-next {
  left: auto;
  right: 0px;
}
.owl-prev:after,
.owl-next:after {
  content: "\f104";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5), 0 0 12px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.owl-next:after {
  content: "\f105";
  text-align: center;
}
.headerblock-info {
  display: none;
}
/*--------------------*/

.headerbanner.complex {
  max-width: 1042px;
  margin: auto;
  position: relative;
  max-height: 400px;
}
.headerbanner.complex .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.headerbanner.complex .headeritem-info {
  display: none;
}
.headerbanner .owl-prev {
  left: 0;
}
.headerbanner .owl-next {
  right: 0;
}
.headerbanner.complex .overlay-right,
.headerbanner.complex .overlay-left {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  cursor: pointer;
}
.headerbanner.complex .overlay-right {
  left: 100%;
}
.headerbanner.complex .overlay-right:hover,
.headerbanner.complex .overlay-left:hover {
  background: rgba(255, 255, 255, 0.3);
}
/* ------------- */

.headerbanner.complex .headerblock-info {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  min-height: 50px;
  display: block;
}
.headerblock-info:empty {
  display: none;
}
.headerblock-info-title {
  position: absolute;
  bottom: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  text-shadow: 0 1px 10px #2c2c2c;
  margin: 0 0 10px 20px;
}
.headerblock-info-text {
  font-weight: bold;
  line-height: 22px;
  margin: 0 160px 0 0;
  padding: 15px 20px;
  font-size: 17.5px;
}
.headerblock-info .counter {
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  margin: -11px 0 0;
  position: absolute;
  right: 20px;
  text-align: right;
  top: 50%;
  width: 60px;
}
.headerblock-info .openfullimage {
  background: #c00000;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 95px;
  color: #fff;
}
.headerblock-info .openfullimage span {
  background: url(/static/img/icon-images.png) no-repeat center 0;
  bottom: 2px;
  color: #fff;
  font-size: 11px;
  left: 0;
  padding-top: 23px;
  position: absolute;
  text-align: center;
  width: 100%;
}
/*--------------------*/

.giftcard-filter {
  background: #fff;
  text-align: center;
  margin: 0;
  list-style: none;
}
.giftcard-filter li {
  display: inline-block;
}
.giftcard-filter li a {
  display: block;
  color: #4e4e4e;
  font-size: 18px;
  padding: 10px 0;
  margin: 0 15px;
  cursor: pointer;
  text-decoration: none;
}
.giftcard-filter li.selected a {
  color: #c00000;
  border-bottom: 2px solid #c00000;
  padding-bottom: 8px;
}
/*--------------------*/

.giftcard-item {
  background: #fff;
}
.giftcard-item .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 80px 45px 80px;
  max-width: 760px;
}
.giftcard-item.type-large .item-content {
  bottom: auto;
  top: 0;
  padding: 45px 80px 0 80px;
}
.giftcard-item .item-title {
  margin: 0 0 10px 0;
  color: #4e4e4e;
  font-size: 36px;
}
.giftcard-item .item-summary {
  font-size: 18px;
  color: #4e4e4e;
}
.giftcard-item .item-content {
  line-height: 24px;
  font-size: 18px;
}
.giftcard-item .contentlinks {
  display: block;
  margin-top: 20px;
}
.giftcard-item .item-links a {
  display: inline-block;
  padding: 0 20px 2px 20px;
  line-height: 36px;
  text-decoration: none;
  color: #fff;
  text-transform: none;
  margin: 0 15px 0 0;
  font-size: 14px;
}
.giftcard-item .item-links a:after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 24px;
  margin-left: 20px;
  position: relative;
  top: 3px;
  line-height: 32px;
}
.giftcard-item .pricetag {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 105px;
  height: 115px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}
.giftcard-item .pricetag:after {
  content: "";
  height: 115px;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.giftcard-item .pricetag div {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
.giftcard-item .pricetag div * {
  display: block;
  line-height: normal;
  color: #c00000;
}
.giftcard-item .pricetag div strong {
  font-size: 30px;
}
/*--------------------*/

.giftcard-item:not(.type-large) .item-links {
  margin: 0;
}
.giftcard-item:not(.type-large) .item-links a {
  background: #fff;
  color: #c00000;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.giftcard-item:not(.type-large) .item-links a:after {
  top: 2px;
}
/*--------------------*/

.giftcard-item.type-medium .item-image {
  float: left;
  width: 58%;
}
.giftcard-item.type-medium .item-content {
  position: static;
  float: right;
  width: 42%;
  padding: 30px 50px;
}
.giftcard-item.type-medium .item-title {
  margin: 0 0 15px 0;
  color: #c00000;
  font-size: 24px;
}
.giftcard-item.type-medium .item-links {
  margin: 15px 0 0 0;
}
/*--------------------*/

.giftcard-item.type-small .item-title {
  margin: 0 0 15px 0;
  font-size: 24px;
}
.giftcard-item.type-small .contentlinks {
  display: none;
}
.giftcard-item.type-small .bottomlinks {
  padding: 20px 40px;
  display: block;
}
.giftcard-item.type-small .item-links a {
  padding: 10px 0;
}
.giftcard-item.type-small .item-content {
  padding: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+20&0+0,0.8+20 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 20%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 20%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 20%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ccffffff', GradientType=0);
  /* IE6-9 */

}
.giftcard-item .pricetag {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 70px;
  height: 70px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}
.giftcard-item .pricetag:after {
  content: "";
  height: 70px;
  width: 0px;
  display: inline-block;
  vertical-align: middle;
  background: #c00000;
}
.giftcard-item .pricetag div {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin-right: -5px;
}
.giftcard-item .pricetag div * {
  display: block;
  line-height: normal;
  color: #c00000;
  font-size: 16px;
}
.giftcard-item .pricetag div strong {
  font-size: 22px;
}
/*--------------------*/

.giftcard-infoblock .block-title {
  font-size: 38.5px;
  margin: 0 0 30px 0;
}
.giftcard-infoblock .block-content {
  padding: 50px 80px;
  line-height: 24px;
}
.giftcard-page .instructionsblock .accordion {
  margin-bottom: 5px;
}
.giftcard-page .instructionsblock .accordion-heading a {
  color: #4e4e4e;
  font-size: 18px;
  padding: 5px 20px 5px 40px;
}
.giftcard-page .instructionsblock .accordion-inner {
  font-size: 18px;
  line-height: 24px;
  color: #4e4e4e;
}
.giftcard-page .stripes,
.giftcard-page .stripe {
  margin: 0;
  padding: 0;
  border: 0;
  background: #f4f4f4;
}
.giftcard-group-title {
  padding-left: 20px;
  margin: 30px 0 10px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
/*--------------------*/

.benefitbarblock {
  position: relative;
  z-index: 99999;
  overflow: visible;
}
.benefits {
  background: #fff;
  padding: 25px 5px;
  border-bottom: 1px solid #e0e0e0;
}
.benefit-item {
  float: left;
  width: 25%;
  position: relative;
  box-sizing: border-box;
  padding: 0 13px;
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: 10px top;
}
.benefit-item.hasicon {
  padding-left: 60px;
}
.benefits[data-columns="1"] .benefit-item {
  width: 100%;
}
.benefits[data-columns="2"] .benefit-item {
  width: 50%;
}
.benefits[data-columns="3"] .benefit-item {
  width: 33.3333%;
}
/*--------------------*/

.offerblock-inner {
  display: block;
  padding-left: 80px;
}
.offerblock .item-caption {
  box-sizing: border-box;
  background: #c00000;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.offerblock .item-content {
  border: 1px solid #b2b2b2;
  height: 80px;
  box-sizing: border-box;
  border-left: 0;
  text-align: center;
  padding: 0 20px;
}
.offerblock .item-content div.text-bold {
  color: #1d1d1b !important;
}
.offerblock .item-content-inner {
  display: inline-block;
  vertical-align: middle;
  width: -moz-calc((100% - 4px));
  width: -webkit-calc((100% - 4px));
  width: calc((100% - 4px));
}
.offerblock .item-content:after {
  content: "";
  width: 0px;
  height: 80px;
  vertical-align: middle;
  display: inline-block;
  background: #000;
}
/*--------------------*/

.timerblock.relative {
  padding: 0 0 15px;
}
.timerblock.bg-white .item-content {
  padding: 15px;
}
.timerblock h3 {
  text-align: center;
  margin-bottom: 15px;
}
.timerblock .counter {
  border-top: 2px solid #b2b2b2;
  border-bottom: 2px solid #b2b2b2;
  padding: 15px 0;
  text-align: center;
}
.timerblock .counter .item {
  display: inline-block;
  padding: 0 15px;
}
.timerblock .counter .item span {
  display: block;
}
.timerblock .counter .item span.number {
  color: #c00000;
  font-size: 54px;
  line-height: normal;
  margin-bottom: 10px;
}
.timerblock .counter .item span.text {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.timerblock .counter p {
  color: #c00000;
  display: none;
  font-size: 21px;
  margin: 0;
}
.timerblock.finished .counter .content {
  display: none;
}
.timerblock.finished .counter p {
  display: block;
}
.timerblock.small .counter .item {
  padding: 0 10px;
}
.timerblock.small .counter .item span.number {
  font-size: 36px;
}
.timerblock.small .counter .item span.text {
  font-size: 14px;
}
.timerblock h3.starttitle {
  display: block;
}
.timerblock h3.expirationtitle {
  display: none;
}
.timerblock .counter {
  display: none;
}
.timerblock .counter.start {
  display: block;
}
.timerblock.started h3.starttitle {
  display: none;
}
.timerblock.started h3.expirationtitle {
  display: block;
}
.timerblock.started .counter.start {
  display: none;
}
.timerblock.started .counter.expiration {
  display: block;
}
.timerblock.finished h3.starttitle {
  display: none;
}
.timerblock.finished h3.expirationtitle {
  display: block;
}
.timerblock.finished .counter.start {
  display: none;
}
.timerblock.finished .counter.expiration {
  display: block;
}
/*--------------------*/

.giftcardctablock .block-content {
  border: 1px solid #ddd;
  padding: 15px 180px 15px 15px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.giftcardctablock .block-content .buttonlink {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 160px;
  margin-top: -20px;
}
/* promo ********************** */

.promo .item-link:not(.buttonlink):after {
  content: " »";
}
.promo .buttonlink:not(:last-child) {
  margin-bottom: 10px;
}
.promo .item-image {
  float: left;
  width: 40%;
  box-sizing: border-box;
  overflow: hidden;
}
.promo .item-image .strong-link {
  display: block;
  overflow: hidden;
}
.promo .item-image .strong-link img {
  width: 100%;
}
.promo .item-content {
  float: right;
  width: 60%;
  padding: 15px;
  box-sizing: border-box;
}
.promo .imageposition-right .item-image {
  float: right;
}
.promo .imageposition-right .item-content {
  float: left;
}
.promo .imagesize-small .item-image {
  width: 28%;
}
.promo .imagesize-small .item-content {
  width: 72%;
}
.promo .imagesize-extrasmall .item-image {
  width: 20%;
}
.promo .imagesize-extrasmall .item-content {
  width: 80%;
}
.promo .noimage .item-content,
.promo .imageposition-top .item-content,
.promo .imageposition-top .item-image {
  float: none;
  width: auto;
}
.promo .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.promo .owl-controls .owl-next,
.promo .owl-controls .owl-prev {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 0;
  width: 32px;
  height: 50px;
  margin-top: -25px;
  text-align: left;
}
.promo .owl-controls .owl-next:before,
.promo .owl-controls .owl-prev:before {
  content: "\f104";
  font-family: fontawesome;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px #000000;
}
.promo .owl-controls .owl-next:after,
.promo .owl-controls .owl-prev:after {
  display: none;
  content: none;
}
.promo .owl-controls .owl-next {
  left: auto;
  right: 10px;
  text-align: right;
}
.promo .owl-controls .owl-next:before {
  content: "\f105";
}
/* infoblock ********************** */

.infoblock .item-image {
  padding: 10px 10px 10px 0;
}
.infoblock .bg-red,
.infoblock .bg-red .f-red {
  color: #fff;
  border-color: #fff;
}
.infoblock .noborder {
  border: 0;
}
.infoblock .text-center.f-red {
  font-family: Moret;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
}
.infoblock .text-center {
  font-family: "ABCGintoNord-Medium", Verdana;
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
  padding-bottom: 20px;
}
/*.block.infoblock .block-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
}*/

.block.infoblock .block-inner .promo .item-content {
  padding: 0 15px;
}
.block.infoblock .block-inner {
  margin-left: 15px;
  margin-right: -15px;
}
.block.infoblock .block-inner .promo {
  margin-left: 0;
  margin-right: 15px;
}
.block.infoblock .block-inner .promo h2 {
  font-size: 24.5px;
}
/* destinationcontactinfoblock ********************** */

.destinationcontactinfoblock .block-content {
  background: #fff;
  padding: 10px;
  border: 1px solid #DCDCDC;
}
.destinationcontactinfoblock .block-title {
  color: #c00000;
}
.destinationcontactinfoblock .block-content.grey-bg {
  background: #EFEFEF;
}
/* activityblock ********************** */

.activityblock h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.activityblock h4 p:last-child {
  margin: 0;
}
.activityblock .search-item-dropdown-content {
  background: none;
  padding: 15px;
}
.activityblock .search-item-info {
  padding-bottom: 10px;
}
.activityblock .search-item-image {
  width: 28%;
}
.activityblock .search-item-price .link {
  width: auto;
  padding: 0 20px;
}
.activityblock .bg-gray .search-item {
  background: #EFEFEF;
}
.activityblock .price-hasprice .link span.select {
  font-size: 20px;
  line-height: 37px;
}
.activityblock .imagesize-small .search-item-image {
  width: 20%;
}
.activityblock .imagesize-small .search-item-info {
  width: 49%;
}
/* highlightblock ********************** */

.highlightblock .item-image {
  width: 28%;
}
.highlightblock .item-content {
  width: 72%;
}
/* promotionblock offer ********************** */

.promotionblock {
  overflow: visible;
}
.promotionblock-offer .type-offer {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.promotionblock-offer .type-offer .row {
  margin: 10px;
  border: 3px solid #e8e8e8;
}
.promotionblock-offer .type-offer .item-content {
  text-align: center;
  max-width: 460px;
  padding: 15px 30px;
  margin: auto;
}
.promotionblock-offer .promo-outer {
  margin: -7px;
  padding: 7px;
  overflow: hidden;
}
.promotionblock-offer .promo-ribbon {
  background: #c00000;
  color: #fff;
  position: absolute;
  top: 25px;
  left: -50px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 999;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  transform: rotate(-45deg);
}
.promotionblock-offer .promo-outer:before,
.promotionblock-offer .promo-outer:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 116px;
  z-index: 99;
  border-style: solid;
  border-width: 0 0 7px 7px;
  border-color: transparent transparent #6b0000 transparent;
}
.promotionblock-offer .promo-outer:before {
  left: 0;
  top: 116px;
}
.promotionblock-offer .editor ul {
  text-align: left;
  display: table;
  margin: auto;
}
.promotionblock .promo h3 {
  margin-bottom: 15px;
}
.promotionblock .promo p {
  margin-bottom: 20px;
}
/* ********************** */

.enable-toggle {
  position: relative;
  overflow: hidden;
  max-height: 160px;
}
.editorialblock .enable-toggle,
.bannertablecontentblock .enable-toggle,
.enable-toggle.mainbody,
.enable-toggle.enabled {
  max-height: none;
}
.enabled .toggle-content {
  max-height: 158px;
  overflow: hidden;
}
.enabled .toggle-content.expanded {
  max-height: none !important;
  padding-bottom: 30px !important;
}
.toggle-switch {
  clear: both;
  width: 100%;
  height: 30px;
  z-index: 10;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.toggle-switch.enabled {
  position: absolute;
  bottom: 0;
  left: 0;
}
.toggle-switch span {
  display: inline-block;
  margin: 0 0 0 0;
}
.toggle-switch span i {
  color: #c00000;
}
.toggle-switch {
  height: 50px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 55%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 55%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ccffffff', GradientType=0);
  /* IE6-9 */

}
.toggle-switch span {
  margin-top: 30px;
}
.bg-grey .toggle-switch {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #efefef 55%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #efefef 55%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #efefef 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#efefef', GradientType=0);
  /* IE6-9 */

}
.editorialblock .toggle-switch,
.bannertablecontentblock .toggle-switch {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f7f7f7 55%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f7f7f7 55%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f7f7f7 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f4f4f4', GradientType=0);
}
.destinationpage .stripe:nth-child(4n+4) .editorialblock .bannertablecontentblock .toggle-switch {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 55%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 55%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ccffffff', GradientType=0);
  /* IE6-9 */

}
.contentarea.alternating .block.editorialblock:nth-child(odd) .bannertablecontentblock .toggle-switch {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #efefef 55%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #efefef 55%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #efefef 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#efefef', GradientType=0);
  /* IE6-9 */

}
/* ********************** */

.buttonlink-list {
  display: none;
  list-style: none;
  margin: 0 auto;
  width: 100%;
  max-width: 310px;
}
.buttonlink-list li {
  margin-bottom: 10px;
}
.buttonlink-list li:last-child {
  margin: 0;
}
.linklistblock .buttonlink-list {
  width: 100%;
  max-width: none;
  margin: 0;
}
/* ********************** */

.publicmode.destinationpage.newcontent .contentarea {
  margin-left: -30px;
}
.publicmode.destinationpage.newcontent .block-inner {
  margin-left: 30px;
}
/* ********************** */

.wrap:not(.preview) .carouselblock .contentarea > .block:not(:first-child) {
  display: none;
}
.carouselblock {
  overflow: visible;
}
.carouselblock .carousel-area {
  position: relative;
}
.carouselblock .contentarea {
  position: static;
  width: auto;
  margin: 0 0 0 -10px !important;
}
.carouselblock .owl-item .block {
  width: 100% !important;
  margin-bottom: 0;
}
.carouselblock .owl-item .block-inner {
  margin-left: 10px !important;
}
.carouselblock .imagefile-text {
  position: static;
}
.carouselblock .imagefile-caption {
  position: static;
  padding: 0 0 0 0;
  text-shadow: none;
  background: none;
  font-weight: normal;
}
/* carouselblock */

/* ********************** */

/* ********************** */

table.f-red {
  font-size: 16px;
  font-weight: bold;
}
table.f-red h2 {
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px;
  color: #c00000;
}
/* ********************** */

.carouselblock .bannerblock .liftcontainer:not(.red-gradient) .msg,
.carouselblock .bannertablecontentblock .liftcontainer:not(.red-gradient) .msg {
  position: static;
}
.carouselblock .bannerblock .liftcontainer:not(.red-gradient) h3.lift-message,
.carouselblock .bannertablecontentblock .liftcontainer:not(.red-gradient) h3.lift-message {
  margin: 0;
  color: white;
  text-shadow: none;
  padding-top: 10px;
  line-height: 24px;
}
.carouselblock .bannerblock .liftcontainer:not(.red-gradient) h3.lift-message a,
.carouselblock .bannertablecontentblock .liftcontainer:not(.red-gradient) h3.lift-message a,
.carouselblock .bannerblock .liftcontainer:not(.red-gradient) h3.lift-message span,
.carouselblock .bannertablecontentblock .liftcontainer:not(.red-gradient) h3.lift-message span {
  font-weight: bold;
  color: #1d1d1b !important;
  font-size: 15px;
}
.carouselblock .imagefile .imagefile-caption {
  line-height: normal;
  padding-top: 0;
  font-weight: normal;
  color: #1d1d1b !important;
  font-size: 15px;
  line-height: 24px;
}
/* carousel */

/* ********************** */

.productlistblock {
  overflow: visible;
}
.productlistblock .productlist-carousel .items {
  width: auto !important;
  position: static !important;
}
.productlistblock .productlist-carousel .item {
  width: 100%;
}
.productlistblock .productlist-carousel .item .call-block {
  background: none;
  line-height: normal;
  padding-top: 10px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-shadow: none;
  text-align: left;
}
.productlistblock .productlist-carousel .item .call-block span {
  color: #1d1d1b !important;
  background: none;
  padding: 0;
}
/* ********************** */

.carouselblock .productblock .item .call-block {
  background: none;
  line-height: normal;
  padding-top: 10px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-shadow: none;
  text-align: left;
  height: auto;
  margin: 0;
}
.carouselblock .productblock .item .call-block span {
  color: #1d1d1b !important;
  background: none;
  padding: 0;
}
/* ********************** */

.mainbody.enable-toggle.enabled .toggle-content {
  max-height: 158px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial;
}
.mainbody.enable-toggle.enabled .toggle-content:not(.expanded):after {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 66%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 66%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 66%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  position: absolute;
  width: 100%;
}
/* ********************** */

.destinationRedirect {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
}
.destinationRedirect .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9001;
}
.destinationRedirect .inner {
  position: absolute;
  top: 30px;
  left: 50%;
  background: #fff;
  z-index: 9002;
  padding: 15px;
  width: 270px;
  margin: 60px 0 60px -150px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.destinationRedirect .marker {
  height: 60px;
  width: 60px;
  margin: 15px auto 0;
  background: url(/static/img/prodcar_infoicons_mapmarker.png) no-repeat scroll 0px 0px;
}
.destinationRedirect .content {
  font-size: 16px;
  padding: 15px 0;
}
.destinationRedirect .buttons {
  padding: 15px 0;
}
.destinationRedirect .buttons a:first-child {
  margin-bottom: 15px;
}
.destinationRedirect .buttons a.white {
  border: none;
}
.destinationRedirect .buttons a.white:after {
  content: '';
  display: none;
}
.destinationRedirect .closer {
  background: #c00000;
  color: #fff;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: -20px;
}
.destinationRedirect .closer .fa {
  height: 40px;
  line-height: 40px;
  vertical-align: top;
}
.destinationRedirect .closer:hover {
  background: #740000;
}
/* ********************** */

.gallery {
  padding-bottom: 20px;
  position: relative;
}
.gallery .gallery-title {
  margin: 0 0 15px;
}
.gallery .gallery-title img {
  float: left;
  margin: 0 30px 0 0;
}
.gallery .gallery-title span {
  color: #666;
  display: block;
  font-size: 18px;
  margin: 0;
}
.gallery .gallery-title h1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  margin: -5px 0 0;
}
.gallery .owl-carousel .animated {
  -webkit-animation-duration: 350ms !important;
  animation-duration: 350ms !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.gallery-loader {
  width: 100%;
  margin: 0 0 30px;
  z-index: 999;
}
.gallery-loader .spinner,
.gallery-loader .spinner:before,
.gallery-loader .spinner:after {
  border-radius: 50%;
}
.gallery-loader .spinner {
  color: #c00000;
  font-size: 11px;
  text-indent: -99999em;
  margin: 15px auto 0;
  position: relative;
  width: 60px;
  height: 60px;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.gallery-loader .spinner:before,
.gallery-loader .spinner:after {
  position: absolute;
  content: '';
}
.gallery-loader .spinner:before {
  width: 34px;
  height: 64px;
  background: #fff;
  border-radius: 62px 0 0 62px;
  top: -2px;
  left: -2px;
  -webkit-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.gallery-loader .spinner:after {
  width: 34px;
  height: 64px;
  background: #fff;
  border-radius: 0 62px 62px 0;
  top: -2px;
  left: 32px;
  -webkit-transform-origin: 0px 32px;
  transform-origin: 0px 32px;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.gallery-tools {
  padding: 30px 0;
}
.gallery-tools select,
.gallery-tools .buttonlink {
  box-sizing: border-box;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.gallery-tools select {
  background: url(/static/img/select-arrow.png) no-repeat right 10px center;
  padding-left: 10px;
}
.gallery-switch {
  line-height: 30px;
  display: block;
  padding: 0 0 0 0;
  background: #efefef url(/static/img/icon-gallery.png) no-repeat 10px center !important;
  font-weight: normal;
}
.gallery-switch:after {
  display: none;
}
.gallery-switch.view-list {
  background: #efefef url(/static/img/icon-list.png) no-repeat 10px center !important;
}
.gallery-thumbs {
  margin: 0 -7px !important;
  text-align: left;
}
.gallery-thumbs a {
  border-collapse: collapse;
  box-sizing: border-box;
  height: 100px;
  margin: 0 7px 14px 7px;
  overflow: hidden;
  transition: opacity 0.125s ease-in-out;
  -webkit-transition: opacity 0.125s ease-in-out;
}
.gallery-thumbs a:hover {
  opacity: 0.75;
}
.gallery-thumbs a.selected {
  border: 5px solid #c00000;
}
.gallery-thumbs a img {
  height: auto;
  margin: 0 0 0 -5%;
  max-width: none;
  width: 110%;
}
.gallery .item-content p {
  font-size: 16px;
  margin: 5px 0 0 0;
}
.gallery .item-content i {
  font-size: 16px;
  color: #c00000;
  margin-right: 5px;
}
.gallery .owl-carousel .owl-stage-outer {
  overflow: hidden !important;
}
.gallery-carousel {
  margin-bottom: 14px;
}
.gallery-carousel:not(.owl-loaded) * {
  display: none;
}
.gallery-carousel.owl-loaded {
  background-color: none;
  display: block;
  height: auto;
}
.gallery-carousel .owl-item .slide {
  height: 600px;
  background-position: 50% 50%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
/* ********************** */

.wideimageblock {
  height: 640px;
  overflow: visible;
  position: relative;
}
.wideimageblock .outer {
  display: none;
}
.wideimageblock .outer[style] {
  display: block;
  position: absolute;
  top: 0;
}
.wideimageblock .bgpanel {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 640px;
  overflow: hidden;
  position: relative;
}
.wideimageblock .caption {
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wideimageblock .caption .caption-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.wideimageblock .caption h3,
.wideimageblock .caption p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  text-align: center;
}
.wideimageblock .caption h3 {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  margin-top: 1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.wideimageblock .caption p {
  color: #fff;
  font-size: 22px;
  line-height: normal;
  text-shadow: 0 0 3px #000;
}
.wideimageblock .caption .buttonlink.white {
  margin-top: 30px;
  padding-right: 40px;
  padding-left: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 6px 6px -6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 6px 6px -6px rgba(0, 0, 0, 0.3);
}
.wideimageblock .caption .buttonlink.white:after {
  right: 10px;
}
.wideimageblock .caption-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.block.wideimageblock.width-full + .block.wideimageblock.width-full {
  margin-top: -30px;
}
.tabcontentblock-background-overlay {
  filter: brightness(75%);
}
.block.tabcontentblock {
  max-width: 1303px;
}
.block.tabcontentblock.no-min-height {
  min-height: 0 !important;
}
.block.tabcontentblock.width-third h2 {
  /*            font-size: 24px;
            line-height: 28.8px;*/
  font-weight: bold;
}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  .block.tabcontentblock {
    margin: 0 auto;
  }
  .block.tabcontentblock.width-third,
  .block.tabcontentblock.width-half {
    margin-bottom: 15px;
  }
}
.block.tabcontentblock h2 {
  color: #632e38;
  font-family: "Moret";
  /*font-size: 32px;*/
  font-weight: bold;
  /*line-height: 38.4px;*/

}
@media (min-width: 768px) {
  .block.tabcontentblock > h2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .block.tabcontentblock h2 {
    color: #632e38;
    font-family: "Moret";
    /*font-size: 48px;*/
    font-weight: bold;
    /*line-height: 57.6px;*/
  
  }
}
.block.tabcontentblock .block-inner {
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0 !important;
  /* ImageOnRight property */

  /* Strip Block inside Tab Content Block */

}
@media (min-width: 979px) {
  .block.tabcontentblock .block-inner {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .block.tabcontentblock .block-inner.image-on-right .col-row .image,
  .block.tabcontentblock .block-inner.image-on-right .col-row .no-carousel {
    order: 2;
  }
  .block.tabcontentblock .block-inner.image-on-right .col-row .editor {
    order: 1;
  }
}
.block.tabcontentblock .block-inner .col-row {
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  /* border, small image */

  /* Black title */

}
.block.tabcontentblock .block-inner .col-row.no-border {
  border: 1px solid transparent !important;
}
.block.tabcontentblock .block-inner .col-row.no-bgcolor {
  background-color: transparent !important;
}
.block.tabcontentblock .block-inner .col-row.no-bgcolor .editor-content-wrap {
  padding-bottom: 0 !important;
}
@media (min-width: 1303px) {
  .block.tabcontentblock .block-inner .col-row.narrow-width {
    max-width: 982px;
    margin: 0 auto 50px !important;
  }
}
.block.tabcontentblock .block-inner .col-row.narrow-width .editor {
  padding: 90px 15px 0;
}
@media (min-width: 1200px) {
  .block.tabcontentblock .block-inner .col-row.narrow-width .editor .editor-content-wrap {
    margin: 0 20px !important;
    max-width: 500px;
  }
}
.block.tabcontentblock .block-inner .col-row.style-1 {
  border: 1px solid #E7DFDA;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 22.4px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .block.tabcontentblock .block-inner .col-row.style-1 {
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.block.tabcontentblock .block-inner .col-row.style-1 .image {
  max-width: 100%;
  background-size: cover;
  background-position: 50%;
  padding-bottom: 56%;
}
@media (min-width: 768px) {
  .block.tabcontentblock .block-inner .col-row.style-1 .image {
    padding-bottom: 0;
  }
}
.block.tabcontentblock .block-inner .col-row.style-1 .image img {
  display: none;
  max-height: 454px;
  min-height: 454px;
  width: 100%;
  object-fit: cover;
}
.block.tabcontentblock .block-inner .col-row.style-1 .editor {
  background: #fff;
  padding-top: 20px;
}
.block.tabcontentblock .block-inner .col-row.style-1 .editor h2 {
  color: #000;
  font-family: 'ABCGintoNord-Medium';
  font-weight: normal;
}
.block.tabcontentblock .block-inner .col-row.style-1 h2 {
  font-size: 18px !important;
  font-weight: bold;
  line-height: 23.4px !important;
}
.block.tabcontentblock .block-inner .col-row.style-2 {
  background: #fff;
  border: 1px solid #E7DFDA;
  box-sizing: border-box;
  font-size: 14px;
  /*line-height: 18.2px;*/
  line-height: 24px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .block.tabcontentblock .block-inner .col-row.style-2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .block.tabcontentblock .block-inner .col-row.style-2 {
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.block.tabcontentblock .block-inner .col-row.style-2 > .image {
  max-width: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  padding-bottom: 56%;
}
.block.tabcontentblock .block-inner .col-row.style-2 > .image.has-slider {
  padding-bottom: 0;
}
.block.tabcontentblock .block-inner .col-row.style-2 > .image.has-slider .stripblock .slick-slide img {
  display: block;
  margin-top: 0;
}
.block.tabcontentblock .block-inner .col-row.style-2 > .image img {
  display: none;
  max-height: 207px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .block.tabcontentblock .block-inner .col-row.style-2 > .image img {
    max-height: 439px;
  }
}
@media (min-width: 1200px) {
  .block.tabcontentblock .block-inner .col-row.style-2 > .image img {
    max-height: 100%;
  }
}
.block.tabcontentblock .block-inner .col-row.style-2 .editor {
  padding: 20px 20px 60px;
  position: relative;
}
@media (min-width: 1200px) {
  .block.tabcontentblock .block-inner .col-row.style-2 .editor.wide {
    margin: 0;
    max-width: 100%;
    padding: 20px 20px 20px;
  }
  .block.tabcontentblock .block-inner .col-row.style-2 .editor.wide .editor-content-wrap {
    margin: 0;
    max-width: 100%;
  }
}
.block.tabcontentblock .block-inner .col-row.style-2 .editor a.editor-area-link {
  background: transparent url(/Static/img/2022/icon-virtual-tour.svg) no-repeat;
  color: #000;
  display: block;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-size: 14px;
  line-height: 20px;
  min-height: 23px;
  top: auto;
  right: auto;
  left: 20px;
  bottom: 20px;
  padding: 0 0 0 34px;
  position: absolute;
}
@media (min-width: 768px) {
  .block.tabcontentblock .block-inner .col-row.style-2 .editor {
    padding: 20px 20px 20px;
  }
  .block.tabcontentblock .block-inner .col-row.style-2 .editor a.editor-area-link {
    bottom: auto;
    left: auto;
    font-size: 16px;
    line-height: 22.4px;
    min-height: 25px;
    padding: 0 0 0 34px;
    top: 15px;
    right: 15px;
  }
}
.block.tabcontentblock .block-inner .col-row.style-2 .strip_image .image {
  max-height: 207px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .block.tabcontentblock .block-inner .col-row.style-2 .strip_image .image {
    max-height: 439px;
  }
}
.block.tabcontentblock .block-inner .col-row.style-2 h2 {
  color: #000;
  font-family: "Moret";
  /*font-size: 24px !important;*/
  font-size: 28px !important;
  font-weight: bold;
  /*line-height: 28.8px !important;*/
  line-height: 32px !important;
}
@media (min-width: 1200px) {
  .block.tabcontentblock .block-inner .col-row.style-2 {
    border: 1px solid #E7DFDA;
    /*font-size: 16px;
                      line-height: 22.4px;*/
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .block.tabcontentblock .block-inner .col-row.style-2 > .image {
    max-height: 100%;
    max-width: 639px;
    width: 50%;
  }
  .block.tabcontentblock .block-inner .col-row.style-2 .editor {
    padding: 90px 15px 0;
  }
  .block.tabcontentblock .block-inner .col-row.style-2 .editor .editor-content-wrap {
    margin: 0 20px;
    max-width: 500px;
  }
  .block.tabcontentblock .block-inner .col-row.style-2 .strip_image .image {
    max-height: 100%;
    max-width: 639px;
    min-height: 639px;
    width: 100%;
  }
  .block.tabcontentblock .block-inner .col-row.style-2 h2 {
    color: #000;
    font-family: "Moret";
    /*font-size: 48px !important;*/
    font-size: 38px !important;
    font-weight: bold;
    /*line-height: 57.6px !important;*/
    line-height: 42px !important;
  }
}
@media (min-width: 1303px) {
  .block.tabcontentblock .block-inner .col-row.style-2 .editor {
    display: table;
  }
  .block.tabcontentblock .block-inner .col-row.style-2 .editor .editor-content-wrap {
    margin: 0 auto;
  }
}
.block.tabcontentblock .block-inner .col-row.style-3 {
  height: 100% !important;
  width: 100%;
  display: block;
  min-height: 293px;
  position: relative;
  line-height: 22.4px;
  padding-left: 0;
  padding-right: 0;
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical:hover img {
  /*filter: brightness(85%);*/
  filter: brightness(75%);
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical:hover .background-color {
  /*filter: brightness(85%);*/
  filter: brightness(75%);
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical {
  height: 100%;
  width: 100%;
  font-family: "Moret";
  font-size: 42px;
  line-height: 52px;
  font-weight: bold;
  color: #FF3C3C;
  font-style: unset;
  padding-left: 0;
  padding-right: 0;
  max-height: 308px;
  min-height: 308px;
}
@media (min-width: 980px) {
  .block.tabcontentblock .block-inner .col-row.style-3 .topical {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical > span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical img {
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  max-height: 308px;
  min-height: 308px;
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical .background-color {
  display: block;
  background-color: #632e38;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 980px) {
  .block.tabcontentblock .block-inner .col-row.style-3 .topical .background-color {
    left: 15px;
    width: -moz-calc((100% - 30px));
    width: -webkit-calc((100% - 30px));
    width: calc((100% - 30px));
  }
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical span span {
  display: table;
  width: 100%;
  height: 100%;
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical span span span {
  display: table-row;
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical span span span span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical span h1,
.block.tabcontentblock .block-inner .col-row.style-3 .topical span h2,
.block.tabcontentblock .block-inner .col-row.style-3 .topical span h3,
.block.tabcontentblock .block-inner .col-row.style-3 .topical span h4,
.block.tabcontentblock .block-inner .col-row.style-3 .topical span h5,
.block.tabcontentblock .block-inner .col-row.style-3 .topical span h6 {
  font-family: inherit;
  color: inherit;
  line-height: 100%;
  top: 3%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: flex-end;
  overflow-wrap: break-word;
  justify-content: center;
  pointer-events: none;
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical span h1 {
  font-size: 48px !important;
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical span h2 {
  font-size: 48px !important;
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical span h3 {
  /*font-size: 24px;*/
  font-size: 32px !important;
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical span h4 {
  font-size: 32px !important;
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical span h5 {
  font-size: 24px !important;
}
@media (min-width: 1303px) {
  .block.tabcontentblock .block-inner .col-row.style-3 .topical span h1 {
    font-size: 90px !important;
  }
  .block.tabcontentblock .block-inner .col-row.style-3 .topical span h2 {
    font-size: 64px !important;
  }
  .block.tabcontentblock .block-inner .col-row.style-3 .topical span h3 {
    font-size: 48px !important;
  }
  .block.tabcontentblock .block-inner .col-row.style-3 .topical span h4 {
    /*font-size: 48px !important;*/
    font-size: 42px !important;
    line-height: 52px;
  }
  .block.tabcontentblock .block-inner .col-row.style-3 .topical span h5 {
    font-size: 32px !important;
  }
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical .tab-content-link {
  position: absolute;
  align-items: flex-end;
  bottom: 0;
  padding: 10px 5px;
  left: 30px;
  color: white;
  pointer-events: none;
  max-width: 370px;
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical .tab-content-link .link-text {
  font-size: 16px !important;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-weight: normal;
  line-height: 24px;
  padding-right: 25px;
  padding-bottom: 4px;
  display: inline-block;
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical .tab-content-link .link-text i.fa-solid {
  font-weight: normal;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .block.tabcontentblock .block-inner .col-row.style-3 .topical .tab-content-link .link-text {
    font-size: 20px;
    padding-right: 34px;
    padding-bottom: 5px;
  }
}
.block.tabcontentblock .block-inner .col-row.style-3 .topical .link-url {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.block.tabcontentblock .block-inner .col-row.style-4 {
  /* NoColumns */
  border: 1px solid #E7DFDA;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22.4px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .block.tabcontentblock .block-inner .col-row.style-4 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.block.tabcontentblock .block-inner .col-row.style-4 > .image {
  display: block;
  max-width: 100%;
  width: 100%;
  background-image: none !important;
}
.block.tabcontentblock .block-inner .col-row.style-4 > .image img {
  width: 100%;
  object-fit: cover;
}
.block.tabcontentblock .block-inner .col-row.style-4 .editor {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .block.tabcontentblock .block-inner .col-row.style-4 .editor .editor-content-wrap {
    padding-bottom: 40px;
  }
}
.block.tabcontentblock .block-inner .col-row.style-4 .editor h3 {
  font-family: "ABCGintoNord-Regular", Verdana;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .block.tabcontentblock .block-inner .col-row.style-4 .editor h3 {
    font-size: 18px;
    line-height: 23.4px;
  }
}
.block.tabcontentblock .block-inner .col-row.style-5 {
  /* NoMinHeight */
  margin-bottom: 30px;
}
.block.tabcontentblock .block-inner .col-row.style-5 .editor {
  padding: 12px 12px 0;
}
@media (min-width: 768px) {
  .block.tabcontentblock .block-inner .col-row.style-5 .editor {
    margin: 0 15px;
    padding: 12px 0 0 !important;
  }
}
.block.tabcontentblock .block-inner .image {
  padding-left: 0;
  padding-right: 0;
}
.block.tabcontentblock .block-inner .editor .btn {
  background: #fff;
  border: 2px solid #000;
  /*font-family: "Moret";*/
  font-family: "ABCGintoNord-Medium", Verdana;
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
  min-height: 44px;
  padding: 0 15px;
  text-decoration: none;
}
.block.tabcontentblock .block-inner .editor .btn:hover {
  background: #A18288;
  border: 2px solid #A18288;
  color: #fff;
}
.block.tabcontentblock .block-inner .editor .btn.buttonlink {
  background: #632e38;
  /*font-size: 24px;*/
  font-size: 16px;
  line-height: 28.8px;
  min-height: 29px;
  padding: 10px 40px 10px 20px;
}
.block.tabcontentblock .block-inner .stripblock {
  margin-bottom: 0;
}
.block.tabcontentblock .block-inner .stripblock .slick-slider .slick-dots {
  bottom: 20px;
}
.block.tabcontentblock .block-inner .stripblock .slick-slider .slick-dots li {
  margin-right: 0;
}
.block.tabcontentblock .block-inner .stripblock .slick-slider .slick-prev {
  background-image: url(/Static/img/2022/slider-prev-white.svg);
  bottom: 30px;
  right: 100px;
}
.block.tabcontentblock .block-inner .stripblock .slick-slider .slick-next {
  background-image: url(/Static/img/2022/slider-next-white.svg);
  bottom: 30px;
  right: 30px;
}
.tab-wrapper-block-content .stripblock {
  margin-bottom: 30px;
}
.tab-wrapper-block-content .stripblock .slick-slider .slick-dots {
  bottom: 20px;
}
.tab-wrapper-block-content .stripblock .slick-slider .slick-dots li {
  margin-right: 0;
}
.tab-wrapper-block-content .stripblock .slick-slider .slick-prev {
  bottom: 30px;
  right: 100px;
}
.tab-wrapper-block-content .stripblock .slick-slider .slick-next {
  bottom: 30px;
  right: 30px;
}
.tab-wrapper-block-content .stripblock .strip_block {
  margin-bottom: 0;
}
.tab-wrapper-block-content .stripblock .strip_block .slick-slider .slick-dots {
  bottom: 20px;
}
.tab-wrapper-block-content .stripblock .strip_block .slick-slider .slick-dots li {
  margin-right: 0;
}
.tab-wrapper-block-content .stripblock .strip_block .slick-slider .slick-prev {
  bottom: 30px;
  right: 100px;
}
@media (min-width: 1200px) {
  .tab-wrapper-block-content .stripblock .strip_block .slick-slider .slick-prev {
    right: 300px;
  }
}
@media (min-width: 1600px) {
  .tab-wrapper-block-content .stripblock .strip_block .slick-slider .slick-prev {
    right: 120px;
  }
}
.tab-wrapper-block-content .stripblock .strip_block .slick-slider .slick-next {
  bottom: 30px;
  right: 30px;
}
@media (min-width: 1200px) {
  .tab-wrapper-block-content .stripblock .strip_block .slick-slider .slick-next {
    right: 210px;
  }
}
@media (min-width: 1600px) {
  .tab-wrapper-block-content .stripblock .strip_block .slick-slider .slick-next {
    right: 40px;
  }
}
.tab-wrapper-block-content .stripblock .strip_block.image-and-textbox-template {
  background: transparent;
}
@media (min-width: 1200px) {
  .tab-wrapper-block-content .stripblock .strip_block.image-and-textbox-template .slick-slide .strip_image .text-box {
    left: 0;
    top: 100px;
  }
}
.tab-wrapper-block-content .block.faqblock .block-inner {
  padding-top: 0;
}
.full-width-content .tabcontentblock > h2 {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .full-width-content .tabcontentblock > h2 {
    padding: 0;
  }
}
.full-width-content .tabwrapperblock .tabcontentblock > h2 {
  padding: 0;
}
.block.tabwrapperblock {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .block.tabwrapperblock .tab-wrapper-block-content {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 1303px;
  }
}
@media (min-width: 1200px) {
  .block.tabwrapperblock .tab-wrapper-block-content {
    margin-left: auto;
    margin-right: auto;
  }
}
.block.tabwrapperblock .contentarea {
  margin-left: 0;
}
.block.tabwrapperblock .block-inner {
  margin-left: 0;
  padding-top: 20px;
  position: relative;
}
.block.tabwrapperblock .block-inner.loading {
  background-image: url(/Static/img/ajax-loader.gif);
  background-position: 50% 100px;
  background-repeat: no-repeat;
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 768px) {
  .block.tabwrapperblock .block-inner.loading {
    background-position: 50% 140px;
  }
}
.block.tabwrapperblock .block-inner > h2 {
  color: #632e38 !important;
  font-family: "Moret";
  font-weight: bold;
  /*font-size: 48px;
            line-height: 57.6px;*/
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .block.tabwrapperblock .block-inner > h2 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.block.tabwrapperblock .block-inner ul.tab-navigation {
  min-height: 59px;
  padding-left: 0;
  text-align: center;
  margin: 0 0 50px 0;
  white-space: nowrap;
}
.block.tabwrapperblock .block-inner ul.tab-navigation li {
  background: transparent none;
  display: inline-block;
  margin-right: 0;
  padding: 0;
}
.block.tabwrapperblock .block-inner ul.tab-navigation li a {
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 16.8px;
  margin-left: -2px;
  margin-right: 0px;
  min-height: 59px;
  padding: 5px 10px;
  position: relative;
  max-width: 110px;
  white-space: normal;
}
.block.tabwrapperblock .block-inner ul.tab-navigation li a:before {
  background: #632E38;
  content: ' ';
  display: block;
  position: absolute;
  top: auto;
  height: 16px;
  width: 16px;
  bottom: 3px;
  left: -moz-calc((50% - 8px));
  left: -webkit-calc((50% - 8px));
  left: calc((50% - 8px));
}
.block.tabwrapperblock .block-inner ul.tab-navigation li a.active {
  background: #632E38;
  color: #fff;
}
.block.tabwrapperblock .block-inner ul.tab-navigation li a.active:before {
  background: #fff;
}
@media (min-width: 768px) {
  .block.tabwrapperblock .block-inner {
    padding-top: 50px;
  }
  .block.tabwrapperblock .block-inner ul.tab-navigation {
    min-height: 70px;
    padding-left: 0;
    text-align: center;
    margin: 0 0 50px 0;
  }
  .block.tabwrapperblock .block-inner ul.tab-navigation li {
    display: inline-block;
    margin-right: 0;
  }
  .block.tabwrapperblock .block-inner ul.tab-navigation li a {
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 50px;
    margin-left: -2px;
    margin-right: -1px;
    max-width: 100%;
    min-height: 70px;
    padding: 10px 17px 10px 47px;
    position: relative;
    white-space: nowrap;
  }
  .block.tabwrapperblock .block-inner ul.tab-navigation li a:before {
    background: #632E38;
    content: ' ';
    display: block;
    height: 21px;
    left: 10px;
    position: absolute;
    top: 23px;
    width: 21px;
  }
  .block.tabwrapperblock .block-inner ul.tab-navigation li a.active {
    background: #632E38;
    color: #fff;
  }
  .block.tabwrapperblock .block-inner ul.tab-navigation li a.active:before {
    background: #fff;
  }
}
.block.tabwrapperblock .block-inner .tab-paging-links {
  height: 80px;
  margin: 0 auto;
  max-width: 1303px;
}
.block.tabwrapperblock .block-inner .tab-paging-links.center {
  text-align: center;
}
.block.tabwrapperblock .block-inner .tab-paging-links.center a.next {
  float: none;
}
.block.tabwrapperblock .block-inner .tab-paging-links a {
  color: #632E38;
  cursor: pointer;
  font-family: Moret;
  font-size: 18px;
  font-weight: bold;
  line-height: 28.8px;
}
@media (min-width: 500px) {
  .block.tabwrapperblock .block-inner .tab-paging-links a {
    font-size: 20px;
  }
}
.block.tabwrapperblock .block-inner .tab-paging-links a:hover {
  text-decoration: none;
}
.block.tabwrapperblock .block-inner .tab-paging-links a.prev {
  background: transparent url(/Static/img/2022/tabwrapperblock-arrow-left.svg) no-repeat;
  background-position: 0 50%;
  background-size: 16px auto;
  float: left;
  padding-left: 25px;
}
.block.tabwrapperblock .block-inner .tab-paging-links a.next {
  background: transparent url(/Static/img/2022/tabwrapperblock-arrow-right.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 16px auto;
  float: right;
  padding-right: 25px;
}
@media (min-width: 992px) {
  .block.tabwrapperblock .block-inner .tab-paging-links a {
    color: #632E38;
    cursor: pointer;
    font-family: Moret;
    /*font-size: 48px;*/
    font-size: 38px;
    font-weight: bold;
    /*line-height: 57.6px;*/
  
  }
  .block.tabwrapperblock .block-inner .tab-paging-links a:hover {
    text-decoration: none;
  }
  .block.tabwrapperblock .block-inner .tab-paging-links a.prev {
    background: transparent url(/Static/img/2022/tabwrapperblock-arrow-left.svg) no-repeat;
    background-position: 0 50%;
    float: left;
    padding-left: 45px;
  }
  .block.tabwrapperblock .block-inner .tab-paging-links a.next {
    background: transparent url(/Static/img/2022/tabwrapperblock-arrow-right.svg) no-repeat;
    background-position: 100% 50%;
    float: right;
    padding-right: 45px;
  }
}
.block.hero2022block {
  margin-bottom: 0;
  /*    h1 {
        margin-top: 10px;
    }*/

  /* Firefox fix starts */

  /* Firefox fix ends */

}
.block.hero2022block .resort-search {
  top: 144px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (min-width: 400px) {
  .block.hero2022block .resort-search {
    top: 250px;
  }
}
@media (min-width: 600px) {
  .block.hero2022block .resort-search {
    top: 260px;
  }
}
@media (min-width: 768px) {
  .block.hero2022block .resort-search {
    top: 320px;
  }
}
@media (min-width: 992px) {
  .block.hero2022block .resort-search {
    /*top: 272px;*/
    /*transform: scale(.8);*/
    /*  This breaks "Majoittujat ja huoneet" popup height grow */
    top: 280px;
    /*zoom: 0.8;*/
  
  }
}
@media (min-width: 1980px) {
  .block.hero2022block .resort-search {
    top: 500px;
    /*transform: scale(1);*/
    transform: none;
    zoom: 1;
  }
}
.block.hero2022block.wide-logo .resort-search {
  /*top: 144px;*/
  top: 200px;
  left: 0;
  position: absolute;
  width: 100%;
  /*#reactResortSearch {
                > div > div > div ~ div {
                    border: 3px solid #EFEAE7;
                }
            }*/

}
@media (max-width: 375px) {
  .block.hero2022block.wide-logo .resort-search {
    top: 140px;
  }
}
@media (min-width: 375px) {
  .block.hero2022block.wide-logo .resort-search {
    top: 140px;
  }
}
@media (min-width: 400px) {
  .block.hero2022block.wide-logo .resort-search {
    top: 205px;
  }
}
@media (min-width: 500px) {
  .block.hero2022block.wide-logo .resort-search {
    top: 235px;
  }
}
@media (min-width: 734px) {
  .block.hero2022block.wide-logo .resort-search {
    top: 255px;
  }
}
@media (min-width: 993px) {
  .block.hero2022block.wide-logo .resort-search {
    /*top: 272px;*/
    top: 280px;
  }
}
@media (min-width: 1980px) {
  .block.hero2022block.wide-logo .resort-search {
    top: 500px;
  }
}
.block.hero2022block.wide-logo .content-wrap {
  overflow: hidden;
}
.block.hero2022block.wide-logo .content-wrap .logo-image {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 734px) {
  .block.hero2022block.wide-logo .content-wrap .logo-image {
    top: 30px;
  }
}
.block.hero2022block.wide-logo .content-wrap .logo-image img {
  height: auto;
  max-width: 90%;
  margin: 0 auto;
  width: auto;
}
@media (min-width: 768px) {
  .block.hero2022block.wide-logo .content-wrap .logo-image {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 30px;
  }
  .block.hero2022block.wide-logo .content-wrap .logo-image img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    width: auto;
  }
}
@media (min-width: 768px) and (min-width: 1980px) {
  .block.hero2022block.wide-logo .content-wrap .logo-image {
    top: 120px;
  }
}
@media (min-width: 600px) {
  @-moz-document url-prefix() {
    .block:not(.wide-logo) .resort-search {
      top: 500px !important;
      max-width: 100%;
    }
  }
}
@media (min-width: 885px) {
  @-moz-document url-prefix() {
    .block:not(.wide-logo) .resort-search {
      top: 550px !important;
      max-width: 100%;
    }
  }
}
@media (min-width: 992px) {
  @-moz-document url-prefix() {
    .block:not(.wide-logo) .resort-search {
      top: 325px !important;
      max-width: 100%;
    }
    .block:not(.wide-logo) .resort-search > div {
      max-width: 967px;
      margin: 0 auto;
    }
  }
}
@media (min-width: 1400px) {
  @-moz-document url-prefix() {
    .block:not(.wide-logo) .resort-search {
      top: 525px !important;
      max-width: 100%;
    }
    .block:not(.wide-logo) .resort-search > div {
      max-width: 967px;
      margin: 0 auto;
    }
  }
}
@media (min-width: 992px) {
  @-moz-document url-prefix() {
    /*body.browser_firefox {*/
    
    .block.wide-logo .resort-search {
      top: 290px !important;
      max-width: 100%;
    }
    .block.wide-logo .resort-search > div {
      max-width: 967px;
      margin: 0 auto;
    }
  }
}
@media (min-width: 992px) {
  @-moz-document url-prefix() {
    body.destinationv3page .block .resort-search {
      margin-top: -20px;
      top: 290px !important;
      max-width: 100%;
    }
    body.destinationv3page .block .resort-search > div {
      max-width: 967px;
      margin: 0 auto;
    }
  }
}
@media (min-width: 993px) {
  @-moz-document url-prefix() {
    body.startpage .block.wide-logo .resort-search,
    body.landingpage2023 .block.wide-logo .resort-search {
      top: 350px !important;
      max-width: 100%;
    }
    body.startpage .block.wide-logo .resort-search > div,
    body.landingpage2023 .block.wide-logo .resort-search > div {
      max-width: 967px;
      margin: 0 auto;
    }
  }
}
@media (min-width: 1400px) {
  @-moz-document url-prefix() {
    body.startpage .block.wide-logo .resort-search,
    body.landingpage2023 .block.wide-logo .resort-search {
      top: 550px !important;
      max-width: 100%;
    }
    body.startpage .block.wide-logo .resort-search > div,
    body.landingpage2023 .block.wide-logo .resort-search > div {
      max-width: 967px;
      margin: 0 auto;
    }
  }
}
.block.hero2022block .content-wrap {
  max-height: 645px;
  min-height: 645px;
  position: relative;
  /*@media(min-width: 1980px) {*/

}
@media (min-width: 400px) {
  .block.hero2022block .content-wrap {
    max-height: 785px;
    min-height: 785px;
  }
}
@media (min-width: 993px) {
  .block.hero2022block .content-wrap {
    max-height: 580px;
    min-height: 580px;
  }
}
@media (min-width: 1200px) {
  .block.hero2022block .content-wrap {
    max-height: 620px;
    min-height: 620px;
  }
}
@media (min-width: 1980px) {
  .block.hero2022block .content-wrap {
    max-height: 882px;
    min-height: 882px;
  }
}
.block.hero2022block .content-wrap .mobile-image {
  display: block;
  min-height: 645px;
  max-height: 645px;
}
@media (min-width: 400px) {
  .block.hero2022block .content-wrap .mobile-image {
    max-height: 785px;
    min-height: 785px;
  }
}
.block.hero2022block .content-wrap .mobile-image:after {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 50%);
  content: ' ';
  display: block;
  height: 100%;
  left: 0;
  max-height: 935px;
  top: 0;
  width: 100%;
  position: absolute;
}
.block.hero2022block .content-wrap .mobile-image img {
  min-height: 885px;
  object-fit: cover;
}
.block.hero2022block .content-wrap .desktop-image {
  display: none;
}
@media (min-width: 992px) {
  .block.hero2022block .content-wrap .mobile-image {
    display: none;
  }
  .block.hero2022block .content-wrap .desktop-image {
    display: block;
    position: relative;
    max-height: 785px;
    min-height: 785px;
  }
  .block.hero2022block .content-wrap .desktop-image:after {
    background: linear-gradient(0deg, #000000 0%, rgba(84, 84, 84, 0.2) 39%, rgba(0, 0, 0, 0) 100%);
    content: ' ';
    display: block;
    height: 100%;
    left: 0;
    max-height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
  }
  .block.hero2022block .content-wrap .desktop-image img {
    max-height: 580px;
    min-height: 580px;
    object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 993px) {
  .block.hero2022block .content-wrap .desktop-image {
    max-height: 580px;
    min-height: 580px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .block.hero2022block .content-wrap .desktop-image {
    max-height: 620px;
    min-height: 620px;
  }
}
@media (min-width: 992px) and (min-width: 1980px) {
  .block.hero2022block .content-wrap .desktop-image {
    max-height: 882px;
    min-height: 882px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .block.hero2022block .content-wrap .desktop-image img {
    max-height: 620px;
    min-height: 620px;
  }
}
@media (min-width: 992px) and (min-width: 1980px) {
  .block.hero2022block .content-wrap .desktop-image img {
    width: 100%;
    max-height: 882px;
    min-height: 882px;
  }
}
.block.hero2022block .content-wrap .logo-image {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 500px) {
  .block.hero2022block .content-wrap .logo-image {
    top: 60px;
  }
}
.block.hero2022block .content-wrap .logo-image img {
  height: 35.4px;
  width: 39.2px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .block.hero2022block .content-wrap .logo-image {
    top: 120px;
  }
  .block.hero2022block .content-wrap .logo-image img {
    max-height: 70px;
    max-width: 100%;
    height: auto;
    width: 63.25px;
    margin: 0 auto;
  }
}
.block.hero2022block .content-wrap .title-wrapper {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 500px) {
  .block.hero2022block .content-wrap .title-wrapper {
    top: 130px;
  }
}
.block.hero2022block .content-wrap .title-wrapper h2 {
  color: #fff;
  font-family: "Moret";
  font-size: 48px !important;
  font-weight: bold;
  padding-top: 10px;
  line-height: 48px;
}
.block.hero2022block .content-wrap .title-wrapper .link-wrapper a.link-btn {
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "Moret";
  font-size: 20px;
  font-weight: bold;
  line-height: 53px;
  padding: 0 28px;
  margin-top: 20px;
  min-height: 56px;
}
@media (min-width: 768px) {
  .block.hero2022block .content-wrap .title-wrapper .link-wrapper a.link-btn {
    font-size: 32px;
    line-height: 59px;
    margin-top: 30px;
    min-height: 65px;
  }
}
@media (min-width: 768px) {
  .block.hero2022block .content-wrap .title-wrapper {
    position: absolute;
    top: 190px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .block.hero2022block .content-wrap .title-wrapper h2 {
    color: #fff;
    font-family: "Moret";
    font-size: 76px !important;
    font-weight: bold;
    line-height: 76px;
    margin: 0 auto;
    max-width: 500px;
  }
}
.block.hero2022block .content-wrap .editor-content {
  color: #fff;
  position: absolute;
  top: 220px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .block.hero2022block .content-wrap .editor-content {
    top: 300px;
  }
}
.block.hero2022block .content-wrap .resort-search {
  top: 320px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 600px) {
  .block.hero2022block .content-wrap .resort-search {
    top: 485px;
  }
}
@media (min-width: 992px) {
  .block.hero2022block .content-wrap .resort-search {
    top: 300px;
  }
}
@media (min-width: 1980px) {
  .block.hero2022block .content-wrap .resort-search {
    top: 420px;
  }
}
.block.hero2022block .content-wrap .hero-navigation {
  bottom: -60px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 400px) {
  .block.hero2022block .content-wrap .hero-navigation {
    bottom: -15px;
  }
}
@media (min-width: 400px) {
  .block.hero2022block .content-wrap .hero-navigation {
    bottom: -20px;
  }
}
@media (min-width: 500px) {
  .block.hero2022block .content-wrap .hero-navigation {
    bottom: -20px;
  }
}
.block.hero2022block .content-wrap .hero-navigation ul {
  margin-left: 5px;
  margin-right: 5px;
}
.block.hero2022block .content-wrap .hero-navigation ul li {
  margin-bottom: 40px;
  max-height: 51px;
  min-height: 51px;
}
.block.hero2022block .content-wrap .hero-navigation ul li.list-inline-item {
  margin-right: 0;
}
.block.hero2022block .content-wrap .hero-navigation ul li a {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 24px;
  box-sizing: border-box;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  max-width: 70px;
  min-height: 65px;
  min-width: 70px;
  padding-top: 40px;
  position: relative;
  text-transform: none;
}
@media (min-width: 320px) {
  .block.hero2022block .content-wrap .hero-navigation ul li a {
    margin-right: 4px;
  }
}
@media (min-width: 360px) {
  .block.hero2022block .content-wrap .hero-navigation ul li a {
    margin-right: 14px;
  }
}
@media (min-width: 375px) {
  .block.hero2022block .content-wrap .hero-navigation ul li a {
    margin-right: 15px;
  }
}
.block.hero2022block .content-wrap .hero-navigation ul li a:hover:after,
.block.hero2022block .content-wrap .hero-navigation ul li a.active:after {
  background-color: #fff;
  height: 2px;
}
.block.hero2022block .content-wrap .hero-navigation ul li a span {
  display: inline-block;
  left: 0;
  min-height: 20px;
  position: absolute;
  bottom: 7px;
  width: 100%;
}
.block.hero2022block .content-wrap .browse-down {
  display: none;
}
@media (min-width: 1200px) {
  .block.hero2022block .content-wrap .hero-navigation {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .block.hero2022block .content-wrap .hero-navigation ul li {
    margin-bottom: 0;
    max-height: 128px;
    min-height: 128px;
  }
  .block.hero2022block .content-wrap .hero-navigation ul li.list-inline-item {
    margin-right: 0.5rem;
  }
  .block.hero2022block .content-wrap .hero-navigation ul li a {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 16.8px;
    margin-right: 20px;
    max-width: 112px;
    min-width: 112px;
    padding-top: 80px;
    position: relative;
    text-transform: none;
  }
  .block.hero2022block .content-wrap .hero-navigation ul li a:hover:after,
  .block.hero2022block .content-wrap .hero-navigation ul li a.active:after {
    background-color: #fff;
    height: 3px;
  }
  .block.hero2022block .content-wrap .hero-navigation ul li a span {
    display: inline-block;
    left: 0;
    min-height: 36px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 6px;
  }
  .block.hero2022block .content-wrap .browse-down {
    display: none;
    bottom: 30px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .block.hero2022block .content-wrap .browse-down a {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    position: relative;
    height: 70px;
  }
  .block.hero2022block .content-wrap .browse-down a:before {
    background: transparent url(/Static/img/2022/arrow-right.svg) no-repeat;
    bottom: 10px;
    content: ' ';
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
    transform: rotate(90deg);
    left: 30%;
  }
  .block.hero2022block .content-wrap .browse-down a:hover {
    text-decoration: none;
  }
}
.block.hero2022block .content-wrap.no-resort-search .logo-image {
  top: 160px;
}
.block.hero2022block .content-wrap.no-resort-search .title-wrapper {
  top: 190px;
}
@media (min-width: 400px) {
  .block.hero2022block .content-wrap.no-resort-search .logo-image {
    top: 240px;
  }
  .block.hero2022block .content-wrap.no-resort-search .title-wrapper {
    top: 270px;
  }
}
@media (min-width: 768px) {
  .block.hero2022block .content-wrap.no-resort-search .logo-image {
    top: 240px;
  }
  .block.hero2022block .content-wrap.no-resort-search .title-wrapper {
    top: 310px;
  }
}
@media (min-width: 992px) {
  .block.hero2022block .content-wrap.no-resort-search .logo-image {
    top: 150px;
  }
  .block.hero2022block .content-wrap.no-resort-search .title-wrapper {
    top: 220px;
  }
}
@media (min-width: 1980px) {
  .block.hero2022block .content-wrap.no-resort-search .logo-image {
    top: 250px;
  }
  .block.hero2022block .content-wrap.no-resort-search .title-wrapper {
    top: 320px;
  }
}
/* StartPage and LandingPage2023 hero block */

@media (min-width: 768px) {
  body.startpage .block.hero2022block.wide-logo,
  body.landingpage2023 .block.hero2022block.wide-logo {
    margin-bottom: 30px;
  }
}
@media (min-width: 1980px) {
  body.startpage .block.hero2022block.wide-logo,
  body.landingpage2023 .block.hero2022block.wide-logo {
    margin-bottom: 60px;
  }
}
body.startpage .block.hero2022block.wide-logo .content-wrap h2,
body.landingpage2023 .block.hero2022block.wide-logo .content-wrap h2 {
  font-size: 42px;
  text-shadow: 3px 3px 15px #000000ab;
}
@media (min-width: 768px) {
  body.startpage .block.hero2022block.wide-logo .content-wrap h2,
  body.landingpage2023 .block.hero2022block.wide-logo .content-wrap h2 {
    font-size: 70px;
  }
}
body.startpage .block.hero2022block.wide-logo .content-wrap .link-btn,
body.landingpage2023 .block.hero2022block.wide-logo .content-wrap .link-btn {
  text-shadow: 3px 3px 15px #000000ab;
}
body.startpage .block.hero2022block.wide-logo .content-wrap .title-wrapper,
body.landingpage2023 .block.hero2022block.wide-logo .content-wrap .title-wrapper {
  top: 140px;
}
body.startpage .block.hero2022block.wide-logo .resort-search,
body.landingpage2023 .block.hero2022block.wide-logo .resort-search {
  top: 370px;
}
@media (min-width: 400px) {
  body.startpage .block.hero2022block.wide-logo .resort-search,
  body.landingpage2023 .block.hero2022block.wide-logo .resort-search {
    top: 370px;
  }
}
@media (min-width: 901px) {
  body.startpage .block.hero2022block.wide-logo .resort-search,
  body.landingpage2023 .block.hero2022block.wide-logo .resort-search {
    /*top: 480px;*/
    top: 370px;
  }
}
@media (min-width: 979px) {
  body.startpage .block.hero2022block.wide-logo .resort-search,
  body.landingpage2023 .block.hero2022block.wide-logo .resort-search {
    top: 370px;
  }
}
@media (min-width: 993px) {
  body.startpage .block.hero2022block.wide-logo .resort-search,
  body.landingpage2023 .block.hero2022block.wide-logo .resort-search {
    top: 350px;
  }
}
@media (min-width: 1200px) {
  body.startpage .block.hero2022block.wide-logo .resort-search,
  body.landingpage2023 .block.hero2022block.wide-logo .resort-search {
    top: 520px;
  }
}
@media (min-width: 1980px) {
  body.startpage .block.hero2022block.wide-logo .resort-search,
  body.landingpage2023 .block.hero2022block.wide-logo .resort-search {
    top: 780px;
  }
}
@media (min-width: 993px) {
  body.startpage .block.hero2022block.wide-logo .resort-search #reactResortSearch > div > div > div ~ div,
  body.landingpage2023 .block.hero2022block.wide-logo .resort-search #reactResortSearch > div > div > div ~ div {
    border: 3px solid #EFEAE7;
  }
}
@media (min-width: 768px) {
  body.startpage .block.hero2022block .content-wrap .title-wrapper h2,
  body.landingpage2023 .block.hero2022block .content-wrap .title-wrapper h2 {
    max-width: 945px;
  }
}
@media (min-width: 993px) {
  body.startpage .block.hero2022block .content-wrap,
  body.landingpage2023 .block.hero2022block .content-wrap {
    max-height: 420px;
    min-height: 420px;
  }
}
@media (min-width: 1400px) {
  body.startpage .block.hero2022block .content-wrap,
  body.landingpage2023 .block.hero2022block .content-wrap {
    max-height: 620px;
    min-height: 620px;
  }
}
@media (min-width: 993px) {
  body.startpage .block.hero2022block.wide-logo .resort-search,
  body.landingpage2023 .block.hero2022block.wide-logo .resort-search {
    top: 350px;
  }
}
@media (min-width: 1400px) {
  body.startpage .block.hero2022block.wide-logo .resort-search,
  body.landingpage2023 .block.hero2022block.wide-logo .resort-search {
    /*top: 525px;*/
    top: 550px;
  }
}
@media (min-width: 1980px) {
  body.startpage .block.hero2022block.wide-logo .resort-search,
  body.landingpage2023 .block.hero2022block.wide-logo .resort-search {
    top: 550px;
  }
}
body.startpage .block.hero2022block.wide-logo .content-wrap .title-wrapper,
body.landingpage2023 .block.hero2022block.wide-logo .content-wrap .title-wrapper {
  top: 100px;
}
@media (min-width: 1400px) {
  body.startpage .block.hero2022block.wide-logo .content-wrap .title-wrapper,
  body.landingpage2023 .block.hero2022block.wide-logo .content-wrap .title-wrapper {
    top: 140px;
  }
}
/* Editor styles 2022 */

.editor p.small {
  font-size: 12px !important;
  line-height: 16.2px !important;
}
@media (min-width: 768px) {
  .editor p.small {
    font-size: 14px !important;
    line-height: 18.2px !important;
  }
}
.editor p.large {
  font-size: 16px !important;
  line-height: 22px !important;
}
@media (min-width: 768px) {
  .editor p.large {
    font-size: 18px !important;
    line-height: 28px !important;
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .editor p.large {
    margin: 0 auto;
    /*margin: 0 auto 100px;*/
    max-width: 75%;
  }
}
.block table.brown-table {
  border: 0;
  font-size: 14px;
  line-height: 24px;
  /*line-height: 16.8px;*/

  /*            @media(min-width: 768px) {
                font-size: 18px;
                line-height: 24px;
            }*/

}
.block table.brown-table td {
  border: 0;
  padding: 8px 0 8px;
}
@media (min-width: 768px) {
  .block table.brown-table td {
    padding: 18px 0 13px;
  }
}
.block table.brown-table tr > td {
  padding-left: 8%;
}
@media (min-width: 768px) {
  .block table.brown-table tr > td {
    padding-left: 15%;
  }
}
.block table.brown-table tr.title-row {
  background: #7E5A51 !important;
  color: #fff;
}
.block table.brown-table thead tr {
  background: #7E5A51;
  color: #fff;
}
.block table.brown-table tbody > tr {
  background: #f0ece8;
  color: #000;
}
.block table.brown-table tbody > tr:nth-child(even) {
  background: #fff;
}
.block .editor ul.list-icons {
  margin: 20px 0;
  padding: 0;
  text-align: left;
}
.block .editor ul.list-icons li {
  background: transparent url(/Static/img/2022/list-icon-default.svg) no-repeat 0 3px;
  display: block;
  font-family: "ABCGintoNord-Regular", Verdana;
  margin: 0;
  padding: 0 0 15px 40px;
}
.block .editor ul.list-icons li:before {
  content: ' ';
  display: none;
}
.block .editor ul.list-icons > li.list-icons-room {
  background: transparent url(/Static/img/2022/tab-content-room.svg) no-repeat;
}
.block .editor ul.list-icons > li.list-icons-wifi {
  background: transparent url(/Static/img/2022/tab-content-wifi.svg) no-repeat;
}
.block .editor ul.list-icons > li.list-icons-breakfast {
  background: transparent url(/Static/img/2022/tab-content-breakfast.svg) no-repeat;
}
.block .editor ul.list-icons > li.list-icons-spa {
  background: transparent url(/Static/img/2022/tab-content-spa.svg) no-repeat 4px 0;
}
.block .editor ul.list-icons li.list-icons-spa-new {
  background: transparent url(/Static/img/2024/kylpyla.svg) no-repeat;
  background-size: auto 18px;
}
.block .editor ul.list-icons > li.list-icons-calendar {
  background: transparent url(/Static/img/2022/calendar-days-solid.svg) no-repeat 1px 0;
}
.block .editor ul.list-icons > li.list-icons-envelope {
  background: transparent url(/Static/img/2022/envelope-solid.svg) no-repeat;
}
.block .editor ul.list-icons > li.list-icons-euro {
  background: transparent url(/Static/img/2022/euro-sign-solid.svg) no-repeat 2px 0;
}
.block .editor ul.list-icons > li.list-icons-fork-knive {
  background: transparent url(/Static/img/2022/fork-knive-solid.svg) no-repeat;
}
.block .editor ul.list-icons > li.list-icons-info {
  background: transparent url(/Static/img/2022/info-solid.svg) no-repeat;
}
.block .editor ul.list-icons > li.list-icons-location {
  background: transparent url(/Static/img/2022/location-dot-solid.svg) no-repeat 2px 0;
}
.block .editor ul.list-icons > li.list-icons-location-new {
  background: transparent url(/Static/img/2024/sijainti.svg) no-repeat 2px 0;
  background-size: auto 18px;
}
.block .editor ul.list-icons > li.list-icons-phone {
  background: transparent url(/Static/img/2022/phone-solid.svg) no-repeat;
}
.block .editor ul.list-icons > li.list-icons-snowflake {
  background: transparent url(/Static/img/2022/snowflake-solid.svg) no-repeat;
}
.block .editor ul.list-icons > li.list-icons-activities {
  background: transparent url(/Static/img/2024/aktiviteetit.svg) no-repeat;
  background-size: auto 18px;
}
.block .editor ul.list-icons > li.list-icons-people {
  background: transparent url(/Static/img/2024/ihmiset.svg) no-repeat;
  background-size: auto 18px;
}
.block .editor ul.list-icons > li.list-icons-conference-room {
  background: transparent url(/Static/img/2024/kokoustila.svg) no-repeat;
  background-size: auto 18px;
}
.block .editor ul.list-icons > li.list-icons-accommodation {
  background: transparent url(/Static/img/2024/majoitus.svg) no-repeat;
  background-size: auto 18px;
}
.block .editor ul.list-icons > li.list-icons-accommodation-sharp {
  background: transparent url(/Static/img/2024/majoitus_sharp.svg) no-repeat;
  background-size: auto 18px;
}
.block .editor ul.list-icons > li.list-icons-square-m {
  background: transparent url(/Static/img/2024/neliometri.svg) no-repeat;
  background-size: auto 18px;
}
.block .editor ul.list-icons > li.list-icons-restaurant {
  background: transparent url(/Static/img/2024/ravintolat.svg) no-repeat;
  background-size: auto 18px;
}
.block .editor ul.list-icons > li.list-icons-event {
  background: transparent url(/Static/img/2024/tapahtuma.svg) no-repeat;
  background-size: auto 18px;
}
.block .editor ul.list-icons > li.list-icons-good-to-know {
  background: transparent url(/Static/img/2024/hyva_tietaa.svg) no-repeat;
  background-size: auto 18px;
}
.block .editor ul.list-icons > li.list-icons-conferences {
  background: transparent url(/Static/img/2024/kokoukset.svg) no-repeat;
  background-size: auto 18px;
}
.block .editor ul.list-icons > li.list-icons-own-holiday-week {
  background: transparent url(/Static/img/2024/omalomaviikko.svg) no-repeat;
  background-size: auto 18px;
}
.block .editor ul.list-icons > li.list-icons-restaurant-services {
  background: transparent url(/Static/img/2024/ravintolat_palvelut.svg) no-repeat;
  background-size: auto 18px;
}
.block .editor ul.list-icons > li.list-icons-things-to-do {
  background: transparent url(/Static/img/2024/tekemista.svg) no-repeat;
  background-size: auto 18px;
}
.block .editor ul.two-column-list {
  column-count: 2;
}
/* Default list style */

.main-content ul,
.block .editor ul,
.areamapblock .editor-content ul,
.faqblock .answer ul {
  margin: 20px 0;
  padding: 0;
  text-align: left;
}
.main-content ul li,
.block .editor ul li,
.areamapblock .editor-content ul li,
.faqblock .answer ul li {
  background: transparent url(/Static/img/2022/list-icon-default-red.svg) no-repeat 0 3px;
  display: block;
  margin: 0;
  padding: 0 0 15px 25px;
}
.main-content ul li:before,
.block .editor ul li:before,
.areamapblock .editor-content ul li:before,
.faqblock .answer ul li:before {
  content: ' ';
  display: none;
}
/* Editor Bold style */

.main-content strong,
.block .editor strong,
.areamapblock .editor-content strong {
  font-weight: normal;
  font-family: "ABCGintoNord-Medium", Verdana;
}
.areamapblock {
  margin: 10px auto;
  position: relative;
  /*visibility: hidden;*/

}
@media (min-width: 768px) {
  .areamapblock {
    margin: 30px auto;
  }
}
.areamapblock .editor-content-wrapper {
  display: block;
  /*min-height: 30vw;*/
  text-align: center;
  margin: 0 30px 30px;
}
@media (min-width: 768px) {
  .areamapblock .editor-content-wrapper {
    text-align: left;
  }
}
.areamapblock .editor-content-wrapper a {
  text-decoration: underline;
}
.areamapblock .editor-content.mobile {
  display: block;
  margin-top: 40px;
}
.areamapblock h2 {
  color: #632e38;
  font-family: "Moret";
  /*font-size: 24px;*/
  font-weight: bold;
  /*line-height: 28.8px;*/

}
.areamapblock .inner-block {
  overflow-x: auto;
  position: relative;
  scrollbar-color: #632E38 #d8cacd;
  scrollbar-width: thin;
  scroll-padding-left: 20px;
  visibility: hidden;
}
@media (min-width: 985px) {
  .areamapblock .inner-block {
    overflow-x: hidden;
  }
}
.areamapblock .inner-block.no-scroll {
  overflow-x: hidden;
}
.areamapblock .inner-block::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #d8cacd;
  /* or add it to the track */
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  padding-left: 20px;
  position: absolute;
  left: 30px;
}
@media (min-width: 500px) {
  .areamapblock .inner-block::-webkit-scrollbar {
    border-left: 35px solid #fff;
    border-right: 35px solid #fff;
  }
}
@media (min-width: 768px) {
  .areamapblock .inner-block::-webkit-scrollbar {
    border-left: 40px solid #fff;
    border-right: 40px solid #fff;
  }
}
.areamapblock .inner-block::-webkit-scrollbar-thumb {
  background: #632E38;
}
.areamapblock .inner-block .col-row {
  margin-left: 0;
  margin-right: 0;
  min-width: 550px;
}
.areamapblock .inner-block .map {
  height: 30vw;
  max-height: 560px;
  min-height: 444px;
  position: relative;
  left: 0;
  top: 0;
  padding-left: 0;
  padding-right: 0;
}
.areamapblock .inner-block .map .mapblock {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
}
.areamapblock .inner-block .map .mapblock .zoom-in {
  border-bottom: 2px solid #000;
  position: absolute;
  background: #fff url(/Static/img/2022/google-maps-zoom-in.svg);
  display: block;
  border: 0px;
  margin: 0px;
  padding: 0px;
  text-transform: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  bottom: 61px;
  right: 25px;
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.areamapblock .inner-block .map .mapblock .zoom-out {
  border-top: 2px solid #000;
  position: absolute;
  background: #fff url(/Static/img/2022/google-maps-zoom-out.svg);
  display: block;
  border: 0px;
  margin: 0px;
  padding: 0px;
  text-transform: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 25px;
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.areamapblock .inner-block .map .location-info {
  bottom: 0;
  left: 0;
  color: #fff;
  display: block;
  position: absolute;
  background: #632e38;
  max-height: 220px;
  height: 0;
  overflow: hidden;
  transition: all 0.2s;
  width: 100%;
  z-index: 1;
}
.areamapblock .inner-block .map .location-info .close-location-info {
  background: transparent url(/Static/img/2022/close-location-info.svg);
  background-size: 24px 24px;
  content: '';
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  top: -8px;
  right: 0;
  /*right: -10px;*/

}
.areamapblock .inner-block .map .location-info.open {
  width: 100%;
  height: 220px;
}
.areamapblock .inner-block .map .location-info.open.visible .wrap {
  visibility: visible;
}
.areamapblock .inner-block .map .location-info .wrap {
  margin: 20px 10px 0 25px;
  visibility: hidden;
  width: 83vw;
  white-space: nowrap;
  position: absolute;
}
.areamapblock .inner-block .map .location-info .content {
  width: 81vw;
  line-height: 18.2px;
  max-height: 90px;
  max-width: 83vw;
  min-height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 20px 0 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 400px) {
  .areamapblock .inner-block .map .location-info .content {
    width: 86vw;
    max-width: 86vw;
  }
}
@media (min-width: 600px) {
  .areamapblock .inner-block .map .location-info .content {
    width: 90vw;
    max-width: 90vw;
  }
}
.areamapblock .inner-block .map .location-info .content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #845b61;
  /* or add it to the track */

}
.areamapblock .inner-block .map .location-info .content::-webkit-scrollbar-thumb {
  background: #fff;
}
.areamapblock .inner-block .map .location-info .content .text {
  padding-left: 0;
}
.areamapblock .inner-block .map .location-info .content .links ul {
  margin: 10px 0 10px 0;
}
.areamapblock .inner-block .map .location-info .content .links ul li {
  position: relative;
  line-height: 24px;
  list-style: none;
}
.areamapblock .inner-block .map .location-info h2 {
  color: #fff;
  font-size: 24px;
  line-height: 28.8px;
}
.areamapblock .inner-block .map .location-info a {
  color: #fff;
  text-decoration: underline;
}
.areamapblock .inner-block .text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  /*line-height: 18.2px;*/
  padding-left: 15px;
  padding-right: 0;
  position: relative;
}
.areamapblock .inner-block .text .editor-content {
  display: none;
}
.areamapblock .inner-block .text .map-icons-wrapper {
  padding: 10px 20px 10px 30px;
}
@media (min-width: 992px) {
  .areamapblock .inner-block .text .map-icons-wrapper {
    padding: 20px 0;
    max-width: 420px;
  }
}
@media (min-width: 1500px) {
  .areamapblock .inner-block .text .map-icons-wrapper {
    max-width: 100%;
  }
}
.areamapblock .inner-block .text .map-icons-wrapper ul.map-icons {
  order: 1;
  margin: 0 auto 0;
}
.areamapblock .inner-block .text .map-icons-wrapper ul.map-icons li {
  background: transparent none;
  display: inline-block;
  height: 85px;
  width: 73px;
  padding: 0;
  position: relative;
}
.areamapblock .inner-block .text .map-icons-wrapper ul.map-icons li a {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 25px;
  border-bottom: 3px solid #fff;
  bottom: 0;
  display: block;
  font-size: 10px;
  line-height: 16px;
  min-height: 69px;
  max-height: 69px;
  position: absolute;
  text-align: center;
  text-decoration: underline;
  width: 73px;
}
.areamapblock .inner-block .text .map-icons-wrapper ul.map-icons li a:hover,
.areamapblock .inner-block .text .map-icons-wrapper ul.map-icons li a.active {
  border-bottom: 3px solid #632E38;
}
.areamapblock .inner-block .text .map-icons-wrapper ul.map-icons li a span {
  position: absolute;
  bottom: 0;
  display: block;
  min-height: 25px;
  width: 100%;
  text-align: center;
  pointer-events: none;
  word-break: break-word;
}
.areamapblock .slide-info {
  box-sizing: border-box;
  color: #632e38;
  padding: 10px 20px 0;
  width: auto;
  text-align: right;
  position: relative;
}
@media (min-width: 500px) {
  .areamapblock .slide-info {
    padding: 10px 35px 0;
  }
}
@media (min-width: 985px) {
  .areamapblock .slide-info {
    display: none;
  }
}
.areamapblock #MapPlace.show-all-selections .gm-style div[aria-describedby] {
  overflow: visible;
  visibility: visible;
  /*Needed to get '.gm-style div[aria-describedby]' element in event.domEvent.target. addEvent function of block.areamap.js */

  /*&.selected-marker {
            visibility: hidden;

            &:after {
                display: none;
            }

            &:before {
                display: none;
            }
        }*/

}
.areamapblock #MapPlace.show-all-selections .gm-style div[aria-describedby]:after {
  background: transparent;
  content: ' ';
  display: block;
  width: 42px;
  height: 42px;
  height: 43px;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .areamapblock {
    max-width: 1650px;
    margin: 30px auto;
  }
  .areamapblock .editor-content.mobile {
    display: none;
  }
  .areamapblock .inner-block {
    overflow-x: hidden;
  }
  .areamapblock .inner-block h2 {
    color: #632e38;
    font-family: "Moret";
    /*font-size: 48px;*/
    font-weight: bold;
    /*line-height: 57.6px;*/
    text-align: left;
  }
  .areamapblock .inner-block .col-row {
    width: 100% !important;
  }
  .areamapblock .inner-block .map {
    height: 120vw;
    max-height: 560px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .areamapblock .inner-block .map .mapblock {
    position: static;
    width: auto;
  }
  .areamapblock .inner-block .map .location-info {
    bottom: 0;
    color: #fff;
    display: block;
    position: absolute;
    background: #632e38;
    left: 0;
    height: 100%;
    max-height: 560px;
    min-height: 560px;
    overflow: hidden;
    transition: all 0.5s;
    width: 0;
    z-index: 1;
  }
  .areamapblock .inner-block .map .location-info .close-location-info {
    background: transparent url(/Static/img/2022/close-location-info.svg);
    content: '';
    height: 32px;
    width: 32px;
    display: block;
    position: absolute;
    bottom: auto;
    right: 15px;
    left: auto;
    top: 15px;
  }
  .areamapblock .inner-block .map .location-info.open {
    width: 390px;
  }
  .areamapblock .inner-block .map .location-info .title {
    margin: 20px 0 0 30px;
    width: 100%;
  }
  .areamapblock .inner-block .map .location-info .wrap {
    margin: 0;
    width: 100%;
    position: static;
  }
  .areamapblock .inner-block .map .location-info .content {
    font-size: 16px;
    line-height: 22.4px;
    margin-left: 0;
    max-height: 100%;
    min-height: auto;
    padding: 20px 30px;
    width: auto;
    text-align: left;
    overflow-y: hidden;
  }
  .areamapblock .inner-block .map .location-info .content .links {
    margin: 0;
    width: 100%;
  }
  .areamapblock .inner-block .map .location-info h2 {
    color: #fff;
    font-size: 32px;
    line-height: 41.6px;
  }
  .areamapblock .inner-block .map .location-info a {
    font-size: 14px;
  }
  .areamapblock .inner-block .text {
    display: block;
    flex-direction: column;
    /*line-height: 22.4px;*/
    text-align: left;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .areamapblock .inner-block .text .editor-content {
    display: block;
    text-align: left;
  }
  .areamapblock .inner-block .text .editor-content a {
    text-decoration: underline;
  }
  .areamapblock .slide-info {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .areamapblock .inner-block .text .map-icons-wrapper {
    max-width: 470px;
    min-width: 455px;
    padding: 0;
  }
  .areamapblock .inner-block .text .map-icons-wrapper ul.map-icons {
    margin: 0;
    text-align: left;
  }
  .areamapblock .inner-block .text .map-icons-wrapper ul.map-icons li {
    display: inline-block;
    height: 120px;
    width: 90px;
    position: relative;
  }
  .areamapblock .inner-block .text .map-icons-wrapper ul.map-icons li a {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    bottom: 0;
    display: block;
    font-size: 14px;
    line-height: 20px;
    min-height: 99px;
    max-height: 99px;
    position: absolute;
    text-align: center;
    width: 90px;
  }
  .areamapblock .inner-block .text .map-icons-wrapper ul.map-icons li a span {
    position: absolute;
    bottom: 0;
    display: block;
    min-height: 40px;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1200px) and (min-width: 992px) and (min-width: 1500px) {
  .areamapblock .inner-block .text .map-icons-wrapper {
    max-width: 595px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) and (min-width: 1500px) {
  .areamapblock .inner-block .text .map-icons-wrapper ul.map-icons li {
    width: 115px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) and (min-width: 1500px) {
  .areamapblock .inner-block .text .map-icons-wrapper ul.map-icons li a {
    font-size: 14px;
    width: 115px;
  }
}
.mapblock .map {
  height: 120vw;
  min-height: 444px;
  max-height: 518px;
  position: relative;
}
@media (min-width: 992px) {
  .mapblock .map {
    max-height: 518px;
    min-height: 518px;
  }
}
.mapblock .map .customWindow {
  width: 390px;
  border: 2px solid black;
  position: absolute;
  padding: 7px;
  background-color: #632e38;
  top: 0;
  left: 0;
  min-height: 20vw;
}
.mapblock .map .customWindow .location_info {
  padding-bottom: 10px;
}
.mapblock .map .customWindow .location_info img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: top;
}
.mapblock .map .customWindow .location_info h4 {
  font-size: 17px;
  line-height: 1em;
  margin: 10px;
}
.mapblock .map .customWindow .location_info p,
.mapblock .map .customWindow .location_info input {
  font-family: Helvetica;
  font-weight: 100;
  font-size: 12px;
  line-height: 14px;
  padding: 10px;
  margin: 0;
}
.mapblock .map .customWindow .location_info a {
  color: #be202f;
  font-family: Impact;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px;
}
.pac-item {
  font-family: Helvetica;
  font-size: 32px;
  line-height: 60px;
}
.pac-item * {
  font-family: Helvetica;
}
.pac-item .pac-icon.pac-icon-marker {
  margin-top: 22px;
}
.pac-item .pac-item-query {
  font-size: 26px;
  margin-right: 5px;
}
.googleratingsblock {
  padding-bottom: 80px;
  padding-top: 50px;
}
.googleratingsblock .block-inner h2 {
  color: #632e38;
  font-family: "Moret";
  /*font-size: 32px;
                line-height: 38.4px;*/
  margin-bottom: 40px;
}
.googleratingsblock .block-inner .google-ratings-template {
  margin: 0 auto;
}
.googleratingsblock .block-inner .google-ratings-template .slick-prev {
  background: transparent url(/Static/img/2022/ratings-arrow-active.svg) no-repeat;
  bottom: -50px;
  height: 30px;
  left: 10px;
  transform: rotateY(180deg);
  width: 30px;
}
.googleratingsblock .block-inner .google-ratings-template .slick-next {
  background: transparent url(/Static/img/2022/ratings-arrow-active.svg) no-repeat;
  bottom: -50px;
  height: 30px;
  right: 10px;
  width: 30px;
}
.googleratingsblock .block-inner .google-ratings-template .slick-dots {
  bottom: -45px;
}
.googleratingsblock .block-inner .google-ratings-template .slick-dots li button {
  background-color: #707070;
  padding: 0;
}
.googleratingsblock .block-inner .google-ratings-template .slick-dots li.slick-active button {
  background-color: #632E38;
}
@media (min-width: 768px) {
  .googleratingsblock .block-inner .google-ratings-template .slick-prev {
    bottom: -55px;
    left: 80px;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-next {
    bottom: -55px;
    right: 80px;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-dots {
    bottom: -50px;
  }
}
.googleratingsblock .block-inner .google-ratings-template .slick-slide {
  color: #632E38;
  font-size: 18px;
  line-height: 23.4px;
  padding: 0 20px;
  /*padding: 0 0 0 10px;*/

}
.googleratingsblock .block-inner .google-ratings-template .slick-slide.wide {
  min-height: 390px;
  padding: 0 20px;
}
.googleratingsblock .block-inner .google-ratings-template .slick-slide.wide .rating-wrapper .rating-text {
  padding: 25px 0 0 0;
}
@media (min-width: 768px) {
  .googleratingsblock .block-inner .google-ratings-template .slick-slide.wide {
    border-right: 1px solid #E7DFDA;
  }
}
.googleratingsblock .block-inner .google-ratings-template .slick-slide h3 {
  color: #632E38;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-size: 18px;
  line-height: 23.4px;
}
.googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper {
  margin: 0 auto;
}
.googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper .rating-number {
  color: #2C3E34;
  display: inline-block;
  font-family: "ABCGintoNord-Medium", Verdana;
  float: left;
  font-size: 70px;
  line-height: 70px;
  padding-right: 10px;
}
.googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper .rating-text {
  color: #632E38;
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 28.2px;
  padding: 10px 0 0 0;
  text-transform: capitalize;
}
.googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper .rating-stars {
  background: transparent url(/Static/img/2022/stars-empty.svg) no-repeat;
  display: block;
  height: 23px;
  width: 160px;
}
.googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper .rating-stars .full-stars {
  background: transparent url(/Static/img/2022/stars-full.svg) no-repeat;
  height: 23px;
  max-width: 0;
}
.googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper .rating-count {
  background: transparent url(/Static/img/2022/google-icon.svg) no-repeat;
  float: left;
  padding: 20px 0 0 80px;
  margin: 20px 0 0 0;
  min-height: 64px;
  width: 100%;
}
.googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper .rating-description {
  clear: both;
  display: block;
  /*font-size: 16px;
                            line-height: 22.4px;*/
  font-size: 14px;
  line-height: 24px;
  padding: 40px 0 0;
}
.googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper .rating-description p {
  margin-top: 30px;
}
.googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper .rating-description a {
  background: transparent url(/Static/img/2022/ratings-link.svg) no-repeat 100% 50%;
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .googleratingsblock {
    padding-bottom: 100px;
  }
  .googleratingsblock .block-inner h2 {
    color: #632e38;
    font-family: "Moret";
    /*font-size: 48px;
                      line-height: 57.6px;*/
    margin-bottom: 40px;
  }
  .googleratingsblock .block-inner .google-ratings-template {
    margin: 0 auto;
    max-width: 1300px;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-prev {
    background: transparent url(/Static/img/2022/ratings-arrow-active.svg) no-repeat;
    bottom: -50px;
    height: 30px;
    left: 300px;
    transform: rotateY(180deg);
    width: 30px;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-next {
    background: transparent url(/Static/img/2022/ratings-arrow-active.svg) no-repeat;
    bottom: -50px;
    height: 30px;
    right: 300px;
    width: 30px;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-dots {
    bottom: -50px;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-dots li button {
    background-color: #707070;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-dots li.slick-active button {
    background-color: #632E38;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-slide {
    color: #632E38;
    font-size: 18px;
    line-height: 23.4px;
    /*min-width: 345px;
                          max-width: 345px;*/
  
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-slide.wide {
    min-height: 390px;
    padding: 0 20px;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-slide h3 {
    color: #632E38;
    font-size: 18px;
    line-height: 23.4px;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper {
    margin: 0 auto;
    min-width: 350px;
    max-width: 350px;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper .rating-number {
    font-size: 70px;
    line-height: 70px;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper .rating-text {
    color: #632E38;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 33.4px;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper .rating-stars {
    background: transparent url(/Static/img/2022/stars-empty.svg) no-repeat;
    display: block;
    height: 23px;
    width: 160px;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper .rating-stars .full-stars {
    background: transparent url(/Static/img/2022/stars-full.svg) no-repeat;
    height: 23px;
    max-width: 0;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper .rating-count {
    background: transparent url(/Static/img/2022/google-icon.svg) no-repeat;
    float: left;
    padding: 20px 0 0 80px;
    margin: 20px 0 0 0;
    min-height: 64px;
    width: 100%;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper .rating-description {
    clear: both;
    display: block;
    /*                                font-size: 16px;
                                  line-height: 22.4px;*/
    padding: 40px 0 0;
  }
  .googleratingsblock .block-inner .google-ratings-template .slick-slide .rating-wrapper .rating-description p {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .googleratingsblock .block-inner .google-ratings-template .slick-slide.wide {
    min-width: 380px;
  }
}
.block.faqblock {
  margin: 50px auto;
  max-width: 970px;
}
.block.faqblock .block-inner {
  margin-left: 0;
}
@media (min-width: 768px) {
  .block.faqblock .block-inner {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.block.faqblock h2 {
  color: #632E38;
  font-family: Moret;
  /*            font-size: 32px;
            line-height: 38.4px;*/

}
@media (min-width: 768px) {
  .block.faqblock h2 {
    /*                font-size: 48px;
                  line-height: 57.6px;*/
    margin-bottom: 50px;
  }
}
.block.faqblock ul.faq-navi {
  display: block;
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .block.faqblock ul.faq-navi {
    text-align: center;
  }
}
.block.faqblock ul.faq-navi li {
  background: transparent none;
  line-height: 25px;
  padding: 0;
}
@media (min-width: 768px) {
  .block.faqblock ul.faq-navi li {
    display: inline-block;
  }
}
.block.faqblock ul.faq-navi li a {
  border-bottom: 3px solid transparent;
  color: #000;
  font-size: 14px;
  line-height: 16.8px;
  margin-right: 40px;
  padding: 0 2px;
}
@media (min-width: 768px) {
  .block.faqblock ul.faq-navi li a {
    font-size: 16px;
    line-height: 22.4px;
  }
}
.block.faqblock ul.faq-navi li a:hover {
  border-bottom: 2px solid #000;
  text-decoration: none;
}
@media (min-width: 768px) {
  .block.faqblock ul.faq-navi li a:hover {
    border-bottom: 3px solid #000;
  }
}
.block.faqblock ul.faq-navi li a.active {
  border-bottom: 2px solid #000;
  font-family: "ABCGintoNord-Medium", Verdana;
  padding: 0;
}
@media (min-width: 768px) {
  .block.faqblock ul.faq-navi li a.active {
    border-bottom: 3px solid #000;
  }
}
.block.faqblock h3 {
  border-top: 2px solid #dfd4d6;
  color: #632E38;
  font-family: Moret;
  font-size: 24px;
  line-height: 28.8px;
  margin-top: 20px;
  padding-top: 20px;
}
.block.faqblock .block-inner > h3:nth-child(2n+1) {
  border-top: 0px solid #dfd4d6;
}
@media (min-width: 768px) {
  .block.faqblock h3 {
    border-top: 0;
    font-size: 32px;
    line-height: 42.6px;
    padding-top: 100px;
    /* For anchor link offset */
    margin-top: -80px;
    /* For anchor link offset */
  
  }
}
.block.faqblock .faq-item-wrapper {
  box-sizing: border-box;
  position: relative;
  min-height: 54px;
}
@media (min-width: 768px) {
  .block.faqblock .faq-item-wrapper {
    border-bottom: 3px solid #EFEAE7;
    margin-left: 0;
    margin-right: 0;
    min-height: 89px;
  }
}
.block.faqblock .faq-item-wrapper .question {
  padding: 16px 0 0 20px;
}
.block.faqblock .faq-item-wrapper .question a {
  background: transparent url(/Static/img/2022/faq-arrow-right.svg) no-repeat;
  background-position-x: calc((100% - 20px));
  background-position-y: 3px;
  color: #000;
  display: block;
  font-family: "ABCGintoNord-Medium", Verdana;
  line-height: 20px;
  padding-right: 45px;
  font-size: 14px;
}
.block.faqblock .faq-item-wrapper .question a .toggle-item {
  display: none;
}
.block.faqblock .faq-item-wrapper.active {
  background: #EFEAE7;
  border-bottom: 3px solid #9B7F85;
}
.block.faqblock .faq-item-wrapper.active .question a {
  background: transparent url(/Static/img/2022/faq-arrow-down.svg) no-repeat;
  background-position-x: calc((100% - 20px));
  background-position-y: 6px;
}
@media (min-width: 768px) {
  .block.faqblock .faq-item-wrapper .question {
    background-position: right 6px;
    padding: 16px 0 0;
  }
  .block.faqblock .faq-item-wrapper .question a {
    padding: 16px 60px 16px 20px;
    background-image: none;
    font-size: 16px;
    line-height: 22.4px;
  }
  .block.faqblock .faq-item-wrapper .question a .toggle-item {
    background: transparent url(/Static/img/2022/faq-plus.svg) no-repeat;
    display: block;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 28px;
    width: 24px;
  }
  .block.faqblock .faq-item-wrapper.active {
    background: #EFEAE7;
    border-bottom: 3px solid #9B7F85;
  }
  .block.faqblock .faq-item-wrapper.active .question a {
    background-image: none;
  }
  .block.faqblock .faq-item-wrapper.active .question a .toggle-item {
    background: transparent url(/Static/img/2022/faq-minus.svg) no-repeat;
    background-position: 0 10px;
  }
}
.block.faqblock .faq-item-wrapper .answer {
  box-sizing: border-box;
  display: none;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  padding: 10px 25px;
}
.block.faqblock .faq-item-wrapper .answer ul {
  margin: 5px 0;
}
.block.faqblock .faq-item-wrapper.all-open .answer {
  display: block;
}
@media (min-width: 768px) {
  .block.faqblock .faq-item-wrapper .answer {
    font-size: 16px;
    line-height: 22.4px;
    overflow: hidden;
    padding: 0 25px 15px;
  }
}
.block.max-width-1635 {
  max-width: 1635px;
  margin: 0 auto;
}
.block.max-width-1303 {
  max-width: 1303px;
  margin: 0 auto;
}
.block.bg-white {
  background-color: #fff;
}
.block.padding-top-50 {
  padding-top: 50px;
}
.block.margin-top-0 {
  margin-top: 0;
}
.block.margin-bottom-0 {
  margin-bottom: 0;
}
.block.editorialblock {
  justify-content: center;
  display: flex;
  margin-top: 10px;
  /*h1, h2 {
            font-size: 32px !important;
        }*/

}
.block.editorialblock .block-inner {
  margin-left: 0;
}
.block.nowrap-title > h2 {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .block.editorialblock {
    display: block;
    /*h1, h2 {
                  font-size: 48px !important;
              }*/
  
  }
}
body.destinationv3page .editorialblock h1,
body.startpage .editorialblock h1,
body.landingpage2023 .editorialblock h1,
body.destinationv3page .editorialblock h2,
body.startpage .editorialblock h2,
body.landingpage2023 .editorialblock h2 {
  color: #632E38 !important;
  font-family: Moret;
  /*font-size: 32px;*/
  font-weight: bold;
  letter-spacing: normal;
  /*line-height: 38.4px;*/

}
body.destinationv3page .editorialblock p,
body.startpage .editorialblock p,
body.landingpage2023 .editorialblock p {
  font-size: 14px;
  line-height: 18.2px;
}
body.destinationv3page .editorialblock.kohde-bg,
body.startpage .editorialblock.kohde-bg,
body.landingpage2023 .editorialblock.kohde-bg {
  /* Ingress block */
  /* background-image set using setEditorialBlockBackgoundImage() function */
  background-repeat: no-repeat;
  background-position: center 38px;
  background-size: 280px auto;
  box-sizing: border-box;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  max-height: 400px;
  min-height: 252px;
  padding-top: 30px;
  text-align: center;
}
body.destinationv3page .editorialblock.kohde-bg .block-inner,
body.startpage .editorialblock.kohde-bg .block-inner,
body.landingpage2023 .editorialblock.kohde-bg .block-inner {
  margin-left: 0;
  max-width: 100% !important;
}
body.destinationv3page .editorialblock.kohde-bg .block-inner h1,
body.startpage .editorialblock.kohde-bg .block-inner h1,
body.landingpage2023 .editorialblock.kohde-bg .block-inner h1,
body.destinationv3page .editorialblock.kohde-bg .block-inner h2,
body.startpage .editorialblock.kohde-bg .block-inner h2,
body.landingpage2023 .editorialblock.kohde-bg .block-inner h2 {
  margin-bottom: 8px;
}
body.destinationv3page .editorialblock.narrow-block,
body.startpage .editorialblock.narrow-block,
body.landingpage2023 .editorialblock.narrow-block {
  max-width: 910px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px;
  text-align: left;
  width: 100%;
}
body.destinationv3page .editorialblock.border-block,
body.startpage .editorialblock.border-block,
body.landingpage2023 .editorialblock.border-block {
  border: 1px solid #E6E6EA;
  box-sizing: border-box;
  padding: 40px;
  text-align: left;
  width: 100%;
  max-width: 910px;
  margin: 0 auto 30px;
}
body.destinationv3page .editorialblock.border-block .block-inner,
body.startpage .editorialblock.border-block .block-inner,
body.landingpage2023 .editorialblock.border-block .block-inner {
  width: 100%;
  /*@media(min-width: 1200px) {
                    width: 75%;
                }*/

}
body.destinationv3page .editorialblock.border-block .block-inner p,
body.startpage .editorialblock.border-block .block-inner p,
body.landingpage2023 .editorialblock.border-block .block-inner p {
  font-size: 14px;
}
@media (min-width: 768px) {
  body.destinationv3page .editorialblock h1,
  body.startpage .editorialblock h1,
  body.landingpage2023 .editorialblock h1,
  body.destinationv3page .editorialblock h2,
  body.startpage .editorialblock h2,
  body.landingpage2023 .editorialblock h2 {
    color: #632E38 !important;
    font-family: Moret;
    /*font-size: 64px;*/
    font-weight: bold;
    letter-spacing: normal;
    /*line-height: 72px;*/
  
  }
  body.destinationv3page .editorialblock p,
  body.startpage .editorialblock p,
  body.landingpage2023 .editorialblock p {
    font-size: 16px;
    line-height: 22.4px;
  }
  body.destinationv3page .editorialblock.kohde-bg,
  body.startpage .editorialblock.kohde-bg,
  body.landingpage2023 .editorialblock.kohde-bg {
    /* Ingress block */
    /* background-image set using setEditorialBlockBackgoundImage() function */
    background-repeat: no-repeat;
    background-position: center 0;
    /*background-size: 661px auto;*/
    background-size: auto;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 70px;
    min-height: 512px;
    padding-top: 140px;
  }
  body.destinationv3page .editorialblock.kohde-bg .block-inner,
  body.startpage .editorialblock.kohde-bg .block-inner,
  body.landingpage2023 .editorialblock.kohde-bg .block-inner {
    max-width: 100% !important;
  }
  body.destinationv3page .editorialblock.kohde-bg .block-inner h1,
  body.startpage .editorialblock.kohde-bg .block-inner h1,
  body.landingpage2023 .editorialblock.kohde-bg .block-inner h1,
  body.destinationv3page .editorialblock.kohde-bg .block-inner h2,
  body.startpage .editorialblock.kohde-bg .block-inner h2,
  body.landingpage2023 .editorialblock.kohde-bg .block-inner h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1303px) {
  body.destinationv3page .editorialblock.kohde-bg,
  body.startpage .editorialblock.kohde-bg,
  body.landingpage2023 .editorialblock.kohde-bg {
    max-width: 1303px;
  }
}
/* Tab Content Block grid fixes*/

.block.tabcontentblock.width-twothirds {
  max-width: 100%;
}
.block.tabcontentblock.width-third .block-inner,
.block.tabcontentblock.width-half .block-inner,
.block.tabcontentblock.width-twothirds .block-inner {
  height: 100%;
}
.block.tabcontentblock.width-third .block-inner .col-row.style-1 .editor,
.block.tabcontentblock.width-half .block-inner .col-row.style-1 .editor,
.block.tabcontentblock.width-twothirds .block-inner .col-row.style-1 .editor {
  padding-bottom: 20px;
}
@media (min-width: 979px) {
  .block.tabcontentblock.width-third,
  .block.tabcontentblock.width-half,
  .block.tabcontentblock.width-twothirds {
    /*margin-bottom: 15px;*/
    margin-bottom: 30px;
    /*margin-bottom: 0;*/
  
  }
  .block.tabcontentblock.width-third .block-inner .col-row.style-1,
  .block.tabcontentblock.width-half .block-inner .col-row.style-1,
  .block.tabcontentblock.width-twothirds .block-inner .col-row.style-1 {
    height: 97%;
  }
  .block.tabcontentblock.width-third .block-inner .col-row.style-1 .editor,
  .block.tabcontentblock.width-half .block-inner .col-row.style-1 .editor,
  .block.tabcontentblock.width-twothirds .block-inner .col-row.style-1 .editor {
    padding-bottom: 20px;
  }
  .block.tabcontentblock.width-third .block-inner .col-row.style-2,
  .block.tabcontentblock.width-half .block-inner .col-row.style-2,
  .block.tabcontentblock.width-twothirds .block-inner .col-row.style-2 {
    height: 100%;
  }
  .block.tabcontentblock.width-third .block-inner .col-row.style-4,
  .block.tabcontentblock.width-half .block-inner .col-row.style-4,
  .block.tabcontentblock.width-twothirds .block-inner .col-row.style-4 {
    height: 90%;
  }
  .block.tabcontentblock.width-third .block-inner .col-row.style-4 > .image img,
  .block.tabcontentblock.width-half .block-inner .col-row.style-4 > .image img,
  .block.tabcontentblock.width-twothirds .block-inner .col-row.style-4 > .image img {
    max-height: 267px;
  }
  .block.tabcontentblock.width-third .block-inner .col-row.style-4 .editor,
  .block.tabcontentblock.width-half .block-inner .col-row.style-4 .editor,
  .block.tabcontentblock.width-twothirds .block-inner .col-row.style-4 .editor {
    height: 57%;
    padding-bottom: 20px;
  }
  .block.tabcontentblock.width-third .block-inner .col-row.style-4 .editor-content-wrap,
  .block.tabcontentblock.width-half .block-inner .col-row.style-4 .editor-content-wrap,
  .block.tabcontentblock.width-twothirds .block-inner .col-row.style-4 .editor-content-wrap {
    padding-bottom: 30px;
  }
  .block.tabwrapperblock .block.tabcontentblock.width-third .block-inner .col-row.style-1,
  .block.tabwrapperblock .block.tabcontentblock.width-half .block-inner .col-row.style-1,
  .block.tabwrapperblock .block.tabcontentblock.width-twothirds .block-inner .col-row.style-1 {
    height: 100%;
  }
  .block.tabwrapperblock .block.tabcontentblock.width-third .block-inner .col-row.style-1 .editor,
  .block.tabwrapperblock .block.tabcontentblock.width-half .block-inner .col-row.style-1 .editor,
  .block.tabwrapperblock .block.tabcontentblock.width-twothirds .block-inner .col-row.style-1 .editor {
    padding-bottom: 20px;
  }
  .block.tabwrapperblock .block.tabcontentblock.width-third .block-inner .col-row.style-4,
  .block.tabwrapperblock .block.tabcontentblock.width-half .block-inner .col-row.style-4,
  .block.tabwrapperblock .block.tabcontentblock.width-twothirds .block-inner .col-row.style-4 {
    height: 100%;
    /*height: 97%;*/
  
  }
  .block.tabwrapperblock .block.tabcontentblock.width-third .block-inner .col-row.style-4 > .image img,
  .block.tabwrapperblock .block.tabcontentblock.width-half .block-inner .col-row.style-4 > .image img,
  .block.tabwrapperblock .block.tabcontentblock.width-twothirds .block-inner .col-row.style-4 > .image img {
    max-height: 267px;
  }
  .block.tabwrapperblock .block.tabcontentblock.width-third .block-inner .col-row.style-4 .editor,
  .block.tabwrapperblock .block.tabcontentblock.width-half .block-inner .col-row.style-4 .editor,
  .block.tabwrapperblock .block.tabcontentblock.width-twothirds .block-inner .col-row.style-4 .editor {
    height: 64%;
  }
  .block.tabwrapperblock .block.tabcontentblock.width-third .block-inner .col-row.style-4 .editor-content-wrap,
  .block.tabwrapperblock .block.tabcontentblock.width-half .block-inner .col-row.style-4 .editor-content-wrap,
  .block.tabwrapperblock .block.tabcontentblock.width-twothirds .block-inner .col-row.style-4 .editor-content-wrap {
    padding-bottom: 0;
  }
  .block.tabwrapperblock .block.tabcontentblock.width-twothirds .block-inner .col-row.style-4 .editor {
    height: 100%;
  }
  .block.tabcontentblock.width-half .block-inner .col-row.style-2 {
    height: 100%;
  }
  .block.tabcontentblock.width-third .col-row.style-4 {
    display: block;
    /*margin-bottom: 0;*/
  
  }
  .block.tabcontentblock.width-third .col-row.style-4 > .image,
  .block.tabcontentblock.width-third .col-row.style-4 > .image img {
    max-height: 267px;
    min-height: 267px;
  }
}
@media (min-width: 979px) and (min-width: 1200px) {
  .block.tabcontentblock.width-third .block-inner .col-row.style-4,
  .block.tabcontentblock.width-half .block-inner .col-row.style-4,
  .block.tabcontentblock.width-twothirds .block-inner .col-row.style-4 {
    height: 89%;
  }
}
@media (min-width: 979px) and (min-width: 2100px) {
  .block.tabcontentblock.width-third .block-inner .col-row.style-4,
  .block.tabcontentblock.width-half .block-inner .col-row.style-4,
  .block.tabcontentblock.width-twothirds .block-inner .col-row.style-4 {
    height: 85%;
  }
}
@media (min-width: 979px) and (min-width: 1200px) {
  .block.tabwrapperblock .block.tabcontentblock.width-third .block-inner .col-row.style-4 .editor,
  .block.tabwrapperblock .block.tabcontentblock.width-half .block-inner .col-row.style-4 .editor,
  .block.tabwrapperblock .block.tabcontentblock.width-twothirds .block-inner .col-row.style-4 .editor {
    height: 63%;
  }
}
@media (min-width: 1200px) {
  .block.tabcontentblock.width-half .col-row.style-2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
body.startpage .block.tabcontentblock.width-third .block-inner {
  height: 90%;
}
/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

/* ********************** */

.presentationaccordionblock,
.contactinformationblock {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.presentationblock {
  box-sizing: border-box;
  padding-top: 10px;
}
.presentationblock .block-inner {
  height: 99% !important;
  margin-left: 0;
  margin-right: 15px;
  border: 1px solid #dcdcdc;
}
.presentationblock .block-inner .presentation-block-wrapper {
  padding: 0;
}
.presentationblock .block-inner .presentation-block-wrapper img {
  width: 100%;
}
.presentationblock .block-inner .presentation-block-wrapper .content-wrapper ul {
  margin-left: 5px;
  margin-top: 15px;
}
.block.spacerblock {
  margin-bottom: 0;
}
/* HCR-394 - override tab content block style on desktop size */

@media (min-width: 768px) and (max-width: 1199px) {
  .block.tabcontentblock.width-full .strip_panel {
    height: 100%;
  }
  .block.tabcontentblock.width-full .strip_panel img {
    height: 492px !important;
    object-fit: cover;
    object-position: center;
  }
  .block.tabcontentblock.width-full .push-down {
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .block.tabcontentblock.width-full {
    height: fit-content;
    min-height: 400px;
  }
  .block.tabcontentblock.width-full .editor {
    height: min-content;
    padding: 40px !important;
  }
  .block.tabcontentblock.width-full .editor .editor-content-wrap {
    margin: 0 !important;
  }
  .block.tabcontentblock.width-full .editor-content-wrap {
    max-width: 100% !important;
    width: 100%;
  }
  .block.tabcontentblock.width-full .strip_panel {
    height: 100%;
  }
  .block.tabcontentblock.width-full .strip_panel img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .block.tabcontentblock.width-full .editor-area-link {
    right: 40px !important;
    top: 40px !important;
  }
  .block.tabcontentblock.width-full .push-down {
    padding-bottom: 40px;
  }
}
.block.narrowbannerblock {
  box-sizing: border-box;
  display: block;
  margin-bottom: 30px;
  /*max-width: 375px;*/
  max-width: 100%;
  min-height: 236px;
}
@media (min-width: 768px) {
  .block.narrowbannerblock {
    max-width: 100%;
    max-height: 122px;
    min-height: 122px;
    width: 100%;
    display: table;
    overflow: visible;
  }
}
.block.narrowbannerblock .backgroundcolor-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .block.narrowbannerblock .backgroundcolor-wrapper {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .block.narrowbannerblock .backgroundcolor-wrapper {
    margin-left: -10000px;
    margin-right: -10000px;
  }
}
.block.narrowbannerblock .backgroundcolor-wrapper a {
  box-sizing: border-box;
  display: block;
  max-width: 1174px;
  margin: 0 auto;
  padding: 30px;
}
@media (min-width: 768px) {
  .block.narrowbannerblock .backgroundcolor-wrapper a {
    display: table;
  }
}
.block.narrowbannerblock .backgroundcolor-wrapper a .block-inner {
  display: block;
  height: 100%;
}
@media (min-width: 768px) {
  .block.narrowbannerblock .backgroundcolor-wrapper a .block-inner {
    display: table-row;
  }
}
.block.narrowbannerblock .backgroundcolor-wrapper a .block-inner h3 {
  font-family: Moret;
  font-size: 28px !important;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;
  padding: 0 20px 0 0;
}
@media (min-width: 768px) {
  .block.narrowbannerblock .backgroundcolor-wrapper a .block-inner h3 {
    display: table-cell;
    font-size: 38px !important;
    line-height: 42px;
    margin-bottom: 0;
    padding: 10px 20px 0 0;
  }
}
.block.narrowbannerblock .backgroundcolor-wrapper a .block-inner h3 em {
  color: red;
  text-transform: none;
  font-style: normal;
}
.block.narrowbannerblock .backgroundcolor-wrapper a .block-inner .button-cell {
  display: block;
}
@media (min-width: 768px) {
  .block.narrowbannerblock .backgroundcolor-wrapper a .block-inner .button-cell {
    display: table-cell;
    vertical-align: middle;
  }
}
.block.narrowbannerblock .backgroundcolor-wrapper a .block-inner .button-cell .button-link {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  font-family: "ABCGintoNord-Regular", Verdana;
  font-weight: 600;
  line-height: 20px;
  padding: 18px 15px 0 15px;
  max-height: 56px;
  min-height: 56px;
  min-width: 100%;
  text-align: center;
  border: 2px solid #000;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .block.narrowbannerblock .backgroundcolor-wrapper a .block-inner .button-cell .button-link {
    font-size: 16px;
    padding: 18px 20px 0 20px;
  }
}
.block.narrowbannerblock .backgroundcolor-wrapper a .block-inner .button-cell .button-link:after {
  content: '\F061';
  font-family: fontawesome;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .block.narrowbannerblock .backgroundcolor-wrapper a .block-inner .button-cell .button-link {
    max-height: 62px;
    min-height: 62px;
    vertical-align: middle;
  }
}
.iconlinkwrapperblock {
  width: 100% !important;
}
.iconlinkwrapperblock h2 {
  color: #632E38;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
}
.iconlinkwrapperblock .icon-link-wrapper-block {
  min-width: 362px;
  margin-left: 0;
  margin-top: 16px;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .iconlinkwrapperblock .icon-link-wrapper-block {
    margin-top: 26px;
  }
}
.iconlinkwrapperblock .icon-link-wrapper-block .row {
  text-align: center;
}
.iconlinkwrapperblock .iconlinkblock {
  color: #632E38;
  text-align: center;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  min-width: 169px;
  max-height: 169px;
  max-width: 169px;
  text-transform: uppercase;
  margin: 0 6px 12px;
}
.iconlinkwrapperblock .iconlinkblock a {
  border-right: #fff solid 6px;
  color: #632E38;
  display: block;
  margin: 0 auto;
  max-height: 169px;
  max-width: 169px;
  min-height: 169px;
  min-width: 169px;
  position: relative;
}
.iconlinkwrapperblock .iconlinkblock a:hover {
  color: #632E38;
}
.iconlinkwrapperblock .iconlinkblock a:hover:before {
  background: #632E38;
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}
.iconlinkwrapperblock .iconlinkblock a img {
  padding: 46px 0 5px;
}
.iconlinkwrapperblock .iconlinkblock a p {
  padding: 0 5px;
}
@media screen and (max-width: 1050px) and (min-width: 769px) {
  .liftreservation.destinationpage #main-helper > .bookingtool-container {
    padding: 15px;
  }
}
/* */

@media screen and (min-width: 1042px) {
  .headerbanner.complex .headerblocks:not(.owl-loaded) {
    min-height: 400px;
  }
}
/* lge 1042 */

@media (max-width: 1200px) {
  #main-nav {
    margin: 0;
  }
  .dockmenupanel {
    left: 0;
    margin-left: 0;
    max-width: none;
  }
  .dockmenupanel.open {
    top: -2px;
  }
  /*    #main {
          padding-top: 30px !important;
      }*/
  
  #main .wrap {
    padding: 0 10px;
    width: auto;
  }
  #main .reservationtool {
    padding: 0;
  }
  .contentarea.alternating .block-inner {
    padding: 0 10px;
    width: auto;
  }
  .headerbannerblock .headeritem-info .wrap {
    padding: 0 100px;
  }
  .navbar .brand img {
    width: 220px;
  }
}
@media (max-width: 1200px) {
  .navbar .mainmenu {
    position: relative;
    left: 0;
    width: auto;
  }
}
@media (min-width: 950px) and (max-width: 1200px) {
  .dockmenu.open {
    top: 108px;
  }
  .dockmenu.open.tall {
    top: 58px;
  }
}
@media (max-width: 1044px) {
  .dockmenu {
    right: 0;
  }
}
@media (max-width: 979px) {
  .destinations-category-title {
    font-size: 22px;
  }
  .MainContentArea {
    margin: 0;
  }
  .homepage .headerbanner {
    position: relative;
    top: 0 !important;
  }
  .homepage .block.spacemaker {
    display: none;
  }
  .reservationtool .option {
    margin-bottom: 10px;
  }
  .navbar .mainmenu {
    position: relative;
    left: 0;
    width: auto;
  }
  #main-horizonal-mob-nav {
    width: 480px !important;
    right: -480px;
    background: #f4f4f4;
  }
  #main-horizonal-mob-nav:after {
    box-shadow: inset 6px 0 6px -6px #666;
    -webkit-box-shadow: inset 6px 0 6px -6px #666;
    content: '';
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
    width: 6px;
    z-index: 9001;
  }
  #main-horizonal-mob-nav .navi li {
    border-bottom: 1px solid #b2b2b2;
  }
  #main-horizonal-mob-nav .navi li:first-child {
    border-top: 1px solid #b2b2b2;
  }
  #main-horizonal-mob-nav .navi li a {
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
  }
  .dockmenupanel.open {
    top: 128px;
  }
  .destinationpromotionblock .rightside,
  .destinationpromotionblock .leftside {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }
  .destinationpromotionblock .leftside-inner {
    margin: 0 !important;
    padding-bottom: 30px !important;
  }
  .destinationpromotionblock .item-content {
    padding-bottom: 10px;
  }
  .destinationpromotionblock .read-more-btn {
    position: static;
  }
  .reservationtool .option {
    width: 50%;
  }
  .reservationtool .reservation-tool-counts,
  .reservationtool .reservation-tool-campaign,
  .reservationtool .reservation-tool-submit,
  .reservationtool .reservation-tool-target {
    width: 100%;
  }
  .teaserblock .item-image {
    width: 100%;
  }
  .teaserblock .item-image img {
    width: 100%;
  }
  .teaserblock .item-content {
    clear: both;
    margin: 0;
    padding: 15px;
    position: relative;
    background: linear-gradient(to bottom, #C00000 0%, #B10202 50%, #C00000 50%, #C00000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  .teaserblock .item-content:hover {
    background: linear-gradient(to bottom, #B50000 0%, #930202 0%, #AD0000 50%, #930202 50%, #AD0000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  .teaserblock .lift-inner-link {
    display: block;
    padding-right: 55px;
    text-decoration: none;
  }
  .teaserblock .lift-inner-link h3 {
    margin-left: 0;
  }
  .teaserblock .lift-inner-link p {
    margin: 0;
  }
  .teaserblock .icon-big-arrow {
    top: 50%;
    margin-top: -32px;
  }
  .newsletter-btn {
    float: none;
    display: block;
    width: auto;
    margin: 10px 0 0 15px;
  }
  .company-login .newsletter-btn {
    margin-left: 0;
  }
  .productsearchpage .leftcolumn .block {
    width: 50% !important;
    float: left !important;
  }
  .block:not(.imagefile) {
    width: 100% !important;
  }
  .fat-footer .container {
    width: auto;
    padding: 0 10px;
  }
  .fat-footer .container .footerdestinations,
  .fat-footer .container .footercontent {
    width: 100%;
    margin: 0;
  }
  .giftcard-item .item-content {
    padding: 0 20px 20px 20px;
  }
  .giftcard-infoblock .block-content {
    padding: 20px;
  }
  .giftcardblock.width-third {
    width: 50% !important;
  }
  .timerblock .counter .item {
    padding: 0 10px;
  }
  .timerblock .counter .item span.number {
    font-size: 36px;
  }
  .timerblock .counter .item span.text {
    font-size: 14px;
  }
  .timerblock.small .counter .item {
    padding: 0 6px;
  }
  .timerblock.small .counter .item span.number {
    font-size: 24px;
  }
  .timerblock.small .counter .item span.text {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .mob-buttons {
    display: block;
  }
  .navbar .mainmenu {
    display: none;
  }
  .navbar-fixed-top .navbar-inner.bg-white {
    background: #632e38 !important;
    padding: 0 10px !important;
  }
  .megadrop {
    display: none;
  }
  #upper-navbar {
    display: none;
  }
}
@media (min-width: 770px) {
  .bookingtool-accordion {
    display: block !important;
    height: auto !important;
  }
}
/* >= 770px */

@media (max-width: 769px) {
  #main .leftcolumn {
    width: auto;
    float: none;
    clear: both;
    padding-top: 20px;
    display: none;
  }
  .productsearchpage #main .leftcolumn {
    padding-top: 0;
  }
  #main .rightcolumn,
  #main .stripes .rightcolumn {
    float: none;
    clear: both;
    margin: 0;
    padding-right: 0;
  }
  .companiesstartpage #main .leftcolumn {
    display: block;
    width: 250px;
  }
  .companiesstartpage #main .rightcolumn {
    clear: none;
    margin-left: 275px;
  }
  .productsearchpage #main .leftcolumn {
    display: block;
    width: 100%;
  }
  .productsearchpage #main .leftcolumn .contentarea {
    display: none;
  }
  /*    #main {
          padding-top: 10px !important;
      }*/
  
  .giftcard-page #main {
    padding-top: 0 !important;
  }
  .giftcard-page .pagemaincontent {
    margin: 0 -10px;
  }
  .publicmode .contentarea {
    margin-bottom: -15px;
  }
  .block {
    margin-bottom: 15px;
  }
  .mainmenu {
    display: none !important;
  }
  .destinationitem {
    width: 33.3333% !important;
  }
  .destinationlandingpage .MainContentArea {
    padding-top: 0;
    background: none;
  }
  .destinationlandingpage #main {
    padding-top: 0 !important;
  }
  .DestinationLandingPageHeader .span3,
  .DestinationLandingPageHeader .span9 {
    clear: both;
    width: 100%;
    margin: 0 !important;
  }
  .DestinationLandingPageHeader .header-lift {
    margin: 0;
    padding: 10px;
    width: auto;
  }
  .DestinationLandingPageHeader .lifted-text-block a {
    color: #000;
  }
  .DestinationLandingPageHeader .header-row {
    margin: 0;
  }
  .DestinationLandingPageHeader .all-targets {
    padding: 0;
    margin-top: 15px;
  }
  .DestinationLandingPageHeader .all-targets h3 {
    margin-top: 25px;
  }
  .DestinationLandingPageHeader .rightside,
  .DestinationLandingPageHeader .leftside {
    width: 50%;
    border: 0;
    margin-left: 0;
    padding: 0 10px 0 0;
  }
  .DestinationLandingPageHeader .halfside,
  .DestinationLandingPageHeader .inner-rightside,
  .DestinationLandingPageHeader .inner-leftside {
    width: 100%;
  }
  .DestinationLandingPageHeader .basic-square-list {
    margin: 0;
  }
  .DestinationLandingPageHeader .basic-square-list li {
    margin-top: 5px;
  }
  .DestinationLandingPageHeader .basic-square-list li a {
    display: block;
    background: #c00000;
    padding: 5px 7px 7px 7px;
    color: #fff;
    font-size: 18px;
  }
  .card-filter-form label {
    vertical-align: top !important;
  }
  .accommodationpage .leftcolumn .contentarea {
    max-width: none;
  }
  .premiumproductlistblock .premiumitem {
    width: 100%;
  }
  .BottomContent [class*="span"] {
    width: 100% !important;
  }
  .BottomContent [class*="span"]:first-child {
    margin-bottom: 30px;
  }
  .activitiespage .bookingtool-container .wrap,
  .productsearchpage .bookingtool-container .wrap {
    padding: 0 !important;
  }
  .liftreservation .bookingtool-container {
    position: static;
  }
  .bookingtool-title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    cursor: pointer;
    padding: 10px;
    margin: -10px !important;
  }
  .productsearchpage .bookingtool-title {
    margin: 0 !important;
  }
  #main-helper > .bookingtool-container .bookintool-title-front {
    display: none;
  }
  .bookingtool:not(.no-expand) .bookingtool-title:before {
    content: "\f073";
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    top: 18px;
    left: 15px;
    line-height: 12px;
  }
  .bookingtool:not(.no-expand) .bookingtool-title:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 12px;
    right: 10px;
    line-height: 20px;
  }
  .bookingtool:not(.no-expand) .bookingtool-title.expanded:after {
    content: "\f106";
  }
  /**/
  .bookingtool.no-expand .bookingtool-accordion {
    display: block !important;
    height: auto !important;
  }
  .bookingtool.no-expand .bookingtool-title {
    text-align: center;
  }
  .bookingtool-accordion:not(.expanded) {
    display: none;
  }
  .block .bookingtool-accordion {
    display: block;
  }
  .bookingtool {
    background: none;
    border: 1px solid #b2b2b2;
    box-shadow: none;
  }
  .bookingtool .bookingtool-title {
    display: block;
    padding-left: 45px;
    padding-right: 45px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .bookingtool .inputwrap,
  .bookingtool .inputfield {
    display: block;
    width: auto;
    margin: 10px 0 0 0;
    border-width: 1px;
  }
  .bookingtool .bookingtool-accordion {
    margin-left: 0;
    padding: 20px 10px 10px 10px;
  }
  .bookingtool .inputwrap .inputfield {
    padding: 15px 0;
    margin: 0;
  }
  .bookingtool .inputwrap .inputfield,
  .bookingtool .field-arr,
  .bookingtool .field-dep {
    width: -moz-calc((50% - 5px));
    width: -webkit-calc((50% - 5px));
    width: calc((50% - 5px));
    display: inline-block;
  }
  .bookingtool .inputwrap .inputfield:last-child,
  .bookingtool .field-dep {
    margin-left: 6px;
  }
  .bookingtool .emsg {
    padding-left: 0;
    text-align: center;
  }
  .bookingtool-container {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 3;
    position: relative !important;
  }
  .bookingtool-container .bookingtool {
    padding: 0 !important;
    border: 0 !important;
  }
  .bookingtool-title {
    background: #c00000;
    background: #d50000;
    background: -moz-linear-gradient(top, #d50000 0%, #a30100 100%);
    background: -webkit-linear-gradient(top, #d50000 0%, #a30100 100%);
    background: linear-gradient(to bottom, #d50000 0%, #a30100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d50000', endColorstr='#a30100', GradientType=0);
    color: #fff;
  }
  .bookingtool .contentarea {
    display: block !important;
  }
  .sorting-bar {
    margin-bottom: 10px;
  }
  .sorting-bar div {
    width: 100%;
  }
  #main-nav {
    position: relative;
    top: 0 !important;
  }
  .bookingtool-container {
    padding: 0;
  }
  .bookingtool {
    margin: 0;
  }
  #main-helper > .bookingtool-container {
    padding: 10px !important;
    background: none !important;
  }
  .imagegallerypage #main-helper > .bookingtool-container {
    background: #f4f4f4 !important;
  }
  .liftreservation #main-helper > .bookingtool-container .bookingtool {
    padding: 10px;
    border: 1px solid #b2b2b2;
  }
  .liftreservation #main-helper > .bookingtool-container .bookintool-title-front {
    display: none;
  }
  #toggle-dockmenu,
  a.destination-name {
    display: none;
  }
  /*    .mainbody .toggle-content,
      .editorialblock .editor {
          .text-center {
              text-align: left;
          }
      }*/
}
/* 769  */

@media (max-width: 767px) {
  .giftcardctablock .block-content {
    background-image: none !important;
  }
  .DestinationLandingPageHeader .destinations-category-title {
    min-height: 0;
    margin-bottom: 0;
  }
  .activities-filters .datelink {
    margin: 0 15px 10px 0;
    line-height: 20px;
    vertical-align: top;
  }
  .activities-filters .datepicker {
    margin: 0;
    vertical-align: top;
  }
  .activity-category-select {
    margin-bottom: 10px;
    display: block;
    width: auto;
  }
  .activity-category-select select {
    background: none;
    border: 0;
    margin: 0;
  }
  .publicmode .popup-area .wrap {
    margin-top: 100px;
    padding: 10px !important;
  }
  .headerbannerblock .headeritem-info {
    top: auto;
    bottom: 0;
  }
  .headerbannerblock .item-text {
    display: none;
  }
  .headerbannerblock .item-title {
    font-size: 22px;
    text-align: center;
    line-height: normal;
  }
  .headerbannerblock .headeritem-info .wrap {
    padding: 0 10px;
  }
  .headerbanner .owl-controls,
  .headerbanner.complex .headerblock-info {
    display: none;
  }
  .sharebuttons.compact {
    margin-bottom: 10px;
  }
  .sharebuttons.compact ul {
    margin: 0;
  }
  .sharebuttons.compact li {
    margin: 0;
  }
  .sharebuttons.compact li a i {
    border: 2px solid rgba(255, 255, 255, 0.5);
  }
  .headerbanner.complex .headerbannerblock .imagelink {
    background: none !important;
  }
  .headerbannerblock .imagelink {
    display: block;
    min-height: 100px;
  }
  .headerbanner .owl-item {
    overflow: hidden;
    height: 0;
  }
  .headerbanner .owl-item.showing,
  .headerbanner .owl-item.active {
    height: auto;
  }
  .giftcard-item.type-large .item-summary,
  .giftcard-item.type-large .contentlinks {
    display: none;
  }
  .giftcard-item.type-large .item-title {
    font-size: 22px;
    margin: 0;
    line-height: 22px;
  }
  .giftcard-item.type-large .item-content {
    padding: 30px 20px 10px 20px;
    font-size: 20px;
  }
  .giftcard-item.type-large .bottomlinks {
    display: block;
  }
  .giftcard-item.type-large .item-links a {
    display: block;
    position: relative;
    margin: 0 0 1px 0;
  }
  .giftcard-item.type-large .item-links a:after {
    position: absolute;
    right: 20px;
  }
  .giftcardblock.width-third {
    width: 100% !important;
  }
  .giftcard-item.type-small .bottomlinks {
    padding: 10px;
  }
  .giftcard-item.type-small .item-links a {
    line-height: normal;
  }
  .giftcard-group-title {
    padding: 0;
    text-align: center;
  }
  .giftcard-filter {
    overflow: hidden;
    white-space: nowrap;
  }
  .giftcard-filter li {
    width: 100%;
  }
  .giftcard-filter li a {
    border: 0 !important;
  }
  .giftcard-filter .owl-next,
  .giftcard-filter .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 100%;
    font-size: 0;
    text-align: center;
    background: #c00000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2IxMDIwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2MwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c00000), color-stop(50%, #b10202), color-stop(50%, #c00000), color-stop(100%, #c00000));
    background: -webkit-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
    background: -o-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
    background: -ms-linear-gradient(top, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
    background: linear-gradient(to bottom, #c00000 0%, #b10202 50%, #c00000 50%, #c00000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c00000', endColorstr='#c00000', GradientType=0);
  }
  .giftcard-filter .owl-next {
    left: auto;
    right: 0;
  }
  .giftcard-filter .owl-next:hover,
  .giftcard-filter .owl-prev:hover {
    background: #b50000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOTMwMjAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWQwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTMwMjAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FkMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #b50000 0%, #930202 0%, #ad0000 50%, #930202 50%, #ad0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b50000), color-stop(0%, #930202), color-stop(50%, #ad0000), color-stop(50%, #930202), color-stop(100%, #ad0000));
    background: -webkit-linear-gradient(top, #b50000 0%, #930202 0%, #ad0000 50%, #930202 50%, #ad0000 100%);
    background: -o-linear-gradient(top, #b50000 0%, #930202 0%, #ad0000 50%, #930202 50%, #ad0000 100%);
    background: -ms-linear-gradient(top, #b50000 0%, #930202 0%, #ad0000 50%, #930202 50%, #ad0000 100%);
    background: linear-gradient(to bottom, #b50000 0%, #930202 0%, #ad0000 50%, #930202 50%, #ad0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50000', endColorstr='#ad0000', GradientType=0);
  }
  .giftcard-filter .owl-prev:after,
  .giftcard-filter .owl-next:after {
    content: "\f104";
    font-family: fontawesome;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
  }
  .giftcard-filter .owl-next:after {
    content: "\f105";
  }
  .giftcard-item.type-medium .item-image {
    width: 100%;
  }
  .giftcard-item.type-medium .item-content {
    width: 100%;
    padding: 20px;
  }
  .giftcard-infoblock .block-title {
    font-size: 30px;
  }
  .benefitbarblock {
    display: none;
  }
  .giftcard-page .instructionsblock .accordion-heading a {
    padding: 15px 30px 15px 20px;
  }
  .giftcard-page .instructionsblock .accordion-toggle .icon {
    right: 10px;
  }
  .giftcard-item.type-small .item-title {
    font-size: 20px;
  }
  .giftcard-item .item-summary {
    font-size: 14px;
  }
  .mainbody {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 10px;
  }
  .mainbody h1 {
    margin-top: 0;
  }
  body.startpage .mainbody {
    margin-bottom: 10px;
  }
  .editorialblock .enable-toggle:not(.enabled),
  .enable-toggle.mainbody:not(.enabled) {
    max-height: 160px;
  }
  .editorialblock .mainbody {
    background: none;
    border: none;
    padding: 0;
  }
  /*    h1 {
          font-size: 24px;
          line-height: 1.2em;
      }*/
  
  /*    h2 {
          font-size: 22px;
          line-height: 1.2em;
          margin-top: 10px;
      }
  
      h3 {
          font-size: 20px;
          line-height: 1.2em;
      }
  
      h4 {
          font-size: 18px;
          margin-top: 10px;
      }*/
  
  /*    .mainbody {
          h1 {
              font-size: 24px;
              line-height: 1.2em;
          }
  
          h2 {
              font-size: 22px;
              line-height: 1.2em;
              margin-top: 10px;
          }
  
          h3 {
              font-size: 18px;
              line-height: 1.2em;
          }
  
          h4 {
              font-size: 16px;
              margin-top: 10px;
          }
      }*/
  
  .red-btn,
  .read-more-btn {
    font-size: 16px !important;
    height: auto !important;
    min-height: 0 !important;
    font-size: 18px !important;
    line-height: normal !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center;
    font-weight: bold;
  }
  .destinationpromotionblock .read-more-btn,
  .newsletterblock .newsletter-btn,
  .call-block-mobile,
  .call-block {
    min-height: 0 !important;
    font-size: 16px !important;
    line-height: normal;
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .destinationpromotionblock .read-more-btn img.phoneicon,
  .newsletterblock .newsletter-btn img.phoneicon,
  .call-block-mobile img.phoneicon,
  .call-block img.phoneicon,
  .destinationpromotionblock .read-more-btn img.arrowicon,
  .newsletterblock .newsletter-btn img.arrowicon,
  .call-block-mobile img.arrowicon,
  .call-block img.arrowicon {
    height: 20px;
    margin-top: -10px !important;
    width: auto;
  }
  .destinationlistblock .item .call-block span,
  .productlistblock .item .call-block span {
    background-size: auto 20px;
  }
  .destinationpromotionblock .read-more-btn {
    position: relative;
    display: block;
    padding-right: 30px;
  }
  .destinationpromotionblock .read-more-btn img {
    height: 20px;
    margin: -10px 10px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: auto;
  }
  .bookingtool .red-btn span.icon-arrow {
    background-size: auto 20px;
    right: 10px;
    height: 100% !important;
    margin: 0 !important;
  }
  .red-btn img {
    height: 20px !important;
  }
  .newsletter-btn img {
    margin-top: -10px;
  }
  .reservation-lift .bookingtool .red-btn span {
    background-size: auto 20px;
    height: 20px;
    margin-top: 8px;
    width: 20px;
  }
  .price-hasprice .link span.select {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
  }
  .price-hasprice .link span.icon {
    background-size: auto 20px;
    height: 20px;
    top: 10px;
    width: 20px;
  }
  .productsearchpage .bookingtool {
    margin-bottom: 20px;
  }
  .flockler-bottomlink {
    padding-bottom: 15px;
  }
  .destinationpage .stripe {
    padding: 30px 0;
  }
  .destinationpage .invert .stripe:nth-child(even) {
    margin: 0 -15px;
  }
  .destinationpage .invert .stripe:nth-child(even) > .wrap {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .destinationpage .invert .stripe:last-child {
    margin-bottom: 15px;
  }
  .destinationpage .invert .stripe .contentarea {
    margin-bottom: 15px;
  }
  .destinationpage .invert .stripe .contentarea:first-child,
  .destinationpage .invert .stripe .contentarea:last-child {
    margin-bottom: 0;
  }
  .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 30px;
  }
  .owl-carousel .owl-controls .owl-nav .owl-prev:after,
  .owl-carousel .owl-controls .owl-nav .owl-next:after {
    color: #fff;
    margin-top: -10px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -10px;
  }
  .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -10px;
  }
  .promo .owl-carousel .owl-controls .owl-prev {
    left: 15px;
  }
  .promo .owl-carousel .owl-controls .owl-next {
    right: 15px;
  }
  .imagefile block-inner.blur .imagecontainer,
  .imagefile block-inner.blur .imagefile-text,
  .imagefile block-inner.blur .bg-image {
    height: 230px;
  }
  .imagefile block-inner.blur img {
    display: none;
  }
  .imagefile block-inner.blur .imagecontainer {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .imagefile block-inner.blur .imagefile-text {
    display: table;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .imagefile block-inner.blur .imagefile-caption {
    background: none;
    font-size: 20px;
    line-height: 1em;
    padding: 30px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35), 0 0 5px rgba(0, 0, 0, 0.35), 0 0 10px rgba(0, 0, 0, 0.35), 0 0 15px rgba(0, 0, 0, 0.35);
    display: table-cell;
    vertical-align: middle;
  }
  .imagefile block-inner.blur .bg-image {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: block;
    position: relative;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
  }
  .imagefile block-inner.blur .bg-image:after {
    display: none;
    content: none;
  }
  .destinationpage table.f-red td h2.f-red {
    line-height: 1em;
    margin: 0 0 7px;
  }
  .destinationRedirect {
    padding: 0;
    height: 100%;
  }
  .destinationRedirect .inner {
    left: 15px;
    margin: 0 auto;
    max-width: 400px;
    right: 15px;
    top: 30px;
    width: auto;
  }
  .destinationRedirect .closer {
    right: -10px;
  }
}
/* 767 */

@media (max-width: 650px) {
  #main-horizonal-mob-nav:after {
    box-shadow: none;
    -webkit-box-shadow: none;
    content: none;
    display: none;
  }
  .mobnav li .back .trigger,
  .mobnav li .back {
    height: 40px;
    line-height: 24px;
  }
  .mob-nav-header {
    height: 72px;
    line-height: 72px;
  }
  .mob-nav-crumbs:empty + .mobnav .back,
  .mob-nav-crumbs:empty + .mobnav .back > .trigger {
    height: 72px;
    line-height: 72px;
  }
  .mob-nav-close {
    top: 10px;
  }
  div.navbar-inner {
    min-height: 0;
    padding: 10px !important;
  }
  .flockler .rowsize-2 .item {
    width: 100%;
  }
  .companiesstartpage #main .leftcolumn {
    width: auto;
    float: none;
  }
  .company-login {
    max-width: none;
  }
  .companiesstartpage #main .rightcolumn {
    clear: both;
    margin-left: 0;
  }
  .destinationitem {
    width: 50% !important;
  }
  .productsearchpage .leftcolumn .block {
    width: 100% !important;
  }
  .search-item-image {
    padding: 10px 0 0 10px;
    box-sizing: border-box;
  }
  .search-item .search-item-info {
    width: 66.6666%;
    padding: 0;
  }
  .search-item .search-item-info h3 {
    font-weight: 600;
    line-height: 20px;
  }
  .search-item .search-item-info h4,
  .search-item .search-item-info p {
    font-size: 16px;
    line-height: 20px;
  }
  .search-item-info .person-container {
    height: auto;
  }
  .search-item-info img {
    width: 16px;
  }
  .search-item-price {
    width: 100%;
    padding: 10px 0;
  }
  .search-item-price p {
    padding-top: 0;
  }
  .search-item-price .link {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    width: auto;
    max-width: none;
    padding: 0 15px;
  }
  .price-hasprice .hasprice {
    padding: 0 0 0 0;
    text-align: right;
    position: static !important;
  }
  .price-hasprice .hasprice .pricetext {
    line-height: 30px;
    height: 30px;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .price-hasprice .hasprice.showicon {
    margin-top: -32px;
  }
  .search-item-price h2 div {
    font-size: 12px;
  }
  .search-item-price h2 div:not(:first-child) {
    display: inline-block;
  }
  .price-noprice p {
    font-size: 12px !important;
  }
  .search-item-dropdown {
    height: 34px;
  }
  .search-item-dropdown p {
    font-size: 15px;
    font-weight: normal;
  }
  .search-item-dropdown p.plus-sign {
    font-size: 18px;
    top: -2px !important;
  }
  .search-item-dropdown p.minus-sign {
    font-size: 23px;
  }
  .search-item-dropdown-content {
    background-size: 30px auto;
    padding-left: 40px;
  }
  .product-search-item > .row-fluid.mb-15 {
    margin-bottom: 30px !important;
  }
  .product-search-item {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  .DestinationLandingPageHeader .rightside,
  .DestinationLandingPageHeader .leftside {
    width: 100%;
  }
  .destinationitem {
    width: 100% !important;
  }
  #main-horizonal-mob-nav {
    width: 100% !important;
    right: -100%;
  }
  .MainContentArea {
    margin-top: 0 !important;
  }
  .headerbanner {
    position: relative !important;
  }
  #main-helper {
    padding: 0 !important;
  }
  .publicmode .headerbanner {
    background: url(/static/img/ajax-loader.gif) no-repeat center center;
  }
  .headerbannerblock .item-text .wrap {
    margin: 0 auto;
  }
  .headerbannerblock .item-text h2,
  .headerbanner h1 {
    font-size: 22px;
  }
  .complex .controls,
  .complex .header-carousel-data {
    display: none !important;
  }
  .bannerimage {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    position: relative;
    left: 50%;
  }
  .bannerimage img {
    height: 395px;
    width: auto;
    max-width: none;
    position: relative;
    left: -50%;
  }
  .newsletterblock .col {
    clear: both;
    float: none;
    width: auto;
  }
  .newsletter-btn {
    margin: 0 0 0 15px;
  }
  .destinationpromotionblock .lift-price-container.centered {
    width: 100px;
    height: 100px;
    margin: -70px 0 0 -70px;
  }
  .destinationpromotionblock .lift-price-container.centered .txt {
    font-size: 18px;
    margin-top: -3px;
    margin-bottom: 5px;
  }
  .destinationpromotionblock .lift-price-container.centered .price {
    font-size: 35px;
    line-height: 35px;
  }
  .fat-footer .row {
    margin: 15px 0;
  }
  .footerdestinations {
    margin-top: 25px;
  }
  .footer-resorts-list {
    width: 50%;
  }
  .dlheader .pull-right {
    clear: both;
    float: none;
  }
  .dlheader .tad-bigger {
    display: block;
    margin: 15px 0;
  }
  .destinationlistblock .item,
  .productlistblock .item {
    width: 100%;
  }
  .offers h2 {
    width: 100%;
  }
  .searchresult .searchpanel {
    position: static;
    margin: 10px 0 0 0;
  }
  /*
  .promotionblock .lift-message h3{
  margin:0 0 30px 0;
  font-size:20px;
  }
  */
  
  .footermenu li {
    clear: both;
    padding-left: 0px;
    margin-bottom: 5px;
  }
  .paymenttypes li {
    margin-bottom: 10px;
  }
  .pictureframeblock .pictureframe {
    width: 100% !important;
  }
  .pictureframeblock .canvas {
    width: 100%;
  }
  .timerblock .counter .item {
    padding: 0 6px;
  }
  .timerblock .counter .item span.number {
    font-size: 24px;
  }
  .timerblock .counter .item span.text {
    font-size: 12px;
  }
  .giftcardctablock .block-content {
    padding-right: 15px;
  }
  .giftcardctablock .block-content .buttonlink {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .buttonlink-list {
    max-width: none;
  }
  .buttonlink-list li {
    margin-bottom: 5px;
  }
  .instructionsblock {
    margin-bottom: 10px;
  }
  .instructionsblock .buttonlink-list,
  .instructionsblock .accordion {
    margin-bottom: 5px;
  }
  .destinationpage .instructionsblock {
    margin-bottom: 0;
  }
  .tablewrap:before,
  .tablewrap:after {
    content: "\f07e";
    font-family: fontawesome;
    display: block;
    text-align: right;
  }
}
/* 650 */

/*----------*/

.footer {
  font-size: 12px;
  padding: 15px 0;
  /*.col-row [class*="col-"] {
        display: block;
        width: auto;
        float: none;
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }*/

  /* One column in Footer under 576px */

}
.footer h3 {
  color: #fff !important;
  font-family: Moret;
  font-size: 24px;
  line-height: 28.8px;
}
.footer h3:hover {
  color: #fff !important;
}
.footer .col-row {
  display: block;
  margin: 0 auto;
}
.footer .col-row.iblocks.footer-content {
  text-align: center;
}
@media (max-width: 576px) {
  .footer .col-row [class*="col-"] {
    display: block;
  }
}
.footer hr {
  display: none;
  margin: 10px 0;
}
.footer .linklist-basic {
  margin-top: 0;
}
.footer .linklist-basic li {
  line-height: normal;
}
.footer .linklist-basic li a {
  font-size: 14px;
  line-height: 16.8px;
  /*padding: 3px 0;*/

}
.footer .linklist-basic li a:after {
  content: '';
}
.footer .linklist-basic li a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer {
    font-size: 16px;
    padding: 15px 0;
  }
  .footer h3 {
    font-size: 32px;
    line-height: 41.6px;
  }
  .footer .col-row {
    display: block;
    margin: 0 auto;
  }
  .footer .col-row.iblocks.footer-content {
    text-align: left;
  }
  .footer hr {
    display: block;
    margin: 10px 0;
  }
  .footer .linklist-basic {
    margin-top: 0;
  }
  .footer .linklist-basic li {
    line-height: normal;
  }
  .footer .linklist-basic li a {
    font-size: 14px;
    line-height: 22.4px;
  }
}
@media (min-width: 992px) {
  .footer .col-md-3 {
    width: 24%;
  }
}
/*body.startpage .MainContentArea {
    position: relative;

    #reactResortSearch {
        z-index: 1;
        width: 100%;
        position: absolute;
        top: 350px;
        left: 7px;

        @media(min-width: 390px) {
            top: 330px
        }

        @media(min-width: 768px) {
            top: 450px;
        }
    }
}*/

/*----------*/

/*-------------------*/

/*-------------------*/

/*-------------------*/

/*-------------------*/

/*-------------------*/

/*-------------------*/

/*-------------------*/

/*-------------------*/

@media screen and (max-width: 1300px) {
  .wideimageblock,
  .wideimageblock .bgpanel {
    height: 580px;
  }
}
@media screen and (max-width: 1023px) {
  .gallery-carousel .owl-item .slide {
    height: 580px;
  }
  .wideimageblock,
  .wideimageblock .bgpanel {
    height: 500px;
  }
}
/* 1023 */

/* *************************************************************** */

/* *************************************************************** */

@media screen and (max-width: 991px) {
  .gallery-carousel .owl-item .slide {
    height: 560px;
  }
  .wideimageblock {
    height: 460px;
  }
  .wideimageblock .bgpanel {
    height: 460px;
  }
  .wideimageblock .caption h3 {
    font-size: 34px;
  }
  .wideimageblock .caption p {
    font-size: 20px;
  }
}
/* 991 */

/* *************************************************************** */

/* *************************************************************** */

@media screen and (min-width: 766px) {
  .owl-default .owl-prev:after,
  .owl-default .owl-next:after {
    font-size: 50px;
  }
  .promo .item-image.has-margin {
    padding: 10px;
  }
  .mainbody:not(.fullsize) .mainbody-inner,
  .editorialblock.width-full:not(.fullsize) .block-inner {
    margin: 0 auto !important;
    /*max-width: 720px;*/
    max-width: 1650px;
  }
  .promotionblock.centered.width-full .block-inner {
    margin: 0 auto !important;
    max-width: 720px;
  }
}
/* *************************************************************** */

/* *************************************************************** */

@media screen and (max-width: 767px) {
  /* promo */
  
  .promo .block-content:not(.imageposition-top) .item-image {
    width: 21%;
    min-width: 120px;
    padding: 15px;
  }
  .infoblock .item-content,
  .promo .block-content:not(.imageposition-top) .item-content {
    width: auto;
    float: none;
  }
  .promo .imageposition-top .item-image {
    padding: 15px 15px 0 15px;
  }
  /* promotionblock offer */
  
  .promotionblock-offer .type-offer .row {
    margin: 5px;
    border: 2px solid #e8e8e8;
    padding-top: 10px;
  }
  .promotionblock-offer .promo-ribbon {
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 0 25px;
    height: 26px;
    line-height: 26px;
    display: table;
    margin: auto;
    margin-bottom: -20px;
    font-size: 12px;
  }
  .promotionblock-offer .promo-ribbon:before {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 10px 0 0;
    border-color: #c00000 transparent transparent transparent;
  }
  .promotionblock-offer .promo-ribbon:after {
    content: "";
    position: absolute;
    top: 13px;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 0 10px;
    border-color: transparent transparent transparent #c00000;
  }
  .promotionblock-offer .promo-ribbon span:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 13px 0;
    border-color: transparent #c00000 transparent transparent;
  }
  .promotionblock-offer .promo-ribbon span:after {
    content: "";
    position: absolute;
    top: 13px;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 13px 10px;
    border-color: transparent transparent #c00000 transparent;
  }
  .promotionblock-offer .promo-outer:before,
  .promotionblock-offer .promo-outer:after {
    display: none;
  }
  /* ************ */
  
  .carouselblock .lift-price-container {
    width: 50px;
    height: 40px;
    padding: 5px 0 !important;
    overflow: hidden;
    text-align: center;
  }
  .carouselblock .pricesize-small .lift-price-container p.price {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
  }
  .gallery {
    padding-bottom: 20px;
    position: relative;
  }
  .gallery .gallery-title {
    margin: 0 0 5px;
  }
  .gallery .gallery-title img {
    margin: 7px 15px 0 0;
    width: 32px;
  }
  .gallery .gallery-title span {
    font-size: 15px;
  }
  .gallery .gallery-title h1 {
    font-size: 24px;
    margin: -5px 0 0;
  }
  .gallery-tools .col-xs-6,
  .gallery-tools .col-xs-12:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .gallery-carousel .owl-item .slide {
    height: 440px;
  }
  .gallery-carousel .owl-item .col-row.iblocks {
    margin-bottom: 0;
  }
  .gallery-carousel .owl-item .col-row.iblocks [class*="col-"] {
    margin-bottom: 5px;
  }
  .gallery-carousel .owl-item .col-row.iblocks [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-prev,
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
    height: 440px;
  }
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 5px;
  }
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 5px;
  }
  .gallery .sharebuttons {
    text-align: center;
  }
  .wideimageblock {
    height: 420px;
  }
  .wideimageblock .bgpanel {
    height: 420px;
  }
  .wideimageblock .caption h3 {
    font-size: 28px;
  }
  .wideimageblock .caption p {
    font-size: 18px;
  }
  .block.wideimageblock.width-full + .block.wideimageblock.width-full {
    margin-top: -15px;
  }
}
/* 767 */

/* *************************************************************** */

/* *************************************************************** */

@media screen and (max-width: 650px) {
  /* promo */
  
  .promo .block-content:not(.imageposition-top) .item-image {
    padding: 10px;
  }
  .promo .block-content:not(.imageposition-top) .item-content {
    width: auto;
    float: none;
  }
  .promo .imageposition-top .item-image {
    padding: 10px 10px 0 10px;
  }
  .promo .item-content {
    padding: 10px;
  }
  /* carousel price */
  
  .carousel-area .lift-price-container .price {
    font-size: 15px;
    margin: 0px 0 -3px 0;
    line-height: normal;
  }
  .carousel-area .lift-price-container .extension {
    font-size: 11px;
  }
  .gallery-thumbs {
    margin: 0 -5px !important;
  }
  .gallery-thumbs a {
    margin: 0 5px 10px 5px;
  }
  .gallery-carousel {
    margin-bottom: 10px;
  }
  .gallery-carousel .owl-item .slide {
    height: 375px;
  }
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-prev,
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
    height: 375px;
  }
  .wideimageblock {
    height: 360px;
  }
  .wideimageblock .bgpanel {
    height: 360px;
  }
}
/* 650 */

@media screen and (max-width: 500px) {
  .imagegallerypage .BottomContent {
    padding-top: 125px !important;
  }
  .gallery-carousel-container.fixed {
    background: #fff;
    padding: 10px 10px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  .gallery-carousel {
    margin-bottom: 0;
  }
  .gallery-carousel .owl-item .slide {
    height: 290px;
  }
  .gallery-thumbs a {
    height: 70px;
  }
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-prev,
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
    height: 290px;
  }
  .wideimageblock .caption h3 {
    font-size: 21px;
  }
  .wideimageblock .caption p {
    font-size: 16px;
  }
  .wideimageblock .caption .buttonlink.white {
    margin-top: 15px;
  }
}
@media screen and (max-width: 450px) {
  .gallery-carousel .owl-item .slide {
    height: 260px;
  }
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-prev,
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
    height: 260px;
  }
}
@media screen and (max-width: 400px) {
  .gallery-carousel .owl-item .slide {
    height: 230px;
  }
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-prev,
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
    height: 230px;
  }
  .gallery-thumbs a {
    height: 50px;
  }
}
.reactsearchblock {
  overflow: visible !important;
  padding: 0 !important;
}
.reactsearchblock .block-inner {
  margin: 0px !important;
}
@media (max-width: 992px) {
  .reactsearchblock .block-inner {
    margin: 28px 0px !important;
  }
}
.reactsearchresultsblock {
  overflow: visible !important;
  padding: 0 !important;
}
.reactsearchresultsblock .block-inner {
  margin: 0 !important;
}
.pagecontainer {
  z-index: 101 !important;
}
.block a:hover {
  color: #1A1A1A;
}
.block a:active {
  text-decoration: none;
}
.block .html-content-wrapper p:last-child {
  margin: 0 0 20px 0;
}
@media (min-width: 767px) {
  .block .html-content-wrapper {
    padding: 0 20px 0 0;
  }
}
.block.videoblock .ytLoader {
  position: relative;
}
.block.videoblock .ytLoader .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4em;
  height: 3em;
  margin-top: -1.5em;
  margin-left: -2em;
  font-size: 1em;
  /* change this to change size */
  background: #000000;
  border-top-left-radius: 50% 10%;
  border-top-right-radius: 50% 10%;
  border-bottom-right-radius: 50% 10%;
  border-bottom-left-radius: 50% 10%;
  color: #FFFFFF;
  padding: 0;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  opacity: 0.75;
}
.block.videoblock .ytLoader .play:hover {
  background: #ff0000;
}
.block.videoblock .ytLoader .play::before {
  background: inherit;
  border-top-left-radius: 5% 50%;
  border-top-right-radius: 5% 50%;
  border-bottom-right-radius: 5% 50%;
  border-bottom-left-radius: 5% 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}
.block.videoblock .ytLoader .play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent #ffffff;
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}
.block.giftcard .block-inner {
  background-color: #fff;
  /*border-bottom: 1px solid #e0e0e0;*/
  border: 1px solid #e7dfda;
}
.block.giftcard .block-inner .editorial {
  padding: 20px;
}
.block.giftcard .block-inner .editorial h4 {
  margin: 0 0 5px 0;
}
.block.giftcard .block-inner .editorial a.buttonlink {
  /*                    text-align: left;
                    display: block;*/
  background-color: #632e38;
  color: #fff !important;
  display: inline-block;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 44px !important;
  min-height: 44px;
  padding: 0 15px;
  position: relative;
}
.block.giftcard .block-inner .editorial a.buttonlink:hover {
  background-color: #a18288 !important;
}
.block.giftcard .block-inner .editorial a.buttonlink:focus {
  background: #632e38;
  border: 2px solid #fff;
  color: #fff !important;
  outline: 2px blue solid !important;
  outline-offset: 0;
}
.block.productlistblock {
  overflow: hidden;
  margin-bottom: 15px;
}
.block.productlistblock .block.width-half.half {
  display: block;
  *display: block;
  float: left;
}
.block.notificationblock .alert.alert-info {
  min-height: 30px;
  padding: 8px 35px 8px 50px;
  position: relative;
  border: none;
  border-bottom: 1px solid #dddddd;
  background-color: #fff;
  color: #1d1d1b;
  font-weight: bold;
  border-radius: 0;
}
.block.notificationblock .alert.alert-info .alert-icon {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 30px;
  width: 50px;
  text-align: center;
  padding: 8px 0;
  color: #c00000;
}
.block.notificationblock .alert.alert-info p:last-child {
  margin-bottom: 0;
}
.block.heroblock {
  position: relative;
}
.block.heroblock .mobile-image {
  display: block;
}
.block.heroblock .desktop-image {
  display: none;
}
.block.heroblock.offerslandingpage-blocks {
  min-height: 296px;
}
.block.heroblock.offerslandingpage-blocks img {
  min-height: 296px;
  object-fit: cover;
}
.block.heroblock.offerslandingpage-blocks .headeritem-info.offers {
  left: 15px;
  top: auto;
  bottom: 30px;
}
.block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap {
  padding: 0 0 0 0;
  position: relative;
}
.block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap .item-title {
  float: none;
}
.block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap .btn-red,
.block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap .btn-red:active,
.block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap .btn-red:visited {
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 14px;
  line-height: 43px;
  margin-top: 5px;
  max-width: 260px;
  min-width: 260px;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  width: auto;
}
.block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap .btn-red:after,
.block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap .btn-red:active:after,
.block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap .btn-red:visited:after {
  content: ">";
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 0;
}
.block.heroblock.offerslandingpage-blocks .headeritem-info.offers .item-text {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  width: 80%;
}
.block.heroblock img {
  width: 100%;
}
.block.heroblock .headeritem-info {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.block.heroblock .headeritem-info .wrap {
  padding: 0 30px;
}
.block.heroblock .headeritem-info .item-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.block.heroblock .headeritem-info .item-text {
  display: none;
  color: #fff;
  font-size: 22px;
  line-height: normal;
  text-shadow: 0 0 3px black;
  margin-top: 0;
}
@media (min-width: 767px) {
  .block.heroblock.offerslandingpage-blocks {
    min-height: 396px;
  }
  .block.heroblock.offerslandingpage-blocks.additional-desktop-element:before {
    background: transparent url(/Static/img/loma-ihan-suomessa.png) no-repeat;
    content: ' ';
    width: 200px;
    height: 234px;
    right: 60px;
    top: 100px;
    position: absolute;
  }
  .block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap h2 {
    float: none;
    font-size: 30px;
    line-height: 40px;
  }
  .block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap h4.item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 0;
    max-width: 420px;
  }
  .block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap .btn-red,
  .block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap .btn-red:active,
  .block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap .btn-red:visited {
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 18px;
    line-height: 45px;
    margin-top: 15px;
    max-width: 420px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  .block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap .btn-red:after,
  .block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap .btn-red:active:after,
  .block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap .btn-red:visited:after {
    content: ">";
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .block.heroblock.offerslandingpage-blocks .headeritem-info.offers .item-text {
    font-size: 22px;
    width: 100%;
  }
  .block.heroblock .mobile-image {
    display: none;
  }
  .block.heroblock .desktop-image {
    display: block;
  }
  .block.heroblock.offerslandingpage-blocks {
    min-height: 396px;
  }
  .block.heroblock.offerslandingpage-blocks .mobile-image {
    display: none;
  }
  .block.heroblock.offerslandingpage-blocks .desktop-image {
    display: block;
  }
  .block.heroblock.offerslandingpage-blocks img {
    height: 396px;
  }
  .block.heroblock.offerslandingpage-blocks .headeritem-info.offers {
    top: 170px;
  }
  .block.heroblock.offerslandingpage-blocks .headeritem-info.offers .wrap {
    max-width: 1042px;
    padding: 0 0 0 0px;
  }
  .block.heroblock .headeritem-info {
    top: 60px;
    bottom: auto;
  }
  .block.heroblock .headeritem-info .wrap {
    max-width: 1042px;
    margin: auto;
  }
  .block.heroblock .headeritem-info .item-title {
    font-size: 34px;
    line-height: normal;
  }
  .block.heroblock .headeritem-info .item-text {
    display: block;
  }
}
@media (min-width: 992px) {
  .block.heroblock.offerslandingpage-blocks.additional-desktop-element:before {
    right: 260px;
  }
}
.block.listblock h2 {
  margin: 20px 30px;
}
.block.listblock .aribbon {
  display: inline-block;
  background: #c00000;
  color: #fff !important;
  padding: 0 15px;
  position: relative;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none !important;
}
.block.listblock .aribbon:empty {
  display: none;
}
.block.listblock .aribbon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #990001 transparent transparent;
}
.block.listblock .article-listitem {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 33.333%;
  margin-bottom: 30px;
  margin-right: -4px;
}
.block.listblock .article-listitem img {
  width: 100%;
  background-size: cover;
  background-position: center center;
  transition: transform 0.4s ease-in-out 0s;
}
.block.listblock .article-listitem .aribbon {
  position: absolute;
  top: 0;
  left: -6px;
  z-index: 2;
}
.block.listblock .article-listitem:hover img,
.block.listblock .article-listitem:hover picture {
  transform: scale(1.1);
}
.block.listblock .article-listitem .article-listitem-inner {
  display: block;
  background: #fff;
  margin-left: 30px;
  text-decoration: none !important;
  cursor: pointer;
}
.block.listblock .article-listitem .article-listitem-content {
  padding: 20px;
  color: #000 !important;
  text-decoration: none !important;
  position: relative;
}
.block.listblock .article-listitem .article-listitem-content h3 {
  margin-bottom: 15px;
}
.block.listblock .article-listitem .article-listitem-content p {
  text-decoration: none !important;
  font-size: 16px;
  line-height: 23px;
  overflow: hidden;
  height: 69px;
  margin-bottom: 25px;
}
.block.listblock .article-listitem .article-listitem-content .readmore {
  font-size: 16px;
  line-height: 20px;
}
.block.listblock .article-listitem-image .image-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .block.listblock .article-listitem.small {
    width: 100%;
  }
  .block.listblock .article-title {
    font-size: 24px;
    line-height: normal;
  }
  .block.listblock .article-ingress {
    margin: 10px auto;
  }
  .block.listblock .article-related {
    padding: 20px 0;
  }
  .block.listblock .article-related h2 {
    margin-bottom: 10px;
  }
  .block.listblock .article-listitem {
    margin-bottom: 10px;
  }
  .block.listblock .article-list {
    margin-bottom: -10px;
  }
}
.block.listblock .upd {
  display: inline-block;
}
@media (min-width: 978px) {
  .block.listblock .upd {
    margin-left: 15px;
  }
}
.block.listblock .upd h2 {
  color: #1A1A1A;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
  text-align: center;
}
.block.listblock .upd .article-listitem {
  margin-bottom: 15px;
  width: 100%;
}
.block.listblock .upd .article-listitem .article-listitem-inner {
  cursor: default;
  margin-left: 0;
}
.block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-image {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
.block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-image .image-overlay {
  display: none;
}
.block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-image img {
  object-fit: cover;
}
.block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-content {
  box-sizing: border-box;
  display: inline-block;
  height: auto !important;
  padding: 0 20px 20px;
  vertical-align: top;
  width: 100%;
}
.block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-content h3.f-red,
.block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-content h3.f-red a {
  color: #1A1A1A;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
}
.block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-content h3.f-red:hover,
.block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-content h3.f-red a:hover {
  text-decoration: none;
}
.block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-content p,
.block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-content p a {
  color: #1A1A1A !important;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
.block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-content p:hover,
.block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-content p a:hover {
  text-decoration: none;
}
.block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-content .cat-wrapper {
  margin-bottom: 14px;
}
.block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-content .cat-wrapper .cat-button {
  background-color: #F0F0F0;
  border-radius: 5px 7px;
  color: #1A1A1A;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
  padding: 5px;
  text-transform: uppercase;
}
.block.listblock .upd .readmore {
  background-color: #632E38;
  /*background-color: #1A1A1A;*/
  /*border-radius: 3px;*/
  color: #fff !important;
  display: inline-block;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 44px !important;
  min-height: 44px;
  padding: 0 15px;
  position: relative;
  /*&:after {
                    content: ">";
                    font-size: 30px;
                    font-weight: normal;
                    position: absolute;
                    right: 10px;
                    top: 7px;
                    vertical-align: top;
                }*/

}
.block.listblock .upd .readmore:hover {
  background-color: #A18288 !important;
  /*background-color: #c00000;*/
  text-decoration: none;
}
.block.listblock .upd a:focus .readmore {
  background: #632e38;
  border: 2px solid #fff;
  outline: 2px blue solid !important;
  outline-offset: 0;
}
.block.listblock .upd a:hover .readmore {
  background-color: #c00000;
  text-decoration: none;
}
.block.listblock .upd .readmore-wrapper {
  margin: 0 0 15px;
  text-align: center;
}
@media (min-width: 767px) {
  .block.listblock .upd h2 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 36px;
  }
}
@media (min-width: 979px) {
  .block.listblock .upd .article-listitem {
    margin-bottom: 0;
  }
  .block.listblock .upd .article-listitem .article-listitem-inner {
    display: flex;
    flex: 1;
  }
  .block.listblock .upd .article-listitem .article-listitem-inner .first {
    order: 1;
  }
  .block.listblock .upd .article-listitem .article-listitem-inner .second {
    order: 2;
  }
  .block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-image {
    width: 50%;
  }
  .block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-image .image-overlay {
    display: none;
  }
  .block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-content {
    padding: 10px 20px;
    width: 50%;
  }
  .block.listblock .upd .article-listitem .article-listitem-inner .article-listitem-content .cat-wrapper {
    margin-bottom: 20px;
  }
  .block.listblock .upd .readmore-wrapper {
    margin: 30px 0;
  }
}
.ordergiftcardblock .order-block-wrapper {
  min-height: 228px;
}
@media (max-width: 978px) {
  .ordergiftcardblock .block-inner,
  .ordernewsletterblock .block-inner {
    margin-left: 0;
  }
}
.order-block-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  /*font-size: 16px;
        line-height: 24px;*/
  position: relative;
}
.order-block-wrapper.gray {
  background-color: #E3E3E3;
  padding: 15px 20px;
}
.order-block-wrapper.auto-height {
  min-height: unset;
}
.order-block-wrapper a {
  background-color: #632e38;
  /*border-radius: 2px;*/
  bottom: 20px;
  color: #fff;
  display: inline-block;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-size: 14px;
  font-weight: normal;
  left: 20px;
  padding: 0 15px;
  position: absolute;
  line-height: 44px;
  /*        &:after {
            content: ">";
            font-size: 30px;
            font-weight: normal;
            position: absolute;
            right: 10px;
            top: 6px;
            vertical-align: top;
        }*/

}
.order-block-wrapper a:hover {
  background-color: #a18288;
  color: #fff;
  text-decoration: none;
}
.order-block-wrapper a.static {
  position: static;
}
.order-block-wrapper a.relative {
  left: 0;
  position: relative;
  top: 0;
}
.order-block-wrapper a.dark {
  background-color: #632e38;
  color: #fff;
  /*font-size: 18px;*/
  font-size: 14px;
  margin: 10px 0;
}
.order-block-wrapper a.dark:hover {
  background-color: #a18288;
}
.order-block-wrapper h3 {
  color: #1A1A1A;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}
@media (min-width: 767px) {
  .order-block-wrapper {
    min-height: 228px;
  }
}
.pricingblock .block-inner,
.presentationblock .block-inner {
  height: 100%;
}
@media (max-width: 978px) {
  .pricingblock .block-inner,
  .presentationblock .block-inner {
    margin-left: 0;
  }
}
.pricing-block-wrapper,
.presentation-block-wrapper {
  background-color: #fff;
  height: 100%;
}
.pricing-block-wrapper img,
.presentation-block-wrapper img {
  min-height: 206px;
  object-fit: cover;
}
.pricing-block-wrapper .content-wrapper,
.presentation-block-wrapper .content-wrapper {
  padding: 10px;
}
.pricing-block-wrapper .content-wrapper.center,
.presentation-block-wrapper .content-wrapper.center {
  text-align: center;
}
.pricing-block-wrapper .content-wrapper .price-wrapper,
.presentation-block-wrapper .content-wrapper .price-wrapper {
  display: inline-block;
  padding: 0 0 15px 0;
  text-align: right;
  width: 100%;
}
.pricing-block-wrapper .content-wrapper .price-wrapper .price-prefix,
.presentation-block-wrapper .content-wrapper .price-wrapper .price-prefix {
  display: inline-block;
  font-size: 16px;
  padding-right: 10px;
}
.pricing-block-wrapper .content-wrapper .price-wrapper .price,
.presentation-block-wrapper .content-wrapper .price-wrapper .price {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
}
.pricing-block-wrapper .content-wrapper strong,
.presentation-block-wrapper .content-wrapper strong {
  font-size: 18px;
}
.pricing-block-wrapper .content-wrapper a.btn-link,
.presentation-block-wrapper .content-wrapper a.btn-link {
  background-color: #632e38;
  /*background-color: #C00000;
                border-radius: 2px;*/
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "ABCGintoNord-Medium", Verdana;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  width: 100%;
  /*                &:after {
                    content: ">";
                    font-size: 30px;
                    font-weight: normal;
                    position: absolute;
                    right: 10px;
                    top: 8px;
                }*/

}
.pricing-block-wrapper .content-wrapper a.btn-link:hover,
.presentation-block-wrapper .content-wrapper a.btn-link:hover {
  background-color: #A18288;
  text-decoration: none;
}
.pricing-block-wrapper .content-wrapper ul,
.presentation-block-wrapper .content-wrapper ul {
  /*                font-size: 16px;*/
  list-style-type: square;
  margin: 10px 0 10px 20px;
}
.presentation-block-wrapper .content-wrapper {
  padding: 18px 20px 10px 20px;
}
.presentation-block-wrapper .content-wrapper.title {
  padding: 10px 20px 10px 20px;
}
.presentation-block-wrapper .content-wrapper p {
  margin: 10px 0;
}
@media (min-width: 767px) {
  .pricing-block-wrapper,
  .presentation-block-wrapper {
    min-height: 363px;
  }
}
@media (max-width: 978px) {
  .presentationaccordionblock .block-inner {
    margin-left: 0;
  }
}
.presentation-accordion-block-wrapper {
  background-color: #fff;
  /*font-size: 16px;
        line-height: 24px;*/
  padding: 20px;
}
.presentation-accordion-block-wrapper a {
  text-decoration: underline;
}
.presentation-accordion-block-wrapper .title-row-wrapper {
  order: 1;
  padding: 0 0 10px 0;
}
.presentation-accordion-block-wrapper .title-row-wrapper h3 {
  display: inline-block;
  color: #1A1A1A;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}
.presentation-accordion-block-wrapper .title-row-wrapper a.virtual-gallery {
  background: transparent url(/Static/img/baseline-camera-24px.svg) no-repeat;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 10px 0;
  padding: 0 0 0 30px;
}
.presentation-accordion-block-wrapper .title-row-wrapper a.virtual-gallery:hover {
  color: #1A1A1A;
  text-decoration: none;
}
.presentation-accordion-block-wrapper .flex-container {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.presentation-accordion-block-wrapper .flex-container .text {
  order: 2;
}
.presentation-accordion-block-wrapper .flex-container .img {
  order: 1;
  margin: 0 0 15px 0;
}
@media (min-width: 979px) {
  .presentation-accordion-block-wrapper .title-row-wrapper a.virtual-gallery {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .presentation-accordion-block-wrapper .row .block.width-half {
    width: 48%;
  }
  .presentation-accordion-block-wrapper .row .block.width-half.right {
    padding-left: 2%;
  }
}
.presentation-accordion-block-wrapper .content-wrapper ul.link-list {
  margin: 0;
}
.presentation-accordion-block-wrapper .content-wrapper ul.link-list li {
  display: inline-block;
  /*line-height: 30px;*/

}
.presentation-accordion-block-wrapper .content-wrapper ul.link-list li a {
  /*font-size: 18px;
                        font-weight: bold;*/
  padding-bottom: 10px;
}
.presentation-accordion-block-wrapper .content-wrapper ul.link-list li a:after {
  content: ">";
  margin-right: 25px;
  margin-left: 3px;
}
.presentation-accordion-block-wrapper .content-wrapper ul.link-list li a:hover {
  text-decoration: none;
}
.presentation-accordion-block-wrapper .content-wrapper a:hover {
  color: #1A1A1A;
}
.presentation-accordion-block-wrapper .content-wrapper .accordion-item {
  padding: 20px 0 0 0;
}
.presentation-accordion-block-wrapper .content-wrapper .accordion-item > a {
  color: #1A1A1A;
  cursor: pointer;
  /*font-size: 18px;*/
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
.presentation-accordion-block-wrapper .content-wrapper .accordion-item > a:hover {
  text-decoration: none;
}
.presentation-accordion-block-wrapper .content-wrapper .accordion-item > a:after {
  color: #c00000;
  content: ">";
  left: 0;
  margin: 2px 0 0 10px;
  position: absolute;
  transform: rotate(90deg);
}
.presentation-accordion-block-wrapper .content-wrapper .accordion-item > a.open:after {
  left: -4px;
  transform: rotate(270deg);
}
.presentation-accordion-block-wrapper .content-wrapper .accordion-item .accordion-content {
  display: none;
  padding-left: 30px;
}
.presentation-accordion-block-wrapper img {
  float: right;
}
.presentation-accordion-block-wrapper .no-bottom-margin {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .presentation-accordion-block-wrapper .mobile-top-margin {
    margin-top: 20px;
  }
}
@media (min-width: 979px) {
  .presentation-accordion-block-wrapper .flex-container {
    display: block;
  }
  .presentation-accordion-block-wrapper .flex-container .text {
    order: 1;
  }
  .presentation-accordion-block-wrapper .flex-container .img {
    right: -12px;
    position: relative;
    top: -45px;
    width: 32%;
  }
}
@media (max-width: 978px) {
  .contactinformationblock .block-inner {
    margin-left: 0;
  }
}
.contactinformationblock h2 {
  color: #1a1a1a;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 767px) {
  .contactinformationblock h2 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 36px;
  }
}
.contact-information-block-wrapper {
  background-color: #fff;
  /*font-size: 16px;
        line-height: 22px;*/
  padding: 20px;
}
.contact-information-block-wrapper h4,
.contact-information-block-wrapper h5,
.contact-information-block-wrapper h6 {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.contact-information-block-wrapper a:hover {
  color: #1A1A1A;
}
.contact-information-block-wrapper .width-third.map {
  margin-bottom: 0;
  width: 32%;
}
.contact-information-block-wrapper .contact-information-block-map {
  height: 300px;
}
.destinationv2page .flocklerblock.width-full .block-inner h2 {
  margin-bottom: 20px;
}
.destinationv2page .flocklerblock.width-full h2.block-title,
.destinationv2page .flocklerblock.width-half h2.block-title {
  margin-bottom: 20px;
}
.destinationv2page .editorialblock.width-full .block-inner,
.destinationv2page .flocklerblock.width-full .block-inner {
  margin-left: 0 !important;
  max-width: 100% !important;
}
@media (min-width: 978px) {
  .destinationv2page .editorialblock.width-full .block-inner,
  .destinationv2page .flocklerblock.width-full .block-inner {
    margin-left: 15px !important;
  }
}
.destinationv2page .editorialblock .block-inner h2 {
  /*                    color: #1a1a1a;
                    font-size: 28px;
                    font-weight: normal;
                    line-height: 34px;*/
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 767px) {
  .destinationv2page .editorialblock .block-inner h2 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 36px;
  }
}
.flocklerblock .description {
  margin-left: 5px;
}
.flocklerblock .description > p:last-child {
  margin-bottom: 0;
}
.block-title {
  color: #1A1A1A;
  /*font-size: 28px;
        line-height: 34px;*/
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  
}
/*    .block-intro {
        font-size: 18px;
        font-weight: normal;
        line-height: 22px;
    }*/

/* containerblock */

.block.containerblock {
  margin: 0;
}
.block.containerblock > h3 {
  color: #c00000;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.block.containerblock .contentarea {
  margin-right: 15px;
}
@media (min-width: 979px) {
  .block.containerblock > h3 {
    margin: 0 0 20px 15px;
  }
}
@media (max-width: 978px) {
  .clearfix .block-inner,
  .clearfix .mbi-0 {
    margin-left: 15px !important;
  }
  .clearfix .block-inner {
    margin-right: 15px !important;
  }
}
.block.bannertablecontentblock .banner-area {
  box-sizing: border-box;
  padding: 0 10px;
}
@media (min-width: 767px) {
  .block.bannertablecontentblock .banner-area {
    padding: 0;
  }
  .block.bannertablecontentblock .banner-area .block-inner {
    max-width: 100%;
  }
}
.bannertablecontentblock .banner-area {
  margin-bottom: 0;
  min-height: 190px;
}
.bannertablecontentblock .banner-area img {
  min-height: 190px;
  object-fit: cover;
}
.bannertablecontentblock .banner-area .block-inner {
  background: #c00000;
}
.bannertablecontentblock .banner-area .no-padding {
  padding-left: 0;
  padding-right: 0;
}
.bannertablecontentblock .banner-area .imageholder .mobile-image {
  display: block;
}
.bannertablecontentblock .banner-area .imageholder .desktop-image {
  display: none;
}
.bannertablecontentblock .banner-area .imageholder .lift-message {
  font-size: 16px;
  position: absolute;
  text-align: center;
  bottom: 42%;
  width: 100%;
}
.bannertablecontentblock .banner-area .text-wrapper {
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  min-height: 190px;
  height: 190px;
  padding: 15px 15px;
}
.bannertablecontentblock .banner-area .text-wrapper .link-wrapper {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
}
.bannertablecontentblock .banner-area .text-wrapper .link-wrapper .lift-link {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 40px 0 0;
  position: relative;
  width: auto;
}
.bannertablecontentblock .banner-area .text-wrapper .link-wrapper .lift-link:hover {
  text-decoration: none;
}
.bannertablecontentblock .banner-area .text-wrapper .link-wrapper .lift-link:after {
  content: ">";
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  right: -18px;
  top: 0px;
}
.bannertablecontentblock .banner-area {
  margin-bottom: 0;
  min-height: 170px;
}
.bannertablecontentblock .banner-area img {
  min-height: 170px;
  object-fit: cover;
}
.bannertablecontentblock .banner-area .msg {
  bottom: 25px;
  left: 25px;
  top: auto;
  font-size: 18px;
  max-width: 210px;
  pointer-events: none;
}
.bannertablecontentblock .banner-area .msg h3 {
  font-size: 22px;
  text-shadow: none;
}
.bannertablecontentblock .banner-area .msg a {
  pointer-events: none;
}
.bannertablecontentblock .banner-area .lift-price-container {
  width: 50px;
  height: 40px;
  pointer-events: none;
  right: 35px;
  top: 25px;
  padding: 0px 0 8px !important;
}
.bannertablecontentblock .banner-area .lift-price-container .price {
  font-size: 18px;
  margin: 0;
}
.bannertablecontentblock .banner-area .lift-price-container .extension {
  font-size: 14px;
  line-height: 18px;
}
.table-content-area {
  margin-left: 0;
  background: #fff;
  font-size: 13px;
}
.table-content-area .btn-red,
.table-content-area .btn-red:active,
.table-content-area .btn-red:visited {
  font-size: 18px;
  position: relative;
  padding: 0 20px;
  line-height: 45px;
  white-space: nowrap;
}
.table-content-area .btn-red:after,
.table-content-area .btn-red:active:after,
.table-content-area .btn-red:visited:after {
  content: ">";
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 0;
}
.table-content-area h1,
.table-content-area h2,
.table-content-area h3,
.table-content-area h4,
.table-content-area h5,
.table-content-area h6 {
  margin-top: 0;
  margin-bottom: 5px;
}
.table-content-area h1 {
  font-size: 18px;
}
.table-content-area h2 {
  font-size: 17px;
}
.table-content-area h3 {
  font-size: 16px;
}
.table-content-area h4 {
  font-size: 15px;
}
.table-content-area h5 {
  font-size: 14px;
}
.table-content-area h6 {
  font-size: 13px;
}
.table-content-area td {
  padding: 0 10px 15px;
}
.table-content-area .table-block-image-cell {
  vertical-align: top;
  padding-right: 0;
  width: 33%;
}
.table-content-area .table-block-image-cell img {
  top: 0;
  height: auto;
  width: 96.67px !important;
  min-height: 62px !important;
  min-width: 96.67px !important;
  padding-left: 10px;
}
.table-content-area .table-block-text-cell {
  padding-top: 10px;
  vertical-align: top;
  position: relative;
  left: -15px;
  padding-left: 0;
}
.table-content-area #text {
  font-size: 18px;
  padding: 30px 50px 35px 40px;
}
.table-content-area .mbi-0 {
  display: flex;
}
.table-content-area table {
  margin-top: 15px;
  width: 100%;
  border-collapse: collapse;
}
.table-content-area table tbody tr {
  height: auto !important;
}
.table-content-area table tbody tr:last-child > td {
  text-align: left;
}
.table-content-area table tbody tr td {
  height: 100%;
}
.table-content-area table .bottom-row {
  height: 170px;
  position: relative;
  bottom: 0;
}
@media (min-width: 767px) {
  .bannertablecontentblock .banner-area img {
    height: 370px;
  }
  .bannertablecontentblock .banner-area .msg {
    line-height: 37px;
  }
  .table-content-area #text {
    padding: 15px 50px 15px 40px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #ddd !important;
  }
  .table-content-area .table-items {
    margin-left: 15px;
  }
  .bannertablecontentblock .banner-area {
    margin-bottom: 0;
    margin-top: 20px;
    min-height: 370px;
  }
  .bannertablecontentblock .banner-area .msg {
    bottom: 53px;
    left: 50px;
    max-width: 590px;
    pointer-events: none;
    top: auto;
  }
  .bannertablecontentblock .banner-area .msg h3 {
    font-size: 32px;
    line-height: 37px;
  }
  .bannertablecontentblock .banner-area .msg a {
    pointer-events: none;
  }
  .bannertablecontentblock .banner-area .lift-price-container {
    width: 117px;
    height: 96px;
    padding: 10px 0 !important;
    pointer-events: none;
    right: 73px;
    top: 63px;
  }
  .bannertablecontentblock .banner-area .lift-price-container .price {
    font-size: 30px;
    margin: 5px 5px 0 5px;
  }
  .bannertablecontentblock .banner-area .lift-price-container .extension {
    font-size: 20px;
    line-height: 26px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  .bannertablecontentblock .banner-area .text-wrapper {
    min-height: 190px;
    height: 190px;
    padding: 30px 60px;
  }
  .bannertablecontentblock .banner-area .imageholder .mobile-image {
    display: none;
  }
  .bannertablecontentblock .banner-area .imageholder .desktop-image {
    display: block;
  }
  .bannertablecontentblock .banner-area .imageholder .lift-message {
    font-size: 33px;
  }
  .bannertablecontentblock .banner-area .text-wrapper {
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    min-height: 190px;
    height: 190px;
    padding: 30px 60px;
  }
  .bannertablecontentblock .banner-area .text-wrapper .link-wrapper .lift-link {
    font-size: 18px;
    line-height: 22px;
  }
  .tableblock:first-child:nth-last-child(1) {
    /* -or- li:only-child { */
    padding-left: 30%;
    padding-right: 30%;
  }
  /* two items */
  
  .tableblock:first-child:nth-last-child(2) {
    padding-left: 10%;
  }
  .tableblock:first-child:nth-last-child(2) ~ div {
    padding-right: 10%;
  }
  /* three items */
  
  .tableblock:first-child:nth-last-child(3),
  .tableblock:first-child:nth-last-child(3) ~ div {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media (max-width: 766px) {
  .banner-area {
    margin-bottom: 30px;
  }
  .bannertablecontentblock .banner-area .msg {
    bottom: 25px;
    left: 25px;
    max-width: 210px;
    pointer-events: none;
    top: auto;
  }
  .bannertablecontentblock .banner-area .msg h3 {
    font-size: 18px;
  }
  .bannertablecontentblock .banner-area .msg a {
    pointer-events: none;
  }
  .bannertablecontentblock .banner-area .lift-price-container {
    width: 50px;
    height: 40px;
    pointer-events: none;
    right: 35px;
    top: 25px;
    padding: 0 0 8px !important;
  }
  .bannertablecontentblock .banner-area .lift-price-container .price {
    font-size: 13px;
    line-height: 14px;
    margin: 0 1px;
  }
  .bannertablecontentblock .banner-area .lift-price-container .extension {
    font-size: 12px;
    line-height: 13px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
  }
  .bannertablecontentblock .banner-area .text-wrapper {
    min-height: 190px;
    height: 190px;
    padding: 30px 60px;
  }
  .table-block-text-cell {
    position: relative;
    left: 0px;
    padding-left: 0;
  }
  .table-content-area {
    margin-left: 15px;
    margin-right: 15px;
  }
  .table-content-area .text-area {
    border-bottom: 2px solid #e7e7e7;
  }
  .table-content-area #text {
    font-size: 14px;
    padding: 15px 10px 15px 15px;
    margin-bottom: 0;
  }
  .table-content-area .mbi-0 {
    display: block;
  }
  .tableblock {
    border-bottom: 1px solid #ddd;
  }
  .tableblock:last-child {
    border-bottom: none;
  }
  .tableblock:first-child:nth-last-child(1) {
    /* -or- li:only-child { */
    padding-left: 0;
    padding-right: 0;
  }
  /* two items */
  
  .tableblock:first-child:nth-last-child(2) {
    padding-left: 0;
  }
  .tableblock:first-child:nth-last-child(2) ~ div {
    padding-right: 0;
  }
  /* three items */
  
  .tableblock:first-child:nth-last-child(3),
  .tableblock:first-child:nth-last-child(3) ~ div {
    padding-left: 0;
    padding-right: 0;
  }
  table {
    margin-top: 15px;
  }
  table tbody tr {
    height: auto !important;
  }
  table tbody tr:last-child > td {
    text-align: left;
  }
  table tbody tr td {
    height: auto !important;
  }
}
/* Frontpage update 2020 styles */

/*upd*/

body.frontpage {
  background: #fff;
  /*background: #fff !important;*/

}
body.frontpage.publicmode .contentarea {
  margin: 0;
}
body.frontpage #main,
body.frontpage .MainContentArea,
body.frontpage #main-helper {
  background: #fff;
}
body.frontpage #main .wrap {
  padding: 0 10px;
}
/* TABLES */

/* Compare table */

.compare-table-wrapper {
  overflow: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.compare-table {
  background-color: #F9F9F9;
  border: 0 !important;
  /*box-sizing: border-box;*/
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 0;
  white-space: normal;
  max-width: unset !important;
}
.compare-table tr {
  background: #fff;
  height: auto !important;
  transition: all 1s;
}
.compare-table tr td {
  border: 0;
  height: auto !important;
  padding: 1% 1% 0 0;
}
.compare-table > tbody > tr:first-child td {
  color: #c00000;
  font-size: 32px;
  font-weight: 600;
}
.compare-table > tbody > tr:first-child td:first-child {
  padding: 1% 0 1% 0;
}
.compare-table ul li {
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  padding: 0 0 20px 30px;
  position: relative;
  background: transparent url(/Static/img/frontpage-2020/icon_check.svg) no-repeat 0 3px;
}
.compare-table ul li:before {
  content: "";
}
.compare-table img {
  display: block;
  max-width: none;
}
.compare-table table {
  border: 0;
  background: transparent;
}
.compare-table table tr {
  background: transparent;
}
.compare-table table tr td {
  padding-bottom: 0;
}
@media (min-width: 979px) {
  .compare-table tr td {
    padding: 1% 0 0 1%;
    width: 32% !important;
  }
  .compare-table > tbody > tr:first-child td:first-child {
    padding: 1% 0 1% 10px;
  }
  .compare-table > tbody > tr:nth-child(2) td {
    display: table-cell;
    max-width: 100%;
  }
  .compare-table ul li {
    max-width: 100%;
  }
  .compare-table img {
    width: auto !important;
  }
  .compare-table-wrapper {
    overflow: hidden;
    margin-left: -10px;
  }
  .compare-table img {
    display: block;
    max-width: 100%;
    height: auto !important;
    width: 100% !important;
  }
}
.compare-table-wrapper {
  position: relative;
}
.compare-table-wrapper .table-navi {
  position: absolute;
  /*bottom: 20px;
        right: auto;
        top: auto;
        left: auto;*/
  left: 20px;
  top: 55%;
  width: 100px;
}
.compare-table-wrapper .btn-back {
  background: transparent url(/Static/img/frontpage-2020/icon_arrow_red.svg) no-repeat left bottom;
  cursor: pointer;
  pointer-events: auto;
  transform: rotate(180deg);
  width: 30px;
  height: 31px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.compare-table-wrapper .btn-forward {
  background: transparent url(/Static/img/frontpage-2020/icon_arrow_red.svg) no-repeat left bottom;
  cursor: pointer;
  pointer-events: auto;
  width: 30px;
  height: 31px;
  position: absolute;
  display: inline-block;
  right: 0;
}
/* for navi positioning */

.compare-table tr:nth-child(3) td:first-child {
  position: relative;
}
/* Images in table */

.compare-table tr:nth-child(4) {
  border-bottom: solid 10px #fff;
}
/* Open content row */

.compare-table tr:nth-child(5) {
  background-color: #F9F9F9;
  cursor: pointer;
  display: table-cell;
  height: 84px !important;
  position: relative;
}
.compare-table tr:nth-child(5) > td {
  display: none;
}
.compare-table tr:nth-child(5) > td:first-child {
  border: 0;
  border-bottom: solid 1px #DDDDDD;
  box-sizing: border-box;
  color: #c00000;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 85px !important;
  padding: 25px 20px;
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  /*white-space: nowrap;*/

}
.compare-table tr:nth-child(5) > td:first-child strong {
  display: inline-block;
  font-size: 14px;
  height: 30px;
  padding: 0 15px;
  width: 250px;
  text-align: center;
  white-space: normal;
  position: relative;
}
@media (min-width: 979px) {
  .compare-table tr:nth-child(5).active {
    height: 100px !important;
  }
}
.compare-table tr:nth-child(5).active > td:first-child,
.compare-table tr:nth-child(5):hover > td:first-child {
  background-color: #F4F4F4;
}
.compare-table tr:nth-child(5) > td:first-child strong:before {
  background: transparent url(/Static/img/frontpage-2020/icon_arrow_dwn_red.svg) no-repeat 20px center;
  background-size: 15px 25px;
  content: ' ';
  display: block;
  height: 40px;
  width: 65px;
  position: absolute;
  right: auto;
  top: 0;
  left: -30px;
}
.compare-table tr:nth-child(5).active > td:first-child strong:before {
  left: -40px;
  transform: rotate(180deg);
}
.compare-table tr:nth-child(5) > td:first-child strong:after {
  background: transparent url(/Static/img/frontpage-2020/icon_arrow_dwn_red.svg) no-repeat 30px center;
  background-size: 15px 25px;
  content: ' ';
  display: block;
  height: 40px;
  width: 65px;
  position: absolute;
  right: -30px;
  top: 0;
  left: auto;
}
.compare-table tr:nth-child(5).active > td:first-child strong:after {
  right: -40px;
  transform: rotate(180deg);
}
.compare-table .link-text-wrapper {
  background: #F4F4F4;
  border-bottom: solid 1px #DDDDDD;
  display: inline-block;
  height: 54px;
  left: 20px;
  margin: -25px 0 0 -17px;
  padding: 30px 0 0 0;
  position: absolute;
  text-align: center;
}
@media (min-width: 979px) {
  .compare-table tr:nth-child(5) > td:first-child {
    width: 1260px !important;
  }
  .compare-table .link-text-wrapper {
    width: 100%;
  }
  .compare-table tr:nth-child(5) > td:first-child strong {
    display: inline-block;
    font-size: 18px;
    width: 100%;
  }
  .compare-table tr:nth-child(5) > td:first-child strong:before {
    content: '';
    display: none;
  }
  .compare-table tr:nth-child(5) > td:first-child strong:after {
    content: '';
    display: none;
  }
  .compare-table tr:nth-child(5).active > td:first-child strong:before {
    background: transparent url(/Static/img/frontpage-2020/icon_arrow_dwn_red.svg) no-repeat 30px center;
    background-size: 15px 25px;
    left: -30px;
    transform: rotate(180deg);
  }
  .compare-table tr:nth-child(5).active > td:first-child strong:after {
    right: -30px;
    transform: rotate(180deg);
  }
  .compare-table-wrapper .table-navi {
    display: none;
  }
  .compare-table tr:nth-child(5) {
    height: 70px !important;
  }
  .compare-table tr:nth-child(5) > td:first-child {
    height: 70px !important;
    width: 1057px !important;
    text-align: center;
    position: absolute;
  }
  .compare-table tr:nth-child(5) > td:first-child:before {
    background: transparent url(/Static/img/frontpage-2020/icon_arrow_dwn_red.svg) no-repeat 30px center;
    content: ' ';
    display: block;
    height: 40px;
    width: 65px;
    position: absolute;
    right: auto;
    top: 14px;
    left: 10px;
  }
  .compare-table tr:nth-child(5) > td:first-child:after {
    background: transparent url(/Static/img/frontpage-2020/icon_arrow_dwn_red.svg) no-repeat 30px center;
    content: ' ';
    display: block;
    height: 40px;
    width: 65px;
    position: absolute;
    right: 35px;
    top: 14px;
  }
  .compare-table tr:nth-child(5).active > td:first-child:before {
    left: 32px;
    transform: rotate(180deg);
  }
  .compare-table tr:nth-child(5).active > td:first-child:after {
    right: 13px;
    transform: rotate(180deg);
  }
}
/* Additional content */

.compare-table tr:nth-child(6) {
  background: #F9F9F9;
  overflow: hidden;
  display: none;
}
.compare-table tr:nth-child(6) td {
  border-left: 1px solid #DDDDDD;
  padding: 40px 10px 20px;
  vertical-align: top;
  position: relative;
}
.compare-table tr:nth-child(6) td :first-child {
  border: 0;
}
.compare-table tr:nth-child(6) td ul {
  height: 85%;
}
/* Some table */

.some-table,
.some-table tr,
.some-table td {
  border: 0 !important;
  margin: 0 0 20px 0;
}
.some-table tr,
.some-table tr td {
  display: block;
  float: left;
}
.some-table tr td:first-child {
  text-align: center;
}
@media (max-width: 979px) {
  .some-table tr,
  .some-table tr td {
    width: 100% !important;
  }
}
@media (min-width: 979px) {
  .some-table tr {
    display: table-row;
    float: none;
  }
  .some-table tr td {
    display: table-cell;
    float: none;
    padding-left: 10px;
  }
  .some-table tr td:first-child {
    padding-left: 0px;
  }
  .compare-table tr:nth-child(6) td {
    padding: 20px 10px 20px;
  }
  .compare-table tr:nth-child(6) td:first-child {
    padding: 20px 10px 20px 20px;
  }
}
.some-table p {
  display: inline-block;
}
/* Links */

.btn-red {
  background: #c00000;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.btn-red:hover {
  background: #AC0A0A;
  color: #fff !important;
  text-decoration: none;
}
.btn-red-newsletter {
  background: #c00000 url(/Static/img/frontpage-2020/icon_arrow_dwn_white.svg) no-repeat 97% center;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  min-height: 60px;
  margin: 0 20px 0 0;
  padding: 10px 30px 10px 70px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.btn-red-newsletter:before {
  background: transparent url(/Static/img/frontpage-2020/icon_newsletter.svg) no-repeat 0 center;
  content: " ";
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 18px;
  width: 100%;
  height: 100%;
}
.btn-red-newsletter:hover {
  background-color: #AC0A0A;
  color: #fff !important;
  text-decoration: none;
}
.btn-red-giftcard {
  background: #c00000 url(/Static/img/frontpage-2020/icon_arrow_dwn_white.svg) no-repeat 97% center;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  min-height: 60px;
  padding: 20px 30px 10px 70px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.btn-red-giftcard:before {
  background: transparent url(/Static/img/frontpage-2020/icon_gift.svg) no-repeat 0 center;
  content: " ";
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
  height: 100%;
}
.btn-red-giftcard:hover {
  background-color: #AC0A0A;
  color: #fff !important;
  text-decoration: none;
}
a.sometable-fb {
  background: url(/Static/img/frontpage-2020/icon_fb_bw.svg);
  display: inline-block;
  font-size: 0;
  height: 40px;
  margin-right: 15px;
  width: 40px;
}
a.sometable-fb:hover {
  background: url(/Static/img/frontpage-2020/icon_fb_red.svg);
}
a.sometable-ig {
  background: url(/Static/img/frontpage-2020/icon_in_bw.svg);
  display: inline-block;
  font-size: 0;
  height: 40px;
  margin-right: 15px;
  width: 40px;
}
a.sometable-ig:hover {
  background: url(/Static/img/frontpage-2020/icon_in_red.svg);
}
a.sometable-pi {
  background: url(/Static/img/frontpage-2020/icon_pi_bw.svg);
  font-size: 0;
  display: inline-block;
  height: 40px;
  margin-right: 15px;
  width: 40px;
}
a.sometable-pi:hover {
  background: url(/Static/img/frontpage-2020/icon_pi_red.svg);
}
a.sometable-tw {
  background: url(/Static/img/frontpage-2020/icon_tw_bw.svg);
  font-size: 0;
  display: inline-block;
  height: 40px;
  margin-right: 15px;
  width: 40px;
}
a.sometable-tw:hover {
  background: url(/Static/img/frontpage-2020/icon_tw_red.svg);
}
a.sometable-yt {
  background: url(/Static/img/frontpage-2020/icon_yt_bw.svg);
  font-size: 0;
  display: inline-block;
  height: 40px;
  margin-right: 15px;
  width: 40px;
}
a.sometable-yt:hover {
  background: url(/Static/img/frontpage-2020/icon_yt_red.svg);
}
a.sometable-li {
  background: url(/Static/img/frontpage-2020/icon_li_bw.svg);
  font-size: 0;
  display: inline-block;
  height: 40px;
  margin-right: 15px;
  width: 40px;
}
a.sometable-li:hover {
  background: url(/Static/img/frontpage-2020/icon_li_red.svg);
}
a.sometable-vk {
  background: url(/Static/img/frontpage-2020/icon_vkontakte_bw.svg);
  font-size: 0;
  display: inline-block;
  height: 40px;
  margin-right: 15px;
  width: 40px;
}
a.sometable-vk:hover {
  background: url(/Static/img/frontpage-2020/icon_vkontakte_red.svg);
}
/* layout */

body.frontpage .bg-gray,
.bg-grey {
  background: #fff;
}
body.frontpage .block.editorialblock.width-full .block-inner {
  max-width: 100%;
  margin-left: 0;
}
@media (min-width: 979px) {
  body.frontpage .block.editorialblock.width-full .block-inner {
    max-width: 100%;
    margin-left: 15px;
  }
}
/* InfoBlock */

body.frontpage .block.infoblock {
  display: table;
  /*    max-width: 1040px;*/
  /*margin: 0 auto;*/
  margin: 20px 0 0 0;
  min-height: 70px;
  text-align: center;
  border-top: 1px solid #F4F4F4;
}
body.frontpage .block.infoblock .border-gray {
  border: 0;
}
body.frontpage .block.infoblock .border-gray .item-content {
  display: table-row;
  height: 70px;
}
body.frontpage .block.infoblock .border-gray .item-content .infoicon {
  display: none;
}
body.frontpage .block.infoblock .border-gray .item-content .f-red {
  color: #000;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: middle;
}
body.frontpage .block.infoblock .border-gray .item-content .editor {
  border-left: 1px solid #F4F4F4;
  font-size: 12px;
  /*padding: 10px 0 20px 20px;*/
  padding: 10px 0 20px 0;
  text-align: left;
}
body.frontpage .block.infoblock .border-gray .item-content .editor p {
  margin: 0;
}
@media (min-width: 979px) {
  body.frontpage .block.infoblock .item-content .f-red {
    background: transparent url(/Static/img/frontpage-2020/icon_arrow_att.svg) no-repeat 10px center;
    color: #000;
    display: table-cell;
    padding: 20px 30px 20px 35px !important;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: middle;
  }
  body.frontpage .block.infoblock .item-content .editor {
    border-left: 1px solid #F4F4F4 !important;
    display: table-cell;
    font-size: 14px !important;
    padding: 20px 0 20px 20px !important;
    text-align: left !important;
    vertical-align: middle !important;
  }
}
/* News */

/* Promotion Block*/

body.frontpage .promotionblock .block-inner {
  margin-left: 0;
}
@media (min-width: 979px) {
  body.frontpage .promotionblock .block-inner {
    margin-left: 15px;
  }
  body.frontpage .promotionblock .promo .imageposition-top .item-image,
  body.frontpage .promotionblock .promo .imageposition-right .item-image {
    height: 248px;
  }
}
body.frontpage .promotionblock .promo .imageposition-top .item-image,
body.frontpage .promotionblock .promo .imageposition-right .item-image {
  float: none;
  width: auto;
}
body.frontpage .promotionblock .item-content {
  max-height: 100%;
  width: 100%;
}
body.frontpage .promotionblock .item-content .f-red {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
body.frontpage .promotionblock .item-content .buttonlink,
body.frontpage .promotionblock .item-content .item-link {
  display: none !important;
}
body.frontpage .promotionblock .border-gray {
  border-color: #0000001A;
}
body.frontpage .promotionblock .border-gray:hover {
  border-color: #D81B21;
  cursor: pointer;
}
@media (min-width: 979px) {
  body.frontpage .promotionblock .border-gray {
    min-height: 460px;
  }
}
/* Hero */

body.frontpage .block.heroblock .headeritem-info {
  height: 100%;
  top: 20px;
  pointer-events: none;
}
@media (min-width: 767px) {
  body.frontpage .block.heroblock .headeritem-info {
    top: 25px;
  }
}
body.frontpage .block.heroblock .headeritem-info .item-title {
  display: none;
}
body.frontpage .block.heroblock .headeritem-info .item-text.description {
  color: #fff;
  display: block;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}
body.frontpage .block.heroblock .headeritem-info .item-text.button {
  background: #D81B21;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 7px 20px;
}
body.frontpage .block.heroblock .headeritem-info .wrap {
  padding: 0 15px;
}
body.frontpage .block.heroblock .headeritem-info .wrap .text-wrapper {
  display: inline-block;
  padding: 40% 0 0 0;
}
@media (min-width: 979px) {
  body.frontpage .block.heroblock .headeritem-info .item-text.description {
    font-size: 32px;
    line-height: 38px;
  }
  body.frontpage .block.heroblock .headeritem-info .wrap {
    padding: 0 30px;
  }
  body.frontpage .block.heroblock .headeritem-info .wrap.right {
    padding-left: 40%;
  }
  body.frontpage .block.heroblock .headeritem-info .wrap .text-wrapper {
    display: inline-block;
    padding: 0 0 0 0;
  }
  body.frontpage .block.heroblock .headeritem-info .item-text.button {
    font-size: 18px;
    padding: 10px 20px;
  }
}
body.frontpage .block.heroblock .headeritem-info .price-wrapper {
  background: #D81B21;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 8px;
  position: absolute;
  text-align: center;
}
body.frontpage .block.heroblock .headeritem-info .price-wrapper .price {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding-bottom: 3px;
}
body.frontpage .block.heroblock .headeritem-info .price-wrapper .definition {
  font-size: 9px;
  line-height: 11px;
}
@media (min-width: 979px) {
  body.frontpage .block.heroblock .headeritem-info .price-wrapper {
    box-sizing: border-box;
    padding: 10px;
    padding-top: 2%;
  }
  body.frontpage .block.heroblock .headeritem-info .price-wrapper .price {
    font-size: 24px;
    line-height: 20px;
    padding-bottom: 6px;
  }
  body.frontpage .block.heroblock .headeritem-info .price-wrapper .definition {
    font-size: 16px;
    line-height: 20px;
  }
  body.frontpage .block.heroblock .headeritem-info .text-wrapper {
    /*bottom: 20%;*/
    top: 40%;
    display: block;
    max-width: 355px;
    position: absolute;
  }
}
body.frontpage .headerbanner {
  margin-bottom: 0;
}
body.frontpage .headerbanner .owl-carousel .owl-controls {
  position: relative;
}
body.frontpage .headerbanner .owl-carousel .owl-controls .owl-nav .owl-prev,
body.frontpage .headerbanner .owl-carousel .owl-controls .owl-nav .owl-next {
  top: 60px;
}
body.frontpage .headerbanner .owl-carousel {
  margin-bottom: 60px !important;
}
body.frontpage .lower-headerbanner .owl-carousel {
  margin-bottom: 60px !important;
}
@media (min-width: 979px) {
  body.frontpage .headerbanner .owl-carousel {
    margin-bottom: 0 !important;
  }
  body.frontpage .lower-headerbanner .owl-carousel {
    margin-bottom: 0 !important;
  }
  body.frontpage .lower-headerbanner .carouselblock {
    margin-bottom: 0;
  }
}
body.frontpage .headerbanner .owl-carousel .owl-controls .owl-dots {
  display: block;
  left: 0;
  top: 0;
  width: 200px;
  height: 20px;
  text-align: left;
  padding: 60px 0 0 15px;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
@media (min-width: 979px) {
  body.frontpage .headerbanner .owl-carousel .owl-controls {
    position: absolute;
    top: 45%;
  }
  body.frontpage .headerbanner .owl-carousel .owl-controls .owl-dots {
    padding: 0;
    text-align: center;
    top: 240px;
  }
  body.frontpage .headerbanner {
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  body.frontpage .headerbanner .owl-controls .owl-dots {
    top: 240px;
  }
}
body.frontpage .headerbanner .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 17px;
}
body.frontpage .headerbanner .owl-controls .owl-dots .owl-dot span {
  background: #dddddd;
  display: block;
  height: 6px;
  width: 6px;
}
body.frontpage .headerbanner .owl-controls .owl-dots .owl-dot.active span {
  background: #D81B21;
  display: block;
  height: 6px;
  width: 6px;
}
body.frontpage .block.carouselblock .carousel-area .owl-stage-outer {
  margin: 0 auto 10px;
}
body.frontpage .owl-carousel {
  margin-bottom: 60px !important;
}
body.frontpage .owl-carousel .owl-controls {
  display: block;
  pointer-events: none;
  top: 101%;
}
body.frontpage .owl-carousel .owl-controls .owl-nav {
  margin: auto;
  max-width: 1042px;
  position: relative;
  z-index: 99;
}
body.frontpage .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: auto;
  right: 75px;
  background: transparent url(/Static/img/frontpage-2020/icon_arrow_greyred.svg) no-repeat left bottom;
  pointer-events: auto;
  transform: rotate(180deg);
  width: 30px;
  height: 31px;
  opacity: 0.5;
  pointer-events: none;
}
body.frontpage .owl-carousel .owl-controls .owl-prev:after {
  content: "";
  height: 31px;
}
body.frontpage .owl-carousel .owl-controls .owl-prev:hover {
  background: transparent url(/Static/img/frontpage-2020/icon_arrow_greyred.svg) no-repeat left bottom;
  transform: rotate(180deg);
  width: 30px;
  height: 31px;
  background-size: 30px 30px;
}
body.frontpage .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 30px;
  background: transparent url(/Static/img/frontpage-2020/icon_arrow_greyred.svg) no-repeat;
  pointer-events: auto;
  width: 30px;
  height: 30px;
}
body.frontpage .owl-carousel .owl-controls .owl-next:after {
  content: "";
  height: 30px;
}
body.frontpage .owl-carousel .owl-controls .owl-next:hover {
  background: transparent url(/Static/img/frontpage-2020/icon_arrow_greyred.svg) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
body.frontpage .owl-carousel .owl-controls .owl-dots {
  display: block;
  position: absolute;
  left: 15px;
  bottom: -30px;
  height: 20px;
  pointer-events: auto;
}
body.frontpage .owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 17px;
}
body.frontpage .owl-carousel .owl-controls .owl-dots .owl-dot span {
  background: #DDDDDD;
  display: block;
  height: 6px;
  width: 6px;
}
body.frontpage .owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  background: #D81B21;
  display: block;
  height: 6px;
  width: 6px;
}
@media (min-width: 979px) {
  body.frontpage .owl-carousel {
    margin-bottom: 0 !important;
  }
  body.frontpage .headerbanner .owl-controls .owl-dots .owl-dot span {
    background: #fff;
  }
  body.frontpage .headerbanner .owl-item {
    margin-bottom: 0;
  }
  body.frontpage .owl-carousel .owl-controls {
    display: block;
    pointer-events: none;
    top: 55%;
  }
  body.frontpage .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: transparent url(/Static/img/frontpage-2020/icon_arrow_red.svg) no-repeat;
    left: 10px;
    right: auto;
  }
  body.frontpage .owl-carousel .owl-controls .owl-nav .owl-next {
    background: transparent url(/Static/img/frontpage-2020/icon_arrow_red.svg) no-repeat;
    right: 10px;
  }
  body.frontpage .owl-carousel .owl-controls .owl-prev {
    background: transparent url(/Static/img/frontpage-2020/icon_arrow_white.svg) no-repeat left bottom;
    left: 10px;
    right: auto;
  }
  body.frontpage .owl-carousel .owl-controls .owl-prev:after {
    height: 30px;
  }
  body.frontpage .owl-carousel .owl-controls .owl-prev:hover {
    background: transparent url(/Static/img/frontpage-2020/icon_arrow_white.svg) no-repeat left bottom;
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
  body.frontpage .owl-carousel .owl-controls .owl-next {
    background: transparent url(/Static/img/frontpage-2020/icon_arrow_white.svg) no-repeat;
    right: 10px;
    left: auto;
  }
  body.frontpage .owl-carousel .owl-controls .owl-next:after {
    height: 35px;
  }
  body.frontpage .owl-carousel .owl-controls .owl-next:hover {
    background: transparent url(/Static/img/frontpage-2020/icon_arrow_white.svg) no-repeat;
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
  body.frontpage .owl-carousel .owl-controls .owl-dots {
    padding: 0;
    text-align: center;
    top: 170px;
  }
}
body.frontpage .headerbanner .block {
  background: #000;
  margin: 0;
}
body.frontpage .MainContentArea .headerbanner-outer {
  max-height: 1000px;
}
.publicmode .headerblocks {
  max-height: 1000px;
}
/* loader */

body.frontpage .headerbanner {
  background: none !important;
}
/* Lower header carousel */

.lower-headerbanner {
  margin-top: -25px;
}
.lower-headerbanner .block.carouselblock .block-inner {
  margin-left: 0 !important;
}
.lower-headerbanner .block.carouselblock .carousel-area .owl-stage-outer .owl-item:hover .bannerblock .liftcontainer {
  background: #c00000;
}
.lower-headerbanner .block.carouselblock .carousel-area .owl-stage-outer .owl-item .bannerblock .imageholder img {
  height: 130px;
  object-fit: cover;
  opacity: 1 !important;
  width: 130px;
  float: left;
}
.lower-headerbanner .block.carouselblock .bannerblock .block-inner .text-wrapper {
  float: left;
  max-width: 200px;
  padding: 10px 0 0 10px;
}
.lower-headerbanner .block.carouselblock .bannerblock .msg {
  color: #fff;
  /*position: absolute;*/
  bottom: auto;
  /*left: 150px;*/
  width: 275px;
  z-index: 100;
  /*top: 0;*/

}
.lower-headerbanner .block.carouselblock .bannerblock h3.lift-message {
  padding: 0 0 2px 0;
  color: #fff !important;
  font-weight: bold;
  font-size: 15px;
}
.lower-headerbanner .block.carouselblock .bannerblock .lift-price-container {
  background: transparent;
  padding: 0 !important;
  position: static;
  width: 200px;
  height: 35px;
}
.lower-headerbanner .block.carouselblock .bannerblock .lift-price-container .extension {
  float: left;
  display: inline-block;
  font-size: 16px;
  padding: 10px 0 0 0;
  /*order: 1;*/
  white-space: nowrap;
}
.lower-headerbanner .block.carouselblock .bannerblock .lift-price-container .price {
  display: inline-block;
  float: left;
  font-size: 30px;
  white-space: nowrap;
  text-align: left;
  padding-left: 10px;
  /*position: relative;
    top: 0;*/
  line-height: 35px;
}
@media (min-width: 650px) {
  .lower-headerbanner .block.carouselblock .bannerblock .lift-price-container .price {
    line-height: 30px;
  }
}
.lower-headerbanner .block.carouselblock .bannerblock .lift-message-extended {
  display: block;
  visibility: visible;
  font-size: 16px;
  font-weight: normal;
  /*left: -17px;*/
  padding: 0 !important;
  /*position: absolute;
    top: 70px;*/
  max-width: 200px;
  margin: 0 !important;
}
.lower-headerbanner .block.carouselblock .carousel-area {
  background: #D81B21;
}
.lower-headerbanner .block.carouselblock .carousel-area .owl-stage-outer {
  margin: 0 auto;
  /*width: 1040px;*/

}
.lower-headerbanner .block.carouselblock .carousel-area .owl-stage-outer .owl-item {
  pointer-events: all;
  cursor: pointer;
}
.lower-headerbanner .owl-controls {
  display: block;
}
.lower-headerbanner .block.carouselblock .carousel-area .owl-stage-outer .owl-item {
  left: 5px;
  position: relative;
}
.lower-headerbanner .block.carouselblock .carousel-area .owl-stage-outer .owl-item > .block:hover {
  background: #ac0a0a;
}
@media (min-width: 979px) {
  .lower-headerbanner {
    margin-top: -71px;
  }
  .lower-headerbanner .block.carouselblock .carousel-area .owl-stage-outer .owl-item {
    pointer-events: all;
  }
  body.frontpage .lower-headerbanner .owl-carousel .owl-controls {
    display: none;
  }
  .lower-headerbanner .carouselblock .owl-item:nth-child(odd) > .block {
    width: 520px !important;
  }
  .lower-headerbanner .carouselblock .owl-item:nth-child(even) > .block {
    width: 520px !important;
    float: left;
  }
}
@media (min-width: 979px) {
  .lower-headerbanner .carouselblock .owl-item:nth-child(odd) > .block {
    width: 520px !important;
    float: right;
  }
  .lower-headerbanner {
    margin-top: -23px;
  }
}
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.strip_block {
  visibility: hidden;
  /* Ajankohtaista Strip Block */

}
.strip_block .slick-slider .slick-prev {
  background: transparent url(/Static/img/2022/slider-prev.svg) no-repeat;
  border: 0;
  bottom: 30px;
  height: 50px;
  position: absolute;
  right: 100px;
  text-indent: -9999px;
  width: 50px;
  z-index: 1;
}
.strip_block .slick-slider .slick-next {
  background: transparent url(/Static/img/2022/slider-next.svg) no-repeat;
  border: 0;
  bottom: 30px;
  height: 50px;
  position: absolute;
  right: 30px;
  text-indent: -9999px;
  width: 50px;
  z-index: 1;
}
.strip_block .slick-slider .slick-dots {
  position: absolute;
  bottom: 80px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.strip_block .slick-slider .slick-dots li {
  display: inline-block;
  max-width: 52px;
  background: transparent;
  padding: 0;
}
.strip_block .slick-slider .slick-dots li button {
  background-color: #fff;
  border: 0;
  height: 11px;
  margin-right: 11px;
  opacity: 0.5;
  text-indent: -9999px;
  width: 11px;
}
.strip_block .slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.strip_block.image-and-text-template {
  background: #E7DFDA;
}
.strip_block.image-and-textbox-template {
  background: #EFDAD5;
  min-height: 320px;
  padding-top: 20px;
  position: relative;
}
.strip_block.image-and-textbox-template .slick-slider {
  position: static;
}
.strip_block.image-and-textbox-template .slick-slider .slick-prev {
  display: none !important;
}
.strip_block.image-and-textbox-template .slick-slider .slick-next {
  display: none !important;
}
.strip_block.image-and-textbox-template .slick-slider .slick-list {
  padding: 0 7% 0 0 !important;
  /* Display part of next slide */
  position: static;
}
@media (min-width: 1200px) {
  .strip_block.image-and-textbox-template .slick-slider .slick-list {
    padding: 0 0 0 0 !important;
  }
}
.strip_block.image-and-textbox-template .slick-dots {
  bottom: auto;
  top: 70vw;
}
@media (min-width: 400px) {
  .strip_block.image-and-textbox-template .slick-dots {
    top: 65vw;
  }
}
@media (min-width: 600px) {
  .strip_block.image-and-textbox-template .slick-dots {
    top: 62vw;
  }
}
@media (min-width: 768px) {
  .strip_block.image-and-textbox-template .slick-dots {
    top: 60vw;
  }
}
.strip_block.image-and-textbox-template .slick-dots li button {
  background: #d3b8b6;
  padding: 0;
}
.strip_block.image-and-textbox-template .slick-dots li.slick-active button {
  background: #632e38;
  opacity: 1;
}
.strip_block.image-and-textbox-template .slick-slide .col-row {
  margin-left: 0;
  margin-right: 0;
}
.strip_block.image-and-textbox-template .slick-slide .strip_image {
  padding: 0 0 60px 10px;
  /*padding: 0 20px 60px 20px;*/
  position: relative;
}
.strip_block.image-and-textbox-template .slick-slide .strip_image .text-box {
  margin-top: 80px;
}
.strip_block.image-and-textbox-template .slick-slide .strip_image .text-box h2,
.strip_block.image-and-textbox-template .slick-slide .strip_image .text-box h3 {
  color: #632e38 !important;
  font-family: Moret;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 38.4px;
}
.strip_block.image-and-textbox-template .slick-slide .strip_image img {
  max-height: 56vw;
  margin-top: 0;
  min-height: 56vw;
  width: 100%;
  object-fit: cover;
  position: relative;
}
@media (min-width: 1200px) {
  .strip_block.image-and-textbox-template {
    background: #fff;
    padding-top: 0;
  }
  .strip_block.image-and-textbox-template .slick-slider .slick-prev {
    right: -moz-calc((50% - 240px));
    right: -webkit-calc((50% - 240px));
    right: calc((50% - 240px));
    display: block !important;
    bottom: 30px;
  }
  .strip_block.image-and-textbox-template .slick-slider .slick-next {
    right: -moz-calc((50% - 360px));
    right: -webkit-calc((50% - 360px));
    right: calc((50% - 360px));
    display: block !important;
    bottom: 30px;
  }
  .strip_block.image-and-textbox-template .slick-dots {
    bottom: 30px;
    top: auto;
  }
  .strip_block.image-and-textbox-template .slick-list {
    min-height: 533px;
  }
  .strip_block.image-and-textbox-template .slick-slide {
    max-height: 533px;
  }
  .strip_block.image-and-textbox-template .slick-slide.slick-current + .slick-slide {
    border: 0;
    left: 0;
  }
  .strip_block.image-and-textbox-template .slick-slide.slick-current + .slick-slide .strip_image {
    padding: 0 0 60px 0;
  }
  .strip_block.image-and-textbox-template .slick-slide.slick-current + .slick-slide .strip_image .text-box {
    display: none;
  }
  .strip_block.image-and-textbox-template .slick-slide .col-row {
    margin-left: 0;
    margin-right: 0;
  }
  .strip_block.image-and-textbox-template .slick-slide .strip_image {
    padding: 0;
    background: transparent;
    margin: 0 auto;
    max-width: 910px;
    position: relative;
    background: #fff;
  }
  .strip_block.image-and-textbox-template .slick-slide .strip_image .text-box {
    background: #EFDAD5;
    display: block;
    /*font-size: 16px;
                          line-height: 22.4px;*/
    font-size: 14px;
    line-height: 24px;
    padding: 40px;
    position: absolute;
    top: 100px;
    left: 0;
    max-width: 388px;
    min-width: 388px;
    color: #632E38;
  }
  .strip_block.image-and-textbox-template .slick-slide .strip_image h2,
  .strip_block.image-and-textbox-template .slick-slide .strip_image h3 {
    color: #632e38 !important;
    font-family: Moret;
    font-size: 64px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 72px;
  }
  .strip_block.image-and-textbox-template .slick-slide .strip_image img {
    min-height: 533px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .strip_block.image-and-textbox-template .slick-slider .slick-prev {
    right: -moz-calc((50% - 440px));
    right: -webkit-calc((50% - 440px));
    right: calc((50% - 440px));
    display: block !important;
    bottom: 30px;
  }
  .strip_block.image-and-textbox-template .slick-slider .slick-next {
    right: -moz-calc((50% - 560px));
    right: -webkit-calc((50% - 560px));
    right: calc((50% - 560px));
    display: block !important;
    bottom: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .strip_block.image-and-textbox-template .slick-list {
    max-height: 733px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .strip_block.image-and-textbox-template .slick-slide {
    max-height: 733px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .strip_block.image-and-textbox-template .slick-slide .strip_image .text-box {
    left: -140px;
    top: -20px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .strip_block.image-and-textbox-template .slick-slide .strip_image .text-box {
    left: -140px;
    top: 100px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .strip_block.image-and-textbox-template .slick-slide .strip_image {
    max-width: 1303px;
  }
  .strip_block.image-and-textbox-template .slick-slide .strip_image img {
    min-height: 733px;
  }
}
.strip_block .tabwrapperblock .tab-paging-links {
  display: none;
}
.strip_block .tab-wrapper-block-content .contentarea {
  margin-left: 0;
}
.strip_block .tab-wrapper-block-content .contentarea .tabcontentblock .col-row {
  margin-left: 0;
  margin-right: 0;
}
.strip_block .block.tabcontentblock .block-inner {
  background: transparent;
}
.strip_block .tabwrapperblock .block-inner ul.tab-navigation li a {
  background: transparent;
  color: #cbb5b0;
  padding: 0 5px 9px;
  box-shadow: none;
}
.strip_block .tabwrapperblock .block-inner ul.tab-navigation li a:before {
  display: none;
}
.strip_block .tabwrapperblock .block-inner ul.tab-navigation li a:hover {
  border-bottom: 3px solid #cbb5b0;
  text-decoration: none;
}
.strip_block .tabwrapperblock .block-inner ul.tab-navigation li a.active {
  box-shadow: none;
  border-bottom: 3px solid #7E5A51;
  color: #7E5A51;
  text-decoration: none;
}
.fa {
  font-family: fontawesome;
}
/* temp styles */

/* Logo override */

.navbar .brand {
  background: transparent url(/Static/img/2022/hc-logo-mobile.svg) no-repeat;
  background-position: 50%;
  display: block;
  height: 60px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 177px;
  z-index: 1;
  left: 25%;
  /*left: calc(50% - 88.5px);*/

  left: -moz-calc((50% - 88px));
  left: -webkit-calc((50% - 88px));
  left: calc((50% - 88px));
}
.navbar .brand img {
  display: none;
}
@media (min-width: 901px) {
  .navbar .brand {
    background: transparent url(/Static/img/2022/HC_Logo.svg) no-repeat;
    background-position: 0 15px;
    background-size: 230px auto;
    height: 35px;
    left: 0;
    margin-top: 10px;
    padding: 10px 0 10px;
    width: 100%;
  }
  .navbar .brand img {
    visibility: hidden;
  }
}
/* Hero area wrap override */

body.destinationv3page .MainContentArea .wrap,
body.startpage .MainContentArea .wrap,
body.landingpage2023 .MainContentArea .wrap {
  margin: 0;
  max-width: 100%;
}
/* Hide footer linklistblock*/

.footer .linklistblock {
  display: none;
}
body.destinationv3page .main-content,
body.startpage .main-content,
body.landingpage2023 .main-content {
  padding-top: 0;
}
body.destinationv3page .container.full-width-content,
body.startpage .container.full-width-content,
body.landingpage2023 .container.full-width-content {
  /*padding: 0 0 30px 0;*/
  padding: 0 0 0 0;
  width: 100%;
}
body.destinationv3page .container.full-width-content > .row > .block > .block-inner,
body.startpage .container.full-width-content > .row > .block > .block-inner,
body.landingpage2023 .container.full-width-content > .row > .block > .block-inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  body.destinationv3page .container.full-width-content,
  body.startpage .container.full-width-content,
  body.landingpage2023 .container.full-width-content {
    width: 100%;
  }
  body.destinationv3page .container.full-width-content > .row > .block > .block-inner,
  body.startpage .container.full-width-content > .row > .block > .block-inner,
  body.landingpage2023 .container.full-width-content > .row > .block > .block-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  body.destinationv3page .main-content,
  body.startpage .main-content {
    padding-top: 0;
  }
  body.destinationv3page .container.full-width-content,
  body.startpage .container.full-width-content {
    width: 100%;
  }
}
@media (min-width: 1303px) {
  body.destinationv3page .container,
  body.startpage .container {
    width: 1303px;
  }
}
body.destinationv3page select.languageselect,
body.startpage select.languageselect {
  font-size: 12px;
}

