@charset "UTF-8";
/* Vertical Background Gradient */
/* Horizontal Background Gradient */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.imagoimage {
  position: relative; }
  .imagoimage .imagox23,
  .imagoimage .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -webkit-transition: opacity 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out;
    background-repeat: no-repeat; }
  .imagoimage.loaded .image,
  .imagoimage.loaded .imagox23 {
    opacity: 1; }
  .imagoimage.loaded .spin,
  .imagoimage.loaded .spin2 {
    opacity: 0; }

.imagovideo {
  position: relative;
  overflow: hidden; }
  .imagovideo .imagowrapper {
    background-color: #ccc;
    background-repeat: no-repeat;
    position: relative; }
  .imagovideo .spin,
  .imagovideo .spin2 {
    opacity: 0; }
  .imagovideo.loading .spin,
  .imagovideo.loading .spin2 {
    opacity: 1; }
  .imagovideo.fit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%; }
    .imagovideo.fit .imagowrapper video {
      margin: 0 auto; }
    .imagovideo.fit.center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .imagovideo.fit.left {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .imagovideo.fit.right {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .imagovideo.fit.top {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .imagovideo.fit.bottom {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .imagovideo video {
    display: block; }
  .imagovideo.crop {
    width: 100%;
    height: 100%; }
    .imagovideo.crop .imagowrapper {
      width: 100%;
      height: 100%;
      position: relative; }
    .imagovideo.crop.top video {
      top: 0;
      position: absolute; }
    .imagovideo.crop.right video {
      right: 0;
      position: absolute; }
    .imagovideo.crop.bottom video {
      bottom: 0;
      position: absolute; }
    .imagovideo.crop.left video {
      left: 0;
      position: absolute; }
    .imagovideo.crop.center video {
      position: absolute; }
  .imagovideo .playbig {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    margin-top: -80px;
    margin-left: -65px;
    border-radius: 0;
    padding: 0;
    font-size: 100px;
    line-height: 140px;
    vertical-align: baseline;
    color: white;
    text-align: center;
    cursor: pointer;
    text-shadow: 0 5px 10px black;
    -webkit-transition: opacity 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out;
    opacity: 1; }
    .imagovideo .playbig:hover {
      color: #cccccc; }
    .imagovideo .playbig:active {
      color: white; }
  .imagovideo .controls {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8))) no-repeat;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)) no-repeat;
    background: linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)) no-repeat;
    border-top: 1px solid black;
    margin: 0;
    padding: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
    opacity: 0; }
    .imagovideo .controls.active {
      opacity: 1; }
    .imagovideo .controls > span,
    .imagovideo .controls > a {
      display: block;
      height: 30px;
      line-height: 28px;
      padding: 0;
      margin: 0;
      border: none;
      color: white;
      position: absolute;
      bottom: 0;
      text-shadow: 1px 0 0 black; }
    .imagovideo .controls a {
      cursor: pointer;
      color: #b3b3b3; }
    .imagovideo .controls a:hover {
      color: white; }
    .imagovideo .controls a:active {
      color: white; }
    .imagovideo .controls .play,
    .imagovideo .controls .pause {
      left: 15px; }
    .imagovideo .controls .pause {
      display: none; }
    .imagovideo .controls .time {
      left: 38px;
      font-family: Arial;
      font-size: 13px;
      line-height: 30px; }
    .imagovideo .controls .size {
      right: 177px;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      width: 25px;
      text-align: center;
      font-family: Arial;
      line-height: 30px; }
    .imagovideo .controls .volume {
      right: 44px;
      width: 120px; }
      .imagovideo .controls .volume .icon-volume-up,
      .imagovideo .controls .volume .fa-volume-up {
        position: absolute;
        right: 0;
        top: 7px; }
      .imagovideo .controls .volume .icon-volume-down,
      .imagovideo .controls .volume .fa-volume-down {
        position: absolute;
        left: 0;
        top: 7px; }
      .imagovideo .controls .volume input {
        top: 7px;
        position: absolute;
        height: 8px;
        border-radius: 8px;
        background: #212121;
        border-color: black;
        border-style: solid;
        border-width: 1px;
        appearance: none;
        width: 80px;
        right: 20px; }
      .imagovideo .controls .volume input::-webkit-slider-thumb {
        appearance: none;
        width: 8px;
        height: 8px;
        background: #cccccc;
        background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#999999)) no-repeat;
        background: -webkit-linear-gradient(top, #cccccc, #999999) no-repeat;
        background: linear-gradient(top, #cccccc, #999999) no-repeat;
        border-radius: 2px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        box-shadow: 0px 0px 3px black; }
    .imagovideo .controls .fullscreen,
    .imagovideo .controls .screen {
      right: 15px; }
    .imagovideo .controls .screen {
      display: none; }
    .imagovideo .controls .seekbar {
      position: absolute;
      left: 97px;
      right: 220px;
      text-align: left; }
      .imagovideo .controls .seekbar > span {
        display: block; }
      .imagovideo .controls .seekbar .bar,
      .imagovideo .controls .seekbar .loaded,
      .imagovideo .controls .seekbar .seek {
        top: 9px;
        position: absolute;
        height: 8px;
        border-radius: 8px; }
      .imagovideo .controls .seekbar .bar {
        background: #212121;
        width: 100%;
        border-color: black;
        border-style: solid;
        border-width: 1px; }
      .imagovideo .controls .seekbar .loaded {
        background: #666666;
        background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333)) no-repeat;
        background: -webkit-linear-gradient(top, #666666, #333333) no-repeat;
        background: linear-gradient(top, #666666, #333333) no-repeat;
        box-shadow: 1px 0 0 black;
        width: 14%;
        margin: 1px; }
      .imagovideo .controls .seekbar .seek {
        background: #212121;
        width: 100%;
        border-color: black;
        border-style: solid;
        border-width: 1px;
        appearance: none;
        top: 7px; }
        .imagovideo .controls .seekbar .seek::-webkit-slider-thumb, .imagovideo .controls .seekbar .seek::-moz-slider-thumb {
          appearance: none;
          width: 8px;
          height: 8px;
          background: #cccccc;
          background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#999999)) no-repeat;
          background: -webkit-linear-gradient(top, #cccccc, #999999) no-repeat;
          background: linear-gradient(top, #cccccc, #999999) no-repeat;
          border-radius: 2px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          box-shadow: 0px 0px 3px black; }
      .imagovideo .controls .seekbar .handle {
        position: absolute;
        background: #cccccc;
        background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#999999)) no-repeat;
        background: -webkit-linear-gradient(top, #cccccc, #999999) no-repeat;
        background: linear-gradient(top, #cccccc, #999999) no-repeat;
        width: 8px;
        height: 8px;
        border-radius: 2px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        box-shadow: 0px 1px 3px black;
        top: 10px;
        left: 0;
        margin-left: -4px;
        cursor: pointer; }
        .imagovideo .controls .seekbar .handle:hover {
          background: #FFF;
          background: -webkit-radial-gradient(white, #cccccc, #FFF, #FFF);
          background: radial-gradient(white, #cccccc, #FFF, #FFF); }

.imagovideo.playing {
  background: none; }
  .imagovideo.playing .playbig {
    opacity: 0; }
  .imagovideo.playing .controls .play {
    display: none; }
  .imagovideo.playing .controls .pause {
    display: block; }

.imagovideo.fullscreen .controls .fullscreen {
  display: none; }
.imagovideo.fullscreen .controls .screen {
  display: block; }

.imagovideo.hd .controls .size {
  color: white; }

.imagovideo.sd .controls .size {
  color: #999999; }

.imagoimage .spin,
.imagoimage .spin2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -20px 0 0 -20px;
  width: 30px;
  height: 30px;
  border: 6px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-animation: rotate 1.5s infinite linear;
          animation: rotate 1.5s infinite linear;
  -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
  box-sizing: content-box; }
.imagoimage .spin2 {
  margin: -17px 0 0 -17px;
  width: 30px;
  height: 30px;
  border-width: 2px;
  border: 3px solid transparent;
  border-top: 3px solid rgba(255, 255, 255, 0.8);
  -webkit-animation: rotate 1.5s infinite ease;
          animation: rotate 1.5s infinite ease; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.inline-block, .w10px, .h10px, .w20px, .h20px, .w30px, .h30px, .w40px, .h40px, .w50px, .h50px, .w60px, .h60px, .w70px, .h70px, .w80px, .h80px, .w90px, .h90px, .w100px, .h100px, .w110px, .h110px, .w120px, .h120px, .w130px, .h130px, .w140px, .h140px, .w150px, .h150px, .w160px, .h160px, .w170px, .h170px, .w180px, .h180px, .w190px, .h190px, .w200px, .h200px, .w210px, .h210px, .w220px, .h220px, .w230px, .h230px, .w240px, .h240px, .w250px, .h250px, .w260px, .h260px, .w270px, .h270px, .w280px, .h280px, .w290px, .h290px, .w300px, .h300px, .w310px, .h310px, .w320px, .h320px, .w330px, .h330px, .w340px, .h340px, .w350px, .h350px, .w360px, .h360px, .w370px, .h370px, .w380px, .h380px, .w390px, .h390px, .w400px, .h400px, .w410px, .h410px, .w420px, .h420px, .w430px, .h430px, .w440px, .h440px, .w450px, .h450px, .w460px, .h460px, .w470px, .h470px, .w480px, .h480px, .w490px, .h490px, .w500px, .h500px, .w510px, .h510px, .w520px, .h520px, .w530px, .h530px, .w540px, .h540px, .w550px, .h550px, .w560px, .h560px, .w570px, .h570px, .w580px, .h580px, .w590px, .h590px, .w600px, .h600px, .w610px, .h610px, .w620px, .h620px, .w630px, .h630px, .w640px, .h640px, .w650px, .h650px, .w660px, .h660px, .w670px, .h670px, .w680px, .h680px, .w690px, .h690px, .w700px, .h700px, .w710px, .h710px, .w720px, .h720px, .w730px, .h730px, .w740px, .h740px, .w750px, .h750px, .w760px, .h760px, .w770px, .h770px, .w780px, .h780px, .w790px, .h790px, .w800px, .h800px, .w810px, .h810px, .w820px, .h820px, .w830px, .h830px, .w840px, .h840px, .w850px, .h850px, .w860px, .h860px, .w870px, .h870px, .w880px, .h880px, .w890px, .h890px, .w900px, .h900px, .w910px, .h910px, .w920px, .h920px, .w930px, .h930px, .w940px, .h940px, .w950px, .h950px, .w960px, .h960px, .w970px, .h970px, .w980px, .h980px, .w990px, .h990px, .w1000px, .h1000px, .w1010px, .h1010px, .w1020px, .h1020px, .w1030px, .h1030px, .w1040px, .h1040px, .w1050px, .h1050px, .w1060px, .h1060px, .w1070px, .h1070px, .w1080px, .h1080px, .w1090px, .h1090px, .w1100px, .h1100px, .w1110px, .h1110px, .w1120px, .h1120px, .w1130px, .h1130px, .w1140px, .h1140px, .w1150px, .h1150px, .w1160px, .h1160px, .w1170px, .h1170px, .w1180px, .h1180px, .w1190px, .h1190px, .w1200px, .h1200px, .w1210px, .h1210px, .w1220px, .h1220px, .w1230px, .h1230px, .w1240px, .h1240px, .w1250px, .h1250px, .w1260px, .h1260px, .w1270px, .h1270px, .w1280px, .h1280px, .w1290px, .h1290px, .w1300px, .h1300px, .w1310px, .h1310px, .w1320px, .h1320px, .w1330px, .h1330px, .w1340px, .h1340px, .w1350px, .h1350px, .w1360px, .h1360px, .w1370px, .h1370px, .w1380px, .h1380px, .w1390px, .h1390px, .w1400px, .h1400px, .w1410px, .h1410px, .w1420px, .h1420px, .w1430px, .h1430px, .w1440px, .h1440px, .w1450px, .h1450px, .w1460px, .h1460px, .w1470px, .h1470px, .w1480px, .h1480px, .w1490px, .h1490px, .w1500px, .h1500px, .w1510px, .h1510px, .w1520px, .h1520px, .w1530px, .h1530px, .w1540px, .h1540px, .w1550px, .h1550px, .w1560px, .h1560px, .w1570px, .h1570px, .w1580px, .h1580px, .w1590px, .h1590px, .w1600px, .h1600px, .w1610px, .h1610px, .w1620px, .h1620px, .w1630px, .h1630px, .w1640px, .h1640px, .w1650px, .h1650px, .w1660px, .h1660px, .w1670px, .h1670px, .w1680px, .h1680px, .w1690px, .h1690px, .w1700px, .h1700px, .w1710px, .h1710px, .w1720px, .h1720px, .w1730px, .h1730px, .w1740px, .h1740px, .w1750px, .h1750px, .w1760px, .h1760px, .w1770px, .h1770px, .w1780px, .h1780px, .w1790px, .h1790px, .w1800px, .h1800px, .w1810px, .h1810px, .w1820px, .h1820px, .w1830px, .h1830px, .w1840px, .h1840px, .w1850px, .h1850px, .w1860px, .h1860px, .w1870px, .h1870px, .w1880px, .h1880px, .w1890px, .h1890px, .w1900px, .h1900px, .w1910px, .h1910px, .w1920px, .h1920px, .w1930px, .h1930px, .w1940px, .h1940px, .w1950px, .h1950px, .w1960px, .h1960px, .w1970px, .h1970px, .w1980px, .h1980px, .w1990px, .h1990px {
  display: inline-block; }

.w10px {
  width: 10px; }

.h10px {
  height: 10px; }

.w20px {
  width: 20px; }

.h20px {
  height: 20px; }

.w30px {
  width: 30px; }

.h30px {
  height: 30px; }

.w40px {
  width: 40px; }

.h40px {
  height: 40px; }

.w50px {
  width: 50px; }

.h50px {
  height: 50px; }

.w60px {
  width: 60px; }

.h60px {
  height: 60px; }

.w70px {
  width: 70px; }

.h70px {
  height: 70px; }

.w80px {
  width: 80px; }

.h80px {
  height: 80px; }

.w90px {
  width: 90px; }

.h90px {
  height: 90px; }

.w100px {
  width: 100px; }

.h100px {
  height: 100px; }

.w110px {
  width: 110px; }

.h110px {
  height: 110px; }

.w120px {
  width: 120px; }

.h120px {
  height: 120px; }

.w130px {
  width: 130px; }

.h130px {
  height: 130px; }

.w140px {
  width: 140px; }

.h140px {
  height: 140px; }

.w150px {
  width: 150px; }

.h150px {
  height: 150px; }

.w160px {
  width: 160px; }

.h160px {
  height: 160px; }

.w170px {
  width: 170px; }

.h170px {
  height: 170px; }

.w180px {
  width: 180px; }

.h180px {
  height: 180px; }

.w190px {
  width: 190px; }

.h190px {
  height: 190px; }

.w200px {
  width: 200px; }

.h200px {
  height: 200px; }

.w210px {
  width: 210px; }

.h210px {
  height: 210px; }

.w220px {
  width: 220px; }

.h220px {
  height: 220px; }

.w230px {
  width: 230px; }

.h230px {
  height: 230px; }

.w240px {
  width: 240px; }

.h240px {
  height: 240px; }

.w250px {
  width: 250px; }

.h250px {
  height: 250px; }

.w260px {
  width: 260px; }

.h260px {
  height: 260px; }

.w270px {
  width: 270px; }

.h270px {
  height: 270px; }

.w280px {
  width: 280px; }

.h280px {
  height: 280px; }

.w290px {
  width: 290px; }

.h290px {
  height: 290px; }

.w300px {
  width: 300px; }

.h300px {
  height: 300px; }

.w310px {
  width: 310px; }

.h310px {
  height: 310px; }

.w320px {
  width: 320px; }

.h320px {
  height: 320px; }

.w330px {
  width: 330px; }

.h330px {
  height: 330px; }

.w340px {
  width: 340px; }

.h340px {
  height: 340px; }

.w350px {
  width: 350px; }

.h350px {
  height: 350px; }

.w360px {
  width: 360px; }

.h360px {
  height: 360px; }

.w370px {
  width: 370px; }

.h370px {
  height: 370px; }

.w380px {
  width: 380px; }

.h380px {
  height: 380px; }

.w390px {
  width: 390px; }

.h390px {
  height: 390px; }

.w400px {
  width: 400px; }

.h400px {
  height: 400px; }

.w410px {
  width: 410px; }

.h410px {
  height: 410px; }

.w420px {
  width: 420px; }

.h420px {
  height: 420px; }

.w430px {
  width: 430px; }

.h430px {
  height: 430px; }

.w440px {
  width: 440px; }

.h440px {
  height: 440px; }

.w450px {
  width: 450px; }

.h450px {
  height: 450px; }

.w460px {
  width: 460px; }

.h460px {
  height: 460px; }

.w470px {
  width: 470px; }

.h470px {
  height: 470px; }

.w480px {
  width: 480px; }

.h480px {
  height: 480px; }

.w490px {
  width: 490px; }

.h490px {
  height: 490px; }

.w500px {
  width: 500px; }

.h500px {
  height: 500px; }

.w510px {
  width: 510px; }

.h510px {
  height: 510px; }

.w520px {
  width: 520px; }

.h520px {
  height: 520px; }

.w530px {
  width: 530px; }

.h530px {
  height: 530px; }

.w540px {
  width: 540px; }

.h540px {
  height: 540px; }

.w550px {
  width: 550px; }

.h550px {
  height: 550px; }

.w560px {
  width: 560px; }

.h560px {
  height: 560px; }

.w570px {
  width: 570px; }

.h570px {
  height: 570px; }

.w580px {
  width: 580px; }

.h580px {
  height: 580px; }

.w590px {
  width: 590px; }

.h590px {
  height: 590px; }

.w600px {
  width: 600px; }

.h600px {
  height: 600px; }

.w610px {
  width: 610px; }

.h610px {
  height: 610px; }

.w620px {
  width: 620px; }

.h620px {
  height: 620px; }

.w630px {
  width: 630px; }

.h630px {
  height: 630px; }

.w640px {
  width: 640px; }

.h640px {
  height: 640px; }

.w650px {
  width: 650px; }

.h650px {
  height: 650px; }

.w660px {
  width: 660px; }

.h660px {
  height: 660px; }

.w670px {
  width: 670px; }

.h670px {
  height: 670px; }

.w680px {
  width: 680px; }

.h680px {
  height: 680px; }

.w690px {
  width: 690px; }

.h690px {
  height: 690px; }

.w700px {
  width: 700px; }

.h700px {
  height: 700px; }

.w710px {
  width: 710px; }

.h710px {
  height: 710px; }

.w720px {
  width: 720px; }

.h720px {
  height: 720px; }

.w730px {
  width: 730px; }

.h730px {
  height: 730px; }

.w740px {
  width: 740px; }

.h740px {
  height: 740px; }

.w750px {
  width: 750px; }

.h750px {
  height: 750px; }

.w760px {
  width: 760px; }

.h760px {
  height: 760px; }

.w770px {
  width: 770px; }

.h770px {
  height: 770px; }

.w780px {
  width: 780px; }

.h780px {
  height: 780px; }

.w790px {
  width: 790px; }

.h790px {
  height: 790px; }

.w800px {
  width: 800px; }

.h800px {
  height: 800px; }

.w810px {
  width: 810px; }

.h810px {
  height: 810px; }

.w820px {
  width: 820px; }

.h820px {
  height: 820px; }

.w830px {
  width: 830px; }

.h830px {
  height: 830px; }

.w840px {
  width: 840px; }

.h840px {
  height: 840px; }

.w850px {
  width: 850px; }

.h850px {
  height: 850px; }

.w860px {
  width: 860px; }

.h860px {
  height: 860px; }

.w870px {
  width: 870px; }

.h870px {
  height: 870px; }

.w880px {
  width: 880px; }

.h880px {
  height: 880px; }

.w890px {
  width: 890px; }

.h890px {
  height: 890px; }

.w900px {
  width: 900px; }

.h900px {
  height: 900px; }

.w910px {
  width: 910px; }

.h910px {
  height: 910px; }

.w920px {
  width: 920px; }

.h920px {
  height: 920px; }

.w930px {
  width: 930px; }

.h930px {
  height: 930px; }

.w940px {
  width: 940px; }

.h940px {
  height: 940px; }

.w950px {
  width: 950px; }

.h950px {
  height: 950px; }

.w960px {
  width: 960px; }

.h960px {
  height: 960px; }

.w970px {
  width: 970px; }

.h970px {
  height: 970px; }

.w980px {
  width: 980px; }

.h980px {
  height: 980px; }

.w990px {
  width: 990px; }

.h990px {
  height: 990px; }

.w1000px {
  width: 1000px; }

.h1000px {
  height: 1000px; }

.w1010px {
  width: 1010px; }

.h1010px {
  height: 1010px; }

.w1020px {
  width: 1020px; }

.h1020px {
  height: 1020px; }

.w1030px {
  width: 1030px; }

.h1030px {
  height: 1030px; }

.w1040px {
  width: 1040px; }

.h1040px {
  height: 1040px; }

.w1050px {
  width: 1050px; }

.h1050px {
  height: 1050px; }

.w1060px {
  width: 1060px; }

.h1060px {
  height: 1060px; }

.w1070px {
  width: 1070px; }

.h1070px {
  height: 1070px; }

.w1080px {
  width: 1080px; }

.h1080px {
  height: 1080px; }

.w1090px {
  width: 1090px; }

.h1090px {
  height: 1090px; }

.w1100px {
  width: 1100px; }

.h1100px {
  height: 1100px; }

.w1110px {
  width: 1110px; }

.h1110px {
  height: 1110px; }

.w1120px {
  width: 1120px; }

.h1120px {
  height: 1120px; }

.w1130px {
  width: 1130px; }

.h1130px {
  height: 1130px; }

.w1140px {
  width: 1140px; }

.h1140px {
  height: 1140px; }

.w1150px {
  width: 1150px; }

.h1150px {
  height: 1150px; }

.w1160px {
  width: 1160px; }

.h1160px {
  height: 1160px; }

.w1170px {
  width: 1170px; }

.h1170px {
  height: 1170px; }

.w1180px {
  width: 1180px; }

.h1180px {
  height: 1180px; }

.w1190px {
  width: 1190px; }

.h1190px {
  height: 1190px; }

.w1200px {
  width: 1200px; }

.h1200px {
  height: 1200px; }

.w1210px {
  width: 1210px; }

.h1210px {
  height: 1210px; }

.w1220px {
  width: 1220px; }

.h1220px {
  height: 1220px; }

.w1230px {
  width: 1230px; }

.h1230px {
  height: 1230px; }

.w1240px {
  width: 1240px; }

.h1240px {
  height: 1240px; }

.w1250px {
  width: 1250px; }

.h1250px {
  height: 1250px; }

.w1260px {
  width: 1260px; }

.h1260px {
  height: 1260px; }

.w1270px {
  width: 1270px; }

.h1270px {
  height: 1270px; }

.w1280px {
  width: 1280px; }

.h1280px {
  height: 1280px; }

.w1290px {
  width: 1290px; }

.h1290px {
  height: 1290px; }

.w1300px {
  width: 1300px; }

.h1300px {
  height: 1300px; }

.w1310px {
  width: 1310px; }

.h1310px {
  height: 1310px; }

.w1320px {
  width: 1320px; }

.h1320px {
  height: 1320px; }

.w1330px {
  width: 1330px; }

.h1330px {
  height: 1330px; }

.w1340px {
  width: 1340px; }

.h1340px {
  height: 1340px; }

.w1350px {
  width: 1350px; }

.h1350px {
  height: 1350px; }

.w1360px {
  width: 1360px; }

.h1360px {
  height: 1360px; }

.w1370px {
  width: 1370px; }

.h1370px {
  height: 1370px; }

.w1380px {
  width: 1380px; }

.h1380px {
  height: 1380px; }

.w1390px {
  width: 1390px; }

.h1390px {
  height: 1390px; }

.w1400px {
  width: 1400px; }

.h1400px {
  height: 1400px; }

.w1410px {
  width: 1410px; }

.h1410px {
  height: 1410px; }

.w1420px {
  width: 1420px; }

.h1420px {
  height: 1420px; }

.w1430px {
  width: 1430px; }

.h1430px {
  height: 1430px; }

.w1440px {
  width: 1440px; }

.h1440px {
  height: 1440px; }

.w1450px {
  width: 1450px; }

.h1450px {
  height: 1450px; }

.w1460px {
  width: 1460px; }

.h1460px {
  height: 1460px; }

.w1470px {
  width: 1470px; }

.h1470px {
  height: 1470px; }

.w1480px {
  width: 1480px; }

.h1480px {
  height: 1480px; }

.w1490px {
  width: 1490px; }

.h1490px {
  height: 1490px; }

.w1500px {
  width: 1500px; }

.h1500px {
  height: 1500px; }

.w1510px {
  width: 1510px; }

.h1510px {
  height: 1510px; }

.w1520px {
  width: 1520px; }

.h1520px {
  height: 1520px; }

.w1530px {
  width: 1530px; }

.h1530px {
  height: 1530px; }

.w1540px {
  width: 1540px; }

.h1540px {
  height: 1540px; }

.w1550px {
  width: 1550px; }

.h1550px {
  height: 1550px; }

.w1560px {
  width: 1560px; }

.h1560px {
  height: 1560px; }

.w1570px {
  width: 1570px; }

.h1570px {
  height: 1570px; }

.w1580px {
  width: 1580px; }

.h1580px {
  height: 1580px; }

.w1590px {
  width: 1590px; }

.h1590px {
  height: 1590px; }

.w1600px {
  width: 1600px; }

.h1600px {
  height: 1600px; }

.w1610px {
  width: 1610px; }

.h1610px {
  height: 1610px; }

.w1620px {
  width: 1620px; }

.h1620px {
  height: 1620px; }

.w1630px {
  width: 1630px; }

.h1630px {
  height: 1630px; }

.w1640px {
  width: 1640px; }

.h1640px {
  height: 1640px; }

.w1650px {
  width: 1650px; }

.h1650px {
  height: 1650px; }

.w1660px {
  width: 1660px; }

.h1660px {
  height: 1660px; }

.w1670px {
  width: 1670px; }

.h1670px {
  height: 1670px; }

.w1680px {
  width: 1680px; }

.h1680px {
  height: 1680px; }

.w1690px {
  width: 1690px; }

.h1690px {
  height: 1690px; }

.w1700px {
  width: 1700px; }

.h1700px {
  height: 1700px; }

.w1710px {
  width: 1710px; }

.h1710px {
  height: 1710px; }

.w1720px {
  width: 1720px; }

.h1720px {
  height: 1720px; }

.w1730px {
  width: 1730px; }

.h1730px {
  height: 1730px; }

.w1740px {
  width: 1740px; }

.h1740px {
  height: 1740px; }

.w1750px {
  width: 1750px; }

.h1750px {
  height: 1750px; }

.w1760px {
  width: 1760px; }

.h1760px {
  height: 1760px; }

.w1770px {
  width: 1770px; }

.h1770px {
  height: 1770px; }

.w1780px {
  width: 1780px; }

.h1780px {
  height: 1780px; }

.w1790px {
  width: 1790px; }

.h1790px {
  height: 1790px; }

.w1800px {
  width: 1800px; }

.h1800px {
  height: 1800px; }

.w1810px {
  width: 1810px; }

.h1810px {
  height: 1810px; }

.w1820px {
  width: 1820px; }

.h1820px {
  height: 1820px; }

.w1830px {
  width: 1830px; }

.h1830px {
  height: 1830px; }

.w1840px {
  width: 1840px; }

.h1840px {
  height: 1840px; }

.w1850px {
  width: 1850px; }

.h1850px {
  height: 1850px; }

.w1860px {
  width: 1860px; }

.h1860px {
  height: 1860px; }

.w1870px {
  width: 1870px; }

.h1870px {
  height: 1870px; }

.w1880px {
  width: 1880px; }

.h1880px {
  height: 1880px; }

.w1890px {
  width: 1890px; }

.h1890px {
  height: 1890px; }

.w1900px {
  width: 1900px; }

.h1900px {
  height: 1900px; }

.w1910px {
  width: 1910px; }

.h1910px {
  height: 1910px; }

.w1920px {
  width: 1920px; }

.h1920px {
  height: 1920px; }

.w1930px {
  width: 1930px; }

.h1930px {
  height: 1930px; }

.w1940px {
  width: 1940px; }

.h1940px {
  height: 1940px; }

.w1950px {
  width: 1950px; }

.h1950px {
  height: 1950px; }

.w1960px {
  width: 1960px; }

.h1960px {
  height: 1960px; }

.w1970px {
  width: 1970px; }

.h1970px {
  height: 1970px; }

.w1980px {
  width: 1980px; }

.h1980px {
  height: 1980px; }

.w1990px {
  width: 1990px; }

.h1990px {
  height: 1990px; }

.w1 {
  width: 1%; }

.w2 {
  width: 2%; }

.w3 {
  width: 3%; }

.w4 {
  width: 4%; }

.w5 {
  width: 5%; }

.w6 {
  width: 6%; }

.w7 {
  width: 7%; }

.w8 {
  width: 8%; }

.w9 {
  width: 9%; }

.w10 {
  width: 10%; }

.w11 {
  width: 11%; }

.w12 {
  width: 12%; }

.w13 {
  width: 13%; }

.w14 {
  width: 14%; }

.w15 {
  width: 15%; }

.w16 {
  width: 16%; }

.w17 {
  width: 17%; }

.w18 {
  width: 18%; }

.w19 {
  width: 19%; }

.w20 {
  width: 20%; }

.w21 {
  width: 21%; }

.w22 {
  width: 22%; }

.w23 {
  width: 23%; }

.w24 {
  width: 24%; }

.w25 {
  width: 25%; }

.w26 {
  width: 26%; }

.w27 {
  width: 27%; }

.w28 {
  width: 28%; }

.w29 {
  width: 29%; }

.w30 {
  width: 30%; }

.w31 {
  width: 31%; }

.w32 {
  width: 32%; }

.w33 {
  width: 33%; }

.w34 {
  width: 34%; }

.w35 {
  width: 35%; }

.w36 {
  width: 36%; }

.w37 {
  width: 37%; }

.w38 {
  width: 38%; }

.w39 {
  width: 39%; }

.w40 {
  width: 40%; }

.w41 {
  width: 41%; }

.w42 {
  width: 42%; }

.w43 {
  width: 43%; }

.w44 {
  width: 44%; }

.w45 {
  width: 45%; }

.w46 {
  width: 46%; }

.w47 {
  width: 47%; }

.w48 {
  width: 48%; }

.w49 {
  width: 49%; }

.w50 {
  width: 50%; }

.w51 {
  width: 51%; }

.w52 {
  width: 52%; }

.w53 {
  width: 53%; }

.w54 {
  width: 54%; }

.w55 {
  width: 55%; }

.w56 {
  width: 56%; }

.w57 {
  width: 57%; }

.w58 {
  width: 58%; }

.w59 {
  width: 59%; }

.w60 {
  width: 60%; }

.w61 {
  width: 61%; }

.w62 {
  width: 62%; }

.w63 {
  width: 63%; }

.w64 {
  width: 64%; }

.w65 {
  width: 65%; }

.w66 {
  width: 66%; }

.w67 {
  width: 67%; }

.w68 {
  width: 68%; }

.w69 {
  width: 69%; }

.w70 {
  width: 70%; }

.w71 {
  width: 71%; }

.w72 {
  width: 72%; }

.w73 {
  width: 73%; }

.w74 {
  width: 74%; }

.w75 {
  width: 75%; }

.w76 {
  width: 76%; }

.w77 {
  width: 77%; }

.w78 {
  width: 78%; }

.w79 {
  width: 79%; }

.w80 {
  width: 80%; }

.w81 {
  width: 81%; }

.w82 {
  width: 82%; }

.w83 {
  width: 83%; }

.w84 {
  width: 84%; }

.w85 {
  width: 85%; }

.w86 {
  width: 86%; }

.w87 {
  width: 87%; }

.w88 {
  width: 88%; }

.w89 {
  width: 89%; }

.w90 {
  width: 90%; }

.w91 {
  width: 91%; }

.w92 {
  width: 92%; }

.w93 {
  width: 93%; }

.w94 {
  width: 94%; }

.w95 {
  width: 95%; }

.w96 {
  width: 96%; }

.w97 {
  width: 97%; }

.w98 {
  width: 98%; }

.w99 {
  width: 99%; }

.browserwarning,
.maintenance {
  margin: 0 auto;
  text-align: center;
  padding-top: 200px; }
  .browserwarning a,
  .maintenance a {
    text-decoration: underline; }

.nexslider.slide .slide {
  display: none;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 2; }
.nexslider.slide .slide.active {
  display: block;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 1; }
.nexslider.slide .slide.active ~ .slide {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
.nexslider.slide .slide.prevslide,
.nexslider.slide .slide.nextslide {
  display: block; }

.nexslider.carousel .slide {
  -webkit-transition: all 0.35s;
          transition: all 0.35s;
  -webkit-transform: scale(0) translateX(-200%) rotateY(180deg);
          transform: scale(0) translateX(-200%) rotateY(180deg);
  display: none;
  z-index: 2; }
.nexslider.carousel .slide.active {
  -webkit-transform: scale(1) translateX(0) rotateY(0deg);
          transform: scale(1) translateX(0) rotateY(0deg);
  display: block;
  z-index: 1; }
.nexslider.carousel .slide.active ~ .slide {
  -webkit-transform: scale(0) translateX(200%) rotateY(-180deg);
          transform: scale(0) translateX(200%) rotateY(-180deg); }
.nexslider.carousel .slide.prevslide,
.nexslider.carousel .slide.nextslide {
  display: block; }

.nexslider.slidescale .slide {
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
  -webkit-transform: scale(0) translateX(-100%);
      -ms-transform: scale(0) translateX(-100%);
          transform: scale(0) translateX(-100%);
  display: none;
  z-index: 0; }
.nexslider.slidescale .slide.active {
  -webkit-transform: scale(1) translateX(0);
      -ms-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
  display: block;
  z-index: 1; }
.nexslider.slidescale .slide.active ~ .slide {
  -webkit-transform: scale(0) translateX(100%);
      -ms-transform: scale(0) translateX(100%);
          transform: scale(0) translateX(100%); }
.nexslider.slidescale .slide.prevslide,
.nexslider.slidescale .slide.nextslide {
  display: block; }

.nexslider.fade .slide {
  -webkit-transition: opacity 0.25s;
          transition: opacity 0.25s;
  opacity: 0;
  display: none;
  z-index: 0; }
.nexslider.fade .slide.active {
  opacity: 1;
  display: block;
  z-index: 1; }
.nexslider.fade .slide.prevslide,
.nexslider.fade .slide.nextslide {
  display: block; }

.nexslider.fadeslide .slide {
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
  -webkit-transform: translateX(-5%);
      -ms-transform: translateX(-5%);
          transform: translateX(-5%);
  opacity: 0;
  display: none;
  z-index: 0; }
.nexslider.fadeslide .slide.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  display: block;
  z-index: 1; }
.nexslider.fadeslide .slide.active ~ .slide {
  -webkit-transform: translateX(5%);
      -ms-transform: translateX(5%);
          transform: translateX(5%); }
.nexslider.fadeslide .slide.prevslide,
.nexslider.fadeslide .slide.nextslide {
  display: block; }

.nexslider.pulsefade .slide {
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
  -webkit-transform: translateX(-15%) scale(2);
      -ms-transform: translateX(-15%) scale(2);
          transform: translateX(-15%) scale(2);
  opacity: 0;
  display: none;
  z-index: 0; }
.nexslider.pulsefade .slide.active {
  -webkit-transform: translateX(0) scale(1);
      -ms-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
  display: block;
  z-index: 1; }
.nexslider.pulsefade .slide.active ~ .slide {
  -webkit-transform: translateX(15%) scale(2);
      -ms-transform: translateX(15%) scale(2);
          transform: translateX(15%) scale(2); }
.nexslider.pulsefade .slide.prevslide,
.nexslider.pulsefade .slide.nextslide {
  display: block; }

.nexslider.scale .slide {
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  display: none;
  z-index: 0; }
.nexslider.scale .slide.active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  display: block;
  z-index: 1; }
.nexslider.scale .slide.active ~ .slide {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }
.nexslider.scale .slide.prevslide,
.nexslider.scale .slide.nextslide {
  display: block; }

.nexslider.scalerotate .slide {
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
  -webkit-transform: scale(0) rotateZ(-30deg);
          transform: scale(0) rotateZ(-30deg);
  display: none;
  z-index: 0; }
.nexslider.scalerotate .slide.active {
  -webkit-transform: scale(1) rotateZ(0);
          transform: scale(1) rotateZ(0);
  display: block;
  z-index: 1; }
.nexslider.scalerotate .slide.active ~ .slide {
  -webkit-transform: scale(0) rotateZ(30deg);
          transform: scale(0) rotateZ(30deg); }
.nexslider.scalerotate .slide.prevslide,
.nexslider.scalerotate .slide.nextslide {
  display: block; }

.nexButton, .btnSmallIn, .btnRegularIn, .btnLargeIn, .btnSmallOut, .btnSmallOut.selected,
.btnSmallOut.active, .btnRegularOut, .btnRegularOut.selected,
.btnRegularOut.active, .btnLargeOut, .btnLargeOut.selected,
.btnLargeOut.active, .btnRoundedSmallOut, .btnRoundedRegularOut, .btnRoundedLargeOut, .btnRoundedSmallIn, .btnRoundedRegularIn, .btnRoundedLargeIn {
  -webkit-font-smoothing: antialiased;
  line-height: 160%;
  vertical-align: baseline;
  font-family: arial, helvetica, clean, sans-serif;
  position: relative;
  cursor: pointer;
  border-radius: 1px;
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 1px 6px 1px 7px;
  text-decoration: none;
  text-transform: lowercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.nexButtonRounded, .btnRoundedSmallOut, .btnRoundedRegularOut, .btnRoundedLargeOut, .btnRoundedSmallIn, .btnRoundedRegularIn, .btnRoundedLargeIn {
  border-radius: 11px;
  padding: 2px 8px 3px 8px;
  box-shadow: none; }

.nexButtonSmall, .btnSmallIn, .btnSmallOut, .btnSmallOut.selected,
.btnSmallOut.active, .btnRoundedSmallOut, .btnRoundedSmallIn {
  font-size: 11px;
  padding-top: 1px;
  padding-bottom: 2px; }

.nexButtonRegular, .btnRegularIn, .btnRegularOut, .btnRegularOut.selected,
.btnRegularOut.active, .btnRoundedRegularOut, .btnRoundedRegularIn {
  font-size: 13px;
  padding-top: 1px;
  padding-bottom: 2px; }

.nexButtonLarge, .btnLargeIn, .btnLargeOut, .btnLargeOut.selected,
.btnLargeOut.active, .btnRoundedLargeOut, .btnRoundedLargeIn {
  font-size: 15px;
  padding-top: 1px;
  padding-bottom: 2px; }

.nexButtonWhite, .nexButtonWhiteIn, .btnSmallIn, .btnRegularIn, .btnLargeIn, .nexButtonWhiteOut, .btnSmallOut, .btnSmallOut.selected,
.btnSmallOut.active, .btnRegularOut, .btnRegularOut.selected,
.btnRegularOut.active, .btnLargeOut, .btnLargeOut.selected,
.btnLargeOut.active, .btnRoundedSmallOut, .btnRoundedRegularOut, .btnRoundedLargeOut, .btnRoundedSmallIn, .btnRoundedRegularIn, .btnRoundedLargeIn {
  text-shadow: 1px 1px 0px white;
  color: #4d4d4d;
  border-top: 1px solid white;
  border-bottom: 1px solid #cccccc; }

.nexButtonWhiteIn, .btnSmallIn, .btnRegularIn, .btnLargeIn {
  background: #e0e0e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#f2f2f2)) no-repeat;
  background: -webkit-linear-gradient(top, #e0e0e0, #f2f2f2) no-repeat;
  background: linear-gradient(top, #e0e0e0, #f2f2f2) no-repeat; }

.nexButtonWhiteOut, .btnSmallOut, .btnSmallOut.selected,
.btnSmallOut.active, .btnRegularOut, .btnRegularOut.selected,
.btnRegularOut.active, .btnLargeOut, .btnLargeOut.selected,
.btnLargeOut.active, .btnRoundedSmallOut, .btnRoundedRegularOut, .btnRoundedLargeOut, .btnRoundedSmallIn, .btnRoundedRegularIn, .btnRoundedLargeIn {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6)) no-repeat;
  background: -webkit-linear-gradient(top, white, #e6e6e6) no-repeat;
  background: linear-gradient(top, white, #e6e6e6) no-repeat; }

.btnSmallIn:hover,
.btnRegularIn:hover,
.btnLargeIn:hover {
  background: #f7f7f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e0e0e0)) no-repeat;
  background: -webkit-linear-gradient(top, #f7f7f7, #e0e0e0) no-repeat;
  background: linear-gradient(top, #f7f7f7, #e0e0e0) no-repeat; }

.btnSmallIn:active,
.btnRegularIn:active,
.btnLargeIn:active {
  box-shadow: none;
  background: #ebebeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#d1d1d1)) no-repeat;
  background: -webkit-linear-gradient(top, #ebebeb, #d1d1d1) no-repeat;
  background: linear-gradient(top, #ebebeb, #d1d1d1) no-repeat;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #dedede; }

.btnSmallOut:hover,
.btnRegularOut:hover,
.btnLargeOut:hover {
  background: #e0e0e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#f7f7f7)) no-repeat;
  background: -webkit-linear-gradient(top, #e0e0e0, #f7f7f7) no-repeat;
  background: linear-gradient(top, #e0e0e0, #f7f7f7) no-repeat; }

.btnSmallOut:active,
.btnRegularOut:active,
.btnLargeOut:active {
  box-shadow: none;
  background: #dedede;
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#ebebeb)) no-repeat;
  background: -webkit-linear-gradient(top, #dedede, #ebebeb) no-repeat;
  background: linear-gradient(top, #dedede, #ebebeb) no-repeat;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #e6e6e6; }

.btnSmallOut.disabled,
.btnRegularOut.disabled,
.btnLargeOut.disabled {
  box-shadow: none;
  background: #dedede;
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#ebebeb)) no-repeat;
  background: -webkit-linear-gradient(top, #dedede, #ebebeb) no-repeat;
  background: linear-gradient(top, #dedede, #ebebeb) no-repeat;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #e6e6e6; }

.selected, .btnSmallOut.selected,
.btnSmallOut.active, .btnRegularOut.selected,
.btnRegularOut.active, .btnLargeOut.selected,
.btnLargeOut.active {
  background: #d9d9d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#cccccc)) no-repeat;
  background: -webkit-linear-gradient(top, #d9d9d9, #cccccc) no-repeat;
  background: linear-gradient(top, #d9d9d9, #cccccc) no-repeat; }

.btnRoundedSmallOut:hover,
.btnRoundedRegularOut:hover,
.btnRoundedLargeOut:hover {
  background: #e0e0e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#f7f7f7)) no-repeat;
  background: -webkit-linear-gradient(top, #e0e0e0, #f7f7f7) no-repeat;
  background: linear-gradient(top, #e0e0e0, #f7f7f7) no-repeat; }

.btnRoundedSmallOut:active,
.btnRoundedRegularOut:active,
.btnRoundedLargeOut:active {
  box-shadow: none;
  background: #d1d1d1;
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#ebebeb)) no-repeat;
  background: -webkit-linear-gradient(top, #d1d1d1, #ebebeb) no-repeat;
  background: linear-gradient(top, #d1d1d1, #ebebeb) no-repeat;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #e6e6e6; }

.btnRoundedSmallIn:hover,
.btnRoundedRegularIn:hover,
.btnRoundedLargeIn:hover {
  background: #e0e0e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#f7f7f7)) no-repeat;
  background: -webkit-linear-gradient(top, #e0e0e0, #f7f7f7) no-repeat;
  background: linear-gradient(top, #e0e0e0, #f7f7f7) no-repeat; }

.btnRoundedSmallIn:active,
.btnRoundedRegularIn:active,
.btnRoundedLargeIn:active {
  box-shadow: none;
  background: #d1d1d1;
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#ebebeb)) no-repeat;
  background: -webkit-linear-gradient(top, #d1d1d1, #ebebeb) no-repeat;
  background: linear-gradient(top, #d1d1d1, #ebebeb) no-repeat;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #e6e6e6; }

.prompt .button {
  color: white;
  position: relative;
  text-shadow: 1px 0 0 black; }
  .prompt .button:hover {
    color: #cccccc; }
  .prompt .button:active {
    color: white;
    top: 1px; }

.cube .button {
  color: #666666;
  position: relative;
  text-shadow: 1px 1px 0 white; }
  .cube .button:hover {
    color: black; }
  .cube .button:active {
    color: #b3b3b3; }

.sortbutton i {
  display: none; }

.sortbutton.active i {
  display: inline; }

.fieldBorderStyle, .field.nex input,
.field.nex textarea {
  border-radius: 2px;
  border-top: 1px solid #bbb;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd; }

.fieldFontFamily {
  font-family: Helvetica, Arial, sans-serif; }

.fieldBgStyle, .field.nex input,
.field.nex textarea {
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff)) no-repeat;
  background: -webkit-linear-gradient(top, #eee, #fff) no-repeat;
  background: linear-gradient(top, #eee, #fff) no-repeat; }

label,
button {
  text-transform: uppercase;
  line-height: 17px;
  font-smoothing: antialiased;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  color: #999;
  margin: 6px 0;
  font-size: 100%; }

span.button {
  cursor: pointer; }
  span.button:hover {
    color: white; }

textarea {
  resize: none; }
  textarea.vertical {
    resize: vertical; }
  textarea.horizontal {
    resize: horizontal; }

*:focus {
  outline: 0px; }

.field.nex {
  box-sizing: border-box;
  margin: 3px 0 10px 0;
  padding: 0 5px;
  position: relative; }
  .field.nex input,
  .field.nex textarea {
    font-size: 13px;
    padding: 6px 3px 4px 3px; }
  .field.nex input:focus,
  .field.nex textarea:focus {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
    background: white; }
  .field.nex input,
  .field.nex textarea {
    width: 100%;
    box-sizing: border-box; }
  .field.nex div[contenteditable="true"] {
    -webkit-user-select: text; }

.field.nex.error {
  border-color: #E87D7D !important; }
  .field.nex.error label {
    color: #E87D7D !important; }
    .field.nex.error label span {
      display: inline; }

.nex.checkbox.center {
  text-align: center; }
.nex.checkbox.left {
  text-align: left; }
.nex.checkbox.right {
  text-align: right; }
.nex.checkbox input {
  display: inline-block; }
.nex.checkbox label {
  display: inline-block;
  margin-left: 5px; }

@font-face {
  font-family: "Century Gothic W01_R4";
  src: url("i/fonts/bd45538f-4200-4946-b177-02de8337032d.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Century Gothic";
  src: url("i/fonts/bd45538f-4200-4946-b177-02de8337032d.eot?#iefix");
  src: url("i/fonts/bd45538f-4200-4946-b177-02de8337032d.eot?#iefix") format("eot"), url("i/fonts/9908cdad-7524-4206-819e-4f345a666324.woff") format("woff"), url("i/fonts/b710c26a-f1ae-4fb8-a9fe-570fd829cbf1.ttf") format("truetype"), url("i/fonts/c9e387df-c0d3-42e1-8de6-78c41f68594c.svg#c9e387df-c0d3-42e1-8de6-78c41f68594c") format("svg");
  font-weight: 400;
  font-style: Regular; }
@font-face {
  font-family: "Century Gothic W01_B7";
  src: url("i/fonts/b247e158-e647-4a3d-9637-944de5124043.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Century Gothic";
  src: url("i/fonts/b247e158-e647-4a3d-9637-944de5124043.eot?#iefix");
  src: url("i/fonts/b247e158-e647-4a3d-9637-944de5124043.eot?#iefix") format("eot"), url("i/fonts/2ef5ecda-1772-45e2-843f-a13f5d76ed3a.woff") format("woff"), url("i/fonts/33cf10ca-a6bb-4888-a320-d38720c9847b.ttf") format("truetype"), url("i/fonts/3428a0e6-cb4d-408a-8331-cc78554ab49c.svg#3428a0e6-cb4d-408a-8331-cc78554ab49c") format("svg");
  font-weight: 700;
  font-style: Bold; }
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: black;
  color: white;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  line-height: normal;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Century Gothic";
  font-weight: 400; }

body {
  overflow-y: auto;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: white; }
  a:hover {
    color: #aaa; }

div.text a {
  text-decoration: underline;
  font-weight: bold; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

strong,
b {
  font-weight: bold; }

i {
  font-style: italic; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 10px 0;
  letter-spacing: 1px; }

h1 {
  font-size: 26px;
  text-transform: uppercase; }

h2 {
  font-size: 20px;
  text-transform: uppercase; }

h3 {
  text-transform: uppercase;
  font-size: 15px; }

h4 {
  text-transform: uppercase;
  font-size: 13px; }

p + h1,
p + h2,
p + h3,
p + h4 {
  margin-top: 30px; }

li,
p {
  line-height: 22px;
  font-size: 15px;
  max-width: 600px; }

p + p {
  margin: 20px 0 0 0; }

ul.list {
  list-style-type: none;
  padding: 0px;
  margin: 10px 0px;
  list-style-position: inside; }
  ul.list li {
    list-style-type: none;
    line-height: 20px; }
  ul.list li:before {
    content: "— ";
    position: relative; }

.imagoimage .spin {
  border-top: 6px solid rgba(180, 180, 180, 0.04); }
.imagoimage .spin2 {
  border-top: 3px solid rgba(180, 180, 180, 0.1); }
.imagoimage.loaded .spin,
.imagoimage.loaded .spin2 {
  display: none; }

body > div:not(.active) {
  display: none; }

.background {
  position: fixed;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%; }
  .background .imagox23 {
    background-size: 100% auto !important; }

.absolutePadding, body > .home {
  position: absolute;
  top: 150px;
  left: 35px;
  right: 35px;
  bottom: 25px; }

.staticPadding, body > header, body > .news, body > .page, body > .simplepage, body > .producing-in-luxembourg, body > .contact, body > .about {
  padding: 35px 35px; }

.filmsgrid, body > .grid, body > .searchfilms {
  padding: 50px 10px;
  text-align: left; }
  .filmsgrid .film, body > .grid .film, body > .searchfilms .film {
    position: relative;
    display: block;
    float: left;
    margin: 9px 0px 9px 40px;
    height: 480px;
    max-width: 300px; }
    .filmsgrid .film .media, body > .grid .film .media, body > .searchfilms .film .media {
      width: 300px;
      height: 400px; }
    .filmsgrid .film h3, body > .grid .film h3, body > .searchfilms .film h3 {
      display: inline-block;
      margin-bottom: 5px; }
  .filmsgrid .previewImage, body > .grid .previewImage, body > .searchfilms .previewImage {
    position: absolute;
    z-index: 20; }

.slidercaption .caption, body > .home .nexslider .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center; }
  .slidercaption .caption h1, body > .home .nexslider .caption h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px; }

body > header {
  position: relative;
  overflow: hidden;
  z-index: 15; }
  body > header h1 {
    text-transform: lowercase;
    float: left;
    font-size: 34px; }
    body > header h1 strong {
      text-transform: uppercase;
      font-size: 38px; }
    body > header h1 a {
      display: block;
      background-image: url("//dealproductions.theme.imagoapp.com/logo=s360");
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 100% auto;
      width: 180px;
      height: 84px;
      padding-bottom: 5px;
      white-space: nowrap;
      overflow: hidden; }
  body > header nav {
    overflow: hidden;
    top: 60px;
    left: 25px;
    position: relative; }
    body > header nav a {
      z-index: 100;
      position: relative;
      display: block;
      float: left;
      padding: 0 10px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 20px; }
      body > header nav a:hover {
        color: #aaa; }

body.press nav a.press,
body.films nav a.films,
body.contact nav a.contact,
body.about nav a.about,
body.producing-in-luxembourg nav a.producing-in-luxembourg {
  color: #aaa; }

body nav a.search {
  content: "";
  display: inline-block;
  padding: 0;
  margin: 3px 0 0 10px;
  background: url("i/loupe.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px; }

body > .home .nexslider {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }
  body > .home .nexslider .caption .tag {
    font-weight: 400;
    text-transform: lowercase; }

body > .news {
  overflow: hidden;
  margin: -10px; }
  body > .news .item {
    background: none;
    float: left;
    position: relative;
    margin: 10px 10px 30px 10px;
    cursor: pointer; }
    body > .news .item .media {
      width: 360px;
      height: 240px; }
    body > .news .item h3 {
      padding: 0;
      margin: 10px 0 0 0; }
    body > .news .item:hover {
      background: none; }

body > .films {
  top: 0px;
  padding: 10px; }
  body > .films .controls::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -15px;
    left: 20px;
    background: url("i/loupe.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px; }
  body > .films .controls.value::after {
    display: none; }
  body > .films #search {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0;
    padding-right: 45px;
    font-size: 50px; }
  body > .films .grid nav {
    display: none; }

body > .page .media {
  position: relative;
  height: 700px; }
  body > .page .media .imagoimage,
  body > .page .media .imagovideo,
  body > .page .media .slide {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
body > .page h1 {
  display: inline-block;
  margin-right: 10px; }
body > .page .text {
  text-align: justify;
  margin: 10px 0;
  max-width: 900px; }
body > .page dl {
  margin-bottom: 4px; }
  body > .page dl dt {
    color: #999999;
    display: inline-block;
    margin-right: 5px; }
  body > .page dl dd {
    display: inline-block;
    color: white;
    margin-right: 10px; }

body.about > .page .media {
  width: 700px;
  height: 600px;
  margin-bottom: 20px; }

body > .simplepage {
  position: relative;
  z-index: 10; }
  body > .simplepage .text {
    text-align: justify;
    position: relative;
    z-index: 10; }

body > .searchfilms,
body > .grid {
  width: auto;
  overflow: hidden;
  margin: 0 35px; }
  body > .searchfilms .grid,
  body > .grid .grid {
    overflow: hidden;
    margin: 0 0 0 -50px; }
  body > .searchfilms nav,
  body > .grid nav {
    position: absolute;
    top: 0px;
    left: 5px;
    overflow: hidden;
    width: auto; }
    body > .searchfilms nav li,
    body > .grid nav li {
      display: block;
      float: left;
      margin-right: 25px; }
      body > .searchfilms nav li a,
      body > .grid nav li a {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px; }
        body > .searchfilms nav li a.active,
        body > .grid nav li a.active {
          color: #aaa; }

body > .searchfilms {
  position: relative; }
  body > .searchfilms label {
    font-style: italic;
    text-transform: lowercase;
    color: #b4b4b4; }
  body > .searchfilms .controls {
    position: relative;
    margin: 5px 0 20px 0; }
    body > .searchfilms .controls::after {
      display: none;
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -15px;
      left: 20px;
      background: url("i/loupe.png");
      background-color: white;
      background-size: contain;
      background-repeat: no-repeat;
      width: 30px;
      height: 30px; }
    body > .searchfilms .controls.value::after {
      display: none; }
  body > .searchfilms input {
    display: none;
    background-color: #000;
    color: white;
    padding-left: 0;
    font-family: "Century Gothic";
    width: auto;
    height: 105px;
    font-size: 90px;
    z-index: 16;
    text-transform: uppercase;
    box-shadow: none;
    border: none; }
    body > .searchfilms input.active {
      display: block; }
  body > .searchfilms .clear {
    display: none;
    border: none;
    cursor: pointer;
    background: none;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    right: 3%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    body > .searchfilms .clear.active {
      display: block; }
    body > .searchfilms .clear:hover:before, body > .searchfilms .clear:hover:after {
      border-left: 1px solid white; }
    body > .searchfilms .clear:after, body > .searchfilms .clear:before {
      content: "";
      position: absolute;
      left: 50%;
      width: 0;
      top: 0;
      bottom: 0;
      border-left: 1px solid white; }
    body > .searchfilms .clear:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

body.films > .search .clear {
  display: none; }

body > .contact {
  position: relative; }
  body > .contact form {
    z-index: 10;
    position: relative;
    margin: 0 auto;
    width: 300px;
    text-align: center; }
    body > .contact form .nex.field input,
    body > .contact form .nex.field textarea,
    body > .contact form .nex.field .selectfield,
    body > .contact form .nex.checkbox input,
    body > .contact form .nex.checkbox textarea,
    body > .contact form .nex.checkbox .selectfield,
    body > .contact form .nex.field.select input,
    body > .contact form .nex.field.select textarea,
    body > .contact form .nex.field.select .selectfield {
      border-radius: 0;
      border: none;
      background: #929292;
      text-align: center;
      font-family: Arial, Helvetica;
      padding: 7px;
      font-size: 15px; }
      body > .contact form .nex.field input:focus,
      body > .contact form .nex.field textarea:focus,
      body > .contact form .nex.field .selectfield:focus,
      body > .contact form .nex.checkbox input:focus,
      body > .contact form .nex.checkbox textarea:focus,
      body > .contact form .nex.checkbox .selectfield:focus,
      body > .contact form .nex.field.select input:focus,
      body > .contact form .nex.field.select textarea:focus,
      body > .contact form .nex.field.select .selectfield:focus {
        background: #fafafa; }
    body > .contact form .nex.field label,
    body > .contact form .nex.checkbox label,
    body > .contact form .nex.field.select label {
      text-align: center;
      margin-bottom: 1px;
      color: white;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 700; }
    body > .contact form .nex.field.select .selectfield {
      position: relative;
      text-align: center; }
      body > .contact form .nex.field.select .selectfield .value {
        height: 18px;
        display: block; }
      body > .contact form .nex.field.select .selectfield select {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        border: none;
        padding: 5px;
        display: inline-block;
        background: transparent;
        text-indent: -222px; }
    body > .contact form .checkbox {
      text-align: center; }
      body > .contact form .checkbox input {
        width: 18px;
        height: 18px;
        background: #f7f7f7;
        border-radius: 2px;
        vertical-align: middle;
        cursor: pointer;
        position: relative; }
      body > .contact form .checkbox label {
        display: block; }
    body > .contact form .submit {
      margin: 50px auto 0px auto;
      border: none;
      background: none;
      cursor: pointer;
      font-size: 13px;
      font-family: arial;
      letter-spacing: 1px; }
      body > .contact form .submit:hover {
        color: white; }
  body > .contact .address {
    position: relative;
    z-index: 10;
    max-width: 400px;
    text-align: center;
    margin: 70px auto 0 auto; }
    body > .contact .address p {
      padding: 3px; }
  body > .contact > .success,
  body > .contact > .error {
    display: none;
    text-align: center;
    width: 300px;
    margin: 0 auto; }
  body > .contact.success form {
    display: none; }
  body > .contact.success > .success {
    display: block;
    text-transform: uppercase; }
  body > .contact.error form {
    display: none; }
  body > .contact.error > .error {
    display: block;
    text-transform: uppercase; }
  body > .contact a.fa {
    width: 20px;
    height: 20px; }

body > .about {
  position: relative; }
  body > .about .person {
    display: inline-block;
    position: relative;
    margin-right: 10px; }
    body > .about .person .media {
      width: 365px;
      height: 242px;
      position: relative; }
      body > .about .person .media .imagoimage {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px; }
    body > .about .person h2 {
      margin-bottom: 0; }
  body > .about .info {
    clear: both;
    z-index: 10;
    text-align: justify;
    position: relative;
    display: block;
    margin: 30px 0;
    max-width: 750px; }
  body > .about .team {
    max-width: 450px; }
    body > .about .team a.person {
      margin-bottom: 30px; }
      body > .about .team a.person h2 {
        font-size: 14px; }
      body > .about .team a.person p {
        font-size: 12px; }
      body > .about .team a.person .media {
        width: 192px;
        height: 200px; }

.imagoimage .image,
.imagoimage .imagox23 {
  opacity: 0.7; }

.nexslider {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow-x: hidden; }
  .nexslider.last > .next {
    display: none; }
  .nexslider.first > .prev {
    display: none; }
  .nexslider .imagoimage {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 50px;
    left: 0px; }
  .nexslider .imagovideo {
    bottom: 50px; }
  .nexslider .slide {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  .nexslider > .next,
  .nexslider > .prev {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 100px; }
  .nexslider > .next {
    right: 0;
    left: 70%;
    cursor: url("i/next@0,5x.png") 0 0, auto; }
  .nexslider > .prev {
    left: 0;
    right: 70%;
    cursor: url("i/prev@0,5x.png") 0 0, auto; }

.linked-in {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("http://lh6.ggpht.com/Xw7jpzfkZjo97OJncXNeAun_L1l7jpoyE_HhtTvNdBTvkgid2N5GqFUKOWSHusmV3I_gr9FBXUkQpH_WXjg=s0");
  background-size: 100%;
  margin-right: 10px; }

.imdb {
  display: inline-block;
  background: url("http://lh5.ggpht.com/pQp-jj0ePVCFi2MvWkqLd2gJQC7PQ6yIAN7fq51SVH7EO_3b0RtPZtSXTOZ5laLY2zRr9NYcvisCmgZRLA=s0") no-repeat;
  background-size: 55px 26px;
  width: 55px;
  height: 26px;
  margin-right: 10px; }

@media only screen and (max-width: 320px) {
  html, body {
    background: black;
    overflow-x: hidden; }

  .staticPortraitPadding, body > .news, body > .about, body > .films, body > .searchfilms, body > .simplepage, body.about > .page, body > .page {
    padding: 5px 15px; }

  .absolutePortraitPadding, body > .home {
    position: absolute;
    top: 80px;
    left: 15px;
    right: 15px;
    bottom: 15px; }

  .staticMediaSize, body > .news .item .media, body > .about .persons .person .media, body.about > .page .media, body > .page .media {
    width: 290px;
    height: 200px; }

  body > header {
    padding: 5px 0 10px 15px; }
    body > header h1 a {
      background-image: url("//dealproductions.imagoapp.com/logo=s180");
      width: 62px;
      height: 28px; }
    body > header nav {
      padding-left: 10px;
      left: 0;
      top: 9px; }
      body > header nav a {
        padding: 0 10px 0 0;
        letter-spacing: 0px;
        font-size: 14px; }
      body > header nav a.producing-in-luxembourg {
        padding: 0; }
      body > header nav a.search {
        margin: -15px 0 0 5px; }

  body > .home .nexslider .imagoimage, body > .home .nexslider .imagovideo {
    bottom: 40px; }
  body > .home .nexslider .caption h1 {
    font-size: 12px; }

  body > .news {
    margin: 0; }
    body > .news .item {
      margin: 0; }
      body > .news .item h3 {
        margin: 0 0 10px 0; }

  body > .about {
    overflow-x: hidden; }
    body > .about .persons .person {
      margin: 30px 0 0 0; }

  body > .searchfilms {
    position: relative;
    margin: 0; }
    body > .searchfilms .grid {
      margin: 0; }
      body > .searchfilms .grid nav {
        top: 10px;
        left: 15px; }
        body > .searchfilms .grid nav ul li {
          background: black;
          margin: 0; }
        body > .searchfilms .grid nav ul li.development, body > .searchfilms .grid nav ul .completed, body > .searchfilms .grid nav ul .documentaries, body > .searchfilms .grid nav ul .animations {
          width: 170px; }
      body > .searchfilms .grid .film {
        margin: 0;
        padding: 0 0 10px 0; }
        body > .searchfilms .grid .film .media {
          width: 290px;
          height: 300px; }
    body > .searchfilms .controls {
      margin-top: 120px; }
      body > .searchfilms .controls.active::after {
        display: block;
        background: url("i/loupe.png");
        background-size: contain;
        background-repeat: no-repeat; }
      body > .searchfilms .controls.active.value::after {
        display: none; }
      body > .searchfilms .controls.active input {
        font-size: 20px;
        width: 80%;
        height: 50px; }
        body > .searchfilms .controls.active input.active {
          display: block; }
      body > .searchfilms .controls.active .clear {
        display: none; }
        body > .searchfilms .controls.active .clear.active {
          display: block; }
        body > .searchfilms .controls.active .clear:hover:before, body > .searchfilms .controls.active .clear:hover:after {
          border-left: 1px solid white; }
        body > .searchfilms .controls.active .clear:after {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }

  body > .contact form {
    max-width: 250px; }

  body.about > .page, body > .page {
    overflow-x: hidden; } }
@media only screen and (min-width: 321px) and (max-width: 568px) {
  html, body {
    background: black;
    overflow-x: hidden; }

  .staticLandscapePadding, body > .news, body > .about, body > .films, body > .searchfilms, body > .simplepage, body.about > .page, body > .page {
    padding: 5px 15px; }

  .absoluteLandscapePadding, body > .home {
    position: absolute;
    top: 80px;
    left: 15px;
    right: 15px;
    bottom: 15px; }

  .staticMediaLandscapeSize, body > .news .item .media, body > .about .persons .person .media, body.about > .page .media, body > .page .media {
    width: 290px;
    height: 200px; }

  body > header {
    padding: 5px 0 10px 15px; }
    body > header h1 a {
      background-image: url("//dealproductions.imagoapp.com/logo=s180");
      width: 62px;
      height: 28px; }
    body > header nav {
      padding-left: 10px;
      left: 0;
      top: 20px; }
      body > header nav a {
        padding: 0 10px 0 0;
        letter-spacing: 0px;
        font-size: 14px; }
      body > header nav a.producing-in-luxembourg {
        padding: 0; }

  body > .home .nexslider .imagoimage, body > .home .nexslider .imagovideo {
    bottom: 40px; }
  body > .home .nexslider .caption h1 {
    font-size: 12px; }

  body > .news {
    margin: 0; }
    body > .news .item {
      margin: 0; }
      body > .news .item h3 {
        margin: 0 0 10px 0; }

  body > .about {
    overflow-x: hidden; }
    body > .about .persons .person {
      margin: 30px 0 0 0; }

  body > .searchfilms {
    position: relative;
    margin: 0; }
    body > .searchfilms .grid {
      margin: 0; }
      body > .searchfilms .grid nav {
        top: 10px;
        left: 15px; }
        body > .searchfilms .grid nav ul li {
          background: black;
          margin: 0; }
        body > .searchfilms .grid nav ul li.development, body > .searchfilms .grid nav ul .completed, body > .searchfilms .grid nav ul .documentaries, body > .searchfilms .grid nav ul .animations {
          width: 170px; }
      body > .searchfilms .grid .film {
        margin: 0;
        padding: 0 0 10px 0; }
        body > .searchfilms .grid .film .media {
          width: 290px;
          height: 300px; }
    body > .searchfilms .controls {
      margin-top: 120px; }
      body > .searchfilms .controls.active::after {
        display: block;
        background: url("i/loupe.png");
        background-size: contain;
        background-repeat: no-repeat; }
      body > .searchfilms .controls.active.value::after {
        display: none; }
      body > .searchfilms .controls.active input {
        font-size: 20px;
        width: 80%;
        height: 50px; }
        body > .searchfilms .controls.active input.active {
          display: block; }
      body > .searchfilms .controls.active .clear {
        display: none; }
        body > .searchfilms .controls.active .clear.active {
          display: block; }
        body > .searchfilms .controls.active .clear:hover:before, body > .searchfilms .controls.active .clear:hover:after {
          border-left: 1px solid white; }
        body > .searchfilms .controls.active .clear:after {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }

  body > .contact form {
    max-width: 250px; }

  body.about > .page, body > .page {
    overflow-x: hidden; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .staticIpadPadding, body > header, body > .news, body > .searchfilms {
    padding: 20px 20px; }

  .staticIpadMedia, body > .news .item .media, body > .searchfilms .grid .film .media {
    margin: 0;
    width: 354px;
    height: 220px; }

  .absoluteIpadPadding, body > .home {
    top: 120px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    position: absolute; }

  body > header nav {
    padding-left: 20px;
    left: 0;
    top: 10px; }
    body > header nav a {
      padding: 5px 10px 5px 10px;
      letter-spacing: 0px;
      font-size: 25px; }

  body > .news {
    padding-right: 0px;
    overflow-x: hidden;
    margin: 0; }
    body > .news .item {
      margin: 0 20px 0 0; }
      body > .news .item h3 {
        margin: 0 0 20px 0; }

  body > .searchfilms {
    padding-right: 0px;
    position: relative;
    margin: 0; }
    body > .searchfilms .grid {
      margin: 0; }
      body > .searchfilms .grid nav {
        top: 10px;
        left: 20px; }
        body > .searchfilms .grid nav ul li {
          background: black;
          width: 180px; }
      body > .searchfilms .grid .film {
        margin: 0 20px 0 0;
        padding: 0 0 10px 0; }
    body > .searchfilms .controls {
      margin-top: 50px; }
      body > .searchfilms .controls.active::after {
        display: block;
        background: url("i/loupe.png");
        background-size: contain;
        background-repeat: no-repeat; }
      body > .searchfilms .controls.active.value::after {
        display: none; }
      body > .searchfilms .controls.active input {
        font-size: 50px;
        width: 80%;
        height: 100px; }
        body > .searchfilms .controls.active input.active {
          display: block; }
      body > .searchfilms .controls.active .clear {
        display: none; }
        body > .searchfilms .controls.active .clear.active {
          display: block; }
        body > .searchfilms .controls.active .clear:hover:before, body > .searchfilms .controls.active .clear:hover:after {
          border-left: 1px solid white; }
        body > .searchfilms .controls.active .clear:after {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); } }
