@charset "UTF-8";
* {
  box-sizing: border-box; }

textarea, input, button {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Work Sans', sans-serif; }

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both; }

strong {
  font-weight: 500; }

body {
  padding: 0;
  margin: 0;
  color: #4b4d50;
  font-size: 14pt;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga","hist","onum";
  font-feature-settings: "liga","hist","onum";
  overflow-x: hidden;
  background-color: #ffffff; }

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

input:focus {
  outline: none; }

.__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px; }

.__flex__container {
  display: flex;
  flex-flow: row wrap;
  position: relative; }
  .__flex__container.__flex__justify__center {
    justify-content: center; }
  .__flex__container.__flex__justify__between {
    justify-content: space-between; }
  .__flex__container.__flex__align__center {
    align-items: center; }
  .__flex__container.__flex__align__end {
    align-items: end; }
  .__flex__container.__flex__direction__row {
    flex-direction: row; }
  .__flex__container.__flex__direction__column {
    flex-direction: column; }
.__flex__grid__50 {
  flex-basis: 50%; }
  .__flex__grid__50:nth-of-type(odd) {
    padding-right: 10px; }
  .__flex__grid__50:nth-of-type(even) {
    padding-left: 10px; }
.__flex__grid__25 {
  flex-basis: 25%; }
  .__flex__grid__25:nth-of-type(odd) {
    padding-right: 10px; }
  .__flex__grid__25:nth-of-type(even) {
    padding-left: 10px; }
.__flex__grid__75 {
  flex-basis: 75%;
  padding-left: 10px; }
.__flex__grid__60 {
  flex-basis: 60%;
  padding-right: 10px; }
.__flex__grid__40 {
  flex-basis: 40%;
  padding-left: 10px; }

#header {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 400px;
  background-position: 50% 0; }
  #header:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)); }
  #header .custom-logo-link {
    width: auto;
    display: inline-block;
    background-color: white;
    margin-top: 0;
    padding: 10px 20px;
    border-bottom: 3px solid #F26B35;
    z-index: 2;
    position: relative;
    height: 100%; }
    #header .custom-logo-link img {
      max-width: 100%;
      width: 220px;
      height: auto !important;
      display: block;
      z-index: 2;
      position: relative; }
  #header h2 {
    font-size: 25px;
    padding: 60px;
    margin: 60px 0;
    color: white;
    z-index: 2;
    line-height: 1.2; }
  #header nav {
    position: relative;
    z-index: 2; }
    #header nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #header nav ul li {
        padding: 25px 15px; }
        #header nav ul li a {
          color: white;
          font-family: 'Work Sans', sans-serif;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-size: 11pt;
          position: relative;
          transition: all 0.25s ease-in; }
          #header nav ul li a:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 3px;
            background-color: #F26B35;
            left: 0;
            bottom: -10px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.25s ease-in; }
          #header nav ul li a:hover {
            color: #F26B35; }
            #header nav ul li a:hover:after {
              opacity: 1;
              visibility: visible;
              bottom: -7px; }
        #header nav ul li.current-menu-item a {
          color: #F26B35; }
          #header nav ul li.current-menu-item a:after {
            opacity: 1;
            visibility: visible;
            bottom: -7px; }

main {
  padding: 20px 0; }
  main .__container {
    padding: 10px; }
  main .twitter__section {
    background-color: #F26B35;
    color: white; }
    main .twitter__section span {
      display: block;
      margin: 20px 0; }
  main .intro__content p {
    color: #4b4d50;
    margin: 0 !important; }
  main .twitter__section,
  main .intro__content {
    padding: 30px; }
  main .__content {
    padding: 20px 0; }
    main .__content h2 {
      margin: 0;
      color: #F26B35; }
    main .__content p {
      color: #4b4d50;
      margin-top: 10px; }
  main .__services {
    list-style: none;
    margin: 10px 0 0;
    padding: 0; }
    main .__services li {
      margin-bottom: 10px; }
    main .__services a {
      font-family: 'Work Sans', sans-serif;
		font-weight: 500;
      transition: all 0.2s ease-in; }
      main .__services a:hover {
        color: #F26B35; }
      main .__services a span {
        color: #4b4d50; }
  main .company_values,
  main .company_help,
  main .project__excerpt {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    padding: 60px 40px 20px;
    display: block;
    cursor: pointer; }
    main .company_values:after,
    main .company_help:after,
    main .project__excerpt:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1)); }
  main .project__excerpt {
    height: 100%;
    padding: 30px 40px 20px; }
  main h3 {
    margin-top: 0;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 40px;
	font-weight: 500;}
    main h3:after {
      position: absolute;
      content: "";
      width: 60px;
      height: 3px;
      left: 0;
      bottom: -20px;
      background-color: #F26B35; }
  main h3, main p {
    z-index: 2;
    position: relative;
    color: white; }

footer {
  padding-top: 30px;
  border-top: 1px solid #e4e4e4; }
  footer .footer__logo {
    width: 200px; }
  footer h4 {
    margin-bottom: 10px; }
  footer .footer_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; }
    footer .footer_links ul li {
      font-size: 12.5pt; }
      footer .footer_links ul li a {
        transition: all 0.25s ease-in; }
        footer .footer_links ul li a:hover {
          color: #F26B35; }
  footer .social {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer .social li {
      margin-right: 10px; }
      footer .social li:last-of-type {
        margin-right: 0; }
      footer .social li a {
        display: block; }
    footer .social img {
      width: 30px; }
  footer .lower__footer {
    background-color: #A9ABAE;
    color: white;
    margin-top: 20px;
    padding: 15px 0;
    font-size: 12pt; }
    footer .lower__footer ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      footer .lower__footer ul li {
        margin-right: 15px; }
        footer .lower__footer ul li:last-of-type {
          margin-right: 0; }

.section__title {
  background-color: #A9ABAE; }
  .section__title h1 {
    color: white;
    font-size: 30px;
    padding: 0;
    text-transform: uppercase; }

#portfolio,
#clients {
  background-color: #F26B35;
  padding: 30px 0; }
  #portfolio h2,
  #clients h2 {
    color: white;
    margin: 0 0 10px;
    width: 100%; }
  #portfolio .project__excerpt,
  #clients .project__excerpt {
    min-height: 220px;
    margin-bottom: 0px; }
  #portfolio .__flex__container,
  #clients .__flex__container {
    width: 100%; }
  #portfolio .__flex__grid__50,
  #clients .__flex__grid__50 {
    margin-bottom: 20px; }

#clients {
  background-color: white;
  border-top: 1px solid #e4e4e4; }
  #clients h2 {
    color: #4b4d50; }
  #clients img {
    width: 160px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
    #clients img:hover {
      -webkit-filter: grayscale(0%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0%); }

.page-id-13 #portfolio,
.category #portfolio {
  background-color: white; }
  .page-id-13 #portfolio h2,
  .category #portfolio h2 {
    color: #4b4d50; }
.page-id-13 .client-slider,
.category .client-slider {
  margin: 0;
  padding: 0;
  list-style: none; }

.single-portfolio .the_content {
  width: 75%;
  margin: 20px auto; }
  .single-portfolio .the_content h3 {
    margin: 30px 0 0; }
    .single-portfolio .the_content h3:after {
      display: none; }
  .single-portfolio .the_content p, .single-portfolio .the_content h3 {
    color: #4b4d50 !important; }
  .single-portfolio .the_content .ngg-galleryoverview {
    margin-bottom: 20px; }
  .single-portfolio .the_content .slideshowlink {
    display: none; }
  .single-portfolio .the_content .ngg-gallery-thumbnail-box {
    width: 33.33% !important; }
    .single-portfolio .the_content .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
      border: none;
      margin: 0 !important; }
      .single-portfolio .the_content .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
        width: 100%; }

.page-id-15 .wpcf7 {
  width: 90%;
  margin: 0 auto !important; }

.wpcf7 {
  width: 60%;
  margin: 30px auto !important; }
  .wpcf7 label {
    display: block;
    font-size: 12pt;
    font-family: 'Work Sans', sans-serif;
	  font-weight: 500;
}
  .wpcf7 input, .wpcf7 textarea {
    padding: 10px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #dedede;
    transition: all 0.2s ease-in; }
    .wpcf7 input:focus, .wpcf7 textarea:focus {
      border-color: #c1c1c1; }
  .wpcf7 textarea {
    min-height: 100px !important; }
  .wpcf7 .submit {
    width: auto;
    float: right;
    padding: 15px 20px;
    background-color: #F26B35;
    border: none;
    color: white;
    font-family: 'Work Sans', sans-serif;
	  font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 1; }
  .wpcf7 p:after, .wpcf7 p:before {
    content: "";
    display: table;
    clear: both; }

@media (max-width: 930px) {
  #header h2 {
    flex-basis: 100% !important; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #f26b35;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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