@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200|Playfair+Display:700");
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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

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

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

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

img, a img {
  border: none !important;
  max-width: 100%;
  outline: none !important; }

p, span, label, em {
  color: #465353;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  max-width: 100%;
  margin: 0 0 1.5625rem; }

em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #7c96a8;
  font-size: 1rem;
  line-height: 1.8rem;
  max-width: 100%;
  margin: 0 0 1.5625rem; }

.label {
  color: #465353;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.8rem; }

p a {
  color: #7c96a8;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding: 5px; }
  p a:hover {
    background-color: white;
    display: inline-block;
    padding: 5px; }

h1, h2, h3, h4, h5, h6 {
  color: #465353;
  font-family: "Playfair Display", serif; }

h1 {
  font-size: 3.5rem;
  margin-bottom: calc(3.5rem * .5);
  margin-top: calc(3.5rem * .75);
  max-width: 490px;
  line-height: 1.1em; }
  h1:first-child {
    margin-top: 0px; }
  @media (max-width: 400px) {
    h1 {
      font-size: 2rem;
      margin-bottom: calc(2rem * .5);
      margin-top: calc(2rem * .75);
      max-width: 100%; } }
  @media (min-width: 401px) and (max-width: 600px) {
    h1 {
      font-size: 2.5rem;
      margin-bottom: calc(2.5rem * .5);
      margin-top: calc(2.5rem * .75);
      max-width: 100%; } }
  @media (min-width: 601px) and (max-width: 850px) {
    h1 {
      font-size: 4rem;
      margin-bottom: calc(4rem * .5);
      margin-top: calc(4rem * .75);
      max-width: 100%; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    h1 {
      font-size: 4rem;
      margin-bottom: calc(4rem * .5);
      margin-top: calc(4rem * .75);
      max-width: 550px; } }

h4 + h1 {
  margin-top: calc(4rem * .5); }

h2 {
  font-size: 3.25rem;
  margin-bottom: calc(3.5rem * .5);
  margin-top: calc(3.5rem * .75);
  line-height: calc(1.5rem * 1.5); }
  h2:first-child {
    margin-top: 0px; }

h3 {
  font-size: 3rem;
  margin-bottom: calc(3rem * .5);
  margin-top: calc(3rem * .75);
  line-height: calc(1.5rem * 1.5); }
  h3:first-child {
    margin-top: 0px; }

h4 {
  font-size: 2.5rem;
  margin-bottom: calc(2.5rem * .5);
  margin-top: calc(2.5rem * .75);
  line-height: calc(1.5rem * 1.5); }
  h4:first-child {
    margin-top: 0px; }

h5 {
  font-size: 2rem;
  margin-bottom: calc(2rem * .5);
  margin-top: calc(2rem * .75);
  line-height: calc(1.5rem * 1.5); }
  h5:first-child {
    margin-top: 0px; }

h6 {
  font-size: 1.5rem;
  margin-bottom: calc(1.5rem * .5);
  margin-top: calc(1.5rem * .75);
  line-height: calc(1.5rem * 1.5);
  max-width: 13em; }
  h6:first-child {
    margin-top: 0px; }

.services .services .column h6 {
  text-align: center !important;
  max-width: 100% !important; }

.cta-button {
  display: inline-block;
  margin-bottom: calc(3rem * .5);
  margin-top: calc(3rem * .5);
  padding: 18px 20px;
  color: #3a3a3a;
  background-color: #e0bfb9;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .cta-button:hover {
    background-color: #ac8480;
    color: white; }

.page-content ul {
  list-style: circle;
  padding-left: 3em;
  margin-bottom: 1.5em; }
  .page-content ul li {
    color: grey;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.7rem;
    max-width: 100%;
    margin: 0 0 0.3rem;
    list-style: disc !important; }

.split-cols {
  max-width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  -ms-column-gap: 80px;
  -o-column-gap: 80px;
  column-gap: 80px; }
  .split-cols span {
    display: block;
    margin-bottom: 50px; }

.header {
  display: block;
  float: none;
  width: 85%;
  margin: 30px auto 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ccs-header-logo {
  max-width: 100%;
  width: 130px;
  margin: 20px 0;
  display: inline-block; }

.projects .show-desktop .projects .nav-link, .services .show-desktop .services .nav-link, .process .show-desktop .process .nav-link, .contact .show-desktop .contact .nav-link {
  border-top: 5px solid #ac8480;
  padding-top: 112px;
  margin-top: -112px;
  font-weight: 700; }

.projects .ccs-navigation ul li:first-child, .services .ccs-navigation ul li:first-child, .process .ccs-navigation ul li:first-child, .contact .ccs-navigation ul li:first-child {
  border-top: 0px solid #ac8480; }

.ccs-navigation {
  display: inline-block;
  position: relative;
  float: right;
  margin-top: 20px; }
  .ccs-navigation ul li {
    display: inline-block;
    list-style: none;
    margin-left: 13px; }
    .ccs-navigation ul li:first-child {
      border-top: 5px solid #ac8480;
      padding-top: 120px;
      margin-top: -120px; }
    @media (max-width: 400px) {
      .ccs-navigation ul li {
        margin-left: 13px; } }
    @media (min-width: 401px) and (max-width: 600px) {
      .ccs-navigation ul li {
        margin-left: 13px; } }
    @media (min-width: 601px) and (max-width: 850px) {
      .ccs-navigation ul li {
        margin-left: 13px; } }
    @media (min-width: 851px) and (max-width: 1000px) {
      .ccs-navigation ul li {
        margin-left: 13px; } }
    @media (min-width: 1001px) and (max-width: 1250px) {
      .ccs-navigation ul li {
        margin-left: 26px; } }
    @media (min-width: 1251px) and (max-width: 1650px) {
      .ccs-navigation ul li {
        margin-left: 30px; } }
    @media (min-width: 1651px) {
      .ccs-navigation ul li {
        margin-left: 30px; } }
    .ccs-navigation ul li a {
      text-decoration: none;
      font-family: "Nunito Sans", sans-serif;
      color: #465353;
      margin: 0px; }
      .ccs-navigation ul li a:hover, .ccs-navigation ul li a:active {
        color: black; }

.show-mobile .ccs-navigation {
  display: block;
  float: none;
  margin: 0px; }
  .show-mobile .ccs-navigation ul li {
    display: block;
    background-color: #ac8480;
    color: white;
    padding: 20px 10px 20px 10px;
    margin: 0px; }
  .show-mobile .ccs-navigation a {
    color: white; }

.services .show-mobile .services .nav-link {
  padding-top: 0px;
  margin-top: 0px; }

.header .layout-two-col .column {
  max-width: 100%;
  width: 49%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.nav-toggle {
  padding: 20px 10px 20px 10px;
  display: block;
  background-color: #ac8480;
  margin-top: 30px; }
  .nav-toggle .bar {
    display: block;
    width: 25px;
    height: 4px;
    background-color: white;
    margin: 4px 10px; }
  .nav-toggle .hamburger {
    display: inline-block;
    position: relative; }
  .nav-toggle .menu-text {
    margin-top: -30px;
    position: relative;
    left: 60px; }
    .nav-toggle .menu-text span {
      color: white; }

.closed {
  overflow: hidden;
  height: 26px;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease; }
  .closed .top-bar {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    -moz-transform: rotate(0deg) translate(0px, 0px);
    -ms-transform: rotate(0deg) translate(0px, 0px);
    -o-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .closed .middle-bar {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .closed .bottom-bar {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    -moz-transform: rotate(0deg) translate(0px, 0px);
    -ms-transform: rotate(0deg) translate(0px, 0px);
    -o-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .closed .menu-text-close {
    display: none !important; }
  .closed .menu-text-open {
    display: block; }

.open {
  overflow: hidden;
  height: 238px;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease; }
  .open .top-bar {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    -moz-transform: rotate(-45deg) translate(-5px, 5px);
    -ms-transform: rotate(-45deg) translate(-5px, 5px);
    -o-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .open .middle-bar {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .open .bottom-bar {
    -webkit-transform: rotate(45deg) translate(-6px, -7px);
    -moz-transform: rotate(45deg) translate(-6px, -7px);
    -ms-transform: rotate(45deg) translate(-6px, -7px);
    -o-transform: rotate(45deg) translate(-6px, -7px);
    transform: rotate(45deg) translate(-6px, -7px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .open .menu-text-close {
    display: block; }
  .open .menu-text-open {
    display: none !important; }

.social-icon {
  fill: #ac8480; }

.ccs-social {
  display: inline-block;
  float: right;
  text-align: right;
  margin-left: 20px; }
  .ccs-social ul li {
    list-style: none;
    margin: 3px 7px;
    display: inline-block;
    text-align: right; }

.social-link {
  display: inline-block;
  width: 44px;
  text-align: right; }
  .social-link:hover .social-icon {
    fill: #e0bfb9; }

html {
  background-color: #f5f9fc;
  border: 20px solid white;
  position: relative;
  display: block;
  font-size: 16px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 400px) {
    html {
      height: auto; } }
  @media (min-width: 601px) and (max-width: 850px) {
    html {
      height: auto; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    html {
      min-height: 100vh; } }
  @media (min-width: 1001px) and (max-width: 1250px) {
    html {
      min-height: 100vh; } }
  @media (min-width: 1251px) and (max-width: 1650px) {
    html {
      min-height: 100vh; } }
  @media (min-width: 1651px) {
    html {
      min-height: 100vh; } }

img, a img {
  border: none !important;
  max-width: 100%;
  outline: none !important; }

.show-desktop {
  display: none; }
  @media (max-width: 400px) {
    .show-desktop {
      display: none; } }
  @media (min-width: 601px) and (max-width: 850px) {
    .show-desktop {
      display: none; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    .show-desktop {
      display: block; } }
  @media (min-width: 1001px) and (max-width: 1250px) {
    .show-desktop {
      display: block; } }
  @media (min-width: 1251px) and (max-width: 1650px) {
    .show-desktop {
      display: block; } }
  @media (min-width: 1651px) {
    .show-desktop {
      display: block; } }

.show-mobile {
  display: block; }
  @media (max-width: 400px) {
    .show-mobile {
      display: block; } }
  @media (min-width: 601px) and (max-width: 850px) {
    .show-mobile {
      display: block; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    .show-mobile {
      display: none; } }
  @media (min-width: 1001px) and (max-width: 1250px) {
    .show-mobile {
      display: none; } }
  @media (min-width: 1251px) and (max-width: 1650px) {
    .show-mobile {
      display: none; } }
  @media (min-width: 1651px) {
    .show-mobile {
      display: none; } }

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

.show {
  display: block; }

.hide {
  display: none; }

.copyright {
  position: relative; }
  .copyright p {
    color: #bababa;
    font-size: 0.7em;
    font-family: sans-serif;
    text-align: center;
    letter-spacing: 0.04em;
    vertical-align: bottom; }
  @media (max-width: 400px) {
    .copyright {
      position: relative; }
      .copyright .dragonfly {
        display: block;
        width: 100px;
        position: relative;
        float: none;
        margin: 0px auto; }
      .copyright p {
        color: #bababa;
        font-size: 0.7em;
        font-family: sans-serif;
        text-align: center;
        letter-spacing: 0.04em;
        max-width: 100%; } }
  @media (min-width: 601px) and (max-width: 850px) {
    .copyright {
      position: relative;
      width: 100%;
      display: block;
      text-align: center; }
      .copyright .dragonfly {
        display: block;
        width: 100px;
        position: relative;
        float: none;
        margin: 0px auto; }
      .copyright p {
        color: #bababa;
        font-size: 0.7em;
        font-family: sans-serif;
        text-align: center;
        letter-spacing: 0.04em;
        display: block;
        width: 100%;
        margin: 0px;
        max-width: 100%; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    .copyright {
      position: absolute;
      bottom: 10px;
      right: 20px; }
      .copyright .dragonfly {
        display: block;
        width: 100px;
        float: right; }
      .copyright p {
        color: #bababa;
        font-size: 0.7em;
        font-family: sans-serif;
        text-align: right;
        letter-spacing: 0.04em; } }
  @media (min-width: 1001px) and (max-width: 1250px) {
    .copyright {
      position: absolute;
      bottom: 10px;
      right: 20px; }
      .copyright .dragonfly {
        display: block;
        width: 100px;
        float: right; }
      .copyright p {
        color: #bababa;
        font-size: 0.7em;
        font-family: sans-serif;
        text-align: right;
        letter-spacing: 0.04em; } }
  @media (min-width: 1251px) and (max-width: 1650px) {
    .copyright {
      position: absolute;
      bottom: 10px;
      right: 20px; }
      .copyright .dragonfly {
        display: block;
        width: 100px;
        float: right; }
      .copyright p {
        color: #bababa;
        font-size: 0.7em;
        font-family: sans-serif;
        text-align: right;
        letter-spacing: 0.04em; } }
  @media (min-width: 1651px) {
    .copyright {
      position: absolute;
      bottom: 10px;
      right: 20px; }
      .copyright .dragonfly {
        display: block;
        width: 100px;
        float: right; }
      .copyright p {
        color: #bababa;
        font-size: 0.7em;
        font-family: sans-serif;
        text-align: right;
        letter-spacing: 0.04em; } }

.small-licence {
  display: block;
  text-align: center;
  width: 100%; }
  @media (min-width: 401px) and (max-width: 600px) {
    .small-licence {
      position: relative;
      display: block; } }
  @media (min-width: 601px) and (max-width: 850px) {
    .small-licence {
      position: relative;
      display: block; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    .small-licence {
      display: none; } }
  @media (min-width: 1001px) and (max-width: 1250px) {
    .small-licence {
      display: none; } }
  @media (min-width: 1251px) and (max-width: 1650px) {
    .small-licence {
      display: none; } }
  @media (min-width: 1651px) {
    .small-licence {
      display: none; } }
  .small-licence span {
    color: #3a3a3a;
    font-family: sans-serif;
    padding: 5px;
    display: block;
    line-height: 1.4em;
    font-size: .8em;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
    text-align: center; }
  .small-licence img {
    margin: 0px auto;
    float: none;
    position: relative;
    width: 174px;
    max-width: 100%;
    display: block; }

.licence {
  display: none;
  color: white !important; }
  @media (min-width: 401px) and (max-width: 600px) {
    .licence {
      position: relative;
      display: none; } }
  @media (min-width: 601px) and (max-width: 850px) {
    .licence {
      position: relative;
      display: none; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    .licence {
      position: absolute;
      text-align: right;
      color: white;
      display: inline-block;
      z-index: 10;
      font-family: sans-serif;
      bottom: 20px;
      left: 7%; } }
  @media (min-width: 1001px) and (max-width: 1250px) {
    .licence {
      position: absolute;
      text-align: right;
      color: white;
      display: inline-block;
      z-index: 10;
      font-family: sans-serif;
      bottom: 20px;
      left: 7%; } }
  @media (min-width: 1251px) and (max-width: 1650px) {
    .licence {
      position: absolute;
      text-align: right;
      color: white;
      display: inline-block;
      z-index: 10;
      font-family: sans-serif;
      bottom: 20px;
      left: 13%; } }
  @media (min-width: 1651px) {
    .licence {
      position: absolute;
      text-align: right;
      color: white;
      display: inline-block;
      z-index: 10;
      font-family: sans-serif;
      bottom: 20px;
      left: 13%; } }
  .licence span {
    background-color: #298465;
    color: white !important;
    padding: 5px;
    display: block;
    line-height: 1.4em;
    font-size: .8em;
    letter-spacing: 0.04em; }
  .licence img {
    margin-top: 10px;
    width: 174px;
    max-width: 100%;
    display: block; }

@keyframes loadtransition {
  0% {
    transform: translateY(20%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.home .layout-container {
  animation: 1s ease-out 0s 1 loadtransition; }

.layout-container {
  display: block;
  position: relative;
  float: none;
  width: 85%;
  margin: 30px auto 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 400px) {
    .layout-container {
      margin: 30px auto 30px; } }
  @media (min-width: 401px) and (max-width: 600px) {
    .layout-container {
      margin: 30px auto 30px; } }
  @media (min-width: 601px) and (max-width: 850px) {
    .layout-container {
      margin: 30px auto 30px; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    .layout-container {
      margin: 140px auto 30px; } }
  @media (min-width: 1001px) and (max-width: 1250px) {
    .layout-container {
      margin: 140px auto 30px; } }
  @media (min-width: 1251px) and (max-width: 1650px) {
    .layout-container {
      margin: 140px auto 30px; } }
  @media (min-width: 1651px) {
    .layout-container {
      margin: 140px auto 30px; } }
  .layout-container .ninety-left, .layout-container .ninety-right {
    position: absolute;
    display: block;
    top: 160px;
    width: 365px; }
    .layout-container .ninety-left span, .layout-container .ninety-right span {
      font-size: 0.8em;
      letter-spacing: 0.6em;
      color: #7c96a8; }
    @media (max-width: 400px) {
      .layout-container .ninety-left, .layout-container .ninety-right {
        display: none; } }
    @media (min-width: 401px) and (max-width: 600px) {
      .layout-container .ninety-left, .layout-container .ninety-right {
        display: none; } }
    @media (min-width: 601px) and (max-width: 850px) {
      .layout-container .ninety-left, .layout-container .ninety-right {
        display: none; } }
    @media (min-width: 851px) and (max-width: 1000px) {
      .layout-container .ninety-left, .layout-container .ninety-right {
        display: block; } }
    @media (min-width: 1001px) and (max-width: 1250px) {
      .layout-container .ninety-left, .layout-container .ninety-right {
        display: block; } }
    @media (min-width: 1251px) and (max-width: 1650px) {
      .layout-container .ninety-left, .layout-container .ninety-right {
        display: block; } }
    @media (min-width: 1651px) {
      .layout-container .ninety-left, .layout-container .ninety-right {
        display: block; } }
  .layout-container .ninety-left {
    left: -161px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .layout-container .ninety-right {
    right: -161px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.services .layout-container .column {
  padding: 0 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .services .layout-container .column .service-image {
    display: block;
    max-width: 300px;
    width: 60%;
    margin: 70px auto 20px;
    float: none;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .services .layout-container .column .cta-button p {
    margin: 0px !important;
    font-weight: 700;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease; }
  .services .layout-container .column .cta-button:hover p {
    color: white;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease; }

.projects .layout-container, .services .layout-container {
  margin: 30px auto 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 400px) {
    .projects .layout-container, .services .layout-container {
      margin: 30px auto 30px; } }
  @media (min-width: 401px) and (max-width: 600px) {
    .projects .layout-container, .services .layout-container {
      margin: 30px auto 30px; } }
  @media (min-width: 601px) and (max-width: 850px) {
    .projects .layout-container, .services .layout-container {
      margin: 30px auto 30px; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    .projects .layout-container, .services .layout-container {
      margin: 100px auto 100px; } }
  @media (min-width: 1001px) and (max-width: 1250px) {
    .projects .layout-container, .services .layout-container {
      margin: 100px auto 100px; } }
  @media (min-width: 1251px) and (max-width: 1650px) {
    .projects .layout-container, .services .layout-container {
      margin: 100px auto 100px; } }
  @media (min-width: 1651px) {
    .projects .layout-container, .services .layout-container {
      margin: 100px auto 100px; } }

.contact .layout-container {
  margin: 30px auto 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 400px) {
    .contact .layout-container {
      margin: 30px auto 30px; } }
  @media (min-width: 401px) and (max-width: 600px) {
    .contact .layout-container {
      margin: 30px auto 30px; } }
  @media (min-width: 601px) and (max-width: 850px) {
    .contact .layout-container {
      margin: 30px auto 30px; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    .contact .layout-container {
      margin: 100px auto 50px; } }
  @media (min-width: 1001px) and (max-width: 1250px) {
    .contact .layout-container {
      margin: 100px auto 50px; } }
  @media (min-width: 1251px) and (max-width: 1650px) {
    .contact .layout-container {
      margin: 100px auto 50px; } }
  @media (min-width: 1651px) {
    .contact .layout-container {
      margin: 100px auto 50px; } }

.page-content {
  display: block;
  float: none;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 400px) {
    .page-content {
      width: 100%; } }
  @media (min-width: 401px) and (max-width: 600px) {
    .page-content {
      width: 100%; } }
  @media (min-width: 601px) and (max-width: 850px) {
    .page-content {
      width: 100%; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    .page-content {
      width: 80%; } }
  @media (min-width: 1001px) and (max-width: 1250px) {
    .page-content {
      width: 80%; } }
  @media (min-width: 1251px) and (max-width: 1650px) {
    .page-content {
      width: 80%; } }
  @media (min-width: 1651px) {
    .page-content {
      width: 80%; } }

.layout-container .layout-three-col {
  text-align: center; }
  .layout-container .layout-three-col .column {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 400px) {
      .layout-container .layout-three-col .column {
        width: 100%;
        margin: 0 auto 20px; } }
    @media (min-width: 401px) and (max-width: 600px) {
      .layout-container .layout-three-col .column {
        width: 100%;
        margin: 0 auto 20px; } }
    @media (min-width: 601px) and (max-width: 850px) {
      .layout-container .layout-three-col .column {
        width: 100%;
        margin: 0 auto 20px; } }
    @media (min-width: 851px) and (max-width: 1000px) {
      .layout-container .layout-three-col .column {
        width: 100%;
        margin: 0 auto 20px; } }
    @media (min-width: 1001px) and (max-width: 1250px) {
      .layout-container .layout-three-col .column {
        width: 49%; } }
    @media (min-width: 1251px) and (max-width: 1650px) {
      .layout-container .layout-three-col .column {
        width: 32%; } }
    @media (min-width: 1651px) {
      .layout-container .layout-three-col .column {
        width: 33%; } }

.layout-container .layout-two-col .column,
.projects .layout-container .layout-two-col .column {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 400px) {
    .layout-container .layout-two-col .column,
    .projects .layout-container .layout-two-col .column {
      width: 100%;
      margin: 0 auto 20px; } }
  @media (min-width: 401px) and (max-width: 600px) {
    .layout-container .layout-two-col .column,
    .projects .layout-container .layout-two-col .column {
      width: 100%;
      margin: 0 auto 20px; } }
  @media (min-width: 601px) and (max-width: 850px) {
    .layout-container .layout-two-col .column,
    .projects .layout-container .layout-two-col .column {
      width: 100%;
      margin: 0 auto 20px; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    .layout-container .layout-two-col .column,
    .projects .layout-container .layout-two-col .column {
      width: 100%;
      margin: 0 auto 20px; } }
  @media (min-width: 1001px) and (max-width: 1250px) {
    .layout-container .layout-two-col .column,
    .projects .layout-container .layout-two-col .column {
      width: 49.5%; } }
  @media (min-width: 1251px) and (max-width: 1650px) {
    .layout-container .layout-two-col .column,
    .projects .layout-container .layout-two-col .column {
      width: 49.5%; } }
  @media (min-width: 1651px) {
    .layout-container .layout-two-col .column,
    .projects .layout-container .layout-two-col .column {
      width: 49.5%; } }

@media (max-width: 400px) {
  .layout-container .layout-two-col .layout-right,
  .projects .layout-container .layout-two-col .layout-right {
    padding-left: 0px; } }

@media (min-width: 401px) and (max-width: 600px) {
  .layout-container .layout-two-col .layout-right,
  .projects .layout-container .layout-two-col .layout-right {
    padding-left: 0px; } }

@media (min-width: 601px) and (max-width: 850px) {
  .layout-container .layout-two-col .layout-right,
  .projects .layout-container .layout-two-col .layout-right {
    padding-left: 0px; } }

@media (min-width: 851px) and (max-width: 1000px) {
  .layout-container .layout-two-col .layout-right,
  .projects .layout-container .layout-two-col .layout-right {
    padding-left: 0px; } }

@media (min-width: 1001px) and (max-width: 1250px) {
  .layout-container .layout-two-col .layout-right,
  .projects .layout-container .layout-two-col .layout-right {
    padding-left: 30px; } }

@media (min-width: 1251px) and (max-width: 1650px) {
  .layout-container .layout-two-col .layout-right,
  .projects .layout-container .layout-two-col .layout-right {
    padding-left: 0px; } }

@media (min-width: 1651px) {
  .layout-container .layout-two-col .layout-right,
  .projects .layout-container .layout-two-col .layout-right {
    padding-left: 0px; } }

.layout_sidebar-left .sidebar-left {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top; }
  @media (max-width: 400px) {
    .layout_sidebar-left .sidebar-left {
      width: 100%; } }
  @media (min-width: 401px) and (max-width: 600px) {
    .layout_sidebar-left .sidebar-left {
      width: 100%; } }
  @media (min-width: 601px) and (max-width: 850px) {
    .layout_sidebar-left .sidebar-left {
      width: 100%; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    .layout_sidebar-left .sidebar-left {
      width: 100%; } }
  @media (min-width: 1001px) and (max-width: 1250px) {
    .layout_sidebar-left .sidebar-left {
      width: 50%; } }
  @media (min-width: 1251px) and (max-width: 1650px) {
    .layout_sidebar-left .sidebar-left {
      width: 25%; } }
  @media (min-width: 1651px) {
    .layout_sidebar-left .sidebar-left {
      width: 25%; } }

.layout_sidebar-left .content-right {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding-left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 400px) {
    .layout_sidebar-left .content-right {
      width: 100%;
      padding-left: 0px; } }
  @media (min-width: 401px) and (max-width: 600px) {
    .layout_sidebar-left .content-right {
      width: 100%;
      padding-left: 0px; } }
  @media (min-width: 601px) and (max-width: 850px) {
    .layout_sidebar-left .content-right {
      width: 100%;
      padding-left: 0px; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    .layout_sidebar-left .content-right {
      width: 100%;
      padding-left: 0px; } }
  @media (min-width: 1001px) and (max-width: 1250px) {
    .layout_sidebar-left .content-right {
      width: 49%;
      padding-left: 40px; } }
  @media (min-width: 1251px) and (max-width: 1650px) {
    .layout_sidebar-left .content-right {
      width: 74%;
      padding-left: 40px; } }
  @media (min-width: 1651px) {
    .layout_sidebar-left .content-right {
      width: 74%;
      padding-left: 40px; } }

.download-icon {
  width: 50px;
  opacity: 1; }
  .download-icon:hover {
    opacity: 0.7; }

.projects .column-image {
  position: relative;
  background-position: center;
  background-size: cover;
  min-height: 340px;
  border: 5px solid white;
  margin-bottom: 5px;
  animation: 1s ease-out 0s 1 loadtransition;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 400px) {
    .projects .column-image {
      min-height: 300px; } }
  @media (min-width: 401px) and (max-width: 600px) {
    .projects .column-image {
      min-height: 400px; } }
  @media (min-width: 601px) and (max-width: 850px) {
    .projects .column-image {
      min-height: 450px; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    .projects .column-image {
      min-height: 450px; } }
  @media (min-width: 1001px) and (max-width: 1250px) {
    .projects .column-image {
      min-height: 320px; } }
  @media (min-width: 1251px) and (max-width: 1650px) {
    .projects .column-image {
      min-height: 320px; } }
  @media (min-width: 1651px) {
    .projects .column-image {
      min-height: 340px; } }
  .projects .column-image .hover-title {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .projects .column-image .hover-title h6 {
      color: #7c96a8;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      text-align: center;
      vertical-align: middle;
      width: 80%;
      margin: 0 auto;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .projects .column-image .project-image {
    filter: grayscale(0%);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.projects .column:hover .hover-title {
  display: block;
  opacity: 0.8;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: white;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  .projects .column:hover .hover-title h6 {
    color: #7c96a8;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40%;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
    width: 80%;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.projects .column:hover .project-image {
  filter: grayscale(100%);
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.project-nav-button {
  display: block;
  background-color: #bfcad1;
  color: white !important;
  text-align: center;
  padding: 10px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .project-nav-button span {
    color: white !important;
    text-decoration: none; }
  .project-nav-button a {
    color: white;
    text-decoration: none; }
  .project-nav-button:hover {
    background-color: white;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease; }
    .project-nav-button:hover span {
      color: #bfcad1 !important;
      text-decoration: none; }

.project-primary-image {
  max-width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.project-description {
  display: inline-block;
  position: relative;
  margin: 0px 40px;
  float: right;
  vertical-align: top;
  z-index: 1; }

.projects .layout_sidebar-left .sidebar-left {
  background-position: center;
  background-size: cover;
  min-height: 400px; }

.projects .other-image {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.4;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0; }

.contact .layout-container .layout-left {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .contact .layout-container .layout-left p {
    max-width: 25em; }
  .contact .layout-container .layout-left .bold {
    font-weight: 700; }

form input, textarea {
  color: #465353 !important;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.8rem !important;
  padding: 5px;
  max-width: 100%;
  border-top: 1px solid #bfcad1;
  border-bottom: 1px solid #bfcad1;
  border-left: 1px solid #bfcad1;
  border-right: 1px solid #bfcad1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: #ffffff 0px 0px 0px inset;
  -moz-box-shadow: #ffffff 0px 0px 0px inset;
  box-shadow: #ffffff 0px 0px 0px inset; }
  form input:focus, textarea:focus {
    outline: #e0bfb9 auto 5px; }
  form input:hover, textarea:hover {
    border-top: 1px solid #7c96a8;
    border-bottom: 1px solid #7c96a8;
    border-left: 1px solid #7c96a8;
    border-right: 1px solid #7c96a8; }

input {
  width: 100%; }

textarea {
  padding: 5px 20px 5px 5px;
  width: 100%; }

.field {
  margin-bottom: 20px; }

.form-group, .inline {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 400px) {
    .form-group, .inline {
      width: 100%; } }
  @media (min-width: 401px) and (max-width: 600px) {
    .form-group, .inline {
      width: 100%; } }
  @media (min-width: 601px) and (max-width: 850px) {
    .form-group, .inline {
      width: 100%; } }
  @media (min-width: 851px) and (max-width: 1000px) {
    .form-group, .inline {
      width: 100%; } }
  @media (min-width: 1001px) and (max-width: 1250px) {
    .form-group, .inline {
      width: 49.5%; } }
  @media (min-width: 1251px) and (max-width: 1650px) {
    .form-group, .inline {
      width: 49.7%; } }
  @media (min-width: 1651px) {
    .form-group, .inline {
      width: 49.7%; } }

.form-span {
  position: relative;
  display: block;
  width: 100%; }
  .form-span textarea {
    width: 100%; }

input[type="submit"], button {
  padding: 10px 20px;
  margin: 20px 0;
  background-color: #ac8480;
  color: white !important;
  font-weight: 400;
  border: none !important;
  font-size: 1em; }
  input[type="submit"]:hover, button:hover {
    background-color: #e0bfb9;
    color: #465353 !important;
    cursor: pointer; }

.success {
  padding: 10px;
  background-color: #afd6af;
  color: #465353;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  max-width: 100%;
  margin: 0 0 1.5625rem; }

.error {
  padding: 10px;
  background-color: #bb6158;
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  max-width: 100%;
  margin: 0 0 1.5625rem; }

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