@font-face {
  font-family: 'FuturaMedium';
  src: url('fonts/futura_medium-webfont.eot');
  src: url('fonts/futura_medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/futura_medium-webfont.woff') format('woff'), url('fonts/futura_medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* General Layout */
html,
body {
  font-size: 14px;
  font-family: 'FuturaMedium', sans-serif;
}
html {
  height: 100%;
  min-height: 750px;
  overflow-y: scroll;
}
body {
  height: 100%;
  padding: 0;
  position: relative;
  background: #ffffff;
}
.container {
  width: 960px;
}
a {
  color: #000000;
}
a:hover {
  text-decoration: underline;
  color: #000000;
}
a:focus {
  outline: none;
}
.header {
  width: 100%;
  height: 170px;
  position: relative;
}
.header .container {
  position: relative;
  height: 150px;
}
.header .logo {
  position: absolute;
  right: 0px;
  top: 60px;
}
.header .menu {
  position: absolute;
  left: 245px;
  top: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .words {
  position: absolute;
  left: 0;
  top: 60px;
  color: #000;
}
.header .mixhover a {
  position: relative;
  color: #000;
}
.header .mixhover a span {
  width: 200px;
}
.header .mixhover a .main_state {
  visibility: visible;
}
.header .mixhover a .hover_state {
  position: absolute;
  left: 0;
  visibility: hidden;
}
.header .mixhover :hover .main_state {
  visibility: hidden;
}
.header .mixhover :hover .hover_state {
  visibility: visible;
}
.push {
  height: 50px;
}
.footer {
  height: 20px;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 245px;
  font-size: 14px;
}
.footer .to_top {
  color: #000;
  cursor: pointer;
}
.footer .to_top:hover {
  text-decoration: underline;
}
.projects {
  margin-top: -9px;
  margin-left: -9px;
}
.projects a.project {
  float: left;
  margin-left: 9px;
  margin-top: 9px;
  position: relative;
}
.projects a.project .hover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: url('images/blackpixel.png');
  -webkit-transition: opacity 50ms linear;
  -moz-transition: opacity 50ms linear;
  -ms-transition: opacity 50ms linear;
  -o-transition: opacity 50ms linear;
  transition: opacity 50ms linear;
}
.projects a.project .hover .title {
  visibility: hidden;
  position: absolute;
  color: #ffffff;
  top: 16px;
  left: 20px;
  width: 180px;
  opacity: 0;
  -webkit-transition: opacity 700ms linear;
  -moz-transition: opacity 700ms linear;
  -ms-transition: opacity 700ms linear;
  -o-transition: opacity 700ms linear;
  transition: opacity 700ms linear;
}
.projects a.project .hover .title:hover {
  text-decoration: none;
}
.projects a.project:hover .hover {
  opacity: 1;
  visibility: visible;
}
.projects a.project:hover .hover .title {
  visibility: visible;
  opacity: 1;
}
.projects a.project img {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */

  filter: gray;
  /* IE6-9 */

  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */

}
.project .fotorama {
  width: 100%;
  height: 565px;
}
.lt-ie9 .project .fotorama__stage__frame img {
  cursor: default;
}
.project .fotorama__arr {
  width: 50%;
  background: none;
}
.project .fotorama__arr .fotorama__arr__arr {
  display: none;
}
.lt-ie9 .project .fotorama__arr {
  display: block;
}
.project .fotorama__arr--prev {
  cursor: url('images/prev.png'), default;
}
.project .fotorama__arr--next {
  cursor: url('images/next.png'), default;
}
.project .fotorama {
  padding-bottom: 60px;
}
.project .text_block {
  position: relative;
}
.project .column_title {
  display: block;
  width: 100%;
  padding-bottom: 40px;
}
.project .left_column {
  position: absolute;
  width: 220px;
}
.project .left_column a {
  display: block;
  height: 20px;
  line-height: 20px;
  width: 100%;
}
.project .left_column a span {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.project .right_column {
  position: relative;
  margin-left: 250px;
  margin-right: 160px;
}
.project .right_column .mobile_header {
  display: none;
}
.project .right_column .current_frame_num {
  position: absolute;
  right: 0px;
}
.project .social {
  position: absolute;
  width: 75px;
  top: 0;
  right: 0;
}
.project .social a {
  display: block;
  height: 20px;
  line-height: 20px;
  width: 100%;
}
.project .social a span {
  height: 18px;
  line-height: 18px;
  display: inline-block;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 300ms linear;
  -moz-transition: width 300ms linear;
  -ms-transition: width 300ms linear;
  -o-transition: width 300ms linear;
  transition: width 300ms linear;
}
.project .social a:hover {
  text-decoration: underline;
}
.project .social a:hover span {
  width: 60px;
  text-decoration: underline;
}
.project .mobile_block {
  display: none;
}
.info .fotorama {
  width: 100%;
}
.lt-ie9 .info .fotorama__stage__frame img {
  cursor: default;
}
.info .fotorama__arr {
  width: 50%;
  background: none;
}
.info .fotorama__arr .fotorama__arr__arr {
  display: none;
}
.lt-ie9 .info .fotorama__arr {
  display: block;
}
.info .fotorama__arr--prev {
  cursor: url('images/prev.png'), default;
}
.info .fotorama__arr--next {
  cursor: url('images/next.png'), default;
}
.info .fotorama {
  padding-bottom: 60px;
}
.info .text_block {
  position: relative;
}
.info .column_title {
  display: block;
  width: 100%;
  padding-bottom: 40px;
}
.info .left_column {
  position: absolute;
  width: 220px;
}
.info .right_column {
  margin-left: 250px;
  margin-right: 160px;
}
.info .social {
  position: absolute;
  width: 75px;
  top: 0;
  right: 0;
}
.info .social a {
  display: block;
  height: 20px;
  line-height: 20px;
  width: 100%;
}
.info .social a span {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 300ms linear;
  -moz-transition: width 300ms linear;
  -ms-transition: width 300ms linear;
  -o-transition: width 300ms linear;
  transition: width 300ms linear;
}
.info .social a:hover {
  text-decoration: underline;
}
.info .social a:hover span {
  width: 60px;
  text-decoration: underline;
}
.info .mobile_block {
  display: none;
}
@media screen and (max-width: 800px) {
  .container {
    width: 100%;
    min-width: 400px;
  }
  .fotorama,
  .fotorama__wrap {
    width: 100% !important;
    height: auto !important;
  }
  .header .logo {
    display: none;
  }
  .header .menu {
    left: 50% !important;
    font-size: 18px;
  }
  .header .menu li {
    line-height: 26px;
  }
  .header .menu li a {
    position: relative;
    color: #000;
  }
  .header .menu li a span {
    width: 200px;
  }
  .header .menu li a .main_state {
    visibility: visible;
  }
  .header .menu li a .hover_state {
    position: absolute;
    left: 0;
    visibility: hidden;
  }
  .header .menu li :hover {
    text-decoration: none;
  }
  .header .menu li :hover .main_state {
    visibility: visible;
  }
  .header .menu li :hover .hover_state {
    visibility: hidden;
  }
  .header .words {
    left: 5% !important;
    font-size: 18px;
    line-height: 26px;
    width: 40%;
  }
  .projects {
    width: 100%;
    margin: 0;
  }
  .projects a {
    width: 100%;
    margin: 20px 0 0 !important;
    padding: 0;
  }
  .projects a img {
    width: 100%;
  }
  .projects a .hover {
    background: rgba(0, 0, 0, 0.4) !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .projects a .hover .title {
    visibility: visible !important;
    opacity: 1 !important;
    left: 5% !important;
    width: 80% !important;
    font-size: 16px;
    line-height: 22px;
  }
  .project .left_column,
  .info .left_column,
  .project .right_column,
  .info .right_column,
  .project .social,
  .info .social {
    position: relative;
    padding-right: 5%;
    padding-left: 5%;
    margin: 0;
    width: 90%;
  }
  .project .left_column,
  .info .left_column {
    display: none;
  }
  .project .right_column,
  .info .right_column {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 30px;
  }
  .project .right_column .mobile_header,
  .info .right_column .mobile_header {
    display: block;
    padding-bottom: 20px;
  }
  .project .mobile_block,
  .info .mobile_block {
    display: block;
    margin: 0 5% 0;
    border-top: 1px solid black;
    padding-top: 30px;
    position: relative;
    font-size: 18px;
    padding-bottom: 30px;
  }
  .project .mobile_block .mobile_navigation,
  .info .mobile_block .mobile_navigation {
    width: 50%;
  }
  .project .mobile_block .mobile_navigation a,
  .info .mobile_block .mobile_navigation a {
    display: block;
    height: 26px;
    width: 100%;
  }
  .project .mobile_block .mobile_navigation a span,
  .info .mobile_block .mobile_navigation a span {
    display: inline-block;
    width: 20px;
    text-align: center;
  }
  .project .mobile_block .mobile_social,
  .info .mobile_block .mobile_social {
    position: absolute;
    top: 30px;
    right: 0;
  }
  .project .mobile_block .mobile_social a,
  .info .mobile_block .mobile_social a {
    display: block;
    height: 26px;
    width: 100%;
    text-align: right;
  }
  .project .social,
  .info .social {
    display: none;
  }
  .info .left_column {
    font-size: 18px;
    display: block;
    border-bottom: 1px solid black;
    padding: 0 0 30px 0;
    margin: 0 5% 30px 5%;
  }
  .footer {
    margin-left: 0;
    width: 100%;
    text-align: left;
    font-size: 20px;
  }
  .footer .to_top {
    margin-left: 5%;
  }
}
