@charset "UTF-8";
.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: right;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 15px;
  line-height: 90px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 10px;
  color: #333;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 90px;
  height: 90px;
  width: 50px;
  left: 0 !important;
  right: inherit !important;
  position: absolute !important;
}
#offcanvas-toggler i {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 30px;
  background: transparent;
  margin: 5px 0 27px 0;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  outline: 0;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
@media (max-width: 767px) {
  #offcanvas-toggler i {
    color: #fff;
  }
}
#offcanvas-toggler i:hover {
  color: #fff;
}
#offcanvas-toggler .midnightHeader.default i {
  color: #000;
}
#offcanvas-toggler .midnightHeader.default i:hover {
  color: #DEB05B;
}
#offcanvas-toggler .midnightHeader.white i {
  color: #000;
}
#offcanvas-toggler .midnightHeader.white i:hover {
  color: #DEB05B;
}
.close-offcanvas {
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 1;
  color: #fff;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
}
.close-offcanvas:hover {
  background: #9a9a9a;
  color: #fff;
}
#sp-menu .offcanvas-menu {
  left: 0;
  right: 0px;
  width: auto !important;
}
.offcanvas-menu {
  height: auto;
  background: #DEB05B;
  color: #999;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 9999;
  overflow-y: scroll;
  width: 100%;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px 0;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  text-align: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  border-bottom: none;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 4px 20px;
  line-height: 26px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
  text-decoration: underline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-114 a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-151 a {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ltr .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  height: 0;
}
.ltr.offcanvas .offcanvas-menu {
  height: auto;
}
.body-innerwrapper:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .offcanvas .body-innerwrapper:after {
    display: none;
  }
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.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;
}
.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;
}
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f10c";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.75;
  content: "\f111";
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  flex-basis: 0;
  order: 1;
}
.clearfix:after {
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 26px;
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4 {
  font-weight: 800;
  margin-top: 10px;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
  background: #deb05b;
  color: #fff;
  outline: none !important;
}
.btn:focus,
.btn:hover,
.btn:active:focus,
.sppb-btn:focus,
.sppb-btn:hover,
.sppb-btn:active:focus {
  outline-color: transparent;
  outline-style: none;
  outline: none !important;
  box-shadow: none;
}
.offline-inner {
  margin-top: 100px;
}
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: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
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: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 90px;
  position: fixed;
  width: 100%;
  z-index: 5;
}
@media (max-width: 991px) {
  #sp-header {
    width: 100%;
    z-index: 12;
    top: 0;
    background: rgba(0,0,0,0.2);
  }
}
#sp-header.is-sticky .logo img {
  background: transparent;
  max-height: 90px;
  width: inherit;
}
#sp-header .logo {
  height: 130px;
  display: inline-block;
}
@media (max-width: 991px) {
  #sp-header .logo {
    height: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #sp-header .logo {
    height: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  #sp-header .logo {
    height: 110px;
  }
}
#sp-header .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .logo img {
  padding: 10px;
}
@media (max-width: 991px) {
  #sp-header .logo img {
    padding: 10px;
    max-height: 90px;
    width: auto;
  }
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-header .container {
  width: 100%;
  max-width: 1240px;
}
@media (min-width: 768px) {
  #sp-header .containerxx {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1350px;
  }
}
#sp-header .row {
  position: relative;
}
#sp-header .row #sp-menu {
  position: absolute;
  width: 50px;
  height: 80px;
  right: 0px;
  padding: 0;
}
@media (max-width: 991px) {
  #sp-header .row #sp-menu {
    z-index: 3;
  }
}
#sp-header-sticky-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#sp-slider {
  position: relative;
  z-index: 0;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
  transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 50px 0;
  background: #f1f1f0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
@media (max-width: 767px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: relative;
    width: 100% !important;
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: relative;
    width: 100% !important;
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sppb-addon-image-content .sppb-col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .sppb-addon-image-content .sppb-content-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sppb-addon-image-content .sppb-content-holder.column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sppb-addon-image-content .sppb-content-holder h3 {
    margin-top: 0;
  }
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 40px 0 40px 50px;
}
@media (max-width: 991px) {
  .sppb-addon-image-content.aligment-left .sppb-content-holder {
    padding: 20px 0px 0px;
  }
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 40px 50px 40px 0;
}
@media (max-width: 991px) {
  .sppb-addon-image-content.aligment-right .sppb-content-holder {
    padding: 20px 0px 0px;
  }
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
}
.sp-module ul >li >a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
article.item:last-of-type {
  margin-bottom: 0;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 36px;
  line-height: 1;
  color: #333;
}
.entry-header h2 a {
  color: #333;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
#sp-bottom {
  background: #000;
  color: #fff;
  z-index: 3;
  position: relative;
}
@media (max-width: 767px) {
  #sp-bottom {
    padding: 20px 0 0 !important;
  }
}
#sp-bottom a {
  color: #fff;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
}
#sp-bottom .sp-module i.fa {
  font-size: 35px;
  margin-right: 10px;
}
#sp-bottom .sp-module ul li {
  border-bottom: none;
}
#sp-bottom .sp-module ul li a {
  color: #fff;
  line-height: 20px;
}
#sp-bottom .sp-module ul li a:before {
  content: none;
}
#sp-bottom .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  #sp-bottom .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
#sp-bottom .row > div[class^="col-"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #fff;
  position: relative;
}
@media (max-width: 767px) {
  #sp-bottom .row > div[class^="col-"] {
    border-right: none;
    border-bottom: none;
    margin: 20px 0;
    padding-bottom: 40px;
  }
  #sp-bottom .row > div[class^="col-"]:after {
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background: #fff;
  }
  #sp-bottom .row > div[class^="col-"] > * {
    width: 100%;
  }
  #sp-bottom .row > div[class^="col-"] > * img {
    display: inline-block;
  }
}
#sp-bottom .row > div[class^="col-"]:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  #sp-bottom .row > div[class^="col-"]:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  #sp-bottom .row > div[class^="col-"]:last-child:after {
    content: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sp-bottom .row > div[class^="col-"]:last-child {
    text-align: center;
  }
  #sp-bottom .row > div[class^="col-"]:last-child .sp-column {
    width: 100%;
  }
  #sp-bottom .row > div[class^="col-"]:last-child .custommenu-social-icons a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.nav-tabs.tabs-left {
  border-bottom: none;
}
.nav-tabs.tabs-left>li {
  width: 100%;
}
.nav-tabs.tabs-left>li>a {
  color: #596575;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.nav-tabs.tabs-left>li.active>a,
.nav-tabs.tabs-left>li:hover>a {
  border: none;
  background: transparent;
}
.nav-tabs.tabs-left>li.active>a:before,
.nav-tabs.tabs-left>li:hover>a:before {
  content: "\f101";
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.tabs-left.tab-content h3 {
  margin-top: 0;
}
.tabs-left.tab-content h5,
.tabs-left.tab-content h6 {
  font-weight: 800;
  margin-top: 15px;
}
#sp-right .sp-column>.sp-module:first-of-type {
  margin-top: 18px;
}
.bookingWidget input[type="text"] {
  background-color: #f1f1f0;
  border: 1px solid #e1e1e0;
  cursor: pointer;
}
.bookingWidget .btn {
  margin-top: 20px;
  width: 100%;
}
.bookingWidget.custom .btn {
  margin-top: 0;
  line-height: 40px !important;
  height: 40px !important;
  border-radius: 0;
  padding: 0;
}
.midnightHeader.black i {
  color: #000 !important;
}
.midnightHeader.white i {
  color: #fff !important;
}
.alert .btn {
  white-space: normal;
}
#sp-logo {
  width: 100%;
}
@media (max-width: 767px) {
  #sp-logo {
    width: auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #sp-logo .logo {
    text-align: center;
  }
}
#sp-logo .logo img {
  height: 100%;
  width: auto;
}
#sp-slider .container {
  width: 100%;
  padding: 0;
}
#sp-slider .container .slider-wrapper {
  overflow: hidden;
}
@media (max-width: 767px) {
  #sp-slider .container .slider-wrapper .nivoSlider {
    margin-left: -150px;
    margin-right: -150px;
    width: auto;
  }
}
#sp-slider .container .nivo-caption-outer {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 6;
  background: transparent;
  opacity: 1;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
#sp-slider .container .nivo-caption-outer .nivo-caption {
  padding: 0;
}
#sp-slider .container .nivo-caption-outer .nivo-caption h1,
#sp-slider .container .nivo-caption-outer .nivo-caption p,
#sp-slider .container .nivo-caption-outer .nivo-caption a {
  color: #fff;
}
#sp-slider .container .nivo-caption-outer .nivo-caption h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 70px;
}
@media (max-width: 767px) {
  #sp-slider .container .nivo-caption-outer .nivo-caption h1 {
    font-size: 24px;
    display: none;
  }
}
#sp-slider .container .nivo-caption-outer .nivo-caption .nivo-readmore {
  padding: 15px 25px;
  margin-top: 20px;
  display: inline-block !important;
  background: rgba(255,255,255,0.2);
}
@media (max-width: 767px) {
  #sp-slider .container .nivo-caption-outer .nivo-caption .nivo-readmore {
    display: none !important;
  }
}
#sp-slider .container .nivo-caption-outer .nivo-caption .nivo-readmore a {
  display: block !important;
  font-size: 19px;
  font-weight: 400;
}
.rooms .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .rooms .row {
    margin-bottom: 0;
  }
}
.rooms .row:last-child {
  margin-bottom: 0;
}
.rooms a.valj {
  background: #deb05b;
  color: #fff;
  padding: 2px 20px;
  border-radius: 3px;
  position: absolute;
  right: 15px;
  bottom: 5px;
}
.rooms h2 {
  margin-top: 0;
}
.rooms h3 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rooms div[class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .rooms div[class^="col-"] .animsition-link img {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 991px) {
  .rooms .sppb-col-md-4 {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .rooms .sppb-col-md-4 .sppb-addon-header {
    display: none;
  }
}
.rooms .subtitle {
  color: #989898;
  font-size: 0.8em;
  line-height: 1em;
}
.aktivities .row {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .aktivities .row {
    margin-bottom: 0;
  }
}
.aktivities .row:last-child {
  margin-bottom: 0;
}
.aktivities .row .col-sm-4 {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .aktivities .row .col-sm-4 {
    height: inherit !important;
  }
}
.aktivities .row .col-sm-4 img {
  cursor: pointer;
}
.aktivities .row .col-sm-6 {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .aktivities .row .col-sm-6 {
    height: inherit !important;
  }
}
.aktivities .row .col-sm-6 a.valj {
  bottom: 0;
}
.aktivities .row .col-sm-6 h3 {
  max-width: 300px;
}
.aktivities .row .col-sm-6 img {
  cursor: pointer;
}
.aktivities h2.h3 {
  text-align: center;
  font-size: 22px;
}
.aktivities h3 {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
  max-width: 195px;
}
@media (max-width: 767px) {
  .aktivities div[class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .aktivities div[class^="col-"] {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .aktivities div[class^="col-"] > img {
    width: 100%;
    max-width: none;
  }
}
.aktivities .subtitle {
  color: #989898;
  font-size: 0.8em;
  line-height: 1em;
}
.aktivities .mer {
  display: none;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .aktivities .mer {
    margin-top: 20px;
  }
}
.aktivities .mer ul {
  margin-bottom: 20px;
}
.aktivities .mer .formResponsive input {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0;
}
.aktivities .mer .formResponsive .rsform-block {
  margin-bottom: 5px;
}
.aktivities .mer .formResponsive .rsform-block:not(.rsform-block-captcha):not(.rsform-block-submit) {
  display: block;
  float: left;
  width: 100%;
}
.aktivities .mer .formResponsive .rsform-block.rsform-block-alternativ input {
  width: auto;
  line-height: 18px;
  height: inherit;
  margin: 8px 5px 0 5px;
}
.aktivities div[class^="col-"].active {
  background: #f1f1f0;
  height: inherit !important;
}
body.itemid-146 .aktivities div[class^="col-"].active,
body.itemid-103 .aktivities div[class^="col-"].active {
  background: #fff;
}
.aktivities #transportForm .rsform-block.col-sm-3 {
  width: 100%;
}
.aktivities #transportForm fieldset#rsform_5_page_0 .row {
  margin: 0;
}
.aktivities #transportForm .rsform-block.rsform-block-transportation.col-xs-12 .col-xs-4 {
  min-height: 0;
  width: 100%;
  margin-bottom: 20px;
}
.aktivities #transportForm .rsform-block.rsform-block-transportation.col-xs-12 .col-xs-8 {
  width: 100%;
  min-height: 0;
}
.aktivities #transportForm .rsform-block.rsform-block-transportation.col-xs-12 .col-xs-8 input[type="radio"] {
  width: auto;
  height: auto;
}
.aktivities #transportForm .rsform-block.rsform-block-transportation.col-xs-12 {
  min-height: 0;
}
.rsform-block-captcha img {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .omoss > .row > .col-xs-3 {
    padding: 0;
    display: none;
  }
  .omoss > .row > .col-xs-9 {
    width: 100%;
  }
  .omoss > .row ul.nav-tabs li a {
    margin: 0;
    letter-spacing: -1px;
  }
  .omoss > .row .tab-content>.tab-pane {
    display: block;
    visibility: visible;
  }
}
#sp-below-main {
  background: #f1f1f0;
  padding: 50px 0;
}
body.com-content.view-featured #sp-main-body {
  display: none;
}
body.com-content.view-featured #sp-above-main {
  margin-top: 30px;
}
body.itemid-102 .body-innerwrapper,
body.itemid-145 .body-innerwrapper,
body.itemid-217 .body-innerwrapper,
body.itemid-216 .body-innerwrapper,
body.itemid-155 .body-innerwrapper,
body.itemid-156 .body-innerwrapper,
body.itemid-157 .body-innerwrapper,
body.itemid-170 .body-innerwrapper,
body.itemid-171 .body-innerwrapper,
body.itemid-340 .body-innerwrapper,
body.view-login .body-innerwrapper {
  padding-top: 130px;
  background: #f1f1f0;
}
@media (max-width: 767px) {
  body.itemid-102 .body-innerwrapper,
  body.itemid-145 .body-innerwrapper,
  body.itemid-217 .body-innerwrapper,
  body.itemid-216 .body-innerwrapper,
  body.itemid-155 .body-innerwrapper,
  body.itemid-156 .body-innerwrapper,
  body.itemid-157 .body-innerwrapper,
  body.itemid-170 .body-innerwrapper,
  body.itemid-171 .body-innerwrapper,
  body.itemid-340 .body-innerwrapper,
  body.view-login .body-innerwrapper {
    padding-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.itemid-102 .body-innerwrapper,
  body.itemid-145 .body-innerwrapper,
  body.itemid-217 .body-innerwrapper,
  body.itemid-216 .body-innerwrapper,
  body.itemid-155 .body-innerwrapper,
  body.itemid-156 .body-innerwrapper,
  body.itemid-157 .body-innerwrapper,
  body.itemid-170 .body-innerwrapper,
  body.itemid-171 .body-innerwrapper,
  body.itemid-340 .body-innerwrapper,
  body.view-login .body-innerwrapper {
    padding-top: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.itemid-102 .body-innerwrapper,
  body.itemid-145 .body-innerwrapper,
  body.itemid-217 .body-innerwrapper,
  body.itemid-216 .body-innerwrapper,
  body.itemid-155 .body-innerwrapper,
  body.itemid-156 .body-innerwrapper,
  body.itemid-157 .body-innerwrapper,
  body.itemid-170 .body-innerwrapper,
  body.itemid-171 .body-innerwrapper,
  body.itemid-340 .body-innerwrapper,
  body.view-login .body-innerwrapper {
    padding-top: 110px;
  }
}
body.itemid-102 #sp-header,
body.itemid-145 #sp-header,
body.itemid-217 #sp-header,
body.itemid-216 #sp-header,
body.itemid-155 #sp-header,
body.itemid-156 #sp-header,
body.itemid-157 #sp-header,
body.itemid-170 #sp-header,
body.itemid-171 #sp-header,
body.itemid-340 #sp-header,
body.view-login #sp-header {
  height: 130px;
  top: 0;
}
@media (max-width: 767px) {
  body.itemid-102 #sp-header,
  body.itemid-145 #sp-header,
  body.itemid-217 #sp-header,
  body.itemid-216 #sp-header,
  body.itemid-155 #sp-header,
  body.itemid-156 #sp-header,
  body.itemid-157 #sp-header,
  body.itemid-170 #sp-header,
  body.itemid-171 #sp-header,
  body.itemid-340 #sp-header,
  body.view-login #sp-header {
    height: 90px;
    background: rgba(0,0,0,0.2);
    position: fixed;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.itemid-102 #sp-header,
  body.itemid-145 #sp-header,
  body.itemid-217 #sp-header,
  body.itemid-216 #sp-header,
  body.itemid-155 #sp-header,
  body.itemid-156 #sp-header,
  body.itemid-157 #sp-header,
  body.itemid-170 #sp-header,
  body.itemid-171 #sp-header,
  body.itemid-340 #sp-header,
  body.view-login #sp-header {
    height: 90px;
    background: rgba(0,0,0,0.2);
    position: fixed;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.itemid-102 #sp-header,
  body.itemid-145 #sp-header,
  body.itemid-217 #sp-header,
  body.itemid-216 #sp-header,
  body.itemid-155 #sp-header,
  body.itemid-156 #sp-header,
  body.itemid-157 #sp-header,
  body.itemid-170 #sp-header,
  body.itemid-171 #sp-header,
  body.itemid-340 #sp-header,
  body.view-login #sp-header {
    height: 110px;
    background: rgba(0,0,0,0.2);
    position: fixed;
  }
}
body.itemid-102 #sp-header #sp-menu,
body.itemid-145 #sp-header #sp-menu,
body.itemid-217 #sp-header #sp-menu,
body.itemid-216 #sp-header #sp-menu,
body.itemid-155 #sp-header #sp-menu,
body.itemid-156 #sp-header #sp-menu,
body.itemid-157 #sp-header #sp-menu,
body.itemid-170 #sp-header #sp-menu,
body.itemid-171 #sp-header #sp-menu,
body.itemid-340 #sp-header #sp-menu,
body.view-login #sp-header #sp-menu {
  background: transparent;
}
@media (max-width: 767px) {
  body.itemid-102 #sp-header #sp-menu,
  body.itemid-145 #sp-header #sp-menu,
  body.itemid-217 #sp-header #sp-menu,
  body.itemid-216 #sp-header #sp-menu,
  body.itemid-155 #sp-header #sp-menu,
  body.itemid-156 #sp-header #sp-menu,
  body.itemid-157 #sp-header #sp-menu,
  body.itemid-170 #sp-header #sp-menu,
  body.itemid-171 #sp-header #sp-menu,
  body.itemid-340 #sp-header #sp-menu,
  body.view-login #sp-header #sp-menu {
    height: 90px;
  }
  body.itemid-102 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-145 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-217 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-216 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-155 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-156 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-157 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-170 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-171 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-340 #sp-header #sp-menu #offcanvas-toggler,
  body.view-login #sp-header #sp-menu #offcanvas-toggler {
    height: 90px !important;
  }
  body.itemid-102 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-145 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-217 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-216 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-155 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-156 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-157 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-170 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-171 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-340 #sp-header #sp-menu #offcanvas-toggler i,
  body.view-login #sp-header #sp-menu #offcanvas-toggler i {
    margin-top: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.itemid-102 #sp-header #sp-menu,
  body.itemid-145 #sp-header #sp-menu,
  body.itemid-217 #sp-header #sp-menu,
  body.itemid-216 #sp-header #sp-menu,
  body.itemid-155 #sp-header #sp-menu,
  body.itemid-156 #sp-header #sp-menu,
  body.itemid-157 #sp-header #sp-menu,
  body.itemid-170 #sp-header #sp-menu,
  body.itemid-171 #sp-header #sp-menu,
  body.itemid-340 #sp-header #sp-menu,
  body.view-login #sp-header #sp-menu {
    height: 90px;
  }
  body.itemid-102 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-145 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-217 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-216 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-155 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-156 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-157 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-170 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-171 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-340 #sp-header #sp-menu #offcanvas-toggler,
  body.view-login #sp-header #sp-menu #offcanvas-toggler {
    height: 90px !important;
  }
  body.itemid-102 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-145 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-217 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-216 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-155 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-156 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-157 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-170 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-171 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-340 #sp-header #sp-menu #offcanvas-toggler i,
  body.view-login #sp-header #sp-menu #offcanvas-toggler i {
    margin-top: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.itemid-102 #sp-header #sp-menu,
  body.itemid-145 #sp-header #sp-menu,
  body.itemid-217 #sp-header #sp-menu,
  body.itemid-216 #sp-header #sp-menu,
  body.itemid-155 #sp-header #sp-menu,
  body.itemid-156 #sp-header #sp-menu,
  body.itemid-157 #sp-header #sp-menu,
  body.itemid-170 #sp-header #sp-menu,
  body.itemid-171 #sp-header #sp-menu,
  body.itemid-340 #sp-header #sp-menu,
  body.view-login #sp-header #sp-menu {
    height: 110px;
  }
  body.itemid-102 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-145 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-217 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-216 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-155 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-156 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-157 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-170 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-171 #sp-header #sp-menu #offcanvas-toggler,
  body.itemid-340 #sp-header #sp-menu #offcanvas-toggler,
  body.view-login #sp-header #sp-menu #offcanvas-toggler {
    height: 110px !important;
  }
  body.itemid-102 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-145 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-217 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-216 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-155 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-156 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-157 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-170 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-171 #sp-header #sp-menu #offcanvas-toggler i,
  body.itemid-340 #sp-header #sp-menu #offcanvas-toggler i,
  body.view-login #sp-header #sp-menu #offcanvas-toggler i {
    margin-top: 38px;
  }
}
body.itemid-102 #sp-header .logo,
body.itemid-145 #sp-header .logo,
body.itemid-217 #sp-header .logo,
body.itemid-216 #sp-header .logo,
body.itemid-155 #sp-header .logo,
body.itemid-156 #sp-header .logo,
body.itemid-157 #sp-header .logo,
body.itemid-170 #sp-header .logo,
body.itemid-171 #sp-header .logo,
body.itemid-340 #sp-header .logo,
body.view-login #sp-header .logo {
  text-align: center;
  height: 130px;
  padding-top: 0;
}
@media (max-width: 767px) {
  body.itemid-102 #sp-header .logo,
  body.itemid-145 #sp-header .logo,
  body.itemid-217 #sp-header .logo,
  body.itemid-216 #sp-header .logo,
  body.itemid-155 #sp-header .logo,
  body.itemid-156 #sp-header .logo,
  body.itemid-157 #sp-header .logo,
  body.itemid-170 #sp-header .logo,
  body.itemid-171 #sp-header .logo,
  body.itemid-340 #sp-header .logo,
  body.view-login #sp-header .logo {
    height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.itemid-102 #sp-header .logo,
  body.itemid-145 #sp-header .logo,
  body.itemid-217 #sp-header .logo,
  body.itemid-216 #sp-header .logo,
  body.itemid-155 #sp-header .logo,
  body.itemid-156 #sp-header .logo,
  body.itemid-157 #sp-header .logo,
  body.itemid-170 #sp-header .logo,
  body.itemid-171 #sp-header .logo,
  body.itemid-340 #sp-header .logo,
  body.view-login #sp-header .logo {
    height: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.itemid-102 #sp-header .logo,
  body.itemid-145 #sp-header .logo,
  body.itemid-217 #sp-header .logo,
  body.itemid-216 #sp-header .logo,
  body.itemid-155 #sp-header .logo,
  body.itemid-156 #sp-header .logo,
  body.itemid-157 #sp-header .logo,
  body.itemid-170 #sp-header .logo,
  body.itemid-171 #sp-header .logo,
  body.itemid-340 #sp-header .logo,
  body.view-login #sp-header .logo {
    height: 110px;
  }
}
body.itemid-102 #sp-header .logo img,
body.itemid-145 #sp-header .logo img,
body.itemid-217 #sp-header .logo img,
body.itemid-216 #sp-header .logo img,
body.itemid-155 #sp-header .logo img,
body.itemid-156 #sp-header .logo img,
body.itemid-157 #sp-header .logo img,
body.itemid-170 #sp-header .logo img,
body.itemid-171 #sp-header .logo img,
body.itemid-340 #sp-header .logo img,
body.view-login #sp-header .logo img {
  content: url(../images/logo-black@2x.png);
}
body.itemid-102 .sp-module.spacer,
body.itemid-145 .sp-module.spacer,
body.itemid-217 .sp-module.spacer,
body.itemid-216 .sp-module.spacer,
body.itemid-155 .sp-module.spacer,
body.itemid-156 .sp-module.spacer,
body.itemid-157 .sp-module.spacer,
body.itemid-170 .sp-module.spacer,
body.itemid-171 .sp-module.spacer,
body.itemid-340 .sp-module.spacer,
body.view-login .sp-module.spacer {
  min-height: 130px;
}
body.itemid-102 #sp-main-body,
body.itemid-145 #sp-main-body,
body.itemid-217 #sp-main-body,
body.itemid-216 #sp-main-body,
body.itemid-155 #sp-main-body,
body.itemid-156 #sp-main-body,
body.itemid-157 #sp-main-body,
body.itemid-170 #sp-main-body,
body.itemid-171 #sp-main-body,
body.itemid-340 #sp-main-body,
body.view-login #sp-main-body {
  background: #fff;
}
body.itemid-102 #offcanvas-toggler i,
body.itemid-145 #offcanvas-toggler i,
body.itemid-217 #offcanvas-toggler i,
body.itemid-216 #offcanvas-toggler i,
body.itemid-155 #offcanvas-toggler i,
body.itemid-156 #offcanvas-toggler i,
body.itemid-157 #offcanvas-toggler i,
body.itemid-170 #offcanvas-toggler i,
body.itemid-171 #offcanvas-toggler i,
body.itemid-340 #offcanvas-toggler i,
body.view-login #offcanvas-toggler i {
  color: #000;
}
#sp-slider .bookingover {
  position: absolute;
  bottom: 0;
  z-index: 11;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.2);
  text-align: center;
  margin: 0;
  padding: 20px 0 10px;
}
#sp-slider .bookingWidget {
  display: inline-block;
  max-width: 500px;
}
#sp-slider .bookingWidget input {
  float: left;
  width: 33%;
  margin: 0 !important;
  border-radius: 0;
  border: none !important;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
}
#sp-slider .bookingWidget input.checkindesign {
  border-radius: 4px 0 0 4px;
  margin-right: 1px !important;
}
@media (max-width: 767px) {
  #sp-slider .bookingWidget input.checkindesign {
    width: 40%;
    margin-right: 1% !important;
    border-radius: 4px 4px 4px 4px;
    margin-left: 9% !important;
  }
}
#sp-slider .bookingWidget input.checkoutdesign {
  margin-right: 1px !important;
}
@media (max-width: 767px) {
  #sp-slider .bookingWidget input.checkoutdesign {
    width: 40%;
    margin-left: 1% !important;
    border-radius: 4px 4px 4px 4px;
    margin-right: 9% !important;
  }
}
@media (max-width: 767px) {
  #sp-slider .bookingWidget input.checkInsDate {
    width: 40%;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
  #sp-slider .bookingWidget input.checkInsDate:first-of-type {
    border-radius: 4px 4px 4px 4px;
    margin-left: 9% !important;
  }
  #sp-slider .bookingWidget input.checkInsDate:last-of-type {
    border-radius: 4px 4px 4px 4px;
    margin-right: 9% !important;
  }
}
#sp-slider .bookingWidget input.btn {
  border-radius: 0 4px 4px 0;
}
@media (max-width: 767px) {
  #sp-slider .bookingWidget input.btn {
    width: 82%;
    margin-left: 9% !important;
    margin-right: 9% !important;
    border-radius: 4px 4px 4px 4px;
    margin-top: 10px !important;
  }
}
.ui-widget {
  border: 1px solid black;
  border-radius: 0;
}
.ui-widget-header {
  border: 0;
  background: white !important;
}
.ui-state-default {
  background: white !important;
}
.ui-datepicker-title,
.ui-datepicker-week-col {
  font-weight: 500;
}
.ui-state-highlight {
  color: #999 !important;
  background: #efefef !important;
  border: 1px solid #d3d3d3 !important;
}
.ui-state-highlight {
  color: #999 !important;
  border: 1px solid #d3d3d3 !important;
}
.ui-state-default.ui-state-hover {
  border: 1px solid #999 !important;
  background: black !important;
  color: white !important;
}
.ui-datepicker-header .ui-state-hover {
  background: white !important;
  border-radius: 0 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  text-align: center;
}
.ui-state-default.ui-state-active {
  background: black !important;
  color: white !important;
}
.vertical {
  margin-top: 20px;
}
.vertical img {
  margin: 15px 0;
}
a.border-btn {
  border: 1px solid #deb05b;
  color: #deb05b;
  padding: 20px;
  display: block;
  margin: 20px 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.borderbottom {
  border-bottom: 1px solid #999999;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.menu-social-icons {
  text-align: center;
  margin: 20px 0;
}
.menu-social-icons i {
  color: #fff;
  font-size: 30px;
  margin: 0 5px;
}
input.btnCal.rsform-calendar-button {
  position: relative;
  background-image: url(../images/calendar_month.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
input.btnCal.rsform-calendar-button:hover {
  background-position: 10px 50%;
}
.sigplus-gallery > ul > li:nth-child(4) a {
  position: relative;
}
.sigplus-gallery > ul > li:nth-child(4) a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-weight: 800;
  color: #fff;
  font-size: 30px;
}
@media (max-width: 767px) {
  .sigplus-gallery > ul > li:nth-child(4) a:after {
    font-size: 20px;
  }
}
body.sv-se .sigplus-gallery > ul > li:nth-child(4) a:after {
  content: "Se alla bilder";
}
body.en-gb .sigplus-gallery > ul > li:nth-child(4) a:after {
  content: "See all images";
}
@media (max-width: 767px) {
  #sp-component .sigplus-gallery ul {
    margin-bottom: 30px !important;
  }
}
#sp-component .sigplus-gallery ul * {
  box-sizing: border-box;
}
#sp-component .sigplus-gallery ul > li {
  width: 25%;
  padding: 2px !important;
}
#sp-component .sigplus-gallery ul > li img {
  width: 100%;
  display: inline-block;
  margin: 0 !important;
}
.flexgrid {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}
.flexgrid > * {
  line-height: 40px !important;
  height: 40px !important;
}
.flexgrid span {
  border: 1px solid #999999;
  padding: 0 10px !important;
  min-width: 105px;
}
.flexgrid input {
  border-top: 1px solid #999999 !important;
  border-right: 1px solid #999999 !important;
  border-bottom: 1px solid #999999 !important;
  background: #e8e8e7 !important;
  border-left: none !important;
  border-radius: 0;
  padding: 0 5px !important;
  width: auto;
}
@media (min-width: 768px) {
  .flexgrid input {
    max-width: 105px;
  }
}
.smaller {
  font-size: 0.9em;
  margin-bottom: 20px;
}
.smaller p {
  margin-bottom: 10px;
}
.offcanvas-menu .offcanvas-inner .mod-languages {
  font-style: italic;
}
.offcanvas-menu .offcanvas-inner .mod-languages .pretext {
  color: #fff;
}
.offcanvas-menu .offcanvas-inner .mod-languages ul.lang-inline {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.offcanvas-menu .offcanvas-inner .mod-languages ul.lang-inline li {
  display: inline-block;
}
.offcanvas-menu .offcanvas-inner .mod-languages ul.lang-inline li a,
.offcanvas-menu .offcanvas-inner .mod-languages ul.lang-inline li span {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  body.site.itemid-116 .animsition,
  body.site.itemid-116 .animsition-overlay {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
body.site.itemid-116 .animsition-overlay-slide {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
body.site.itemid-116 .animsition-loading,
body.site.itemid-116 .animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}
body.site.itemid-116 .animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0,0,0,0.2);
  border-right: 5px solid rgba(0,0,0,0.2);
  border-bottom: 5px solid rgba(0,0,0,0.2);
  border-left: 5px solid #DEB05B;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}
@-webkit-keyframes animsition-loading {
  body.site.itemid-116 0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  body.site.itemid-116 100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  body.site.itemid-116 0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  body.site.itemid-116 100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  body.site.itemid-116 0% {
    opacity: 0;
  }
  body.site.itemid-116 100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  body.site.itemid-116 0% {
    opacity: 0;
  }
  body.site.itemid-116 100% {
    opacity: 1;
  }
}
body.site.itemid-116 .fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  body.site.itemid-116 0% {
    opacity: 1;
  }
  body.site.itemid-116 100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  body.site.itemid-116 0% {
    opacity: 1;
  }
  body.site.itemid-116 100% {
    opacity: 0;
  }
}
body.site.itemid-116 .fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}
@-webkit-keyframes overlay-slide-in-top {
  body.site.itemid-116 0% {
    height: 100%;
  }
  body.site.itemid-116 100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  body.site.itemid-116 0% {
    height: 100%;
  }
  body.site.itemid-116 100% {
    height: 0;
  }
}
body.site.itemid-116 .overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}
@-webkit-keyframes overlay-slide-out-top {
  body.site.itemid-116 0% {
    height: 0;
  }
  body.site.itemid-116 100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  body.site.itemid-116 0% {
    height: 0;
  }
  body.site.itemid-116 100% {
    height: 100%;
  }
}
body.site.itemid-116 .overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}
html.firefox .close-offcanvas i {
  margin-top: 2px;
  position: relative;
  display: block;
  margin-left: 1px;
}
.media a.btn {
  padding: 2px 20px;
  border-radius: 3px;
  border: 0;
  font-size: 13px;
  margin: 1% !important;
  width: 48%;
  float: left;
}
.media a.btn.btn-primary {
  background: #596575;
}
.media img {
  margin-bottom: 2px;
  display: inline-block;
}
.media h2:not(:first-child) {
  margin-top: 50px;
}
.media .col-sm-3 {
  margin-bottom: 20px;
}
#transportForm .input--hoshi {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em 1em 0 1em;
  max-width: 350px;
  width: calc(98%);
  vertical-align: top;
}
@media (max-width: 767px) {
  #transportForm .input--hoshi {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
#transportForm .input__field--hoshi {
  display: block;
  float: right;
  width: 60%;
  border: none;
  box-shadow: none !important;
  border-radius: 0;
  font-weight: bold;
  -webkit-appearance: none;
  margin-top: 2em;
  padding: 0.15em;
  width: 100%;
  background: transparent;
  color: #595F6E;
  position: relative;
}
#transportForm .input__label--hoshi {
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #6a7989;
  font-size: 88%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(99%);
  text-align: left;
  pointer-events: none;
  display: inline-block;
}
#transportForm .input__label-content--hoshi {
  position: absolute;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}
#transportForm .input__label--hoshi::before,
#transportForm .input__label--hoshi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(90%);
  border-bottom: 1px solid #B9C1CA;
}
#transportForm .input__label--hoshi::after {
  margin-top: 2px;
  border-bottom: 4px solid red;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
#transportForm .input__label--hoshi-color-1::after {
  border-color: #DEB05B;
}
#transportForm .input__field--hoshi:focus + .input__label--hoshi::after,
#transportForm .input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
#transportForm .input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
#transportForm .input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards;
}
#transportForm .rsform-block.col-sm-3 {
  margin-bottom: 0;
}
#transportForm .rsform-block.rsform-block-transportation.col-xs-12 {
  color: #6a7989;
  font-size: 88%;
  line-height: 14px;
}
@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em,0,0);
    transform: translate3d(1em,0,0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em,-30%,0);
    transform: translate3d(-1em,-30%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0,-30%,0);
    transform: translate3d(0,-30%,0);
  }
}
@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em,0,0);
    transform: translate3d(1em,0,0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em,-30%,0);
    transform: translate3d(-1em,-30%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0,-30%,0);
    transform: translate3d(0,-30%,0);
  }
}
.nopaddingright {
  padding-right: 0;
}
.item > .icons {
  clear: both;
  float: left;
  width: 100%;
}
div#system-message {
  background: #DEB05B;
}
.quote .sppb-addon-content h2 {
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.quote .sppb-addon-content p {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-columns-3 .sppb-addon-content {
    -webkit-columns: 2 150px;
    -moz-columns: 2 150px;
    columns: 2 150px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .text-columns-3 .sppb-addon-content {
    -webkit-columns: 3 150px;
    -moz-columns: 3 150px;
    columns: 3 150px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.sppb-btn-primary,
.btn-primary {
  border-radius: 0;
  border: 1px solid #000;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 25px;
}
.sppb-btn-primary i.fa,
.btn-primary i.fa {
  margin-left: 15px;
  height: 20px;
  width: 20px;
  display: block;
  background-size: contain;
  float: right;
}
.sppb-btn-primary i.fa.fa-arrow-circle-o-right,
.btn-primary i.fa.fa-arrow-circle-o-right {
  background-image: url(../images/arrow-right.png);
  background-image: none, url(../images/arrow-right.svg), url(../images/arrow-right.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.sppb-btn-primary i.fa.fa-arrow-circle-o-right:before,
.btn-primary i.fa.fa-arrow-circle-o-right:before {
  content: none;
}
.sppb-btn-primary i.fa.fa-arrow-circle-o-down,
.btn-primary i.fa.fa-arrow-circle-o-down {
  background-image: url(../images/arrow-down.png);
  background-image: none, url(../images/arrow-down.svg), url(../images/arrow-down.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.sppb-btn-primary i.fa.fa-arrow-circle-o-down:before,
.btn-primary i.fa.fa-arrow-circle-o-down:before {
  content: none;
}
.sppb-btn-primary:hover,
.btn-primary:hover {
  background-color: #DEB05B;
  color: #fff;
  border: 1px solid #DEB05B;
}
.sppb-btn-primary:hover i.fa.fa-arrow-circle-o-right,
.btn-primary:hover i.fa.fa-arrow-circle-o-right {
  background-image: url(../images/arrow-right-white.png);
  background-image: none, url(../images/arrow-right-white.svg), url(../images/arrow-right-white.png);
  background-size: 100% 100%;
}
.sppb-btn-primary:hover i.fa.fa-arrow-circle-o-down,
.btn-primary:hover i.fa.fa-arrow-circle-o-down {
  background-image: url(../images/arrow-down-white.png);
  background-image: none, url(../images/arrow-down-white.svg), url(../images/arrow-down-white.png);
  background-size: 100% 100%;
}
section#topbanner {
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1 !important;
}
section#topbanner.purename .sppb-row {
  min-height: 350px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
section#topbanner.purename .sppb-row .sppb-addon-header h2.sppb-addon-title {
  padding-bottom: 20px;
}
section#topbanner.purename.higher .sppb-row {
  min-height: 500px;
}
section#topbanner > div:first-child {
  z-index: 2 !important;
}
section#topbanner > .sppb-row-container {
  z-index: 2;
  position: relative;
}
section#topbanner > .sppb-row-overlay {
  z-index: 2;
}
section#topbanner > .backstretch {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1 !important;
}
section#topbanner .sppb-row-overlay {
  background: url(../images/PIXEL_FILTER.PNG);
}
section#topbanner .sppb-section .sppb-row-overlay {
  background: none !important;
}
section#topbanner .booking-selector {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  section#topbanner .booking-selector {
    right: -15px;
    left: -15px;
  }
}
@media (max-width: 991px) {
  section#topbanner .sppb-col-md-6 .bookingWidget {
    margin-left: -15px;
    margin-right: -15px;
  }
}
section#topbanner .slider-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 650px;
  padding-top: 70px;
}
section#topbanner .slider-parent.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  section#topbanner .slider-parent {
    padding-top: 0;
    min-height: 88VH;
  }
}
section#topbanner .slider-parent * {
  min-height: 0;
  min-width: 0;
}
section#topbanner .slider-parent .sppb-column {
  max-width: 700px;
  display: block !important;
  width: auto !important;
}
section#topbanner .slider-parent .sppb-column .sppb-column-addons {
  min-width: 0;
  min-height: 0;
}
section#topbanner .sppb-btn-primary,
section#topbanner .btn-primary {
  color: #fff;
  border-color: #fff;
  margin-top: 30px;
}
section#topbanner .sppb-btn-primary i.fa,
section#topbanner .btn-primary i.fa {
  background-image: url(../images/arrow-right-white.png);
  background-image: none, url(../images/arrow-right-white.svg), url(../images/arrow-right-white.png);
  background-size: 100% 100%;
}
section#topbanner .sppb-btn-primary:hover,
section#topbanner .btn-primary:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}
section#topbanner .sppb-btn-primary:hover i.fa,
section#topbanner .btn-primary:hover i.fa {
  background-image: url(../images/arrow-right.png);
  background-image: none, url(../images/arrow-right.svg), url(../images/arrow-right.png);
  background-size: 100% 100%;
}
section#topbanner .sppb-addon-header h2.sppb-addon-title {
  font-size: 50px;
  color: #fff;
}
@media (max-width: 991px) {
  section#topbanner .sppb-addon-header h2.sppb-addon-title {
    font-size: 40px;
    padding-bottom: 0 !important;
  }
}
section#topbanner .sppb-addon-module {
  float: right;
}
@media (max-width: 991px) {
  section#topbanner .sppb-addon-module {
    float: none;
  }
}
section#topbanner .sppb-addon-module .bookingWidget .flexgrid {
  margin-bottom: 0;
  padding: 20px 30px;
  background: #fff;
}
section#topbanner .sppb-addon-module .bookingWidget .flexgrid input[type="text"] {
  max-width: 160px;
  border: none !important;
  background: transparent !important;
  border-bottom: 1px solid #000 !important;
  margin-right: 10px;
  box-shadow: none;
  border-radius: 0;
  height: 30px !important;
  line-height: 30px !important;
  font: normal bold 13px 'Open Sans', fontawesome;
}
section#topbanner .sppb-addon-module .bookingWidget .flexgrid input[type="text"]::-webkit-input-placeholder {
  color: #000;
}
section#topbanner .sppb-addon-module .bookingWidget .flexgrid input[type="text"]::-moz-placeholder {
  color: #000;
}
section#topbanner .sppb-addon-module .bookingWidget .flexgrid input[type="text"]:-ms-input-placeholder {
  color: #000;
}
section#topbanner .sppb-addon-module .bookingWidget .flexgrid input[type="text"]:-moz-placeholder {
  color: #000;
}
@media (max-width: 767px) {
  section#topbanner .sppb-addon-module .bookingWidget .flexgrid input[type="text"] {
    max-width: 120px;
    font-size: 10px;
  }
}
section#topbanner .sppb-addon-module .bookingWidget .flexgrid .btn {
  border: none !important;
  background: #DEB05B !important;
  color: #fff !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 10px !important;
}
section#topbanner .sppb-column-addons {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#topbanner .sppb-column-addons > div+div {
  z-index: 2;
  position: relative;
}
.rooms-grid .sppb-row {
  margin-right: -10px;
  margin-left: -10px;
}
.rooms-grid .sppb-row>div {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .rooms-grid .sppb-row>div {
    margin: 0 0 15px 0 !important;
  }
}
.rooms-grid .sppb-row > div:nth-child(3),
.rooms-grid .sppb-row > div:nth-child(4),
.rooms-grid .sppb-row > div:nth-child(5) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.rooms-grid .sppb-addon {
  cursor: pointer;
}
.rooms-grid .sppb-column {
  background-size: cover;
  background-repeat: no-repeat;
}
.rooms-grid .sppb-addon-header {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rooms-grid .sppb-addon-header.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.rooms-grid .sppb-addon-header h3 {
  margin-bottom: 0 !important;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
section#map .sppb-column {
  min-height: 550px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#map .sppb-column.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
section#map .sppb-column .sppb-column-addons {
  width: auto;
}
@media (max-width: 767px) {
  section#map .sppb-column {
    min-height: 300px;
    background-position: 50% 50%;
  }
}
.sppb-addon-instagram-gallery ul.sppb-instagram-images {
  margin-left: -7px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sppb-addon-instagram-gallery ul.sppb-instagram-images.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.sppb-addon-instagram-gallery ul.sppb-instagram-images li {
  padding-left: 15px;
}
.sppb-addon-instagram-gallery ul.sppb-instagram-images li a.sppb-instagram-gallery-btn {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sppb-addon-instagram-gallery ul.sppb-instagram-images li a.sppb-instagram-gallery-btn img.instagram-image {
  max-width: none;
  max-height: 360px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@media (max-width: 767px) {
  .sppb-addon-instagram-gallery ul.sppb-instagram-images li a.sppb-instagram-gallery-btn img.instagram-image {
    max-height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sppb-addon-instagram-gallery ul.sppb-instagram-images li a.sppb-instagram-gallery-btn img.instagram-image {
    max-height: 200px;
  }
}
body.com-sppagebuilder #sp-main-body {
  background: #fff;
  border: none;
}
h3.sppb-image-content-title {
  font-size: 40px;
}
section#restaurant-claim h2.sppb-addon-title {
  max-width: 800px;
  padding: 10px 0;
}
.slider-bullets .slick-dots {
  bottom: 15px;
}
.sppb-section.rooms .sppb-btn {
  text-align: left;
}
.sppb-section.rooms .sppb-btn i {
  float: right;
}
.sppb-section.rooms .sppb-addon-text-block {
  font-size: 15px;
  line-height: 22px;
  zoom: 1;
}
.sppb-section.rooms .sppb-addon-text-block:before,
.sppb-section.rooms .sppb-addon-text-block:after {
  content: " ";
  display: table;
}
.sppb-section.rooms .sppb-addon-text-block:after {
  clear: both;
}
.sppb-section.rooms .sppb-addon-text-block:before,
.sppb-section.rooms .sppb-addon-text-block:after {
  content: "";
  display: table;
  flex-basis: 0;
  order: 1;
}
.sppb-section.rooms .sppb-addon-text-block:after {
  clear: both;
}
@media (min-width: 1200px) {
  .sppb-section.rooms .sppb-addon-text-block {
    min-height: 233px;
  }
}
@media (max-width: 767px) {
  .sppb-section.rooms .sppb-addon-text-block {
    padding-bottom: 20px;
  }
}
.sppb-section.rooms .overlay-here {
  cursor: pointer;
}
.sppb-section.rooms .overlay-here > .sppb-column-addons > .clearfix {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sppb-section.rooms .overlay-here > .sppb-column-addons > .clearfix h3 {
  margin-bottom: 0 !important;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
}
.sppb-section.divider .sppb-divider {
  margin: 0 !important;
}
section#aktivities .sppb-column-addons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  section#aktivities .sppb-column-addons {
    margin: 0;
  }
}
section#aktivities .sppb-column-addons>div {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  section#aktivities .sppb-column-addons>div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  section#aktivities .sppb-column-addons>div {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
section#aktivities .sppb-column-addons>div.open {
  z-index: 4;
  background: #fff;
}
section#aktivities .sppb-column-addons a.close-hide-activity {
  position: absolute;
  top: 200px;
  right: 25px;
  color: #fff;
  border-color: #fff;
}
.sppb-addon-activity .sppb-image-holder {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 250px;
}
.sppb-addon-activity .sppb-activity-title {
  min-height: 40px;
}
.sppb-addon-activity .sppb-activity-content-text-intro {
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
  float: left;
  width: 100%;
  clear: both;
  zoom: 1;
}
.sppb-addon-activity .sppb-activity-content-text-intro:before,
.sppb-addon-activity .sppb-activity-content-text-intro:after {
  content: " ";
  display: table;
}
.sppb-addon-activity .sppb-activity-content-text-intro:after {
  clear: both;
}
.sppb-addon-activity .sppb-activity-content-text-intro:before,
.sppb-addon-activity .sppb-activity-content-text-intro:after {
  content: "";
  display: table;
  flex-basis: 0;
  order: 1;
}
.sppb-addon-activity .sppb-activity-content-text-intro:after {
  clear: both;
}
.sppb-addon-activity .sppb-activity-content-text-intro ul {
  margin-bottom: 0;
}
.sppb-addon-activity #showactivity {
  float: left;
  clear: both;
  width: 100%;
}
.sppb-addon-activity .mer fieldset {
  zoom: 1;
  float: left;
  width: 100%;
}
.sppb-addon-activity .mer fieldset:before,
.sppb-addon-activity .mer fieldset:after {
  content: " ";
  display: table;
}
.sppb-addon-activity .mer fieldset:after {
  clear: both;
}
.sppb-addon-activity .mer fieldset:before,
.sppb-addon-activity .mer fieldset:after {
  content: "";
  display: table;
  flex-basis: 0;
  order: 1;
}
.sppb-addon-activity .mer fieldset:after {
  clear: both;
}
.sppb-addon-activity button#Submit {
  border-radius: 0 !important;
  border: 1px solid #DEB05B !important;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #DEB05B !important;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 35px 10px 10px !important;
  margin: 0 !important;
  display: inline-block;
  line-height: 18px;
  float: left;
  text-shadow: none;
  background-image: url(../images/arrow-right-white.png);
  background-image: none, url(../images/arrow-right-white.svg), url(../images/arrow-right-white.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.sppb-addon-activity button#Submit:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.sppb-addon-activity a.valj {
  float: right;
  border-radius: 0 !important;
  border: 1px solid #000 !important;
  text-transform: uppercase;
  color: #000 !important;
  background-color: transparent !important;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 35px 10px 10px !important;
  margin: 0 !important;
  margin-left: 10px !important;
  display: inline-block;
  line-height: 18px;
  background-image: url(../images/arrow-up.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.sppb-addon-activity a.valj:hover {
  background-color: #000 !important;
  background-image: url(../images/arrow-up-white.png);
  color: #fff !important;
  border: 1px solid #000 !important;
}
.border-top .sppb-row-container {
  border-top: 1px solid #000;
  padding-top: 65px !important;
}
.border-bottom .sppb-row-container {
  border-bottom: 1px solid #000;
  padding-bottom: 65px !important;
}
.smaller-text {
  font-size: 15px;
}
section#filters .sppb-section .sppb-container-inner {
  max-width: 700px;
  left: 50%;
  position: relative;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section#filters .sppb-section .sppb-container-inner .item-filter-select {
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 20px;
  -webkit-user-select: none;
  -moz-appearance: none;
  -moz-border-radius: 0px;
  -moz-padding-end: 20px;
  -moz-padding-start: 20px;
  -moz-user-select: none;
  appearance: none;
  border-radius: 0px;
  user-select: none;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #000;
}
section.sppb-section {
  z-index: 2 !important;
  background-color: #fff !important;
}
#sp-page-builder.page-6 section#topbanner {
  background-position: 50% 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
  h2.sppb-addon-title {
    font-size: 36px !important;
  }
}
#sppb-addon-1510841934446 img {
  width: 100%;
  max-width: none;
}
#sppb-addon-1510841934446 .sppb-addon-single-image-container {
  width: 100%;
}
#sppb-addon-1508936755534 p.sppb-addon-title {
  margin-bottom: 0 !important;
}
#sp-page-builder.page-7 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block,
#sp-page-builder.page-8 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block,
#sp-page-builder.page-9 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block,
#sp-page-builder.page-10 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block,
#sp-page-builder.page-11 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block,
#sp-page-builder.page-12 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block,
#sp-page-builder.page-13 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block,
#sp-page-builder.page-14 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block,
#sp-page-builder.page-19 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block,
#sp-page-builder.page-20 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block,
#sp-page-builder.page-21 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block,
#sp-page-builder.page-22 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block,
#sp-page-builder.page-23 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block,
#sp-page-builder.page-24 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block,
#sp-page-builder.page-25 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block,
#sp-page-builder.page-26 #topbanner + .sppb-section .sppb-column>.sppb-column-addons > div:first-child .sppb-addon-text-block {
  max-width: 850px;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.room-slider .slick-prev {
  left: 25px;
}
.room-slider .slick-next {
  right: 25px;
}
.room-slider .slick-dots {
  bottom: 5px;
}
.rsform-block-transportation {
  padding: 20px 0;
}
.rsform-block-transportation label {
  padding-right: 20px;
  padding-left: 4px;
}
@media (max-width: 991px) {
  .sppb-row-container .sppb-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  section.sppb-section.divider .sppb-col-md-12 {
    padding: 0;
  }
  #sppb-addon-1510841934378 {
    margin-bottom: 15px;
  }
  .sp-page-builder .page-content section#section-id-1510841934428,
  .sp-page-builder .page-content section#section-id-1510742802573,
  .sp-page-builder .page-content section#section-id-1510841934457,
  .sp-page-builder .page-content section#section-id-1510841934448,
  .sp-page-builder .page-content section#section-id-1510839009817,
  .sp-page-builder .page-content section#section-id-1510841934443,
  .sp-page-builder .page-content section#section-id-1510746134984 {
    padding-top: 15px;
  }
  .sp-page-builder .page-content section#section-id-1510742802522 {
    padding-top: 30px;
  }
  .sp-page-builder .page-content section#section-id-1510841934457,
  .sp-page-builder .page-content section#section-id-1510746134984 {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .container,
  .sppb-row-container {
    width: 84%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .container,
  .sppb-row-container {
    width: 1030px;
  }
}
.aktivities .row .col-sm-6 .rsform-block-submit a.valj {
  display: inline-block !important;
}
#ui-datepicker-div {
  z-index: 9999;
}
.ui-datepicker select.ui-datepicker-month {
  float: left;
}
body.contentpane {
  padding: 20px 30px;
}
.sppb-activity-form .formControlLabel {
  display: none;
}
.sppb-activity-form .formControls {
  margin-left: 0 !important;
}
.sppb-activity-form .formBody {
  float: left;
  width: 100%;
}
.sppb-activity-form p.formDescription {
  margin: 0 !important;
  display: none;
}
.sppb-activity-form .rsform-input-box {
  margin: 0 !important;
}
.sppb-activity-form .rsform-block.rsform-block-captcha {
  float: left;
  width: 50%;
}
.sppb-activity-form .rsform-block.rsform-block-submit {
  float: right;
  width: 50%;
}
.rsform-error + span.formValidation > span {
  display: block !important;
  color: #b94a48;
  padding-left: 5px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: normal;
  margin: 3px 5px 3px 0;
  height: 18px;
}
.news p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 13px;
}
.news .entry-header {
  margin-bottom: 15px;
}
.news .entry-header h2 {
  font-size: 18px;
}
.readmore-news a.sppb-btn {
  line-height: 1.25;
  display: block;
  width: 100%;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.overlay-news-image {
  position: relative;
  min-height: 200px;
}
.overlay-news-image .overlay-title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.overlay-news-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.overlay-news-image .news-intro-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.overlay-news-image h3 {
  margin-bottom: 0 !important;
  margin-top: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
}
.overlay-news-image h4 {
  margin-bottom: 0 !important;
  margin-top: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px !important;
  line-height: 22px !important;
}
@media (min-height: 768px) {
  body.itemid-340 header#sp-header {
    background: #f1f1f0;
    border-bottom: 1px solid #cccccc;
  }
  body.itemid-340 header#sp-header #offcanvas-toggler {
    line-height: 130px;
  }
}
body.itemid-340 #sp-main-body {
  padding-top: 0;
  padding-bottom: 100px;
  background: #fff;
  border: none;
}
body.itemid-340 #sp-main-body .page-header {
  border: none;
  margin-bottom: 5px;
}
body.itemid-340.view-article #sp-main-body {
  padding-bottom: 50px;
  padding-top: 50px;
}
body.itemid-340.view-article #sp-position8 {
  padding: 50px 15px 100px;
  border-top: 2px solid #ccc;
}
body.itemid-340.view-article #sp-position8 h3.sp-module-title {
  font-size: 30px;
  margin-bottom: 40px;
}
#sp-newslist {
  background: #fff;
}
h4.news-title-home {
  color: #333;
  font-size: 24px;
}
h4.news-title-home a {
  color: #333;
}
.page-2 .news p,
.page-15 .news p {
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .sppb-addon-article.row.flex.news {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .sppb-addon-article.row.flex.news .overlay-news-image {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
section#topbanner .sppb-row-overlay + .sppb-row-container .sppb-row-overlay {
  display: none;
}
