/**
 * [Table of contents]
 *
 * [&. Content / #key]
 * [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 * Summary:
 *
 *  0. VARIABLE LESS
 *    - 0.1. Color
 *  1. GLOBAL STYLE
 *    - 1.1. Banner
 *    - 1.2. Page Title & Button & ...
 *    - 1.3. Main layout
 *  2. WIDGET
 *    - 2.1. TYPE ELEMENT
 *    - 2.2. TYPE ELEMENT
 *  3. PAGE
 *    - 3.1. Home page
 *    - 3.2. Tour result
 *    - 3.3. Tour view
 *    - 3.4. About us
 *    - 3.5. Blog
 *    - 3.6. Blog detail
 *    - 3.7. Hotel result
 *    - 3.8. Hotel view
 *    - 3.9. Car rent
 *    - 3.10. Cruises
 *    - 3.11. Page 404
 *    - 3.12. Contact
 *  4. PLUGIN
 *    - 4.1. jQuery Plugin 1
 *    - 4.2. jQuery Plugin 2
 */
/*=============================
 =====   VARIABLE LESS    =====
 =============================*/
/**
 * [Table of contents]
 *
 * [&. Content / #key]
 * [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 * Summary:
 *
 *  0. VARIABLE LESS
 *    - 0.1. Color
 *    - 0.2. Font
 *  1. MIXINS


/*=============================
 =====   VARIABLE LESS    =====
 =============================*/
/*----------  0.1. Color  ----------*/
/*----------  0.2. Font  ----------*/
/*=============================
 ====  END VARIABLE LESS   ====
 =============================*/
/*=============================
 =====       MIXINS       =====
 =============================*/
/*=============================
 ====      END MIXINS      ====
 =============================*/
/*=============================
 =====     KEY FRAMES      =====
 =============================*/
@keyframes color-text {
 0% {
   background-position: 0px 0px;
 }
 50% {
   background-position: 600px 0px;
 }
 100% {
   background-position: 0px 0px;
 }
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes sonarEffect-2 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect-2 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes sonarEffect-2 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes cloud_left_to_right {
  0% {
    left: -200%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes cloud_left_to_right {
  0% {
    left: -200%;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes cloud_left_to_right {
  0% {
    left: -200%;
  }
  100% {
    left: 0;
  }
}
@keyframes cloud_right_to_left {
  0% {
    left: 0;
  }
  100% {
    left: -200%;
  }
}
@-webkit-keyframes cloud_right_to_left {
  0% {
    left: 0;
  }
  100% {
    left: -200%;
  }
}
@-moz-keyframes cloud_right_to_left {
  0% {
    left: 0;
  }
  100% {
    left: -200%;
  }
}
/*=============================
 =====   END KEY FRAMES   =====
 =============================*/
/*----------  0.1. Color  ----------*/
/*=============================
 ====  END VARIABLE LESS   ====
 =============================*/
/*=============================
 ======   GLOBAL STYLE   ======
 =============================*/
/*----------  1.1. Banner  ----------*/
.page-banner {
  top: -143px;
  position: relative;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 540px;
  color: #fff;
  text-align: left;
  overflow: hidden;
}
.page-banner .container {
  height: 100%;
}
.page-banner.homepage-default {
  top: -183px;
  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;
  bottom: -10px;
  line-height: 1;
}
.page-title-wrapper .breadcrumb {
  font-size: 12px;
  padding: 0;
  background-color: transparent;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #ffdd00;
  border-radius: 0;
}
.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 li.active .link:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  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: 15px 0 0 0;
  font-size: 100px;
  font-weight: 900;
  line-height: 90px;
  letter-spacing: 5px;
  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;
}
/*----------  1.2. Page Title & Button & ...  ----------*/
.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 .main-title {
  color: #434a54;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 5px 0 0 0;
}
.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 {

  padding: 6px 40px;
  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;
}
.input-group-btn-custom {
  display:table-cell;
  vertical-align:middle;
  width:1%;
  position:relative;
}
.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: 20px;
  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-item {
  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-item:before {
  position: absolute;
  content: "\f1db";
  font-family: FontAwesome;
  left: 10px;
  font-size: 7px;
}
.tag-item:hover {
  border: 1px solid #555e69;
  color: #555e69;
}
.tag-item: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;
}
.hotel-result-main .hotels-layout .stars:after {
  left: 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";
}
.stars.stars6:after {
  content: "\f005\f005\f005\f005\f005\f005";
}
.stars.stars7:after {
  content: "\f005\f005\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;
  margin-top: 40px;
}
.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;
}
.pagination li .next {
  margin-left: 10px;
}

.pagination li.disable {
  pointer-events: none;
}
.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 .info-cat i {
  margin-right: 4px;
}
.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;
}
/*----------  1.3. Main layout  ----------*/
.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 {
  width: 1%;
  position: relative;
  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: 40px;
  text-align: center;
}
.tours-layout .content-wrapper > .content .title {
  margin-bottom: 15px;
}
.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: 20px;
}
.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 .right-btn.added_wish_list:hover{
  color: #fff;
  background-color: grey;
}
.tours-layout .content-wrapper .list-info li .link.added_wish_list > .icons{
  color: red;
}
.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: 54%;
  height: 270px;
}
.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;
  max-width: 410px;
  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;
  padding: 0;
  height: 100%;
  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;
  position: relative;
}
.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,
.tours-layout .content-wrapper .list-info .share-social-list {
  margin-bottom: 0;
  position: absolute;
  left: 100%;
  padding: 0;
  top: 100%;
  display: inherit;
  transform: translateY(-50%);;
  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,
.tours-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,
.tours-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 ,
.tours-layout .content-wrapper .list-info li:hover .link + .share-social-list {
  top: 50%;
  left: calc(100% + 5px);
  z-index: 10;
  opacity: 1;
  visibility: visible;
}
.share-social-list{
  list-style: none;
}
.tours-layout .content-wrapper .list-info .share-social-list li{
  display: list-item;
  border: none;
}
.hotels-layout .content-wrapper > .content {
  padding: 0 70px 0 25px;
  text-align: center;
}
.hotels-layout .content-wrapper > .content .title {
  display: table;
  margin-bottom: 15px;
  padding: 0;
  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 .title .for-price {
  margin-bottom: 0;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
  max-width: 80px;
}
.hotels-layout .content-wrapper > .content > .text {
  margin-bottom: 20px;
  max-height: 96px;
  overflow: hidden;
  text-align: left;
}
.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 5px;
  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;
  line-height: 26px;
}
.new-layout .content-wrapper .text p {
  margin-bottom: 15px;
}
.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*/
.cruises-result-detail .btn-share-social:hover .btn-share {
    background-color: #ffdd00;
    border: 1px solid #ffdd00;
}
.cruises-result-detail .timeline-location-block {
  min-height: 0;
}
.cruises-result-detail .timeline-custom-col {
  width: 100%;
}
.cruises-result-detail .wrapper-timeline .text {
  margin-bottom: 30px;
}
.cruises-result-detail .wrapper-timeline .wrapper-cruises-item {
  margin-bottom: 10px;
  min-height: 30px;
}
.cruises-result-detail .wrapper-timeline .cruises-item {
  padding: 5px 15px;
  border: 1px solid #c3c3c3;
  border-radius: 50px;
  color: #6c6c6c;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.cruises-result-detail .wrapper-timeline .cruises-item:hover {
  background-color: #3c3c3c;
  color: #fff;
  border: 1px solid #3c3c3c;
}
.cruises-result-detail .car-rent-layout {
  margin-bottom: 30px;
}
.cruises-result-detail .car-rent-layout .content-wrapper {
  background-color: #fafafa;
}
.cruises-result-detail .car-rent-layout .content-wrapper .text {
  margin-top: 0;
  margin-bottom: 10px;
}
.cruises-result-detail .car-rent-layout .content-wrapper .text:last-child {
  margin-bottom: 0;
}
.cruises-detail-tag {
  display: table;
  margin-bottom: 30px;
}
.cruises-detail-tag .content-tag {
  display: table-cell;
  padding-right: 30px;
}
.cruises-detail-tag .content-widget {
  display: inherit;
}
.cruises-layout,
.car-rent-layout-2 {
  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,
.car-rent-layout-2 .image-wrapper {
  position: relative;
  overflow: hidden;
}
.cruises-layout .image-wrapper .link,
.car-rent-layout-2 .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,
.car-rent-layout-2 .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,
.car-rent-layout-2 .content-wrapper {
  padding: 30px;
}
.cruises-layout .content-wrapper .title,
.car-rent-layout-2 .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,
.car-rent-layout-2 .content-wrapper .title:hover {
  color: #ffdd00;
}
.cruises-layout .content-wrapper .price,
.car-rent-layout-2 .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,
.car-rent-layout-2 .content-wrapper .price sup {
  font-size: 18px;
  font-weight: 400;
  left: -2px;
}
.cruises-layout .content-wrapper .text,
.car-rent-layout-2 .content-wrapper .text {
  display: inline-block;
  width: 100%;
  margin: 25px 0 0 0;
}
.cruises-layout .content-wrapper .btn,
.car-rent-layout-2 .content-wrapper .btn {
  margin-top: 25px;
  width: auto;
  text-transform: capitalize;
}
.cruises-layout:hover,
.car-rent-layout-2:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.cruises-layout:hover .image-wrapper .link img,
.car-rent-layout-2: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;
}
.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%;
}
.wrapper-car-detail .car-rent-layout {
  margin-bottom: 30px;
}
.wrapper-car-detail .car-rent-layout .content-wrapper {
  background-color: #fafafa;
  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-car-detail .car-rent-layout .content-wrapper:hover {
  background-color: transparent;
}
.wrapper-car-detail .contact-submit {
  text-align: center;
}
.wrapper-car-detail .text-bottom {
  margin-bottom: 50px;
}
.wrapper-car-detail .text-bottom .text {
  margin-bottom: 0;
  text-align: center;
}
.wrapper-car-detail .single-flight-result {
  height: 244px;
}
.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;
}
/*=============================
 =====  END GLOBAL STYLE  =====
 =============================*/
/*=============================
 ======      WIDGET      ======
 =============================*/
/*=============================
 ======    END WIDGET    ======
 =============================*/
/*=============================
 ======       PAGE       ======
 =============================*/
/*----------  Home page  ----------*/
.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 .banner,
.safari .homepage-default .group-title .banner {
  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 8s linear infinite;
}
.homepage-default .group-title {
  display: inline-block;
  padding-top: 50px;
}
.homepage-default .group-title .banner {
  font-size: 100px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
  color: #fff;
}
.homepage-default .group-title .sub-banner {
  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;
}
.group-btn {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
.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;
}
.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;
}
.group-btn .btn-click .icons {
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  padding: 9px 10px;
  border-radius: 50%;
  text-align: center;
  color: #ffdd00;
  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;
}
.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;
}
.group-btn .btn-click:hover .text {
  opacity: 0;
}
.group-btn .btn-click:hover .icons {
  left: 184px;
  background-color: #ffffff;
}
.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%;
}
.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;
}
.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);
}
.btn-video .btn-click {
  position: absolute;
  margin-top: 50px;
  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;
}
.btn-video .btn-click.btn-play {
  padding-left: 5px;
}
.show-video {
  opacity: 0;
  visibility: hidden;
}
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.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;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container iframe,
.touch .video-container iframe {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container .filter {
  z-index: 90;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.video-container iframe {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.video-container iframe.fillWidth {
  width: 100%;
}
.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;
  margin-bottom: 0;
}
.about-us-list li {
  padding: 7px 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';
  top: 0;
  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-image img {
  width: 100%;
}
.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 {
  position: relative;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
  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 #ffdd00;
  border-radius: 50%;
  background-color: #00000085;
  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 {
  position: relative;
  background-repeat: repeat;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  color: #fff;
  background-color: #2d3948;
}
.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%;
  height: 360px;
  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%;
  height: 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;
  background-image: url("../images/homepage/btn-closevideo.png");
  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 {
  margin: 0 0 8px 0;
  padding-bottom: 5px;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.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 .text {
  margin-bottom: 30px;
}
.videos.layout-1 .video-thumbnail {
  bottom: -120px;
  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%;
  color: #fff;
  min-height: 400px;
}
.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;
  top: -50px;
  margin-bottom: -50px;
}
.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 {
  text-transform: capitalize;
  margin-bottom: 0;
  color: #555e69;
}
.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  ----------*/
.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  ----------*/
.banner-sale-2 {
  /*background-image: url("../../images/background/bg-section-banner-2.jpg");*/
  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;
  /*background-image: url("../../images/background/bg-section-banner-3.png");*/
  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  ----------*/
.banner-sale-3 {
  /*background-image: url("../../images/background/about-us-1.jpg");*/
  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-position: center top;
  background-attachment: fixed;
}
.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;
}
.clouds_one {
  /*background: url("../../images/homepage/cloud.png") no-repeat center;*/
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  animation: cloud_left_to_right 150s linear infinite;
  -webkit-animation: cloud_left_to_right 150s linear infinite;
  -moz-animation: cloud_left_to_right 150s linear infinite;
  -o-animation: cloud_left_to_right 150s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.clouds_two {
  /*background: url("../../images/homepage/cloud.png") no-repeat center;*/
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  animation: cloud_right_to_left 250s linear infinite;
  -webkit-animation: cloud_right_to_left 250s linear infinite;
  -moz-animation: cloud_right_to_left 250s linear infinite;
  -o-animation: cloud_right_to_left 250s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.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';
  top: 0;
  left: 0;
  color: #c6c6c6;
  font-size: 8px;
}
.a-fact-image-wrapper {
  min-width: 670px;
  min-height: 300px;
  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: no-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;
  padding-top: 55px;
}
.contact-box .title {
  font-size: 27px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #3c3c3c;
}
.contact-box > .text {
  font-style: italic;
  margin: 0 0 35px 0;
  line-height: 20px;
}
/*----------- blog detail ----------*/
.blog-comment .comment-list li.parent ul.children li.parent .comment-item{
  padding: 0px 20px 50px 0;
}
.comment-form .form-input {
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  padding-left: 20px;
}
.comment-form textarea {
  height: 100px;
  overflow: auto;
  max-width: 100%;
}
.comment-form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.comment-form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.comment-form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.comment-form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.margin-bottom70 {
  margin-bottom: 70px;
}
.margin-bottom {
  margin-bottom: 100px;
}
.margin-top{
  margin-top: 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;
}
.caption {
  margin-top: 15px;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
.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 .a-fact-list .text {
  margin-bottom: 0;
}
.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;
}
.blog-detail-tag {
  display: table;
}
.blog-detail-tag .content-widget {
  display: inherit;
}
.blog-detail-tag .content-tag {
  padding-right: 30px;
  display: table-cell;
}
.blog-detail-tag .tag-item {
  color: #989898;
  border: 1px solid #efefef;
  margin-right: 15px;
  padding: 2px 15px;
  border-radius: 25px;
}
.blog-author {
  border-bottom: 2px solid #f7f7f7;
  padding: 0px 25px 25px 25px;
}
.blog-author-content .media-left .media-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.blog-author-content .media-right .author {
  color: #3c3c3c;
  font-size: 19px;
  font-weight: bold;
}
.blog-author-content .media-right .author a {
  color: inherit;
}
.blog-author .blog-author-content .media-right .position {
  font-weight: 500;
  color: #7e7e7e;
  font-size: 12px;
  margin-bottom: 5px;
}
.blog-author .blog-author-content .media-right .des {
  margin-bottom: 0;
}
.sideline:after {
  content: '';
  width: 46px;
  height: 3px;
  background-color: #ffdd00;
  display: inline-block;
  margin-left: 10px;
}
.blog-comment-title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-comment .comment-count {
  margin-bottom: 70px;
}
.blog-comment .comment-list {
  margin-bottom: 70px;
}
.blog-comment .comment-list .parent {
  margin-top: 0;
}
.blog-comment .comment-list li.parent:last-child > .comment-item {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.blog-comment .comment-list .comment-item:not(:last-child) {
  padding: 0px 20px 20px 0;
  margin-bottom: 50px;
  border-bottom: 2px solid #f7f7f7;
}
.blog-comment .comment-list .comment-list-children li .comment-item {
  padding: 0px 20px 20px 0;
  margin-bottom: 50px;
  border-bottom: 2px solid #f7f7f7;
}
.blog-comment .comment-list .comment-list-children {
  margin-left: 70px;
}
.blog-comment .comment-list .comment-list-children .media {
  margin-top: 0px;
}
.blog-comment .comment-list .media-left .media-image img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
}
.blog-comment .comment-list .media-right .pull-left .author {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.blog-comment .comment-list .media-right .pull-right.time {
  font-style: italic;
  color: #77858e;
  font-size: 0.857em;
}
.blog-comment .comment-list .media-right .pull-right.time i {
  margin-right: 7px;
}
.blog-comment .comment-list .media-right .btn.btn-crystal:hover {
  color: #ffdd00;
  background-color: transparent;
  border: 0;
}
.blog-comment .btn.btn-crystal {
  padding-right: 3px;
  padding-bottom: 0;
}
.comment-respond .comment-form .form-input {
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  padding-left: 20px;
  background-color: #fafafa;
}
.comment-respond .comment-form #submit {
  margin-top: 20px;
}
.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";
}
/*----------  Tour View  ----------*/
.tour-view-main .tours-layout,
.hotel-view-main .tours-layout {
  float: right;
  width: 75px;
  margin-bottom: 15px;
  position: relative;
  top: -10px;
}
.tour-view-main .tours-layout:hover,
.hotel-view-main .tours-layout:hover {
  box-shadow: none;
}
.tour-view-main .tours-layout .content-wrapper .list-info,
.hotel-view-main .tours-layout .content-wrapper .list-info {
  border: 0;
}
.tour-view-main .tours-layout .content-wrapper .list-info > li .link,
.hotel-view-main .tours-layout .content-wrapper .list-info > li .link {
  padding: 5px 0;
  background-color: #ffdd00;
  border-radius: 20px;
}
.tour-view-main .tours-layout .content-wrapper .list-info li .link:hover,
.hotel-view-main .tours-layout .content-wrapper .list-info li .link:hover {
  background-color: #ffdd00;
  top: 0;
  right: 0;
}
.tour-view-main .tours-layout .content-wrapper .list-info > li .link:hover i,
.hotel-view-main .tours-layout .content-wrapper .list-info > li .link:hover i,
.tour-view-main .tours-layout .content-wrapper .list-info > li .link i,
.hotel-view-main .tours-layout .content-wrapper .list-info > li .link i {
  color: #fff;
}

/*Fix bug Shortcode Tour view*/
.tour-view-main .slz-shortcode.tours-wrapper .tours-layout,
.hotel-view-main .slz-shortcode.tours-wrapper .tours-layout {
  float: left;
  width: auto;
  margin-bottom: 0;
  position: static;
  top: auto;
}
.tour-view-main .slz-shortcode.tours-wrapper .tours-layout:hover,
.hotel-view-main .slz-shortcode.tours-wrapper .tours-layout:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.tour-view-main .slz-shortcode.tours-wrapper .tours-layout .content-wrapper .list-info,
.hotel-view-main .slz-shortcode.tours-wrapper .tours-layout .content-wrapper .list-info {
  border-bottom: 1px solid #e9e9e9;
}
.tour-view-main .slz-shortcode.tours-wrapper .tours-layout .content-wrapper .list-info > li .link,
.hotel-view-main .slz-shortcode.tours-wrapper .tours-layout .content-wrapper .list-info > li .link {
  padding: 12px 0;
  border-radius: 0;
  background-color: transparent;
}
.tour-view-main .slz-shortcode.tours-wrapper .tours-layout .content-wrapper .list-info li .link:hover,
.hotel-view-main .slz-shortcode.tours-wrapper .tours-layout .content-wrapper .list-info li .link:hover {
  top: 4px;
  right: -4px;
  background-color: #ffdd00;
}
.tour-view-main .slz-shortcode.tours-wrapper .tours-layout .content-wrapper .list-info > li .link:hover i,
.hotel-view-main .slz-shortcode.tours-wrapper .tours-layout .content-wrapper .list-info > li .link:hover i,
.tour-view-main .slz-shortcode.tours-wrapper .tours-layout .content-wrapper .list-info > li .link i,
.hotel-view-main .slz-shortcode.tours-wrapper .tours-layout .content-wrapper .list-info > li .link i {
  color: #555;
}
/*End Fix bug Shortcode Tour view*/

.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;
}
.sale-off {
  text-transform: uppercase;
  color: #ffdd00;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
/* Journey Block */
.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;
}
/* Timeline Block*/
.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: 0;
}
.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;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-top: -8px;
}
.vc_tta-tabs .timeline-point {
  background-color: #f8f8f8;
  border-color: #f8f8f8;

}
.timeline-point:before {
  content: "";
  height: 2px;
  width: 80px;
  position: absolute;
  background-color: #d7d7d7;
  left: 16px;
  top: 5px;
  z-index: 0;
}
.tab-content .timeline:last-child .timeline-point{
  background-color: #ffdd00;
}
.tab-content .timeline-point {
  border-color: #ffdd00;
}
.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 */
.gallery-block {
  /*background: url(../../images/tour-view/grid-images/bg-grid.png) no-repeat center right;*/
  background-size: cover;
}
.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;
}
/* Expert Block */
.list-time {
  margin-bottom: 10px;
}
.list-time .time i {
  margin-right: 5px;
  color: #c6c6c6;
  font-size: 12px;
}
.about-us-wrapper .avatar {
  text-align: center;
  width: 50%;
  margin:auto;
}
.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 .image-wrapper:hover {
  border-radius: 2%;
  border: 1px solid #fd0;
}
.about-us-wrapper .avatar .image-wrapper:hover .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;
}
div[class*="icon-box"] .contact-list-media .text {
  line-height: 22px;
  margin-top: 10px;
}
.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;
}
/*----------  Hotel View  ----------*/
.hotel-view-main .hotels-layout {
  float: right;
  width: 50px;
  position: relative;
  top: -10px;
  right: -10px;
}
.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: calc(5% - 1px);
  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 25px;
  text-align: left;
}
.timeline-hotel-view .hotels-layout .content-wrapper .content .text {
  max-height: none;
}
.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;
}
.image-hotel-view-block .slick-prev:hover, .image-hotel-view-block .slick-next:hover {
    opacity: 1;
}
.image-hotel-view-block .slick-prev{
  left: 5px;

}
.image-hotel-view-block .slick-prev:before{
 content: '\f177';
}
.image-hotel-view-block .slick-next:before{
 content: '\f178';
}
.image-hotel-view-block .slick-prev:before, .image-hotel-view-block .slick-next:before {
    font-family: FontAwesome;
    line-height: 37px;

    font-size: 20px;
}
.image-hotel-view-block .slick-next {
  right: 5px;
}
.image-hotel-view-block .slick-prev,.image-hotel-view-block .slick-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #fff;
    opacity: 0.5;
    z-index: 10;
    color: #fff;
    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;
}
.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 .find-widget .title-widgets {
  margin-left: 15px;
  text-align: left;
}
.timeline-book-block .find-widget .tour-booking .text-box-wrapper table {
  width: 100%;
}
.timeline-book-block .find-widget .content-widget .validate-message,
.timeline-book-block .find-widget .content-widget .invalid-message,
.timeline-book-block .find-widget .content-widget .err-message {
  color: #f00;
  width: 100%;
}
.timeline-book-block .find-widget .content-widget .success-message {
  color: #15c;
  width: 100%;
}
.timeline-book-block .find-widget .tour-booking .booking-info {
  margin: 0 15px;
}
.timeline-book-block .find-widget .tour-booking .booking-info h5 {
  float: left;
  margin-bottom: 20px;
}
.timeline-book-block .find-widget .content-widget .booking-info table {
  width: 100%;
}
.timeline-book-block .find-widget .content-widget .booking-info table th,
.timeline-book-block .find-widget .content-widget .booking-info table td {
  border: 1px solid #ccc;
  text-align: center;
  line-height: 3;
}
.timeline-book-block .find-widget .hotel-booking .text-box-wrapper .btn-slide {
  margin-top: 30px;
}
.timeline-book-block .find-widget .hotel-booking .booking-data > .text-box-wrapper {
  width: 20%;
}
.timeline-book-block .find-widget .hotel-booking .booking-data .input-daterange {
  width: 40%;
}
.timeline-book-block .find-widget .hotel-booking .booking-total table td {
  width: 16.66%;
}
.timeline-book-block .find-widget .car-booking .text-input .place {
  width: 25%;
}
.timeline-book-block .find-widget .car-booking .booking-info,
.timeline-book-block .find-widget .cruise-booking .cruise-info,
.timeline-book-block .find-widget .tour-booking .tour-info,
.timeline-book-block .find-widget .hotel-booking .hotel-booking-info,
.timeline-book-block .find-widget .cruise-booking .cabin-types {
  margin: 30px 15px 0;
}
.timeline-book-block .find-widget .slz-booking-wrapper .extra-item {
  text-align: left;
  margin: 30px 15px 0;
}
.timeline-book-block .find-widget .slz-booking-wrapper table {
  width: 100%;
}
.timeline-book-block .find-widget .slz-booking-wrapper table th,
.timeline-book-block .find-widget .slz-booking-wrapper table td {
  border: 1px solid #ccc;
  text-align: center;
  line-height: 3;
}
.timeline-book-block .find-widget .slz-booking-wrapper .extra-item table tr td:first-child {
  width: 40%;
  line-height: 2;
  text-align: left;
  padding: 10px 20px;
}
.timeline-book-block .find-widget .slz-booking-wrapper .extra-item table tr td:not(:first-child) {
  width: 20%;
  vertical-align: middle;
}
.timeline-book-block .find-widget .slz-booking-wrapper.hotel-booking .extra-item table tr td:not(:first-child) {
  width: 15%;
}
.timeline-book-block .find-widget .slz-booking-wrapper .extra-item table tr th:first-child {
  text-align: left;
  padding-left: 20px;
}
.timeline-book-block .find-widget .slz-booking-wrapper .extra-item table .sbHolder {
  background-color: #fafafa;
  width: 80%;
  margin: auto;
}
.timeline-book-block .find-widget .slz-booking-wrapper .summary {
  margin-left: 15px;
  margin-top: 30px;
  text-align: left;
  width: 30%;
}
.timeline-book-block .find-widget .slz-booking-wrapper .summary table th,
.timeline-book-block .find-widget .slz-booking-wrapper .summary table td {
  text-align: left;
  line-height: 2;
  border: none;
  width: 15%;
  padding: 0;
}
.timeline-book-block.has-sidebar .find-widget .slz-booking-wrapper .booking-data > .text-box-wrapper,
.timeline-book-block.has-sidebar .slz-booking-wrapper .customer-info > .text-box-wrapper {
  width: 50%;
}
.timeline-book-block.has-sidebar .find-widget .cruise-booking .booking-data > .text-box-wrapper:nth-child(3) {
  clear: both;
}
.timeline-book-block.has-sidebar .car-booking .booking-data > .input-daterange,
.timeline-book-block.has-sidebar .slz-booking-wrapper .customer-info > .place,
.timeline-book-block.has-sidebar .slz-booking-wrapper .customer-info > .note {
  width: 100%;
}
.timeline-book-block .find-widget .slz-booking-wrapper .summary table tr:not(:last-child) th {
  font-weight: normal;
}
.timeline-book-block .find-widget .hotel-booking .summary table{
  border: none;
}
.timeline-book-block .find-widget .slz-booking-wrapper .customer-info h4 {
  text-align: left;
  margin: 30px 0 0 15px;
}
.timeline-book-block .find-widget .slz-booking-wrapper .btn-back,
.timeline-book-block .find-widget .slz-booking-wrapper .btn-next {
  margin-right: 15px;
}
.timeline-book-block .find-widget .slz-booking-wrapper .booking-total {
  margin: 30px 15px 0;
  text-align: left;
}
.timeline-book-block .find-widget .car-booking .booking-total table th,
.timeline-book-block .find-widget .car-booking .booking-total table td{
  width: 20%;
}
.timeline-book-block .find-widget .text-box-wrapper .required {
  color: #ff0000;
}
/* Cruise booking */
.timeline-book-block .find-widget .cruise-booking table th,
.timeline-book-block .find-widget .cruise-booking table td {
  width: 20%;
}
.timeline-book-block .find-widget .cruise-booking .booking-data > .text-box-wrapper:first-child,
.timeline-book-block .find-widget .tour-booking .booking-data > .text-box-wrapper:first-child {
  margin-top: 20px;
}
.timeline-book-block .find-widget .cruise-booking .booking-data .text-box-wrapper{
  width: 20%;
}
/* End cruise booking */
.timeline-book-block .btn-slide {
  margin-top: 20px;
}
.map-block {
  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;
}
/*----------  3.2. tour result  ----------*/
.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;
}
.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 #fff;
  opacity: 1;
  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;
  z-index: 888;
}
.special-offer-list .slick-prev:before,
.special-offer-list .slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  opacity: 1;
}
.special-offer-list .slick-prev:hover,
.special-offer-list .slick-next:hover {
  opacity: 1;
}
.special-offer-list .slick-prev {
  left: 20px;
}
.special-offer-list .slick-prev:before {
  content: '\f177';
}
.special-offer-list .slick-next {
  right: 20px;
}
.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;
}
/*----------  3.3. hotels result  ----------*/
.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;
}
/*----------  3.4. cruises result  ----------*/
.cruises-result-main .cruises-list .cruises-layout {
  margin-bottom: 30px;
}
.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;
}

.car-rent-result-main .car-rent-list .car-rent-layout-2 {
  margin-bottom: 30px;
}

.car-rent-result-main .car-rent-list .car-rent-layout-2 .content-wrapper {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;

  background-color: #fafafa;
}

.car-rent-result-main .car-rent-list .car-rent-layout-2:hover .content-wrapper {
  background-color: #ffffff;
}
.cruises-result-main .cruises-list .cruises-layout .content-wrapper:before{
  content:"";
  display:table;
}
.cruises-result-main .cruises-list .cruises-layout .content-wrapper:after{
  content:"";
  display:table;
  clear:both;
}
/*----------  3.4. car rent result  ----------*/
.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;
}
/*----------  About-us Our  ----------*/
.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 {
  /*background-image: url("../../images/background/bg-section-about.jpg");*/
}
.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-image: url("../../images/background/about-us-1.jpg");*/
  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;
}
/*----------  contact  ----------*/
.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%;
  height: auto;
  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 {
  /*background-image: url("../../images/background/bg-section-contact-form-1.jpg");*/
  background-attachment: fixed;
}
.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 {
  /*background-image: url("../../images/background/bg-section-contact-map.jpg");*/
  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);
}
/*----------  page 404  ----------*/
.page-404 {
  /*background-image: url("../../images/background/bg-section-404.jpg");*/
}
.page-404:before {
  /*background-image: url("../../images/background/bg-section-404-2.png");*/
}
.page-404:after {
  /*background-image: url("../../images/background/bg-section-404-1.png");*/
}
.page-404 {
  width: 100%;
  display: table;
  position: relative;
  color: #fff;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: repeat;
  background-position: bottom;
  height: 100vh;
}
.page-404:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: repeat;
}
.page-404:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: repeat;
}
.page-404 .page-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.page-404 .page-clouds-1,
.page-404 .page-clouds-2,
.page-404 .page-clouds-3 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 300%;
  background-repeat: repeat;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.page-404 .page-clouds-1 {
  background-position: center;
  animation: cloud_left_to_right 150s linear infinite;
  -webkit-animation: cloud_left_to_right 150s linear infinite;
  -moz-animation: cloud_left_to_right 150s linear infinite;
  -ms-animation: cloud_left_to_right 150s linear infinite;
  -o-animation: cloud_left_to_right 150s linear infinite;
  /*background-image: url("../../images/background/bg_404_Cloud-1.png");*/
  z-index: 1;
}
.page-404 .page-clouds-2 {
  z-index: 3;
  background-position: top;
  /*background-image: url("../../images/background/bg_404_Cloud-2.png");*/
  animation: cloud_right_to_left 250s linear infinite;
  -webkit-animation: cloud_right_to_left 250s linear infinite;
  -moz-animation: cloud_right_to_left 250s linear infinite;
  -ms-animation: cloud_right_to_left 250s linear infinite;
  -o-animation: cloud_right_to_left 250s linear infinite;
}
.page-404 .page-clouds-3 {
  background-position: center;
  animation: cloud_left_to_right 300s linear infinite;
  -webkit-animation: cloud_left_to_right 300s linear infinite;
  -moz-animation: cloud_left_to_right 300s linear infinite;
  -ms-animation: cloud_left_to_right 300s linear infinite;
  -o-animation: cloud_left_to_right 300s linear infinite;
  /*background-image: url("../../images/background/bg_404_Cloud-3.png");*/
  z-index: 3;
}
.page-404 .img-404 {
  width: 100%;
}
.page-404 .page-content {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
.page-404 .title-1 {
  font-size: 250px;
  font-weight: 500;
  font-family: "Montserrat", arial, serif;
  font-weight: bold;
  line-height: 180px;
  margin-bottom: 50px;
  margin-top: 0;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
}
.page-404 .title-2 {
  position: relative;
  z-index: 3;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-top: 0;
  margin-bottom: 50px;
}
.page-404 .btn {
  color: #fff;
  background: transparent;
}
.page-404 .btn.btn-maincolor {
  background-color: #ffdd00;
  color: #555;
}
.page-404 .btn.btn-maincolor:hover {
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #fff;
}

.page-404 .btn-transparent:hover {
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
}
.page-404 .group-button {
  position: relative;
  z-index: 10;
}
/*----------  3.1. Home Page 2  ----------*/
.homepage-02 .group-title{
  text-align: center;
}
.homepage-02 {
  margin-bottom: -40px;
}
.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;
}
.homepage-02 .tab-search-condensed{
  margin-top: 50px;
}
/*----------  3.3. Home Page 3  ----------*/
.homepage-03 .group-title{
  text-align: center;
}
.homepage-03 .homepage-banner-warpper .homepage-banner-content{
  display: block;
}
.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;
}
.homepage-03 .tab-search-transparent{
  margin-top: 80px;
}
/*----------  3.2. Flight Results  ----------*/
.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.row{
  background-color: #fafafa;
  margin-left: 0;
  margin-right: 0;
}
.result-meta.row .col-md-7{
  /* border-right: 1px solid #ededed; */
}

.result-meta .result-count-wrapper {
  text-align: left;
  background-color: #fafafa;
  padding: 13px 0;
  display: table;
}
.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;
  text-align: right;
}
.result-meta .result-filter-wrapper .result-filter-label {
  margin-bottom: 0;
  font-weight: normal;
}
.result-meta .result-filter-wrapper .selection-bar {
  float: right;
  line-height: 1;
  text-align: left;
}
.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: 205px;
}
.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;
}
/*----------  3.2. Blog  ----------*/
/* SECTION */
/*----------  3.2.1 Blog Post  ----------*/
.blog-post {
  margin-bottom: 40px;
}
.blog-post:last-child {
  margin-bottom: 0;
}
.multi-column .blog-post:last-child {
  margin-bottom: 40px;
}
.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-detail .blog-post .blog-image {
  margin-bottom: 40px;
}
.blog-post .blog-image .link {
  display: block;
}
.blog-post .blog-image img {
  display: block;
  margin:auto;
  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;
}
.blog-post .blog-video .video-thumbnail {
   height: auto;
}
.blog-post .blog-video .video-bg {
   overflow: hidden;
   position: relative;
}
.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: 40px 0;
  background-color: #fafafa;
}
.blog-detail .blog-post .blog-content{
  padding-top: 0px;
}
.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: 30px;
}
.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;
}
/*----------  car-detail  ----------*/
.car-detail-main .btn-share-social
  margin-top: 0;
  position: relative;
  top: -10px;
  right: -10px;
}
.car-detail-main .btn-share-social .btn-share {
  border: 1px solid #bdbdbd;
  color: #bdbdbd;
  padding: 5px 15px;
}
.car-detail-main .btn-share-social:hover .btn-share {
    background-color: #ffdd00;
    border: 1px solid #ffdd00;
}
.content-result {
  margin-bottom: 50px;
}
.wrapper-car-result {
  overflow: hidden;
}
.wrapper-car-result:hover .car-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);
}
.wrapper-car-result .wrapper-car-img .car-img {
  height: 335px;
  float: left;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.wrapper-car-result .wrapper-img-caption {
  background-color: #f4f4f4;
  padding: 40px 30px;
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.wrapper-car-result .img-caption-title {
  margin-bottom: 20px;
  line-height: 22px;
}
.wrapper-car-result .img-caption-title .text {
  font-size: 20px;
  color: #555e69;
  text-transform: uppercase;
  font-weight: bold;
}
.wrapper-car-result .img-caption-title .text-icon {
  margin: 0 10px 0 15px;
}
.wrapper-car-result .img-caption-title .text-1 {
  color: #595d63;
  font-size: 16px;
}
.wrapper-car-result .car-wigdet {
  margin-left: 0;
}
.wrapper-car-result .car-wigdet:last-child {
  margin-bottom: 0;
}
.wrapper-car-result .car-wigdet .wrapper-car-item {
  width: 200px;
}
.wrapper-car-result .car-wigdet .car-item {
  color: #595d63;
}
.wrapper-car-result .car-wigdet .car-item:hover {
  color: #ffdd00;
}
.wrapper-car-result .car-wigdet .car-icon {
  padding-right: 5px;
}
.car-price-wrapper {
  background-color: #ffdd00;
  padding: 50px 30px 60px 30px;
  float: left;
  width: 100%;
}
.car-price-wrapper .car-content-price {
  float: left;
  width: 100%;
  border-bottom: 1px solid #bda50b;
  margin-bottom: 30px;
}
.car-price-wrapper .main-price {
  float: left;
  width: 100%;
  color: #4e545c;
  margin-bottom: 15px;
}
.car-price-wrapper .main-price p {
  margin: 0;
}
.car-price-wrapper .price-title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.car-price-wrapper .price-title .title-detail {
  color: #3c3c3c;
}
.car-price-wrapper .title-left {
  float: left;
  font-size: 16px;
}
.car-price-wrapper .title-right {
  float: right;
}
.car-price-wrapper .title-right .text {
  display: inline-block;
  margin-right: 5px;
}
.car-price-wrapper .title-right .text-price {
  font-size: 18px;
  font-weight: bold;
}
.car-price-wrapper .title-right .text-price-total {
  font-size: 30px;
  font-weight: bold;
}
.car-price-wrapper .base-title .title-left,
.car-price-wrapper .texes-title .title-left,
.car-price-wrapper .total-title .title-left,
.car-price-wrapper .total-discount .title-left,
.car-price-wrapper .final-title .title-left,
.car-price-wrapper .old-price-title .title-left {
  font-weight: 500;
}
.car-price-wrapper .final-title .title-left {
  font-size: 18px;
}
.car-price-wrapper .card-title .card-text {
  border-bottom: 2px solid #a6982e;
  display: inline-block;
  line-height: 15px;
}
.wrapper-car-detail .contact-submit {
  text-align: center;
}
.wrapper-car-detail .text-bottom {
  margin-bottom: 50px;
}
.wrapper-car-detail .text-bottom .text {
  margin-bottom: 0;
  text-align: center;
}
.wrapper-car-detail .single-flight-result {
  height: 244px;
}
.content-dr-dt {
  margin-bottom: 30px;
}
.content-dr-dt .wrapper-review {
  margin-bottom: 0px;
}
.content-dr-dt .wrapper-review .text-underline {
  border-bottom: 1px solid #92989f;
}
.content-dr-dt .wrapper-review .text-traveler {
  margin-bottom: 30px;
}
.wrapper-driver-detail {
  margin-bottom: 50px;
}
.wrapper-driver-detail .driver-title {
  background-color: #ffdd00;
  padding: 15px 30px;
  font-size: 16px;
  color: #3c3c3c;
}
.wrapper-driver-detail .driver-title .title {
  text-transform: uppercase;
  font-weight: bold;
}
.wrapper-driver-detail .content-driver-caption {
  background-color: #f4f4f4;
  padding: 30px;
}
.wrapper-driver-detail .content-driver-caption .driver-text-card .text-card {
  font-weight: 500;
  margin-bottom: 0;
}
.wrapper-driver-detail .select-wrapper {
  background-color: #fff;
}
.wrapper-driver-detail .sbSelector:link,
.wrapper-driver-detail .sbSelector:visited,
.wrapper-driver-detail .sbSelector:hover {
  color: #969696;
}
.wrapper-driver-detail .input-group .tb-input {
  height: 35px;
  padding: 0 10px;
  width: 100%;
  border: 0;
  position: relative;
  line-height: 35px;
  text-align: left;
  border-radius: 0;
  color: #969696;
}
.wrapper-driver-detail .tb-icon {
  background-color: transparent;
  border: none;
  color: #bebebe;
  height: 35px;
  line-height: 35px;
  position: absolute;
  padding: 0;
  width: 14px;
  top: 0;
  right: 14px;
}
.wrapper-driver-detail .driver-caption-title {
  color: #4e545c;
  font-size: 16px;
  margin-bottom: 30px;
}
.wrapper-driver-detail .driver-caption-title .title {
  font-weight: 500;
}
.wrapper-driver-detail .driver-caption-title .title-small {
  border-bottom: 1px solid #777c82;
}
.wrapper-driver-detail .wrapper-form-driver {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.wrapper-driver-detail .main-form-title .form-icon {
  font-size: 8px;
  color: #d50f2b;
  position: relative;
  top: -5px;
}
.wrapper-driver-detail .main-form-title .main-lb {
  font-weight: 400;
}
.wrapper-driver-detail .sbHolder {
  height: 36px;
  border: none;
}
.wrapper-driver-detail .sbSelector,
.wrapper-driver-detail .sbToggle {
  height: 35px;
  line-height: 35px;
}
.wrapper-driver-detail .wrapper-check {
  margin-bottom: 20px;
}
.wrapper-driver-detail .wrapper-check li {
  margin-bottom: 10px;
}
.wrapper-driver-detail .check-icon {
  padding-right: 5px;
}
.wrapper-driver-detail .text {
  margin-bottom: 5px;
}
.wrapper-driver-detail .check-text {
  font-weight: 500;
  margin-bottom: 20px;
}
.wrapper-driver-detail .wrapper-payment {
  margin-bottom: 20px;
}
.wrapper-driver-detail .wrapper-payment .main-lb {
  padding-top: 5px;
  margin-bottom: 0;
}
.wrapper-driver-detail .wrapper-payment .text {
  padding-top: 5px;
}
.wrapper-driver-detail .content-payment {
  margin-bottom: 10px;
}
.wrapper-driver-detail .content-payment:last-child {
  margin-bottom: 0;
}
.wrapper-driver-detail .payment-widget {
  margin-bottom: 0;
  line-height: 10px;
}
.wrapper-driver-detail .payment-policy .lock {
  display: inline-block;
}
.wrapper-driver-detail .payment-policy .text {
  margin-right: 30px;
}
.wrapper-driver-detail .payment-policy .lock-icon {
  padding-right: 5px;
}
.wrapper-driver-detail .payment .driver-text-card {
  margin-bottom: 20px;
}
.wrapper-driver-detail .billing-contact .text-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wrapper-driver-detail .content-driver-detail {
  padding: 30px;
  background-color: #f4f4f4;
}
.wrapper-driver-detail .content-driver-detail .content-driver-caption {
  padding: 0;
}
.wrapper-driver-detail .content-driver-detail .main-form-driver {
  display: table;
  width: 100%;
}
.wrapper-driver-detail .content-driver-detail .number {
  display: table-cell;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  bottom: 6px;
}
.wrapper-driver-detail .form-check .check-radio {
  margin-bottom: 10px;
}
.wrapper-driver-detail .form-check .input-check {
  display: none;
}
.wrapper-driver-detail .form-check .input-check ~ .lb-radio:before {
  content: '\f10c';
  font-family: FontAwesome;
  margin-right: 5px;
  overflow: visible;
}
.wrapper-driver-detail .form-check .input-check:checked ~ .lb-radio:before {
  content: '\f192';
  font-family: FontAwesome;
}
.wrapper-driver-detail .form-check .lb-radio {
  font-weight: normal;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.form-check-img .check-radio {
  display: inline-block;
}
.form-check-img .img-radio {
  position: relative;
  margin-right: 5px;
}
.form-check-img .input-check:checked ~ .img-radio:before {
  content: '';
  position: absolute;
  border: 2px solid #ffdd00;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.form-check-img .lb-radio {
  font-weight: normal;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
/*----------  faq  ----------*/
.wrapper-accordion .panel {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.wrapper-accordion .panel + .panel {
  margin-top: 10px;
}
.wrapper-accordion .panel.active {
  position: relative;
}
.wrapper-accordion .panel.active .panel-heading {
  background-color: #ffdd00;
}
.wrapper-accordion .panel.active .panel-title a {
  color: #434a54;
}
.wrapper-accordion .panel.active .panel-title a:hover,
.wrapper-accordion .panel.active .panel-title a:focus {
  color: #434a54;
}
.wrapper-accordion .panel.active .panel-title a:before {
  font-family: Fontawesome;
  content: '\f068';
  top: 0;
  left: 10px;
  padding-right: 10px;
  color: #434a54;
}
.wrapper-accordion .panel .panel-title {
  font-size: 14px;
}
.wrapper-accordion .panel .panel-title a {
  display: block;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
}
.wrapper-accordion .panel .panel-title a:hover,
.wrapper-accordion .panel .panel-title a:focus {
  color: #434a54;
}
.wrapper-accordion .panel .panel-title a:before {
  font-family: Fontawesome;
  content: '\f067';
  top: 0;
  left: 10px;
  padding-right: 10px;
  color: #aeb5c0;
}
.wrapper-accordion .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  background-color: #fafafa;
}
.wrapper-accordion .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.wrapper-accordion .panel-body {
  padding: 30px;
}
.wrapper-accordion .collapse.in {
  background-color: #fff;
}
.content-faq .panel-group {
  margin-bottom: 0;
}
.wrapper-contact-faq .contact-box .title {
  margin: 0 0 30px 0;
}
.wrapper-contact-faq .contact-submit {
  margin-top: 30px;
}
.wrapper-contact-faq .contact-form .form-input {
  background-color: #fff;
}
.main-team .padding-col-left {
  padding-left: 0;
}
.main-team .padding-col-right {
  padding-right: 0;
}
.content-team-detail {
  margin-bottom: 0;
}
.content-team-detail .content-expert {
  margin: 0 30px;
  padding-bottom: 10px;
}
.content-team-detail .content-expert:nth-child(even) {
  margin-top: 0;
}
.content-team-detail .content-expert .img-expert .img {
  width: 100%;
  height: 100%;
}
.content-team-detail .content-expert .img-expert:before {
  opacity: 0;
}
.content-team-detail .content-expert .item-expert {
  margin-bottom: 15px;
}
.content-team-detail .content-expert .item-expert .icon-expert {
  padding-right: 5px;
}
.content-team-detail .content-expert .item-expert .title {
  position: relative;
  display: inline-block;
  text-transform: none;
  font-size: 16px;
}
.content-team-detail .content-expert .caption-expert {
  padding: 15px 0 15px 0;
  min-height: 100px;
  left: 0;
}
.team-profile {
  margin-bottom: 0;
}
.team-profile .content-expert:nth-child(even) {
  margin-top: 0;
}
.team-profile .content-expert .item-expert {
  margin-bottom: 15px;
}
.team-profile .content-expert .item-expert .icon-expert {
  padding-right: 5px;
}
.team-profile .content-expert .item-expert .title {
  position: relative;
  display: inline-block;
  text-transform: none;
  font-size: 16px;
}
.team-profile .content-expert .caption-expert {
  padding: 15px 0 15px 0;
  min-height: 100px;
}
.wrapper-caption-team .text {
  margin-bottom: 30px;
}
.wrapper-caption-team .wrapper-team-title {
  margin-bottom: 30px;
}
.wrapper-caption-team .wrapper-team-title .team-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #434a54;
}
.wrapper-caption-team .wrapper-team-title .team-title:hover {
  color: #ffdd00;
}
.wrapper-caption-team .wrapper-team-title .team-title-small {
  font-size: 16px;
  margin-bottom: 15px;
}
.wrapper-caption-team .wrapper-team-title .team-title-andress {
  font-size: 16px;
  margin-bottom: 0;
}
.wrapper-caption-team .wrapper-team-title .team-title-andress .team-icon {
  padding-right: 10px;
}
.wrapper-caption-team .wrapper-team-title .team-title-andress .item-andress {
  color: #777e88;
}
.wrapper-caption-team .wrapper-team-title .team-title-andress .item-andress:hover {
  color: #ffdd00;
}
.team-purchase {
  text-align: center;
  position: relative;
  padding: 70px 0;
}
.team-purchase .purchase-title {
  color: #fff;
  font-size: 30px;
}
.team-purchase .purchase-title .main-title {
  margin-top: 0;
  line-height: 32px;
  font-size: 30px;
}
.team-purchase .title-yellow {
  color: #ffdd00;
}
.team-purchase .text {
  font-size: 16px;
  color: #d8e0e8;
  margin-bottom: 30px;
}
.main-position {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.main-position .img-position {
  float: left;
  width: 100%;
}
.main-position .img-open {
  float: left;
  width: 100%;
}
.main-position .list-info {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  text-align: center;
  display: block;
}
.main-position .list-info li {
  height: 20%;
  display: table;
  padding: 0;
  border-bottom: 1px solid #fff;
}
.main-position .list-info .link {
  width: 70px;
  height: 100%;
  position: relative;
  display: table-cell;
  line-height: 1;
  vertical-align: middle;
  background-color: #f5f5f5;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main-position .list-info .link:hover {
  top: -5px;
  right: -5px;
  background-color: #ffdd00;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.main-position .list-info .link:hover .icon {
  color: #fff;
}
.main-position .list-info .link .icon {
  color: #5f5f71;
}
.wrapper-text-excel .text-excel {
  font-size: 24px;
  color: #434a54;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrapper-text-excel .link-text {
  color: #555e69;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.wrapper-text-excel .icon {
  padding-right: 10px;
}
.group-number {
  background-color: #fafafa;
  margin-bottom: 50px;
}
.group-number .about-us-list {
  display: block;
}
.group-number .about-us-list li {
  padding: 10px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.group-number .about-us-list li:hover {
  background-color: #fff;
}
.group-number .about-us-list li:hover .text {
  color: #ffdd00;
}
.group-number .about-us-list li:hover .text:after {
  color: #ffdd00;
}
.group-number .about-us-list li:hover .text-number {
  color: #ffdd00;
}
.group-number .text-number {
  float: right;
}
.group-number .text {
  padding-left: 0;
}
.wrapper-llc .llc-title {
  color: #434a54;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
}
.wrapper-llc .text {
  margin-bottom: 20px;
}
.wrapper-llc .list-llc {
  margin-bottom: 25px;
}
.wrapper-llc .list-llc li {
  display: table;
  width: 100%;
  padding: 0 0 10px;
}
.wrapper-llc .list-llc li:last-child {
  padding: 0;
}
.wrapper-llc .list-llc .icon {
  display: table-cell;
  width: 25px;
}
.wrapper-llc .list-llc .item {
  display: table-cell;
  color: #555e69;
}
.wrapper-llc .list-llc .item:hover {
  color: #ffdd00;
}
.wrapper-llc .list-llc .ph-number {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.wrapper-llc .list-llc .ph-number:last-child {
  padding-bottom: 0;
}
.view-more .more {
  position: relative;
  color: #ffdd00;
}
.view-more .more:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f178';
  right: -20px;
}
/*=============================
 ======     END PAGE     ======
 =============================*/
/*=============================
 ======      PLUGIN      ======
 =============================*/
/*----------  4.1. jQuery Plugin 1  ----------*/
/*----------  4.1. jQuery Plugin 1  ----------*/
.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.today {
  background-color: transparent;
  background-image: none;
  color: #fff;
}
.datepicker tbody td.day.today:before {
  background-color: #ffdd00;
}
.datepicker tbody td.day.range:before {
  background-color: #eee;
}
.datepicker tbody td.day.disabled:hover:before {
  background: none;
}
.datepicker tbody td.day.disabled:hover,
.datepicker tbody td.day.disabled {
  color: #dadada;
}
.datepicker tbody td.day.range:before {
  background-color: #ff0;
}
/*----------  4.2. jQuery Plugin 2  ----------*/
.sbHolder .sbToggle {
  background-position: 0 -45px;
}
.sbHolder .sbOptions {
  background-color: #fafafa;
}
.title-style-2 span {
  color: #ffdd00;
}
/*=============================
 ======      PLUGIN      ======
 =============================*/
/* BEGIN custom form contact shortcode for contact-form-7 */
.slz-shortcode .contact form.contact-form select,
.slz-shortcode .contact form.contact-form textarea,
.slz-shortcode .contact form.contact-form input {
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  padding-left: 20px;
  border: none;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
}
.slz-shortcode .contact form.contact-form textarea {
  height: 100px;
}
.slz-shortcode .contact form.contact-form input[type=submit] {
  width: 170px;
  height: 34px;
  border: 1px solid #3c3c3c;
  background-color: #3c3c3c;
  border-radius: 50px;
  padding: 0 0 0 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: #ffdd00;
  text-transform: uppercase;
  font-size: 13px;
  display: table-cell;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.slz-shortcode form.contact-form br {
  display: none;
}
.slz-shortcode div.wpcf7 img.ajax-loader {
  display: table-cell;
  margin: 3px auto;
}
.slz-shortcode div.wpcf7 img.ajax-loader:last-child {
  display: none;
}
/* END custom form contact shortcode for contact-form-7 */
/*********************************/
/*             LOGIN             */
/*********************************/
.rlp {
  background-size: cover;
  height: 100vh;
}
.rlp .container {
  width: 100%;
  height: 100%;
  display: table;
}
.rlp .rlp-wrapper {
  color: #49575f;
  display: table-cell;
  width: 770px;
  vertical-align: middle;
}
.page-login {
  min-height: 480px;
  padding: 20px 0;
}
.page-register {
  min-height: 627px;
  padding: 20px 0;
}
.rlp-table {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  padding: 50px 100px;
  position: relative;
}
.rlp-table .rlp-title {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 20px;
}
.rlp-table img.login {
  display: inline-block;
  width: auto;
}
.rlp-table .rlp-form {
  padding-top: 0px;
  text-align: left;
  margin-bottom: 35px;
}
.rlp-table .rlp-form .col-md-12 {
  margin-bottom: 12px;
}
.rlp-table .rlp-form .bt-tooltip {
  color: rgb(255, 0, 0);
  top: 0;
}
.register-table {
  padding: 50px;
}
.register-table .register-form .col-md-6 {
  margin-bottom: 3px;
}
.template-login header,
.template-login footer,
.template-login #back-top {
  display: none;
}
body.template-login .main-content .rlp-table .display-notices{
  text-align: left;
  border: 1px solid rgb(255, 0, 0);
  margin-bottom: 20px;
  padding: 10px 20px;
  color: rgb(255, 0, 0);
}
.bg-w-form .required {
  color: #ff0000;
}
.bg-w-form .form-group {
  min-height: 100px;
}
.bg-w-form .form-label {
  text-transform: uppercase;
  font-weight: bold;
}
.bg-w-form .form-input {
  background-color: #fafafa;
  border-radius: 0px;
  height: 35px;
  border: none;
  box-shadow: none;
}
.bg-w-form .form-input:focus,
.bg-w-form .form-input:active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.bg-w-form .warning-label {
  color: #ff0000;
  font-size: 11px;
  text-transform: inherit;
}
.bg-w-form input.check {
  margin-right: 10px;
}
.login-table.rlp-table .title-sign-in {
    margin: 20px 0 0;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 1.286em;
}
.login-table.rlp-table .title-sign-in .signin {
    margin-left: 10px;
    text-transform: uppercase;
    color: #ffdd00;
}
.login-table.rlp-table a.btn-close,
.register-table.rlp-table a.btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  font-weight: normal;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  font-size: 1.4em;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #3c3c3c;
  line-height: 1em;
}
.login-table.rlp-table a.btn-close:hover,
.register-table.rlp-table a.btn-close:hover {
  background-color: #ffdd00;
}
/*********************************/
/*             LOGIN             */
/*********************************/
.slz-search-widget .widget a.btn-reset {
    color: #f8d80b;
}
.slz-search-widget .widget .content-widget .radio-selection {
    margin-top: 0;
}
.result-meta .result-count-wrapper a.btn-clear-all,
.result-meta .result-count-wrapper a.btn-reset-all {
    color: #f8d80b;
    margin-left: 5px;
    vertical-align: bottom;
    display: block;
    clear: both;
    float: left;
}
.result-meta .result-count-wrapper a.btn-clear-all:hover,
.result-meta .result-count-wrapper a.btn-reset-all:hover,
.slz-search-widget .widget a.btn-reset:hover {
  text-decoration:underline;
}
.result-meta .result-count-wrapper span {
    background-color: #FFDD00;
    padding: 5px 10px;
    margin: 0px 5px 10px;
    float: left;
    margin-bottom: 5px;
}
.result-meta .result-count-wrapper span.search-result-title {
  background-color: transparent;
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
}
.result-meta .result-count-wrapper span i {
  padding: 5px;
  cursor: pointer;
}
.result-meta .result-count-wrapper span i:hover {
  color: #004B91;
}
/* Default list */
ul.list-useful li .link {
  display: block;
  color: #8e8e8e;
  position: relative;
  padding: 0 0 12px 20px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
ul.list-useful li .link:hover {
  color: #ffdd00;
}
ul.list-useful li .link:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f111';
  left: 0;
  font-size: 6px;
}
/*----------  gallery-fancybox  ----------*/
.main-gallery-fancybox .gallery-content {
  position: relative;
  overflow: hidden;
}
.main-gallery-fancybox ul .glry-relative {
  position: relative;
  overflow: hidden;
}
.main-gallery-fancybox ul .glry-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding-right: 10px;
}
.destination-widget ul li{
  padding-bottom: 0;
}

/*===============================================
=            style Search result box            =
===============================================*/
.sc-map-location.slz-map-location-full  .result-body  .find-widget .content-widget,
.sc-map-location  .result-body  .find-widget .content-widget{
  padding-right: 0px;
  padding-left: 0px;
  width:100%;
}
.sc-map-location  .result-body  .find-widget .content-widget >.text-input{
  margin-left: -15px;
  margin-right: -15px;
}
.sc-map-location .result-body  .find-widget .content-widget >.text-input:before{
  content: "";
  display: table;
}
.sc-map-location  .result-body  .find-widget .content-widget >.text-input:after{
  content: "";
  display: table;
  clear: both;
}
.sc-map-location  .result-body  .find-widget .content-widget >.text-input .text-box-wrapper.full{
  width:50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0px;
}
.sc-map-location  .select2-container{
  max-width: 100%;
}
.sc-map-location .result-body{
  position: relative;
  z-index: 2;
}
.sc-map-location  .slz-search-widget{
  position: relative;
  z-index: 2;
}
.sc-map-location.slz-map-location-full  .slz-search-widget:before{
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  width:300%;
  height: 100%;
  left: 50%;
  top:0;
  border-bottom: 1px solid #ECECEC;
  background-color: #FAFAFA;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
}
.sc-map-location  .result-body  .find-widget .input-daterange{
  width:33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  margin-top: 20px;
}
.sc-map-location  .result-body  .find-widget .input-daterange >.text-box-wrapper.half {
  margin-top: 0px;
  width:50%;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 10px;
}
.sc-map-location  .result-body  .find-widget .input-daterange >.text-box-wrapper.half.left{
  padding-left: 0px;
}
.sc-map-location  .result-body  .find-widget .input-daterange >.text-box-wrapper.half.right{
  padding-right: 0px;
}
.sc-map-location  .result-body  .find-widget .content-widget >.text-input > .text-box-wrapper.half {
  width:33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
.sc-map-location.slz-map-location-full  .result-body  .sidebar-widget .widget{
  margin-bottom: 0px;
  padding: 40px 0px;
  position: relative;
}
.sc-map-location .result-body  .search-expand {
    display: inline-block;
    margin-left: 30px;
    -webkit-transform: translate(0, -125px);
    -moz-transform: translate(0, -125px);
    transform: translate(0, -125px);
    padding: 4px 0px;
    min-width: 90px;
    position: absolute;
    text-align: center;
    color: #3c3c3c;
    text-transform: uppercase;
    font-weight: 700;
}
.sc-map-location .result-body  .search-expand:before{
  font-family: 'FontAwesome';
  content: "\f067";
  display: inline-block;
  margin-right: 5px;
}
.sc-map-location .result-body  .search-expand.active:before{
  content: "\f068";
}
.sc-map-location.slz-map-location-full .result-body  .search-expand{
    margin-left: 0px;
    -webkit-transform: translate(0, -75px);
    -moz-transform: translate(0, -75px);
    transform: translate(0, -75px);
}
.sc-map-location .result-body  .search-expand:hover{
  color:#fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sc-map-location .content-expand{
  padding:0px;
  position: relative;
}
.sc-map-location .content-expand:before{
  content: "";
  display: table;
}
.sc-map-location .content-expand:after{
  content: "";
  display: table;
  clear: both;
}

.sc-map-location .content-expand >.col-2{
  width:100%;
  margin-left: -15px;
  margin-right: -15px;
}
.sc-map-location .content-expand >.col-2:before{
  content: "";
  display: table;
}
.sc-map-location .content-expand >.col-2:after{
  content: "";
  display: table;
  clear: both;
}

.sc-map-location .content-expand >.col-2 >.col-1{
  display: block;
  width:33.3333%;
  float: left;
  position: relative;
  padding:0px 15px;
  margin-bottom: 40px;
}
.sc-map-location .result-body  .sidebar-widget  .widget.price-widget {
  margin-bottom: 50px;
}
.sc-map-location .content-expand .price-widget  .nstSlider{
  padding: 0px;
}
.sc-map-location .content-expand .price-widget .nstSlider:before{
  z-index: 1;
}
.price-widget .nstSlider .leftGrip.indicator,
.price-widget .nstSlider .rightGrip.indicator{
  z-index: 1;
}
.sc-map-location .sidebar-widget .widget .title-widget{
  line-height: 1.5;
  height: auto;
  text-align: left;
}
.sc-map-location .sidebar-widget .widget .title-widget{
  background-color: transparent;
  padding-bottom: 5px;
}
.sc-map-location .sidebar-widget .widget .title-widget .title{
  border-bottom: none;
}
.sc-map-location  .slz-search-widget{
  position: relative;
}
.sc-map-location .content-expand .widget + .widget{
  margin-top: 50px;
}
.sc-map-location.slz-map-location-full  .find-widget:before{
  content: "";
  position: absolute;
  width:300%;
  height: 100%;
  left: 50%;
  top: 0;
  z-index: -1;
  background-color: #FFDD00;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
}

.sc-map-location  .tour-map-search .find-widget .text-input .text-box-wrapper,
.sc-map-location  .cruise-map-search .find-widget .text-input .text-box-wrapper{
  width:33.3333%;
  padding-left:15px;
  padding-right: 15px;
  margin-top: 0px;
}
.sc-map-location  .car-map-search .find-widget .text-input .text-box-wrapper{
  width: 50%;
  padding-left:15px;
  padding-right: 15px;
  margin-top: 0px;
}
.sc-map-location  .tour-map-search .find-widget  .text-input .input-daterange,
.sc-map-location  .cruise-map-search .find-widget  .text-input .input-daterange{
  width:33.3333%;
  margin-top: 0px;
}
.sc-map-location  .car-map-search .find-widget  .text-input .input-daterange{
  width: 100%;
}
.sc-map-location  .car-map-search .find-widget  .text-input .input-daterange .text-box-wrapper{
  width: 50%;
}
.sc-map-location  .tour-map-search .find-widget  .text-input .input-daterange .text-box-wrapper,
.sc-map-location  .cruise-map-search .find-widget  .text-input .input-daterange .text-box-wrapper{
  width:100%;
}
/*=====  End of style Search result box  ======*/


/*----------  robinsale  ----------*/
.label-sale{
  right: 15px;
  left:auto;
  color: #3c3c3c;
}
.ribbon-sale{
  border-radius: 0px;
  -webkit-border-radius: 0px;
  left: -20px;
  padding-left: 30px;
  padding-right: 10px;
  overflow: visible;
  background-color: #ea4435;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.special-offer-layout:hover .image-wrapper .ribbon-sale{
  left:0px;
}
.ribbon-sale:before{
  content: "";
  position: absolute;
  left: 100%;
  margin-left: -1px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 10px 0 0;
  border-color: #ea4435 transparent transparent transparent;
}
.ribbon-sale:after{
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  margin-left: -1px;
  border-style: solid;
  border-width: 17px 0 0 10px;
  border-color: transparent transparent transparent #ea4435;
}
.ribbon-sale .fa{
  float: right;
  display: inline-block;
  padding: 0px 5px;
  line-height: inherit;

}

.ribbon-sale span{
  display: inline-block;
  max-width: 0px;
  overflow:hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.image-wrapper:hover .ribbon-sale span{
  max-width: 40px;
}


/*----------  Custom cruises  ----------*/
@media screen and (min-width: 992px) {
  .cruises-list.column-1 .cruises-layout .image-wrapper,
  .tours-list.column-1 .tours-layout .image-wrapper {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .cruises-list.column-1 .cruises-layout .content-wrapper,
  .tours-list.column-1 .tours-layout .content-wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }

  .tours-list.column-1 .tours-layout .content-wrapper > .content {
    padding: 25px 70px 25px 25px;
  }
  .tours-list.column-1 .tours-layout .content-wrapper .list-info {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
    display: block;
    text-align: center;
    border-collapse: collapse;
    border-left: 1px solid #e9e9e9;
  }

  .tours-list.column-1 .tours-layout .content-wrapper .list-info li {
    padding: 0;
    width: auto;
    height: 20%;
    display: table;
    position: relative;
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
  }

  .tours-list.column-1 .tours-layout .content-wrapper .list-info li .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;
  }

  .tours-list.column-1 .tours-layout .content-wrapper .list-info .link .number {
    display: none;
    opacity: 0;
    margin: 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;
  }

  .tours-list.column-1 .tours-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);
  }

  .tours-list.column-1 .tours-layout .content-wrapper .list-info .link:hover > .icons {
    display: none;
  }
  .tours-list.column-1 .tours-layout .content-wrapper .list-info .share .link:hover > .icons {
    display: block;
  }
  .tours-list.column-1 .tours-layout .content-wrapper .list-info .link:hover .number {
    display: inline-block;
    opacity: 1;
    color: #555;
  }
  .rtl .tours-list.column-1 .tours-layout .content-wrapper > .content {
    padding: 25px 25px 25px 70px;
  }

  .rtl .tours-list.column-1 .tours-layout .content-wrapper .list-info li {
    border-left: 0;
  }

  .rtl .tours-list.column-1 .tours-layout .content-wrapper .list-info {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
    display: block;
    text-align: center;
    border-collapse: collapse;
    border-right: 1px solid #e9e9e9;
    border-left: 0;
  }
}

/*----------  custom tours  ----------*/
.timeline-block .image-col .slick-dots {
  bottom: 5px;
  margin-bottom: 0;
}

.timeline-block .image-col .slick-dots li {
  margin: 0;
}

.timeline-block .image-col .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
}

.timeline-block .image-col .slick-prev,
.timeline-block .image-col .slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  background-color: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.8);
}

.timeline-block .image-col .slick-prev:before,
.timeline-block .image-col .slick-next:before {
  font-family: "FontAwesome";
  line-height: inherit;
}

.timeline-block .image-col .slick-prev {
  left: 25px;
}

.timeline-block .image-col .slick-prev:before {
  content: "\f104";
}

.timeline-block .image-col .slick-next {
  right: 25px;
}

.timeline-block .image-col .slick-next:before {
  content: "\f105";
}


/*----------  custom banner slider  ----------*/
  .wrapper-custom-slider {
    position: relative;
    overflow: hidden;
  }

  .wrapper-custom-slider .posttype-header-gallery {
    height: 100%;
    margin-bottom: 0;
  }

  .wrapper-custom-slider .posttype-header-gallery .items {
    position: relative;
  }
  .wrapper-custom-slider .posttype-header-gallery .items.slick-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background-color: rgba(52,73,94,0.23);
  }

  .wrapper-custom-slider .posttype-header-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .wrapper-custom-slider > .page-title {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: auto;
    top: auto !important;
    margin-bottom: 0 !important;
    position: absolute;
    background: none;
  }

  .wrapper-custom-slider > .page-title:before {
    content: none;
  }

  .wrapper-custom-slider .slick-prev,
  .wrapper-custom-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    line-height: 40px;
    text-align: center;
    border: 2px solid #fff;
    opacity: 0.3;
    color: #fff;
    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;
  }

  .wrapper-custom-slider .slick-prev:before,
  .wrapper-custom-slider .slick-next:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
  }

  .wrapper-custom-slider .slick-prev {
    left: -50px;
    opacity: 0;
  }

  .wrapper-custom-slider .slick-prev:before {
    content: '\f177';
  }

  .wrapper-custom-slider:hover .slick-prev {
    left: 50px;
    opacity: 1;
  }

  .wrapper-custom-slider .slick-next {
    right: -50px;
    opacity: 0;
  }

  .wrapper-custom-slider .slick-next:before {
    content: '\f178';
  }

  .wrapper-custom-slider:hover .slick-next {
    right: 50px;
    opacity: 1;
  }
