.webto_userslider_slider {
  margin: -1em 0 2em 0;
  display: block;
  max-width: 100%;
  position: relative;
  background-color: #ebebeb;
}
.webto_userslider_slider .slide {
  display: none;
  color: #275b91;
}
.webto_userslider_slider .slide:first-child {
  display: block;
}
.webto_userslider_slider .slide.layout1 {
  color: #fff;
}
.webto_userslider_slider .slide.layout2 {
  color: #fff;
}
.webto_userslider_slider .slide.layout2 h2 {
  padding: .25em;
  color: #fff;
  background-color: rgba(39, 91, 145, 0.6);
  -webkit-border-radius: 0.25em;
  --moz-border-radius: 0.25em;
  border-radius: 0.25em;
  background-clip: padding-box;
}
.webto_userslider_slider .centerBlock {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.webto_userslider_slider img {
  display: block;
  width: 180%;
  max-width: none;
  margin: 0 -40%;
  padding: 0;
}
.webto_userslider_slider h2 {
  position: absolute;
  top: 1.5em;
  right: 2em;
  color: inherit;
  margin: .25em 0;
  font-size: 4em;
  text-transform: uppercase;
  text-align: left;
  line-height: 1em;
  -webkit-transform: rotate(357.5deg);
  -moz-transform: rotate(357.5deg);
  -o-transform: rotate(357.5deg);
  writing-mode: horizontal-tb;
}
.webto_userslider_slider h2 small {
  display: block;
  font-family: 'Kalam', cursive;
  font-size: .575em;
  text-transform: none;
  line-height: 1em;
  padding-top: .375em;
  padding-left: 1em;
}
.webto_userslider_slider a {
  display: block;
  color: inherit;
}
.webto_userslider_slider a._bookingButton {
  display: block;
  float: right;
  margin: 0;
  padding: .5em 1em;
  color: #fff;
  background-color: #ffba00;
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.5em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  --moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  --moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition-property: all;
  --webkit-transition-duration: 0.15s;
  --webkit-transition-timing-function: ease-in-out;
  --moz-transition-property: all;
  --moz-transition-duration: 0.15s;
  --moz-transition-timing-function: ease-in-out;
  --ms-transition-property: all;
  --ms-transition-duration: 0.15s;
  --ms-transition-timing-function: ease-in-out;
  --o-transition-property: all;
  --o-transition-duration: 0.15s;
  --o-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  position: absolute;
  right: 6%;
  top: 37%;
  z-index: 1;
  -webkit-transform: rotate(357.5deg);
  -moz-transform: rotate(357.5deg);
  -o-transform: rotate(357.5deg);
  writing-mode: horizontal-tb;
}
.webto_userslider_slider .slider-booking {
  position: absolute;
  right: -1em;
  bottom: 5.5em;
  width: 33.33333333%;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  --moz-box-sizing: border-box;
  box-sizing: border-box;
}
.webto_userslider_slider .slider-booking .tx_usersite_bookingsmallform {
  margin: 0;
}
.webto_userslider_slider nav {
  position: absolute;
  right: 0;
  bottom: 2em;
}
.webto_userslider_slider nav button {
  display: block;
  float: left;
  margin: 0 0 0 1em;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  border: .8em solid #fff;
  outline: none;
  cursor: pointer;
  background-color: #275b91;
  -webkit-box-sizing: border-box;
  --moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  --moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition-property: all;
  --webkit-transition-duration: 0.15s;
  --webkit-transition-timing-function: ease-in-out;
  --moz-transition-property: all;
  --moz-transition-duration: 0.15s;
  --moz-transition-timing-function: ease-in-out;
  --ms-transition-property: all;
  --ms-transition-duration: 0.15s;
  --ms-transition-timing-function: ease-in-out;
  --o-transition-property: all;
  --o-transition-duration: 0.15s;
  --o-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
.webto_userslider_slider nav button.active {
  border-width: 0;
}
@media screen and (max-width: 1200px) {
  .webto_userslider_slider .slide.layout2 a._bookingButton {
    left: 1%;
    right: auto;
    bottom: 20%;
    top: auto;
  }
  .webto_userslider_slider .slide.layout1 a._bookingButton {
    left: 1%;
    right: auto;
    bottom: 25%;
    top: auto;
  }
  .webto_userslider_slider .slide a._bookingButton {
    right: 25%;
    top: 43%;
  }
}
@media screen and (max-width: 1024px) {
  .webto_userslider_slider .slide.layout2 a._bookingButton {
    left: 1%;
    right: auto;
    bottom: 10%;
    top: auto;
  }
  .webto_userslider_slider .slide.layout1 a._bookingButton {
    left: auto;
    right: 1%;
    bottom: 35%;
    top: auto;
  }
  .webto_userslider_slider .slide a._bookingButton {
    right: 29%;
    top: 50%;
  }
}
@media screen and (max-width: 967px) {
  .webto_userslider_slider .slide.layout2 a._bookingButton {
    left: auto;
    right: 1%;
    bottom: 12%;
    top: auto;
    font-size: 1.5em;
  }
  .webto_userslider_slider .slide.layout1 a._bookingButton {
    display: none;
  }
  .webto_userslider_slider .slide a._bookingButton {
    right: 36%;
    top: 58%;
  }
}
@media screen and (max-width: 768px) {
  .webto_userslider_slider {
    margin-bottom: 1em;
  }
  .webto_userslider_slider nav {
    bottom: 1em;
  }
  .webto_userslider_slider nav button {
    width: 1em;
    height: 1em;
    border: .6em solid #fff;
    margin: 0 0 0 .5em;
  }
  .webto_userslider_slider .slider-booking,
  .webto_userslider_slider h2,
  .webto_userslider_slider a._bookingButton {
    display: none;
  }
}
