@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: left;
  display: inline-block;
  position: static;
  text-align: center;
  width: 100%;
  margin: 20px 0 0 0;
}
/* line 36, ../../sass/templatetrip/custom.scss */
.customNavigation a {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  color: #222222;
  position: relative;
  width: 31px;
  height: 31px;
}
/* line 47, ../../sass/templatetrip/custom.scss */
.customNavigation a.prev {
  background: transparent url("../../img/templatetrip/sprite.png") no-repeat scroll -11px -353px;
  margin: 0 4px 0 0;
  padding: 0;
}
/* line 51, ../../sass/templatetrip/custom.scss */
.customNavigation a.prev:before {
  border-top: 1px solid #e8e8e8;
  content: "";
  float: left;
  height: 1px;
  left: -61px;
  position: absolute;
  text-align: left;
  top: 10px;
  width: 60px;
}
/* line 62, ../../sass/templatetrip/custom.scss */
.customNavigation a.prev:after {
  border-bottom: 1px solid #e8e8e8;
  content: "";
  height: 1px;
  left: -41px;
  position: absolute;
  top: 15px;
  width: 40px;
}
/* line 72, ../../sass/templatetrip/custom.scss */
.customNavigation a.next {
  background: transparent url("../../img/templatetrip/sprite.png") no-repeat scroll -11px -386px;
}
/* line 74, ../../sass/templatetrip/custom.scss */
.customNavigation a.next:before {
  border-top: 1px solid #e8e8e8;
  content: "";
  height: 1px;
  right: -61px;
  position: absolute;
  top: 10px;
  width: 60px;
}
/* line 83, ../../sass/templatetrip/custom.scss */
.customNavigation a.next:after {
  border-bottom: 1px solid #e8e8e8;
  content: "";
  height: 1px;
  right: -41px;
  position: absolute;
  top: 15px;
  width: 40px;
}
/* line 93, ../../sass/templatetrip/custom.scss */
.customNavigation a:hover {
  border-color: #2b497e;
  background-color: #2b497e;
  color: white;
}
/* line 97, ../../sass/templatetrip/custom.scss */
.customNavigation a:hover.prev {
  background-position: -67px -353px;
}
/* line 100, ../../sass/templatetrip/custom.scss */
.customNavigation a:hover.next {
  background-position: -69px -386px;
}
