@charset "UTF-8";
/* Scss Document */
html {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "effra", sans-serif;
  font-size: 13px;
  color: #71706f;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Scss Document */
header {
  background-color: #fff;
  padding: 0 0 1rem 0;
  position: relative;
  z-index: 999;
}
header .greysubnav {
  background-color: #F3F2F0;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .greysubnav {
    background-color: transparent;
  }
}
header .greysubnav .greynavbox {
  float: left;
  padding: 1rem;
}
header .greysubnav .contactnumber {
  color: #830033;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  header .greysubnav .contactnumber {
    display: none;
  }
}
header .greysubnav .loginbtn {
  background-color: #830033;
  float: right;
  padding: 1rem;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
header .greysubnav .loginbtn .icon:before {
  font-size: 1.2rem;
  margin-right: 3px;
  color: #fff;
}
header .greysubnav .reservationbtn {
  background-color: #5e5d5c;
  float: right;
  padding: 1rem;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  header .greysubnav .reservationbtn {
    font-size: 11px;
  }
}
header .logowrapper {
  padding-top: 1rem;
}
header .logowrapper img {
  max-width: 200px;
  width: 100%;
}

.clear {
  clear: both;
}

@media only screen and (max-width: 990px) {
  .greysubnav {
    width: 79% !important;
    float: left;
    margin: 0 !important;
  }
  .greysubnav .loginbtn {
    font-size: 11px;
  }
  .greysubnav .mobilenumber {
    font-size: 1rem;
  }
  .greysubnav .mobilenumber .icon:before {
    margin-right: 5px;
  }

  .logowrapper {
    padding-top: 5px !important;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .headercols {
    padding: 5px;
  }

  header {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 580px) {
  .greysubnav {
    background-color: transparent !important;
  }
  .greysubnav .contactnumber {
    display: none !important;
  }
}
/* Scss Document */
nav {
  font-size: 1.7rem;
}
nav ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
nav ul li {
  list-style: none;
  display: inline-block;
  padding-left: 3.5rem;
}
nav ul li a {
  color: #000;
  text-decoration: none;
}
nav ul li:first-child {
  margin: 0;
}

@media only screen and (max-width: 990px) {
  nav ul {
    padding: 15px;
    width: 80%;
    max-width: 300px;
    top: 0;
    display: none;
    background-color: #830033;
    position: fixed;
    z-index: 10;
    right: 0;
    height: 100%;
  }
  nav ul li {
    display: block;
    padding: 15px 0;
    text-align: left;
    color: #fff;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
  }
  nav ul li a {
    color: #fff;
  }
  nav ul li a:hover {
    color: #fff;
  }
  nav ul li a:active {
    color: #fff;
  }
  nav ul li a:focus {
    color: #fff;
  }
  nav ul li:first-child {
    margin-top: 60px;
  }
}
/* Scss Document */
.iconswrapper {
  padding: 30px 0 !important;
}
.iconswrapper .iconblock {
  font-size: 1.8rem;
}
.iconswrapper .iconblock img {
  height: 60px;
  float: left;
  margin-right: 10px;
}

.loyaltypointsbar {
  background-color: #0b426e;
  color: #fff;
  font-size: 1.8rem;
  padding: 1rem 0;
}
.loyaltypointsbar .container {
  display: table;
  vertical-align: middle;
}
.loyaltypointsbar .loyaltycontent {
  display: table-cell;
  vertical-align: middle;
  min-height: 50px;
}
.loyaltypointsbar .loyaltybutton {
  display: table-cell;
}
.loyaltypointsbar .whiteghostbtn {
  clear: both;
  float: right;
  margin-left: 10px;
}

.homepagecontent {
  padding: 3rem 0;
}
.homepagecontent .featuredcarousel .thumbnailblock {
  outline: none;
}
.homepagecontent .featuredcarousel .thumbnailblock a {
  height: 300px;
  display: block;
}
.homepagecontent .featuredcarousel .thumbnailblock img {
  object-fit: cover;
}
.homepagecontent .featuredcarousel .thumbnailblock .thumbnailblocktext {
  min-height: 95px;
}
@media only screen and (max-width: 768px) {
  .homepagecontent .featuredcarousel .thumbnailblock .thumbnailblocktext {
    min-height: 228px;
  }
}
@media only screen and (max-width: 640px) {
  .homepagecontent .featuredcarousel .thumbnailblock .thumbnailblocktext {
    min-height: 116px;
  }
}
.homepagecontent .featuredcarousel .thumbnailblock .thumbnailblocktext .featuredhoteltext a img {
  object-fit: contain;
}

.thumbnailblock img {
  display: block;
  width: 100%;
  height: auto;
}
.thumbnailblock h3 {
  color: #830033;
  font-size: 2rem;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 10px;
  min-height: 50px;
}
.thumbnailblock h3 a {
  color: #830033;
  font-size: 1.5rem;
}
.thumbnailblock p {
  min-height: 80px;
}
.thumbnailblock p a {
  color: #830033;
}
.thumbnailblock .thumbnailblocktext {
  padding: 1rem;
  background-color: #F3F2F0;
}

.homepagecolumn-wrap {
  display: flex;
  flex-wrap: wrap;
}

.homepagecolumn:first-child {
  padding-right: 50px;
}
.homepagecolumn:first-child .magcarousel .slicktrack {
  display: flex;
  flex-wrap: wrap;
}

.homepagecolumn:last-child {
  padding-left: 50px;
}
.homepagecolumn:last-child .thumbnailblock {
  height: 100%;
}
.homepagecolumn:last-child .thumbnailblock .thumbnailblocktext {
  height: 100%;
}

.homepagecolumn .homepagecolumn-inner {
  position: relative;
  padding-bottom: 70px;
  height: 100%;
  overflow: hidden;
}
.homepagecolumn .homepagecolumn-inner .magcarousel .thumbnailblock img {
  object-fit: cover;
}
.homepagecolumn .homepagecolumn-inner .magcarousel .thumbnailblock .thumbnailblocktext {
  outline: none;
}
@media only screen and (max-width: 640px) {
  .homepagecolumn .homepagecolumn-inner .magcarousel .thumbnailblock .thumbnailblocktext {
    min-height: 227px;
  }
}
@media only screen and (max-width: 640px) {
  .homepagecolumn .homepagecolumn-inner .magcarousel .slick-next,
.homepagecolumn .homepagecolumn-inner .magcarousel .slick-prev {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .homepagecolumn .homepagecolumn-inner .magcarousel .slick-dots {
    bottom: -24px;
  }
}
.homepagecolumn .redbutton {
  width: 100%;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.featuredhoteltext {
  display: table;
  font-size: 1.7rem;
  min-height: 50px;
}
@media only screen and (max-width: 1024px) {
  .featuredhoteltext {
    display: flex;
  }
}
.featuredhoteltext p {
  display: table-cell;
  vertical-align: middle;
}
.featuredhoteltext p a {
  color: #830033;
}
.featuredhoteltext a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  height: auto !important;
}
.featuredhoteltext a img {
  width: 30px;
}

.rewardspanel {
  background-color: #0b426e;
}
.rewardspanel .whitebtn {
  display: inline-block;
  margin-right: 5%;
  min-width: 40%;
  background-color: #fff;
  color: #0b426e;
}
.rewardspanel .whitebtn a {
  color: #0b426e;
}

.colourpanelwrapper {
  color: #fff;
  position: relative;
}
.colourpanelwrapper .overlapsub h3:after {
  background-color: #fff;
}
.colourpanelwrapper .btn {
  margin-right: 20px;
}
.colourpanelwrapper .checkcontainer {
  color: #fff;
}
.colourpanelwrapper input[type=email] {
  border: solid 1px #fff;
  background-color: transparent;
  padding: 1rem;
  color: white;
  font-size: 1.8rem;
  margin-top: 3px;
  margin-right: 10px;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.colourpanelwrapper input[type=submit] {
  color: #e58a1c;
  margin: auto;
  display: block;
  width: 60%;
  margin-top: 10px;
}
.colourpanelwrapper input[type=checkbox] {
  display: inline;
}
.colourpanelwrapper label {
  display: inline;
  font-weight: normal;
  margin-left: 10px;
  font-size: 1.4rem;
}
.colourpanelwrapper label a {
  text-decoration: underline;
  color: #fff;
}
.colourpanelwrapper input::placeholder {
  color: #fff;
}
.colourpanelwrapper .container {
  position: relative;
}
.colourpanelwrapper .textbkg {
  font-size: 10rem;
  opacity: 0.1;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -20px;
  margin-left: -30px;
  position: absolute;
  top: 0;
  left: -30px;
  line-height: 1;
  width: 100%;
}

.pagebannerwrapper {
  color: #71706f !important;
  background-color: #F3F2F0;
}
.pagebannerwrapper .overlapsub {
  text-align: left;
}
.pagebannerwrapper .overlapsub h3,
.pagebannerwrapper .overlapsub h1 {
  margin-top: -30px;
  font-size: 5rem;
  text-align: left;
}
.pagebannerwrapper .overlapsub h2 {
  font-size: 7.5rem;
  text-align: left;
  opacity: 0.1;
}
.pagebannerwrapper .overlapsub h3:after,
.pagebannerwrapper .overlapsub h1:after {
  background-color: #71706f;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.pagebannerwrapper .colourpaneltext p {
  font-size: 1.5rem !important;
}

.colourpaneltext {
  padding: 4rem 0;
}
.colourpaneltext h2 {
  font-size: 9rem;
  opacity: 0.1;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -20px;
  margin-left: -30px;
}
.colourpaneltext p {
  font-size: 2rem;
}

.curveimg {
  width: 40%;
  position: absolute;
  overflow: hidden;
}
.curveimg img {
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}

.curveimgright {
  right: 0;
  top: 0;
  height: 100%;
  mask-image: url(../images/curveright.svg);
  mask-position: left bottom;
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-composite: exclude;
  -webkit-mask-image: url(../images/curveright.svg);
  -webkit-mask-position: left bottom;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-composite: exclude;
  -moz-mask-image: url(../images/curveright.svg);
  -moz-mask-position: left bottom;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: cover;
  -moz-mask-composite: exclude;
  padding-bottom: 80px;
}

.curveimgleft {
  left: 0;
  top: 0;
  height: 100%;
  mask-image: url(../images/curveleft.svg);
  mask-position: right bottom;
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-composite: exclude;
  -webkit-mask-image: url(../images/curveleft.svg);
  -webkit-mask-position: right bottom;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-composite: exclude;
  -moz-mask-image: url(../images/curveleft.svg);
  -moz-mask-position: right bottom;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: cover;
  -moz-mask-composite: exclude;
  padding-bottom: 80px;
}

.logoslider .logosliderblock {
  padding: 30px;
  cursor: pointer;
  outline: none !important;
}
.logoslider .logosliderblock img {
  display: block;
  margin: auto;
  height: 25px;
  transition: all 0.5s ease 0s;
}
.logoslider .logosliderblock:hover {
  background: #F3F2F0;
  opacity: 0.6;
  outline: none !important;
}
.logoslider .slick-current {
  background-color: #F3F2F0;
}

.hotelpreviewslider {
  background-color: #F3F2F0;
}

.hotelpreviewimage {
  float: right;
  width: 50%;
  height: 380px;
}
@media only screen and (max-width: 1200px) {
  .hotelpreviewimage {
    height: 350px;
  }
}
@media only screen and (max-width: 800px) {
  .hotelpreviewimage {
    height: 410px;
  }
}
.hotelpreviewimage img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hotelpreviewtext {
  padding: 20px;
  width: 50%;
  font-size: 1.5rem;
  float: left;
}
.hotelpreviewtext h3 {
  font-weight: bold;
  font-size: 2.8rem;
  text-align: left;
}
.hotelpreviewtext .greyghostbtn {
  margin-top: 20px;
  display: inline-block;
}

.newsletterpanel {
  background-color: #e58a1c;
}
.newsletterpanel .whitebtn {
  background-color: #fff;
}
.newsletterpanel .whitebtn a {
  color: #e58a1c;
}

.colourpanelleft .textbkg {
  text-align: right;
  right: -30px;
}
.colourpanelleft .colourpaneltext {
  float: right;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media only screen and (max-width: 1999px) {
  .iconswrapper .iconblock {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
  }
  .iconswrapper .iconblock img {
    height: 50px;
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 1360px) {
  .pagebannerwrapper .curveimg {
    text-align: center;
  }
  .pagebannerwrapper .curveimg img {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  .curveimg {
    width: 30%;
  }
  .curveimg img {
    height: 100%;
    width: auto;
  }

  .pagebannerwrapper .curveimg img {
    right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .homepagecolumn:first-child {
    padding-right: 15px;
  }

  .homepagecolumn:last-child {
    padding-left: 15px;
  }
  .homepagecolumn:last-child .thumbnailblock {
    height: auto;
    background: #F3F2F0;
    display: table;
  }
  .homepagecolumn:last-child .thumbnailblock img {
    display: table-cell;
    width: 100%;
  }
  .homepagecolumn:last-child .thumbnailblock .thumbnailblocktext {
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }

  .homepagecolumn {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .homepagecolumn {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .iconswrapper {
    background-color: #F3F2F0;
  }
  .iconswrapper .iconblock {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
    line-height: 1;
  }
  .iconswrapper .iconblock img {
    height: 30px;
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }

  .loyaltypointsbar {
    font-size: 1.2rem;
    padding: 1rem 0;
    font-weight: normal;
  }
  .loyaltypointsbar .whiteghostbtn {
    clear: both;
    float: right;
    font-size: 0.9rem;
  }

  .homepagecolumn:first-child {
    padding-right: 15px;
  }

  .homepagecolumn:last-child {
    padding-left: 15px;
  }
  .homepagecolumn:last-child .thumbnailblock {
    height: auto;
    background: none;
    display: block;
  }
  .homepagecolumn:last-child .thumbnailblock img {
    display: block;
  }
  .homepagecolumn:last-child .thumbnailblock .thumbnailblocktext {
    width: 100%;
    display: block;
  }

  .homepagecolumn {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .afflogos img {
    height: 20px;
    margin: 10px;
    display: inline-block;
  }

  .colourpaneltext {
    padding: 20px 15px;
  }
  .colourpaneltext p {
    font-size: 1.5rem;
  }
  .colourpaneltext .btn {
    font-size: 1.3rem !important;
  }

  .pagebannerwrapper .overlapsub h3,
.pagebannerwrapper .overlapsub h1 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 580px) {
  .curveimg {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    -moz-mask-image: none !important;
  }
  .curveimg img {
    width: 100% !important;
    height: auto !important;
    position: relative;
    display: block;
  }

  .colourpanelwrapper .textbkg {
    display: none;
  }
  .colourpanelwrapper .colourpaneltext {
    text-align: center;
    padding: 0 15px 15px 15px;
    width: 100% !important;
  }
  .colourpanelwrapper .colourpaneltext p {
    font-size: 1.3rem;
  }
  .colourpanelwrapper .btn {
    font-size: 1rem !important;
  }
  .colourpanelwrapper .overlapsub h3:after {
    background-color: #fff;
  }
  .colourpanelwrapper input {
    font-size: 1.2rem !important;
    width: 150px;
    padding: 8px;
    margin-top: 5px;
  }

  .pagebannerwrapper .curveimg {
    height: 180px;
  }
  .pagebannerwrapper .curveimg img {
    left: 0;
    top: -12%;
    width: 100% !important;
    height: auto !important;
  }
  .pagebannerwrapper .colourpaneltext p {
    display: none;
  }
  .pagebannerwrapper .overlapsub h3:after,
.pagebannerwrapper .overlapsub h1:after {
    background-color: #71706f !important;
    margin: auto !important;
    margin: 10px 0;
  }
  .pagebannerwrapper .overlapsub h3,
.pagebannerwrapper .overlapsub h1 {
    text-align: left;
    font-size: 3rem;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
  }
  .pagebannerwrapper .overlapsub h2 {
    text-align: center;
  }
}
/* Scss Document */
.footerlinks {
  float: left;
  color: #71706f;
}
.footerlinks a {
  color: #71706f;
}
.footerlinks ul {
  margin: 0;
  padding: 0;
}
.footerlinks ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px #71706f;
}

.footersocial {
  float: left;
  margin-left: 20px;
}
.footersocial img {
  margin-right: 15px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 5px;
}

.footercopy {
  text-align: right;
}

footer {
  padding: 20px 0;
  font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
  .footerlinks {
    float: none;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
  }

  .footersocial {
    float: none;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
  }

  .footercopy {
    float: none;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: none;
  float: right;
  padding: 5px 0 0 0;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #830033;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

@media only screen and (max-width: 990px) {
  .hamburger {
    display: block;
    float: right;
    max-width: 20%;
    margin-left: 5%;
  }

  .hamburger.is-active {
    background-color: #fff;
    z-index: 999;
    position: absolute;
    right: 20px;
  }
}
/* Scss Document */
.hotelblock {
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.hotelblockmap {
  max-width: 250px;
}

.hotelblockimg {
  width: 30%;
  float: left;
  position: absolute;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.hotelblockimg img {
  height: 100%;
  width: auto;
}

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

.hotelblocktext {
  float: right;
  width: 70%;
  padding: 10px;
}

.hoteldesc {
  float: left;
  width: 70%;
  padding: 20px;
  border-right: solid 1px #cac8c9;
}

.hoteltop h2 {
  color: #5e5d5c;
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
}
.hoteltop h2 a {
  color: #5e5d5c;
}
.hoteltop .stars {
  float: right;
  font-size: 1.3rem;
  color: #5e5d5c;
  padding: 3px 0;
}
.hoteltop .stars .yellowstar.icon:before {
  color: #e58a1c;
}

.hotelprice {
  float: right;
  width: 30%;
  padding: 20px;
}
.hotelprice .redbutton {
  font-size: 12px;
}

.hotellogo {
  margin-bottom: 25px;
}
.hotellogo img {
  max-width: 100%;
  width: 100px;
}

.hotellocation {
  color: #5e5d5c;
  font-size: 1.3rem;
  margin: 10px 0;
  opacity: 0.7;
}
.hotellocation .icon {
  font-size: 1.5rem;
  margin-right: 5px;
}

.hotelblurb {
  font-size: 1.5rem;
  color: #000;
}

.pricewrapper {
  color: #5e5d5c;
  line-height: 1.2;
  margin-bottom: 20px;
}

.singlehotellogo img {
  max-width: 100%;
  height: auto;
}

.mainprice {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}

.unavailablewrapper {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.hotelamenities {
  margin-top: 20px;
}
.hotelamenities .icon {
  font-size: 2rem;
  margin-right: 5px;
}
.hotelamenities img {
  max-width: 150px;
  height: auto;
}

.hotelmapcontent {
  padding: 10px;
  text-align: center;
}
.hotelmapcontent .hoteltop h2 {
  font-size: 15px;
}
.hotelmapcontent .hoteltop .stars {
  padding: 5px 0 !important;
  float: none;
}
.hotelmapcontent .hoteltop .hotellogo {
  margin-bottom: 10px !important;
}
.hotelmapcontent .anchor-item {
  font-size: 15px;
  color: #fff;
  background-color: #830033;
  border: 0;
  text-transform: uppercase;
  padding: 1rem;
  border-radius: 0;
  font-weight: bold;
  display: inline-block;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.hotelmapcontent .pricewrapper {
  width: 50%;
  float: left;
  text-align: left;
  margin-bottom: 0;
}
.hotelmapcontent .pricewrapper .mainprice {
  display: inline-block;
}
.hotelmapcontent .redbutton {
  font-size: 15px;
}

.roomavailabilityamenities .room-desc-wrapper {
  font-size: 1.5rem;
  text-align: left;
}
.roomavailabilityamenities .room-desc-wrapper .room-desc.usereadmoredescription {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  float: left;
}
.roomavailabilityamenities .room-desc-wrapper .room-desc.usereadmoredescription:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 22px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, white 100%);
  bottom: 0;
  left: 0;
}
.roomavailabilityamenities a.readmore {
  color: #830033;
  display: block;
  float: left;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  border: solid 1px #830033;
  margin-top: 1rem;
  text-decoration: none;
  width: auto;
}

.mapandreviews {
  margin-top: 2rem;
}

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

@media only screen and (max-width: 1999px) {
  .hotelprice .redbutton {
    font-size: 1.2rem;
  }
  .hotelprice .redbutton:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 990px) {
  .hotelblockimg {
    height: auto;
    width: 30%;
    position: relative;
    overflow: visible;
  }
  .hotelblockimg img {
    height: auto;
    width: 100%;
  }

  .hotelblockimg:after {
    content: ". ";
    height: 1px;
    background-color: #cac8c9;
    right: -225%;
    width: 215%;
    position: absolute;
    bottom: 0;
  }

  .hoteldesc {
    padding: 10px;
  }

  .hoteltop {
    float: right;
    width: 70%;
    padding-bottom: 20px;
  }
  .hoteltop .hotellogo {
    margin-bottom: 15px;
  }
  .hoteltop .hotellogo img {
    width: 80px;
  }
  .hoteltop h2 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .hoteltop h2 .stars {
    float: none;
    display: inline-block;
    margin-left: 10px;
    padding: 0;
  }

  .hotelblocktext {
    width: 100%;
    float: none;
  }

  .hoteldesc {
    float: none;
    width: 100%;
    border-right: 0;
    border-bottom: solid 1px #cac8c9;
  }

  .hotelprice {
    float: none;
    width: 100%;
    padding: 10px;
  }

  .pricewrapper {
    width: 50%;
    float: left;
    margin: 0 10px;
  }
  .pricewrapper span {
    display: block;
  }
  .pricewrapper .mainprice {
    display: inline;
  }

  .redbutton {
    float: right;
  }
}
@media only screen and (max-width: 990px) {
  .hotelblockimg {
    width: 40%;
  }

  .hoteltop {
    width: 60%;
    padding-left: 10px;
  }

  .hotelblockimg:after {
    right: -140%;
    width: 135%;
  }

  .hoteldesc {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .col-body,
.col-sidebar {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 380px) {
  .hotellogo {
    margin-bottom: 10px !important;
  }

  .hoteltop h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .pricewrapper span {
    display: inline;
  }

  .hotelblockimg {
    height: 100px;
  }
  .hotelblockimg img {
    height: 100%;
    width: auto;
    max-width: 100%;
  }
}
/* Scss Document */
.bannerwrapper {
  background-repeat: no-repeat;
  background: linear-gradient(rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0)), url(../images/banner.jpg);
  background-size: cover;
  background-position: top center;
  position: relative;
  /*mask-image: url(images/curve.svg);
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-composite: exclude;
  -webkit-mask-image: url(images/curve.svg);
  -webkit-mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-composite: exclude;
  -moz-mask-image: url(images/curve.svg);
  -moz-mask-position: center bottom;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: cover;
  -moz-mask-composite: exclude;*/
}
.bannerwrapper .filterwrapper {
  margin-bottom: 15%;
}

notfound {
  height: calc(100vh - 142px);
}

.curveimgwhite {
  position: absolute;
  bottom: -1px;
  width: 100%;
}
.curveimgwhite img {
  width: 100%;
  display: block;
  height: auto;
}

.bannercontent {
  text-align: center;
  color: #fff;
  margin-top: 80px;
}
.bannercontent h1 {
  font-size: 4em;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.3;
  margin: 0;
}
.bannercontent h2 {
  margin: 0;
  margin-top: -25px;
  font-size: 4rem;
  font-weight: bold;
}
.bannercontent h2:after {
  content: "";
  max-width: 90%;
  width: 300px;
  background-color: #fff;
  height: 1px;
  margin: auto;
  display: block;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.bannercontent p {
  font-size: 1.5em;
}

.brandbannerwrapper {
  background-color: #fff;
}

@media only screen and (max-width: 1360px) {
  .pagebannernotext .curveimg img {
    height: auto !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 1170px) {
  .pagebannernotext .curveimg img {
    height: 100% !important;
    width: auto !important;
  }
}
@media only screen and (max-width: 990px) {
  .pagebannerwrapper .overlapsub h2 {
    font-size: 5.5rem !important;
  }
  .pagebannerwrapper .overlapsub h1,
.pagebannerwrapper .overlapsub h3 {
    font-size: 4rem !important;
  }

  .filterwrapper {
    margin-top: 25px;
    margin-bottom: 0 !important;
  }
  .filterwrapper label {
    display: none;
  }
  .filterwrapper input {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .filterwrapper select {
    font-size: 17px;
  }

  .pagebannernotext .curveimg img {
    height: 100% !important;
    width: auto !important;
    left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .bannerwrapper {
    padding-bottom: 0 !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    -moz-mask-image: none !important;
  }
  .bannerwrapper .curveimgwhite {
    display: none;
  }
  .bannerwrapper .container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .bannercontent {
    margin-top: 25px;
  }
  .bannercontent h1 {
    font-size: 2.4em;
  }
  .bannercontent h2 {
    margin-top: -15px;
    font-size: 3rem;
  }
  .bannercontent p {
    font-size: 1em;
  }

  .filterwrapper {
    margin-top: 25px;
    margin-bottom: 0 !important;
  }
  .filterwrapper label {
    display: none;
  }
  .filterwrapper input {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .filterwrapper select {
    font-size: 17px;
  }

  .advancedtoggle {
    margin-top: 10px;
  }

  .pagebannernotext .overlapsub h2 {
    font-size: 5.5rem !important;
    display: block;
  }
  .pagebannernotext .overlapsub h1,
.pagebannernotext .overlapsub h3 {
    font-size: 4rem !important;
    text-transform: uppercase;
    margin-top: -30px !important;
  }
  .pagebannernotext .overlapsub h1:after,
.pagebannernotext .overlapsub h3:after {
    content: none;
  }
}
@media only screen and (max-width: 580px) {
  .pagebannernotext .overlapsub h2 {
    text-align: center !important;
  }
  .pagebannernotext .curveimg img {
    left: 0 !important;
    top: -12% !important;
    width: 100% !important;
    height: auto !important;
  }

  .pagebannerwrapper .curveimg img {
    left: 0 !important;
    top: -12% !important;
    width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 400px) {
  .pagebannernotext .overlapsub h2,
.pagebannerwrapper .overlapsub h2 {
    display: none !important;
  }
  .pagebannernotext .overlapsub h1,
.pagebannernotext .overlapsub h1,
.pagebannerwrapper .overlapsub h1,
.pagebannerwrapper .overlapsub h1 {
    margin-top: 0 !important;
  }
}
/* Scss Document */
.filterwrapper input,
.filterwrapper select {
  padding: 1rem;
  border: solid 1px #71706f;
  width: 100%;
  display: block;
  color: #71706f;
  border-radius: 0;
}
.filterwrapper select {
  padding: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.filterwrapper input:placeholder {
  color: #71706f;
}
.filterwrapper .locationfield {
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 50px;
}
.filterwrapper .datefield {
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 38px;
}
.filterwrapper .peoplefield {
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 30px;
}
.filterwrapper .locationfield {
  background-image: url(../images/location.png);
  background-size: 40px;
}
.filterwrapper .datefield {
  background-image: url(../images/calendar.png);
  background-size: 25px;
}
.filterwrapper .peoplefield {
  background-image: url(../images/login.png);
  background-size: 20px;
}
.filterwrapper label {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.filterwrapper .leavingfromfield {
  background-image: url(../images/location.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 50px;
}
.filterwrapper .advancedtoggle {
  margin-bottom: 5px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 10px;
}
.filterwrapper .advancedtoggle .icon {
  display: inline-block;
}
.filterwrapper .advancedtoggle .icon:before {
  font-size: 1.5rem;
  margin-right: 5px;
  vertical-align: middle;
}
.filterwrapper .advancedtoggle .rotateicon {
  transform: rotate(45deg) !important;
  display: inline-block;
}

.bannerfiltercon {
  margin-bottom: 30px;
  margin-top: 50px;
}
.bannerfiltercon .filtertabs {
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .bannerfiltercon .filtertabs {
    padding: 0 16px;
  }
}
.bannerfiltercon .filtertabs .tab {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  width: 200px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 17px;
  font-weight: 700;
  max-width: 30%;
}
.bannerfiltercon .filtertabs .tab.active {
  background: #fff;
}
.bannerfiltercon .bannerfilter {
  background-color: #fff;
  padding: 2rem;
}
.bannerfiltercon .bannerfilter #filter-flight,
.bannerfiltercon .bannerfilter #filter-hotel {
  display: none;
}
.bannerfiltercon .bannerfilter #filter-flight.active,
.bannerfiltercon .bannerfilter #filter-hotel.active {
  display: block;
}
.bannerfiltercon .bannerfilter input[type=submit] {
  background-color: #830033;
  border: 0;
  color: #fff;
}
.bannerfiltercon .bannerfilter .redbutton {
  width: 100%;
  padding: 1rem;
}
.bannerfiltercon .bannerfilter label {
  color: #71706f;
}
.bannerfiltercon .bannerfilter #filter-flight .mb20 {
  margin-bottom: 20px;
}
.bannerfiltercon .bannerfilter #filter-flight .flights-buttons {
  color: #830033;
  background: #fff;
  border: 1px solid #830033;
  width: 100px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
  display: inline-block;
}
.bannerfiltercon .bannerfilter #filter-flight .flights-buttons.active {
  background: #830033;
  color: #fff;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker {
  display: none;
  position: absolute;
  z-index: 10;
  background: #F3F2F0;
  padding: 10px;
  width: 270px;
  margin-top: 20px;
  box-shadow: -2px -2px 5px #ccc, 2px -2px 5px #ccc, 2px 2px 5px #ccc, -2px 2px 5px #ccc;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 36px;
  height: 36px;
  z-index: -1;
  box-shadow: 0px 0px 1px #ccc;
  background: #F3F2F0;
  top: -5px;
  left: 15px;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker.active {
  display: block;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner {
  float: left;
  background: #fff;
  padding: 10px;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option {
  float: left;
  width: 100%;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option label {
  float: left;
  padding-top: 10px;
  text-transform: inherit;
  display: block;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber {
  position: relative;
  float: right;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber input[type=number]::-webkit-inner-spin-button,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber input[type=number]::-webkit-outer-spin-button,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber input[type=number]::-webkit-inner-spin-button,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber input[type=number]::-webkit-outer-spin-button,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber input[type=number]::-webkit-inner-spin-button,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber input[type=number],
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber input[type=number],
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber input[type=number] {
  -moz-appearance: textfield;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber input,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber input,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber input {
  width: 76px;
  height: 35px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
  margin-left: 20px;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber input:focus,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber input:focus,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber input:focus {
  outline: 0;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber .adultpassengernumber-nav,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber .childrenpassengernumber-nav,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber .infantspassengernumber-nav,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber .adultpassengernumber-nav,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber .childrenpassengernumber-nav,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber .infantspassengernumber-nav,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber .adultpassengernumber-nav,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber .childrenpassengernumber-nav,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber .infantspassengernumber-nav {
  float: left;
  position: relative;
  height: 42px;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber .adultpassengernumber-button,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber .childrenpassengernumber-button,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber .infantspassengernumber-button,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber .adultpassengernumber-button,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber .childrenpassengernumber-button,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber .infantspassengernumber-button,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber .adultpassengernumber-button,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber .childrenpassengernumber-button,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber .infantspassengernumber-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber .adultpassengernumber-button.adultpassengernumber-up,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber .adultpassengernumber-button.adultpassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber .childrenpassengernumber-button.childrenpassengernumber-up,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber .childrenpassengernumber-button.childrenpassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber .infantspassengernumber-button.infantspassengernumber-up,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber .infantspassengernumber-button.infantspassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber .adultpassengernumber-button.adultpassengernumber-up,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber .adultpassengernumber-button.adultpassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber .childrenpassengernumber-button.childrenpassengernumber-up,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber .childrenpassengernumber-button.childrenpassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber .infantspassengernumber-button.infantspassengernumber-up,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber .infantspassengernumber-button.infantspassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber .adultpassengernumber-button.adultpassengernumber-up,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber .adultpassengernumber-button.adultpassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber .childrenpassengernumber-button.childrenpassengernumber-up,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber .childrenpassengernumber-button.childrenpassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber .infantspassengernumber-button.infantspassengernumber-up,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber .infantspassengernumber-button.infantspassengernumber-down {
  position: absolute;
  height: 35px;
  width: 35px;
  top: 0;
  background: #F3F2F0;
  padding-top: 7px;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber .adultpassengernumber-button.adultpassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber .childrenpassengernumber-button.childrenpassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .adultpassengernumber .infantspassengernumber-button.infantspassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber .adultpassengernumber-button.adultpassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber .childrenpassengernumber-button.childrenpassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .childrenpassengernumber .infantspassengernumber-button.infantspassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber .adultpassengernumber-button.adultpassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber .childrenpassengernumber-button.childrenpassengernumber-down,
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker .flight-passengers-picker-inner .flight-passengers-option .infantspassengernumber .infantspassengernumber-button.infantspassengernumber-down {
  left: -67px;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-passengers-picker #passengerclose {
  padding: 5px 10px;
  background: #F3F2F0;
  border: 1px solid #830033;
  color: #830033;
  float: right;
  margin-top: 10px;
  font-weight: bold;
}
.bannerfiltercon .bannerfilter #filter-flight .flight-class select {
  border: 0;
  border-bottom: 1px solid #ccc;
}
.bannerfiltercon .bannerfilter #filter-flight #kiwi-autocomplete-result-wrapper {
  position: absolute;
  width: 100%;
  z-index: 100;
  margin: -1.25em 0 0;
  padding: 0;
  border: 1px solid #a9a9a9;
  background: white;
  border-top: 0;
  margin-top: 0.4285714286rem;
  background-color: #fff;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.bannerfiltercon .bannerfilter #filter-flight #kiwi-autocomplete-result-wrapper ul {
  padding-top: 1em;
}
.bannerfiltercon .bannerfilter #filter-flight #kiwi-autocomplete-result-wrapper ul li {
  border: 0;
  padding: 0;
  margin: 0;
}
.bannerfiltercon .bannerfilter #filter-flight #kiwi-autocomplete-result-wrapper ul li a {
  background-color: #fff;
  color: #676A6A;
  padding: 0.8571428571rem 0.8571428571rem 0.8571428571rem 2.5em;
  background: #eee;
  border: 0.5em solid white;
  border-top: 0;
  text-decoration: none !important;
}
.bannerfiltercon .bannerfilter #filter-flight #kiwi-autocomplete-result-wrapper ul li a ::hover {
  background: #FAA634;
}
.bannerfiltercon .bannerfilter #filter-flight #kiwi-autocomplete-result-wrapper ul li :first-child {
  border-top: 0 none;
}

.topfilter {
  background-color: #830033;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  z-index: 99;
}
.topfilter label {
  display: none;
}
.topfilter input[type=submit] {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  width: 100%;
}
.topfilter .whiteghostbtn {
  width: 100%;
  padding: 1rem 6px;
  font-size: 1.3rem;
}
.topfilter .whiteghostbtn .icon {
  float: right;
  padding: 5px;
  margin-top: -20px;
  transform: rotate(90deg);
  display: none;
}
.topfilter .whiteghostbtn .rotateicon {
  transform: rotate(270deg);
}
.topfilter .advancedtoggle {
  margin-top: 10px;
}
.topfilter .advancedtoggle .icon:before {
  color: #fff;
}

.topfilternoadvanced {
  padding-bottom: 1rem;
}

.topfilterwrapper {
  transition: all 0.5s ease 0s;
}

.stickyheader {
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 999;
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  padding: 0 !important;
}

.searchrefinewrapper {
  margin: 2rem 0;
}

.searchbody {
  margin: 1rem 0;
}

.topfilterwrapper [class*=col-],
.filterwrapper [class*=col-] {
  padding: 0 10px;
}

.topfilterwrapper .widget-item .widget-subitem:first-child,
.filterwrapper .widget-item .widget-subitem:first-child {
  padding-right: 5px;
}
.topfilterwrapper .widget-item .widget-subitem:last-child,
.filterwrapper .widget-item .widget-subitem:last-child {
  padding-left: 5px;
}

.col-sidebar {
  padding-left: 0;
  padding-right: 1rem;
}

.col-body {
  padding-right: 0;
  padding-left: 1rem;
}

.searchresults .filterhidden {
  display: none;
  font-size: 1.5rem;
  min-width: 90px;
}
.searchresults .filterhidden .icon {
  float: right;
  padding-top: 3px;
}
.searchresults .filterhidden2 {
  display: none;
  font-size: 1.5rem;
  min-width: 190px;
}
.searchresults .filterhidden2 .icon {
  transform: rotate(90deg);
  float: right;
  padding-top: 5px;
}
.searchresults .filterhidden2 .rotateicon {
  transform: rotate(270deg) !important;
}

.searchresulttext {
  font-size: 2.5rem;
  color: #830033;
  font-weight: bold;
  margin-right: 20px;
}

.searchresultbutton {
  font-size: 1.5rem !important;
  margin: 0 5px;
}

.searchrefine {
  text-align: right;
}
.searchrefine select {
  border: 0;
  background-color: #F3F2F0;
  color: #5e5d5c;
  margin: 0 10px;
  border-radius: 0;
  padding: 2rem;
  height: 40px;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: #F3F2F0;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #5e5d5c transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #5e5d5c transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #5e5d5c;
  padding: 8px 30px 8px 8px;
  border: 0;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #F3F2F0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.sidebarfilter {
  padding: 20px !important;
}
.sidebarfilter h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
  font-size: 2rem;
}

.filterblock {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #cac8c9;
}
.filterblock .filtertitle {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.filterblock .filteroptions {
  max-height: 180px;
  overflow: auto;
  padding-right: 10px;
  overflow-x: hidden;
}
.filterblock .filternoscroll {
  max-height: none;
  overflow: visible;
}
.filterblock .filtercount {
  float: right;
  color: #5e5d5c;
}
.filterblock .ui-slider {
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  background: #cecec8;
  border: 0;
}
.filterblock .ui-slider .ui-slider-range {
  background: #830033;
}
.filterblock .ui-slider .ui-slider-handle {
  background: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  top: -0.5em;
  border: 2px solid #830033;
}
.filterblock .ui-slider .ui-slider-handle:focus {
  outline: none;
}
.filterblock .ui-slider .ui-state-hover {
  border: 2px solid #830033;
  background: #ffffff;
}

/* Customize the label (the container) */
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 7px;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: normal;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkcontainer.disablefilter {
  opacity: 0.4;
  cursor: not-allowed;
  display: none;
}
.checkcontainer .labelspan {
  display: inline-block;
}
.checkcontainer .stars {
  font-size: 1.3rem;
  color: #cac8c9;
  display: inline-block;
}
.checkcontainer .stars .redstar {
  color: #830033;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  margin: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: solid 1px #5e5d5c;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #fff;
  border: solid 1px #5e5d5c;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #830033;
  border: solid 1px #830033;
}

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

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

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

.radiocontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 7px;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: normal;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radiocontainer input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: solid 1px #5e5d5c;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .radiomark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .radiomark {
  background-color: #fff;
}

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

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .radiomark:after {
  display: block;
  content: "";
  top: 3px;
  left: 3px;
  width: 12px;
  position: absolute;
  height: 12px;
  border-radius: 50%;
  background: #830033;
}

/* Style the indicator (dot/circle) */
.radiocontainer .radiomark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #830033;
}

.hotelmapview {
  display: none;
}

.advancedoptions {
  margin-top: 30px;
  width: 100%;
  float: left;
  display: none;
}
.advancedoptions .filterblock {
  border-bottom: 0;
  padding: 15px;
  background-color: #F3F2F0;
}
.advancedoptions .filterblock .filtertitle {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.advancedoptions .filterblock .filteroptions label {
  text-transform: none;
  font-weight: normal;
  border-bottom: 0;
}

@media only screen and (max-width: 1999px) {
  .topfilter .filtercol {
    padding: 0 5px !important;
  }
  .topfilter .advancedtoggle {
    font-size: 1rem;
  }

  .searchresulttext {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 990px) {
  .blackghostbtn {
    display: inline-block;
  }

  .sractive {
    display: none;
  }

  .filterhidden2 {
    display: inline-block;
  }

  .searchresults {
    text-align: center;
  }
  .searchresults .filterhidden2 {
    display: inline-block;
  }
  .searchresults .filterhidden2 .icon {
    transform: rotate(90deg);
  }

  .searchrefine {
    display: none;
    text-align: center;
    padding-top: 15px;
    border-top: solid 1px #cac8c9;
    width: 80%;
    margin: auto;
    margin-top: 15px;
    float: none !important;
    clear: both;
  }
}
@media only screen and (max-width: 990px) {
  .searchresults {
    text-align: center;
  }
  .searchresults .filterhidden {
    display: inline-block;
  }
  .searchresults .filterhidden2 {
    display: none;
  }

  .searchrefine {
    display: none;
  }

  .sidebarfilter {
    display: none;
  }

  .topfilter {
    padding-bottom: 0;
  }
  .topfilter .handleenter.whiteghostbtn {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .widget-calendar {
    position: fixed !important;
    width: 90%;
    box-shadow: 2px 2px 5px #666;
    top: 5%;
    left: 5%;
  }

  .pika-lendar {
    width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  .topfilter {
    padding-top: 0;
    margin-top: 10px;
  }

  .filtercolhidden {
    display: none;
  }

  .sidebarfilter {
    position: fixed;
    right: 0;
    height: 100%;
    width: 90%;
    box-shadow: 0px 0px 10000px #000;
    z-index: 999;
    bottom: 0;
    overflow: scroll;
  }
  .sidebarfilter h3 {
    margin-bottom: 40px;
  }
  .sidebarfilter .filterblock {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sidebarfilter .filterblock .filtertitle {
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .sidebarfilter .filterblock .filtertitle:after {
    font-family: "icomoon";
    content: "";
    transform: rotate(90deg);
    float: right;
  }
  .sidebarfilter .filterblock .filtertitleactive:after {
    transform: rotate(270deg);
  }
  .sidebarfilter .filterblock .filteroptions {
    display: none;
    overflow: visible;
    max-height: none;
    height: auto;
    margin-top: 30px;
    min-height: 55px;
  }
  .sidebarfilter .activefilterblock .filteroptions {
    display: block;
  }

  .searchresults .btn {
    font-size: 1.2rem !important;
    padding: 0.5rem !important;
    min-width: 70px;
  }
  .searchresults .searchresulttext {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 990px) {
  .filtercolhidden {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  .searchresults {
    text-align: left;
  }

  .searchresults .searchresulttext {
    float: left;
    margin-bottom: 10px;
  }

  .searchresults .searchresultbutton.btn.blackghostbtn.sractive {
    display: none !important;
  }

  .searchresultbutton.listviewbtn {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .topfilterwrapper button i {
    display: none;
  }
  .topfilterwrapper #avl-promocode {
    width: 98%;
    margin: auto;
    margin-top: 10px;
  }
}
/* Scss Document */
.sliderwrapper {
  padding-bottom: 10px;
}

.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #830033;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #830033;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #830033;
  border: 8px solid rgba(53, 93, 187, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Scss Document */
#map {
  height: 100%;
}

.hotelmapview {
  height: 600px;
}

/* Scss Document */
.singlehotelbanner {
  padding: 20px 0 40px 0;
}
.singlehotelbanner .singlehotelcontact {
  background-color: #F3F2F0;
  color: #830033;
  font-size: 15px;
  padding: 10px;
}
.singlehotelbanner .singlehotelcontact .icon {
  margin-right: 10px;
}
.singlehotelbanner h1 {
  font-weight: bold;
  font-size: 3rem;
}
.singlehotelbanner .stars {
  font-size: 1.5rem;
}
.singlehotelbanner .stars .yellowstar {
  color: #e58a1c;
}
.singlehotelbanner .hotellocation {
  font-size: 1.5rem;
}

.hotelbiggallery {
  width: 100%;
  margin-bottom: 20px;
}
.hotelbiggallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotelthumbgallery {
  margin-bottom: 50px !important;
}
.hotelthumbgallery .slickitem {
  padding: 0 5px;
  outline: none;
  width: 111px !important;
  height: 75px;
}
.hotelthumbgallery .slickitem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotelthumbgallery .slick-prev {
  left: -30px;
  top: 40%;
  z-index: 8;
}
.hotelthumbgallery .slick-next {
  right: -30px;
  top: 40%;
  z-index: 8;
}

.singlehotelsubnav {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  margin-top: -60px;
  margin-bottom: 30px;
}
.singlehotelsubnav .singlehotelsubnavitem {
  display: table-cell;
  text-transform: uppercase;
  background-color: #830033;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 1.5rem;
  max-width: 50px;
}
.singlehotelsubnav .singlehotelsubnavitem a {
  color: #fff;
  text-decoration: none;
}

.sectionpadding {
  padding: 3rem 0;
}
.sectionpadding#attractionsanchor .row {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .sectionpadding#attractionsanchor .row {
    flex-flow: row wrap;
  }
}

.abouthotel {
  text-align: center;
}
.abouthotel p {
  font-size: 15px;
}

.amenitieshotel {
  text-align: center;
  font-size: 15px;
}
.amenitieshotel .icon {
  margin-right: 10px;
}
.amenitieshotel .amenityblock {
  margin: 10px 0;
}

.amenities-list {
  justify-content: center;
}
.amenities-list .amenities-block {
  margin-bottom: 10px;
  padding: 0 5px;
}
.amenities-list .amenities-block .amenities-inner {
  border: solid 1px #cac8c9;
  text-align: center;
  height: 100%;
  padding: 10px;
}

.roomavailability {
  background-color: #fff;
  position: relative;
}
.roomavailability .roomavailabilityimg {
  width: 40%;
  height: 300px;
  position: relative;
  float: left;
  background-image: url(../img/no-image-placeholder.jpg);
  background-size: cover;
  background-position: center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  .roomavailability .roomavailabilityimg {
    margin-bottom: 20px;
  }
}
.roomavailability .roomavailabilityimg img {
  width: 100%;
  height: auto;
}
.roomavailability .roomavailabilityimg .slick-prev,
.roomavailability .roomavailabilityimg .slick-next {
  top: 45%;
}
.roomavailability .roomavailabilityimg .slick-slide {
  height: 300px;
}
.roomavailability .roomavailabilityimg .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roomavailability .roomavailabilityimg:after {
  height: 1px;
  width: 138%;
  position: absolute;
  right: -145%;
  content: "";
  bottom: 0;
}
.roomavailability .roomavailabilitytext {
  padding: 20px;
  float: right;
  width: 60%;
  text-align: left;
}
.roomavailability .roomavailabilitytext h2 {
  color: #830033;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
.roomavailability .roomavailabilitytext .roomavailabilitysleeps {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
.roomavailability .roomavailabilitytext .roomavailabilitysleeps .bedspeople {
  background-color: #F3F2F0;
  padding: 10px;
  display: table-cell;
}
.roomavailability .roomavailabilitytext .roomavailabilitysleeps .bedspeople .icon {
  margin-right: 2px;
}
.roomavailability .roomavailabilitytext .roomavailabilitysleeps .bedspeople span {
  margin-left: 10px;
}
.roomavailability .roomavailabilitytext .roomavailabilityamenities {
  margin: 15px 0;
  text-align: center;
  padding-bottom: 15px;
}
.roomavailability .roomavailabilitytext .roomavailabilityamenities .amenityblock {
  margin: 5px 0;
}
.roomavailability .roomavailabilitytext .roomavailabilityamenities .amenityblock .icon {
  margin-right: 10px;
}
.roomavailability .roombookblock {
  border-bottom: solid 1px #cac8c9;
  margin: 20px;
  padding-bottom: 20px;
}
.roomavailability .roombookblocknodates .nextdate {
  background-color: #F3F2F0;
  color: #5e5d5c;
  padding: 10px;
}
.roomavailability .roombookblocknodates .trydate input {
  padding: 10px;
  border: solid 1px #5e5d5c;
  width: 100%;
}
.roomavailability .roombookblocknodates .nodates {
  font-size: 1.5rem;
}
.roomavailability .roombookblocknodates .nodates .redbutton {
  width: 100%;
  margin-top: 10px;
}
.roomavailability .roombookblock:last-child {
  border: 0;
}
.roomavailability .roombooktitle {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 10px;
}
.roomavailability .roombookprice .pricewrapper {
  float: left;
  margin-bottom: 0;
}
.roomavailability .roombookprice .pricewrapper .pricestyle {
  font-size: 4rem;
  color: #000;
  font-weight: bold;
}
.roomavailability .roombookprice .redbutton {
  float: right;
  min-width: 130px;
}

.pointsofinterest {
  font-size: 1.5rem;
}
.pointsofinterest table {
  width: 100%;
}
.pointsofinterest .tablebullet {
  color: #830033;
  font-size: 3rem;
  line-height: 1;
}

@media only screen and (max-width: 990px) {
  .singlehotellogo {
    margin-bottom: 10px;
  }
  .singlehotellogo img {
    max-width: 150px;
  }

  .roomavailabilitywrapper {
    position: relative;
  }

  .roomavailability .roomavailabilityimg {
    height: 250px;
    text-align: center;
    overflow: hidden;
  }
  .roomavailability .roomavailabilityimg img {
    height: 100%;
    width: auto;
  }
  .roomavailability .roomavailabilityimg:after {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .singlehotelsubnav {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
  }
  .singlehotelsubnav .singlehotelsubnavitem {
    width: 28%;
    margin: 0 5px 5px 5px;
    padding: 10px 5px;
    font-size: 1.2rem;
    max-width: 100%;
  }

  .roomavailabilitywrapper {
    flex-flow: row wrap;
  }

  .roomavailability .roomavailabilityimg {
    position: relative;
    width: 100%;
  }
  .roomavailability .roomavailabilityimg img {
    height: auto;
    width: 100%;
  }
  .roomavailability .roomavailabilitytext {
    padding: 15px;
    width: 100%;
    padding-bottom: 0;
  }
  .roomavailability .roomavailabilitytext .bedspeople {
    padding: 5px !important;
    font-size: 1.2rem;
  }
  .roomavailability .roomavailabilityamenities {
    margin: 0 !important;
    border-bottom: solid 1px #cac8c9;
  }
  .roomavailability .roombookprice .pricewrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
.affiliate-capture-form {
  text-align: center !important;
  font-size: 15px;
}
.affiliate-capture-form .gfield_label {
  display: none !important;
}
.affiliate-capture-form .ginput_container_checkbox {
  margin-top: 0 !important;
}
.affiliate-capture-form .button {
  outline: none !important;
  padding: 10px 36px !important;
  background: #000 !important;
  color: #fff !important;
}
.affiliate-capture-form #choice_1_8_1 {
  margin-top: 0 !important;
}
.affiliate-capture-form #input_1_1 {
  border: 1px solid #757575;
  height: 45px;
}
.affiliate-capture-form .gfield_error {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
}
.affiliate-capture-form .validation_error {
  display: none !important;
}

.amenities-list {
  list-style-type: disc;
  padding: 0px;
  margin-top: 15px;
}
.amenities-list li {
  display: inline;
  float: left;
  padding: 10px 20px 5px 0px;
}

.sectionpadding .roomavailability.roomwithoutrate .roomnotavaliable {
  padding: 10px 0;
}

.__star_aminities {
  width: 100%;
  justify-content: flex-start;
  padding-left: 10px;
  float: left;
  margin-bottom: 0;
  margin-top: 8px;
}
.__star_aminities .amenities-block {
  width: auto;
  padding: 0;
  margin-bottom: 0;
}
.__star_aminities .amenities-block .amenities-inner {
  border: 0;
  padding: 8px;
}
.__star_aminities .amenities-block .amenities-inner:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/star.svg) no-repeat;
  background-size: 100%;
  margin-right: 6px;
  float: left;
}

.brandwideblock {
  margin-bottom: 15px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.brandwideblock .brandwideblockinner .brandshowcasetextinner {
  padding: 30px 15px;
  display: flex;
  flex-flow: row wrap;
}
.brandwideblock .brandshowcasetext {
  float: left !important;
}
.brandwideblock .brandshowcaseimg {
  margin: 0;
  padding: 0;
  float: right !important;
}
.brandwideblock .brandshowcaseimg img {
  height: auto;
  width: 100%;
}

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

.greypanel {
  background-color: #F3F2F0;
}

.whitepanel {
  background-color: #fff;
}

.pagecontent {
  font-size: 1.5rem;
}

.brandshowcasetext .hotellogo {
  margin-bottom: 10px;
}
.brandshowcasetext .hotellogo img {
  height: 40px;
  width: auto;
}
.brandshowcasetext span {
  margin-bottom: 10px;
}

.pagebuilderpanel {
  font-size: 1.5rem;
}

.brandnarrowblock {
  text-align: center;
  margin-bottom: 15px;
}
.brandnarrowblock .brandshowcaseimg {
  margin: 0;
  padding: 0;
}
.brandnarrowblock .brandshowcaseimg img {
  height: auto !important;
  width: 100% !important;
  max-width: 100%;
}
.brandnarrowblock .brandshowcasetext {
  padding-bottom: 50px;
}
.brandnarrowblock .narrowbuttonfloat {
  width: 82%;
  text-align: center;
  margin: auto 35px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.brandnarrowblock .btn {
  display: block;
  margin: auto;
}
.brandnarrowblock .brandbkg {
  height: 100%;
}
.brandnarrowblock .brandshowcasetextinner {
  padding: 15px;
}
.brandnarrowblock .hotellogo {
  height: 40px;
  width: auto;
}

.subpageblock h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 2rem;
}
.subpageblock .btn {
  display: block;
  margin: 0;
  margin-top: 15px !important;
  margin-bottom: 10px;
}
.subpageblock .btn:hover {
  color: #fff;
}
.subpageblock .btn:active {
  color: #fff;
}
.subpageblock .btn:focus {
  color: #fff;
}
.subpageblock .brandshowcasetextinner {
  text-align: left;
}
.subpageblock .brandshowcaseimg {
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}
.subpageblock .brandshowcaseimg img {
  height: 100% !important;
  width: auto !important;
  margin: auto;
  position: absolute;
  left: 0;
  max-width: none !important;
}
.subpageblock .brandwideblockinner {
  height: 100%;
}

.row.display-flex {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .brandwideblock .brandwideblockinner {
    position: relative;
  }
  .brandwideblock .brandshowcaseimg {
    position: absolute;
    right: 0;
    height: 100%;
    overflow: hidden;
  }
  .brandwideblock .brandshowcaseimg img {
    height: 100%;
    width: auto;
  }

  .subpageblock .brandshowcaseimg img {
    height: auto;
    width: 100%;
    position: relative;
    left: 0;
  }

  .slick-track,
.brandnarrowblock {
    height: 100%;
  }
}
.paginationwrapper {
  text-align: center;
}
.paginationwrapper .pagination .page-numbers {
  border: solid 1px #830033;
  padding: 8px;
  margin: 0 5px;
}
.paginationwrapper .pagination .page-numbers.current {
  background-color: #830033;
  color: #fff;
}
.paginationwrapper .pagination .page-numbers.dots {
  border: 0;
  color: #830033;
}

@media only screen and (max-width: 660px) {
  .subpageblock .brandshowcaseimg {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .subpageblock .brandshowcasetext {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 560px) {
  .brandwideblock {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .brandwideblock .brandshowcaseimg,
.brandwideblock .brandshowcasetext {
    width: 100% !important;
    float: none !important;
  }
  .brandwideblock .brandshowcaseimg {
    position: relative;
  }
  .brandwideblock .brandshowcaseimg img {
    width: 100%;
    height: auto;
  }
}
.mag-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
}
.mag-loader .loading-content {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}
.mag-loader .loading-content .loadingbar {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #830033;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  left: 50%;
  margin: 0 auto;
  animation: spin 2s linear infinite;
}
.mag-loader .loading-content p {
  margin-top: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Scss Document */
.itinerary-wrapper {
  background: none !important;
}

.itinerary-container {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cac8c9;
}

h2.interiorheader {
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: thin solid #71706f !important;
  padding-top: 2px;
}

h4.reservation-status {
  border: none;
}

.itinerary-label.confirmed {
  font-size: 1.5rem;
  color: #fff !important;
  text-transform: uppercase;
  background: #71b561 !important;
  font-weight: 400;
  margin: 0;
  padding: 0.5em 1em !important;
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 0;
}

.field-name.cancelled {
  color: #fff !important;
  text-transform: uppercase;
  background: #a52828 !important;
  margin: 0;
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 0;
}

.itinerary-label.unknown {
  font-size: 2rem;
  color: #fff !important;
  background: #a52828 !important;
  margin: 0;
  padding: 5px !important;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
}

.itinerary-label.completed {
  font-size: 2rem;
  color: #fff !important;
  background: #5974c9 !important;
  margin: 0;
  padding: 5px !important;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
}

.itinerary-total {
  font-size: 1.285714286em;
  line-height: 1;
  font-weight: 700;
}

.withborder .sectionheader::before, .withborder .interiorheader::before {
  border: none;
}

/* Scss Document */
.checkout-heading h1 {
  display: inline-block;
  font-size: 1.75em;
  color: #830033;
  vertical-align: middle;
  font-weight: 600;
}
.checkout-heading .btn {
  float: right;
  margin: 0.5em 0;
}
@media (max-width: 992px) {
  .checkout-heading .btn {
    font-size: 1em;
  }
}

#checkout {
  position: relative;
  background-color: #F3F2F0;
}
#checkout h1 {
  color: #830033;
  font-weight: 600;
}

.itinerary-wrapper {
  padding: 0;
}
.itinerary-wrapper .itinerary-property-name .singlehotellogo {
  max-width: 100px;
  min-width: 100px;
  margin-left: 0.5em;
  margin-bottom: 0px !important;
}
.itinerary-wrapper .itinerary-property-name .singlehotellogo img {
  margin-top: 5px;
}
@media (max-width: 990px) {
  .itinerary-wrapper .itinerary-property-name .singlehotellogo img {
    max-width: 100px !important;
  }
}
@media (max-width: 480px) {
  .itinerary-wrapper .itinerary-property-name .singlehotellogo {
    display: none;
  }
}
.itinerary-wrapper .itinerary-summary {
  float: none;
  padding: 0;
  width: auto;
}
.itinerary-wrapper .itinerary-summary .field-group-title {
  margin-top: 1em;
}
.itinerary-wrapper .itinerary-item .image {
  width: 108px;
  height: auto;
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}
@media (max-width: 768px) {
  .itinerary-wrapper .itinerary-item .image {
    display: none;
  }
}
.itinerary-wrapper .itinerary-item .image img {
  width: 100%;
  height: auto;
}
.itinerary-wrapper .itinerary-dates .date-fields {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}
@media (max-width: 480px) {
  .itinerary-wrapper .itinerary-dates .date-fields {
    width: 100% !important;
  }
}
.itinerary-wrapper .itinerary-dates .field .itinerary-value {
  width: 50%;
}
.itinerary-wrapper .itinerary-dates .nights {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #830033;
  background-color: #fff;
  color: #830033;
  text-align: center;
  padding: 0.1em;
  width: 60px;
  height: 60px;
  margin-left: 0.5em;
}
@media (max-width: 480px) {
  .itinerary-wrapper .itinerary-dates .nights {
    display: none;
  }
}
.itinerary-wrapper .itinerary-dates .nights .itinerary-value {
  font-size: 1.75em;
  margin-bottom: -0.25em;
  display: block;
}
.itinerary-wrapper .itinerary-nights {
  float: left;
}
.itinerary-wrapper .itinerary-details {
  float: none;
  padding: 0;
  width: auto;
}
.itinerary-wrapper .room-details {
  position: relative;
  font-size: 1.5em;
  color: #830033;
  font-weight: 600;
}
.itinerary-wrapper #people {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #71706f;
}
.itinerary-wrapper #room-rates {
  padding: 1em;
  background-color: #F3F2F0;
  max-height: 140px;
  overflow-y: scroll;
  margin: 1em 0;
}
.itinerary-wrapper #room-rates .itinerary-row {
  border-bottom: 1px solid #cac8c9;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.itinerary-wrapper #room-rates .itinerary-row .itinerary-price {
  font-weight: 600;
  color: #830033;
}
.itinerary-wrapper .itinerary-totalamount {
  border: 0;
}
.itinerary-wrapper #total-wrap {
  float: right;
  text-align: right;
  width: 50%;
}
@media (max-width: 768px) {
  .itinerary-wrapper #total-wrap {
    width: auto;
  }
}
.itinerary-wrapper #total-wrap #total {
  position: relative;
  padding: 0.5em 1.5em;
  border: 1px solid #F3F2F0;
  display: inline-block;
}
.itinerary-wrapper #total-wrap #total .itinerary-label {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 200;
  color: #5e5d5c;
  margin-right: 0.5em;
}
.itinerary-wrapper #total-wrap #total .itinerary-price {
  color: #830033;
  font-size: 2.25em;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

.star-rating {
  position: relative;
  display: inline-block !important;
  vertical-align: middle !important;
}

.field-group {
  position: relative;
  padding: 2em;
  width: 100%;
  height: 100%;
  background-color: #fff !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .field-group {
    margin-bottom: 1em;
  }
}
.field-group fieldset .form-row {
  padding: 0;
}
.field-group fieldset .form-label-wrapper {
  width: 35%;
  padding: 0;
}
@media (max-width: 768px) {
  .field-group fieldset .form-label-wrapper {
    width: auto !important;
  }
}
.field-group fieldset .form-label-wrapper .form-label {
  width: 100% !important;
  padding: 0;
}
@media (max-width: 768px) {
  .field-group fieldset .form-label-wrapper .form-label {
    width: 110px !important;
  }
}
.field-group fieldset .form-element-wrapper {
  width: auto !important;
  flex: 1;
  vertical-align: middle;
}
.field-group fieldset .form-element-wrapper .form-element {
  min-width: 0 !important;
  width: 100%;
  height: auto !important;
  background: #fff;
  border: 1px solid #71706f;
}
.field-group .field-group-title {
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #cac8c9;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  color: #cac8c9;
  font-size: 1em;
  font-weight: 600;
}
.field-group .field {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.5em;
}
.field-group .field.alert-box {
  flex-flow: row wrap;
}
.field-group .field .field-name, .field-group .field .form-label-wrapper label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: 600;
  width: 110px;
  background-color: #a4a3a2;
}
.field-group .field #room-type {
  width: auto !important;
}
.field-group .field .itinerary-value, .field-group .field .form-element {
  background-color: #f0efee;
  color: #8b8a88;
  margin-left: 0.25em;
  padding: 0.5em;
  flex: 1;
  vertical-align: middle;
  font-weight: normal;
  width: auto;
  border-radius: 0 !important;
}
.field-group .field label {
  margin: 0;
}
.field-group .noflex {
  display: block;
  flex: 0;
}
.field-group .noflex input, .field-group .noflex label {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.field-group .fields .field-name {
  width: 110px;
}
.field-group .fields .itinerary-value, .field-group .fields .form-element {
  width: 48.5%;
  min-width: 0;
}
.field-group .form-field-group {
  position: relative;
  margin-bottom: 2em;
}
.field-group .cart-terms {
  border-radius: 0;
  border: 0px;
}
.field-group .alert-box input {
  margin-right: 0.5em;
}
.field-group .next {
  position: relative;
  float: right;
  margin: 0.5em 0 0;
  border: 0;
  background-color: #830033;
  color: #fff;
  padding: 1em 2em;
  text-transform: uppercase;
  font-weight: 600;
}

#usps {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #cac8c9;
  border-bottom: 1px solid #cac8c9;
  padding: 1em 0;
  margin-top: 1em;
}
@media (max-width: 1200px) {
  #usps {
    flex-direction: column;
  }
}
#usps li {
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding: 0 1em;
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 1200px) {
  #usps li {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #e3e2e3;
  }
}
#usps #best-price:before {
  position: relative;
  content: "";
  background-image: url("../images/best-price-icon.svg");
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  align-items: center;
}
#usps #free-cancellations:before {
  position: relative;
  content: "";
  background-image: url("../images/free-cancellations-icon.svg");
  background-repeat: no-repeat;
  height: 27px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  align-items: center;
}
#usps #secure-booking:before {
  position: relative;
  content: "";
  background-image: url("../images/secure-booking-icon.svg");
  background-repeat: no-repeat;
  height: 29px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  align-items: center;
}

#progressbar {
  margin: 2em auto;
  overflow: hidden;
  text-align: center;
}
#progressbar li {
  list-style-type: none;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  padding: 2em 1em;
  width: 175px;
  margin: 0 0.5em;
}
@media (max-width: 768px) {
  #progressbar li {
    margin: 1em auto !important;
    display: block !important;
  }
}
#progressbar li h3, #progressbar li h4 {
  color: #830033;
  margin: 0;
}
#progressbar li h3 {
  font-size: 1.6rem;
}
#progressbar li h4 {
  font-size: 1.25rem;
  text-transform: none;
  margin-bottom: 0.5em;
}
@media (max-width: 1200px) {
  #progressbar li {
    margin-bottom: 0.5em;
  }
}
#progressbar .active {
  background-color: #830033;
}
#progressbar .active h3, #progressbar .active h4 {
  color: #fff;
}
#progressbar .complete {
  background-color: #d7d5d6;
  overflow: visible;
}
#progressbar .complete h3, #progressbar .complete h4 {
  color: #bdbbbc;
}
#progressbar .complete:after {
  content: "";
  background-image: url("../images/checkout-tick-icon.svg");
  display: block;
  width: 35px;
  height: 32px;
  position: absolute;
  content: "";
  bottom: 0;
  right: -4px;
}
#progressbar .previous {
  display: none;
}
#progressbar .previous.active {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  font-size: 0.9em;
  color: #71706f;
  background: none;
  border: 0;
}
#progressbar .previous:before {
  position: relative;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 0.5em;
  background-image: url("../images/checkout-prev-icon.svg");
}

ul.progresssection {
  width: 100%;
  margin-top: 20px;
  float: left;
  margin-bottom: 0;
  overflow-x: auto;
  white-space: nowrap;
}
ul.progresssection li {
  width: auto;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
ul.progresssection li a {
  padding: 10px 12px;
  background-color: #ffffff;
  color: #830033;
  font-weight: bold;
  font-size: 14px;
}
ul.progresssection li.complete {
  background-color: #d7d5d6;
  color: #bdbbbc;
}
ul.progresssection li.active {
  background-color: #830033;
  color: #ffffff;
}
ul.progresssection::-webkit-scrollbar-thumb {
  display: none;
}

.stage:not(:first-of-type) {
  display: none;
}

.stage {
  position: relative;
  overflow: hidden;
  margin: 2em 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 992px) {
  .stage {
    display: block;
  }
}

/* Promotions */
#promotions {
  position: relative;
  overflow: hidden;
  padding: 0 0 2em 0;
  background-color: #e4e2e0;
}
#promotions .curveimg {
  z-index: 5;
  width: 50%;
}
@media (max-width: 580px) {
  #promotions .curveimg {
    width: 100%;
    padding-bottom: 0;
  }
}
#promotions .promotion-container {
  position: relative;
}
@media (max-width: 1200px) {
  #promotions .promotion-container {
    margin-bottom: 2em;
  }
}
#promotions .promotion-wrap {
  position: relative;
  overflow: hidden;
  padding-left: 50%;
  background-color: #fff;
}
@media (max-width: 768px) {
  #promotions .promotion-wrap {
    padding-left: 25%;
  }
}
@media (max-width: 580px) {
  #promotions .promotion-wrap {
    padding: 0;
  }
}
#promotions .promotion-wrap .promotion {
  position: relative;
  padding: 0 1em;
}
#promotions .promotion-wrap .promotion h4 {
  color: #830033;
  font-weight: 200;
  margin: 1em 0 1em;
}
#promotions .promotion-wrap .promotion p {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 1em;
}
#promotions .promotion-wrap .promotion a {
  margin-bottom: 1em;
}

.d-device-only {
  display: block;
}
@media (max-width: 1024px) {
  .d-device-only {
    display: none;
  }
}

.m-device-only {
  display: none;
}
@media (max-width: 1024px) {
  .m-device-only {
    display: flex;
  }
}

.cancelation-block {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.cancelation-block .cancel-details-block {
  width: 100%;
  max-height: 108px;
  overflow-y: auto;
  padding: 8px 20px 0 8px;
  border: 1px solid #cac8c9;
}
.cancelation-block .cancel-details-block .title {
  font-family: "effra", sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #71706f;
}
.cancelation-block .complete-information-block {
  width: 100%;
  padding: 10px 10px 0px 10px;
  background-color: #f0efee;
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.cancelation-block .complete-information-block .content-block {
  width: calc(100% - 140px);
  padding-right: 10px;
}
.cancelation-block .complete-information-block a.buttonlogin {
  padding: 10px 15px;
  height: auto;
  font-size: 12px !important;
  background: #830033 !important;
  border: 1px solid #830033 !important;
  color: #fff !important;
  margin-top: 0;
}
.cancelation-block .complete-information-block a.buttonlogin:hover {
  background: #fff !important;
  color: #830033 !important;
}

.results-search {
  background: #830033;
  color: #fff;
}
.results-search .bannerfiltercon {
  margin-top: 20px;
  margin-bottom: 20px;
}
.results-search .bannerfiltercon .bannerfilter {
  background: #830033;
}
.results-search .bannerfiltercon .bannerfilter .widget-avl {
  height: 100px;
}
.results-search .bannerfiltercon .bannerfilter label {
  display: none;
}
.results-search .bannerfiltercon .bannerfilter .flights-buttons {
  background: #830033 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.results-search .bannerfiltercon .bannerfilter .flights-buttons.active {
  background: #fff !important;
  color: #830033 !important;
}
.results-search .bannerfiltercon .bannerfilter .flight-class select {
  background: #830033 !important;
  color: #fff !important;
}
.results-search .bannerfiltercon .bannerfilter .flight-class select option {
  color: #fff !important;
}
.results-search .bannerfiltercon .bannerfilter .redbutton {
  border: 1px solid #fff !important;
  color: #fff !important;
}

.resutls-con {
  padding-top: 20px;
  background: #F3F2F0;
}
.resutls-con .results-section .filtertabs {
  margin-bottom: 20px;
}
.resutls-con .results-section .filtertabs .tab {
  background: #8B8A89;
  padding: 10px;
  width: 200px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #fff !important;
}
.resutls-con .results-section .filtertabs .tab.active {
  background: #830033;
}

.best-cheap-fast {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.best-cheap-fast .best-cheap-fast-inner {
  float: left;
  padding: 15px 0;
  border-bottom: 3px solid #fff;
}
.best-cheap-fast .best-cheap-fast-inner.active {
  border-bottom: 3px solid #830033;
}
.best-cheap-fast .best-cheap-fast-inner .best-cheap-fast-inner-details {
  color: #BAB9B1;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #BBBBBB;
}
.best-cheap-fast .best-cheap-fast-inner .best-cheap-fast-inner-details.last {
  border-right: 0px;
}
.best-cheap-fast .best-cheap-fast-inner .best-cheap-fast-inner-details h5 {
  color: #5D5C5C;
  font-size: 17px;
  text-transform: uppercase;
}
.best-cheap-fast .best-cheap-fast-inner .best-cheap-fast-inner-details .price {
  color: #830033;
  font-size: 17px;
  margin-right: 15px;
}

.filterby {
  padding: 10px;
  margin-bottom: 20px;
}
.filterby h3 {
  text-transform: uppercase;
  font-size: 24px;
}
.filterby .filterblock {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F3F2F0;
}
.filterby .filterblock:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.filterby .filterblock #amount,
.filterby .filterblock #maxhours {
  color: #000;
  font-size: 15px;
  border: 0;
  font-weight: 700;
  background: #fff;
}
.filterby .filterblock .maxhours {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
.filterby .filterblock .maxhours .ui-slider-handle.ui-corner-all.ui-state-default:first-of-type {
  display: none;
}
.filterby .filterblock #maxhours {
  float: right;
  text-align: right;
  padding-right: 5px;
}
.filterby .filterblock div[data-role=rangeslider] {
  width: 95%;
}
.filterby .filterblock .ui-slider-horizontal {
  height: 5px;
  background: #EBE9E8;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.filterby .filterblock .ui-state-default,
.filterby .filterblock .ui-widget-content .ui-state-default {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  border: 3px solid #830033;
  margin-top: -3px;
}
.filterby .filterblock .ui-widget-header {
  background: #5D5C5C;
}

.results-list-item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.results-list-item .list-item-row {
  border-bottom: 1px solid #BBBBBB;
  padding-block-end: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.results-list-item .list-item-row .list-type-date {
  width: 100%;
}
.results-list-item .list-item-row .list-type-date p {
  width: 170px;
  background: #F3F2F0;
  text-transform: uppercase;
  color: #5D5C5C;
}
.results-list-item .list-item-row .list-type-date p span {
  color: #830033;
  text-transform: capitalize;
}
.results-list-item .list-item-row .list-text {
  color: #5D5C5C;
  font-size: 24px;
  font-weight: 700;
  padding: 0 10px;
}
.results-list-item .list-item-row .list-text span {
  font-weight: normal;
  font-size: 15px;
  display: block;
}
.results-list-item .list-item-row .list-ariline {
  font-size: 18px;
  float: left;
  width: 30%;
  padding-top: 15px;
}
.results-list-item .list-item-row .list-ariline img {
  float: left;
  margin-right: 10px;
  margin-top: -15px;
  max-width: 60px;
  height: auto;
}
.results-list-item .list-item-row .list-departtime {
  text-align: right;
  float: left;
  width: 20%;
}
.results-list-item .list-item-row .list-stops {
  text-align: center;
  float: left;
  width: 10%;
}
.results-list-item .list-item-row .list-stops span {
  color: #fff;
  background: #830033;
  padding: 3px;
  margin-top: 15px;
  display: block;
  font-size: 15px;
}
.results-list-item .list-item-row .list-arrivetime {
  float: left;
  width: 20%;
}
.results-list-item .list-item-row .list-traveltime {
  text-align: center;
  float: left;
  width: 20%;
}
.results-list-item .list-show-details {
  float: left;
  width: 50%;
  padding-top: 15px;
}
.results-list-item .list-show-details .list-show-details-button {
  color: #830033;
  font-size: 15px;
  font-weight: 700;
}
.results-list-item .list-show-details .list-show-details-button:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 20px;
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  margin-top: -7px;
}
.results-list-item .list-price-book {
  float: left;
  width: 50%;
  text-align: right;
  color: #000;
  font-size: 33px;
}
.results-list-item .list-price-book .list-book-button {
  font-size: 15px;
  padding: 10px 20px;
  background: #830033;
  color: #fff;
  margin-top: 5px;
  float: right;
  margin-left: 20px;
}

.list-show-info {
  display: none;
  background: #FAFAF9;
  padding: 20px;
  float: left;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 20px;
}
.list-show-info.active {
  display: block;
}
.list-show-info .list-outbound {
  border-right: 1px solid #BBBBBB;
}
.list-show-info .list-show-info-time {
  width: 100%;
  background: #F3F2F0;
  text-transform: uppercase;
  color: #5D5C5C;
}
.list-show-info .list-show-info-time span {
  color: #830033;
  text-transform: capitalize;
}
.list-show-info .list-show-info-date {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  float: left;
  width: 100%;
  padding-left: 20px;
  margin: 20px 0px 10px;
}
.list-show-info .list-show-info-track {
  float: left;
  width: 10%;
}
.list-show-info .trackdot:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  margin-left: -28px;
  font-size: 20px;
  margin-top: 5px;
  color: #BBBBBB;
}
.list-show-info .trackline {
  position: relative;
}
.list-show-info .trackline:before {
  content: "";
  position: absolute;
  transform: rotate(180deg);
  width: 2px;
  height: 100%;
  margin-left: -30px;
  margin-top: -10px;
  background: #BBBBBB;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.list-show-info .trackline:last-child:before {
  height: 0;
}
.list-show-info .list-show-info-details {
  float: right;
  width: 90%;
  background: #F3F2F0;
  padding: 10px;
}
.list-show-info .list-show-info-details .trackdot:before {
  margin-left: -38px;
  margin-top: -16px;
}
.list-show-info .list-show-info-details p {
  color: #5D5C5C;
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 700;
}
.list-show-info .list-show-info-details p span {
  font-size: 15px;
  margin-left: 15px;
  font-weight: 400;
}
.list-show-info .list-show-info-details .list-show-info-flightdetails {
  font-size: 18px;
}
.list-show-info .list-show-info-details .list-show-info-flightdetails img {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  max-width: 50px;
  height: auto;
}
.list-show-info .list-show-info-details .list-show-info-flightdetails span {
  font-size: 13px;
  display: block;
}
.list-show-info .list-show-info-layover {
  float: right;
  width: 90%;
  padding: 10px 0;
}
.list-show-info .list-show-info-layover.trackline:before {
  margin-left: -20px;
}
.list-show-info .list-show-info-layover p {
  background: url("../images/layover.html") no-repeat;
  background-size: contain;
  padding: 10px 0 10px 40px;
  margin: 0;
  font-size: 13px;
}

.flihgt_result {
  display: none;
}

@media only screen and (max-width: 992px) {
  .results-list-item .list-item-row .list-ariline {
    width: 100%;
  }
  .results-list-item .list-item-row .list-departtime,
.results-list-item .list-item-row .list-arrivetime {
    width: 28%;
  }
  .results-list-item .list-item-row .list-stops {
    width: 14%;
    padding: 0 10px;
  }
  .results-list-item .list-item-row .list-traveltime {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .best-cheap-fast .best-cheap-fast-inner {
    border-bottom: 3px solid #F3F2F0;
  }
  .best-cheap-fast .best-cheap-fast-inner .best-cheap-fast-inner-details {
    border-right: 0;
  }

  .list-show-info .list-outbound {
    margin-bottom: 30px;
    border-right: 0;
  }
}
@media only screen and (max-width: 580px) {
  .results-list-item .list-item-row .list-departtime,
.results-list-item .list-item-row .list-arrivetime,
.results-list-item .list-item-row .list-traveltime {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .results-list-item .list-item-row .list-stops {
    width: 100px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .best-cheap-fast .best-cheap-fast-inner {
    width: 100%;
  }
}
a:hover,
a {
  text-decoration: none;
  color: #830033;
}

h3 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

h2 {
  margin: 0;
  margin-bottom: 15px;
  font-weight: bold;
}

button, a, input, select {
  outline: none;
}
button:focus, a:focus, input:focus, select:focus {
  outline: none !important;
}

/*h3:after
{
	content: "";
	max-width:90%;
	width:300px;
	background-color: $brandgrey;
	height:1px;
	margin: auto;
	display: block;
	margin-top: 1rem;
	margin-bottom: 2rem;
}*/
.sectionpadding {
  padding: 3rem 0;
}

.greysection {
  background-color: #F3F2F0;
}

.whitesection {
  background-color: #fff;
  padding: 1rem;
}

.whitebg {
  background-color: #fff;
}

.icon {
  font-family: icomoon;
}

.overlapsub {
  text-align: center;
}
.overlapsub h2 {
  font-size: 4em;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.2;
  margin: 0;
}
.overlapsub h3,
.overlapsub h1 {
  margin: 0;
  margin-top: -25px;
  font-size: 4rem;
  font-weight: bold;
}
.overlapsub h3:after,
.overlapsub h1:after {
  content: "";
  max-width: 90%;
  width: 300px;
  background-color: #71706f;
  height: 1px;
  margin: auto;
  display: block;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.chevroncta {
  text-align: center;
  display: block;
}
.chevroncta img {
  margin: auto;
  display: block;
  width: 35px;
  height: 35px;
}

.redtext {
  color: #830033;
  font-weight: bold;
}

.greytext {
  color: #5e5d5c;
  font-weight: bold;
}

.btn {
  font-size: 1.8rem;
  padding: 1rem;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.redbutton {
  color: #fff;
  background-color: #830033;
  border: 0;
  text-transform: uppercase;
}
.redbutton:hover {
  color: #fff;
}
.redbutton:active {
  color: #fff;
}
.redbutton:focus {
  color: #fff;
}
.redbutton a {
  color: #fff;
  text-transform: uppercase;
}

.bluebutton {
  color: #fff;
  background-color: #0b426e;
  border: 0;
  text-transform: uppercase;
}
.bluebutton:hover {
  color: #fff;
}
.bluebutton:active {
  color: #fff;
}
.bluebutton:focus {
  color: #fff;
}
.bluebutton a {
  color: #fff;
  text-transform: uppercase;
}

.whitebutton {
  background-color: #fff !important;
  border: 0;
}
.whitebutton a {
  color: #fff;
  text-transform: uppercase;
}

.whiteghostbtn {
  border: solid 1px #fff;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  padding: 1rem;
}
.whiteghostbtn:hover {
  color: #fff;
}
.whiteghostbtn:active {
  color: #fff;
}
.whiteghostbtn:focus {
  color: #fff;
}
.whiteghostbtn a {
  color: #fff;
}

.whiteghostbtn.focus,
.whiteghostbtn:focus,
.whiteghostbtn:hover {
  color: #fff;
}

.greyghostbtn {
  border: solid 1px #71706f;
  color: #71706f;
  background-color: transparent;
  text-transform: uppercase;
  padding: 1rem;
}
.greyghostbtn:hover {
  color: #71706f;
}
.greyghostbtn:active {
  color: #71706f;
}
.greyghostbtn:focus {
  color: #71706f;
}
.greyghostbtn a {
  color: #71706f;
}

.blackghostbtn {
  border: solid 1px #000;
  color: #000;
  text-transform: uppercase;
  padding: 1rem;
}
.blackghostbtn a {
  color: #000;
}
.blackghostbtn:hover {
  color: #fff;
  background-color: #000;
}
.blackghostbtn.searchresultbutton.sractive {
  background-color: #000;
  color: #fff;
}
.blackghostbtn.searchresultbutton.sractive:hover {
  background-color: #000;
  color: #fff;
}
.blackghostbtn.searchresultbutton.sractive a {
  color: #fff;
}

.accessibility {
  position: relative;
  float: right;
  background-color: #e8e6e2;
  padding: 0 1em;
}
@media (max-width: 992px) {
  .accessibility {
    position: fixed;
    bottom: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    text-align: center;
  }
}
.accessibility .toggle-contrast {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em 0.5em 0;
  vertical-align: middle;
  background: none;
  border: 0;
  border-right: 1px solid #dcd9d4;
}
.accessibility .toggle-contrast:before {
  position: relative;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 0.5em;
  background-image: url("../images/contrast.svg");
}
.accessibility .toggle-contrast.active:before {
  background-image: url("../images/contrast-active.svg") !important;
}
.accessibility .font-size {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
.accessibility .font-size button {
  padding: 0;
  margin: 0;
}
.accessibility .font-size .increase-font,
.accessibility .font-size .decrease-font {
  border: 0;
  background: none;
  font-size: 1.25em;
}
.accessibility .font-size .increase-font {
  margin-right: 0.5em;
}

.clear {
  clear: both;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media only screen and (max-width: 1999px) {
  .overlapsub h2 {
    font-size: 3em;
  }
  .overlapsub h3,
.overlapsub h1 {
    margin-top: -15px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 990px) {
  .overlapsub h2 {
    font-size: 2.5em;
  }
  .overlapsub h3,
.overlapsub h1 {
    margin-top: -10px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .overlapsub h2 {
    font-size: 2em;
    display: none;
  }
  .overlapsub h3,
.overlapsub h1 {
    margin-top: 0;
    font-size: 2rem;
  }

  .alignright,
.alignleft {
    display: block !important;
    float: none !important;
    margin: auto !important;
  }
}

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