/* compiled by scssphp v0.0.12 on Tue, 04 Jun 2019 14:26:37 +1200 (0.0156s) */

.content.layout-full {
  padding-top: 0 !important;
}
.foals-tab {
  background-color: #0d0d0d;
  width: 32.86%;
  margin-right: 0.7%;
  float: left;
  text-align: center;
  height: 75px;
  line-height: 75px;
  border: none;
  margin-bottom: 10px;
  font-weight: 500;
}
.foals-tab:nth-child(3n+3) {
  margin-right: 0%;
}
#foals-title-container .content {
  padding: 60px 0;
}
.foals-page .full-width-line-light {
  margin-top: 100px;
  margin-bottom: 60px;
}
.foals-tab.active {
  background-color: #ffc72c;
  color: #000;
}
#foals-container {
  overflow: hidden;
  background-color: #ccc !important;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -80px;
  pointer-events: all;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -80px;
  pointer-events: all;
}
.owl-nav {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.owl-carousel .owl-nav .owl-next:before {
  content: '\f105';
  font-size: 90px;
  font-family: 'Font Awesome 5 Pro';
  color: #ffc72c;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: '\f104';
  font-size: 90px;
  font-family: 'Font Awesome 5 Pro';
  color: #ffc72c;
}
.owl-prev.disabled {
  display: none;
}
.owl-next.disabled {
  display: none;
}
.foals-search-wrap {
  position: relative;
}
.foals-search-wrap #foals-search {
  width: 100%;
  position: relative;
  background-color: #333;
  border: none;
  color: #ccc;
  padding: 30px;
  padding-left: 60px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.foals-search-wrap #foals-search::placeholder {
  color: #ccc;
}
.foals-search-wrap .fas {
  position: absolute;
  left: 30px;
  top: 37px;
  color: #ccc;
}
.foals-item {
  background-color: #333;
  color: #fff;
  width: 33.3%;
  float: left;
}
.foals-item .title {
  display: block;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
.foals-item .subtitle {
  display: block;
  margin-bottom: 30px;
  color: #ffc72c;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}
.foals-item .module-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  display: block;
}
.foals-item .module-text p {
  font-size: 14px;
}
.foals-item .module-text a {
  position: relative;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: white;
}
.foals-item .module-text a:before, .foals-item .module-text a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
.foals-item .module-text a:before {
  top: 0;
}
.foals-item .module-text a:after {
  bottom: 0;
}
.foals-item .module-text a:hover:before {
  transform: translateY(-3px);
}
.foals-item .module-text a:hover:after {
  transform: translateY(3px);
}
#foals-container .wrap {
  max-width: 1450px;
}
