body {
  background-color: black; color: #D3D3D3; 
  font-family: "futura-pt-n3","futura-pt",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
}
h1 { 
  font-family: "futura-pt-n7","futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
}
h1 img { width: 800px; }
.logo {
    background:url(/img/logo_v4-800x309.png) no-repeat;
    width:800px;
    height:309px;
}
.svg .logo {
    background:url(/img/logo_v4.svg) no-repeat;
    background-size:800px 309px;
}
h2 { font-size: 48px; }
a {
  color: #D3D3D3; 
  font-family: "futura-pt-n5","futura-pt",sans-serif;
  font-style: normal;
  font-weight: 500;
}
.first {
  text-transform: lowercase;
  font-family: "futura-pt-n3","futura-pt",sans-serif;
  font-style: normal;
  font-weight: 300;
}
.last {
  text-transform: uppercase;
  font-family: "futura-pt-n8","futura-pt",sans-serif;
  font-style: normal;
  font-weight: 800;
}
.main { position:relative; width: 980px; margin: 0 auto; text-align: center; }
.view {
   width: 450px;
   height: 360px;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background-color: #fff;
}
.view .mask,.view .content {
   width: 450px;
   height: 360px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   color: #fff;
   text-align: center;
   position: relative;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
  font-family: "utopia-std-i6","utopia-std",serif;
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.ie8 .view-tenth h2, .ie8 .view-tenth p, .ie8 .view-tenth a.info {
   -ms-filter: "";
   visibility:hidden;
}
.view-tenth p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(2.5);
   -moz-transform: scale(2.5);
   -o-transform: scale(2.5);
   -ms-transform: scale(2.5);
   transform: scale(2.5);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=20)";
   filter: alpha(opacity=20);
   opacity: .2;
}
.ie8 .view-tenth:hover h2, .ie8 .view-tenth:hover p, .ie8 .view-tenth:hover a.info {
   -ms-filter: "";
   visibility:visible;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
