/* 
    Document   : style
    Created on : 10.02.2009, 16:54:34
    Author     : 5е-1
    Description:
        Purpose of the stylesheet follows.
*/

/* RESET */
html, body,
div, p, img,
ul, ol, li,
form, fieldset, input,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  }

html {height: 100%;}
body {
  /*font: 62.5%/1.2 "Times New Roman";*/
  font: 62.5%/1.2 Arial, sans-serif;
  min-height: 100%;
  position: relative;
  background: #fff url(../i/sky-bg.png) repeat-x;
  /*color: #aeaeae;*/
  color: #666;
  }

/* CONTENT */
/*a:link, a:visited {color: #da2127;}
a:hover, a:active {color: #fff; background: #da2127;}*/
a:link {color: #af2228;}
/*a:visited {color: #af2289;}*/
a:visited {color: #af6367;}
a:hover, a:active {color: #fff; background: #af2228;}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 1em 0 .5em;
  }
h1 {
  margin-top: 0;
  }

/* LOGO */
.labcinema {
  position: absolute;
  /*left: 16px;*/
  left: 60px;
  /*top: 35px;*/
  top: 41px;
  width: 147px;
  height: 80px;
  z-index: 100;
  }
.labcinema-ball {
  position: absolute;
  left: 47px;
  top: 0px;
  width: 56px;
  height: 56px;
  }
.labcinema-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 147px;
  height: 15px;
  }

/* LAYOUT */
.wrapper {
  position: relative;
  font-size: 1.3em;
  background: url(../i/sky.jpg) no-repeat 50% 0;
  padding-bottom: 90px;
  min-width: 1000px;
  }
.js .wrapper {overflow: hidden;}
.slides {
  padding-top: 150px;
  margin: 0 60px;
  /*padding: 150px 60px 0;*/
  position:relative;
  }
.js .slides {height: 470px;}
.slides .slide {
  position: relative;
  width: 100%;
  left: 0;
  min-height: 470px;
  clear: both;
  }
.js .slides .slide {position: absolute;}
.slides .descr {
  position: relative;
  float: left;
  width: 200px;
  z-index: 2;
  }
.slides .pic {
  z-index: 1;
  position: absolute;
  /*top: 50px;*/
  /*bottom: 0;*/
  /* */
  left: 50%;
  /*width: 440px;*/
  /*margin-left: -220px;*/
  }
  .slide .pic div {
    position: absolute;
    width: 100%;
    overflow: hidden;
    }
  .slide .pic div img {
    position: absolute;
    }
  /* balloon & earth */
  #slide1 .pic {
    width: 584px;
    margin-left: -317px;
    bottom: 0;
    height: 66px;
    }
  /* graph */
  #slide2 .pic {
    width: 476px;
    margin-left: -262px;
    top: 44px;
    height: 378px;
    }
    .js #slide2 .pic {
      height: 326px;
      padding-top: 52px;
      background: url(../i/graph_top.gif) no-repeat 82px 0;
      }
    #slide2 .pic div {
      /*position: absolute;
      width: 100%;
      overflow: hidden;*/
      height: 326px;
      }
    #slide2 .pic div img {
      /*position: absolute;*/
      top: -52px;
      }
  /* head */
  #slide3 .pic {
    width: 575px;
    margin-left: -265px;
    top: 13px;
    height: 404px;
    }
    .js #slide3 .pic {
      height: 321px;
      padding-top: 83px;
      background: url(../i/head_top.png) no-repeat 57px 0;
      }
    #slide3 .pic div {
      height: 321px;
      background: #ffc;
      }
    #slide3 .pic div img {
      top: -83px;
      background: #fcc;
      }
  /* ingredients */
  #slide4 .pic {
    width: 500px;
    margin-left: -255px;
    top: 107px;
    height: 325px;
    }
  /* tech */
  #slide5 .pic {
    width: 557px;
    margin-left: -252px;
    top: 41px;
    height: 427px;
    }
    .js #slide5 .pic {
      height: 372px;
      padding-top: 55px;
      background: url(../i/tech_top.png) no-repeat 272px 0;
      }
    #slide5 .pic div {
      height: 372px;
      }
    #slide5 .pic div img {
      top: -55px;
      }
  /* travel */
  #slide6 .pic {
    width: 612px;
    margin-left: -269px;
    top: 41px;
    height: 386px;
    }
    .js #slide6 .pic {
      height: 331px;
      padding-top: 55px;
      background: url(../i/travel_top.png) no-repeat 78px 0;
      }
    #slide6 .pic div {
      /*position: absolute;
      width: 100%;
      overflow: hidden;*/
      height: 331px;
      }
    #slide6 .pic div img {
      /*position: absolute;*/
      top: -55px;
      }
  /* tefi */
  #slide7 .pic {
    width: 262px;
    margin-left: -110px;
    height: 433px;
    top: 12px;
    }
    .js #slide7 .pic {
    height: 349px;
    padding-top: 84px;
    background: url(../i/tefi_top.png) no-repeat 20px 0;
    }
    #slide7 .pic div {
      /*position: absolute;
      width: 262px;
      overflow: hidden;*/
      height: 349px;
      }
    #slide7 .pic div img {
      /*position: absolute;*/
      top: -84px;
      }
.slides .text {
  width: 200px;
  font: 1.5em Georgia, serif;
  z-index: 3;
  position: absolute;
  /*float: right;*/
  right: 0;
  top: 0;
  }
.slides .next {left: 110%;}
.slides .prev {left: -110%;}

#slide1 .balloon {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -150px;
  width: 440px;
  margin-left: -214px;
  height: 502px;
  }
  /*#slide1 .balloon .video {
    bottom: -65px;
    left: 50%;
    margin-left: -178px;
    position: absolute;
    width: 250px;
    height: 225px;
    }*/
/*#slide1.prev .balloon {left: 0; top: -550px;}*/


/* MENU */
.menu {
  position: absolute;
  top: 97px;
  left: 50%;
  margin: 0 0 0 -197px;
  width: 638px;
  height: 25px;
  background: url(../i/menu-bg.png) repeat-x;
  list-style: none;
  font: 14px/21px Arial, serif;
  z-index: 100;
  color: #daa7a7;
  }
  /*.menu a:link, .menu a:visited, .menu a:hover, .menu a:active {color: #fff; padding: 0 10px; background:none;}*/
  .menu a:link, .menu a:visited,.menu a:hover, .menu a:active {padding: 0 10px; background:none;}
  .menu a:link, .menu a:visited, .menu a:active {color: #fff;}
  .menu a:hover {color: #daa7a7;}
  .menu li {position: absolute; height:25px;}
    .menu li span {
      position: relative;
      top: 95px;
      height: 27px;
      margin-left: 5px;
      display: block;
      }
  .menu .main {left: -5px;background: url(../i/menu-start.png) no-repeat;padding: 0;}
    .menu .main span {
      /*background: url(../i/menu-projects.png) no-repeat 0 0;
      padding: 0 13px;*/
      top: 0;
      padding: 0 10px;
      margin-left: 0;
      }
  .menu .work {left: 162px /*25%*/ ;}
    .menu .work span {
      background: url(../i/menu-work.png) no-repeat 0 0;
      padding: 0 16px;
      }
  .menu .casting {left: 325px /*50%*/ ;}
    .menu .casting span {
      background: url(../i/menu-casting.png) no-repeat 0 0;
      padding: 0 20px;
      }
  .menu .contact {right: -5px; /*left: 455px;*/ background: url(../i/menu-end.png) no-repeat 100% 100%;}
    .menu .contact span {
      background: url(../i/menu-contact.png) no-repeat 0 0;
      padding: 0 15px;
      }
  .menu .current {
    top: -97px;
    min-width: 103px;
    height: 122px;
    background: url(../i/menu-balloon.png) no-repeat 55% 0;
    margin-left: -5px;
    }

/* NAVIGATION */
span.red {color: #af2228;}
.slide a.prev-link:link, .slide a.prev-link:visited,
.slide a.next-link:link, .slide a.next-link:visited {
  text-decoration: none;
  border-bottom: #af2228 dashed 1px;
  color: #af2228;
  }
.slide a.prev-link:hover, .slide a.prev-link:active,
.slide a.next-link:hover, .slide a.next-link:active {
  border-bottom: #fff dashed 1px;
  color: #fff;
  }

.slidenav {
  position: relative;
  height: 85px;
  z-index: 10;
  /*margin-top: 20px;*/
  }
.slidenav ul {
  position: relative;
  list-style: none;
  list-style-type: none;
  left: 50%;
  /*width: 600px;
  margin-left: -300px;*/
  margin-left: -273px;
  width: 600px;
  }
  /*.animated {
    opacity: 0.5;
    }*/
  .slidenav li {
    float: left;
    margin: 10px;
    width: 58px;
    height: 48px;
    }
  .slidenav li img {
    width: 100%;
    height: 100%;
    padding: 3px;
    }
  .slidenav li.current img {
    padding: 2px;
    border: /*#da1f26*/ #af2228 solid 1px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    }
    .slidenav .current a, .animated a{cursor: default;}
  .slidenav a:link, .slidenav a:visited, .slidenav a:hover, .slidenav a:active {outline: none;background:none;}
  .slidenav img {vertical-align: middle;}
#prev-link, #next-link {
  position: absolute;
  height: 1.2em;
  width: 2em;
  font-size: 1.4em;
  top: 50%;
  margin: -1em 1em 0;
  background: #7f7f7f;
  text-align: center;
  text-decoration: none;
  color: #fff;
  }
  #prev-link span, #next-link span {
    font-style: italic;
    font-size: .6em;
    position: absolute;
    top: 2em;
    left: 0;
    color: #000;
    }
  #prev-link {left: 0;}
  #next-link {right: 0;}

/* FOOTER */
.footer {
  height: 83px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../i/footer-bg.png) repeat-x;
  font: 1.1em/1.3 Arial, serif;
  min-width: 1000px;
  }
  .footer-inner {
    position: absolute;
    left: 50%;
    width: 648px;
    margin-left: -324px;
    top: 34px;
    }
  .made {float: right;}
    /*.made a {color: #af2228; background:none;}*/
  .copy {float: left;}

/* INTERNAL CONTENT */
.content {
  padding-top: 220px;
  margin: 0 60px;
  }
.video {
  margin-bottom: 20px;
  overflow: hidden;
  }
  .video-info {
    float: left;
    width: 200px;
    }
  .video-embed {
    margin-left: 260px;
    }
.videos {
  overflow: hidden;
  }
.works-list {
  list-style: none;
  list-style-type: none;
  overflow: hidden;
  /*margin: 0 0 0 275px;*/
  margin: 0;
  padding-left: 60px;
  }
  .works-list li {
    vertical-align: top;
    width: 160px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    }
  .works-list li, .videos .works-list li.visible {
    display: -moz-inline-stack;
    display: inline-block;
    }
  .videos .works-list li {
    display: none;
    }
  .works-list p {
    margin: 0;
    }
  .works-list a img {vertical-align: top;width:160px;height:120px;margin-bottom: 5px;display: block;}
  .works-list .duration {
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 1px 3px;
    font-size: .8em;
    line-height: 1.1;
    }

/* CLOUD */
.cloud {
  float: left;
  list-style: none;
  list-style-type: none;
  width: 200px;
  font-size: 1.1em;
  line-height: 1.6;
  margin-top: 0;
  }
.cloud li {
  float: left;
  padding-right: 10px;
  }
  .cloud a { padding: 2px;}
  .cloud a:link, .cloud a:visited, .cloud a:active { color: #af2228;background:none; }
  .cloud a:hover { color: #fff;background: #af2228; }
  .cloud a.active:link, .cloud a.active:visited, .cloud a.active:hover, .cloud a.active:active {
    background: #af2228;
    color: #fff;
    }

/* CASTING */
.casting-info {
  overflow: hidden;
  width: 992px;
  margin: 0 auto;
  }
.casting-cell {
  display: inline-block;
  display: -moz-inline-stack;
  margin: 0 41px 25px 0;
  width: 287px;
  vertical-align: top;
  padding: 0;
  }
.casting-info img {
  border: #8e8e8e solid 1px;
  width: 285px;
  }
.casting-contact {
  font-size: 1.4em;
  color: #af2228;
  margin-top: 0;
  }


/* TYPOGRAPHY */
em {
  color: #af2228;
  font-style: normal;
  }
strong {
  color: #af2228;
  font-weight: bold;
  }

/* CONTACT */
.contact .tel, .contact .content a {
  font-size: 2em;
  }
.content .fn, .contact .tel {
  color: #af2228;
  }
.contact .tel .code {
  font-size: .5em;
  /*vertical-align: middle;*/
  line-height: 2.5;
  }
.contact .fn, .contact .post, .contact .tel-type {
  float: left;
  clear: left;
  width: 11.5em;
  margin-right: 2em;
  text-align: right;
  }
.contact .tel-type {
  line-height: 3;
  }
.contact p {
  overflow: hidden;
  margin-bottom: 2.5em;
  }
.contact .content {
  width: 36em;
  margin: 0 auto;
  }
.contact .content .phone {
  
  }
