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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; }
 
.slide .info
{
	display: none !important;
} 

ul.team,
ul.team li,
ul.team li img
{
	margin: 0px;
	padding: 0px;
}

ul.team
{
	list-style: none;
	font-size: 0px;
}

ul.team li,
ul.team.team-4 li
{
	display: inline-block;
	width: calc(25% - 2px);
	padding: 0px 1px;
}

ul.team.team-3 li
{
	width: calc(33.33% - 2px);
}

ul.team.team-2 li
{
	width: calc(50% - 2px);
	padding: 0px 0px;
}

ul.team.team-1 li
{
	width: 100%;
}

ul.team li img
{
	width: 100%;
	height: auto;
}

.gallery {
  margin-top: 40px; }

.blog .site-content,
.page-template-template-blog-vertical .site-content,
.archive.category .site-content {
  font-size: 0px; }
.blog .navigation-paging,
.page-template-template-blog-vertical .navigation-paging,
.archive.category .navigation-paging {
  display: block;
  width: 100%; }

.post .post-image img,
.post .post-image .cover {
  width: 70%; }
  @media (max-width: 1024px) {
    .post .post-image img,
    .post .post-image .cover {
      width: 100%; } }

.project {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: black;
  margin-bottom: 2.5%;
  width: 23.125%;
  display: inline-block;
  vertical-align: top;
  margin-left: 1.25%;
  margin-right: 1.25%; }
  .project:nth-child(4n+1) {
    margin-left: 0px; }
  .project:nth-child(4n+4) {
    margin-right: 0px; }
  @media (max-width: 1600px) {
    .project {
      width: 48.75%; }
      .project:nth-child(3n+1) {
        margin-left: 1.25%; }
      .project:nth-child(3n+3) {
        margin-right: 1.25%; }
      .project:nth-child(2n+1) {
        margin-left: 0px; }
      .project:nth-child(2n+2) {
        margin-right: 0px; } }
  @media (max-width: 600px) {
    .project {
      display: block;
      width: 100%;
      margin: 0px !important;
      margin-bottom: 2.5% !important; } }
  .project:hover .table,
  .project.coming-soon .table {
    opacity: 1; }
  .project:hover img,
  .project.coming-soon img {
    opacity: 0.5;
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2); }
  .project img {
    width: 100%;
    height: auto;
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .project .title {
    text-transform: uppercase;
    font-weight: 400;
    color: white;
    padding: 10px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .project .table {
    display: table;
    width: 100%;
    height: 70px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -35px;
    opacity: 0;
    transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .project .table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); }
    .project.coming-soon .title
    {
	    padding-top: 0px;
	    padding-bottom: 20px;
    }
  .project.coming-soon .title:after
  {
	  content: 'Coming Soon';
	  display: block;
	  position: absolute;
	  width: 100%;
	    top: 50%;
	    left: 0px;
	    margin-top: 5px;
	    font-size: 14px;
	    font-weight: 300;
  }

.site-title .logo {
  max-width: 220px;
  height: auto; }

.project-category {
  color: #888; }

.contact-button {
  cursor: pointer; }

.contact-form-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  overflow-y: auto;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000; }
  .contact-form-container .contact-form-table {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: auto; }
  .contact-form-container .contact-form-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
  .contact-form-container.open {
    display: block; }
  .contact-form-container .contact-form {
    background-color: white;
    padding: 50px;
    position: relative;
    margin: 10px;
    font-size: 0px; }
    .contact-form-container .contact-form .contact-form-close {
      display: block;
      position: absolute;
      right: 8.3333333333px;
      top: 8.3333333333px;
      line-height: 25px;
      width: 25px;
      height: 25px;
      font-size: 25px;
      cursor: pointer; }
    .contact-form-container .contact-form h2 {
      margin-bottom: 12px;
      font-weight: 300;
      font-size: 36px; }
    .contact-form-container .contact-form h3 {
      font-size: 24px;
      font-weight: 300; }
    .contact-form-container .contact-form .form,
    .contact-form-container .contact-form .contacts {
      display: inline-block;
      font-size: 14px;
      vertical-align: top;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
    .contact-form-container .contact-form .form {
      width: 70%;
      padding-right: 33.3333333333px;
      border-right: 1px solid rgba(0, 0, 0, 0.15); }
    .contact-form-container .contact-form .contacts {
      width: 30%;
      padding-left: 33.3333333333px; }
      .contact-form-container .contact-form .contacts p {
        padding-bottom: 10px; }
    @media (max-width: 960px) {
      .contact-form-container .contact-form .form {
        width: 60%; }
      .contact-form-container .contact-form .contacts {
        width: 40%; } }
    @media (max-width: 720px) {
      .contact-form-container .contact-form h2 {
        font-size: 28px; } }
    @media (max-width: 520px) {
      .contact-form-container .contact-form .form,
      .contact-form-container .contact-form .contacts {
        width: 100%;
        border: none;
        padding: 0px; }
      .contact-form-container .contact-form .form {
        padding-bottom: 30px; }
      .contact-form-container .contact-form .contacts {
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.15); } }
