@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;
  position: static;
  text-align: center;
  width: 100%;
}
/* line 34, ../../sass/templatetrip/custom.scss */
.customNavigation a {
  text-transform: none;
  font: 400 13px/18px "Roboto", Helvetica, sans-serif;
  width: auto;
  height: auto;
  padding: 6px 20px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 500px;
  background-color: #000;
  color: rgba(246,246,246,.7);
  border: 1px solid #000;
}
/* line 43, ../../sass/templatetrip/custom.scss */
.customNavigation a.prev {
  margin: 0 4px 0 0;
}
/* line 45, ../../sass/templatetrip/custom.scss */
.customNavigation a.prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  color: #777777;
  float: left;
  text-align: left;
  width: 16px;
  font-size: 16px;
}
/* line 56, ../../sass/templatetrip/custom.scss */
.customNavigation a.next:after {
  font-family: "FontAwesome";
  content: "\f105";
  color: #777777;
  font-size: 16px;
  margin: 0 0 0 8px;
  text-align: right;
  vertical-align: text-top;
  width: 16px;
  line-height: 16px;
}
/* line 68, ../../sass/templatetrip/custom.scss */
.customNavigation a:hover {
  background: #FFF;
  color: #000;
}
/* line 71, ../../sass/templatetrip/custom.scss */
.customNavigation a:hover:before, .customNavigation a:hover:after {
  color: #000;
}
