.page-banner {
  position: relative;
  background-position: center;
  -webkit-background-size: cover;
  width: 100%;
  height: 280px;
  color: #fff;
  text-align: left;
  overflow: hidden; background:url(../../img/bg3.jpg);
}
.page-banner .container {
  height: 100%;
}
.page-banner.homepage-default {
  text-align: center;
  background-position: bottom;
}
.page-banner.homepage-04 {
  text-align: center;
}
.page-banner-2 {
  position: relative;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  color: #fff;
  text-align: center;
}
.page-banner-2 .container {
  height: 100%;
}
.page-title-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.page-title-wrapper .page-title-content {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  line-height: 1; padding-bottom:15px;
}
.page-title-wrapper .breadcrumb {
  margin: 0;
  font-size: 12px;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  border-bottom: 1px solid #ffdd00;
  border-radius: 0; position:inherit;
}
.page-title-wrapper .breadcrumb li {
  display: inline-block;
}
.page-title-wrapper .breadcrumb li .link {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  line-height: 36px;
}
.page-title-wrapper .breadcrumb li .link.home {
  font-size: 20px;
}
.page-title-wrapper .breadcrumb li .link:hover {
  color: #ffdd00;
}
.page-title-wrapper .breadcrumb li.active .link {
  pointer-events: none;
}
.page-title-wrapper .breadcrumb .active:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 30%;
  height: 2px;
  background-color: #ffdd00;
}
.page-title-wrapper .breadcrumb li + li:before {
  padding: 0 10px;
  color: #fff;
  content: '\f178';
  font-family: FontAwesome;
}
.page-title-wrapper .captions {
      margin: 10px 0 0 0;
    font-size: 30px;
    font-weight: 900;
    line-height: 49px;
    letter-spacing: 3px;
    display: inline-block;
    text-transform: uppercase;
}
.page-title-wrapper .price {
  display: inline-block;
}
.page-title-wrapper .price .text {
  margin: 0 0 0 20px;
  text-transform: uppercase;
  font-size: 14px;
}
.page-title-wrapper .price .number {
  margin: 0 0 0 10px;
  font-size: 72px;
  line-height: 65px;
  color: #ffdd00;
  font-weight: 900;
}
.page-title-wrapper .price .unit {
  color: #ffdd00;
  font-weight: 900;
  font-size: 36px;
  top: -30px;
}
.group-title {
  margin-bottom: 20px;
  text-align: left;
}
.group-title .sub-title .text {
  color: #6e747c;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
}
.group-title .sub-title .icons {
  font-size: 28px;
  color: #c6c6c6;
  margin-left: 60px;
  position: relative;
}
.group-title .sub-title .icons:after {
  position: absolute;
  content: '';
  width: 54px;
  height: 2px;
  background-color: #ffdd00;
  right: 105%;
  bottom: 7px;
}
.group-title h1, .tech, .review, .hotpro, .appli {
  color: #434a54;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin: 5px 0 20px 0;
}
.cruises-list h1, .col-md-9.main-right h1 {
    color: #3c3c3c;
    font-size: 16px;
    border-bottom: 2px solid #dcdcdc;
    height: 100%;
    font-weight: bold;
        padding-bottom: 16px;
    padding-top: 4px;
    margin-top: 0px;    margin-bottom: 15px;
}
.group-title.white .sub-title .text,
.group-title.white .sub-title .icons {
  color: #fff;
}
.group-title.white .main-title {
  color: #fff;
}
.title-style-2 {
  margin: 0 0 50px 0;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  color: #434a54;
  display: inline-block;
}
.title-style-2.white {
  color: #fff;
}
.title-style-2:after {
  position: absolute;
  content: "";
  bottom: 5px;
  right: -57px;
  width: 50px;
  height: 3px;
  background-color: #ffdd00;
}
.btn {
  width: 170px;
  padding: 6px 20px;
  border: 1px solid #c3c3c3;
  color: #6c6c6c;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn:hover {
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #fff;
}
.btn.btn-maincolor {
  background-color: #ffdd00;
  border: 1px solid #ffdd00;
  color: #3c3c3c;
}
.btn.btn-maincolor:hover {
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #fff;
}
.btn.btn-gray {
  background-color: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #fff;
}
.btn.btn-gray:hover {
  background-color: #ffdd00;
  border: 1px solid #ffdd00;
  color: #3c3c3c;
}
.btn.btn-fit {
  width: auto;
}
.btn.btn-capitalize {
  text-transform: capitalize;
}
.btn-slide {
  width: 170px;
  height: 34px;
  border: 1px solid #3c3c3c;
  background-color: #3c3c3c;
  border-radius: 50px;
  padding: 0 0 0 15px;
  position: relative;
  text-align: center;
  color: #ffdd00;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
}
.btn-slide .text {
  color: #ffdd00;
  font-style: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-slide .icons {
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  padding: 9px;
  border-radius: 50%;
  text-align: center;
  color: #ffdd00;
  background-color: #505050;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-slide:before {
  position: absolute;
  left: 0;
  padding-right: 15px;
  width: 100%;
  content: attr(data-hover);
  color: #ffdd00;
  opacity: 0;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-slide:hover .text {
  opacity: 0;
}
.btn-slide:hover .icons {
  left: calc(100% - 32px);
  left: -webkit-calc(100% - 32px);
  left: -moz-calc(100% - 32px);
}
.btn-slide:hover:before {
  opacity: 1;
}
#back-top .link {
  position: fixed;
  bottom: 60px;
  right: 20px;
  border: 2px solid #ffdd00;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  z-index: 100;
  color: #ffdd00;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#back-top .link.show-btn {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
#back-top .link:hover {
  background-color: #ffdd00;
  border: 2px solid #000;
  color: #000;
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}
.group-button .btn:first-child {
  margin-right: 15px;
}
.tag {
  color: #989898;
  border: 1px solid #efefef;
  border-radius: 50px;
  padding: 0 10px 0 25px;
  line-height: 25px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tag:before {
  position: absolute;
  content: "\f1db";
  font-family: FontAwesome;
  left: 10px;
  font-size: 7px;
}
.tag:hover {
  border: 1px solid #555e69;
  color: #555e69;
}
.tag:hover:before {
  content: "\f111";
  color: #555e69;
}
.stars {
  position: relative;
  display: block;
  font-size: 16px;
  overflow: hidden;
  text-indent: -999px;
}
.stars:after {
  top: 0;
  position: absolute;
  left: 35px;
  font-family: FontAwesome;
  color: #ffdd00;
  float: left;
  letter-spacing: 7px;
  content: "";
  text-indent: 0;
}
.stars.stars1:after {
  content: "\f005";
}
.stars.stars2:after {
  content: "\f005\f005";
}
.stars.stars3:after {
  content: "\f005\f005\f005";
}
.stars.stars4:after {
  content: "\f005\f005\f005\f005";
}
.stars.stars5:after {
  content: "\f005\f005\f005\f005\f005";
}
.star-rating {
  position: relative;
  display: block;
  line-height: 1;
  width: 75px;
  height: 1em;
  overflow: hidden;
  font-size: 14px;
}
.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  top: 0;
  position: absolute;
  left: 1px;
  font-family: FontAwesome;
  color: #ffd564;
  float: left;
  letter-spacing: 2px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #ffd564;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 1px;
  font-family: FontAwesome;
  letter-spacing: 2px;
}
.star-rating span.width-10 {
  width: 10%;
}
.star-rating span.width-20 {
  width: 20%;
}
.star-rating span.width-30 {
  width: 30%;
}
.star-rating span.width-40 {
  width: 40%;
}
.star-rating span.width-50 {
  width: 50%;
}
.star-rating span.width-60 {
  width: 60%;
}
.star-rating span.width-70 {
  width: 70%;
}
.star-rating span.width-80 {
  width: 80%;
}
.star-rating span.width-90 {
  width: 90%;
}
.star-rating span.width-100 {
  width: 100%;
}
.pagination-list {
  text-align: center;
}
.pagination {
  margin: 0;
}
.pagination li .btn-pagination {
  border: none;
  color: #b3b3b3;
  text-align: center;
  background-color: transparent;
  position: relative;
}
.pagination li .btn-pagination.active {
  color: #434a54;
  pointer-events: none;
}
.pagination li .btn-pagination.active:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 20px;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  background-color: #434a54;
}
.pagination li .btn-pagination:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  background-color: #434a54;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.pagination li .btn-pagination:hover {
  background-color: transparent;
  color: #434a54;
}
.pagination li .btn-pagination:hover:after {
  width: 20px;
}
.pagination li .previous,
.pagination li .next {
  width: 32px;
  height: 32px;
  line-height: 30px;
  padding: 0;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border: 1px solid #b3b3b3;
}
.pagination li .previous:after,
.pagination li .next:after {
  display: none;
}
.pagination li .previous:hover,
.pagination li .next:hover {
  background-color: #434a54;
  color: #fff;
  border: 1px solid #434a54;
}
.pagination li .previous {
  margin-right: 10px;
}
.label-sale {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 15px;
  height: 34px;
  text-align: center;
  padding: 5px 15px;
  cursor: pointer;
  background-color: #ffdd00;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.label-sale .text,
.label-sale .number {
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.label-sale:hover .text,
.label-sale:hover .number {
  transform: translateY(-24px);
  -webkit-transform: translateY(-24px);
  -moz-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  -o-transform: translateY(-24px);
}
.small-margin-top {
  margin-top: 30px;
}
.medium-margin-top {
  margin-top: 50px;
}
.big-margin-top {
  margin-top: 70px;
}
.fa-custom:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.stretch {
  width: 100%;
  display: inline-block;
  height: 0;
}
.meta-info {
  font-style: italic;
  color: #81878f;
}
.meta-info .comment-count:before,
.meta-info .view-count:before {
  margin-right: 4px;
}
.meta-info .comment-count:before {
  content: '\f075';
}
.meta-info .view-count {
  margin-right: 10px;
}
.meta-info .view-count:before {
  content: '\f007';
}
.meta-info .sep {
  font-style: normal;
  margin: 0 10px;
}
.wrapper-contact-style {
  float: left;
  width: 100%;
  position: relative;
}
.tours-layout {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tours-layout .image-wrapper {
  position: relative;
  overflow: hidden;
}
.tours-layout .image-wrapper .link {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tours-layout .image-wrapper .link img {
  width: 100%;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.tours-layout .image-wrapper .link:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.9) 100%);
}
.tours-layout .image-wrapper .title-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  z-index: 5;
}
.tours-layout .image-wrapper .title-wrapper .title {
  color: #fff;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.tours-layout .image-wrapper .title-wrapper .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 1px;
  background: #ffdd00;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tours-layout .image-wrapper .title-wrapper .title:hover {
  color: #ffdd00;
}
.tours-layout .image-wrapper .title-wrapper .title:hover:before {
  width: 100%;
}
.tours-layout .image-wrapper .title-wrapper .icons {
  float: right;
  font-size: 30px;
}
.tours-layout .content-wrapper {
  background-color: #fff;
}
.tours-layout .content-wrapper .list-info {
  margin: 0;
  width: 100%;
  display: table;
  text-align: center;
  border-collapse: collapse;
  border-bottom: 1px solid #e9e9e9;
}
.tours-layout .content-wrapper .list-info li {
  padding: 0;
  display: table-cell;
  border-right: 1px solid #e9e9e9;
}
.tours-layout .content-wrapper .list-info li .link {
  display: block;
  padding: 12px 0;
  position: relative;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tours-layout .content-wrapper .list-info li .link:hover {
  top: 4px;
  right: -4px;
  background-color: #ffdd00;
}
.tours-layout .content-wrapper .list-info li .link:hover > .icons,
.tours-layout .content-wrapper .list-info li .link:hover > .text {
  color: #555;
}
.tours-layout .content-wrapper .list-info li .link > .icons {
  color: #d0d0d0;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tours-layout .content-wrapper .list-info li .link > .text {
  margin-bottom: 0;
  margin-left: 10px;
  color: #959595;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tours-layout .content-wrapper .list-info li:last-child {
  border-right: none;
}
.tours-layout .content-wrapper > .content {
  padding: 1px 15px;
  text-align: center;
}
.tours-layout .content-wrapper > .content .title .price {
  color: #ffdd00;
  display: inline-block;
}
.tours-layout .content-wrapper > .content .title .price sup {
  font-size: 14px;
  font-weight: bold;
  top: -12px;
  left: -2px;
}
.tours-layout .content-wrapper > .content .title .price .number {
  font-size: 30px;
  font-weight: bold;
}
.tours-layout .content-wrapper > .content .title .for-price {
  margin-bottom: 0;
  margin-left: 6px;
  display: inline-block;
}
.tours-layout .content-wrapper > .content > .text {
  margin-bottom: 15px;
}
.tours-layout .content-wrapper > .content .group-btn-tours {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.tours-layout .content-wrapper > .content .group-btn-tours .left-btn,
.tours-layout .content-wrapper > .content .group-btn-tours .right-btn {
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
  background-color: #4d4d4d;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tours-layout .content-wrapper > .content .group-btn-tours .left-btn:hover,
.tours-layout .content-wrapper > .content .group-btn-tours .right-btn:hover {
  background-color: #ffdd00;
  color: #434a54;
}
.tours-layout .content-wrapper > .content .group-btn-tours .left-btn {
  padding-left: 25px;
  border-right: 1px solid  #797979;
  border-radius: 50px 0 0 50px;
}
.tours-layout .content-wrapper > .content .group-btn-tours .right-btn {
  padding-right: 25px;
  border-radius: 0 50px 50px 0;
}
.tours-layout .content-wrapper > .content .group-btn-tours:hover .left-btn {
  border-right: 1px solid  #fff;
}
.tours-layout:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.tours-layout:hover .image-wrapper .link img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.tours-layout:hover .image-wrapper .link:before {
  top: -20%;
}
.hotels-layout {
  display: table;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hotels-layout .image-wrapper {
  position: relative;
  overflow: hidden;
  display: table-cell;
  width: 50%;
}
.hotels-layout .image-wrapper .link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hotels-layout .image-wrapper .link img {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.hotels-layout .image-wrapper .link:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.9) 100%);
}
.hotels-layout .image-wrapper .title-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: left;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  z-index: 5;
}
.hotels-layout .image-wrapper .title-wrapper .title {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-bottom: 6px;
}
.hotels-layout .image-wrapper .title-wrapper .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 1px;
  background: #ffdd00;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hotels-layout .image-wrapper .title-wrapper .title:hover {
  color: #ffdd00;
}
.hotels-layout .image-wrapper .title-wrapper .title:hover:before {
  width: 100%;
}
.hotels-layout .content-wrapper {
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.hotels-layout .content-wrapper .list-info {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  max-height: 270px;
  display: block;
  text-align: center;
  border-collapse: collapse;
  border-left: 1px solid #e9e9e9;
}
.hotels-layout .content-wrapper .list-info li {
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
  height: 20%;
  display: table;
}
.hotels-layout .content-wrapper .list-info li:last-child {
  border-bottom: none;
}
.hotels-layout .content-wrapper .list-info .link {
  display: table-cell;
  vertical-align: middle;
  width: 54px;
  height: 100%;
  line-height: 1;
  transition: all 0.5s ease;
  position: relative;
  z-index: 11;
  top: 0;
  right: 0;
}
.hotels-layout .content-wrapper .list-info .link > .icons {
  color: #d0d0d0;
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: center;
  transition: all 0.3s ease;
}
.hotels-layout .content-wrapper .list-info .link .number {
  display: none;
  opacity: 0;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hotels-layout .content-wrapper .list-info .link:hover {
  background-color: #ffdd00;
  top: -5px;
  right: -5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.hotels-layout .content-wrapper .list-info .link:hover > .icons {
  color: #555;
}
.hotels-layout .content-wrapper .list-info .link:hover > .icons.hidden-icon {
  display: none;
}
.hotels-layout .content-wrapper .list-info .link:hover .number {
  display: inline-block;
  opacity: 1;
  color: #555;
}
.hotels-layout .content-wrapper .list-info .share-social-list {
  margin-bottom: 0;
  position: absolute;
  left: 100%;
  padding: 0 0 0 5px;
  bottom: -10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hotels-layout .content-wrapper .list-info .share-social-list .link-social {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background-color: #fff;
  color: #d0d0d0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hotels-layout .content-wrapper .list-info .share-social-list .link-social:hover {
  background-color: #ffdd00;
  color: #555;
}
.hotels-layout .content-wrapper .list-info li:hover .link + .share-social-list {
  bottom: 1px;
  left: calc(100% + 5px);
  z-index: 10;
  opacity: 1;
  visibility: visible;
}
.hotels-layout .content-wrapper > .content {
  padding: 0 25px 0 25px;
  text-align: center;
}
.hotels-layout .content-wrapper > .content .title {
  text-align: left;
}
.hotels-layout .content-wrapper > .content .title .price {
  color: #ffdd00;
  display: table-cell;
  vertical-align: middle;
}
.hotels-layout .content-wrapper > .content .title .price sup {
  font-size: 20px;
  font-weight: bold;
  top: -16px;
  left: -2px;
}
.hotels-layout .content-wrapper > .content .title .price .number {
  font-size: 36px;
  font-weight: bold;
}
.hotels-layout .content-wrapper > .content > .text {
      margin-bottom: 5px;
    max-height: 120px;
    overflow: hidden;
    text-align: left;
}
p.for-price {
    margin-bottom: -7px;
}
.hotels-layout .content-wrapper > .content .group-btn-tours {
  background-color: #4d4d4d;
  border-radius: 50px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hotels-layout .content-wrapper > .content .group-btn-tours .left-btn {
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
}
.hotels-layout .content-wrapper > .content .group-btn-tours:hover {
  background-color: #ffdd00;
}
.hotels-layout .content-wrapper > .content .group-btn-tours:hover .left-btn {
  color: #434a54;
}
.hotels-layout .content-wrapper.style-2 > .content .title {
  display: block;
}
.hotels-layout .content-wrapper.style-2 > .content .title .price {
  display: block;
  line-height: 1;
}
.hotels-layout .content-wrapper.style-2 > .content .title .price sup {
  font-size: 16px;
}
.hotels-layout .content-wrapper.style-2 > .content .title .price .number {
  font-size: 26px;
}
.hotels-layout .content-wrapper.style-2 > .content .title .for-price {
  max-width: none;
  line-height: 1;
}
.hotels-layout:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.hotels-layout:hover .image-wrapper .link img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.hotels-layout:hover .image-wrapper .link:before {
  top: -20%;
}
.new-layout {
  display: table;
}
.new-layout .image-wrapper {
  position: relative;
  overflow: hidden;
  display: table-cell;
  width: 58%;
}
.new-layout .image-wrapper .link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.new-layout .image-wrapper .link img {
  width: 100%;
}
.new-layout .image-wrapper .link:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.9) 100%);
}
.new-layout .image-wrapper .description {
  position: absolute;
  bottom: 20px;
  left: 60px;
  right: 60px;
  text-align: left;
  display: inline-block;
  color: #fff;
  padding-left: 30px;
  z-index: 5;
  letter-spacing: 1px;
  font-style: italic;
  font-weight: 300;
}
.new-layout .image-wrapper .description:before {
  position: absolute;
  content: '\f10d';
  font-family: FontAwesome;
  left: 0;
  font-style: normal;
}
.new-layout .content-wrapper {
  background-color: #fff;
  display: table-cell;
  vertical-align: top;
  position: relative;
  text-align: left;
  padding: 0 30px;
}
.new-layout .content-wrapper .title {
  font-size: 24px;
  text-transform: uppercase;
  color: #434a54;
  margin-bottom: 5px;
  line-height: 30px;
  display: block;
}
.new-layout .content-wrapper .title:hover {
  color: #ffdd00;
}
.new-layout .content-wrapper .info {
  margin-bottom: 0;
  font-style: 13px;
}
.new-layout .content-wrapper .info li {
  padding: 0 15px;
  position: relative;
}
.new-layout .content-wrapper .info li:first-child {
  padding-left: 5px;
}
.new-layout .content-wrapper .info li .link {
  color: #555e69;
  text-transform: capitalize;
}
.new-layout .content-wrapper .info li .link:hover {
  color: #ffdd00;
}
.new-layout .content-wrapper .info li + li:before {
  border-left: 1px solid #555e69;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 13px;
}
.new-layout .content-wrapper .text {
  margin-top: 20px;
  margin-bottom: 0;
}
.new-layout .content-wrapper .btn {
  width: auto;
  text-transform: capitalize;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 25px;
}
.new-layout .content-wrapper .tags {
  margin-top: 25px;
}
.new-layout .content-wrapper .tags .title-tag {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 25px;
}
.new-layout .content-wrapper .tags .list-tags {
  margin-bottom: 0;
  display: inline;
}
.new-layout .content-wrapper .tags .list-tags li {
  padding: 0 5px;
  margin-bottom: 5px;
}
.cruises-layout {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.cruises-layout .image-wrapper {
  position: relative;
}
.cruises-layout .image-wrapper .link {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.cruises-layout .image-wrapper .link img {
  width: 100%;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.cruises-layout .content-wrapper {
  padding: 5px 15px 15px;
  height: 100%;
}
.cruises-layout .content-wrapper .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #434a54;
  float: left;
  word-break: break-word;
}
.cruises-layout .content-wrapper .title:hover {
  color: #ffdd00;
}
.cruises-layout .content-wrapper .price {
  color: #ffdd00;
  font-weight: bold;
  font-size: 30px;
  float: right;
  max-width: 150px;
  text-transform: uppercase;
  word-wrap: break-word;
  text-align: right;
}
.cruises-layout .content-wrapper .price sup {
  font-size: 18px;
  font-weight: 400;
  left: -2px;
}
.cruises-layout .content-wrapper .text {
  display: inline-block;
  width: 100%;
}
.cruises-layout .content-wrapper .btn {
  width: auto;
  text-transform: capitalize;
}
.cruises-layout:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.cruises-layout:hover .image-wrapper .link img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.car-rent-layout {
  display: table;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.car-rent-layout .image-wrapper {
  position: relative;
  overflow: hidden;
  display: table-cell;
  width: 370px;
  height: 270px;
}
.car-rent-layout .image-wrapper .link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.car-rent-layout .image-wrapper .link img {
  width: auto;
  max-width: 400px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.car-rent-layout .content-wrapper {
  background-color: #fff;
  display: table-cell;
  vertical-align: top;
  position: relative;
  text-align: left;
  padding: 20px 30px;
}
.car-rent-layout .content-wrapper .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #434a54;
  float: left;
  word-break: break-word;
}
.car-rent-layout .content-wrapper .title:hover {
  color: #ffdd00;
}
.car-rent-layout .content-wrapper .price {
  color: #ffdd00;
  font-weight: bold;
  font-size: 30px;
  float: right;
  text-transform: uppercase;
}
.car-rent-layout .content-wrapper .price sup {
  font-size: 18px;
  font-weight: 400;
  left: -2px;
}
.car-rent-layout .content-wrapper .price .for-price {
  font-size: 14px;
  color: #9ca2a9;
  text-transform: initial;
  display: inline-block;
  font-weight: 300;
  position: relative;
  top: -10px;
  margin-left: 6px;
  margin-bottom: 0;
}
.car-rent-layout .content-wrapper .sub-title {
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
}
.car-rent-layout .content-wrapper .text {
  display: inline-block;
  width: 100%;
  margin: 12px 0 0 0;
  max-height: 96px;
  overflow: hidden;
}
.car-rent-layout .content-wrapper .btn {
  margin-top: 20px;
  width: auto;
  text-transform: capitalize;
}
.car-rent-layout:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.car-rent-layout:hover .image-wrapper .link img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.car-rent-layout:hover .image-wrapper .link:before {
  top: -20%;
}
.special-offer-layout {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.special-offer-layout .image-wrapper {
  position: relative;
  overflow: hidden;
}
.special-offer-layout .image-wrapper .link {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.special-offer-layout .image-wrapper .link img {
  width: 100%;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.special-offer-layout .image-wrapper .link:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.9) 100%);
}
.special-offer-layout .image-wrapper .title-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  z-index: 5;
}
.special-offer-layout .image-wrapper .title-wrapper .title {
  color: #fff;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.special-offer-layout .image-wrapper .title-wrapper .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 1px;
  background: #ffdd00;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.special-offer-layout .image-wrapper .title-wrapper .title:hover {
  color: #ffdd00;
}
.special-offer-layout .image-wrapper .title-wrapper .title:hover:before {
  width: 100%;
}
.special-offer-layout .image-wrapper .title-wrapper .icons {
  float: right;
  font-size: 30px;
}
.special-offer-layout:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  z-index: 10px !important;
}
.special-offer-layout:hover .image-wrapper .link:before {
  top: -20%;
  opacity: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0;
  border-radius: 0px !important;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:active,
.form-control:focus {
  box-shadow: none;
}
.homepage-banner-warpper {
  display: table;
  width: 100%;
  height: 100%;
}
.homepage-banner-warpper .homepage-banner-content {
  display: table-cell;
  vertical-align: middle;
}
.mozilla5 .homepage-default .group-title .title,
.safari .homepage-default .group-title .title {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 15%, #ffffff 35%, #ffffff 50%, #ffffff 85%, #ffdd00 90%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: color-text 5s infinite;
}
.homepage-default .group-title {
  display: inline-block;
  padding-top: 50px;
}
.homepage-default .group-title .title {
  font-size: 100px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
  color: #fff;
}
.homepage-default .group-title .text {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  letter-spacing: 1px;
  display: inline-block;
}
.homepage-default .group-title .text .boder {
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.homepage-default .group-btn {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
.homepage-default .group-btn .btn-click {
  width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: transparent;
  border-radius: 50px;
  padding: 5px 0 5px 15px;
  position: relative;
  text-align: center;
  color: #ffdd00;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
}
.homepage-default .group-btn .btn-click .text {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.homepage-default .group-btn .btn-click .icons {
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  padding: 9px 10px;
  border-radius: 50%;
  text-align: center;
  color: #fd0;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.homepage-default .group-btn .btn-click:before {
  position: absolute;
  left: 75px;
  content: attr(data-hover);
  opacity: 0;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.homepage-default .group-btn .btn-click:hover .text {
  opacity: 0;
}
.homepage-default .group-btn .btn-click:hover .icons {
  left: 184px;
  background-color: #ffffff;
}
.homepage-default .group-btn .btn-click:hover:before {
  opacity: 1;
}
.homepage-04 .homepage-banner-warpper {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage-04 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.homepage-04 .bg-image img {
  width: 100%;
  height: 100%;
}
.homepage-04 .group-logo {
  padding-top: 50px;
  padding-bottom: 65px;
}
.homepage-04 .group-logo .img-logo {
  width: 250px;
  display: block;
  margin: 0 auto 10px auto;
}
.homepage-04 .group-logo .img-logo img {
  width: 100%;
}
.homepage-04 .group-logo .img-icon {
  display: block;
  margin: 0 auto;
}
.homepage-04 .group-title {
  text-align: center;
  margin: 0 0 25px 0;
}
.homepage-04 .group-title .title {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  display: block;
}
.homepage-04 .group-title .text {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0;
  font-weight: 300;
}
.homepage-04 .form-subscribe-email {
  width: 370px;
  margin: 0 auto;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.homepage-04 .form-subscribe-email .btn-email {
  background-color: #ffdd00;
  color: #434a54;
  font-size: 22px;
}
.homepage-04 .form-subscribe-email .input-group-btn {
  line-height: 1;
}
.homepage-04 .form-subscribe-email ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.homepage-04 .form-subscribe-email :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.homepage-04 .form-subscribe-email ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.homepage-04 .form-subscribe-email :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.homepage-04 .btn-click {
  position: absolute;
  margin-top: 40px;
  margin-left: -25px;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  color: #434a54;
  font-size: 18px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.homepage-04 .btn-click.btn-play {
  padding-left: 5px;
}
.homepage-04 .show-video {
  opacity: 0;
  visibility: hidden;
}
.homepage-04 .homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.homepage-04 .homepage-hero-module:after {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
}
.homepage-04 .no-video .video-container video,
.homepage-04 .touch .video-container video {
  display: none;
}
.homepage-04 .no-video .video-container .poster,
.homepage-04 .touch .video-container .poster {
  display: block !important;
}
.homepage-04 .video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.homepage-04 .video-container .filter {
  z-index: 90;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.homepage-04 .video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.homepage-04 .video-container video.fillWidth {
  width: 100%;
}
.about-us {
  position: relative;
}
.about-us-wrapper .text {
  margin-bottom: 15px;
}
.about-us-wrapper .text.no-margin {
  margin-bottom: 0;
}
.about-us-wrapper .group-list .about-us-list {
  width: 220px;
}
.about-us-wrapper .group-list .box-media {
  margin-top: 40px;
}
.about-us-wrapper .group-button {
  margin-top: 25px;
}
.about-us-list {
  display: inline-block; float:left;
  margin-bottom: 0;
}
.group-list {
    overflow: hidden;
}
.about-us-list li {
  padding: 5px 0;
}
.about-us-list li .text {
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
}
.about-us-list li .text:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f178';
  left: 0;
  color: #c6c6c6;
  font-size: 12px;
}
.box-media {
  overflow: visible;
  cursor: pointer;
}
.box-media .media-left {
  padding: 0;
  text-align: center;
}
.box-media .media-right {
  padding-left: 15px;
}
.box-media .icons {
  display: block;
  font-size: 40px;
  line-height: 70px;
  width: 70px;
  height: 70px;
  color: #c3c3c3;
  border-radius: 50%;
  border: 1px solid #c3c3c3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.box-media .icons:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.box-media .title {
  color: #15171b;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: block;
}
.box-media .title:hover {
  color: #ffdd00;
}
.box-media .text {
  margin-bottom: 0;
}
.box-media:hover .icons {
  background: #ffdd00;
  color: #555e69;
  border: 1px solid #ffdd00;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.box-media:hover .icons:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
  -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
  animation: sonarEffect 1.3s ease-out 75ms infinite;
}
.about-us.layout-2 .about-us-image {
  position: absolute;
  bottom: -100px;
  right: 0;
  max-width: 550px;
}
.about-us-4.layout-2 .about-us-image {
  max-width: 500px;
  right: 0;
}
.tours {
      background-position: center center;
    width: 100%;
    background-color: #fbf9fa;
}
.tours-wrapper {
  text-align: center;
}
.tours-wrapper .tours-list {
  margin: 0 -15px;
}
.tours-wrapper .tours-list .tours-layout {
  margin: 0 15px;
}
.tours-wrapper .tours-list .slick-prev,
.tours-wrapper .tours-list .slick-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.tours-wrapper .tours-list .slick-prev:before,
.tours-wrapper .tours-list .slick-next:before {
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  opacity: 1;
}
.tours-wrapper .tours-list .slick-prev:hover,
.tours-wrapper .tours-list .slick-next:hover {
  opacity: 1;
}
.tours-wrapper .tours-list .slick-prev {
  left: -50px;
}
.tours-wrapper .tours-list .slick-prev:before {
  content: '\f104';
}
.tours-wrapper .tours-list .slick-next {
  right: -50px;
}
.tours-wrapper .tours-list .slick-next:before {
  content: '\f105';
}
.tours-wrapper .tours-list .slick-dots {
  position: absolute;
  bottom: -50px;
}
.tours-wrapper .tours-list .slick-dots li button {
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  display: block;
}
.tours-wrapper .tours-list .slick-dots li button:before {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 18px;
  color: #c3c3c3;
  opacity: 1;
}
.tours-wrapper .tours-list .slick-dots li button:hover {
  border: 1px solid #ffdd00;
}
.tours-wrapper .tours-list .slick-dots li button:hover:before {
  color: #ffdd00;
}
.tours-wrapper .tours-list .slick-dots li.slick-active button {
  border: 1px solid #ffdd00;
}
.tours-wrapper .tours-list .slick-dots li.slick-active button:before {
  color: #ffdd00;
}
.videos {
      background-position: left center;
    color: #fff;
    background-color: #2d3948; min-height:400px;
}
.videos .video-thumbnail {
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}
.videos .show-video {
  opacity: 1 !important;
  visibility: visible !important;
}
.video-thumbnail {
  position: relative;
  width: 100%;
  z-index: 1;
}
.video-thumbnail .video-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
}
.video-thumbnail .video-bg img {
  width: 100%;
}
.video-thumbnail .video-button-play {
  color: #fff;
  z-index: 6;
  position: absolute;
  text-align: center;
  line-height: 86px;
  padding-left: 10px;
  font-size: 36px;
  width: 90px;
  height: 90px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  left: 50%;
  top: 50%;
  margin-top: -45px;
  margin-left: -45px;
  border-radius: 50%;
  padding-left: 6px;
  cursor: pointer;
}
.video-thumbnail .video-button-close {
  position: absolute;
  z-index: 12;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.video-thumbnail .video-embed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.videos.layout-1 .video-wrapper {
  text-align: left;
}
.videos.layout-1 .sub-title strong {
  font-size: 24px;
}
.videos.layout-1 .title {
  margin: 0 0 15px 0;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 55px;
}
.videos.layout-1 .video-thumbnail {
  bottom: -80px;
  top: auto;
}
.videos.layout-2 .video-thumbnail {
  height: 420px;
}
.videos.layout-2 .video-wrapper {
  text-align: center;
}
.videos.layout-2 .title {
  font-size: 36px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.videos.layout-2 .text {
  margin: 0 23% 20px 23%;
}
.videos.layout-2 .video-thumbnail {
  top: 30px;
}
.hotels {
  position: relative;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  background-color: #fbf9fa;
}
.hotels-wrapper {
  text-align: center;
}
.hotels-wrapper .hotels-list .hotels-layout {
  margin-bottom: 50px;
}
.hotels-wrapper .hotels-list .col-sm-6:nth-last-child(-n + 2) .hotels-layout {
  margin-bottom: 0;
}
.travelers {
  position: relative;
  background-repeat: repeat;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;    background-position: left center;
  color: #fff;
  background-color: #2d3948;
  min-height: 400px; margin-bottom:90px;
}
.travelers .traveler-list {
  margin-bottom: 0;
  top: 120px;
}
.travelers .traveler-list .slick-list {
  padding-bottom: 15px;
}
.travelers .traveler-list .traveler:nth-child(even) {
  margin-top: 30px;
}
.travelers .traveler-list .slick-prev,
.travelers .traveler-list .slick-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.travelers .traveler-list .slick-prev:before,
.travelers .traveler-list .slick-next:before {
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  opacity: 1;
}
.travelers .traveler-list .slick-prev:hover,
.travelers .traveler-list .slick-next:hover {
  opacity: 1;
}
.travelers .traveler-list .slick-prev {
  left: -50px;
}
.travelers .traveler-list .slick-prev:before {
  content: '\f104';
}
.travelers .traveler-list .slick-next {
  right: -50px;
}
.travelers .traveler-list .slick-next:before {
  content: '\f105';
}
.travelers .traveler-list .slick-dots {
  position: absolute;
  bottom: -30px;
}
.travelers .traveler-list .slick-dots li button {
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  display: block;
}
.travelers .traveler-list .slick-dots li button:before {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 18px;
  color: #f0f0f0;
  opacity: 1;
}
.travelers .traveler-list .slick-dots li button:hover {
  border: 1px solid #ffdd00;
}
.travelers .traveler-list .slick-dots li button:hover:before {
  color: #ffdd00;
}
.travelers .traveler-list .slick-dots li.slick-active button {
  border: 1px solid #ffdd00;
}
.travelers .traveler-list .slick-dots li.slick-active button:before {
  color: #ffdd00;
}
.traveler {
  margin: 0 15px;
  text-align: center;
  background-color: #fff;
  z-index: 5;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.traveler .cover-image {
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.traveler .cover-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.traveler .wrapper-content {
  padding: 0 30px 30px 30px;
}
.traveler .wrapper-content .avatar {
  border-radius: 50%;
  width: 32%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
}
.traveler .wrapper-content .avatar img {
  width: 100%;
  border-radius: 50%;
}
.traveler .wrapper-content .name {
  text-transform: capitalize;
  color: #ffdd00;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.traveler .wrapper-content .address {
      margin-bottom: 0;
    color: #666;
    margin-top: -3px;
    font-style: italic;
}
.traveler .wrapper-content .description {
  margin: 15px 0 0 0;
  color: #555e69;
}
.news .news-list {
  margin-right: 40px;
  margin-bottom: 0;
}
.news .news-list .slick-dots {
  position: absolute;
  bottom: 0;
  width: auto;
  padding: 0;
  right: -35px;
  top: 50%;
  margin-top: -20px;
}
.news .news-list .slick-dots li {
  display: block;
  margin: 0 0 5px 0;
}
.news .news-list .slick-dots li button {
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  display: block;
}
.news .news-list .slick-dots li button:before {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 18px;
  color: #f0f0f0;
  opacity: 1;
}
.news .news-list .slick-dots li button:hover {
  border: 1px solid #ffdd00;
}
.news .news-list .slick-dots li button:hover:before {
  color: #ffdd00;
}
.news .news-list .slick-dots li.slick-active button {
  border: 1px solid #ffdd00;
}
.news .news-list .slick-dots li.slick-active button:before {
  color: #ffdd00;
}
.banner-sale-1 {
  position: relative;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  background-color: #202b3d;
  color: #fff;
  display: table;
}
.banner-sale-1 .banner-left {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
.banner-sale-1 .banner-right {
  display: table-cell;
  vertical-align: middle;
}
.banner-sale-1 .title-box {
  color: rgba(255, 221, 0, 0.8);
  width: 100%;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.banner-sale-1 .title-box .title-overlay {
  mix-blend-mode: lighten;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
  color: #000;
  padding-left: 10%;
  padding-right: 10%;
}
.banner-sale-1 .title-box .title-1 {
  font-size: 95px;
}
.banner-sale-1 .title-box .title-2 {
  font-size: 80px;
}
.banner-sale-1 .title-box .title-3 {
  font-size: 45px;
  padding-top: 8px;
}
.banner-sale-2 {
  height: 500px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  background-color: #BFD2D9;
  color: #fff;
  display: table;
}
.banner-sale-2 .banner-building {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}
.banner-sale-2 .banner-left {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  height: 100%;
}
.banner-sale-2 .banner-right {
  background-color: rgba(0, 0, 0, 0.8);
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.banner-sale-2 .title-box {
  width: 100%;
  padding: 0 10%;
}
.banner-sale-2 .title-box .title-1 {
  font-size: 100px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
  letter-spacing: 2px;
}
.banner-sale-2 .text-3,
.banner-sale-2 .text-5,
.banner-sale-2 .text-7 {
  position: relative;
}
.banner-sale-3 {
  position: relative;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  width: 100%;
  color: #fff;
}
.banner-sale-3 .text-salebox {
  width: 100%;
  height: 500px;
}
.banner-sale-3 .text-salebox .text-left {
  vertical-align: middle;
}
.banner-sale-3 .text-salebox .text-right {
  padding-left: 50px;
  vertical-align: middle;
}
.banner-sale-3 .text-salebox .text-right .title {
  border-bottom: 0;
}
.banner-sale-3.new-style {
  z-index: 1;
  overflow: hidden;
  background-attachment: initial;
  background-position: center top;
}
.banner-sale-3.new-style .clouds_one,
.banner-sale-3.new-style .clouds_two {
  z-index: 3;
}
.banner-sale-3.new-style .text-salebox .text-left {
  z-index: 2;
}
.banner-sale-3.new-style .text-salebox .text-right {
  position: relative;
  z-index: 4;
}
.mozilla11 .banner-sale-1 .title-box .title-overlay,
.mozilla10 .banner-sale-1 .title-box .title-overlay,
.mozilla09 .banner-sale-1 .title-box .title-overlay {
  color: rgba(255, 211, 0, 0.5);
}
.text-salebox {
  display: table;
  width: 520px;
  margin: 0 auto;
}
.text-salebox .text-left {
  display: table-cell;
  vertical-align: top;
}
.text-salebox .text-left .sale-box .number {
  font-size: 90px;
  color: #ffdd00;
  font-weight: 900;
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.text-salebox .text-left .sale-box .sup-1 {
  color: #ffdd00;
  font-weight: 900;
  font-size: 40px;
  position: absolute;
  top: 10px;
  left: 100%;
  display: block;
  line-height: 1;
}
.text-salebox .text-left .sale-box .sup-2 {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  position: absolute;
  bottom: 8px;
  left: 100%;
  display: block;
  line-height: 1;
}
.text-salebox .text-left .sale-box .text-sale {
  font-size: 72px;
  color: #fff;
  font-weight: 900;
  margin: 0;
  line-height: 55px;
  text-transform: uppercase;
}
.text-salebox .text-left .sale-box .sale-box-top {
  display: inline-block;
  position: relative;
}
.text-salebox .text-right {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
  padding-top: 13px;
}
.text-salebox .text-right .title {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 5px 0;
  display: inline-block;
  line-height: 24px;
  border-bottom: 1px solid #fff;
}
.text-salebox .text-right .text {
  margin: 0;
}
.text-salebox .text-right .group-button {
  margin-top: 20px;
}
.text-salebox .text-right .group-button .btn {
  width: auto;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
}
.text-salebox .text-right .group-button .btn.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
}
.text-salebox .text-right .group-button .btn.btn-transparent:hover {
  border: 1px solid #3c3c3c;
}
.a-fact {
  background-color: #fafafa;
}
.a-fact-wrapper .text {
  margin-bottom: 15px;
}
.a-fact-wrapper .btn {
  margin-top: 25px;
}
.a-fact-list ul {
  margin-bottom: 0;
}
.a-fact-list ul li {
  padding: 5px 0;
}
.a-fact-list ul li .text {
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
}
.a-fact-list ul li .text:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f111';
  left: 0;
  color: #c6c6c6;
  font-size: 8px;
}
.a-fact-image-wrapper {
  min-width: 670px;
  min-height: 400px;
  width: 100%;
  position: relative;
}
.a-fact-image-wrapper .a-fact-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.a-fact-image-wrapper .a-fact-image .icons {
  position: absolute;
  color: #3c3c3c;
  border: 2px solid #3c3c3c;
  width: 40px;
  height: 40px;
  line-height: 36px;
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  z-index: 10;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.a-fact-image-wrapper .a-fact-image .icons:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.a-fact-image-wrapper .a-fact-image .icons.icons-1 {
  left: 10%;
  bottom: 40%;
}
.a-fact-image-wrapper .a-fact-image .icons.icons-2 {
  left: 30%;
  bottom: 70%;
}
.a-fact-image-wrapper .a-fact-image .icons.icons-3 {
  right: 25%;
  top: 15%;
}
.a-fact-image-wrapper .a-fact-image .icons.icons-4 {
  right: 25%;
  bottom: 10%;
}
.a-fact-image-wrapper .a-fact-image .icons:hover {
  background: #ffdd00;
  color: #fff;
  border: 2px solid #ffdd00;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.a-fact-image-wrapper .a-fact-image .icons:hover:after {
  -webkit-animation: sonarEffect-2 1.2s ease-out 75ms infinite;
  -moz-animation: sonarEffect-2 1.2s ease-out 75ms infinite;
  animation: sonarEffect-2 1.2s ease-out 75ms infinite;
}
.a-fact-image-wrapper .a-fact-image img {
  width: 100%;
  opacity: 0.3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.a-fact-image-wrapper .a-fact-image .icons:hover + img {
  opacity: 1;
}
.contact {
  position: relative;
  background-repeat: repeat;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
}
.contact .contact-wrapper-images {
  position: absolute;
  left: 9%;
  bottom: 0;
}
.contact .contact-form .form-input {
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  padding-left: 20px;
}
.contact .contact-form textarea {
  height: 100px;
  overflow: auto;
  max-width: 100%;
}
.contact .contact-form .contact-submit {
  margin-top: 30px;
}
.contact .contact-form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact .contact-form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact .contact-form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact .contact-form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact-box {
  background-color: #ffdd00;
  padding: 40px 35px;
  text-align: center;
}
.contact-box .title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #3c3c3c;
}
.contact-box > .text {
  font-style: italic;
  margin: 0 0 35px 0;
}
.contact-form .form-input {
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  padding-left: 20px;
}
.contact-form textarea {
  height: 100px;
  overflow: auto;
  max-width: 100%;
}
.contact-form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact-form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact-form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact-form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.margin-bottom70 {
  margin-bottom: 70px;
}
.margin-bottom {
  margin-bottom: 100px;
}
.btn.btn-crystal {
  float: right;
  text-align: right;
  color: #77858e;
  font-style: italic;
  font-size: 0.857em;
  text-transform: capitalize;
  font-weight: 400;
  width: inherit;
  line-height: 24px;
  border: 0;
}
.btn.btn-crystal i {
  margin-right: 7px;
}
.item-blog-detail .blog-text .blog-content {
  background-color: transparent;
  box-shadow: none !important;
  padding-bottom: 0px;
}
.item-blog-detail .blog-text .blog-content .date {
  text-align: left;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .text {
  margin-bottom: 30px;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .caption {
  margin-bottom: 30px;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .blockquote {
  border-left: 3px solid #81878f;
  padding-left: 30px;
  margin: 50px 30px;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .blockquote .blockquote-title {
  font-size: 22px;
  color: #6e747c;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .blockquote .blockquote-des {
  font-style: italic;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .video-thumbnail {
  margin-top: 50px;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .video-thumbnail .video-embed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .video-thumbnail .show-video {
  opacity: 1 !important;
  visibility: visible !important;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .blog-detail-list {
  margin-bottom: 0px;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .group-list .blog-detail-list li {
  position: relative;
  padding-left: 18px;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .group-list .blog-detail-list li:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f111';
  left: 0;
  top: 0;
  color: #c6c6c6;
  font-size: 8px;
}
.item-blog-detail .blog-text .blog-detail-tag {
  display: table;
}
.item-blog-detail .blog-text .blog-detail-tag .content-widget {
  display: inherit;
}
.item-blog-detail .blog-text .blog-detail-tag .content-tag {
  padding-right: 30px;
  display: table-cell;
}
.item-blog-detail .blog-text .blog-detail-tag .tag-item {
  color: #989898;
  border: 1px solid #efefef;
  margin-right: 15px;
  padding: 2px 15px;
  border-radius: 25px;
}
.item-blog-detail .blog-text .blog-author {
  border-bottom: 2px solid #f7f7f7;
  padding: 0px 25px 25px 25px;
}
.item-blog-detail .blog-text .blog-author .blog-author-content .media-left .media-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.item-blog-detail .blog-text .blog-author .blog-author-content .media-right .author {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: bold;
}
.item-blog-detail .blog-text .blog-author .blog-author-content .media-right .position {
  font-weight: 500;
  color: #3c3c3c;
  font-size: 14px;
}
.item-blog-detail .blog-text .blog-author .blog-author-content .media-right .des {
  margin-bottom: 0;
}
.item-blog-detail .blog-text .sideline:after {
  content: '';
  width: 46px;
  height: 3px;
  background-color: #ffdd00;
  display: inline-block;
  margin-left: 10px;
}
.item-blog-detail .blog-text .blog-comment-title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.item-blog-detail .blog-text .blog-comment .comment-count {
  margin-bottom: 70px;
}
.item-blog-detail .blog-text .blog-comment .comment-list {
  margin-bottom: 70px;
}
.item-blog-detail .blog-text .blog-comment .comment-list .parent {
  margin-top: 0;
}
.item-blog-detail .blog-text .blog-comment .comment-list li.parent:last-child > .comment-item {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.item-blog-detail .blog-text .blog-comment .comment-list .comment-item:not(:last-child) {
  padding: 0px 20px 20px 0;
  margin-bottom: 50px;
  border-bottom: 2px solid #f7f7f7;
}
.item-blog-detail .blog-text .blog-comment .comment-list .comment-list-children li .comment-item {
  padding: 0px 20px 20px 0;
  margin-bottom: 50px;
  border-bottom: 2px solid #f7f7f7;
}
.item-blog-detail .blog-text .blog-comment .comment-list .comment-list-children {
  margin-left: 70px;
}
.item-blog-detail .blog-text .blog-comment .comment-list .comment-list-children .media {
  margin-top: 0px;
}
.item-blog-detail .blog-text .blog-comment .comment-list .media-left .media-image img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
}
.item-blog-detail .blog-text .blog-comment .comment-list .media-right .pull-left .author {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.item-blog-detail .blog-text .blog-comment .comment-list .media-right .pull-right.time {
  font-style: italic;
  color: #77858e;
  font-size: 0.857em;
}
.item-blog-detail .blog-text .blog-comment .comment-list .media-right .pull-right.time i {
  margin-right: 7px;
}
.item-blog-detail .blog-text .blog-comment .comment-list .media-right .btn.btn-crystal:hover {
  color: #ffdd00;
  background-color: transparent;
  border: 0;
}
.item-blog-detail .blog-text .blog-comment .btn.btn-crystal {
  padding-right: 3px;
  padding-bottom: 0;
}
.item-blog-detail .blog-text .leave-comment .contact-form .form-input {
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  padding-left: 20px;
  background-color: #fafafa;
}
.item-blog-detail .blog-text .leave-comment .contact-form .form-input:nth-child(3) {
  margin-bottom: 30px;
}
.form-group {
  margin-bottom: 30px;
}
.stars-rating {
  line-height: 24px;
  margin-bottom: 0;
}
.stars-rating a.star-1,
.stars-rating a.star-2,
.stars-rating a.star-3,
.stars-rating a.star-4,
.stars-rating a.star-5 {
  width: 2em;
  margin-right: 1em;
  text-indent: -999px;
  display: inline-block;
  border-right: 1px solid #EEE;
  position: relative;
}
.stars-rating a.star-1:before,
.stars-rating a.star-2:before,
.stars-rating a.star-3:before,
.stars-rating a.star-4:before,
.stars-rating a.star-5:before {
  content: "\f006";
  top: 0;
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #ffdd00;
  float: left;
  overflow: hidden;
  text-indent: 0;
}
.stars-rating a.star-1.active:before,
.stars-rating a.star-1:hover:before {
  content: "\f005";
}
.stars-rating a.star-2 {
  width: 3em;
}
.stars-rating a.star-2:before {
  content: "\f006\f006";
}
.stars-rating a.star-2.active:before,
.stars-rating a.star-2:hover:before {
  content: "\f005\f005";
}
.stars-rating a.star-3 {
  width: 4em;
}
.stars-rating a.star-3:before {
  content: "\f006\f006\f006";
}
.stars-rating a.star-3.active:before,
.stars-rating a.star-3:hover:before {
  content: "\f005\f005\f005";
}
.stars-rating a.star-4 {
  width: 5em;
}
.stars-rating a.star-4:before {
  content: "\f006\f006\f006\f006";
}
.stars-rating a.star-4.active:before,
.stars-rating a.star-4:hover:before {
  content: "\f005\f005\f005\f005";
}
.stars-rating a.star-5 {
  width: 6em;
  border-right: 0;
  margin-right: 0;
}
.stars-rating a.star-5:before {
  content: "\f006\f006\f006\f006\f006";
}
.stars-rating a.star-5.active:before,
.stars-rating a.star-5:hover:before {
  content: "\f005\f005\f005\f005\f005";
}
.schedule-block {
  display: table;
  width: 100%;
}
.schedule-block .element {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  background-color: #ffdd00;
  border-right: 1px solid #FFF;
  text-align: center;
  padding: 6px 0;
  font-weight: 500;
}
.schedule-block .element:last-child {
  border-right: 0px;
}
.schedule-block .element .schedule-title {
  margin-bottom: 0px;
  text-transform: uppercase;
}
.wrapper-journey {
  margin: 0 -15px;
}
.wrapper-journey .slick-dots {
  position: static;
}
.wrapper-journey .slick-dots li button {
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  display: block;
}
.wrapper-journey .slick-dots li button:before {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 18px;
  color: #f0f0f0;
  opacity: 1;
}
.wrapper-journey .slick-dots li button:hover {
  border: 1px solid #fd0;
}
.wrapper-journey .slick-dots li button:hover:before {
  color: #fd0;
}
.wrapper-journey .slick-dots li.slick-active button {
  border: 1px solid #fd0;
}
.wrapper-journey .slick-dots li.slick-active button:before {
  color: #fd0;
}
.wrapper-journey .slick-list {
  padding: 10px 0;
}
.wrapper-journey .slick-prev,
.wrapper-journey .slick-next {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 2px solid #b3b3b3;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wrapper-journey .slick-prev:hover,
.wrapper-journey .slick-next:hover {
  opacity: 1;
}
.wrapper-journey .slick-prev:before {
  font-family: FontAwesome;
  opacity: 1;
  content: '\f104';
}
.wrapper-journey .slick-next:before {
  font-family: FontAwesome;
  opacity: 1;
  content: '\f105';
}
.wrapper-journey .slick-prev:before,
.wrapper-journey .slick-next:before {
  color: #b3b3b3;
  font-size: 24px;
  line-height: 30px;
}
.wrapper-journey .feature-item {
  width: 14%;
  display: inline-block;
}
@keyframes hover {
  50% {
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hover-shadow {
  0% {
    -moz-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
  50% {
    -moz-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}
.feature-item {
  vertical-align: middle;
  border: 1px solid #cfcfcf;
  text-align: center;
  padding: 9.5px 0;
  margin: 0 15px;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  -moz-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
}
.feature-item:last-child {
  margin-right: 0px;
}
.feature-item:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition-duration: 0.3s;
  transition-property: transform opacity;
}
.feature-item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.feature-item:hover:before {
  opacity: .4;
  transform: translateY(6px);
}
.feature-item .icon-journey {
  font-size: 26px;
}
.feature-item .text {
  font-size: 16px;
  margin-bottom: 0px;
}
.title-style-3 {
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  margin: 0 0 20px 0;
}
.title-style-3:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6e747c;
  position: absolute;
  left: 0px;
  top: 5px;
}
.overview-block {
  padding-top: 60px;
}
.timeline {
  position: relative;
  padding-top: 10px;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 35px;
  height: 100%;
  width: 2px;
  background: #d7d7d7;
  z-index: -99;
}
.timeline-title {
  line-height: 30px;
}
.timeline-title span {
  background-color: #ffdd00;
  padding: 7px 15px 6px;
}
.timeline-point {
  position: absolute;
  left: -39px;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  border: 3px solid #FFF;
  margin-top: -8px;
}
.timeline-point:before {
  content: "";
  height: 2px;
  width: 80px;
  position: absolute;
  background-color: #d7d7d7;
  left: 16px;
  top: 5px;
  z-index: -9999;
}
.timeline-point i {
  position: absolute;
  top: -1px;
  left: 1px;
  font-size: 15px;
  color: #d7d7d7;
}
.timeline-block {
  position: relative;
}
.timeline-block:last-child .wrapper-timeline-content:after {
  height: 50vh;
}
.timeline-block:last-child .timeline-content {
  margin-bottom: 0px;
}
.timeline-content {
  margin-left: 65px;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}
.wrapper-timeline-content {
  position: relative;
  display: table;
}
.wrapper-timeline-content:before {
  content: "";
  height: 2px;
  width: 80px;
  position: absolute;
  background-color: #d7d7d7;
  left: -3px;
  top: 50%;
  z-index: -9999;
}
.wrapper-timeline-content:after {
  content: "\f10c";
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d7d7d7;
  border: 3px solid #FFF;
  font-size: 15px;
  background-color: #FFF;
  left: -23px;
  top: 46%;
  border-radius: 50%;
}
.timeline-custom-col {
  width: 48%;
  margin-left: 2%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.timeline-custom-col.full {
  width: 98%;
}
.timeline-custom-col:before {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  background-color: #d7d7d7;
  left: -40px;
  top: 50%;
  z-index: -9999;
}
.timeline-custom-col.image-col:before {
  width: 15%;
}
.timeline-location-block {
  padding: 30px 30px 20px 69px;
  position: relative;
  background-color: #fafafa;
  min-height: 250px;
  border-right: 2px solid #FFF;
}
.timeline-location-block .location-name {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  position: relative;
}
.timeline-location-block .location-name .icon-marker {
  position: absolute;
  left: -40px;
  top: -5px;
  border: 1px solid;
  border-radius: 50%;
  padding: 1%;
  width: 32px;
  height: 32px;
}
.timeline-location-block .location-name .icon-marker:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.timeline-location-block .description {
  margin-bottom: 0px;
}
.timeline-image-block {
  border-left: 2px solid #FFF;
  overflow: hidden;
  cursor: pointer;
  height: 250px;
}
.timeline-image-block img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.timeline-image-block:hover img {
  transform: scale(1.23);
}
.wrapper-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.gallery-block {
  background-size: cover;
  padding-bottom: 80px;
}
.gallery-block .grid .grid-sizer {
  width: 1%;
}
.gallery-block .grid .grid-item {
  width: 22%;
}
.gallery-block .grid .gutter-sizer {
  width: 3%;
}
.gallery-block .grid .grid-item {
  margin: 10px 0;
  cursor: pointer;
  overflow: hidden;
}
.gallery-block .grid .grid-item:after {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  left: 0;
}
.gallery-block .grid .grid-item--width2 {
  width: 52%;
}
.gallery-block .grid .grid-item--big {
  width: 66%;
}
.gallery-block .grid .grid-item--medium {
  width: 32%;
}
.gallery-block .grid img {
  width: 100%;
}
.gallery-block .gallery-image .title-hover {
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: -100%;
  transition: all 0s ease;
}
.gallery-block .gallery-image .title-hover .icons {
  position: relative;
  top: 45%;
  font-size: 40px;
}
.list-time {
  margin-bottom: 10px;
}
.list-time .time i {
  margin-right: 5px;
  color: #c6c6c6;
  font-size: 12px;
}
.about-us-wrapper .avatar {
  text-align: center;
}
.about-us-wrapper .avatar p {
  margin-bottom: 0px;
}
.about-us-wrapper .avatar .image-wrapper {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.about-us-wrapper .avatar .image-wrapper .img {
  width: 100%;
  border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.about-us-wrapper .avatar .name {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 10px;
}
.about-us-wrapper .avatar:hover .image-wrapper {
  border-radius: 2%;
  border: 1px solid #fd0;
}
.about-us-wrapper .avatar:hover .image-wrapper .img {
  border-radius: 2%;
}
.about-us-wrapper .contact-list-media {
  margin-top: 30px;
}
.contact-list-media {
  text-align: center;
  overflow: visible;
  cursor: pointer;
}
.contact-list-media .media-left,
.contact-list-media .media-right {
  display: block;
}
.contact-list-media .media-left {
  padding: 0;
  text-align: center;
  padding-bottom: 18px;
}
.contact-list-media .media-right {
  padding-left: 0px;
}
.contact-list-media .icons {
  margin: 0 auto;
  display: block;
  font-size: 30px;
  line-height: 80px;
  width: 80px;
  height: 80px;
  color: #c3c3c3;
  border-radius: 50%;
  border: 1px solid #c3c3c3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact-list-media .icons:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.contact-list-media .text {
  line-height: 18px;
  margin-bottom: 0;
}
.contact-list-media .title {
  margin-bottom: 0px;
  color: #15171b;
  font-size: 16px;
  text-transform: capitalize;
  display: block;
}
.contact-list-media .title:hover {
  color: #ffdd00;
}
.contact-list-media:hover .icons {
  background: #ffdd00;
  color: #555e69;
  border: 1px solid #ffdd00;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.contact-list-media:hover .icons:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
  -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
  animation: sonarEffect 1.3s ease-out 75ms infinite;
}
.special-offer .special-offer-layout .image-wrapper {
  z-index: -9;
}
.special-offer .special-offer-layout:hover .image-wrapper {
  z-index: 3;
}
.timeline-hotel-view:before {
  left: 50px;
  height: 90%;
}
.timeline-hotel-view .timeline-block {
  padding-bottom: 50px;
}
.timeline-hotel-view .timeline-block:last-child .timeline-point:after {
  content: "";
  width: 10px;
  height: 300vh;
  background-color: #FFF;
  position: absolute;
  left: 1px;
  z-index: -1;
}
.timeline-hotel-view .timeline-title {
  display: inline-block;
  vertical-align: top;
  position: absolute;
}
.timeline-hotel-view .timeline-point {
  left: 41px;
  top: 214px;
}
.timeline-hotel-view .timeline-point:before {
  content: "";
  height: 2px;
  width: 200px;
  position: absolute;
  background-color: #d7d7d7;
  left: 0;
  top: 5px;
  z-index: -9999;
}
.timeline-hotel-view .timeline-content {
  width: 90%;
  margin: 0 0 0 10%;
  display: inline-block;
}
.timeline-hotel-view .timeline-content > .row {
  margin: 0px;
}
.timeline-hotel-view .timeline-custom-col {
  width: 57%;
  margin-left: 5%;
  float: left;
}
.timeline-hotel-view .timeline-custom-col:before {
  width: 0;
}
.timeline-hotel-view .timeline-custom-col.image-col:before {
  top: 223px;
  left: -90px;
  width: 35%;
}
.timeline-hotel-view .timeline-custom-col.hotels-layout {
  width: 33%;
  padding: 0;
}
.timeline-hotel-view .timeline-custom-col.full {
  width: 95%;
  padding-right: 0;
}
.timeline-hotel-view .hotels-layout:hover {
  background-color: #fafafa;
}
.timeline-hotel-view .hotels-layout .content-wrapper {
  background-color: #fafafa;
}
.timeline-hotel-view .hotels-layout .content-wrapper .content {
  padding: 30px 70px 30px 25px;
  text-align: left;
}
.timeline-hotel-view .hotels-layout .content-wrapper .content .text {
  min-height: 96px;
}
.timeline-hotel-view .hotels-layout .content-wrapper .list-info {
  border-collapse: initial;
}
.image-hotel-view-block {
  overflow: hidden;
  background-color: #FFF;
}
.image-hotel-view-block .slider-for {
  margin-bottom: 5px;
}
.image-hotel-view-block .slider-for img {
  width: 100%;
}
.image-hotel-view-block .slider-nav {
  margin-left: -2px;
}
.image-hotel-view-block .slider-nav .slick-slide {
  padding: 0px 2.5px;
  opacity: 0.4;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.image-hotel-view-block .slider-nav .slick-slide.slick-current {
  opacity: 1;
}
.image-hotel-view-block .slider-nav .slick-dots {
  bottom: -30px;
}
.image-hotel-view-block .slider-nav .item img {
  width: 100%;
}
.image-hotel-view-block .slider-nav .item:hover {
  cursor: pointer;
}
.timeline-book-block {
  clear: both;
  overflow: hidden;
  height: 0;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.timeline-book-block.book-tour {
  margin-top: 10px;
}
.timeline-book-block.show-book-block {
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  height: auto;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  padding-top: 10px;
}
.timeline-book-block .title-widgets {
  margin-bottom: 0px;
}
.timeline-book-block .text-input {
  margin-top: 0px;
}
.timeline-book-block .find-widget {
  padding: 30px 15px;
}
.timeline-book-block .find-widget .input-daterange {
  width: 50%;
  float: left;
}
.timeline-book-block .find-widget .input-daterange .text-box-wrapper {
  width: 50%;
}
.timeline-book-block .find-widget .count {
  float: left;
}
.timeline-book-block .find-widget .text-box-wrapper {
  width: 25%;
  padding: 0 15px;
}
.timeline-book-block .find-widget .place {
  width: 100%;
}
.timeline-book-block .find-widget .note {
  width: 100%;
}
.timeline-book-block .find-widget .note .input-group {
  padding-right: 10px;
}
.timeline-book-block .find-widget .note .tb-input {
  height: auto;
  margin-right: 5px;
}
.timeline-book-block .btn-slide {
  margin-top: 20px;
}
.map-block {
  padding-top: 20px;
  position: relative;
}
.map-block .map-info {
  position: absolute;
  z-index: 1;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  padding: 70px 10px 0;
  text-align: center;
  background-color: rgba(13, 27, 32, 0.8);
  color: #FFF;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.75);
}
.map-block .map-info p {
  margin-bottom: 0px;
}
.map-block .map-info p .fa {
  margin-right: 3px;
}
.map-block .map-info p.mail a {
  color: #FFF;
}
.map-block .map-info p.mail .fa {
  margin-right: 5px;
}
.map-block .map-info p.mail:hover a {
  color: #ffdd00;
}
.map-block .map-info .title-style-2 {
  color: #FFF;
  margin-bottom: 35px;
}
.map-block .map-info .title-style-2:after {
  bottom: -20px;
  left: 33%;
  width: 54px;
  height: 2px;
}
.map-block .map-info .footer-block {
  background-color: #ffdd00;
  padding: 7.5% 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.map-block .map-info .footer-block .btn-open-map:hover {
  background-color: #FFF;
  border: 1px solid #ffdd00;
  color: #000;
}
.map-block .map-info .btn-open-map {
  width: 100px;
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #fff;
  text-transform: none;
  padding: 6px 10px;
}
.map-block #googleMap {
  width: 100%;
  height: 500px;
  pointer-events: none;
}
.list-continents {
  width: 100%;
  margin: 0 0 70px 0;
  text-align: center;
  display: inline-flex;
}
.list-continents .list-continent-wrapper {
  padding: 0;
  width: 20%;
  display: inline-block;
}
.list-continent-wrapper .continent {
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 60%;
  color: #959595;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.list-continent-wrapper .continent:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ffdd00;
  border: 1px solid #ffdd00;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.list-continent-wrapper .continent:after {
  position: absolute;
  content: "";
  width: 180px;
  height: 1px;
  left: 100%;
  top: 50%;
  border-top: 1px dashed #e9e9e9;
  z-index: -1;
}
.list-continent-wrapper .continent .icons {
  display: block;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.list-continent-wrapper .continent .text {
  display: block;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
.list-continent-wrapper .continent:hover {
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.list-continent-wrapper .continent:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.list-continent-wrapper:last-child .continent:after {
  display: none;
}
.mozilla11 .list-continent-wrapper .continent:before,
.mozilla10 .list-continent-wrapper .continent:before {
  min-height: 100px;
}
.mozilla11 .list-continent-wrapper .continent:after,
.mozilla10 .list-continent-wrapper .continent:after {
  top: 50px;
}
.tour-result-main .tours-list .tours-layout {
  margin-bottom: 30px;
}
.tour-result-main .tours-list .tours-layout .content-wrapper {
  background-color: #fafafa;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.tour-result-main .tours-list .tours-layout:hover .content-wrapper {
  background-color: #fff;
}
.tour-result-main .tours-list .col-sm-6:nth-last-child(-n+2) .tours-layout {
  margin-bottom: 0;
}
.special-offer {
  margin-bottom: -30px;
}
.special-offer-list {
  margin: 0 -15px;
}
.special-offer-list .special-offer-layout {
  margin: 0 15px;
}
.special-offer-list .slick-track {
  padding: 30px 0;
}
.special-offer-list .slick-prev,
.special-offer-list .slick-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #b3b3b3;
  opacity: 0.3;
  color: #fafafa;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.special-offer-list .slick-prev:before,
.special-offer-list .slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 36px;
  color: #b3b3b3;
}
.special-offer-list .slick-prev:hover,
.special-offer-list .slick-next:hover {
  opacity: 1;
}
.special-offer-list .slick-prev {
  left: -50px;
}
.special-offer-list .slick-prev:before {
  content: '\f177';
}
.special-offer-list .slick-next {
  right: -50px;
}
.special-offer-list .slick-next:before {
  content: '\f178';
}
.special-offer-list .slick-dots {
  position: absolute;
  bottom: -30px;
}
.special-offer-list .slick-dots li button {
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  display: block;
}
.special-offer-list .slick-dots li button:before {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 18px;
  color: #f0f0f0;
  opacity: 1;
}
.special-offer-list .slick-dots li button:hover {
  border: 1px solid #ffdd00;
}
.special-offer-list .slick-dots li button:hover:before {
  color: #ffdd00;
}
.special-offer-list .slick-dots li.slick-active button {
  border: 1px solid #ffdd00;
}
.special-offer-list .slick-dots li.slick-active button:before {
  color: #ffdd00;
}
.hotel-result-main .hotel-list .hotels-layout {
  margin-bottom: 30px;
}
.hotel-result-main .hotel-list .hotels-layout .content-wrapper {
  background-color: #fafafa;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.hotel-result-main .hotel-list .hotels-layout:hover .content-wrapper {
  background-color: #fff;
}
.hotel-result-main .hotel-list .col-sm-12:last-child .hotels-layout {
  margin-bottom: 0;
}
.cruises-result-main .cruises-list .cruises-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cruises-result-main .cruises-list .cruises-layout .content-wrapper {
  background-color: #fafafa;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.cruises-result-main .cruises-list .cruises-layout:hover .content-wrapper {
  background-color: #fff;
}
.cruises-result-main .cruises-list .col-sm-6:nth-last-child(-n+2) .cruises-layout {
  margin-bottom: 0;
}
.car-rent-result-main .car-rent-list .car-rent-layout {
  margin-bottom: 30px;
}
.car-rent-result-main .car-rent-list .car-rent-layout .content-wrapper {
  background-color: #fafafa;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.car-rent-result-main .car-rent-list .car-rent-layout:hover .content-wrapper {
  background-color: #fff;
}
.car-rent-result-main .car-rent-list .col-sm-12:last-child .car-rent-layout {
  margin-bottom: 0;
}
.page-our-values {
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.our-wrapper {
  margin-bottom: 40px;
  float: left;
}
.our-wrapper:last-child {
  margin-bottom: 0;
}
.our-content .our-icon {
  font-size: 40px;
  color: #ffdd00;
  margin-bottom: 15px;
  display: block;
  line-height: 1;
}
.our-content .our-title {
  font-size: 16px;
}
.our-content .text {
  color: #cdd1d6;
  margin-bottom: 0;
  font-weight: 300;
}
.our-expert {
  position: relative;
  background-repeat: repeat;
  background-position: bottom;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
}
.wrapper-expert {
  margin-bottom: 50px;
}
.wrapper-expert .content-expert {
  margin: 0 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.wrapper-expert .content-expert:nth-child(even) {
  margin-top: 40px;
}
.wrapper-expert .content-expert:hover .caption-expert {
  left: 0;
}
.wrapper-expert .content-expert:hover .img-expert:before {
  opacity: 0;
}
.wrapper-expert .content-expert .img-expert {
  position: relative;
  width: 100%;
  display: block;
}
.wrapper-expert .content-expert .img-expert:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.wrapper-expert .caption-expert {
  background-color: #ffdd00;
  width: 100%;
  border-left: 3px solid #3c3c3c;
  color: #585858;
  left: -100%;
  padding: 15px 0 20px 0;
  position: absolute;
  bottom: 0;
  min-height: 110px;
  z-index: 5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.wrapper-expert .caption-expert .title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  color: #585858;
}
.wrapper-expert .caption-expert .title:hover {
  color: #000;
}
.wrapper-expert .caption-expert .text {
  margin-bottom: 10px;
}
.wrapper-expert .caption-expert .social {
  margin-bottom: 0;
  line-height: 1;
}
.wrapper-expert .caption-expert .social-expert {
  margin-right: 5px;
}
.wrapper-expert .caption-expert .social-expert:hover .expert-icon {
  opacity: 1;
}
.wrapper-expert .caption-expert .expert-icon {
  color: #3c3c3c;
  font-size: 15px;
  opacity: 0.4;
  font-weight: 600;
}
.wrapper-expert .slick-prev,
.wrapper-expert .slick-next {
  display: none !important;
}
.about-tours {
  background-repeat: repeat;
  position: relative;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
}
.about-tours {
  position: relative;
  background-repeat: repeat;
  background-position: top;
  background-size: cover;
  -webkit-background-size: cover;
}
.about-tours:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.wrapper-tours {
  position: relative;
  float: left;
  width: 100%;
}
.wrapper-tours .content-icon-tours {
  float: left;
  width: 100%;
}
.content-tours {
  color: #fff;
  display: inline-block;
  width: 20%;
  text-align: center;
  float: left;
  position: relative;
}
.content-tours:nth-child(5) .wrapper-icon-thin:before {
  width: 0;
}
.content-tours .tours-title {
  font-size: 24px;
}
.content-tours .icon {
  font-size: 35px;
  line-height: 35px;
  display: initial;
  margin-bottom: 5px;
}
.content-tours:last-child .wrapper-icon-thin:before {
  height: 0;
  width: 0;
}
.content-tours .wrapper-icon-thin {
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
  line-height: 1;
}
.content-tours .wrapper-icon-thin:before {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #515151;
  width: 220px;
  right: -109px;
  top: 7px;
  pointer-events: none;
}
.content-tours .wrapper-icon-thin .icon-thin {
  font-size: 10px;
  color: #515151;
  font-weight: 900;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.content-tours .tours-title {
  font-size: 24px;
  margin-bottom: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.content-tours .wrapper-thin:hover .icon-thin {
  color: #ffdd00;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.content-tours .wrapper-thin:hover .tours-title {
  color: #ffdd00;
}
.wrapper-banner {
  overflow: hidden;
  margin-bottom: 0;
}
.wrapper-banner .content-banner {
  float: left;
  border-right: 1px solid #f2f2f2;
}
.wrapper-banner .content-banner:last-child {
  border-right: 0;
}
.wrapper-banner .img-banner {
  float: left;
  border-bottom: 1px solid #f2f2f2;
  opacity: 0.5;
  padding-bottom: 10px;
  transition: all 0.3s;
}
.wrapper-banner .img-banner:hover {
  opacity: 1;
}
.wrapper-banner .img-banner:last-child {
  border-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}
.wrapper-organization {
  margin-bottom: 0;
}
.wrapper-organization .md-organization:nth-child(2) {
  text-align: center;
}
.wrapper-organization .md-organization:nth-child(3) {
  text-align: right;
}
.content-organization {
  display: inline-block;
  padding: 0 5px;
  position: relative;
}
.content-organization:hover .wrapper-img {
  border-radius: 2%;
  border: 1px solid #ffdd00;
}
.content-organization:hover .wrapper-img .img {
  border-radius: 2%;
}
.content-organization .main-organization {
  text-align: center;
  position: relative;
}
.content-organization .wrapper-img {
  width: 170px;
  height: 170px;
  margin: 0 auto 30px;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.content-organization .wrapper-img .img {
  width: 100%;
  border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.content-organization .organization-title {
  font-size: 15px;
}
.content-organization .organization-title .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #5d5d5d;
}
.content-organization .organization-title .title:hover {
  color: #ffdd00;
}
.content-organization .organization-title .text {
  color: #7f7e7e;
  margin-bottom: 20px;
}
.content-organization .content-widget {
  color: #737a83;
}
.content-organization .content-widget .icons {
  padding-right: 5px;
  display: table-cell;
}
.content-organization .content-widget .link {
  color: #737a83;
  display: inherit;
}
.content-organization .content-widget .link:hover {
  color: #ffdd00;
}
.content-organization .main-list {
  display: table;
  margin: 0 auto;
}
.page-contact-form .wrapper-form-images {
  display: inline-block;
  float: right;
}
.page-contact-form .contact-box {
  position: relative;
  z-index: 1;
  padding: 50px 40px;
}
.page-contact-form .contact-wrapper {
  position: absolute;
  padding: 53px 0;
  width: 33%;
  z-index: 2;
}
.page-contact-form .contact-form .form-input::placeholder {
  font-style: italic;
}
.page-contact-map {
  position: relative;
  width: 100%;
  display: table;
}
.page-contact-map .map-block {
  display: table-cell;
  vertical-align: middle;
  padding-top: 0;
}
.page-contact-map .map-block #googleMap {
  height: 520px;
}
.page-contact-map .map-block .wrapper-info {
  width: 100%;
  height: 520px;
  position: absolute;
  z-index: 1;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: repeat;
}
.page-contact-map .map-block .map-info {
  background-color: rgba(13, 27, 32, 0.8);
}
.homepage-02 h1.banner {
  font-weight: 900;
  font-size: 5.14rem;
  line-height: 5.14rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 120px;
  margin-bottom: 10px;
}
.homepage-02 h4.sub-banner {
  font-weight: 500;
  font-size: 1.14rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 50px;
}
.homepage-03 h1.banner {
  font-weight: bold;
  font-size: 4.29rem;
  line-height: 4.29rem;
  color: #5f7481;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 0;
}
.homepage-03 h4.sub-banner {
  font-weight: normal;
  font-size: 1.14rem;
  line-height: 1.14rem;
  color: #526673;
  letter-spacing: 5px;
  margin-top: 10px;
  margin-bottom: 80px;
}
.flight-result-main .date-selection .btn-wrapper {
  text-align: center;
}
.flight-result-main .date-selection .btn-wrapper .btn-select {
  display: inline-block;
  margin: 30px 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.flight-result-main .date-selection .btn-wrapper .btn-select:hover {
  color: #ffdd00;
  border-color: #ffdd00;
}
.flight-result-main .date-selection .col-md-10 {
  text-align: justify;
  margin-bottom: -20px;
  padding: 0;
}
.result-meta {
  margin-bottom: 30px;
}
.result-meta .result-count-wrapper {
  text-align: center;
  background-color: #fafafa;
  height: 60px;
  line-height: 60px;
}
.result-meta .result-count-wrapper .result-count {
  font-weight: bold;
  font-size: 1.29rem;
}
.result-meta .result-filter-wrapper {
  height: 60px;
  line-height: 60px;
  background-color: #fafafa;
}
.result-meta .result-filter-wrapper .result-filter-label {
  margin-bottom: 0;
  margin-left: 30px;
  font-weight: normal;
}
.result-meta .result-filter-wrapper .selection-bar {
  float: right;
  margin-right: 30px;
  line-height: 1;
}
.result-meta .result-filter-wrapper .selection-bar .select-wrapper {
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
  padding: 15px 0;
  position: relative;
  color: #6e747c;
  font-size: 13px;
  width: 140px;
}
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder {
  position: relative;
  z-index: 11;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  height: 30px;
  border: 1px solid #c7c7c7;
  border-radius: 5em;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  padding-left: 1em;
  padding-right: 2.5em;
  box-shadow: none;
}
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbDisabled,
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbSelector,
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbToggle,
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder a {
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbDisabled {
  border-bottom: none;
}
.result-meta .result-filter-wrapper .selection-bar .select-wrapper.price {
  width: 160px;
}
.result-meta .result-filter-wrapper .selection-bar:after {
  display: table;
  content: '';
  clear: both;
}
.result-wrapper .slick-prev,
.result-wrapper .slick-next {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  color: #e5e5e5;
  -moz-border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 30px 0;
}
.result-wrapper .slick-prev:before {
  content: "\f177";
}
.result-wrapper .slick-next:before {
  content: "\f178";
}
.result-wrapper .slick-prev:before,
.result-wrapper .slick-next:before {
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 36px;
  color: #b3b3b3;
}
.result-wrapper .slick-prev {
  left: -65px;
  top: 20px;
}
.result-wrapper .slick-next {
  right: -65px;
  top: 20px;
}
.blog-post {
  margin-bottom: 40px;
}
.blog-post:last-child {
  margin-bottom: 0;
}
.blog-post:hover .blog-content {
  background-color: #fff;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.09);
}
.blog-post:hover .blog-image .link img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.blog-post:hover .blog-video .video-bg img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.blog-post .blog-image {
  overflow: hidden;
}
.blog-post .blog-image .link {
  display: block;
}
.blog-post .blog-image img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.blog-post .blog-video .video-bg {
  overflow: hidden;
}
.blog-post .blog-video .video-bg img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.blog-post .blog-video .show-video {
  opacity: 1 !important;
  visibility: visible !important;
}
.blog-post .blog-content {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding: 20px 0;
  background-color: #fafafa;
}
.blog-post .blog-content .content-wrapper {
  padding-left: 0;
}
.blog-post .blog-content:before {
  content: ' ';
  display: table;
}
.blog-post .blog-content .date {
  text-align: center;
  color: #3c3c3c;
}
.blog-post .blog-content .date .day {
  margin: 0;
  font-size: 2.86rem;
  font-weight: 500;
  line-height: 2.86rem;
}
.blog-post .blog-content .date .month {
  font-size: 1.43rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.blog-post .blog-content .date .year {
  font-size: 1.14rem;
}
.blog-post .blog-content .heading {
  color: #3c3c3c;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.43rem;
  display: block;
  line-height: 2rem;
}
.blog-post .blog-content .heading:hover {
  color: #ffdd00;
}
.blog-post .blog-content .meta-info {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: normal;
}
.blog-post .blog-content .preview {
  color: #737a83;
  margin-bottom: 10px;
}
.blog-post .blog-content .quote-wrapper {
  position: relative;
  border-left: none;
  padding: 0 0 0 60px;
}
.blog-post .blog-content .quote-wrapper:before {
  content: '\f10d';
  position: absolute;
  left: 0;
  color: #dadada;
  font-size: 2.14rem;
}
.blog-post .blog-content .quote-wrapper .quote {
  color: #3c3c3c;
  font-size: 1.43rem;
  display: block;
  margin-bottom: 10px;
  line-height: 2rem;
}
.blog-post .blog-content .quote-wrapper .quote:hover {
  color: #ffdd00;
}
.blog-post .blog-content .quote-wrapper footer:before {
  content: none;
}
.blog-post .blog-content .quote-wrapper .author {
  color: #3c3c3c;
  font-weight: bold;
  margin-right: 10px;
}
.blog-post .blog-content .quote-wrapper .company {
  color: #81878f;
  font-size: .86rem;
}
.blog-post .blog-content:after {
  content: ' ';
  display: table;
  clear: both;
}
.datepicker {
  z-index: 100 !important;
}
.datepicker .table-condensed {
  table-layout: fixed;
}
.datepicker thead {
  border-bottom: 1px solid #d8dce2;
}
.datepicker thead .dow {
  text-transform: uppercase;
  color: #77858e;
  width: calc(14.28571429%);
  width: -webkit-(14.28571429%);
}
.datepicker thead .datepicker-switch {
  color: #727272;
  font-size: 1.29rem;
  font-weight: 500;
  cursor: default;
}
.datepicker thead .datepicker-switch:hover {
  background-color: transparent;
}
.datepicker thead .next,
.datepicker thead .prev {
  position: relative;
  color: transparent;
}
.datepicker thead .next:hover,
.datepicker thead .prev:hover {
  background-color: transparent;
}
.datepicker thead .next:hover:before,
.datepicker thead .prev:hover:before {
  background-color: #ffdd00;
}
.datepicker thead .next:before,
.datepicker thead .prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  background-color: #e9ebef;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.datepicker thead .prev:before {
  content: '\f104';
  right: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}
.datepicker thead .next:before {
  content: '\f105';
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.datepicker tbody tr {
  line-height: 30px;
}
.datepicker tbody td.day {
  position: relative;
  color: #77858e;
}
.datepicker tbody td.day.new,
.datepicker tbody td.day.old {
  color: #dadada;
}
.datepicker tbody td.day:hover {
  background: none !important;
}
.datepicker tbody td.day:hover:before {
  background-color: #efefef;
}
.datepicker tbody td.day:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transform: translate(-50%, -52%);
  -webkit-transform: translate(-50%, -52%);
  -moz-transform: translate(-50%, -52%);
  -ms-transform: translate(-50%, -52%);
  -o-transform: translate(-50%, -52%);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.datepicker tbody td.day.active,
.datepicker tbody td.day.range,
.datepicker tbody td.day.range-end,
.datepicker tbody td.day.range-start {
  background-color: transparent !important;
  background-image: none !important;
  text-shadow: none !important;
  color: #fff;
}
.datepicker tbody td.day.active:before,
.datepicker tbody td.day.range-end:before,
.datepicker tbody td.day.range-start:before {
  background-color: #ffdd00;
}
.datepicker tbody td.day.range:before {
  background-color: #eee;
}
.sbHolder .sbToggle {
  background-position: 0 -45px;
}
.sbHolder .sbOptions {
  background-color: #fafafa;
}
.title-style-2 span {
  color: #ffdd00;
}
.content-wrapper .content .title {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0;
}
.content-wrapper .content .group-btn-tours {
    margin-bottom: 10px;
}

.imgl {
    width: 44%;
    float: left;
    text-align: center;
    border: solid 1px #dbdbdb;
    padding: 1%;
    margin: 1%;    line-height: 20px;
    background-color: #f1f1f1;
}
.imgr {
    width: 44%;
    float: right;
    text-align: center;
    border: solid 1px #dbdbdb;
    padding: 1%;    line-height: 20px;
    margin: 1%;
    background-color: #f1f1f1;
}
.img-box {
    overflow: hidden;
}
.img-one {
    width: 96%;    line-height: 20px;
    padding: 1%;
    margin: 1%;
    border: solid 1px #dbdbdb;
    text-align: center;
    background-color: #f1f1f1;
}
.img-two {
    width: 47%;
    float: left;    line-height: 20px;
    padding: 1%;
    margin: 1%;
    text-align: center;
    border: solid 1px #dbdbdb;
    background-color: #f1f1f1;
}
.img-three {
    width: 30.8%;    line-height: 20px;
    float: left;
    padding: 1%;
    margin: 1%;
    text-align: center;
    border: solid 1px #dbdbdb;
    background-color: #f1f1f1;
}
.imgl img, .imgr img, .img-one img, .img-two img, .img-three img { 
    width:100%;
    padding: 0;
        margin: 0 0 4px 0;
} 
@media only screen and (min-width: 220px) and (max-width: 479px){ 
   .imgl, .imgr, .img-one, .img-two, .img-three {width:98%;}
}
table {border-spacing:0;
       width: 100%;
margin: 10px 0 10px 0;
border-top-width: 1px;
border-left-width: 1px;
border-top: #dee0e0 1px solid;
border-left: #dee0e0 1px solid;
}

table td, table th {
	border-right: #dee0e0 1px solid;
	border-bottom: #dee0e0 1px solid;
	text-align: center;
}

table th {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

 table td {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

table tr:nth-child(2n) {
    background: #f5f5f5;
}
caption {
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
border-left: solid 1px #dbdbdb;
border-right: solid 1px #dbdbdb;
border-top: solid 3px #337ab7;
}
.image-wrapper a img {width:100%;}
p.pro-tit {
    font-weight: bold;
    margin-bottom: -5px;
}
table img {width:100%;}
#request {
float: left;
margin-top: 16px;
}
#request #bg {
color: #FFF;
background-color: #337ab7;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
width: 98%;
display: table;
}
#request #req {
width: 98%;
margin-top: 15px;
}
#request #req #reql {
float: left;
margin-right: 10px;
margin-left: 5px;
background-image:url(../../images/logo1.jpg);
background-repeat: no-repeat;
height: 50px;
width: 80px;
}
#request #req #reqr {
border-left-width: 1px;
border-left-style: solid;
border-left-color: #000;
padding-left: 10px;
margin-left: 90px;
height: 45px;
}
#contactform {
margin: 0;
padding: 5px 10px;
float: left;
}
#contactform ol {
margin: 0;
padding: 0;
list-style: none;
}
#contactform li {
margin: 0;
padding: 0;
background: none;
border: none;
display: block;
float: left;
width: 100%;
}
#contactform label {
text-align: right;
margin: 0 10px 0 0;
width: 100px;
display: block;
padding: 5px 0;
font: normal 11px Tahoma, Geneva, sans-serif;
color: #6e6e6e;
float: left;
}
#contactform label span {
font: normal 10px Arial, Helvetica, sans-serif;
}
#contactform input.text {
padding:3px 2px;
width: 380px;
border: 1px solid #c5c5c5;
margin: 2px 0;
background: #fff;
float: left;
}
#contactform textarea {
width: 380px;
border: 1px solid #c5c5c5;
margin: 2px 0;
padding: 3px 2px;
background: #fff;
float: left;font-family: inherit;}
#mycode {
float: left;
}
#imgcode {
float: left;
}
#contactform li.buttons {
margin: 5px 0 5px 0;
}
#contactform li.buttons input {
      padding: 3px 0;
    margin: 0 0 0 112px;
    border: solid 1px #dbdbdb;
    background-color: #f1f1f1;
    border-radius: 6px;
    text-align: center;
    width: 110px;
    height: 26px;
    cursor: pointer;
    vertical-align: middle;
    line-height: 18px;
}
#lp {margin-top:5px;}
#contactform * { color:#6e6e6e;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}



@media only screen and (min-width: 480px) and (max-width: 767px){

#contactform label {
text-align: left;
width: 100%;}
#contactform input.text {
width: 100%;}
#contactform textarea {
width: 100%;}
#imgcode {
margin-right: 0 !important;
}
	
}

@media only screen and (min-width: 220px) and (max-width: 479px){ 

	#contactform label {
text-align: left !important; width:100% !important; }
	#contactform li.buttons input { margin:0 !important;}
	#contactform input.text {width:inherit !important;}
	#contactform textarea {width:inherit !important;}
	#request #req #reql {margin-left:0 !important; width:0 !important; margin-right:0 !important;}
	#request #req #reqr {border-left-width: 0 !important;padding-left: 0 !important;margin-left:0 !important;}

}
.td--img {
   width: 220px;
 min-width: 100px;
    padding: 0;
    margin: 0;
    text-align: center;
}
.td--img img {max-width: 100%;}

@media (max-width: 575px){
.td--img {
   width: 110px;
 min-width: 100px;
    padding: 0;
    margin: 0;
    text-align: center;
}
}
/*404*/
.error-page {
       padding-top: 30px;
    padding-bottom: 80px;
    overflow: hidden;
}
.error-page-left { float:left; width:50%; padding-left:80px;}
/* cyrillic-ext */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v12/RFda8w1V0eDZheqfcyQ4EK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v12/RFda8w1V0eDZheqfcyQ4EJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v12/RFda8w1V0eDZheqfcyQ4ED0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v12/RFda8w1V0eDZheqfcyQ4EOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
.error-page-right {float:left; width:50%;}
p.error-page-p1 {
        font-family: 'Merriweather';
    font-size: 30px;
    line-height: 55px;
    color: #792030;
    margin-bottom: 18px;
    margin-top: 80px; 
}
p.error-page-p1 span {    text-transform: uppercase;background-position:center bottom; padding-bottom:14px;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 7px;}
 p.error-page-p2 {
      text-transform: uppercase;
    background: url(../../img/button.png) no-repeat;
    background-position: right 5px;
    font-family: Arial;
    font-size: 17px;
    color: #333;
    font-weight: bold;
    margin-bottom: -5px;
    float: left;
    padding-right: 15px;
}
 p.error-page-p2 a, p.error-page-p3 a {color:#333;}
  p.error-page-p2 a:hover, p.error-page-p3 a:hover {text-decoration:none;} p.error-page-p3 {margin-top:0; float:left; width:100%; color:#666;}
.footer-contact{
	z-index:2;
	bottom:0;
	left:0;
	width:100%;
	height:45px;
	text-align:center;
	padding:0;
	overflow:hidden;
	background-color: #1998FF;
	background-position: 0 0;
	position: fixed;
}
.footer-contact ul{ display:-webkit-box;padding-left: 0; margin-top: 0; margin-left:0;}
.footer-contact ul li{ display:-webkit-box; -webkit-box-flex:1; text-align:center; border-right:1px solid rgba(255,255,255,0.2);  }
.footer-contact ul li a{ display:block; width:100%; text-align:center; color:#fff; height: 45px; }
.footer-contact .icon{
	display:block;
	margin:0px auto 6px;
	position:relative;
	top:3px;
	width:30px;
	height:20px;
	overflow:hidden;
	background-size:150px;
	background-position:-3px 0px;
	background-image: url(/app/images/footer.png);
	background-repeat: no-repeat;
}
.footer-contact .map{ background-position:-83px 0px;}
.footer-contact .message{ background-position:-45px 0px;}
.footer-contact .home{ background-position:-118px 0px;}
.footer-contact .txt{ height:16px; line-height:16px; font-size:12px;}
.powered_by_metinfo a{ color:#666;}
.footer-contact {
display: none;
}
p.tec-tit {
    font-weight: bold;
    margin-top: 0; margin-bottom:-5px;
}
p.app-tit {
    font-weight: bold;
    margin-bottom: -5px;
}
.aaa {
	text-align: right;
margin-right: 20px;
margin-top: 10px;
width: 96%;
padding: 0px 20px 20px 5px;
float: right;
}
.aaa .page-num {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
#bbb {
	margin-top: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
.page-num a{
	background-color: #FFF;
	color: #337ab7;
	margin: 5px;
	border: 1px #dbdbdb solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.page-num strong {
	background-color: #337ab7;
	margin: 5px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.wrapper-content {
    color: #333;
}
li.current1 a { color:#ffdd00 !important;}
footer ul.list-unstyled li a {color:#ffdd00;}
header {
        background-color: #333; }
.breadcrumb>.active:before {
    content: "\f015";
    font-family: fontawesome;
    font-size: 21px;
    margin-right: 5px;
    vertical-align: bottom;    line-height: 1.8;
}
.video-wrapper.padding-top.padding-bottom ul { padding-left:0; text-align:left;}
.video-wrapper.padding-top.padding-bottom ul li {list-style-type:none;margin-bottom:5px;}
.video-wrapper.padding-top.padding-bottom ul li a {    color: #434A54;}
.video-wrapper.padding-top.padding-bottom ul li a:before {
	content: "\f192";   font-family: fontawesome;   margin-right: 5px;
}
.content-widget ul.widget-list li a {
    color: #333;
}
.content-widget ul.widget-list li a:hover {
    color: #337ab7;
}
li.selected a {  color: #337ab7 !important; font-weight:bold;}
 .img-box .img-caption h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    line-height: 22px;
    margin-bottom: 10px;
}
 .img-box .img-caption {
       position: absolute;
    bottom: 0;
    width: 90%;
    background: rgba(239,166,0,.9);
    padding: 15px 15px 10px;
}
.img-box a img {width:100%;}
p + ul, P + ol { margin-top:-6px;}
.rev-con {
    color: #000;
    margin-top: -13px;
    font-style: italic;
    letter-spacing: 1px;
    margin-right: 20px;
}
@media only screen and (min-width: 220px) and (max-width: 479px){ 
footer { margin-bottom:45px;}
.footer-contact { display: block !important; }
table, table td, table th, table caption {font-size:8px;}
table th, table td {padding-left:0; padding-right:0;}
.row { margin-left:0; margin-right:0;}
footer .col-2 .col-md-4.col-xs-4 {   width: 100%;}
.video-thumbnail .video-bg { position:inherit;}
footer .col-md-3.col-xs-6 { margin-bottom: 20px;}
.page-title-wrapper .breadcrumb { padding:10px 0;}
.cruises-list .col-sm-3.col-xs-6 {  width: 100%;}
.padding-top { padding-top:30px !important;}
.padding-bottom {padding-bottom:30px !important;}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
footer { margin-bottom:45px;}
.footer-contact {    display: block !important;}
.col-md-3.sidebar-widget .col-2 .col-1 { width:100% !important;}
table th, table td {padding-left:0; padding-right:0;}
.main-right .cruises-list .col-xs-6 { width:50% !important;}
.row { margin-left:0; margin-right:0;}
.video-thumbnail .video-bg { position:inherit;}
.padding-top { padding-top:30px !important;}
.padding-bottom {padding-bottom:30px !important;}
footer .col-2 .col-md-4.col-xs-4 {   width: 50%;}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
footer { margin-bottom:45px;}
.footer-contact {    display: block !important;}
.row { margin-left:0; margin-right:0;}
.video-thumbnail .video-bg { position:inherit;}
.video-thumbnail .video-bg img {width:inherit;}
.videos.layout-1 .video-thumbnail { bottom:-20px !important;}
.videos .video-thumbnail {-webkit-box-shadow:none; box-shadow:none;}
.hotels-wrapper .hotels-list .col-sm-6 {width:50% !important; float:left !important;}
.hotels-wrapper .hotels-list .col-sm-6 .hotels-layout { background-color: #fff;}
.travelers .traveler-list {top:30px !important;}
.page-banner { height:400px;  top: -252px !important;  margin-bottom: -252px !important;}
.col-md-3.sidebar-widget .col-2 .col-1 { width:100% !important;}
footer .col-2 .col-md-4.col-xs-4 {   width: 50%;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
.row { margin-left:0; margin-right:0;}
.navigation .nav-links .main-menu { margin:0 19px;}
}

.table{
  display: block;
  width: 100%;
  margin: 15px auto;
  text-align: center;
  border: none;
  overflow-y: auto;
}

.table table{
  width: 100%;
  min-width: 320px;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  border-top:solid 1px #999;

}

.table td, .table th {
  padding: 6px;
}

.table caption, .table tfoot td {
  padding: 10px 15px;
}

.nowrap,
.nowrap th,
.nowrap td,
.nowrap-th th,
.nowrap-1>tr>td:nth-child(1), .nowrap-1>tr>th:nth-child(1)
.nowrap-2>tr>td:nth-child(2), .nowrap-2>tr>th:nth-child(2)
.nowrap-3>tr>td:nth-child(3), .nowrap-3>tr>th:nth-child(3)
.nowrap-4>tr>td:nth-child(4), .nowrap-4>tr>th:nth-child(4)
.nowrap-5>tr>td:nth-child(5), .nowrap-5>tr>th:nth-child(5)
.nowrap-6>tr>td:nth-child(6), .nowrap-6>tr>th:nth-child(6)
.nowrap-7>tr>td:nth-child(7), .nowrap-7>tr>th:nth-child(7)
.nowrap-8>tr>td:nth-child(8), .nowrap-8>tr>th:nth-child(8)
.nowrap-9>tr>td:nth-child(9), .nowrap-9>tr>th:nth-child(9)
.nowrap-10>tr>td:nth-child(10), .nowrap-10>tr>th:nth-child(10)
.nowrap-11>tr>td:nth-child(11), .nowrap-11>tr>th:nth-child(11)
.nowrap-12>tr>td:nth-child(12), .nowrap-12>tr>th:nth-child(12)
.nowrap--1>tr>td:nth-last-child(1), .nowrap--1>tr>th:nth-last-child(1)
.nowrap--2>tr>td:nth-last-child(2), .nowrap--2>tr>th:nth-last-child(2)
.nowrap--3>tr>td:nth-last-child(3), .nowrap--3>tr>th:nth-last-child(3)
.nowrap--4>tr>td:nth-last-child(4), .nowrap--4>tr>th:nth-last-child(4)
.nowrap--5>tr>td:nth-last-child(5), .nowrap--5>tr>th:nth-last-child(5)
.nowrap--6>tr>td:nth-last-child(6), .nowrap--6>tr>th:nth-last-child(6)
.nowrap--7>tr>td:nth-last-child(7), .nowrap--7>tr>th:nth-last-child(7)
.nowrap--8>tr>td:nth-last-child(8), .nowrap--8>tr>th:nth-last-child(8)
.nowrap--9>tr>td:nth-last-child(9), .nowrap--9>tr>th:nth-last-child(9)
.nowrap--10>tr>td:nth-last-child(10), .nowrap--10>tr>th:nth-last-child(10)
.nowrap--11>tr>td:nth-last-child(11), .nowrap--11>tr>th:nth-last-child(11)
.nowrap--12>tr>td:nth-last-child(12), .nowrap--12>tr>th:nth-last-child(12){
  white-space: nowrap;
}

.table.collapse{
  overflow: hidden;
}

.toggle-trigger, .toggle-target{
  display: block;
  width: 100%;
}

.toggle-trigger{
  cursor: pointer;
}

.table .toggle-trigger, .table .toggle-target{
  margin: 0;
}

.table-caption{
  position: relative;
  margin-bottom: 0;
  padding: 10px 15px;
  line-height: 1;
  text-align: center;
}

.table-caption>span{
  display: inline-block;
  margin: 0;
  padding: 0;
}

.table-caption:after{
  content: '+';
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  height: 22px;
  width: 22px;
  margin-top: -11px;
  border-radius: 50%;
  text-align: center;
  background-color: #666;
  color: #fff;
}

.expanded .table-caption:after{
  content: '–';
}

.table-collapse.table-animate .table-caption{
  text-align: left;
}

.table-collapse.table-animate .table-caption>span{
  position: relative;
  left: 0;
  text-align: left;
  -webkit-transition: all 240ms ease;
  -o-transition: all 240ms ease;
  transition: all 240ms ease;
}

.table-collapse.table-animate .expanded .table-caption>span{
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.table-wrapper{
  display: block;
  width: 100%;
  overflow-y: auto;
}

.table-wrapper table{
  border-top: none;
}

.table table, .table-caption>span{
  line-height: 1.42857;
}

.table-caption>span, .table caption, .table th {
  font-weight: bold;
}

.table td,
.table th,
.table-caption {
  border: 1px solid #dee0e0;
}
.table caption {
  border: 1px solid #dee0e0;
  border-top: solid 3px #06C9FC;
  border-bottom: 0;
}
.table td,
.table th{
  border-top: none;
}

.table-caption>span, .table caption, .table th{
  color: #333;
}
.td--img.img--padding10 img {
    padding: 10px;
}

.product-flex{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.product-flex-item{width: calc(25% - 22.5px);}
.content-wrapper .content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.content-wrapper .content div{
  height: 100%;
}

@media (max-width:1199px){
  .product-flex{gap: 20px;}
  .product-flex-item{width: calc(33.333333% - 13.333333px);}
}
@media (max-width:767px){
  .product-flex-item{width: calc(50% - 10px);}
}
@media (max-width:575px){
  .product-flex-item{width: 100%;}
}
ol,ul{padding-left: 20px;}