/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Humanist Bold Italic";
  src: url("../fonts/Humanist-Bold-Italic-webfont.eot");
  src: url("../fonts/Humanist-Bold-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Humanist-Bold-Italic-webfont.woff") format("woff"), url("../fonts/Humanist-Bold-Italic-webfont.ttf") format("truetype"), url("../fonts/Humanist-Bold-Italic-webfont.svg") format("svg");
}

@font-face {
  font-family: "Humanist Bold";
  src: url("../fonts/Humanist-Bold-webfont.eot");
  src: url("../fonts/Humanist-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Humanist-Bold-webfont.woff") format("woff"), url("../fonts/Humanist-Bold-webfont.ttf") format("truetype"), url("../fonts/Humanist-Bold-webfont.svg") format("svg");
}

@font-face {
  font-family: "Humanist Italic";
  src: url("../fonts/Humanist-Italic-webfont.eot");
  src: url("../fonts/Humanist-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Humanist-Italic-webfont.woff") format("woff"), url("../fonts/Humanist-Italic-webfont.ttf") format("truetype"), url("../fonts/Humanist-Italic-webfont.svg") format("svg");
}

@font-face {
  font-family: "Humanist Light";
  src: url("../fonts/Humanist-Light-webfont.eot");
  src: url("../fonts/Humanist-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Humanist-Light-webfont.woff") format("woff"), url("../fonts/Humanist-Light-webfont.ttf") format("truetype"), url("../fonts/Humanist-Light-webfont.svg") format("svg");
}

@font-face {
  font-family: "Humanist Regular";
  src: url("../fonts/Humanist-Regular-webfont.eot");
  src: url("../fonts/Humanist-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Humanist-Regular-webfont.woff") format("woff"), url("../fonts/Humanist-Regular-webfont.ttf") format("truetype"), url("../fonts/Humanist-Regular-webfont.svg") format("svg");
}

body {
  color: #333539;
  font-family: "Humanist Regular", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: #fff;
  text-decoration: none;
}

.testimonial-link {
  color: #333539;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.testimonial-link:hover {
  color: #ef714b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

p {
  font-family: "Humanist Light", Helvetica, Arial, sans-serif;
  font-size: 14.4px;
  font-size: .9rem;
  line-height: 1.2;
}

input,
textarea {
  border: 1px solid #3c3f43;
  color: #000;
  font-family: "Humanist Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.logo {
  display: inline-block;
  float: left;
  margin-top: 20px;
  z-index: 1;
}

.logo::after {
  clear: both;
  content: '';
  display: table;
}

@media (max-width: 780px) {
  .logo {
    float: none;
  }
}

@media (max-width: 380px) {
  .logo {
    float: none;
    position: absolute;
    top: -10%;
    -webkit-transform: scale(0.8);
    transform: scale(0.6);
    left: -10%;
  }
}

.footer__logo {
  display: inline-block;
  left: 50%;
  margin-top: 80px;
  position: relative;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer__logo::after {
  clear: both;
  content: '';
  display: table;
}

.logo__image {
  float: left;
  height: 65px;
  padding-right: 5px;
}

.logo__image img {
  height: auto;
  width: 65px;
}

.logo__text {
  color: #fff;
  float: right;
  width: 220px;
}

@media (max-width: 780px) {
  .logo__text {
    text-align: left;
  }
}

.logo__text h1 {
  border-bottom: 2px solid #f15322;
  font-size: 31.2px;
  font-size: 1.95rem;
}

.logo__text h2 {
  font-family: "Humanist Light", Helvetica, Arial, sans-serif;
  font-size: 11.2px;
  font-size: .7rem;
  margin-top: 5px;
}

.main-nav {
  display: inline-block;
  float: right;
  font-family: "Humanist Light", Helvetica, Arial, sans-serif;
  margin-top: 43px;
  text-align: left;
}

@media (max-width: 780px) {
  .main-nav {
    float: none;
    margin-top: 25px;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .main-nav {
    display: inherit;
    float: none;
    margin-right: 0;
  }
}

.main-nav__list {
  background: #3c3f43;
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
  text-align: right;
}

@media (max-width: 780px) {
  .main-nav__list {
    position: relative;
    text-align: center;
    margin-top: 25px;
  }
}

@media (max-width: 380px) {
  .main-nav__list {
    padding-left: 20px;
    padding-right: 18px;
    position: absolute;
    text-align: left;
    width: 92%;
    right: 5%;
    margin-top: 10px;
    margin-right: -20px;
  }
}

.main-nav__list .icon {
  display: none;
}

@media (max-width: 380px) {
  .main-nav__list .icon {
    float: right !important;
    display: block !important;
  }
}

.main-nav__list li {
  display: inline-block;
}

@media (max-width: 660px) {
  .main-nav__list li {
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media (max-width: 380px) {
  .main-nav__list li {
    margin-bottom: 2px;
    padding-bottom: 10px;
  }
  .main-nav__list li:last-child {
    float: right !important;
    display: block !important;
  }
  .main-nav__list li:not(:last-child) {
    display: none;
  }
}

.main-nav__list a {
  color: #fff;
  margin-left: 10px;
  text-decoration: none;
}

@media (max-width: 380px) {
  .main-nav__list a {
    display: block;
    margin-bottom: 5px;
    margin-left: 5px;
  }
}

.main-nav__list a:hover {
  border-bottom: 2px solid #f15322;
  padding-bottom: 3px;
}

@media (max-width: 380px) {
  .main-nav__list a:hover {
    border-bottom: 0px solid #f15322;
    padding-bottom: 0px;
  }
}

.main-nav__list .current_page_item a {
  color: #f15322;
}

.call-us {
  color: #fff;
  text-align: right;
}

@media (max-width: 660px) {
  .call-us {
    font-size: .9rem;
  }
}

@media (max-width: 780px) {
  .call-us {
    text-align: center;
  }
}

@media (max-width: 380px) {
  .call-us {
    display: none;
  }
}

.call-us__number {
  color: #f15322;
  font-size: 1.5em;
}

@media (max-width: 660px) {
  .call-us__number {
    font-size: .9rem;
  }
}

button {
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: "Humanist Bold", Helvetica, Arial, sans-serif;
  padding: 15px;
  text-transform: uppercase;
  width: 150px;
}

.button--orange {
  background: #f15322;
  font-size: 14.4px;
  font-size: .9rem;
  opacity: .8;
}

.button--orange:hover {
  background: #f3663a;
}

.button--grey {
  background: #3c3f43;
  font-size: 14.4px;
  font-size: .9rem;
  margin-right: 15px;
  opacity: .8;
}

@media (max-width: 380px) {
  .button--grey {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.button--grey:hover {
  background: #484c50;
}

.button__service--big {
  background: #f15322;
  bottom: -5%;
  font-size: 9.6px;
  font-size: .6rem;
  padding: 10px;
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100px;
}

.button__service--small {
  background: #f15322;
  font-size: 9.6px;
  font-size: .6rem;
  margin-top: 10px;
  padding: 10px;
  width: 100px;
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-list--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.service-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 30px 0;
  position: relative;
  text-align: center;
  width: 33%;
}

@media (max-width: 990px) {
  .service-item {
    width: 50%;
  }
}

@media (max-width: 660px) {
  .service-item {
    width: 100%;
  }
}

.service-item hr {
  background: #f15322;
  border-width: 0;
  height: 2px;
  margin-bottom: 20px;
  width: 200px;
}

.service-item img {
  margin-top: 10px;
  max-width: 180px;
}

.service-item h1 {
  font-family: "Humanist Bold", Helvetica, Arial, sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin: 15px 0 5px;
  overflow: hidden;
  white-space: nowrap;
}

.service-item p {
  font-size: 14.4px;
  font-size: .9rem;
  line-height: 1.2;
  margin: 10px;
  margin-bottom: 25px;
  text-align: justify;
}

.service-item--small {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 30px 0;
  min-width: auto;
  position: relative;
  text-align: center;
}

@media (max-width: 990px) {
  .service-item--small {
    width: 33%;
  }
}

@media (max-width: 660px) {
  .service-item--small {
    width: 50%;
  }
}

@media (max-width: 380px) {
  .service-item--small {
    width: 100%;
  }
}

.service-item--small img {
  margin-top: 10px;
  max-width: 120px;
}

.service-item--small h1 {
  font-family: "Humanist Bold", Helvetica, Arial, sans-serif;
  font-size: 14.4px;
  font-size: .9rem;
  margin: 15px 15px 0;
  min-width: 150px;
  overflow: hidden;
  white-space: nowrap;
}

.service-item--small hr {
  background: #f15322;
  border-width: 0;
  height: 2px;
  width: 110px;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media (max-width: 380px) {
  .container--mobile-nav {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
  }
}

.landing__background {
  height: 550px;
}

@media (max-width: 1280px) {
  .landing__background {
    height: 350px;
  }
}

@media (max-width: 380px) {
  .landing__background {
    padding-top: 100px;
  }
}

.landing__background::before {
  background-image: url("../images/b-white.png");
  background-size: 300px 350px;
  content: '';
  display: inline-block;
  height: 350px;
  left: 75%;
  opacity: .6;
  position: absolute;
  top: 322px;
  width: 300px;
}

@media (max-width: 1280px) {
  .landing__background::before {
    background-size: 180px 230px;
    height: 230px;
    left: 75%;
    top: 242px;
    width: 180px;
  }
}

@media (max-width: 780px) {
  .landing__background::before {
    background-size: 150px 200px;
    height: 200px;
    left: 70%;
    top: 360px;
    width: 150px;
  }
}

@media (max-width: 660px) {
  .landing__background::before {
    left: 58%;
    top: 370px;
  }
}

@media (max-width: 380px) {
  .landing__background::before {
    left: 30%;
    top: 250px;
  }
}

.landing__buttons {
  left: 50%;
  position: relative;
  text-align: center;
  -webkit-transform: translate(-50%, 900%);
          transform: translate(-50%, 900%);
}

@media (max-width: 1280px) {
  .landing__buttons {
    -webkit-transform: translate(-50%, 525%);
            transform: translate(-50%, 525%);
  }
}

@media (max-width: 380px) {
  .landing__buttons {
    -webkit-transform: translate(-50%, 110%);
            transform: translate(-50%, 110%);
    width: 250px;
  }
}

.main-body__heading {
  text-align: center;
}

.main-body__heading h1 {
  font-family: "Humanist Bold", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  margin-top: 30px;
}

.main-body__heading p {
  margin-top: 15px;
}

.header {
  background: #3c3f43;
  height: 120px;
  text-transform: uppercase;
}

@media (max-width: 780px) {
  .header {
    height: 210px;
    text-align: center;
  }
}

@media (max-width: 660px) {
  .header {
    height: 220px;
  }
}

@media (max-width: 380px) {
  .header {
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 1;
  }
}

.clients-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.clients-list__item {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 30px 0;
  position: relative;
  text-align: center;
  width: 230px;
}

.clients-list__item img {
  height: 90px;
  margin-top: 10px;
}

.contact__background {
  background: -webkit-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../images/double-bear.jpg") no-repeat center center;
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../images/double-bear.jpg") no-repeat center center;
  background-size: cover;
  height: 550px;
  margin-top: 50px;
}

@media (max-width: 660px) {
  .contact__background {
    height: 600px;
  }
}

.contact__background--contact-page {
  margin-top: 0;
  min-height: 68vh;
}

@media (max-width: 380px) {
  .contact__background--contact-page {
    padding-top: 100px;
  }
}

.contact__header {
  color: #fff;
  font-family: "Humanist Bold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-align: left;
}

.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media (max-width: 660px) {
  .contact-form__row {
    display: inline-block;
    width: 100%;
  }
}

.contact-form__row input {
  border-radius: 5px;
  padding: 5px;
}

.contact-form__name,
.contact-form__number {
  height: 30px;
  margin-right: 15px;
  width: 300px;
}

@media (max-width: 660px) {
  .contact-form__name,
  .contact-form__number {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 0;
    width: 90%;
  }
}

.contact-form__email,
.contact-form__subject {
  height: 30px;
  width: 300px;
}

@media (max-width: 660px) {
  .contact-form__email,
  .contact-form__subject {
    display: inline-block;
    width: 90%;
  }
}

.contact-form__message {
  border-radius: 5px;
  height: 100px;
  padding: 3px;
  width: 630px;
}

@media (max-width: 660px) {
  .contact-form__message {
    display: inline-block;
    width: 90%;
  }
}

.contact-form__submit {
  background: #f15322;
  border: 0;
  border-radius: 5px;
  color: #fff;
  float: right;
  font-family: "Humanist Bold", Helvetica, Arial, sans-serif;
  font-size: 14.4px;
  font-size: .9rem;
  padding: 15px;
  text-transform: uppercase;
  width: 150px;
}

@media (max-width: 660px) {
  .contact-form__submit {
    float: none;
  }
}

.wpcf7-form {
  left: 50%;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, 30%);
          transform: translate(-50%, 30%);
  width: 644px;
}

@media (max-width: 660px) {
  .wpcf7-form {
    -webkit-transform: translate(-50%, 7%);
            transform: translate(-50%, 7%);
    width: 100%;
  }
}

.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-response-output {
  background: #fff;
  border-radius: 5px;
  margin: 3em .5em 1em !important;
  padding: .2em 1em;
  -webkit-transform: translate(1.5%, 0%);
          transform: translate(1.5%, 0%);
}

@media (max-width: 660px) {
  .wpcf7-response-output {
    margin: 0em .5em 1em !important;
  }
}

.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

.wpcf7-not-valid-tip {
  background: #fee3e2;
  border: 1px solid #f42f2a;
  border-radius: 5px;
  margin-top: 5px;
  padding: .2em 1em;
  -webkit-transform: translate(1%, 0%);
          transform: translate(1%, 0%);
  width: 270px;
}

@media (max-width: 660px) {
  .wpcf7-not-valid-tip {
    margin: .5em 0em 0em !important;
    -webkit-transform: translate(12%, 0%);
            transform: translate(12%, 0%);
    width: 70%;
  }
}

.g-recaptcha {
  float: left;
}

@media (max-width: 660px) {
  .g-recaptcha {
    float: none;
    margin-bottom: 5px;
    text-align: -webkit-center;
  }
}

.general {
  text-align: center;
}

.general hr {
  background: #f15322;
  border-width: 0;
  height: 2px;
  margin-bottom: 15px;
  width: 150px;
}

.general .general__break {
  margin-bottom: 50px;
}

.general__heading {
  font-family: "Humanist Bold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 30px;
}

.general__subheading {
  font-family: "Humanist Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 25px;
}

.general__text {
  margin-top: 10px;
}

#general__text__quote p {
  text-align: justify;
  line-height: 2;
}

.general__closing-text {
  font-family: "Humanist Bold", Helvetica, Arial, sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
}

.general__closing-text a {
  color: #333539;
}

.footer {
  background: #3c3f43;
}

.footer__text {
  color: #fff;
  font-size: 12.8px;
  font-size: .8rem;
  margin-top: -10px;
  text-align: center;
}

.footer__text span {
  color: #f15322;
}

.footer__text__address {
  margin-bottom: 10px;
}

.footer__text__design-minds {
  padding-bottom: 30px;
}

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