@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: right;
  display: inline-block;
  position: absolute;
  text-align: right;
  width: auto;
  top: 22px;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 29, ../../sass/templatetrip/custom.scss */
  .customNavigation {
    right: 15px;
  }
}
@media (max-width: 991px) {
  /* line 29, ../../sass/templatetrip/custom.scss */
  .customNavigation {
    right: 15px;
  }
}
/* line 43, ../../sass/templatetrip/custom.scss */
.customNavigation a {
  padding: 9px 10px 7px;
  text-transform: uppercase;
  font: 400 13px/18px "PT Sans", Helvetica, sans-serif;
  float: left;
  border: 1px solid #777777;
  letter-spacing: 0.4px;
  color: #222222;
  width: 30px;
  height: 30px;
  font-size: 0;
  padding: 6px;
}
/* line 55, ../../sass/templatetrip/custom.scss */
.customNavigation a.prev {
  margin: 0 4px 0 0;
}
/* line 57, ../../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: 15px;
}
/* line 67, ../../sass/templatetrip/custom.scss */
.customNavigation a.next:before {
  background: transparent url("../../img/templatetrip/sprite.png") no-repeat scroll -19px -392px;
  content: "";
  float: right;
  height: 15px;
  text-align: right;
  width: 15px;
}
/* line 76, ../../sass/templatetrip/custom.scss */
.customNavigation a:hover {
  border-color: #454545;
  background: #222222;
  color: white;
}
/* line 81, ../../sass/templatetrip/custom.scss */
.customNavigation a:hover.prev:before {
  background-position: -75px -359px;
}
/* line 86, ../../sass/templatetrip/custom.scss */
.customNavigation a:hover.next:before {
  background-position: -76px -392px;
}
