/* line 17, global.scss */

body {
  font-family: "Cabin", Helvetica, sans-serif;
  font-size: 13px;
  color: #4c514e;
}

/* line 18, global.scss */

body b {
  font-weight: 500;
}

/* line 21, global.scss */

body a {
  color: #c5001b;
}

/* line 24, global.scss */

body a:hover {
  color: #790011;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
}

/* line 34, global.scss */

body h1 {
  color: #4c514e;
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 300;
}

/* line 39, global.scss */

body h2,
body h2 a {
  color: #c5001b;
  font-family: "Oswald", Helvetica, sans-serif;
}

/* line 42, global.scss */

body h2 :hover,
body h2 a :hover {
  color: #c5001b;
}

/* line 48, global.scss */

.row {
  width: 100%;
  margin: 0;
}

/* line 53, global.scss */

#header {
  min-height: 180px;
  width: 100%;
  position: relative;
  background: #c5001b;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c5001b), color-stop(13%, #c5001b), color-stop(19%, #cc001e), color-stop(19%, #cf001f), color-stop(22%, #d20121), color-stop(24%, #d30021), color-stop(26%, #d70022), color-stop(26%, #da0023), color-stop(29%, #dd0024), color-stop(30%, #e00025), color-stop(33%, #e30127), color-stop(36%, #ed002a), color-stop(48%, #fb0030), color-stop(54%, #fa0030), color-stop(54%, #f7002d), color-stop(58%, #f6002f), color-stop(58%, #f3002e), color-stop(59%, #f1002b), color-stop(63%, #ed002c), color-stop(63%, #eb0029), color-stop(65%, #eb0029), color-stop(65%, #e80028), color-stop(71%, #e00025), color-stop(71%, #dd0024), color-stop(74%, #da0023), color-stop(74%, #d70022), color-stop(76%, #d60022), color-stop(76%, #d30021), color-stop(79%, #d10020), color-stop(87%, #c5001b), color-stop(100%, #c5001b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #c5001b 0%, #c5001b 13%, #cc001e 19%, #cf001f 19%, #d20121 22%, #d30021 24%, #d70022 26%, #da0023 26%, #dd0024 29%, #e00025 30%, #e30127 33%, #ed002a 36%, #fb0030 48%, #fa0030 54%, #f7002d 54%, #f6002f 58%, #f3002e 58%, #f1002b 59%, #ed002c 63%, #eb0029 63%, #eb0029 65%, #e80028 65%, #e00025 71%, #dd0024 71%, #da0023 74%, #d70022 74%, #d60022 76%, #d30021 76%, #d10020 79%, #c5001b 87%, #c5001b 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#c5001b), color-stop(13%, #c5001b), color-stop(19%, #cc001e), color-stop(19%, #cf001f), color-stop(22%, #d20121), color-stop(24%, #d30021), color-stop(26%, #d70022), color-stop(26%, #da0023), color-stop(29%, #dd0024), color-stop(30%, #e00025), color-stop(33%, #e30127), color-stop(36%, #ed002a), color-stop(48%, #fb0030), color-stop(54%, #fa0030), color-stop(54%, #f7002d), color-stop(58%, #f6002f), color-stop(58%, #f3002e), color-stop(59%, #f1002b), color-stop(63%, #ed002c), color-stop(63%, #eb0029), color-stop(65%, #eb0029), color-stop(65%, #e80028), color-stop(71%, #e00025), color-stop(71%, #dd0024), color-stop(74%, #da0023), color-stop(74%, #d70022), color-stop(76%, #d60022), color-stop(76%, #d30021), color-stop(79%, #d10020), color-stop(87%, #c5001b), to(#c5001b));
  background: -webkit-linear-gradient(left, #c5001b 0%, #c5001b 13%, #cc001e 19%, #cf001f 19%, #d20121 22%, #d30021 24%, #d70022 26%, #da0023 26%, #dd0024 29%, #e00025 30%, #e30127 33%, #ed002a 36%, #fb0030 48%, #fa0030 54%, #f7002d 54%, #f6002f 58%, #f3002e 58%, #f1002b 59%, #ed002c 63%, #eb0029 63%, #eb0029 65%, #e80028 65%, #e00025 71%, #dd0024 71%, #da0023 74%, #d70022 74%, #d60022 76%, #d30021 76%, #d10020 79%, #c5001b 87%, #c5001b 100%);
  background: linear-gradient(to right, #c5001b 0%, #c5001b 13%, #cc001e 19%, #cf001f 19%, #d20121 22%, #d30021 24%, #d70022 26%, #da0023 26%, #dd0024 29%, #e00025 30%, #e30127 33%, #ed002a 36%, #fb0030 48%, #fa0030 54%, #f7002d 54%, #f6002f 58%, #f3002e 58%, #f1002b 59%, #ed002c 63%, #eb0029 63%, #eb0029 65%, #e80028 65%, #e00025 71%, #dd0024 71%, #da0023 74%, #d70022 74%, #d60022 76%, #d30021 76%, #d10020 79%, #c5001b 87%, #c5001b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5001b', endColorstr='#c5001b',GradientType=1 );
  /* IE6-9 */
}

/* line 74, global.scss */

.logo {
  margin-top: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 74, global.scss */

  .logo {
    width: 31.6667%;
  }
}

@media (max-width: 650px) {
  /* line 74, global.scss */

  .logo {
    margin: 40px 0 20px;
    text-align: center;
  }
}

/* line 85, global.scss */

.logo img {
  height: auto;
  max-width: 373px;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 91, global.scss */

  .menu {
    width: 68.3333%;
  }
}

/** BOOTSTRAP OVERWRITES **/

/* line 98, global.scss */

.navbar.navbar-default {
  background-color: transparent;
  border: medium none;
}

@media (max-width: 650px) {
  /* line 98, global.scss */

  .navbar.navbar-default {
    background-color: rgba(121, 0, 17, 0.65);
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}

/* line 109, global.scss */

.navbar-collapse.collapse.in {
  border: medium none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 651px) and (max-width: 767px) {
  /* line 109, global.scss */

  .navbar-collapse.collapse.in {
    height: 43px !important;
  }
}

/* line 117, global.scss */

.navbar-collapse.collapse {
  padding: 0;
}

/* line 121, global.scss */

.main-nav {
  text-align: right;
  padding: 0;
  margin-top: 50px;
  position: relative;
}

@media (min-width: 651px) and (max-width: 767px) {
  /* line 121, global.scss */

  .main-nav {
    position: absolute;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  /* line 121, global.scss */

  .main-nav {
    text-align: center;
  }
}

/* line 133, global.scss */

.main-nav li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}

@media (max-width: 650px) {
  /* line 133, global.scss */

  .main-nav li {
    width: 100%;
    text-align: center;
  }
}

/* line 141, global.scss */

.main-nav li a {
  color: white;
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

/* line 146, global.scss */

.main-nav li a strong {
  font-weight: 400;
}

@media (max-width: 1199px) {
  /* line 141, global.scss */

  .main-nav li a {
    font-size: 19px;
  }
}

@media (max-width: 650px) {
  /* line 141, global.scss */

  .main-nav li a {
    font-size: 24px;
    display: block;
  }
}

/* line 157, global.scss */

.main-nav li .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 160, global.scss */

.main-nav li .dropdown-menu li:after {
  display: none;
}

/* line 163, global.scss */

.main-nav li .dropdown-menu li {
  padding: 0;
  display: block;
}

/* line 167, global.scss */

.main-nav li .dropdown-menu a {
  font-size: 15px;
  font-family: "Cabin", Helvetica, sans-serif;
  font-weight: 300px;
  text-decoration: none;
  display: block;
  text-align: left;
  padding: 4px 0 4px 18px;
  width: 100%;
}

/* line 177, global.scss */

.main-nav li .dropdown-menu a:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media (max-width: 650px) {
  /* line 157, global.scss */

  .main-nav li .dropdown-menu {
    position: relative;
    width: 220px;
    float: none;
    margin: 0 auto;
  }
}

/* line 193, global.scss */

.main-nav li.last :after {
  display: none;
}

/* line 197, global.scss */

.main-nav li:after {
  background-image: url("/public/images/menu-after.png");
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: -6px;
  top: 6px;
  width: 7px;
}

@media (max-width: 767px) {
  /* line 197, global.scss */

  .main-nav li:after {
    display: none;
  }
}

/* line 212, global.scss */

.sub-menu {
  padding: 0 10px;
  float: right;
  text-align: right;
  font-family: "Oswald", Helvetica, sans-serif;
}

/* line 217, global.scss */

.sub-menu li {
  display: inline-block;
  font-size: 17px;
  margin-left: 10px;
}

/* line 222, global.scss */

.sub-menu li a i {
  font-size: 28px;
}

/* line 227, global.scss */

.sub-menu .bill {
  color: #fff;
  padding: 5px 8px 5px 4px;
  background-color: #9c0015;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 233, global.scss */

.sub-menu .bill i.fa-check-circle-o {
  color: #df001e;
  padding: 0 5px;
  font-size: 17px;
}

/* line 239, global.scss */

.sub-menu .phone {
  font-size: 24px;
  font-weight: 300;
  color: white;
}

/* line 243, global.scss */

.sub-menu .phone a {
  color: white;
}

/* line 249, global.scss */

.slideshow {
  font-family: "Oswald", Helvetica, sans-serif;
  z-index: 1;
      overflow: hidden;
    position: relative;
}

/* line 254, global.scss */

.slideset {
  max-height: 605px !important;
  min-height: 416px !important;
}

/* line 259, global.scss */

.slide {
  position: absolute;
  width: 100%;
}

@media (max-width: 500px) {
  /* line 259, global.scss */

  .slide {
    overflow: hidden;
  }
}

/* line 265, global.scss */

.slide img {
  height: 100%;
  min-height: 416px !important;
  min-width: 900px;
  width: 100%;
}

@media (max-width: 500px) {
  /* line 265, global.scss */

  .slide img {
    position: relative;
    right: 60%;
    overflow: hidden;
  }
}

/* line 277, global.scss */

.slide .slideinfo {
  position: absolute;
  top: 0;
}

/* line 282, global.scss */

.slide h1 {
  color: white;
  margin: 90px 0 35px 0;
}

@media (max-width: 658px) {
  /* line 282, global.scss */

  .slide h1 {
    margin: 10px;
  }
}

/* line 290, global.scss */

.slide .desc {
  height: 187px;
  background-color: #fff8e8;
  opacity: .75;
}

@media (max-width: 658px) {
  /* line 290, global.scss */

  .slide .desc {
    height: 80px;
  }
}

@media (max-width: 465px) {
  /* line 290, global.scss */

  .slide .desc {
    display: none;
  }
}

/* line 301, global.scss */

.slide .desc p {
  font-family: "Cabin", Helvetica, sans-serif;
  font-size: 1.25em;
  text-align: right;
  line-height: 175%;
  padding: 30px 30px 30px 140px;
  float: right;
}

@media (max-width: 658px) {
  /* line 301, global.scss */

  .slide .desc p {
    text-align: left;
    padding: 10px;
    float: left;
    line-height: 110%;
  }
}

/* line 317, global.scss */

.slide .customer {
  height: 187px;
  background-color: rgba(123, 86, 54, 0.4);
}

/* line 320, global.scss */

.slide .customer p {
  font-weight: 400;
  font-size: 20px;
  color: white;
  padding: 50px 0 0 30px;
}

/* line 325, global.scss */

.slide .customer p i {
  padding: 0 5px;
  color: #fff8e8;
}

/* line 332, global.scss */

.slide .linker {
  height: 63px;
  background-color: rgba(123, 86, 54, 0.55);
  font-weight: 300;
  text-align: right;
}

@media (max-width: 563px) {
  /* line 332, global.scss */

  .slide .linker {
    text-align: center;
    padding: 0 10px;
  }
}

/* line 341, global.scss */

.slide .linker a {
  color: #fff8e8;
  font-size: 26px;
  display: block;
  margin: 10px 30px;
}

@media (max-width: 563px) {
  /* line 341, global.scss */

  .slide .linker a {
    margin: 22px 0;
    font-size: 12px;
  }
}

/* line 350, global.scss */

.slide .linker a i {
  color: #fff8e8;
  opacity: .25;
  padding-right: 10px;
}

@media (max-width: 563px) {
  /* line 350, global.scss */

  .slide .linker a i {
    padding: 4px;
  }
}

/* line 361, global.scss */

.slide .sign-in {
  height: 63px;
  background-color: rgba(123, 86, 54, 0.65);
  font-weight: 300;
}

@media (max-width: 563px) {
  /* line 361, global.scss */

  .slide .sign-in {
    text-align: center;
  }
}

/* line 368, global.scss */

.slide .sign-in a {
  color: #ffb366;
  font-size: 26px;
  display: block;
  margin: 10px 30px;
}

/* line 369, global.scss */

.slide .sign-in a i {
  color: #fff8e8;
  opacity: .25;
}

@media (max-width: 563px) {
  /* line 368, global.scss */

  .slide .sign-in a {
    margin: 22px 0;
    font-size: 12px;
  }
}

/* line 385, global.scss */

.eval-wrapper {
  min-height: 263px;
  padding-bottom: 25px;
  z-index: 2;
  position: relative;
  border-top: 6px solid #4b504d;
  border-bottom: 6px solid #707471;
  background: #5e635f;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e635f), color-stop(9%, #5b615f), color-stop(10%, #5a605c), color-stop(12%, #5a605e), color-stop(16%, #595e5a), color-stop(31%, #555b59), color-stop(35%, #535955), color-stop(55%, #4e5450), color-stop(56%, #505551), color-stop(73%, #4c514d), color-stop(100%, #4c514d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5e635f 0%, #5b615f 9%, #5a605c 10%, #5a605e 12%, #595e5a 16%, #555b59 31%, #535955 35%, #4e5450 55%, #505551 56%, #4c514d 73%, #4c514d 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#5e635f), color-stop(9%, #5b615f), color-stop(10%, #5a605c), color-stop(12%, #5a605e), color-stop(16%, #595e5a), color-stop(31%, #555b59), color-stop(35%, #535955), color-stop(55%, #4e5450), color-stop(56%, #505551), color-stop(73%, #4c514d), to(#4c514d));
  background: linear-gradient(to bottom, #5e635f 0%, #5b615f 9%, #5a605c 10%, #5a605e 12%, #595e5a 16%, #555b59 31%, #535955 35%, #4e5450 55%, #505551 56%, #4c514d 73%, #4c514d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e635f', endColorstr='#4c514d',GradientType=0 );
  /* IE6-9 */
}

/* line 401, global.scss */

.eval-wrapper .eval.container {
  font-family: "Cabin", Helvetica, sans-serif;
  text-align: center;
}

/* line 404, global.scss */

.eval-wrapper .eval.container .help-block {
  color: #ff8201;
}

/* line 407, global.scss */

.eval-wrapper .eval.container h1 {
  color: white;
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: 46px;
}

/* line 412, global.scss */

.eval-wrapper .eval.container p {
  max-width: 462px;
  color: #adb2af;
  font-size: 15px;
  margin: 10px auto 15px;
}

/* line 418, global.scss */

.eval-wrapper .eval.container form {
  margin: 0 auto;
  max-width: 625px;
}

/* line 421, global.scss */

.eval-wrapper .eval.container form .form-group {
  display: block;
  float: left;
  width: 205px;
}

@media (max-width: 650px) {
  /* line 421, global.scss */

  .eval-wrapper .eval.container form .form-group {
    float: none;
    margin: 10px auto;
    width: 210px;
  }
}

/* line 431, global.scss */

.eval-wrapper .eval.container form input {
  height: 36px;
  width: 200px;
  margin: 2px 5px;
  background-color: #272a28;
  border: none;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #989e9a;
  font-weight: 500;
  padding-left: 15px;
}

/* line 443, global.scss */

.eval-wrapper .eval.container form button {
  background: #ffc301;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc301), color-stop(31%, #ffb001), color-stop(86%, #ff8201), color-stop(100%, #ff8000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffc301 0%, #ffb001 31%, #ff8201 86%, #ff8000 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc301), color-stop(31%, #ffb001), color-stop(86%, #ff8201), to(#ff8000));
  background: linear-gradient(to bottom, #ffc301 0%, #ffb001 31%, #ff8201 86%, #ff8000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc301', endColorstr='#ff8000',GradientType=0 );
  /* IE6-9 */
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 200px;
  height: 30px;
  margin: 0 auto 25px;
  display: block;
  clear: both;
  border: 0;
  font-weight: 500;
  color: black;
  -webkit-box-shadow: 0px 2px 2px -2px black;
  box-shadow: 0px 2px 2px -2px black;
}

/* line 470, global.scss */

.expertise-wrapper {
  height: auto;
  width: 100%;
  padding: 50px 0 50px;
  background-image: url("/public/images/woodtexture.jpg");
  -webkit-background-size: cover;
  /* For WebKit*/
  /* Mozilla*/
  /* Opera*/
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1300px) {
  /* line 470, global.scss */

  .expertise-wrapper {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}

@media (max-width: 768px) {
  /* line 470, global.scss */

  .expertise-wrapper {
    height: 345px;
  }
}

@media (max-width: 768px) {
  /* line 470, global.scss */

  .expertise-wrapper {
    background-color: #4c514e;
    height: auto;
    padding: 10px 0;
  }
}

/* line 491, global.scss */

.expertise-wrapper .section-title {
  float: left;
  position: relative;
  width: 50%;
  min-height: 129px;
}

/* line 496, global.scss */

.expertise-wrapper .section-title img {
  width: 100%;
}

@media (max-width: 768px) {
  /* line 491, global.scss */

  .expertise-wrapper .section-title {
    min-height: 0;
    padding-top: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 460px) {
  /* line 491, global.scss */

  .expertise-wrapper .section-title {
    display: none;
  }
}

/* line 509, global.scss */

.expertise-wrapper .satis-block {
  float: right;
  background-color: rgba(88, 61, 38, 0.85);
  min-height: 129px;
  padding: 19px 40px;
}

/* line 510, global.scss */

.expertise-wrapper .satis-block a {
  color: #d0b094;
}

/* line 517, global.scss */

.expertise-wrapper .satis-block h2 {
  margin: 0 0 10px;
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: white;
}

@media (max-width: 991px) {
  /* line 517, global.scss */

  .expertise-wrapper .satis-block h2 {
    font-size: 18px;
  }
}

/* line 526, global.scss */

.expertise-wrapper .satis-block h2 a {
  color: white;
}

/* line 530, global.scss */

.expertise-wrapper .satis-block p {
  color: #d0b094;
  font-size: 14px;
}

@media (max-width: 991px) {
  /* line 530, global.scss */

  .expertise-wrapper .satis-block p {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  /* line 509, global.scss */

  .expertise-wrapper .satis-block {
    min-height: 0;
    padding: 11px 10px;
  }
}

@media (max-width: 768px) {
  /* line 509, global.scss */

  .expertise-wrapper .satis-block {
    margin: 0 0 10px;
    min-height: 0;
    padding: 9px 50px;
    width: 100%;
  }
}

/* line 548, global.scss */

.expertise-wrapper .action-wrapper {
  margin-top: 40px;
  clear: both;
}

/* line 551, global.scss */

.expertise-wrapper .action-wrapper .action-block {
  margin-bottom: 15px;
}

@media (max-width: 500px) {
  /* line 551, global.scss */

  .expertise-wrapper .action-wrapper .action-block {
    width: 100%;
  }
}

/* line 557, global.scss */

.expertise-wrapper .action-wrapper .head {
  background: url("/public/images/home-section-heads.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding-left: 13px;
}

/* line 560, global.scss */

.expertise-wrapper .action-wrapper .head h1 {
  padding-top: 16px;
  margin: 0;
  text-align: center;
  color: white;
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  height: 60px;
  background-color: rgba(197, 0, 27, 0.8);
}

@media (max-width: 1199px) {
  /* line 560, global.scss */

  .expertise-wrapper .action-wrapper .head h1 {
    font-size: 21px;
  }
}

/* line 575, global.scss */

.expertise-wrapper .action-wrapper .body {
  height: 154px;
  padding: 20px 20px 0;
  background-color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 1199px) {
  /* line 575, global.scss */

  .expertise-wrapper .action-wrapper .body {
    height: 174px;
  }
}

@media (max-width: 500px) {
  /* line 575, global.scss */

  .expertise-wrapper .action-wrapper .body {
    display: none;
  }
}

/* line 587, global.scss */

.expertise-wrapper .action-wrapper .links a {
  color: #fff8e8;
  width: 100%;
  display: block;
  padding: 8px 20px;
  font-size: 16px;
}

/* line 593, global.scss */

.expertise-wrapper .action-wrapper .links a i {
  margin-right: 6px;
}

/* line 597, global.scss */

.expertise-wrapper .action-wrapper .links .res {
  background-color: #f56500;
}

/* line 600, global.scss */

.expertise-wrapper .action-wrapper .links .com {
  background-color: #ff8000;
}

/* line 607, global.scss */

.service.container {
  min-height: 130px;
}

/* line 609, global.scss */

.service.container h1 {
  color: #c5001b;
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 42px;
  margin-top: 42px;
}

@media (max-width: 991px) {
  /* line 609, global.scss */

  .service.container h1 {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  /* line 609, global.scss */

  .service.container h1 {
    font-size: 36px;
  }
}

/* line 622, global.scss */

.service.container ul {
  padding: 0 100px 0 0;
  margin-top: 44px;
}

@media (max-width: 991px) {
  /* line 622, global.scss */

  .service.container ul {
    margin-top: 20px;
  }
}

@media (max-width: 730px) {
  /* line 622, global.scss */

  .service.container ul {
    width: 50%;
    margin: 0 auto;
  }
}

/* line 632, global.scss */

.service.container ul li {
  display: inline-block;
  padding: 0 10px;
  font-family: "Cabin", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  color: #4c514e;
}

@media (max-width: 1199px) {
  /* line 632, global.scss */

  .service.container ul li {
    font-size: 14px;
    padding: 0 8px;
  }
}

/* line 645, global.scss */

.service.container ul li:after {
  background-image: url("/public/images/foot-menu-after.png");
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: -3px;
  top: 5px;
  width: 4px;
}

/* line 655, global.scss */

.service.container ul li.last:after {
  display: none;
}

/* line 661, global.scss */

.subfooter-wrapper {
  background: #dddee0;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddee0), color-stop(2%, #e7e9e8), color-stop(4%, #ecedef), color-stop(6%, #eeeff1), color-stop(100%, #eeeff1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddee0 0%, #e7e9e8 2%, #ecedef 4%, #eeeff1 6%, #eeeff1 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#dddee0), color-stop(2%, #e7e9e8), color-stop(4%, #ecedef), color-stop(6%, #eeeff1), to(#eeeff1));
  background: linear-gradient(to bottom, #dddee0 0%, #e7e9e8 2%, #ecedef 4%, #eeeff1 6%, #eeeff1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddee0', endColorstr='#eeeff1',GradientType=0 );
  /* IE6-9 */
}

/* line 671, global.scss */

.subfooter-wrapper .container {
  padding-top: 54px;
}

/* line 673, global.scss */

.subfooter-wrapper .container h1 {
  font-size: 34px;
  margin: 0 0 22px;
}

/* line 676, global.scss */

.subfooter-wrapper .container h1 a.browse {
  color: #f56500;
  font-size: 16px;
  margin: 0 0 0 20px;
  position: relative;
  top: -4px;
  font-family: "Cabin", Helvetica, sans-serif;
}

/* line 685, global.scss */

.subfooter-wrapper .container .about-us-home,
.subfooter-wrapper .container .article {
  margin-bottom: 35px;
}

/* line 688, global.scss */

.subfooter-wrapper .container .article {
  padding: 0 30px 0 0;
}

/* line 691, global.scss */

.subfooter-wrapper .container h3 a {
  font-size: 20px;
}

/* line 694, global.scss */

.subfooter-wrapper .container a.read-more {
  width: 200px;
  padding: 10px 15px 10px 30px;
  color: white;
  background-color: #9aa19d;
  display: block;
  font-size: 16px;
}

/* line 701, global.scss */

.subfooter-wrapper .container a.read-more i {
  padding-right: 7px;
}

/* line 705, global.scss */

.subfooter-wrapper .container .copy-text {
  font-size: 1.1em;
}

@media (min-width: 769px) {
  /* line 708, global.scss */

  .subfooter-wrapper .container .col-md-6.home-content.right {
    padding: 0 0 0 100px;
  }
}

@media (max-width: 768px) {
  /* line 708, global.scss */

  .subfooter-wrapper .container .col-md-6.home-content.right {
    text-align: center;
  }
}

@media (max-width: 991px) {
  /* line 708, global.scss */

  .subfooter-wrapper .container .col-md-6.home-content.right {
    clear: left;
  }
}

/* line 718, global.scss */

.subfooter-wrapper .container .col-md-6.home-content.right img {
  margin-bottom: 15px;
}

@media (max-width: 340px) {
  /* line 718, global.scss */

  .subfooter-wrapper .container .col-md-6.home-content.right img {
    width: 100% !important;
    height: auto !important;
  }
}

/* line 725, global.scss */

.subfooter-wrapper .container .col-md-6.home-content.right .contact {
  margin-bottom: 70px;
}

/* line 727, global.scss */

.subfooter-wrapper .container .col-md-6.home-content.right .contact b {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 992px) {
  /* line 732, global.scss */

  .subfooter-wrapper .container .col-md-6.home-content.right .affiliations-home img {
    height: auto;
    width: 100%;
  }
}

/* line 742, global.scss */

.footer-wrapper {
  background: #4c514e;
  min-height: 54px;
}

/* line 745, global.scss */

.footer-wrapper .footer-nav {
  margin: 0;
}

/* line 747, global.scss */

.footer-wrapper .footer-nav li {
  position: relative;
  float: left;
  padding: 18px 16px;
}

/* line 751, global.scss */

.footer-wrapper .footer-nav li :after {
  background-image: url("/public/images/foot-menu-after.png");
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: -3px;
  top: 24px;
  width: 4px;
}

/* line 761, global.scss */

.footer-wrapper .footer-nav li strong a {
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: white;
}

/* line 767, global.scss */

.footer-wrapper .footer-nav li a {
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: white;
}

/* line 774, global.scss */

.footer-wrapper .footer-nav li.fb-icon {
  margin-left: 70px;
  padding: 16px 0 0;
}

/* line 777, global.scss */

.footer-wrapper .footer-nav li.fb-icon :after {
  display: none;
}

/* line 780, global.scss */

.footer-wrapper .footer-nav li.fb-icon i {
  font-size: 27px;
}

/* line 785, global.scss */

.footer-wrapper .copyright {
  padding-top: 12px;
  float: right;
  text-align: right;
  font-size: 11px;
  color: #939995;
}

/* line 791, global.scss */

.footer-wrapper .copyright a {
  color: #939995;
}

/* line 798, global.scss */

body.inside .title {
  padding: 0;
  margin-top: 0;
}

/* line 801, global.scss */

body.inside .title h1 {
  background-color: #ff9933;
  color: white;
  font-size: 36px;
  margin: 0;
  max-height: 69px;
  padding: 14px 0 16px;
  text-align: center;
}

@media (max-width: 595px) {
  /* line 801, global.scss */

  body.inside .title h1 {
    max-height: 49px;
    padding: 4px 0;
    overflow: hidden;
  }
}

@media (max-width: 380px) {
  /* line 801, global.scss */

  body.inside .title h1 {
    font-size: 26px;
  }
}

/* line 819, global.scss */

body.inside .post-title-wrapper {
  background-color: #333735;
  height: 69px;
  position: relative;
}

/* line 826, global.scss */

.content-wrapper {
  background-color: #f9faf9;
}

/* line 828, global.scss */

.content-wrapper .title {
  z-index: 2;
  position: absolute;
  margin-top: 20px;
  width: 50%;
}

@media (max-width: 991px) {
  /* line 828, global.scss */

  .content-wrapper .title {
    position: relative;
    width: 100%;
    margin-top: 0;
  }
}

/* line 838, global.scss */

.content-wrapper .title h1 {
  background-color: rgba(255, 128, 0, 0.75);
  color: white;
  margin: 0;
  padding: 35px 12%;
  font-size: 40px;
  text-align: right;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.65);
}

@media (max-width: 991) {
  /* line 838, global.scss */

  .content-wrapper .title h1 {
    text-align: center;
  }
}

/* line 851, global.scss */

.content-wrapper .content.container {
  background-color: white;
  border-top: 20px solid white;
  -webkit-box-shadow: 0 7px 12px -5px #333;
  box-shadow: 0 7px 12px -5px #333;
  padding: 0;
  position: relative;
}

@media (max-width: 991px) {
  /* line 851, global.scss */

  .content-wrapper .content.container {
    border: none;
  }
}

@media (min-width: 992px) {
  /* line 851, global.scss */

  .content-wrapper .content.container {
    margin-top: -20px;
  }
}

/* line 863, global.scss */

.content-wrapper .content.container .title-wrapper {
  background-color: white;
  height: 64px;
  position: relative;
}

/* line 871, global.scss */

.content-wrapper .content.container .subhead .subhead-menu-wrapper div {
  padding: 8px 0;
  text-align: center;
  background-color: #333735;
}

/* line 872, global.scss */

.content-wrapper .content.container .subhead .subhead-menu-wrapper div a {
  font-size: 18px;
  color: white;
}

/* line 875, global.scss */

.content-wrapper .content.container .subhead .subhead-menu-wrapper div a i {
  margin-left: 12px;
}

/* line 879, global.scss */

.content-wrapper .content.container .subhead .subhead-menu-wrapper div a:hover {
  color: #ffb366;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 888, global.scss */

.content-wrapper .content.container .subhead .subhead-menu-wrapper img {
  border-bottom: 6px solid #7e8581;
  width: 100%;
  z-index: 1;
}

/* line 895, global.scss */

.content-wrapper .content.container .social-buttons {
  background-color: #4c514e;
  height: 100%;
}

/* line 899, global.scss */

.content-wrapper .content.container .text {
  background-color: white;
  padding: 45px;
  font-size: 16px;
  color: #8b928e;
}

@media (max-width: 500px) {
  /* line 899, global.scss */

  .content-wrapper .content.container .text {
    padding: 25px;
  }
}

@media (max-width: 410px) {
  /* line 907, global.scss */

  .content-wrapper .content.container .text img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
}

/* line 914, global.scss */

.content-wrapper .content.container .text img.center {
  display: block;
  height: auto !important;
  margin: 0 auto;
  text-align: center;
  width: 100% !important;
}

/****** BlogStuff *******/

/* line 926, global.scss */

#blogEntries {
  padding-top: 30px;
}

/* line 928, global.scss */

#blogEntries .blog-entry {
  border-bottom: 1px solid #939995;
  clear: both;
  margin: 0 0 30px;
  padding: 0 0 20px;
}

/* line 933, global.scss */

#blogEntries .blog-entry .photoLeft {
  margin: 0;
  padding: 0;
}

/* line 936, global.scss */

#blogEntries .blog-entry .photoLeft .featured-image img {
  border: 6px solid #7e8581;
}

/* line 940, global.scss */

#blogEntries .blog-entry .photoRight {
  margin: 0;
  padding: 0;
}

/* line 944, global.scss */

#blogEntries .blog-entry .article-title {
  color: #c5001b;
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 36px;
}

/* line 950, global.scss */

#blogEntries .blog-entry .article-title a:hover {
  color: #790011;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
}

/* line 957, global.scss */

#blogEntries .blog-entry .date {
  color: #939995;
  font-size: 14px;
  font-style: italic;
  margin: 10px 0;
}

/* line 963, global.scss */

#blogEntries .blog-entry .body {
  margin: 0 0 20px;
}

/* line 966, global.scss */

#blogEntries .blog-entry a.btn-more {
  background: #ffc301;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc301), color-stop(31%, #ffb001), color-stop(86%, #ff8201), color-stop(100%, #ff8000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffc301 0%, #ffb001 31%, #ff8201 86%, #ff8000 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc301), color-stop(31%, #ffb001), color-stop(86%, #ff8201), to(#ff8000));
  background: linear-gradient(to bottom, #ffc301 0%, #ffb001 31%, #ff8201 86%, #ff8000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc301', endColorstr='#ff8000',GradientType=0 );
  /* IE6-9 */
  text-align: center;
  display: block;
  padding: 6px 0;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 150px;
  height: 30px;
  border: 0;
  font-weight: 500;
  color: black;
  -webkit-box-shadow: 0px 2px 2px -2px black;
  box-shadow: 0px 2px 2px -2px black;
}

/* line 990, global.scss */

.back-to-articles a.btn-more {
  background: #ffc301;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc301), color-stop(31%, #ffb001), color-stop(86%, #ff8201), color-stop(100%, #ff8000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffc301 0%, #ffb001 31%, #ff8201 86%, #ff8000 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc301), color-stop(31%, #ffb001), color-stop(86%, #ff8201), to(#ff8000));
  background: linear-gradient(to bottom, #ffc301 0%, #ffb001 31%, #ff8201 86%, #ff8000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc301', endColorstr='#ff8000',GradientType=0 );
  /* IE6-9 */
  text-align: center;
  display: block;
  padding: 6px 0;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 150px;
  height: 30px;
  border: 0;
  font-weight: 500;
  color: black;
  -webkit-box-shadow: 0px 2px 2px -2px black;
  box-shadow: 0px 2px 2px -2px black;
}

/****** "Most Unwanted" Pests *******/

/* line 1014, global.scss */

#pests {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 1019, global.scss */

#pests .pest {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  /* line 1019, global.scss */

  #pests .pest {
    width: 45% !important;
  }
}

@media (max-width: 600px) {
  /* line 1019, global.scss */

  #pests .pest {
    width: 100% !important;
  }
}

/* line 1032, global.scss */

#pests .pest img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

/****** Article Pagination *******/

/* line 1051, global.scss */

.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1056, global.scss */

.pagination ul li {
  display: inline-block;
  border: 1px solid #e6e6e6;
  margin-right: 5px;
}

/* line 1061, global.scss */

.pagination ul li a {
  padding: 4px 7px 4px 7px;
  font-weight: bold;
  text-decoration: none;
}

/* line 1062, global.scss */

.pagination ul li a:hover {
  padding: 4px 7px 4px 7px;
  background-color: #e6e6e6;
  color: #000;
}

/* line 1065, global.scss */

.pagination ul li.active a {
  padding: 4px 7px 4px 7px;
  font-weight: bold;
  text-decoration: none;
  background-color: #e6e6e6;
  color: #000;
}

/* line 1066, global.scss */

.pagination ul li.active a:hover {
  padding: 4px 7px 4px 7px;
  background-color: #e6e6e6;
  color: #fff;
}

/* line 1071, global.scss */

.sub-menu .bill a {
  color: #fff !important;
}

/* line 1072, global.scss */

.fb-icon a {
  color: #fff !important;
}

/* line 1073, global.scss */

.modal-backdrop.fade.in {
  z-index: 1;
}

#welcome {
  width: 100%;
  height: 50px;
  border-bottom: 6px solid #4b504d;
  background: #5e635f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e635f), color-stop(9%, #5b615f), color-stop(10%, #5a605c), color-stop(12%, #5a605e), color-stop(16%, #595e5a), color-stop(31%, #555b59), color-stop(35%, #535955), color-stop(55%, #4e5450), color-stop(56%, #505551), color-stop(73%, #4c514d), color-stop(100%, #4c514d));
  background: -webkit-linear-gradient(top, #5e635f 0%, #5b615f 9%, #5a605c 10%, #5a605e 12%, #595e5a 16%, #555b59 31%, #535955 35%, #4e5450 55%, #505551 56%, #4c514d 73%, #4c514d 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#5e635f), color-stop(9%, #5b615f), color-stop(10%, #5a605c), color-stop(12%, #5a605e), color-stop(16%, #595e5a), color-stop(31%, #555b59), color-stop(35%, #535955), color-stop(55%, #4e5450), color-stop(56%, #505551), color-stop(73%, #4c514d), to(#4c514d));
  background: linear-gradient(to bottom, #5e635f 0%, #5b615f 9%, #5a605c 10%, #5a605e 12%, #595e5a 16%, #555b59 31%, #535955 35%, #4e5450 55%, #505551 56%, #4c514d 73%, #4c514d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e635f', endColorstr='#4c514d',GradientType=0 );

  color: #fff;
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
}

