/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*! jQuery UI - v1.10.2 - 2013-03-14
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

main {
  display: block;
}

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

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

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

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

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

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“""”""‘""’";
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

textarea {
  vertical-align: top;
  overflow: auto;
}

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

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

html {
  -webkit-tap-highlight-color: #0000;
  font-size: 62.5%;
}

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

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

button, input, select[multiple], textarea {
  background-image: none;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

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

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

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

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

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

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

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

legend {
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: inline-block;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple], select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

.form-control:-moz-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control {
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  box-shadow: inset 0 1px 1px #00000013;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px #00000013, 0 0 8px #66afe999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  vertical-align: middle;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: block;
}

.radio label, .checkbox label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: normal;
  display: inline-block;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  border-radius: 3px;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  border-radius: 6px;
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block, .has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px #00000013;
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px #00000013, 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block, .has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px #00000013;
}

.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px #00000013, 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block, .has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px #00000013;
}

.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px #00000013, 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}

.help-block {
  color: #737373;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}

@media (width >= 768px) {
  .form-inline .form-group {
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
  }

  .form-inline .form-control {
    display: inline-block;
  }

  .form-inline .radio, .form-inline .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (width >= 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  -o-user-select: none;
  border: 1px solid #0000;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  display: inline-block;
}

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

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

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px #00000020;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

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

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

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

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

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

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

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

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

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

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

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

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

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

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

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

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

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
  font-weight: normal;
}

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

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

.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  background-color: #0000;
  text-decoration: underline;
}

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

.btn-lg {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

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

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

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

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

.btn-default .caret {
  border-top-color: #333;
}

.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333;
}

.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group, .btn-group-vertical {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  float: left;
  position: relative;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

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

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

.btn-group-lg > .btn {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px #00000020;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  float: none;
  width: 100%;
  max-width: 100%;
  display: block;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
  display: table;
}

.btn-group-justified .btn {
  float: none;
  width: 1%;
  display: table-cell;
}

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}

.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  border-radius: 6px;
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  border-radius: 3px;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
  width: 1%;
}

.input-group-addon {
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.input-group-addon.input-sm {
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
}

.input-group-addon.input-lg {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  white-space: nowrap;
  position: relative;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  display: block;
  position: relative;
}

.nav > li > a {
  padding: 10px 15px;
  display: block;
  position: relative;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #eee;
  text-decoration: none;
}

.nav > li.disabled > a {
  color: #999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #0000;
  text-decoration: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.nav .nav-divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  border: 1px solid #0000;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
  line-height: 1.42857;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #0000;
}

.nav-tabs.nav-justified {
  border-bottom: 0;
  width: 100%;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (width >= 768px) {
  .nav-tabs.nav-justified > li {
    width: 1%;
    display: table-cell;
  }
}

.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
}

@media (width >= 768px) {
  .nav-justified > li {
    width: 1%;
    display: table-cell;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}

.tabbable:before, .tabbable:after {
  content: " ";
  display: table;
}

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}

.tab-content > .active, .pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.alert {
  border: 1px solid #0000;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}

.alert h4 {
  color: inherit;
  margin-top: 0;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  color: inherit;
  position: relative;
  top: -2px;
  right: -21px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

.close {
  float: right;
  color: #000;
  text-shadow: 0 1px #fff;
  opacity: .2;
  filter: alpha(opacity= 20);
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}

.close:hover, .close:focus {
  color: #000;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity= 50);
  text-decoration: none;
}

button.close {
  cursor: pointer;
  -webkit-appearance: none;
  background: none;
  border: 0;
  padding: 0;
}

:root {
  --font-family-sans: sans-serif;
  --font-family-serif: serif;
  --color-text: #000;
  --color-background: #fff;
  --page-margin: 5vw;
  --paragraph-margin: 1rem;
}

@media (width >= 600px) {
  body.admin-bar {
    --wp-admin-bar: 46px;
  }
}

@media (width >= 783px) {
  body.admin-bar {
    --wp-admin-bar: 32px;
  }
}

.ui-helper-hidden {
  display: none;
}

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

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

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

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

.ui-helper-clearfix {
  min-height: 0;
}

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

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

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
}

.ui-widget-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  min-height: 0;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  display: block;
  position: relative;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: .5em;
}

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

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

.ui-button {
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  margin-right: .1em;
  padding: 0;
  line-height: normal;
  display: inline-block;
  position: relative;
  overflow: visible;
}

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

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  line-height: normal;
  display: block;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  text-indent: -10000000px;
  padding: .4em;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-button-icon-only .ui-icon {
  margin-left: -8px;
  left: 50%;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

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

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

.ui-dialog .ui-resizable-se {
  background-position: 16px 16px;
  width: 12px;
  height: 12px;
  bottom: -5px;
  right: -5px;
}

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

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

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  width: 100%;
  margin: 0;
  padding: 0;
}

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

.ui-menu .ui-menu-item a {
  min-height: 0;
  padding: 2px .4em;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  margin: -1px;
  font-weight: normal;
}

.ui-menu .ui-state-disabled {
  margin: .4em 0 .2em;
  font-weight: normal;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  padding-left: 2em;
  position: relative;
}

.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

.ui-menu .ui-menu-icon {
  float: right;
  position: static;
}

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

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

.ui-progressbar .ui-progressbar-overlay {
  filter: alpha(opacity= 25);
  opacity: .25;
  background: url("animated-overlay.1a89f9c8.gif");
  height: 100%;
}

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

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  font-size: .1px;
  display: block;
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 0;
}

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

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

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  padding: .2em;
  position: relative;
}

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

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

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

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

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

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

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

.ui-tooltip {
  z-index: 9999;
  max-width: 300px;
  padding: 8px;
  position: absolute;
  box-shadow: 0 0 5px #aaa;
}

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

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

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity= 35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("ui-icons_222222_256x240.abcaff43.png");
}

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

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

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

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

.ui-widget-content {
  color: #222;
  background: #fff url("ui-bg_flat_75_ffffff_40x100.ee621ec9.png") 50% repeat-x;
  border: 1px solid #aaa;
}

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

.ui-widget-header {
  color: #222;
  background: #ccc url("ui-bg_highlight-soft_75_cccccc_1x100.352fe2ae.png") 50% repeat-x;
  border: 1px solid #aaa;
  font-weight: bold;
}

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

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #555;
  background: #e6e6e6 url("ui-bg_glass_75_e6e6e6_1x400.4ff92952.png") 50% repeat-x;
  border: 1px solid #d3d3d3;
  font-weight: normal;
}

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

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  color: #212121;
  background: #dadada url("ui-bg_glass_75_dadada_1x400.5744c689.png") 50% repeat-x;
  border: 1px solid #999;
  font-weight: normal;
}

.ui-state-hover a, .ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  color: #212121;
  background: #fff url("ui-bg_glass_65_ffffff_1x400.784cbbc0.png") 50% repeat-x;
  border: 1px solid #aaa;
  font-weight: normal;
}

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

.ui-widget :active {
  outline: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  color: #363636;
  background: #fbf9ee url("ui-bg_glass_55_fbf9ee_1x400.97aca516.png") 50% repeat-x;
  border: 1px solid #fcefa1;
}

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

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  color: #cd0a0a;
  background: #fef1ec url("ui-bg_glass_95_fef1ec_1x400.cd470261.png") 50% repeat-x;
  border: 1px solid #cd0a0a;
}

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

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

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

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

.ui-icon {
  background-image: url("ui-icons_222222_256x240.abcaff43.png");
  width: 16px;
  height: 16px;
}

.ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("ui-icons_222222_256x240.abcaff43.png");
}

.ui-state-default .ui-icon {
  background-image: url("ui-icons_888888_256x240.6dd86171.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-active .ui-icon {
  background-image: url("ui-icons_454545_256x240.7c15ef18.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("ui-icons_2e83ff_256x240.2395b64a.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("ui-icons_cd0a0a_256x240.d5579bc3.png");
}

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

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

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

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

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

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

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

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

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

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

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

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-off {
  background-position: -96px -144px;
}

.ui-icon-radio-on {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start, .ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-all {
  border-radius: 4px;
}

.ui-widget-overlay {
  opacity: .3;
  filter: Alpha(Opacity= 30);
  background: #aaa url("ui-bg_flat_0_aaaaaa_40x100.7fc3cda8.png") 50% repeat-x;
}

.ui-widget-shadow {
  opacity: .3;
  filter: Alpha(Opacity= 30);
  background: #aaa url("ui-bg_flat_0_aaaaaa_40x100.7fc3cda8.png") 50% repeat-x;
  border-radius: 8px;
  margin: -8px 0 0 -8px;
  padding: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

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

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

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

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

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

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

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

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

.ui-datepicker-rtl {
  direction: rtl;
}

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

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

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

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

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

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

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

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

.ui-datepicker-cover {
  z-index: -1;
  filter: mask();
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
}

@font-face {
  font-family: melany_lanebold;
  src: url("melanylanebold-webfont.2e99e514.eot");
  src: url("melanylanebold-webfont.2e99e514.eot#iefix") format("embedded-opentype"), url("melanylanebold-webfont.e3c2f653.woff") format("woff"), url("melanylanebold-webfont.f2a6aa2d.ttf") format("truetype"), url("melanylanebold-webfont.8684d7cb.svg#melany_lanebold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: OLCandida-MediumCond;
  src: url("2A11C6_0_0.c8bc3bf3.eot");
  src: url("2A11C6_0_0.c8bc3bf3.eot#iefix") format("embedded-opentype"), url("2A11C6_0_0.28c5458b.woff") format("woff"), url("2A11C6_0_0.9ecf8e70.ttf") format("truetype");
  font-display: swap;
}

html, button, input, select, textarea {
  color: #222;
}

body {
  font-size: .8rem;
  line-height: 1.4;
}

::selection {
  text-shadow: none;
  background: #b3d4fc;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  color: #000;
  background: #ccc;
  margin: .2em 0;
  padding: .2em 0;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
}

.flexslider .slides img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: ".";
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
  display: block;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides > li:first-child {
  display: block;
}

.flexslider {
  zoom: 1;
  background: none;
  border: 4px solid #fff;
  border-radius: 4px;
  margin: 0;
  position: relative;
  box-shadow: 0 1px 4px #0003;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav a {
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 50%;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

.flex-direction-nav .flex-prev {
  left: -36px;
}

.flex-direction-nav .flex-disabled {
  filter: alpha(opacity= 30);
  cursor: default;
  opacity: .3 !important;
}

.flex-control-nav {
  text-align: center;
  width: 100%;
  height: 12px;
  margin: .8em 0;
  position: relative;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
}

.flex-control-paging li a {
  cursor: pointer;
  text-indent: -9999px;
  background: #00000080;
  border-radius: 20px;
  width: 11px;
  height: 11px;
  display: block;
  box-shadow: inset 0 0 3px #0000004d;
}

.flex-control-paging li a:hover {
  background: #000000b3;
}

.flex-control-paging li a.flex-active {
  cursor: default;
  background: #000000e6;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  float: left;
  width: 25%;
  margin: 0;
}

.flex-control-thumbs img {
  opacity: .7;
  cursor: pointer;
  width: 100%;
  display: block;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (width <= 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}

html {
  font-size: 100%;
}

body {
  color: #12293c;
  background: #000;
  font-family: Alegreya, serif;
}

.form-control {
  border-radius: 0;
}

a:link {
  color: #12293c;
  outline: none;
}

a:visited {
  color: #12293c;
}

a:focus, input[type="submit"]:focus {
  outline: none;
}

img {
  width: 100%\9 ;
  max-width: 100%;
  height: auto;
}

img.lazyload {
  background-color: #d4cebe;
  background-image: url("295-2.07853bd4.gif");
  background-position: center;
  background-repeat: no-repeat;
}

.backgroundsize img.lazyload {
  background-image: url("295.1d3999ca.gif");
  background-size: 32px 32px;
}

.nav-toggle {
  display: none;
}

.field-name-field-link, .wp-block-buttons {
  text-align: center;
}

.wp-block-buttons {
  display: block;
}

.field-name-field-link a, .wp-block-button__link {
  -moz-user-select: none;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  background: #12293c;
  border: 1px solid #12293c;
  border-radius: 5px;
  margin: .4em auto;
  padding: 6px 12px;
  font-family: Capriola, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  display: inline-block;
}

.wp-block-button__link:link, .wp-block-button__link:visited {
  color: #e7e0cd;
}

.form-control {
  height: 31px;
}

#content {
  margin-top: 23px;
  margin-left: 220px;
  margin-right: 220px;
}

#content .section {
  background: url("paper-bg.ed168efe.jpg");
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  overflow: hidden;
}

#content .main {
  background-color: #e7e0cd;
  margin: 47px 14px;
  padding: 0;
  position: relative;
}

#content .main .inner {
  z-index: 1;
  padding: 10px 4.6%;
  position: relative;
  overflow: hidden;
}

#content .main .breadcrumbs, #footer {
  display: none;
}

.pager {
  text-align: center;
  padding: 0;
}

.pager li {
  list-style-image: none;
  list-style-type: none;
  display: inline-block;
}

#header {
  background-image: url("textilepattern_menu_new.d9ce340b.jpg");
  background-position: 50% -50px;
  width: 200px;
  min-width: 200px;
  max-width: 250px;
  position: fixed;
  top: 23px;
  bottom: 0;
  left: 0;
}

#header .top {
  background-image: url("sidebar-top.d6b64ede.png");
  background-position: 0 bottom;
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: 100%;
}

#header .main {
  background-position: 0 250px;
  background-repeat: repeat-y;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#header .main .inner {
  background-image: url("Menuframe_hor.1c25eb21.png");
  background-repeat: repeat-y;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#header .contact-info {
  text-align: center;
  color: #e1d0a6;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
}

#header .contact-info p {
  margin: 0;
  line-height: 1.2em;
}

#header .contact-info a {
  color: #e1d0a6;
}

#logo {
  display: none;
}

#site-name {
  width: 64%;
  margin: 20px auto;
}

#site-name a {
  text-indent: -9999px;
  -ms-behavior: url("http://storahotelletumea.se/sites/storahotelletumea.se/themes/storahotellet/backgroundsize.min.htc");
  background-image: url("storahotellet-logo.3ea713c7.png");
  background-size: cover;
  height: 0;
  padding-bottom: 125%;
  display: block;
}

.svg #logo {
  background-image: url("storahotellet-logo.25748c5f.svg");
}

#logo img {
  display: none;
}

#header .sh-address {
  text-align: center;
  color: #e1d0a6;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: .9em;
  display: block;
}

#header .sh-address p {
  margin-top: .75em;
  margin-bottom: .75em;
}

#header .sh-address a {
  color: inherit;
}

#navigation {
  letter-spacing: .4px;
  font-family: Capriola, sans-serif;
  font-size: .875em;
}

#navigation ul {
  text-align: center;
  padding: 0;
}

#navigation ul li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  display: block;
}

#navigation ul li a {
  color: #e1d0a6;
  padding: 5px;
  display: block;
}

#navigation > ul > li > a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}

#navigation ul li a.active, #navigation ul li.current-menu-item > a, #navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a.active.gallery-toggle:hover {
  color: #a54b0d;
  text-decoration: none;
}

#navigation ul li a.active.gallery-toggle {
  color: #e1d0a6;
}

#navigation ul li ul {
  letter-spacing: none;
  margin: 0;
  font-family: Alegreya, serif;
  font-style: italic;
}

#navigation ul li ul li ul, .sub-menu {
  display: none;
}

.mobile-navbar .sub-menu, .current_page_item .sub-menu, .current_page_parent .sub-menu {
  display: block;
}

#sidebar-second {
  background-color: #bc965c;
  background-image: url("textile-pattern-repeat.027e4c83.jpg");
  width: 200px;
  min-width: 200px;
  max-width: 250px;
  margin-top: 23px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

#sidebar-second .upper {
  background-image: url("sidebar-top.d6b64ede.png");
  background-position: 0 bottom;
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.bwh {
  color: #e5d8af;
  text-align: center;
  margin: .5rem;
  font-size: .5rem;
}

#footer .bwh {
  margin-top: 1rem;
}

#block-shcustom-languageswitcher {
  margin: 1.25em 0;
}

#block-shcustom-languageswitcher ul {
  text-align: center;
  margin: 0 8px;
  padding: 0;
  position: relative;
}

#block-shcustom-languageswitcher ul li {
  margin: 0 2px;
  list-style-image: none;
  list-style-type: none;
  display: inline-block;
  position: relative;
}

#block-shcustom-languageswitcher ul li a {
  color: #e1d0a6;
  font-family: Alegreya, serif;
  font-style: italic;
}

#block-shcustom-languageswitcher ul li.language-en a, #block-shcustom-languageswitcher ul li.language-sv a {
  vertical-align: top;
  color: #0000;
  font: 0 / 0 a;
  text-shadow: none;
  width: 22px;
  height: 17px;
  display: inline-block;
}

#block-shcustom-languageswitcher ul li.language-en a {
  background: url("language-switcher-en.0baa45e4.png");
}

#block-shcustom-languageswitcher ul li.language-sv a {
  background: url("language-switcher-sv.588c2a5b.png");
}

@media only screen and (-webkit-device-pixel-ratio >= 1.25), only screen and (resolution >= 120dpi) {
  #block-shcustom-languageswitcher ul li.language-en a {
    background: url("language-switcher-en@2x.67ff03a5.png") 0 0 / 22px 17px;
  }

  #block-shcustom-languageswitcher ul li.language-sv a {
    background: url("language-switcher-sv@2x.41da7ecd.png") 0 0 / 22px 17px;
  }
}

#block-views-nyheter-block-1 {
  display: none;
}

#miscellaneous ul li a:hover, #miscellaneous ul li a:focus {
  color: #a54b0d;
}

#miscellaneous ul li.social, #miscellaneous ul li.gallery {
  margin-top: 10px;
}

#miscellaneous ul li.social .item-list {
  text-indent: -9999px;
  background: #e1d0a5;
  border-radius: 300px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

#miscellaneous .language-switcher {
  text-align: center;
  width: 44%;
  position: relative;
}

#miscellaneous .language-switcher a .language {
  text-transform: uppercase;
  letter-spacing: .4px;
  font-family: Capriola, sans-serif;
  font-size: .875em;
}

#miscellaneous .language-switcher a .label {
  font-family: Alegreya, serif;
  font-style: italic;
  line-height: 1em;
  display: block;
}

#miscellaneous .language-switcher a:hover, #miscellaneous .language-switcher a:focus {
  text-decoration: none;
}

#miscellaneous ul li.gallery a {
  text-indent: -9999px;
  background-image: url("sprite.420f026c.png");
  background-position: 0 -38px;
  background-size: 378px 131px;
  width: 32px;
  height: 27px;
  margin: 0 auto;
  display: block;
}

.svg #miscellaneous ul li.gallery a {
  background-image: url("sprite.c9fd26e2.svg");
  background-size: 378px 131px;
}

#block-shcustom-bookingmask {
  background-color: #a84b0e;
  background-image: url("booking-mask-bg.c80d9359.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  padding: 0 0 30px;
  position: relative;
  top: 30px;
}

#block-shcustom-bookingmask > .top {
  background: url("booking-top.07505b3c.png") bottom no-repeat;
  width: 100%;
  height: 39px;
  position: absolute;
  top: -38px;
  left: 0;
}

#block-shcustom-bookingmask > .content {
  background-image: url("booking-mask-frame-sides.cbcb3657.png");
  background-position: top;
  margin: 0 8px 0 10px;
  padding: 12px 0 0;
}

#block-shcustom-bookingmask .content h2 {
  text-align: center;
  color: #e1d0a5;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-family: Capriola, sans-serif;
  font-size: .875em;
  font-weight: normal;
  line-height: 1em;
  position: relative;
}

#block-shcustom-bookingmask .content h2.left {
  display: none;
}

#shcustom-bookingmask-form {
  background: url("booking-mask-frame-bottom.ed05a3d8.png") bottom no-repeat;
  padding: 1px 12px;
}

.views-view-grid .column-3 .col-item {
  float: left;
  width: 32%;
  margin-bottom: 2%;
  margin-right: 2%;
}

.views-view-grid .column-3 .col-item:nth-child(3n+1) {
  clear: both;
}

.views-view-grid .column-3 .col-item:nth-child(3n), .views-view-grid .column-2 .col-item:nth-child(2n), .views-view-grid .column-3 .col-last {
  margin-right: 0;
}

.views-view-grid .column-2 .col-item {
  margin-bottom: 1rem;
}

#page-title, .page-title {
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin: .2em 0 0;
  padding-right: 5%;
  font-family: melany_lanebold, serif;
  font-size: 6em;
  font-weight: normal;
  line-height: .8em;
}

.pre-heading {
  letter-spacing: .9px;
  text-transform: uppercase;
  text-align: center;
  font-family: Capriola, sans-serif;
  font-size: .8125em;
  line-height: 1.8em;
}

.typeface-olcandida .pre-heading {
  margin-bottom: .5em;
}

.is-style-ingress {
  text-transform: uppercase;
  letter-spacing: .9px;
  margin: 1em 0 0;
  font-family: Capriola, sans-serif;
  font-size: .8125em;
  line-height: 1.8em;
}

.embedded-view {
  margin: 1em 0;
}

.node-article .page-title {
  border-bottom-width: 0;
  margin: 50px 0;
  padding: 0;
}

#page-title span {
  display: block;
}

.flexslider {
  border-width: 0;
  border-radius: 0;
  margin-top: 1.5em;
  box-shadow: 0 0 #0000;
}

.flex-control-nav li a {
  background-color: #0000;
  border: 1px solid #a54b0d;
  box-shadow: 0 0 #0000;
}

.flex-control-nav li a:hover, .flex-control-nav li a:focus, .flex-control-nav li a.flex-active {
  background-color: #a54b0d;
}

#block-views-nyheter-block {
  margin-top: 10px;
  padding-top: 21px;
  position: relative;
  top: -42px;
}

#block-views-nyheter-block .border-type-1 {
  display: none;
}

#block-views-nyheter-block .upper {
  z-index: 10;
  background: url("newsslider-upper.865a572e.png") no-repeat;
  width: 100%;
  height: 43px;
  position: absolute;
  top: 0;
}

#block-views-nyheter-block .content {
  background-color: #bf955d;
  background-image: url("newsslider-bg.4d50a910.jpg");
  background-position: 0 0;
  position: relative;
}

#block-views-nyheter-block .bottom-2 {
  background: url("sidebar-top.d6b64ede.png") 0 bottom no-repeat;
  margin-top: 15px;
  padding-bottom: 30px;
}

#block-views-nyheter-block .bottom-1 {
  background: url("image-slider-frame-bottom.e624a62e.png") top no-repeat;
  height: 10px;
  margin: 0 3.26% 1em 4.95%;
}

#block-views-nyheter-block .slider {
  background-image: url("newsslider-frame-sides.edb85833.png");
  background-position: 0 0;
  margin: 0 3.26% 0 4.95%;
  padding: 0 4%;
  position: relative;
}

.offers {
  background-color: #12293c;
}

#block-views-nyheter-block .flex-news-image {
  z-index: 0;
  margin: 0;
  position: relative;
}

#block-views-nyheter-block .flex-news-image li {
  -webkit-backface-visibility: hidden;
}

#block-views-nyheter-block .flex-news {
  -ms-behavior: url("http://storahotelletumea.se/sites/storahotelletumea.se/themes/storahotellet/backgroundsize.min.htc");
  z-index: 1;
  background: url("newsslider-content-bg.277a10a5.png") top / cover;
  margin: -32px 0 0;
  padding-top: 15px;
  padding-bottom: 40px;
  position: relative;
}

#block-views-nyheter-block .flex-news .slides, #block-views-nyheter-block .flex-news ul {
  width: 100%;
}

#block-views-nyheter-block .flex-news .flex-prev, #block-views-nyheter-block .flex-news:hover .flex-prev, #block-views-nyheter-block .flex-news .flex-next, #block-views-nyheter-block .flex-news:hover .flex-next {
  opacity: 1;
  background-color: #0000;
  background-image: url("sprite.420f026c.png");
  background-repeat: no-repeat;
  background-size: 378px 131px;
  width: 15px;
  height: 25px;
  margin-top: 0;
  transition-property: none;
  top: auto;
  bottom: 7px;
  left: 10px;
}

#block-views-nyheter-block .flex-news .flex-next, #block-views-nyheter-block .flex-news:hover .flex-next {
  left: auto;
  right: 10px;
}

#block-views-nyheter-block .flex-news .flex-prev {
  background-position: -48px -40px;
}

#block-views-nyheter-block .flex-news .flex-prev:hover {
  background-position: -81px -40px;
}

#block-views-nyheter-block .flex-news .flex-next {
  background-position: -64px -40px;
}

#block-views-nyheter-block .flex-news .flex-next:hover {
  background-position: -97px -40px;
}

#block-views-nyheter-block .flex-news .read-more {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
  background: #e1d0a6;
  border-radius: 30px;
  padding: 5px 0;
  font-family: Capriola, sans-serif;
  font-size: 10px;
  display: block;
  position: absolute;
  bottom: 7px;
  left: 35px;
  right: 35px;
}

#block-views-nyheter-block .flex-news .read-more:hover, #block-views-nyheter-block .flex-news .read-more:focus {
  background-color: #fff;
  text-decoration: none;
}

#block-views-nyheter-block .flex-news a {
  display: block;
}

#block-views-nyheter-block .flex-news a:hover, #block-views-nyheter-block .flex-news a:focus {
  text-decoration: none;
}

#block-views-nyheter-block .flex-news h2 {
  color: #e5d8af;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin: 0;
  padding: 30px 4px 10px;
  font-family: melany_lanebold, serif;
  font-size: 1.8em;
  font-weight: normal;
  line-height: .9em;
  bottom: 0;
}

#block-views-nyheter-block .flexslider h2 span {
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: Capriola, sans-serif;
  font-size: .35em;
  font-weight: normal;
  line-height: 1.1em;
  display: block;
}

.no-js #shcustom-bookingmask-form .booking-widget, .js #edit-nojs-form {
  display: none;
}

#shcustom-bookingmask-form .booking-widget > div {
  float: left;
  width: 32%;
  margin-right: 2%;
}

#shcustom-bookingmask-form .booking-widget {
  margin-bottom: 10px;
}

#shcustom-bookingmask-form .booking-widget > div:last-child {
  margin-right: 0;
}

#shcustom-bookingmask-form .booking-widget > div > .mask {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  width: 100%;
  transition: all .2s;
}

#shcustom-bookingmask-form .booking-widget > div > div .top {
  padding: 8px 0 2px;
  line-height: 12px;
  display: block;
}

#shcustom-bookingmask-form .booking-widget > div > div .top-mobile {
  display: none;
}

#shcustom-bookingmask-form .booking-widget > div > div .bottom, #shcustom-bookingmask-form .booking-widget > .adults > div .top {
  background-image: url("sprite.420f026c.png");
  background-position: -27px 0;
  background-repeat: no-repeat;
  background-size: 378px 131px;
  width: 16px;
  height: 10px;
  margin: 6px auto;
  display: block;
}

#shcustom-bookingmask-form .booking-widget > .adults > div .top {
  background-position: -68px 0;
  margin: 8px auto 4px;
}

#shcustom-bookingmask-form .booking-widget > .adults:hover > div .top {
  background-position: -89px 0;
}

#shcustom-bookingmask-form .booking-widget > .adults:hover > div .bottom {
  background-position: -48px 0;
}

.svg #shcustom-bookingmask-form .booking-widget > div > div .bottom, .svg #shcustom-bookingmask-form .booking-widget > .adults > div .top {
  background-image: url("sprite.c9fd26e2.svg");
  background-size: 378px 131px;
}

#shcustom-bookingmask-form .booking-widget .arrival-date:hover .mask .bottom, #shcustom-bookingmask-form .booking-widget .departure-date:hover .mask .bottom {
  background-position: -48px 0;
}

#shcustom-bookingmask-form .booking-widget > div > div .middle {
  text-align: center;
  color: #4d3817;
  width: 100%;
  font-family: Archivo Narrow, sans-serif;
  font-size: 2.75em;
  line-height: .8em;
  display: block;
}

#shcustom-bookingmask-form .booking-widget > div.arrival-date, #shcustom-bookingmask-form .booking-widget > div.departure-date, #shcustom-bookingmask-form .booking-widget > div.adults {
  z-index: 100;
  position: relative;
}

.ui-datepicker {
  width: 100%;
}

#shcustom-bookingmask-form .booking-widget .datepicker {
  z-index: 10;
  width: 500%;
  display: none;
  position: absolute;
  right: 0;
  left: auto !important;
}

#shcustom-bookingmask-form .more-options {
  text-align: center;
}

#shcustom-bookingmask-form .more-options-toggle {
  color: #e0cfa4;
  letter-spacing: .4px;
  text-transform: uppercase;
  padding: 4px 0;
  font-family: Capriola, sans-serif;
  font-size: 10px;
  display: inline-block;
  position: relative;
}

#shcustom-bookingmask-form .more-options-toggle:hover, #shcustom-bookingmask-form .more-options-toggle:focus {
  text-decoration: none;
}

#shcustom-bookingmask-form .more-options-toggle .icon {
  float: left;
  background-position: -42px -72px;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  display: block;
}

#shcustom-bookingmask-form.more-options-open .more-options-toggle .icon {
  background-position: -57px -72px;
}

.no-svg #shcustom-bookingmask-form .more-options-toggle .icon {
  background-image: url("sprite.420f026c.png");
  background-size: 378px 131px;
}

.svg #shcustom-bookingmask-form .more-options-toggle .icon {
  background-image: url("sprite.c9fd26e2.svg");
  background-size: 378px 131px;
}

#shcustom-bookingmask-form .more-options .content {
  display: none;
}

#shcustom-bookingmask-form.more-options-open .more-options .content {
  display: block;
}

#shcustom-bookingmask-form hr {
  border: 0 solid #e0cfa4;
  border-bottom-width: 1px;
  width: 50%;
  margin: 0 auto .6em;
}

#shcustom-bookingmask-form .reservation-assistance {
  margin-top: .6em;
}

#shcustom-bookingmask-form .reservation-assistance span {
  color: #e0cfa4;
  text-align: center;
  display: block;
}

#shcustom-bookingmask-form .reservation-assistance span.phone-number {
  font-size: 1.2em;
  line-height: 1em;
}

.marked-day a {
  background: #9b6535 !important;
}

.ui-datepicker-current-day a {
  background: #a54b0d !important;
}

#shcustom-bookingmask-form .booking-widget .label, #shcustom-bookingmask-form .booking-widget .top, #shcustom-bookingmask-form label {
  color: #e1d0a6;
  letter-spacing: .4px;
  text-transform: uppercase;
  text-align: center;
  font-family: Capriola, sans-serif;
  font-size: 10px;
  font-weight: normal;
  display: block;
}

#shcustom-bookingmask-form .booking-widget .label {
  font-size: 8px;
}

#shcustom-bookingmask-form .more-options label {
  text-align: left;
  margin-bottom: 1px;
}

#shcustom-bookingmask-form .more-options .content {
  text-align: left;
  padding: 1em 0;
}

#shcustom-bookingmask-form .more-options .description {
  color: #e1d0a6;
  letter-spacing: .4px;
  font-family: Alegreya, serif;
  font-size: 12px;
  font-style: italic;
}

#shcustom-bookingmask-form .more-options .form-item {
  margin-bottom: .5em;
}

#shcustom-bookingmask-form .booking-widget .label {
  margin-bottom: 4px;
}

#shcustom-bookingmask-form .booking-widget .top {
  color: #a54b0d;
}

#shcustom-bookingmask-form .booking-widget .arrival-date.picker-open .mask, #shcustom-bookingmask-form .booking-widget .departure-date.picker-open .mask, #shcustom-bookingmask-form .booking-widget .adults.picker-open .mask {
  cursor: default;
  background: #853409;
  border-color: #a54b0d;
}

#shcustom-bookingmask-form .booking-widget .arrival-date.picker-open .mask .middle, #shcustom-bookingmask-form .booking-widget .departure-date.picker-open .mask .middle, #shcustom-bookingmask-form .booking-widget .adults.picker-open .mask .middle {
  color: #fff;
}

#shcustom-bookingmask-form .booking-widget .arrival-date.picker-open .mask .top, #shcustom-bookingmask-form .booking-widget .departure-date.picker-open .mask .top {
  color: #e1d0a6;
}

#shcustom-bookingmask-form .booking-widget .arrival-date.picker-open .datepicker, #shcustom-bookingmask-form .booking-widget .departure-date.picker-open .datepicker {
  display: block;
}

#shcustom-bookingmask-form .hasDatepicker {
  padding-top: 12px;
  position: relative;
}

#shcustom-bookingmask-form .hasDatepicker > div {
  position: relative;
}

#shcustom-bookingmask-form .hasDatepicker > div:before, .number-picker > div:before {
  content: " ";
  background: url("sprite.420f026c.png") -110px 0 / 378px 131px no-repeat;
  width: 27px;
  height: 12px;
  position: absolute;
  top: -12px;
  right: 12px;
}

.svg #shcustom-bookingmask-form .hasDatepicker > div:before, .svg .number-picker > div:before {
  background-image: url("sprite.c9fd26e2.svg");
  background-size: 378px 131px;
}

.number-picker {
  width: 100%;
  padding-top: 12px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.number-picker > div {
  background: #fff;
  padding: 5px 0 2px;
  position: relative;
  box-shadow: 1px 1px 4px #00000080;
}

#shcustom-bookingmask-form .booking-widget > div.adults.picker-open .number-picker {
  display: block;
}

.number-picker a {
  color: #cdbfab;
  text-align: center;
  background: #e7e0cd;
  margin: 2px 3px;
  padding: 5px 0;
  font-family: Archivo Narrow, sans-serif;
  font-size: 2.75em;
  line-height: .8em;
  display: block;
}

.number-picker a:hover, .number-picker a:focus {
  color: #fff;
  background: #a54b0d;
  text-decoration: none;
}

.ui-widget-content {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 1px 1px 4px #00000080;
}

.ui-widget-content.ui-corner-all {
  border-radius: 0;
}

.ui-widget-content .ui-state-default {
  color: #cdbfab;
  background: #e7e0cd;
  border-width: 0;
}

.ui-widget-header .ui-icon {
  background-image: url("datepicker-icons.84c1c0bb.png");
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  cursor: pointer;
  background-image: url("datepicker-icons.84c1c0bb.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border-width: 0;
  border-radius: 0;
  width: 12px;
  height: 21px;
  top: 9px;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  background-color: #0000;
  background-position: -26px 0;
}

.ui-datepicker .ui-datepicker-prev.disabled:hover {
  background-position: 0 0;
}

.ui-datepicker .ui-datepicker-next {
  background-position: -13px 0;
}

.ui-datepicker .ui-datepicker-next:hover {
  background-position: -39px 0;
}

.ui-datepicker .ui-datepicker-next.disabled:hover {
  background-position: -13px 0;
}

.ui-widget-header .ui-datepicker-prev span {
  display: none;
}

.ui-widget-header .ui-datepicker-prev span:hover {
  background-position: -27px 0;
}

.ui-widget-content .ui-state-active {
  color: #fff;
  background: #a54b0d;
}

.ui-widget-header {
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #4d3817;
  background: none;
  border-width: 0;
  font-family: Capriola, sans-serif;
  font-weight: normal;
}

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

.ui-datepicker td a {
  text-align: center;
  color: #cdbfab;
  font-family: Archivo Narrow, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.ui-datepicker td a:hover {
  background: #d7d0ad;
}

.ui-datepicker th {
  letter-spacing: .4px;
  color: #88652f;
  text-transform: uppercase;
  font-family: Capriola, sans-serif;
  font-size: 10px;
  font-weight: normal;
}

.cc-window.cc-theme-blahuset {
  background-color: #fff;
  border-radius: 2px;
  padding-top: 1.8em;
  font-family: inherit;
  box-shadow: 0 10px 30px 5px #0003, 0 0 0 1px #0000000f;
}

.cc-window.cc-theme-blahuset .cc-link {
  padding: 0;
}

.cc-window.cc-theme-blahuset .cc-btn {
  font-family: Capriola, sans-serif;
  line-height: inherit;
}

.cc-window.cc-theme-blahuset .cc-btn:hover {
  color: inherit;
  text-decoration: none;
}

.cc-window.cc-theme-blahuset .cc-btn.cc-allow {
  color: #e7e0cd;
  letter-spacing: 1px;
  background-color: #12293c;
  border: 0;
  border-radius: 100px;
}

.cc-window.cc-theme-blahuset .cc-btn.cc-dismiss {
  color: #12293c;
}

.cc-window.cc-theme-blahuset .cc-compliance {
  align-content: flex-start;
}

.cc-window.cc-theme-blahuset .cc-compliance > .cc-dismiss {
  order: 2;
}

.cc-window.cc-theme-blahuset .cc-btn + .cc-btn {
  margin-left: 0;
}

@media screen and (width <= 414px) and (orientation: portrait), screen and (width <= 736px) and (orientation: landscape) {
  .cc-window.cc-theme-blahuset {
    border-radius: 0;
    padding-bottom: 3em;
  }
}

.cc-revoke {
  display: none;
}

.node-rum.view-mode-full {
  padding-left: 3.5%;
  padding-right: 3.5%;
}

.node-rum.node-teaser a:hover {
  text-decoration: none;
}

.node-rum.node-teaser img {
  border: 1px solid #cec5af;
  padding: 2px;
  transition: border-color .3s;
}

.node-rum.node-teaser a:hover img {
  border-color: #a54b0d;
  transition: border-color .1s;
}

.node-rum.node-teaser h2 {
  text-align: center;
  margin: .7em 0 0;
  font-family: melany_lanebold, serif;
  font-size: 2.5em;
  font-weight: normal;
  line-height: .8em;
}

.node-rum.node-teaser p {
  margin-top: .2em;
}

.room-slider {
  width: 107%;
  margin-bottom: 1em;
  margin-left: -3.5%;
}

.node-rum .body {
  float: left;
  width: 65%;
}

.node-rum .details {
  float: right;
  width: 33%;
}

.node-rum .details, .node-rum .details a {
  color: #88652f;
}

.node-rum .details h3 {
  color: #12293c;
}

.node-rum .details ul {
  color: #88652f;
  font-family: Alegreya, serif;
  font-style: italic;
}

.node-rum .blue-print-wrapper {
  -ms-behavior: url("http://storahotelletumea.se/sites/storahotelletumea.se/themes/storahotellet/backgroundsize.min.htc");
  background: url("blueprint-bg.32846d70.png") center / cover no-repeat;
  width: 55%;
  max-width: 450px;
  margin: 2em auto 5em;
  position: relative;
}

.node-rum .blue-print-wrapper .blue-print {
  text-align: center;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.node-rum .blue-print-wrapper .blue-print img {
  max-width: 100%;
}

.node-rum .blue-print-wrapper .center-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.node-rum .blue-print-wrapper .centered {
  width: 100%;
}

.node-rum .blue-print-wrapper .symbol-wrapper {
  width: 52.4631%;
  position: absolute;
  top: 0%;
  right: 82%;
}

.node-rum .blue-print-wrapper .symbol {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.node-rum .imprint-wrapper {
  z-index: 1;
  width: 24%;
  position: absolute;
  top: 42%;
  right: 93%;
}

.node-rum .imprint {
  -ms-behavior: url("http://storahotelletumea.se/sites/storahotelletumea.se/themes/storahotellet/backgroundsize.min.htc");
  background: url("logo-imprint.7da2ead3.png") 0 0 / cover no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 119.298%;
}

.node-rum.layout-left .imprint {
  background-position: 100% 0;
}

.node-rum.layout-right .imprint-wrapper {
  top: 21%;
  left: 90%;
  right: auto;
}

.node-rum.layout-right .blue-print-wrapper .symbol-wrapper {
  top: 44%;
  left: 86%;
  right: auto;
}

.node-verksamhet, .node-page.view-mode-full {
  padding-left: 3.5%;
  padding-right: 3.5%;
}

#block-system-main p a {
  color: #a54b0d;
  font-family: Alegreya, sans-serif;
  font-style: italic;
}

.button-wrap {
  text-align: center;
}

.booking-button {
  cursor: pointer;
  text-align: center;
  z-index: 1;
  color: #fff;
  border-radius: 7px;
  margin: 13px auto 18px;
  display: inline-block;
  position: relative;
}

.button-wrap--en .booking-button {
  margin-top: 0;
}

.mobile.button-wrap {
  display: none;
}

.booking-button .form-submit {
  color: #000;
  letter-spacing: .4px;
  text-transform: uppercase;
  background-color: #e1d0a5;
  background-image: url("sprite.420f026c.png");
  background-position: right 9px;
  background-repeat: no-repeat;
  background-size: 378px 131px;
  border-color: #e1d0a5;
  border-radius: 300px;
  padding: 5px 27px 5px 11px;
  font-family: Capriola, sans-serif;
  font-size: .75em;
  transition: all .2s;
}

.svg .booking-button .form-submit {
  background-image: url("sprite.c9fd26e2.svg");
  background-size: 378px 131px;
}

.booking-button .form-submit:hover {
  background-color: #fcc328;
  border-color: #fcc328;
}

.view-lista-undersidor {
  border-top: 1px solid #cfc5af;
  margin-top: 4%;
  padding-top: 4%;
}

.views-view-grid .row-item {
  margin-bottom: 4%;
}

.views-view-grid .row-item.row-last {
  margin-bottom: 0;
}

.views-view-grid .col-item {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.views-view-grid .col-item.col-last {
  margin-right: 0;
}

.view-lista-undersidor .node-teaser h2 {
  letter-spacing: 1px;
  margin: .7em 0 .4em;
  font-family: OLCandida-MediumCond;
  font-size: 1.8em;
  font-weight: 400;
  line-height: .8em;
}

.view-lista-undersidor .node-teaser h2 a:hover {
  color: #a54b0d;
  text-decoration: none;
}

.view-lista-undersidor .node-teaser .read-more a {
  color: #e1d0a6;
  text-transform: uppercase;
  background: #12293c;
  border-radius: 300px;
  padding: 5px 13px;
  font-family: Capriola, sans-serif;
  font-size: .6em;
  display: inline-block;
}

.view-lista-undersidor .node-teaser .read-more a:hover, .view-lista-undersidor .node-teaser .read-more a:focus {
  color: #fff;
  text-decoration: none;
}

#top-article, #top-article, .articles-23 {
  margin-bottom: 1.5em;
}

.articles-main .node-article {
  margin-bottom: 2em;
}

.articles-main .node-article .image {
  float: left;
  width: 35%;
}

.articles-main .node-article .content {
  float: right;
  width: 63%;
}

.view-aktuellt .view-content .grid.col-item {
  border-top: 1px solid #cec5af;
  padding: 1em 0;
}

.view-aktuellt .view-content .grid.col-item .node-article {
  margin-bottom: 0;
}

.articles-23 .view-content .grid.col-item {
  border-top: none;
  padding: 0;
}

.node-article .read-more a {
  color: #e1d0a6;
  text-transform: uppercase;
  background: #12293c;
  border-radius: 300px;
  padding: 5px 13px;
  font-family: Capriola, sans-serif;
  font-size: .6em;
  display: inline-block;
}

.node-article .read-more a:hover, .node-article .read-more a:focus {
  color: #fff;
  text-decoration: none;
}

.view-taxonomy-term .node-article .content h2 {
  margin-top: 0;
  line-height: 1em;
}

.node-article.view-mode-full {
  padding-left: 3.5%;
  padding-right: 3.5%;
}

.node-article.view-mode-full .image {
  width: 107%;
  margin-left: -3.5%;
}

.social-sharing {
  text-align: center;
  margin: 0;
  padding: 0;
}

.social-sharing li {
  margin: 5px;
  list-style-image: none;
  list-style-type: none;
  display: inline-block;
}

.social-sharing li a {
  color: #fff;
  text-transform: uppercase;
  background-color: #3b5998;
  border-radius: 2px;
  padding: 5px 10px;
  font-family: Capriola, sans-serif;
  font-size: .875em;
  display: block;
}

.social-sharing li a span {
  float: right;
  background-position: 0 -100px;
  width: 18px;
  height: 20px;
  margin-left: 10px;
  display: block;
}

.social-sharing li a:hover, .social-sharing li a:focus {
  text-decoration: none;
}

.no-svg .social-sharing li a span {
  background-image: url("sprite.420f026c.png");
  background-size: 378px 131px;
}

.svg .social-sharing li a span {
  background-image: url("sprite.c9fd26e2.svg");
  background-size: 378px 131px;
}

.social-sharing li .twitter {
  background-color: #55acee;
}

.social-sharing li .mailto {
  background-color: #a54b0d;
}

.content .nf-form-cont {
  background: url("webform-bottom-bg.41499e66.png") bottom no-repeat;
  margin: 1.5em 0;
  padding-bottom: 39px;
}

.content .nf-form-cont > div {
  background: #e1d0a6;
  border-radius: 8px 8px 0 0;
  padding: 20px 20px 0;
}

.content .nf-form-cont .form-item {
  margin-bottom: .7em;
}

.content .nf-form-cont .field-wrap label {
  text-transform: uppercase;
  color: #12293c;
  margin-bottom: 1px;
  font-family: Capriola, sans-serif;
  font-size: .75em;
  font-weight: normal;
}

.content .nf-form-content .label-above .nf-field .nf-field-label {
  margin-bottom: 0;
}

.content .nf-form-cont .required {
  text-transform: none;
  font-family: Alegreya, serif;
  font-style: italic;
}

.content .nf-form-content .list-select-wrap .nf-field-element > div:focus, .content .nf-form-content .nf-field-element input:not([type="button"]):focus, .content .nf-form-content .nf-field-element textarea:focus .nf-form-cont .form-actions {
  color: #555;
}

.content .nf-form-cont .nf-field-element input[type="button"] {
  color: #e7e0cd;
  text-transform: uppercase;
  background: #12293c;
  border-color: #12293c;
  border-radius: 5px;
  font-family: Capriola, sans-serif;
}

.content .nf-form-content input.ninja-forms-field.nf-element {
  height: auto;
  padding: .3rem .6rem;
}

.content .nf-form-cont .form-actions .nf-field-element {
  text-align: center;
  margin-top: 1em;
  margin-bottom: -1em;
  position: relative;
}

.content .nf-form-cont .form-actions .nf-field .submit-wrap .nf-field-label {
  display: none;
}

.content .nf-form-cont .form-actions .nf-field .submit-wrap .nf-field-element {
  margin-top: 0;
}

.content .nf-field .nf-error.field-wrap .nf-field-element:after {
  height: auto;
  max-height: 1.7rem;
  line-height: 1.8rem;
}

.home #content .section, .home #content .main, .home #content .main .inner, .home #content .main .upper-bg .upper-left, .home #content .main .upper-bg .upper-right, .home #content .main .lower-bg .lower-left, .home #content .main .lower-bg .lower-right, .home #content .main .upper-bg .upper-middle, .home #content .main .upper-bg .lower-middle, .home #content .main .lower-bg .left-bg, .home #content .main .lower-bg .right-bg {
  background: none;
}

.home #main {
  margin-top: 0;
  overflow: hidden;
}

.home #content .main .inner {
  padding: 20px 2% 20px 5%;
}

.home #page-title {
  color: #e1d0a5;
  text-shadow: 0 0 100px #000;
  text-indent: -9999px;
  z-index: 1;
  border-bottom-width: 0;
  width: 80%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  line-height: .8em;
  position: relative;
}

.home #page-title span {
  -ms-behavior: url("http://storahotelletumea.se/sites/storahotelletumea.se/themes/storahotellet/backgroundsize.min.htc");
  text-indent: -9999px;
  background-image: url("sh-startheader-sv.331654db.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-bottom: 30.2381%;
  display: block;
}

html[lang="en-US"] .home #page-title span {
  background-image: url("sh-startheader-en.0f36c10d.png");
}

#mobile-navigation {
  display: none;
}

#campaign {
  background: #fff;
  margin: 1em 0;
}

#campaign .content {
  padding: 25px;
}

#background-images {
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
}

#background-images .images {
  margin: 0;
  position: absolute;
  inset: 0;
}

#background-images ul.slides {
  width: 100%;
  height: 100%;
  margin: 0;
  list-style-image: none;
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 0;
}

#background-images ul.slides li {
  -ms-behavior: url("http://storahotelletumea.se/sites/storahotelletumea.se/themes/storahotellet/backgroundsize.min.htc");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#background-images .overlay {
  color: #fff;
  z-index: 10;
  background: #000c;
  margin-bottom: -50px;
  transition: margin-bottom .5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.no-opacity #background-images .overlay {
  background: url("transparent08.e38333de.png");
}

#background-images .overlay a {
  color: #fff;
}

.gallery-open #background-images .overlay {
  margin-bottom: -1px;
}

#background-images .info {
  max-height: 0;
  transition: max-height .5s;
  overflow: hidden;
}

.gallery-open.gallery-info-open #background-images .info {
  max-height: 300px;
  transition: max-height 1s;
}

#background-images .info-slider {
  background: none;
  border-radius: 0;
  height: 50px;
  margin: 0;
}

#background-images .info-slider li p {
  text-align: center;
}

#background-images .controls {
  text-align: center;
  border-bottom: 1px solid #ffffff1a;
  height: 50px;
  position: relative;
}

#background-images .controls ul {
  margin: 12px 0;
  padding: 0 0 0 31px;
  display: block;
}

#background-images .controls ul li {
  margin: 0 6px;
  list-style-image: none;
  list-style-type: none;
  display: inline-block;
}

#background-images .controls ul li.last {
  float: right;
}

#background-images .gallery-prev, #background-images .gallery-next {
  text-indent: -9999px;
  width: 14px;
  height: 24px;
  display: block;
}

#background-images .gallery-prev {
  background-position: -81px -40px;
}

#background-images .gallery-next {
  background-position: -97px -40px;
}

#background-images .gallery-prev:hover {
  background-position: -81px -67px;
}

#background-images .gallery-next:hover {
  background-position: -97px -67px;
}

#background-images .controls .count-info {
  width: 40px;
  display: block;
}

#background-images .info-toggle {
  text-indent: -9999px;
  background-position: -170px -40px;
  width: 25px;
  height: 25px;
  display: block;
}

#background-images .info-toggle:hover, #background-images .info-toggle:focus {
  text-decoration: none;
}

#background-images .info-toggle:hover {
  background-position: -170px -67px;
}

#background-images .gallery-toggle {
  color: #fff;
  text-indent: -9999px;
  background-position: -140px -40px;
  width: 25px;
  height: 25px;
  display: block;
}

.no-svg #background-images .gallery-toggle, .no-svg #background-images .gallery-prev, .no-svg #background-images .gallery-next {
  background-image: url("sprite.420f026c.png");
  background-size: 378px 131px;
}

.svg #background-images .gallery-toggle, .svg #background-images .gallery-prev, .svg #background-images .gallery-next, .svg #background-images .info-toggle {
  background-image: url("sprite.c9fd26e2.svg");
  background-size: 378px 131px;
}

#background-images .gallery-toggle:hover, #background-images .gallery-toggle:focus {
  background-position: -140px -67px;
  text-decoration: none;
}

#background-images .flex-control-nav {
  bottom: -50px;
}

#background-images .slides > li:first-child {
  display: block;
}

@media screen and (width >= 1024px) {
  #block-views-nyheter-block-1 {
    display: none;
  }
}

@media screen and (width <= 1023px) {
  #block-shcustom-bookingmask {
    transition: top .6s;
    display: block;
  }

  .gallery-open #block-shcustom-bookingmask {
    top: -50px;
  }
}

@media screen and (width <= 767px) {
  #background-images .overlay {
    display: none;
  }

  #block-views-nyheter-block-1 {
    z-index: 1;
    background-color: #c59a54;
    padding-bottom: 50px;
    display: block;
    position: relative;
  }

  #block-views-nyheter-block-1 .block-inner {
    background-image: url("news-narrow-bg-1.a59ae2e3.jpg");
    background-position: -2px 0;
    background-repeat: no-repeat;
    margin-top: 9%;
    position: relative;
  }

  #block-views-nyheter-block-1 .block-inner > div {
    background-image: url("news-narrow-bg-2.f6bdc07b.jpg");
    background-position: 100% 0;
    background-repeat: no-repeat;
    padding: 0 1.70732%;
  }

  #block-views-nyheter-block-1 .upper-bg {
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
  }

  #block-views-nyheter-block-1 .upper-bg > div {
    -ms-behavior: url("http://storahotelletumea.se/sites/storahotelletumea.se/themes/storahotellet/backgroundsize.min.htc");
    background-image: url("news-narrow-top.67cf28e2.png");
    background-position: bottom;
    background-size: contain;
    padding-bottom: 8.17073%;
  }

  #block-views-nyheter-block-1 .content {
    background-color: #e6d8af;
    padding: 13px;
    overflow: hidden;
  }

  #block-views-nyheter-block-1 ul {
    margin: 0;
    padding: 0;
  }

  #block-views-nyheter-block-1 ul li {
    border-bottom: 1px solid #c59a54;
    padding: 5px;
    list-style-image: none;
    list-style-type: none;
  }

  #block-views-nyheter-block-1 ul li:last-child {
    border-bottom-width: 0;
  }

  #block-views-nyheter-block-1 ul li img {
    float: left;
    width: 37%;
  }

  #block-views-nyheter-block-1 ul li .body {
    float: right;
    text-align: center;
    width: 60%;
    margin-top: 4%;
    font-family: Capriola, sans-serif;
  }

  #block-views-nyheter-block-1 ul li .body a {
    color: #122a3e;
    text-transform: uppercase;
    font-family: Capriola, sans-serif;
    font-style: normal;
    text-decoration: none;
  }

  #block-views-nyheter-block-1 ul li .body h2 {
    margin: .2em 0;
    font-size: 1em;
    font-weight: normal;
  }

  #block-views-nyheter-block-1 ul li .body h2 span {
    color: #945a1e;
    margin-bottom: .4em;
    font-size: .9em;
    display: block;
  }

  #block-views-nyheter-block-1 ul li .read-more a {
    text-transform: uppercase;
    background-color: #c59a54;
    border-radius: 300px;
    padding: 3px 20px;
    font-size: .8em;
    text-decoration: none;
    display: inline-block;
  }

  #block-views-nyheter-block-1 ul li .read-more a:hover {
    background-color: #fff;
  }

  #content .section:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

#header {
  z-index: 2;
  transition: left .3s .6s;
}

#sidebar-second {
  z-index: 1;
  transition: right .3s .6s;
}

#content {
  z-index: 1;
  transition: opacity .1s .9s;
  position: relative;
}

.flex-control-nav {
  z-index: 100;
  transition: bottom .3s;
}

.gallery-open #background-images .flex-control-nav {
  transition-delay: .6s;
  bottom: 20px;
}

.gallery-open #header, .gallery-open #sidebar-second, .gallery-open #awards {
  transition-delay: 0s;
}

.gallery-open #content {
  transition: opacity 2s, height .1s 2s;
}

.gallery-open #header {
  left: -250px;
}

.gallery-open #sidebar-second {
  right: -250px;
}

.gallery-open #content {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

#simple-frontpage-popup-popup {
  background-color: #e8e0cd;
  width: 96%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 2%;
}

#simple-frontpage-popup-popup .inner {
  background: none;
  width: 100%;
  margin: 0;
}

#simple-frontpage-popup-popup .close-btn {
  text-indent: 0;
  background: none;
}

#simple-frontpage-popup-popup .close-btn:hover, #simple-frontpage-popup-popup .close-btn:focus {
  text-decoration: none;
}

#simple-frontpage-popup-popup h2 {
  text-align: center;
  margin: .7em 0 0;
  font-family: melany_lanebold, serif;
  font-size: 3.5em;
  font-weight: normal;
  line-height: .8em;
}

.popup-active #simple-frontpage-popup-overlay {
  opacity: .7;
  filter: alpha(opacity= 70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.field-name-node-link {
  text-align: center;
  margin: 1em 0;
}

.field-name-node-link a {
  color: #e7e0cd;
  letter-spacing: .4px;
  text-transform: uppercase;
  background-color: #12293c;
  border-color: #12293c;
  border-radius: 30px;
  padding: 8px 16px;
  font-family: Capriola, sans-serif;
  font-size: 1em;
  transition: all .2s;
  display: inline-block;
}

.field-name-node-link a:hover, .field-name-node-link a:focus {
  text-decoration: none;
}

.border-type-1 .border {
  position: absolute;
}

.border-type-1 .top, .border-type-1 .bottom {
  background: url("popup-border-horizontal.c174a87a.jpg") repeat-x;
  height: 8px;
  left: 0;
  right: 0;
}

.border-type-1 .left, .border-type-1 .right {
  background: url("popup-border-vertical.d7cdd793.jpg") repeat-y;
  width: 8px;
  top: 7px;
  bottom: 7px;
}

.border-type-1 .top {
  top: 0;
  left: 0;
}

.border-type-1 .bottom {
  background-position: 0 bottom;
  bottom: 0;
}

.border-type-1 .left {
  left: 0;
}

.border-type-1 .right {
  background-position: right 0;
  right: 0;
}

#block-views-nyheter-block-1 .border-type-1 .top, #block-views-nyheter-block-1 .border-type-1 .bottom {
  left: 2.27273%;
  right: 2.39899%;
}

#block-views-nyheter-block-1 .border-type-1 .left, #block-views-nyheter-block-1 .border-type-1 .right {
  top: 12px;
  bottom: 12px;
}

#block-views-nyheter-block-1 .border-type-1 .top {
  top: 5px;
  left: 2.14646%;
}

#block-views-nyheter-block-1 .border-type-1 .bottom {
  background-position: 0 bottom;
  bottom: 5px;
}

#block-views-nyheter-block-1 .border-type-1 .left {
  left: 2.27273%;
}

#block-views-nyheter-block-1 .border-type-1 .right {
  background-position: right 0;
  right: 2.27273%;
}

#block-views-aktuellt-block-3 > h2 {
  letter-spacing: 1px;
  margin: 0 0 .25em;
  font-family: OLCandida-MediumCond;
  font-size: 2.2em;
  font-weight: normal;
  line-height: 1.1;
}

.page-neighbours #content {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .3s .6s;
  position: fixed;
  top: 0;
  left: 0;
}

.gallery-open.page-neighbours #content {
  z-index: 0;
}

.page-neighbours #content .section {
  background: none;
  max-width: none;
  margin: 0;
}

.page-neighbours #content .section, .page-neighbours #content .section .inner, .page-neighbours #content .section .main {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.page-neighbours #content .main {
  background: none;
  margin: 0;
}

.page-neighbours #content .main .inner {
  background: none;
}

.page-neighbours #content .main .upper-bg, .page-neighbours #content .main .lower-bg {
  display: none;
}

.page-neighbours #map {
  background: #ccc;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#map-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#map-canvas img {
  width: auto;
  max-width: none;
  height: auto;
}

#block-shcustom-languageswitcher ul li a:hover, #block-shcustom-languageswitcher ul li a:focus {
  text-decoration: none;
}

.node-article .page-title, .typeface-olcandida .page-title {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  padding-right: 0;
  font-family: OLCandida-MediumCond;
  font-size: 4em;
  line-height: .9em;
}

.title-and-preheading {
  margin: 1.5em 0;
}

.node-article.view-mode-prio1 h2 {
  letter-spacing: 1px;
  margin: .6em 0 .4em;
  font-family: OLCandida-MediumCond;
  font-size: 2.5em;
  font-weight: normal;
  line-height: .8em;
}

.node-article.view-mode-prio2 h2, .node-article.node-teaser h2 {
  letter-spacing: 1px;
  font-family: OLCandida-MediumCond;
  font-size: 1.8em;
  font-weight: normal;
}

.node-article.view-mode-prio1 h2 a:hover, .node-article.view-mode-prio2 h2 a:hover, .node-article.node-teaser h2 a:hover {
  color: #a54b0d;
  text-decoration: none;
}

.node-article.view-mode-prio2 h2, .node-article.node-teaser h2 {
  margin: .7em 0 .4em;
  line-height: .8em;
}

.node-article.node-teaser h2 {
  margin-top: .1em;
}

.node-article.view-mode-prio2 p, .node-article.node-teaser p {
  margin: .2em 0 .8em;
}

#node_verksamhet_full_group_details h2 {
  letter-spacing: 1px;
  color: #12293c;
  margin: .4em 0;
  font-family: OLCandida-MediumCond;
  font-size: 2em;
  font-weight: normal;
  line-height: 1em;
}

#navigation {
  margin-bottom: 1em;
}

.social-icons-block {
  margin: 1em 0;
}

.social-icons-block ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.social-icons-block ul li {
  margin: 0 2px;
  display: inline-block;
}

.social-icons-block ul li a {
  text-indent: -9999px;
  background-position: -200px -40px;
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  display: block;
}

.social-icons-block ul li a:hover {
  background-position: -200px -76px;
}

.social-icons-block ul li a.facebook {
  background-position: -270px -40px;
}

.social-icons-block ul li a.facebook:hover {
  background-position: -270px -76px;
}

.social-icons-block ul li a.tripadvisor {
  background-position: -305px -40px;
}

.social-icons-block ul li a.tripadvisor:hover {
  background-position: -305px -76px;
}

.svg .social-icons-block ul li a {
  background-image: url("sprite.c9fd26e2.svg");
  background-size: 378px 131px;
}

.no-svg .social-icons-block ul li a {
  background-image: url("sprite.420f026c.png");
  background-size: 378px 131px;
}

.body h2, .body h3 {
  margin-bottom: 0;
  font-family: OLCandida-MediumCond, serif;
  font-size: 2.5em;
  font-weight: normal;
}

.body h2 + p, .body h3 + p {
  margin-top: .2em;
}

.body h3 {
  font-size: 1.8em;
}

.ir {
  background-color: #0000;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  width: 0;
  height: 150%;
  display: block;
}

.hidden, .element-invisible {
  visibility: hidden;
  display: none !important;
}

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

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

.invisible {
  visibility: hidden;
}

.center-block {
  text-align: center;
}

.center-block:before {
  content: "";
  vertical-align: middle;
  height: 100%;
  margin-right: -.25em;
  display: inline-block;
}

.centered {
  vertical-align: middle;
  width: 300px;
  display: inline-block;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media only screen and (width <= 1023px) {
  #block-views-nyheter-block {
    display: none;
  }

  .views-view-grid .column-3 .col-item {
    float: none;
    width: 100%;
    margin-bottom: 6%;
    margin-right: 0;
  }

  .node-rum.node-teaser {
    padding: 0;
    position: relative;
  }

  .node-rum.node-teaser a {
    margin-right: 25px;
    display: block;
    position: relative;
  }

  .node-rum.node-teaser img {
    width: 100%;
  }

  .node-rum.node-teaser h2 {
    margin-top: .6em;
    margin-bottom: .4em;
  }

  .node-rum.node-teaser h2, .node-rum.node-teaser p {
    text-align: left;
  }

  .node-rum.node-teaser p {
    margin-bottom: 0;
    overflow: hidden;
  }

  .node-rum.node-teaser .to-content {
    background: url("sprite.c9fd26e2.svg") -118px -40px / 378px 131px;
    width: 14px;
    height: 24px;
    margin-top: calc(33% - 12px);
    margin-left: 12px;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
  }

  .node-rum.node-teaser a:hover .to-content {
    background-position: -118px -67px;
  }

  #content {
    margin-top: 55px;
    margin-right: 0;
  }

  #sidebar-second {
    position: static;
  }

  #header {
    z-index: 3;
    top: 44px;
  }

  #main-wrapper {
    margin-left: 200px;
  }

  #content {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  #block-shcustom-bookingmask {
    z-index: 2;
    background-color: #a54b0d;
    background-image: url("booking-mask-bg-middle-size.79b2a4d0.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
  }

  #block-shcustom-bookingmask > .content {
    margin: 0;
  }

  #shcustom-bookingmask-form hr {
    display: none;
  }

  #shcustom-bookingmask-form .booking-widget > div, #shcustom-bookingmask-form .booking-widget > div:last-child {
    width: auto;
  }

  #shcustom-bookingmask-form .booking-widget > div {
    margin-right: 10px;
  }

  #shcustom-bookingmask-form .booking-widget .departure-date {
    margin-left: 17px;
  }

  #shcustom-bookingmask-form .booking-widget .arrival-date .label {
    display: none;
  }

  #shcustom-bookingmask-form .booking-widget .departure-date .label {
    text-indent: -9999px;
    background-position: 0 -70px;
    background-repeat: no-repeat;
    width: 14px;
    height: 13px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    left: -20px;
  }

  .no-svg #shcustom-bookingmask-form .booking-widget .departure-date .label, .no-svg #shcustom-bookingmask-form .booking-widget .adults .label {
    background-image: url("sprite.420f026c.png");
    background-size: 378px 131px;
  }

  .svg #shcustom-bookingmask-form .booking-widget .departure-date .label, .svg #shcustom-bookingmask-form .booking-widget .adults .label {
    background-image: url("sprite.c9fd26e2.svg");
    background-size: 378px 131px;
  }

  #shcustom-bookingmask-form .booking-widget .adults .label {
    text-indent: -9999px;
    background-position: -18px -69px;
    background-repeat: no-repeat;
    width: 18px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: -24px;
  }

  #shcustom-bookingmask-form .booking-widget .adults {
    margin-left: 23px;
  }

  #shcustom-bookingmask-form .booking-widget > div > .mask {
    border-radius: 2px;
    padding: 4px 4px 0 0;
  }

  #shcustom-bookingmask-form .booking-widget > div > div .top, #shcustom-bookingmask-form .booking-widget > div > div .middle {
    text-align: left;
    padding: 0;
    font-size: 1.1em;
    line-height: .8em;
    display: inline;
  }

  #shcustom-bookingmask-form .booking-widget > div > div .top {
    text-align: right;
    width: 32px;
    padding-right: 5px;
    font-size: 10px;
    display: inline-block;
  }

  #shcustom-bookingmask-form .booking-widget > div > div .middle {
    text-align: left;
    width: 21px;
    font-size: 22px;
    display: inline-block;
  }

  .booking-button {
    margin: 0;
  }

  #shcustom-bookingmask-form .booking-widget .arrival-date:hover .mask, #shcustom-bookingmask-form .booking-widget .departure-date:hover .mask, #shcustom-bookingmask-form .booking-widget .adults:hover .mask {
    border-color: #e1d0a5;
  }

  #shcustom-bookingmask-form .booking-widget .datepicker {
    left: 0;
    right: auto;
  }

  #shcustom-bookingmask-form .hasDatepicker > div:before, .number-picker > div:before {
    left: 20px;
    right: auto;
  }

  #shcustom-bookingmask-form .number-picker {
    width: 150%;
    margin-left: -25%;
  }

  #shcustom-bookingmask-form .number-picker > div:before {
    margin-left: -13px;
    left: 50%;
  }

  #shcustom-bookingmask-form .booking-widget > .arrival-date > div .top:after, #shcustom-bookingmask-form .booking-widget > .departure-date > div .top:after {
    content: " ";
  }

  #shcustom-bookingmask-form .booking-widget > div > div .bottom, #shcustom-bookingmask-form .booking-widget > .adults > div .top {
    display: none;
  }

  #shcustom-bookingmask-form .booking-widget > .adults > div .middle {
    text-align: center;
    width: 25px;
    display: inline-block;
  }

  #shcustom-bookingmask-form .more-options {
    float: left;
    margin: 2px 10px;
    position: relative;
  }

  #shcustom-bookingmask-form .more-options-toggle {
    margin: 0;
  }

  #shcustom-bookingmask-form .more-options .content {
    z-index: 10;
    width: 180px;
    margin-left: -90px;
    padding-top: 8px;
    position: absolute;
    top: 100%;
    left: 50%;
  }

  #shcustom-bookingmask-form .more-options .content .inner {
    background: #fff;
    border: 1px solid #fff;
    margin: 0;
    padding: 12px;
    display: block;
    position: relative;
    box-shadow: 1px 1px 4px #00000080;
  }

  #shcustom-bookingmask-form .more-options .content .inner:before {
    content: " ";
    background: url("sprite.420f026c.png") -110px 0 / 378px 131px no-repeat;
    width: 27px;
    height: 12px;
    margin-left: -13px;
    position: absolute;
    top: -12px;
    left: 50%;
  }

  .svg #shcustom-bookingmask-form .more-options .content .inner:before {
    background-image: url("sprite.c9fd26e2.svg");
    background-size: 378px 131px;
  }

  #shcustom-bookingmask-form .more-options label, #shcustom-bookingmask-form .more-options .description {
    color: #4d3817;
  }

  #shcustom-bookingmask-form .reservation-assistance {
    display: none;
  }

  #block-shcustom-bookingmask .content {
    background: none;
    padding-top: 7px;
  }

  #shcustom-bookingmask-form {
    float: right;
    background: none;
  }

  #shcustom-bookingmask-form .booking-widget {
    float: left;
    margin-bottom: 7px;
  }

  #block-shcustom-bookingmask .button-wrap {
    float: left;
  }

  .booking-button .form-submit {
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: .4px;
    outline: 0;
    font-family: Capriola, sans-serif;
  }

  #block-shcustom-bookingmask .content h2.left {
    float: right;
    text-align: right;
    width: 200px;
    margin: 8px 10px 0 0;
    display: block;
  }

  #block-shcustom-bookingmask .content h2.top, .booking-button:after {
    display: none;
  }

  #sidebar-second {
    background: none;
    width: auto;
    margin-left: 250px;
  }

  #sidebar-second .section {
    width: 94%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  #block-shcustom-bookingmask > .top {
    display: none;
  }

  #sidebar-second {
    width: 98%;
    max-width: none;
    margin: 0 auto;
  }

  #sidebar-second .section {
    width: 100%;
  }

  #block-views-nyheter-block {
    z-index: 1;
    background: #c59a54;
    padding: 15px;
    top: auto;
  }

  #block-views-nyheter-block .content {
    background: #e6d8af;
    padding: 4px;
  }

  #block-views-nyheter-block .border-type-1 {
    display: block;
  }

  #block-views-nyheter-block .content .bottom-1, #block-views-nyheter-block .content .bottom-2 {
    display: none;
  }

  #block-views-nyheter-block .flex-news {
    background: none;
    margin: 0;
    padding: 0;
  }

  #block-views-nyheter-block .flex-news .slides li {
    float: none !important;
    opacity: 1 !important;
    margin-right: 0 !important;
    display: block !important;
  }

  #block-views-nyheter-block .flex-news .slides li img {
    float: left;
    width: 42%;
  }

  #block-views-nyheter-block .flex-news h2 {
    float: right;
    color: #0d293d;
    background: none;
    width: 55%;
    font-family: Capriola, sans-serif;
    position: static;
  }

  body:not(.home) #block-views-nyheter-block {
    display: none;
  }
}

@media only screen and (width >= 768px) {
  body:not(.home) #content .main .left-bg {
    background: url("Contentframe_ver.fd30661d.png") repeat-y;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  body:not(.home) #content .main .right-bg {
    background: url("Contentframe_ver.fd30661d.png") right 0 repeat-y;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }

  body:not(.home) #content .main .upper-bg {
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
  }

  body:not(.home) #content .main .upper-left {
    background: url("Contentframe_45corner.72f3ff48.png") no-repeat;
    width: 30px;
    height: 30px;
  }

  body:not(.home) #content .main .upper-middle {
    background: url("Contentframe_hor.4052ec00.png") repeat-x;
    height: 30px;
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
  }

  body:not(.home) #content .main .upper-right {
    background: url("Contentframe_45corner.72f3ff48.png") right 0 no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
  }

  body:not(.home) #content .main .lower-bg {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
  }

  body:not(.home) #content .main .lower-left {
    background: url("Contentframe_45corner.72f3ff48.png") 0 bottom no-repeat;
    height: 30px;
    margin-right: 30px;
  }

  body:not(.home) #content .main .lower-middle {
    background: url("Contentframe_hor.4052ec00.png") 0 bottom repeat-x;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
  }

  body:not(.home) #content .main .lower-right {
    background: url("Contentframe_45corner.72f3ff48.png") 100% 100% no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
  }

  #quick-nav {
    width: 70%;
    max-width: 430px;
    margin: -3% auto 0;
    position: relative;
  }

  #quick-nav .item-list {
    -ms-behavior: url("http://storahotelletumea.se/sites/storahotelletumea.se/themes/storahotellet/backgroundsize.min.htc");
    z-index: 1;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 0;
    margin-left: -4%;
    padding-bottom: 42.9436%;
    position: relative;
  }

  #quick-nav .item-list h3 {
    display: none;
  }

  #quick-nav .quick-nav-bg {
    background: url("rubrikskugga.56f6eda5.png") 50% 0 / contain no-repeat;
    position: absolute;
    inset: -180px -300px -100px;
  }

  .home #content .section, .home #content .section .inner {
    overflow: visible;
  }

  html[lang="sv-SE"].no-svg #quick-nav .item-list {
    background-image: url("quicknav-bg-sv.2fea52a9.png");
  }

  html[lang="sv-SE"].svg #quick-nav .item-list {
    background-image: url("quicknav-bg-sv.68cb9ebf.svg");
  }

  html[lang="en-US"].no-svg #quick-nav .item-list {
    background-image: url("quicknav-bg-en.391dc8df.png");
  }

  html[lang="en-US"].svg #quick-nav .item-list {
    background-image: url("quicknav-bg-en.949e50d3.svg");
  }

  #quick-nav li {
    text-indent: -9999px;
    width: 34%;
    list-style-type: none;
    position: absolute;
    top: 29%;
    left: 33.5%;
  }

  html[lang="en-US"] #quick-nav li {
    width: 32%;
  }

  #quick-nav li a {
    text-indent: -9999px;
    -ms-behavior: url("http://storahotelletumea.se/sites/storahotelletumea.se/themes/storahotellet/backgroundsize.min.htc");
    background-position: 0 97%;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    display: block;
    position: absolute;
  }

  html[lang="en-US"] #quick-nav li a {
    background-position: 0 100%;
    padding-bottom: 71%;
  }

  html[lang="sv-se"] #quick-nav li a {
    background-image: url("quick-nav-links.fd3fd103.png");
  }

  html[lang="en-US"] #quick-nav li a {
    background-image: url("quick-nav-links-en.61a375c0.png");
  }

  html[lang="sv-se"] #quick-nav li a:hover {
    background-image: url("quick-nav-links-hover.1c0a406a.png");
  }

  html[lang="en-US"] #quick-nav li a:hover {
    background-image: url("quick-nav-links-en-hover.bc9979ef.png");
  }

  #quick-nav li.first, html[lang="en-US"] #quick-nav li.first {
    text-indent: -9999px;
    width: 27%;
    list-style-type: none;
    position: absolute;
    top: 27%;
    left: 4.5%;
  }

  #quick-nav li.first a, html[lang="en-US"] #quick-nav li.first a {
    text-indent: -9999px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 70.5%;
    display: block;
    position: absolute;
  }

  html[lang="en-US"] #quick-nav li.first {
    top: 24%;
  }

  #quick-nav li.last {
    text-indent: -9999px;
    width: 29%;
    list-style-type: none;
    position: absolute;
    top: 21%;
    left: 68%;
  }

  html[lang="en-US"] #quick-nav li.last, html[lang="en-US"] #quick-nav li.last {
    width: 29%;
    top: 26%;
    left: 67.5%;
  }

  #quick-nav li.last a, html[lang="en-US"] #quick-nav li.last a {
    text-indent: -9999px;
    background-position: 0 47%;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 93.5%;
    display: block;
    position: absolute;
  }

  .home #content {
    margin-top: 0;
    padding-top: 36px;
  }
}

@media only screen and (width <= 767px) {
  .node-article .page-title, .typeface-olcandida .page-title {
    letter-spacing: 3px;
    font-size: 3em;
  }

  body {
    background: #e8e0ce;
  }

  #footer {
    text-align: center;
    color: #e6d8af;
    z-index: 1;
    background: #0d293d;
    width: 100%;
    margin-top: 3em;
    display: block;
  }

  #block-views-nyheter-block-1 {
    z-index: 0;
  }

  #footer {
    position: relative;
  }

  #footer .section {
    overflow: hidden;
  }

  #footer .upper-bg {
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
  }

  #footer .upper-bg > div {
    background-image: url("narrow-footer-bg.04899650.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 5.97561%;
  }

  .imprint-wrapper {
    display: none;
  }

  .node-rum .blue-print-wrapper {
    width: 100%;
    max-width: none;
    margin-bottom: 7em;
  }

  .node-rum .blue-print-wrapper .symbol-wrapper, .node-rum.layout-right .blue-print-wrapper .symbol-wrapper {
    width: 40%;
    top: 82%;
    left: auto;
    right: -2%;
  }

  .booking-button .form-submit {
    margin-left: 1em;
  }

  .button-wrap--en .booking-button .form-submit {
    margin-left: 0;
  }

  #shcustom-bookingmask-form {
    float: left;
  }

  #shcustom-bookingmask-form .more-options {
    margin: 2px 0;
  }

  #shcustom-bookingmask-form .booking-widget > div:last-child {
    margin-right: 10px;
  }

  #shcustom-bookingmask-form[action="/en"], #shcustom-bookingmask-form[action="/en"] .button-wrap--en.mobile {
    float: none;
  }

  #footer .contact-info {
    overflow: hidden;
  }

  #footer .contact-info span {
    display: block;
  }

  #sidebar-second {
    width: 100%;
    margin-left: 0;
  }

  #sidebar-second .upper {
    display: none;
  }

  #block-shcustom-bookingmask {
    min-height: 39px;
  }

  #page-title, .page-title {
    padding-right: 3%;
    font-size: 3.3em;
  }

  .pre-heading, .is-style-ingress {
    font-size: .75em;
  }

  .home #content .main .inner {
    padding: 0;
  }

  .home #page-title {
    text-indent: 0;
    text-shadow: 0 0 #0000;
    width: 100%;
    margin-top: .5em;
  }

  .home #page-title span, html[lang="en-US"] .home #page-title span {
    color: #12293c;
    text-indent: 0;
    background-image: none;
    height: auto;
    padding: 0;
  }

  #header {
    z-index: 100;
    background: url("textile-pattern-repeat.027e4c83.jpg");
    border-bottom: 1px solid #e1d0a5;
    width: 100%;
    max-width: none;
    height: 50px;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  #block-shcustom-bookingmask {
    z-index: 99;
  }

  .nav-toggle {
    display: block;
  }

  #header .main {
    background: none;
    width: auto;
    position: relative;
    top: 0;
  }

  #header .main .inner {
    background: none;
    position: relative;
  }

  #main-wrapper {
    background: #e8e0ce;
    margin-left: 0;
    padding-top: 88px;
  }

  #content, #content .main, #content .section, #content .main .inner {
    background: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #content .main .upper-bg, #content .main .lower-bg {
    display: none;
  }

  .home #main {
    padding-top: 62%;
  }

  body:not(.home) #background-images {
    display: none;
  }

  #content .main .breadcrumbs {
    color: #7d8485;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: Capriola, sans-serif;
    font-size: .66em;
    display: block;
  }

  #content .main .breadcrumbs a {
    color: #12293c;
    vertical-align: -1px;
    padding: 6px 2px;
  }

  #content .main .breadcrumbs a:first-child {
    padding-left: 0;
  }

  #quick-nav ul {
    background-color: #cbb787;
    border-radius: 9px;
    margin: 0 0 1.5em;
    padding: 3px;
    overflow: hidden;
  }

  #quick-nav .item-list h3 {
    text-align: center;
    text-transform: uppercase;
    color: #e8e0ce;
    background: url("quick-nav-top.923e41da.png") 0 0 / 100% no-repeat;
    width: 272px;
    height: 24px;
    margin: 3em auto 0;
    padding-top: 8px;
    font-family: Capriola, sans-serif;
    font-size: .6em;
    display: block;
  }

  #quick-nav li {
    padding-bottom: 1px;
    list-style-image: none;
    list-style-type: none;
    display: inline;
  }

  #quick-nav li.last {
    padding-bottom: 0;
  }

  #quick-nav li a {
    color: #12293c;
    text-transform: uppercase;
    background-color: #e6d8af;
    margin-bottom: 1px;
    padding: 12px 15px;
    font-family: Capriola, sans-serif;
    font-size: .875em;
    transition: background-color .3s;
    display: block;
    position: relative;
  }

  #quick-nav li a:hover {
    background-color: #decc9a;
    text-decoration: none;
  }

  #quick-nav li a span {
    background: url("sprite.c9fd26e2.svg") -351px -124px / 378px 131px;
    width: 14px;
    height: 24px;
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
  }

  #quick-nav li:first-child a {
    border-radius: 6px 6px 0 0;
  }

  #quick-nav li:first-child a:hover, #quick-nav li:first-child a:focus {
    text-decoration: none;
  }

  #quick-nav li:last-child a {
    border-radius: 0 0 6px 6px;
    margin-bottom: 0;
  }

  #background-images {
    z-index: 1;
    width: 96%;
    height: auto;
    position: absolute;
    top: 110px;
    left: 2%;
    overflow: visible;
  }

  #background-images .flexslider {
    padding-bottom: 60%;
  }

  #background-images .flex-direction-nav a {
    background-position: -81px -40px;
    background-repeat: no-repeat;
    width: 14px;
    height: 24px;
    margin-top: -20px;
    margin-left: 10px;
    top: 50%;
  }

  #background-images .flex-direction-nav .flex-next {
    background-position: -97px -40px;
    margin-left: 0;
    margin-right: 10px;
  }

  .svg #background-images .flex-direction-nav a {
    background-image: url("sprite.c9fd26e2.svg");
    background-size: 378px 131px;
  }

  .no-svg #background-images .flex-direction-nav a {
    background-image: url("sprite.420f026c.png");
    background-size: 378px 131px;
  }

  #background-images .slides {
    height: auto;
    padding-bottom: 60%;
    position: relative;
  }

  #background-images .slides li {
    position: absolute !important;
  }

  #background-images .flex-direction-nav {
    display: block;
  }

  #background-images .gallery-toggle {
    display: none;
  }

  #background-images .flex-control-nav {
    bottom: -34px;
  }

  #content .section {
    width: 100%;
  }

  #site-name {
    float: left;
    width: 123px;
    height: auto;
    margin: 7px 6px;
  }

  #site-name a {
    background-image: url("sh-logo-landscape.88be1229.png");
    width: 100%;
    padding-bottom: 27.6423%;
  }

  .svg #site-name a {
    background-image: url("sh-logo-landscape.64abae5d.svg");
  }

  #header .nav-toggle {
    height: 35px;
    margin: 7px 8px;
    padding-right: 45px;
    position: absolute;
    top: 0;
    right: 0;
  }

  #header .nav-toggle > span {
    color: #e1d0a5;
    margin: 2px 0;
    display: none;
  }

  #header .nav-toggle .hamburger {
    width: 28px;
    height: 35px;
    transition: transform .3s;
    position: absolute;
    top: 0;
    right: 0;
  }

  .nav-open #header .nav-toggle .hamburger {
    transform: rotate(-90deg);
  }

  #header .nav-toggle .hamburger div {
    background-color: #e1d0a5;
    border-radius: 5px;
    height: 4px;
    margin-bottom: 4px;
    display: block;
  }

  #header .nav-toggle .hamburger div:first-child {
    margin-top: 7px;
  }

  #mobile-navigation .nav-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .region-header #navigation, .region-header .social-icons-block {
    clear: both;
    display: none;
  }

  .region-header #block-shcustom-languageswitcher {
    margin: 0;
    position: absolute;
    top: 2px;
    right: 48px;
  }

  #block-shcustom-languageswitcher ul li {
    margin: 0 4px;
  }

  #header .sh-address {
    display: none;
  }

  #logo img {
    width: auto;
    height: 40px;
  }

  #block-shcustom-bookingmask {
    top: 50px;
  }

  #content {
    background: #e8e0ce;
    padding: 2%;
  }

  body:not(.home) #content {
    padding-bottom: 5%;
  }

  #block-shcustom-bookingmask .content h2, #shcustom-bookingmask-form {
    margin-left: 0;
  }

  #block-shcustom-bookingmask .content h2, #block-shcustom-bookingmask hr, #block-shcustom-bookingmask .reservation-assistance, #block-shcustom-bookingmask .content h2.left {
    display: none;
  }

  #block-shcustom-bookingmask .content {
    margin: 0;
    padding: 5px 7px;
  }

  #block-shcustom-bookingmask .button-wrap {
    float: right;
  }

  #shcustom-bookingmask-form {
    padding: 0;
  }

  #shcustom-bookingmask-form .extra-options {
    position: absolute;
  }

  #shcustom-bookingmask-form .booking-widget {
    margin-bottom: 0;
  }

  #shcustom-bookingmask-form .booking-widget .departure-date .datepicker {
    left: -86px !important;
  }

  #shcustom-bookingmask-form .departure-date .hasDatepicker > div:before {
    left: 99px;
  }

  #mobile-navigation {
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    background-color: #e8e0ce;
    background-image: url("mobile-nav-shadow.d0e195bb.png"), url("mobile-nav-bg.9dc0e195.jpg");
    background-position: 0 0;
    background-repeat: repeat-y, repeat;
    background-size: auto;
    background-attachment: scroll;
    background-origin: padding-box;
    background-clip: border-box;
    width: 200px;
    height: 100%;
    transition: all .3s;
    display: block;
    position: fixed;
    top: 0;
    right: -200px;
    overflow-y: auto;
    transform: translate3d(0, 0, 0);
  }

  #mobile-navigation > div {
    padding-left: 5px;
  }

  .nav-open #mobile-navigation {
    transform: translate3d(-200px, 0, 0);
  }

  #page-wrapper {
    z-index: 99;
    width: 100%;
    min-height: 100%;
    position: relative;
    left: 0;
  }

  #content, #header, #block-shcustom-bookingmask, #background-images, #block-views-nyheter-block, #block-views-nyheter-block-1, #footer {
    transition: transform .3s;
  }

  #header, #block-shcustom-bookingmask, #content, #background-images, #block-views-nyheter-block, #block-views-nyheter-block-1, #footer {
    transform: translate3d(0, 0, 0);
  }

  .nav-open #header, .nav-open #block-shcustom-bookingmask, .nav-open #content, .nav-open #background-images, .nav-open #block-views-nyheter-block, .nav-open #block-views-nyheter-block-1, .nav-open #footer {
    transform: translate3d(-200px, 0, 0);
  }

  #mobile-navigation .content {
    width: 90%;
    margin: 20px auto;
    padding: 3%;
    position: relative;
  }

  #mobile-navigation ul {
    letter-spacing: .4px;
    margin: 0;
    padding: 0;
    font-family: Capriola, sans-serif;
  }

  #mobile-navigation ul li {
    text-align: left;
    display: block;
  }

  #mobile-navigation ul li .gallery-toggle {
    display: none;
  }

  #mobile-navigation ul li a {
    text-transform: uppercase;
    color: #12293c;
    padding: 8px;
    display: block;
  }

  #mobile-navigation ul li a:hover {
    color: #a54b0d;
    text-decoration: none;
  }

  #mobile-navigation ul li a:focus {
    text-decoration: none;
  }

  #mobile-navigation ul li ul li {
    border-bottom-width: 0;
  }

  #mobile-navigation ul li ul li a {
    text-transform: none;
    font-family: Alegreya, serif;
    font-style: italic;
  }

  #mobile-navigation ul li ul li.last {
    border-bottom-width: 0;
  }

  .mobile.button-wrap {
    display: block;
  }

  .desktop.button-wrap {
    display: none;
  }
}

@media only screen and (width <= 540px) {
  .node-rum .body, .node-verksamhet .body, .node-rum .details, .node-verksamhet .details {
    float: none;
    width: 100%;
  }

  .node-rum.node-teaser h2 {
    font-family: Capriola, sans-serif;
    font-size: 1.2em;
  }

  .node-rum.node-teaser p {
    top: 1.2em;
  }

  #simple-frontpage-popup-popup {
    padding: 40px 10%;
  }

  #simple-frontpage-popup-popup h2 {
    font-size: 2.5em;
  }
}

@media only screen and (width >= 1024px) and (height <= 800px) {
  #block-shcustom-bookingmask .content h2 {
    display: none;
  }
}

@media screen and (width <= 400px) {
  #block-views-nyheter-block-1 ul li .body h2 {
    font-size: .7em;
  }

  #block-views-nyheter-block-1 ul li .read-more a {
    font-size: .6em;
  }

  #shcustom-bookingmask-form .more-options {
    display: block;
  }

  .node-article .page-title, .typeface-olcandida .page-title {
    letter-spacing: 2px;
    font-size: 2.5em;
  }

  #block-shcustom-bookingmask {
    min-height: 37px;
  }

  #shcustom-bookingmask-form .booking-widget > div > .mask {
    padding-top: 3px;
    padding-right: 2px;
  }

  #shcustom-bookingmask-form .booking-widget > div > div .top {
    width: 28px;
    padding-right: 3px;
    font-size: 9px;
  }

  #shcustom-bookingmask-form .booking-widget > div > div .middle {
    width: 18px;
    font-size: 18px;
  }

  #shcustom-bookingmask-form .booking-widget > .adults > div .middle {
    width: 20px;
  }

  #shcustom-bookingmask-form .booking-widget .departure-date {
    margin-left: 12px;
  }

  #shcustom-bookingmask-form .booking-widget .departure-date .label {
    left: -18px;
  }

  #shcustom-bookingmask-form .booking-widget .adults {
    margin-left: 20px;
  }

  #shcustom-bookingmask-form .booking-widget .adults .label {
    left: -23px;
  }

  #shcustom-bookingmask-form .more-options {
    margin-top: 1px;
  }

  #shcustom-bookingmask-form .booking-button .form-submit {
    margin-left: .7em;
    padding-left: 9px;
    padding-right: 23px;
    font-size: .66em;
  }
}

@media screen and (width <= 346px) {
  #shcustom-bookingmask-form .more-options {
    margin-bottom: 0;
  }

  #shcustom-bookingmask-form .more-options-toggle {
    white-space: nowrap;
    width: 14px;
    padding-top: 6px;
    padding-bottom: 0;
    overflow: hidden;
  }
}

#awards {
  z-index: 1;
  background: url("awards-shadow.7c21d1bb.png") bottom no-repeat;
  min-height: 144px;
  transition: bottom .3s .6s;
  position: absolute;
  bottom: 0;
  left: 200px;
  right: 200px;
}

.gallery-open #awards {
  bottom: -144px;
}

#awards .item-list {
  color: #fff;
  padding: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#awards a {
  color: #fff;
}

#awards ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

#awards ul li {
  vertical-align: middle;
  display: inline-block;
}

#awards ul li + li {
  margin-left: -8px;
}

#awards .boutique-hotel-awards, #awards .tripadvisor-2017, #awards .tripadvisor-2018, #awards .tripadvisor-2021, #awards .tripadvisor-2024 {
  white-space: nowrap;
  text-indent: 101%;
  background-position: center;
  background-repeat: no-repeat;
  height: 90px;
  margin: 0;
  display: block;
  overflow: hidden;
}

#awards .boutique-hotel-awards {
  background-image: url("boutique-hotel-awards.27ff6c0a.png");
  background-size: 90px 90px;
  width: 90px;
}

#awards .tripadvisor-2017, #awards .tripadvisor-2018, #awards .tripadvisor-2021, #awards .tripadvisor-2024 {
  background-size: 88px 90px;
  width: 88px;
}

#awards .tripadvisor-2017 {
  background-image: url("tripadvisor-2017.7db4314e.svg"), url("tripadvisor-shadow.2a305889.png");
}

#awards .tripadvisor-2018 {
  background-image: url("tripadvisor-2018.d6dd050f.svg"), url("tripadvisor-shadow.2a305889.png");
}

#awards .tripadvisor-2021 {
  background-image: url("tripadvisor-2021.c8d448a2.svg"), url("tripadvisor-2021-shadow.0380185a.png");
}

#awards .tripadvisor-2024 {
  background-image: url("tripadvisor-2024-gold.cfa9f4f1.png");
}

#awards .quote {
  color: #e1d0a6;
  text-shadow: 0 1px 4px #000000bf, 0 2px 6px #00000040;
  padding: 6px 10px;
  font-size: 14px;
  transition: color .75s linear;
  display: block;
}

#awards a.quote:hover {
  color: #e8dcbf;
  text-decoration: none;
}

#awards a.quote:active {
  text-decoration: none;
}

#awards .quote .q {
  display: block;
}

#awards .quote .readmore {
  font-style: italic;
  display: block;
}

@media screen and (width >= 768px) and (width <= 880px), (width >= 1024px) and (width <= 1064px) {
  #awards .tripadvisor-2015 {
    display: none;
  }
}

@media screen and (width >= 768px) and (width <= 1023px) {
  #awards {
    right: 20px;
  }
}

@media screen and (height <= 580px) and (width >= 768px) {
  #awards {
    display: none;
  }
}

@media screen and (width <= 767px) {
  #awards {
    background: none;
    min-height: 0;
    margin: 0 0 1em;
    position: static;
  }

  #awards .item-list {
    position: static;
  }

  #awards ul li {
    margin: 0 10px;
  }

  #awards ul li + li {
    margin-left: 10px;
  }

  #awards ul li.first {
    display: block;
  }

  #awards .quote {
    color: #12293c;
    text-shadow: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  #awards a.quote:hover {
    color: #12293c;
  }

  #awards .boutique-hotel-awards {
    background-image: url("boutique-hotel-awards-mobile.928fd20a.png");
    background-size: 74px 80px;
    width: 74px;
    height: 80px;
  }

  #awards .tripadvisor-2017, #awards .tripadvisor-2018, #awards .tripadvisor-2021, #awards .tripadvisor-2024 {
    background-size: 70px 80px;
    width: 70px;
    height: 80px;
  }

  #awards .tripadvisor-2017 {
    background-image: url("tripadvisor-2017-mobile.edbbaed0.svg");
  }

  #awards .tripadvisor-2018 {
    background-image: url("tripadvisor-2018-mobile.1945b2da.svg");
  }

  #awards .tripadvisor-2021 {
    background-image: url("tripadvisor-2021-mobile.ec07dead.svg");
  }

  #awards .tripadvisor-2024 {
    background-image: url("tripadvisor-2024-blue.34e60f33.png");
  }
}

@media screen and (width >= 820px) and (height >= 720px) {
  #awards .boutique-hotel-awards {
    background-image: url("boutique-hotel-awards-large.2c9ef0f4.png");
    background-size: 114px 114px;
    width: 114px;
    height: 114px;
  }

  #awards .tripadvisor-2017, #awards .tripadvisor-2018, #awards .tripadvisor-2021, #awards .tripadvisor-2024 {
    background-size: 111px 114px;
    width: 111px;
    height: 114px;
  }
}

@media print, (-webkit-device-pixel-ratio >= 1.25) and (width >= 768px), (resolution >= 120dpi) and (width >= 768px) {
  #awards .boutique-hotel-awards {
    background-image: url("boutique-hotel-awards_2x.79ccd8c1.png");
  }
}

@media (-webkit-device-pixel-ratio >= 1.25) and (width >= 820px) and (height >= 720px), (resolution >= 120dpi) and (width >= 820px) and (height >= 720px) {
  #awards .boutique-hotel-awards {
    background-image: url("boutique-hotel-awards-large_2x.5d050521.png");
  }
}

@media print {
  * {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

@font-face {
  font-family: Archivo Narrow;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("archivo-narrow-vietnamese-700-normal.05d5bd00.woff2") format("woff2"), url("archivo-narrow-vietnamese-700-normal.e9ee892a.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Archivo Narrow;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("archivo-narrow-latin-ext-700-normal.aeeed223.woff2") format("woff2"), url("archivo-narrow-latin-ext-700-normal.52412bb7.woff") format("woff");
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Archivo Narrow;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("archivo-narrow-latin-700-normal.7154eda5.woff2") format("woff2"), url("archivo-narrow-latin-700-normal.6f661484.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Alegreya;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("alegreya-cyrillic-ext-400-normal.d68f66c7.woff2") format("woff2"), url("alegreya-cyrillic-ext-400-normal.68b83bde.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Alegreya;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("alegreya-cyrillic-400-normal.159f7561.woff2") format("woff2"), url("alegreya-cyrillic-400-normal.9ff8ba4f.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Alegreya;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("alegreya-greek-ext-400-normal.3a06dccd.woff2") format("woff2"), url("alegreya-greek-ext-400-normal.804767b0.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Alegreya;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("alegreya-greek-400-normal.4b883b41.woff2") format("woff2"), url("alegreya-greek-400-normal.de3a3f89.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Alegreya;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("alegreya-vietnamese-400-normal.f0d0204a.woff2") format("woff2"), url("alegreya-vietnamese-400-normal.2c95d94f.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Alegreya;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("alegreya-latin-ext-400-normal.cbfc5c60.woff2") format("woff2"), url("alegreya-latin-ext-400-normal.11075b82.woff") format("woff");
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Alegreya;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("alegreya-latin-400-normal.d23c5ebe.woff2") format("woff2"), url("alegreya-latin-400-normal.a3f244c5.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Alegreya;
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("alegreya-cyrillic-ext-400-italic.d27f9d8a.woff2") format("woff2"), url("alegreya-cyrillic-ext-400-italic.a0e0cc23.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Alegreya;
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("alegreya-cyrillic-400-italic.8058b146.woff2") format("woff2"), url("alegreya-cyrillic-400-italic.b21b2815.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Alegreya;
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("alegreya-greek-ext-400-italic.7ca34abe.woff2") format("woff2"), url("alegreya-greek-ext-400-italic.41a371a9.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Alegreya;
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("alegreya-greek-400-italic.7bbe6b37.woff2") format("woff2"), url("alegreya-greek-400-italic.cb0c01f0.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Alegreya;
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("alegreya-vietnamese-400-italic.b9565c11.woff2") format("woff2"), url("alegreya-vietnamese-400-italic.7a9a5146.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Alegreya;
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("alegreya-latin-ext-400-italic.ff7b7adc.woff2") format("woff2"), url("alegreya-latin-ext-400-italic.d23fe749.woff") format("woff");
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Alegreya;
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("alegreya-latin-400-italic.40a4ed6c.woff2") format("woff2"), url("alegreya-latin-400-italic.a9034d3a.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Alegreya;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("alegreya-cyrillic-ext-700-normal.74aed271.woff2") format("woff2"), url("alegreya-cyrillic-ext-700-normal.5dce806b.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Alegreya;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("alegreya-cyrillic-700-normal.7f955f72.woff2") format("woff2"), url("alegreya-cyrillic-700-normal.92908c91.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Alegreya;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("alegreya-greek-ext-700-normal.45a13974.woff2") format("woff2"), url("alegreya-greek-ext-700-normal.ab279103.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Alegreya;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("alegreya-greek-700-normal.b664902e.woff2") format("woff2"), url("alegreya-greek-700-normal.baad84e8.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Alegreya;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("alegreya-vietnamese-700-normal.fcd8a2e2.woff2") format("woff2"), url("alegreya-vietnamese-700-normal.5c1cb36a.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Alegreya;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("alegreya-latin-ext-700-normal.8e06bb60.woff2") format("woff2"), url("alegreya-latin-ext-700-normal.85c21bb4.woff") format("woff");
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Alegreya;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("alegreya-latin-700-normal.edef1fcb.woff2") format("woff2"), url("alegreya-latin-700-normal.7f0ce0a8.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Capriola;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("capriola-latin-ext-400-normal.bee54042.woff2") format("woff2"), url("capriola-latin-ext-400-normal.f3324a61.woff") format("woff");
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Capriola;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("capriola-latin-400-normal.9499b5db.woff2") format("woff2"), url("capriola-latin-400-normal.1d5f94e8.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  font-family: var(--font-family-body);
  font-weight: 400;
  line-height: 1.5;
}

h1, h2, h3 {
  font-family: var(--font-family-heading);
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 3rem;
  line-height: 1;
}

h3 {
  font-family: var(--font-family-ui-alt);
  font-size: 1.25rem;
  font-weight: 400;
}

p, ul, ol, table, figure, blockquote, dl, h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}

p:not(:last-child), ul:not(:last-child), ol:not(:last-child), table:not(:last-child), figure:not(:last-child), blockquote:not(:last-child), dl:not(:last-child), h1:not(:last-child), .h1:not(:last-child) {
  margin-bottom: var(--paragraph-margin);
}

h2:not(:first-child), .h2:not(:first-child) {
  margin-top: calc(var(--paragraph-margin) * 2);
}

h2:not(:last-child), .h2:not(:last-child) {
  margin-bottom: calc(var(--paragraph-margin) * .5);
}

h3:not(:first-child), .h3:not(:first-child) {
  margin-top: calc(var(--paragraph-margin) * 2);
}

h3:not(:last-child), .h3:not(:last-child) {
  margin-bottom: var(--paragraph-margin);
}

h4:not(:first-child), .h4:not(:first-child) {
  margin-top: calc(var(--paragraph-margin) * 1.5);
}

h4:not(:last-child), .h4:not(:last-child) {
  margin-bottom: calc(var(--paragraph-margin) * .5);
}

* {
  box-sizing: border-box;
}

:before, :after {
  box-sizing: inherit;
}

html {
  background-color: var(--background-color);
  font-size: 20px;
}

body {
  max-width: 100vw;
  margin: 0;
  overflow: hidden auto;
}

a {
  color: inherit;
}

button.as-link {
  color: inherit;
  cursor: pointer;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
}

button.as-link:is(:hover, :focus) {
  text-decoration: underline;
}

.gallery {
  position: relative;
}

.gallery__image img {
  object-fit: contain;
  width: 100%;
  max-height: 80vh;
  display: block;
}

.gallery__dots {
  justify-content: center;
  margin: .6rem 0;
  display: flex;
}

.gallery__dot {
  cursor: pointer;
  z-index: 1;
  background-color: #0000;
  background-image: url("gallery-dot-empty.b21f5045.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: .55rem;
  border: none;
  width: .55rem;
  height: .55rem;
  margin: .2em;
}

.gallery__dot--active {
  background-image: url("gallery-dot-full.452bb649.svg");
}

.gallery__dot:not(:focus-visible) {
  outline: 0;
}

.block-loopon-page {
  margin-top: 1.25em;
}

.block-loopon-page .label {
  text-transform: uppercase;
  font-family: Capriola, sans-serif;
  font-size: 13px;
}

.block-loopon-page .rating-circle {
  text-align: center;
  border: 1px dashed #cec5af;
  border-radius: 99em;
  width: 138px;
  height: 138px;
  display: block;
}

.block-loopon-page .rating-circle .label, .block-loopon-page .rating-circle .stat {
  display: block;
}

.block-loopon-page .rating-circle .label {
  text-transform: uppercase;
  margin-top: 24px;
  font-family: Capriola, sans-serif;
  font-size: 13px;
}

.block-loopon-page .rating-circle .stat {
  letter-spacing: 2px;
  font-family: OLCandida-MediumCond;
  font-size: 76px;
  line-height: .95;
}

.block-loopon-page .star-rating {
  background-color: #cec5af;
  width: 65px;
  height: 12px;
  display: inline-block;
  position: relative;
}

.block-loopon-page .star-rating .star-rating-value {
  display: none;
}

.block-loopon-page .star-rating .star-rating-mask {
  background: url("star-mask.e8d9334d.png") center / 65px 12px no-repeat;
  width: 65px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.block-loopon-page .star-rating .star-rating-fill {
  background-color: #132a3d;
  height: 12px;
  display: block;
}

.block-loopon-page .star-rating.star-rating-large {
  width: 103px;
  height: 18px;
}

.block-loopon-page .star-rating.star-rating-large .star-rating-mask {
  background-image: url("star-mask-large.a9535373.png");
  background-size: 103px 18px;
  width: 103px;
  height: 18px;
}

.block-loopon-page .star-rating.star-rating-large .star-rating-fill {
  background-color: #aa4c0f;
  height: 18px;
}

.block-loopon-page .star-rating.star-rating-small {
  background-color: #bac5ce;
  width: 55px;
  height: 10px;
}

.block-loopon-page .star-rating.star-rating-small .star-rating-mask {
  background-image: url("star-mask-white-small.00c1490d.png");
  background-size: 55px 10px;
  width: 55px;
  height: 10px;
}

.block-loopon-page .star-rating.star-rating-small .star-rating-fill {
  height: 10px;
}

.block-loopon-page .star-rating.star-rating-disabled, .block-loopon-page .star-rating.star-rating-disabled .star-rating-fill {
  background-color: #cec5af;
}

.block-loopon-page .star-rating.star-rating-small.star-rating-disabled, .block-loopon-page .star-rating.star-rating-small.star-rating-disabled .star-rating-fill {
  background-color: #bac5ce;
}

@media only screen and (-webkit-device-pixel-ratio >= 1.3), only screen and (-moz-device-pixel-ratio >= 1.3), only screen and (-o-min-device-pixel-ratio: 1.3), only screen and (resolution >= 125dpi), only screen and (resolution >= 1.3x) {
  .block-loopon-page .star-rating .star-rating-mask {
    background-image: url("star-mask_2x.0b9034db.png");
  }

  .block-loopon-page .star-rating.star-rating-large .star-rating-mask {
    background-image: url("star-mask-large_2x.16edd003.png");
  }

  .block-loopon-page .star-rating.star-rating-small .star-rating-mask {
    background-image: url("star-mask-white-small_2x.d6030687.png");
  }
}

.block-loopon-page .rating-grid {
  text-transform: uppercase;
  font-family: Capriola, sans-serif;
  font-size: 11px;
  line-height: 22px;
}

.block-loopon-page .rating-grid-section {
  position: relative;
}

.block-loopon-page .rating-grid-section:before {
  content: "";
  z-index: 1;
  border-top: 1px solid #cec5af;
  position: absolute;
  top: .8em;
  left: 0;
  right: 0;
}

.block-loopon-page .rating-grid-section:after {
  content: "";
  clear: right;
  display: table;
}

.block-loopon-page .rating-grid-label {
  float: left;
  z-index: 2;
  background-color: #e7e0cd;
  padding-right: 8px;
  position: relative;
}

.block-loopon-page .rating-grid-stars {
  float: right;
  z-index: 2;
  background-color: #e7e0cd;
  padding-left: 8px;
  position: relative;
}

.block-loopon-page .rating-grid-stars .star-rating {
  vertical-align: 0;
}

.block-loopon-page .rating-grid-stars .not-specified {
  color: #bac5ce;
  display: inline;
  position: relative;
  top: -1px;
}

.block-loopon-page .rating-popover {
  color: #132a3d;
  z-index: 100;
  background-color: #fff;
  border-radius: 3px;
  width: 240px;
  padding: 8px 12px;
  position: relative;
  box-shadow: 0 2px 3px #0000000f;
}

.block-loopon-page .rating-popover .rating-grid-label, .block-loopon-page .rating-popover .rating-grid-stars {
  background-color: #fff;
}

.block-loopon-page .rating-popover .rating-grid-section:before {
  border-color: #eef0f3;
  top: .85em;
}

.block-loopon-page .overview {
  max-width: 560px;
  margin: 0 auto;
}

.block-loopon-page .overview:after {
  content: "";
  clear: both;
  display: table;
}

.block-loopon-page .overview .overview-description p {
  margin: 0;
}

.block-loopon-page .overview .overview-rating .rating-circle {
  margin: 0 auto;
}

@media screen and (width <= 399px) {
  .block-loopon-page .overview .overview-details {
    margin: 1em 0;
  }
}

@media screen and (width >= 400px) {
  .block-loopon-page .overview .overview-rating {
    float: left;
    width: 170px;
    margin-right: 3.5%;
  }

  .block-loopon-page .overview .overview-details {
    padding-top: 23px;
    padding-left: 200px;
    display: block;
  }
}

@media screen and (width >= 520px) {
  .block-loopon-page .overview .overview-details {
    padding-right: 24px;
  }
}

.block-loopon-page .reviews:after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (width >= 900px), (width >= 560px) and (width <= 768px) {
  .block-loopon-page .reviews .review-col1, .block-loopon-page .reviews .review-col2 {
    float: left;
    width: 48%;
  }

  .block-loopon-page .reviews .review-col1 {
    margin-right: 4%;
  }
}

.block-loopon-page .reviews .review {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  border-bottom: 1px dashed #cec5af;
  margin: 0;
  padding: 2em 0 1.25em;
}

.block-loopon-page .reviews .review.has-reply {
  border-bottom: 0;
  padding-bottom: .75em;
}

.block-loopon-page .reviews .review p {
  margin: 0 0 .75em;
}

.block-loopon-page .reviews .review-positive, .block-loopon-page .reviews .review-negative {
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 22px;
}

.block-loopon-page .reviews .review-positive {
  background-image: url("thumbs-up.dd5a384f.png");
}

.block-loopon-page .reviews .review-negative {
  background-image: url("thumbs-down.305ebb52.png");
}

@media only screen and (-webkit-device-pixel-ratio >= 1.3), only screen and (-moz-device-pixel-ratio >= 1.3), only screen and (-o-min-device-pixel-ratio: 1.3), only screen and (resolution >= 125dpi), only screen and (resolution >= 1.3x) {
  .block-loopon-page .reviews .review-positive {
    background-image: url("thumbs-up_2x.10b9327a.png");
  }

  .block-loopon-page .reviews .review-negative {
    background-image: url("thumbs-down_2x.3eeeb0f5.png");
  }
}

.block-loopon-page .reviews .review .review-rating {
  margin-bottom: 1em;
}

.block-loopon-page .reviews .review .by-line {
  font-style: italic;
}

.block-loopon-page .reviews .review-rating {
  line-height: 0;
  display: inline-block;
  position: relative;
}

.block-loopon-page .reviews .review-rating .rating-popover {
  display: none;
  position: absolute;
  bottom: 120%;
  left: 0;
}

.block-loopon-page .reviews .review-rating:hover .rating-popover {
  display: block;
}

.no-csscolumns .block-loopon-page .reviews {
  max-width: 600px;
  margin: 0 auto;
}

.block-loopon-page .review-reply {
  border: 1px dashed #cec5af;
}

.block-loopon-page .review-reply .review-reply-expand {
  -webkit-appearance: none;
  appearance: none;
  color: #132a3d;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  width: 100%;
  padding: 10px;
}

.block-loopon-page .review-reply .review-reply-expand:focus {
  outline: 0;
  box-shadow: inset 0 0 0 2px #dfd7c3;
}

.block-loopon-page .review-reply .review-reply-expand:active {
  background: #dfd7c3;
}

.block-loopon-page .review-reply .review-reply-content {
  padding: 0 40px 0 10px;
  position: relative;
}

.block-loopon-page .review-reply .review-reply-content .review-reply-contract {
  -webkit-appearance: none;
  appearance: none;
  text-indent: 200%;
  cursor: pointer;
  background: url("close.88562555.png") center no-repeat;
  border: 0;
  border-radius: 3px;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: -4px;
  right: 10px;
  overflow: hidden;
}

.block-loopon-page .review-reply .review-reply-content .review-reply-contract:focus {
  outline: 0;
}

.block-loopon-page .review-reply .review-reply-content .review-reply-contract:active {
  background-color: #dfd7c3;
}

.block-loopon-page .review-reply .review-reply-content p {
  margin: .66em 0;
}

.js .block-loopon-page .review-reply .review-reply-content, .js .block-loopon-page .review-reply.is-expanded .review-reply-expand {
  display: none;
}

.js .block-loopon-page .review-reply.is-expanded .review-reply-content {
  display: block;
}

.block-loopon-page .pagination {
  border-top: 1px solid #cec5af;
  margin-top: 40px;
  margin-bottom: 10px;
  position: relative;
}

.block-loopon-page .pagination:after {
  content: "";
  clear: both;
  display: table;
}

.block-loopon-page .pagination .pages, .block-loopon-page .pagination .loopon {
  background-color: #e7e0cd;
  line-height: 1;
}

.block-loopon-page .pagination .pages {
  text-align: center;
  max-width: 88px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
}

.block-loopon-page .pagination .back, .block-loopon-page .pagination .forward {
  padding: 2px 6px;
}

.block-loopon-page .pagination .loopon {
  box-sizing: content-box;
  text-indent: 150%;
  background: #e7e0cd url("loopon.a100afab.png") 100% 0 / 61px 22px no-repeat;
  width: 61px;
  height: 22px;
  padding-left: 12px;
  position: absolute;
  top: -12px;
  right: 0;
  overflow: hidden;
}

@media only screen and (-webkit-device-pixel-ratio >= 1.3), only screen and (-moz-device-pixel-ratio >= 1.3), only screen and (-o-min-device-pixel-ratio: 1.3), only screen and (resolution >= 125dpi), only screen and (resolution >= 1.3x) {
  .block-loopon-page .pagination .loopon {
    background-image: url("loopon_2x.3fd732d2.png");
  }
}

.cc-window {
  color: var(--cc-text-color, #000);
  background-color: var(--cc-background-color, #fff);
  position: fixed;
  bottom: 0;
  right: 0;
}

._button_1rlej_1 {
  -webkit-appearance: none;
  appearance: none;
  color: var(--cc-button-color, inherit);
  background-color: var(--cc-button-background, inherit);
  border: var(--cc-button-border, none);
  cursor: pointer;
  padding: var(--cc-button-padding, 8px 15px);
  font-size: inherit;
  white-space: nowrap;
  margin: 0;
  font-family: inherit;
  display: inline-block;
}

._button-primary_1rlej_15 {
  color: var(--cc-button-color--primary, var(--cc-button-color));
  background: var(--cc-button-background--primary, var(--cc-button-background));
}

._button-secondary_1rlej_20 {
  color: var(--cc-button-color--secondary, var(--cc-button-color));
  background: var(--cc-button-background--secondary, var(--cc-button-background));
}

._list_1ocrb_1 {
  gap: var(--cc-list-gap, 20px);
  flex-direction: column;
  padding-left: 0;
  display: flex;
}

._list-item_1ocrb_8 {
  align-items: flex-start;
  gap: var(--cc-list-checkbox-gap, 8px);
  display: flex;
}

._list-title_1ocrb_14, ._list-description_1ocrb_19 {
  margin-top: 0;
  margin-bottom: 0;
}

._list-checkbox_1ocrb_24 {
  margin: .25em 0 0;
}

._box_1rs3p_1 {
  --box-width: var(--cc-box-width, 30rem);
  --box-margin: var(--cc-box-margin, 20px);
  --box-padding: var(--cc-box-padding, 20px);
  --box-z-index: var(--cc-box-z-index, 100);
  --box-background: var(--cc-box-background, #fff);
  --box-box-shadow: var(--cc-box-box-shadow, 0 0 10px #0000001a);
  box-sizing: border-box;
  right: var(--box-margin);
  bottom: var(--box-margin);
  z-index: var(--box-z-index);
  padding: var(--box-padding);
  background: var(--box-background);
  box-shadow: var(--box-box-shadow);
  max-height: calc(100vh - (var(--box-margin) * 2));
  max-width: var(--box-width);
  width: calc(100% - (var(--box-margin) * 2));
  position: fixed;
  overflow-y: auto;
}

._button-set_1it6l_1 {
  gap: var(--cc-button-set-gap, 10px);
  flex-wrap: wrap;
  display: flex;
}

@media (width <= 600px) {
  ._button-set_1it6l_1 {
    flex-direction: column;
  }
}

.cc-box {
  --cc-box-background: var(--background-color);
  --cc-button-color: #12293c;
  --cc-button-background: #e1d0a5;
  --cc-button-color--primary: #e1d0a5;
  --cc-button-background--primary: #12293c;
  accent-color: #12293c;
  border-radius: .1rem;
}

.cc-box h1 {
  margin-bottom: .5rem;
  font-size: 1.25rem;
}

.cc-box p a {
  text-decoration: underline;
}

.cc-button {
  text-transform: uppercase;
  border-radius: 2rem;
  font-family: Capriola, sans-serif;
  font-size: .75em;
}

.cc-message {
  margin-bottom: 1rem;
}

@media (width <= 575px) {
  .cc-box {
    --cc-box-margin: 8px;
    --cc-box-padding: 14px;
  }
}

.newsletter-form {
  flex-wrap: wrap;
  gap: .5rem;
  display: flex;
}

.newsletter-form__input {
  border: 0;
  border-radius: .01rem;
  padding: .3rem;
}

.button {
  color: #e7e0cd;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #12293c;
  border: 0;
  border-radius: 100px;
  padding: .3rem .8rem;
  font-family: Capriola, sans-serif;
  font-size: .6rem;
}

.blend-mode-multiply {
  mix-blend-mode: multiply;
}
/*# sourceMappingURL=styles.css.map */
