@charset "UTF-8";
/*******************************************************************************
Begin Fonts
*******************************************************************************/
/*****  SCROLL-ANIMATION CLASSES *****/
.scroll-animation {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.animation-speed-500 {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.animation-speed-1000 {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }

.animation-speed-1500 {
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s; }

.animation-speed-2000 {
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s; }

.animation-speed-2500 {
  -webkit-transition-duration: 2.5s;
  -moz-transition-duration: 2.5s;
  -o-transition-duration: 2.5s;
  transition-duration: 2.5s; }

.animation-speed-3000 {
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s; }

.animation-speed-3500 {
  -webkit-transition-duration: 3.5s;
  -moz-transition-duration: 3.5s;
  -o-transition-duration: 3.5s;
  transition-duration: 3.5s; }

.animation-speed-4000 {
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s; }

.animation-speed-4500 {
  -webkit-transition-duration: 4.5s;
  -moz-transition-duration: 4.5s;
  -o-transition-duration: 4.5s;
  transition-duration: 4.5s; }

.animation-speed-5000 {
  -webkit-transition-duration: 5s;
  -moz-transition-duration: 5s;
  -o-transition-duration: 5s;
  transition-duration: 5s; }

.appear {
  position: relative;
  opacity: 0; }

.scale-in {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8); }

.appear-from-left {
  position: relative;
  left: -200px; }

.appear-from-right {
  position: relative;
  right: -200px; }

.appear-from-above {
  position: relative;
  top: -200px; }

.appear-from-below {
  position: relative;
  bottom: -200px; }

.split-line .split-line-contents {
  position: relative;
  bottom: -120%; }

.tabbed-content-section-body .section-heading .split-line-wrapper {
  padding-bottom: 11px;
  padding-right: 5px; }

.blur {
  -webkit-filter: blur(20px);
  filter: blur(20px); }

.blur-done {
  -webkit-filter: blur(0);
  filter: blur(0); }

.appear-done {
  opacity: 1; }

.scale-in-done {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1); }

.appear-from-left-done {
  left: 0; }

.appear-from-right-done {
  right: 0; }

.appear-from-above-done {
  top: 0; }

.appear-from-below-done, .split-line.appear-from-below-done .split-line-contents {
  bottom: 0; }

/* EXTENDING LINES */
.line {
  clear: both;
  height: 2px;
  background-color: #E4E4E4; }

.line-animation {
  width: 0; }

.line-left {
  float: left; }

.line-right {
  float: right; }

.line-100-done {
  width: 100%; }

.line-75-done {
  width: 75%; }

.line-50-done {
  width: 50%; }

.line-25-done {
  width: 25%; }

/***** TRANSITION CLASSES *****/
/* All */
.trans-all-1 {
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s; }

.trans-all-2 {
  -webkit-transition: all .1s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.trans-all-3 {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.trans-all-4 {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.trans-all-5 {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.trans-all-6 {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }

.trans-all-7 {
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s; }

.trans-all-8 {
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s; }

.trans-all-9 {
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  -o-transition: all .9s;
  transition: all .9s; }

/* Colour */
.trans-color-1 {
  -webkit-transition: color .1s;
  -moz-transition: color .1s;
  -o-transition: color .1s;
  transition: color .1s; }

.trans-color-2 {
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s; }

.trans-color-3 {
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }

.trans-color-4 {
  -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s; }

.trans-color-5 {
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s; }

.trans-color-6 {
  -webkit-transition: color .6s;
  -moz-transition: color .6s;
  -o-transition: color .6s;
  transition: color .6s; }

.trans-color-7 {
  -webkit-transition: color .7s;
  -moz-transition: color .7s;
  -o-transition: color .7s;
  transition: color .7s; }

.trans-color-8 {
  -webkit-transition: color .8s;
  -moz-transition: color .8s;
  -o-transition: color .8s;
  transition: color .8s; }

.trans-color-9 {
  -webkit-transition: color .9s;
  -moz-transition: color .9s;
  -o-transition: color .9s;
  transition: color .9s; }

/* BG Colour */
.trans-bg-color-1 {
  -webkit-transition: background-color .1s;
  -moz-transition: background-color .1s;
  -o-transition: background-color .1s;
  transition: background-color .1s; }

.trans-bg-color-2 {
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s; }

.trans-bg-color-3 {
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; }

.trans-bg-color-4 {
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s; }

.trans-bg-color-5 {
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s; }

.trans-bg-color-6 {
  -webkit-transition: background-color .6s;
  -moz-transition: background-color .6s;
  -o-transition: background-color .6s;
  transition: background-color .6s; }

.trans-bg-color-7 {
  -webkit-transition: background-color .7s;
  -moz-transition: background-color .7s;
  -o-transition: background-color .7s;
  transition: background-color .7s; }

.trans-bg-color-8 {
  -webkit-transition: background-color .8s;
  -moz-transition: background-color .8s;
  -o-transition: background-color .8s;
  transition: background-color .8s; }

.trans-bg-color-9 {
  -webkit-transition: background-color .9s;
  -moz-transition: background-color .9s;
  -o-transition: background-color .9s;
  transition: background-color .9s; }

.main-wrapper {
  z-index: 100; }

.section-heading, .sub-heading {
  float: left;
  width: 100%; }

.entry-title {
  font-size: 1.9em;
  margin-bottom: 20px;
  color: white; }

.section-heading {
  margin-bottom: 40px;
  font-size: 3rem;
  line-height: 110%;
  font-weight: 800; }

.sub-heading {
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 120%; }

.body-text-small {
  font-size: 0.8rem; }

.cta-container {
  margin-top: 20px;
  margin-bottom: 20px; }

@media screen and (max-height: 767px) {
  .section-heading {
    font-size: 2.5rem; }

  .sub-heading {
    font-size: 1.2rem; } }
@media screen and (max-width: 1023px) {
  .section-heading {
    font-size: 2.5rem; } }
@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 2rem; }

  .sub-heading {
    font-size: 1.1rem; } }
@media screen and (max-width: 479px) {
  .section-heading {
    font-size: 1.4rem; }

  .sub-heading {
    font-size: 1rem; } }
figure {
  float: left;
  width: 100%;
  margin: 20px 0; }
  figure table {
    /*float:left;*/ }
    figure table tr {
      /*float:left;*/ }
      figure table tr td {
        border: 1px solid #fff;
        padding: 10px 15px;
        font-size: 0.9rem;
        width: 50%; }
      figure table tr:first-of-type td {
        background: rgba(255, 255, 255, 0.2); }

.slick-dots {
  bottom: -25px;
  display: block;
  width: auto;
  padding: 0;
  margin: 0px 0px 0px 46%;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 15px 5px 0px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:before {
        font-family: 'slick';
        font-size: 60px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 25px;
        content: '•';
        text-align: center;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 499px) {
  .slick-dots {
    margin: 0px 0px 0px 33%; } }
/* map */
.two-column-map iframe {
  width: 100%; }
.two-column-map p {
  margin-bottom: 0px;
  display: flex; }

.contact-form-bg {
  background-color: #929290;
  opacity: 0.9; }

.contact-info-content-block h3 {
  font-size: 30px; }

h3#contact-title {
  font-weight: 200;
  font-size: 35px; }

.form-field {
  padding-right: 20px; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"],
textarea,
select {
  border-radius: 0px;
  border: none;
  background-color: transparent;
  border-bottom: 1px #7a7a7a solid;
  width: 100%;
  padding: 10px 10px 10px 0px;
  margin: 0 0 20px;
  -webkit-transition: background-color .3s, color .3s, border-color .3s;
  -moz-transition: background-color .3s, color .3s, border-color .3s .3s;
  -o-transition: background-color .3s, color .3s, border-color .3s .3s;
  transition: background-color .3s, color .3s, border-color .3s .3s; }

form .required-field, form .sensitive-data {
  font-size: 0.85rem; }

label {
  display: block; }

.form-row span.wpcf7-form-control-wrap {
  width: calc(50% - 5px); }

.form-row span.wpcf7-form-control-wrap:first-of-type {
  margin-right: 10px; }

select {
  padding: 10px 16px;
  cursor: pointer; }

select:active,
select:hover,
select:focus,
select::-moz-focus-inner,
option,
option:active,
option:hover,
option:focus,
option::-moz-focus-inner {
  outline: none; }

select:-moz-focusring {
  outline: none;
  text-shadow: 0 0 0 #000; }

textarea {
  float: left;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 300px; }

.popup-holder textarea {
  height: 100px;
  min-height: 100px;
  max-height: 100px; }

form button, input[type="button"], input[type="reset"], input[type="submit"] {
  float: left;
  margin: 0 20px 20px 0;
  padding: 8px 50px;
  font-size: 0.9rem;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer; }

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0; }

form .required-field {
  float: right;
  width: auto;
  padding-right: 20px; }

/***** OVERRIDES FROM CONTACT FORM PLUGIN *****/
.wpcf7-form {
  float: left;
  width: 100%;
  position: relative; }

span.wpcf7-form-control-wrap {
  float: left;
  width: 100%; }

input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  margin: 0; }

span.wpcf7-not-valid-tip {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-size: 0.9rem;
  color: #1a1a1a; }

div.wpcf7-response-output {
  float: left;
  margin: 0; }

::-webkit-input-placeholder {
  /* Edge */
  color: #ffffff; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff; }

::placeholder {
  color: #ffffff; }

@media screen and (max-width: 479px) {
  .form-field.content-width-1-2 {
    width: 100%; } }
/**************** POPUP MAKER ****************/
.pum-content a {
  color: #f19d5c; }

.pum-content a:hover {
  text-decoration: underline; }

/* key features */
.slide {
  margin-top: 20px;
  margin-left: 70px; }

.product-key-feature-bullet-points {
  width: 50%; }
  .product-key-feature-bullet-points ul {
    list-style: none; }
  .product-key-feature-bullet-points li:before {
    content: "\2713";
    color: #f19d5c;
    font-weight: 800;
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-left: -2.5em;
    background-color: transparent;
    border: 2px #f19d5c solid;
    border-radius: 50px;
    padding: 2px 10px;
    margin-right: 40px; }

@media screen and (max-width: 1199px) {
  .product-key-feature-bullet-points {
    width: 100%; } }
/* product menu */
.product-menu-divider-line {
  position: absolute;
  background-color: #ffffff;
  top: 0;
  width: 2px;
  height: 0px;
  left: 100%;
  transition: height 1.5s linear;
  -webkit-transition: height 1.5s linear; }

.product-menu-divider {
  height: 100%; }

@media screen and (max-width: 799px) {
  .product-menu-divider-line {
    display: none !important; } }
/* related products section */
.product-images {
  width: 150px;
  height: 150px;
  background-size: cover;
  position: relative;
  border-radius: 150px;
  border: 2px rgba(53, 60, 66, 0.9) solid;
  margin-left: auto;
  margin-right: auto; }

.product-display {
  margin: 20px 70px;
  text-align: center; }

.product-info-wrapper {
  padding: 0px 10px 50px 10px; }

@media screen and (max-width: 1299px) {
  .product-display {
    margin: 20px 20px; } }
@media screen and (max-width: 799px) {
  .product-display {
    margin: 20px 30px; } }
[class^="i"]::before, [class*=" i"]::before {
  font-size: 1.4rem; }

.social-media-block {
  float: left;
  list-style: none;
  line-height: 130%;
  width: auto;
  margin-bottom: 30px; }
  .social-media-block li {
    float: left;
    margin-left: 20px; }

.social-media-block .fab {
  font-size: 1.75rem;
  margin: 0px 10px 0; }

i.fab.fa-facebook {
  color: #4267b2; }

i.fab.fa-twitter {
  color: #38A1F3; }

i.fab.fa-linkedin {
  color: #0077B5; }

i.fab.fa-google-plus {
  color: #e04a39; }

i.fab.fa-youtube {
  color: #FF0000; }

i.fab.fa-pinterest {
  color: #cc2129; }

i.fab.fa-instagram {
  color: #bc2a8d; }

i.fab.fa-tumblr-square {
  color: #31506d; }

i.fab.fa-flickr {
  color: #f01385; }

i.fab.fa-reddit-square {
  color: #ff4500; }

i.fab.fa-snapchat-square {
  color: #fffb00; }

i.fab.fa-whatsapp-square {
  color: #12af0a; }

i.fab.fa-vimeo-square {
  color: #1db8f0; }

i.fab.fa-vimeo-square {
  color: #09b47f; }

i.fab.fa-periscope {
  color: #42adcd; }

i.fab.fa-stumbleupon-circle {
  color: #ea4b24; }

i.fab.fa-delicious {
  color: #285ba6; }

i.fab.fa-viber {
  color: #7c529e; }

.social-container-nav i.fab.fa-facebook:hover {
  color: #4267b2; }

.social-container-nav i.fab.fa-twitter:hover {
  color: #38A1F3; }

.social-container-nav i.fab.fa-linkedin:hover {
  color: #0077B5; }

.social-container-nav i.fab.fa-google-plus:hover {
  color: #e04a39; }

.social-container-nav i.fab.fa-youtube:hover {
  color: #FF0000; }

.social-container-nav i.fab.fa-pinterest:hover {
  color: #cc2129; }

.social-container-nav i.fab.fa-instagram:hover {
  color: #bc2a8d; }

.social-container-nav i.fab.fa-tumblr-square:hover {
  color: #31506d; }

.social-container-nav i.fab.fa-flickr:hover {
  color: #f01385; }

.social-container-nav i.fab.fa-reddit-square:hover {
  color: #ff4500; }

.social-container-nav i.fab.fa-snapchat-square:hover {
  color: #fffb00; }

.social-container-nav i.fab.fa-whatsapp-square:hover {
  color: #12af0a; }

.social-container-nav i.fab.fa-vimeo-square:hover {
  color: #1db8f0; }

.social-container-nav i.fab.fa-vimeo-square:hover {
  color: #09b47f; }

.social-container-nav i.fab.fa-periscope:hover {
  color: #42adcd; }

.social-container-nav i.fab.fa-stumbleupon-circle:hover {
  color: #ea4b24; }

.social-container-nav i.fab.fa-delicious:hover {
  color: #285ba6; }

.social-container-nav i.fab.fa-viber:hover {
  color: #7c529e; }

@media screen and (max-width: 1139px) {
  .social-media-block {
    margin-left: 20px; }

  [class^="i"]::before, [class*=" i"]::before, .social-media-block .fab {
    font-size: 1.2rem; } }
@media screen and (max-width: 1023px) {
  [class^="i"]::before, [class*=" i"]::before, .social-media-block .fab {
    font-size: 1.2rem; } }
@media screen and (max-width: 939px) {
  .social-media-block {
    margin: 0 100px 0 0; } }
#mobile-menu-social {
  width: 150px;
  margin: 0 auto; }

/* facebook plugin */
.cff-likebox {
  display: none; }

.employee-text, .team-member-hover-text {
  display: none; }

.desktop-device .teaser-container:hover .team-hover {
  bottom: 0;
  height: 100%; }

.mobile-device .teaser-container .team-hover {
  bottom: 0;
  height: 100%; }

.mobile-device .employee-text, .mobile-device .team-member-hover-text {
  display: block; }

.team-hover {
  position: absolute;
  bottom: 100%;
  opacity: 0.8;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 0;
  top: 0px;
  transition: .7s ease; }

.team-name {
  font-size: 30px; }

.team-job {
  font-weight: 600; }

.teaser-content-team-members-heading {
  text-align: center;
  padding: 50px 50px; }
  .teaser-content-team-members-heading h3 {
    margin: 10px 0px 10px 0px; }

.teaser-content-team-members-content {
  margin-bottom: 20px; }

.team-contact, .team-contact a {
  color: #f19d5c; }

.team-member-image {
  height: 350px;
  position: relative;
  z-index: -1;
  background-size: cover;
  background-position: top center;
  width: 100%; }

.team-member-image-overlay {
  position: absolute;
  bottom: 100%;
  opacity: 0.2;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 350px;
  top: 0px; }

@media screen and (max-width: 599px) {
  .teasers-container .meet-the-team {
    padding: 0 0 0 0; }

  .teaser-content-team-members-heading {
    padding: 0px; } }
.teaser-content-block .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.teasers-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 30;
  zoom: 1; }

.teaser-content-block .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.post-teasers {
  margin-left: 20%;
  margin-right: 20%; }

@media screen and (max-width: 1749px) {
  .post-teasers {
    margin-left: 0% !important;
    margin-right: 0% !important; } }
.testimonials-teasers {
  text-align: center; }

.teaser-content-title {
  margin-top: 30px;
  text-align: center; }

.top-quote-mark {
  	/*background-image: url("../img/assets/top-quote.png"); 
  	height: 45px; 
  	width: 55px; 
  	position: relative; 
  	float: left;
  	margin-bottom: 15px;
  	opacity: 0.2;
  	background-size: cover;
      background-repeat: no-repeat;*/
  margin: -55px -80px;
  position: absolute; }
  .top-quote-mark:before {
    content: '\201C';
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    font-size: 165px;
    /*left: 0;*/
    display: block;
    font-weight: 600;
    opacity: 0.2; }

.bottom-quote-mark {
  	/*background: url("../img/assets/bottom-quote.png");
  	height: 45px; 
  	width: 55px; 
  	position: relative;
  	float: right;
  	margin-top: 15px;
  	opacity: 0.2;
  	background-size: cover;
      background-repeat: no-repeat;*/
  margin: -80px 0px;
  float: right; }
  .bottom-quote-mark:before {
    content: '\201D';
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    font-size: 165px;
    /*left: 0;*/
    display: block;
    font-weight: 600;
    opacity: 0.2; }

@media screen and (max-width: 1199px) {
  .bottom-quote-mark:before, .top-quote-mark:before {
    display: none; } }
@media screen and (max-width: 899px) {
  .bottom-quote-mark:before, .top-quote-mark:before {
    display: block; }

  .top-quote-mark {
    margin: -55px 0px; }

  .bottom-quote-mark {
    margin: -50px 70px; }

  .teaser-content {
    padding: 0px 60px; } }
@media screen and (max-width: 599px) {
  .bottom-quote-mark:before, .top-quote-mark:before {
    display: none; }

  .teaser-content {
    padding: 0px 0px; } }
@media screen and (max-width: 450px) {
  .testimonials-box {
    padding: 0px; } }
/*.fancy-contact-button {

	&:before {
		content: '';
		position: absolute;
		width: 55%;
		left: 0;
		height: 58px;
		display: block;
		border: 1px solid #fff;
		opacity: .3;
		
		top: -15px; 
		left: 23%;
	} 
	
	&:after {
		content: '';
		position: absolute;
		width: 55%;
		left: 0;
		height: 58px;
		display: block;
		border: 1px solid #fff;
		opacity: .3;
		
		top: -19px; 
		left: 22%; 
	}	
}

@media screen and (max-width:1199px){
	
	.fancy-contact-button {
	
		&:before {
			width: 100%;

			top: -15px; 
			left: 0%;
		}

		&:after {
			width: 100%;

			top: -19px;
			left: 1%; 
		}
	}
}*/
section#main-text-page {
  position: absolute;
  top: 45%;
  z-index: 400;
  right: 0; }

.loading-circle {
  position: absolute;
  /*top: -30px;
  left: 44%;*/
  top: -146px;
  left: 33%; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  margin: 8px;
  border: 5px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* mouse clicking thing */
.scroll-button.scroll-mouse {
  position: absolute;
  left: 50%;
  margin-left: -33px;
  top: -75px;
  z-index: 5001;
  opacity: 1;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.scroll-button {
  width: 70px;
  height: 70px;
  margin: auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  position: relative; }
  .scroll-button:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    border: 5px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    border-top: 5px solid #ff7209;
    border-bottom: 5px solid #ff7209;
    -webkit-animation: spin 6s linear;
    animation: spin 6s linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.shapeshifter.play {
  animation-name: play90; }

@keyframes play90 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1260px 0; } }
.shapeshifter {
  animation-duration: 1.5s;
  animation-timing-function: steps(90);
  animation-iteration-count: infinite;
  width: 14px;
  height: 20px;
  display: block;
  position: absolute;
  /*left: 50%;*/
  left: 49%;
  /*top: 50%;*/
  top: 43%;
  margin-left: -3px;
  margin-top: -5px;
  background-repeat: no-repeat;
  background-image: url("../img/assets/mouse_sprite.svg"); }

.circle-container {
  display: block;
  float: left;
  width: 300px;
  margin-top: 105px; }

.product-circle-container {
  /*display: block;*/
  float: left;
  width: 150px;
  left: 0px;
  margin-left: -20px;
  margin-top: -20px;
  /*display: none;*/ }

/*.related-product-teaser:hover .product-circle-container, .related-product-teaser:hover .circlestat-product {
	display: block;
}*/
.circlestat {
  height: 250px;
  opacity: 0;
  transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear; }

.circlestat-product {
  height: 150px;
  opacity: 0;
  transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  /*display: none;*/ }

.circliful {
  float: none;
  position: relative;
  margin: 0 auto; }

/***************************** FOOTER ******************************/
#site-footer a {
  color: white;
  font-size: 0.9rem !important; }

ul#footer-menu-three, ul#footer-menu-two, ul#footer-menu-four {
  margin: 0 0 0 0; }

#footer-legal {
  text-align: center; }
  #footer-legal p {
    font-size: 0.9rem !important; }

#footer-logo {
  padding-right: 5%; }

footer ul {
  list-style: none;
  float: left; }

.footer-address p {
  font-size: 0.9rem !important; }

.footer-menu-column ul {
  margin-left: 0;
  padding-right: 20px; }
.footer-menu-column a {
  margin-bottom: 5px;
  font-size: 0.9rem; }

.footer-company-logo img {
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 20px; }

.partner-company-logo img {
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 20px; }

.footer-logo img {
  height: 100px;
  z-index: 4;
  position: relative; }

.grecaptcha-badge {
  display: none; }

@media screen and (max-width: 959px) {
  .partner-company-logo {
    float: none;
    display: block;
    width: 218px;
    margin: 0 auto; }
    .partner-company-logo a:last-of-type {
      margin-left: 0; } }
@media screen and (max-width: 1199px) {
  #site-footer #footer-column-1, #site-footer #footer-column-2, #site-footer #footer-column-3, #site-footer #footer-column-4 {
    width: 50%;
    padding-right: 5%;
    margin-bottom: 5%; }

  #footer-column-3 {
    clear: left; }

  #contact-form-column-1 {
    padding: 25px;
    word-break: break-all; } }
@media screen and (max-width: 549px) {
  #site-footer #footer-column-1, #site-footer #footer-column-2, #site-footer #footer-column-3, #site-footer #footer-column-4 {
    width: 100%;
    padding-right: 0; } }
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
#site-header, #sticky-header, #header-top-site-logo img, #header-right {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

#site-header {
  height: 100%;
  position: fixed;
  width: 30%;
  z-index: 10; }

#sticky-header {
  height: 110px; }

.site-header {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1000; }

.sticky-header {
  position: fixed;
  float: left;
  width: 100%;
  top: 0;
  left: 0; }

.header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  transition: all 0.3s; }

.inner-header-container {
  display: block;
  margin: 0 auto;
  position: relative;
  height: 85%;
  width: 80%;
  z-index: 200;
  top: 10%;
  bottom: 10%; }

.header-left-align {
  position: relative;
  float: left;
  width: 100%;
  height: 100%; }

.header-center-align {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex; }

.header-right-align {
  position: relative;
  float: right;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 899px) {
  #site-header {
    position: relative;
    margin-top: 40px;
    width: 70%;
    height: 300px; } }
@media screen and (max-width: 669px) {
  #site-header {
    margin-top: 20px; } }
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-menu {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.nav-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.nav-standard {
  list-style: none;
  margin-left: 0; }

.nav-standard li {
  margin-bottom: 5px; }

.mega-menu-container {
  padding: 2rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center; }

.left-navigation-container {
  float: left; }

.right-navigation-container {
  float: right;
  width: 70%; }

.header-center-align .left-navigation-container {
  width: 100%;
  justify-content: flex-end;
  margin-right: 6rem; }

.header-center-align .right-navigation-container {
  width: 100%;
  justify-content: flex-start;
  margin-left: 6rem; }

.navigation-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 65%; }

.navigation-container .menu ul {
  list-style: none;
  margin: 0;
  display: inline-block; }

.navigation-container .menu ul li {
  padding: 0 0.5rem;
  transition: all 0.3s; }

.navigation-container .menu ul li:hover {
  transition: all 0.3s; }

@media screen and (max-width: 1199px) {
  .navigation-container {
    width: 100%; } }
.desktop-device #main-menu > li > a {
  cursor: default; }

/*--------------------------------------------------------------
## Toggle button
--------------------------------------------------------------*/
.menu-toggle {
  position: fixed;
  top: 15px;
  right: 45px;
  width: 40px;
  height: 40px;
  z-index: 600;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-indent: -5000px;
  display: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.menu-toggle-line {
  background-color: #ffffff;
  position: absolute;
  height: 2px;
  width: 80%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

#menu-toggle-line-1 {
  top: 30%;
  left: 10%;
  width: 80%; }

#menu-toggle-line-2 {
  top: 50%;
  left: 15%;
  width: 70%; }

#menu-toggle-line-3 {
  top: 70%;
  left: 10%;
  width: 80%; }

.menu-toggle.active #menu-toggle-line-1 {
  top: 50%;
  transform: rotate(45deg); }

.menu-toggle.active #menu-toggle-line-2 {
  opacity: 0; }

.menu-toggle.active #menu-toggle-line-3 {
  top: 50%;
  transform: rotate(-45deg); }

.scrolled-down .menu-toggle {
  width: 30px;
  height: 30px; }

/* POINT WHERE MENU CHANGES TO BURGER */
@media screen and (max-width: 1024px) {
  .menu-toggle {
    display: block; } }
/*--------------------------------------------------------------
## Main nav
--------------------------------------------------------------*/
.menu {
  list-style: none;
  margin: 0 0 0 20px; }

.main-navigation {
  display: block;
  position: relative;
  z-index: 2000;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

@media screen and (max-width: 1023px) {
  .main-navigation {
    height: 40px; } }
#main-menu > li > a {
  line-height: 30px;
  color: #ffffff;
  font-size: 0.9rem;
  letter-spacing: 1px; }

#main-menu .sub-menu {
  padding: 0 0px 0px 20px;
  color: #ffffff;
  font-size: 0.9rem;
  letter-spacing: 1px;
  display: none; }

#main-menu > li {
  float: left;
  position: relative; }

#main-menu > li > a {
  width: 100%;
  text-decoration: none;
  text-align: center;
  transition: background .1s linear;
  -moz-transition: background .1s linear;
  -webkit-transition: background .1s linear; }

#main-menu > li > ul > li > a {
  text-align: left; }

#main-menu > li.current_page_item > ul > li > a {
  text-transform: none; }

/* POINT WHERE MENU CHANGES TO BURGER */
@media screen and (max-width: 1024px) {
  #main-menu {
    display: none; } }
@media screen and (max-width: 1023px) {
  #main-menu {
    margin: 0; } }
/* center aligned logo - menu options */
#main-menu-right > li > a {
  padding: 0 20px;
  color: #ffffff;
  font-size: 0.9rem;
  letter-spacing: 1px; }

#main-menu-right > li {
  float: left;
  width: auto;
  position: relative; }

#main-menu-left > li > a {
  padding: 0 20px;
  color: #ffffff;
  font-size: 0.9rem;
  letter-spacing: 1px; }

#main-menu-left > li {
  float: left;
  width: auto;
  position: relative; }

/*--------------------------------------------------------------
## Mobile menu
--------------------------------------------------------------*/
#mobile-menu {
  left: -250px;
  width: 250px;
  z-index: 3;
  -webkit-transition: left .5s;
  -moz-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s; }

#mobile-menu.active {
  left: 0; }

#menu-main-nav {
  margin: 0 0 20px; }

#menu-main-nav li a {
  float: left;
  width: 100%;
  padding: 5px 0;
  text-align: center; }

.mm-slide-top.menu-active {
  height: 90vh; }

.mm-slide-left.menu-active {
  width: 90vw;
  left: 0; }

.mm-slide-right.menu-active {
  width: 95vw;
  right: 0;
  overflow: scroll; }

.mm-logo-container {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  margin: 200px 0 1rem; }

.mm-logo-container .logo-container {
  flex-wrap: nowrap; }

.mm-left-aligned-inner .mm-logo-container {
  justify-content: flex-start; }

.mm-center-aligned-inner .mm-logo-container {
  justify-content: center; }

.mm-right-aligned-inner .mm-logo-container {
  justify-content: flex-end; }

.mm-right-aligned-inner .menu-toggle.active {
  right: inherit;
  left: 15px; }

.mm-left-aligned-inner .menu li {
  text-align: left; }

.mm-center-aligned-inner .menu li {
  text-align: center; }

.mm-right-aligned-inner .menu li {
  text-align: right; }

.mm-fade {
  z-index: -10000;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  transform: scale(0.9); }

.mm-fade.menu-active {
  z-index: 10000;
  opacity: 1;
  transform: scale(1); }

.mm-fade .menu-toggle.active {
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.3s; }

.mm-slide-top {
  overflow: hidden;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0; }

.mm-slide-left {
  overflow: hidden;
  z-index: 999;
  position: fixed;
  top: 0;
  height: 100%;
  left: -10000px; }

.mm-slide-right {
  overflow: hidden;
  z-index: 460;
  position: fixed;
  top: 0;
  height: 100%;
  right: -10000px; }

.mega-menu-inner-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px; }

.mm-search-container {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-start; }

.mm-search-bar {
  position: relative;
  float: left;
  width: 100%;
  max-width: 600px; }

.mm-center-aligned-inner .mm-search-container {
  justify-content: center; }

.mm-right-aligned-inner .mm-search-container {
  justify-content: flex-end; }

.mm-search-bar .search-form {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.mm-search-bar .search-form label {
  position: relative;
  float: left;
  width: calc(100% - 10rem); }

.mm-center-aligned-inner .mm-search-bar .search-form {
  justify-content: center; }

.mm-right-aligned-inner .mm-search-bar .search-form {
  justify-content: flex-end; }

.mm-columns {
  position: relative;
  float: left;
  width: 100%; }

.mm-column {
  position: relative;
  float: left; }

.mm-social-container {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 10px 0px; }

.mm-center-aligned-inner .mm-social-container {
  justify-content: center; }

.mm-right-aligned-inner .mm-social-container {
  justify-content: flex-end; }

.mm-social-container .social-media-block {
  position: relative;
  float: left; }

.mm-contact-container {
  position: relative;
  float: left;
  width: 100%; }

.mm-contact-info-container {
  position: relative;
  float: left;
  width: 100%;
  text-align: left; }

.mm-center-aligned-inner .mm-contact-info-container {
  text-align: center; }

.mm-right-aligned-inner .mm-contact-info-container {
  text-align: right; }

/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#siteLogo p {
  margin: 0; }

.logo-container {
  width: 10rem;
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px; }

.logo-container .logo-image {
  width: 7rem;
  transition: all 0.3s;
  position: relative;
  opacity: 1;
  z-index: 2; }

.header-left-align .logo-container {
  float: left;
  justify-content: flex-start; }

.header-left-align .logo-container .logo-image {
  float: left; }

.header-center-align .logo-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; }

.header-center-align .logo-container .logo-image {
  left: 0;
  right: 0; }

.header-right-align .logo-container {
  float: right;
  justify-content: flex-end; }

.header-right-align .logo-container .logo-image {
  float: right; }

@media screen and (max-width: 899px) {
  .logo-container {
    margin-bottom: 10px !important; } }
/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.menu-contact-info, .menu-contact-info a {
  color: #ffffff; }

@media screen and (max-width: 699px) {
  .menu-contact-info, .menu-contact-info a {
    display: none; } }
/*--------------------------------------------------------------
## Social Media
--------------------------------------------------------------*/
.social-container-nav {
  position: relative;
  float: left;
  display: flex;
  justify-content: flex-start; }

.center-aligned-inner .social-container-nav {
  justify-content: center; }

.right-aligned-inner .social-container-nav {
  justify-content: flex-end; }

.social-container-nav .social-media-block {
  position: relative;
  float: left;
  margin-bottom: 0px; }

.social-container-nav .fab {
  color: #ffffff; }

.social-container-nav i.fab.fa-facebook {
  color: #ffffff; }

.social-container-nav i.fab.fa-twitter {
  color: #ffffff; }

.social-container-nav i.fab.fa-linkedin {
  color: #ffffff; }

.social-container-nav i.fab.fa-youtube {
  color: #ffffff; }

.social-container-nav i.fab.fa-pinterest {
  color: #ffffff; }

.social-container-nav i.fab.fa-instagram {
  color: #ffffff; }

.social-container-nav i.fab.fa-tumblr-square {
  color: #ffffff; }

.social-container-nav i.fab.fa-flickr {
  color: #ffffff; }

.social-container-nav i.fab.fa-reddit-square {
  color: #ffffff; }

.social-container-nav i.fab.fa-snapchat-square {
  color: #ffffff; }

.social-container-nav i.fab.fa-whatsapp-square {
  color: #ffffff; }

.social-container-nav i.fab.fa-vimeo-square {
  color: #ffffff; }

.social-container-nav i.fab.fa-periscope {
  color: #ffffff; }

.social-container-nav i.fab.fa-stumbleupon-circle {
  color: #ffffff; }

.social-container-nav i.fab.fa-delicious {
  color: #ffffff; }

.social-container-nav i.fab.fa-viber {
  color: #ffffff; }

@media screen and (max-width: 1024px) {
  .social-container-nav {
    display: none; } }
.hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  display: flex;
  flex-direction: column; }

#hero-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: flex;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.hero-content .hero-text {
  margin: auto;
  width: 55%; }

.hero-content h1 {
  font-weight: 300;
  font-size: 3rem;
  line-height: 120%;
  margin-bottom: 20px; }

.hero-body-text {
  margin-bottom: 20px; }

.hero-wrapper-thin {
  max-height: 400px;
  overflow: hidden;
  position: relative; }

/* Video Option */
.video-container {
  position: relative;
  float: left;
  width: 100%;
  max-height: 70vh; }

.over-video-header {
  position: absolute;
  z-index: 6;
  height: 100%; }

.over-video-header-inner {
  position: relative;
  height: 100%; }

.over-video-center-align {
  position: relative;
  float: left;
  padding-left: 10%; }

.over-video-header h1 {
  font-weight: 300;
  font-size: 4.25rem;
  width: 70%;
  line-height: 120%; }

.video-container video {
  position: relative; }

/* OWL CAROUSEL */
.hero-slide-container {
  position: relative;
  max-height: 600px; }

.hero-slide-container picture, .hero-slide-container picture img {
  max-height: none; }

.owl-theme .owl-nav, .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px !important; }

.owl-dots {
  position: absolute;
  width: 100%;
  top: 95%; }

/* disable arrow and dots */
.owl-nav.disabled {
  display: none; }

.owl-dots.disabled {
  display: none; }

/* Text align options */
.hero-mask-center {
  text-align: center;
  z-index: 0; }

.hero-mask-left {
  text-align: left;
  z-index: 0; }

.hero-mask-right {
  text-align: right;
  z-index: 0; }

/* LIGHT mask options */
.hero-mask-light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(212, 212, 212, 0.7);
  z-index: 5; }

/* DARK mask options */
.hero-mask-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5; }

/* Mobile Hero */
@media screen and (max-height: 767px) {
  .hero-content h1 {
    font-size: 2rem !important; } }
@media screen and (max-width: 599px) {
  .cta-container {
    display: inline-grid; }

  .hero-link-custom, .hero-link-dark, .hero-link-light {
    margin-top: 10px; } }
@media screen and (max-width: 499px) {
  .hero-link-custom, .hero-link-dark, .hero-link-light {
    display: none; } }
