@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("icon-font/bookingicons-style.css");
* {
  outline: 0;
  -webkit-tap-highlight-color: transparent !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6rem;
}
.prevent-select {-webkit-user-select: none;-ms-user-select: none;user-select: none;}
::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {border-left:0;border-right:0;background:#e8f1ff;}
::-webkit-scrollbar-thumb {background:#5d8aaa;}

strong,
b {
  font-weight: 800;
}

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

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
label {
  position:relative;
  display:block;
  font-size:0;
  line-height:1;
}
input,
button,
textarea,
select {
  font: inherit;
  font-size:16px;
}
textarea {min-height:200px;}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", sans-serif;
}

#swal2-html-container {
  font-size: 18px !important;
}

#swal2-title {
  font-size: 20px !important;
}

header {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
}
header .container {
  display: flex;
  justify-content: space-between;
}
header .header-img {
  width: 155px;
  position:relative;
  height: 73px;
  transition: opacity 0.5s ease;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
header .header-img .cover-img {
  position:absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background-size: contain;
  background-position: center left;
  background-repeat:no-repeat;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
header .header-img:hover {
  opacity:0.6;
}
header .mobile-toggle {
  margin-left: 15px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
  background-color: #dfecf9;
  cursor:pointer;
}
header .mobile-toggle .lines {display:flex;flex-direction:column;color:#5d8aaa;}
header .mobile-toggle .lines .line {height: 2px;border:1px solid;border-radius:1px;transform:translate3d(0,0,0);display: block;transform-origin: center;transition: transform 0.2s ease, margin 0.2s ease;}
header .mobile-toggle .lines .line.line-1 {margin-bottom:2px;width:19px;}
header .mobile-toggle .lines .line.line-2 {margin-top:2px;width:14px;}
.menu-open header .mobile-toggle .lines {opacity:1;}
.menu-open header .mobile-toggle .lines .line.line-1 {transform:rotate(45deg) translate3d(0,0,0);margin-bottom:-1px;}
.menu-open header .mobile-toggle .lines .line.line-2 {transform:rotate(-45deg) translate3d(0,0,0);margin-top:-1px;width: 19px;}
header .header-open {
  display: none;
  position: absolute;
  top: 133px;
  left: 0;
  width: 100%;
  background: #5d8aaa;
  z-index: 9;
  text-align: center;
  padding: 50px;
  color: #fff;
}
header .header-open.opened {
  display: block;
}
header .header-open a {
  color: inherit;
  transition: 0.5s ease;
}
header .header-open a:hover {
  color: #e2b073;
}
header .header-open ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header .header-open ul li {
  font-size:0;
  line-height:1;
  display:block;
  margin-bottom: 30px;
}
header .header-open ul li:last-child {
  margin-bottom: 0;
}
header .header-open ul li a {
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
header .header-open .socials {
  font-size: 23px;
}

footer {
  background-color: #ebf7ff;
  margin-top: 100px;
}
footer .prefooter {
  display: flex;
  justify-content: space-around;
  background: #c6e9ff;
  padding: 36px 100px;
}
footer .prefooter > div {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3;
}
footer .prefooter > div .icon {
  display: block;
  font-size: 30px;
  margin-bottom:15px;
}
footer .footer {
  display: flex;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .footer .column {
  margin-right: 200px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.3;
  font-weight: 500;
}
footer .footer .column.last {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
footer .footer .column span {
  text-transform: uppercase;
}
footer .footer .column b {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
}
footer .footer .column b.big {
  font-size: 34px;
  margin-bottom: 0;
}
footer .footer .column a {
  display: block;
  color: inherit;
  text-decoration: none;
  margin-bottom: 10px;
  transition:opacity 0.5s ease;
}
footer .footer .column b.big a {
  margin-bottom: 0;
}
footer .footer .column a:hover {
  opacity: 0.6;
}
footer .footer .column .socials {
  margin-top: 20px;
}
footer .footer .column .socials ul {
  margin: 0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  list-style-type:none;
}
footer .footer .column .socials ul li {
  flex:0 0 auto;
  padding-left:20px;
}
footer .footer .column .socials ul li:first-child {
  padding-left:0;
}
footer .footer .column .socials ul li a {
  font-size: 0;
  line-height: 1;
}
footer .footer .column .socials ul li a .icon {
  display: block;
  font-size: 23px;
}
footer .postfooter {
  background: #2e4454;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.3;
  align-items: center;
}
footer .postfooter img {
  max-height: 80px;
  width:auto;
}
footer .postfooter a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-right: 15px;
  white-space: nowrap;
}
footer .postfooter .copyright-text {
  margin-left: 20px;
}
footer .postfooter .copyright-text strong {
  color: #e2b073;
  font-weight: 600;
}

.wrapper h1 {
  color: #5d8aaa;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.3;
  text-align: center;
}
.wrapper h2, .wrapper .h2 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3;
  padding-top: 7px;
  padding-bottom: 15px;
  max-width: 50%;
  color: #666;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
}

.locations {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom:75px;
}
.locations .container {
  width: 100%;
  padding-top:30px;
}
.locations .container .location {
  position: relative;
  width: 100%;
  height: 450px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.locations .container .location:last-child {
  margin-bottom: 0;
}
.locations .container .location .location-services {
  position: absolute;
  top: 25px;
  right: 30px;
  cursor: help;
  background-color: #e2b073;
  padding: 10px 16px;
  border-radius: 2px;
  display:flex;
  align-items:center;
  transition:filter 0.5s ease;
}
.locations .container .location .location-services .text {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing:1px;
}
.locations .container .location .location-services .icon {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  padding-left:9px;
  margin-top:-2px;
}
.locations .container .location .location-services:hover {
    filter:brightness(1.1);
}
.locations .container .location .location-services:hover .location-services-container {
  visibility:visible;
  opacity:1;
}
.locations .container .location .location-services .location-services-container {
  position: absolute;
  top: 40px;
  right: 0;
  width: 800px;
  background-color: #000;
  padding: 15px;
  text-align: right;
  line-height: 1;
  font-size:0;
  visibility:hidden;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  opacity:0;
  transition:opacity 0.3s ease, visibility 0.5s ease;
}
.locations .container .location .location-services .location-services-container b {
  font-size: 10px;
  font-weight: 600;
  letter-spacing:1px;
  color: #fff;
  text-transform:uppercase;
  display: inline-block;
  padding: 5px 0;
  flex:0 0 auto;
}
.locations .container .location .location-services .location-services-container span {
  width:4px;
  height:4px;
  border-radius:50%;
  background-color: #e2b073;
  display: block;
  margin: 0 6px;
  flex:0 0 auto;
}
.locations .container .location .location-info {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 40px);
  margin-left: 40px;
  background: linear-gradient(0deg, rgb(42, 51, 71) 0%, rgba(112, 153, 204, 0) 100%);
  padding: 31px 28px;
  border-left: 2px solid #96c1ec;
}
.locations .container .location .location-info h3 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
}
.locations .container .location .location-info h4 {
  display: block;
  color: #d3d6da;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.4;
  margin: 10px 0;
}
.locations .container .location .location-info a {
  display: block;
  color: #96c1ec;
  border-color: #96c1ec;
  line-height: 1;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  border: 2px solid;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

button.book {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  transition:filter 0.5s ease;
}
button.book:not(.book-disabled):hover {
  filter: brightness(1.1);
}
.book.book2 {
  margin-top: 40px;
}
.book h2 {
  text-align: center;
  font-size: 55px;
  font-weight: 400;
  padding-bottom: 40px;
}
.book h2 b {
  color: #5d8aaa;
  font-weight: 600;
}
.book .form {
  padding-left: 20%;
  padding-right: 20%;
}
.book .form .order {
  text-align: center;
}
.book .form .order button {
  background-color: #5d8aaa;
  border-color: #5d8aaa;
  color: #fff;
  width: auto;
  height: auto;
  padding: 18px 120px;
  cursor: pointer;
  border: 0px;
}
.book .form .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.book .form .row:last-of-type {
  margin-bottom: 0;
}
.book .form .row .input {
  width: 49%;
}
.book .form .row .input b {
  color: #5d8aaa;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.book .form .row .input input,
.book .form .row .input textarea,
.book .form .row .input select {
  color: inherit;
  background-color: transparent;
  border-radius: 0;
  letter-spacing: 1px;
  border: 1px solid;
  border-top-color: #96c1ec;
  border-right-color: #96c1ec;
  border-bottom-color: #96c1ec;
  border-left-color: #96c1ec;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 14px;
  padding-right: 14px;
  height: auto;
  outline: 0 !important;
  width: 100%;
  font-family: inherit;
  line-height: 18px;
  margin: 0;
  max-height: 49px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.book .form .row .input textarea {
  height: 150px;
  max-height: none;
  resize: vertical;
}

input[type="date"] + .icon {
    position:absolute;
    font-size:17px;
    right:17px;
    top:calc(50% + 8px);
    margin-top:-1px;
    transform:translate3d(0,-50%,0);
    color:#96c1ec;
    z-index:-1;
}

.hero {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}
.hero h1 {
  font-size: 70px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1.3;
}
.hero span.loc-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  border: 1px solid;
  padding: 6px 12px;
  line-height: 1.3;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 3px;
  color: #e2b073;
}
.hero p {
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  background-color: #e2b073;
  border-radius: 4px;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-weight: 500;
  opacity: 1;
  line-height: 1.5;
  max-width: 80%;
  padding: 20px 30px;
  letter-spacing: 1px;
  text-align: center;
}

.map {
  padding-left: 16%;
  padding-right: 16%;
  margin: 0 auto;
  margin-top: 100px;
}
.map h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
.map p {
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-size: 16px;
}
.map iframe {
  margin-top: 35px;
}
.map .map-btns {
  margin-top: 25px;
  display:flex;
  justify-content:center;
}
.map .map-btns a {
  flex:0 0 auto;
  font-size:0;
  line-height:1;
  display:inline-flex;
  text-decoration:none;
  align-items:center;
  transition:filter 0.5s ease;
  background-color:#e2b073;
  padding:15px 50px;
}
.map .map-btns a:hover {
  filter:brightness(1.1);
}
.map .map-btns a > * {
  flex:0 0 auto;
  color:#000;
}
.map .map-btns a .text {
  font-size: 13px;
  letter-spacing:1px;
  text-transform:uppercase;
  font-weight:600;
}
.map .map-btns a .icon {
  font-size: 13px;
  padding-left:14px;
  font-weight:bold;
}

.features {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
  overflow: hidden;
  padding-left: 16%;
  padding-right: 16%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
  padding: 100px 16%;
  margin-top: 100px;
}
.features b {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding:5px 0;
}
.features span {
  width:5px;
  height:5px;
  background-color: #e2b073;
  border-radius:50%;
  font-size:0;
  margin:0 10px;
  line-height:1;
}

.place-rooms {
  padding-left: 16%;
  padding-right: 16%;
  margin: 0 auto;
  margin-top: 20px;
}
.place-rooms.loc {
  margin-top: 75px;
}
.place-rooms.ty {
  padding-left: 3%;
  padding-right: 3%;
}
.place-rooms .place-room {
  position: relative;
  margin-bottom: 150px;
}
.place-rooms .place-room.alt {
  display: flex;
  justify-content: flex-end;
}
.place-rooms .place-room.alt .info {
  left: 0;
}
.place-rooms .place-room .img {
  width: calc(62% + 30px);
  height: 490px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.place-rooms .place-room .img2 {
  width: calc(62% + 30px);
  height: 490px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin: 0;
  padding: 0;
}
.place-rooms .place-room .img2 .mscroll {
  overflow: hidden;
  height: 100%;
  white-space: nowrap;
  /*animation: scrollText 15s infinite linear;*/
  margin: 0;
  font-size: 0;
  width: 250%;
}
.place-rooms .place-room .img2 .mscroll img {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: white;
  max-height: 100%;
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.place-rooms .place-room .info {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: calc(38% + 50px);
  height: 100%;
  top: 50px;
  right: 0;
  padding: 80px;
  display: flex;
  background-color: #5d8aaa;
  color: #fff;
  justify-content: center;
}
.place-rooms .place-room .info h2 {
  text-align: left;
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
  display: inline-block;
}
.place-rooms .place-room .info p {
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.place-rooms .place-room .info button {
  display: inline-block;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #5d8aaa;
  border: 0;
  width: 150px;
  padding: 10px 0;
  background: #fff;
}

.container,
.wrapper {
  padding-left: 100px;
  padding-right: 100px;
}

.wrapper2 {
  width: 1490px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.reach .minihero {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 0 2000px rgba(62, 96, 121, 0.75);
  padding: 40px 50px;
  margin-top: 50px;
  margin-bottom:40px;
}
.reach .minihero h2 {
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e2b073;
}
.reach .minihero h3 {
  font-size: 14px;
  color: #ddd;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 5px;
}
.reach .howtos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.reach .howtos .howto {
  width: 49%;
  margin-bottom: 30px;
}
.reach .howtos .howto b {
  color: #5d8aaa;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
.reach .howtos .howto p {
  /*text-align: justify;*/
}
.reach .pois {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.reach .pois .poi {
  width: 30%;
  /*background-color: #cae6fa;*/
  padding: 25px 30px;
  position: relative;
  z-index: 0;
  border: 1px solid #33556e;
}
.reach .pois .poi b {
  color: #5d8aaa;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
}
.reach .pois .poi span {
  display: block;
  color: grey;
  font-size: 13px;
}
.reach .pois .poi p {
  color: black;
  display: block;
  margin: 10px 0;
}
.reach .pois .poi button,
.reach .pois .poi a {
  background-color: #5d8aaa;
  border-color: #5d8aaa;
  color: #fff;
  line-height: 1;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
}
.locationrooms .locationroom.payment .room-content {
    width:65%;
    flex:0 0 auto;
    display:flex;
    flex-wrap:wrap;
}
.locationrooms .locationroom.confirm .room-content {
    display:flex;
}
.locationrooms .locationroom {
  display:flex;
  padding-bottom:50px;
  align-items:flex-start;
}
.locationrooms .locationroom .left {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  flex: 0 0 auto;
}

/* Infinite slider */
.slides-bg {position: relative;display: block;font-size: 0;line-height: 1;}
.slides-bg .slider-grid {position:relative;overflow: hidden;}
.slider.infinite {position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;}
.slides-bg.no-bg-color .slider.infinite {margin-top:0;}
.slider.infinite .slide {position: absolute;top: 0;transition:transform 1.2s ease;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-perspective: 1000;will-change: transform;transform: translate3d(0,0,0);height: 100%;width: 100%;}
.slider.infinite .slide.no-transition {transition:opacity 1s ease, transform 0s;}
.slider.infinite[data-outer-images="false"] {display:flex;}
.slider.infinite[data-outer-images="false"] .slide {flex:1;position: relative;top: unset;left:unset!important;display: inline-block;}
.slider.infinite[data-outer-images="false"] .slide.clone {display:none;}
.slider.infinite[data-outer-images="false"] .slide:last-child {margin-right:0!important;}

.slider.infinite .slide.scale > * {transform: translate3d(0,0,0) scale(0);transform-origin: center;transition: transform 0.6s ease;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.slider.infinite .slide .img {position: relative;width: 100%;height: 100%;display: block;z-index:0;}
.slider.infinite[data-type="img"] .slide .img {overflow:hidden;}
.slider.infinite:not(.no-border) .slide .img {border: 10px solid #fff;box-shadow: 0px 30px 60px -30px rgb(0 0 0 / 30%);}

.slider.infinite .slide .cover-img {position:absolute;top:50%;left:50%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translate3d(-50%,-50%,0);z-index:-1;}
.slider.infinite .slide span.cover-img {width:100%;height:100%;background-size:cover;background-position:center;}
.slider.infinite .slide img.cover-img {height:auto;max-width:unset;}

.slider.dragging {cursor:grabbing;}
.slider.dragging .slide {transition:transform 0s;}
.slider[data-length="1"].dragging .slide {transition:transform 1.5s ease;}
.slider.dragging .slide * {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;pointer-events:none;}

/* Infinite Slider nav */
.slides-bg .slider-bullets {display:flex;justify-content:center;padding-top: 20px;padding-right:70px;position: absolute;top: 100%;left: 0;width: 100%;}
.slides-bg.no-bg-color .slider-bullets {padding-bottom:0;padding-top: 20px;}

.slides-bg .slider-bullets .bullet {width: 10px;height: 10px;margin: 0 6px;background-color: #d2dce6;display:block;border-radius:50%;transform:scale(0.8);transition:transform 0.4s ease, background-color 0.4s ease;cursor:pointer;}
.slides-bg .slider-bullets .bullet.active,
.slides-bg .slider-bullets .bullet:hover {transform:scale(1);}
.slides-bg .slider-bullets .bullet.active {background-color:#5d8aaa;}

.slides-bg .arrows {position:absolute;top: 0;left:0;width:100%;display: flex;align-items: center;justify-content: space-between;padding:0 25px;visibility:hidden;}
.locationroom .left .slides-bg .arrows {padding-right:100px;}
.slides-bg .arrows .arrow {display: flex;align-items: center;justify-content: center;cursor: pointer;transition: transform 0.8s ease, background-color 0.4s ease;visibility:visible;}
.slides-bg .arrows .arrow[data-dir="left"] {transform:translate3d(-70px,0,0);}
.slides-bg .arrows .arrow[data-dir="right"] {transform:translate3d(70px,0,0);}
.slides-bg .slider-grid:hover .arrows .arrow {transform:translate3d(0,0,0);}
.slides-bg .arrows .arrow .icon {font-size: 23px;color: #fff;}

.locationrooms .locationroom .right {
  position: relative;
  display: inline-block;
  width: calc(50% + 110px);
  margin-left: -70px;
  margin-top: 70px;
  background: white;
  vertical-align: top;
  padding: 40px;
  padding-bottom:0;
  min-height: 470px;
  flex: 0 0 auto;
}
.locationrooms .locationroom .right .top_targa {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  padding: 4px 15px;
  font-weight: bold;
  border-radius: 3px;
}
.locationrooms .locationroom .right .top_targa.targa1 {
  position: absolute;
  top: -12px;
  left: 40px;
  background: #5d8aaa;
}
.locationrooms .locationroom .right .top_targa.targa2 {
  position: absolute;
  top: -12px;
  left: 160px;
  background: #e2b073;
  color: #000;
}
.locationrooms .locationroom .right h2 {
  color: #5d8aaa;
  font-size: 25px;
  display: block;
}
.locationrooms .locationroom .right .fee-applied {
  position: absolute;
  top: 0;
  left: 40px;
  transform: translate3d(0,-50%,0);
  display:flex;
}
.locationrooms .locationroom .right .fee-applied > span {
  text-transform: uppercase;
  padding: 7px 11px;
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 1;
  font-weight: 600;
  border-radius: 2px;
  transition:opacity 0.5s ease, visibility 0.5s ease;
  margin-right:7px;
}
.locationrooms .locationroom .right .fee-applied span.base {
  background-color: #ddd;
  color: #555;
  transition:background-color 0.5s ease, color 0.5s ease;
}
.locationrooms .locationroom .right .fee-applied span.savings {
  background-color: #b3fad3;
  color: #25824e;
  opacity:0;
  visibility:hidden;
  transition:opacity 0.5s ease, visibility 0.5s ease;
  margin-right:0;
}
.locationrooms .locationroom .right .fee-applied.with-discounts .base {
  background-color: #39c175;
  color: #fff;
}
.locationrooms .locationroom .right .fee-applied.with-discounts .savings {
  opacity:1;
  visibility:visible;
}
.locationrooms .locationroom.not-available .right .fee-applied {
  opacity:0;
  visibility:hidden;
}
.locationrooms .locationroom .right h3 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding-right: 20px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.locationrooms .locationroom .right h3.address {
  font-size: 13px;
  padding-right: 0;
  display: block;
  margin-top: 4px;
  margin-bottom: 20px;
}
.locationrooms .locationroom .right h3 .starting {
  display: inline-block;
  background-color: #e2b073;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  margin-left: 0;
}
.locationrooms .locationroom .right h3 .starting s {
  display: block;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.5;
  text-decoration: line-through;
}
.locationrooms .locationroom .right .roomsize {
  margin: 20px 0;
  text-transform: uppercase;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.locationrooms .locationroom .right .roomsize b {
  border: 1px solid black;
  padding: 5px;
  font-weight: normal;
  display:inline-block;
}
.locationrooms .locationroom .right .beds {
  padding: 20px 0;
  border-top: 3px solid rgba(93, 138, 170, 0.2);
  border-bottom: 3px solid rgba(93, 138, 170, 0.2);
}
.locationrooms .locationroom .right p {
  opacity: 0.8;
  font-size: 15px;
  line-height: 1.3;
}
.locationrooms .locationroom .right .services {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 30px;
}
.locationrooms .locationroom .right .services .servicegroup {
  background-color: #f5fbff;
  color: #c6e9ff;
  border: 1px solid #d8f1ff;
  padding: 15px;
  color: black;
  margin-top: 15px;
}
.locationrooms .locationroom .right .services .servicegroup b {
  display: block;
  color: black;
  font-weight: 600;
  margin-bottom: 10px;
}
.locationrooms .locationroom .right .services .servicegroup > span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right:8px;
  display:inline-flex;
  align-items:center;
}
.locationrooms .locationroom .right .services .servicegroup span .icon {
  color: #39c175;
  font-weight:bold;
  padding-right: 3px;
  font-size:8px;
  flex:0 0 auto;
}
.locationrooms .locationroom .right .book {
  font-size: 13px;
  letter-spacing: 2px;
  background-color: #e2b073;
  border-color: #e2b073;
  color: #000;
  padding: 15px 55px;
  border: 0;
  margin-top: 30px;
  cursor: pointer;
}
.locationrooms .locationroom .right .book.book-disabled {
  background-color: #ff4761;
  color: #fff;
  transition: 0s;
  position:absolute;
  cursor:not-allowed;
  top: 50%;
  left: 50%;
  margin-top: 0;
  transform: translate3d(-50%,-50%,0);
  padding: 15px 25px;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  letter-spacing: 1.5px;
}
.locationrooms .locationroom .right .overlay.not-available {
  position:absolute;
  width:100%;
  height:100%;
  left:50%;
  top:50%;
  transform:translate3d(-50%,-50%,0);
  opacity: 0;
  visibility:hidden;
  background-color: #fcfcfc;
  transition:opacity 0.5s ease, visibility 0.5s ease;
  cursor:not-allowed;
}
.locationrooms .locationroom.not-available .right .overlay.not-available {
  opacity: 0.8;
  visibility:visible;
}
.locationrooms.ty .locationroom {
  position: relative;
  display: flex;
  justify-content:space-between;
  padding-bottom:0;
}
.locationrooms.ty .locationroom .main-content {
  flex: 0 0 auto;
  width:65%;
}
.locationrooms.ty .locationroom.payment {
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    flex-wrap:wrap;
}
.locationrooms.ty .locationroom .left {
  width: 55%;
}
.locationrooms.ty .locationroom .right {
  width: calc(45% + 70px);
  padding-right:0;
}
.locationrooms.ty .locationroom .right h3.address {
  margin-bottom: 0;
}
.locationrooms.ty .locationroom .right h3 + b {
  margin-top:5px;
  display:block;
}
.locationrooms.ty .locationroom .right2 {
  width: 30%;
  font-size: 22px;
}
.locationrooms.ty .locationroom .right2.payment {
  position: relative;
  top: unset;
  right: unset;
}
.locationrooms .locationroom.payment .right2 {
    flex:0 0 auto;
}
.locationrooms.ty .locationroom .right2 h2 {
  background: #5d8aaa;
  color: white;
  text-transform: uppercase;
  padding: 5px 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.locationrooms.ty .locationroom .right2 .two {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e3;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.locationrooms.ty .locationroom .right2 .two.big b {
  font-size: 40px;
}
.locationrooms.ty .locationroom .right2 .two.big > div {
  width: 100%;
}
.locationrooms.ty .locationroom .right2 .two.big span {
  font-size: 14px;
}
.locationrooms.ty .locationroom .right2 .two > div {
  width: 48%;
}
.locationrooms.ty .locationroom .right2 .two > div div, .locationrooms.ty .locationroom .right2 .two > div b, .locationrooms.ty .locationroom .right2 .two > div span {
  display: block;
  margin-bottom: 5px;
}
.locationrooms.ty .locationroom .right2 .two > div div {
  font-size: 16px;
  text-transform: uppercase;
}
.locationrooms.ty .locationroom .right2 .two > div span {
  color: #828282;
  font-size: 19px;
}
.locationrooms.ty .locationroom .right2 .tablike {
  font-size: 16px;
  border-bottom: 1px solid #e2e2e3;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.locationrooms.ty .locationroom .right2 .tablike:last-of-type {
  border-bottom: 0;
  padding-bottom:0;
  margin-bottom:0;
}
.locationrooms.ty .locationroom .right2 .tablike b {
  font-weight: normal;
}
.locationrooms.ty .locationroom .right2 .tablike i {
margin-top: 20px;
  display: block;
  color: #555;
  font-size: 14px;
  font-style: normal;
}
.locationrooms.ty .locationroom .right2 .tablike i a {
  color: #5d8aaa;
  font-weight:500;
  transition:opacity 0.5s ease;
  text-decoration:none;
}
.locationrooms.ty .locationroom .right2 .tablike i a:hover {
  opacity: 0.75;
}
.locationrooms.ty .locationroom .right2 .tablike.flex > div {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.locationrooms.ty .locationroom .right2 .tablike.flex > div:nth-child(even) {
  background: #ebf7ff;
}
.locationrooms.ty .locationroom .right2 .tablike .green {
  background: #31e8b1;
  padding: 10px;
  font-weight: 500;
}
.locationrooms.ty .locationroom .right2 .tablike > div {
  padding-top: 10px;
}
.locationrooms.ty .locationroom .right2 .tablike > div.variations {
  font-size: 14px;
  letter-spacing:0.5px;
  margin:0;
  padding:0;
  padding-top:7px;
  display:flex;
  align-items:center;
}
.locationrooms.ty .locationroom .right2 .tablike > div.variations > * {
  flex:0 0 auto;
}
.locationrooms.ty .locationroom .right2 .tablike > div.variations:first-of-type {
  padding-top: 13px;
}
.locationrooms.ty .locationroom .right2 .tablike > div.variations span.icon {
  color: #39c175;
  padding-right: 9px;
  font-size: 14px;
  font-weight:bold;
}
.locationrooms.ty .locationroom .right2 .tablike div.variations strong {
  padding-left:6px;
}
.locationrooms.ty .locationroom .right2 .tablike div.variations span.occasion {
  color: #777;
  padding-left: 2.5px;
  font-size: 80%;
  margin-top: -1px;
  letter-spacing: 0.3px;
}

.spanline {
  display: inline-block;
  width: 70px;
  height: 1px;
  background: grey;
  vertical-align: middle;
  margin: 0 8px;
}

.thank-you {
  position: relative;
  background: #37e8c5;
  color: #0c4e40;
  padding-left: 100px;
  padding-right: 100px;
  margin: 0 auto;
  padding-bottom: 104px;
  padding-top: 75px;
  margin-bottom: 180px;
  box-shadow:inset 0 0 0 2000px rgba(55, 232, 197, 0.94);
  background-size:cover;
  background-position:center;
}
.thank-you div:first-of-type {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  padding-bottom:75px;
}
.thank-you h1 {
  font-size:37px;
  margin-bottom:20px;
  line-height:1.3;
  letter-spacing:2px;
}
.thank-you .preorder-code {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate3d(-50%, 50%, 0);
  width: 400px;
  background: #edfdfa;
  text-align: center;
  padding: 30px 50px;
}
.thank-you .preorder-code b, .thank-you .preorder-code span {
  display: block;
  margin-top: 15px;
}
.thank-you .preorder-code b {
    margin-top:0;
}
.thank-you .preorder-code .text {
    font-size:14px;
    line-height:1.35;
}
.thank-you .preorder-code .code {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.title-bg {
  font-size: 40px;
  background: rgba(93, 138, 170, 0.5);
  color: #e2b073;
  text-transform: uppercase;
  font-weight: bold;
  padding: 35px;
  background-size: cover;
  box-shadow: 0px 0px 0px 4000px rgba(93, 138, 170, 0.9) inset;
  background-position: center center;
  margin-bottom: 35px;
  width:100%;
}
.title-bg b {
  font-size: 16px;
  color: #fff;
  display: block;
  text-transform: none;
}

.location-confirm {
  margin-top: 75px;
  width: 100%;
  position: relative;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
}
.location-confirm.confirm {
  display:block;
}
.location-confirm button.book {
  background: #e2b073;
  border: 0;
  padding: 22px 60px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 15px;
  cursor: pointer;
}
.location-confirm button.book[disabled] {
  background-color: #ddd;
  color: #aaa;
  cursor: not-allowed;
}
.location-confirm .two {
  display: flex;
  align-items:flex-start;
  justify-content: space-between;
  margin-bottom: 45px;
  flex-wrap: wrap;
}
.location-confirm .two .costs-and-discounts  {
  position: relative;
  flex:1;
  padding: 0;
  padding-left:40px;
}
.location-confirm .two .costs-and-discounts > div {
  position: relative;
  width: 100%;
  padding: 25px 36px;
  padding-top: 20px;
  margin-bottom:40px;
}
.location-confirm .two .costs-and-discounts > div:last-child {
  margin-bottom:0;
}
.location-confirm .two > div {
  position: relative;
  width: 47.5%;
  padding: 0 36px;
  padding-top: 5px;
}
.location-confirm .two > div ul {
  padding: 0;
  margin: 0;
  margin-left: 0;
  margin-top: 20px;
}
.location-confirm .two > div ul li {
  padding: 0;
  margin: 0;
  line-height: 40px;
}
.location-confirm .two > div i {
  color: #666;
  font-size: 14px;
  font-style: normal;
}
.location-confirm .two > div i a {
  color: #5d8aaa;
  font-weight:500;
  transition:opacity 0.5s ease;
  text-decoration:none;
}
.location-confirm .two > div i a:hover {
  opacity: 0.75;
}
.location-confirm .two > div.fake {
  border: 0;
}
.location-confirm .two div.neutral {
  background: #fff;
  border: 4px solid #ebf7ff;
}
.location-confirm .two div.neutral ul {
  list-style-type:none;
}
.location-confirm .two div.neutral ul li {
  line-height:1;
  padding-top:20px;
}
.location-confirm .two div.neutral ul li.confirm-variation {
  display:flex;
  align-items:center;
}
.location-confirm .two div.neutral ul li.confirm-variation > * {
  flex:0 0 auto;
}
.location-confirm .two div.neutral ul li.confirm-variation b {
  padding-left:8px;
}
.location-confirm .two div.neutral ul li.confirm-variation span.occasion {
  color: #777;
  padding-left: 3.5px;
  font-size: 80%;
  margin-top: -2px;
  letter-spacing:0.4px;
}
.location-confirm .two div.neutral ul li:first-child {
  padding-top:0;
}
.location-confirm .two div.neutral ul li i {
  line-height:1.3;
  display:block;
}
.location-confirm .two div.neutral ul li i.city-link {
  padding-top:10px;
}
.location-confirm .two div.neutral > h2 {
  position: absolute;
  font-size: 13px;
  padding: 8px 15px;
  top: -2px;
  transform: translate3d(0,-50%,0);
  background: #ebf7ff;
  letter-spacing: 1px;
  font-weight: 600;
}
.location-confirm .two div.neutral.radio {
  border-radius: 4px;
}
.location-confirm .two div.neutral.radio > span {
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 600;
  display:block;
}
.location-confirm .two div.neutral.radio label {
  display: block;
  background-color: #f5fbff;
  padding: 20px 25px;
  transition:background-color 0.5s ease;
  cursor:pointer;
  font-size:inherit;
}
.location-confirm .two div.neutral.radio label .method {
  display: flex;
  align-items:center;
}
.location-confirm .two div.neutral.radio label .method .newradio {
  position:relative;
  width:15px;
  height:15px;
  flex:0 0 auto;
  border:2px solid #5d8aaa;
  border-radius:50%;
  font-size:0;
  line-height:1;
}
.location-confirm .two div.neutral.radio label .method .newradio .inner {
  position:absolute;
  width:100%;
  height:100%;
  left:50%;
  top:50%;
  transform-origin:center;
  transform:translate3d(-50%,-50%,0) scale(0);
  background-color:#5d8aaa;
  border-radius:inherit;
}
.location-confirm .two div.neutral.radio label.selected .method .newradio .inner {
  transform:translate3d(-50%,-50%,0) scale(0.6);
}
.location-confirm .two div.neutral.radio label .method strong {
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:0.7px;
  padding-left:7px;
}
.location-confirm .two div.neutral.radio label input {
  display:none;
}
.location-confirm .two div.neutral.radio label div:not(.method) {
  line-height:1.4;
  font-size:14px;
  padding-top:7px;
}
.location-confirm .two div.neutral.radio label:hover, .location-confirm .two div.neutral.radio label.selected {
  background-color: #ddeffb;
}
.location-confirm .two > div.colored {
  background: #ebf7ff;
  padding-top: 40px;
  padding-bottom: 60px;
}
.location-confirm .two > div.colored h2 {
  background: #fff;
  color: #000;
  padding: 5px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 36px;
  transform: translate3d(0,-50%,0);
  font-size: 18px;
  letter-spacing: 1.5px;
}
.location-confirm .two > div .price {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing:1.5px;
}
.location-confirm .two > div .price-slashed {
  font-size: 30px;
  line-height: 30px;
  color: #b4b4b4;
}
.location-confirm .two > div .vat {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 1px;
  left: 36px;
  padding: 4px 10px;
  background: #fff;
  color: grey;
  font-size: 12px;
  transform: translate3d(0,50%,0);
}
.location-confirm .two.form {
  margin-bottom: 25px;
}
.location-confirm .two.form:last-child {
  margin-bottom: 0;
}
.location-confirm .two.form h5 {
  font-size: 30px;
}
.location-confirm .two.form > div {
  border: 0 !important;
}
.location-confirm .two.form > div.fullw {
  width: 100%;
  padding-bottom: 0;
}
.location-confirm .two.form label b {
  display: block;
  color: #5d8aaa;
  font-size:13px;
  padding-bottom:5px;
  letter-spacing:1px;
}
.location-confirm .two.form label input[type=text], .location-confirm .two.form label select, .location-confirm .two.form label textarea {
  width: 100%;
  border: 2px solid #ebf7ff;
  padding: 15px 14px;
  font-size:14px;
  font-weight:600;
  letter-spacing:1px;
}
.location-confirm .forms {
  width:65%;
  flex:0 0 auto;
}
.location-confirm .form-container {
  border: 2px solid green;
  padding: 30px;
  border: 4px solid #ebf7ff;
  position: relative;
  padding-top: 35px;
  color: #5d8aaa;
  margin-bottom: 40px;
}
.location-confirm .form-container:last-child {
  margin-bottom: 0;
}
.location-confirm .form-container h2 {
  display: inline-block;
  background: white;
  padding: 20px;
  font-size: 18px;
  position: absolute;
  top: -2px;
  left: 46px;
  color: #4b738f;
  text-transform: uppercase;
  letter-spacing:1.5px;
  transform: translate3d(0,-50%,0);
}
.location-confirm .form-container .rules {
  padding: 0 36px;
  padding-top: 5px;
  width:100%;
}
.location-confirm .form-container .rules ul {
  margin-bottom:0;
}
.location-confirm .right2 .two > div {
    padding:0;
}
#payment-form input {
  border: 2px solid red;
}

#card-element {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Stili per i messaggi di errore */
#card-errors {
  color: #dc3545;
  margin-top: 10px;
}

.modalitaPagamento {
  display: inline-block;
  border: 2px solid red;
  border: 2px solid rgba(93, 138, 170, 0.2);
  padding: 13px 15px;
  cursor: pointer;
  line-height: 1;
  margin-right: 10px;
}
.modalitaPagamento:last-of-type {
  margin-right: 0;
}
.modalitaPagamento span {
  font-size: 15px;
}
.modalitaPagamento.selected {
  border: 2px solid #5d8aaa;
}
div.privacy {
    margin-top:35px;
    margin-bottom:15px;
}
div.privacy input {
    display:none;
}
.containerCheck {
  display: flex;
  align-items:flex-start;
  position: relative;
  cursor: pointer;
  line-height:1;
  font-size:0;
  text-align:left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.containerCheck span.newcheckbox {
  position:relative;
}
.containerCheck span.newcheckbox .icon {
  font-size:19px;
  font-weight:bolder;
}
.containerCheck span.newcheckbox .icon:not(.checked) {
  color:rgba(92,137,169,0.35);
}
.containerCheck span.newcheckbox .icon.checked {
  position:absolute;
  top:0;
  left:0;
  visibility:hidden;
  color:#39c175;
}
.containerCheck.accepted span.newcheckbox .icon:not(.checked) {
  visibility:hidden;
}
.containerCheck.accepted span.newcheckbox .icon.checked {
  visibility:visible;
}
.containerCheck span.text {
  font-size:14px;
  padding-top:2px;
  padding-left:10px;
  font-style:italic;
  line-height:1.2;
}
.containerCheck span.text a {
  color:inherit;
  font-weight:500;
  transition:opacity 0.5s ease;
}
.containerCheck span.text a:hover {
  opacity:0.65;
}

/* Hide the browser's default checkbox */
.containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  transition:background-color 0.5s ease;
}

/* On mouse-over, add a grey background color */
.containerCheck:hover input ~ .checkmark {
  background-color: #ddd;
}

/* When the checkbox is checked, add a blue background */
.containerCheck input:checked ~ .checkmark {
  background-color: #1ce0b0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*# sourceMappingURL=app.css.map */