﻿body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000;
  background: url("images/bg.jpg") repeat-x 50% 0% fixed #000;
  margin: 0px 0px 50px 0px;
  padding: 0px;
}
.logo {
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 786px) {
  .logo {
    position: relative;
    margin: 0 0 -39px 0;
    background: #fff;
  }
  .logo img {
    max-width: 100%;
  }
}
.left-image,
.right-image {
  position: relative;
  width: 50%;
  float: left;
  max-height: 940px;
  overflow: hidden;
  transition: ease-in-out 0.5s all;
  background: #fff;
}
.left-image img,
.right-image img {
  max-width: 100%;
}
.left-image .logo_,
.right-image .logo_ {
  transition: ease-in-out 0.35s all;
  top: -50%;
  position: absolute;
}
.left-image .logo_ h1,
.right-image .logo_ h1 {
  color: #333;
  transition: ease-in-out 0.5s all;
  font-weight: 900;
  font-size: 3.5em;
  margin: 0;
  text-transform: uppercase;
}
.left-image .logo_ p,
.right-image .logo_ p {
  color: #333;
  font-weight: 600;
  transition: ease-in-out 0.5s all;
  font-size: 1.45em;
  margin: 0;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.left-image:hover img,
.right-image:hover img {
  opacity: 0.4;
  transition: ease-in-out 0.5s all;
}
.left-image:hover .logo_,
.right-image:hover .logo_ {
  position: absolute;
  top: 25%;
  left: 25%;
  opacity: 1;
  z-index: 99;
  display: block;
  transition: ease-in-out 0.35s all;
}
@media (max-width: 1400px) {
  .left-image:hover .logo_,
  .right-image:hover .logo_ {
    left: 20%;
  }
}
@media (max-width: 1200px) {
  .left-image:hover .logo_,
  .right-image:hover .logo_ {
    left: 10%;
    width: 70%;
  }
}
@media (max-width: 940px) {
  .left-image:hover .logo_,
  .right-image:hover .logo_ {
    width: 100%;
    left: 0%;
  }
}
@media (max-width: 786px) {
  .left-image:hover,
  .right-image:hover {
    width: 100%;
  }
  .left-image:hover .logo_,
  .right-image:hover .logo_ {
    width: 100%;
    margin: 0;
    font-size: 1em;
  }
  .left-image:hover .logo_ h1,
  .right-image:hover .logo_ h1,
  .left-image:hover .logo_ p,
  .right-image:hover .logo_ p {
    text-align: center;
  }
}
@media (max-width: 786px) {
  .left-image,
  .right-image {
    width: 100%;
  }
  .left-image .logo_,
  .right-image .logo_ {
    width: 100%;
    margin: 0;
  }
}
.left-image {
  border-right: 2px solid #fff;
}
.left-image .logo_ {
  right: 4%;
}
.left-image h1,
.left-image p {
  text-align: right;
}
.left-image img.logo_ {
  top: 36% !important;
}
.right-image {
  border-left: 2px solid #fff;
}
.right-image .logo_ {
  left: 4% !important;
}
.right-image h1,
.right-image p {
  text-align: left;
}
footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #171411;
  color: #999999;
  text-align: center;
}
footer span {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin: 10px 0 10px 0;
  display: block;
}