/* -------- main.scss----------- */
/* ------------- _helpers.scss ------------- */
/* -------------  VARIABLES ------------- */
@import url("https://fonts.googleapis.com/css?family=Orbitron:400,500,700,900");
.black {
  color: #1f1f1f !important; }

.white {
  color: white !important; }

.whitish {
  color: #f9f9f9 !important; }

.red {
  color: #e51d26 !important; }

.gray-light {
  color: #d2d2d2 !important; }

.gray-medium {
  color: #616161 !important; }

.gray-dark {
  color: #343434 !important; }

.zest-green {
  color: #57b800 !important; }

.menu {
  color: #fff !important; }
  .menu-hover {
    color: #ed1c24 !important; }
  .menu-selected {
    color: #ed1c24 !important; }

/* ------------- UTILITIES ------------- */
.red-text {
  color: red; }

/* ------------- MIXINS ------------- */
/* -------------  PLACEHOLDERS ------------- */
/* ------------- _base.scss ------------- */
/* ------------RESET------------ */
html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; }

/* Headings */
h1 {
  font-size: 55px; }

h2 {
  font-size: 29px; }

/* 22px */
h3 {
  font-size: 22px; }

/* 20px */
h4 {
  font-size: 1.286em; }

/* 18px */
h5 {
  font-size: 1.143em; }

/* 16px */
h6 {
  font-size: 1em; }

/* 14px */
h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.22;
  margin-bottom: 40px; }

img {
  max-width: 100%; }

p {
  margin: 0 0 18px;
  line-height: 1.55; }

/* ---------- GLOBAL ----------------- */
body {
  position: relative; }

* {
  box-sizing: border-box; }

.cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.contain {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

/* ---------------  _typography.scss ----------------- */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px; }

h1, h3, .phone {
  font-family: 'Orbitron', sans-serif;
  font-weight: 700; }

.phone {
  margin-top: 7px; }
  .phone .red-text {
    font-size: 27px; }
  .phone .number {
    font-size: 47px; }

/* ------------- _layouts.scss ------------- */
/* ------------- GRID ------------- */
/* HTML5 tags */
header, main, section, footer,
aside, nav, article, figure {
  display: block; }

main, header, footer {
  clear: both;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  min-height: 30px; }

h1 {
  margin-bottom: 45px; }

h2, p {
  width: 91%; }

/* ------------- HEADER ------------- */
header {
  clear: both; }

.header_wrapper {
  width: 100%;
  padding-top: 15px;
  margin-bottom: 22px;
  min-height: 100px; }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em; }

/* ------------- HOME ------------- */
.buttons-area {
  margin-bottom: 22px; }

section#services {
  min-height: 800px;
  padding-top: 100px; }
  section#services h1 {
    margin-bottom: 32px; }

section#about {
  min-height: 700px;
  padding-top: 90px; }

section#contact {
  min-height: 649px;
  padding-top: 115px; }
  section#contact h1 {
    margin-bottom: 32px; }
  section#contact h2 {
    margin-bottom: 16px; }

/* ------------- XXS ------------- */
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

@media (max-width: 384px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11 {
    float: left; }

  .col-xxs-1 {
    width: 8.333333333333332%; }

  .col-xxs-2 {
    width: 16.666666666666664%; }

  .col-xxs-3 {
    width: 25%; }

  .col-xxs-4 {
    width: 33.33333333333333%; }

  .col-xxs-5 {
    width: 41.66666666666667%; }

  .col-xxs-6 {
    width: 50%; }

  .col-xxs-7 {
    width: 58.333333333333336%; }

  .col-xxs-8 {
    width: 66.66666666666666%; }

  .col-xxs-9 {
    width: 75%; }

  .col-xxs-10 {
    width: 83.33333333333334%; }

  .col-xxs-11 {
    width: 91.66666666666666%; }

  .col-xxs-12 {
    width: 100%; }

  .col-xxs-push-1 {
    left: 8.333333333333332%; }

  .col-xxs-push-2 {
    left: 16.666666666666664%; }

  .col-xxs-push-3 {
    left: 25%; }

  .col-xss-push-4 {
    left: 33.33333333333333%; }

  .col-xxs-push-5 {
    left: 41.66666666666667%; }

  .col-xxs-push-6 {
    left: 50%; }

  .col-xxs-push-7 {
    left: 58.333333333333336%; }

  .col-xxs-push-8 {
    left: 66.66666666666666%; }

  .col-xxs-push-9 {
    left: 75%; }

  .col-xxs-push-10 {
    left: 83.33333333333334%; }

  .col-xxs-push-11 {
    left: 91.66666666666666%; }

  .col-xxs-pull-1 {
    right: 8.333333333333332%; }

  .col-xxs-pull-2 {
    right: 16.666666666666664%; }

  .col-xxs-pull-3 {
    right: 25%; }

  .col-xxs-pull-4 {
    right: 33.33333333333333%; }

  .col-xxs-pull-5 {
    right: 41.66666666666667%; }

  .col-xxs-pull-6 {
    right: 50%; }

  .col-xxs-pull-7 {
    right: 58.333333333333336%; }

  .col-xxs-pull-8 {
    right: 66.66666666666666%; }

  .col-xxs-pull-9 {
    right: 75%; }

  .col-xxs-pull-10 {
    right: 83.33333333333334%; }

  .col-xxs-pull-11 {
    right: 91.66666666666666%; }

  .col-xxs-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-xxs-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-xxs-offset-3 {
    margin-left: 25%; }

  .col-xxs-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-xxs-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-xxs-offset-6 {
    margin-left: 50%; }

  .col-xxs-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-xxs-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-xxs-offset-9 {
    margin-left: 75%; }

  .col-xxs-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-xxs-offset-11 {
    margin-left: 91.66666666666666%; } }
/* ------------- _design.scss ------------- */
a[href^=tel]:link {
  color: #fff; }

.rslides_nav {
  display: none; }

h1, h3 {
  text-transform: uppercase; }

h3 {
  margin-top: 5px;
  margin-bottom: 53px;
  text-align: center; }

/* ------------- HEADER ------------- */
.header_wrapper {
  background: #000; }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  background: #000; }
  .footer_wrapper .copyright {
    color: white;
    text-align: center;
    font-size: 12px; }

/* ------------- HOME ------------- */
section#services {
  background: #fff url("../img/section_services_bg.png") no-repeat top center;
  background-size: cover;
  color: white; }
  section#services .pest-services {
    margin-top: 50px; }
  section#services div.two-column {
    display: none; }
  section#services .fa-ul > li {
    height: 40px; }
  section#services .fa-check-circle {
    color: red; }
  section#services #ccm-layout-column-wrapper-12 div.ccm-layout-column {
    width: 100%; }
  section#services .services-icons {
    margin-top: 100px;
    margin-left: -92px; }
    section#services .services-icons img {
      margin: 0 auto 0; }

section#about {
  background: #fff url("../img/section_about_bg.png") no-repeat 79% 109%; }
  section#about p {
    width: 66%; }

section#contact {
  background-color: black;
  color: white; }

/* ------------- _menus.scss ------------- */
/* ------------- AUTO-NAV ------------- */
nav {
  margin-top: 5px;
  /*ul*/ }
  nav ul {
    list-style: none;
    margin: 0px;
    padding: 5px 0 0 0;
    float: right;
    /*li*/
    /*dropdown menu start*/
    /*dropdown menu end*/ }
    nav ul li {
      padding: 5px 0;
      margin: 0px;
      position: relative;
      display: inline-block;
      float: left;
      /*dropdown menu start*/
      /*dropdown menu end*/ }
      nav ul li a {
        font-family: 'Orbitron', sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        padding: 0 10px; }
        nav ul li a:hover, nav ul li a:focus {
          text-decoration: none;
          color: #ed1c24;
          outline: none; }
        nav ul li a.nav-selected {
          color: #ed1c24; }
      nav ul li:last-child a {
        padding-right: 0; }
      nav ul li:hover > ul {
        display: block; }
    nav ul ul {
      /*ul ul*/
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #ffffff;
      padding: 0px;
      z-index: 999; }
      nav ul ul li {
        float: none;
        width: 200px;
        z-index: 999; }
      nav ul ul ul {
        /*ul ul ul*/
        top: 0;
        left: 100%; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: unset; }

/* ------------- RESPONSIVE NAVIGATION ------------- */
.ccm-responsive-overlay-open .ccm-responsive-overlay {
  left: 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.ccm-responsive-overlay {
  background: rgba(237, 28, 36, 0.9);
  display: block;
  position: absolute;
  border-bottom: 5px solid #1f1f1f;
  width: 100%;
  z-index: 9999;
  top: 160px;
  left: -100%;
  bottom: 0;
  height: 100%;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .ccm-responsive-overlay ul {
    padding-left: 0;
    float: none;
    text-align: left; }
    .ccm-responsive-overlay ul li {
      list-style-type: none;
      display: block;
      width: 100%; }
      .ccm-responsive-overlay ul li a {
        border-bottom: 1px solid white;
        display: block;
        padding: 0;
        max-width: 95%; }
      .ccm-responsive-overlay ul li.parent-ul a {
        color: #0099ff;
        font-size: 14px;
        display: inline-block;
        width: 95%;
        padding: 7px 5% 7px 0;
        margin: 0 5% 0 0;
        padding-left: 15px;
        height: 100%;
        font-weight: 200;
        text-decoration: none; }
        .ccm-responsive-overlay ul li.parent-ul a:after {
          padding-left: 7px;
          padding-top: 3px;
          font-size: 14px;
          content: "\f107";
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          cursor: pointer;
          text-decoration: inherit; }
        .ccm-responsive-overlay ul li.parent-ul a:hover {
          color: #abddff; }
      .ccm-responsive-overlay ul li ul {
        /*new for dd start*/
        display: block;
        position: relative;
        background: none;
        top: 0;
        left: 0;
        /*new for dd end*/ }
        .ccm-responsive-overlay ul li ul li {
          width: 100%; }
        .ccm-responsive-overlay ul li ul ul {
          position: relative;
          left: 0;
          top: 0; }
        .ccm-responsive-overlay ul li ul li {
          padding-left: 10px; }
          .ccm-responsive-overlay ul li ul li.last-li a {
            padding-top: 0;
            font-size: 14px; }
            .ccm-responsive-overlay ul li ul li.last-li a:after {
              content: ""; }

.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  float: none;
  color: #000;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  width: 84px;
  padding: 0 0.5em;
  border: 1px solid #000;
  border-radius: 0.3em;
  margin: 0.4em 0.5em;
  -webkit-tap-highlight-color: transparent;
  z-index: 2; }
  .ccm-responsive-menu-launch span {
    margin-left: 5px;
    position: relative;
    top: -2px;
    font-size: 1.2em;
    color: #000; }

.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #000;
  content: "\f00d";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  color: #000;
  content: "\f0c9";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

@media all and (max-width: 767px) {
  .ccm-responsive-menu-launch {
    display: block; }

  .ccm-responsive-navigation.original {
    display: none; }

  header .ccm-search-block-form {
    margin-top: 20px; } }
@media all and (min-width: 768px) {
  .ccm-responsive-overlay {
    display: none !important; } }
/* ------------- _forms.scss ------------- */
/* ------------- FORM ------------- */
.ccm-block-type-form input[type="email"],
.ccm-block-type-form input[type="number"],
.ccm-block-type-form input[type="password"],
.ccm-block-type-form input[type="tel"],
.ccm-block-type-form input[type="text"],
.ccm-block-type-form input[type="url"] {
  border: 1px solid #E6E6E6;
  background-color: #E6E6E6;
  border-radius: 0px;
  box-shadow: none;
  height: 45px; }
.ccm-block-type-form textarea {
  border: 1px solid #E6E6E6;
  background-color: #E6E6E6;
  border-radius: 0px;
  box-shadow: none;
  height: inherit; }
.ccm-block-type-form label {
  font-weight: 400 !important;
  text-transform: uppercase; }
.ccm-block-type-form .form-actions input.btn,
.ccm-block-type-form .form-actions input[type="submit"] {
  background-color: red;
  color: #fff;
  float: none;
  text-transform: uppercase;
  font-size: 1.4em;
  padding: 8px 25px;
  border-radius: 0;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  width: 100%;
  border: none; }
  .ccm-block-type-form .form-actions input.btn:hover,
  .ccm-block-type-form .form-actions input[type="submit"]:hover {
    background: #CF0000; }

/* ------------- _components.scss ------------- */
/* ------------- CTA BUTTONS ------------- */
/* ------------- _pages.scss ------------- */
/* ------------- HOME ------------- */
/* ------------- CONTACT ------------- */
/* ------------- FULL ------------- */
/* ------------- _queries.scss ------------- */
/* ------------- QUERIES ------------- */
/* Large Devices, Desktops */
/**SMALLER THAN 1200 ----------- */
@media only screen and (max-width: 1200px) {
  section#services .services-icons .col-md-4 {
    width: 100%; } }
/**SMALLER THAN 1100 ----------- */
/* TABLETS */
/**SMALLER THAN 1026 ----------- */
/**SMALLER THAN 992 ----------- */
@media only screen and (max-width: 992px) {
  .page-template-home section#services {
    min-height: 800px;
    padding-top: 63px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px; }
    .page-template-home section#services .services-icons {
      margin-top: 40px;
      margin-left: 0; }
      .page-template-home section#services .services-icons .col-md-4 {
        width: 33.3333333333%; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 60px;
    background: #fff url("../img/section_about_bg.png") no-repeat 121% 81%; }
    .page-template-home section#about h1 {
      margin-bottom: 35px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 92%; }
  .page-template-home section#contact {
    padding-top: 63px; }
    .page-template-home section#contact h1 {
      margin-bottom: 43px; }
    .page-template-home section#contact h2 {
      margin-bottom: 80px; }
    .page-template-home section#contact .phone {
      margin-top: 2px; }
      .page-template-home section#contact .phone .number {
        font-size: 45px; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 75px; } }
/* iPad landscape ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .page-template-home section#services {
    min-height: 800px;
    padding-top: 63px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px; }
    .page-template-home section#services .services-icons {
      margin-top: 140px;
      margin-left: -80px; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 60px;
    background: #fff url("../img/section_about_bg.png") no-repeat 121% 81%; }
    .page-template-home section#about h1 {
      margin-bottom: 35px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 92%; }
  .page-template-home section#contact {
    padding-top: 63px; }
    .page-template-home section#contact h1 {
      margin-bottom: 43px; }
    .page-template-home section#contact h2 {
      margin-bottom: 80px; }
    .page-template-home section#contact .phone {
      margin-top: 2px; }
      .page-template-home section#contact .phone .number {
        font-size: 45px; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 75px; } }
/* iPad portrait ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-template-home .site-logo img {
    width: 250px;
    margin: 10px auto 0; }
  .page-template-home .nav {
    float: none;
    width: 545px;
    margin: 0 auto; }
  .page-template-home .buttons-area {
    margin-top: 25px; }
  .page-template-home section#services {
    padding-top: 55px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px; }
    .page-template-home section#services #ccm-layout-column-wrapper-12 div.ccm-layout-column {
      width: 33.3333333333%; }
    .page-template-home section#services .services-icons {
      margin-top: 5px;
      margin-left: 0; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 60px;
    background: #fff url("../img/section_about_bg.png") no-repeat 190% 50%; }
    .page-template-home section#about h1 {
      margin-bottom: 35px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 100%; }
    .page-template-home section#about p {
      width: 100%; }
  .page-template-home section#contact {
    padding-top: 63px; }
    .page-template-home section#contact h1 {
      margin-bottom: 34px;
      width: 100%;
      font-size: 50px; }
    .page-template-home section#contact h2 {
      margin-bottom: 55px; }
    .page-template-home section#contact .phone {
      margin-top: 2px; }
      .page-template-home section#contact .phone .number {
        font-size: 32px; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 75px; } }
/* PHONES */
/**SMALLER THAN 767 ----------- */
/**SMALLER THAN 550 ----------- */
/* Small Devices, Phones ----------- */
/* Extra Small Devices, Phones ----------- */
@media only screen and (max-width: 360px) {
  .page-template-home .site-logo {
    padding-bottom: 32px; }
    .page-template-home .site-logo img {
      width: 250px;
      margin: 10px auto 0; }
  .page-template-home nav {
    margin-top: 0; }
    .page-template-home nav ul li {
      padding: 0; }
  .page-template-home .nav {
    display: none; }
  .page-template-home .buttons-area {
    margin-top: 0;
    margin-bottom: 18px; }
    .page-template-home .buttons-area img {
      margin-bottom: 20px; }
  .page-template-home section#services {
    padding-top: 32px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px;
      font-size: 45px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px;
      font-size: 22px; }
    .page-template-home section#services h3 {
      font-size: 13px; }
    .page-template-home section#services #ccm-layout-column-wrapper-12 div.ccm-layout-column {
      width: 33.3333333333%; }
    .page-template-home section#services div.two-column {
      display: block; }
    .page-template-home section#services div.three-column {
      display: none; }
    .page-template-home section#services .services-icons {
      margin-top: 35px;
      margin-left: 0; }
      .page-template-home section#services .services-icons img {
        margin: 0 auto 20px;
        height: 75%;
        min-height: 83px; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 60px;
    background: none; }
    .page-template-home section#about h1 {
      margin-bottom: 35px;
      font-size: 45px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 100%; }
    .page-template-home section#about p {
      width: 100%; }
  .page-template-home section#contact {
    padding-top: 63px; }
    .page-template-home section#contact h1 {
      margin-bottom: 46px;
      width: 100%;
      font-size: 38px; }
    .page-template-home section#contact h2 {
      margin-bottom: 50px;
      font-size: 22px; }
    .page-template-home section#contact .phone {
      margin-top: 30px; }
      .page-template-home section#contact .phone .red-text {
        display: block; }
      .page-template-home section#contact .phone .number {
        font-size: 30px;
        position: relative;
        top: -15px; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 0; }
  .page-template-home .footer_wrapper .copyright {
    font-size: 10px; } }
/* iPhone 6+ LANDSCAPE ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (device-width: 736px) and (device-height: 414px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-device-pixel-ratio: 3) {
  .page-template-home section#services {
    min-height: 800px;
    padding-top: 63px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px; }
    .page-template-home section#services .services-icons {
      margin-top: 140px;
      margin-left: -80px; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 60px;
    background: #fff url("../img/section_about_bg.png") no-repeat 245% 180% !important; }
    .page-template-home section#about h1 {
      margin-bottom: 35px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 92%; }
  .page-template-home section#contact {
    padding-top: 63px; }
    .page-template-home section#contact h1 {
      margin-bottom: 43px; }
    .page-template-home section#contact h2 {
      margin-bottom: 80px; }
    .page-template-home section#contact .phone {
      margin-top: 2px; }
      .page-template-home section#contact .phone .number {
        font-size: 45px; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 75px; } }
/* iPhone 6+ PORTRAIT ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-device-pixel-ratio: 3) {
  .page-template-home .site-logo {
    padding-bottom: 32px; }
    .page-template-home .site-logo img {
      width: 250px;
      margin: 10px auto 0; }
  .page-template-home .nav {
    display: none; }
  .page-template-home .buttons-area {
    margin-top: 0;
    margin-bottom: 18px; }
    .page-template-home .buttons-area img {
      margin-bottom: 20px; }
  .page-template-home section#services {
    padding-top: 55px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px;
      font-size: 45px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px;
      font-size: 24px; }
    .page-template-home section#services #ccm-layout-column-wrapper-12 div.ccm-layout-column {
      width: 33.3333333333%; }
    .page-template-home section#services div.two-column {
      display: block; }
    .page-template-home section#services div.three-column {
      display: none; }
    .page-template-home section#services .services-icons {
      margin-top: 5px;
      margin-left: 0; }
      .page-template-home section#services .services-icons .col-xs-4 {
        width: 100% !important; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 60px;
    background: #fff url("../img/section_about_bg.png") no-repeat 190% 50%; }
    .page-template-home section#about h1 {
      margin-bottom: 35px;
      font-size: 45px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 100%;
      font-size: 24px; }
    .page-template-home section#about p {
      width: 100%; }
  .page-template-home section#contact {
    padding-top: 50px; }
    .page-template-home section#contact h1 {
      margin-bottom: 34px;
      width: 100%;
      font-size: 45px; }
    .page-template-home section#contact h2 {
      font-size: 29px; }
    .page-template-home section#contact .phone {
      margin-top: 2px; }
      .page-template-home section#contact .phone .number {
        font-size: 29px !important; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 75px; } }
/* Nexus 6p */
@media only screen and (min-height: 412px) and (max-height: 435px) and (min-width: 732px) and (max-width: 773px) and (orientation: landscape) {
  .page-template-home .buttons-area {
    margin-top: 0;
    margin-bottom: 18px; }
    .page-template-home .buttons-area img {
      margin: 0 auto 20px; }
  .page-template-home section#services {
    min-height: 800px;
    padding-top: 63px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px; }
    .page-template-home section#services .services-icons {
      margin-top: 140px;
      margin-left: -80px; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 60px;
    background: #fff url("../img/section_about_bg.png") no-repeat 121% 81%; }
    .page-template-home section#about h1 {
      margin-bottom: 35px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 92%; }
  .page-template-home section#contact {
    padding-top: 63px; }
    .page-template-home section#contact h1 {
      margin-bottom: 43px; }
    .page-template-home section#contact h2 {
      margin-bottom: 80px; }
    .page-template-home section#contact .phone {
      margin-top: 2px; }
      .page-template-home section#contact .phone .number {
        font-size: 45px; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 75px; } }
@media only screen and (min-width: 412px) and (max-width: 435px) and (min-height: 732px) and (max-height: 773px) and (orientation: portrait) {
  .page-template-home .site-logo {
    padding-bottom: 32px; }
    .page-template-home .site-logo img {
      width: 250px;
      margin: 10px auto 0; }
  .page-template-home .nav {
    display: none; }
  .page-template-home .buttons-area {
    margin-top: 25px; }
    .page-template-home .buttons-area img {
      margin-bottom: 20px; }
  .page-template-home section#services {
    padding-top: 55px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px; }
    .page-template-home section#services #ccm-layout-column-wrapper-12 div.ccm-layout-column {
      width: 33.3333333333%; }
    .page-template-home section#services div.two-column {
      display: block; }
    .page-template-home section#services div.three-column {
      display: none; }
    .page-template-home section#services .services-icons {
      margin-top: 35px !important;
      margin-left: 0; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 60px;
    background: #fff url("../img/section_about_bg.png") no-repeat 190% 50%; }
    .page-template-home section#about h1 {
      margin-bottom: 35px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 100%; }
    .page-template-home section#about p {
      width: 100%; }
  .page-template-home section#contact {
    padding-top: 63px; }
    .page-template-home section#contact h1 {
      margin-bottom: 34px;
      width: 100%; }
    .page-template-home section#contact .phone {
      margin-top: 2px; }
      .page-template-home section#contact .phone .number {
        font-size: 45px; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 75px; } }
/* iPhone 6 LANDSCAPE ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .page-template-home .site-logo img {
    width: 250px;
    margin: 10px auto 0; }
  .page-template-home nav {
    margin-top: 0; }
    .page-template-home nav ul li {
      padding: 0; }
  .page-template-home .nav {
    float: none;
    width: 545px;
    margin: 0 auto;
    padding: 0; }
  .page-template-home .buttons-area {
    margin-top: 0;
    margin-bottom: 18px; }
    .page-template-home .buttons-area img {
      margin: 0 auto 20px; }
  .page-template-home section#services {
    padding-top: 32px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px; }
    .page-template-home section#services #ccm-layout-column-wrapper-12 div.ccm-layout-column {
      width: 33.3333333333%; }
    .page-template-home section#services .services-icons {
      margin-top: 5px;
      margin-left: 0; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 60px;
    background: #fff url("../img/section_about_bg.png") no-repeat 310% 50%; }
    .page-template-home section#about h1 {
      margin-bottom: 35px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 100%; }
    .page-template-home section#about p {
      width: 100%; }
  .page-template-home section#contact {
    padding-top: 63px; }
    .page-template-home section#contact h1 {
      margin-bottom: 46px;
      width: 100%; }
    .page-template-home section#contact h2 {
      margin-bottom: 50px; }
    .page-template-home section#contact .phone {
      margin-top: 2px; }
      .page-template-home section#contact .phone .number {
        font-size: 45px; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 50px; } }
/* iPhone 6 PORTRAIT ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .page-template-home .site-logo {
    padding-bottom: 32px; }
    .page-template-home .site-logo img {
      width: 250px;
      margin: 10px auto 0; }
  .page-template-home nav {
    margin-top: 0; }
    .page-template-home nav ul li {
      padding: 0; }
  .page-template-home .nav {
    display: none; }
  .page-template-home .buttons-area {
    margin-top: 0;
    margin-bottom: 18px; }
    .page-template-home .buttons-area img {
      margin-bottom: 20px; }
  .page-template-home section#services {
    padding-top: 32px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px;
      font-size: 45px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px;
      font-size: 22px; }
    .page-template-home section#services h3 {
      font-size: 13px; }
    .page-template-home section#services #ccm-layout-column-wrapper-12 div.ccm-layout-column {
      width: 33.3333333333%; }
    .page-template-home section#services div.two-column {
      display: block; }
    .page-template-home section#services div.three-column {
      display: none; }
    .page-template-home section#services .services-icons {
      margin-top: 5px;
      margin-left: 0; }
      .page-template-home section#services .services-icons img {
        height: 75%;
        min-height: 83px; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 60px;
    background: none; }
    .page-template-home section#about h1 {
      margin-bottom: 35px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 100%; }
    .page-template-home section#about p {
      width: 100%; }
  .page-template-home section#contact {
    padding-top: 63px; }
    .page-template-home section#contact h1 {
      margin-bottom: 46px;
      width: 100%;
      font-size: 45px; }
    .page-template-home section#contact h2 {
      margin-bottom: 50px;
      font-size: 22px; }
    .page-template-home section#contact .phone {
      margin-top: 30px; }
      .page-template-home section#contact .phone .red-text {
        display: block; }
      .page-template-home section#contact .phone .number {
        font-size: 36px;
        position: relative;
        top: -15px; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 0; } }
/* Nexus 5x */
@media only screen and (min-height: 361px) and (max-height: 412px) and (min-width: 641px) and (max-width: 732px) and (orientation: landscape) {
  .page-template-home .site-logo img {
    width: 250px;
    margin: 10px auto 0; }
  .page-template-home nav {
    margin-top: 0; }
    .page-template-home nav ul li {
      padding: 0; }
  .page-template-home .nav {
    float: none;
    width: 545px;
    margin: 0 auto;
    padding: 0; }
  .page-template-home .buttons-area {
    margin-top: 0;
    margin-bottom: 18px; }
    .page-template-home .buttons-area img {
      margin: 0 auto 20px; }
  .page-template-home section#services {
    padding-top: 32px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px; }
    .page-template-home section#services #ccm-layout-column-wrapper-12 div.ccm-layout-column {
      width: 33.3333333333%; }
    .page-template-home section#services .services-icons {
      margin-top: 5px;
      margin-left: 0; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 60px;
    background: #fff url("../img/section_about_bg.png") no-repeat 310% 50%; }
    .page-template-home section#about h1 {
      margin-bottom: 35px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 100%; }
    .page-template-home section#about p {
      width: 100%; }
  .page-template-home section#contact {
    padding-top: 63px; }
    .page-template-home section#contact h1 {
      margin-bottom: 46px;
      width: 100%; }
    .page-template-home section#contact h2 {
      margin-bottom: 50px; }
    .page-template-home section#contact .phone {
      margin-top: 2px; }
      .page-template-home section#contact .phone .number {
        font-size: 45px; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 50px; } }
@media only screen and (min-width: 361px) and (max-width: 412px) and (min-height: 641px) and (max-height: 732px) and (orientation: portrait) {
  .page-template-home .site-logo {
    margin-bottom: 32px; }
    .page-template-home .site-logo img {
      width: 250px;
      margin: 10px auto 0; }
  .page-template-home nav {
    display: none; }
  .page-template-home .nav {
    float: none;
    width: 545px;
    margin: 0 auto;
    padding: 0; }
  .page-template-home .buttons-area {
    margin-top: 0;
    margin-bottom: 18px; }
    .page-template-home .buttons-area img {
      margin-bottom: 20px; }
  .page-template-home section#services {
    padding-top: 32px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px;
      font-size: 45px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px;
      font-size: 22px; }
    .page-template-home section#services h3 {
      font-size: 13px; }
    .page-template-home section#services #ccm-layout-column-wrapper-12 div.ccm-layout-column {
      width: 33.3333333333%; }
    .page-template-home section#services div.two-column {
      display: block; }
    .page-template-home section#services div.three-column {
      display: none; }
    .page-template-home section#services .services-icons {
      margin-top: 35px;
      margin-left: 0; }
      .page-template-home section#services .services-icons img {
        height: 75%;
        min-height: 83px; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 60px;
    background: none; }
    .page-template-home section#about h1 {
      margin-bottom: 35px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 100%; }
    .page-template-home section#about p {
      width: 100%; }
  .page-template-home section#contact {
    padding-top: 63px; }
    .page-template-home section#contact h1 {
      margin-bottom: 46px;
      width: 100%;
      font-size: 45px; }
    .page-template-home section#contact h2 {
      margin-bottom: 50px;
      font-size: 22px; }
    .page-template-home section#contact .phone {
      margin-top: 30px; }
      .page-template-home section#contact .phone .red-text {
        display: block; }
      .page-template-home section#contact .phone .number {
        font-size: 36px;
        position: relative;
        top: -15px; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 0; } }
/* Samsung Galaxy S5 LANDSCAPE ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .page-template-home .site-logo img {
    width: 250px;
    margin: 10px auto 0; }
  .page-template-home nav {
    margin-top: 0; }
    .page-template-home nav ul li {
      padding: 0; }
  .page-template-home .nav {
    float: none;
    width: 545px;
    margin: 0 auto;
    padding: 0; }
  .page-template-home .buttons-area {
    margin-top: 0;
    margin-bottom: 18px; }
  .page-template-home section#services {
    padding-top: 32px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px; }
    .page-template-home section#services #ccm-layout-column-wrapper-12 div.ccm-layout-column {
      width: 33.3333333333%; }
    .page-template-home section#services .services-icons {
      margin-top: 5px;
      margin-left: 0; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 60px;
    background: #fff url("../img/section_about_bg.png") no-repeat 310% 50%; }
    .page-template-home section#about h1 {
      margin-bottom: 35px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 100%; }
    .page-template-home section#about p {
      width: 100%; }
  .page-template-home section#contact {
    padding-top: 63px; }
    .page-template-home section#contact h1 {
      margin-bottom: 46px;
      width: 100%; }
    .page-template-home section#contact h2 {
      margin-bottom: 50px; }
    .page-template-home section#contact .phone {
      margin-top: 2px; }
      .page-template-home section#contact .phone .number {
        font-size: 45px; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 50px; } }
/* Samsung Galaxy S5 PORTRAIT ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  .page-template-home .site-logo img {
    width: 250px;
    margin: 10px auto 0; }
  .page-template-home nav {
    margin-top: 0; }
    .page-template-home nav ul li {
      padding: 0; }
  .page-template-home .nav {
    float: none;
    width: 545px;
    margin: 0 auto;
    padding: 0; }
  .page-template-home .buttons-area {
    margin-top: 0;
    margin-bottom: 18px; }
    .page-template-home .buttons-area img {
      margin-bottom: 20px; }
  .page-template-home section#services {
    padding-top: 32px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px;
      font-size: 45px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px;
      font-size: 22px; }
    .page-template-home section#services h3 {
      font-size: 13px; }
    .page-template-home section#services #ccm-layout-column-wrapper-12 div.ccm-layout-column {
      width: 33.3333333333%; }
    .page-template-home section#services div.two-column {
      display: block; }
    .page-template-home section#services div.three-column {
      display: none; }
    .page-template-home section#services .services-icons {
      margin-top: 35px;
      margin-left: 0; }
      .page-template-home section#services .services-icons img {
        height: 75%;
        min-height: 83px; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 30px;
    background: none; }
    .page-template-home section#about h1 {
      margin-bottom: 35px;
      font-size: 40px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 100%; }
    .page-template-home section#about p {
      width: 100%; }
  .page-template-home section#contact {
    padding-top: 63px; }
    .page-template-home section#contact h1 {
      margin-bottom: 46px;
      width: 100%;
      font-size: 40px; }
    .page-template-home section#contact h2 {
      margin-bottom: 50px;
      font-size: 22px; }
    .page-template-home section#contact .phone {
      margin-top: 30px; }
      .page-template-home section#contact .phone .red-text {
        display: block; }
      .page-template-home section#contact .phone .number {
        font-size: 34px;
        position: relative;
        top: -15px; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 0; } }
/* Samsung Galaxy S4 LANDSCAPE ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .page-template-home .site-logo img {
    width: 250px;
    margin: 10px auto 0; }
  .page-template-home nav {
    margin-top: 0; }
    .page-template-home nav ul li {
      padding: 0; }
  .page-template-home .nav {
    float: none;
    width: 545px;
    margin: 0 auto;
    padding: 0; }
  .page-template-home .buttons-area {
    margin-top: 0;
    margin-bottom: 18px; }
    .page-template-home .buttons-area img {
      margin: 0 auto 20px; }
  .page-template-home section#services {
    padding-top: 32px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px; }
    .page-template-home section#services #ccm-layout-column-wrapper-12 div.ccm-layout-column {
      width: 33.3333333333%; }
    .page-template-home section#services .services-icons {
      margin-top: 5px;
      margin-left: 0; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 60px;
    background: #fff url("../img/section_about_bg.png") no-repeat 310% 50%; }
    .page-template-home section#about h1 {
      margin-bottom: 35px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 100%; }
    .page-template-home section#about p {
      width: 100%; }
  .page-template-home section#contact {
    padding-top: 63px; }
    .page-template-home section#contact h1 {
      margin-bottom: 46px;
      width: 100%; }
    .page-template-home section#contact h2 {
      margin-bottom: 50px; }
    .page-template-home section#contact .phone {
      margin-top: 2px; }
      .page-template-home section#contact .phone .number {
        font-size: 45px; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 50px; } }
/* Samsung Galaxy S4 PORTRAIT ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  .page-template-home .site-logo img {
    width: 250px;
    margin: 10px auto 0; }
  .page-template-home nav {
    margin-top: 0; }
    .page-template-home nav ul li {
      padding: 0; }
  .page-template-home .nav {
    float: none;
    width: 545px;
    margin: 0 auto;
    padding: 0; }
  .page-template-home .buttons-area {
    margin-top: 0;
    margin-bottom: 18px; }
    .page-template-home .buttons-area img {
      margin-bottom: 20px; }
  .page-template-home section#services {
    padding-top: 32px; }
    .page-template-home section#services h1 {
      margin-bottom: 38px;
      font-size: 45px; }
    .page-template-home section#services h2 {
      margin-bottom: 47px;
      font-size: 22px; }
    .page-template-home section#services h3 {
      font-size: 13px; }
    .page-template-home section#services #ccm-layout-column-wrapper-12 div.ccm-layout-column {
      width: 33.3333333333%; }
    .page-template-home section#services div.two-column {
      display: block; }
    .page-template-home section#services div.three-column {
      display: none; }
    .page-template-home section#services .services-icons {
      margin-top: 5px;
      margin-left: 0; }
      .page-template-home section#services .services-icons img {
        height: 75%;
        min-height: 83px; }
  .page-template-home section#about {
    min-height: 615px;
    padding-top: 60px;
    background: none; }
    .page-template-home section#about h1 {
      margin-bottom: 35px; }
    .page-template-home section#about h2 {
      margin-bottom: 35px;
      width: 100%; }
    .page-template-home section#about p {
      width: 100%; }
  .page-template-home section#contact {
    padding-top: 63px; }
    .page-template-home section#contact h1 {
      margin-bottom: 46px;
      width: 100%;
      font-size: 40px; }
    .page-template-home section#contact h2 {
      margin-bottom: 50px;
      font-size: 22px; }
    .page-template-home section#contact .phone {
      margin-top: 30px; }
      .page-template-home section#contact .phone .red-text {
        display: block; }
      .page-template-home section#contact .phone .number {
        font-size: 30px;
        position: relative;
        top: -15px; }
    .page-template-home section#contact .ccm-block-type-form {
      margin-top: 0; } }
/* IE */

/*# sourceMappingURL=main.css.map */
