@charset "UTF-8";
/* --------------------------- TempalteTrip Custom Styles ----------------------------- */
/* line 9, ../../sass/templatetrip/custom.scss */
.owl-wrapper-outer {
  float: left;
  width: 100%;
  overflow: hidden;
}
/* line 13, ../../sass/templatetrip/custom.scss */
.owl-wrapper-outer .owl-wrapper {
  position: relative;
}
/* line 15, ../../sass/templatetrip/custom.scss */
.owl-wrapper-outer .owl-wrapper:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
/* line 23, ../../sass/templatetrip/custom.scss */
.owl-wrapper-outer .owl-wrapper .owl-item {
  float: left;
}

/* line 29, ../../sass/templatetrip/custom.scss */
.customNavigation {
  left: auto;
  padding: 0 0;
  position: absolute;
  right: 0;
  top: -46px;
  width: auto;
}
/* line 36, ../../sass/templatetrip/custom.scss */
.customNavigation a {
  height: 30px;
  width: 30px;
  font-size: 0;
  float: left;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  line-height: 30px;
  position: relative;
}
/* line 47, ../../sass/templatetrip/custom.scss */
.customNavigation a:before {
  font-family: "FontAwesome";
  font-size: 26px;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
  height: 100%;
  color: #888888;
}
/* line 57, ../../sass/templatetrip/custom.scss */
.customNavigation a.prev {
  border-right: 1px solid #bfbfbf;
}
/* line 59, ../../sass/templatetrip/custom.scss */
.customNavigation a.prev:before {
  content: "\f104";
}
/* line 64, ../../sass/templatetrip/custom.scss */
.customNavigation a.next:before {
  content: "\f105";
}
/* line 69, ../../sass/templatetrip/custom.scss */
.customNavigation a:hover:before {
  color: #333333;
}

/* line 77, ../../sass/templatetrip/custom.scss */
.tt-carousel {
  display: none;
  position: relative;
  margin: 0;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 84, ../../sass/templatetrip/custom.scss */
.tt-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: 0px, 0px, 0px;
}

/* line 89, ../../sass/templatetrip/custom.scss */
.tt-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 97, ../../sass/templatetrip/custom.scss */
.tt-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 102, ../../sass/templatetrip/custom.scss */
.tt-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 109, ../../sass/templatetrip/custom.scss */
.tt-carousel .owl-item {
  float: left;
}

/* line 112, ../../sass/templatetrip/custom.scss */
.tt-carousel .owl-item .manu_image a {
  display: inline-block;
}

/* line 115, ../../sass/templatetrip/custom.scss */
.tt-carousel .owl-item .manu_image a img {
  width: 100%;
}

/* line 118, ../../sass/templatetrip/custom.scss */
.tt-carousel .owl-item:hover a img {
  border-color: blue;
}

/* line 122, ../../sass/templatetrip/custom.scss */
.tt-carousel .owl-wrapper,
.tt-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: 0, 0, 0;
  -moz-transform: 0, 0, 0;
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}
