@import url("https://use.typekit.net/zbl8fja.css");

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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
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;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
  font-weight: 300;
  font-size: 1em;
}
body {
  background: #000;
  color: #fff;
}

a,
a:visited {
  color: #e92728;
}
a:hover {
  color: #fff;
}

img {
  width: 100%;
}

.container {
  border: dotted 0px red;
  margin: 0px auto;
  padding: 0px 2%;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  padding-bottom: 50px;
}

.zone1 {
  background-color: #ffffff;
  color: #606162;
}
.zone2 {
  padding: 80px 0 100px 0;
}

.products {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.products.current {
  flex-direction: row;
}
.products.outnow {
  flex-direction: row;
  align-items: stretch;
  text-align: center;
}
.products.current.wide {
  flex-direction: row;
  margin-bottom: 50px;
}

.products .items {
  border: dotted 0px red;
  width: 45%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.products .items .packshot {
  width: 100%;
}
.products .items .buylink {
  border: dotted 0px red;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.products.current .items .buylink a {
  flex-grow: 2;
}

.products.current.wide .items {
  font-size: 125%;
  border: dotted 0px red;
  width: 45%;
  margin-bottom: 0px;
  margin: 0 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products.current.wide .items.leadproduct em {
  color: inherit;
  font-style: italic;
}
.products.current.wide .items.leadproduct p {
  align-self: center;
  flex-grow: 2;
  margin: 3% 0;
  align-items: center;
}
.products.current.wide .items .packshot {
  width: 100%;
}
.products.current.wide .items .buylink {
  border: dotted 0px red;
  flex-grow: 2;
  display: flex;
  flex-direction: column; /* align-items: stretch;*/
}
.products.current.wide .items .buylink a {
  flex-grow: 0;
  border: solid 2px #000;
  background-color: #f2f2f2;
  color: #606162;
}
.products.current.wide .items .buylink a:hover {
  color: #fff;
  background-color: #000;
}
.products.current.wide .items .buylink a strong {
  font-size: 200%;
}

.products.outnow .items {
  width: 30%;
  flex-direction: column;
  align-content: stretch;
  margin-bottom: 5%;
}
.products.outnow .items .packshot {
  width: 100%;
  margin-bottom: 20px;
}
.products.outnow .items .buylink {
  width: 100%;
  flex-grow: 2;
}

.buylink a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 2;
  border: solid 2px #fff;
  background-color: #000;
  color: #fff;
  padding: 10px 30px;
  font-size: 100%;
  line-height: 110%;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
}
.buylink a span.mode {
  display: inline-block;
  white-space: nowrap;
}
.buylink a:hover {
  color: #000;
  background-color: #fff;
}
.buylink a strong {
  line-height: 110%;
  padding: 0.5em 0 0 0;
}
.current .buylink a strong {
  
  padding: 0;
}

.soldout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 2;
  border: solid 2px #fff;
  background-color: #000;
  color: #fff;
  padding: 10px 30px;
  font-size: 100%;
  line-height: 110%;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
}
.soldout span {
  display: none;
}
.soldout em {
  color: red;
}

.download {
  display: flex;
  justify-content: center;
}
.download a,
.download a:visited {
  width: 100%;
  background-color: #822b21;
  color: #fff;
  font-size: 125%;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.5em 0.25em 1em 0.25em;
  text-align: center;
}
.download a:hover {
  color: #fff;
  background-color: #000;
  //text-decoration: underline;
  text-transform: uppercase;
}

a span {
  display: none;
}
a strong {
  display: block;
}

h1 {
  border: dotted 0px red;
  font-size: 300%;
  font-weight: 700; /* letter-spacing: 0.0625em; */ /* color: #d7292e; */
  display: block;
  padding: 20px;
  color: #606162;
}
h2 {
  font-size: 300%;
  font-weight: 400;
  padding: 0px 30px;
}
h3 {
  font-size: 150%;
  font-weight: 300;
  padding: 0px 30px;
  margin-bottom: 20px;
}
h4 {
  font-size: 175%;
  font-weight: 400;
  padding: 10px 30px 30px 30px;
  color: #fff;
}
h4 strong {
  display: block;
  padding: 10px 0;
}

strong {
  font-weight: 700;
}

h1 span {
  //display: none;
}
h1 strong {
  //display: block;
}

#more {
  font-size: 300%;
  text-align: center;
  background-color: #606162; /* Black background color */
  position: fixed; /* Make it stick/fixed */
  bottom: 0; /* Stay on top */
  width: 100%; /* Full width */
  transition: bottom 0.3s; /* Transition effect when sliding down (and up) */
}

/* Style the navbar links */
#more a {
  display: block;
  color: white;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}

#more a:hover {
  background-color: #ddd;
  color: black;
}

@media only screen and (max-width: 1366px) {
  .container {
    max-width: 1000px;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 0.9em;
  }
  .container {
    max-width: 800px;
  }
  .products.outnow .items {
    width: 45%;
  }
}

@media only screen and (max-width: 960px) {
  body {
    font-size: 0.8em;
  }
  .products.current.wide {
    flex-direction: column;
    justify-content: center;
  }
  .products.current.wide .items {
    margin: 0px 4% 0px 4%;
    width: 92%;
  }
  .products.outnow .items {
    margin: 0px 2% 50px 2%;
    width: 46%;
  }
  .buylink a {
    font-size: 125%;
  }
}

@media only screen and (max-width: 800px) {
  .products.outnow .items {
    flex-direction: column;
  }
  .products.outnow .items .packshot {
    width: 100%;
  }
  .products.outnow .items .buylink,
  .products.outnow .items .soldout {
    width: 100%;
    margin: 2% 0;
  }
  .buylink a {
    font-size: 90%;
  }
  h1,
  h2 {
    font-size: 300%;
  }
}

@media only screen and (max-width: 414px) {
  body {
    font-size: 0.9em;
  }
  h1 span,
  h3 span,
  a span {
    display: none;
  }
  h1 strong,
  h3 strong,
  a strong {
    display: block;
  }
  h1,
  h2 {
    font-size: 250%;
  }
  .container {
    padding: 0px 5% 50px 5%;
  }
  .products.outnow {
    justify-content: center;
  }
  .products.outnow .items {
    width: 92%;
  }
  .buylink a {
    font-size: 100%;
  }
}

@media only screen and (max-width: 1600px) and (max-height: 600px) {
  body {
    font-size: 0.7em;
  }
}

@media only screen and (max-width: 800px) and (max-height: 414px) {
  body {
    font-size: 0.7em;
  }
}

.anim1 {
  opacity: 0;
  -webkit-animation: fadein 1s forwards;
  animation: fadein 1s forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.anim2 {
  opacity: 0;
  -webkit-animation: fadein 1s forwards;
  animation: fadein 1s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.anim3 {
  opacity: 0;
  -webkit-animation: fadein 1s forwards;
  animation: fadein 1s forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.anim4 {
  opacity: 0;
  -webkit-animation: fadein 1s forwards;
  animation: fadein 1s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.anim5 {
  opacity: 0;
  -webkit-animation: fadein 1s forwards;
  animation: fadein 1s forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* ANIMATIONS */

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
