@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 {
  float: none;
  display: inline-block;
  position: static;
  text-align: center;
  width: auto;
  vertical-align: top;
  border: 1px solid #eeeeee;
}
/* line 37, ../../sass/templatetrip/custom.scss */
.customNavigation a {
  padding: 2px 15px 0;
  font: 400 14px/20px "Roboto", Helvetica, sans-serif;
  float: left;
  letter-spacing: 0.6px;
  color: black;
  width: auto;
  height: auto;
}
/* line 45, ../../sass/templatetrip/custom.scss */
.customNavigation a.prev {
  position: relative;
}
/* line 47, ../../sass/templatetrip/custom.scss */
.customNavigation a.prev:before {
  border-top: 1px solid #eeeeee;
  content: "";
  height: 1px;
  left: -71px;
  position: absolute;
  top: 11px;
  width: 70px;
}
/* line 57, ../../sass/templatetrip/custom.scss */
.customNavigation a.next {
  position: relative;
}
/* line 59, ../../sass/templatetrip/custom.scss */
.customNavigation a.next:before {
  border-top: 1px solid #eeeeee;
  content: "";
  height: 1px;
  right: -71px;
  position: absolute;
  top: 11px;
  width: 70px;
}
/* line 69, ../../sass/templatetrip/custom.scss */
.customNavigation a:hover {
  color: black;
  background: #fdc957;
}
