*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

html, body {
  height: 100%; }

body {
  font-family: Georgia, serif;
  text-align: center;
  font-size: 1em;
  line-height: 1.4em;
  color: #000;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #ff9000;
  text-transform: uppercase; }

img {
  border: none; }

/* Main titles for various pages. */
h1 {
  font-size: 1.5em; }
  @media screen and (min-width: 420px) {
    h1 {
      font-size: 1.5em; } }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 1.5em; } }
  @media screen and (min-width: 960px) {
    h1 {
      font-size: 1.6em; } }

h2 {
  font-size: 1.4em; }
  @media screen and (min-width: 420px) {
    h2 {
      font-size: 1.4em; } }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 1.4em; } }
  @media screen and (min-width: 960px) {
    h2 {
      font-size: 1.5em; } }

h3 {
  font-size: 1.3em; }
  @media screen and (min-width: 420px) {
    h3 {
      font-size: 1.4em; } }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 1.4em; } }
  @media screen and (min-width: 800px) {
    h3 {
      font-size: 1.3em; } }
  @media screen and (min-width: 960px) {
    h3 {
      font-size: 1.3em; } }

h4 {
  font-size: 1.2em; }
  @media screen and (min-width: 420px) {
    h4 {
      font-size: 1.3em; } }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 1.3em; } }
  @media screen and (min-width: 800px) {
    h4 {
      font-size: 1.2em; } }
  @media screen and (min-width: 960px) {
    h4 {
      font-size: 1.2em; } }

h5 {
  font-size: 1.1em; }
  @media screen and (min-width: 420px) {
    h5 {
      font-size: 1.2em; } }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 1.2em; } }
  @media screen and (min-width: 800px) {
    h5 {
      font-size: 1.3em; } }
  @media screen and (min-width: 960px) {
    h5 {
      font-size: 1.2em; } }

h6 {
  font-size: 1.1em; }
  @media screen and (min-width: 420px) {
    h6 {
      font-size: 1.2em; } }
  @media screen and (min-width: 768px) {
    h6 {
      font-size: 1.2em; } }
  @media screen and (min-width: 800px) {
    h6 {
      font-size: 1.3em; } }
  @media screen and (min-width: 960px) {
    h6 {
      font-size: 1.2em; } }

/* Non-title text */
p {
  margin: 1em 0;
  /*use for top/bottom*/
  padding: 0;
  /*use for left/right*/ }

ul {
  margin: 0 0 0 1.5em;
  padding: 0;
  list-style-type: disc; }

li {
  margin: 0;
  padding: 2px; }

a.btn, a.btn:link, a.btn:visited {
  background-color: #ff9000;
  color: #fff;
  border: 1px solid #ddd;
  margin: 10px 0;
  padding: 5px 20px;
  display: inline-block;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }
  a.btn:hover, a.btn:link:hover, a.btn:visited:hover {
    background-color: #555;
    opacity: 0.5; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

/********* LINK STYLES *********/
a, a:link, a:visited {
  color: #ff9000;
  text-decoration: none; }

a:hover, a:active {
  color: #f38300;
  text-decoration: underline; }

.slide-button {
  display: block;
  border: 1px solid #ccc;
  width: 200px;
  padding: 10px;
  background: transparent;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  color: #333;
  text-align: center; }
  .slide-button:hover {
    background: #eee; }

a.slide-action, a.slide-action:link, a.slide-action:visited, a.slide-action:hover, a.slide-action:active {
  text-decoration: none;
  color: #ff9000; }

a.small-button {
  display: block;
  border: 1px solid #ccc;
  width: 100px;
  padding: 10px;
  background: #f7f7f7;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  color: #ff9000;
  text-align: center;
  margin: 0 auto; }
  a.small-button:hover {
    background: #eee; }

.white {
  color: #fff; }

.orange {
  color: #ff9000; }

.wrapper {
  width: 100%;
  margin: 0;
  padding: 0; }

.wrapper-container {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.header {
  position: fixed;
  z-index: 9999; }

.sticky-header {
  background: #000;
  height: 55px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  .sticky-header .logo {
    margin: 0 12px;
    padding: 0;
    width: 95px; }
    .sticky-header .logo img {
      width: 85px;
      color: #fff;
      -webkit-transition: all .8s ease-in-out;
      -moz-transition: all .8s ease-in-out;
      -o-transition: all .8s ease-in-out;
      transition: all .8s ease-in-out;
      padding: 6px 0;
      background-color: transparent; }

.logo {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  position: absolute; }
  .logo img {
    width: 160px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background-color: #ff9000;
    padding: 15px;
    display: block; }

h4 {
  text-align: center; }

footer {
  width: 100%;
  background: #000;
  height: 125px; }
  footer img {
    width: 110px;
    padding: 10px 5px 0 5px; }
  footer p {
    display: inline-block;
    color: #f0f0f0;
    font-size: .8em; }

#home-content, #services-content, #team-content, #page-content,
#project-content, #progress-content, #contact-content {
  position: relative;
  z-index: 200; }

#home-content h2, #services-content h2, #team-content h2, #page-content h2,
#project-content h2, #progress-content h2, #contact-content h2 {
  text-align: center; }

.box33, .box25, .box50, .box66 {
  width: 100%; }
  .box33 img, .box25 img, .box50 img, .box66 img {
    width: auto;
    max-width: 100%; }

.more-button {
  text-align: center;
  margin: 10px 0; }

.word-welcome {
  background: url(../images/welcome.png) no-repeat -80px center; }

.word-services {
  background: url(../images/services.png) no-repeat -60px center; }

.word-team {
  background: url(../images/team.png) no-repeat -60px center; }

.word-project {
  background: url(../images/projects.png) no-repeat -60px center; }

.word-progress {
  background: url(../images/progress.png) no-repeat -60px center; }

.word-contact {
  background: url(../images/contact.png) no-repeat -60px center; }

h3.slide-text-title {
  color: #ff9000;
  line-height: 1em;
  text-transform: capitalize;
  -webkit-text-shadow: 1px 1px 1px #000;
  -moz-text-shadow: 1px 1px 1px #000;
  -ms-text-shadow: 1px 1px 1px #000;
  /* IE 10+ */
  -o-text-shadow: 1px 1px 1px #000;
  text-shadow: 1px 1px 1px #000; }

p.slide-text {
  color: #fff;
  line-height: 1.2em;
  -webkit-text-shadow: 1px 1px 1px #000;
  -moz-text-shadow: 1px 1px 1px #000;
  -ms-text-shadow: 1px 1px 1px #000;
  /* IE 10+ */
  -o-text-shadow: 1px 1px 1px #000;
  text-shadow: 1px 1px 1px #000; }

.arrow {
  height: 402px;
  margin-top: -250px;
  margin-bottom: -250px; }

.slide {
  width: 100%;
  height: 100%;
  float: left; }

.slide-button {
  margin: 5px auto; }

#home-slide {
  background: url(../images/main_img_sml.jpg) no-repeat 50% 0;
  width: 100%;
  height: 402px;
  padding: 240px 0;
  background-size: cover; }

#services-slide {
  background: url(../images/services_img_sml.jpg) no-repeat 50% 0;
  height: 402px;
  padding: 240px 0;
  background-size: cover; }

#team-slide {
  background: url(../images/lily_sml.jpg) no-repeat 50% 0;
  width: 100%;
  height: 402px;
  padding: 240px 0;
  background-size: cover; }

#project-slide {
  background: url(../images/project_img_sml.jpg) no-repeat 50% 0;
  width: 100%;
  height: 402px;
  padding: 240px 0;
  background-size: cover; }

#progress-slide {
  background: url(../images/progress_img_sml.jpg) no-repeat 50% 0;
  width: 100%;
  height: 402px;
  padding: 240px 0;
  background-size: cover; }

#contact-slide {
  background: url(../images/contact_img_sml.jpg) no-repeat 1% 0;
  width: 100%;
  height: 402px;
  padding: 240px 0;
  background-size: cover; }

#about-slide {
  background: url(../images/about_main_img.jpg) no-repeat 50% 95%;
  width: 100%;
  height: 402px;
  padding: 240px 0;
  background-size: cover; }

#services-page-slide {
  background: url(../images/services_main_img.jpg) no-repeat 50% 0;
  width: 100%;
  height: 402px;
  padding: 240px 0;
  background-size: cover; }

#maintenance-page-slide {
  background: url(../images/services_img_sml.jpg) no-repeat 50% 0;
  width: 100%;
  height: 402px;
  padding: 240px 0;
  background-size: cover; }

#home1 {
  margin-top: 47px; }

#home-tag {
  width: 100%; }

.home-about p {
  text-align: center; }

#home-tag .img-text {
  margin: 0 auto;
  color: #fff;
  font-size: 1.60em;
  line-height: 1em;
  -webkit-text-shadow: 1px 1px 1px #000;
  -moz-text-shadow: 1px 1px 1px #000;
  -ms-text-shadow: 1px 1px 1px #000;
  /* IE 10+ */
  -o-text-shadow: 1px 1px 1px #000;
  text-shadow: 1px 1px 1px #000;
  margin-top: -50px; }
  #home-tag .img-text p {
    margin: 0 0 .3em 0; }

.tagline {
  color: #ff9000;
  text-transform: uppercase;
  font-family: "Times New Roman", serif;
  font-size: 1.1em; }
  .tagline.small {
    font-size: 1.05em; }

.home-animate {
  text-align: right;
  margin-top: 0;
  margin-bottom: -71px;
  padding-right: 38px; }

.about {
  margin: 0 auto; }

.services-header {
  font-size: 3em; }

.services-animate {
  text-align: left;
  margin-top: 45px;
  margin-bottom: -78px; }

.services-flower {
  position: relative;
  left: 3%; }

.services-animate .services-bird {
  margin-left: 100px;
  position: relative;
  z-index: 1; }

.box-container {
  width: 100%;
  margin-top: 20px; }

.box-third {
  width: 100%;
  padding: 0 10px;
  margin: 10px 0; }
  .box-third h4 {
    text-transform: capitalize; }

.services-subhead {
  margin: -24px 0 0 0; }

.team-header {
  font-size: 3em; }

.team-subhead {
  margin: -24px 0 0 0; }

.team-grass {
  position: relative;
  z-index: 2;
  left: 90%;
  top: 8px; }

#team-content {
  padding: 55px 40px 0 40px;
  text-align: left; }

.team-text-container {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px; }

.team-text-container-half {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px; }

.team-image {
  text-align: center; }

.founder-box-img, .founder-box-content {
  width: 100%; }

.founder-box-img {
  text-align: center; }
  .founder-box-img img {
    width: 100%; }

.project-header {
  font-size: 3em; }

.project-sub-head {
  margin: -24px 0 0 0; }

.project-text-container {
  padding: 10px; }

.project-text {
  text-align: center; }

.logo-box {
  width: 160px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin: 0 auto 3px; }
  .logo-box img {
    width: 100%; }

.grey {
  color: #555; }

.project-box {
  width: 100%;
  position: relative;
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
  margin: 80px 0;
  padding: 0 5px; }
  .project-box.last {
    margin: 80px 0 40px 0; }
  .project-box.project-logo {
    background-color: transparent;
    border: none;
    margin: 0; }

.project-image-box {
  width: 100px;
  border: 3px solid #ff9000;
  margin: -52px auto 19px;
  background: #fff; }
  .project-image-box img {
    width: 100%; }

#project-content {
  padding: 55px 40px 0 40px;
  text-align: left; }

.text {
  height: 370px;
  color: #757575; }
  .text h4 {
    color: #757575;
    margin: 0 0 10px 0; }

.project-sub-head p {
  margin: 0; }

.project-sub-head .text {
  text-align: center;
  margin-bottom: 20px;
  height: 30px; }

.project-image-4 {
  text-align: center; }
  .project-image-4 p {
    margin: 0; }

.gray {
  background-color: #a9a9a9; }

.tan {
  background-color: #cacaca; }

.smoke {
  background-color: #7a7a7a; }

.square {
  background-color: #202020; }

.empty-square {
  display: none; }

.project-animate {
  margin-bottom: -6px; }

.project-animate .project-grass {
  position: relative;
  left: 9999px; }

.project-animate .project-bird {
  position: relative;
  left: 9999px; }

.progress-header {
  font-size: 3em; }

.progress-sub-head {
  margin: -24px 0 0 0; }

#progress-content {
  padding: 55px 40px 0 40px;
  text-align: left; }

.progress-text {
  text-align: left;
  width: 85%;
  margin: 0 auto;
  padding: 20px 0; }
  .progress-text h4 {
    text-align: left;
    color: #000; }
  .progress-text ul {
    list-style-type: none;
    margin: 10px 0 0 0; }
  .progress-text div {
    margin: 30px 0 50px; }

.progress-animate {
  margin-bottom: -6px;
  text-align: right; }

.progress-animate .progress-flower {
  position: relative;
  left: 9999px; }

.progress-animate .progress-grass {
  position: relative;
  left: 9999px; }

.contact-header {
  font-size: 3em; }

.contact-sub-head {
  margin: -24px 0 0 0; }

.contact-text .box {
  width: 100%;
  margin: 5px 0; }
  .contact-text .box p {
    margin: 0; }

.contact-head {
  font-size: 1.5em; }
  .contact-head img {
    padding: 0 4px 0 0;
    width: 30px; }

p.contact-head {
  margin: 0; }

.contact-animate {
  text-align: center;
  margin-bottom: -6px;
  position: relative; }

.contact-animate .contact-flower {
  position: relative;
  left: 9999px; }

.contact-animate .contact-bird {
  position: relative;
  left: 9999px; }

.contact-animate .contact-grass {
  position: relative;
  left: 9999px; }

.contact-btn {
  width: 100%;
  margin-bottom: 32px;
  padding-top: 15px;
  clear: both; }

#note-1, #note {
  color: #ad0500;
  font-style: italic; }

.info, .contact-form {
  line-height: 1.7em;
  text-align: left; }

.info h3 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #e9e9e9; }

.contact-form h6 {
  color: #e9e9e9; }

.field-container {
  padding: 10px 0;
  font-size: .8em; }
  .field-container input, .field-container textarea {
    background: #ccc; }

i {
  padding: 0 2px; }

#home-content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0 0 65px 0;
  text-align: left; }

#home-mask {
  width: 200%;
  height: 100%; }

.home-text {
  width: 85%;
  margin: 0 auto; }

#home2, #home3 {
  padding-top: 50px; }

#services-content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 55px 0 73px 0;
  text-align: left; }

.services-text {
  width: 85%;
  margin: 0 auto; }

.apps-container {
  width: 100%; }

ul.apps {
  list-style-type: none;
  max-width: 892px;
  margin: 45px auto; }
  ul.apps li {
    margin: 0;
    padding: 0 27px;
    display: inline-block; }

#page-content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: left; }

.page-text {
  width: 85%;
  margin: 0 auto; }

#about-tag, #services-tag, #team-tag, #project-tag,
#progress-tag, #contact-tag {
  width: 100%; }

#about-tag .img-text, #services-tag .img-text, #team-tag .img-text, #project-tag .img-text,
#progress-tag .img-text, #contact-tag .img-text {
  margin: 0 auto;
  color: #fff;
  font-size: 1.60em;
  line-height: 1em;
  -webkit-text-shadow: 1px 1px 1px #000;
  -moz-text-shadow: 1px 1px 1px #000;
  -ms-text-shadow: 1px 1px 1px #000;
  /* IE 10+ */
  -o-text-shadow: 1px 1px 1px #000;
  text-shadow: 1px 1px 1px #000; }

.about-page-header {
  margin: -65px 0 0 35px;
  color: #ff9000;
  font-size: 3em;
  line-height: 1em; }

.about-page-subhead {
  margin: -24px 0 0 100px;
  color: #fff;
  font-size: 1.5em; }

.services-page-header {
  margin: -65px 0 0 15px;
  color: #ff9000;
  font-size: 3em; }

.services-page-subhead {
  margin: -24px auto;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  width: 200px; }

.maintenance-page-header {
  margin: -65px 0 0 0;
  color: #ff9000;
  font-size: 1.8em; }

.maintenance-page-subhead {
  margin: -24px auto;
  text-align: center;
  color: #fff;
  font-size: 1em;
  width: 300px; }

.maintenance-box {
  display: block;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  height: 310px;
  vertical-align: top; }

.maintenance-plans {
  margin: 40px 0;
  border: 1px solid #ccc;
  background: #f0f0f0;
  padding: 30px 20px; }

.hero {
  background: #ff9000;
  color: #fff; }

.hero .maintenance-plans-title {
  color: #fff; }

h5.maintenance-plans-title {
  text-align: center;
  color: #000;
  margin: 0;
  padding: 0; }

.subscript {
  font-size: .2em; }

.maintenance-plans-price {
  text-align: center;
  font-size: 5em;
  margin: 60px 0;
  padding: 0; }

.plans-button-container {
  width: 100%; }

.plans-button {
  display: block;
  border: 1px solid #ccc;
  width: 300px;
  margin: 0 auto;
  padding: 10px;
  background: #ff9000;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  color: #333;
  text-align: center; }
  .plans-button:hover {
    background: #eee;
    color: #000; }
  .plans-button a {
    color: #000; }

.terms-container {
  margin: 40px 0; }

.terms {
  padding: 0 150px; }
  .terms img {
    vertical-align: middle;
    width: 45px; }

.bottom-page-images img {
  display: block;
  width: 100%; }

.page-animate {
  text-align: center;
  margin: 15px 0 -6px 0;
  position: relative; }

.page-animate .page-flower {
  position: relative;
  left: 9999px; }

.page-animate .page-bird {
  position: relative;
  left: 9999px; }

.page-animate .page-grass {
  position: relative;
  left: 9999px; }

.word-about-page {
  background: url(../images/about_page_title.png) no-repeat -60px center; }

.word-services-page {
  background: url(../images/services_page_title.png) no-repeat -39px center; }

.word-maintenance-page {
  background: url(../images/plan_page_title.png) no-repeat -39px center; }

.p-large {
  font-size: 1.8em;
  line-height: 1.2em;
  text-align: center; }

.development-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.badging {
  display: none;
  width: 100%;
  float: right;
  margin-right: 0; }

.badging img {
  display: inline-block; }

@media (min-width: 400px) {
  /*.sticky-header .logo img { 
  	width: 50px;
  	padding: 5px 0;
  }*/
  .maintenance-page-header {
    margin: -65px 0 0 15;
    color: #ff9000;
    font-size: 2em; } }
@media (min-width: 680px) {
  footer {
    height: 65px; }
    footer img {
      display: inline-block; }
    footer p {
      margin: -36px 0 0 0;
      vertical-align: middle; }

  .project-box {
    width: 45%;
    float: left;
    height: 520px;
    margin: 40px 15px; }

  .project-box.project-logo {
    width: 45%;
    float: left;
    height: 500px;
    margin: 40px 15px;
    padding-top: 200px; }

  .bottom-page-images img {
    width: 50%;
    float: left; } }
@media (min-width: 768px) {
  .logo {
    margin-left: 75px;
    padding: 10px;
    text-align: left;
    position: fixed;
    display: block;
    z-index: 99999; }

  .box33 {
    width: 33%;
    float: left;
    padding: 0 10px; }

  .box50 {
    width: 50%;
    float: left;
    padding: 0 63px; }

  .box66 {
    width: 66%;
    float: left;
    padding: 0 10px; }

  #home-slide {
    background: url(../images/main_hi_img.jpg) no-repeat 0 0; }

  #services-slide {
    background: url(../images/services_img_sml.jpg) no-repeat 0 0; }

  #team-slide {
    background: url(../images/lily.jpg) no-repeat 0 0; }

  #project-slide {
    background: url(../images/project_img_med.jpg) no-repeat 0 0; }

  #progress-slide {
    background: url(../images/progress_img_med.jpg) no-repeat 0 0; }

  #contact-slide {
    background: url(../images/contact_img_sml.jpg) no-repeat 0 0; }

  #home-tag .img-text {
    position: relative;
    z-index: 9;
    width: 85%;
    height: auto;
    color: #fff;
    font-size: 3.5em;
    line-height: 1em; }
    #home-tag .img-text p {
      margin: 0 0 .3em 0; }

  .box-third {
    width: 33%;
    padding: 0 10px;
    float: left;
    margin: 0; }

  .box75 {
    width: 75%;
    float: left;
    padding: 0 5px; }

  .box25 {
    width: 25%;
    float: left;
    padding: 5px; }

  .services-header, .team-header, .project-header,
  .progress-header, .contact-header {
    font-size: 4em; }

  .founder-box-img {
    width: 35%;
    float: left; }
    .founder-box-img img {
      width: 100%; }

  .founder-box-content {
    width: 65%;
    float: left;
    padding: 0 10px; }

  .team-image img {
    width: 100%; }

  .project-container .box25 {
    float: left;
    margin-bottom: 15px;
    height: 400px;
    padding: 0 10px !important; }
    .project-container .box25 ul {
      margin-left: 1em; }

  .text {
    text-align: left; }

  .project-image-4 .img-text p:nth-child(2) {
    margin-left: 77px; }

  .contact-assets {
    width: 280px;
    margin: 0 auto; }

  .contact-text .box {
    width: 280px;
    float: left;
    margin: 5px;
    text-align: center; }

  .contact-info {
    padding-left: 30px; }

  .contact-header {
    margin: 57px 0 0 0; }

  .development-content {
    width: 100%;
    float: right;
    margin-right: 0; }

  .badging {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .badging img {
    display: inline-block;
    margin: 7px; }

  .about-page-header {
    margin: -65px 0 0 235px;
    font-size: 3.5em; }

  .about-page-subhead {
    margin: -32px 0 0 100px;
    font-size: 1.75em;
    width: 100%; }

  .services-page-header {
    margin: -65px 0 0 235px;
    font-size: 3.5em; }

  .services-page-subhead {
    margin: -32px 0 0 50px;
    font-size: 1.75em;
    width: 100%; }

  .maintenance-plans ul {
    text-align: left; }

  .maintenance-page-header {
    margin: -117px 0 0 154px;
    font-size: 3.5em; }

  .maintenance-page-subhead {
    margin: -38px 0 0 48px;
    font-size: 1.75em;
    width: 100%;
    padding-right: 59px; }

  .page-text-container.maintenance {
    text-align: center; }

  .maintenance-box {
    display: inline-block;
    margin: 0 35px; } }
@media (min-width: 960px) {
  .logo img {
    width: 204px; }

  .slide-button {
    display: inline-block; }

  #home-content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }

  #home-mask {
    width: 300%;
    height: 100%; }
    #home-mask .slide {
      width: 33%; }

  .tagline .small {
    margin-left: 214px; }

  #services-content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }

  #service1 {
    margin-top: 28px; }

  #services-mask {
    width: 300%;
    height: 100%; }
    #services-mask .slide {
      width: 33%;
      height: 100%;
      float: left; }

  .services-text {
    width: 85%;
    margin: 0 auto;
    padding: 0 30px; }

  ul.list-horiz {
    width: 800px;
    margin: 0 auto; }
    ul.list-horiz li {
      display: inline-block;
      padding: 0 10px;
      font-weight: bold; }

  .tag {
    height: 84px; }

  .project-text {
    margin-bottom: 50px; }

  .project-box {
    height: 425px;
    margin: 40px 15px; }

  .project-box.project-logo {
    height: 425px;
    padding-top: 150px; }

  .text {
    height: 276px; }

  /*#project-slide {
  	height: 1600px;
  }*/
  .contact-assets {
    width: 870px;
    margin: 0 auto; }

  .contact-text .box {
    width: 280px;
    float: left;
    margin: 0 5px;
    text-align: left; }

  .development-content {
    width: 66.10169%;
    float: right;
    margin-right: 0; }

  .badging {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; }

  .badging img {
    display: block;
    margin: 7px auto;
    padding: 21px 0; }

  .about-page-header {
    margin: -65px 0 0 335px; }

  .about-page-subhead {
    margin: -32px 0 0 210px; }

  .services-page-header {
    margin: -65px 0 0 335px; }

  .services-page-subhead {
    margin: -32px 0 0 120px; }

  .maintenance-page-header {
    margin: -65px 0 0 335px; }

  .maintenance-page-subhead {
    margin: -32px 0 0 120px;
    padding-right: 165px; }

  .bottom-page-images img {
    width: 25%;
    float: left; } }
@media (min-width: 1024px) {
  .more-button {
    text-align: right; }

  #home-slide {
    background: url(../images/main_hi_img.jpg) no-repeat 0 0; }

  #services-slide {
    background: url(../images/services_img_lg.jpg) no-repeat 50% -100px; }

  #team-slide {
    background: url(../images/lily.jpg) no-repeat 0 0; }

  #project-slide {
    background: url(../images/project_img_lg.jpg) no-repeat 0 0; }

  #progress-slide {
    background: url(../images/progress_img_lg.jpg) no-repeat 50% -150px; }

  #contact-slide {
    background: url(../images/contact_img_lg.jpg) no-repeat 10% 0; }

  .services-header {
    margin: 0 471px 0 0; }

  .services-subhead {
    width: 700px;
    font-size: 1.4em;
    margin: -33px 40px 0 111px; }

  .founder-box-img img {
    width: auto; }

  .box50 {
    width: 50%;
    float: left; }

  .team-text-container-half {
    width: 50%;
    float: left; }

  .team-header {
    margin: 0 0 0 235px; }

  .team-subhead {
    width: 800px;
    font-size: 1.4em;
    margin: -27px 40px 0 205px !important; }

  .project-header {
    margin: 0 289px 0 0; }

  .project-sub-head {
    width: 625px;
    margin: -31px 40px 0 268px !important; }

  .box20 {
    width: 20%; }

  .project-box {
    width: 30%;
    height: 520px;
    margin: 40px 15px; }
    .project-box.last {
      margin: 40px 15px; }

  #project4 {
    width: 100%; }

  .project4-container {
    width: 503px;
    margin: 0 auto; }

  .project-sub-head .text {
    padding: 0 !important; }

  .project-sub-head {
    font-size: 1.4em; }

  .project-image-4 {
    float: left; }
    .project-image-4 .img-text {
      padding-top: 15px;
      text-align: left; }
      .project-image-4 .img-text p {
        font-size: 1.5em;
        margin: 2px 0 0 15px; }

  .project-image-4 .img-text p:nth-child(2) {
    margin-left: 49px; }

  .project-box.project-logo {
    clear: both;
    width: 500px;
    position: relative;
    height: 198px;
    padding-top: 50px;
    margin: 0 auto; }

  .text {
    height: 365px; }

  .logo-box {
    float: left; }

  .progress-header {
    margin: 0 0 0 235px; }

  .progress-sub-head {
    width: 700px;
    font-size: 1.4em;
    margin: -27px 40px 0 295px !important; }

  .contact-header {
    position: relative;
    top: -150px;
    left: 141px; }

  .contact-sub-head {
    width: 700px;
    font-size: 1.4em;
    position: relative;
    top: -152px;
    left: 400px; }

  .right {
    text-align: right; }

  .left {
    text-align: left; } }
@media (min-width: 1050px) {
  #home-slide {
    background: url(../images/main_hi_img.jpg) no-repeat 90% -96px fixed;
    background-size: cover; }

  #services-slide {
    background: url(../images/services_img_lg.jpg) no-repeat 50% 0 fixed;
    background-size: cover; }

  #team-slide {
    background: url(../images/lily.jpg) no-repeat 0 0 fixed;
    background-size: cover; }

  #project-slide {
    background: url(../images/project_img_lg.jpg) no-repeat 0 0 fixed;
    background-size: cover; }

  #progress-slide {
    background: url(../images/progress_img_lg.jpg) no-repeat 50% 0 fixed;
    background-size: cover; }

  #contact-slide {
    background: url(../images/contact_img_lg.jpg) no-repeat 20% 0;
    background-size: cover; }

  .contact-header {
    margin: 75px 0 0 316px;
    top: 0;
    left: 0; }

  .contact-sub-head {
    margin: -27px 40px 0 384px !important;
    top: 0;
    left: 0; } }
@media (min-width: 1180px) {
  .page-text {
    width: 100%;
    padding: 0 80px; }

  .maintenance-plans-container {
    margin-top: 30px; }

  .maintenance-plans {
    display: inline-block;
    width: 18%;
    vertical-align: top;
    height: 1282px; }

  .maintenance-plans-title-container {
    width: 100%;
    text-align: center; }

  .maintenance-plans-title {
    max-width: 227px;
    margin: 0 auto !important; }

  .subscript {
    font-size: .3em; }

  .hero {
    margin-top: -10px;
    height: 1366px; }
    .hero .maintenance-plans-price {
      margin-bottom: 110px;
      font-size: 3.5em; }

  .maintenance-plans-price {
    font-size: 2.8em;
    height: 45px; } }
@media (min-width: 1220px) {
  #home-tag .img-text p {
    font-weight: bold; }

  #home-tag .img-text p:nth-child(2) {
    margin-left: 300px; }

  .team-header {
    margin: 0 0 0 441px; }

  .founder-box-img {
    width: 32%;
    padding-left: 38px; }

  .box75 {
    padding: 0 28px; }

  .team-subhead {
    margin: -27px 40px 0 405px !important; }

  .contact-sub-head {
    margin: -27px 40px 0 384px !important; }

  .maintenance-plans {
    height: 1217px; }

  .hero {
    height: 1297px; } }
@media (min-width: 1300px) {
  .maintenance-plans {
    height: 1122px; }

  .hero {
    height: 1210px; } }
@media (min-width: 1400px) {
  .maintenance-plans {
    height: 1019px; }

  .hero {
    height: 1104px; } }
@media (min-width: 1440px) {
  .services-subhead {
    width: 935px;
    margin: -33px 40px 0 231px; }

  .project-container {
    width: 1290px;
    margin: 0 auto; }

  .project-box {
    width: 400px;
    height: 420px; }

  .text {
    height: 265px; }

  .team-subhead {
    width: 476px;
    margin: -30px 40px 0 505px !important;
    text-align: left; }

  .project-header {
    margin: 0 647px 0 0; }

  .project-sub-head {
    width: 840px;
    margin: -30px 40px 0 468px !important; }

  .progress-header {
    margin: 0 0 0 435px; }

  .progress-sub-head {
    width: 800px; }

  /*
  	#contact-slide {
  	    background: url(../images/contact_img_lg.jpg) no-repeat 12% 110% fixed;
  	    background-size: cover;
  	    background-position-y: 50px;
  	    background-position-x: -3px;
  	}
  */
  .contact-header {
    margin: 89px 0 0 595px; }

  .contact-sub-head {
    margin: -27px 40px 0 524px !important; }

  .maintenance-plans {
    height: 985px; }

  .hero {
    height: 1067px; } }
@media (min-width: 1500px) {
  .team-header {
    margin: 0 0 0 641px; }

  .team-subhead {
    width: 876px;
    margin: -30px 40px 0 558px !important;
    text-align: left; }

  .founder-box-img {
    width: 28%;
    padding-left: 120px; }

  .box75 {
    padding: 0 28px; }

  .about-page-subhead {
    margin: -32px 0 0 329px; }

  .contact-sub-head {
    margin: -27px 40px 0 614px !important; } }
@media (min-width: 1560px) {
  .maintenance-plans {
    height: 870px; }

  .hero {
    height: 958px; } }
@media (min-width: 1599px) {
  .maintenance-plans {
    height: 825px; }

  .hero {
    height: 916px; } }
@media (min-width: 1715px) {
  .maintenance-plans {
    height: 825px; }

  .hero {
    height: 933px; } }
@media (min-width: 2090px) {
  .maintenance-plans {
    height: 725px; }

  .hero {
    height: 816px; } }
@media (min-width: 2370px) {
  .maintenance-plans {
    height: 650px; }

  .hero {
    height: 762px; } }
nav {
  text-align: center;
  width: 100%;
  /*position:relative;*/
  height: 94px;
  overflow: hidden;
  background: none;
  position: fixed;
  z-index: 999999; }

.sticky-header nav {
  z-index: 999; }

nav ul {
  text-align: center; }

nav ul li {
  display: inline-block; }

nav ul li a {
  color: #fff;
  display: inline-block;
  padding: 1em 3em;
  text-decoration: none;
  /*border-bottom:2px solid #fff;*/
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  font-size: 18px; }

nav ul li a:hover {
  color: #333; }

/*styling open close button*/
.button {
  display: inline;
  position: absolute;
  right: 30px;
  top: 6px;
  z-index: 999;
  font-size: 30px;
  margin-top: 9px; }

.button a {
  text-decoration: none; }

.sticky-header .btn-open:after {
  color: #fff;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out; }

.btn-open:after {
  color: #ff9000;
  content: "\f0c9";
  font-family: "FontAwesome";
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s; }

.btn-open:hover:after {
  color: #ee8a15; }

.btn-close:after {
  color: #fff;
  content: "\f00d";
  font-family: "FontAwesome";
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s; }

.btn-close:hover:after {
  color: #ff9000; }

/*overlay*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #333;
  overflow: auto;
  z-index: 99; }

.wrap {
  color: #e9e9e9;
  text-align: center;
  max-width: 90%;
  margin: 0 auto; }

.wrap ul.wrap-nav {
  border-bottom: 1px solid #575757;
  text-transform: capitalize;
  padding: 150px 0px 100px; }

.wrap ul.wrap-nav li {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  width: 29%;
  position: relative;
  padding: 18px 21px; }

.wrap ul.wrap-nav li a {
  color: #ff9000;
  /*display: block;*/
  padding: 8px 0;
  text-decoration: none;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s; }

.wrap ul.wrap-nav li a:hover {
  color: #3486d3; }

.wrap ul.wrap-nav ul {
  padding: 20px 0;
  margin-top: -56px; }

.wrap ul.wrap-nav ul li {
  display: block;
  font-size: 13px;
  width: 100%;
  color: #e9e9e9; }

.wrap ul.wrap-nav ul li a {
  color: #ff9000; }

.wrap ul.wrap-nav ul li a:hover {
  color: #3486d3; }

.social {
  font-size: 25px;
  padding: 20px; }

.social p {
  margin: 0;
  padding: 20px 0 5px 0;
  line-height: 30px;
  font-size: 13px; }

.social p a {
  color: #ff9000;
  text-decoration: none;
  margin: 0;
  padding: 0; }

.social-icon {
  width: 80px;
  height: 50px;
  background: #e9e9e9;
  color: #333;
  display: inline-block;
  margin: 0 20px;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s; }

.social-icon:hover {
  background: #ff9000;
  color: #3486d3; }

.social-icon i {
  margin-top: 12px; }

.wrap ul.wrap-nav ul.navigation li h4 {
  font-family: Georgia, serif; }

.wrap ul.wrap-nav ul.navigation li a {
  font-size: 2.5em;
  color: #ff9000;
  line-height: 1em;
  font-family: Georgia, serif; }
  .wrap ul.wrap-nav ul.navigation li a:hover {
    color: #3486d3; }

.wrap ul.wrap-nav li p.text {
  margin: 0;
  padding: 0 !important;
  line-height: 1.4em;
  text-transform: none;
  color: #e9e9e9; }

@media screen and (max-width: 48em) {
  .wrap ul.wrap-nav > li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #575757; }

  .wrap ul.wrap-nav {
    padding: 30px 0px 0px; }

  nav ul {
    opacity: 0;
    visibility: hidden; }

  .social {
    color: #c1c1c1;
    font-size: 25px;
    padding: 15px 0; }

  .social-icon {
    width: 100%;
    height: 50px;
    background: #fff;
    color: #333;
    display: block;
    margin: 5px 0; } }
/* Parallax Scroll */
