.traveltour-header-wrap .traveltour-header-background {
  background-color: #384A66 !important;
  opacity: 1 !important;
}
.bg-gray {
  background-color: #f8f8f8;
  background: radial-gradient(circle, rgba(2, 20, 36, 0.02) 0%, rgba(49, 60, 62, 0.14) 100%);
  padding-top: unset !important;
  padding-bottom: unset !important;
}
.bg-gray h3 {
  text-transform: uppercase !important;
}
.bg-gray p {
  color: #384a66;
  font-weight: 600;
}
.bg-gray:before,
.bg-gray:after {
  height: 70px;
  display: block;
  content: " ";
}
.bg-gray:before {
  background: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
  margin-bottom: 0px;
}
.bg-gray:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  margin-top: 30px;
  border-bottom: 1px solid #b1b1b1;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
a {
  color: #212a31;
}
.traveltour-top-bar {
  color: #2b333f !important;
  font-weight: 600;
  padding-bottom: 20px !important;
}
.traveltour-top-bar .traveltour-top-bar-background {
  background-color: #fff !important;
  opacity: 1 !important;
}
.traveltour-top-bar .traveltour-top-bar-left {
  float: right;
  color: #fff;
}
.traveltour-header-wrap {
  border-top: 1px solid #171d22 !important;
}
.traveltour-logo {
  padding-top: 5px !important;
}
.traveltour-logo-inner {
  max-width: 400px;
}
.traveltour-logo-inner a {
  color: #fff !important;
  font-size: 24px;
  font-weight: 500;
}
.traveltour-logo-inner .contact {
  list-style: none;
  margin-left: unset;
  margin-bottom: unset;
  height: 20px;
  line-height: 14px;
  font-weight: 500;
}
.traveltour-logo-inner .contact li {
  font-size: 13px;
  display: inline;
  color: #fff;
}
.traveltour-logo-inner .contact li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.traveltour-logo-inner .contact li:nth-child(2):before {
  content: " | ";
  margin: 0 7px;
  color: #ffffff54;
}
.traveltour-logo-inner .contact li i,
.traveltour-logo-inner .contact li svg {
  margin-right: 5px;
}
.traveltour-header-container-inner {
  padding-top: 10px;
}
.title {
  font-size: 24px !important;
  text-transform: uppercase;
  font-weight: 500 !important;
}
#gallery .text-holder {
  display: none;
}
.bx-wrapper {
  box-shadow: unset !important;
  border: unset !important;
  background: transparent;
}
.bx-wrapper:hover .bx-prev,
.bx-wrapper:hover .bx-next {
  display: block;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background-color: #666666 !important;
  border-radius: 3px;
  display: none;
}
@media (min-width: 1200px) {
  #gallery-old {
    display: none;
    margin: 0 auto;
  }
  #gallery-old .item.left:before,
  #gallery-old .item.right:before {
    font-size: 25px;
    color: #fff;
    z-index: 3333;
    cursor: pointer;
    position: absolute;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    top: 200px;
  }
  #gallery-old .item.left:before {
    content: "<";
    right: 50px;
  }
  #gallery-old .item.right:before {
    content: ">";
    left: 50px;
  }
}
.gdlr-core-pbf-wrapper-container {
  max-width: 1110px;
}
.wave {
  position: relative;
}
.wave .wave-blue {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 600px;
  overflow: hidden;
  background-color: #fff;
}
.wave .wave-blue .background {
  fill: #384A66;
}
.wave .container {
  z-index: 2;
  position: relative;
}
@media (min-width: 1200px) {
  .subtitle {
    margin-top: 20px;
    padding: 0 300px;
  }
  #gallery-old {
    width: 1080px;
    display: block;
    position: relative;
    overflow: hidden;
    height: 450px;
  }
  #gallery-old .item {
    width: 700px;
    height: 450px;
    overflow: hidden;
    background-color: #fff;
    display: none;
  }
  #gallery-old .item:not(.active) img {
    opacity: 0.6;
  }
  #gallery-old .item.active img {
    opacity: 1 !important;
  }
  #gallery-old .item img {
    width: 700px;
    height: 450px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #gallery-old .item .text-holder {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    min-width: 300px;
    padding: 10px 20px;
    border-radius: 3px;
  }
  #gallery-old .item .text-holder h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: unset;
  }
  #gallery-old .item .text-holder p {
    margin-bottom: unset;
  }
  #gallery-old .active {
    position: absolute;
    left: 190px;
    display: inline-block;
  }
  #gallery-old .left {
    position: absolute;
    display: inline-block;
    left: -550px;
    cursor: pointer;
  }
  #gallery-old .left:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    content: " ";
    height: 450px;
  }
  #gallery-old .right {
    position: absolute;
    display: inline-block;
    left: 930px;
    cursor: pointer;
  }
  #gallery-old .right:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    content: " ";
    height: 450px;
  }
}
#case-studies .item {
  width: calc(50% - 5px);
  height: 150px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
}
#case-studies .item:before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 2;
}
#case-studies .item .background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}
#case-studies .item h3 {
  position: absolute;
  z-index: 3;
  color: #fff;
  bottom: 20px;
  left: 20px;
  font-size: 20px;
  margin-bottom: unset;
  width: 100%;
}
#case-studies .item h3 span {
  position: absolute;
  margin-top: -30px;
  font-size: 14px;
  background-color: #d97235;
  font-weight: 500;
  border-radius: 5px;
  padding: 4px 10px;
}
#case-studies .left,
#case-studies .right {
  display: inline-block;
  vertical-align: top;
}
#case-studies .left {
  width: calc(66.6% - 5px);
  margin-right: 10px;
}
#case-studies .left .item:first-child {
  width: 100%;
  height: 310px;
}
#case-studies .left .item:nth-child(3) {
  float: right;
}
#case-studies .right {
  width: calc(33.3% - 5px);
  float: right;
}
#case-studies .right .item {
  width: 100%;
}
#cta1 h2 {
  padding-top: 5px;
  font-size: 24px;
  float: left;
  font-weight: 500;
}
#cta1 h2 a {
  text-decoration: underline;
}
#cta1 .cta-container {
  margin-bottom: 40px;
}
#cta1 p {
  font-size: 16px;
}
#cta1 .btn {
  float: right;
  background-color: #384A66;
  color: #fff;
  border-radius: 4px;
  padding: 7px 35px;
  font-size: 17px;
  text-transform: uppercase;
}
#categories {
  text-align: center;
}
#categories .item {
  width: 31%;
  margin: 0 1%;
  height: 280px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  border-radius: 5px;
  overflow: hidden;
}
#categories .item .item-title {
  background-color: #5296bb;
}
#categories .item .item-title:after {
  border-top: 20px solid #5296bb;
}
#categories .item a.item-title {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  background-color: #384a66;
  padding: 10px 0 15px 0;
  text-align: center;
  font-weight: 500;
  position: relative;
  display: block;
}
#categories .item a.item-title:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #384a66;
  content: " ";
  position: absolute;
  bottom: -8px;
  margin: 0 auto;
  left: calc(50% - 20px);
  z-index: 3;
}
#categories .item .btn {
  position: absolute;
  bottom: -30px;
  display: block;
  text-align: center;
  width: 100%;
  margin-left: -30px;
  color: #000;
  text-transform: uppercase;
}
#categories .item .background {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  height: 140px;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  overflow: hidden;
  opacity: 0.9;
}
#categories .item .text {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  height: 140px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 30px 10px;
  border-radius: 3px;
  margin-bottom: 80px;
}
#categories .item .text.dark {
  background-color: rgba(0, 0, 0, 0.2);
}
#categories .item .text.dark .tags .tag {
  color: #212a31;
  font-weight: 600;
  text-shadow: unset;
}
#categories .item .text .tags {
  position: absolute;
  bottom: 10px;
  background-color: transparent;
  left: 20px;
  right: 20px;
  padding: 10px 0;
}
#categories .item .text .tags .tag {
  color: #fff;
  text-shadow: 1px 1px #212a31;
  display: block;
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 14px;
  margin-right: 10px;
}
#categories .item .text .tags .tag:before {
  content: "•";
  margin-right: 10px;
}
#manufacturers {
  text-align: center;
}
#manufacturers .manufacturer {
  width: calc(100% / 5 - 40px);
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
}
#manufacturers .manufacturer img {
  max-width: 100%;
}
body .traveltour-header-background-transparent {
  position: relative;
}
.gallery-row {
  margin-bottom: 10px;
  white-space: nowrap;
}
.gallery-row.filtered {
  display: inline;
  white-space: normal;
}
.gallery-row.filtered a {
  width: calc(50% - 20px) !important;
}
.gallery-row a:not(.manage) {
  display: inline-block;
  height: 250px;
  margin-right: 10px;
  width: 20%;
  box-shadow: 0 0 3px #060606;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.gallery-row a:not(.manage).excluded {
  opacity: 0.4;
}
.gallery-row a:not(.manage) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-row a:not(.manage) span {
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 0 0 1px #000;
  color: #fff;
  font-size: 14px;
  width: 100%;
  background-color: #212a31;
  padding: 10px 20px;
}
.gallery-row .manage {
  position: absolute;
  z-index: 99999;
  color: #fff;
  padding-left: 20px;
  padding-top: 20px;
}
.gallery-row:nth-child(odd) a:first-child {
  width: calc(40% - 40px);
}
.gallery-row:nth-child(even) a:last-child {
  width: calc(40% - 40px);
}
#gallery-old {
  visibility: hidden;
}
.traveltour-body .branded-title {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
}
.traveltour-body .branded-title span {
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  padding: 5px 20px;
  margin-left: 10px;
  border-radius: 3px;
  vertical-align: middle;
}
.single-case-study h6 {
  color: #384a66;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single-case-study h6:after {
  width: 140px;
  height: 2px;
  margin-top: 5px;
  background-color: #384a66;
  content: " ";
  display: block;
}
.single-case-study p {
  margin-bottom: 40px;
}
.wpcf7 p strong {
  font-weight: 600;
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block;
}
.wpcf7-select {
  width: 100%;
  padding: 10px 20px;
}
@media (max-width: 1200px) {
  #cta1 p {
    padding: 0 20px;
    text-align: center;
  }
  .traveltour-top-bar {
    display: none !important;
  }
  .separator {
    height: unset !important;
  }
  .traveltour-logo-inner a {
    font-size: 18px;
  }
  .traveltour-logo-inner .contact {
    margin-bottom: 20px;
  }
  .traveltour-logo-inner .contact li {
    display: block;
    font-size: 16px;
    line-height: 22px;
  }
  .traveltour-logo-inner .contact li a {
    font-size: 16px;
  }
  .traveltour-logo-inner .contact li i {
    display: none;
  }
  .traveltour-logo-inner .contact li:before {
    display: none;
  }
  .subtitle {
    margin-top: 20px;
    padding: 0 20px;
  }
  .cta-container {
    text-align: center;
  }
  .cta-container .btn {
    display: block;
    width: 100%;
    margin: 0 auto !important;
  }
  #gallery-old {
    visibility: visible;
    display: block;
    height: 250px;
    position: relative;
  }
  #gallery-old .item {
    width: 100%;
    height: 250px;
    left: unset !important;
  }
  #gallery-old .item img {
    border-radius: 10px;
    opacity: 1 !important;
    object-fit: cover !important;
  }
  #gallery-old .item:not(.active) {
    display: none;
  }
  #gallery-old .item.active {
    margin: 0 auto !important;
    position: relative;
  }
  #gallery-old .item.left,
  #gallery-old .item.right {
    position: absolute;
    display: inline-block;
    top: 0;
  }
  #gallery-old .item.left:before,
  #gallery-old .item.right:before {
    font-size: 25px;
    color: #fff;
    z-index: 3333;
    cursor: pointer;
    position: absolute;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    top: 70px;
  }
  #gallery-old .item.left img,
  #gallery-old .item.right img {
    display: none;
  }
  #gallery-old .item.left .text-holder,
  #gallery-old .item.right .text-holder {
    display: none;
  }
  #gallery-old .item.left {
    left: 0;
  }
  #gallery-old .item.left:before {
    content: "<";
    left: 20px;
  }
  #gallery-old .item.right {
    right: 0;
  }
  #gallery-old .item.right:before {
    content: ">";
    right: 20px;
  }
  #gallery-old .item .text-holder {
    position: absolute;
    bottom: 20px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    right: 10px;
    padding: 10px;
    border-radius: 10px;
  }
  #gallery-old .item .text-holder h4 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #384a66;
  }
  #gallery-old .item .text-holder p {
    color: #000;
    margin-bottom: unset;
  }
  #gallery-old .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #categories .item {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  #categories .item .text.dark {
    background-color: rgba(0, 0, 0, 0.2);
  }
  #categories .item .text.dark .tags .tag {
    color: #fff;
    text-shadow: 1px 1px #212a31;
    display: block;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 14px;
    margin-right: 10px;
  }
  #categories .item .text.dark .tags .tag:before {
    content: "•";
    margin-right: 10px;
  }
  #categories .item .background {
    background-color: #384a66;
    background-image: unset !important;
  }
  #case-studies .left,
  #case-studies .right {
    width: 100%;
  }
  #case-studies .left .item,
  #case-studies .right .item {
    width: 100% !important;
    height: 150px !important;
  }
  #manufacturers .manufacturer {
    width: calc(33.33333333%);
  }
  .gallery-row a.a-type {
    width: 100% !important;
    display: block;
    margin: 20px 0;
  }
  .wave .wave-blue {
    width: 1200px;
  }
  .branded-title span {
    display: block;
    margin-left: unset !important;
    margin-top: 5px;
    padding: 10px 20px !important;
  }
}
.lb-data .lb-caption {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 3px;
  margin: 10px 0;
  display: block;
  font-size: 18px !important;
}
.types {
  list-style: none;
  margin: 20px;
  margin-left: unset;
}
.types li {
  display: inline-block;
  margin-right: 10px;
  height: 40px;
}
.types li a {
  padding: 5px 20px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10px;
}
.types li a.active {
  background-color: #fff;
  color: #384A66;
}
.page-id-6121 .wave + .gdlr-core-pbf-wrapper {
  min-height: 800px;
}
/*# sourceMappingURL=custom.css.map */