@font-face {
    font-family: WorkSans;
    font-weight: 100;
    src: url('../fonts/Work_Sans/WorkSans-Thin.ttf');
}

@font-face {
    font-family: WorkSans;
    font-weight: 200;
    src: url('../fonts/Work_Sans/WorkSans-ExtraLight.ttf');
}

@font-face {
    font-family: WorkSans;
    font-weight: 300;
    src: url('../fonts/Work_Sans/WorkSans-Light.ttf');
}

@font-face {
    font-family: WorkSans;
    src: url('../fonts/Work_Sans/WorkSans-Regular.ttf');
}

@font-face {
    font-family: WorkSans;
    font-weight: 500;
    src: url('../fonts/Work_Sans/WorkSans-Medium.ttf');
}

@font-face {
    font-family: WorkSans;
    font-weight: 600;
    src: url('../fonts/Work_Sans/WorkSans-SemiBold.ttf');
}

@font-face {
    font-family: WorkSans;
    font-weight: bold;
    src: url('../fonts/Work_Sans/WorkSans-Bold.ttf');
}

@font-face {
    font-family: Nexa;
    src: url('../fonts/nexa/NexaBold.otf');
}

@font-face {
    font-family: Nexa;
    font-weight: lighter;
    src: url('../fonts/nexa/NexaLight.otf');
}

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato/Lato-Regular.ttf');
}

html {
  overflow-x: hidden;
}

body{
  font-family: WorkSans;
  position: relative;
  overflow-x: hidden;
}

ul {
  padding: 0;
}

.pink {
  color: #e93472;
}

.yellow {
  color: #f5bf5b;
}

.center {
  text-align: center;
}

.button {
  padding: 12px 28px;
  background-color: #07a0c5;
  color: #ffffff;
  border-radius: 20px;
  font-family: WorkSans;
  font-weight: 400;
  font-size: 12px;
  border: none;
  text-transform: uppercase;
}

.title {
  text-align: center;
}

.title.margintop {
  margin-top: 35px;
}

.title h2 {
  font-family: Nexa;
  font-size: 32px;
  font-weight: 300;
  color: #2a2a2a;
}

.title h4 {
  font-size: 11px;
  color: #929292;
  line-height: 2.36;
  letter-spacing: 0.2px;
  font-weight: 400;
}

.title hr{
  width: 40px;
  height: 3px;
  background-color: #f5bf5b;
}

.clearfix {
  clear: both;
}

/***************/
/*** TOP BAR ***/
/***************/

.top-bar {
  background-color: #333333;
  color: #efefef;
  font-size: 11px;
  padding: 8px 30px 5px;
}

.top-bar .left-icon {
  margin-right: 8px;
}

.top-bar .phone-number {
  margin-right: 21px;
}

.top-social {
  float: right;
}

.top-social a {
  color: #ffffff;
  text-decoration: none;
}

.top-social .fa-inverse {
  color: #2a2a2a;
}

.top-social .fa-stack {
  font-size: 10px;
  margin-right: 3px;
}

.top-social-text {
  font-size: 11px;
  font-weight: light;
  margin-right: 15px;
  font-style: Nexa;
}

/****************/
/*** CAROUSEL ***/
/****************/

.carousel-inner {
  max-height: 95vh;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.carousel-inner > .item > video {
    width: 100%;
    margin: auto;
    height: 500px;
    visibility: hidden;
}

.carousel-inner > .item > video {
  background-image: url('../images/video_bg1.jpg');
  background-size: cover;
  background-position: center;
}

.carousel-inner > .item {
  background-size: cover;
  background-position: center;
}

.carousel-indicators{
  display: none; /* To hide carousel dots */
}

.carousel-control{
  display: none; /* To hide carousel arrows */
}


.carousel-inner .item .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 1;
}

.carousel-inner .item video {
  width: 100%;
}

.spitiHeroSlider{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.slider-text{
  position: absolute;
  top: 150px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.slider-text h1 {
  font-family: Nexa;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}

.slider-text h3 {
  font-family: Nexa;
  font-weight: lighter;
  font-size: 16px;
  letter-spacing: normal;
  color: #ffffff;
}

.slider-overlay-info {
  background-color: rgba(0,0,0,0.6);
  color: #bcbcbc;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 18px 0;
  font-weight: 300;
  width: 100%;
}

.slider-overlay-info div {
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 1.62;
  border-right: 1px solid rgba(255,255,255,0.2);
  text-align: center;
}

.slider-overlay-info div:last-child {
  border-right: 0px;
}

.slider-overlay-info div span{
  color: #ffffff;
}

.mobile-placeholder {
  background-image: url('../images/image_bg.jpg');
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > video {
      height: auto;
      visibility: visible;
  }

  .slider-text h1 {
    font-size: 42px;
    line-height: 0.5;
  }

  .slider-text h3 {
    font-size: 21px;
  }

  .mobile-placeholder {
    display: none;
  }

}
/***************/
/*** NAV BAR ***/
/***************/

.navbar {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.navbar-default {
    background-color: rgba(0,0,0,0.6);
    border-color: transparent;
}

.navbar-default .navbar-nav>.active>a {
  color: #f5bf5b;
  border-bottom: 1px solid #f5bf5b;
}

.navbar-default .navbar-nav>li>a {
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  max-height: 71px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #f5bf5b;
  border-bottom: 1px solid #f5bf5b;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  color: #f5bf5b;
}

.navbar-default .navbar-nav>.active>a {
  background-color: transparent;
}

/*.navbar-default:hover .navbar-nav>li>a:hover {
  color: #000;
}*/

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background-color: transparent;
}

.navbar-default .navbar-toggle{
  border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar{
  background-color: #ffffff;
}

.navbar-brand {
  padding: 5px 15px;
  overflow: hidden;
}

.navbar-brand>img {
  height: 72px;
}

.nav-addon {
  display: none;
}

.navbar-nav {
  margin: 0 -15px;
}



@media (min-width: 768px) {

  .navbar>.container {
    position: relative;
  }

  .navbar-default {
    background-color: transparent;
    border-radius: 0;
  }

  /* Menu Hover starts */
  .navbar-default.scroll-nav {
    background-color: #333333;
    position: fixed;
    top: 0;
    animation-duration: 1s;
    animation-name: slidein;
    box-shadow: 0 1px 10px #555555;
    z-index: 20;
    border: none;
  }

  .scroll-nav .collapse>ul.navbar-right {
    float: left !important;
    margin-left: 10px;
  }

  .scroll-nav .navbar-collapse {
    width: 75%;
  }

  @keyframes slidein {
    from {
      transform: translateY(-100%);
    }

    to {
      transform: translateY(0);
    }
  }

  .navbar-default.scroll-nav .navbar-nav>li>a {
    color: #efefef;
    border-bottom: none;
  }

  .navbar-default.scroll-nav .navbar-brand img {
    content:url('../images/logo_hover.png');
  }
  /* Menu Hover Ends */

  .navbar>.container-fluid .navbar-brand {
    position: absolute;
    width: 100%;
    text-align: center;
  }

  .navbar-brand {
    padding: 15px 15px;
    overflow: visible;
  }

  .navbar-brand>img {
    margin: auto;
    height: auto;
  }

  .navbar-nav {
    width: 45%;
    /*border-bottom: 1px solid rgba(255,255,255,0.5);*/
  }

  .scroll-nav .navbar-nav {
    width: 48%;
  }

  /* one item */
  .navbar-nav li:first-child:nth-last-child(1) {
      width: 100%;
  }

  /* two items */
  .navbar-nav li:first-child:nth-last-child(2),
  .navbar-nav li:first-child:nth-last-child(2) ~ li {
      width: 50%;
  }

  /* three items */
  .navbar-nav li:first-child:nth-last-child(3),
  .navbar-nav li:first-child:nth-last-child(3) ~ li {
      width: 33.3333%;
  }

  /* four items */
  .navbar-nav li:first-child:nth-last-child(4),
  .navbar-nav li:first-child:nth-last-child(4) ~ li {
      width: 25%;
  }

  /* five items */
  .navbar-nav li:first-child:nth-last-child(5),
  .navbar-nav li:first-child:nth-last-child(5) ~ li {
      width: 20%;
  }


  .navbar-nav>li>a {
    font-size: 12px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navbar-right>li {
    text-align: right;
  }

  .nav-addon {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 69px;
    display: none;
  }

  .scroll-nav .nav-addon {
    display: block;
  }

  .nav-addon .details {
    color: #f5bf5b;
    font-size: 12px;
  }

  .nav-addon .details .left-icon {
    margin-right: 7px;
  }

  .nav-addon .trip-details-nav {
    display: none;
  }

  .trip-page-addon .details {
    display: none;
  }

  .trip-page-addon .trip-details-nav {
    display: block;
  }

  .nav-addon .trip-details-nav div{
    float: right;
    height: 70px;
    color: #efefef;
  }

  .nav-addon .details .phone-number {
    margin-right: 10px;
  }

  .nav-addon .cta-btn {
    background-color: #07a0c5;
    padding: 0 30px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
  }

  .nav-addon .cta-btn:hover {
    background-color: #0aa9d0;
  }

  .nav-addon .cta-cost {
    margin-right: 30px;
  }

  .nav-addon .cta-cost h5 {
    color: #f5bf5b;
    font-size: 22px;
    font-weight: 300;
    margin: 14px 0 5px;
  }

  .nav-addon .cta-cost h6 {
    color: #f5bf5b;
    font-size: 11px;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 300;
  }

  .nav-addon .cta-cost h5 span {
    font-size: 15px;
    margin-right: 2px;
  }
}

/************************/
/*** FEATURES SECTION ***/
/************************/

.home-features {
  text-align: center;
  background-color: #efefef;
  padding: 5px 0 30px;
  font-size: 17px;
  line-height: 1.6;
  color: #5d5d5d;
  font-family: WorkSans;
  font-weight: 300;
}

.home-features .icon {
  margin: 25px 0;
}

.home-features .col-center {
  padding: 0 5%;
}

.intro-text {
  text-align: center;
  padding: 55px 0 35px;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
}

/***********************/
/*** TOURS AND TREKS ***/
/***********************/

.catalog {
  margin-top: 15px;
}

.catalog .trek {
  border: solid 1px #efefef;
  margin-bottom: 20px;
  cursor: pointer;
}

.catalog .trek:hover {
  border: 1px solid transparent;
  box-shadow: 0px 0px 10px #999;
}

.catalog .trek:hover .pic .overlay {
  visibility: visible;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -webkit-transition-timing-function: linear;
  transition: opacity 0.2s;
  transition-timing-function: linear;
}

.catalog .trek:hover .more .seemoredetails {
  background-color: transparent;
  color: #07a0c5;
}

.trek .pic {
  position: relative;
  height: 195px;
  overflow: hidden;
}

.trek .pic img {
  width: 100%;
  min-height: 195px;
}

.trek .pic .overlay {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  font-size: 12px;
  line-height: 1.75;
  color: #ffffff;
  opacity: 0;
}

.trek .pic .overlay ul {
  padding: 0 40px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.trek .details {
  padding: 16px;
  background-color: rgba(255,255,255,0.7);
}

.trek .duration-level p {
  font-size: 12px;
  font-weight: 600;
  color: #ef496b;
  text-transform: uppercase;
}

.trek .duration-level p .level {
  color: #bcbcbc;
  font-size: 12px;
}

.trek .trek-name {
  min-height: 60px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
}

.trek .trek-name p {
  font-size: 16px;
  font-weight: 500;
  color: #2a2a2a;
  line-height: 1.6;
}

.trek .icons {
  margin-bottom: 15px;
}

.trek .icons>div {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
  font-size: 9px;
  color: #ef496b;
  font-weight: bold;
}

.sprite-c {
    background-image: url('../images/icons/customize-sprite.png');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 26px;
}

.sprite-customize {
    background-position: -5px -5px;
}

.sprite-customize-hover {
    background-position: -40px -5px;
}

.sprite-customize-inactive {
    background-position: -5px -41px;
    opacity: 0.2;
}

.sprite-fd {
    background-image: url('../images/icons/fixedDeparture-sprite.png');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 23px;
}

.sprite-fixedDeparture {
    background-position: -5px -5px;
}

.sprite-fixedDeparture-hover {
    background-position: -40px -5px;
}

.sprite-fixedDeparture-inactive {
    background-position: -5px -38px;
    opacity: 0.4;
}


.trek .icons>div>span {
  margin-left: 9px;
  font-weight: 500;
  text-transform: uppercase;
}

.trek .icons>div>span.inactive{
  color: #cbcbcb;
}

.trek .availability {
  border-bottom: 1px solid #efefef;
  margin-bottom: 16px;
}

.trek .availability p{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #929292;
}

.trek .availability p>span {
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600;
}

.trek .cost, .catalog .more {
  color: #07a0c5;
  width: 50%;
  float: left;
}

@media (min-width: 1200px) {
  .trek .cost, .catalog .more {
    width: 50%;
    float: left;
  }
}

.trek .cost h5 {
  font-size: 18px;
  font-weight: 600;
}

/*.trek .cost h5:before {
  content: "\20B9";
  font-size: 16px;
}*/

.trek .cost h6 {
  font-size: 11px;
  font-weight: 400;
}

.trek .more button {
  margin: 10px 0;
  border-radius: 17px;
  background-color: #ffffff;
  border: solid 1px #07a0c5;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
}

.trek-trips .more button {
  background-color: #07a0c5;
  color: #ffffff;
}

.trek-trips .more button.yellow {
  background-color: #f5bf5b;
  border-color: #f5bf5b;
}

.trek-trips .more button.yellow:hover {
  background-color: transparent;
  border-color: #f5bf5b;
  color: #f5bf5b;
}

.trek .more {
  margin: 14px 0;
  text-align: right;
}

.trek-trips .more {
  margin: 0;
}

.trek .more a i {
  display: none;
}

@media (min-width: 768px) {
  .trek .more a i {
    display: inline-block;
  }
}

.trek .more .seemoredetails {
  margin: 10px 0;
  border-radius: 17px;
  background-color: #07a0c5;
  border: solid 1px #07a0c5;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
}

.trek .more .seemoredetails:hover {
  background-color: #ffffff;
  color: #07a0c5;
}

.trek-trips .more .seemoredetails {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #07a0c5;
  color: #ffffff;
}

.trek-trips .more .seemoredetails:hover {
  background-color: #ffffff;
  color: #07a0c5;
}

.trek .more button:hover {
  background-color: #07a0c5;
  color: #ffffff;
}

.trek-trips .more button:hover {
  background-color: transparent;
  color: #07a0c5;
}

.explore-button {
  text-align: center;
  margin: 20px 0;
}

/**************/
/*** FOOTER ***/
/**************/

.page {
  padding-bottom: 20%;
  background-image: url('../images/footer_bg.png');
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-size: 100% auto;
}

footer {
  margin-top: -5%;
}

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

footer h5 {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 1.25;
}

footer h6 {
  font-size: 11px;
  color: #929292;
  line-height: 1.42;
  word-wrap:break-word;
}

@media screen and (min-width: 768px) {
  footer h6 {
    font-size: 14px;    
  }
}

footer .left-icon {
  font-size: 12px;
  margin-right: 5px;
}

.footer-social {
  float: left;
}

.footer-social a {
  color: #929292;
  text-decoration: none;
}

.footer-social .fa-inverse {
  color: #ffffff;
}

.footer-social .fa-stack {
  font-size: 11px;
  margin-right: 3px;
  line-height: 23px;
}

footer ul{
  list-style: none;
  padding-left: 0;
}

footer ul li {
  font-size: 12px;
  color: #929292;
  line-height: 1.67;
}

footer .newsletter h6 {
  font-size: 12px;
  line-height: 1.67;
}

footer .newsletter input {
  font-size: 10px;
  color: #bcbcbc;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  margin-right: -15px;
}

footer .newsletter .button {
  border-radius: 5px;
  font-size: 10px;
  padding: 11px;
  font-weight: 600;
}

footer .secondary {
  text-align: center;
}

footer .secondary ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  line-height: 1.43;
  margin: 0 25px;
}

footer .secondary a {
  color: #2a2a2a;
}

footer .secondary p {
  font-size: 12px;
  line-height: 1.67;
  color: #929292;
}

/*****************************/
/*** FIXED DEPARTURES PAGE ***/
/*****************************/

.btn-default.focus, .btn-default:focus {
  background-color: #ffffff;
}

.filter h3 {
  font-size: 11px;
  line-height: 1.91;
  color: #bcbcbc;
  letter-spacing: 0.4px;
  font-weight: 600;
}

.filter .subtitle {
  border-bottom: 1px solid #efefef;
}

.filter .subtitle p {
  font-size: 11px;
  line-height: 2.36;
  letter-spacing: 0.2px;
  color: #929292;
  margin-left: 10px;
  margin-top: 10px;
}

.fd-filter .btn {
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
}

.fd-filter .btn:hover {
  background-color: transparent;
}

.fd-filter .open>.dropdown-toggle.btn-default {
  border-color: transparent;
}

.fd-filter .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.fd-filter .shadowbox {
  box-shadow: 0px 7px 5px 0 rgba(0, 0, 0, 0.05);
}

.fd-filter .left {
  padding-bottom: 15px;
}

.fd-filter .month-list {
  margin-top: 13px;
}

@media (min-width: 768px) {
  .fd-filter .left {
    border-right: 1px solid #e0e0e0;
  }
}

.fd-filter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.month-list .list-container {
  width: calc(100% - 30px);
  display: inline-block;
  overflow: hidden;
}

.month-list ul {
  position: relative;
  padding: 0;
  width: 1500px;
  margin-bottom: 0;
}

.month-list .fa {
  position: relative;
  top: -8px;
  cursor: pointer;
}

.month-list ul li{
  list-style: none;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  line-height: 2.1;
  color: #7d7d7d;
  background-color: #efefef;
  padding: 4px 0;
  width: 110px;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}

.month-list ul li.active,
.month-list ul li:hover {
  background-color: #ef496b;
  color: #ffffff;
}

.catalog .trek-trips {
  padding: 30px 0;
  border: 1px solid transparent;
  border-bottom: 1px solid #efefef;
}

.catalog .trek-trips:hover {
  box-shadow: none;
  border-bottom: 1px solid #efefef;
}

.trek-trips .details {
  background-color: transparent;
}

.trek-trips .trek-name {
  min-height: auto;
  border-bottom: none;
}

.trek .trek-details ul {
  list-style: none;
}

.trek .trek-details ul li {
  color: #929292;
  line-height: 1.75;
  font-size: 12px;
}

.trek .trek-details ul li::before {
  content: "• ";
  color: #000000;
}

.trek .trek-facilities {
  display: flex;
  margin-top: 20px;
}

.trek .trek-facilities>div {
  display: inline-flex;
  align-items: center;
  width: 32%;
}

.trek .trek-facilities>div {
    display: block;
    align-items: center;
    width: 32%;
    text-align: center;
}

@media (min-width: 768px) {
  .trek .trek-facilities>div {
    display: inline-flex;
    align-items: center;
    text-align: left;
  }
}

.trek .trek-facilities span {
    font-size: 8px;
    font-weight: 400;
    line-height: 1.2;
    color: #5d5d5d;
    padding-left: 0;
    text-transform: uppercase;
}

@media (min-width: 768px) {
  .trek .trek-facilities span{
    font-size: 9px;
    font-weight: 500;
    padding-left: 36px;
  }
}

.fac-sprite {
    background-image: url(../images/icons/facilities-sprite.png);
    background-repeat: no-repeat;
    display: block;
    position: relative;
    margin: auto;
}

@media (min-width: 768px) {
  .fac-sprite {
    display: inline-block;
    position: absolute;
  }
}

.fac-sprite-accomodation {
    width: 32px;
    height: 32px;
    background-position: -5px -5px;
}

.fac-sprite-food {
    width: 32px;
    height: 32px;
    background-position: -47px -5px;
}

.fac-sprite-transfer {
    width: 32px;
    height: 32px;
    background-position: -89px -5px;
}

.trek-trips .sprite-fd, .trek-trips .sprite-c {
  display: block;
  margin: 0 auto 5px;
}

.trek-trips .icons {
  text-align: center;
}

@media (min-width: 768px) {
  .trek-trips .sprite-fd, .trek-trips .sprite-c {
    display: inline-block;
    margin: auto;
  }
}

.trek-trips .icons>div>span {
  margin-left: 0;
}

@media (min-width: 768px) {
  .trek-trips .icons>div>span {
    margin-left: 9px;
  }
}

.trek-trips .dates h3 {
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}

.trek-trips .cost {
  width: 100%;
  text-align: center;
}

.trek-trips .cost h5 {
  font-size: 21px;
}

.trek-trips .cost h6 {
  font-size: 12px;
}

.trek-trips .more a {
  width: 100%;
  background-color: #07a0c5;
  color: #ffffff;
}

.trek-trips .more {
  width: 100%;
}

.trek-trips .more a:hover {
  background-color: #ffffff;
  color: #07a0c5;
}

.trek-trips .more i {
  display: none;
}

.btn-default {
  border-color: #fff;
}

.btn-default:hover {
    color: #333;
    background-color: #efefef;
    border-color: transparent;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-default:hover {
  background-color: transparent;
}

.filter-treks {
  padding: 20px 0;
  background-color: #efefef;
  text-align: center;
}

@media (min-width: 768px) {
  .filter-treks {
    text-align: left;
  }
}

.filter-treks p {
  font-size: 14px;
  color: #2a2a2a;
  letter-spacing: 0.3px;
  display: inline-block;
  line-height: 2.4;
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .filter-treks p {
    width: auto;
    margin-top: 0;
  }
}

.filter-treks .search {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .filter-treks .search {
    margin-top: 0;
  }
}

.filter-treks .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 145px;
  margin: 0 5px;
}

.filter-treks .btn {
  border-radius: 0;
  color: #ef496b;
}

.filter-treks .filter-option {
  color: #ef496b;
}

.filter-treks .btn-default:hover {
    color: #ef496b;
    background-color: #ffffff;
    border-color: transparent;
}

.filter-treks .search-btn {
  padding: 10px;
  color: #ffffff;
  background-color: #ef496b;
  border-radius: 50%;
  cursor: pointer;
}

.filter-treks .open>.dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-default:hover {
  color: #ef496b;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid transparent;
}

.filter-treks .bootstrap-select.btn-group .dropdown-menu li a {
  color: #ef496b;
}

.notfound {
    display: none;
    padding: 30px;
    color: #2a2a2a;
    font-weight: 300;
    font-size: 20px;
}

.notfound a {
  font-weight: 400;
  color: #ef496b;
  text-decoration: underline;
}

/*************************/
/*** TRIP DETAILS PAGE ***/
/*************************/

.trip-title {
    text-align: center;
    position: absolute;
    bottom: 1px;
    width: 100%;
    z-index: 4;
}

.trip-title h1 {
  margin-bottom: 20px;
  font-family: Nexa;
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
}

.breadcrumbs-trip {
    border-bottom: 1px solid #d1d1d1;
    background-color: #f1f1f1;
}

.catalog-gray {
  background-color: #f1f1f1;
  margin-top: 0;
}

.catalog .trip {
  border-bottom: none;
  border: none;
}

.catalog .trip:hover {
  border: none;
}

@media (min-width: 768px) {
  .trip>div {
    border-right: 1px solid #efefef;
  }
}

@media (min-width: 768px) {
  .trip>div:last-child {
    border-right: none;
    /*padding-left: 30px;*/
  }
}

.trip .duration-level p {
  text-transform: none;
}

.trip .icons {
  text-align: left;
}

.trip .availability {
  border-bottom: none;
  margin-bottom: 15px;
}

.trip .availability p {
  margin-bottom: 0;
}

.trip .duration {
  font-size: 16px;
}

@media (min-width: 768px) {
  .trip .details {
    padding: 0 30px;
  }
}

.trip .col-title p {
  font-size: 16px;
  font-weight: 600;
  color: #2a2a2a;line-height: 1.6;
}

.trip .cost {
  text-align: left;
}

.trip .cost h5 {
  margin-top: 0;
}

.trip .cost h6 {
  font-size: 12px;
  color: #929292;
}

.trip .more button {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}

.trip .more button:focus {
  outline: none;
}

.trip .more button.pink {
  background-color: #ef496b;
  border-color: #ef496b;
  color: #ffffff;
}

.trip .more button.pink:hover {
  background-color: #ffffff;
  color: #ef496b;
}

.trip .sprite-fd, .trip .sprite-c {
    margin: 0 0 5px;
}

@media (min-width: 768px) {
  .trip .sprite-fd, .trip .sprite-c {
      margin: 0 auto 5px;
  }
}

.about-trip {
  background-color: #ffffff;
  padding: 20px 0 40px 0;
}

.about-trip h2 {
  font-size: 16px;
  font-weight: 600;
  color: #2a2a2a;
}

.about-trip p {
  font-size: 12px;
  line-height: 20px;
}

.about-trip p:last-of-type {
  padding-bottom: 30px;
}

.about-trip .disclaimer {
  color: #ef496b;
  font-size: 11px;
  border-top: 1px solid #bcbcbc;
  padding: 10px 0 15px;
}

.departure-cont {
  background-color: #f1f1f1;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-top: 40px
}

@media (min-width: 768px) {
  .departure-cont {
    margin-top: 0;
  }
}

.departure-dates {
  list-style: none;
}

.departure-dates .month {
  color: #888888;
  line-height: 26px;
}

.departure-dates .available:before {
  content: "(Available)";
  color: #4f8100;
}

.departure-dates .full:before {
  content: "(Full)";
  color: #ff0000;
}

.departure-dates .fillingfast:before {
  content: "(Filling Fast)";
  color: #f7a206;
}

.view-full-btn {
  border: 1px solid #e93472;
  background-color: #e93472;
  color: #ffffff;
  margin: 10px auto;
  width: auto;
  padding: 10px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}

.download-panel {
  padding: 15px;
  margin: 40px 0 20px;
  text-align: center;
  color: #5d5d5d;
  font-size: 12px;
  border:1px dashed #bcbcbc;
}

.download-btn {
  border: 1px solid #e93472;
  background-color: transparent;
  color: #e93472;
  margin: 10px auto;
  width: auto;
  padding: 10px 30px;
  border-radius: 20px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
}

.download-btn:hover {
  text-decoration: none;
  background-color: #e93472;
  color: #ffffff;
}

.view-full-btn:hover {
  background-color: #ffffff;
  color: #e93472;
  text-decoration: none;
}

.dialog-overlay {
  background-color: rgba(0,0,0,0.6);
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.full-itinerary {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 22;
  height: 100vh;
  transition: right 0.5s;
}

@media screen and (min-width: 768px) {
  .full-itinerary {
    width: 75%;
  }
}

.full-itinerary .footer-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 60px;
}

.full-itinerary .close-dialog {
  width: 30%;
  background-color: #333333;
  color: #ffffff;
  float: left;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.full-itinerary .booknow-dialog {
  width: 70%;
  background-color: #07a0c5;
  color: #ffffff;
  float: left;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

a.sharer:hover, a.sharer:focus {
  text-decoration: none;
}

.cta-itin .fa-facebook {
  background-color: #3b5998;
  border-radius: 50%;
  color: #ffffff;
}

.cta-itin .fa-twitter {
  background-color: #1da1f2;
  border-radius: 50%;
  color: #ffffff;
}

.trip-container {
  width: 95%;
  margin: auto;
  height: calc(100vh - 100px);
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .trip-container {
    height: calc(100vh - 122px);
  }
}

.trip-tabs {
  background-color: #333333;
}

.trip-tabs.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.trip-tabs .nav-tabs {
  border: none;
}

.nav-tabs>li {
  width: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs>li {
    width: auto;
    text-align: left;
  }
}

.trip-tabs .nav-tabs>li {
  margin: auto 7px;
}

@media (min-width: 768px) {
  .trip-tabs .nav-tabs>li {
    margin: auto 20px;
  }
}

/*.trip-tabs .nav-tabs>li:first-of-type {
  margin: auto 20px auto 0;
}*/

.trip-tabs .nav-tabs>li>a {
  font-size: 14px;
  padding: 20px 0px;
  color: #ffffff;
}

.trip-tabs .nav-tabs>li>a>span {
  display: none;
}

@media (min-width: 768px) {
  .trip-tabs .nav-tabs>li>a>span {
    display: inline-block;
  }
}

.trip-tabs .nav-tabs>li>a:hover {
  background-color: transparent;
  border: 1px solid transparent;
}

.trip-tabs .nav-tabs>li.active>a,.trip-tabs .nav-tabs>li.active>a:focus,.trip-tabs .nav-tabs>li.active>a:hover {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #f5bf5b;
  color: #f5bf5b;
}

.trip-tabs .booknow {
  float: right;
}

.nav-tabs>li.booknow>a {
  background-color: #07a0c5;
  color: #ffffff;
  padding: 8px 26px;
  border-radius: 17px;
  font-size: 12px;
  margin: 13px auto;
  display: none;
  cursor: pointer;
  border: 1px solid #07a0c5;
}

.nav-tabs>li.booknow>a:hover {
  background-color: #ffffff;
  color: #07a0c5;
  border: 1px solid #07a0c5;
}

@media (min-width: 768px) {
  .nav-tabs>li.booknow>a {
    display: inline-block;
  }
}

.tab-line {
  box-shadow: 0px 3px 9px 0px #aaa;
  margin-top: 0;
  margin-bottom: 0;
}

.tab-content {
  padding-top: 20px;
  overflow-x: hidden;
}

.tab-content .day-container {
  /*height: 75vh;
  overflow: scroll;*/
  position: relative;
}

.tab-content .day {
  padding-bottom: 50px;
}

.tab-content h3 {
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.brief-itin {
  list-style: none;
  width: 95%;
  margin-top: 20px;
}

.brief-itin .border-small {
  border-bottom: 1px solid #e0e0e0;
  width: 300px;
  margin: 15px 0;
}

.brief-itin li {
  cursor: pointer;
  list-style: disc;
}

.brief-itin li h4 {
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
  text-transform: uppercase;
}

.brief-itin li p {
  color: #5d5d5d;
  font-size: 12px;
}

.cta-itin {
  padding-top: 30px;
}

.cta-itin .view-full-btn{
  width: 100%;
  display: inline-block;
  margin: 0;
}

.tab-content .itinerary-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  position: relative;
  color: #ffffff;
}

.tab-content .itinerary-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 40%,rgba(0,0,0,0.8));
  z-index: 1;
}

.tab-content .itinerary-image h2 {
  position: relative;
  font-family: Nexa;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  z-index: 2;
}

.tab-content .itinerary-image h1 {
  position: relative;
  font-family: Nexa;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.5px;
  z-index: 2;
}

.tab-content .itinerary-image .info {
  position: absolute;
  bottom: 0;
  padding: 17px 24px;
}

.tab-content .details {
  margin: 25px 0;
}

.tab-content .details li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.24;
  width: 90px;
  color: #2a2a2a;
  text-align: center;
  margin-right: 16px;
  vertical-align: middle;
}

.tab-content .activities h4 {
  color: #07a0c5;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin:10px 0 5px;
}

.tab-content .activities p {
  color: #929292;
  font-size: 12px;
  line-height: 1.5;
}

.tab-content .map {
  width: 100%;
  margin-bottom: 10px;
}

.tab-content .icon {
  display: inline-block;
  width: 15%;
  height: 70px;
  background-color: #5d5d5d;
  margin-right: -4px;
  background-image: url('../images/icons/dest-icon.png');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}

.tab-content .destinations {
  display: inline-block;
  background-color: #f0f0f0;
  width: 85%;
  margin-right: -4px;
  height: 70px;
  vertical-align: top;
  padding: 0 15px;
}

.tab-content .destinations h4 {
  color: #000000;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}

.tab-content i {
    height: 40px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}

.tab-content i.homestay {
  background-image: url('../images/icons/homestay.png');
}

.tab-content i.altitude {
  background-image: url('../images/icons/altitude.png');
}

.tab-content i.duration {
  background-image: url('../images/icons/duration.png');
}

.tab-content i.distance {
  background-image: url('../images/icons/distance.png');
}

.tab-content i.meal {
  background-image: url('../images/icons/meal.png');
}

.cost-summary {
  background-color: #f1f1f1;
  padding: 30px;
}

@media (min-width: 768px) {
  .cost-summary {
    display: flex;
  }
}

.cost-summary h3 {
  font-size: 16px;
  font-weight: 600;
  color: #2a2a2a;
  margin-top: 0;
}

@media (min-width: 768px) {
  .cost-summary .left {
    border-right: 1px solid #e0e0e0;
    padding-right: 25px;
  }
}

.cost-summary h6 {
  font-size: 12px;
  font-weight: 400;
  color: #929292;
}

.cost-summary .cost {
  color: #07a0c5;
  font-size: 28px;
  font-weight: 500;
  line-height: 0.82;
  margin-bottom: 10px;
}

.cost-summary .cost::before {
  content: "\20B9";
  font-size: 28px;
}

.cost-summary .right {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.7;
  color: #2a2a2a;
  font-weight: 500;
}

@media (min-width: 768px) {
  .cost-summary .right {
    padding-left: 30px;
  }
}

.cost-details {
  margin-top: 40px;
}

.cost-details h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #2a2a2a;
}

.cost-details li {
  font-size: 12px;
  line-height: 1.83;
  color: #5d5d5d;
  list-style: none;
  margin: 15px 0;
}

.cost-details .left {
  text-align: right;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-heading {
  padding: 18px 36px;
}

.panel-default:nth-child(n)>.panel-heading.actives {
  background-color: #ffffff;
}

.panel a:focus, .panel a:hover {
  text-decoration: none;
}

.panel-title {
  color: #5d5d5d;
  font-size: 14px;
  font-family: Lato;
}

.panel-title::before {
  content: "Q";
  left: -10px;
  position: relative;
}

@media (min-width: 768px) {
  .panel-title::after {
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #5d5d5d;
    top: 4px;
    position: relative;
  }
}

.actives .panel-title::after {
  border-top: 0;
  border-bottom: 8px solid #5d5d5d;
}

.panel-default:nth-child(odd)>.panel-heading {
  background-color: #f8f8f8;
}

.panel-default:nth-child(even)>.panel-heading {
  background-color: #efefef;
}

.reviews h1 {
  font-size: 18px;
  color: #2a2a2a;
  line-height: 1.11;
}

.user-review {
  padding: 20px 0;
  border-bottom: 1px solid #f0ede5;
}

.user-review .pic {
  text-align: center;
}

.user-review .pic img {
  width: 50%;
  border-radius: 50%;
  border: 1px solid #aaa;
}

@media (min-width: 768px) {
  .user-review .pic img {
    width: 70%;
  }
}

.user-review>div {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.user-review h3 {
  font-size: 14px;
  color: #2a2a2a;
  line-height: 1.43;
  margin-bottom: 5px;
}

.user-review h4 {
  font-size: 11px;
  color: #929292;
  line-height: 1.82;
  text-transform: uppercase;
}

.user-review p {
  font-size: 12px;
  color: #5d5d5d;
  line-height: 1.67;
}

.related-trip .trek-name {
  border-bottom: none;
  min-height: initial;
}

.trip-features {
  background-color: #333333;
  color: #ffffff;
}

.trip-features .title h2 {
  color: #ffffff;
  text-align: left;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .trip-features .title hr {
    margin: 20px 0;
  }
}

.similar-trips {
  margin-top: 40px;
}

.itin {
  margin-top: 50px;
}

.trek-video {
  position: relative;
  padding-bottom: 50%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 10px;
}

.trek-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-slideshow {
  width: 100%;
}

.image-slide {
  background-position: center center;
  background-size: cover;
}

.image-slideshow .image-slide {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.image-slideshow .overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 50%,rgba(0,0,0,0.9));
}

.image-slideshow h2 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  font-family: Nexa;
  padding: 0 5%;
}

@media (min-width: 768px) {
  .image-slideshow h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

.image-slideshow h5 {
  width: 100%;
  font-family: Nexa;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  padding: 0 5%;
}

.image-slideshow .slick-dots {
  bottom: 4%;
}

.image-slideshow .slick-dots li.slick-active button:before {
  color: #ffffff;
}

.image-slideshow .slick-dots li button:before {
  color: #ffffff;
  font-size: 12px;
}

.image-slideshow .desc {
  position: absolute;
  bottom: 12%;
  width: 100%;
}

.trip-gallery {
  margin-top: 30px;
}

.dot-slider .slick-prev:before {
    content: '<';
}

.dot-slider .slick-next:before {
    content: '>';
}

.dot-slider .slick-prev,.dot-slider .slick-next {
  background-color: #ffffff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  box-shadow: 0px 0px 1px 1px #bcbcbc;
  z-index: 10;
  top: 40%;
}

.dot-slider .slick-prev:hover,.dot-slider .slick-next:hover,.dot-slider .slick-prev:focus,.dot-slider .slick-next:focus {
  background-color: #ffffff;
}

.dot-slider .slick-prev {
  left: 10px;
}

.dot-slider .slick-next {
  right: 10px;
}

.dot-slider .slick-prev:before,.dot-slider .slick-next:before {
  color: #07a0c5;
  font-family: Nexa;
  font-size: 25px;
  line-height: 1.7;
  font-weight: bolder;
}

.testimonials {
  background-color: #efefef;
  padding: 30px 0 50px;
}

.testimonials .testi-slider {
  text-align: center;
}

.testimonials .testi-slider h3 {
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.testimonials .testi-slider p {
  font-size: 12px;
  color: #999999;
  padding: 0 10% 20px;
  font-weight: 500;
  line-height: 24px;

}

.testimonials .profile {
  width: 80px;
  height: auto;
  border-radius: 50%;
  margin-top: 20px;
  margin: auto;
}

.testi-slider .slick-dots {
  left: 0;
}

.testi-slider .slick-dots li button {
  width: 12px;
  height: 12px;
}

.testi-slider .slick-dots li button:before {
  font-size: 4px;
  color: transparent;
  background-color: transparent;
  border:2px solid #07a0c5;
  border-radius: 50%;
  opacity: 0.6;
  width: 12px;
  height: 12px;
  content: '';
}

.testi-slider .slick-dots li.slick-active button:before {
  color: #07a0c5;
  background-color: #07a0c5;
}

.accom {
  margin-top: 40px;
  margin-bottom: 40px;
}

.accom-loc {
  width: 260px;
  height: 180px;
  position: relative;
  margin:0 5px;
}

.accom-loc img {
  width: 100%;
}

.accom .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 60%,black);
}

.accom-loc h4 {
  position: absolute;
  bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
}

.accom-slider .slick-prev {
  left: 35px;
  top: 50%;
}

.accom-slider .slick-next {
  right: 35px;
  top: 50%;
}

.accom-details h2 {
  font-size: 16px;
  font-weight: 600;
  color: #2a2a2a;
}

.accom-details .hotels li {
  list-style: none;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: normal;
  line-height: 1.75;
}

.accom-details h6 {
  font-size: 11px;
  color: #929292;
}

.accom-details .disclaimer li {
  font-size: 12px;
  color: #929292;
  line-height: 1.75;
}

.accom-details {
  margin-bottom: 70px;
}

/***********************/
/*** SEND QUERY FORM ***/
/***********************/

.query-container, .dl-query-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: none;
  z-index: 26;
}

.query-modal, .dl-query-modal {
  position: relative;
  width: 100%;
  max-width: 500px;
  background-color: #efefef;
  border-radius: 10px;
  margin: 20px auto;
}

.query-modal .title, .dl-query-modal .title {
  background-image: url('../images/query-title-bg.jpg');
  background-size: cover;
  background-color: #ef496b;
  width: 100%;
  border-radius: 10px 10px 0 0;
  padding: 5px 0;
}

.query-modal .title h1 {
  color: #efefef;
  font-weight: 900;
  font-size: 42px;
}

.query-modal .content, .dl-query-modal .content {
  padding: 20px 30px;
}

.query-modal h6, .dl-query-modal h6 {
  color: #929292;
  font-size: 12px;
  line-height: 1.33;
  margin: 3px 0;
}

.query-modal input, .query-modal textarea {
  width: 100%;
  padding: 15px;
  border: none;
  margin: 5px 0;
  font-size: 12px;
  border-radius: 0;
}

.checkbox input {
  width: auto;
}

.checkbox i {
  display: none;
}

@media (min-width: 768px) {
  .checkbox i {
    display: inline-block;
  }
}

.query-modal .box {
  background-color: #ffffff;
  padding: 10px 16px;
  margin: 5px 0;
  color: #929292;
}

.query-modal .box .checkbox span {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  padding: 15px;
  border: 2px solid #eee;
  font-size: 12px;
  font-weight: 300;
}

.query-modal .half {
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .query-modal .half {
    width: 49.4%;
  }
}

.query-modal .innerhalf {
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .query-modal .innerhalf {
    width: 48.9%;
  }
}

.query-modal button {
  background-color: #07a0c5;
  border: none;
  width: 100%;
  padding: 18px 0;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 22px;
  text-transform: uppercase;
  margin-top: 10px;
}

.query-modal .g-recaptcha>div {
  margin: auto;
}

.close-modal {
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  top: -14px;
  right: 0px;
  background-color: #333;
  border-radius: 50%;
  padding: 4px 6px;
  border: 3px solid #efefef;
  box-shadow: 0px 0px 5px 1px #333;
}

@media (min-width: 768px) {
  .close-modal {
    right: -14px;
  }
}

/***************************/
/*** DOWNLOAD QUERY FORM ***/
/***************************/

.dl-query-modal {
  background-color: #ffffff;
  max-width: 400px;
}

.dl-query-modal h2 {
  color: #e93472;
  width: 100%;
  text-align: center;
  font-family: Nexa;
  letter-spacing: 3px;
}

.dl-query-modal h6 {
  text-align: center;
  margin-bottom: 10px;
  color: #bcbcbc;
  font-size: 13px;
  font-weight: 400;
}

.dl-query-modal .title {
  padding-top: 60px;
}

.dl-query-modal .title h1 {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 45px;
  margin-bottom: -14px;
}

.dl-query-modal input {
  width: 100%;
  background-color: #efefef;
  border: none;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
  margin-bottom: 10px;
}

.dl-query-modal input::placeholder {
  color: #bcbcbc;
  font-size: 13px;
}

.dl-query-modal button {
  width: 100%;
  border-radius: 5px;
  background-color: #e93472;
  text-align: center;
  color: #ffffff;
  border: none;
  padding: 15px 0;
  font-weight: 300;
}


/********************/
/*** CONTACT PAGE ***/
/********************/

.contact-title {
    text-align: center;
    position: absolute;
    bottom: 1px;
    width: 100%;
    z-index: 4;
}

.contact-title h1 {
  margin-bottom: 20px;
  font-family: Nexa;
  font-size: 42px;
  color: #ffffff;
  font-weight: bold;
}

.contact-title h2 {
  font-size: 21px;
  font-weight: 300;
  font-family: Nexa;
  color: #ffffff;
}

.cont-container {
  position: relative;
  background-color: #f8f8f8;
  width: 100%;
  margin: 36px auto;
  padding: 5px 5px 105px;
  border: 15px solid #ffffff;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .cont-container {
    width: 70%;
    padding: 35px 35px 55px;
  }
}

.cont-container h1 {
  color: #2a2a2a;
  font-size: 28px;
  font-family: Nexa;
  font-weight: bold;
}

.cont-container h3 {
  font-size: 18px;
  font-family: Nexa;
  font-weight: 300;
  color: #2a2a2a;
}

.cont-container h2 {
  font-size: 24px;
  font-weight: 300;
  color: #2a2a2a;
}

.cont-container h5 {
  font-size: 24px;
  font-weight: 300;
  color: #2a2a2a;
}

.cont-container h5.blue {
  color: #07a0c5;
}

.cont-container a {
  color: #222222;
  text-decoration: none;
}

.cont-container .stamp {
  padding: 15px;
  border: 1px solid #e0e0e0;
  width: 100px;
}

.cont-container .right {
  text-align: right;
}

.cont-container input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #5d5d5d;
  color: #2a2a2a;
  padding: 10px 0;
}

.cont-container input:focus {
  outline: none;
}

.cont-container input::-webkit-input-placeholder {
  color: #2a2a2a;
}

.cont-container button {
  background-color: #07a0c5;
  color: #ffffff;
  border-radius: 15px;
  padding: 10px 32px;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 40px;
}

.cont-container button:focus {
  outline: none;
}

.cont-container .bottom-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: -5px;
    padding: 10px 15px 0;
    border-top: 1px solid #e0e0e0;
}

@media (min-width: 768px) {
  .cont-container .bottom-bar {
    margin-left: -35px;
  }
}

.cont-container .bottom-bar p {
  font-size: 11px;
  color: #929292;
}

.cont-container .bottom-bar .right {
  text-align: center;
}

@media (min-width: 768px) {
  .cont-container .bottom-bar .right {
    text-align: right;
  }
}

/*********************************/
/*** TERMS AND CONDITIONS PAGE ***/
/*********************************/

.tnc {
  margin-top: 20px;
}

.tnc p, .tnc li, .tnc td {
  font-size: 12px;
  color: #2a2a2a;
  line-height: 2.17;
  letter-spacing: 0.2;
}

.tnc td {
  color: #929292;
}

.tnc table {
  margin: 20px 0;
}

.tnc th {
  font-size: 12px;
  padding-right: 20px;
}

/******************/
/*** MOBILE CTA ***/
/******************/
.mobile-cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  box-shadow: 1px 0px 7px -1px #333;
  z-index: 2;
}

@media (min-width: 768px) {
  .mobile-cta {
    display: none;
  }
}

.mobile-cta .enquiry, .mobile-cta .booking {
  display: flex;
}

.mobile-cta .whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  background-color: #4AC959;
}

.mobile-cta .whatsapp img {
  width: 40px;
}

.mobile-cta .send-query {
  width: 70%;
  background-color: #e93472;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

.mobile-cta .send-query:active, .mobile-cta .send-query:hover {
  background-color: #c32058;
}

.trip-page .send-query, .trip-page .enquiry .whatsapp {
  display: none;
}

.contact-page .send-query {
  width: 70%;
  float: left;
  display: block;
}

.contact-page .whatsapp {
  width: 30%;
}

.mobile-cta .book-now {
  width: 70%;
  background-color: #0aa0c1;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  display: none;
  z-index: 25;
}

.mobile-cta .book-now:active, .mobile-cta .book-now:hover {
  background-color: #03819c;
}

.trip-page .book-now {
  display: block;
}

.contact-page .book-now {
  display: none;
}

.mobile-cta .call-btn {
  width: 100%;
  background-color: #00a13e;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  display: none;
}

.mobile-cta .call-btn:active, .mobile-cta .call-btn:hover {
  background-color: #01752e;
}

.contact-page .call-btn {
  width: 25%;
  float: left;
  display: block;
}

/******************/
/*** DESKTOP-CTA **/
/******************/

.desktop-cta {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  opacity: 0.9;
}

.desktop-cta .whatsapp {
  background-color: #4AC959;
  border-radius: 50%;
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.desktop-cta .whatsapp img {
  width: 26px;
  height: 26px;
}

@media (min-width: 768px) {
  .desktop-cta {
    display: block;
  }
}

/******************/
/*** ABOUT PAGE ***/
/******************/

.about-title {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 4;
    color: #ffffff;
    font-family: Nexa;
}

.about-title h1 {
  font-weight: bold;
  font-size: 42px;
}

.breadcrumbs-about {
  border-bottom: 1px solid #d1d1d1;
}

.about-intro {
  padding: 50px 0 60px;
  text-align: center;
  color: #7a7a7a;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  line-height: 28px;
  font-weight: 400;
}

@media screen and (min-width: 768px) { 
  .about-intro {
    width: 65%;
  }
}

.about-content .row {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .about-content .row {
    flex-direction: row;
    margin-bottom: 70px;
  }
}

.about-content .row:nth-child(even) .about-box-image {
  order: -1;
}

@media screen and (min-width: 768px) { 
  .about-content .row:nth-child(even) .about-box-image {
    order: initial;
  }
}

.about-content .about-box-image {
  display: flex;
}

.about-content .about-box-image img {
  width: 100%;
  object-fit: cover;
}

.about-content .about-box-content {
  padding: 0 35px;
}

.about-content .about-box-content h3 { 
  font-size: 24px;
  font-family: Nexa;
  font-weight: lighter;
  line-height: 24px;
  color: #2a2a2a;
  text-align: center;
  margin-top: 24px;
}

@media screen and (min-width: 768px) { 
  .about-content .about-box-content h3 { 
    font-size: 32px;
    line-height: 20px;
    text-align: left;
  }
}

.about-content .about-box-content hr {
  width: 40px;
  height: 3px;
  background-color: #f5bf5b;
}

@media screen and (min-width: 768px) { 
  .about-content .about-box-content hr {
    margin-left: 0;
  }
}

.about-content .about-box-content p {
  font-size: 12px;
  line-height: 20px;
  color: #929292;
} 

.team {
  margin-top: 10px;
  margin-bottom: 70px;
  position: relative;
}

.team .member {
  margin: 15px auto;
  transition: opacity 1s;
  cursor: pointer;
}

.team .member .short-info img {
  width: 100%;
}

.team .short-info > h4, .team .member-desc > h4 {
  font-family: Nexa;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.team .member-desc > h4 {
  margin-top: 0;
  font-size: 18px;
}

.team .short-info> h4 {
  color: #07a0c5;
  font-weight: bolder;
}

.team .short-info > h4 span {
  font-weight: 400;
  display: block;
  margin-top: 10px;
}


.team .short-info > h4:hover {
  text-decoration: underline;
}

.team .member .member-desc {
  position: relative;
  display: none;
  width: 100vw;
  padding: 40px;
  z-index: 10;
  margin-top: 15px;
  background-color: #f2f2f2;
}

@media screen and (min-width: 768px) {
  .team .member .member-desc {
    padding: 50px;
  } 
}

.team .member .member-desc .close_btn {
  top: -20px;
  right: 10px;
  font-size: 18px;
  position: relative;
  float: right;
  font-family: Arial;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 5px 15px 4px 13px;
}

.team .member .member-desc .close_btn i {
  font-size: 20px;
}

.team .member .member-desc .close_btn i:before {
  content: "\F105\F104";
  letter-spacing: -0.15em;
}


.joinus {
  background-color: #07a0c5;
  text-align: center;
  padding: 40px 0 60px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .joinus {
    width: 65%;
  }
}

.joinus h3 {
  font-family: Nexa;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 50px;  
}

@media screen and (min-width: 768px) {
  .joinus h3 {
    font-size: 32px;
  }
}

.joinus .join-btn {
  padding : 15px 0;
  width: 50%;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 32px;
  margin: 0 auto;
  font-weight: bold;
  display: block;
  text-decoration: none;
  font-family: Nexa;
  font-size: 16px;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .joinus .join-btn {
    padding: 20px 0;
    font-size: 20px;
  }
}

/********************/
/*** CAREERS PAGE ***/
/********************/

.careers-intro {
  margin-top: 40px;
  margin-bottom: 60px;
}

.careers-intro p {
  font-size: 16px;
  color: #7a7a7a;
  text-align: center;
  line-height: 28px;
}

.career-bg {
  position: relative;
  background-color: #f1f1f1;
  padding-top: 50px;
}

.career-bg:after {
  content: ' ';
  background: linear-gradient(#f1f1f1,transparent 80%);
  height: 200px;
  width: 100%;
  margin: 0 -15px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%)
}

.careers {
  margin: 10px auto 70px;
  position: relative;
}

.careers .member {
  margin: 15px auto;
  transition: opacity 1s;
  cursor: pointer;
}

.careers .member .short-info img {
  width: 100%;
}

.careers .short-info > h4, .careers .member-desc > h4 {
  font-family: Nexa;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.careers .member-desc > h4 {
  margin-top: 0;
  font-size: 18px;
}

.careers .short-info> h4 {
  font-weight: bolder;
  color: #2a2a2a;
}

.careers .short-info > h5 {
  color: #07a0c5;
  font-size: 12px;
  text-decoration: underline;
}

.careers .member .member-desc {
  position: relative;
  display: none;
  width: 100vw;
  padding: 40px;
  z-index: 10;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .careers .member .member-desc {
    padding: 50px;
  } 
}

.careers .member .member-desc .close_btn {
  top: -20px;
  right: 10px;
  font-size: 18px;
  position: relative;
  float: right;
  font-family: Arial;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 50%;
  padding: 5px 15px 4px 13px;
}

.careers .member .member-desc .close_btn i {
  font-size: 20px;
}

.careers .member .member-desc .close_btn i:before {
  content: "\F105\F104";
  letter-spacing: -0.15em;
}

.apply-btn {
  background-color: #07a0c5;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  padding: 12px 60px;
  display: inline-block;
  margin: 10px auto;
  border-radius: 20px;
}

.career-form-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  margin-left: -15px;
  display: none;
}

.career-form {
  position: relative;
  top: 0;
  width: 95%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 20px 30px;
  z-index: 15;
}

@media screen and (min-width: 768px) {
  .career-form {
    width: 55%;
  }
}

.career-form .intro h2 {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #2a2a2a;
}

.career-form .intro p {
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  color: #7a7a7a;
}

.career-form form {
  padding: 10px 20px 40px;
  text-align: center;
}

.career-form input, .career-form select, .career-form textarea {
  width: 100%;
  padding: 8px 14px;
  margin-bottom: 10px;
  border: 1px solid #cbcbcb;
}

.career-form input::placeholder, .career-form textarea::placeholder, .career-form select option {
  color: #bcbcbc;
}

/* .career-form select {
  color: #bcbcbc;
} */

.career-form select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
  color: #bcbcbc;
  border-radius: 0;
  background-color: #ffffff;
  border-color: #cbcbcb;
  height: 38px;
}

.career-form form #uploader::before {
  content: "Upload your CV/Portfolio*";
  position: absolute;
  background-color: #ffffff;
  color: #bcbcbc;
}

.career-form form #uploader.removeLabel::before {
  content: '';
}

.career-form form input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none;
  border:0px;
}

x::-webkit-file-upload-button, input[type=file]:after {
  content:'UPLOAD';
  left: calc(100% - 80px);
  top: -2px;
  background-color: #5a5a5a;
  position: relative;
  -webkit-appearance: none;
  padding: 6px 12px;
  border:0px;
  font-weight: 200;
  color: #ffffff;
  border-radius: 17px;
  font-size: 10px;
}

@media screen and (max-width: 400px) {
  .career-form #uploader {
    padding: 8px 14px 30px;
  }
  x::-webkit-file-upload-button, input[type=file]:after {
    top: 22px;
  }
}

.career-form form .half {
  width: 49%;
  float: left;
}

.career-form form .age {
  margin-right: 2%;
}

.career-form form h3 {
  font-size: 13px;
  text-align: left;
}

.career-form form h2 {
  font-size: 16px;
  color: #2a2a2a;
  text-align: center;
}

.career-form .second-title {
  margin-top: 80px;
}

.career-form .blue-btn {
  background-color: #07a0c5;
  padding: 10px 40px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  border: none;
  margin-top: 20px;
  border-radius: 17px;
}

.career-form h5 {
  color: #bcbcbc;
  text-align: right;
  font-weight: 400;
  font-size: 12px;
}