header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 9999; }
  header .wrap {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    height: 65px;
    margin-top: 15px; }
    header .wrap .logo {
      font-family: 'Dosis', sans-serif;
      font-weight: 700;
      font-size: 28px;
      float: left;
      display: block;
      color: #000;
      text-decoration: none;
      width: 85px; }
      header .wrap .logo img {
        max-width: 100%; }
    header .wrap .nav {
      float: right;
      width: 40px;
      height: 40px;
      margin-top: 5px;
      display: block; }
      header .wrap .nav span {
        width: 60%;
        height: 2px;
        background: #888888;
        display: block;
        margin: 4px auto;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        header .wrap .nav span:first-child {
          margin-top: 14px; }
        header .wrap .nav span:last-child {
          width: 0;
          margin-left: 20%; }
      header .wrap .nav:hover span {
        background: #191919; }
        header .wrap .nav:hover span:last-child {
          width: 45%; }

.hero-text {
  margin: 70px auto 0px;
  max-width: 1080px;
  font-size: 32px;
  line-height: 1.4; }
  .hero-text .text {
    width: 750px;
    font-size: 32px;
    line-height: 1.4; }

.banner {
  margin: 120px auto 50px;
  max-width: 1080px;
  height: 360px;
  text-align: center;
  border: 1px solid #111; }

.footer {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  color: #888888;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px; }
  .footer .line {
    width: 150px;
    height: 2px;
    background: #eee;
    display: block;
    margin-bottom: 40px;
    margin-top: 50px; }
  .footer .name {
    color: #373a3c;
    font-size: 18px; }
  .footer a {
    color: #888888;
    text-decoration: none; }
    .footer a:hover {
      color: #888888;
      text-decoration: none; }
  .footer .copyright {
    margin: 40px 0 50px; }

body.fancybox-active {
  overflow: auto;
  margin-right: 0; }

.media-boxes-load-more-button {
  display: none; }

.media-box-container {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translate(0, 0px); }

.media-box-loaded:hover {
  z-index: 100; }

.media-box-container:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
  transform: translate(0, -4px);
  z-index: 99; }

.portfolio {
  width: 100%;
  margin: 50px auto;
  height: auto;
  max-width: 1080px; }
  .portfolio .item .img-box {
    color: #000;
    margin: auto; }
    .portfolio .item .img-box .info {
      background: rgba(255, 255, 255, 0.95);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .portfolio .item .img-box .info h6 {
        top: 50%;
        position: absolute;
        width: 100%;
        text-align: center;
        transform: translateY(10px);
        margin-top: 15px;
        z-index: 20;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        text-transform: uppercase; }
      .portfolio .item .img-box .info h5 {
        top: 50%;
        position: absolute;
        width: 100%;
        font-size: 18px;
        margin-top: -20px;
        text-align: center;
        transform: translateY(-10px);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        font-weight: 700;
        z-index: 20;
        opacity: 0;
        text-transform: uppercase; }
      .portfolio .item .img-box .info img {
        opacity: 1;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        transform: translate(0, 5px); }
      .portfolio .item .img-box .info:hover h6 {
        transform: translateY(0px);
        opacity: 1; }
      .portfolio .item .img-box .info:hover h5 {
        transform: translateY(0px);
        opacity: 1; }
      .portfolio .item .img-box .info:hover img {
        opacity: 0.2; }

.fancybox-slide--video .fancybox-content {
  max-width: 1100px;
  max-height: 619px; }

#contact {
  max-width: 350px;
  max-height: 350px;
  width: 100%;
  height: 100%;
  font-family: "Dosis", Helvetica, Arial, sans-serif;
  border: 1px solid #888; }
  #contact h5 {
    color: #000; }
  #contact a {
    color: #000;
    text-decoration: none; }
  #contact .fb {
    display: block;
    background: url(../images/fb.png);
    background-size: contain;
    height: 20px;
    width: 20px;
    opacity: 0.6; }

@media only screen and (max-width: 1100px) {
  header .wrap {
    padding: 0 20px;
    box-sizing: border-box; }

  .hero-text {
    padding: 0 20px; }

  .footer {
    padding: 0 20px;
    box-sizing: border-box; }

  .portfolio {
    margin: 40px 0; } }
@media only screen and (max-width: 540px) {
  .hero-text {
    margin: 200px auto 50px;
    max-width: 1080px; }
    .hero-text .text {
      width: 300px;
      font-size: 28px;
      line-height: 1.4; } }
