@import url(https://fonts.googleapis.com/css?family=Barlow:200,300,300i,400,500,700);/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
}

body {
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
  margin: 0px;
  padding: 0px;
}

/* Reset */

img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  padding: 0px;
  margin: 0px;
}

/* Font styles */

p {
  font-size: 84%;
}

.content ul {
  padding: 10px 30px;
}

.content ul li {
  font-size: 84%;
  margin: 0px;
  padding: 5px 0px;
}

/* Expandy image */

.slideshow {
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: fixed;
  top: 0px;
  left: 0px;
}

img.expando {
  padding: 0;
  margin: 0;
  position: absolute;
  /*display: none;*/
  z-index: -1;
  -ms-interpolation-mode: bicubic;
}

.wide img.expando,
.tall img#expando {
  display: block;
}

.wide img.expando {
  width: 100%;
  height: auto;
}

.tall img.expando {
  width: auto;
  height: 100%;
}

.ie6fixed {
  position: absolute;
  clear: both;
  top: expression((ignoreMe = document.documentElement.scrollTop ?document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}

/* Header */

#header {
  width: 100%;
  color: #252525;
  background-color: #FFF;
}

#logoContact {
  width: 100%;
  float: left;
  margin-top: 24px;
}

#logo {
  float: left;
  width: 134px;
  height: 55px;
}

.contact {
  float: right;
  padding-top: 10px;
  text-align: right;
}

/* Navigation */

.dropDown {
  display: block;
}

.subnav {
  z-index: 1000;
}

#primaryNav ul li ul.subnav li {
  font-size: 100%;
  padding: 0 0 1px 0;
  border-bottom: #AAA 1px solid;
  clear: both;
  width: 147px;
  padding: 3px 0 2px 16px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.callAction {
  float: left;
  background-color: #252525;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  margin-bottom: 10px;
  color: #FFF;
  margin-top: 50px;
}

.callAction p {
  padding: 3px 13px 3px 13px;
}

/* Content body */

body#news {
  background-color: #252525;
}

body#portfolio {
  background-color: #D8D8D8;
}

#portfolio #contentArea {
  float: left;
  width: 100%;
  margin-top: 0;
}

#projectDetail #contentArea {
  float: left;
  width: 80%;
  margin-top: 90px;
  display: block;
  clear: both;
}

/* Portfolio pages */

#gallery {
  width: 100%;
  float: left;
}

/* Thumb and overlay */

.thumb {
  margin: 1px;
  float: left;
  display: block;
  width: 322px;
  height: 202px;
}

.thumbOverlay {
  position: absolute;
  width: 322px;
  height: 203px;
  display: none;
  cursor: pointer;
  cursor: hand;
  background-color: #252525;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.thumbOverlay h2 {
  font-size: 130%;
  color: #FFF;
  background: url(/images/layout/border/bottomBorder.jpg) repeat-x left bottom;
  margin: 15px 0 20px 15px;
  padding: 0 20px 10px 10px;
}

.thumbOverlay p {
  color: #FFF;
  /*

*/
  margin: 0 15px 0 15px;
}

.projectTitle {
  width: 100%;
  float: left;
}

.viewButton {
  margin-top: 15px;
}

.cycleLeft {
  background: url(/images/layout/gallery/cycleLeft.png) no-repeat top left;
  width: 34px;
  height: 54px;
  float: left;
}

.cycleRight {
  background: url(/images/layout/gallery/cycleRight.png) no-repeat top left;
  width: 34px;
  height: 54px;
  float: right;
}

.cycleLeft a,
.cycleRight a {
  width: 34px;
  height: 54px;
  display: block;
  float: left;
}

#galleryCycle {
  position: absolute;
  width: 949px;
  margin: -20px 0 0 -60px;
}

html,
body {
  font-family: 'Barlow', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
}

p {
  line-height: 1.5em;
  color: #252525;
}

a {
  -webkit-transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  color: #699FE2;
  text-decoration: none;
}

.content-body a:not(.button):hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

span.error-txt {
  color: #ce0000;
  font-size: 13px;
}

.button {
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
  border-radius: 3px;
  display: inline-block;
  background-size: auto 200%;
  background-color: #699FE2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#A3CDF3), color-stop(40%, #699FE2), to(#A3CDF3));
  background-image: linear-gradient(#A3CDF3 0%, #699FE2 40%, #A3CDF3 100%);
  padding: 15px 57px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}

.button:hover {
  background-position: bottom center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
  font-size: 14px;
  line-height: 14px;
  color: #252525;
}

html,
body {
  height: 100%;
}

.container,
#header #headerInner,
#footer .footer-container,
.content-body-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 873px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  margin: 0 auto;
}

.container:before,
#header #headerInner:before,
#footer .footer-container:before,
.content-body-inner:before,
.container:after,
#header #headerInner:after,
#footer .footer-container:after,
.content-body-inner:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 812px) {
  .wrapper {
    min-height: 100%;
    margin-bottom: -210px;
  }

  .content-push {
    height: 210px;
  }
}

body .single-page .content ul {
  margin: 0 0 30px 0;
  padding: 10px 30px;
}

body .single-page .content ul li {
  list-style: disc;
  margin: 0;
  padding: 5px 0;
}

#header {
  position: relative;
  z-index: 5000;
}

#header:before,
#header:after {
  content: "";
  display: table;
  clear: both;
}

#header .contact .number {
  color: #252525;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

#header .contact p a {
  font-size: 14px;
  line-height: 14px;
}

#header #logoContact {
  display: block;
  margin: 24px 0;
}

@media screen and (max-width: 812px) {
  #header #logoContact {
    margin: 15px 0;
  }

  #header #logoContact #logo {
    width: 30%;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  #header #logoContact .contact {
    padding: 0;
  }
}

#header #primaryNav {
  display: block;
  width: 100%;
  clear: both;
}

@media screen and (max-width: 812px) {
  #header #primaryNav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #EFEFEF;
  }
}

#header #primaryNav .topnav {
  width: 100%;
}

@media screen and (min-width: 812px) {
  #header #primaryNav .topnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#header #primaryNav .topnav > li {
  position: relative;
  padding: 0;
  width: auto;
  background: none;
  list-style: none;
  font-size: 13px;
}

@media screen and (min-width: 812px) {
  #header #primaryNav .topnav > li {
    float: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 17px;
  }
}

#header #primaryNav .topnav > li a {
  display: block;
  padding: 10px;
  text-align: center;
  background: #EFEFEF;
  color: #252525;
}

#header #primaryNav .topnav > li a:hover,
#header #primaryNav .topnav > li a:focus,
#header #primaryNav .topnav > li a.active {
  background-color: #699FE2;
  color: #fff;
}

#header #primaryNav .topnav > li.lastNav {
  margin-right: 0;
}

#header #primaryNav .topnav > li ul.subnav {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
}

#header #primaryNav .topnav > li ul.subnav li {
  border: 0;
  padding: 0;
  opacity: 1;
  width: 163px;
}

#header #primaryNav .topnav > li ul.subnav li a {
  padding: 7px;
}

.mobileMenuButton {
  clear: both;
  display: none;
  padding: 10px;
  margin: 0 -20px;
  text-align: center;
  background: #EFEFEF;
  color: #252525;
}

@media screen and (max-width: 812px) {
  .mobileMenuButton {
    display: block;
  }
}

#footer {
  padding: 37px 0 41px 0;
  background: #252525;
  color: #ffffff;
}

#news #footer {
  border-top: 1px solid #fff;
}

#footer .footer-container {
  padding-bottom: 20px;
}

@media screen and (min-width: 812px) {
  #footer .footer-container .footer-column {
    width: 33.3333%;
    float: left;
  }
}

#footer .footer-container .footer-left {
  text-align: left;
}

#footer .footer-container .footer-left img {
  margin: 0 25px 0 0;
  display: inline-block;
  vertical-align: middle;
}

#footer .footer-container .footer-middle {
  text-align: center;
  padding: 25px 0;
}

#footer .footer-container .footer-right {
  text-align: right;
}

#footer .footer-container .footer-right a {
  color: #ffffff;
  text-decoration: none;
}

#footer .footer-container .contact {
  padding-top: 15px;
}

#footer .footer-container .contact .number {
  font-size: 18px;
  line-height: 18px;
}

#footer .footer-container .contact p a {
  color: #699FE2;
  font-size: 14px;
  line-height: 14px;
}

@media screen and (max-width: 812px) {
  #footer .footer-container .footer-middle,
  #footer .footer-container .footer-left,
  #footer .footer-container .footer-right {
    text-align: center;
  }

  #footer .footer-container .footer-nav {
    display: block;
  }

  #footer .footer-container .footer-nav a {
    display: block;
    margin: 10px 0;
    width: 100%;
  }

  #footer .footer-container .contact {
    float: none;
    text-align: center;
  }
}

#footer .footer-bottom {
  text-align: center;
}

#footer .footer-bottom .container {
  position: relative;
  padding-top: 30px;
}

#footer .footer-bottom .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#footer .footer-bottom p {
  color: #fff;
  opacity: 0.3;
  font-size: 12px;
  line-height: 12px;
}

#footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .footer-nav a {
  color: #699FE2;
  font-size: 14px;
  line-height: 14px;
}

#footer .footer-nav a:hover {
  text-decoration: underline;
}

.content-body {
  position: relative;
  padding-bottom: 50px;
  min-height: calc( 100vh - 399px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content-body.has-overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(37, 37, 37, 0.6);
}

@media screen and (max-width: 812px) {
  .content-body {
    padding-bottom: 20px;
  }
}

.content-body-inner {
  position: relative;
  z-index: 100;
  overflow: hidden;
  padding-top: 100px;
}

@media screen and (min-width: 812px) {
  .content-body-inner .content-area {
    max-width: 475px;
  }
}

.content-body-inner h2 {
  font-size: 60px;
  line-height: 72px;
  color: #FFF;
  font-weight: 500;
}

.content-body-inner p {
  margin: 45px 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

@media screen and (max-width: 812px) {
  .content-body-inner {
    padding-top: 25px;
  }

  .content-body-inner h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .content-body-inner p {
    margin: 20px 0;
  }
}

.slider {
  overflow: hidden;
}

.slider .slick-list,
.slider .slick-track {
  height: 100%;
  margin: 0;
}

.slider .slick-slide,
.slider .slick-slide > div {
  width: 100%;
  height: 100%;
}

.slider .slide {
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.content-body .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #EFEFEF;
}

.content-body .slider .slick-next,
.content-body .slider .slick-prev {
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100px;
  height: 100%;
  padding: 0;
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 26px;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  text-transform: capitalize;
}

.content-body .slider .slick-next:hover,
.content-body .slider .slick-prev:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1100px) {
  .content-body .slider .slick-next,
  .content-body .slider .slick-prev {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    height: 100px;
  }
}

@media screen and (max-width: 812px) {
  .content-body .slider .slick-next,
  .content-body .slider .slick-prev {
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    opacity: 0;
  }
}

.content-body .slider .slick-next {
  right: 0;
  background-image: url(/images/right-arrow.svg?d9bc71140f0593a2dd41887a337b6bd5);
}

.content-body .slider .slick-prev {
  left: 0;
  background-image: url(/images/left-arrow.svg?d12154e18d442aef3f456904c527e4f1);
}

.content-body .slider:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(37, 37, 37, 0.6);
}

.thumbnails-container {
  position: relative;
  width: 100%;
  z-index: 500;
  margin-top: 150px;
}

@media screen and (max-width: 812px) {
  .thumbnails-container {
    margin-top: 100px;
  }
}

.thumbnails {
  position: relative;
  overflow: hidden;
}

.content-body .thumbnails {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1368px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.thumbnails .thumbnail {
  background-color: #fff;
  cursor: pointer;
}

.thumbnails .thumbnail-img {
  -webkit-transition: width ease 0.3s, margin ease 0.3s, height ease 0.3s;
  transition: width ease 0.3s, margin ease 0.3s, height ease 0.3s;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.thumbnails .thumbnail-content {
  padding: 10px 20px;
}

.thumbnails .thumbnail-content span.title {
  display: block;
  height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 8px 0;
  color: #252525;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.thumbnails .thumbnail-content a {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  text-transform: lowercase;
}

.thumbnails .thumbnail-content a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 812px) {
  .thumbnails .slick-slide .thumbnail {
    -webkit-transition: opacity ease-in-out 0.5s;
    transition: opacity ease-in-out 0.5s;
    opacity: 0.5;
  }

  .thumbnails .slick-slide.slick-active .thumbnail {
    opacity: 1;
  }
}

.thumbnails .thumbnail:hover .thumbnail-img,
.thumbnails .slick-current .thumbnail .thumbnail-img {
  width: calc( 100% - 20px);
  height: 140px;
  margin-top: 10px;
  margin-left: 10px;
}

.page-title {
  margin: 0 0 40px 0;
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
}

#portfolio .page-title {
  color: #252525;
}

@media screen and (max-width: 640px) {
  .page-title {
    font-size: 40px;
    line-height: 52px;
    margin: 0 0 30px 0;
  }
}

.single-page {
  padding-top: 50px;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 640px) {
  .single-page {
    padding-top: 20px;
  }
}

.single-page .content {
  background-color: #fff;
  padding: 10px;
}

.single-page .content > article {
  padding: 50px 10%;
}

@media screen and (max-width: 640px) {
  .single-page .content > article {
    padding: 20px;
  }
}

.single-page .content p,
.single-page .content ul {
  margin: 0 0 30px 0;
}

.single-page .content p,
.single-page .content li {
  font-size: 14px;
  line-height: 22px;
}

.single-page .content ul,
.single-page .content li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#formContainer {
  overflow: hidden;
  padding: 60px;
  background: rgba(37, 37, 37, 0.8);
  margin-bottom: 20px;
}

#formContainer .form-error {
  margin-bottom: 10px;
  color: #ce0000;
}

#formContainer .form-group {
  margin: 0 0 10px 0;
}

@media screen and (max-width: 812px) {
  #formContainer .button {
    width: 100%;
  }
}

#formContainer .thank-you {
  text-align: center;
  color: #ffffff;
  padding-bottom: 50px;
  font-weight: normal;
  border-bottom: 6px solid #ee5e1f;
  margin: 0 -10px -10px -10px;
}

#formContainer .thank-you h1 {
  margin: 30px 0;
  text-transform: uppercase;
}

#formContainer .thank-you img {
  margin-bottom: 30px;
}

#formContainer .thank-you a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: underline;
  display: inline-block;
  margin-top: 30px;
}

#formContainer .thank-you a:hover,
#formContainer .thank-you a:focus {
  color: #ee5e1f;
}

@media screen and (min-width: 812px) {
  .contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
}

.contact-details-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  opacity: 1;
  overflow: hidden;
  text-align: left;
  padding: 10px 25px;
  margin: 0 10px 0 0;
  color: #252525;
}

@media screen and (min-width: 812px) {
  .contact-details-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (max-width: 812px) {
  .contact-details-item {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.contact-details-item p {
  margin: 20px 0;
  color: #252525;
}

.contact-details-item strong,
.contact-details-item span {
  color: #699FE2;
  font-size: 18px;
}

.contact-details-item:last-child {
  margin: 0;
}

#portfolio .page-title.recent-projects {
  color: #fff;
}

.portfolio-container {
  background: #fff;
  padding: 30px;
}

.portfolio-container .portfolio-items-title {
  font-weight: 500;
}

.portfolio-container .portfolio-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px 0;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(37, 37, 37, 0.2);
}

.portfolio-container .portfolio-items-title {
  margin: 0 0 30px 0;
  font-size: 30px;
  line-height: 35px;
}

@media screen and (max-width: 812px) {
  .portfolio-container .portfolio-items-title {
    margin: 0 0 20px 0;
    font-size: 25px;
    line-height: 27px;
  }
}

.portfolio-container .portfolio-items:last-of-type {
  margin: 0;
}

.portfolio-container .portfolio-items .portfolio-item {
  background-color: #fff;
  width: calc(33.3333% - 7px);
  margin: 0 10px 10px 0;
}

.portfolio-container .portfolio-items .portfolio-item-img {
  -webkit-transition: width ease 0.3s, margin ease 0.3s, height ease 0.3s;
  transition: width ease 0.3s, margin ease 0.3s, height ease 0.3s;
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.portfolio-container .portfolio-items .portfolio-item-img a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5000;
}

.portfolio-container .portfolio-items .portfolio-item-img img {
  display: none;
}

.portfolio-container .portfolio-items .portfolio-item-content {
  background-color: #efefef;
  padding: 20px;
}

.portfolio-container .portfolio-items .portfolio-item-content .title {
  display: block;
  margin: 0 0 8px 0;
  color: #252525;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.portfolio-container .portfolio-items .portfolio-item-content p {
  margin: 0 0 10px 0;
  color: #252525;
}

.portfolio-container .portfolio-items .portfolio-item-content a {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  text-transform: lowercase;
}

.portfolio-container .portfolio-items .portfolio-item-content a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 812px) {
  .portfolio-container .portfolio-items .portfolio-item:nth-child(3n),
  .portfolio-container .portfolio-items .portfolio-item:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 812px) {
  .portfolio-container .portfolio-items .portfolio-item {
    width: calc(50% - 7px);
  }

  .portfolio-container .portfolio-items .portfolio-item:nth-child(2n),
  .portfolio-container .portfolio-items .portfolio-item:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .portfolio-container .portfolio-items .portfolio-item {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .portfolio-container .portfolio-items .portfolio-item .portfolio-item-img {
    background-image: none;
    height: auto;
  }

  .portfolio-container .portfolio-items .portfolio-item .portfolio-item-img img {
    width: 100%;
    display: block;
  }
}

.portfolio-container .other-clients-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (min-width: 640px) {
  .portfolio-container .other-clients-title {
    text-align: left;
  }
}

.portfolio-container .other-client-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 640px) {
  .portfolio-container .other-client-logos {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.portfolio-container .other-client-logos img {
  max-width: 144px;
  margin: 0 5px;
}

.thumbnails.related-projects {
  background-color: #EFEFEF;
  padding: 20px 10%;
}

.thumbnails.related-projects .related-projects-title {
  margin: 0 0 20px 0;
}

.thumbnails.related-projects .related-projects-title:before,
.thumbnails.related-projects .related-projects-title:after {
  content: "";
  display: table;
  clear: both;
}

.thumbnails.related-projects .related-projects-title h4,
.thumbnails.related-projects .related-projects-title a {
  margin: 0 4px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 15px;
}

.thumbnails.related-projects .related-projects-title h4 {
  font-weight: 700;
  color: #252525;
}

.thumbnails.related-projects .related-projects-title a:before {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.thumbnails.related-projects .thumbnail {
  width: calc( 33.3333% - 10px);
  margin-right: 15px;
  float: left;
}

@media screen and (max-width: 640px) {
  .thumbnails.related-projects .thumbnail {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
}

.thumbnails.related-projects .thumbnail:last-child {
  margin: 0;
}

.news-list {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 812px) {
  .news-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.news-list .newsItem {
  width: 100%;
  float: left;
  background: url(/images/layout/border/bottomBorder.jpg) repeat-x left bottom;
  color: #FFF;
  padding: 0 0 17px 0;
  margin-bottom: 22px;
}

.news-list .newsItem .newsImage {
  width: 50%;
  float: left;
  margin: 0 18px 0 0;
}

.news-list .newsItem .newsContent {
  float: left;
  width: 45%;
}

.news-list .newsItem .date {
  float: left;
  width: 100%;
}

.news-list .newsItem .title {
  width: 100%;
  float: left;
  margin: 5px 0 10px 0;
}

.news-list .newsItem .title h2 {
  border-bottom: 1px solid #FFF;
  float: left;
}

.news-list .newsItem .news {
  float: left;
  width: 100%;
}

@media screen and (max-width: 812px) {
  .news-list .newsItem .newsContent,
  .news-list .newsItem .newsImage {
    width: 100%;
    float: none;
  }
}

.news-list p {
  color: #fff;
}

