@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 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  left: auto;
  padding: 0 0;
  position: absolute;
  right: 0;
  top: -46px;
  width: auto;
}
/* line 37, ../../sass/templatetrip/custom.scss */
.customNavigation a {
  padding: 6px 8px;
  text-transform: uppercase;
  font: 400 0/18px "PT Sans", Helvetica, sans-serif;
  float: left;
  color: #777777;
  width: 32px;
  height: 32px;
}
/* line 45, ../../sass/templatetrip/custom.scss */
.customNavigation a.prev {
  border: 1px solid #dddddd;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 49, ../../sass/templatetrip/custom.scss */
.customNavigation a.prev:before {
  background: transparent url("../../img/templatetrip/sprite.png") no-repeat scroll -17px -359px;
  content: "";
  float: left;
  height: 15px;
  text-align: left;
  width: 14px;
}
/* line 58, ../../sass/templatetrip/custom.scss */
.customNavigation a.next {
  border: 1px solid #dddddd;
  margin: 0 0 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 62, ../../sass/templatetrip/custom.scss */
.customNavigation a.next:before {
  background: transparent url("../../img/templatetrip/sprite.png") no-repeat scroll -18px -392px;
  content: "";
  float: right;
  height: 15px;
  text-align: right;
  width: 14px;
}
/* line 71, ../../sass/templatetrip/custom.scss */
.customNavigation a:hover {
  border-color: #ffe160;
  background: #ffce64;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffea6b 0%, #f8da5b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffea6b 0%, #f8da5b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffea6b 0%, #f8da5b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea6b', endColorstr='#f8da5b',GradientType=0 );
  /* IE6-9 */
  color: white;
  /*&.prev{
  	&:before{
  		background-position:-75px -359px;
  	}	
  }
  &.next{
  	&:before{
  		background-position:-76px -392px;
  	}
  }*/
}

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

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

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

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

/* line 124, ../../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 131, ../../sass/templatetrip/custom.scss */
.tt-carousel .owl-item {
  float: left;
}

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

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

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

/* line 144, ../../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;
}
