/******************************************************************************
						 TemplateTrip Homepage Slider
*******************************************************************************/
/* line 7, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider {
  float: left;
  position: relative;
  padding: 0;
  margin: 0 0 20px;
  /*captions*/
  /*auto controls*/
}
@media (max-width: 767px) {
  /* line 7, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider {
    margin: 0 0 10px;
  }
}
/* line 18, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider ul li a img {
  width: 100%;
  height: auto;
}
/* line 23, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider ul li .tthomeslider-description {
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 23, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li .tthomeslider-description {
    bottom: 0;
    height: 150px;
    margin: auto;
    top: 0;
  }
}
/* line 33, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider ul li .tthomeslider-description .tt-titlehead {
  color: #a5713b;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  /* line 33, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li .tthomeslider-description .tt-titlehead {
    font-size: 100%;
    margin-bottom: 10px;
  }
}
/* line 45, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider ul li .tthomeslider-description .tt-title {
  font: 400 48px/55px "Poppins", sans-serif;
  color: #333333;
  text-transform: capitalize;
  position: relative;
  transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -khtml-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  letter-spacing: 1px;
  padding: 0 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 45, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li .tthomeslider-description .tt-title {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 45, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li .tthomeslider-description .tt-title {
    font-size: 28px;
    padding: 0 0 10px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  /* line 45, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li .tthomeslider-description .tt-title {
    font-size: 100%;
    line-height: 100%;
    padding: 0 0 10px;
  }
}
/* line 71, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider ul li .tthomeslider-description .tt-title:before {
  border-bottom: 1px solid;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 60px;
}
/* line 83, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider ul li .tthomeslider-description .ttsub-title {
  float: left;
  font: 400 16px/58px "Poppins", Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -khtml-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li .tthomeslider-description .ttsub-title {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 83, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li .tthomeslider-description .ttsub-title {
    font-size: 14px;
    line-height: 38px;
  }
}
@media (max-width: 480px) {
  /* line 83, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li .tthomeslider-description .ttsub-title {
    font-size: 12px;
    line-height: 17px;
    margin: 7px 0;
    text-transform: capitalize;
    width: 69%;
    display: inline-block;
    float: none;
  }
}
/* line 112, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider ul li .tthomeslider-description .shop-btn {
  float: left;
  text-align: center;
  width: 100%;
}
/* line 116, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider ul li .tthomeslider-description .shop-btn > a {
  border: 1px solid #2e2e2e;
  display: inline-block;
  letter-spacing: 1px;
  float: none;
  font: 400 13px/18px "Poppins", Helvetica, sans-serif;
  padding: 8px 22px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  /* line 116, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li .tthomeslider-description .shop-btn > a {
    font-size: 12px;
    line-height: 13px;
    padding: 4px 10px;
  }
}
/* line 129, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider ul li .tthomeslider-description .shop-btn > a:hover {
  border-color: #f12a43;
  color: #f12a43;
}
/* line 137, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider ul li.ttsample-1 .tthomeslider-description {
  left: 0;
  top: 15%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 137, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li.ttsample-1 .tthomeslider-description {
    top: 16%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 137, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li.ttsample-1 .tthomeslider-description {
    top: 20%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 137, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li.ttsample-1 .tthomeslider-description {
    top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 137, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li.ttsample-1 .tthomeslider-description {
    top: 9%;
  }
}
/* line 155, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider ul li.ttsample-2 .tthomeslider-description {
  right: -20%;
  top: 22%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 155, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li.ttsample-2 .tthomeslider-description {
    top: 16%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 155, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li.ttsample-2 .tthomeslider-description {
    top: 10%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 155, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li.ttsample-2 .tthomeslider-description {
    top: 10px;
  }
}
@media (max-width: 480px) {
  /* line 155, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
  #tthomepageslider ul li.ttsample-2 .tthomeslider-description {
    top: 9%;
    width: 50%;
    right: 0;
  }
}
/* line 177, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-window {
  margin-bottom: 20px;
}
/* line 178, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-wrapper {
  margin-bottom: 20px;
}
/* line 183, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-controls .bx-pager {
  bottom: 20px;
  display: none;
  z-index: 99;
}
/* line 187, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-controls .bx-pager a {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin: 0 3px;
}
/* line 192, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-controls .bx-pager a.active, #tthomepageslider .bx-controls .bx-pager a:hover {
  background: #f12a43;
}
/* line 197, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-controls .bx-controls-direction {
  bottom: 0;
  float: left;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
/* line 206, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-controls .bx-controls-direction a {
  color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  -webkit-opacity: 0;
  /* other webkit*/
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -khtml-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  font-size: 0;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 40px;
  margin: auto;
  position: absolute;
  text-decoration: none;
  top: 0;
  z-index: 2;
  border: 2px solid #111111;
}
/* line 230, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-controls .bx-controls-direction a:before {
  color: #111111;
  display: inline-block;
  float: none;
  -moz-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -khtml-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  vertical-align: top;
  padding: 6px 14px;
  font-family: "FontAwesome";
  font-size: 24px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -khtml-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
}
/* line 247, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-controls .bx-controls-direction a.bx-prev {
  left: 40px;
}
/* line 249, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-controls .bx-controls-direction a.bx-prev:before {
  content: "\f104";
}
/* line 254, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-controls .bx-controls-direction a.bx-next {
  right: 40px;
}
/* line 256, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-controls .bx-controls-direction a.bx-next:before {
  content: "\f105";
}
/* line 260, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-controls .bx-controls-direction a:hover {
  border-color: #111111;
  background: #111111;
}
/* line 263, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-controls .bx-controls-direction a:hover:before {
  color: #ffffff;
}
/* line 273, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-captions {
  text-align: center;
  font-size: 12px;
  padding: 7px 0;
  color: #666;
}
/* line 280, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-auto {
  text-align: center;
  padding-top: 15px;
}
/* line 283, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider .bx-auto a {
  color: #666;
  font-size: 12px;
}
/* line 293, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider:hover .bx-controls .bx-controls-direction a {
  opacity: 1;
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  -webkit-opacity: 1;
  /* other webkit*/
}
/* line 299, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider:hover .bx-controls .bx-controls-direction .bx-prev {
  left: 20px;
}
/* line 302, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
#tthomepageslider:hover .bx-controls .bx-controls-direction .bx-next {
  right: 20px;
}

/* line 309, ../../../../sass/modules/tthomeslider/css/tthomeslider.scss */
.ttloading-bg {
  background: whitesmoke url("../../../../img/templatetrip/ajax-loader.gif") no-repeat scroll center center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
}
