/*
 Theme Name:    Dooh 3.2
 Theme URI:     https://webbyrankonsulterna.se/
 Author:        Webbyrån Konsulterna
 Author URI:    https://webbyrankonsulterna.se/
 Description:   Orignianaly wroten by The bootstrap Authors, Twitter, Inc. and modified by Webbyrån Konsulterna
 Version:       3.2
 License:       Copyright @ Webbyrån Konsulterna (https://webbyrankonsulterna.se/)
 Text Domain:   Boka Tavlor
 */

/* ==========================================================================
   Reset
   ========================================================================== */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, textarea, keygen, select, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1; 
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1024px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html[data-useragent*='MSIE 10.0'] .arrow-down:after {
  left: 60px;
}
html[data-useragent*='MSIE 10.0'] .arrow-down {
  bottom: 40px;
}

/* ==========================================================================
   Modal
   ========================================================================== */

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/* ==========================================================================
   Theme
   ========================================================================== */

/**
 * Pallette:
 * #f5f3ee, 
 */

html, body {
  font-family: "Stockholm Type", Arial, Helvetica, sans-serif;
  font-size: 100%;
  background-color: #f5f3ee;
}

a {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 3.8em;
}

h2 {
  font-size: 3.4em;
}

h3 {
  font-size: 3.0em;
}

h4 {
  font-size: 2.6em;
}

h5 {
  font-size: 2.2em;
}

h6 {
  font-size: 1.4em;
}

.navbar-wrapper{
    position: absolute;
    z-index: 1000;
    width: 100%;
    padding: 30px 60px;
}

ul#menu-top-menu{
    text-align: center;
}

li.menu-item{
    display: inline-block;
    padding: 10px 15px;
}

li.menu-item a{
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    opacity: .8;
}
li.menu-item a:before{
  content: '>';
  margin-right: 5px;
}
li.menu-item:hover a{
  opacity: 1;
}

@media (max-width: 1385px) {
  li.menu-item {
      padding: 10px;
  }
  li.menu-item a{
      font-size: 1.0em;
  }
}
@media (max-width: 1170px) {
  ul#menu-top-menu{
    display: none;
  }
}
.navbar-wrapper .logo{

}
.navbar-wrapper .logo img{
    width: 192px;
    height: auto; 
}
.wrapper-overlay-hidden{
  position: relative;
}
.overlay-hidden{
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(7, 6, 6, 0.74);
}
.overlay-hidden .form.form-booking.form-ajax{
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: 12vw;
  background: #fedeed;
  padding: 20px;
  max-width: 700px;
}
.overlay-hidden .form .form-group {
    margin-bottom: 10px;
}
.log-out-wrapper .form.form-booking.form-ajax{
  position: absolute;
  z-index: 1001;
  right: 0;
}
.form .form-group {
  margin-bottom: 30px;
}
.form .form-group.form-group-last{
  margin-bottom: 0;
  color: #282828;
}
#show-group{
  margin-top: 30px;
}
.form .form-group.error#show-group {
    margin-top: 0;
}
.form .form-group.error {
  background: red;
}

.form .control-label {
  display: block;
  color: #c40064;
  font-weight: bold;
  margin-bottom: 10px;
}

.form .form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  border: solid 2px #c40064;
  color: #282828;
}
.form select.form-control {
    border-radius: 0;
    padding: 8px 10px;
}
.form textarea.form-control {
  height: 4em;
}

.form input[type="file"].form-control {
}

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

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

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

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


.form .error *:-moz-input-placeholder {
  color: #c41616;
}

.form .error *::-moz--placeholder {
  color: #c41616;
}

.form .error *::-webkit-input-placeholder {
  color: #c41616;
}

.form .error *:-ms-input-placeholder {
  color: #c41616;
}

.form .message {
  padding: 15px;
}

.form.success .message {
    background-color: #c0e2b6;
    color: #175403;
    margin-bottom: 25px;
}

.form .form-group.error{
  background: inherit;
}
.form .error .form-control{
  background-color: #ffcccc;
}
.form.error .message {
    background-color: #ffcccc;
    margin-bottom: 25px;
    color: #c41616;
}

.btn {
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
}

.btn-primary {
  background-color: #c40064;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.tab-links .tab-link {
  text-decoration: none;
  padding: 7px 20px;
}
.tab-links .tab-link:hover{
  background: #fedeed;
}
.tab-links .tab-link.active {
  background-color: #c40064;
  color: #fff;
}
.tab-panes .tab-pane {
  display: none;
}
.tab-panes .tab-pane.active {
  display: block;
}

.section-calendar-print .tab-links .tab-link.active {
	background-color: #7a0175;
}

.container {
  max-width: 1024px;
}

.section {
  padding: 80px 0px;
}

.section-title {
  text-align: center;
  margin-bottom: 45px;
}

.section-title > * {
  display: inline-block;
  padding-bottom: .2em;
  border-bottom-width: 10px;
  border-bottom-style: solid;
}

.section-light {
  background-color: #f5f3ee;
  color: #c40064;
}
.section-light .section-title > * {
  color: #c40064;
  border-color: #c40064;
}

.section-mild {
  background-color: #fedeed;
  color: #c40064;
}
.section-mild.section-bookings {
  color: #282828;
}
.section-bookings .pull-left{

}
.section-bookings .pull-right{
  margin: 0 15px;
}
.section-bookings .btn{
  padding: 10px 17px;
  width: 4em;
  text-align: center;
}

.section-mild .section-title > * {
  color: #c40064;
  border-color: #c40064;
}

.section-dark {
  background-color: #c40064;
  color: #fff;
}

.section-dark .section-title > * {
  color: #fff!important;
  border-color: #fff!important;
}

.section-dark .control-label {
	color: #fff;
}

.section-dark .form-control {
	border-color: #fff;
}

.section-dark .btn {
	color: #3b3b3b;
	border-color: #fff;
	background-color: #fff;
}

.section-white {
	background-color: #fff;
	color #3b3b3b;
}

.section-white .section-title > * {
	color: #3b3b3b;
	border-color: #3b3b3b;
}

.section-black {
	background-color: #000;
	color: #fff;
}

.section-black .section-title > * {
	color: #fff;
	border-color: #fff;
}

.section-black .control-label {
	color: #fff;
}

.section-black .form-control {
	border-color: #fff;
}

.section-black .btn {
	color: #3b3b3b;
	border-color: #fff;
	background-color: #fff;
}

.section-header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 0px;
  height: 100vh;
  z-index: 200;
  text-align: center;
}

.section-header .video, .section-header .video-img {
  width: 100%;
  height: 100%;
}
.video-img{
  display: none;
}

.section-header .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.section-header .container {
  position: relative;
  height: 100%;
}

.section-header .logo {
  position: absolute;
  top: 60px;
  left: 30px;
  display: block;
  height: 70px;
  text-decoration: none;
}
.section-header-booking .logo {
    position: relative;
    display: block;
    height: 70px;
    text-decoration: none;
}

.section-header .logo img, .section-header-booking .logo img {
  width: auto;
  height: 100%;
  display: block;
}

.section-header .inspiration {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 45px;
  color: #fedeed;
  text-decoration: none;
  z-index: 100;
}
.section-header .inspiration:after, .section-header .har-finns-tavlorna:after {
  content: ">";
  position: relative;
  top: -.3em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 30px;
  float: right;
  text-align: center;
  line-height: 1.25em;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 100%;
  background-color: #fedeed;
  color: #c40064;
  opacity: .9;
}
.section-header .har-finns-tavlorna {
  position: absolute;
  right: 30px;
  bottom: 160px;
  font-size: 45px;
  color: #fedeed;
  text-decoration: none;
  z-index: 100;
}

.section-header .back-home, .section-header-booking .back-home {
    position: absolute;
    left: 30px;
    top: 50%;
    font-size: 45px;
    color: #fedeed;
    text-decoration: none;
    z-index: 100;
}
.section-header .back-home:after, .section-header-booking .back-home:after {
    content: "<";
    position: fixed;
    display: block;
    width: 1.1em;
    height: 1.1em;
    margin-left: 30px;
    text-align: center;
    line-height: .9em;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 100%;
    background-color: #fedeed;
    color: #c40064;
    opacity: .9;
}
.arrow-down{
    font-size: 45px;
    position: absolute;
    bottom: -35px;
    text-decoration: none;
}
.arrow-down:after { 
    content: ">";
    position: relative;
    display: block;
    text-align: center;
    width: 1.5em;
    height: 1.5em;
    left: -.77em;
    line-height: 1.25em;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 100%;
    background-color: #fedeed;
    color: #c40064;
    opacity: .9;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 14px;
}
/*.section-pictogram-bottom .load-more:after {
    content: "v";
    position: relative;
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 30px;
    float: left;
    text-align: center;
    line-height: 1.25em;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 100%;
    background-color: #f5f3ee;
    color: #b50051;
    opacity: .9;
}*/
.back-home i{
    color: #fff;
    top: 50%;
    position: absolute;
    left: 40px;
}

.section-pictogram {
  height: 27vw;
  padding: 0px;
}
.section-pictogram img {
  position: relative;
  top: -31vw;
  width: 100%;
  display: block;
}
.section-pictogram-bottom {
    padding: 0px;
    text-align: center;
}
.section-pictogram-bottom img.pictogram-img{
    position: relative;
    width: 80%;
    display: block;
    bottom: 0;
    margin: 0 auto;
}
.section-pictogram-bottom .load-more {
    font-size: 35px;
    color: #c40064;
    text-decoration: none;
    font-weight: 600;
    z-index: 100;
    position: relative;
    top: 30px;
    line-height: 2;
    display: block;
}
.section-pictogram-bottom .load-more img{
    display: block;
    margin: 0 auto;
}
.section-calendar .legend {
  margin-bottom: 10px;
}

.section-calendar .legend-year {
  font-size: 1.8em;
}

.section-calendar .legend-booking {
  font-weight: bold;
}

.section-calendar .legend-booking img {
  vertical-align: middle;
  padding: 0px 10px;
}

.section-calendar .legend-booking:last-child img {
  padding-right: 0px;
}

.calendar {
  border: solid 4px #c40064;
}

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

.calendar-week {
  width: 14.285714285714285714285714285714%;
  float: left;
  position: relative;
  border: solid 2px #c40064;
  height: 130px;
  box-sizing: border-box;
}

.calendar-week-label {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #c40064;
  font-size: 30px;
}

.calendar-week.booked-0_0,
.calendar-week.booked-0_1,
.calendar-week.booked-0_2,
.calendar-week.booked-1_0,
.calendar-week.booked-1_1,
.calendar-week.booked-1_2,
.calendar-week.booked-2_0,
.calendar-week.booked-2_1,
.calendar-week.booked-2_2 {
  background-size: 100% 100%;
}
.calendar-week.booked-2_0 .calendar-week-label,
.calendar-week.booked-2_1 .calendar-week-label,
.calendar-week.booked-2_2 .calendar-week-label {
  color: #fff;
}
.calendar-week.booked-0_2 .calendar-week-label {
  color: #000;
}
.calendar-week.booked-0_0 {
}
.calendar-week.booked-0_1 {
  background-image: url(assets/img/booked-0_1.png);
}
.calendar-week.booked-0_2 {
  background-image: url(assets/img/booked-0_2.png);
}
.calendar-week.booked-1_0 {
  background-image: url(assets/img/booked-1_0.png);
}
.calendar-week.booked-1_1 {
  background-image: url(assets/img/booked-1_1.png);
}
.calendar-week.booked-1_2 {
  background-image: url(assets/img/booked-1_1.png);
}
.calendar-week.booked-2_0 {
  background-image: url(assets/img/booked-2_0.png);
}
.calendar-week.booked-2_1 {
  background-image: url(assets/img/booked-2_0.png);
}
.calendar-week.booked-2_2 {
  background-image: url(assets/img/booked-2_0.png);
}

.section-calendar-print,
.section-calendar-print .section-title > * {
	color: #7a0175;
	border-color: #7a0175;
}
.section-calendar-print .calendar {
	border-color: #7a0175;
}
.section-calendar-print .calendar-week {
	border-color: #7a0175;
}
.section-calendar-print .calendar-week-label {
	color: #7a0175;
}
.section-calendar-print .calendar-week.booked-1_0 {
  background-image: url(assets/img/print-booked-1_0.png);
}
.section-calendar-print .calendar-week.booked-2_0, .section-calendar-print .calendar-week.booked-2_2 {
  background-image: url(assets/img/print-booked-2_0.png);
}
.section-calendar-print .calendar-week.booked-0_2 {
  background-image: url(assets/img/print-booked-0_2.png);
}

#k-map-0 {
	width: 100%;
	height: 1000px;
	height: 100vh;
}
.google-map {
	position: relative;
}
.google-map-legend {
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 15px 30px;
	background-color: #000;
	color: #fff;
}
.google-map-legend div {
	margin-bottom: 10px;
}
.google-map-legend div:last-child {
	margin-bottom: 0px;
}
.google-map-legend img {
	vertical-align: middle;
	padding-right: 10px;
}

.section-upload.section-upload-print {
	background-color: #7a0175;
}
.section-upload p {
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 45px;
}

.section-info {
  text-align: center;
}

.section-info h6{
  margin-bottom: 30px;
  font-weight: normal;
}

.cancel-booking h6{
  margin-top: 40px;
  font-weight: normal;
  line-height: 1.3;
  color: #232323;
}

.section-info a {
  font-weight: bold;
  text-decoration: none;
}

.section-info img {
  vertical-align: middle;
  margin-right: 15px;
}

.section-contact {
  text-align: center;
}

.section-contact h6 {
  margin-bottom: 30px;
  font-weight: normal;
}

.section-contact a {
  font-weight: bold;
  text-decoration: none;
}

.section-contact a img {
  vertical-align: middle;
}

.booking-field {
	margin-bottom: 30px;
}
.booking-field-material {
	margin-top: 30px;
	margin-bottom: 0px;
}
.booking-field-material img,
.booking-field-material video {
	width: 100%;
	height: auto;
}
.booking-field-material .material-info {
	margin-bottom: 30px;
}
.booking-field-material .material-info strong {
	font-weight: bold;
}
.booking-field-material .form-material .form-group {
	margin-bottom: 15px;
}

.form .btn {
  margin-left: 30px;
}
.form div.btn {
    margin-left: 0;
}
.form .form-group.error span{
    background-color: #ffcccc;
    color: #c41616;
    padding: 2px 5px 5px 5px;
}
.form .form-group.form-group-last.error{
    margin-bottom: 30px;
}
.section-bookings .booking {
  margin-bottom: 60px;
}

.section-bookings .booking h4,
.section-bookings .booking h6 {
    font-weight: normal;
    margin-bottom: 15px;
    /* word-break: break-all; */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    /* hyphens: auto; */
    overflow-x: hidden;
    word-wrap: break-word;
    padding: 10px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.list-header,
.list-item {
  padding: 15px 0px;
}

.list-item {
  position: relative;
  border-top-style: solid;
  border-top-width: 1px;
}

.list-item-label {
  position: absolute;
  top: -1.5em;
  left: -30px;
  width: 3em;
  height: 3em;
  text-align: center;
  line-height: 3em;
  font-size: .75em;
  border-radius: 100%;
}

.section-mild .list-item {
  border-color: #c40064;
}

.section-mild .list-item-label {
  background-color: #c40064;
  color: #fff;
}
.all-bookings{
  font-size: 1.4em;
  padding: 6px 15px;
}
.text-faded {
    opacity: .4;
}
.list-header .all-bookings{
  color: #c40064;
  font-size: 1.4em;
}
.section-bookings-print .section-title > * {
	color: #78176f;
	border-color: #78176f;
}
.section-bookings-print .list-item {
	border-color: #78176f;
}
.section-bookings-print .list-item-label {
	background-color: #78176f;
}
.section-bookings-print .list-item .btn-primary {
	background-color: #78176f;
}
.section-bookings-print .list-header .all-bookings {
	color: #78176f;
}
.section-header-booking{
  padding: 60px 60px 0;
  margin-bottom: -30px;
}

.section-header-booking-print.section-dark {
	background-color: #78176f;
}
.section-header-booking-print.section-mild {
	background-color: #fdddeb;
}
.section-bookings-print.section-dark {
	background-color: #78176f;
}
.section-bookings-print.section-mild {
	background-color: #fdddeb;
}

.section-booking-print {
	color: #78176f;
}
.section-booking-print .section-title > * {
	color: #78176f;
	border-color: #78176f;
}
.section-booking-print .form .control-label {
	color: #78176f;
}
.section-booking-print .form .form-control {
	border-color: #78176f;
}
.section-booking-print .form .btn {
	background-color: #78176f;
}

@media screen and (min-width: 767px) {
  .col-sm-1_7 {
    float: left;
    width: 14.285714285714285714285714285714%;
  }

  .section-header .logo {
    left: 60px;
  }

  .section-header .inspiration, .section-header .har-finns-tavlorna {
    right: 60px;
  }
}


/*--- 5 may 2017 ---*/
.graphic-video video, .graphic-image > img, .section-header-inspiration > img, .section-header-inspiration video {
  width: 100%;
  height: auto;
}
.section-header-inspiration{
  padding: 0;
}
.section-header-title{
  padding: 0;
}
.section-header-title{
  margin-bottom: -80px;
}
.section-header-title .box {
    position: relative;
    top: -80px;
    width: 100%;
    display: block;
    z-index: 300;
}
.box-wrapper{
  width: 55%;
  float: right;
  margin-right: -60px;
  position: relative;
}
.box-wrapper .box{
  position: absolute;
  bottom: -60px;
  display: block;
}
.box{
  background: #c40064;
  color: #fff;
  padding: 25px;
}
.box-title{
  margin-bottom: 10px;
}
.box-title img, .box-title h4{
  display: inline-block;
  vertical-align: middle;
}
.box-title h4{
  font-size: 27px;
  line-height: 40px;
  margin-left: 10px;
}
.box-content p{
  line-height: 1.4;
}
.section-graphic{

}
@media (max-width: 1190px){
  .section-header .back-home, .section-header-bookinh .back-home {
    left: 10px;
  }
}
@media (max-width: 1090px){
  .section-header .back-home:after, .section-header-booking .back-home:after  {
    margin-left: 0;
  }
  .section-header .back-home, .section-header-booking .back-home {
    left: 10px;
  }
}
@media (max-width: 1024px){
  h4 {
    font-size: 1.9em;
  }
  .section-header .back-home:after, .section-header-booking .back-home:after {
    position: inherit;
  }
}
@media (max-width: 768px){
  .section-header .inspiration, .section-header .har-finns-tavlorna {
    font-size: 40px;
  }
  .calendar-week {
    width: 25%;
    height: 90px;
  }
}
@media (max-width: 414px){
  .section.section-calendar {
      padding: 40px 0px;
  }
  h2 {
      font-size: 1.9em;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-header, .section-pictogram{
    padding: 0;
  }
  .section-header .logo {
    top: 20px;
    left: 20px;
    height: 60px;
  }
  .section-header .inspiration {
    font-size: 30px;
    bottom: 50px;
    right: 10px;
  }
  .section-header .har-finns-tavlorna {
    font-size: 30px;
    bottom: 120px;
    right: 10px;
  }
  .section-header .inspiration:after, .section-header .har-finns-tavlorna:after{
    margin-left: 10px;
    font-size: 1.1em;
  }
  .section-title > * {
    border-bottom-width: 5px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-calendar .legend-booking img, .section-calendar .legend-booking:last-child img {
    max-width: 30px;
    height: auto;
    padding: 0px 5px;
  }
  .section-calendar .legend {
    margin-bottom: 10px;
    text-align: center;
  }
  .section-calendar .legend-booking {
    line-height: 3.5;
  }
  .section-calendar .legend-year {
    font-size: 1.5em;
    line-height: 1.2;
  }
  .section-calendar .legend .pull-left, .section-calendar .legend .pull-right{
    float: none;
  }
  .calendar {
    border: solid 2px #c40064;
  }
  .calendar-week-label {
    top: 10px;
    left: 10px;
    font-size: 22px;
  }
  .section-info a {
    font-size: 1.1em;
  }
  .section-info img{
    max-width: 20px;
    height: auto;
    margin-right: 5px;
  }
  .section-info h6 {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .section-info .section-title{
    margin-bottom: 0;
  }
  


  .list-item-label{
    left: -10px;
  }
  .section-bookings .booking {
      margin-bottom: 0;
  }
  .section-dark.section-bookings{
    padding: 60px 0px 35px;
  }
  .section-bookings .container > .booking {
    margin-bottom: 25px;
  }
  .section-bookings .booking h4{
    margin-bottom: 20px; 
  }
  .section-bookings .booking h6{
    font-size: 1.3em;
    margin-bottom: 7px;
    margin-top: 3px;
  }
  .section-header-booking {
    padding: 30px 30px 0;
  }
  .all-bookings {
    font-size: 1.3em;
    padding: 2px 15px;
    line-height: 1.1;
  }
  .list .btn{
    padding: 10px 20px;
  }
  .list-item .row{
    padding: 9px 0;
  }
  .list-header, .list-item {
    padding: 22px 0px;
  }
  .list-header .all-bookings{
    display: none;
  }
  .form.form-booking .btn {
    margin-left: 5px;
  }
  .form-booking .btn.pull-right {
    float: none;
  }
  


  .section-header-title {
    margin-bottom: -45px;
  }
  .section-header-title .box {
    top: -70px;
  }
  .box-wrapper {
    width: 100%;
    float: none;
    margin-right: 0;
    position: relative;
    top: -3px;
  }
  .box-wrapper .box {
    position: inherit;
    display: block;
    bottom: 0;
  }
  .box-title {
    margin-bottom: 5px;
  }
  .box-title img{
    max-width: 40px;
  }
  .box-title h4 {
    font-size: 23px;
    line-height: 35px;
    margin-left: 5px;
  }
  .section-graphic {
    padding: 20px 0;
  }
  .section-header .back-home, .section-header-booking .back-home {
    font-size: 40px;
  }
  .arrow-down {
    font-size: 33px;
    bottom: -27px;
  }
}

.table-price table{
    width: 330px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 35px;
}
.table-price table.no-b-margin {
  margin-bottom: unset;
}
.table-price table th, .table-price table td{
  padding: 3px;
}
.table-price table th{
  font-weight: bold;
}
p.under-table {
    margin-bottom: 35px;
    text-align: center;
    font-weight: bold;
}
#boka-dooh.section-title{
  margin-bottom: 20px;
}

@media screen and (max-width: 1170px){
  .video{
    display:none;
  }
  .video-img{
    display: block;
    background: url(http://doohstockholm.se/wp-content/uploads/2017/09/video-img-big.jpg) no-repeat center center scroll; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media screen and (max-width: 768px){
  .video-img{
    display: block;
    background: url(http://doohstockholm.se/wp-content/uploads/2017/09/video-img.jpg) no-repeat center center scroll; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.wk-bt-overlay:before {
  background-color: rgba(122,1,117,0.7);
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
}
.section-header .arrow-down {
  bottom: 30px!important;
}
.section-header .arrow-down-text {
  /* position: absolute; */
  /* right: 30px; */
  bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #fedeed;
  text-decoration: none;
  z-index: 100;
  margin-left: -102px;
}

.wk-bt-bg {
  background: url("assets/img/pictogram.png")no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 760px;
  height: 100vh;
}
.transparent-white {
  background: transparent;
  color: #fff;
}
.transparent-white p {
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}
.wk-bt-container{
  position: relative;
}
.wk-bt-middle{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-left ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.align-left ol li {
  counter-increment: my-awesome-counter;
  font-size: 18px;
  line-height: 23px;
  list-style: none;
  padding-left: 80px;
  margin: 0 0 1.5rem 0;
  position: relative;
}
.align-left ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  --size: 22px;
  left: calc(1 * var(--size) - 1px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  text-align: center;
}
.align-left p {
  font-size: 18px;
  line-height: 23px;
  list-style: none;
  text-align: center;
  margin: 0 0 1.5rem 0;
}
.align-left a, #information a {
  text-decoration: underline;
}
.arrow-right-info:after {
  content: ">";
  position: relative;
  top: -.3em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 30px;
  float: right;
  text-align: center;
  line-height: 1.25em;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 100%;
  background-color: #c40064;
  color: #fedeed;
  opacity: .9;
}
div#information a {
    border: none!important;
}
.before-booking-form {
  margin-bottom: 1em;
}
.before-booking-form h6 {
  height: 1.2em;
}
.before-booking-form p {
  font-size: 18px;
  line-height: 23px;
}
/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #f5f3ee;
  color: #282828;
  text-align: center;
  border-radius: 6px;
  padding: 0.4em 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  font-weight: 300;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #f5f3ee transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.fa.fa-question-circle {
  font-size: 1.5em;
  margin-left: 0.2em;
}
.fa.fa-question-circle {
  font-size: 1.5em;
  margin-left: 0.2em;
}
/* V 2.3 */
.section-header-booking .logo {
		display:none !important;
}
/* V 3.1 */
.page-template-booking .form select.form-control {
  padding: 5px 10px 8px;
}
.d-none {
  display: none!important;
}
