.img-center {
  margin-left: auto;
  margin-right: auto;
}

/* ----- BOOTSTRAP MARGIN STYLES ----- */
.margin-top-xs-0 {
  margin-top: 0;
}

.margin-top-xs-5 {
  margin-top: 5px;
}

.margin-top-xs-10 {
  margin-top: 10px;
}

.margin-top-xs-20 {
  margin-top: 20px;
}

.margin-top-xs-30 {
  margin-top: 30px;
}

.margin-top-xs-40 {
  margin-top: 40px;
}

.margin-top-xs-60 {
  margin-top: 60px;
}

.margin-bottom-xs-0 {
  margin-bottom: 0;
}

.margin-bottom-xs-10 {
  margin-bottom: 10px;
}

.margin-bottom-xs-20 {
  margin-bottom: 20px;
}

.margin-bottom-xs-30 {
  margin-bottom: 30px;
}

.margin-bottom-xs-40 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .margin-top-sm-0 {
    margin-top: 0;
  }
  .margin-top-sm-30 {
    margin-top: 30px;
  }
  .margin-top-sm-60 {
    margin-top: 60px;
  }
  .margin-bottom-sm-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .margin-bottom-md-0 {
    margin-bottom: 0;
  }
  .margin-top-md-0 {
    margin-top: 0;
  }
  .margin-top-md-30 {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .margin-bottom-lg-0 {
    margin-bottom: 0;
  }
  .margin-top-lg-0 {
    margin-top: 0;
  }
}
/* ----- BOOTSTRAP TEXT ALIGNMENT EXTENSION ----- */
.text-center-xs {
  text-align: center;
}

.text-left-xs {
  text-align: left;
}

.text-right-xs {
  text-align: right;
}

@media (min-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-center-md {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-center-lg {
    text-align: center;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
}
/* ----- BOOTSTRAP EQUAL HEIGHT COL EXTENSION ----- */
.row-same-height {
  display: table;
  height: 100%;
  width: 100%;
}

.col-xs-height {
  display: table-cell;
  float: none;
  height: 100%;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-no-height {
    display: block;
    float: left;
    height: auto;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
}
.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

.site-header {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  height: 120px;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 1000000;
}
.site-header.nav-static {
  position: absolute;
}
.site-header.nav-fixed {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
}
.site-header.nav-scrolling-down {
  top: -135px;
}
.site-header.nav-scrolling-up {
  top: 0;
}
@media (max-width: 767px) {
  .site-header {
    border-bottom: 0;
  }
}
.site-header .logo img {
  max-width: 180px;
  height: auto;
}

#signals-nav {
  padding: 0;
}
@media (min-width: 768px) {
  #signals-nav {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
}
#signals-nav.hide {
  opacity: 0 !important;
}
#signals-nav.show {
  opacity: 1 !important;
}

.main-nav {
  margin: 0;
  padding: 0;
  padding-top: 27px;
  list-style: none;
}
.main-nav li {
  display: inline-block;
  padding-left: 20px;
}
.main-nav li.current-menu-item a:after {
  content: "";
  border-bottom: 2px solid #006E87;
  width: 20px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .main-nav li.current-menu-item a:after {
    left: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 860px) {
  .main-nav li {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .main-nav li {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .main-nav li {
    display: block;
    padding: 5px 0 10px 20px;
  }
}
.main-nav a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
.main-nav a:hover, .main-nav a:active, .main-nav a:focus {
  color: #006E87;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-nav a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main-nav {
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
  }
}

.nav-icon a {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-icon a span {
  display: none !important;
}

.nav-icon-search a:before {
  content: "\f002";
}

.hidden-search, .mobile-search {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 15px;
  top: 25px;
  width: 0;
  background-color: #fff;
  overflow: hidden;
  /*
  	@media (max-width:767px) {
  		width: 100%;
  	}
  */
}
.hidden-search.open, .open.mobile-search {
  width: 100%;
  overflow: visible;
}
.hidden-search.closed, .closed.mobile-search {
  width: 0;
  overflow: hidden;
}
.hidden-search form, .mobile-search form {
  width: 95%;
}
.hidden-search .form-control, .mobile-search .form-control {
  border: 0px;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  height: 39px;
}
.hidden-search .form-control:focus, .mobile-search .form-control:focus {
  box-shadow: none;
}
.hidden-search .btn-default, .mobile-search .btn-default {
  color: #006E87;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  font-size: 18px;
}
.hidden-search .btn-default:hover, .mobile-search .btn-default:hover, .hidden-search .btn-default:active, .mobile-search .btn-default:active, .hidden-search .btn-default:focus, .mobile-search .btn-default:focus {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
.hidden-search .form-control::-moz-placeholder, .mobile-search .form-control::-moz-placeholder {
  color: #333;
  text-transform: uppercase;
  opacity: 1;
}
.hidden-search .form-control:-ms-input-placeholder, .mobile-search .form-control:-ms-input-placeholder {
  color: #333;
  text-transform: uppercase;
}
.hidden-search .form-control::-webkit-input-placeholder, .mobile-search .form-control::-webkit-input-placeholder {
  color: #333;
  text-transform: uppercase;
}
.hidden-search .form-control::-ms-expand, .mobile-search .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
  color: #333;
  text-transform: uppercase;
}
.hidden-search .hidden-search-close, .mobile-search .hidden-search-close {
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.hidden-search .hidden-search-close:hover, .mobile-search .hidden-search-close:hover, .hidden-search .hidden-search-close:active, .mobile-search .hidden-search-close:active, .hidden-search .hidden-search-close:focus, .mobile-search .hidden-search-close:focus {
  color: #006E87;
}

.navbar-toggle {
  margin: 0;
  font-size: 20px !important;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .nav-wrapper {
    padding: 0;
    position: absolute;
    top: 119px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
}
.mobile-search {
  width: 100%;
  position: static;
  padding: 5px 0 25px 20px;
}
.mobile-search .form-control {
  border-bottom: 2px solid #ddd;
}

footer.main {
  background: #e6e6e6;
  padding: 50px 0;
}
footer.main h3 {
  margin-bottom: 20px;
  font-weight: 400;
}
footer.main h3 span {
  color: #006E87;
}

.signoff {
  padding: 10px 0;
  background: #333;
  color: #fff;
  font-weight: 400;
}
.signoff a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}
.signoff a:hover, .signoff a:focus, .signoff a:active {
  color: #006E87;
}

.opening-hours p {
  font-size: 18px;
}
.opening-hours p strong {
  color: #006E87;
  font-weight: 300;
}

#menu-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu-footer-menu li {
  display: inline-block;
  padding-right: 10px;
}
#menu-footer-menu a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #006E87;
  font-size: 18px;
}
#menu-footer-menu a:hover, #menu-footer-menu a:active, #menu-footer-menu a:focus {
  color: #333;
}

.registered-details {
  font-size: 12px;
  color: #333;
  margin-top: 10px;
}

.signup .form-control {
  background: transparent;
  border: 0px;
  border-bottom: 2px solid #333;
  border-radius: 0px;
  box-shadow: none;
  margin-right: 10px;
  padding-left: 0px;
  font-size: 16px;
}
.signup .form-control:focus {
  box-shadow: none;
}
.signup .form-control::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.signup .form-control:-ms-input-placeholder {
  color: #333;
}
.signup .form-control::-webkit-input-placeholder {
  color: #333;
}
.signup .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
  color: #333;
}
.signup .btn-default {
  border-color: transparent;
  background-color: transparent;
  color: #006E87;
  font-size: 20px;
}
.signup .btn-default:hover, .signup .btn-default:active, .signup .btn-default:focus {
  color: #333;
}

.social-links, .social-sharing {
  font-size: 30px;
}
.social-links a, .social-sharing a {
  color: #006E87;
}
.social-links .fa-stack:hover, .social-sharing .fa-stack:hover, .social-links .fa-stack:active, .social-sharing .fa-stack:active, .social-links .fa-stack:focus, .social-sharing .fa-stack:focus {
  color: #004454;
}

.btn {
  font-size: 14px;
  font-weight: 600;
  border-radius: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #006E87;
  border-color: #006E87;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #004454;
  border-color: #004454;
}

.btn-primary:hover {
  color: #fff;
  background-color: #004454;
  border-color: #004454;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #004454;
  border-color: #004454;
}

.btn-green {
  color: #fff;
  background-color: #27ae60;
  border-color: #27ae60;
}

.btn-green.focus,
.btn-green:focus {
  color: #fff;
  background-color: #1e8449;
  border-color: #1e8449;
}

.btn-green:hover {
  color: #fff;
  background-color: #1e8449;
  border-color: #1e8449;
}

.btn-green.active,
.btn-green:active,
.open > .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #1e8449;
  border-color: #1e8449;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
body .on-colour {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
.on-colour h1, .on-colour h2, .on-colour h3, .on-colour h4, .on-colour h5, .on-colour h6 {
  font-weight: 600;
}

h1 {
  font-size: 48px;
  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

a {
  color: #006E87;
}

a:hover,
a:focus {
  color: #004454;
  text-decoration: none;
}

a:focus,
button:focus,
.btn:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
}

.site-wrapper {
  padding-top: 120px;
}

.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pad-0 {
  padding: 0px;
}

.margin-0 {
  margin: 0px;
}

.fluid-max {
  max-width: 1600px;
}

.page-section {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.rule-top {
  border-top: 1px solid #ddd;
}

.rule-bottom {
  border-bottom: 1px solid #ddd;
}

.background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: 50% 50% \9  !important;
  overflow: hidden;
}

.background-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .background-fixed {
    background-attachment: scroll;
  }
}

.grey-bg {
  background-color: #f9f9f9;
}

.grey-grad-bg {
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(top, #fff 50%, #e6e6e6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 50%, #e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e6e6e6",GradientType=0 ); /* IE6-9 */
}

.page-intro {
  opacity: 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.page-intro h1 {
  margin-top: 0;
}
.page-intro.large-text p {
  font-size: 20px;
}

.link-arrow a:after {
  -webkit-transition: margin 0.4s ease;
  -moz-transition: margin 0.4s ease;
  -ms-transition: margin 0.4s ease;
  -o-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
  content: "\f101";
  font-family: "FontAwesome";
  color: inherit;
  margin-left: 10px;
}
.link-arrow a:hover:after, .link-arrow a:active:after, .link-arrow a:focus:after {
  margin-left: 20px;
}

.listing-section {
  padding: 0;
}
.listing-section .container-fluid {
  padding: 0;
}
.listing-section .row {
  margin: 0;
}

.animation-delay {
  animation-delay: 0.6s;
}

.red {
  color: #c0392b;
}

.green {
  color: #27ae60;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #ddd;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.pagination {
  padding: 30px 0;
}
.pagination .page-numbers {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
  padding: 6px 12px;
  background-color: #e6e6e6;
  color: #006E87;
  font-weight: 600;
}
.pagination .page-numbers:hover, .pagination .page-numbers:active, .pagination .page-numbers:focus {
  background-color: #cdcdcd;
}
.pagination .page-numbers.current {
  background-color: #006E87;
  color: #fff;
}

.form-control {
  border-radius: 0px;
  border: 1px solid #ddd;
}

.wpcf7-form textarea {
  resize: none;
}

.alert.alert-info {
  background-color: #cceaf1;
  border: 0px;
  border-radius: 0px;
  margin: 0;
  color: #006E87;
  font-size: 20px;
  font-weight: 400;
}
.alert.alert-info a {
  text-transform: uppercase;
  color: #006E87;
}
.alert.alert-info a:hover, .alert.alert-info a:active, .alert.alert-info a:focus {
  color: #004454;
}

.scroll-top {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: none;
  z-index: 100000;
  font-size: 14px;
}
.scroll-top a {
  background: #333;
  padding: 7px;
  text-align: center;
  color: #fff;
  display: block;
  opacity: 0.7;
}
.scroll-top a:hover, .scroll-top a:focus, .scroll-top a:active {
  opacity: 1;
  background-color: #006E87;
}

.parallax {
  background-size: cover;
}

.no-cssanimations .fadeInUp, .no-cssanimations .fadeInDown, .no-cssanimations .fadeInRight, .no-cssanimations .fadeInLeft, .no-cssanimations .fadeInUpBig, .no-cssanimations .fadeInDownBig {
  opacity: 1 !important;
}
.no-cssanimations .fadeInUp {
  -webkit-transition: translate(0, -100%);
  -moz-transition: translate(0, -100%);
  -ms-transition: translate(0, -100%);
  -o-transition: translate(0, -100%);
  transition: translate(0, -100%);
}
.no-cssanimations .fadeInUpBig {
  -webkit-transition: translate(0, -2000px);
  -moz-transition: translate(0, -2000px);
  -ms-transition: translate(0, -2000px);
  -o-transition: translate(0, -2000px);
  transition: translate(0, -2000px);
}
.no-cssanimations .fadeInDown {
  -webkit-transition: translate(0, 100%);
  -moz-transition: translate(0, 100%);
  -ms-transition: translate(0, 100%);
  -o-transition: translate(0, 100%);
  transition: translate(0, 100%);
}
.no-cssanimations .fadeInDownBig {
  -webkit-transition: translate(0, 2000px);
  -moz-transition: translate(0, 2000px);
  -ms-transition: translate(0, 2000px);
  -o-transition: translate(0, 2000px);
  transition: translate(0, 2000px);
}
.no-cssanimations .fadeInRight {
  -webkit-transition: translate(100%, 0);
  -moz-transition: translate(100%, 0);
  -ms-transition: translate(100%, 0);
  -o-transition: translate(100%, 0);
  transition: translate(100%, 0);
}
.no-cssanimations .fadeInLeft {
  -webkit-transition: translate(100%, 0);
  -moz-transition: translate(100%, 0);
  -ms-transition: translate(100%, 0);
  -o-transition: translate(100%, 0);
  transition: translate(100%, 0);
}

.home-hero {
  height: 600px;
}
.home-hero .home-slider,
.home-hero .carousel,
.home-hero .carousel-inner,
.home-hero .item,
.home-hero .item-wrapper {
  height: 100%;
}
.home-hero .item-wrapper {
  position: relative;
}
.home-hero .carousel-caption {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: 8%;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 33.3333%;
  color: #333;
  text-shadow: none;
}
.home-hero .carousel-caption .animated {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.home-hero .carousel-caption h1 {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .home-hero .carousel-caption h1 {
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.home-hero .carousel-caption p {
  font-size: 22px;
}
@media (max-width: 991px) {
  .home-hero .carousel-caption p {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.home-hero .carousel-caption a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #006E87;
}
.home-hero .carousel-caption a:hover, .home-hero .carousel-caption a:active, .home-hero .carousel-caption a:focus {
  color: #004454;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero .carousel-caption {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .home-hero .carousel-caption {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 50px;
    width: 90%;
  }
}
.home-hero .carousel-images {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40%;
  position: absolute;
  top: 50%;
  right: 5%;
}
.home-hero .carousel-images .image-wrapper {
  opacity: 1;
}
.home-hero .carousel-images img {
  width: auto;
  display: block;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .home-hero .carousel-images {
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    top: 50%;
    bottom: 70px;
    width: 275px;
    right: 50%;
  }
  .home-hero .carousel-images .row {
    height: 100%;
  }
  .home-hero .carousel-images .image-wrapper {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
  }
}
.home-hero .carousel-indicators li {
  border: 1px solid #333;
}
.home-hero .carousel-indicators li.active {
  background-color: #333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .home-hero {
    height: 600px;
  }
}

.company-intro {
  padding: 60px 0;
}
.company-intro .intro-text {
  background-color: rgba(51, 51, 51, 0.8);
  padding: 40px;
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  opacity: 0;
}
.company-intro .intro-text h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.company-intro .intro-text a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #006E87;
}
.company-intro .intro-text a:hover, .company-intro .intro-text a:active, .company-intro .intro-text a:focus {
  color: #0098ba;
}
.company-intro .intro-text a:hover:after, .company-intro .intro-text a:active:after, .company-intro .intro-text a:focus:after {
  color: #0098ba;
}
.company-intro .intro-text:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}
@media (max-width: 767px) {
  .company-intro .intro-text:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .company-intro .intro-text {
    padding: 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .company-intro {
    padding: 40px 0;
  }
}

.home-news, .blog-listing,
.home-brands {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  height: 0;
  padding-top: 27%;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.home-news .content, .blog-listing .content,
.home-news .content-overlay,
.blog-listing .content-overlay,
.home-brands .content,
.home-brands .content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-news .content-overlay, .blog-listing .content-overlay,
.home-brands .content-overlay {
  background: -moz-linear-gradient(left, rgba(51, 51, 51, 0.7) 0%, rgba(51, 51, 51, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(51, 51, 51, 0.7) 0%, rgba(51, 51, 51, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(51, 51, 51, 0.7) 0%, rgba(51, 51, 51, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#66333333", endColorstr="#00333333",GradientType=1 ); /* IE6-9 */
}
.home-news .content, .blog-listing .content,
.home-brands .content {
  padding: 50px;
}
.home-news .content .content-inner, .blog-listing .content .content-inner,
.home-brands .content .content-inner {
  width: 70%;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.home-news .content .content-inner h2, .blog-listing .content .content-inner h2,
.home-brands .content .content-inner h2 {
  font-size: 30px;
  margin: 0 0 30px;
}
.home-news .content .content-inner p, .blog-listing .content .content-inner p,
.home-brands .content .content-inner p {
  font-size: 20px;
  font-weight: 600;
}
.home-news .content .content-inner p a, .blog-listing .content .content-inner p a,
.home-brands .content .content-inner p a {
  color: #fff;
}
.home-news .content .content-inner p a:hover, .blog-listing .content .content-inner p a:hover, .home-news .content .content-inner p a:focus, .blog-listing .content .content-inner p a:focus, .home-news .content .content-inner p a:active, .blog-listing .content .content-inner p a:active,
.home-brands .content .content-inner p a:hover,
.home-brands .content .content-inner p a:focus,
.home-brands .content .content-inner p a:active {
  color: #006E87;
}
@media (max-width: 767px) {
  .home-news .content .content-inner p, .blog-listing .content .content-inner p,
  .home-brands .content .content-inner p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home-news .content .content-inner, .blog-listing .content .content-inner,
  .home-brands .content .content-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-news .content, .blog-listing .content,
  .home-brands .content {
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-news, .blog-listing,
  .home-brands {
    padding-top: 45%;
  }
}
@media (max-width: 767px) {
  .home-news, .blog-listing,
  .home-brands {
    padding-top: 90%;
  }
}

.home-news, .blog-listing {
  border-left: 1px solid #fff;
}

.home-brands {
  border-right: 1px solid #fff;
}

.about-intro {
  opacity: 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.team-image {
  float: none;
  display: inline-block;
}

.about-block-section {
  overflow: hidden;
}
.about-block-section h1 {
  margin-top: 0;
}

.text-block {
  margin-top: 30px;
  opacity: 0;
}
.text-block h2 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 40px;
}
.text-block a {
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #006E87;
}
.text-block a:hover, .text-block a:active, .text-block a:focus {
  color: #0098ba;
}
.text-block a:hover:after, .text-block a:active:after, .text-block a:focus:after {
  color: #0098ba;
}

.image-wrapper {
  opacity: 0;
}
.image-wrapper img {
  width: 60%;
  height: auto;
}

.full-width-image .content, .post-featured .content {
  background-color: rgba(51, 51, 51, 0.8);
  padding: 30px;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0;
}
.full-width-image .content h1, .post-featured .content h1 {
  margin: 0;
}
.full-width-image .content h2, .post-featured .content h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.full-width-image .content a, .post-featured .content a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #006E87;
}
.full-width-image .content a:hover, .post-featured .content a:hover, .full-width-image .content a:active, .post-featured .content a:active, .full-width-image .content a:focus, .post-featured .content a:focus {
  color: #0098ba;
}
.full-width-image .content a:hover:after, .post-featured .content a:hover:after, .full-width-image .content a:active:after, .post-featured .content a:active:after, .full-width-image .content a:focus:after, .post-featured .content a:focus:after {
  color: #0098ba;
}

.category-listing {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0;
  height: 0;
  padding-top: 25%;
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(top, #fff 50%, #e6e6e6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 50%, #e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e6e6e6",GradientType=0 ); /* IE6-9 */
}
.category-listing .listing-content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px 40px;
}
.category-listing .listing-content .cat-listing-title {
  opacity: 0;
  font-size: 30px;
  color: #333;
  position: relative;
  display: inline-block;
}
.category-listing .listing-content .cat-listing-title:after {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "\f105";
  font-family: "FontAwesome";
  opacity: 0;
  position: absolute;
  right: 0;
  font-size: 34px;
  bottom: -4px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-listing .listing-content .cat-listing-title {
    font-size: 24px;
  }
}
.category-listing .listing-content .cat-listing-image {
  opacity: 0;
  padding-top: 10%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.category-listing .listing-content .cat-listing-image img {
  -webkit-transform: translate(40%, 0);
  -moz-transform: translate(40%, 0);
  -o-transform: translate(40%, 0);
  -ms-transform: translate(40%, 0);
  transform: translate(40%, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-listing .listing-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .category-listing .listing-content {
    padding: 30px;
  }
}
.category-listing:hover, .category-listing:active, .category-listing:focus {
  background: #cceaf1;
}
.category-listing:hover .cat-listing-title, .category-listing:active .cat-listing-title, .category-listing:focus .cat-listing-title {
  color: #006E87;
}
.category-listing:hover .cat-listing-title:after, .category-listing:active .cat-listing-title:after, .category-listing:focus .cat-listing-title:after {
  opacity: 1;
  right: -25px;
}
.category-listing:hover .cat-listing-image img, .category-listing:active .cat-listing-image img, .category-listing:focus .cat-listing-image img {
  -webkit-transform: translate(20%, 0);
  -moz-transform: translate(20%, 0);
  -o-transform: translate(20%, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-listing {
    padding-top: 45%;
  }
}
@media (max-width: 767px) {
  .category-listing {
    padding-top: 70%;
  }
}
@media (max-width: 420px) {
  .category-listing {
    padding-top: 90%;
  }
}

.product-category-cta {
  background-color: #fff;
  color: #333;
  padding: 40px;
  font-size: 24px;
  font-weight: 400;
}
.product-category-cta a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #006E87;
}
.product-category-cta a:hover, .product-category-cta a:focus, .product-category-cta a:active {
  color: #333;
}
@media (max-width: 767px) {
  .product-category-cta {
    padding: 30px 0;
    font-size: 20px;
  }
}

.product-listing {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0;
  height: 0;
  padding-top: 30%;
}
.product-listing .listing-content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px 40px;
}
.product-listing .listing-content .listing-info {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0 40px;
}
.product-listing .listing-content a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
  color: #006E87;
}
.product-listing .listing-content a:hover, .product-listing .listing-content a:active, .product-listing .listing-content a:focus {
  color: #0098ba;
}
.product-listing .listing-content a:hover:after, .product-listing .listing-content a:active:after, .product-listing .listing-content a:focus:after {
  color: #0098ba;
}
.related .product-listing {
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .related .product-listing {
    border-top: 0px;
  }
  .related .product-listing:nth-of-type(1) {
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 1199px) {
  .product-listing {
    padding-top: 40%;
  }
}
@media (max-width: 767px) {
  .product-listing {
    padding-top: 110%;
  }
}

.main-image-wrapper {
  height: 0;
  padding-top: 100%;
  position: relative;
}
.main-image-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

img.zoomImg {
  background: #FFF;
}

.product-downloads {
  background-color: #f9f9f9;
  padding: 20px;
}
.product-downloads a {
  font-size: 20px;
  color: #006E87;
}
.product-downloads a:hover, .product-downloads a:active, .product-downloads a:focus {
  color: #333;
}

.product-features .features-link {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 30px;
  color: #333;
}
.product-features .features-link:hover, .product-features .features-link:active, .product-features .features-link:focus {
  color: #006E87;
}
.product-features .features-link i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-features img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}

.related {
  border-left: 1px solid #ddd;
}

.product-view-details img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-view-details table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.product-view-details table thead td, .product-view-details table thead th, .product-view-details table tbody td, .product-view-details table tbody th, .product-view-details table tfoot td, .product-view-details table tfoot th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.woocommerce .product span.onsale {
  align-items: center;
  background-color: #6D6B31;
  display: flex;
  height: 3.236rem;
  justify-content: center;
  width: 3.236rem;
}

.brand-index-filtering ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
@media (min-width: 992px) {
  .brand-index-filtering ul {
    padding: 0;
  }
}
.brand-index-filtering li {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  color: #006E87;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
}
.brand-index-filtering li:hover, .brand-index-filtering li:active, .brand-index-filtering li:focus {
  background-color: #ececec;
}
@media (min-width: 992px) {
  .brand-index-filtering li {
    padding: 20px 10px;
  }
}

.brand-listing-wrapper {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0;
  display: none;
}
.brand-listing-wrapper:hover {
  background-color: #cceaf1;
}
.brand-listing-wrapper .brand-listing {
  padding-top: 80%;
  position: relative;
}
.brand-listing-wrapper .brand-listing-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .brand-listing-wrapper .brand-listing-inner {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.brand-listing-wrapper .brand-listing-image-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.brand-listing-wrapper .brand-listing-image {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.brand-listing-wrapper .brand-listing-image img {
  max-width: 100%;
  height: auto;
}
.brand-listing-wrapper:before, .brand-listing-wrapper:after {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand-listing-wrapper {
    padding: 15px;
  }
}

.contact-cta {
  background-color: #333;
  color: #fff;
  padding: 40px;
  font-size: 24px;
  font-weight: 400;
}
.contact-cta i {
  color: #006E87;
  margin-left: 20px;
}
.contact-cta a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}
.contact-cta a:hover, .contact-cta a:focus, .contact-cta a:active {
  color: #006E87;
}
.contact-cta span {
  display: inline-block;
}
@media (max-width: 767px) {
  .contact-cta {
    padding: 30px 0;
    font-size: 20px;
  }
}

.contact-form label {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 5px;
}
.contact-form label span {
  font-size: 20px;
}
.contact-form .btn {
  margin-top: 30px;
}
.contact-form select.form-control,
.contact-form input.form-control,
.contact-form textarea.form-control,
.contact-form .wpcf7-checkbox.form-control {
  border-radius: 0;
  padding-left: 0;
  border: 0px;
  border-bottom: 2px solid #333;
  background: transparent;
  box-shadow: none;
}
.contact-form select.form-control:focus,
.contact-form input.form-control:focus,
.contact-form textarea.form-control:focus,
.contact-form .wpcf7-checkbox.form-control:focus {
  box-shadow: none;
}
.contact-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.contact-form .wpcf7-checkbox {
  font-size: 18px;
  padding: 0;
  color: #333;
  text-transform: uppercase;
}
.contact-form span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}

.contact-info {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.contact-info i {
  color: #006E87;
}
.contact-info a {
  text-transform: none;
  color: #333;
}
.contact-info a:hover, .contact-info a:focus, .contact-info a:active {
  color: #006E87;
}

.acf-map {
  height: 400px;
  width: 100%;
}

.textual p {
  font-weight: 400;
}
.textual strong {
  font-weight: 600;
}

.blog-index {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.blog-listing {
  opacity: 0;
  padding-top: 30%;
  border: 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.blog-listing.left {
  border-right: 1px solid #fff;
}
.blog-listing.right {
  border-left: 1px solid #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-listing {
    padding-top: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-listing {
    padding-top: 40%;
  }
}
@media (max-width: 767px) {
  .blog-listing {
    padding-top: 50%;
  }
  .blog-listing h2 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .blog-listing {
    padding-top: 80%;
  }
}

.post-featured h1 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .post-featured h1 {
    font-size: 24px;
  }
}

.post-content .post-wrapper {
  opacity: 0;
}
.post-content .post-wrapper img {
  margin: 40px auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.post-content .post-wrapper blockquote {
  background-color: #e6e6e6;
  border-left: 1px solid #006E87;
  color: #333;
  font-weight: 400;
  font-size: 18px;
}

.event-register-interest-form {
  background: #333;
  color: #fff;
  padding: 30px;
}
.event-register-interest-form h2 {
  margin-top: 0;
}
.event-register-interest-form p {
  margin: 0;
}
.event-register-interest-form div.wpcf7 img.ajax-loader {
  display: none;
}

.search-result {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.search-result a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #006E87;
}
.search-result a:hover, .search-result a:active, .search-result a:focus {
  color: #0098ba;
}
.search-result a:hover:after, .search-result a:active:after, .search-result a:focus:after {
  color: #0098ba;
}

.privacy-policy table td,
.privacy-policy table th {
  padding: 5px;
}

/*# sourceMappingURL=main.css.map */
