@import url(normalize.css);
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700|PT+Sans:400,700|Coustard");
@import url(../css/jquery.qtip.css);
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ====== FONT STYLES ========================== */
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  font-family: 'Lato', Helvetica, sans-serif;
  background: url(../../images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* ROOT FONT STYLES */
.lato {
  font-family: 'Lato', sans-serif; }

.ptsans {
  font-family: 'PT Sans', sans-serif; }

.gudea {
  font-family: 'Gudea', sans-serif; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: 700; }

/* ====== STRUCTURAL ========================*/
#site-wrapper {
  min-width: 320px; }

.wrap {
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto; }
  .wrap:after {
    content: " ";
    display: block;
    clear: both; }

.wrap.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* ====== HEADER ========================*/
header#top .sticky-bar {
  height: 57px;
  background: #2f2f2f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2f2f2f 0%, #2f2f2f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f2f2f), color-stop(100%, #2f2f2f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2f2f2f 0%, #2f2f2f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2f2f2f 0%, #2f2f2f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2f2f2f 0%, #2f2f2f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2f2f2f 0%, #2f2f2f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }
  header#top .sticky-bar .wrap {
    position: relative; }
  header#top .sticky-bar .social {
    width: 80px;
    float: right; }
    header#top .sticky-bar .social #social-btn {
      padding: 14px 2px;
      color: #999;
      font-size: 1.2rem; }
    header#top .sticky-bar .social ul li {
      display: inline-block;
      padding: 14px 2px; }
      header#top .sticky-bar .social ul li a {
        color: #999;
        font-size: 1.2rem; }
        header#top .sticky-bar .social ul li a span {
          display: none; }
        header#top .sticky-bar .social ul li a:hover {
          color: #FFF; }

.is-sticky .sticky-bar a.logo {
  display: inline-block !important; }

/* ====== NAVIGATION ========================*/
nav#main-nav {
  margin: 0 0 0 0;
  display: block;
  width: auto; }
  nav#main-nav > ul.priority-nav {
    margin-top: -3px;
    display: inline-block; }
    nav#main-nav > ul.priority-nav li {
      display: inline-block;
      position: relative; }
      nav#main-nav > ul.priority-nav li span.handle {
        display: block !important;
        position: absolute;
        top: 6px;
        right: 5px;
        text-align: center;
        cursor: pointer;
        color: #eee;
        line-height: 1;
        padding: 13px 5px;
        font-size: 1rem;
        z-index: 2; }
        nav#main-nav > ul.priority-nav li span.handle:before {
          font-family: 'fontAwesome';
          content: '\f107'; }
      nav#main-nav > ul.priority-nav li a {
        font-family: 'Coustard', serif;
        display: block;
        padding: 15px 25px 15px 10px;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        text-transform: uppercase;
        color: #eeeeee;
        font-size: 0.9rem; }
      nav#main-nav > ul.priority-nav li.active > a {
        border-top: 3px solid #C7F4BF; }
      nav#main-nav > ul.priority-nav li:hover ul {
        visibility: visible;
        opacity: 1; }
      nav#main-nav > ul.priority-nav li .visible {
        visibility: visible !important;
        opacity: 1 !important; }
      nav#main-nav > ul.priority-nav li .sub-menu {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
        -moz-transition: visibility 0.2s linear, opacity 0.2s linear;
        -o-transition: visibility 0.2s linear, opacity 0.2s linear;
        background: #323232;
        border-radius: 0 0 3px 3px;
        border-top: 3px solid #C7F4BF;
        box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
        left: 0;
        padding: 0;
        position: absolute;
        top: 52px;
        z-index: 4000; }
        nav#main-nav > ul.priority-nav li .sub-menu li {
          background: #323232;
          border-bottom: 1px solid #262626;
          display: block;
          height: auto;
          margin: 0;
          padding: 0; }
          nav#main-nav > ul.priority-nav li .sub-menu li a {
            border: medium none !important;
            font-family: 'Lato', Helvetica, sans-serif;
            background-color: transparent !important;
            color: #FFF;
            display: block;
            font-weight: normal !important;
            height: auto;
            line-height: 1.2;
            margin: 0;
            font-size: 1rem;
            padding: 12px 8px 12px 12px !important;
            min-width: 250px;
            text-align: left;
            text-transform: none;
            webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear; }
            nav#main-nav > ul.priority-nav li .sub-menu li a:before {
              font-family: 'fontAwesome';
              content: '';
              margin-right: 5px; }
            nav#main-nav > ul.priority-nav li .sub-menu li a:hover {
              background-color: #f06d06 !important;
              color: #323232 !important; }
              nav#main-nav > ul.priority-nav li .sub-menu li a:hover:before {
                content: '\f105'; }
          nav#main-nav > ul.priority-nav li .sub-menu li:last-child {
            border: medium none; }
          nav#main-nav > ul.priority-nav li .sub-menu li.active a {
            color: #C7F4BF !important; }
    nav#main-nav > ul.priority-nav > li > .sub-menu::before {
      border-bottom: 7px solid #C7F4BF;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      content: "";
      height: 0;
      left: 15px;
      position: absolute;
      top: -10px;
      width: 0;
      z-index: 999; }
  nav#main-nav .overflow-controls {
    position: absolute;
    right: -10px;
    top: 0; }
    nav#main-nav .overflow-controls .btn {
      cursor: pointer;
      text-align: center;
      float: right;
      height: 50px;
      line-height: 2.6;
      width: 30px;
      display: block;
      font-size: 1.2rem;
      color: #ccc; }
    nav#main-nav .overflow-controls .search-nav-btn {
      font-size: 1rem;
      line-height: 2.8; }
    nav#main-nav .overflow-controls .search-nav-btn.active,
    nav#main-nav .overflow-controls .overflow-nav-btn.active {
      color: #C7F4BF !important; }
    nav#main-nav .overflow-controls #overflow-nav-wrapper {
      background: #323232;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
      border-top: 3px solid #C7F4BF;
      position: absolute;
      width: 100%;
      top: 95%;
      right: -10px;
      opacity: 0;
      visibility: hidden;
      padding: 0;
      min-width: 250px;
      color: #222;
      list-style: none;
      z-index: 1; }
      nav#main-nav .overflow-controls #overflow-nav-wrapper:before {
        border-bottom: 7px solid #C7F4BF;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        content: "";
        height: 0;
        right: 20px;
        position: absolute;
        top: -10px;
        width: 0;
        z-index: 999; }
      nav#main-nav .overflow-controls #overflow-nav-wrapper div.overflow-list-wrapper {
        overflow-y: auto;
        width: 100%; }
    nav#main-nav .overflow-controls .show {
      opacity: 1 !important;
      visibility: visible !important; }
    nav#main-nav .overflow-controls ul.overflow-nav-list > li {
      background: #323232;
      border-bottom: 1px solid #262626;
      position: relative;
      width: 100%; }
      nav#main-nav .overflow-controls ul.overflow-nav-list > li a {
        font-family: 'Coustard', serif;
        display: block;
        position: relative;
        width: 100%;
        padding: 10px 35px 10px 10px !important;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        text-transform: uppercase;
        color: #eeeeee;
        font-size: 0.9rem; }
        nav#main-nav .overflow-controls ul.overflow-nav-list > li a:hover {
          color: #C7F4BF; }
      nav#main-nav .overflow-controls ul.overflow-nav-list > li span.handle {
        display: block !important;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
        color: #FFF;
        width: 50px;
        border-left: 1px solid #262626;
        line-height: 1;
        padding: 13px 5px;
        font-size: 1.2rem; }
        nav#main-nav .overflow-controls ul.overflow-nav-list > li span.handle:hover {
          background-color: #f06d06; }
      nav#main-nav .overflow-controls ul.overflow-nav-list > li span.open:before {
        font-family: 'fontAwesome';
        content: '\f107'; }
      nav#main-nav .overflow-controls ul.overflow-nav-list > li span.close:before {
        font-family: 'fontAwesome';
        content: '\f106'; }
      nav#main-nav .overflow-controls ul.overflow-nav-list > li ul.sub-menu {
        background-color: #262626;
        display: none; }
        nav#main-nav .overflow-controls ul.overflow-nav-list > li ul.sub-menu li {
          border-bottom: 1px solid #323232; }
          nav#main-nav .overflow-controls ul.overflow-nav-list > li ul.sub-menu li a {
            border: medium none !important;
            font-family: 'Lato', Helvetica, sans-serif;
            background-color: transparent;
            color: #eee;
            font-weight: normal !important;
            height: auto;
            line-height: 1.2;
            margin: 0;
            font-size: 1rem;
            padding: 12px 8px 12px 12px !important;
            width: 100%;
            text-align: left;
            text-transform: none;
            webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear; }
            nav#main-nav .overflow-controls ul.overflow-nav-list > li ul.sub-menu li a:before {
              font-family: 'fontAwesome';
              content: '';
              margin-right: 5px; }
            nav#main-nav .overflow-controls ul.overflow-nav-list > li ul.sub-menu li a:hover {
              background-color: #f06d06;
              color: #323232 !important; }
              nav#main-nav .overflow-controls ul.overflow-nav-list > li ul.sub-menu li a:hover:before {
                content: '\f105'; }
            nav#main-nav .overflow-controls ul.overflow-nav-list > li ul.sub-menu li a.active {
              color: #C7F4BF; }
          nav#main-nav .overflow-controls ul.overflow-nav-list > li ul.sub-menu li:last-of-type {
            border-bottom: 0; }
          nav#main-nav .overflow-controls ul.overflow-nav-list > li ul.sub-menu li.active a {
            color: #C7F4BF; }
    nav#main-nav .overflow-controls #search-nav-wrapper {
      background: #323232;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
      border: 3px solid #323232;
      border-top: 3px solid #C7F4BF;
      position: absolute;
      top: 95%;
      right: -20px;
      opacity: 0;
      visibility: hidden;
      padding: 0;
      min-width: 250px;
      color: #222;
      list-style: none;
      z-index: 1;
      padding: 10px; }
      nav#main-nav .overflow-controls #search-nav-wrapper.show {
        opacity: 1;
        visibility: visible; }
      nav#main-nav .overflow-controls #search-nav-wrapper::before {
        border-bottom: 7px solid #C7F4BF;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        content: "";
        height: 0;
        right: 30px;
        position: absolute;
        top: -10px;
        width: 0;
        z-index: 999; }
      nav#main-nav .overflow-controls #search-nav-wrapper input[type="text"] {
        padding: 10px 40px 10px 10px;
        font-size: 1rem;
        font-family: 'Lato', Helvetica, sans-serif;
        background-color: #262626;
        color: #eee;
        width: 100%;
        border: 1px solid #262626; }
        nav#main-nav .overflow-controls #search-nav-wrapper input[type="text"]:focus {
          border: 1px solid  #323232; }
      nav#main-nav .overflow-controls #search-nav-wrapper button {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 1rem;
        background-color: transparent;
        border: 0;
        padding: 10px;
        color: #eee; }
        nav#main-nav .overflow-controls #search-nav-wrapper button:before {
          font-family: 'fontAwesome';
          content: '\f002'; }

.hide {
  display: none !important; }

.show-inline-block {
  display: inline-block !important; }

/* ====== MAIN ========================*/
main {
  height: auto;
  padding: 40px 0 150px;
  color: #494848;
  min-height: 810px; }
  main .main-content {
    width: 70%;
    float: left;
    margin-right: 2.85714%; }
  main .right-column {
    width: 27.14286%;
    float: right;
    margin-right: 0;
    height: auto; }
    main .right-column section {
      margin-bottom: 40px; }

/* ====== COMMON CLASSES ========================*/
.img {
  position: relative; }
  .img img {
    max-width: 100%;
    height: auto; }

section {
  background-color: rgba(199, 244, 191, 0.9);
  padding-bottom: 20px; }
  section header {
    margin-bottom: 20px;
    position: relative;
    background: #2F2F2F; }
    section header h2 {
      font-family: 'Coustard', serif;
      margin: 0 0 -1px;
      font-weight: 400;
      font-family: #222;
      font-size: 1.2rem;
      line-height: 1.5;
      color: #C7F4BF;
      padding: 10px 20px; }
      section header h2 span {
        display: inline-block;
        border-bottom: 1px solid #C7F4BF; }
  section h2, section h3 {
    padding: 0 20px;
    font-family: 'Coustard', serif;
    font-weight: 400;
    font-size: 1.2rem; }
  section p {
    padding: 0 20px 10px 20px;
    color: #2F2F2F; }
    section p a {
      color: #2F2F2F;
      word-wrap: break-word; }
  section ul {
    padding: 0 20px; }
  section a img {
    padding: 0 20px; }
  section form:after {
    content: "";
    display: table;
    clear: both; }
  section form input, section form textarea {
    background: #FFF;
    padding: 8px 10px;
    color: #1e5993;
    border: none;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #2F2F2F; }
    section form input.error, section form textarea.error {
      border: 1px solid #D95252 !important; }
  section form button[type="submit"] {
    background-color: #4ea223;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    padding: 9px 10px;
    font-weight: 600;
    margin-top: 10px;
    float: right; }
  section form input::-webkit-input-placeholder, section form textarea::-webkit-input-placeholder {
    color: #2F2F2F; }
  section form input::-moz-placeholder, section form textarea::-moz-placeholder {
    color: #2F2F2F; }
  section form input::-ms-input-placeholder, section form textarea::-ms-input-placeholder {
    color: #2F2F2F; }
  section form input::-moz-placeholder, section form textarea::-moz-placeholder {
    color: #2F2F2F; }

/* ====== HOME ========================*/
.home h1 {
  font-family: 'Coustard', serif;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  color: #63DD4E;
  display: inline-block;
  line-height: 1.2;
  margin: 30px 0 0 0;
  font-size: 2.5rem; }
  .home h1 span {
    color: #C7F4BF; }
.home ul {
  list-style-type: none;
  margin-top: 80px; }
  .home ul li {
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s; }
    .home ul li a {
      padding: 10px 15px;
      float: left;
      background-color: #2f2f2f;
      border: solid #429334 0px;
      cursor: pointer !important;
      font-family: 'Coustard', serif;
      transition: color 0.4s ease 0s;
      color: #C7F4BF;
      display: inline-block;
      position: relative;
      white-space: nowrap;
      box-shadow: 0px 5px 0px 0px #63dd4e;
      margin-right: 20px; }

/* ====== PROJECT PAGE ========================*/
#project-text {
  min-height: 500px;
  position: relative; }
  #project-text .project-text {
    padding: 40px 0 0px 0;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0; }
    #project-text .project-text .wrap h1 {
      font-family: 'Coustard', serif;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
      display: inline-block;
      line-height: 1.2;
      margin: 0;
      font-size: 2.5rem;
      color: #2F2F2F;
      border-bottom: 4px solid #429334; }
    #project-text .project-text .wrap p {
      color: #2F2F2F;
      background-color: rgba(199, 244, 191, 0.9);
      line-height: 1.6;
      font-size: 2.250rem;
      margin-bottom: 0;
      padding: 10px 20px;
      font-weight: 600; }
      #project-text .project-text .wrap p span {
        color: #FF5555;
        text-transform: uppercase; }

/* ====== ACTION PAGE ========================*/
#action-text {
  min-height: 340px;
  position: relative; }
  #action-text .action-text {
    padding: 40px 0 0px 0;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0; }
    #action-text .action-text .wrap h1 {
      font-family: 'Coustard', serif;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
      display: inline-block;
      line-height: 1.2;
      margin: 0;
      font-size: 2.5rem;
      color: #2F2F2F;
      border-bottom: 4px solid #429334; }
    #action-text .action-text .wrap p {
      color: #2F2F2F;
      background-color: rgba(199, 244, 191, 0.9);
      line-height: 1.6;
      font-size: 2.250rem;
      margin-bottom: 0;
      padding: 10px 20px;
      font-weight: 600; }
      #action-text .action-text .wrap p span {
        color: #FF5555;
        text-transform: uppercase; }

/* ====== COMMON SECTIONS ========================*/
section.contact {
  background: none; }
  section.contact img {
    width: 100%;
    height: auto; }

section.demo-image {
  padding-bottom: 0;
  background: none; }

/* ====== FOOTER ========================*/
footer {
  background-color: #2f2f2f;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0; }
  footer .lower {
    border-top: 1px solid #333;
    padding: 30px 0;
    font-size: 0.813rem;
    line-height: 1.6;
    color: #C7F4BF; }
    footer .lower:after {
      content: "";
      display: table;
      clear: both; }
    footer .lower div {
      float: left; }
    footer .lower ul {
      float: right; }
      footer .lower ul li {
        display: inline-block;
        border-right: 1px solid #C7F4BF;
        padding: 0 7px; }
        footer .lower ul li:last-of-type {
          border: 0; }
        footer .lower ul li a {
          color: #C7F4BF; }
          footer .lower ul li a:hover {
            color: #C7F4BF; }

/* ====== IMPROMPTU ========================*/
.modalfade {
  position: absolute;
  background-color: #777777; }

div.modal {
  max-width: 400px;
  position: absolute;
  background-color: #ffffff;
  font-size: 1rem;
  text-align: left;
  border: 1px solid #666;
  padding: 5px;
  height: auto; }
  div.modal .modalclose {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 18px;
    cursor: pointer;
    color: #9e9e9e;
    font-weight: bold;
    font-size: 2rem; }
  div.modal .modalstate {
    background-color: #fff; }
  div.modal .modaltitle {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    background: #2F2F2F;
    border-bottom: 2px solid #222222;
    padding: 0.625em;
    color: #C7F4BF;
    font-weight: normal;
    text-align: left;
    font-family: 'Coustard', serif;
    font-size: 1.2rem; }
  div.modal .modalmessage {
    color: #2F2F2F;
    min-height: 100px;
    padding: 0.5rem; }
    div.modal .modalmessage label.error {
      font-size: 0.8rem;
      color: red; }
  div.modal .modalbuttons {
    text-align: right;
    border-top: solid 1px #e4e4e4;
    background-color: #fff;
    padding: 0.5em; }
    div.modal .modalbuttons button {
      display: inline-block;
      background-color: #4ea223;
      border: 1px solid #cccccc;
      color: #FFF;
      font-size: 0.875rem;
      font-weight: bold;
      line-height: 2;
      padding: 3px 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      margin-left: 5px; }

/* ====== MEDIA QUERIES ========================*/
/* ==== 1200 ==== */
@media only screen and (max-width: 1200px) {
  .wrap {
    margin-left: 20px;
    margin-right: 20px; } }
/* ==== 1000 ==== */
@media only screen and (max-width: 1000px) {
  header#top .upper .strap {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
    margin-left: 25.71429%;
    font-size: 1.5rem; }
  header#top .upper .actions {
    width: 22.85714%;
    float: right;
    margin-right: 0; } }
/* ==== 768 ==== */
@media only screen and (max-width: 768px) {
  header#top .upper {
    display: none; }
  header#top .sticky-bar {
    display: fixed !important; }
    header#top .sticky-bar .wrap {
      margin-left: 0; }

  footer .lower div {
    float: none;
    clear: both;
    width: 100%; }
  footer .lower ul {
    display: none; }

  #main-nav {
    margin: 0 0 0 10px !important; }
    #main-nav .overflow-nav-wrapper {
      right: 0 !important; }

  main {
    padding: 30px 0 50px; }
    main .main-content {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    main .right-column {
      margin-top: 20px;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

/*# sourceMappingURL=site.css.map */
