@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;
}
/* line 35, ../../sass/templatetrip/custom.scss */
.customNavigation a {
  padding: 4px 13px 7px;
  text-transform: capitalize;
  font: 400 13px/18px "PT Sans", Helvetica, sans-serif;
  float: left;
  border: 0px solid #777777;
  letter-spacing: 0.4px;
  color: #666666;
  width: auto;
  height: auto;
	background-color: #efe4d3;
	border-radius:20px;
}
/* line 45, ../../sass/templatetrip/custom.scss */
.customNavigation a.prev {
  margin: 0 4px 0 0;
}
/* line 47, ../../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: 24px;
}
/* line 57, ../../sass/templatetrip/custom.scss */
.customNavigation a.next:before {
  background: transparent url("../../img/templatetrip/sprite.png") no-repeat scroll -8px -392px;
  content: "";
  float: right;
  height: 15px;
  text-align: right;
  width: 24px;
}
/* line 66, ../../sass/templatetrip/custom.scss */
.customNavigation a:hover {
  border-color: #232323;
  background: #666666;
  color: white;
}
/* line 71, ../../sass/templatetrip/custom.scss */
.customNavigation a:hover.prev:before {
  background-position: -75px -359px;
}
/* line 76, ../../sass/templatetrip/custom.scss */
.customNavigation a:hover.next:before {
  background-position: -66px -392px;
}
