/* MY OWN STYLES */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-decoration: none;
  outline: none; }

a {
  color: inherit;
  font-size: inherit;
  text-decoration: none; }

.templates {
  display: none; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* Buzz Out */
@-webkit-keyframes buzz_out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0); } }
@keyframes buzz_out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0); } }

/* Bounce In */
/* Hang */
@-webkit-keyframes hang {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); } }
@keyframes hang {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); } }

@-webkit-keyframes hang_sink {
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); } }

@keyframes hang_sink {
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); } }

/* Grow */
* {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif; }

svg {
  width: 100%;
  height: 100%; }

body {
  background-color: #f7f7f7; }

.contact_slide_down {
  display: none;
  background-color: #e54d29;
  color: #fff;
  text-align: center;
  padding: 60px; }
  @media all and (max-width: 450px) {
    .contact_slide_down {
      padding: 20px; } }
  .contact_slide_down .text_container {
    vertical-align: top;
    padding: 20px 80px 0 0;
    text-align: left;
    display: inline-block; }
    @media all and (max-width: 1400px) {
      .contact_slide_down .text_container {
        padding: 0 0 40px 0;
        text-align: center;
        display: block; } }
    @media all and (max-width: 760px) {
      .contact_slide_down .text_container {
        display: none; } }
    .contact_slide_down .text_container h2 {
      font-size: 43px;
      font-weight: 900; }
    .contact_slide_down .text_container > p {
      max-width: 640px;
      margin: 20px 0 50px 0;
      font-size: 17px;
      font-weight: 900; }
      @media all and (max-width: 1400px) {
        .contact_slide_down .text_container > p {
          margin: 20px auto 50px auto; } }
    .contact_slide_down .text_container .feature {
      display: inline-block;
      text-align: left;
      vertical-align: top; }
      .contact_slide_down .text_container .feature .tick {
        margin: 0 15px 0 0;
        vertical-align: top;
        display: inline-block;
        width: 35px;
        height: 35px; }
        .contact_slide_down .text_container .feature .tick svg {
          fill: #fff; }
      .contact_slide_down .text_container .feature .text {
        display: inline-block;
        width: calc(260px); }
        .contact_slide_down .text_container .feature .text .header {
          font-size: 20px;
          margin: 4px 0 6px 0; }
        .contact_slide_down .text_container .feature .text .body {
          font-size: 16px;
          font-weight: 100; }
  .contact_slide_down .contact_container {
    vertical-align: top;
    width: 550px;
    text-align: left;
    display: inline-block; }
    @media all and (max-width: 700px) {
      .contact_slide_down .contact_container {
        width: 100%; } }
    .contact_slide_down .contact_container .message_details .name, .contact_slide_down .contact_container .message_details .email, .contact_slide_down .contact_container .message_details .message {
      position: relative; }
      .contact_slide_down .contact_container .message_details .name input, .contact_slide_down .contact_container .message_details .name textarea, .contact_slide_down .contact_container .message_details .email input, .contact_slide_down .contact_container .message_details .email textarea, .contact_slide_down .contact_container .message_details .message input, .contact_slide_down .contact_container .message_details .message textarea {
        border: none;
        background-color: #fff;
        color: #4c4c4c;
        border-radius: 4px;
        padding: 10px;
        margin: 0 0 20px 0;
        width: 100%;
        resize: vertical; }
      .contact_slide_down .contact_container .message_details .name p, .contact_slide_down .contact_container .message_details .email p, .contact_slide_down .contact_container .message_details .message p {
        display: none; }
      .contact_slide_down .contact_container .message_details .name.invalid p, .contact_slide_down .contact_container .message_details .email.invalid p, .contact_slide_down .contact_container .message_details .message.invalid p {
        display: block;
        position: absolute;
        background-color: #e54d29;
        color: #fff;
        right: 6px;
        top: 6px;
        height: 30px;
        width: 100px;
        text-align: center;
        line-height: 30px;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 4px; }
      .contact_slide_down .contact_container .message_details .name.invalid input::-webkit-input-placeholder, .contact_slide_down .contact_container .message_details .name.invalid textarea::-webkit-input-placeholder, .contact_slide_down .contact_container .message_details .email.invalid input::-webkit-input-placeholder, .contact_slide_down .contact_container .message_details .email.invalid textarea::-webkit-input-placeholder, .contact_slide_down .contact_container .message_details .message.invalid input::-webkit-input-placeholder, .contact_slide_down .contact_container .message_details .message.invalid textarea::-webkit-input-placeholder {
        color: #e54d29; }
      .contact_slide_down .contact_container .message_details .name.invalid input:-moz-placeholder, .contact_slide_down .contact_container .message_details .name.invalid textarea:-moz-placeholder, .contact_slide_down .contact_container .message_details .email.invalid input:-moz-placeholder, .contact_slide_down .contact_container .message_details .email.invalid textarea:-moz-placeholder, .contact_slide_down .contact_container .message_details .message.invalid input:-moz-placeholder, .contact_slide_down .contact_container .message_details .message.invalid textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #e54d29; }
      .contact_slide_down .contact_container .message_details .name.invalid input::-moz-placeholder, .contact_slide_down .contact_container .message_details .name.invalid textarea::-moz-placeholder, .contact_slide_down .contact_container .message_details .email.invalid input::-moz-placeholder, .contact_slide_down .contact_container .message_details .email.invalid textarea::-moz-placeholder, .contact_slide_down .contact_container .message_details .message.invalid input::-moz-placeholder, .contact_slide_down .contact_container .message_details .message.invalid textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #e54d29; }
      .contact_slide_down .contact_container .message_details .name.invalid input:-ms-input-placeholder, .contact_slide_down .contact_container .message_details .name.invalid textarea:-ms-input-placeholder, .contact_slide_down .contact_container .message_details .email.invalid input:-ms-input-placeholder, .contact_slide_down .contact_container .message_details .email.invalid textarea:-ms-input-placeholder, .contact_slide_down .contact_container .message_details .message.invalid input:-ms-input-placeholder, .contact_slide_down .contact_container .message_details .message.invalid textarea:-ms-input-placeholder {
        color: #e54d29; }
    .contact_slide_down .contact_container .message_details .send {
      cursor: pointer;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      background-color: #fff;
      padding: 10px 20px;
      border-radius: 4px;
      display: inline-block;
      display: inline-block; }
      .contact_slide_down .contact_container .message_details .send:hover, .contact_slide_down .contact_container .message_details .send:focus, .contact_slide_down .contact_container .message_details .send:active {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .contact_slide_down .contact_container .message_details .send p {
        color: #e54d29;
        font-size: 16px;
        display: inline; }
    .contact_slide_down .contact_container .sending {
      padding: 20px;
      background-color: #fff;
      color: #e54d29;
      display: none; }
      .contact_slide_down .contact_container .sending > p {
        font-size: 30px; }
    .contact_slide_down .contact_container .sent {
      padding: 20px;
      background-color: #fff;
      color: #e54d29;
      display: none; }
      .contact_slide_down .contact_container .sent > p {
        font-size: 30px; }
      .contact_slide_down .contact_container .sent .reset_contact_button {
        cursor: pointer;
        -webkit-transition-duration: .3s;
                transition-duration: .3s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        background-color: #e54d29;
        padding: 10px 20px;
        border-radius: 4px;
        display: inline-block;
        margin: 20px 20px 0 20px; }
        .contact_slide_down .contact_container .sent .reset_contact_button:hover, .contact_slide_down .contact_container .sent .reset_contact_button:focus, .contact_slide_down .contact_container .sent .reset_contact_button:active {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
        .contact_slide_down .contact_container .sent .reset_contact_button p {
          color: #fff;
          font-size: 16px;
          display: inline; }
    .contact_slide_down .contact_container .failed {
      padding: 20px;
      background-color: #fff;
      color: #e54d29;
      display: none; }
      .contact_slide_down .contact_container .failed > p {
        font-size: 30px; }

#contact_us {
  max-width: 1400px;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 115px 60px;
  text-align: center; }
  @media all and (max-width: 800px) {
    #contact_us {
      display: none; } }
  #contact_us h1 {
    color: #e54d29;
    text-align: center;
    font-weight: 300;
    font-size: 52px;
    margin-bottom: 90px; }
  #contact_us .contact_container {
    vertical-align: top;
    width: 550px;
    text-align: left;
    display: inline-block; }
    @media all and (max-width: 1150px) {
      #contact_us .contact_container {
        display: block;
        margin: 0 auto; } }
    @media all and (max-width: 700px) {
      #contact_us .contact_container {
        width: 100%; } }
    #contact_us .contact_container .message_details .name, #contact_us .contact_container .message_details .email, #contact_us .contact_container .message_details .message {
      position: relative; }
      #contact_us .contact_container .message_details .name input, #contact_us .contact_container .message_details .name textarea, #contact_us .contact_container .message_details .email input, #contact_us .contact_container .message_details .email textarea, #contact_us .contact_container .message_details .message input, #contact_us .contact_container .message_details .message textarea {
        border: none;
        background-color: #d9d9d9;
        color: #4c4c4c;
        border-radius: 4px;
        padding: 10px;
        margin: 0 0 20px 0;
        width: 100%;
        resize: vertical; }
      #contact_us .contact_container .message_details .name p, #contact_us .contact_container .message_details .email p, #contact_us .contact_container .message_details .message p {
        display: none; }
      #contact_us .contact_container .message_details .name.invalid p, #contact_us .contact_container .message_details .email.invalid p, #contact_us .contact_container .message_details .message.invalid p {
        display: block;
        position: absolute;
        background-color: #e54d29;
        color: #fff;
        right: 6px;
        top: 6px;
        height: 30px;
        width: 100px;
        text-align: center;
        line-height: 30px;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 4px; }
      #contact_us .contact_container .message_details .name.invalid input::-webkit-input-placeholder, #contact_us .contact_container .message_details .name.invalid textarea::-webkit-input-placeholder, #contact_us .contact_container .message_details .email.invalid input::-webkit-input-placeholder, #contact_us .contact_container .message_details .email.invalid textarea::-webkit-input-placeholder, #contact_us .contact_container .message_details .message.invalid input::-webkit-input-placeholder, #contact_us .contact_container .message_details .message.invalid textarea::-webkit-input-placeholder {
        color: #e54d29; }
      #contact_us .contact_container .message_details .name.invalid input:-moz-placeholder, #contact_us .contact_container .message_details .name.invalid textarea:-moz-placeholder, #contact_us .contact_container .message_details .email.invalid input:-moz-placeholder, #contact_us .contact_container .message_details .email.invalid textarea:-moz-placeholder, #contact_us .contact_container .message_details .message.invalid input:-moz-placeholder, #contact_us .contact_container .message_details .message.invalid textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #e54d29; }
      #contact_us .contact_container .message_details .name.invalid input::-moz-placeholder, #contact_us .contact_container .message_details .name.invalid textarea::-moz-placeholder, #contact_us .contact_container .message_details .email.invalid input::-moz-placeholder, #contact_us .contact_container .message_details .email.invalid textarea::-moz-placeholder, #contact_us .contact_container .message_details .message.invalid input::-moz-placeholder, #contact_us .contact_container .message_details .message.invalid textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #e54d29; }
      #contact_us .contact_container .message_details .name.invalid input:-ms-input-placeholder, #contact_us .contact_container .message_details .name.invalid textarea:-ms-input-placeholder, #contact_us .contact_container .message_details .email.invalid input:-ms-input-placeholder, #contact_us .contact_container .message_details .email.invalid textarea:-ms-input-placeholder, #contact_us .contact_container .message_details .message.invalid input:-ms-input-placeholder, #contact_us .contact_container .message_details .message.invalid textarea:-ms-input-placeholder {
        color: #e54d29; }
    #contact_us .contact_container .message_details .send {
      cursor: pointer;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      background-color: #e54d29;
      padding: 10px 20px;
      border-radius: 4px;
      display: inline-block;
      display: inline-block; }
      #contact_us .contact_container .message_details .send:hover, #contact_us .contact_container .message_details .send:focus, #contact_us .contact_container .message_details .send:active {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      #contact_us .contact_container .message_details .send p {
        color: #fff;
        font-size: 16px;
        display: inline; }
    #contact_us .contact_container .sending {
      text-align: center;
      padding: 20px;
      background-color: #fff;
      color: #e54d29;
      display: none; }
      #contact_us .contact_container .sending > p {
        font-size: 30px; }
    #contact_us .contact_container .sent {
      text-align: center;
      padding: 20px;
      background-color: #fff;
      color: #e54d29;
      display: none; }
      #contact_us .contact_container .sent > p {
        font-size: 30px; }
      #contact_us .contact_container .sent .reset_contact_button {
        cursor: pointer;
        -webkit-transition-duration: .3s;
                transition-duration: .3s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        background-color: #e54d29;
        padding: 10px 20px;
        border-radius: 4px;
        display: inline-block;
        margin: 20px 20px 0 20px; }
        #contact_us .contact_container .sent .reset_contact_button:hover, #contact_us .contact_container .sent .reset_contact_button:focus, #contact_us .contact_container .sent .reset_contact_button:active {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
        #contact_us .contact_container .sent .reset_contact_button p {
          color: #fff;
          font-size: 16px;
          display: inline; }
    #contact_us .contact_container .failed {
      text-align: center;
      padding: 20px;
      background-color: #fff;
      color: #e54d29;
      display: none; }
      #contact_us .contact_container .failed > p {
        font-size: 30px; }
  #contact_us .text_container {
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin-left: 15px; }
    @media all and (max-width: 1150px) {
      #contact_us .text_container {
        display: block;
        margin: 50px auto 0 auto;
        text-align: center; } }
    #contact_us .text_container h2 {
      color: #e54d29;
      font-size: 35px;
      line-height: 27px;
      font-weight: 600; }
    #contact_us .text_container .payment_types {
      margin: 20px 0;
      *zoom: 1; }
      #contact_us .text_container .payment_types:before, #contact_us .text_container .payment_types:after {
        content: " ";
        display: table; }
      #contact_us .text_container .payment_types:after {
        clear: both; }
      #contact_us .text_container .payment_types div {
        margin-right: 8px;
        width: 53px;
        height: 35px;
        padding: 5px;
        background-color: #1f1f1f;
        border-radius: 3px;
        float: left; }
        @media all and (max-width: 1150px) {
          #contact_us .text_container .payment_types div {
            float: none;
            display: inline-block; } }
        #contact_us .text_container .payment_types div svg {
          fill: #e54d29; }
    #contact_us .text_container .phone div, #contact_us .text_container .email div {
      display: inline-block;
      vertical-align: top;
      background-color: #e54d29;
      border-radius: 3px;
      width: 42px;
      height: 42px;
      padding: 8px;
      margin-bottom: 10px; }
      @media all and (max-width: 1150px) {
        #contact_us .text_container .phone div, #contact_us .text_container .email div {
          display: none; } }
      #contact_us .text_container .phone div svg, #contact_us .text_container .email div svg {
        fill: #fff; }
    #contact_us .text_container .phone p, #contact_us .text_container .email p {
      display: inline-block;
      vertical-align: top;
      font-size: 25px;
      line-height: 42px;
      margin-left: 10px; }
      #contact_us .text_container .phone p span, #contact_us .text_container .email p span {
        font-weight: 600; }

footer {
  text-align: center;
  padding: 35px 0;
  background-color: #4c4c4c; }
  footer .social {
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    display: inline-block;
    margin: 0px 10px;
    height: 20px; }
    footer .social:hover, footer .social:focus, footer .social:active {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
              transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }
    footer .social a {
      text-decoration: none; }
    footer .social svg {
      width: initial;
      fill: #fff; }
  footer .rusty_panda {
    cursor: pointer;
    margin: 40px auto 0 auto;
    width: 103px;
    height: 27px; }
    footer .rusty_panda:hover, footer .rusty_panda:focus, footer .rusty_panda:active {
      -webkit-animation-name: buzz_out;
              animation-name: buzz_out;
      -webkit-animation-duration: .75s;
              animation-duration: .75s;
      -webkit-animation-delay: 0s;
              animation-delay: 0s;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1; }
    footer .rusty_panda svg .top_text {
      fill: #fff; }
    footer .rusty_panda svg .bottom_text {
      fill: #ea4e00; }
    footer .rusty_panda:hover svg {
      -webkit-transform: scale(1.3, 1.3);
              transform: scale(1.3, 1.3); }

nav {
  max-width: 1400px;
  margin: auto;
  text-align: right;
  height: 100px;
  background-color: #e2e2e2;
  position: relative; }
  @media all and (max-width: 800px) {
    nav {
      height: initial;
      background-color: #fff;
      margin: 0 auto 50px auto;
      padding-top: 1px; } }
  nav .logo {
    cursor: pointer;
    height: 220px;
    width: 190px;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 1; }
    nav .logo:hover, nav .logo:focus, nav .logo:active {
      -webkit-animation-name: hang_sink, hang;
              animation-name: hang_sink, hang;
      -webkit-animation-duration: .3s, 1.5s;
              animation-duration: .3s, 1.5s;
      -webkit-animation-delay: 0s, .3s;
              animation-delay: 0s, .3s;
      -webkit-animation-timing-function: ease-out, ease-in-out;
              animation-timing-function: ease-out, ease-in-out;
      -webkit-animation-iteration-count: 1, infinite;
              animation-iteration-count: 1, infinite;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-direction: normal, alternate;
              animation-direction: normal, alternate; }
    @media all and (max-width: 800px) {
      nav .logo {
        margin: 80px auto 30px auto;
        position: initial;
        top: initial;
        left: initial; } }
  nav .joining_div {
    height: 5px;
    background-color: #e54d29;
    margin: 0 20px; }
    @media all and (min-width: 799px) {
      nav .joining_div {
        display: none; } }
  nav .call_now {
    cursor: pointer;
    margin: 0 15px;
    position: absolute;
    top: 10px;
    height: initial;
    display: inline-block;
    left: 10px; }
    @media all and (max-width: 800px) {
      nav .call_now {
        display: block;
        margin: 0 15px; } }
    nav .call_now div {
      display: table;
      height: 100%; }
      @media all and (max-width: 800px) {
        nav .call_now div {
          background-color: #e54d29;
          border-radius: 4px;
          width: 100%;
          text-align: center; } }
      nav .call_now div > div {
        display: table-cell;
        vertical-align: middle; }
        @media all and (max-width: 800px) {
          nav .call_now div > div p {
            color: #fff;
            font-size: 36px;
            font-weight: 600;
            padding: 0px 10px; } }
        @media all and (max-width: 390px) {
          nav .call_now div > div p {
            font-size: 28px; } }
        @media all and (max-width: 320px) {
          nav .call_now div > div p {
            font-size: 20px; } }
    @media all and (min-width: 799px) {
      nav .call_now {
        display: none; } }
  nav .contact_mobile {
    cursor: pointer;
    margin: 0 15px;
    position: absolute;
    top: 10px;
    height: initial;
    display: inline-block;
    right: 10px; }
    @media all and (max-width: 800px) {
      nav .contact_mobile {
        display: block;
        margin: 0px 15px 30px 15px; } }
    nav .contact_mobile div {
      display: table;
      height: 100%; }
      @media all and (max-width: 800px) {
        nav .contact_mobile div {
          background-color: #e54d29;
          border-radius: 4px;
          width: 100%;
          text-align: center; } }
      nav .contact_mobile div > div {
        display: table-cell;
        vertical-align: middle; }
        @media all and (max-width: 800px) {
          nav .contact_mobile div > div p {
            color: #fff;
            font-size: 36px;
            font-weight: 600;
            padding: 0px 10px; } }
        @media all and (max-width: 390px) {
          nav .contact_mobile div > div p {
            font-size: 28px; } }
        @media all and (max-width: 320px) {
          nav .contact_mobile div > div p {
            font-size: 20px; } }
    @media all and (min-width: 799px) {
      nav .contact_mobile {
        display: none; } }
  nav .menu {
    display: none; }
  nav .main_page_buttons {
    height: 100%;
    display: inline-block; }
    @media all and (max-width: 800px) {
      nav .main_page_buttons {
        display: block; } }
    nav .main_page_buttons .home {
      cursor: pointer;
      display: inline-block;
      margin: 0 15px;
      height: 100%; }
      @media all and (max-width: 800px) {
        nav .main_page_buttons .home {
          display: block;
          margin: 0 15px; } }
      nav .main_page_buttons .home div {
        display: table;
        height: 100%; }
        @media all and (max-width: 800px) {
          nav .main_page_buttons .home div {
            border: 1px solid #e54d29;
            border-radius: 4px;
            width: 100%;
            text-align: center; } }
        nav .main_page_buttons .home div > div {
          display: table-cell;
          vertical-align: middle; }
          @media all and (max-width: 800px) {
            nav .main_page_buttons .home div > div p {
              color: #e54d29;
              font-size: 36px;
              font-weight: 600;
              padding: 20px 0; } }
          @media all and (max-width: 350px) {
            nav .main_page_buttons .home div > div p {
              font-size: 28px; } }
      @media all and (max-width: 800px) {
        nav .main_page_buttons .home {
          display: none; } }
    nav .main_page_buttons .domestic {
      cursor: pointer;
      display: inline-block;
      margin: 0 15px;
      height: 100%; }
      @media all and (max-width: 800px) {
        nav .main_page_buttons .domestic {
          display: block;
          margin: 0 15px; } }
      nav .main_page_buttons .domestic div {
        display: table;
        height: 100%; }
        @media all and (max-width: 800px) {
          nav .main_page_buttons .domestic div {
            border: 1px solid #e54d29;
            border-radius: 4px;
            width: 100%;
            text-align: center; } }
        nav .main_page_buttons .domestic div > div {
          display: table-cell;
          vertical-align: middle; }
          @media all and (max-width: 800px) {
            nav .main_page_buttons .domestic div > div p {
              color: #e54d29;
              font-size: 36px;
              font-weight: 600;
              padding: 20px 0; } }
          @media all and (max-width: 350px) {
            nav .main_page_buttons .domestic div > div p {
              font-size: 28px; } }
    nav .main_page_buttons .comercial {
      cursor: pointer;
      display: inline-block;
      margin: 0 15px;
      height: 100%; }
      @media all and (max-width: 800px) {
        nav .main_page_buttons .comercial {
          display: block;
          margin: 0px 15px 30px 15px; } }
      nav .main_page_buttons .comercial div {
        display: table;
        height: 100%; }
        @media all and (max-width: 800px) {
          nav .main_page_buttons .comercial div {
            border: 1px solid #e54d29;
            border-radius: 4px;
            width: 100%;
            text-align: center; } }
        nav .main_page_buttons .comercial div > div {
          display: table-cell;
          vertical-align: middle; }
          @media all and (max-width: 800px) {
            nav .main_page_buttons .comercial div > div p {
              color: #e54d29;
              font-size: 36px;
              font-weight: 600;
              padding: 20px 0; } }
          @media all and (max-width: 350px) {
            nav .main_page_buttons .comercial div > div p {
              font-size: 28px; } }
    nav .main_page_buttons .car_wax {
      cursor: pointer;
      display: inline-block;
      margin: 0 15px;
      height: 100%; }
      @media all and (max-width: 800px) {
        nav .main_page_buttons .car_wax {
          display: block;
          margin: 0 15px; } }
      nav .main_page_buttons .car_wax div {
        display: table;
        height: 100%; }
        @media all and (max-width: 800px) {
          nav .main_page_buttons .car_wax div {
            border: 1px solid #e54d29;
            border-radius: 4px;
            width: 100%;
            text-align: center; } }
        nav .main_page_buttons .car_wax div > div {
          display: table-cell;
          vertical-align: middle; }
          @media all and (max-width: 800px) {
            nav .main_page_buttons .car_wax div > div p {
              color: #e54d29;
              font-size: 36px;
              font-weight: 600;
              padding: 20px 0; } }
          @media all and (max-width: 350px) {
            nav .main_page_buttons .car_wax div > div p {
              font-size: 28px; } }
      @media all and (min-width: 799px) {
        nav .main_page_buttons .car_wax {
          display: none; } }
    nav .main_page_buttons .carpet_cleaning {
      cursor: pointer;
      display: inline-block;
      margin: 0 15px;
      height: 100%; }
      @media all and (max-width: 800px) {
        nav .main_page_buttons .carpet_cleaning {
          display: block;
          margin: 0 15px; } }
      nav .main_page_buttons .carpet_cleaning div {
        display: table;
        height: 100%; }
        @media all and (max-width: 800px) {
          nav .main_page_buttons .carpet_cleaning div {
            border: 1px solid #e54d29;
            border-radius: 4px;
            width: 100%;
            text-align: center; } }
        nav .main_page_buttons .carpet_cleaning div > div {
          display: table-cell;
          vertical-align: middle; }
          @media all and (max-width: 800px) {
            nav .main_page_buttons .carpet_cleaning div > div p {
              color: #e54d29;
              font-size: 36px;
              font-weight: 600;
              padding: 20px 0; } }
          @media all and (max-width: 350px) {
            nav .main_page_buttons .carpet_cleaning div > div p {
              font-size: 28px; } }
      @media all and (min-width: 799px) {
        nav .main_page_buttons .carpet_cleaning {
          display: none; } }
    nav .main_page_buttons .graffiti_removal {
      cursor: pointer;
      display: inline-block;
      margin: 0 15px;
      height: 100%; }
      @media all and (max-width: 800px) {
        nav .main_page_buttons .graffiti_removal {
          display: block;
          margin: 0 15px; } }
      nav .main_page_buttons .graffiti_removal div {
        display: table;
        height: 100%; }
        @media all and (max-width: 800px) {
          nav .main_page_buttons .graffiti_removal div {
            border: 1px solid #e54d29;
            border-radius: 4px;
            width: 100%;
            text-align: center; } }
        nav .main_page_buttons .graffiti_removal div > div {
          display: table-cell;
          vertical-align: middle; }
          @media all and (max-width: 800px) {
            nav .main_page_buttons .graffiti_removal div > div p {
              color: #e54d29;
              font-size: 36px;
              font-weight: 600;
              padding: 20px 0; } }
          @media all and (max-width: 350px) {
            nav .main_page_buttons .graffiti_removal div > div p {
              font-size: 28px; } }
      @media all and (min-width: 799px) {
        nav .main_page_buttons .graffiti_removal {
          display: none; } }
    nav .main_page_buttons .oven_cleaning {
      cursor: pointer;
      display: inline-block;
      margin: 0 15px;
      height: 100%; }
      @media all and (max-width: 800px) {
        nav .main_page_buttons .oven_cleaning {
          display: block;
          margin: 0px 15px 30px 15px; } }
      nav .main_page_buttons .oven_cleaning div {
        display: table;
        height: 100%; }
        @media all and (max-width: 800px) {
          nav .main_page_buttons .oven_cleaning div {
            border: 1px solid #e54d29;
            border-radius: 4px;
            width: 100%;
            text-align: center; } }
        nav .main_page_buttons .oven_cleaning div > div {
          display: table-cell;
          vertical-align: middle; }
          @media all and (max-width: 800px) {
            nav .main_page_buttons .oven_cleaning div > div p {
              color: #e54d29;
              font-size: 36px;
              font-weight: 600;
              padding: 20px 0; } }
          @media all and (max-width: 350px) {
            nav .main_page_buttons .oven_cleaning div > div p {
              font-size: 28px; } }
      @media all and (min-width: 799px) {
        nav .main_page_buttons .oven_cleaning {
          display: none; } }
    nav .main_page_buttons .gallery {
      cursor: pointer;
      display: inline-block;
      margin: 0 15px;
      height: 100%; }
      @media all and (max-width: 800px) {
        nav .main_page_buttons .gallery {
          display: block;
          margin: 0 15px; } }
      nav .main_page_buttons .gallery div {
        display: table;
        height: 100%; }
        @media all and (max-width: 800px) {
          nav .main_page_buttons .gallery div {
            border: 1px solid #e54d29;
            border-radius: 4px;
            width: 100%;
            text-align: center; } }
        nav .main_page_buttons .gallery div > div {
          display: table-cell;
          vertical-align: middle; }
          @media all and (max-width: 800px) {
            nav .main_page_buttons .gallery div > div p {
              color: #e54d29;
              font-size: 36px;
              font-weight: 600;
              padding: 20px 0; } }
          @media all and (max-width: 350px) {
            nav .main_page_buttons .gallery div > div p {
              font-size: 28px; } }
  nav .mobile_page_buttons {
    display: none; }
  nav .contact_us_desktop {
    cursor: pointer;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #e54d29;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    margin: 29px 29px 0px 20px; }
    nav .contact_us_desktop:hover, nav .contact_us_desktop:focus, nav .contact_us_desktop:active {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    nav .contact_us_desktop p {
      color: #fff;
      font-size: 16px;
      display: inline; }
    @media all and (max-width: 800px) {
      nav .contact_us_desktop {
        display: none; } }

#main_categories {
  text-align: center;
  width: 100%; }
  #main_categories > div {
    *zoom: 1;
    max-width: 1400px;
    margin: auto; }
    #main_categories > div:before, #main_categories > div:after {
      content: " ";
      display: table; }
    #main_categories > div:after {
      clear: both; }
    #main_categories > div .domestic {
      width: 50%;
      height: 700px;
      float: left;
      position: relative;
      overflow: hidden; }
      @media all and (max-width: 800px) {
        #main_categories > div .domestic {
          display: none; } }
      #main_categories > div .domestic .image {
        background-size: cover;
        background-position: center center;
        background-image: url(../images/index/domestic.jpg);
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      #main_categories > div .domestic .overlay {
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #fff;
        opacity: 0.6;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      #main_categories > div .domestic .text_and_button {
        position: absolute;
        width: 100%; }
        #main_categories > div .domestic .text_and_button .text {
          margin-top: 300px;
          text-align: center;
          background-color: rgba(255, 255, 255, 0.8);
          padding: 11px 0px; }
          #main_categories > div .domestic .text_and_button .text svg {
            fill: #003952;
            display: inline-block;
            width: 45px;
            height: 36px; }
          #main_categories > div .domestic .text_and_button .text p {
            display: inline;
            font-size: 31px;
            font-weight: 900;
            color: #003952;
            line-height: 39px;
            vertical-align: top;
            margin: 0 0 0 10px; }
        #main_categories > div .domestic .text_and_button .button {
          cursor: pointer;
          -webkit-transition-duration: .3s;
                  transition-duration: .3s;
          -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          transition-property: transform;
          transition-property: transform, -webkit-transform;
          background-color: #4c4c4c;
          padding: 10px 20px;
          border-radius: 4px;
          display: inline-block;
          margin-top: 30px; }
          #main_categories > div .domestic .text_and_button .button:hover, #main_categories > div .domestic .text_and_button .button:focus, #main_categories > div .domestic .text_and_button .button:active {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
          #main_categories > div .domestic .text_and_button .button p {
            color: #fff;
            font-size: 16px;
            display: inline; }
          #main_categories > div .domestic .text_and_button .button svg {
            fill: #fff;
            height: 16px;
            width: 16px;
            display: inline-block; }
          #main_categories > div .domestic .text_and_button .button p {
            vertical-align: top;
            line-height: 20px;
            margin-left: 8px; }
      #main_categories > div .domestic:hover .image {
        -webkit-transition-duration: .3s;
                transition-duration: .3s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      #main_categories > div .domestic:hover .overlay {
        opacity: 0.1; }
    #main_categories > div .commercial {
      width: 50%;
      height: 700px;
      float: left;
      position: relative;
      overflow: hidden; }
      @media all and (max-width: 800px) {
        #main_categories > div .commercial {
          display: none; } }
      #main_categories > div .commercial .image {
        background-size: cover;
        background-position: center center;
        background-image: url(../images/index/commercial.jpg);
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      #main_categories > div .commercial .overlay {
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #fff;
        opacity: 0.6;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      #main_categories > div .commercial .text_and_button {
        position: absolute;
        width: 100%; }
        #main_categories > div .commercial .text_and_button .text {
          margin-top: 300px;
          text-align: center;
          background-color: rgba(255, 255, 255, 0.8);
          padding: 11px 0px; }
          #main_categories > div .commercial .text_and_button .text svg {
            fill: #003952;
            display: inline-block;
            width: 45px;
            height: 36px; }
          #main_categories > div .commercial .text_and_button .text p {
            display: inline;
            font-size: 31px;
            font-weight: 900;
            color: #003952;
            line-height: 39px;
            vertical-align: top;
            margin: 0 0 0 10px; }
        #main_categories > div .commercial .text_and_button .button {
          cursor: pointer;
          -webkit-transition-duration: .3s;
                  transition-duration: .3s;
          -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          transition-property: transform;
          transition-property: transform, -webkit-transform;
          background-color: #4c4c4c;
          padding: 10px 20px;
          border-radius: 4px;
          display: inline-block;
          margin-top: 30px; }
          #main_categories > div .commercial .text_and_button .button:hover, #main_categories > div .commercial .text_and_button .button:focus, #main_categories > div .commercial .text_and_button .button:active {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
          #main_categories > div .commercial .text_and_button .button p {
            color: #fff;
            font-size: 16px;
            display: inline; }
          #main_categories > div .commercial .text_and_button .button svg {
            fill: #fff;
            height: 16px;
            width: 16px;
            display: inline-block; }
          #main_categories > div .commercial .text_and_button .button p {
            vertical-align: top;
            line-height: 20px;
            margin-left: 8px; }
      #main_categories > div .commercial:hover .image {
        -webkit-transition-duration: .3s;
                transition-duration: .3s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      #main_categories > div .commercial:hover .overlay {
        opacity: 0.1; }

#services {
  max-width: 1400px;
  margin: auto;
  background-color: #e54d29;
  padding: 115px 50px;
  position: relative; }
  @media all and (max-width: 800px) {
    #services {
      display: none; } }
  #services h1 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 52px;
    margin-bottom: 90px; }
    @media all and (max-width: 450px) {
      #services h1 {
        margin-bottom: 40px; } }
  #services > div {
    text-align: center; }
    @media all and (max-width: 450px) {
      #services > div {
        text-align: left; } }
    #services > div article {
      display: inline-block;
      margin-bottom: 30px;
      text-align: left;
      vertical-align: top; }
      #services > div article svg {
        fill: #fff;
        display: inline-block;
        float: left;
        height: 35px;
        width: 35px; }
        @media all and (max-width: 450px) {
          #services > div article svg {
            display: none; } }
      #services > div article div {
        margin-left: 15px;
        display: inline-block;
        float: left;
        color: #fff;
        width: 250px; }
        @media all and (max-width: 450px) {
          #services > div article div {
            width: 100%;
            margin-left: 0px; } }
        #services > div article div .header {
          font-size: 20px;
          margin-bottom: 5px; }
          @media all and (max-width: 450px) {
            #services > div article div .header {
              color: #000;
              font-weight: 900; } }
        #services > div article div .body {
          font-size: 16px; }
  #services:hover article:nth-of-type(1) {
    -webkit-animation-name: buzz_out;
            animation-name: buzz_out;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  #services:hover article:nth-of-type(2) {
    -webkit-animation-name: buzz_out;
            animation-name: buzz_out;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  #services:hover article:nth-of-type(3) {
    -webkit-animation-name: buzz_out;
            animation-name: buzz_out;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  #services:hover article:nth-of-type(4) {
    -webkit-animation-name: buzz_out;
            animation-name: buzz_out;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  #services:hover article:nth-of-type(5) {
    -webkit-animation-name: buzz_out;
            animation-name: buzz_out;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  #services:hover article:nth-of-type(6) {
    -webkit-animation-name: buzz_out;
            animation-name: buzz_out;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  #services:hover article:nth-of-type(7) {
    -webkit-animation-name: buzz_out;
            animation-name: buzz_out;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  #services:hover article:nth-of-type(8) {
    -webkit-animation-name: buzz_out;
            animation-name: buzz_out;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  #services:hover article:nth-of-type(9) {
    -webkit-animation-name: buzz_out;
            animation-name: buzz_out;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  #services:hover article:nth-of-type(10) {
    -webkit-animation-name: buzz_out;
            animation-name: buzz_out;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }

#carpet_cleaner {
  max-width: 1400px;
  margin: auto;
  background-color: #fff;
  padding: 115px 50px;
  position: relative;
  text-align: center; }
  @media all and (max-width: 800px) {
    #carpet_cleaner {
      display: none; } }
  #carpet_cleaner .image {
    background-image: url("../images/index/rotovac360machine.jpg");
    background-size: cover;
    display: inline-block;
    width: 550px;
    height: 550px; }
    @media all and (max-width: 1180px) {
      #carpet_cleaner .image {
        display: block;
        width: 700px;
        height: 300px;
        margin: auto; } }
    #carpet_cleaner .image:hover {
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  #carpet_cleaner .text {
    text-align: left;
    display: inline-block;
    width: 400px;
    vertical-align: top;
    margin: 70px 0 0 110px; }
    @media all and (max-width: 1180px) {
      #carpet_cleaner .text {
        display: block;
        text-align: center;
        margin: 70px auto 0 auto; } }
    #carpet_cleaner .text h1 {
      color: #e54d29;
      font-weight: 300;
      font-size: 52px;
      margin-bottom: 10px; }
    #carpet_cleaner .text .sub_heading {
      font-weight: 100;
      font-size: 20px;
      line-height: 30px; }
    #carpet_cleaner .text article {
      display: inline-block;
      margin-top: 30px; }
      #carpet_cleaner .text article svg {
        fill: #003952;
        display: inline-block;
        float: left;
        height: 35px;
        width: 35px; }
        @media all and (max-width: 1180px) {
          #carpet_cleaner .text article svg {
            display: none; } }
      #carpet_cleaner .text article div {
        margin-left: 15px;
        width: calc(100% - 50px);
        display: inline-block;
        float: left; }
        @media all and (max-width: 1180px) {
          #carpet_cleaner .text article div {
            float: none;
            margin-left: 0px; } }
        #carpet_cleaner .text article div .header {
          color: #003952;
          font-size: 20px;
          margin-bottom: 5px; }
        #carpet_cleaner .text article div .body {
          font-size: 16px; }
      #carpet_cleaner .text article:hover {
        -webkit-transition-duration: .3s;
                transition-duration: .3s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }

#worked_with {
  max-width: 1400px;
  margin: auto;
  background-color: #e54d29;
  padding: 115px 50px;
  position: relative;
  padding: 115px 0px; }
  @media all and (max-width: 800px) {
    #worked_with {
      display: none; } }
  #worked_with h1 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 52px;
    margin-bottom: 90px; }
  #worked_with .slider {
    overflow: hidden;
    width: 100%;
    position: relative; }
    #worked_with .slider > div {
      text-align: center; }
      #worked_with .slider > div article {
        display: inline-block;
        margin: 0 15px 30px 15px;
        vertical-align: top;
        width: 360px;
        color: #fff; }
        #worked_with .slider > div article img {
          width: 100%;
          height: 260px;
          background-color: #4c4c4c; }
        #worked_with .slider > div article .header {
          font-size: 20px;
          margin-top: 25px;
          font-weight: 700; }
        #worked_with .slider > div article .sub_heading {
          font-weight: 100;
          font-size: 16px; }
        #worked_with .slider > div article .body {
          font-size: 16px;
          font-weight: 100;
          margin: 10px 20px 0 20px;
          font-size: 16px; }
/*# sourceMappingURL=index.css.map */