@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
html {
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
}

@media (max-width: 880px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(30%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #ededed 0%, rgba(255, 255, 255, 0) 30%);
}

h1 {
  line-height: 60px;
  font-size: 60px;
  margin: 0;
}

@media (max-width: 880px) {
  h1 {
    font-size: 9vw;
    line-height: 11vw;
  }
}

h1, h2, p {
  color: #4a4a4a;
}

.hero h1 {
  width: unset;
}

footer h1, footer p, .region-websites h1, .region-websites p, .hero h1, .hero p {
  color: white;
}

.container {
  min-height: calc(100vh - 290px);
}

.hideLoad {
  display: none;
}

.loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
}

.loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 32px;
  margin-left: -16px;
}

.top-image-post img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #113012;
  z-index: 5;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  height: 60px;
}

.header .desktop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .mobile-menu, .header .burger {
  display: none;
}

@media (max-width: 1240px) {
  .header .burger {
    display: block;
    font-size: 30px;
    position: relative;
    z-index: 9;
  }
  .header .mobile-menu {
    position: absolute;
    width: 100%;
    margin: 0;
    background: #113012;
    height: 100vh;
    top: 0;
    font-size: 1.3em;
    display: block;
    padding-top: 40px;
  }
  .header .mobile-menu .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .mobile-menu .menu > a {
    width: 100%;
    display: block;
    margin: 0;
    text-align: left;
    padding: 20px 10px;
    font-size: 1.3em;
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.3);
            box-shadow: 0 1px 0px rgba(255, 255, 255, 0.3);
  }
  .header .mobile-menu .lang {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .header .desktop-menu {
    display: none;
  }
}

.header .menu {
  width: 100%;
  margin: 0;
  font-size: 0.8em;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
  margin-right: 30px;
}

.header .menu a {
  color: white;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 20px;
  margin-left: 20px;
}

.header .menu a:hover {
  color: #009fff;
}

.header > div {
  margin: 0 5vw;
}

.header .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .lang > div {
  margin: 0 5px;
  font-weight: 900;
  cursor: pointer;
}

.header .lang .active {
  cursor: unset;
  color: #009fff;
}

.header .logo {
  display: inline-block;
  cursor: pointer;
}

.header .logo img {
  height: 35px;
}

.header .top {
  width: 100%;
  font-size: 40px;
  position: fixed;
  background-color: white;
  z-index: 6;
  top: 0;
}

.header .top a {
  padding: 0 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #113012;
  display: inline-block;
}

.header .top a p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 14px;
  display: inline-block;
  vertical-align: middle;
}

.header .top a i {
  vertical-align: middle;
  display: inline-block;
}

.header .top .disabled {
  opacity: 0.1;
  pointer-events: none;
}

.footer {
  background-color: #113012;
  color: white;
  padding: 40px 20px;
  min-height: 160px;
}

.footer > div {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 880px) {
  .footer > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer > div > div {
  margin: 20px 0;
}

.footer > div > div > p {
  font-weight: 600;
}

.footer > div > div p {
  margin: 4px;
}

.footer > div > div .vegleiding a {
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.footer > div > div .follow {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.footer > div > div .follow i {
  color: white;
  font-size: 32px;
}

.section {
  max-width: 1200px;
  margin: auto;
}

.section .text p {
  font-size: 20px;
}

@media (max-width: 880px) {
  .section .text p {
    font-size: 3.5vw;
  }
}

.home {
  margin-top: -126px;
}

.home hr {
  width: 80%;
  margin: 40px auto;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.home .hero {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 600px;
  background: url("/assets/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 880px) {
  .home .hero {
    margin-top: calc(-10vh - 70px);
    height: 50vh;
  }
}

.home .hero .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 90%;
}

.home .hero .text h1 {
  font-size: 68px;
}

.home .hero .text p {
  font-size: 30px;
}

@media (max-width: 880px) {
  .home .hero .text h1 {
    font-size: 42px;
  }
  .home .hero .text p {
    font-size: 20px;
  }
}

.home .hero .text h1,
.home .hero .text p {
  margin: 0;
}

.home .region-websites {
  padding: 70px 0 70px 20px;
}

.home .region-websites .text {
  text-align: center;
}

.home .region-websites .text h1,
.home .region-websites .text p {
  margin: 0;
  color: #113012;
}

.home .region-websites .text h1 {
  font-weight: 800;
  margin-bottom: 8px;
}

.home .region-websites .wrap-boxes::-webkit-scrollbar {
  display: none;
}

.home .region-websites .wrap-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 880px) {
  .home .region-websites .wrap-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home .region-websites .wrap-boxes > div {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 40px;
}

@media (max-width: 880px) {
  .home .region-websites .wrap-boxes > div {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
}

.home .region-websites .wrap-boxes > div img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 190px;
}

@media (max-width: 880px) {
  .home .region-websites .wrap-boxes > div img {
    height: 250px;
  }
}

.home .region-websites .wrap-boxes > div > div {
  height: 190px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.home .region-websites .wrap-boxes > div > div p,
.home .region-websites .wrap-boxes > div > div a {
  margin: 0;
  padding: 0;
}

.home .region-websites .wrap-boxes > div > div > p {
  color: #113012;
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
}

.home .region-websites .wrap-boxes > div > div a {
  background-color: #fab84c;
  text-decoration: none;
  width: 190px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
}

.home .region-websites .wrap-boxes > div > div a p {
  color: white;
}

.home .region-websites .wrap-boxes a:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.home .about {
  padding: 70px 0 70px 20px;
  background-color: #eae9e9;
}

.home .about .text {
  margin-left: 10px;
  width: 50%;
}

@media (max-width: 880px) {
  .home .about .text {
    margin: auto;
    width: calc(100% - 40px);
  }
}

.home .submit {
  padding: 70px 0 70px 0px;
}

.home .submit .text {
  margin-left: 10px;
}

@media (max-width: 880px) {
  .home .submit .text {
    margin: auto;
    width: calc(100% - 40px);
  }
}

.home .submit .submit-button {
  margin: auto;
  margin-top: 40px;
  height: 350px;
  position: relative;
}

.home .submit .submit-button .plus {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  font-size: 4rem;
}

.home .submit .submit-button .image {
  width: 100%;
  height: 100%;
  max-width: 90vw;
  margin: auto;
}

.home .submit .submit-button .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .submit .submit-button .button {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fab84c;
  padding: 0 50px;
}

.home .submit .submit-button .button p {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}

.home .submit .submit-button .button:hover {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.filter-search {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 20px;
}

.filter-search .search {
  margin: auto;
  font-size: 24px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 66px;
  background-color: white;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 880px) {
  .filter-search .search {
    font-size: 1rem;
    width: 90vw;
  }
}

.filter-search .search > div {
  margin-right: 10px;
}

.simple {
  padding-top: 60px;
}

.advanced {
  padding-top: 60px;
}

.advanced .filter-search .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: auto;
}

.advanced .filter-search .search > div:nth-child(even) {
  border-left: 1px solid #113012;
  border-right: 1px solid #113012;
}

.advanced .filter-search .search > div {
  height: 100%;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10px;
}

.advanced .filter-search .search > div p {
  margin: 0;
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 500;
}

.advanced .filter-search .search > div > div {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advanced .filter-search .search > div > div div {
  margin: 0 5px;
}

.advanced .filter-search .search .go {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-transform: uppercase;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #fab84c;
}

@media (max-width: 880px) {
  .advanced {
    display: none;
  }
}

.simple {
  display: none;
}

@media (max-width: 880px) {
  .simple {
    display: block;
  }
}

@media (max-width: 880px) {
  .search-results .filter-search {
    background-color: white;
  }
  .search-results .filter-search .search {
    width: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}

.search-results .advanced, .search-results .simple {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  margin-bottom: 15px;
  padding-top: 20px;
  z-index: 7;
}

@media (max-width: 880px) {
  .search-results .advanced, .search-results .simple {
    top: 60px;
    margin-bottom: 1px;
    padding-top: 0;
  }
}

.search-results .simple {
  display: none;
}

.search-results .advanced {
  display: block;
}

.search-results .steps {
  min-height: 600px;
}

.search-results .steps .top {
  display: none;
}

.search-results .steps .middle .text .clear {
  display: inline-block;
}

.search-results .steps .middle .content {
  margin: auto;
  text-align: center;
}

.search-results .steps .middle .content input {
  width: unset !important;
}

.search-results .steps .bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.search-results .steps .bottom .next, .search-results .steps .bottom .skip {
  display: none;
}

.search-results .steps .bottom .wrap-go {
  display: block !important;
}

.select-region {
  background-color: white;
  height: 100vh;
  position: absolute;
  width: 100%;
}

.content .selectedRegion {
  top: -70px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content .selectedRegion > div {
  cursor: pointer;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.content .selectedRegion > div p {
  color: white;
}

.content .selectedRegion > div i {
  margin-left: 5px;
}

.content .map {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .map .fullmap {
  display: inline-block;
  position: relative;
}

.content .map .fullmap map area {
  cursor: pointer;
}

.content .map .fullmap .partial-map {
  position: unset;
}

.content .map .fullmap .partial-map div {
  position: absolute;
  cursor: pointer;
  pointer-events: none;
  opacity: 0.6;
}

.content .map .fullmap .partial-map .disabled {
  display: block !important;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 1;
}

.content .map .fullmap .partial-map #vagar {
  top: 85px;
  left: -4px;
}

.content .map .fullmap .partial-map #streymoy {
  top: 27px;
  left: 73px;
}

.content .map .fullmap .partial-map #torshavn {
  top: 102px;
  left: 119px;
}

.content .map .fullmap .partial-map #eysturoy {
  top: 16px;
  left: 100px;
}

.content .map .fullmap .partial-map #nordoy {
  top: -5px;
  left: 152px;
}

.content .map .fullmap .partial-map #sandoy {
  top: 178px;
  left: 126px;
}

.content .map .fullmap .partial-map #suduroy {
  top: 262px;
  left: 118px;
}

.content #datePicker {
  cursor: pointer;
  width: calc(100% - 20px);
  text-align: center;
  font-size: 20px;
  background-color: #113012;
  border: none;
  color: white;
  border-radius: 40px;
  height: 66px;
  font-size: 24px;
}

@media (max-width: 880px) {
  .content #datePicker {
    font-size: 20px;
    margin-top: 40px;
  }
}

.content #datePicker::-webkit-input-placeholder {
  color: white;
}

.content #datePicker:-ms-input-placeholder {
  color: white;
}

.content #datePicker::-ms-input-placeholder {
  color: white;
}

.content #datePicker::placeholder {
  color: white;
}

.content #datePicker:focus {
  outline: none;
}

.calender-icon {
  font-size: 8rem;
  opacity: 0.1;
  text-align: center;
  margin-top: 40px;
}

.content .adults {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-bottom: 1px solid rgba(17, 48, 18, 0.2);
  padding-bottom: 30px;
  margin-top: 40px;
  text-align: left;
}

.content .adults .text {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.content .adults .text p, .content .adults .text h3 {
  margin: 0;
}

.content .adults .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .adults .select .disabled {
  opacity: 0.2;
}

.content .adults .select > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 5px;
}

.content .adults .select .minus, .content .adults .select .plus {
  width: 30px;
  height: 30px;
  background-color: #113012;
  color: white;
  border-radius: 30px;
}

.content .adults .select .minus i {
  margin-top: 4px;
}

.content .adults .select .plus i {
  margin-top: 4px;
}

.steps {
  position: -webkit-sticky;
  position: sticky;
  margin: auto;
  top: 60px;
  z-index: 10;
  padding: 20px 0;
  background-color: white;
}

.steps .top {
  display: none;
}

@media (max-width: 880px) {
  .steps .top {
    display: block;
  }
}

.steps .top,
.steps .bottom {
  width: 100%;
  height: 40px;
  font-size: 40px;
}

.steps .top div,
.steps .bottom div {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  height: 100%;
}

.steps .top div p,
.steps .bottom div p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.steps .top div i,
.steps .bottom div i {
  vertical-align: middle;
  display: inline-block;
}

.steps .top .disabled,
.steps .bottom .disabled {
  opacity: 0.1;
  pointer-events: none;
}

.steps .middle {
  height: 100%;
  max-width: 1200px;
  min-height: 430px;
  margin: auto;
  margin-top: 20px;
}

.steps .middle .text p {
  display: inline-block;
  margin: 10px 0;
}

.steps .middle .text .clear {
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  color: #009fff;
}

@media (max-width: 880px) {
  .steps .middle {
    max-width: 90vw;
  }
}

.steps .middle h1,
.steps .middle p {
  margin: 0;
}

.steps .middle .close {
  cursor: pointer;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
  margin-top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 95px;
}

@media (max-width: 880px) {
  .steps .middle .close {
    position: absolute;
    top: 60px;
    right: 0;
  }
}

.steps .middle .close i {
  font-size: 30px;
  margin-right: 5px;
}

.steps .middle .content {
  position: relative;
  text-align: center;
}

.steps .middle .content input {
  width: unset !important;
}

.steps .bottom {
  max-width: 1200px;
  margin: auto;
  height: 50px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.steps .bottom .skip {
  margin-left: unset;
  cursor: pointer;
}

@media (max-width: 880px) {
  .steps .bottom .skip {
    margin-left: 5vw;
  }
}

.steps .bottom .next {
  cursor: pointer;
  background-color: #113012;
  color: white;
  border-radius: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-right: 20px;
}

.steps .bottom .next p {
  color: white;
}

.steps .bottom .next i {
  font-size: 24px;
  padding-left: 10px;
}

.steps .bottom .go {
  color: white;
  border-radius: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  cursor: pointer;
  text-decoration: none;
  background-color: #fab84c;
  padding: 0 15px;
}

.steps .bottom .go p {
  color: white;
}

.steps .bottom .go i {
  font-size: 20px;
  padding-left: 10px;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1200px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 880px) {
  .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.list .row {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: calc(100%);
  padding: 5px 5px;
  border-radius: 10px;
}

@media (max-width: 880px) {
  .list .row {
    padding: 0;
  }
}

.list .row .image {
  height: 350px;
  width: 100%;
  position: relative;
}

.list .row .image .houseimage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.list .row .image .visitnordoy {
  position: absolute;
  top: 16px;
  right: 19px;
  width: 42px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

.list .row .image .visitsandoy {
  position: absolute;
  top: 82px;
  right: 37px;
  width: 42px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

.list .row .image .vagar {
  position: absolute;
  top: 43px;
  right: 76px;
  width: 42px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

.list .row .image .streymoy {
  position: absolute;
  top: 29px;
  right: 46px;
  width: 44px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

.list .row .image .suduroy {
  position: absolute;
  top: 115px;
  right: 39px;
  width: 44px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

.list .row .image .eysturoy {
  position: absolute;
  top: 27px;
  right: 40px;
  width: 43px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

.list .row .image .map {
  position: absolute;
  z-index: 1;
  right: 20px;
  width: 100px;
  top: 20px;
  /* filter: brightness(0); */
  opacity: 0.4;
}

.list .row .image .name {
  position: absolute;
  max-width: calc(100% - 140px);
  top: 30px;
  left: 40px;
  word-wrap: break-word;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  z-index: 1;
  font-size: 28px;
}

@media (max-width: 1440px) {
  .list .row .image .name {
    font-size: 1.9vw;
  }
}

@media (max-width: 880px) {
  .list .row .image .name {
    font-size: 28px;
  }
}

.list .row .wrap-info {
  width: 100%;
  height: 100%;
}

.list .row .wrap-info .facts {
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.list .row .wrap-info .facts p {
  margin: 0;
  font-size: 12px;
}

.list .row .wrap-info .facts > div > p:first-of-type {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 500;
}

.list .row .wrap-info .facts .price > div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list .row .wrap-info .middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  width: 80%;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.list .row .wrap-info p {
  color: white;
}

.house h1 {
  color: white;
}

.house p {
  color: #b7b7b7;
}

.house .hero {
  height: 60vh;
}

.house .hero img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.house .facts {
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 1px;
  text-align: center;
  height: 60px;
  position: relative;
  padding: 10px 0;
}

@media (max-width: 880px) {
  .house .facts {
    margin-top: -250px;
    height: 230px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.house .facts p {
  color: white;
}

.house .facts .region div {
  cursor: pointer;
}

.house .facts > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 10px 0;
}

@media (max-width: 880px) {
  .house .facts > div {
    width: 100%;
  }
}

.house .facts > div > div {
  margin: 0 20px;
}

@media (max-width: 880px) {
  .house .facts > div > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.house .facts > div > div p {
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 4px;
  font-weight: 500;
}

.house .facts > div > div div {
  font-size: 12px;
  white-space: nowrap;
}

.house .wrap-top-text {
  background-color: #113012;
  color: white;
  padding: 70px 0;
}

.house .wrap-top-text > div {
  margin: 60px auto;
  max-width: 700px;
  padding: 0 30px;
}

.house .wrap-top-text .startBooking {
  cursor: pointer;
  margin-top: 40px;
  display: inline-block;
  background-color: #fab84c;
  padding: 0 20px;
  border-radius: 4px;
  font-weight: 600;
}

.house .wrap-top-text .startBooking p {
  color: white;
}

.house .gallery {
  max-width: 1200px;
  margin: 60px auto;
}

.house .gallery .splide {
  height: 100%;
}

.house .gallery .splide .splide__track {
  height: 100%;
}

.house .gallery .splide .splide__track .splide__list {
  height: 100%;
}

.house .gallery .splide .splide__track .splide__list .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.house .gallery .splide .splide__track .splide__list .splide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.submit-page {
  padding: 40px 0;
}

.submit-page > .text {
  margin: auto;
}

.submit-page .text {
  max-width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.submit-page .text h1,
.submit-page .text h2 {
  margin-bottom: 5px;
}

.submit-page .text p {
  margin: 0;
}

.submit-page .text .close {
  min-width: 95px;
  cursor: pointer;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 880px) {
  .submit-page .text .close {
    position: absolute;
    top: 60px;
    right: 0;
  }
}

.submit-page .text .close i {
  font-size: 30px;
  margin-right: 5px;
}

.submit-page .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 90vw;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.submit-page .content div {
  position: relative;
}

.submit-page .content div i {
  float: right;
  cursor: pointer;
}

.submit-page .content div .info {
  right: 0;
  top: 20px;
  position: absolute;
  background-color: white;
  display: inline-block;
  z-index: 9;
  border: 1px solid;
}

.submit-page .content div .info h2,
.submit-page .content div .info p {
  padding: 5px;
}

.submit-page .content div .info img {
  width: 70px;
}

.submit-page .content div .block {
  border: 0;
}

.submit-page .content div .personal-info,
.submit-page .content div .practical,
.submit-page .content div .wrap-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 880px) {
  .submit-page .content div .personal-info > div,
  .submit-page .content div .practical > div,
  .submit-page .content div .wrap-textarea > div {
    width: calc(90vw);
  }
}

.submit-page .content div .wrap-textarea > div {
  width: 100%;
}

.submit-page .content input[type="text"],
.submit-page .content input[type="email"],
.submit-page .content input[type="phone"],
.submit-page .content select,
.submit-page .content textarea {
  background-color: white;
  width: 300px;
  font-size: 14px;
  height: 40px;
  padding-left: 14px;
  padding-right: 14px;
  border: 1px solid #c6c6c5;
  border-radius: 4px;
  margin-bottom: 30px;
}

@media (max-width: 880px) {
  .submit-page .content input[type="text"],
  .submit-page .content input[type="email"],
  .submit-page .content input[type="phone"],
  .submit-page .content select,
  .submit-page .content textarea {
    width: calc(90vw - 28px);
  }
}

.submit-page .content select {
  width: 330px;
  height: 44px;
}

@media (max-width: 880px) {
  .submit-page .content select {
    width: calc(100%);
  }
}

.submit-page .content .wrap-onRequest {
  width: 330px;
}

.submit-page .content textarea {
  padding: 14px;
  width: calc(100% - 28px);
  height: 128px;
  margin-bottom: 30px;
  resize: none;
}

@media (max-width: 880px) {
  .submit-page .content textarea {
    width: calc(90vw - 28px);
  }
}

.submit-page .content .images {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.submit-page .content .images .filepond {
  position: absolute;
  opacity: 0;
  bottom: -200px;
  left: -200px;
  z-index: -1;
}

.submit-page .content .images .preview {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.submit-page .content .images .preview > div {
  width: 100px;
  height: 100px;
}

.submit-page .content .images .preview > div > div {
  position: absolute;
  color: red;
  cursor: pointer;
}

.submit-page .content .images .preview > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.submit-page .bottom-buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.submit-page .bottom-buttons .submit-button,
.submit-page .bottom-buttons .upload {
  cursor: pointer;
  margin-right: 20px;
  margin-top: -30px;
  background: #fab84c;
  padding: 0 30px;
  border-radius: 30px;
  text-transform: uppercase;
}

.submit-page .bottom-buttons .submit-button p,
.submit-page .bottom-buttons .upload p {
  color: white;
}

.submit-page .bottom-buttons .upload {
  background: #113012;
}

.about {
  padding: 60px 30px;
}

.about .section .text span, .about .section .text h1, .about .section .text h2 {
  max-width: 700px;
  display: block;
  margin: auto;
}

.about .section .text p, .about .section .text h3 {
  font-size: 20px;
  line-height: 30px;
}

.where-to-stay {
  padding: 60px 30px;
}

.where-to-stay .section .text {
  max-width: 700px;
  margin: auto;
}

.where-to-stay .section .text h1 {
  max-width: 700px;
}

.where-to-stay .section .text p,
.where-to-stay .section .text h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .23px;
}

.where-to-stay .section .highlight {
  color: #009fff;
}

.where-to-stay .section .button {
  cursor: pointer;
  max-width: 350px;
  margin: auto;
  background-color: #fab84c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin: 60px auto;
}

.where-to-stay .section .button p {
  color: white;
}
/*# sourceMappingURL=main.css.map */