/*
 *  Syntrix Solutions
 *  Copyright 2015 Syntrix Solutions
 *  http://syntrixsolutions.com.au
 */
/* line 1, ../sass/components/_contact-header.scss */
.contact-header {
  width: 100%;
  height: 120px;
  line-height: 36px;
  font-size: 1.6rem;
  font-weight: 200;
  display: block;
  overflow: hidden;
  background: #ffffff;
  color: #456071;
}
/* line 11, ../sass/components/_contact-header.scss */
.contact-header a {
  color: #456071;
  text-decoration: none;
}
/* line 14, ../sass/components/_contact-header.scss */
.contact-header a:hover {
  color: #e3141e;
  text-decoration: none;
}
/* line 20, ../sass/components/_contact-header.scss */
.contact-header .social-networks span {
  float: left;
  margin-right: 10px;
}
/* line 24, ../sass/components/_contact-header.scss */
.contact-header .social-networks .icon {
  position: relative;
  font-size: 2rem;
  top: 4px;
  margin-right: 10px;
  float: left;
}
/* line 31, ../sass/components/_contact-header.scss */
.contact-header .social-networks a {
  color: #456071;
  text-decoration: none;
}
/* line 34, ../sass/components/_contact-header.scss */
.contact-header .social-networks a:hover {
  color: #3ea75f;
  text-decoration: none;
}
/* line 41, ../sass/components/_contact-header.scss */
.contact-header .contact-information {
  float: right;
}
/* line 43, ../sass/components/_contact-header.scss */
.contact-header .contact-information .email, .contact-header .contact-information .office, .contact-header .contact-information .mobile {
  float: left;
  margin-left: 20px;
}
/* line 46, ../sass/components/_contact-header.scss */
.contact-header .contact-information .email .icon, .contact-header .contact-information .office .icon, .contact-header .contact-information .mobile .icon {
  position: relative;
  font-size: 1.7rem;
  top: 2px;
  margin-right: 10px;
  float: left;
}
/* line 54, ../sass/components/_contact-header.scss */
.contact-header .contact-information .email .icon {
  font-size: 2.4rem;
  top: 3px;
}
/* line 60, ../sass/components/_contact-header.scss */
.contact-header .share-site {
  position: absolute;
  display: block;
  top: 57px;
  right: 0px;
  width: 480px;
  max-width: 480px;
  height: 40px;
  z-index: 10;
  color: #ffffff;
}
/* line 70, ../sass/components/_contact-header.scss */
.contact-header .share-site .icon {
  position: relative;
  float: left;
  text-align: center;
  line-height: 37px;
  background: #e3141e;
  width: 30px;
  height: 30px;
  font-size: 2rem;
  top: -7px;
  left: -7px;
}
/* line 82, ../sass/components/_contact-header.scss */
.contact-header .share-site .facebook .icon {
  line-height: 46px;
  font-size: 2.2rem;
  padding-left: 4px;
}
/* line 87, ../sass/components/_contact-header.scss */
.contact-header .share-site .facebook, .contact-header .share-site .twitter {
  background: #2a2a2a;
  font-size: 1.4rem;
}
/* line 90, ../sass/components/_contact-header.scss */
.contact-header .share-site .facebook a, .contact-header .share-site .twitter a {
  color: #ffffff;
}
/* line 92, ../sass/components/_contact-header.scss */
.contact-header .share-site .facebook a:hover, .contact-header .share-site .twitter a:hover {
  color: #ffffff;
}

/* line 100, ../sass/components/_contact-header.scss */
.logo-container {
  float: left;
  margin-top: 14px;
}

@media (max-width: 767px) {
  /* line 109, ../sass/components/_contact-header.scss */
  .social-networks, .email {
    display: none;
  }

  /* line 112, ../sass/components/_contact-header.scss */
  .contact-header .contact-information {
    width: 100%;
    text-align: center;
  }
  /* line 115, ../sass/components/_contact-header.scss */
  .contact-header .contact-information .mobile, .contact-header .contact-information .office {
    float: none;
    padding: 0 10px 0 10px;
    display: inline-block;
    margin: auto;
  }

  /* line 122, ../sass/components/_contact-header.scss */
  .contact-header .share-site {
    display: none;
  }
}
/* line 1, ../sass/components/_main-navigation.scss */
#header {
  width: 100%;
  background: #2a2a2a;
  /*$blue-darken-3;*/
  height: 55px;
  font-size: 1.4rem;
  font-weight: 300;
  border-bottom: 0px;
  border-top: solid 3px #e31e26;
  position: relative;
  z-index: 999;
  /*-webkit-box-shadow: 0px 7px 5px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 7px 5px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 7px 5px -2px rgba(0,0,0,0.75);*/
}
/* line 14, ../sass/components/_main-navigation.scss */
#header a {
  color: #ffffff;
  /*font-weight: 500;*/
}

/* line 20, ../sass/components/_main-navigation.scss */
header .navbar-brand {
  font-weight: 500;
  font-size: 2.6rem;
  margin-top: 30px;
}
/* line 24, ../sass/components/_main-navigation.scss */
header .navbar-brand .icon {
  position: relative;
  top: -25px;
  float: left;
  margin-right: 5px;
  font-size: 2.8em;
  color: #e3141e;
}
/* line 32, ../sass/components/_main-navigation.scss */
header .navbar-brand span {
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
}

/* line 38, ../sass/components/_main-navigation.scss */
header .navbar {
  margin: 0;
  border: none;
}

/* line 43, ../sass/components/_main-navigation.scss */
.dropdown-toggle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 50, ../sass/components/_main-navigation.scss */
.navbar-inverse .navbar-nav > li.dropdown > a:hover {
  background-color: #ad050d;
}

/* line 55, ../sass/components/_main-navigation.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background: #ad050d;
}

/* line 59, ../sass/components/_main-navigation.scss */
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #e3141e;
}

/* line 63, ../sass/components/_main-navigation.scss */
.navbar-toggle {
  background-color: #e3141e;
}

/* line 67, ../sass/components/_main-navigation.scss */
.nav {
  margin-top: 5px;
}

/* line 71, ../sass/components/_main-navigation.scss */
.navbar-inverse {
  background-color: #2a2a2a;
  /*$blue-darken-3*/
  /*border-color: $blue-darken-3;*/
}

/* line 76, ../sass/components/_main-navigation.scss */
.navbar-inverse .navbar-nav > li > a:hover {
  /* color: #fff;
   background-color: none;
   border-bottom: solid 1px $red;
   background-color: #3ea75f;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;*/
}

/* line 87, ../sass/components/_main-navigation.scss */
.navbar-nav > li > .dropdown-menu {
  background-color: #2a2a2a;
}

/* line 91, ../sass/components/_main-navigation.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent;
}

@media (max-width: 767px) {
  /* line 98, ../sass/components/_main-navigation.scss */
  #header {
    height: 54px;
  }
  /* line 100, ../sass/components/_main-navigation.scss */
  #header .container {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 104, ../sass/components/_main-navigation.scss */
  #header #main-nav {
    margin-top: 5px;
  }
  /* line 106, ../sass/components/_main-navigation.scss */
  #header #main-nav .navbar-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 110, ../sass/components/_main-navigation.scss */
  #header #main-nav .nav {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 113, ../sass/components/_main-navigation.scss */
  #header #main-nav .nav .dropdown {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 118, ../sass/components/_main-navigation.scss */
  #header #main-nav .nav .open {
    background: #14171b;
  }

  /* line 124, ../sass/components/_main-navigation.scss */
  .navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }

  /* line 135, ../sass/components/_main-navigation.scss */
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #ad050d;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }

  /* line 142, ../sass/components/_main-navigation.scss */
  .navbar-inverse .navbar-toggle {
    border-color: #fff;
    top: 2px;
  }

  /* line 146, ../sass/components/_main-navigation.scss */
  header .navbar-brand {
    font-weight: 500;
    font-size: 1.2rem;
    margin-top: 3px;
    line-height: 12px;
  }
  /* line 151, ../sass/components/_main-navigation.scss */
  header .navbar-brand .icon {
    position: relative;
    top: -12px;
    float: left;
    margin-right: 0px;
    font-size: 3em;
    color: #e3141e;
  }
  /* line 159, ../sass/components/_main-navigation.scss */
  header .navbar-brand span {
    font-size: 0.7rem;
    font-weight: 300;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 171, ../sass/components/_main-navigation.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 174, ../sass/components/_main-navigation.scss */
  .navbar-header {
    width: 100%;
  }

  /* line 177, ../sass/components/_main-navigation.scss */
  .navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }

  /* line 187, ../sass/components/_main-navigation.scss */
  .navbar-inverse .navbar-toggle {
    border-color: transparent;
    /*top: 35px;*/
  }
  /* line 190, ../sass/components/_main-navigation.scss */
  .navbar-inverse .navbar-toggle:hover {
    background-color: #e3141e;
  }

  /* line 194, ../sass/components/_main-navigation.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 197, ../sass/components/_main-navigation.scss */
  .navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }

  /* line 202, ../sass/components/_main-navigation.scss */
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    margin-top: 50px;
  }

  /* line 206, ../sass/components/_main-navigation.scss */
  .nav {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 211, ../sass/components/_main-navigation.scss */
  .navbar-nav > li > .dropdown-menu {
    margin-top: 10px;
    background: #e3141e;
  }

  /* line 215, ../sass/components/_main-navigation.scss */
  .dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) {
  /* line 223, ../sass/components/_main-navigation.scss */
  .header .navbar-brand {
    padding-left: 0;
  }

  /* line 226, ../sass/components/_main-navigation.scss */
  .navbar-nav {
    float: right;
  }

  /* line 230, ../sass/components/_main-navigation.scss */
  .navbar {
    border-radius: 0px;
    height: 50px;
  }

  /* line 234, ../sass/components/_main-navigation.scss */
  .navbar-nav > li > .dropdown-menu {
    margin-top: 5px;
  }

  /* line 237, ../sass/components/_main-navigation.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 242, ../sass/components/_main-navigation.scss */
  .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
  }

  /* line 246, ../sass/components/_main-navigation.scss */
  .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
  }

  /* line 251, ../sass/components/_main-navigation.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media (min-width: 992px) and (max-width: 1135px) {
  /* line 260, ../sass/components/_main-navigation.scss */
  header .navbar-brand {
    font-weight: 500;
    font-size: 2rem;
    margin-top: 30px;
  }
  /* line 264, ../sass/components/_main-navigation.scss */
  header .navbar-brand .icon {
    position: relative;
    top: -17px;
    float: left;
    margin-right: 5px;
    font-size: 3em;
    color: #e3141e;
  }
  /* line 272, ../sass/components/_main-navigation.scss */
  header .navbar-brand span {
    font-size: 1.1rem;
    font-weight: 300;
    display: block;
  }

  /* line 278, ../sass/components/_main-navigation.scss */
  .nav > li > a {
    padding: 10px 10px;
  }
}
/* line 1, ../sass/components/_feature.scss */
.feature-container {
  background-color: white;
  position: relative;
  height: 100%;
  overflow: auto;
}

/* line 8, ../sass/components/_feature.scss */
.feature-left-col {
  padding-right: 0px;
  padding-left: 0px;
  background-color: white;
  text-align: center;
}
/* line 13, ../sass/components/_feature.scss */
.feature-left-col #video_1 {
  display: block;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

/* line 21, ../sass/components/_feature.scss */
.feature-right-col {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 26, ../sass/components/_feature.scss */
.ad-block {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 5px;
}
/* line 30, ../sass/components/_feature.scss */
.ad-block a {
  font-weight: bold;
  font-size: 2em;
}

/* line 36, ../sass/components/_feature.scss */
#feature.page-section {
  position: relative;
  padding: 0;
  margin: 0;
  /* background: url("../images/hero/pestsoutwa-hero.png") no-repeat center top;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 535px;
  max-height: 535px;
}
/* line 48, ../sass/components/_feature.scss */
#feature.page-section .commercial-residential-container {
  width: 650px;
  position: absolute;
  display: block;
  top: 350px;
  left: 47%;
  margin-left: -165px;
  height: 40px;
  z-index: 10;
  color: #ffffff;
}
/* line 58, ../sass/components/_feature.scss */
#feature.page-section .commercial-residential-container .info-block-text {
  font-size: 1.8em;
  position: relative;
  top: 50px;
  z-index: 2;
  margin-left: 25px;
}
/* line 64, ../sass/components/_feature.scss */
#feature.page-section .commercial-residential-container .info-block-text a {
  color: #ffffff;
}
/* line 68, ../sass/components/_feature.scss */
#feature.page-section .commercial-residential-container .info-block {
  width: 200px;
  min-width: 200px;
  height: 70px;
  background: #000;
  opacity: 0.85;
  filter: alpha(opacity=84);
}

/* line 82, ../sass/components/_feature.scss */
.advertise-block {
  z-index: 9;
  position: relative;
  overflow: hidden;
}

/* line 87, ../sass/components/_feature.scss */
.advertise-block-overlay {
  background-color: #116faf;
  filter: alpha(opacity=85);
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.85;
  margin: 0;
  padding: 0;
}

/* line 99, ../sass/components/_feature.scss */
#feature-small.page-section {
  position: relative;
  padding: 0;
  margin: 0;
  background: url("../images/hero/placeholder.png") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 150px;
}

/* line 111, ../sass/components/_feature.scss */
#home-slideshow {
  display: table;
  width: 100%;
  height: 535px;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: top;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 126, ../sass/components/_feature.scss */
  #feature.page-section {
    background: #3ea75f url("../images/hero/slide-1.png") no-repeat center top;
    background-size: 798px 300px;
    height: 300px;
    max-height: 300px;
  }
  /* line 131, ../sass/components/_feature.scss */
  #feature.page-section #home-slideshow {
    height: 300px;
  }
}
/*
 *  Liquid Slider v2
 *  Copyright 2012 Kevin Batdorf
 *  http://liquidslider.com
 *  MIT license
 */
/* line 8, ../sass/components/_liquid-slider.scss */
.no-js .liquid-slider {
  height: 350px;
  overflow: scroll;
}

/* line 12, ../sass/components/_liquid-slider.scss */
.ls-preloader {
  background: url(../lib/liquidslider/images/loading.gif) #f2f2f2 no-repeat center 50%;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/*** Containers ***/
/* line 24, ../sass/components/_liquid-slider.scss */
.ls-wrapper {
  clear: both;
  overflow: auto;
  position: relative;
  margin: auto;
  top: 150px;
}

/* line 31, ../sass/components/_liquid-slider.scss */
.liquid-slider {
  max-width: 900px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
}

/* line 38, ../sass/components/_liquid-slider.scss */
.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}

/* line 42, ../sass/components/_liquid-slider.scss */
.ls-responsive .liquid-slider {
  width: 100%;
  margin: 0;
}

/* line 46, ../sass/components/_liquid-slider.scss */
.panel-container {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  /* from http://davidwalsh.name/translate3d */
}

/* line 52, ../sass/components/_liquid-slider.scss */
.liquid-slider .panel-container .fade {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/* line 63, ../sass/components/_liquid-slider.scss */
#testimonials .liquid-slider .ls-panel {
  width: 900px;
  display: block;
  float: left;
  padding-left: 75px;
  text-align: left;
  /*padding-right: 75px;*/
}

/*** Panels ***/
/* line 73, ../sass/components/_liquid-slider.scss */
.liquid-slider .ls-panel {
  width: 800px;
  display: block;
  float: left;
}

/* line 78, ../sass/components/_liquid-slider.scss */
.panel-wrapper {
  padding: 15px 60px;
  position: relative;
}

/*** Tabbed Navigation ***/
/* line 84, ../sass/components/_liquid-slider.scss */
.ls-nav {
  overflow: hidden;
  clear: both;
}

/* line 88, ../sass/components/_liquid-slider.scss */
.ls-nav a {
  background: #d8d8d8;
  color: #333333;
  margin-right: 1px;
  padding: 10px 15px;
  outline: 0;
}

/* line 95, ../sass/components/_liquid-slider.scss */
.ls-nav a:hover {
  background: #f2f2f2;
  color: #333333;
  text-shadow: none;
}

/* line 100, ../sass/components/_liquid-slider.scss */
.ls-nav .current a {
  background: #f2f2f2;
}

/* line 103, ../sass/components/_liquid-slider.scss */
.currentCrossLink {
  font-weight: bold;
}

/* line 106, ../sass/components/_liquid-slider.scss */
.ls-nav ul {
  padding: 0;
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}

/* line 113, ../sass/components/_liquid-slider.scss */
.ls-nav ul li {
  display: inline;
}

/* line 116, ../sass/components/_liquid-slider.scss */
.ls-nav ul li a {
  display: block;
  float: left;
  text-decoration: none;
}

/*** Mobile Navigation ***/
/* line 123, ../sass/components/_liquid-slider.scss */
.ls-select-box {
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(../lib/liquidslider/images/menu.png) no-repeat right #ddd;
}

/* line 129, ../sass/components/_liquid-slider.scss */
.ls-select-box select {
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor: pointer;
  outline: 0;
}

/*** Arrow Navigation (non-graphical) ***/
/* line 144, ../sass/components/_liquid-slider.scss */
.ls-nav-left, .ls-nav-right {
  top: 0;
  float: left;
  clear: both;
}

/* line 149, ../sass/components/_liquid-slider.scss */
.ls-nav-left a, .ls-nav-right a {
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
}

/* line 158, ../sass/components/_liquid-slider.scss */
.ls-responsive .ls-nav-left {
  position: absolute;
  left: 0;
  z-index: 2;
}

/* line 163, ../sass/components/_liquid-slider.scss */
.ls-responsive .ls-nav-left a {
  background: #9A9A9A;
  width: 80px;
}

/* line 167, ../sass/components/_liquid-slider.scss */
.ls-responsive .ls-nav-left a:hover {
  background: #747474;
}

/* line 170, ../sass/components/_liquid-slider.scss */
.ls-responsive .ls-nav-right {
  position: absolute;
  right: 0;
  z-index: 2;
}

/* line 175, ../sass/components/_liquid-slider.scss */
.ls-responsive .ls-nav-right a {
  background: #9A9A9A;
  width: 80px;
}

/* line 179, ../sass/components/_liquid-slider.scss */
.ls-responsive .ls-nav-right a:hover {
  background: #747474;
}

/*** Arrow Navigation (graphical) ***/
/* line 184, ../sass/components/_liquid-slider.scss */
.ls-nav-left-arrow, .ls-nav-right-arrow {
  cursor: pointer;
  float: left;
  clear: both;
}

/* line 189, ../sass/components/_liquid-slider.scss */
.ls-nav-left-arrow a, .ls-nav-right-arrow a {
  display: block;
}

/* line 192, ../sass/components/_liquid-slider.scss */
[class$="-arrow"] {
  width: 44px;
  height: 44px;
  background-image: url(../lib/liquidslider/images/arrow.png);
  background-repeat: no-repeat;
  margin-top: 0;
  position: relative;
}

/* line 200, ../sass/components/_liquid-slider.scss */
.ls-nav-right-arrow {
  background-position: top right;
  margin-right: 5px;
}

/* line 204, ../sass/components/_liquid-slider.scss */
.ls-nav-left-arrow {
  background-position: top left;
  margin-left: 5px;
}

/* line 208, ../sass/components/_liquid-slider.scss */
.ls-nav-left-arrow:hover {
  background-position: bottom left;
}

/* line 211, ../sass/components/_liquid-slider.scss */
.ls-nav-right-arrow:hover {
  background-position: bottom right;
}

/* line 214, ../sass/components/_liquid-slider.scss */
.ls-responsive .ls-nav-left-arrow {
  position: absolute;
  left: 0;
  z-index: 2;
}

/* line 219, ../sass/components/_liquid-slider.scss */
.ls-responsive .ls-nav-right-arrow {
  position: absolute;
  right: 0;
  z-index: 2;
}

/* custom style */
/* line 228, ../sass/components/_liquid-slider.scss */
#hero-text {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
  margin: auto;
  display: none;
  text-transform: uppercase;
}
/* line 237, ../sass/components/_liquid-slider.scss */
#hero-text h2 {
  color: #ffffff;
  font-size: 3.6rem;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  /* line 246, ../sass/components/_liquid-slider.scss */
  .ls-wrapper {
    top: 0px;
  }

  /* line 251, ../sass/components/_liquid-slider.scss */
  #hero-text h2 {
    font-size: 2.2rem;
  }
  /* line 254, ../sass/components/_liquid-slider.scss */
  #hero-text .panel-wrapper {
    padding: 15px 15px;
    position: relative;
  }

  /* line 260, ../sass/components/_liquid-slider.scss */
  #testimonials .liquid-slider .ls-panel {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 268, ../sass/components/_liquid-slider.scss */
#testimonials .panel-wrapper {
  padding: 15px 0;
  text-align: center;
}

/* Price List */
/* line 3, ../sass/components/_package-prices.scss */
#accordion p {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  float: left;
}

/* line 15, ../sass/components/_package-prices.scss */
.package-container {
  margin-top: 35px;
}
/* line 17, ../sass/components/_package-prices.scss */
.package-container ul {
  min-height: 316px;
}
/* line 20, ../sass/components/_package-prices.scss */
.package-container .note {
  font-size: 12px;
  color: #afafaf;
}
/* line 24, ../sass/components/_package-prices.scss */
.package-container .only {
  font-size: 15px;
  color: #5a5757;
}
/* line 28, ../sass/components/_package-prices.scss */
.package-container .price {
  font-weight: 700;
  font-size: 1.8em;
}
/* line 35, ../sass/components/_package-prices.scss */
.package-container .package-footer {
  border-top: dashed 1px;
  padding-top: 6px;
  margin-top: 22px;
  border-bottom: solid 3px;
}
/* line 40, ../sass/components/_package-prices.scss */
.package-container .package-footer.package-1 {
  border-bottom: solid 3px #cb1426;
}
/* line 43, ../sass/components/_package-prices.scss */
.package-container .package-footer.package-2 {
  border-bottom: solid 3px #003333;
}
/* line 47, ../sass/components/_package-prices.scss */
.package-container .package-footer.package-3 {
  border-bottom: solid 3px #669999;
}
/* line 51, ../sass/components/_package-prices.scss */
.package-container .package-footer.package-4 {
  border-bottom: solid 3px #999999;
}

/* line 57, ../sass/components/_package-prices.scss */
.most-popular-container {
  position: absolute;
  bottom: 109px;
  text-align: center;
  width: 100%;
  height: 50px;
}
/* line 63, ../sass/components/_package-prices.scss */
.most-popular-container .most-popular-inner {
  position: relative;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
/* line 68, ../sass/components/_package-prices.scss */
.most-popular-container .most-popular-inner p {
  font-weight: 500;
  color: #cb1426;
  border: solid;
  padding: 5px;
}

/* line 78, ../sass/components/_package-prices.scss */
.pill-header {
  /*background: transparent;*/
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  position: relative;
  top: -4px;
  color: #FFF;
  font-weight: 500;
}
/* line 88, ../sass/components/_package-prices.scss */
.pill-header.package-1 {
  border: solid 1px #cb1426;
  background-color: #cb1426;
}
/* line 92, ../sass/components/_package-prices.scss */
.pill-header.package-2 {
  border: solid 1px #003333;
  background-color: #003333;
}
/* line 97, ../sass/components/_package-prices.scss */
.pill-header.package-3 {
  border: solid 1px #669999;
  background-color: #669999;
}
/* line 102, ../sass/components/_package-prices.scss */
.pill-header.package-4 {
  border: solid 1px #999999;
  background-color: #999999;
}

/* line 109, ../sass/components/_package-prices.scss */
.pill-price {
  /*background: transparent;*/
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  position: relative;
  top: -4px;
  color: #FFF;
  font-weight: 500;
  width: 200px;
}
/* line 120, ../sass/components/_package-prices.scss */
.pill-price.package-1 {
  border: solid 1px #cb1426;
  background-color: #cb1426;
}
/* line 124, ../sass/components/_package-prices.scss */
.pill-price.package-2 {
  border: solid 1px #003333;
  background-color: #003333;
}
/* line 129, ../sass/components/_package-prices.scss */
.pill-price.package-3 {
  border: solid 1px #669999;
  background-color: #669999;
}
/* line 134, ../sass/components/_package-prices.scss */
.pill-price.package-4 {
  border: solid 1px #999999;
  background-color: #999999;
}

/* line 144, ../sass/components/_package-prices.scss */
#price-list {
  background-image: url("../images/parallax/moth.png");
}
/* line 146, ../sass/components/_package-prices.scss */
#price-list .price-note {
  background-color: #003333;
  color: #ffffff;
  border-radius: 10px;
  padding: 20px;
}
/* line 152, ../sass/components/_package-prices.scss */
#price-list .panel-group {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 15px;
}
/* line 158, ../sass/components/_package-prices.scss */
#price-list .panel-group .panel {
  min-height: 40px;
}
/* line 161, ../sass/components/_package-prices.scss */
#price-list .panel-group .panel-default > .panel-heading {
  min-height: 40px;
  height: 40px;
}
/* line 165, ../sass/components/_package-prices.scss */
#price-list .panel-group .panel-default > .panel-heading .panel-title a {
  height: 30px;
  display: block;
}
/* line 170, ../sass/components/_package-prices.scss */
#price-list .panel-group .panel-default > .panel-heading .panel-title .glyphicon {
  color: #000000;
  margin-left: 20px;
}

/* line 180, ../sass/components/_package-prices.scss */
#packages, #price-list {
  padding: 0px 0 70px 0;
}

/* line 185, ../sass/components/_package-prices.scss */
.section-full-header {
  background: #141b22;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 50px;
}

/* line 194, ../sass/components/_package-prices.scss */
.section-full-header-blue {
  background: #003333;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 50px;
}

/* line 205, ../sass/components/_package-prices.scss */
.page-section .price-block {
  width: 100%;
  min-height: 100px;
  height: 100px;
  background-color: #003333;
  color: #ffffff;
  padding: 20px;
  margin-bottom: 10px;
}
/* line 213, ../sass/components/_package-prices.scss */
.page-section .price-block h2 {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.2em;
}
/* line 219, ../sass/components/_package-prices.scss */
.page-section .price-block p {
  text-align: center;
  line-height: inherit;
  color: #ffffff;
  font-size: 1.3rem;
}

/* line 1, ../sass/components/_quote.scss */
.quote {
  background: #141b22;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}
/* line 7, ../sass/components/_quote.scss */
.quote h3 {
  font-weight: 300;
  font-size: 3rem;
}

@media (max-width: 767px) {
  /* line 16, ../sass/components/_quote.scss */
  .quote h3 {
    font-size: 1.5rem;
  }
}
/* -------------------------------- 

Primary style

-------------------------------- */
/* line 6, ../sass/components/_slide-in.scss */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 12, ../sass/components/_slide-in.scss */
.cd-panel::after, .cd-panel::before, .cd-panel2::after, .cd-panel2::before, .cd-panel3::after, .cd-panel3::before, .cd-panel4::after, .cd-panel4::before {
  content: '';
}

/* line 15, ../sass/components/_slide-in.scss */
.cd-panel-close::after, .cd-panel-close::before {
  content: '';
}

/* line 19, ../sass/components/_slide-in.scss */
tr::after, tr::before {
  content: none;
}

/* -------------------------------- 

Main components 

-------------------------------- */
/* line 35, ../sass/components/_slide-in.scss */
.no-touch .cd-main-content .cd-btn:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}

/* line 43, ../sass/components/_slide-in.scss */
.cd-panel, .cd-panel2, .cd-panel3, .cd-panel4 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
  font-size: 1.4rem;
}

/* line 56, ../sass/components/_slide-in.scss */
.cd-panel::after, .cd-panel2::after, .cd-panel3::after, .cd-panel4::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

/* line 69, ../sass/components/_slide-in.scss */
.cd-panel.is-visible, .cd-panel2.is-visible, .cd-panel3.is-visible, .cd-panel4.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

/* line 75, ../sass/components/_slide-in.scss */
.cd-panel.is-visible::after, .cd-panel2.is-visible::after, .cd-panel3.is-visible::after, .cd-panel4.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

/* line 81, ../sass/components/_slide-in.scss */
.cd-panel.is-visible .cd-panel-close::before, .cd-panel2.is-visible .cd-panel-close::before, .cd-panel3.is-visible .cd-panel-close::before, .cd-panel4.is-visible .cd-panel-close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  -moz-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s;
}

/* line 86, ../sass/components/_slide-in.scss */
.cd-panel.is-visible .cd-panel-close::after, .cd-panel2.is-visible .cd-panel-close::after, .cd-panel3.is-visible .cd-panel-close::after, .cd-panel4.is-visible .cd-panel-close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  -moz-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@-moz-keyframes cd-close-1 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}
@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@-moz-keyframes cd-close-2 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(-45deg);
  }
}
@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* line 156, ../sass/components/_slide-in.scss */
.cd-panel-header {
  position: fixed;
  width: 90%;
  height: 50px;
  line-height: 50px;
  background: white;
  z-index: 2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: top 0.3s 0s;
  -moz-transition: top 0.3s 0s;
  transition: top 0.3s 0s;
}

/* line 168, ../sass/components/_slide-in.scss */
.cd-panel-header h3 {
  font-weight: 500;
  color: #14171b;
  font-size: 1.8rem;
  padding-left: 5%;
  margin-top: 15px;
}

@media (max-width: 767px) {
  /* line 177, ../sass/components/_slide-in.scss */
  .cd-panel-header h3 {
    font-size: 1.4rem;
    margin-right: 50px;
    margin-top: 10px;
  }
}
/* line 184, ../sass/components/_slide-in.scss */
.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -50px;
}

/* line 187, ../sass/components/_slide-in.scss */
.from-right .cd-panel-header {
  right: 0;
}

/* line 190, ../sass/components/_slide-in.scss */
.from-left .cd-panel-header {
  left: 0;
}

/* line 193, ../sass/components/_slide-in.scss */
.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  -moz-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s;
}

@media only screen and (min-width: 768px) {
  /* line 200, ../sass/components/_slide-in.scss */
  .cd-panel-header {
    width: 70%;
  }
}
@media only screen and (min-width: 1170px) {
  /* line 205, ../sass/components/_slide-in.scss */
  .cd-panel-header {
    width: 50%;
  }
}
/* line 210, ../sass/components/_slide-in.scss */
.cd-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* line 223, ../sass/components/_slide-in.scss */
.cd-panel-close::before, .cd-panel-close::after {
  /* close icon created in CSS */
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 235, ../sass/components/_slide-in.scss */
.cd-panel-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 242, ../sass/components/_slide-in.scss */
.cd-panel-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 249, ../sass/components/_slide-in.scss */
.no-touch .cd-panel-close:hover {
  background-color: #424f5c;
}

/* line 252, ../sass/components/_slide-in.scss */
.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 261, ../sass/components/_slide-in.scss */
.no-touch .cd-panel-close:hover::before {
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg);
}

/* line 268, ../sass/components/_slide-in.scss */
.no-touch .cd-panel-close:hover::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 276, ../sass/components/_slide-in.scss */
.cd-panel-container {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  background: #3ea75f;
  z-index: 1;
  -webkit-box-shadow: -9px 0px 20px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: -9px 0px 20px 0px rgba(50, 50, 50, 0.75);
  box-shadow: -9px 0px 20px 0px rgba(50, 50, 50, 0.75);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* line 296, ../sass/components/_slide-in.scss */
.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 304, ../sass/components/_slide-in.scss */
.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 312, ../sass/components/_slide-in.scss */
.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  /* line 323, ../sass/components/_slide-in.scss */
  .cd-panel-container {
    width: 70%;
  }
}
@media only screen and (min-width: 1170px) {
  /* line 328, ../sass/components/_slide-in.scss */
  .cd-panel-container {
    width: 50%;
  }
}
/* line 333, ../sass/components/_slide-in.scss */
.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 5% 30px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

/* line 344, ../sass/components/_slide-in.scss */
.cd-panel-content p {
  font-size: 1.4rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}

/* line 351, ../sass/components/_slide-in.scss */
.cd-panel-content p:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  /* line 355, ../sass/components/_slide-in.scss */
  .cd-panel-content p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
/* line 3, ../sass/components/_tables.scss */
.table {
  margin-bottom: 30px;
}

/* line 8, ../sass/components/_tables.scss */
table {
  margin-bottom: 40px;
  background: #ffffff;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 18, ../sass/components/_tables.scss */
table th:first-child {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: px;
}
/* line 26, ../sass/components/_tables.scss */
table th:last-child {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
}
/* line 34, ../sass/components/_tables.scss */
table th {
  background: #14171b;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 47, ../sass/components/_tables.scss */
table th h2 {
  font-size: 2.4rem;
  font-weight: 300;
  margin: 0;
}
/* line 53, ../sass/components/_tables.scss */
table tr {
  height: auto;
  columns: #000000;
}
/* line 56, ../sass/components/_tables.scss */
table tr td {
  text-align: left;
}

/* line 66, ../sass/components/_tables.scss */
table td, table th {
  border-left: 1px solid #ddd;
}

/* line 67, ../sass/components/_tables.scss */
table td:first-child, table th:first-child {
  border-left: none;
}

/* bootstrap overrides */
/* line 72, ../sass/components/_tables.scss */
.table > tbody > tr > th {
  border-top: none;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 79, ../sass/components/_tables.scss */
.table > tbody > tr > td {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 84, ../sass/components/_tables.scss */
.table-striped > tbody > tr:nth-child(2n+1) > td {
  background-color: #f2f2f2;
}

/* line 88, ../sass/components/_tables.scss */
.table-responsive {
  width: 100%;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: none;
}

@media (max-width: 767px) {
  /* line 97, ../sass/components/_tables.scss */
  table {
    font-size: 1.2rem;
  }
  /* line 99, ../sass/components/_tables.scss */
  table th h2 {
    font-size: 1.8rem;
  }
  /* line 101, ../sass/components/_tables.scss */
  table th h2 tr {
    height: 40px;
  }
  /* line 105, ../sass/components/_tables.scss */
  table tr {
    height: auto;
  }
}
/* line 2, ../sass/components/_aboutus.scss */
#about.page-section {
  background: #e6e6e6;
  padding-bottom: 85px;
}
/* line 5, ../sass/components/_aboutus.scss */
#about.page-section .google-reviews {
  margin-top: 50px;
}
/* line 7, ../sass/components/_aboutus.scss */
#about.page-section .google-reviews a {
  padding: 15px 20px;
  background: #e3141e;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #ffffff;
  font-weight: 300;
  font-size: 1.8rem;
}
/* line 16, ../sass/components/_aboutus.scss */
#about.page-section .google-reviews a:hover, #about.page-section .google-reviews a:focus {
  text-decoration: none;
  background: #ad050d;
}
/* line 22, ../sass/components/_aboutus.scss */
#about.page-section .avatar {
  max-width: 175px;
  max-height: 175px;
  display: block;
  margin: auto;
}
/* line 27, ../sass/components/_aboutus.scss */
#about.page-section .avatar img {
  max-width: 165px;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 5px #ffffff;
}
/* line 36, ../sass/components/_aboutus.scss */
#about.page-section blockquote {
  padding: 0;
  margin: 15px auto 0 auto;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.6rem;
  border-left: none;
  max-width: 392px;
}
/* line 44, ../sass/components/_aboutus.scss */
#about.page-section blockquote .icon {
  float: left;
  position: relative;
  font-size: 4rem;
  color: #e3141e;
  top: -14px;
  left: 0;
}

@media (max-width: 991px) {
  /* line 56, ../sass/components/_aboutus.scss */
  #about.page-section {
    padding-bottom: 70px;
  }
  /* line 58, ../sass/components/_aboutus.scss */
  #about.page-section .tagline {
    margin-bottom: 40px;
  }
  /* line 61, ../sass/components/_aboutus.scss */
  #about.page-section blockquote {
    max-width: 100%;
    margin-bottom: 40px;
  }
  /* line 64, ../sass/components/_aboutus.scss */
  #about.page-section blockquote .icon {
    left: -5px;
  }
  /* line 68, ../sass/components/_aboutus.scss */
  #about.page-section .google-reviews {
    margin-top: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 77, ../sass/components/_aboutus.scss */
  #about.page-section .google-reviews a {
    padding: 15px 20px;
    background: #3ea75f;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.4rem;
  }
}
/* line 90, ../sass/components/_aboutus.scss */
#cert-logos div {
  text-align: center;
}

/* line 1, ../sass/components/_projects.scss */
#projects ul li {
  list-style-type: none;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 300;
  color: #6b7081;
  margin: 0 0 15px 0;
  padding-left: 25px;
  background: url(../theme/images/tick.svg) no-repeat left 7px;
}

/* line 1, ../sass/components/_services.scss */
#services ul.nice-ticks li {
  list-style-type: none;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 300;
  color: #6b7081;
  margin: 0 0 15px 0;
  padding-left: 25px;
  background: url(../theme/images/tick.svg) no-repeat left 7px;
}

/* line 12, ../sass/components/_services.scss */
#services ul.small-list {
  margin-top: 5px;
  float: left;
}
/* line 15, ../sass/components/_services.scss */
#services ul.small-list li {
  font-size: 1.2rem;
  padding: 3px;
}

/* line 22, ../sass/components/_services.scss */
#services h2.service-header {
  text-align: left;
  margin-bottom: 8px;
}

/* line 27, ../sass/components/_services.scss */
#services img {
  margin-top: 25px;
}

/* line 2, ../sass/components/_testimonials.scss */
#testimonials.page-section {
  position: relative;
  background: #141b22 url(../images/perth.png) no-repeat center top;
  padding-bottom: 20px;
}
/* line 7, ../sass/components/_testimonials.scss */
#testimonials.page-section .tagline {
  margin-bottom: 10px;
}
/* line 9, ../sass/components/_testimonials.scss */
#testimonials.page-section .tagline h4 {
  color: #ffffff;
}
/* line 13, ../sass/components/_testimonials.scss */
#testimonials.page-section .container {
  position: relative;
  z-index: 3;
  padding-top: 20px;
}

/* line 21, ../sass/components/_testimonials.scss */
#testimonials.page-section {
  padding-top: 0;
  width: 100%;
  text-align: center;
}
/* line 25, ../sass/components/_testimonials.scss */
#testimonials.page-section p {
  color: #ffffff;
  font-size: 1.8rem;
}
/* line 29, ../sass/components/_testimonials.scss */
#testimonials.page-section .ls-wrapper {
  clear: both;
  overflow: auto;
  position: relative;
  margin: auto;
  top: 0;
  min-height: 270px;
}
/* line 37, ../sass/components/_testimonials.scss */
#testimonials.page-section #credits {
  display: none;
}
/* line 39, ../sass/components/_testimonials.scss */
#testimonials.page-section #credits .star-rating {
  overflow: hidden;
  display: inline-block;
  margin: 10px auto 25px 0;
}
/* line 43, ../sass/components/_testimonials.scss */
#testimonials.page-section #credits .star-rating img {
  float: left;
  margin-right: 5px;
}
/* line 48, ../sass/components/_testimonials.scss */
#testimonials.page-section #credits .name-wrapper {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
/* line 52, ../sass/components/_testimonials.scss */
#testimonials.page-section #credits .name-wrapper .name {
  background: #e3141e;
  display: inline-block;
  clear: both;
  padding: 10px 20px 10px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #ffffff;
}
/* line 61, ../sass/components/_testimonials.scss */
#testimonials.page-section #credits .name-wrapper .name p {
  margin-bottom: 0;
}

/* --------------------------------

Main Components

-------------------------------- */
/* line 7, ../sass/components/_gallery.scss */
.cd-single-item {
  position: relative;
  background: #ffffff;
}

/* line 12, ../sass/components/_gallery.scss */
.cd-slider-wrapper {
  position: relative;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: width;
}

@media only screen and (min-width: 1024px) {
  /* line 30, ../sass/components/_gallery.scss */
  .cd-slider-wrapper {
    width: 48%;
  }

  /* line 33, ../sass/components/_gallery.scss */
  .cd-slider-active .cd-slider-wrapper {
    width: 100%;
  }
}
/* line 38, ../sass/components/_gallery.scss */
.cd-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* line 44, ../sass/components/_gallery.scss */
.cd-slider::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

/* line 50, ../sass/components/_gallery.scss */
.cd-slider li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

/* line 67, ../sass/components/_gallery.scss */
.cd-slider li img {
  display: block;
  width: 100%;
}

/* line 72, ../sass/components/_gallery.scss */
.cd-slider li.selected {
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* line 82, ../sass/components/_gallery.scss */
.cd-slider li.move-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media only screen and (min-width: 1024px) {
  /* line 91, ../sass/components/_gallery.scss */
  .cd-slider {
    cursor: pointer;
  }

  /* line 94, ../sass/components/_gallery.scss */
  .cd-slider::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }

  /* line 98, ../sass/components/_gallery.scss */
  .cd-slider::after {
    /* slider cover layer - to indicate the image is clickable */
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(56, 168, 92, 0.4) url("../theme/lib/expandable-image-gallery/img/cd-icon-zoom.svg") no-repeat center center;
    /* size of the icon */
    background-size: 48px;
    opacity: 0;
    z-index: 4;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }

  /* line 116, ../sass/components/_gallery.scss */
  .no-touch .cd-slider:hover::after {
    opacity: 1;
  }

  /* line 119, ../sass/components/_gallery.scss */
  .cd-slider-active .cd-slider {
    cursor: auto;
  }

  /* line 122, ../sass/components/_gallery.scss */
  .cd-slider-active .cd-slider::after {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 128, ../sass/components/_gallery.scss */
  .cd-slider-navigation li, .cd-slider-pagination {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s;
  }

  /* line 135, ../sass/components/_gallery.scss */
  .cd-slider-active .cd-slider-navigation li, .cd-slider-active .cd-slider-pagination {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
    transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
  }
}
/* line 144, ../sass/components/_gallery.scss */
.cd-slider-navigation li {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 156, ../sass/components/_gallery.scss */
.cd-slider-navigation li:first-of-type {
  left: 10px;
}

/* line 160, ../sass/components/_gallery.scss */
.cd-slider-navigation li:last-of-type {
  right: 10px;
}

/* line 164, ../sass/components/_gallery.scss */
.cd-slider-navigation li a {
  display: block;
  width: 48px;
  height: 48px;
  background: url("../theme/lib/expandable-image-gallery/img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* line 178, ../sass/components/_gallery.scss */
.cd-slider-navigation li a.inactive {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

/* line 186, ../sass/components/_gallery.scss */
.no-touch .cd-slider-navigation li a:hover {
  opacity: .7;
}

/* line 190, ../sass/components/_gallery.scss */
.cd-slider-navigation li:first-of-type a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (min-width: 1024px) {
  /* line 199, ../sass/components/_gallery.scss */
  .cd-slider-navigation li:first-child {
    left: 30px;
  }

  /* line 202, ../sass/components/_gallery.scss */
  .cd-slider-navigation li:last-child {
    right: 30px;
  }
}
/* line 207, ../sass/components/_gallery.scss */
.cd-slider-pagination {
  /* you won't see this element in the html but it will be created using jQuery */
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
}

/* line 222, ../sass/components/_gallery.scss */
.cd-slider-pagination:after {
  content: "";
  display: table;
  clear: both;
}

/* line 228, ../sass/components/_gallery.scss */
.touch .cd-slider-pagination {
  visibility: hidden;
}

/* line 232, ../sass/components/_gallery.scss */
.cd-slider-pagination li {
  display: inline-block;
  float: left;
  margin: 0 5px;
}

/* line 238, ../sass/components/_gallery.scss */
.cd-slider-pagination li.selected a {
  background: #f5f4f3;
}

/* line 242, ../sass/components/_gallery.scss */
.cd-slider-pagination a {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #f5f4f3;
  /* fix a bug in IE9/10 - transparent anchor not clickable */
  background-color: rgba(255, 255, 255, 0);
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* line 256, ../sass/components/_gallery.scss */
.cd-slider-wrapper .cd-close {
  display: none;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: url("../theme/lib/expandable-image-gallery/img/cd-icon-close.svg") no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
  transition: transform 0.3s 0s, visibility 0s 0.4s;
}

/* line 276, ../sass/components/_gallery.scss */
.cd-slider-active .cd-slider-wrapper .cd-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
}

/* line 284, ../sass/components/_gallery.scss */
.no-touch .cd-slider-active .cd-slider-wrapper .cd-close:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

@media only screen and (min-width: 1024px) {
  /* line 293, ../sass/components/_gallery.scss */
  .cd-slider-wrapper .cd-close {
    display: block;
  }
}
/* line 298, ../sass/components/_gallery.scss */
.cd-item-info {
  padding: 0px 15px;
}

/* line 302, ../sass/components/_gallery.scss */
.cd-item-info h2, .cd-item-info p {
  max-width: 480px;
}

/* line 306, ../sass/components/_gallery.scss */
.cd-item-info h2 {
  font-size: 2.4rem;
  font-weight: bold;
}

/* line 311, ../sass/components/_gallery.scss */
.cd-item-info p {
  line-height: 1.6;
  margin: 1em 0;
  color: #666666;
}

/* line 317, ../sass/components/_gallery.scss */
.cd-item-info .add-to-cart {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  padding: .8em 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
}

@media only screen and (min-width: 1024px) {
  /* line 335, ../sass/components/_gallery.scss */
  .cd-item-info {
    /*position: absolute;*/
    width: 52%;
    top: 0;
    right: 0;
    padding: 0px 15px 0 30px;
    margin: 0;
  }
}
/* line 345, ../sass/components/_gallery.scss */
.cd-content p {
  width: 90%;
  max-width: 768px;
  padding: 4em 0;
  margin: 0 auto;
  color: #afa8a0;
  line-height: 1.8;
}

/* line 2, ../sass/components/_callus.scss */
#callus {
  padding: 0;
  width: 100%;
  background: #ad050d;
  text-align: center;
  position: relative;
}
/* line 8, ../sass/components/_callus.scss */
#callus .telephone {
  margin: 30px 0 30px 0;
  padding: 10px 30px 10px 30px;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  font-size: 7.2rem;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
/* line 18, ../sass/components/_callus.scss */
#callus .telephone a {
  cursor: pointer;
  color: white;
  font-weight: inherit;
}
/* line 23, ../sass/components/_callus.scss */
#callus .telephone .icon {
  float: left;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

@media (max-width: 767px) {
  /* line 34, ../sass/components/_callus.scss */
  #callus .telephone {
    margin: 30px 0 30px 0;
    padding: 10px 30px 10px 30px;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-size: 2.2rem;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    z-index: 3;
  }
  /* line 44, ../sass/components/_callus.scss */
  #callus .telephone .icon {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 1px;
  }
  /* line 50, ../sass/components/_callus.scss */
  #callus .telephone a {
    color: #ffffff;
  }
}
/* line 2, ../sass/components/_contact.scss */
#gmap_canvas {
  width: 100%;
  height: 500px;
  margin-top: 0x;
}
/* line 6, ../sass/components/_contact.scss */
#gmap_canvas img {
  max-width: none !important;
  background: none !important;
}

/* line 15, ../sass/components/_contact.scss */
#contact > .container {
  padding-top: 50px;
  padding-bottom: 115px;
}

/* line 22, ../sass/components/_contact.scss */
#contact .container h5 {
  color: #000000;
  font-size: 3rem;
  font-weight: 300;
}
/* line 27, ../sass/components/_contact.scss */
#contact .container .contact-summary {
  padding-bottom: 20px;
  padding-right: 70px;
}
/* line 28, ../sass/components/_contact.scss */
#contact .container .contact-summary .social-media {
  margin-top: 30px;
  overflow: hidden;
}
/* line 31, ../sass/components/_contact.scss */
#contact .container .contact-summary .social-media .icon {
  float: left;
  margin-right: 10px;
  color: #e3141e;
  font-size: 3rem;
}
/* line 41, ../sass/components/_contact.scss */
#contact .container .contact-summary ul {
  padding: 0;
  margin: 0;
}
/* line 44, ../sass/components/_contact.scss */
#contact .container .contact-summary ul li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0;
  color: #000000;
  line-height: 2.2rem;
  font-size: 1.8rem;
  font-weight: 300;
}
/* line 56, ../sass/components/_contact.scss */
#contact .container .contact-details {
  margin-top: 40px;
  padding-top: 40px;
  border-top: dotted 1px #000000;
}
/* line 60, ../sass/components/_contact.scss */
#contact .container .contact-details ul li span {
  vertical-align: top;
  padding-left: 0px;
}

@media (max-width: 767px) {
  /* line 72, ../sass/components/_contact.scss */
  #contact .container .contact-summary {
    padding-bottom: 20px;
    padding-right: 0;
  }

  /* line 77, ../sass/components/_contact.scss */
  #contact .container .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 81, ../sass/components/_contact.scss */
  #gmap_canvas {
    width: 100%;
    height: 300px;
    margin-top: 0;
  }

  /* line 87, ../sass/components/_contact.scss */
  #contact .container .contact-summary ul li {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
}
/* line 94, ../sass/components/_contact.scss */
.banner-contact {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
/* line 98, ../sass/components/_contact.scss */
.banner-contact .icon {
  font-size: 1.9em;
}

/* line 2, ../sass/components/_footer.scss */
#footer {
  position: relative;
  background: #141b22;
  padding-top: 30px;
  color: #ffffff;
}
/* line 8, ../sass/components/_footer.scss */
#footer .scroll-up {
  width: 50px;
  height: 40px;
  background: #14171b;
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -20px;
  cursor: pointer;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 23, ../sass/components/_footer.scss */
#footer .scroll-up .icon {
  color: #ffffff;
  font-size: 3rem;
  position: relative;
  left: 0;
  top: 4px;
}
/* line 31, ../sass/components/_footer.scss */
#footer .container {
  text-align: center;
}
/* line 33, ../sass/components/_footer.scss */
#footer .container .footer-logo {
  text-align: left;
  font-weight: 500;
  font-size: 2.6rem;
  color: #ffffff;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-decoration: none;
  display: inline-block;
}
/* line 43, ../sass/components/_footer.scss */
#footer .container .footer-logo span {
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
}
/* line 48, ../sass/components/_footer.scss */
#footer .container .footer-logo .icon {
  position: relative;
  top: -25px;
  float: left;
  font-size: 2.8em;
  color: #3ea75f;
}
/* line 57, ../sass/components/_footer.scss */
#footer .lower-footer {
  background: #14171b;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 300;
}
/* line 64, ../sass/components/_footer.scss */
#footer .lower-footer a {
  color: #ffffff;
  text-decoration: none;
}
/* line 67, ../sass/components/_footer.scss */
#footer .lower-footer a:hover {
  color: #ffffff;
  font-weight: 300;
}
/* line 72, ../sass/components/_footer.scss */
#footer .lower-footer .copyright {
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}
/* line 77, ../sass/components/_footer.scss */
#footer .lower-footer .website-by {
  text-align: right;
}

@media (max-width: 767px) {
  /* line 87, ../sass/components/_footer.scss */
  #footer .container .footer-logo {
    font-size: 1.8rem;
    line-height: 1.4rem;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  /* line 92, ../sass/components/_footer.scss */
  #footer .container .footer-logo span {
    font-size: 0.9rem;
  }
  /* line 95, ../sass/components/_footer.scss */
  #footer .container .footer-logo .icon {
    top: -19px;
    font-size: 2.8em;
  }
  /* line 101, ../sass/components/_footer.scss */
  #footer .lower-footer {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 300;
  }
  /* line 105, ../sass/components/_footer.scss */
  #footer .lower-footer .copyright {
    text-align: center;
  }
  /* line 108, ../sass/components/_footer.scss */
  #footer .lower-footer .website-by {
    text-align: center;
  }
}
/***************************************
 * Quform Reponsive Ajax Contact Form
 *
 * Base $red
 *
 * Copyright (c) ThemeCatcher 2013
 * http://www.themecatcher.net
 ***************************************/
/*Border-box*/
/* line 10, ../sass/components/_form.scss */
.quform-outer, .quform-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*Clearfix*/
/* line 17, ../sass/components/_form.scss */
.quform-cf:before,
.quform-cf:after,
.quform-elements:before,
.quform-elements:after,
.quform-element:before,
.quform-element:after,
.quform-options:before,
.quform-options:after,
.quform-captcha:before,
.quform-captcha:after,
.quform-submit:before,
.quform-submit:after,
.quform-group-wrap:before,
.quform-group-wrap:after,
.quform-group-row:before,
.quform-group-row:after,
.quform-group-title-description-wrap:before,
.quform-group-title-description-wrap:after,
.quform-error-wrap:before,
.quform-error-wrap:after,
.quform-select-replaced .quform-input:before,
.quform-select-replaced .quform-input:after {
  content: " ";
  display: table;
}

/* line 43, ../sass/components/_form.scss */
.quform-cf:after,
.quform-elements:after,
.quform-element:after,
.quform-options:after,
.quform-captcha:after,
.quform-submit:after,
.quform-group-wrap:after,
.quform-group-row:after,
.quform-group-title-description-wrap:after,
.quform-error-wrap:after,
.quform-select-replaced .quform-input:after {
  clear: both;
}

/* line 57, ../sass/components/_form.scss */
.quform-cf,
.quform-elements,
.quform-element,
.quform-options,
.quform-captcha,
.quform-submit,
.quform-group-wrap,
.quform-group-row,
.quform-group-title-description-wrap,
.quform-error-wrap,
.quform-select-replaced .quform-input {
  zoom: 1;
}

/* IE < 8 */
/*Cross browser fixes*/
/* line 74, ../sass/components/_form.scss */
.quform-inner input[type="checkbox"], .quform-inner input[type="radio"] {
  vertical-align: middle;
}

/* line 78, ../sass/components/_form.scss */
.quform-element > .quform-spacer > label, .quform-option label {
  vertical-align: middle;
  display: inline-block;
  min-height: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}

/* line 87, ../sass/components/_form.scss */
.quform-inner button::-moz-focus-inner {
  border: 0;
}

/* line 91, ../sass/components/_form.scss */
.quform-inner :focus, .quform-inner a:focus {
  outline: 0;
}

/* removes gray dotted outline */
/* line 96, ../sass/components/_form.scss */
.quform-inner input.middle:focus, .quform-inner select.middle:focus, .quform-inner textarea.middle:focus {
  outline-width: 0;
}

/* line 100, ../sass/components/_form.scss */
.quform-inner input:focus, .quform-inner select:focus, .quform-inner textarea:focus {
  outline: none;
}

/* line 104, ../sass/components/_form.scss */
.quform-inner textarea {
  overflow: auto;
  vertical-align: top;
}

/* IE7 + Chrome spacing fix */
/* line 110, ../sass/components/_form.scss */
.quform-inner button, .quform-inner input {
  /* IE7 extra spacing fix */
  width: auto;
}

/* line 115, ../sass/components/_form.scss */
.quform-inner input[type="file"] {
  max-width: 100%;
}

/*Main Wrappers*/
/* line 120, ../sass/components/_form.scss */
.quform-inner .quform-elements {
  margin: 0;
  padding: 0;
}

/* line 125, ../sass/components/_form.scss */
.quform-spacer {
  padding-bottom: 15px;
  height: 1px;
  height: auto;
  min-height: 1px;
}

/* line 132, ../sass/components/_form.scss */
.quform-element {
  height: 1px;
  height: auto;
  min-height: 1px;
}

/*Hidden*/
/* line 139, ../sass/components/_form.scss */
.quform-hidden {
  display: none;
}

/*Required*/
/* line 144, ../sass/components/_form.scss */
.quform-element label span.quform-required {
  color: #cc0101;
  font-size: 20px;
}

/*Default input, selects and textareas*/
/* line 150, ../sass/components/_form.scss */
.quform-elements .quform-element-text input,
.quform-elements .quform-element-captcha input,
.quform-elements .quform-element-password input,
.quform-elements .quform-element select,
.quform-elements .quform-element textarea {
  margin: 0;
  margin-bottom: 3px;
  background: transparent;
  padding: 10px;
  min-width: 10px;
  width: 100%;
  height: 40px;
  border: solid 1px #d8dada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 5px 3px -2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 5px 3px -2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 5px 3px -2px rgba(0, 0, 0, 0.05);
}

/* line 177, ../sass/components/_form.scss */
.quform-element textarea {
  border: solid 1px #cccccc;
}

/* line 181, ../sass/components/_form.scss */
.quform-elements .quform-element-text input:hover,
.quform-elements .quform-element-captcha input:hover,
.quform-elements .quform-element-password input:hover,
.quform-elements .quform-element select:hover,
.quform-elements .quform-element textarea:hover,
.quform-elements .quform-element-text input:active,
.quform-elements .quform-element-captcha input:active,
.quform-elements .quform-element-password input:active,
.quform-elements .quform-element select:active,
.quform-elements .quform-element textarea:active,
.quform-elements .quform-element-text input:focus,
.quform-elements .quform-element-captcha input:focus,
.quform-elements .quform-element-password input:focus,
.quform-elements .quform-element select:focus,
.quform-elements .quform-element textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  color: #333333;
}

/* Default Label*/
/* line 204, ../sass/components/_form.scss */
.quform-element > label {
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  float: none;
  width: auto;
}

/*Element Description*/
/* line 214, ../sass/components/_form.scss */
.quform-element p.quform-description {
  padding: 2px 0 0;
  font-size: 11px;
  line-height: 15px;
  font-style: italic;
}

/*Headings*/
/* line 222, ../sass/components/_form.scss */
h3.quform-title {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 8px;
}

/*Form Description*/
/* line 230, ../sass/components/_form.scss */
p.quform-description {
  margin: 0;
  padding-bottom: 20px;
}

/*Check box and radio buttons*/
/* line 236, ../sass/components/_form.scss */
.quform-element .quform-options {
  margin: 0;
  padding: 0;
}

/* line 241, ../sass/components/_form.scss */
.quform-element .quform-options .quform-option {
  margin: 0;
  padding: 0;
  height: 25px;
  height: auto;
  min-height: 25px;
}

/* line 249, ../sass/components/_form.scss */
.quform-element .quform-options .quform-option label {
  position: relative;
}

/* line 253, ../sass/components/_form.scss */
.quform-elements .quform-element .quform-options .quform-option input {
  border: none;
}

/* line 257, ../sass/components/_form.scss */
.quform-options .quform-option label {
  line-height: 23px;
}

/*Radio and checkboxes inline option*/
/* line 262, ../sass/components/_form.scss */
.quform-element .quform-options-inline > .quform-option {
  display: inline;
  padding: 0 15px 5px 0;
  float: left;
}

/* line 268, ../sass/components/_form.scss */
.quform-options-inline .quform-option label {
  white-space: nowrap;
}

/*Captcha*/
/* line 273, ../sass/components/_form.scss */
.quform-captcha-inner {
  position: relative;
  float: left;
}

/* line 278, ../sass/components/_form.scss */
.quform-captcha-inner {
  position: relative;
  float: left;
  background: url(../lib/quform/template/quform/images/captcha-refresh-icon.png) no-repeat center center;
}

/* line 284, ../sass/components/_form.scss */
.quform-captcha-inner img {
  display: block;
  max-width: 100%;
}

/*Groups*/
/* line 290, ../sass/components/_form.scss */
.quform-group-title-description-wrap {
  margin: 0 0 10px 0;
}

/* line 294, ../sass/components/_form.scss */
.quform-group-title {
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 2px;
}

/* line 302, ../sass/components/_form.scss */
p.quform-group-description {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding-bottom: 0;
}

/* line 309, ../sass/components/_form.scss */
.quform-group-style-bordered > .quform-group-elements {
  border: solid 1px #CCC;
  padding: 10px 10px 0;
}

/* line 314, ../sass/components/_form.scss */
.quform-group-row {
  padding: 0;
  margin: 0 -5px;
}

/* line 319, ../sass/components/_form.scss */
.quform-group-row > .quform-element,
.quform-group-row > .quform-group-wrap,
.quform-group-row > .quform-submit {
  display: inline-block;
  *display: inline;
  zoom: 1;
  min-height: 1px;
  float: left;
  padding: 0;
  vertical-align: top;
}

/* line 331, ../sass/components/_form.scss */
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row-1cols > .quform-element,
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row-1cols > .quform-group-wrap,
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row-1cols > .quform-submit {
  width: 100%;
}

/* line 337, ../sass/components/_form.scss */
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row-2cols > .quform-element,
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row-2cols > .quform-group-wrap,
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row-2cols > .quform-submit {
  width: 50%;
  *width: 49.9%;
}

/* line 344, ../sass/components/_form.scss */
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row-3cols > .quform-element,
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row-3cols > .quform-group-wrap,
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row-3cols > .quform-submit {
  width: 33.3%;
}

/* line 350, ../sass/components/_form.scss */
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row-4cols > .quform-element,
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row-4cols > .quform-group-wrap,
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row-4cols > .quform-submit {
  width: 25%;
  *width: 24.9%;
}

/* line 357, ../sass/components/_form.scss */
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row-5cols > .quform-element,
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row-5cols > .quform-group-wrap,
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row-5cols > .quform-submit {
  width: 20%;
  *width: 19.9%;
}

/* line 364, ../sass/components/_form.scss */
.quform-group-alignment-left > .quform-group-elements > .quform-group-row > .quform-element,
.quform-group-alignment-left > .quform-group-elements > .quform-group-row > .quform-group-wrap,
.quform-group-alignment-left > .quform-group-elements > .quform-group-row > .quform-submit {
  float: left;
  width: 50%;
}

/* line 371, ../sass/components/_form.scss */
.quform-group-alignment-left > .quform-group-elements > .quform-group-row > .quform-group-alignment-proportional {
  width: 100%;
  clear: both;
}

/*Spacing in groups*/
/* line 377, ../sass/components/_form.scss */
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row > .quform-element .quform-spacer,
.quform-group-alignment-proportional > .quform-group-elements > .quform-group-row > .quform-submit .quform-submit-inner,
.quform-group-alignment-left > .quform-group-elements > .quform-group-row > .quform-element .quform-spacer,
.quform-group-alignment-left > .quform-group-elements > .quform-group-row > .quform-submit .quform-submit-inner {
  padding: 0 5px 10px 5px;
}

/* line 384, ../sass/components/_form.scss */
.quform-group-wrap > .quform-group-elements .quform-group-wrap > .quform-group-elements {
  margin: 0 5px;
}

/* line 388, ../sass/components/_form.scss */
.quform-group-style-bordered.quform-group-wrap {
  margin-bottom: 15px;
}

/* line 392, ../sass/components/_form.scss */
.quform-group-wrap > .quform-group-elements .quform-group-row .quform-group-style-bordered.quform-group-wrap {
  margin-bottom: 0;
}

/* line 396, ../sass/components/_form.scss */
.quform-group-style-plain.quform-group-wrap {
  margin: 0;
}

/* line 400, ../sass/components/_form.scss */
.quform-group-wrap .quform-group-row > .quform-group-style-plain.quform-group-wrap {
  margin: 0;
}

/* line 404, ../sass/components/_form.scss */
.quform-group-wrap .quform-group-row > .quform-group-style-bordered.quform-group-wrap {
  padding: 0 0 10px 0;
  float: left;
}

/* line 409, ../sass/components/_form.scss */
.quform-group-wrap .quform-group-row.quform-group-row-1cols > .quform-group-style-bordered.quform-group-wrap {
  padding: 0 0 10px 0;
  float: none;
  clear: both;
}

/*LABEL / INPUT POSITION OPTIONS*/
/*label left*/
/* line 418, ../sass/components/_form.scss */
.quform-labels-left .quform-spacer > label {
  width: 150px;
  position: relative;
  float: left;
  padding-bottom: 10px;
}

/*label above*/
/* line 426, ../sass/components/_form.scss */
.quform-labels-above .quform-spacer > label {
  width: auto;
  float: none;
}

/*input left*/
/* line 432, ../sass/components/_form.scss */
.quform-labels-left .quform-input,
.quform-labels-left .quform-captcha {
  margin-left: 150px;
  padding-left: 10px;
}

/*input above - override*/
/* line 439, ../sass/components/_form.scss */
.quform-labels-left .quform-labels-above.quform-element .quform-input,
.quform-labels-left .quform-labels-above.quform-element .quform-captcha,
.quform-labels-left .quform-labels-above.quform-group-wrap .quform-input,
.quform-labels-left .quform-labels-above.quform-group-wrap .quform-captcha,
.quform-labels-above .quform-labels-left .quform-labels-above.quform-element .quform-input,
.quform-labels-above .quform-labels-left .quform-labels-above.quform-element .quform-captcha,
.quform-labels-above .quform-labels-left .quform-labels-above.quform-group-wrap .quform-input,
.quform-labels-above .quform-labels-left .quform-labels-above.quform-group-wrap .quform-captcha {
  margin-left: 0;
  padding-left: 0;
}

/*input left - override*/
/* line 452, ../sass/components/_form.scss */
.quform-labels-above .quform-labels-left.quform-element .quform-input,
.quform-labels-above .quform-labels-left.quform-element .quform-captcha,
.quform-labels-above .quform-labels-left.quform-group-wrap .quform-input,
.quform-labels-above .quform-labels-left.quform-group-wrap .quform-captcha,
.quform-labels-left .quform-labels-above .quform-labels-left.quform-element .quform-input,
.quform-labels-left .quform-labels-above .quform-labels-left.quform-element .quform-captcha,
.quform-labels-left .quform-labels-above .quform-labels-left.quform-group-wrap .quform-input,
.quform-labels-left .quform-labels-above .quform-labels-left.quform-group-wrap .quform-captcha {
  margin-left: 150px;
  padding-left: 10px;
}

/*label above- override*/
/* line 465, ../sass/components/_form.scss */
.quform-labels-left .quform-labels-above.quform-element .quform-spacer > label,
.quform-labels-left .quform-labels-above.quform-group-wrap .quform-spacer > label,
.quform-labels-above .quform-labels-left .quform-labels-above.quform-element .quform-spacer > label,
.quform-labels-above .quform-labels-left .quform-labels-above.quform-group-wrap .quform-spacer > label {
  width: auto;
  float: none;
  padding-bottom: 8px;
}

/*label left- override*/
/* line 475, ../sass/components/_form.scss */
.quform-labels-above .quform-labels-left.quform-element .quform-spacer > label,
.quform-labels-above .quform-labels-left.quform-group-wrap .quform-spacer > label,
.quform-labels-left .quform-labels-above .quform-labels-left.quform-element .quform-spacer > label,
.quform-labels-left .quform-labels-above .quform-labels-left.quform-group-wrap .quform-spacer > label {
  width: 150px;
  position: relative;
  float: left;
  padding-bottom: 10px;
}

/*Fix multi elements*/
/* line 486, ../sass/components/_form.scss */
.quform-labels-left .quform-input .quform-input-file {
  margin-left: 0 !important;
  padding-left: 0;
}

/*Submit button*/
/* line 492, ../sass/components/_form.scss */
.quform-submit {
  margin: 10px 0;
}

/* line 500, ../sass/components/_form.scss */
.quform-submit button {
  margin: 0;
  cursor: pointer;
  height: 50px;
  width: 100%;
  line-height: 50px;
  background: #14171b;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 513, ../sass/components/_form.scss */
.quform-submit button:hover {
  opacity: 1;
}

/* line 517, ../sass/components/_form.scss */
.quform-submit button span, .quform-submit button em {
  display: block;
  margin: 0;
  cursor: pointer;
}

/*Default*/
/*inner*/
/* line 525, ../sass/components/_form.scss */
.quform-submit button span {
  padding: 0 20px;
  color: #ffffff;
}

/*outer*/
/* line 531, ../sass/components/_form.scss */
.quform-submit button em {
  font-style: normal;
}

/*Hover*/
/*outer*/
/*inner*/
/*Active*/
/*outer*/
/*inner*/
/*Loading the submit*/
/* line 554, ../sass/components/_form.scss */
.quform-loading-wrap {
  display: none;
  float: left;
  height: 10px;
  line-height: 10px;
  text-align: center;
  margin-top: 12px;
  margin-left: 5px;
}

/* line 565, ../sass/components/_form.scss */
.quform-loading-wrap .quform-loading {
  display: block;
  width: 30px;
  height: 10px;
  text-indent: -9999px;
  background: transparent url("/lib/quform/template/quform/images/default-loading.gif") no-repeat center center;
}

/*Errors*/
/* line 577, ../sass/components/_form.scss */
.quform-errors {
  display: none;
}

/* line 581, ../sass/components/_form.scss */
.quform-errors {
  margin: 0;
  padding: 3px 0 6px 0;
}

/* line 586, ../sass/components/_form.scss */
.quform-errors > .quform-error, .quform-outer-no-js .quform-error {
  padding: 3px 10px 3px 25px;
  margin: 0;
  line-height: 16px;
  background: #F3CAC7 url("/lib/quform/template/quform/images/error.png") no-repeat 3px center;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  border: 1px solid #fa8b83;
  float: left;
}

/* line 599, ../sass/components/_form.scss */
.quform-labels-left > .quform-spacer > .quform-errors-wrap {
  margin-left: 150px;
}

/* line 603, ../sass/components/_form.scss */
.quform-labels-left > .quform-spacer > .quform-errors-wrap .quform-errors > .quform-error {
  margin-left: 10px !important;
}

/* line 607, ../sass/components/_form.scss */
.quform-labels-above > .quform-spacer > .quform-errors-wrap .quform-errors .quform-error {
  margin-left: 0 !important;
}

/*Success message*/
/* line 612, ../sass/components/_form.scss */
.quform-success-message, .quform-outer-no-js .quform-success-message {
  background: #cef4a9 url("/lib/quform/template/quform/images/success.png") no-repeat 14px center;
  padding: 8px 20px 8px 45px;
  line-height: 18px;
  margin: 10px 0;
  border: 1px solid #80bb48;
  font-weight: normal;
  color: #000;
}

/*Fixes for consistent browsing*/
/* line 623, ../sass/components/_form.scss */
.quform-input .selector select {
  margin: 0 !important;
  width: auto !important;
  height: 30px;
}

/* line 629, ../sass/components/_form.scss */
.quform-input .quform-element-file-inner input[type="file"] {
  text-shadow: none !important;
}

/* line 633, ../sass/components/_form.scss */
*:first-child + html .quform-input select {
  background: transparent !important;
  color: #000 !important;
}

/* line 638, ../sass/components/_form.scss */
*:first-child + html .quform-input select option {
  background: #fff !important;
  color: #000 !important;
}

/* line 643, ../sass/components/_form.scss */
.quform-element-radio input[type="radio"] {
  background: transparent !important;
  border: none transparent !important;
}

/* line 648, ../sass/components/_form.scss */
.quform-element-checkbox input[type="checkbox"] {
  background: transparent !important;
  border: none transparent !important;
}

/*Hide FOUC*/
/* line 654, ../sass/components/_form.scss */
.quform-js .quform-element-file .quform-input {
  display: none;
}

/*Tooltip icons*/
/* line 659, ../sass/components/_form.scss */
.quform-tooltip-icon {
  width: 15px;
  height: 15px;
  background: url("/lib/quform/template/quform/images/help-icon.png") no-repeat right bottom;
  display: inline-block;
  cursor: pointer;
}

/* line 667, ../sass/components/_form.scss */
.quform-element-text.quform-labels-inside > .quform-spacer > label .quform-tooltip-icon,
.quform-element-textarea.quform-labels-inside > .quform-spacer > label .quform-tooltip-icon,
.quform-element-password.quform-labels-inside > .quform-spacer > label .quform-tooltip-icon,
.quform-element-captcha.quform-labels-inside > .quform-spacer > label .quform-tooltip-icon {
  position: absolute;
  right: -20px;
  top: 0;
}

/* line 676, ../sass/components/_form.scss */
.quform-tooltip-icon-content {
  display: none;
}

/* Quform PHP Specific */
/*Preset element sizes - full width*/
/* line 683, ../sass/components/_form.scss */
.quform-elements .quform-full-width.quform-element-text input,
.quform-elements .quform-full-width.quform-element-captcha input,
.quform-elements .quform-full-width.quform-element-password input,
.quform-elements .quform-full-width.quform-element select,
.quform-elements .quform-full-width.quform-element textarea {
  width: 100%;
  *width: 98%;
}

/*Preset element sizes - small*/
/* line 693, ../sass/components/_form.scss */
.quform-elements .quform-small.quform-element-text input,
.quform-elements .quform-small.quform-element-captcha input,
.quform-elements .quform-small.quform-element-password input,
.quform-elements .quform-small.quform-element select,
.quform-elements .quform-small.quform-element textarea {
  width: 90px;
}

/*Preset element sizes - medium*/
/* line 702, ../sass/components/_form.scss */
.quform-elements .quform-med.quform-element-text input,
.quform-elements .quform-med.quform-element-captcha input,
.quform-elements .quform-med.quform-element-password input,
.quform-elements .quform-med.quform-element select,
.quform-elements .quform-med.quform-element textarea {
  width: 130px;
}

/*Preset element sizes - large*/
/* line 711, ../sass/components/_form.scss */
.quform-elements .quform-large.quform-element-text input,
.quform-elements .quform-large.quform-element-captcha input,
.quform-elements .quform-large.quform-element-password input,
.quform-elements .quform-large.quform-element select,
.quform-elements .quform-large.quform-element textarea {
  width: 200px;
}

/*Preset element sizes - huge*/
/* line 720, ../sass/components/_form.scss */
.quform-elements .quform-huge.quform-element-text input,
.quform-elements .quform-huge.quform-element-captcha input,
.quform-elements .quform-huge.quform-element-password input,
.quform-elements .quform-huge.quform-element select,
.quform-elements .quform-huge.quform-element textarea {
  width: 100%;
}

/*Preset element sizes - fat*/
/* line 729, ../sass/components/_form.scss */
.quform-elements .quform-fat.quform-element-text input,
.quform-elements .quform-fat.quform-element-captcha input,
.quform-elements .quform-fat.quform-element-password input,
.quform-elements .quform-fat.quform-element select,
.quform-elements .quform-fat.quform-element textarea {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/*Preset button sizes - fat*/
/* line 739, ../sass/components/_form.scss */
.quform-button-fat.quform-submit .quform-submit-inner button {
  min-height: 45px;
}

/* line 743, ../sass/components/_form.scss */
.quform-button-fat.quform-submit .quform-submit-inner button span {
  padding: 0 40px;
}

/*Preset button sizes - small*/
/* line 748, ../sass/components/_form.scss */
.quform-button-small.quform-submit .quform-submit-inner button span {
  width: 90px;
}

/*Preset button sizes - med*/
/* line 753, ../sass/components/_form.scss */
.quform-button-med.quform-submit .quform-submit-inner button span {
  width: 200px;
}

/*Preset button sizes - large*/
/* line 758, ../sass/components/_form.scss */
.quform-button-large.quform-submit .quform-submit-inner button span {
  width: 400px;
}

/*Preset button sizes - full width*/
/* line 763, ../sass/components/_form.scss */
.quform-button-full-width.quform-submit .quform-submit-inner,
.quform-button-full-width.quform-submit .quform-submit-inner button {
  width: 100%;
  max-width: 100%;
  float: none;
  display: block;
  min-height: 38px;
}

/* line 772, ../sass/components/_form.scss */
.quform-button-full-width.quform-submit .quform-submit-inner {
  *width: 87%;
}

/*IE 7 fix*/
/* line 777, ../sass/components/_form.scss */
.quform-button-full-width.quform-submit .quform-submit-inner button span {
  padding: 0;
  width: 100%;
}

/* Form processing error  */
/* line 783, ../sass/components/_form.scss */
.quform-error-title {
  font-size: 13px;
  font-weight: bold;
  color: #CC0000;
  margin-bottom: 8px;
}

/* line 790, ../sass/components/_form.scss */
.quform-error-message {
  margin-bottom: 10px;
  background: #F3CAC7;
  border: 1px solid #fa8b83;
  color: #111;
  padding: 8px;
}

/* line 798, ../sass/components/_form.scss */
.quform-error-message pre {
  margin: 3px 0 0 3px;
  font-style: italic;
  overflow: auto;
}

/* Replaced select menu text input */
/* line 805, ../sass/components/_form.scss */
.quform-select-replaced .quform-input input {
  float: left;
}

/* line 809, ../sass/components/_form.scss */
.quform-outer a.quform-cancel-button {
  background-image: url("/lib/quform/template/quform/images/close.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-top: 5px;
  margin-left: 2px;
}

/* Incase the image doesn't load - show refresh icon */
/* line 822, ../sass/components/_form.scss */
.quform-captcha-inner {
  min-height: 25px;
  min-width: 25px;
}

/* Grouped file upload spacing */
/* line 828, ../sass/components/_form.scss */
.quform-input-file {
  margin-top: 3px;
}

/* line 832, ../sass/components/_form.scss */
.quform-input-file:first-child {
  margin-top: 0;
}

/* No JS page */
/* line 837, ../sass/components/_form.scss */
.quform-outer-no-js {
  font-family: Arial, Helvetica, sans-serif;
  width: 80%;
  margin: 40px auto 0 auto;
}

/* line 843, ../sass/components/_form.scss */
.quform-outer-no-js .quform-success-message {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 15px 0 15px 0;
}

/* line 849, ../sass/components/_form.scss */
.quform-outer-no-js .quform-wrapper {
  padding: 0 20px;
  border: 1px solid #ddd;
  background: #F8F8F8;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 857, ../sass/components/_form.scss */
.quform-outer-no-js .quform-errors {
  display: block;
}

/* line 861, ../sass/components/_form.scss */
.quform-outer-no-js .quform-errors-outer {
  padding-bottom: 10px;
}

/* line 865, ../sass/components/_form.scss */
.quform-outer-no-js .quform-error-wrap {
  float: left;
  padding: 10px 10px 10px 0;
}

/* line 870, ../sass/components/_form.scss */
.quform-outer-no-js .quform-error-label {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 2px;
}

/* line 876, ../sass/components/_form.scss */
.quform-outer-no-js .quform-title {
  font-size: 18px;
  margin: 10px 0 10px 0;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #ddd;
}

/* Tooltip styles */
/*! qTip2 v2.0.1-36- (includes: tips / basic css3) | qtip2.com | Licensed MIT, GPL | Wed Mar 20 2013 08:57:15 */
/* line 885, ../sass/components/_form.scss */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

/* line 899, ../sass/components/_form.scss */
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

/* line 907, ../sass/components/_form.scss */
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: 700;
}

/* line 915, ../sass/components/_form.scss */
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* line 919, ../sass/components/_form.scss */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

/* line 930, ../sass/components/_form.scss */
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

/* line 936, ../sass/components/_form.scss */
* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* line 940, ../sass/components/_form.scss */
.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
  vertical-align: middle;
}

/* line 947, ../sass/components/_form.scss */
.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

/* line 954, ../sass/components/_form.scss */
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* line 970, ../sass/components/_form.scss */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

/* line 978, ../sass/components/_form.scss */
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

/* line 982, ../sass/components/_form.scss */
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

/* line 988, ../sass/components/_form.scss */
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/*! Light tooltip style */
/* line 994, ../sass/components/_form.scss */
.qtip-light {
  background-color: #fff;
  border-color: #E2E2E2;
  color: #454545;
}

/* line 1000, ../sass/components/_form.scss */
.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}

/*! Dark tooltip style */
/* line 1005, ../sass/components/_form.scss */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}

/* line 1011, ../sass/components/_form.scss */
.qtip-dark .qtip-titlebar {
  background-color: #404040;
}

/* line 1015, ../sass/components/_form.scss */
.qtip-dark .qtip-icon {
  border-color: #444;
}

/* line 1019, ../sass/components/_form.scss */
.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/*! Cream tooltip style */
/* line 1024, ../sass/components/_form.scss */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}

/* line 1030, ../sass/components/_form.scss */
.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}

/* line 1034, ../sass/components/_form.scss */
.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}

/*! Red tooltip style */
/* line 1039, ../sass/components/_form.scss */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}

/* line 1045, ../sass/components/_form.scss */
.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}

/* line 1049, ../sass/components/_form.scss */
.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}

/* line 1053, ../sass/components/_form.scss */
.qtip-red .qtip-icon {
  border-color: #D95252;
}

/* line 1057, ../sass/components/_form.scss */
.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}

/*! Green tooltip style */
/* line 1062, ../sass/components/_form.scss */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}

/* line 1068, ../sass/components/_form.scss */
.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}

/* line 1072, ../sass/components/_form.scss */
.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}

/*! Blue tooltip style */
/* line 1077, ../sass/components/_form.scss */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}

/* line 1083, ../sass/components/_form.scss */
.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}

/* line 1087, ../sass/components/_form.scss */
.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}

/* line 1091, ../sass/components/_form.scss */
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* line 1097, ../sass/components/_form.scss */
.qtip-rounded, .qtip-tipsy, .qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 1103, ../sass/components/_form.scss */
.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 1109, ../sass/components/_form.scss */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: #fff;
  border-width: 0;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%);
}

/* line 1126, ../sass/components/_form.scss */
.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: transparent;
}

/* line 1131, ../sass/components/_form.scss */
.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial, sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);";
}

/* line 1138, ../sass/components/_form.scss */
.qtip-youtube .qtip-icon {
  border-color: #222;
}

/* line 1142, ../sass/components/_form.scss */
.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* line 1146, ../sass/components/_form.scss */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}

/* line 1164, ../sass/components/_form.scss */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)";
}

/* line 1170, ../sass/components/_form.scss */
.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)";
}

/* line 1175, ../sass/components/_form.scss */
.qtip-jtools .qtip-titlebar, .qtip-jtools .qtip-content {
  background: transparent;
  color: #fff;
  border: 0 dashed transparent;
}

/* line 1181, ../sass/components/_form.scss */
.qtip-jtools .qtip-icon {
  border-color: #555;
}

/* line 1185, ../sass/components/_form.scss */
.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}

/* line 1189, ../sass/components/_form.scss */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}

/* line 1198, ../sass/components/_form.scss */
.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: #fff;
  border: 0 dashed transparent;
}

/* line 1204, ../sass/components/_form.scss */
.qtip-cluetip .qtip-icon {
  border-color: #808064;
}

/* line 1208, ../sass/components/_form.scss */
.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}

/* line 1213, ../sass/components/_form.scss */
.qtip-tipsy {
  background: #000;
  background: rgba(0, 0, 0, 0.87);
  color: #fff;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: 700;
  line-height: 16px;
  text-shadow: 0 1px black;
}

/* line 1225, ../sass/components/_form.scss */
.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent;
}

/* line 1230, ../sass/components/_form.scss */
.qtip-tipsy .qtip-content {
  padding: 6px 10px;
}

/* line 1234, ../sass/components/_form.scss */
.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}

/* line 1239, ../sass/components/_form.scss */
.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* line 1243, ../sass/components/_form.scss */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: 400;
  font-family: serif;
}

/* line 1254, ../sass/components/_form.scss */
.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: #fff;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)";
}

/* line 1267, ../sass/components/_form.scss */
.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}

/* line 1272, ../sass/components/_form.scss */
.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}

/* line 1277, ../sass/components/_form.scss */
.qtip-bootstrap {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 1296, ../sass/components/_form.scss */
.qtip-bootstrap .qtip-titlebar {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 1309, ../sass/components/_form.scss */
.qtip-bootstrap .qtip-titlebar .qtip-close {
  right: 11px;
  top: 45%;
  border-style: none;
}

/* line 1315, ../sass/components/_form.scss */
.qtip-bootstrap .qtip-content {
  padding: 9px 14px;
}

/* line 1319, ../sass/components/_form.scss */
.qtip-bootstrap .qtip-icon {
  background: transparent;
}

/* line 1323, ../sass/components/_form.scss */
.qtip-bootstrap .qtip-icon .ui-icon {
  width: auto;
  height: auto;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 1336, ../sass/components/_form.scss */
.qtip-bootstrap .qtip-icon .ui-icon:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40);
}

/* line 1344, ../sass/components/_form.scss */
.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}

/* line 1349, ../sass/components/_form.scss */
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

/* line 1355, ../sass/components/_form.scss */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden;
}

/* line 1359, ../sass/components/_form.scss */
.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}

/* line 1366, ../sass/components/_form.scss */
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

/* line 1371, ../sass/components/_form.scss */
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

/* line 1377, ../sass/components/_form.scss */
.quform-tt {
  font-size: 13px;
  line-height: 15px;
}

/* Quform Responsive - Add your styles here */
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1024px) {
  /* Add border-box so padding does not cause overflow */
  /* line 1397, ../sass/components/_form.scss */
  .quform-outer, .quform-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* Groups columns become stacked */
  /* line 1403, ../sass/components/_form.scss */
  .quform-group-row .quform-element, .quform-group-row .quform-group-wrap, .quform-group-row .quform-submit {
    float: none;
    width: 100% !important;
    display: block;
  }

  /* line 1408, ../sass/components/_form.scss */
  .quform-group-row {
    margin: 0;
  }

  /* Elements become full width */
  /* line 1412, ../sass/components/_form.scss */
  .quform-elements .quform-element-text input, .quform-elements .quform-element-captcha input, .quform-elements .quform-element-password input, .quform-elements .quform-element select, .quform-elements .quform-element textarea {
    width: 100% !important;
    min-width: 100px;
  }

  /* keep date and time elements inline a bit longer */
  /* line 1417, ../sass/components/_form.scss */
  .quform-element-date select {
    width: 30% !important;
  }

  /* line 1420, ../sass/components/_form.scss */
  .quform-element-time select {
    width: 48% !important;
  }

  /* line 1423, ../sass/components/_form.scss */
  .quform-errors > .quform-error {
    float: none;
    display: block;
  }

  /* There is no elements to the right so no need for this right padding/margin */
  /* line 1428, ../sass/components/_form.scss */
  .quform-spacer, .quform-submit-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 1432, ../sass/components/_form.scss */
  .quform-group-elements {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* Make radio and checkboxes a bit easier to select on touch devices */
  /* line 1437, ../sass/components/_form.scss */
  .quform-options .quform-option {
    background: rgba(0, 0, 0, 0.03);
    /*background color on phones*/
    margin-bottom: 5px !important;
  }

  /* line 1441, ../sass/components/_form.scss */
  .quform-options .quform-option label {
    display: block;
    padding: 5px;
  }

  /* line 1445, ../sass/components/_form.scss */
  .quform-options .quform-option label input[type=checkbox], .quform-options .quform-option label input[type=radio] {
    float: right !important;
    margin-top: 5px;
  }

  /* line 1449, ../sass/components/_form.scss */
  .quform-options-inline > .quform-option {
    display: block;
    padding: 0 !important;
    width: 32%;
    margin: 0 1% 2px 0 !important;
  }

  /* line 1455, ../sass/components/_form.scss */
  .quform-options-inline > .quform-option label {
    display: block;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  /* Button is larger for easy clicking on small devices. */
  /* line 1468, ../sass/components/_form.scss */
  .quform-submit-inner {
    width: 100%;
    float: none;
  }

  /* line 1472, ../sass/components/_form.scss */
  .quform-submit button {
    margin: 0;
    width: 100% !important;
  }

  /* line 1476, ../sass/components/_form.scss */
  .quform-submit button span, .quform-submit button em {
    width: auto !important;
  }

  /* There is not enough room for left labels - so move them above */
  /* line 1480, ../sass/components/_form.scss */
  .quform-labels-left > .quform-spacer > label {
    float: none;
    width: auto;
  }

  /* line 1484, ../sass/components/_form.scss */
  .quform-labels-left.quform-element .quform-input, .quform-labels-left.quform-element .quform-captcha {
    margin-left: 0;
    padding-left: 0;
  }

  /* Less radio/check inputs per line on phones */
  /* line 1489, ../sass/components/_form.scss */
  .quform-options-inline > .quform-option {
    width: 49%;
  }

  /* Force all pre-sized elements full width */
  /* line 1493, ../sass/components/_form.scss */
  .quform-elements .quform-element-text input, .quform-elements .quform-element-captcha input, .quform-elements .quform-element-password input, .quform-elements .quform-element select, .quform-elements .quform-element textarea {
    width: 100% !important;
  }

  /* No JS page */
  /* line 1497, ../sass/components/_form.scss */
  .quform-outer-no-js {
    width: auto;
    margin: 10px;
  }

  /* line 1501, ../sass/components/_form.scss */
  .quform-outer-no-js .quform-wrapper {
    padding: 0 10px;
  }

  /* line 1504, ../sass/components/_form.scss */
  .quform-outer-no-js .quform-error-wrap {
    float: none;
    display: block;
    padding-right: 0;
  }
}
/*my custom stsyle checkboxes and radio buttons */
/* line 1515, ../sass/components/_form.scss */
input[type="radio"], input[type="checkbox"] {
  margin: -2px 5px 0 !important;
}

/* line 1519, ../sass/components/_form.scss */
.required {
  color: #cc0101;
  font-size: 20px;
}

/* line 1525, ../sass/components/_form.scss */
::-webkit-input-placeholder {
  color: #000000;
  font-weight: 300;
  font-size: 1.2rem;
}

/* line 1532, ../sass/components/_form.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-weight: 300;
  font-size: 1.2rem;
}

/* line 1539, ../sass/components/_form.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-weight: 300;
  font-size: 1.2rem;
}

/* line 1546, ../sass/components/_form.scss */
:-ms-input-placeholder {
  color: #000000;
  font-weight: 300;
  font-size: 1.2rem;
}

/* line 1555, ../sass/components/_form.scss */
.captcha-style {
  margin-bottom: 15px;
  padding: 10px;
  display: inline-block;
  overflow: hidden;
  border: solid 1px #d8dada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 5px 3px -2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 5px 3px -2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 5px 3px -2px rgba(0, 0, 0, 0.05);
}

/* line 2, ../sass/components/_common.scss */
body {
  font: 71.42% 'Roboto', sans-serif;
  background: #14171b;
}

/* line 6, ../sass/components/_common.scss */
html {
  -webkit-text-size-adjust: 100%;
}

/* line 10, ../sass/components/_common.scss */
.no-scroll {
  overflow: hidden;
}

/* line 15, ../sass/components/_common.scss */
.green {
  color: #e3141e;
}

/* line 19, ../sass/components/_common.scss */
#toTop {
  width: 40px;
  height: 40px;
  background: #e3141e;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  cursor: pointer;
  z-index: 990;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/components/_common.scss */
#toTop:hover {
  background: #ad050d;
}
/* line 36, ../sass/components/_common.scss */
#toTop .icon {
  color: #ffffff;
  font-size: 3rem;
  position: relative;
  left: 4px;
  top: 4px;
}

/* line 45, ../sass/components/_common.scss */
a {
  cursor: pointer;
  color: #e3141e;
  font-weight: normal;
}
/* line 49, ../sass/components/_common.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #ad050d;
}

/* line 55, ../sass/components/_common.scss */
p {
  font-size: 1.7rem;
  font-weight: 300;
  color: #000000;
  line-height: 2.5rem;
}

/* line 64, ../sass/components/_common.scss */
.page-section {
  width: 100%;
  padding: 45px 0 70px 0;
  font-size: 1.4rem;
  background: #ffffff;
}
/* line 69, ../sass/components/_common.scss */
.page-section h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #000000;
  margin-bottom: 30px;
}
/* line 75, ../sass/components/_common.scss */
.page-section .tagline {
  text-align: center;
  margin-bottom: 50px;
}
/* line 78, ../sass/components/_common.scss */
.page-section .tagline h4 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.3em;
  color: #363b4b;
  text-align: center;
  max-width: 900px;
  display: inline-block;
  margin: auto;
}

/* line 91, ../sass/components/_common.scss */
h5 {
  font-size: 1.2em;
}

@media (max-width: 991px) {
  /* line 96, ../sass/components/_common.scss */
  .page-section {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  /* line 102, ../sass/components/_common.scss */
  .page-section {
    padding-top: 20px;
  }
}
/* line 109, ../sass/components/_common.scss */
#contact.page-section {
  padding: 0px;
  min-height: 1200px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 116, ../sass/components/_common.scss */
  .container {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 122, ../sass/components/_common.scss */
  header {
    background: #141b22;
  }
  /* line 124, ../sass/components/_common.scss */
  header .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 131, ../sass/components/_common.scss */
  .contact-header .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 137, ../sass/components/_common.scss */
  header .navbar {
    margin: 0;
    border: none;
  }

  /* line 141, ../sass/components/_common.scss */
  .navbar-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 145, ../sass/components/_common.scss */
  .nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 153, ../sass/components/_common.scss */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(/images/pattern.png) repeat;
  opacity: 0.5;
}

/* line 162, ../sass/components/_common.scss */
li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}

/* line 169, ../sass/components/_common.scss */
li.tick:before {
  content: "\2713";
  color: darkgreen;
  font-size: 1.6em;
  margin-left: -0.9em;
}

/* line 178, ../sass/components/_common.scss */
li.cross:before {
  content: "\2717";
  color: crimson;
}

/* line 183, ../sass/components/_common.scss */
.red {
  color: #e3141e;
}

/* line 187, ../sass/components/_common.scss */
ul.pest-side-list {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0px;
  list-style-type: none;
}
/* line 192, ../sass/components/_common.scss */
ul.pest-side-list li {
  padding: 5px;
  background-color: #888888;
  min-height: 40px;
  line-height: 3rem;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 4px;
}
/* line 201, ../sass/components/_common.scss */
ul.pest-side-list li:hover {
  background-color: #2a2a2a;
}
/* line 204, ../sass/components/_common.scss */
ul.pest-side-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

/* line 214, ../sass/components/_common.scss */
ul.large-list {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.7em;
}

/* line 220, ../sass/components/_common.scss */
#cert-logos {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 5px;
  border-top: solid 1px #2a2a2a;
  clear: both;
}
/* line 226, ../sass/components/_common.scss */
#cert-logos .accred-logo {
  padding-top: 30px;
}

/* line 230, ../sass/components/_common.scss */
.crawly {
  float: right;
  position: absolute;
  top: -50px;
  left: 215px;
}

/* line 237, ../sass/components/_common.scss */
ul.grey, ol.grey {
  color: #000000;
  font-weight: 300;
  font-size: 1.7rem;
  font-weight: 300;
}

/* line 244, ../sass/components/_common.scss */
ol.grey li {
  margin-bottom: 11px;
}

/* line 248, ../sass/components/_common.scss */
.warning {
  background-color: #ad050d;
  padding: 10px;
  margin-bottom: 10px;
}
/* line 251, ../sass/components/_common.scss */
.warning p {
  color: #ffffff;
  font-weight: 400;
}

/* line 258, ../sass/components/_common.scss */
.info-section-title {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  padding: 20px;
  padding-left: 0pc;
  border-bottom: solid 2px #ad050d;
}

/* line 267, ../sass/components/_common.scss */
h1.info-page-heading {
  font-size: 1.5em;
  border-bottom: solid 2px #2a2a2a;
  padding-bottom: 10px;
}

/* line 273, ../sass/components/_common.scss */
#carousel-example-generic {
  margin-top: 15px;
}

/* line 277, ../sass/components/_common.scss */
.btn-primary, .btn-primary:hover, .btn-primary:visited, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
  color: #fff;
  background-color: #ad050d;
  border-color: #ad050d;
}

/* line 284, ../sass/components/_common.scss */
.navbar-brand {
  height: 0px;
  padding: 0px;
  margin: 0px;
}

/* line 290, ../sass/components/_common.scss */
.carousel-inner
.carousel-caption {
  left: 40% !important;
}

/* line 294, ../sass/components/_common.scss */
h3.block-red {
  background-color: #ad050d;
  padding: 10px;
  width: 180px;
}

/* line 300, ../sass/components/_common.scss */
.featherlight .featherlight-content {
  overflow: hidden !important;
}

/* line 304, ../sass/components/_common.scss */
.image-caption {
  background-color: black;
  color: white;
  text-align: center;
  font-size: 1em;
}

/* line 311, ../sass/components/_common.scss */
.contact-footer {
  color: #fff;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.3em;
}

/* line 318, ../sass/components/_common.scss */
#footer .lower-footer a.sitemap-link {
  color: #e3141e;
  margin-top: 5px;
  margin-bottom: 3px;
  font-weight: 100;
  display: block;
}

/* line 326, ../sass/components/_common.scss */
.mt-15 {
  margin-top: 15px;
}

/* line 330, ../sass/components/_common.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 334, ../sass/components/_common.scss */
.mt-65 {
  margin-top: 65px;
}
