/*!
 * Bootstrap v2.0.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* VARIABLES */
/* COLORS */
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
.noAnim {
  -webkit-transition: all, 0, ease-in, 0 !important;
}
.noSelection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* FONTS */
@font-face {
  font-family: 'Neutraliser B';
  src: url('fonts/neutrbolalt.eot');
  src: url('fonts/neutrbolalt.eot?#iefix') format('embedded-opentype'), url('fonts/neutrbolalt.woff') format('woff'), url('fonts/neutrbolalt.ttf') format('truetype'), url('fonts/neutrbolalt.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neutraliser B I';
  src: url('fonts/neutrboloblalt.eot');
  src: url('fonts/neutrboloblalt.eot?#iefix') format('embedded-opentype'), url('fonts/neutrboloblalt.woff') format('woff'), url('fonts/neutrboloblalt.ttf') format('truetype'), url('fonts/neutrboloblalt.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neutraliser R';
  src: url('fonts/neutrregalt.eot');
  src: url('fonts/neutrregalt.eot?#iefix') format('embedded-opentype'), url('fonts/neutrregalt.woff') format('woff'), url('fonts/neutrregalt.ttf') format('truetype'), url('fonts/neutrregalt.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neutraliser R I';
  src: url('fonts/neutrregoblalt.eot');
  src: url('fonts/neutrregoblalt.eot?#iefix') format('embedded-opentype'), url('fonts/neutrregoblalt.woff') format('woff'), url('fonts/neutrregoblalt.ttf') format('truetype'), url('fonts/neutrregoblalt.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neutraliser T';
  src: url('fonts/neutrthialt.eot');
  src: url('fonts/neutrthialt.eot?#iefix') format('embedded-opentype'), url('fonts/neutrthialt.woff') format('woff'), url('fonts/neutrthialt.ttf') format('truetype'), url('fonts/neutrthialt.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neutraliser T I';
  src: url('fonts/neutrthioblalt.eot');
  src: url('fonts/neutrthioblalt.eot?#iefix') format('embedded-opentype'), url('fonts/neutrthioblalt.woff') format('woff'), url('fonts/neutrthioblalt.ttf') format('truetype'), url('fonts/neutrthioblalt.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*RESET*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tr,
th,
td,
section,
article,
header,
nav,
aside,
footer,
figure,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
a.blocLink {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5;
  top: 0px;
  left: 0px;
  /*background:#FF6600;*/
}
.clearfix {
  clear: both;
  display: block;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
section,
article,
header,
nav,
aside,
footer,
figure,
figcaption {
  display: block;
}
/* GLOBAL */
* {
  -webkit-font-smoothing: antialiased;
}
html {
  color: #000000;
  font-size: 12px;
  font-family: 'Neutraliser R';
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #3180be;
}
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #0F0F0F;
}
.center {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.button {
  background: #3180be;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 15px;
  color: #ffffff;
  padding: 6px;
  font-family: 'Neutraliser R';
  letter-spacing: 1px;
}
#p404 {
  min-height: 500px;
  color: #ffffff;
}
/* NAV */
header {
  /*background:@black;*/
  height: 107px;
  background: #0F0F0F;
}
header .center {
  height: 97px;
}
header #logo {
  position: absolute;
  left: 0;
  top: 41px;
  z-index: 10;
}
header ul {
  position: absolute;
  top: 41px;
  right: 0;
  z-index: 1;
}
header ul li {
  float: left;
}
header ul a {
  display: block;
  float: left;
  margin-left: 20px;
  color: #999999;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 500ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition: all 500ms cubic-bezier(0, 0.52, 0, 1) 0;
  -o-transition: all 500ms cubic-bezier(0, 0.52, 0, 1) 0;
  -ms-transition: all 500ms cubic-bezier(0, 0.52, 0, 1) 0;
  transition: all 500ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition-property: all;
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: cubic-bezier(0, 0.52, 0, 1);
  -moz-transition-delay: 0;
  text-align: right;
}
header ul a:hover,
header ul a.active {
  color: #3180be;
}
header ul a:active {
  color: #ffffff;
}
header .border {
  display: block;
  height: 642px;
  width: 377px;
  position: absolute;
  right: 100px;
  top: 0;
  background: url('img/header-border.png');
  z-index: 0;
}
#projects,
#search,
#featurefilms {
  overflow: hidden;
}
#projects .center,
#search .center,
#featurefilms .center {
  position: relative;
  z-index: 10;
}
#back_projects {
  position: absolute;
  top: 0;
  left: 0;
}
#searchForm {
  position: absolute;
  top: 7px;
  right: 0;
  width: 178px;
  height: 26px;
  z-index: 1;
  background: none;
}
#searchForm input[type=submit] {
  position: absolute;
  top: 1px;
  right: 1px;
  background: url('img/search-picto.png') no-repeat center;
  height: 26px;
  width: 26px;
  border: 0;
}
#searchForm input[type=text] {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 26px;
  border: 0;
  height: 26px;
  width: 26px;
  background: none;
  text-align: right;
  color: #ffffff;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition-property: all;
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-delay: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#searchForm.focus input[type=text] {
  width: 152px;
  background: #202020;
}
#projects nav,
#search nav,
#featurefilms nav {
  margin-bottom: 15px;
  height: 45px;
}
#projects nav .location,
#search nav .location,
#featurefilms nav .location {
  margin-right: 15px;
  z-index: 22;
}
.dropdown {
  width: 280px;
  float: left;
  color: #666666;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 15px;
  position: relative;
  z-index: 20;
}
.dropdown p,
.dropdown li {
  cursor: pointer;
  -webkit-backface-visibility: hidden;
}
.dropdown p {
  height: 45px;
  line-height: 45px;
}
.dropdown ul {
  width: 310px;
  position: relative;
  left: -11px;
  position: absolute;
  left: 0;
  top: 45px;
  display: none;
}
.dropdown li {
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  width: 272px;
  margin: 0 4px 4px 4px;
}
.dropdown li:hover {
  background: #3180be;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
}
.dropdown b {
  display: inline-block;
  width: 105px;
}
.dropdown span {
  color: #ffffff;
}
.dropdown.hover {
  background: #1a1a1a;
}
.dropdown.hover ul {
  display: block;
  background: #1a1a1a;
}
/* FOOTER */
footer {
  border-bottom: 29px solid #3180be;
  position: relative;
  padding-bottom: 40px;
  /*background:@black;*/
  color: #666666;
  /*background:url('@{img}lighter-trame.png');*/
  background: #f5f5f5;
}
footer .center {
  /*border-top:1px solid rgba(255, 255, 255, 0.1);*/
}
footer ul {
  padding: 40px 0;
  overflow: auto;
}
footer .address {
  width: 20%;
  float: left;
  color: #999999;
  line-height: 20px;
}
footer .address span {
  display: block;
}
footer .credit {
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .credit img {
  position: relative;
  top: 3px;
}
footer a {
  color: #3180be;
}
footer .social {
  position: absolute;
  bottom: -7px;
  right: 0;
}
footer .social a {
  display: block;
  height: 30px;
  width: 30px;
  float: left;
}
footer .social .facebook {
  background: url('img/facebook-logo.png') no-repeat center;
}
footer .social .twitter {
  background: url('img/twitter-logo.png') no-repeat center;
}
footer .copyright {
  width: 100%;
  text-align: center;
  font-family: 'Verdana', 'Arial', 'sans-serif';
  font-size: 11px;
}
.address strong {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
  color: #3180be;
}
.address strong span {
  color: #999999;
}
.address p {
  font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
  color: #999999;
}
/* PUSHES */
.push {
  width: 310px;
  float: left;
  color: #496974;
  margin: 0 15px 45px 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  color: #4d4d4d;
}
.push.last {
  margin-right: 0;
}
.push.big {
  width: 100%;
  margin-bottom: 36px;
  float: none;
  display: block;
}
.push.big .title {
  font-size: 60px;
  line-height: 60px;
  width: auto;
  opacity: 1;
}
.push.big .date {
  opacity: 1;
}
.push.big figure {
  min-height: 575px;
  height: auto;
}
.push.big figcaption {
  padding-bottom: 26px;
}
.push .play_button {
  display: block;
  height: 22px;
  width: 0;
  position: absolute;
  top: 20px;
  right: 0;
  background: #496974 url('img/push-play.png') no-repeat 8px center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0, 0.52, 0, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0, 0.52, 0, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0, 0.52, 0, 1) 0ms;
  -ms-transition: all 300ms cubic-bezier(0, 0.52, 0, 1) 0ms;
  transition: all 300ms cubic-bezier(0, 0.52, 0, 1) 0ms;
  -moz-transition-property: all;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: cubic-bezier(0, 0.52, 0, 1);
  -moz-transition-delay: 0ms;
}
.push .pictureBackground {
  width: 100%;
  height: 174px;
  background: #161616;
  position: relative;
}
.push .pictureOverflow {
  width: 0px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 700ms cubic-bezier(0, 0.52, 0, 1) 500ms;
  -moz-transition: all 700ms cubic-bezier(0, 0.52, 0, 1) 500ms;
  -o-transition: all 700ms cubic-bezier(0, 0.52, 0, 1) 500ms;
  -ms-transition: all 700ms cubic-bezier(0, 0.52, 0, 1) 500ms;
  transition: all 700ms cubic-bezier(0, 0.52, 0, 1) 500ms;
  -moz-transition-property: all;
  -moz-transition-duration: 700ms;
  -moz-transition-timing-function: cubic-bezier(0, 0.52, 0, 1);
  -moz-transition-delay: 500ms;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.push .pictureSlide {
  -webkit-transition: all 200ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition: all 200ms cubic-bezier(0, 0.52, 0, 1) 0;
  -o-transition: all 200ms cubic-bezier(0, 0.52, 0, 1) 0;
  -ms-transition: all 200ms cubic-bezier(0, 0.52, 0, 1) 0;
  transition: all 200ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition-property: all;
  -moz-transition-duration: 200ms;
  -moz-transition-timing-function: cubic-bezier(0, 0.52, 0, 1);
  -moz-transition-delay: 0;
}
.push .slideBackground {
  display: block;
  height: 100%;
  width: 310px;
  background: #202020;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 600ms cubic-bezier(0, 0.52, 0, 1) 0ms;
  -moz-transition: all 600ms cubic-bezier(0, 0.52, 0, 1) 0ms;
  -o-transition: all 600ms cubic-bezier(0, 0.52, 0, 1) 0ms;
  -ms-transition: all 600ms cubic-bezier(0, 0.52, 0, 1) 0ms;
  transition: all 600ms cubic-bezier(0, 0.52, 0, 1) 0ms;
  -moz-transition-property: all;
  -moz-transition-duration: 600ms;
  -moz-transition-timing-function: cubic-bezier(0, 0.52, 0, 1);
  -moz-transition-delay: 0ms;
  width: 0;
}
.push .titleContainer,
.push .dateContainer {
  position: relative;
}
.push .titleBackground,
.push .dateBackground {
  width: 0;
  height: 100%;
  background: #202020;
  -webkit-transition: width 500ms cubic-bezier(0, 0.52, 0, 1) 0, opacity, 400ms, cubic-bezier(0, 0.52, 0, 1), 600ms;
  -moz-transition: width 500ms cubic-bezier(0, 0.52, 0, 1) 0, opacity, 400ms, cubic-bezier(0, 0.52, 0, 1), 600ms;
  transition: width 500ms cubic-bezier(0, 0.52, 0, 1) 0, opacity, 400ms, cubic-bezier(0, 0.52, 0, 1), 600ms;
  position: absolute;
  top: 0;
  left: 0;
}
.push .titleOverflow,
.push .dateOverflow {
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 700ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition: all 700ms cubic-bezier(0, 0.52, 0, 1) 0;
  -o-transition: all 700ms cubic-bezier(0, 0.52, 0, 1) 0;
  -ms-transition: all 700ms cubic-bezier(0, 0.52, 0, 1) 0;
  transition: all 700ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition-property: all;
  -moz-transition-duration: 700ms;
  -moz-transition-timing-function: cubic-bezier(0, 0.52, 0, 1);
  -moz-transition-delay: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.push .titleOverflow .title,
.push .dateOverflow .date {
  opacity: 1;
}
.push .dateContainer {
  margin-top: 5px;
}
.push .img {
  display: block;
  height: 175px;
  width: 310px;
  background: #161616;
  height: 174px;
}
.push img {
  /*visibility:hidden;*/
  display: block;
}
.push figure {
  height: 270px;
}
.push figcaption {
  position: relative;
  overflow: auto;
}
.push .title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  margin-top: 17px;
  width: 270px;
  opacity: 0.4;
  margin-bottom: 5px;
}
.push .date {
  font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
  opacity: 0.4;
}
.push .date {
  -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -o-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -ms-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition-property: all;
  -moz-transition-duration: 200ms;
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-delay: 0;
}
.push.hidden {
  opacity: 0.5;
}
.push.off img {
  visibility: visible;
}
.push.on .pictureOverflow {
  width: 100%;
}
.push.on .pictureSlide {
  -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -o-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -ms-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition-property: all;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-delay: 0;
}
.push.on img {
  visibility: visible;
  width: 100%;
}
.push.on .title {
  opacity: 1;
}
.push.on .date {
  opacity: 1;
}
.push.hover .play_button {
  opacity: 1;
  width: 22px;
}
.desktop .push.hover .pictureSlide {
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.desktop #news .push.hover .pictureSlide {
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.page .push .title {
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition-property: all;
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-delay: 0;
}
.page .push .titleContainer,
.page .push .titleOverflow,
.page .push .titleBackground,
.page .push .dateContainer,
.page .push .dateBackground,
.page .push .dateOverflow {
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition-property: all;
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-delay: 0;
}
.page .push.on .pictureSlide {
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition-property: all;
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-delay: 0;
}
/* HOME */
#news,
#related {
  background: #0F0F0F;
}
#news ul,
#related ul {
  width: 990px;
  overflow: hidden;
}
#news {
  padding-bottom: 7px;
}
/* INFOS */
#infos {
  clear: both;
  overflow: auto;
  padding: 35px 0 43px 0;
  text-transform: uppercase;
  font-size: 25px;
  /*background:#F3F3F3;*/
  position: relative;
  color: #4b4b4b;
  background: #FFFFFF;
}
#infos section {
  position: relative;
  padding-bottom: 50px;
}
#infos section .button {
  display: none;
}
#infos span {
  color: #3180be;
}
#infos .jobs_button {
  margin-left: 550px;
}
.description {
  width: 635px;
  margin-right: 15px;
  float: left;
  font-family: 'Neutraliser T I';
  font-size: 30px;
}
.findAJob {
  float: left;
  width: 310px;
}
/* PROJECTS */
#projects,
#search,
#featurefilms {
  /*background:@black;*/
  padding-bottom: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#projects .page,
#search .page,
#featurefilms .page {
  width: 960px;
  float: left;
  height: 900px;
  margin-right: 15px;
  overflow: hidden;
}
#projects .page.off a,
#search .page.off a,
#featurefilms .page.off a {
  display: none;
}
.slider {
  overflow: auto;
  position: relative;
  height: 904px;
  padding-bottom: 86px;
  -webkit-transition: opacity 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition: opacity 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -o-transition: opacity 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -ms-transition: opacity 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  transition: opacity 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition-property: opacity;
  -moz-transition-duration: 2000ms;
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-delay: 0;
  overflow: hidden;
  cursor: url("img/cursor-hand.png") 8 0, move;
}
.slider:active {
  cursor: url("img/cursor-hand-down.png") 8 0, move;
}
#scrollbar {
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: -26px;
  left: 0;
}
#scrollbar .prev,
#scrollbar .next {
  position: absolute;
  bottom: 72px;
  z-index: 1;
  text-transform: uppercase;
  cursor: pointer;
  color: #F3F3F3;
}
#scrollbar .prev:hover,
#scrollbar .next:hover {
  color: #0F0F0F;
}
#scrollbar .prev:active,
#scrollbar .next:active {
  color: #0F0F0F;
}
#scrollbar .prev {
  left: 0;
}
#scrollbar .next {
  right: 0;
  text-align: right;
}
#scrollBackground {
  height: 7px;
  width: 100%;
  background: #1e1e1e;
  position: absolute;
  top: 7px;
}
#scrollThumb {
  height: 35px;
  width: auto;
  position: absolute;
  top: -7px;
  left: 0;
  cursor: pointer;
  min-width: 50px;
}
#scrollThumb span {
  display: block;
  width: 100%;
  height: 7px;
  margin: 14px 0;
  background: #3180be;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#scrollThumb.active span {
  background: #ffffff;
}
#pagination {
  position: absolute;
  bottom: 72px;
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #999999;
  font-size: 18px;
  font-family: 'Neutraliser R';
  z-index: 1;
}
#pagination b {
  font-weight: normal;
  margin-left: 5px;
}
#pagination span {
  margin-right: 5px;
}
/* PROJECT */
#project {
  background: #FFFFFF;
}
#project .push.big {
  background: #0F0F0F;
}
#project .center {
  clear: both;
}
#project .credits,
#project .tags {
  width: 310px;
  color: #999999;
}
#project .description,
#project .credits {
  margin-bottom: 38px;
}
#project .text,
#project .credits div {
  font-size: 12px;
  font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
  line-height: 20px;
  color: #999999;
}
#project .facebook,
#project .twitter {
  height: 30px;
  width: 108px;
  float: left;
}
.share {
  float: right;
  width: 310px;
}
.low {
  float: left;
  min-height: 200px;
}
.low section {
  width: 310px;
  float: left;
  margin-right: 15px;
}
.low .text {
  font-family: 'Verdana', 'Arial';
  font-size: 12px;
  color: #999999;
}
.partName {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 37px;
  color: #4b4b4b;
  font-family: 'Neutraliser R';
}
.partName strong {
  color: #3180be;
}
.hat {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Neutraliser T I';
  margin-bottom: 25px;
  color: #4b4b4b;
  line-height: 28px;
}
.tags li {
  float: left;
  margin: 0 10px 10px 0;
  display: block;
  background: #3180be;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  padding: 6px;
  font-family: 'Neutraliser R';
  text-transform: uppercase;
}
.tags li a,
.tags li span {
  color: #ffffff;
}
#related {
  /*background:@black;*/
  padding: 40px 0 10px 0;
  background: #ffffff;
}
#related .center {
  border-top: 1px solid #DADADA;
  padding-top: 40px;
}
/* GALLERY */
#gallery {
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
  opacity: 0;
  font-family: 'Neutraliser R';
  -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  -moz-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  -o-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  -ms-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  -moz-transition-property: opacity;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-delay: 0;
}
#gallery .gallery_pic {
  display: block;
  margin: 0 auto;
}
#gallery .figure {
  position: absolute;
  top: 50%;
  left: 50%;
}
#gallery nav {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#gallery nav .prev,
#gallery nav .next {
  position: absolute;
  bottom: -70px;
  z-index: 1;
  text-transform: uppercase;
  cursor: pointer;
}
#gallery nav .prev:hover,
#gallery nav .next:hover {
  color: #ffffff;
}
#gallery nav .prev:active,
#gallery nav .next:active {
  color: #ffffff;
}
#gallery nav .prev {
  left: 0;
}
#gallery nav .next {
  right: 0;
  text-align: right;
  padding: 6px 6px 6px 75px;
}
#gallery nav .close {
  display: block;
  height: 21px;
  width: 21px;
  background: url('img/sprite.png') no-repeat 0 -96px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#gallery nav .nb {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 100px;
  color: #ffffff;
  letter-spacing: 3px;
}
#gallery .figcaption {
  position: absolute;
  bottom: -62px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #999999;
}
#gallery .figcaption .title {
  padding: 0 200px;
}
#gallery #ad {
  position: absolute;
  bottom: 0;
  right: 0;
}
#gallery .gallery_pic {
  -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  -moz-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  -o-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  -ms-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  -moz-transition-property: opacity;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-delay: 0;
}
/* CAREERS */
#careers {
  padding-top: 30px;
  background: #FFFFFF;
  position: relative;
}
#careers .tags {
  margin-bottom: 20px;
  overflow: auto;
}
#careers .tags li {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 200ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition: opacity 200ms cubic-bezier(0, 0.52, 0, 1) 0;
  -o-transition: opacity 200ms cubic-bezier(0, 0.52, 0, 1) 0;
  -ms-transition: opacity 200ms cubic-bezier(0, 0.52, 0, 1) 0;
  transition: opacity 200ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition-property: opacity;
  -moz-transition-duration: 200ms;
  -moz-transition-timing-function: cubic-bezier(0, 0.52, 0, 1);
  -moz-transition-delay: 0;
}
#careers .tags li.on,
#careers .tags li:hover {
  opacity: 1;
}
#careers .lists {
  -webkit-transition: height 300ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition: height 300ms cubic-bezier(0, 0.52, 0, 1) 0;
  -o-transition: height 300ms cubic-bezier(0, 0.52, 0, 1) 0;
  -ms-transition: height 300ms cubic-bezier(0, 0.52, 0, 1) 0;
  transition: height 300ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition-property: height;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: cubic-bezier(0, 0.52, 0, 1);
  -moz-transition-delay: 0;
  margin-bottom: 30px;
}
#careers .lists .openings {
  -webkit-transition: opacity 300ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition: opacity 300ms cubic-bezier(0, 0.52, 0, 1) 0;
  -o-transition: opacity 300ms cubic-bezier(0, 0.52, 0, 1) 0;
  -ms-transition: opacity 300ms cubic-bezier(0, 0.52, 0, 1) 0;
  transition: opacity 300ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition-property: opacity;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: cubic-bezier(0, 0.52, 0, 1);
  -moz-transition-delay: 0;
}
.openings {
  clear: both;
}
.openings .name {
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  color: #999999;
}
.openings .arrow {
  display: block;
  width: 7px;
  height: 4px;
  background: url('img/arrow-up.png');
  position: absolute;
  top: 13px;
  right: 13px;
}
.openings .text {
  overflow: hidden;
  -webkit-transition: all 300ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition: all 300ms cubic-bezier(0, 0.52, 0, 1) 0;
  -o-transition: all 300ms cubic-bezier(0, 0.52, 0, 1) 0;
  -ms-transition: all 300ms cubic-bezier(0, 0.52, 0, 1) 0;
  transition: all 300ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition-property: all;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: cubic-bezier(0, 0.52, 0, 1);
  -moz-transition-delay: 0;
  border-bottom: 1px solid #dadada;
  color: #666666;
}
.openings .text p {
  margin-top: 20px;
  line-height: 20px;
  font-size: 12px;
  font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
}
.openings .text .bottomSpace {
  display: block;
  width: 100%;
  height: 30px;
  clear: both;
}
.openings a {
  color: #3180be;
}
.openings .off .arrow {
  background: url('img/arrow-down.png');
}
/* CONTACT */
#contact {
  padding-top: 30px;
  position: relative;
  background: #FFFFFF;
}
#contact .address {
  margin-bottom: 35px;
}
#contact #openings .text p {
  width: 310px;
  float: left;
}
#contact #openings .text p strong {
  display: block;
}
#contact a {
  color: #666666;
}
#contact .country {
  margin-bottom: 65px;
}
#contactList {
  float: left;
  width: 960px;
}
#contactList .country {
  color: #666666;
}
#contactList .country .text p {
  width: 50%;
  display: block;
  float: left;
}
/* ABOUT */
#about {
  padding-top: 40px;
  position: relative;
  background: #FFFFFF;
}
#about .center {
  position: relative;
  overflow: auto;
}
#about nav {
  width: 33%;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 43px;
  color: #BFBFBF;
  margin-top: -11px;
}
#about nav li {
  cursor: pointer;
}
#about nav li.active,
#about nav li:hover {
  color: #3180be;
}
#about #parts {
  margin-left: 33%;
}
#about .button {
  text-transform: uppercase;
}
#about .part {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
#about .text {
  font-size: 12px;
  line-height: 20px;
  font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
  color: #999999;
}
#about img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
#about .links {
  margin-top: 44px;
}
#about .contacts_about {
  margin-top: 43px;
  font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 12px;
  line-height: 20px;
  color: #4b4b4b;
  overflow: auto;
}
#about .contacts_about li {
  width: 50%;
  float: left;
}
#about .contacts_about .partName {
  margin-bottom: 25px;
}
#about .contacts_about .name {
  color: #3180be;
  font-weight: bold;
}
#about .contacts_about a {
  color: #4b4b4b;
  display: block;
}
#about #newsletter {
  display: none;
}
#about .gallery {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  margin-bottom: 25px;
}
#about .gallery .pictures {
  position: relative;
  z-index: 1;
  height: 220px;
  overflow: hidden;
}
#about .gallery .pictures li {
  position: absolute;
  top: 0;
  left: 0;
}
#about .gallery .pictures li img {
  display: block;
  width: 100%;
  z-index: 1;
}
#about .gallery .pictures li {
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -o-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -ms-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition-property: all;
  -moz-transition-duration: 1000ms;
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-delay: 0;
}
#about .gallery .pictures .right {
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
#about .gallery .pictures .left {
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
#about nav.fixed {
  position: fixed;
  left: 50%;
  margin-left: -642px;
  top: 41px;
}
#awards {
  min-height: 200px;
  margin-bottom: 40px;
  width: 640px;
  margin-left: 320px;
}
#awards #years {
  height: 28px;
  margin-bottom: 25px;
}
#awards #years li {
  display: block;
  float: left;
  margin-right: 10px;
  background: #3180be;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  padding: 6px;
  cursor: pointer;
  font-family: 'Neutraliser R';
  text-transform: uppercase;
  opacity: 0.7;
}
#awards #years .on {
  opacity: 1;
}
#awards .lists {
  clear: both;
  margin-bottom: 45px;
  color: #4b4b4b;
}
#awards .lists li {
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  min-height: 20px;
  line-height: 20px;
  border-bottom: 1px solid #e5e5e5;
  overflow: auto;
  padding: 7px 0 6px 0;
}
#awards .lists li .award {
  width: 100%;
  display: block;
}
#awards .lists li .award p {
  float: left;
  margin-right: 5px;
}
#awards .lists li span {
  font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 12px;
  text-transform: none;
  display: block;
  clear: both;
}
#awards #years li {
  -webkit-transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -o-transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -ms-transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1) 0;
  -moz-transition-property: opacity;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-delay: 0;
}
/* ASIDE */
#newsletter {
  width: 310px;
  float: right;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dadada;
}
#newsletter label {
  font-size: 12px;
  font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
  display: block;
  margin-bottom: 17px;
  width: 190px;
  color: #999999;
}
#newsletter input[type=text] {
  width: 288px;
  padding: 0 10px;
  height: 33px;
  border: 1px solid #DBDBDB;
  /*background:#F3F3F3;*/
  margin-bottom: 17px;
  background: #FFFFFF;
  color: #0F0F0F;
}
#newsletter input[type=submit] {
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  color: #F3F3F3;
}
#newsletter input[type=submit]:hover {
  color: #0F0F0F;
}
#error {
  margin-left: 10px;
  line-height: 33px;
  color: #da2424;
}
#error.valid {
  color: #23992b;
}
#twitter {
  width: 310px;
  float: right;
  min-height: 300px;
  margin-bottom: 40px;
}
#twitter .loading {
  color: #ffffff;
}
#twitter .content {
  margin-bottom: 10px;
  font-size: 12px;
  color: #999999;
}
#twitter .date {
  font-size: 10px;
  color: #a9a9a9;
  text-transform: uppercase;
}
#twitter .date a {
  color: #666666;
}
#twitter li {
  margin-bottom: 30px;
}
#twitter li p {
  font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
}
#twitter a {
  color: #3180be;
}
/* VIDEO PLAYER */
.anonPlayer {
  width: 960px;
  height: 480px;
  position: relative;
  background: #000000;
  overflow: hidden;
}
.anonPlayer video {
  width: 100%;
}
.anonPlayer .controls {
  position: absolute;
  bottom: -100px;
  left: 50%;
  margin-left: -375px;
  width: 845px;
  height: 40px;
  background: #1e1e1e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 10;
  -webkit-transition: bottom 500ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition: bottom 500ms cubic-bezier(0, 0.52, 0, 1) 0;
  -o-transition: bottom 500ms cubic-bezier(0, 0.52, 0, 1) 0;
  -ms-transition: bottom 500ms cubic-bezier(0, 0.52, 0, 1) 0;
  transition: bottom 500ms cubic-bezier(0, 0.52, 0, 1) 0;
  -moz-transition-property: bottom;
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: cubic-bezier(0, 0.52, 0, 1);
  -moz-transition-delay: 0;
}
.anonPlayer .playButton,
.anonPlayer .pauseButton {
  height: 40px;
  width: 85px;
  position: absolute;
  top: 0;
  left: -95px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  background: #1e1e1e;
}
.anonPlayer .playButton i,
.anonPlayer .pauseButton i {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  z-index: 1;
}
.anonPlayer .playButton i {
  background: url('img/sprite.png') no-repeat -30px -16px;
}
.anonPlayer .pauseButton {
  display: none;
}
.anonPlayer .pauseButton i {
  background: url('img/sprite.png') no-repeat 0 -16px;
}
.anonPlayer .timeline {
  position: absolute;
  background: #202020;
  height: 7px;
  width: 739px;
  top: 16px;
  left: 10px;
  cursor: pointer;
}
.anonPlayer .timeline .progress {
  position: absolute;
  top: 0;
  left: 0;
  background: #5c3f31;
  width: 0;
  height: 100%;
}
.anonPlayer .timeline .buffer {
  position: absolute;
  top: 0;
  left: 0;
  background: #020202;
  width: 0;
  height: 100%;
}
.anonPlayer .timeline .button {
  display: none;
}
.anonPlayer .fullscreenButton {
  height: 30px;
  width: 30px;
  background: url('img/sprite.png') no-repeat 0 -46px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.anonPlayer .volume {
  height: 18px;
  width: 28px;
  background: url('img/sprite.png') no-repeat -33px -77px;
  position: absolute;
  top: 11px;
  right: 46px;
  cursor: pointer;
}
.anonPlayer .volume .progress {
  height: 18px;
  width: 28px;
  background: url('img/sprite.png') no-repeat 0 -77px;
  position: absolute;
  top: 0;
  left: 0;
}
.anonPlayer .volume .bar {
  display: none;
}
.anonPlayer .volume .button {
  display: none;
}
.anonPlayer .download {
  display: block;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  background: #1e1e1e;
  position: absolute;
  top: 0;
  right: -50px;
}
.anonPlayer .download i {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  z-index: 1;
  background: url('img/sprite.png') no-repeat -30px -96px;
}
.anonPlayer .thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  visibility: visible;
}
.anonPlayer .shield {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.anonPlayer .loader {
  display: none;
  height: 50px;
  width: 50px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 1;
}
.anonPlayer .loader.active {
  display: block;
}
.anonPlayer.fullscreenMode {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.anonPlayer.fullscreenMode .controls {
  left: 50%;
  margin-left: -485px;
}
.anonPlayer.fullscreenMode .fullscreenButton {
  background: url('img/sprite.png') no-repeat -30px -46px;
}
.anonPlayer.play .playButton {
  display: none;
}
.anonPlayer.play .pauseButton {
  display: block;
}
.anonPlayer.pause .playButton {
  display: block;
}
.anonPlayer.pause .pauseButton {
  display: none;
}
.anonPlayer.move .controls,
.anonPlayer.pre .controls {
  bottom: 10px;
}
@media (min-width: 320px) and (max-width: 999px) {
  header {
    height: 130px;
  }
  header #logo {
    top: 30px;
  }
  header ul {
    position: relative;
    top: 82px;
  }
  header ul li {
    font-size: 16px;
  }
  header ul a {
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 20px;
    text-align: left;
    width: auto !important;
  }
  .anonPlayer .controls {
    height: 40px;
    width: 85px;
    background: none;
    bottom: auto;
    top: 50%;
    margin: -20px 0 0 -42px;
  }
  .anonPlayer .playButton,
  .anonPlayer .pauseButton {
    left: 0;
  }
  .anonPlayer .volume {
    display: none;
  }
  .anonPlayer .playButton {
    display: block;
  }
  .anonPlayer .pauseButton {
    display: none;
  }
  .anonPlayer .fullscreenButton {
    display: none;
  }
  .anonPlayer .timeline {
    display: none;
  }
  .anonPlayer.play .playButton,
  .anonPlayer.play .pauseButton,
  .anonPlayer.play .download {
    display: none;
  }
  .anonPlayer.pause .playButton {
    display: block;
  }
  .anonPlayer.play.hover .pauseButton,
  .anonPlayer.play.hover .download {
    display: block;
  }
  #about nav {
    display: none;
  }
  #about #parts {
    margin-left: 0;
  }
  #about #awards {
    margin-left: 0;
  }
}
@media (max-width: 679px) {
  .big .pictureBackground {
    height: 160px;
  }
  header {
    height: 161px;
  }
  header a {
    margin-bottom: 20px;
  }
  .description {
    width: 310px;
    font-size: 20px;
  }
  #infos {
    font-size: 19px;
  }
  #infos section {
    padding-bottom: 70px;
  }
  #infos .jobs_button {
    margin-left: 0;
  }
  #infos .description_button {
    position: absolute;
    top: 120px;
  }
  #infos .findAJob {
    padding-bottom: 10px;
  }
  footer .address {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .address strong {
    -webkit-font-smoothing: antialiased;
  }
  footer .address strong span {
    display: inline-block;
    margin-right: 4px;
  }
  footer .credit {
    bottom: -25px;
    left: 5px;
  }
  footer .social {
    bottom: -33px;
    right: 5px;
  }
  .anonPlayer {
    width: 320px;
    height: 160px;
  }
  .push.big .title {
    font-size: 30px;
    line-height: 30px;
    margin-top: 5px;
  }
  .push.big figure {
    min-height: 185px;
    height: auto;
  }
  #about .gallery {
    height: 106px;
  }
  #about .pictures {
    height: 106px;
  }
  .hat {
    font-size: 19px;
  }
  #news ul,
  #related ul {
    width: 330px;
    height: auto;
  }
  .dropdown {
    display: none;
  }
  #searchForm {
    display: none;
  }
  .center {
    width: 320px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mainContent {
    width: 310px;
  }
  .mainContent .text p {
    width: 100%;
  }
  #projects .slider .page,
  #search .slider .page,
  #featurefilms .slider .page {
    width: 310px;
  }
  #awards {
    width: 310px;
  }
  #awards .list li span {
    position: absolute;
    top: 0;
    right: 0;
  }
  .share {
    float: none;
    clear: both;
    height: 115px;
  }
  #contactList {
    width: 310px;
  }
}
@media (min-width: 680px) and (max-width: 999px) {
  .big .pictureBackground {
    height: 321px;
  }
  .center {
    width: 640px;
    margin: 0 auto;
    position: relative;
  }
  .description {
    width: 315px;
    font-size: 20px;
  }
  #infos {
    font-size: 19px;
  }
  #infos .jobs_button {
    margin-left: 230px;
  }
  footer .address {
    width: 192px;
    height: 160px;
    margin-bottom: 12px;
  }
  .push {
    margin-bottom: 20px;
  }
  .push .title {
    font-size: 25px;
    line-height: 25px;
  }
  .push.big .title {
    font-size: 45px;
    line-height: 45px;
    margin-top: 7px;
  }
  .push.big figure {
    min-height: 380px;
    height: auto;
  }
  .anonPlayer {
    width: 640px;
    height: 321px;
  }
  .low {
    width: 100%;
  }
  .low .tags {
    margin-right: 0;
  }
  .low section {
    width: 310px;
    float: left;
  }
  .share {
    height: 147px;
    float: none;
    clear: both;
  }
  #related ul,
  #news ul {
    width: 650px;
    height: auto;
    overflow: auto;
  }
  #newsletter {
    float: left;
    margin-right: 15px;
  }
  #twitter {
    float: left;
    margin-right: 0;
  }
  #projects .slider .page,
  #search .slider .page,
  #featurefilms .slider .page {
    width: 640px;
  }
  #contactList {
    width: 640px;
  }
  footer .copyright {
    position: relative;
    width: 50%;
    left: 25%;
    top: 5px;
  }
}
@media (min-width: 1000px) and (max-width: 1319px) {
  .big .pictureBackground {
    height: 480px;
  }
  .center {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  .description,
  #profile .hat,
  #profile .text {
    width: 635px;
  }
  .mainContent {
    width: 635px;
    float: left;
  }
  #project .share {
    width: 310px;
  }
  .low {
    width: 650px;
  }
  .anonPlayer {
    width: 980px;
    height: 480px;
  }
  .anonPlayer .download {
    right: 0;
    top: -50px;
  }
  #related ul {
    width: 990px;
  }
  #contactList {
    width: 635px;
  }
  #about nav.fixed {
    margin-left: -480px;
  }
}
@media (min-width: 1320px) {
  .big .pictureBackground {
    height: 640px;
  }
  .center {
    width: 1285px;
    margin: 0 auto;
    position: relative;
  }
  .description,
  #profile .hat,
  #profile .text {
    width: 920px;
    margin-right: 50px;
  }
  #news ul {
    width: 1300px;
  }
  .low {
    width: 660px;
  }
  #news .push.big {
    height: 722px;
    width: 1285px;
  }
  .push.big figure {
    min-height: 815px;
    height: auto;
  }
  .mainContent {
    width: 960px;
    float: left;
  }
  .anonPlayer {
    width: 1285px;
    height: 722px;
  }
  #infos .jobs_button {
    margin-left: 870px;
  }
  #about nav {
    width: 310px;
  }
  #about #parts {
    width: 965px;
    margin-left: 325px;
  }
  #about .part {
    width: 635px;
    position: relative;
  }
  #about .contacts_about {
    width: 310px;
    position: absolute;
    top: 0;
    left: 650px;
    margin-top: 0;
  }
  #about .contacts_about .partName {
    margin-bottom: 30px;
  }
  #about .contacts_about li {
    width: 310px;
    margin-bottom: 20px;
  }
  #about #newsletter {
    position: absolute;
    top: 0;
    left: 650px;
    display: block;
  }
  #related ul {
    width: 1300px;
  }
  #projects .slider .page,
  #search .slider .page,
  #featurefilms .slider .page {
    width: 1285px;
  }
}
@media (min-width: 1680px) {
  footer .bottom .credit {
    left: 0;
    bottom: 0;
  }
  footer .bottom .social {
    right: 0;
    bottom: -10px;
  }
}
#noresults {
  height: 500px;
  color: #a5a4a5;
  padding: 50px 0;
  font-size: 14px;
}
/* SCROLLBAR */
::-webkit-scrollbar {
  width: 10px;
  background: #1e1e1e;
  height: 5px;
  opacity: 0;
}
::-webkit-scrollbar-thumb {
  background: #3180be;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
/* HOVER */
::selection {
  background: #3180be;
  color: #ffffff;
}
::-moz-selection {
  background: #3180be;
  color: #ffffff;
}
