/*-----------Normalize file-----------*/
/*
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Bangers);
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Universal */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  list-style-type: none;
  text-decoration: none; }

img {
  width: 100%;
  height: auto; }

a:hover {
  cursor: pointer; }

.sticky {
  position: sticky;
  top: 0;
  z-index: 2; }

.fixed {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0; }

/* Containers */
.header, .menu, .bread {
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 768px) {
    .header, .menu, .bread {
      padding-left: 15px;
      padding-right: 15px; } }

@media (max-width: 768px) {
  .navbar-form {
    margin-top: 0;
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    margin-top: 8px;
    margin-bottom: 8px; } }

.no-padding-left {
  padding-left: 0; }

.img-full-width {
  padding: 0; }

.panel-footer-no-padding {
  padding: 0; }

.btn-full-width {
  width: 100%; }

.panel-default {
  border-radius: 0; }
  .panel-default .panel-heading {
    border-radius: 0; }

header .row {
  margin-left: 0px;
  margin-right: 0px; }
  header .row h3 {
    font-family: 'Bangers', Arial, Helvetica, sans-serif;
    color: #FF69B4; }
  header .row .banner:hover {
    text-decoration: none; }
  header .row h5 .phone {
    color: #db896c;
    font-weight: 600; }
  header .row .social-media {
    font-size: 20px;
    margin-left: 1em;
    cursor: pointer; }
  header .row .social-mobile {
    margin-top: 10px;
    margin-bottom: 15px; }
  header .row .social-desktop {
    margin-top: 20px; }
  header .row .icon2 {
    color: #dd4b39; }
    header .row .icon2:hover {
      color: #c51306; }
  header .row .icon3 {
    color: #1dcaff; }
    header .row .icon3:hover {
      color: #00afe4; }

header .navbar {
  border-bottom: 3px solid #FF69B4;
  border-radius: 0;
  margin-bottom: 0; }
  header .navbar li {
    font-size: 15px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #fff; }
    header .navbar li a {
      color: black; }
      header .navbar li a:visited {
        color: black; }
  header .navbar .specific {
    border-right: 1px solid #e0e0e0; }
  header h2 { font-size: 23px; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: white;
  background-color: #FF69B4; }

main {
  padding-bottom: 2em; }
  main #myCarousel {
    overflow: hidden; }
    main #myCarousel .carousel-inner .image-carousel {
      max-height: 150px; }

main .daraz {
  color: #7c7a7a; }
  main .daraz a {
    color: black;
    text-decoration: underline; }
    main .daraz a:hover {
      color: #ec7551; }
    main .daraz a:visted {
      color: black; }

main .heading {
  color: #ec7551;
  font-weight: bold;
  margin-bottom: 1em; }

main .heading-mobile h1, main .heading-mobile .h1, main .heading-mobile h2, main .heading-mobile .h2, main .heading-mobile h3, main .heading-mobile .h3{
margin-top: 5px;
}

main .heading-mobile {
  color: #ec7551;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.5em; }

main .sub-heading {
  color: #00afe4;
  font-weight: bold; }

main .sub-sub-heading {
  font-weight: bold; }

main .border-bottom {
  border-bottom: 1px dashed #CCC;
  padding-bottom: 0px; }

main .checkbox .svg-inline--fa.fa-w-16 {
  width: 2em; }

main .checkbox .checkboxes {
  color: #FF69B4; }

main .tickets {
  border-radius: 0; }
  main .tickets .ticket-card {
    background: pink; }
  main .tickets .ticket-price {
    color: black;
    font-weight: 500; }
    main .tickets .ticket-price h3 {
      margin-top: 0; }

main .flex-container {
  display: flex;
  justify-content: center;
  padding: 0;
  border-top: none; }
  main .flex-container a, main .flex-container select {
    width: 100%;
    -webkit-border-radius: 0px;
    padding: 1em; }

main .cards-container {
  margin-top: 1.5em; }
  main .cards-container .float-left {
    float: left; }
  main .cards-container .float-right {
    float: right; }
  main .cards-container .cards {
    padding: 1.0em; }
  main .cards-container .panel-default {
    border-radius: 0; }
  main .cards-container .panel-title > a {
    color: #00afe4; }
    main .cards-container .panel-title > a:hover {
      text-decoration: none;
      color: #018cb3; }
    main .cards-container .panel-title > a:visited {
      color: #00495e; }
  main .cards-container .border {
    border-top: 1px solid #EEE; }
    main .cards-container .border .span4 {
      padding: 1em; }
  main .cards-container .btn {
    border-radius: 0; }
  main .cards-container .reset-border {
    border: none; }

#third .kort {
  padding-left: 0;
  padding-right: 0; }

#third .images {
  min-height: 400px;
  max-height: 400px; }

#third .other-info {
  color: white;
  padding: 6em; }

#third .other-info {
  color: white;
  padding: 6em; }

@media (max-width: 1307px) {
  #third .other-info {
    color: white;
    padding: 4em; } }

@media (max-width: 1069px) {
  #third .other-info {
    color: white;
    padding: 2em; } }

#third .other-info h1 {
  font-size: 80px;
  line-height: 60px; }

@media (max-width: 503px) {
  #third .other-info h1 {
    font-size: 50px; } }

#third .other-info h1 ~ h1 {
  color: #c19b76;
  margin-bottom: 0.3em; }

#third .other-info p {
  color: #878788; }

#third .card {
  background-color: white;
  position: relative;
  margin-bottom: 2em;
  margin-top: 2em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none; }

#third .card-img {
  position: relative; }

.price {
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 1.5em;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
  color: whitesmoke;
  border-bottom-left-radius: 2px; }

#third .card .title {
  text-align: center; }

.info {
  min-height: 200px;
  margin-bottom: 4em; }

.info p {
  padding: 5px; }

.info .info-metrics {
  position: absolute;
  width: 100%;
  bottom: 40px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  border-top: 1px solid #d6d6d6;
  padding: 7px;
  background-color: #f9f9f9;
  color: #5a5a5a; }

#third footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 50px;
  max-height: 50px;
  background: linear-gradient(to right, #bc4e9c, #f80759);
  text-align: center;
  line-height: 50px; }

#third footer a {
  color: white;
  text-transform: uppercase;
  font-size: 15pt; }

.tables {
  padding-bottom: 5%; }
  @media (max-width: 767px) {
    .tables {
      padding-bottom: 10%; } }
  .tables .left {
    text-align: left; }
  .tables .right {
    text-align: right; }
  .tables td > a {
    color: black; }
  .tables .button {
    border-radius: 3px;
    padding: 2px; }

.images {
  margin-bottom: 1em; }

select {
  font-family: Lato, Arial; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  font-family: Lato, Arial;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: auto; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #dd4b39;
  padding: 10px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px; }

.select-styled:hover {
  background-color: #b83729; }

.select-styled:active, .select-styled.active {
  background-color: #ab3326; }

.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent; }

.select-options {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ab3326; }
  @media (max-width: 992px) {
    .select-options {
      bottom: 100%; } }
  @media (min-width: 992px) {
    .select-options {
      top: 100%; } }

.select-options li {
  margin: 0;
  padding: 5px 0;
  text-indent: 15px;
  border-top: 1px solid #962d22;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in; }

.select-options li:hover {
  color: #c0392b;
  background: #fff; }

.select-options li[rel="hide"] {
  display: none; }

.cookie-box {
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 1rem 2rem;
  background: #fff;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
  .cookie-box--hide {
    opacity: 0;
    bottom: -100%; }

.cookie-button {
  display: inline-block;
  cursor: pointer;
  padding: 0.65rem 0.85rem;
  margin-top: 1em;
  margin-left: 0.45rem;
  color: #fff;
  letter-spacing: 1px;
  background: linear-gradient(to right, #bc4e9c, #f80759); }

.footer-ds {
  background: linear-gradient(to right, #bc4e9c, #f80759);
  padding: 60px 40px;
  color: white;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 6px; }
  .footer-ds .footer-brand, .footer-ds .footer-nav, .footer-ds .footer-social, .footer-ds .footer-ns {
    padding: 10px 25px; }
  .footer-ds .icons {
    font-size: 2em; }
    .footer-ds .icons .icon1 {
      color: #3b5998; }
    .footer-ds .icons .icon2 {
      color: #1dcaff; }
    .footer-ds .icons .icon3 {
      color: brown; }
    .footer-ds .icons .icon4 {
      color: #b45454; }
    .footer-ds .icons .icon5 {
      color: red; }
    .footer-ds .icons .icon6 {
      color: #f75959; }
  .footer-ds .footer-nav, .footer-ds .footer-social, .footer-ds .footer-ns {
    border-color: transparent; }
  .footer-ds .footer-brand h2 {
    margin: 0px 0px 10px;
    font-family: 'Bangers', Arial, Helvetica, sans-serif;
    color: white; }
  .footer-ds .footer-brand p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7); }
  .footer-ds .footer-nav ul.pages {
    list-style: none;
    padding: 0px; }
    .footer-ds .footer-nav ul.pages li {
      padding: 5px 0px; }
    .footer-ds .footer-nav ul.pages a {
      color: white;
      font-weight: bold;
      text-transform: uppercase; }
      .footer-ds .footer-nav ul.pages a:hover {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none; }
  .footer-ds .footer-nav h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px; }
  .footer-ds .footer-nav ul.list {
    list-style: none;
    padding: 0px; }
    .footer-ds .footer-nav ul.list li {
      padding: 5px 0px; }
    .footer-ds .footer-nav ul.list a {
      color: rgba(255, 255, 255, 0.8); }
      .footer-ds .footer-nav ul.list a:hover {
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none; }
  .footer-ds .footer-social ul {
    list-style: none;
    padding: 0px; }
  .footer-ds .footer-social h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .footer-ds .footer-social li {
    padding: 5px 4px; }
  .footer-ds .footer-social a {
    color: white; }
    .footer-ds .footer-social a:hover {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none; }
  .footer-ds .footer-ns h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px; }
  .footer-ds .footer-ns p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7); }

@media (min-width: 768px) {
  .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
    border-left: solid 1px rgba(255, 255, 255, 0.1); } }

.footer-ds {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(left, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(left, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(left, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to right, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
  color: black; }
  .footer-ds .footer-nav ul.pages a {
    color: black; }
    .footer-ds .footer-nav ul.pages a:hover {
      color: black; }
  .footer-ds .footer-nav ul.list a {
    color: black; }
    .footer-ds .footer-nav ul.list a:hover {
      color: black; }
  .footer-ds .footer-brand h2 {
    color: black; }
  .footer-ds .footer-social a {
    color: black; }
    .footer-ds .footer-social a:hover {
      color: black;
      text-decoration: none; }
