/* --------------------------- TempalteTrip Custom Styles ----------------------------- */
.owl-wrapper-outer {
  float: left;
  width: 100%;
  overflow: hidden; }
  .owl-wrapper-outer .owl-wrapper {
    position: relative; }
    .owl-wrapper-outer .owl-wrapper:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      line-height: 0;
      visibility: hidden; }
    .owl-wrapper-outer .owl-wrapper .owl-item {
      float: left; }

.customNavigation {
  padding: 0 0;
  float: right;
  margin-top: -40px; }
  .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; }
    .customNavigation a:before {
      font-family: "FontAwesome";
      font-size: 26px;
      float: left;
      width: 100%;
      text-align: center;
      padding: 0;
      height: 100%;
      color: #888888; }
    .customNavigation a.prev {
      border-right: 1px solid #bfbfbf; }
      .customNavigation a.prev:before {
        content: "\f104"; }
    .customNavigation a.next:before {
      content: "\f105"; }
    .customNavigation a:hover:before {
      color: #333333; }

.tt-carousel {
  display: none;
  position: relative;
  margin: 0;
  width: 100%;
  -ms-touch-action: pan-y; }

.tt-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: 0px, 0px, 0px; }

.tt-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.tt-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.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; }

.tt-carousel .owl-item {
  float: left; }

.tt-carousel .owl-item .manu_image a {
  display: inline-block; }

.tt-carousel .owl-item .manu_image a img {
  width: 100%; }

.tt-carousel .owl-item:hover a img {
  border-color: blue; }

.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; }

/*# sourceMappingURL=custom.css.map */
