.page-template-template-cruises #breadcrumbs,
.page-template-template-tours #breadcrumbs,
.page-template-template-hotels #breadcrumbs,
.page-template-template-rails #breadcrumbs {
  display: none;
}

.product-parent-page * {
  font-family: "Proxima Nova";
  font-weight: normal;
}

.product-parent-page .row {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1140px;
}

.product-parent-page .banner {
  position: relative;
  padding: 145px 0 200px;
  text-align: center;
  overflow: hidden;
}

.product-parent-page .banner .banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.product-parent-page .banner .banner_bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
}

.product-parent-page .banner_bg--desktop {
  display: none;
}

.product-parent-page #bannerSvg {
  position: absolute;
  margin-top: -20px;
  width: calc(100% - 30px);
  max-width: 1330px;
  margin: auto;
  line-height: 1;
  z-index: -1;
  opacity: 0.4;

  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.product-parent-page #bannerSvg svg {
  width: 100%;
  height: initial;
}

.product-parent-page .banner h1 {
  color: #ffffff;
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.5px;
}

.product-parent-page .banner h1 > span {
  font-weight: 800;
  font-size: 70px;
  display: block;
}

.product-parent-page a.btn {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  background: #619181;
  height: 42px;
  min-width: 143px;
  border-radius: 5px;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
   align-items: center;

  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.product-parent-page a.btn:hover {
  background: #ff9828;
}

.product-parent-page .banner a.btn {
  margin-top: 30px;
}

.product-parent-page .scrolldown {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 40px;

  -moz-animation: bounce2 2s infinite;
  -webkit-animation: bounce2 2s infinite;
  animation: bounce2 2s infinite;
}

.product-parent-page .filter_section {
  padding: 50px 0;
}

.product-parent-page .filter_section h3 {
  margin: 0;
  color: #222222;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  padding-bottom: 20px;
}

.product-parent-page .filter_section .description {
  text-align: center;
  position: relative;
  max-width: 900px;
  margin: auto;
}

.product-parent-page .filter_section p {
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}

.product-parent-page .filter_section .description .readmore {
  max-height: 0px;
  overflow: hidden;
  margin: 0 auto;

  -webkit-transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  -ms-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}

.product-parent-page .filter_section .description.show .readmore {
  max-height: 1000px;
  margin-bottom: 30px;
}

.product-parent-page .filter_section .description .toggle {
  font-size: 16px;
  font-weight: bold;
  color: #619181;
  text-decoration: underline;
  cursor: pointer;
}

.product-parent-page .advancedFilter {
  margin-top: 50px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.product-parent-page .advancedFilter label {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  margin-bottom: 20px;
}

.product-parent-page .advancedFilter .selectWrapper {
  margin-bottom: 15px;
}

.product-parent-page .advancedFilter .selectWrapper > label {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
  color: #717171;
}

.product-parent-page .advancedFilter select {
  margin: 0;
  height: 42px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 7px 15px;
  font-size: 14px !important;
  color: #717171;
}

.product-parent-page .advancedFilter a.btn {
  width: 100%;
}

.product-parent-page .product__list-section {
  padding: 100px 0 100px;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
}

.product-parent-page .product__list-section #productsvg {
  position: absolute;
  margin-top: -25px;
  width: 100%;
  opacity: 0.35;

  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.product-parent-page .product__list-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-parent-page .product__list-wrapper .product__item {
  margin-bottom: 30px;
}

.product__list-wrapper .product__item .product__image {
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.product__list-wrapper .product__item .product__image > a {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;

  background-repeat: no-repeat;
  background-size: cover;
}

.product__list-wrapper .product__item .product__image:hover > a {
  transform: scale(1.2)
}

.product__list-wrapper .product__item .product__image > a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#303030+0,303030+100&0+50,1+100 */
  background: -moz-linear-gradient(top,  rgba(48,48,48,0) 0%, rgba(48,48,48,0) 50%, rgba(48,48,48,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(48,48,48,0) 0%,rgba(48,48,48,0) 50%,rgba(48,48,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(48,48,48,0) 0%,rgba(48,48,48,0) 50%,rgba(48,48,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00303030', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
}

.product__list-wrapper .product__item .product__image > span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.product__list-wrapper .product__item .product__info {
  margin-top: 15px;
  padding-left: 15px;
}

.product__list-wrapper .product__item .product__info h3 {
  margin: 0;
}

.product__list-wrapper .product__item .product__info h3 a:hover {
  color: #619181;
}

.product__list-wrapper .product__item .product__info h3 a {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: bold;
}

.product__list-wrapper .product__item .product__info label.price {
  font-size: 14px;
  color: #717171;
  font-weight: 600;
  margin-bottom: 12px;
}

.product__list-wrapper .product__item .product__info label.price > span {
  font-weight: bold;
  color: #619181;
}

.product__list-wrapper .product__item .product__info p {
  font-size: 14px;
  line-height: 20px;
  color: #717171;
}

.product__list-wrapper + .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
   align-items: center;

  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: 0;
}

.product__list-wrapper + .pagination .page-numbers {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
   align-items: center;

  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  width: 40px;
  height: 40px;
  border: 1px solid #a9a9a9;
  border-radius: 50%;
  color: #222222;
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.product__list-wrapper + .pagination .page-numbers:hover,
.product__list-wrapper + .pagination .page-numbers.current {
  background: #619181;
  border-color: #619181;
  color: #ffffff;
}

.product__list-wrapper + .pagination .page-numbers.current {
  pointer-events: none;
}

.product__list-wrapper + .pagination .page-numbers.dots {
  margin-top: -10px;
  width: 20px;
  border: none;
  border-radius: 0px;
  font-size: 24px;
  font-weight: normal;
  pointer-events: none;
}

.product__list-wrapper + .pagination .page-numbers > i {
  line-height: 0;
}

.product__list-wrapper + .pagination .page-numbers svg {
  width: 7px;
  height: initial;
  fill: #222222;
}

.product__list-wrapper + .pagination .page-numbers.prev svg {
  -webkit-transform: rotateY(180deg) translateX(1px);
  -moz-transform: rotateY(180deg) translateX(1px);
  -ms-transform: rotateY(180deg) translateX(1px);
  transform: rotateY(180deg) translateX(1px);
}

.product__list-wrapper + .pagination .page-numbers:hover svg {
  fill: #ffffff !important;
}

::-webkit-input-placeholder {
    color: #dedede;
}

::-moz-placeholder {
    color: #dedede;
}

:-ms-input-placeholder {
    color: #dedede;
}

@media all and (min-width: 480px) {
  .product-parent-page .banner {
    padding: 180px 0 250px;
  }

  .product-parent-page .banner_bg--mobile {
    display: none;
  }

  .product-parent-page .banner_bg--desktop {
    display: block;
  }

  .product-parent-page .banner h1 {
    font-size: 45px;
  }

  .product-parent-page .banner h1 > span {
    font-size: 100px;
  }

  .product-parent-page .scrolldown {
    max-width: 50px;
    bottom: 70px;
  }

  .product-parent-page .filter_section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .product-parent-page .filter_section h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .product__list-wrapper .product__item .product__info h3 a {
    font-size: 30px;
    line-height: 35px;
  }
}

@media all and (min-width: 768px) {
  .product-parent-page .advancedFilter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
     align-items: flex-end;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-parent-page .advancedFilter label {
    width: 100%;
  }

  .product-parent-page .advancedFilter .selectWrapper {
    width: calc(40% - 15px);
    margin-bottom: 0px;
    margin-right: 15px;
  }

  .product-parent-page .advancedFilter a.btn {
    width: 20%;
  }

  .product-parent-page .product__list-wrapper .product__item {
    margin-bottom: 50px;
    width: calc(50% - 15px);
  }

  .product-parent-page .product__list-wrapper .product__item:nth-child(even) {
    margin-left: auto;
  }

  .product__list-wrapper + .pagination .page-numbers {
    width: 51px;
    height: 51px;
    margin: 0 12px 10px 0;
  }

  .product__list-wrapper + .pagination .page-numbers svg {
    width: 8px;
    height: 12px;
  }
}

@media all and (min-width: 980px) {
  .product-parent-page .banner {
    padding-top: 200px;
    padding-bottom: 280px;
  }

  .product-parent-page .banner h1 {
    font-size: 51px;
    letter-spacing: -1px;
  }

  .product-parent-page .banner h1 > span {
    font-size: 160px;
  }

  .product-parent-page #bannerSvg {
    margin-top: -50px;
    width: calc(100% - 30px);
    opacity: 0.14;
    text-align: center;
    left: 0;
    right: 0;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .product-parent-page #bannerSvg svg {
    width: 80%;
  }

  .product-parent-page .product__list-wrapper .product__item {
    margin-bottom: 50px;
    width: calc(33.33% - 20px);
    margin-right: 30px;
  }

  .product-parent-page .product__list-wrapper .product__item:nth-child(even) {
    margin-left: initial;
  }

  .product-parent-page .product__list-wrapper .product__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media all and (min-width: 1170px) {
  .product-parent-page .row {
    padding: 0;
  }

  .product-parent-page #bannerSvg {
    margin-top: -95px;
    width: 100% ;
  }

  .product-parent-page .banner {
    padding-top: 250px;
    padding-bottom: 339px;
  }

  .product-parent-page .banner h1 {
    line-height: 90px;
  }

  .product-parent-page .banner a.btn {
    margin-top: 20px;
  }

  .product-parent-page .scrolldown {
    max-width: 50px;
    bottom: 75px;
  }

  .product-parent-page .filter_section {
    padding-top: 82px;
  }

  .product-parent-page .filter_section h3 {
    padding-bottom: 25px;
  }

  .product-parent-page .advancedFilter {
    margin-top: 25px;
    justify-content: center;
  }

  .product-parent-page .advancedFilter label {
    padding-right: 30px;
    width: auto;
    margin-bottom: 10px;
  }

  .product-parent-page .advancedFilter .selectWrapper {
    width: calc(27% - 15px);
  }

  .product-parent-page .advancedFilter a.btn {
    width: 10%;
  }

  .product-parent-page .product__list-section {
    padding-top: 87px;
    padding-bottom: 141px;
  }

  .product-parent-page .product__list-wrapper .product__item {
    width: calc(33.33% - 30px);
    margin-right: 45px;
    margin-bottom: 74px;
  }

  .product__list-wrapper .product__item .product__image {
    height: 234px;
  }

  .product__list-wrapper .product__item .product__info {
    margin-top: 30px;
    padding-left: 35px;
    padding-right: 20px;
  }

  .product__list-wrapper .product__item .product__info p {
    margin-bottom: 15px;
  }

  .product__list-wrapper .product__item .product__info a {
    min-width: 120px;
    height: 37px;
  }

  .product-parent-page .product__list-section #productsvg {
    -webkit-transform: scale(1) rotate(-90deg);
    -moz-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
    transform: scale(1) rotate(-90deg);

    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;

    top: 81%;
    width: 100%;
    height: 100px;
    left: 11%;
  }
}