:root {
  --sponsorGap: 50px;
}
.altfont {
  font-weight: normal;
  font-family: 'Encode Sans Condensed', sans-serif;
  font-style: italic;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #04b2ec;
  line-height: 1.5;
  cursor: pointer;
  color: #fff;
  padding: 7px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-size: 28px;
  line-height: 1.28571429;
  font-weight: normal;
  font-family: 'Encode Sans Condensed', sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  text-transform: lowercase;
}
.button:hover,
.button:focus {
  color: #04b2ec;
  background-color: #04b2ec;
}
.button:active {
  background-color: #038cba;
}
.desk {
  max-width: 94%;
}
#home {
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
}
.side {
  width: 100%;
}
.side > .unit {
  margin-right: 2%;
  margin-left: 2%;
  width: 96%;
}
.side .cb-album .body,
.side .head,
.side .foot,
.side .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.side > .slim {
  width: 46%;
}
.side > .slim .head,
.side > .slim .foot,
.side > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.side > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.side > .slim .tiny {
  width: 100%;
}
.side {
  width: 104%;
  margin-left: -2%;
}
@media (max-width: 1024px) {
  .side .unit.seam,
  .side .unit.flat,
  .side .unit.edge {
    width: 46%;
  }
  .side .unit.seam .part,
  .side .unit.flat .part,
  .side .unit.edge .part {
    margin-left: 8%;
    margin-right: 8%;
    width: 84%;
  }
  .base .unit.seam .part,
  .base .unit.flat .part,
  .base .unit.edge .part {
    margin-left: 4%;
    margin-right: 4%;
    width: 92%;
  }
  .cb-layout2 .base .unit.pure.slim.fold .part.tall,
  .cb-layout2 .base .unit.pure.slim.fold .part.tiny {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .cb-layout2 .base .unit.pure.slim.fold .part.tiny.pict:first-child {
    position: absolute;
    top: 0;
    right: 0;
  }
  .cb-layout2 .base .unit:not(.fold).pure.slim .part.tall {
    width: 48%;
    margin-right: 4%;
  }
  .cb-layout2 .base .unit:not(.fold).pure.slim .part.tiny {
    float: right;
    width: 48%;
  }
  .cb-layout2 .base .unit:not(.fold).seam.wide .part.tall,
  .cb-layout2 .base .unit:not(.fold).flat.wide .part.tall,
  .cb-layout2 .base .unit:not(.fold).edge.wide .part.tall {
    float: right;
    width: 44%;
  }
  .cb-layout2 .base .unit:not(.fold).seam.wide .part.tiny,
  .cb-layout2 .base .unit:not(.fold).flat.wide .part.tiny,
  .cb-layout2 .base .unit:not(.fold).edge.wide .part.tiny {
    width: 48%;
    margin: -14px 0;
  }
  .cb-layout2 .base .unit:not(.fold).seam.slim .part.tall,
  .cb-layout2 .base .unit:not(.fold).flat.slim .part.tall,
  .cb-layout2 .base .unit:not(.fold).edge.slim .part.tall {
    width: 44%;
  }
  .cb-layout2 .base .unit:not(.fold).seam.slim .part.tiny,
  .cb-layout2 .base .unit:not(.fold).flat.slim .part.tiny,
  .cb-layout2 .base .unit:not(.fold).edge.slim .part.tiny {
    float: right;
    width: 48%;
    margin: -14px 0;
  }
}
/*# sourceMappingURL=./screen-medium.css.map */