* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
img {
  display: block;
}
body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L","Bitstream Vera Sans",sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: #ccc;
  position: relative;
  background: black;
}

/* huvud och nav */
.huvud {
  overflow: hidden;
  background: #333;
  color: #ccc;
  height: 30px;
}
.nav {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: 50px;
}
.nav .inner {
  width: 1180px;
}
.nav div {
  float: left;
  margin: 0 30px;
  line-height: 30px;
}

/* huvudvideo */
.video {
  background: black;
  width: 100%;
  padding: 100px 32px 70px 32px;
  position: relative;
}
@media (max-width:400px) {
  .video {
    padding: 100px 0 50px 0;
  }
}
.video .play {
  max-width: 988px;
  width: 100%;
  margin: 0 auto;
}
.video .knapp-outer {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 1px;
  height: 1px;
}
@media (max-width:500px) {
  .video .knapp-outer {
    top: 190px;
  }
}
.video .knapp {
  height: 98px;
  width: 106px;
  background-color: #000000;
  border-radius: 5px 5px 5px 5px;
  opacity: 0.9;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: -49px;
  left: -63px;
  cursor: pointer;
}
.video .knapp .starta {
  background: url(grafik/playsprite.png) no-repeat 0 -81px;
  display: block;
  height: 33px;
  margin: 25px auto 10px auto;
  width: 28px;
}
.video .knapp:hover .starta {
  background-position: 0 -45px;
}
.video .knapp .time {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 13px;
}
.videoinfo {
  float: right;
  padding: 5px;
  text-transform: uppercase;
  font-size: 13px;
}
.videoinfo span {
  display: inline-block;
  width: 34px;
  height: 22px;
  background: url(grafik/rattigheter-sprite.png) no-repeat;
  margin: 0 0 -6px 8px;
  opacity: 0.7;
}
.videoinfo .ejMobil {
  background-position: 0 -285px;
}
.videoinfo .ejUtomlands {
  background-position: 0 -329px;
  margin-left: 0;
}


/* avsnittslista */
.avsnittslista {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 0 25px;
}
@media (max-width:500px) {
  .avsnittslista {
    padding: 0;
  }
}
.avsnittslista .inner {
  width: 1520px;
}

.logga {
  width: 105px;
  margin: 5px;
  float: left;
}
.logga img {
  max-width: 100%;
  margin-top: 12px;
}

.avsnitt {
  width: 105px;
  height: auto;
  float: left;
  margin: 5px;
  font-size: 13px;
  position: relative;
}
.avsnitt img {
  width: 100%;
  border: 2px solid #888;
}
.avsnitt.selected img {
  border-color: white;
}
.avsnitt.sedd img {
  border-color: #333;
}

.avsnitt .miniplay {
  position: absolute;
  top: 25px;
  left: 5px;
  height: 30px;
  width: 30px;
  border: 1px solid #454545;
  border-radius: 2px;
  background: url(grafik/miniplay-pil.png) no-repeat 9px 8px;
}
.avsnitt.selected .miniplay {
  display: none;
}
.avsnitt:nth-child(1) .miniplay {
  background-color: #0399a9;
}
.avsnitt:nth-child(2) .miniplay {
  background-color: #0f8c76;
}
.avsnitt:nth-child(3) .miniplay {
  background-color: #5bb52a;
}
.avsnitt:nth-child(4) .miniplay {
  background-color: #2d5816;
}
.avsnitt:nth-child(5) .miniplay {
  background-color: #46594d;
}
.avsnitt:nth-child(6) .miniplay {
  background-color: #73723e;
}
.avsnitt:nth-child(7) .miniplay {
  background-color: #9f8a03;
}
.avsnitt:nth-child(8) .miniplay {
  background-color: #524704;
}
.avsnitt:nth-child(9) .miniplay {
  background-color: #282828;
}
.avsnitt:nth-child(10) .miniplay {
  background-color: #8f8480;
}
.avsnitt:nth-child(11) .miniplay {
  background-color: #9fa1a4;
}
.avsnitt:nth-child(12) .miniplay {
  background-color: #de2734;
}
