@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,500;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

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

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

.btn {
  padding: 0.375rem 0.75rem;
  border-radius: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  min-width: 150px;
}

.btn-primary {
  background-color: #131531;
  color: #ffffff;
  border: #131531;
}

.btn-primary:hover {
  background-color: #131531;
  color: #ffffff;
  border: #131531;
}

.btn-primaryi {
  margin-left: 10px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #131531;
  border-color: #131531;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 21, 49, 0.5);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 21, 49, 0.5);
}

.btn-secondary {
  background-color: #ff9900;
  color: #ffffff;
  border: 2px solid #ff9900;
}

.btn-secondary:hover {
  background-color: #ffffff;
  color: #ff9900;
  border: 2px solid #ff9900;
}

.btn-secondaryi {
  margin-left: 10px;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #ff9900;
  border-color: #ff9900;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-date {
  background-color: #f5f4f5;
  color: #777372;
  border: 2px solid #f5f4f5;
  font-weight: normal;
  padding-left: 15px !important;
}

.btn-date:hover {
  background-color: #ff9900;
  color: #ffffff;
  border: 2px solid #ff9900;
}

.btn-date i {
  float: right;
  margin: 4px 3px;
}

.btn-date:hover i {
  color: #ffffff;
}

.btn-date:not(:disabled):not(.disabled).active,
.btn-date:not(:disabled):not(.disabled):active,
.show > .btn-date.dropdown-toggle {
  color: #777372;
  background-color: #f5f4f5;
  border-color: #f5f4f5;
}

.btn-date.focus,
.btn-date:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 244, 245, 0.5);
}

.btn-date:not(:disabled):not(.disabled).active:focus,
.btn-date:not(:disabled):not(.disabled):active:focus,
.show > .btn-date.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 244, 245, 0.5);
}

.btn-search {
  background-color: #ff9900;
  color: #ffffff;
  border: 2px solid #ff9900;
}

.btn-search:hover {
  background-color: #ffffff;
  color: #ff9900;
  border: 2px solid #ff9900;
}

.btn-searchi {
  margin-left: 10px;
}

.btn-search:not(:disabled):not(.disabled).active,
.btn-search:not(:disabled):not(.disabled):active,
.show > .btn-search.dropdown-toggle {
  color: #ffffff;
  background-color: #ff9900;
  border-color: #ff9900;
}

.btn-search.focus,
.btn-search:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-search:not(:disabled):not(.disabled).active:focus,
.btn-search:not(:disabled):not(.disabled):active:focus,
.show > .btn-search.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-contact {
  background-color: #ff9900;
  color: #ffffff;
  border: 2px solid #ff9900;
}

.btn-contact:hover {
  background-color: #131531;
  color: #ffffff;
  border: 2px solid #131531;
}

.btn-contacti {
  margin-left: 10px;
}

.btn-contact:not(:disabled):not(.disabled).active,
.btn-contact:not(:disabled):not(.disabled):active,
.show > .btn-contact.dropdown-toggle {
  color: #ffffff;
  background-color: #ff9900;
  border-color: #ff9900;
}

.btn-contact.focus,
.btn-contact:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-contact:not(:disabled):not(.disabled).active:focus,
.btn-contact:not(:disabled):not(.disabled):active:focus,
.show > .btn-contact.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-more {
  padding: 0 16px;
  background-color: #131531;
  color: #ffffff;
  border: 2px solid #131531;
  width: auto;
  height: 32px;
  border-radius: 15px;
  font-size: 18px;
  line-height: 29px;
}

.btn-more:hover {
  background-color: #ffffff;
  color: #131531;
}

.btn-morei {
  margin-left: 10px;
}

.btn-more:not(:disabled):not(.disabled).active,
.btn-more:not(:disabled):not(.disabled):active,
.show > .btn-more.dropdown-toggle {
  color: #ffffff;
  background-color: #131531;
  border-color: 2px solid #131531;
}

.btn-more.focus,
.btn-more:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 21, 49, 0.5);
}

.btn-more:not(:disabled):not(.disabled).active:focus,
.btn-more:not(:disabled):not(.disabled):active:focus,
.show > .btn-more.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 21, 49, 0.5);
}

.btn-next {
  width: 48% !important;
  margin-left: 2%;
  float: left;
  background-color: #ff9900;
  color: #ffffff;
  border: 1px solid #ff9900;
}

.btn-next:hover {
  background-color: #ffffff;
  color: #ff9900;
  border-color: 2px solid #ff9900;
}

.btn-nexti {
  margin-left: 10px;
}

.btn-next:not(:disabled):not(.disabled).active,
.btn-next:not(:disabled):not(.disabled):active,
.show > .btn-next.dropdown-toggle {
  color: #ffffff;
  background-color: #ff9900;
  border-color: 2px solid #ff9900;
}

.btn-next.focus,
.btn-next:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-next:not(:disabled):not(.disabled).active:focus,
.btn-next:not(:disabled):not(.disabled):active:focus,
.show > .btn-next.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-prev {
  width: 48% !important;
  margin-right: 2%;
  float: left;
  background-color: #ff9900;
  color: #ffffff;
  border: 1px solid #ff9900;
}

.btn-prev:hover {
  background-color: #ffffff;
  color: #ff9900;
  border-color: 2px solid #ff9900;
}

.btn-previ {
  margin-left: 10px;
}

.btn-prev:not(:disabled):not(.disabled).active,
.btn-prev:not(:disabled):not(.disabled):active,
.show > .btn-prev.dropdown-toggle {
  color: #ffffff;
  background-color: #ff9900;
  border-color: 2px solid #ff9900;
}

.btn-prev.focus,
.btn-prev:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-prev:not(:disabled):not(.disabled).active:focus,
.btn-prev:not(:disabled):not(.disabled):active:focus,
.show > .btn-prev.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-notice {
  background-color: #ff9900;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-notice:hover {
  background-color: #ffffff;
  color: #ff9900;
  border: 2px solid #ffffff;
}

.btn-noticei {
  margin-left: 10px;
}

.btn-notice:not(:disabled):not(.disabled).active,
.btn-notice:not(:disabled):not(.disabled):active,
.show > .btn-notice.dropdown-toggle {
  color: #ffffff;
  background-color: #ff9900;
  border-color: #ff9900;
}

.btn-notice.focus,
.btn-notice:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-notice:not(:disabled):not(.disabled).active:focus,
.btn-notice:not(:disabled):not(.disabled):active:focus,
.show > .btn-notice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-directions {
  background-color: #ff9900;
  color: #ffffff;
  border: 2px solid #ff9900;
  padding: 6px 5px !important;
  border-radius: 0 20px 20px 0;
  height: 40px;
}

.btn-directions:hover {
  background-color: #ffffff;
  color: #ff9900;
  border: 2px solid #ff9900;
}

.btn-directionsi {
  margin-left: 10px;
}

.btn-directions:not(:disabled):not(.disabled).active,
.btn-directions:not(:disabled):not(.disabled):active,
.show > .btn-directions.dropdown-toggle {
  color: #ffffff;
  background-color: #ff9900;
  border-color: #ff9900;
}

.btn-directions.focus,
.btn-directions:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-directions:not(:disabled):not(.disabled).active:focus,
.btn-directions:not(:disabled):not(.disabled):active:focus,
.show > .btn-directions.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-holidayPrice {
  border: 2px solid #ff9900;
  color: #ff9900;
  width: 100%;
  max-width: 280px;
  font-weight: bold;
}

.btn-currency {
  background-color: rgba(235, 233, 234, 0.5);
  color: #ffffff;
  padding: 0.5em 1.5em;
  min-width: 50px;
}

.btn-currency.selectedCurrency {
  background-color: #ff9900;
}

.offerbtn {
  width: 100%;
  border-radius: 0 0 0.25em 0.25em;
}

button.close {
  margin-right: 20px;
  margin-top: 20px;
}

#searchForm .btn.btn-guests {
  width: 30%;
  margin: 0;
  background-color: #131531;
  color: #fff;
  border: 1px solid #131531;
  border-radius: 0 5px 5px 0;
  min-width: 100px;
}

#searchForm .btn.btn-guests:hover {
  background-color: #fff;
  color: #131531;
  border-color: #131531;
}

#searchForm .btn.btn-guestsi {
  margin-left: 10px;
}

.btn-guests:not(:disabled):not(.disabled).active,
.btn-guests:not(:disabled):not(.disabled):active,
.show > .btn-guests.dropdown-toggle {
  color: #ffffff;
  background-color: #ff9900;
  border-color: 2px solid #ff9900;
}

.btn-guests.focus,
.btn-guests:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-guests:not(:disabled):not(.disabled).active:focus,
.btn-guests:not(:disabled):not(.disabled):active:focus,
.show > .btn-guests.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

#backToResultsBtn {
  position: absolute;
  top: 8px;
  left: 40px;
  width: 100px;
  font-size: 14px;
}

.noHeaderPadding {
  padding-top: 115px;
}

header {
  color: #ffffff;
  margin-top: -150px;
  padding-top: 150px;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

.headerText {
  width: 100%;
}

.headerText h5 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.headerText h1 {
  display: none;
  font-size: 24px;
  margin-top: 37px;
  margin-bottom: 0;
  color: #fff;
  font-family: "Dancing Script", cursive;
  -webkit-font-smoothing: antialiased;
}

.tagline-search {
  display: block;
  font-size: 24px;
  margin-top: 37px;
  margin-bottom: 0;
  color: #fff;
  font-family: "Dancing Script", cursive;
}

.searchOverlay {
  background-color: rgba(6, 176, 201, 0.5);
  height: 82%;
  width: 100%;
  position: absolute;
  border-radius: 1rem;
  transform: translate(0, -50%);
  top: 50%;
}

main {
  display: block;
  flex: 1;
}

#tr10ArticleModule,
.whiteBG {
  background-color: #fff;
}

section .sectionTitle {
  color: #ff9900;
}

section .sectionSubtitle {
  color: #777372;
}

section.purpleBG {
  background-color: #ff9900;
  color: #ffffff;
}

#destination iframe,
#subdestination iframe {
  height: 100%;
  max-height: 312px;
  width: 100%;
}

footer {
  background: #ff9900;
  color: #ffffff;
  line-height: 24px;
  line-height: 1.75em;
}

footer .footerSmall p {
  font-size: 12px;
}

footer .footerBranchFinder {
  font-weight: 700;
  text-decoration: underline;
}

footer .footerBranchFinder:hover {
  text-decoration: underline;
  opacity: 0.8;
}

footer h5 {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

footer a {
  color: #ffffff;
  line-height: 1.75em;
  text-decoration: underline;
}

footer a:hover {
  color: #ffffff;
  text-decoration: underline;
  opacity: 0.8;
}

footer p {
  line-height: normal;
  margin-bottom: 10px;
  line-height: 1.75em;
}

footer .footerLarger {
  font-size: 1em;
}

footer .footerSmaller {
  font-size: 0.75em;
}

.footerLogo img {
  max-width: 200px;
}

footer ul.nav.menu li {
  display: block;
  width: 100%;
}

footer .socialmenu {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 15px;
}

footer .socialmenu li {
  display: inline-block;
}

.social a i {
  font-size: 30px;
  margin-left: 0px;
  color: #ff9900;
}

.social:first-child a i {
  margin-left: 0px;
}

.social:last-child a i {
  margin-right: 0px;
}

.nav.socialmodule .fa-facebook-square {
  color: #3b5998;
  font-size: 3em;
  margin: 0 15px;
}

.nav.socialmodule .fa-twitter-square {
  color: #00aced;
  font-size: 3em;
  margin: 0 15px;
}

.nav.socialmodule .fa-instagram {
  color: #000;
  font-size: 3em;
  margin: 0 15px;
}

.travel-tec-footer {
  background-color: #131531;
}

.travel-tec-footer p {
  color: #fff;
}

#destination .moduletable .col-md-6 .card .card-img,
.offers .card .card-img {
  height: 250px;
}

.manual .card-body h5 {
  font-size: 14px;
}

.manual .card-body h5.card-title {
  font-size: 17px;
}

.cantFind {
  background-color: #ffffff;
}

.cantFind .btn-secondary {
  display: block;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #7d7d7d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  font-weight: 400;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  display: block;
  font-family: "Roboto", sans-serif;
  margin-left: 0;
  margin-right: 0;
  color: #131531;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 60px;
  font-family: "Dancing Script", cursive;
}

h2,
.h2 {
  font-size: 50px;
  font-family: "Dancing Script", cursive;
  color: #ff9900;
}

h3,
.h3 {
  font-size: 25.92px;
}

h4,
.h4 {
  font-size: 21.6px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 15px;
}

p,
a,
li,
ul,
label,
input,
textarea {
  font-size: 15px;
  line-height: 24.27px;
}

a i {
  margin: 0 5px;
}

p {
  margin-bottom: 24.27px;
}

ul.navbar-nav li a {
  font-size: 15px;
}

#breadcrumb {
  line-height: 32px;
}

.purpleBG h2, .purpleBG h3, .purpleBG h4, .purpleBG h6 {
  color: #fff;
}

input#locateAddress {
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 30px;
  float: left;
  width: 60%;
  background-color: #dbdbda;
  border-color: #dbdbda;
  color: #989898;
  height: 40px;
}

.employeeImage {
  height: 250px;
  width: 250px;
  max-height: 250px;
  max-width: 250px;
  background-size: 110%;
  border-radius: 50%;
  background-position: center;
  margin: 0 auto;
}

div#map {
  height: 400px;
}

div#legend {
  position: absolute;
  top: 8%;
  right: 5%;
  font-family: Arial, sans-serif;
  background: #fff;
  border-radius: 5px;
  border: 1px solid black;
  padding: 10px;
  margin: 10px;
  border: 3px solid #000;
}

div#legend div {
  padding: 5px 0;
}

#legend h3 {
  margin-top: 0;
}

#legend img {
  vertical-align: middle;
}

.toggle {
  cursor: pointer;
}

#branch-details {
  display: none;
}

.address strong {
  line-height: 2rem;
}

/* NEW CAREERS MODAL CSS *************************************/
#GroupBookingModal .jdscf-col-md-12:nth-child(1) > .form-group {
  margin-top: 15px;
}

#GroupBookingModal .jdscf-col-md-12:nth-child(2) > .form-group {
  margin-top: 0px;
  margin-bottom: 17px;
}

#GroupBookingModal .jdscf-col-md-12:nth-child(6),
#GroupBookingModal .jdscf-col-md-12:nth-child(7),
#GroupBookingModal .jdscf-col-md-12:nth-child(8),
#GroupBookingModal .jdscf-col-md-12:nth-child(9) {
  display: none;
}

#jdscf_recaptcha_141 > div {
  margin: 0 auto;
}

#GroupBookingModal .jdscf-col-md-12:nth-child(1) > .form-group > label.d-block {
  transform: translate3d(5px, -12px, 0) scale(0.8);
  background-color: #fff;
  width: 95px;
  padding: 0 5px;
  position: absolute;
}

#GroupBookingModal .jdscf-col-md-12:nth-child(2) > .form-group > label.d-block {
  transform: translate3d(0px, -12px, 0) scale(0.8);
  background-color: #fff;
  width: 155px;
  padding: 0 5px;
  position: absolute;
  z-index: 100;
}

#GroupBookingModal .jdscf-col-md-12:nth-child(3) > .form-group > label.d-block {
  transform: translate3d(0px, -12px, 0) scale(0.8);
  background-color: #fff;
  width: 180px;
  padding: 0 5px;
  position: absolute;
  z-index: 100;
}

#GroupBookingModal .jdscf-col-md-12:nth-child(4) > .form-group > label.d-block {
  transform: translate3d(5px, -12px, 0) scale(0.8);
  background-color: #fff;
  width: 135px;
  padding: 0 5px;
  position: absolute;
  z-index: 100;
}

#GroupBookingModal .jdscf-col-md-12:nth-child(5) > .form-group > label.d-block {
  transform: translate3d(5px, -12px, 0) scale(0.8);
  background-color: #fff;
  width: 135px;
  padding: 0 5px;
  position: absolute;
  z-index: 100;
}

.jdscf-submit-btn.jdscf-col-md-12 {
  max-width: 150px;
  margin: 0 auto;
  padding: 0;
}

.modal-body .form-control {
  border-color: #d4d4d4;
}

.form-control {
  color: #777372;
  background-color: #fff;
  border-color: #fff;
}

.form-control:focus {
  color: #777372;
  border-color: #777372;
  box-shadow: 0 0 0 0.2rem rgba 235, 233, 234, 0.25;
}

#branchLocatorList .form-control {
  border-color: #ff9900;
}

#branchLocatorList .form-control:focus {
  outline: 0;
  box-shadow: 0 0 5px 0.2rem #ff9900;
}

select {
  background-color: white;
  border: thin solid grey;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC");
  background-position: calc(100% - .5rem), 100% 0;
  background-size: 1.5em 1.5em;
  background-repeat: no-repeat;
}

.offline .btn {
  width: 100%;
}

@media (min-width: 768px) {
  .offline .btn {
    max-width: 300px;
  }
}

h1.regular, .h1.regular {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #ededeb;
  text-shadow: 2px 2px 17px rgba(0, 0, 0, 0.3);
  font-size: 25px;
  margin: 10px 0;
  text-align: center;
}

h3.regular, .h3.regular {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #ededeb;
  text-shadow: 2px 2px 17px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  margin: 0;
  text-align: center;
}

h4.italic, .h4.italic {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #ededeb;
  text-shadow: 2px 2px 17px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  margin: 0;
  text-align: center;
}

h5.regular, .h5.regular {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #ededeb;
  font-size: 15px;
  margin: 30px 0 0;
  text-align: center;
}

.openingHours {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #e1e1e1;
  font-size: 16px;
}

nav.offline {
  background-color: #fdfdfd;
}

nav.offline:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 1px;
  z-index: -1;
  transform: scale(0.9);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.7);
}

nav.offline #mobileLowerStrip {
  background-color: #0a81c2;
}

main.offline {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

html {
  /* scrollbar fix (prevent ugly left pull for lower content sites) */
  overflow-y: scroll;
  scroll-behavior: smooth;
}

/* RESETS
*********************************************/
body {
  background-color: #f9f9f9;
  overflow-x: hidden;
}

a {
  color: #ff9900;
}

a:hover {
  color: #ff9900;
}

a,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

.homepage-article {
  font-size: 29px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 3px solid #ff9900;
}

.homepage-article h1 {
  background-color: #ff9900;
  color: #ffffff;
}

.homepage-article p {
  padding: 1rem 1.5rem;
}

/* CONTACT US PAGE */
.contact-details {
  padding: 0 5px;
  background-color: #ffffff;
  border: 3px solid #ff9900;
  border-radius: 10px;
}

.contact-details .form-control {
  color: #212529;
  background-color: #efefef;
  border-color: #dedede;
}

#Carlisle .contact-details {
  padding: 0 5px;
  background-color: #ffffff;
  border: 3px solid #ff9900;
  border-radius: 0 10px 10px 10px;
}

.contact-form {
  background-color: #ffffff;
  border: 3px solid #ff9900;
  border-radius: 10px;
}

.contact-form .form-control {
  color: #212529;
  background-color: #efefef;
  border-color: #dedede;
}

.contact-form h3 {
  background-color: #ff9900;
  color: #ffffff;
  padding: 10px 20px;
}

.contact-form .jd-simple-contact-form p {
  margin: 15px 20px;
}

.contact-form .jd-simple-contact-form .form-group {
  margin: 15px 20px;
}

.contact-form .jd-simple-contact-form button[type="submit"] {
  margin: 15px 20px;
}

.fancy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 100%);
  grid-gap: 0;
  justify-content: space-between;
}

.team-members h4 {
  background-color: #ff9900;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 10px;
}

.team-members .team-member {
  background-color: #ff9900;
  border-radius: 20px 20px 10px 10px;
  margin-bottom: 1em;
}

.team-members .team-member:last-child {
  justify-self: center;
}

.team-members .team-member .team-image {
  border-radius: 10px 10px 0 0;
  height: auto;
  width: 100%;
}

.team-members .team-member h5,
.team-members .team-member h6 {
  color: #ffffff;
  font-weight: 600;
}

/* HEADER / SEARCH SECTION
*********************************************/
.header-top {
  background: #ff9900;
  color: #fff;
  z-index: 999;
}

.header-top a,
.header-top p {
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}

.revealContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -40px 100px 100px #fff;
  background-color: #fff;
  width: 100%;
}

a#revealButton {
  margin: 10px 0;
}

.smoke {
  font-family: "Roboto", sans-serif !important;
}

#trustPoints {
  border-top: none;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}

#trustPoints .container {
  background-color: transparent;
}

#trustPoints .tpItem {
  font-family: "Roboto", sans-serif;
  text-align: center;
  border-radius: 0.5rem;
  background: none;
}

#trustPoints i {
  font-size: 2em;
  color: #ff9900;
}

#trustPoints h2 {
  color: #ff9900;
  margin-bottom: 0.25em;
}

#trustPoints h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ff9900;
  margin-bottom: 0;
}

#trustPoints .tpItem h3 {
  font-size: 22px;
  color: #131531;
  margin-top: 0;
  margin-bottom: 0;
}

#trustPoints .tpItem h5 {
  font-size: 14px;
  color: #131531;
  margin-top: 0;
}

section.notice {
  background-color: #ff9900 !important;
}

section.notice .container {
  background-color: #ff9900 !important;
  color: #ffffff;
  margin-top: 0;
}

section.notice h1,
section.notice .h1,
section.notice h2,
section.notice .h2,
section.notice h3,
section.notice .h3,
section.notice h4,
section.notice .h4,
section.notice h5,
section.notice .h5,
section.notice h6,
section.notice .h6 {
  color: #ffffff;
}

#offersCarousel .carousel-item {
  height: 450px;
  color: #ffffff;
}

#offersCarousel .carousel-item h2,
#offersCarousel .carousel-item h3 {
  color: #ffffff;
}

#offersCarousel .carousel-image {
  height: 100%;
  border-radius: 1em;
  background-size: cover;
}

#offersCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b9defe' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#offersCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b9defe' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* CONTENT
*********************************************/
.special-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 250px);
  grid-gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blogPanel > .container {
  background-color: #fff;
  border-radius: 0px;
}

.branchPanel {
  background: #fafafa;
  border: 1px solid #f4f4f2;
  border-radius: 10px;
  box-shadow: none;
  padding: 20px;
}

.booking-form {
  width: 100%;
}

.light-card {
  margin: 0 auto;
  padding: 40px 80px;
  border: 1px solid #e5f0f6;
  border-radius: 0.5em !important;
}

.dark-card {
  margin: 0 auto;
  padding: 40px 80px;
  border: 1px solid #005da8;
  border-radius: 0.5em !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.pagination {
  margin: 0 auto;
  text-align: center;
}

.pagination ul {
  display: inline-block;
  display: inline;
  /* IE7 inline-block hack */
  zoom: 1;
  margin-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  color: #ff9900;
}

.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}

.pagination .active a {
  color: #999;
  cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

p.counter {
  margin-top: 7px;
}

.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0 15px;
}

.trust-container .fa {
  font-size: 45px;
  padding-bottom: 1rem;
  color: #ff9900;
}

#tr10ArticleModule h1 {
  color: #131531;
  font-size: 40px;
}

#tr10ArticleModule {
  background-color: #ffffff !important;
}

.marginup {
  margin-bottom: -80px;
}

.marginup h2 {
  font-size: 50px;
  color: #ff9900;
  text-align: center;
}

.container {
  max-width: 1100px;
}

.container1 h1 {
  color: #ff9900;
  font-size: 50px;
}

.trustPointBack {
  margin-top: 0px !important;
}

.tpointmargin {
  margin-top: -100px !important;
}

.navbar-nav ul.dropdown-menu > a:first-of-type {
  text-align: center !important;
}

#cardnews {
  border-radius: 0px;
}

#cardnews .card-img {
  border-radius: 0px;
  min-height: 250px;
  height: 100%;
  object-fit: cover;
}

#cardnews .card-body p {
  height: auto;
}

#cardnews .card-body p {
  height: auto;
}

#cardnews .card-title {
  color: #131531;
}

#cardnews .btn-secondary {
  background-color: white;
  color: #131531;
  font-weight: 500;
}

.modRecentNews {
  background-color: #f2f5f4;
}

.modRecentNews .container {
  background-color: #f2f5f4 !important;
}

.modRecentNews h1 {
  color: #ff9900;
  font-size: 50px;
}

.frequent-questions {
  background-color: white;
}

.frequent-questions #accordion .card {
  background-color: #f2f5f4;
}

.frequent-questions #accordion .card .card-header .mb-0 {
  background-color: #f2f5f4;
  margin-top: 10px;
}

.frequent-questions #accordion .card .card-header .mb-0 .btn {
  background-color: #f2f5f4;
}

#accordion .card .card-header .btn-link:not(.collapsed) {
  background-color: #f2f5f4;
}

button.btn.btn-link.collapsed {
  background-color: #f2f5f4;
}

.container-fluid.light-gradient.py-5.px-4 {
  background-color: #fff;
}

.slick-list .card-header {
  display: flex;
  justify-content: center;
}

.slick-list .card-header .card-img-top {
  max-width: 170px;
}

.container-fluid.light-gradient.py-5.px-4 {
  background-color: #fff;
}

.background-half {
  background-image: url(http://31.24.106.193/~wetravel/images/info-box.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

#accordion {
  width: 100%;
}

#accordion strong {
  color: #ff9900;
  margin-right: 10px;
  font-size: 18px;
}

#accordion .card {
  border-radius: 0;
  border: none;
  padding-bottom: 10px;
  max-width: 700px;
}

#accordion .card p {
  height: auto;
}

#accordion .card .card-header h2 {
  width: 100%;
  background-color: #fff;
  outline: none !important;
  font-size: 18px;
}

#accordion .card .card-header h2 .btn-link.collapsed {
  width: 100%;
  text-align: left;
  color: #131531;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  white-space: normal;
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
}

#accordion .card .card-header h2 .btn-link.collapsed i {
  float: right;
  transition: all 0.3s ease;
  margin-top: 4px;
}

#accordion .card .card-header .btn-link:not(.collapsed) {
  width: 100%;
  text-align: left;
  color: #ff9900;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  white-space: normal;
  background-color: #a1a0a0;
  font-size: 15px;
  font-weight: 600;
}

#accordion .card .card-header .btn-link:not(.collapsed) i {
  float: right;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

#accordion .card .card-header .btn-link:not(.collapsed) p {
  display: inline;
}

#accordion .card .card-header .btn-link:hover,
#accordion .card .card-header .btn-link:active {
  text-decoration: none;
}

#accordion .card:first-child {
  border-top: none;
}

.popdest .card {
  overflow: hidden !important;
}

.popdest .card a {
  pointer-events: auto;
}

.popdest .card-body {
  opacity: 1;
  top: calc(50% - 48px);
  left: 0px;
}

.popdest .card-img {
  filter: blur(2px);
  transform: scale(1.1);
}

.popdest .card-body {
  position: absolute;
  text-align: center;
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: table-cell;
  z-index: 3;
  transition: all ease-in-out 0.5s;
}

.popdest h2 {
  color: white !important;
  font-family: inherit;
  font-size: 18px;
  pointer-events: auto;
}

.popdest strong {
  color: white !important;
  font-weight: 300;
}

.smoke-base .dialog-inner {
  z-index: 200000;
}

.smoke-base.smoke-visible {
  z-index: 100000 !important;
}

.input-group {
  background-color: #f5f5f5 !important;
}

.formBack input {
  background-color: #ececec !important;
  border: none;
  padding-bottom: 10px;
  border-radius: 5px !important;
}

.tabsection a {
  font-size: 22px !important;
}

.tabsection .eachtab .show {
  border: 1px solid #ececec;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px white;
  margin-bottom: -1px;
  z-index: 9999;
  position: relative;
  background: white;
}

.offertabs .eachtaba {
  font-size: 22px !important;
  color: #131531;
}

.offertabs .eachtab:hover {
  background-color: #131531;
}

.offertabs .eachtab:hover .eachtaba {
  color: white;
}

.offertabs .show {
  background-color: #131531;
  color: white !important;
}

.offertabs .show a {
  color: white !important;
}

.offertabs .show .eachtaba {
  color: white !important;
}

.offertabs .tab-pane {
  background-color: white !important;
}

.offertabs .offertabbtn:hover {
  color: #131531 !important;
}

.fade:not(.show) {
  display: none;
}

.card-stats {
  color: #777372 !important;
}

.offernavtabs {
  padding-bottom: 1rem;
  border-bottom: 2px solid #131531;
}

#offercat .blogContentDiv img {
  border-radius: 10px;
}

#holiday-tab, #city-tab, #cruise-tab {
  font-weight: 700 !important;
}

#city-tab {
  color: #a7a7a7 !important;
}

#city-tab[aria-selected="true"] {
  color: #ff9900 !important;
}

#holiday-tab {
  color: #a7a7a7 !important;
}

#holiday-tab[aria-selected="true"] {
  color: #131531 !important;
}

#searchForm {
  border-radius: 10px;
}

.tab-content li {
  list-style: disc;
  margin-left: 20px;
}

#myTab.nav-tabs .nav-item {
  background: #efefef;
  border: 0 !important;
}

#myTab.nav-tabs .nav-item .nav-link {
  color: grey;
  border-radius: 0 !important;
  border: 0 !important;
  background: #efefef;
  border-radius: 0 !important;
}

#myTab.nav-tabs .nav-item .nav-link.active {
  color: #ff9900 !important;
  border: 0 !important;
  background: white !important;
}

.afilliateSlide .slick-arrow {
  display: none !important;
}

em {
  font-style: italic !important;
}

.nivo-slider-wrapper.adjustHeight {
  max-height: 1140px !important;
  min-height: 1140px !important;
  height: 1140px !important;
}

.nivo-slider-wrapper .nivoSlider img.adjustHeight {
  max-height: 1140px !important;
  min-height: 1140px !important;
  height: 1140px !important;
}

.nivo-slider-wrapper,
.nivo-slider-wrapper .nivoSlider img {
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1), min-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Container around the Canva embed + credit */
.embed-slide {
  /* Hide any bare text nodes (e.g., "by Gillian Ashwood") */
  font-size: 0;
}

.embed-slide div {
  padding-top: 0 !important;
  height: 300px !important;
}

/* Keep the actual embed visible/normal */
.embed-slide > div {
  font-size: 16px;
  /* or inherit */
}

/* Hide the credit link */
.embed-slide a {
  display: none !important;
}

#main-nav .navbar-toggler {
  color: #ff9900;
}

.navbar-toggler,
.mobileCall {
  color: #ffffff;
}

.navbar-toggler span,
.mobileCall span {
  display: block;
}

#socials a {
  color: white;
}

#socials a:hover {
  color: #ff9900;
}

.callUs a.headerCallLink {
  color: #131531;
}

.callUs a.headerCallLink:hover {
  color: #ff9900;
}

.statusBar {
  background-color: #c55;
  color: #fff;
  transition: all 0.6s ease;
}

.statusBar p {
  margin-bottom: 0;
}

.statusBar a {
  color: #fff;
  text-decoration: underline;
}

.statusBar .closeStatus a {
  color: #fff;
  position: fixed;
  right: 0;
  top: 6px;
}

.middleBar {
  background-color: #131531;
}

.navbar-dark {
  background-color: #131531;
}

.dropdown-menu {
  background-color: white;
}

@media only screen and (max-width: 576px) {
  #nav-logo {
    width: 35%;
  }
}

.header-phonebutton {
  color: #ff9900;
}

.header-phonebutton p {
  margin: 0;
}

.header-phonebutton span {
  font-size: 30px;
  font-weight: bold;
}

.header-phonebutton span:last-child {
  display: block;
  font-size: 18px;
  color: #ff9900;
  font-style: italic;
  font-weight: normal;
}

nav {
  background-color: #ffffff;
  z-index: 999;
  position: relative;
}

#nav8 {
  height: 100px;
}

nav svg {
  max-width: 250px;
}

ul.navbar-nav li {
  text-align: center;
}

ul.navbar-nav li a {
  color: #131531;
  font-size: 15px;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.65;
  padding: 5px 10px;
}

#main-nav ul.navbar-nav li a {
  text-transform: uppercase;
}

.logo img {
  max-width: 150px;
  transition: all 0.3s ease;
}

.navbar-expand-lg {
  padding: 0;
}

ul.navbar-nav .nav-item:hover span {
  opacity: 1;
  border-bottom: 2px solid #ff9900;
}

ul.navbar-nav .nav-item:hover a {
  opacity: 1;
}

ul.navbar-nav .dropdown:hover a {
  opacity: 1;
}

ul.navbar-nav li:hover .dropdown-menu li {
  border-bottom: none !important;
}

ul.navbar-nav li.active span {
  opacity: 1;
  border-bottom: 2px solid #ff9900;
}

ul.navbar-nav li.active a {
  opacity: 1;
}

.contactCorner {
  border-radius: 100% 0% 50% 50% / 0% 100% 0% 100%;
  background-color: #09b0c9;
  color: #ffffff;
}

.contactCorner a {
  font-size: 30px;
  color: #ffffff;
}

.contactCorner a:hover {
  color: #ff9900;
}

.contactCorner span {
  font-size: 14px;
}

button.contact-tab {
  background-color: #f9f9f9;
  border: none;
  padding-top: 10px;
  border-radius: 10px 10px 0 0;
}

button.contact-tab h4 {
  font-size: 15px;
}

button.contact-tab.active {
  background-color: #ff9900;
}

button.contact-tab.active h4 {
  color: #ffffff;
}

.callUs span {
  color: white;
  font-size: 12px;
}

.callUs a {
  color: white;
  font-size: 28px;
  font-weight: 700;
}

.callUs a i {
  font-size: 28px;
}

.findAndAtol a {
  color: #131531;
  font-size: 14px;
}

.findAndAtol a:hover {
  color: #d798d1;
}

.findAndAtol span {
  color: #131531;
  font-size: 10px;
  line-height: 0.75em;
}

.findAndAtol img {
  max-width: 140px;
}

.findAndAtol > div > a:last-child {
  border-right: 2px solid #131531;
  padding-right: 15px;
}

.findAndAtol > div > a:first-child,
.findAndAtol > div > img {
  padding-left: 15px;
}

.lowerStrip {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.lowerStrip nav,
.lowerStrip ul.navbar-nav {
  background-color: transparent;
  justify-content: space-between;
}

.lowerStrip img {
  margin: 5px 0;
  width: 35%;
  float: right;
}

ul.nav.socialmenu.mod-list {
  display: inline-block;
  margin-top: 5px;
}

ul.nav.socialmenu.mod-list li {
  float: left;
}

.lowerStrip ul.socialmenu li.social a i {
  color: white;
}

#mobileLowerStrip {
  background-color: #ffffff;
}

#mobileLowerStrip img {
  width: 20%;
  display: block;
  margin: 0 auto;
}

.mobileLinks span {
  display: block;
  font-size: 14px;
}

.mobileLinks i,
.mobileLinks span {
  color: #ff9900;
  margin: 0 auto;
}

.navbar-toggler:first-child .fas {
  margin-top: 7px;
}

.navbar-toggler:first-child .mobile-icon-text {
  margin-top: 13px;
  font-size: 12px;
}

.mobile-icon-text {
  margin-top: 8px;
  font-size: 12px;
}

.nav-status {
  width: 100%;
  height: 36px;
  background-color: #eaeaea;
}

.nav-status .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
}

.nav-status-left {
  display: flex;
  align-items: center;
  width: 25px;
  position: relative;
}

.nav-status-left span {
  color: #696969;
  padding-left: 10px;
  display: none;
  position: absolute;
  left: 0px;
  top: 40px;
  background-color: #eaeaea;
  padding: 10px 20px;
  width: 300px;
}

.nav-status-left i.fas.fa-info-circle {
  color: #0b55a6;
  font-size: 20px;
}

.nav-status-left i.fas.fa-info-circle:hover + span,
.nav-status-left i.fas.fa-info-circle .infoTip {
  display: block;
}

.nav-status-left i.fas.fa-info-circle::after {
  color: #0b55a6;
}

.nav-status-right {
  display: flex;
  align-items: center;
  width: 10%;
  justify-content: space-between;
  margin-right: 65px;
}

.nav-status-right .status-right-documents {
  background-color: #b0b0b0;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
}

.nav-status-right .status-right-documents i.fas {
  font-size: 16px;
}

.nav-status-right .status-right-documents span {
  display: none;
}

.nav-status-right .status-right-language {
  display: flex;
  align-items: center;
}

.nav-status-right .status-right-language span {
  display: none;
  margin-right: 5px;
  color: #777372;
}

.nav-status-right .status-right-language img {
  width: 30px;
}

.infoTip {
  display: none;
  position: absolute;
  z-index: 1500;
  left: 0;
  top: 65px;
  background-color: #fff;
  padding: 40px 20px;
  border: 1px solid #16822d;
}

td .infoTip {
  top: -80px;
}

.status-text {
  text-align: right;
  padding-left: 10px;
  display: none;
  flex-direction: column;
  justify-content: center;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
  transition: all 0.2s ease;
}

.sticky .findAndAtol {
  display: none;
}

.sticky .logo img {
  max-width: 100px;
}

.stickyMenu {
  position: fixed;
  top: 81px;
  width: 100%;
  -webkit-box-shadow: 0px 10px 29px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 29px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 29px 1px rgba(0, 0, 0, 0.3);
  z-index: 199;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 73px;
}

#navbarlogoremove {
  display: none;
}

.searchBackground {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0 0;
  transition: transform 70s linear;
}

.searchLeft {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.searchBackground1 {
  overflow: hidden;
  background-repeat: no-repeat;
}

.hide-room {
  display: none;
}

.room-warning {
  color: red;
  display: none;
}

.form-group.childage {
  display: none;
  color: #000;
}

.searchbgdiv {
  height: 815px;
}

div#newSearchBlock {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 1.5em;
  position: relative;
  top: 40px;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 15px 20px -10px #696767;
}

div#newSearchBlock h2 {
  color: #ffffff;
  font-size: 18px;
}

div#newSearchBlock .input-group label {
  color: #ffffff;
}

.show {
  display: block !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fbfbfb;
  opacity: 1;
}

#newSearchBlock .input-group label,
#roomWrap .input-group label,
#bookForm .input-group label {
  width: 100%;
}

#newSearchBlock .input-group .form-control,
#newSearchBlock .input-group label,
#newSearchBlock .input-group-text,
#roomWrap .input-group .form-control,
#roomWrap .input-group label,
#roomWrap .input-group-text,
#bookForm .input-group .form-control,
#bookForm .input-group label,
#bookForm .input-group-text {
  color: #777372;
}

#newSearchBlock .input-group input,
#roomWrap .input-group input,
#bookForm .input-group input {
  height: 35px;
}

#newSearchBlock .input-group input::placeholder,
#roomWrap .input-group input::placeholder,
#bookForm .input-group input::placeholder {
  color: #777372;
}

#newSearchBlock select,
#roomWrap select,
#bookForm select,
.filters select {
  height: 35px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23002088%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  -webkit-appearance: none;
}

section.filters {
  width: 100% !important;
}

#datePickWrap,
#room1childages,
#room2childages,
#room3childages,
#searchingNow {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
  top: 0;
  left: 0;
}

#searchingNow span.d-block {
  color: #131531;
  margin-top: -5px;
}

#datePickWrap .inTheMiddle,
#room1childages .inTheMiddle,
#room2childages .inTheMiddle,
#room3childages .inTheMiddle,
#searchingNow .inTheMiddle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(153, 151, 151, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(153, 151, 151, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(153, 151, 151, 0.5);
  border-radius: 5px;
  background: #fff;
  border-radius: 5px;
}

#datepicker .jQueryDatepicker {
  overflow: hidden;
}

#datePickWrap .jQueryDatepicker {
  font-family: Montserrat;
}

#datePickWrap .jQueryDatepicker_header {
  background: #ff9900;
  color: #ffffff;
  height: 70px;
}

#datePickWrap .jQueryDatepicker_header_sidebutton {
  color: #ffffff;
}

#datePickWrap .jQueryDatepicker_calendar_months_month_weekdays_weekday_title {
  color: #ffffff;
  font-size: 1rem;
}

#datePickWrap
.jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day {
  color: #494949;
  background: #d4d4d4;
  height: 50px;
}

#datePickWrap
.jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__previous_month,
#datePickWrap .jQueryDatepicker_calendar_months_month_weekdays {
  background: #efefef;
}

#datePickWrap .jQueryDatepicker_header_bG:after {
  box-shadow: none;
}

#datePickWrap
.jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current_other,
#datePickWrap
.jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current {
  background-color: #131531 !important;
  color: #fff !important;
  /* border-radius: 5px; */
  border: none !important;
}

#datePickWrap
.jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current_other_diff {
  color: #ffffff !important;
  border: none !important;
  position: relative;
}

#datePickWrap
.jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day_number {
  z-index: 901;
  position: relative;
}

#datePickWrap
.jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current_other_diff::after {
  content: "";
  position: absolute;
  height: 35px;
  width: 100%;
  background-color: transparent !important;
  top: 7.5px;
  left: 0;
  z-index: 900;
}

a.toggleMode {
  color: #83050e;
  font-family: Asap;
  margin: auto;
  margin-top: -5px;
  display: block;
  padding-top: 10px;
  background: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 20px;
  text-decoration: underline;
}

.rowHide {
  display: none;
}

.dim {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5;
}

#datePickWrap h3 {
  font-weight: normal;
}

#calendarRight,
#calendarLeft {
  height: 20px;
}

#resultsContainer {
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.revealContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -40px 100px 100px #fff;
  background-color: #fff;
  width: 100%;
}

.resultCard .card-img-top {
  max-height: 225px;
}

.resultCard-body .titles {
  font-size: 0.8rem;
  color: #494949;
  font-weight: bold;
  line-height: 1.1rem;
}

.resultCard-body .content {
  font-size: 0.8rem;
  color: #494949;
}

.resultCard-body .resultsright i {
  color: #ffc641;
  padding: 2px;
}

.resultCard-body .price {
  color: #11a330;
}

.resultCard-footer {
  background-color: unset;
  border-top: none;
}

#searchForm {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 95;
  overflow-y: hidden;
}

#searchForm h3 {
  color: #ff9900;
}

#searchForm .dates a i {
  margin: 5px 3px;
}

#searchForm .searchFormHeader {
  color: #131531;
  margin-bottom: 30px;
}

#searchForm .tabhide p {
  color: #131531;
}

#searchForm .tabhide p a.info {
  color: #131531;
}

#searchForm h2 {
  text-align: center;
  margin: 10px 0 20px;
}

.sliderWrapper {
  position: relative;
  top: 10px;
  left: 0;
  z-index: 1000;
}

.nivo-slider-wrapper {
  position: relative;
}

.nivo-slider-wrapper .nivoSlider {
  margin-bottom: 0 !important;
  filter: brightness(1.3);
}

.nivo-slider-wrapper .nivoSlider img {
  max-height: 600px;
  object-fit: cover;
  filter: brightness(0.6);
  width: 100vw;
}

.nivo-slider-wrapper .nivoSlider .nivo-caption {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  background: none;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.nivo-slider-wrapper .nivoSlider .nivo-caption h2 {
  z-index: 1000;
  color: #ffffff;
  text-align: center;
}

.nivo-slider-wrapper .nivoSlider .nivo-caption p, .nivo-slider-wrapper .nivoSlider .nivo-caption h1 {
  font-size: 40px;
  font-family: "Dancing Script", cursive;
  line-height: 50px;
  color: white;
}

.nivo-slider-wrapper .nivo-controlNav {
  position: absolute;
  bottom: -10%;
  left: 39%;
  transform: translate(-35%, -50%);
  z-index: 950;
  width: 263px;
  text-align: center;
}

.nivo-slider-wrapper .nivo-controlNav a.nivo-control {
  background: transparent !important;
  border: 1px solid #fff !important;
  background-color: #fff !important;
  height: 3px !important;
  width: 30px !important;
  border-radius: 0;
}

.nivo-slider-wrapper .nivo-controlNav a.nivo-control.active {
  background-color: #ff9900 !important;
  border: 1px solid #ff9900 !important;
}

#searchLeft {
  margin-left: 0;
  margin-right: 0;
}

.searchFields {
  display: block;
  width: 100%;
  margin-bottom: 18px;
}

.searchFields.active > select,
.searchFields.active > a {
  animation: blinker 2s linear 10;
}

.bookingAnimate:not(.dim) > input.form-control,
.bookingAnimate:not(.dim) > select.form-control,
.bookingAnimate:not(.dim) > .input-group > select.form-control,
.bookingAnimate:not(.dim) > .input-group > input.form-control {
  animation: blinker 2s linear 2;
}

.bookingAnimate > .input-group > input.form-control::placeholder,
.bookingAnimate > input.form-control::placeholder {
  color: #777372;
}

.bookingAnimate > .input-group > input.form-control:disabled,
.bookingAnimate > .input-group > input.form-control,
.bookingAnimate > .input-group > select.form-control,
.bookingAnimate > input.form-control,
.bookingAnimate > select.form-control,
.psngrs input.form-control,
.psngrs select.form-control {
  border-color: #131531;
  color: #000;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 46, 126, 0.25);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f8f6f7 inset !important;
  box-shadow: 0 0 0 30px #f8f6f7 inset !important;
}

@keyframes blinker {
  0% {
    box-shadow: 0 0 0px #fff;
  }
  50% {
    box-shadow: 0 0 10px #131531;
  }
}

.searchFields.dim {
  opacity: 0.5;
  pointer-events: none;
}

#searchForm .iconWrap {
  display: inline-block;
  width: 10%;
  text-align: center;
}

#searchForm select {
  display: inline-block;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: none;
  color: #777372;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABaCAYAAAAvitHLAAAAAXNSR0IArs4c6QAABgZJREFUeF7tnUuPFFUUx//n3qrBwEJXapQECTgEJCiaqF/A+IwBfIDdQ+JGl+xkMCx0iQMShwAb49cQFXRBFJg28TVDEDduXElM0EAz3VX3XnNuTTWTAZpmDtPV9Jy7mkzqVM/91f88b2Wa/vzjYoCungisHd1ACy8kBdgTu85FCyEqwDvjdwNIBagAF0ngLpixO6sChSAVoAIUEhCaqwIVoJCA0FwVqACFBITmqkAFKCQgNB9aBXpDMH7pB01DC1AorJ7NFWDPqG5+oQJUgEICQnNVoAIUEhCaqwIVoJCA0PyeUCARIYSlL4oXw/KeAFhubBBBDjTAEtgggus81HvhYJ0B8mI3HjSYA63A+TFpPrgS5GJi1t22GViAJTBjDLz3cd+Dpr74Nw26C89X2yDGxIEH2G63MTIy0vG8QVNhpQApAGHuhTEGk4GQIsRkkbXauHDgZ4w3TmBy9w6M7noqQvRlTUg5bEjgyCMBgYKBRwDfkyjEn/uxKgRokIeAhAgGARzmfOJhnYW7FjB96Bz2TZ3oMDg29gbW1bbAuBzeJgjBwSBFxqDIwwbAEWC9Ayhl1P3gV2UMNHAmwMaxu4EBwcMha3lMf3IW+6dO3gDgaH0nHq9tQkYBiTfIjUfCnEzZqXh4Y2E8y3rIAbKr8cbZBcmZ6JpuNsOFibPYN3Xqluo5NvY21tQ2RTdlUDkV6AuQFlGAxvVFfRVnYQMKHj5YBN59M8PMxDmMd4FXUjky9iZGd21GboAkpPChDS53grfw1sG60ImtS02yshgY49Vc3PJN4MLB0xif+q7n/bI7r69vjrGQ1RxhegMXAdJyAMhuZ5A3gZlPv+/qtreiOrl7Ozbs3Apni8zND4TF3DIGdjnEwIAEM5+dwQenvuxZeQsv/HxPHatf3DCnwhwISSyFhr+MCUkM9i+98tGi4bHh4W2vYeN7z8JzRmfXBWd3rhFFt+3ZuLIYWE5XLv9+CZd/uoSrfzfjpnPDExcD3PatgoBVj92Ph55fjVUPr+rEPK4Ok+CHPwbGrsIQ0gxoW4oxiyNXi9owIYW9jQbKMoiTCCckhCLucXkDvwySSFHociuWI4EFK4e8j12G9a1YXHdbZRvILZwzFAtyhsfJhGMrKO/ZDSUXVubC3IZx50HkkIPmdRQOiU9il9F9cQGdx5jHsLkQj12N4d+64Y+BrJzMePx3/h9c++vf4tDIAt4ZgONgT0nA4IHND2Lloys7nUjmPRLiTqS7giWqm29bmQILFzZ4+dWPRXs5vO11bHr/mVhQcx/MdWAIHANvp2DRx3aMKwSIqLLfJhvYe3LxdeAXe97FIy+sgTNF2ulXAV0SrBAgu5iHbxJ+OXQa+6e+vWNJTNa3Y3396ej+KXieGHBfIGTRhfuzKgRYbJBLmXA1x/TEj/iw8VXPu2Z4G995Dp6asN6gndDcEKF4MP1alQPkjRoKaM0GTB9oYH8PEI/Wd2BtfStsYM0ZENkYA4tlYmlkw9AnEd44cdqNc7xijJ/j/IFGVyUer72FtfUnYt24wns4a+OpXRzjk42lTL8SCD+uyhTIVVybK5ckwLmAlPhkI0fW9Pj14JmbxkQeYa2rbYydRxpsrBXLF8mvv1ReHhX0VAeJPb0ygDFOhZHYt2aph+FBCgvSEHAFmDn4A8Yb33Q2eLy2E+vqW5BRqxiD0fWel5Vn+IyEVRhogUuLGXW9QWUAiyMhihvmziHliXInjgHtWYeLEw3snfoaR8Z2YLT2ZLyOu5RAOdKQxrOR6Ead0z0+E5mbytzw7yGWBmRlAK8PPvM4RPCYfxBk4E0G41YgnguvKBICJwteeeDhQ9Hr8pkKJwz+HT8Ejqk8nV4W46yl0UR/71qZAvu7zaX7NAUoZKsAFaCQgNBcFagAhQSE5qpABSgkIDRXBSpAIQGhuSpQAQoJCM1VgQpQSEBorgpUgEICQnNVoAIUEhCaqwIVoJCA0FwVqACFBITmqkAFKCQgNFcFKkAhAaG5KlABCgkIzVWBAoD6fSICeGyqAAUAyy+nUhdeJEQFKARXmqsC7wDkzb6Y73+LHohHm0l+5wAAAABJRU5ErkJggg==");
  background-size: 40px 45px;
  background-position: 100%;
}

#searchForm .howmany {
  display: flex;
}

#searchForm input#guestsMessage {
  display: inline-block;
  width: 70%;
  height: 45px;
  padding-left: 15px;
  background-color: #ffffff;
  border: none;
  color: #777372;
  border-radius: 0;
}

#searchForm .btn {
  width: 100%;
  padding: 10px 8px;
  display: inline-block;
  border-radius: 4px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.searchNavigation {
  text-align: center;
}

.childInfo {
  margin-top: 10px;
  color: #000000;
}

.childInfo:hover {
  margin-top: 10px;
  color: #ff9900;
}

.flexibleDates label {
  color: #000;
  display: inline-block;
  line-height: 1.5em;
  height: 15px;
  font-family: "Nunito", sans-serif !important;
}

.flexibleDates .rc-hidden {
  display: none;
}

.flexibleDates i {
  height: 15px;
  width: 15px;
  background-color: #fff;
  display: inline-block;
  border: 2px solid #95358c;
  border-radius: 2px;
  margin-right: 5px;
}

.flexibleDates i.checkbox-checked {
  background-color: #131531;
}

.reset a {
  font-size: 13px;
  color: #777372;
}

#searchForm select:focus {
  outline: none;
}

.childages > div {
  margin-bottom: 15px;
}

.childages p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0;
}

a.forwardBack {
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
  width: calc(49% - 24px);
  display: inline-block;
  text-align: center;
  font-size: 18px;
}

a.forwardBack.next {
  background-color: #5eb298;
  color: #fff;
  border-color: #32866c;
}

a.forwardBack.back {
  background-color: #eaf4f5;
  color: #aaaaaa;
  border-color: #aaaaaa;
  margin-right: 2%;
}

.backNext p {
  margin: 15px 0;
  text-align: center;
  display: none;
}

.tabhide {
  display: none;
}

#ns0 {
  display: block;
}

#ns4 .btn-orange {
  text-align: center;
  margin: 20px auto;
  display: block !important;
  width: 160px !important;
}

.coverAll {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.coverAll div div {
  background-color: #ffffff;
  border-radius: 45px;
}

.coverAll i {
  color: #ff9900;
}

.jQueryDatepicker {
  font-family: "Roboto", sans-serif !important;
}

.jQueryDatepicker_calendar_months_month_weekdays_weekday_title {
  background: #5c5c5c !important;
  padding: 15px !important;
}

.jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current_other {
  background: #131531 !important;
}

.jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current_other_diff {
  background-color: rgba(19, 21, 49, 0.8) !important;
  color: white;
}

.jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current {
  background: #131531 !important;
}

.datePickYearDrop {
  position: relative;
  top: 39px;
  z-index: 100000000;
  left: calc(50% + 23px);
  height: 30px;
  width: 90px;
  background-color: #fff;
  font-family: Arial;
  border: 1px solid #ff9900;
  font-size: 16px;
  display: block;
  color: #444;
  padding: 6px 0px 5px 10px;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/DAW/DawsonSanderson/images/caret-down-solid.svg), linear-gradient(to bottom, #ffffff 0%, #fff 100%);
  background-repeat: no-repeat, repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 0.65em auto, 100%;
}

.datePickYearDrop::-ms-expand {
  display: none;
}

.datePickYearDrop:hover {
  border-color: #888;
}

.datePickYearDrop:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(255, 153, 0, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

.datePickYearDrop option {
  font-weight: normal;
}

.datePickMonthDrop {
  position: relative;
  top: 69px;
  z-index: 100000000;
  left: calc(50% + -96px);
  height: 30px;
  width: 120px;
  background-color: #fff;
  font-family: Arial;
  border: 1px solid #ff9900;
  font-size: 16px;
  display: block;
  color: #444;
  padding: 6px 0px 5px 10px;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/DAW/DawsonSanderson/images/caret-down-solid.svg), linear-gradient(to bottom, #ffffff 0%, #fff 100%);
  background-repeat: no-repeat, repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 0.65em auto, 100%;
}

.datePickMonthDrop::-ms-expand {
  display: none;
}

.datePickMonthDrop:hover {
  border-color: #888;
}

.datePickMonthDrop:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(255, 153, 0, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

.datePickMonthDrop option {
  font-weight: normal;
}

#datePickWrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1002;
  top: 0;
  left: 0;
}

#datePickWrap .inTheMiddle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  min-height: 562px;
  border-radius: 5px;
  background-color: #ddd;
}

#dateMessage {
  color: #ffffff;
  text-align: center;
  background-color: #ff9900;
  padding: 15px 0 20px 0;
  margin-bottom: -5px;
  border-radius: 5px 5px 0 0;
}

#dateClose {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
}

.fix {
  position: fixed;
}

.dates.searchFields a.ticked::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  float: right;
  margin-right: 10px;
}

.backNext {
  margin-bottom: 15px;
  height: 46px;
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  margin-top: -100px;
  margin-left: -40px;
  border-radius: 50%;
  border-top: 2px solid #ff9900;
  border-right: 2px solid #9c3e3e00;
  animation: spinner 1s linear infinite;
}

.spinner {
  height: 85px;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.searchingFor {
  color: #ffffff;
  background-color: #ff9900;
  border-radius: 0px;
  font-size: 20px;
  padding: 15px;
  transition: height 0.3s ease;
}

.searchingFor a {
  color: #fff;
  font-size: 16px;
}

.searchingFor .filterBar {
  background-color: #ff9900;
  font-size: 14px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.showFilter {
  height: 100% !important;
}

select#sortBy {
  width: calc(100% - 37px);
  padding: 2px 7px;
  line-height: 1em;
  font-size: 13px;
  height: 23px;
}

#multifilter select {
  height: 25px;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3…c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  -webkit-appearance: none;
}

.dropdown-bg {
  background-image: url("../images/sort-solid.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 10px;
  -webkit-appearance: none;
}

.fa-star {
  color: #ff9900;
}

#recentSearch > div {
  margin-bottom: 15px;
  margin-top: 15px;
}

.card {
  background: #fafafa;
  border: 1px solid #f4f4f2;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}

.card .card-img {
  border-radius: 10px 10px 0 0;
  height: 160px;
  object-fit: cover;
}

.card .card-header {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0rem 1.25rem;
}

.card .card-header .card-title-wrap {
  width: 66%;
}

.card .card-header .card-title-wrap .card-title {
  color: #777372;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card .card-header .card-title-wrap .card-subtitle {
  color: #777372;
}

.card .card-header .card-rating {
  flex-grow: 1;
  margin: 10px 0;
  text-align: right;
}

.card .card-body {
  padding: 0 1.25rem;
}

.card .card-body .card-title {
  color: #777372;
  font-weight: 600;
}

.card .card-body .card-subtitle {
  color: #777372;
}

.card .card-body .card-description {
  margin: 10px 0 0;
  font-style: italic;
}

.card .card-body .card-stats {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: space-between;
  font-size: 13px;
}

.card .card-body .card-stats span i {
  margin-right: 4px;
}

.card .card-body .titles {
  font-weight: 600;
  line-height: 2em;
}

.card .card-body .subheadingText {
  font-weight: 600;
}

.card .card-body .card-stats div i {
  margin-right: 10px;
}

.card .card-body p {
  margin-bottom: 10px;
  height: 96px;
}

.card .card-footer {
  background-color: transparent;
  border: none;
  padding: 0 1.25rem 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.card .card-footer .card-price {
  color: #000000;
  margin: 0;
  text-align: left;
  font-size: 20px;
}

.card .card-footer .card-price-text {
  color: #777372;
  margin: 0px 0 0;
  text-align: left;
  font-size: 10px;
  line-height: 10px;
}

#destination .card-footer,
#destinations .card-footer,
#offercats .card-footer,
#employees .card-footer {
  padding-bottom: 1rem;
}

#results > .container {
  background-color: #ffffff;
  border-radius: 10px;
}

#results > #backtotop {
  display: none;
  position: fixed;
  background-color: #ff9900;
  width: 47px;
  height: 47px;
  bottom: 16px;
  right: 73px;
  border-radius: 50%;
  color: #fff;
  line-height: 47px;
  font-size: 31px;
  padding-left: 9px;
  z-index: 10;
  cursor: pointer;
}

#counters #count h5 {
  color: #ff9900;
}

#result-0 {
  overflow: hidden;
  position: relative;
}

.gbpPrice,
.euroPrice {
  color: #ff9900;
  font-size: 25px;
}

.singleHoliday .carousel-item a img {
  height: 300px;
}

.singleHoliday > .container {
  background-color: #fff;
  border-radius: 0px;
}

@media only screen and (max-width: 576px) {
  .price > .priceBig {
    font-size: 2em;
    position: relative;
    right: 0px;
  }
  #updatePrice + .subheadingText {
    position: relative;
    right: 0px;
  }
}

.holidayInfo h2 {
  margin: 0px;
}

.holidayInfo h3 {
  margin: 0px;
}

.holidayInfo h4 {
  font-size: 18px;
  font-weight: 560;
  margin-bottom: 0.1rem;
}

.holidayInfo h5 {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}

.holidayInfo i {
  color: #ff9900;
}

.roomPrice {
  font-weight: bold;
  color: #ff9900;
}

.mainBackground {
  background-color: #ffffff;
  width: 100%;
}

.altBackground {
  background-color: #f8f8f8;
  width: 100%;
}

.notSelected .btn-room {
  background-color: #8a8989;
  color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-room {
  font-weight: 400;
  width: 100%;
}

.singleHoliday.flightContainer {
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  width: 100%;
}

.roomSelecter .fadeBorder {
  margin: 0 !important;
}

.roomSelecter {
  transition: all 0.3s ease;
  border: 1px solid #dcdcdc;
}

.roomSelecter h3 {
  font-size: var(--default-h2-font-size);
}

.roomSelected .btn-room {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.roomGreen {
  color: #ff9900;
}

#hname {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}

.singleHoliday .carousel-indicators {
  position: relative;
  height: 90px;
  margin: 20px 0 0;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  justify-content: left;
}

.singleHoliday .carousel-indicators li {
  position: relative;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 0;
  text-indent: unset;
  background-color: unset;
}

.singleHoliday .carousel-indicators li:last-child {
  margin-right: 0px;
}

.updateFullPrice .priceBig {
  color: #7d7d7d;
  font-size: 1rem;
  font-weight: 400;
}

.price {
  color: #ff9900;
}

.priceBig {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ff9900;
}

#hotelRef {
  opacity: 0.4;
  float: right;
  margin-top: 20px;
}

.singleHoliday .btn-primary {
  width: 100%;
  max-width: 280px;
  font-weight: 400;
}

.btn-primary.pale {
  background-color: #3852a8;
}

.callPopup .inTheMiddle {
  width: 85%;
  transform: translate(-50%, -50%);
  position: relative;
  left: 50%;
  top: 50%;
  background-color: white;
  margin-left: 0;
  height: auto !important;
}

.content {
  min-height: 32px;
}

.filters {
  border: 1px solid #e5f6ee;
  border-radius: 0.5em;
  width: 1040px;
  margin: 0 auto;
}

#offerPopup .inTheMiddle {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 400px;
  width: 280px;
}

@media only screen and (min-width: 576px) {
  #offerPopup .inTheMiddle {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 450px;
    width: 500px;
  }
}

@media only screen and (min-width: 768px) {
  #offerPopup .inTheMiddle {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 450px;
    width: 700px;
  }
}

#recentSearches {
  background-color: #fff;
}

#recentSearches h3 {
  color: #ff9900;
  margin-bottom: 10px;
  font-weight: 600;
}

#recentSearches h6 {
  color: #777372;
}

.euroPrice {
  display: none;
}

.currencyBox a {
  color: #777372;
}

.currencyBox a.active {
  font-weight: bold;
  color: #ff9900;
}

#backToSearchBtn {
  margin-bottom: 10px;
}

#backToSearchBtn i {
  margin-left: 0;
}

.sectionHeader {
  background-color: #ff9900;
  color: #ffffff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 1rem;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.sectionDetails {
  background-color: #ffffff;
  border-radius: 0.75rem;
  margin: 0 auto;
}

.sectionDetails h5 i {
  margin-right: 5px;
}

.sectionDetails h3 {
  margin-bottom: 0;
}

.sectionDetails h5 {
  margin-bottom: 0;
  color: #868485;
}

.sectionDetails p {
  margin-bottom: 20px;
}

.roomSelecter .singleHoliday h3.headingText {
  font-weight: 700;
}

.singleHoliday h3.headingText {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

#bookingSteps {
  background-color: #ff9900;
  border-radius: 0 0 0.75rem 0.75rem;
}

#bookingSteps h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

ol.passenger-important {
  list-style: none;
  counter-reset: li;
  padding: 15px 0 0;
}

ol.passenger-important li {
  padding-left: 20px;
  counter-increment: li;
  margin-bottom: 10px;
}

ol.passenger-important li::before {
  content: counter(li);
  color: #052383;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}

i.fa-star {
  color: #fecb00;
}

#shareWrap {
  position: relative;
}

#shareWrap .shareImage {
  position: absolute;
  left: 0;
  top: 0;
}

#shareWrap .clock ul.flip li > a {
  line-height: normal;
}

.polaroid {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
}

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

.caption {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2em;
}

.item {
  width: 30%;
  display: inline-block;
  margin-top: 2rem;
  filter: grayscale(100%);
}

.item .polaroid:before {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.35s;
}

.item:nth-of-type(4n + 1) {
  transform: scale(0.8, 0.8) rotate(5deg);
  transition: all 0.35s;
}

.item:nth-of-type(4n + 2) {
  transform: scale(0.8, 0.8) rotate(-5deg);
  transition: all 0.35s;
}

.item:nth-of-type(4n + 4) {
  transform: scale(0.8, 0.8) rotate(3deg);
  transition: all 0.35s;
}

.item:nth-of-type(4n + 3) {
  transform: scale(0.8, 0.8) rotate(-3deg);
  transition: all 0.35s;
}

.item:hover {
  filter: none;
  transform: scale(1, 1) rotate(0deg) !important;
  transition: all 0.35s;
}

#RoomsModal .modal-body {
  max-height: 50vh;
  height: 50vh;
  overflow-y: scroll;
}

#RoomsModal .room {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}

#RoomsModal .room .form-group label {
  color: #666;
  width: 65px;
  margin: 0;
  padding: 0;
  height: 35px;
  line-height: 35px;
}

#RoomsModal .room .form-group input {
  width: 40px;
  height: 35px;
  border: 1px solid #a0a0a0;
  border-right: none;
  border-left: none;
  margin: 0;
  padding: 0;
  margin-left: -4px;
  margin-right: -4px;
  text-align: center;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

#RoomsModal .room .form-group input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#RoomsModal .room .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#RoomsModal .room .form-group input[type="number"] {
  -moz-appearance: textfield;
}

#RoomsModal .room .form-group button {
  width: 35px;
  height: 35px;
  background: #d6d6d6;
  background: linear-gradient(315deg, #adadad 0%, #d6d6d6 100%);
  border: 1px solid #a0a0a0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#RoomsModal .room span.information {
  display: block;
}

#RoomsModal .delete-room {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

.progress-container > .container {
  background-color: #ff9900;
  border-radius: 0.75rem 0.75rem 0 0;
}

.progress-container > .container .progress-container-inner {
  position: relative;
  background-image: url("http://dev.travel.tr10.com/images/line-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 45px 0px;
}

.progress-container > .container .progress-container-inner .progress-indicator-start,
.progress-container > .container .progress-container-inner .progress-indicator-end {
  font-size: 30px;
  color: #131531;
  position: absolute;
}

.progress-container > .container .progress-container-inner .progress-indicator-start {
  top: 45px;
  left: 20px;
}

.progress-container > .container .progress-container-inner .progress-indicator-end {
  top: 45px;
  right: 20px;
}

.progress-container > .container .progress-container-inner .progress-indicator {
  font-size: 50px;
  color: #fff;
  transform: translate(34px, 17px) rotate(14deg);
}

.progress-container > .container .progress-container-inner .progress-indicator.start-step-1 {
  transform: translate(131px, 30px) rotate(1deg);
}

.progress-container > .container .progress-container-inner .progress-indicator.start-step-2 {
  transform: translate(302px, -15px) rotate(8deg);
}

.progress-container > .container .progress-container-inner .progress-indicator.step-1 {
  animation: step1 2s linear 0s 1 normal forwards;
}

.progress-container > .container .progress-container-inner .progress-indicator.step-2 {
  animation: step2 4s linear 0s 1 normal forwards;
}

.progress-container > .container .progress-container-inner .progress-indicator.step-3 {
  animation: step3 4s linear 0s 1 normal forwards;
}

.progress-container > .container .progress-container-inner .progress-indicator.step-4 {
  animation: step4 4s linear 0s 1 normal forwards;
}

.progress-container > .container .progress-container-inner .progress-indicator.step-5 {
  animation: step5 2s linear 0s 1 normal forwards;
}

@keyframes step1 {
  0% {
    transform: translate(50px, 21px) rotate(14deg);
  }
  50% {
    transform: translate(92px, 29px) rotate(10deg);
  }
  100% {
    transform: translate(131px, 30px) rotate(1deg);
  }
}

@keyframes step2 {
  0% {
    transform: translate(131px, 30px) rotate(1deg);
  }
  20% {
    transform: translate(186px, 17px) rotate(-25deg);
  }
  40% {
    transform: translate(241px, -7px) rotate(-20deg);
  }
  60% {
    transform: translate(296px, -14px) rotate(4deg);
  }
  80% {
    transform: translate(351px, -2px) rotate(18deg);
  }
  100% {
    transform: translate(407px, 16px) rotate(16deg);
  }
}

@keyframes step3 {
  0% {
    transform: translate(407px, 16px) rotate(16deg);
  }
  20% {
    transform: translate(447px, 26px) rotate(6deg);
  }
  25% {
    transform: translate(487px, 24px) rotate(-12deg);
  }
  35% {
    transform: translate(567px, -6px) rotate(-18deg);
  }
  40% {
    transform: translate(598px, -15px) rotate(-15deg);
  }
  50% {
    transform: translate(616px, -15px) rotate(14deg);
  }
  55% {
    transform: translate(626px, -11px) rotate(39deg);
  }
  60% {
    transform: translate(632px, 1px) rotate(93deg);
  }
  65% {
    transform: translate(617px, 13px) rotate(172deg);
  }
  70% {
    transform: translate(596px, 6px) rotate(261deg);
  }
  75% {
    transform: translate(617px, -19px) rotate(341deg);
  }
  85% {
    transform: translate(650px, -20px) rotate(367deg);
  }
  100% {
    transform: translate(675px, -13px) rotate(384deg);
  }
}

@keyframes step4 {
  0% {
    transform: translate(675px, -13px) rotate(384deg);
  }
  20% {
    transform: translate(729px, 7px) rotate(371deg);
  }
  40% {
    transform: translate(783px, 3px) rotate(342deg);
  }
  60% {
    transform: translate(837px, -15px) rotate(345deg);
  }
  80% {
    transform: translate(892px, -20px) rotate(367deg);
  }
  100% {
    transform: translate(948px, -6px) rotate(378deg);
  }
}

@keyframes step5 {
  0% {
    transform: translate(948px, -6px) rotate(378deg);
  }
  50% {
    transform: translate(984px, 2px) rotate(369deg);
  }
  100% {
    transform: translate(1021px, 7px) rotate(362deg);
  }
}

#searchTabs {
  margin-bottom: 20px;
  border: none;
}

#searchTabs .nav-item {
  flex: 1 1 50%;
}

#searchTabs .nav-item:first-child {
  text-align: left;
}

#searchTabs .nav-item:first-child .nav-link {
  padding-left: 0;
}

#searchTabs .nav-item:last-child {
  text-align: right;
}

#searchTabs .nav-item:last-child .nav-link {
  padding-right: 0;
}

#searchTabs .nav-item .nav-link {
  background-color: transparent;
  border: none;
  opacity: 0.5;
  font-weight: 400;
  font-size: 22px;
  font-family: "Dancing Script", cursive;
}

#searchTabs .nav-item .nav-link.active {
  color: #131531;
  background-color: transparent;
  border: none;
  opacity: 1;
}

#trustPoints .tpItem h5:first-child {
  width: 100%;
}

nav {
  z-index: 1001;
}

.nivo-slider-wrapper {
  position: relative;
}

.nivo-slider-wrapper .nivoSlider img {
  object-fit: cover;
  min-height: 250px;
}

ul.navbar-nav li.active a {
  display: inline-block;
}

#searchForm {
  position: relative;
  top: -30px;
}

.trustPointBack .trustmdalt .trust-container {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
}

.trustPointBack .trustmdalt .trust-container .card {
  border-radius: 0;
  width: 100%;
  padding: 1rem;
}

.trustmd .card {
  text-align: center;
  padding: 1.5rem;
  padding-top: 2.5rem;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px -2px #000000;
  box-shadow: 0px 0px 15px -4px #000000;
  border: none;
}

.trustmd .card::before {
  content: "";
  position: absolute;
  background-color: #ff9900;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: 1;
}

.trustmd .card:hover {
  transition: all 0.6s ease;
  cursor: default;
}

.trustmd .card:hover::before {
  background: #e79632;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  z-index: 1;
}

.trustmd .card:hover h4 {
  color: #fff;
  z-index: 2;
}

.trustmd .card:hover p {
  color: #fff;
  z-index: 2;
}

.trustmd .card:hover .fas {
  background-color: #fff;
  color: #ff9900;
  z-index: 2;
}

.trustmd .card:hover .far {
  background-color: #fff;
  color: #ff9900;
  z-index: 2;
}

.trustmd .card p,
.trustmd h4 {
  margin-top: 50px;
}

.trustmd .card p {
  margin-top: 0;
  text-align: start;
  z-index: 2;
}

.trustmd .card h4 {
  text-align: start;
  z-index: 2;
  font-size: 19px;
}

.trustmd .fas:hover {
  background-color: #131531;
  color: #ff9900;
}

.trustmd .far:hover {
  background-color: #131531;
  color: #ff9900;
}

.trustmd .trust {
  text-align: center;
  padding-top: 15px;
  position: absolute;
  font-size: 25px;
  color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  justify-content: center;
  text-align: center;
  left: 1.5rem;
  top: 20px;
  background-color: #ff9900;
  display: flex;
  transition: all 0.6s ease;
}

.trustmd .fa-plane {
  padding-left: 3px;
}

#belowContent .certslide {
  background-color: #ffffff;
  margin-top: -1.5rem;
  min-height: 350px;
}

#belowContent .certslide .slick-track {
  position: relative;
  top: 40px;
}

#belowContent .certslide .card {
  border: none;
  background-color: #ffffff;
}

#belowContent .certslide .card .card-header {
  background-color: #ffffff;
  padding: 0;
}

#belowContent .certslide .card .card-header .card-img-top {
  height: auto;
  object-fit: cover;
  max-width: 220px;
}

#belowContent .certslide i {
  display: none;
}

#belowContent .certslide button {
  display: none !important;
}

div#belowContent > div:nth-child(odd) {
  background-color: #f2f5f4;
}

div#belowContent > div:nth-child(even) {
  background-color: #fff;
}

main {
  background-color: #fff;
}

.contact-page .form-control {
  background-color: #e7e7e7;
}

.banner-container {
  height: 600px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-container::before {
  content: "";
  display: block;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.banner-container .banner-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  width: 70%;
}

.banner-container .banner-center h2 {
  font-size: 50px;
  z-index: 10;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #ff9900;
}

.banner-container .banner-center p {
  top: 10px;
  z-index: 10;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding: 0 10px 0 10px;
}

.banner-container .banner-center .btn-alt {
  border: solid 2px #ff9900;
  color: #fff;
  background-color: rgba(231, 150, 50, 0);
  padding: 0.3rem;
  height: auto;
  border-radius: 15px;
}

.banner-container .banner-center .btn-alt:hover {
  background-color: #ff9900;
  color: #fff;
}

footer a {
  text-decoration: none;
}

footer .socials .socials-back {
  background-color: #131531;
  margin: 0.2rem;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
}

footer .socials .socials-back i {
  position: relative;
  top: 4px;
  right: -1px;
}

footer .socials .socials-back .fa-facebook-f {
  right: -2px;
}

footer .mod-list li:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f054";
  color: #131531;
  margin-right: 10px;
  font-size: 12px;
}

.dropdown-menu {
  border: none;
}

#mobilelogo img {
  height: 50px;
  width: 80%;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.holconivocenter .nivo-slider-wrapper {
  max-height: 500px !important;
}

.holcocenter #searchForm {
  background-color: white;
  border-top-left-radius: 0;
  top: 0;
}

.holcocenter #searchForm .btn {
  background-color: #ff9900;
  border: 2px solid #ff9900;
  color: #ffffff;
  border-radius: 10px;
}

.holcocenter #searchForm .btn:hover {
  background-color: #ffffff;
  color: #ff9900;
}

.holcocenter #searchForm select {
  background-color: whitesmoke;
  height: 35px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABaCAYAAAAvitHLAAAACXBIWXMAAAsTAAALEwEAmpwYAAACUklEQVR4nO3cMWsTYRzH8W9LN8Gxk4i7k3T2bZQQ6uooKMWxQ8fWvoHOmlZFOXwDgi4uRYR2L30FLl1KSTo895AQveslv0vuH/h9oJCkOfjzzfPcXTp0bTQaYfNb73qAVeeAIgcUOaDIAUUOKHJAkQOKHFDkgCIHFDmgyAFFDihyQJEDihxQ5IAiBxQ5oMgBRQ4ockCRA4ocUOSAIgcUOaDIAUUOKNroeoAH+z/rfv0W2AI+AN+q3nS997zlqZrrPGCNXeAZsA3ckHZL0eVA/xM1YI7XK5/vMJ616GKgKhED5nj9qdd7wLB8XCxzoDrRAlbFyyZfLxY+TQORAt4XL+szvnsoFjlQExECrgNvaBYvy+fGITVX52WIEPAlcDjHcfmc+Bf40eZAs4hwI/1UOLYPPG5rkHlEWIFHwHdgs3yer7RNPtxL4NcCZmosQsDL8mclRdjCK80BRRG28BPgEenDvCXNNKw7YMo56UrciQgBXwOvhONfAO9bmmVmEbbwBXA657ED4KrFWWYWYQUeAw/Lx726N075BHymw5toiLECAd4Bv0krqokBcEKA78JRAgIcAH+4P+IpaeUVix6oiUgBYRyx6pwYKh7ECwgp4hn/rsQB8BH4uvSJakQMCOmcOLmdB8AXAq28LMJVuMoB6Y+sGwTbtpPW/F87NFG38MpwQJEDihxQ5IAiBxQ5oMgBRQ4ockCRA4ocUOSAIgcUOaDIAUUOKHJAkQOKHFDkgCIHFDmgyAFFDihyQJEDihxQ5IAiBxQ5oMgBRQ4ockCRA4ruAL01R2RxoX6zAAAAAElFTkSuQmCC");
}

.holcocenter #searchForm input {
  display: inline-block;
  width: 100%;
  height: 35px;
  background-color: whitesmoke;
  border: none;
  color: #777372;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABaCAYAAAAvitHLAAAACXBIWXMAAAsTAAALEwEAmpwYAAACUklEQVR4nO3cMWsTYRzH8W9LN8Gxk4i7k3T2bZQQ6uooKMWxQ8fWvoHOmlZFOXwDgi4uRYR2L30FLl1KSTo895AQveslv0vuH/h9oJCkOfjzzfPcXTp0bTQaYfNb73qAVeeAIgcUOaDIAUUOKHJAkQOKHFDkgCIHFDmgyAFFDihyQJEDihxQ5IAiBxQ5oMgBRQ4ockCRA4ocUOSAIgcUOaDIAUUOKNroeoAH+z/rfv0W2AI+AN+q3nS997zlqZrrPGCNXeAZsA3ckHZL0eVA/xM1YI7XK5/vMJ616GKgKhED5nj9qdd7wLB8XCxzoDrRAlbFyyZfLxY+TQORAt4XL+szvnsoFjlQExECrgNvaBYvy+fGITVX52WIEPAlcDjHcfmc+Bf40eZAs4hwI/1UOLYPPG5rkHlEWIFHwHdgs3yer7RNPtxL4NcCZmosQsDL8mclRdjCK80BRRG28BPgEenDvCXNNKw7YMo56UrciQgBXwOvhONfAO9bmmVmEbbwBXA657ED4KrFWWYWYQUeAw/Lx726N075BHymw5toiLECAd4Bv0krqokBcEKA78JRAgIcAH+4P+IpaeUVix6oiUgBYRyx6pwYKh7ECwgp4hn/rsQB8BH4uvSJakQMCOmcOLmdB8AXAq28LMJVuMoB6Y+sGwTbtpPW/F87NFG38MpwQJEDihxQ5IAiBxQ5oMgBRQ4ockCRA4ocUOSAIgcUOaDIAUUOKHJAkQOKHFDkgCIHFDmgyAFFDihyQJEDihxQ5IAiBxQ5oMgBRQ4ockCRA4ruAL01R2RxoX6zAAAAAElFTkSuQmCC");
  background-size: 40px 45px;
  background-position: 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.holcocenter #searchForm input#guestsMessage {
  background-color: whitesmoke;
  width: 100%;
  height: 35px;
  border-radius: 10px;
  padding-left: 0;
}

.holcocenter .searchFields {
  padding-left: 5px;
  border-radius: 10px;
  background-color: whitesmoke;
}

.holcocenter .searchFields label {
  color: #131531;
}

.holcocenter .searchFields input,
.holcocenter .searchFields select {
  padding: 0;
}

.holcocenter #searchTabs {
  background-color: #fff;
}

.holcocenter #searchTabs .nav-item .holidayOrCity {
  background-color: #fff;
  color: #d1d1d1;
  opacity: 0.9;
  border-radius: 10px 10px 0 0;
}

.holcocenter #searchTabs .nav-item .nav-link.active {
  color: #131531;
  background-color: #fff;
  opacity: 1;
  border-radius: 10px 10px 0 0;
}

.holcocenter #searchCenter #searchTabs {
  margin-bottom: 0;
  background-color: #fff;
}

.holcocenter #searchCenter #searchTabs li a {
  display: flex !important;
}

.holcocenter .searchBarFields select,
.holcocenter .searchBarFields input {
  cursor: pointer;
}

.holcocenter .searchFields.active > select,
.holcocenter .searchFields.active > a {
  animation: none;
}

.holconivocenter .nivo-slider-wrapper {
  max-height: 500px !important;
}

.holcotextcenter h1 {
  font-size: 30px !important;
  text-align: left;
  margin: 30px 0 20px;
}

.holcotextcenter .nivo-caption {
  top: 0 !important;
  left: 0 !important;
  transform: 0 !important;
  width: 80%;
  height: 80%;
  background: none;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.embed-slide iframe {
  border-radius: 10px;
}

.form-control {
  color: #777372;
  background-color: #fff;
  border-color: #fff;
}

.form-control:focus {
  color: #777372;
  border-color: #777372;
  box-shadow: 0 0 0 0.2rem rgba 235, 233, 234, 0.25;
}

#branchLocatorList .form-control {
  border-color: #ff9900;
}

#branchLocatorList .form-control:focus {
  outline: 0;
  box-shadow: 0 0 5px 0.2rem #ff9900;
}

select {
  background-color: white;
  border: thin solid grey;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC");
  background-position: calc(100% - .5rem), 100% 0;
  background-size: 1.5em 1.5em;
  background-repeat: no-repeat;
}

#branchLocator {
  background-image: url("http://dev.travel.tr10.com/images/branch-locator-bg.png");
}

#branchLocator .container {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
}

#branchLocator .fas {
  color: #ff9900;
}

#branchLocator .col-12.col-md-4.text-center {
  border-right: none;
  border-bottom: 1px solid #ff9900;
}

#branchLocator .col-12.col-md-4.text-center:last-child {
  border-bottom: none;
}

#branchLocator .col-12.col-md-4.text-center .branch-body {
  flex: 1 0 auto;
  width: 100%;
}

#branchLocator .col-12.col-md-4.text-center fieldset {
  padding: 0;
}

#branchLocator h4 {
  color: #ff9900;
  font-weight: 600;
  font-size: 26px;
  margin-top: 10px;
}

#branchLocator p {
  max-width: 470px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 15px;
  line-height: 25px;
}

#branchLocator h2 {
  color: #fecb02;
}

#branchLocator #pcode {
  width: 100%;
  padding: 0.5em 1em;
  border-radius: 10px;
  background-color: #e7e3e2;
  color: #828080;
  border-color: #e7e3e2;
  margin-right: 15px;
  border-style: solid;
}

#branchLocator #pcode::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #828080;
}

#branchLocator #pcode::-moz-placeholder {
  /* Firefox 19+ */
  color: #828080;
}

#branchLocator #pcode:-ms-input-placeholder {
  /* IE 10+ */
  color: #828080;
}

#branchLocator #pcode:-moz-placeholder {
  /* Firefox 18- */
  color: #828080;
}

#branchLocator #b-find-submit {
  width: 100%;
}

@media (min-width: 768px) {
  #branchLocator .col-12.col-md-4.text-center {
    border-right: 1px solid #ff9900;
    border-bottom: none;
  }
  #branchLocator .col-12.col-md-4.text-center:last-child {
    border-right: none;
  }
}

.modRecentNews > .container {
  background-color: #fff;
  border-radius: 10px;
}

.holidayOffers > .container {
  background-color: #fff;
  border-radius: 0px;
}

.holidayOffers .col-12.col-md-6.col-lg-4.text-center.text-md-left.w-100.d-flex {
  position: relative;
}

.holidayOffers .col-12.col-md-6.col-lg-4.text-center.text-md-left.w-100.d-flex .ribbon-top {
  position: absolute;
  top: -9px;
  right: 40px;
  width: 70px;
  height: auto;
  z-index: 10;
}

.holidayOffers .col-12.col-md-6.col-lg-4.text-center.text-md-left.w-100.d-flex .ribbon-left {
  position: absolute;
  top: 75px;
  left: 6px;
  width: auto;
  height: 65px;
  z-index: 10;
}

/* Custom SCSS for mod_tr10_newsletter.php module
Added on 6th Jan 2021
If using the module, include this _newsletter.scss in the template.scss file for the custom styling
*/
.newsletter .input-group {
  background-color: #fff;
}

.newsletter .input-group label {
  font-size: 13px;
}

.newsletter .input-group input.form-control {
  border-radius: 0;
  padding-left: 0;
  font-size: 15px;
  padding-right: 0;
}

.newsletter .input-group input.form-control:focus {
  box-shadow: 0 0 0 1px rgba(135, 46, 126, 0.4);
}

.newsletter .input-group .col-10.col-lg-11 {
  padding-left: 10px;
}

@media (min-width: 450px) {
  #results > #backtotop {
    width: 55px;
    height: 55px;
    bottom: 25px;
    right: 135px;
    line-height: 55px;
    font-size: 35px;
    padding-left: 12px;
  }
}

@media (min-width: 576px) {
  #header-arrow {
    width: 100px;
    position: absolute;
    top: 90px;
    left: -30px;
  }
  .searchbgdiv {
    height: 830px;
  }
  .fancy-grid {
    grid-template-columns: repeat(auto-fill, 49%);
    grid-gap: 1%;
  }
  .nav-status-left {
    width: 20%;
  }
  .nav-status-right {
    width: 23%;
  }
  .nav-status-right .status-right-documents {
    justify-content: space-between;
    width: 190px;
  }
  .nav-status-right .status-right-documents span {
    display: block;
  }
  .nav-status-right .status-right-language span {
    display: inline;
  }
  .status-text {
    display: flex;
  }
  #trustPoints .tpItem h3 {
    font-size: 24px;
  }
  #trustPoints .tpItem h5 {
    font-size: 15px;
  }
  #trustPoints .tpItem h5:first-child {
    font-size: 22px;
    color: #131531;
  }
  .singleHoliday:first-child > .container {
    border-radius: 10px 10px 0 0;
  }
  .singleHoliday:last-child > .container {
    border-radius: 0 0 10px 10px;
  }
  .holidayOffers > .container {
    border-radius: 10px;
  }
  .blogPanel > .container {
    border-radius: 10px;
  }
  .searchingFor {
    border-radius: 10px;
  }
  .statusBar .closeStatus a {
    position: absolute;
  }
}

@media (min-width: 768px) {
  .nav-status-left {
    width: 50%;
  }
  .nav-status-right {
    width: 17%;
  }
  .fancy-grid {
    grid-template-columns: repeat(auto-fill, 32%);
    grid-gap: 1%;
  }
  .headerText h1 {
    display: block;
    font-size: 3.5vw;
    margin-top: 0;
  }
  .tagline-search {
    display: none;
  }
  #header-arrow {
    width: 100px;
    position: absolute;
    top: 90px;
    left: 505px;
    transform: scaleX(-1) rotate(90deg);
  }
  nav svg {
    max-width: 250px;
  }
  #mobileLowerStrip img {
    width: 10%;
  }
  .offline .btn {
    margin-right: 1.5em;
  }
  h1.regular,
  .h1.regular {
    font-size: 50px;
    text-align: left;
  }
  h3.regular,
  .h3.regular {
    font-size: 25px;
    text-align: left;
  }
  h4.italic,
  .h4.italic {
    font-size: 25px;
    text-align: left;
  }
  h5.regular,
  .h5.regular {
    font-size: 20px;
    text-align: left;
  }
  .searchbgdiv {
    height: 700px;
  }
  .searchBackground1 {
    background-position-y: 60px;
  }
  #AboutUsFooter {
    margin-top: -60px;
  }
  .nivo-slider-wrapper .nivoSlider img {
    min-height: 600px;
  }
  #searchForm {
    top: 0;
  }
  .sliderWrapper {
    position: absolute;
    top: 170px;
  }
  .nivo-slider-wrapper .nivoSlider .nivo-caption {
    display: none;
  }
  .nivo-slider-wrapper .nivoSlider .nivo-caption p {
    display: none;
  }
  .nivo-slider-wrapper .nivo-controlNav {
    display: none;
  }
  .holcocenter {
    position: relative;
    top: 120px;
  }
  .holcocenter .horizontal-search {
    margin-top: -50px;
  }
  .holcocenter #depair {
    border-radius: 0 0 0 10px;
  }
  .holcocenter #searchForm .btn {
    width: 50%;
    height: 100% !important;
    border-radius: 0 10px 10px 0;
  }
  .holcocenter .searchFields {
    border-radius: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-right: 1px solid #d1d1d1;
    padding-left: 5px;
  }
  .holcocenter .searchFields label {
    font-size: 12px;
    font-weight: 800;
  }
  .holcocenter .searchFields input,
  .holcocenter .searchFields select {
    background-color: whitesmoke;
    color: #ff9900;
    font-size: 15px;
    font-weight: 400;
    border: none;
    display: block;
    border-radius: 0;
    height: 35px !important;
    width: 100% !important;
    padding: 0;
  }
  .holcocenter .searchFields input:focus,
  .holcocenter .searchFields select:focus {
    outline: none;
  }
  .holcocenter .searchFields select,
  .holcocenter .searchFields input {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABGCAYAAACOjMdmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNjlFODI3OTNFMkIxMUVDOTgwRURBNDM5RTMxNURCRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNjlFODI3QTNFMkIxMUVDOTgwRURBNDM5RTMxNURCRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI2OUU4Mjc3M0UyQjExRUM5ODBFREE0MzlFMzE1REJGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI2OUU4Mjc4M0UyQjExRUM5ODBFREE0MzlFMzE1REJGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+3egsXwAABZZJREFUeNrsWgtsVEUUvbtUUCTlE0vUBlIlQNGgkdI0fBT8BMHgp0FSf1GiJCKJtQqKNtQKtoIUrGKCJEYJMX4gBBBNxB+iIImmxogggiKgpqEoqcWSgiB6D3smb1iWut2dt/ue6U1O9t7dt2/mvJk3c+/cGymqqBWf5FJFpWIM7U2K+YpvXDbSUF958jPHJxKjFR8qzra+u01xq+IG/uZUoj6QKFZ8YpF4Q7GCOh7cB4org07kcsVn1kiXK+7kaJRb120g4UASwTux2RqJmYoXrd+hP2SNzKeKy4JGZBBJ9KCNN3BRgusWKx6lfo7ic8WQoBC5iB3qRbtaMa+d6xeSqJA4/jsw20T6KbYozqONtXxuEv+bR8KQ3iRTkC0iF7AD59OuU8zuwP9B+GnqeXwg+Zkmksd3oh/tFxSPpXCfJxULrAcDMn0zRaQXSVxM+yVFRRojO0vxHPX+JNPHbyLm5RxE+xXFdAcLxgyuaJABbCPXLyLd2MAltF9XTHW4D2GPWUq9kKPe3TWRLryx2cBWK+7ywb15gKMMGUpHs6tLIvCdhlNfr5gk/glG+TXqwxQbFREXRN6znDy4FRPEf7lbsYr6iGS85f8iskYxnvqXiqslczJZ8S71axXvpEoE7vct1BEMXaX4RzIrN1qjMVHxVkeJ4IW7nfp2xSjFUcmOjGNoAClTLEuWyBLFvdR3Mto7LNkVTOkG6lO4CbdL5HkugZDdHIk/JPtygg/0a9rTrA30NCJ1VuDzC0kclODIUa6e39J+kCHBKURqGdFB9itGKpokeHKYD/h749oMf/iZk8dAkaKK2lLu1JDfFCWKPRJsQQzzhRWQTcKIVFkkRoeABKSZfd1Le3bUisxeVeyS8MgB7nWQAhBpoTFKwicT+dmSQ59mJocKbvo67uA5Ae38cTqRpZY3vgqdnUNXYDBXq5EhGxVs2nMwtVq5Ui3lkvt3SNDEPpc01Fe2munTwh39ER7tRLLgICYrpm+/K9rOdBrfxl09dBKV/4l0Eukk0kmkk0i4JH4fQRYpl/5M0Pt9iPuemMAKnz0llnwpZdDyV8CJdGVMgoDwcd3d/wSRc3lCURjSWfWdohhDVG2RwBnvBk6xoL4/JzilcPo4VmLZgSoQmcwLcAh2TYhGokZip/WIo8qi4iVUNodwWm3jZ08Q2UfjHvGys2EQhOZ3UN8T5RBB8jkqvUNAArmajdZsqolyCZvPLwYzbu8RYBLx9S41uvyuNSvTE+KVXKCkYgtXrqDJEM4a07cFSqIq3kWxi2CGcmS6BYjEwLjZgtz+rDP5WuXiZVavkFiqLQj7SQFJmPf3tNx+ok7iEMIkU0q4SWZT8kkijzZORKcn6/0i0WOq3pByW58lEn35vl5I+03FfR1141H1to769Yq3M0yiD0n0p73W2jc6HI/cLF4y8ibFygyRyOV0GkD7fXrmaQVW43hToV+23GcS3bnEFlqu03hXESKSkV9RRzL/ZR/jjE1c/oVtJpXbT5bIMXqZW2lPlQSZ1TQlQrdjGO2tbPO4SyKQI3TUdtCexk3JlaAeeAT1HWzriF+HD61s4AdrA13kgATKM66j/iPbaPX7FKWZDZlcI07wn02DBMoyTOZpL+/dnKnjIJM4NSf3qGecm8J94EGUUf+VJA6k0qF0/KhGktlPu0q8EthkBD7dFOpNvFdjqp1J1yH8WU6tkHhKvOLk9gSLxP3UD/Ie+9LpiAvP9ieJ5R1NdtiuokgkC8Ur+D9EErvT7YQrF30XO2SqiOokcQktSM6g3sb/7HTRAZexxva4tb9eYoUvRqqtaXeM125z1bjrXDoq7cbQa0Vl6mJOuy7inZ9BxopXshRIIhDUPuKg7yPFWQwHbFdnAok6Fb/CWJxyFNPtb+QegbqRIsXHfjT4rwADANYcTKmKoaN6AAAAAElFTkSuQmCC);
    background-size: 15px 20px;
    background-position: right;
    padding-right: 20px !important;
  }
  .holcocenter .searchFields:last-child {
    border-right: none;
  }
  .holcocenter .searchFields.findholiday {
    padding: 0;
  }
  .holcocenter .searchFields.findholiday button {
    height: 100%;
    width: 100%;
  }
  .holcocenter #searchTabs {
    background-color: transparent;
  }
}

@media (min-width: 800px) {
  .holcocenter #searchTabs .nav-item.col-md-4 {
    position: relative;
    left: -2%;
  }
  #cruiseBreakTab {
    left: -96px !important;
  }
}

@media (min-width: 992px) {
  .fixH1 {
    font-size: 60px;
    top: 50%;
  }
  .holcocenter #searchTabs .nav-item.col-md-4 {
    left: -3%;
  }
  #cruiseBreakTab {
    left: -111px !important;
  }
  .holconivocenter .nivo-slider-wrapper .nivoSlider .nivo-caption {
    top: 160px !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  .holconivocenter .nivo-slider-wrapper .nivoSlider .nivo-caption h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  ul.navbar-nav li a {
    color: white;
  }
  .callUs a.headerCallLink {
    color: white;
  }
  ul.navbar-nav li {
    text-align: left;
  }
  ul.navbar-nav li a {
    color: white;
    padding: 0 10px 5px;
  }
  .navbar-expand-lg {
    padding: 0.5rem 1rem;
  }
  .logo img {
    padding: 10px 0;
  }
  .nav-status-left span {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    background-color: transparent;
    padding: 0 0 0 10px;
    width: 100%;
    color: #fff;
  }
  .nav-status-left {
    width: 60%;
  }
  .nav-status-right {
    width: 13%;
    margin-right: 0;
  }
  .nav-status-right .navbar-toggler {
    display: none;
  }
  .fancy-grid {
    grid-template-columns: repeat(auto-fill, 24%);
    grid-gap: 1%;
  }
  .gbpPrice,
  .euroPrice {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
  }
  #searchLeft .headerContainer {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  #header-arrow {
    width: 100px;
    position: absolute;
    top: 220px;
    left: 0px;
    transform: scaleX(1) rotate(0deg);
  }
  .contactCorner a {
    font-size: 30px;
    padding-top: 10px;
    display: block;
  }
  .lowerStrip {
    background-color: #ff9900;
    color: #fff;
  }
  .lowerStrip .navbar {
    padding: 0;
  }
  .sticky {
    -webkit-box-shadow: 0px 10px 29px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 29px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 29px 1px rgba(0, 0, 0, 0.3);
  }
  .marginup {
    margin-bottom: -120px;
  }
  #accordion .card-header i {
    margin-top: 10px;
  }
  .banner-container {
    height: 345px;
  }
  #AboutUsFooter {
    margin-top: 0px;
  }
  #cruiseBreakTab {
    left: -257px;
  }
  .nivo-slider-wrapper .nivo-controlNav {
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translate(-35%, -50%);
    z-index: 950;
    width: 600px;
    text-align: center;
    display: block;
  }
  .nivo-slider-wrapper .nivoSlider .nivo-caption {
    display: flex;
    top: 57%;
    left: 62%;
    transform: translate(-35%, -50%);
    width: 600px;
  }
  .nivo-slider-wrapper .nivoSlider .nivo-caption p, .nivo-slider-wrapper .nivoSlider .nivo-caption h1 {
    font-size: 60px;
    display: block;
    color: white;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
  }
  #mobilelogo img {
    height: 50px;
    width: 80%;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 20px;
  }
  .navbar-nav .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    background-color: #131531;
  }
  #navbarCollapse img {
    display: block;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row-reverse;
  }
  ul.navbar-nav li {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .searchBackground1 {
    background-position-y: -140px;
  }
  #cruiseBreakTab {
    left: -263px !important;
  }
  .holcocenter #searchTabs {
    border: none;
  }
  .holcocenter #searchTabs .nav-item.col-md-4 {
    left: -93px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fancy-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #branchLocator #pcode {
    width: 150px;
  }
  .card .card-img {
    border-radius: 10px 10px 0 0;
    height: 160px;
    max-width: 300px;
  }
  .modRecentNews .card {
    width: 100%;
  }
}

@media (max-width: 410px) {
  #myTab li a {
    font-size: 12px;
  }
}
