/*.h-move("open", (@col-width + @col-margin) * 8 + @col-margin, (@col-width + @col-margin) * 4 + @col-margin); */
@keyframes open {
  from {
    margin-left: 650px;
  }
  to {
    margin-left: 330px;
  }
}
@-webkit-keyframes open {
  from {
    margin-left: 650px;
  }
  to {
    margin-left: 330px;
  }
}
@-moz-keyframes open {
  from {
    margin-left: 650px;
  }
  to {
    margin-left: 330px;
  }
}
@keyframes close {
  from {
    margin-left: 330px;
  }
  to {
    margin-left: 650px;
  }
}
@-webkit-keyframes close {
  from {
    margin-left: 330px;
  }
  to {
    margin-left: 650px;
  }
}
@-moz-keyframes close {
  from {
    margin-left: 330px;
  }
  to {
    margin-left: 650px;
  }
}
body {
  font: 13px/1.5 'Helvetica Neue', Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
  background: url(../images/bg-pattern.jpg) #999999;
}
.nav-bar-bg {
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-color: #2b2b2b;
  background-repeat: repeat-x;
}
.header h1 {
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 1px 0 0 rgba(255, 255, 255, 0.1), -1px 0 0 rgba(255, 255, 255, 0.1), 0 -2px 15px rgba(255, 255, 255, 0.65);
}
.header h1 a {
  text-decoration: none;
  color: #000;
}
.footer-bg {
  background-image: -webkit-linear-gradient(top, #111111, #333333);
  background-image: -moz-linear-gradient(top, #111111, #333333);
  background-image: -ms-linear-gradient(top, #111111, #333333);
  background-image: -o-linear-gradient(top, #111111, #333333);
  background-image: linear-gradient(top, #111111, #333333);
  background-color: #222222;
  background-repeat: repeat-x;
}
.row {
  margin: 0 auto;
  width: 960px;
  zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
}
.span4 {
  margin-left: 10px;
  width: 310px;
}
.offset4 {
  margin-left: 330px;
}
.offset8 {
  margin-left: 650px;
}
.slice-box-wrap {
  overflow: hidden;
}
.slice-box {
  width: 1600px;
}
.slice-8-4 {
  -webkit-animation: open 0.65s 1 ease;
  -moz-animation: open 0.65s 1 ease;
  -o-animation: open 0.65s 1 ease;
}
.slice-4-8 {
  -webkit-animation: close 0.65s 1 ease;
  -moz-animation: close 0.65s 1 ease;
  -o-animation: close 0.65s 1 ease;
}
#content-wrap {
  min-width: 960px;
  height: 768px;
  background: url(../images/bg.jpg) no-repeat center top;
}
.mask {
  background-color: rgba(0, 0, 0, 0.4);
}
.menu {
  height: 768px;
}
.menu ul {
  padding: 40px 0 0 0;
  list-style: none;
}
.menu ul li a {
  display: block;
  font-size: 16px;
  padding: 15px 0 15px 50px;
  color: #CCC;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  text-decoration: none;
  text-rendering: optimizelegibility;
  font-family: Monaco, Consolas, "DejaVu Sans Mono", Helvetica, Arial, sans-serif;
  position: relative;
}
.menu ul li .opened,
.menu ul li a:hover {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.menu ul li .icon {
  display: none;
  position: absolute;
  top: 14px;
  left: 13px;
}
.menu ul li a:hover .icon {
  display: block;
}
.menu ul .look {
  background-image: url("../images/look.jpg");
  background-repeat: no-repeat;
  background-position: 12px center;
}
.contacts {
  padding: 30px 0 140px 0;
  color: #888;
  font-family: Monaco, "DejaVu Sans Mono", Courier, monospace;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.contacts p {
  font-size: 14px;
  text-align: center;
  margin: 10px 0px 10px 0px;
}
.mail {
  vertical-align: top;
}
