.body {
  background-color: #1b1b1b;
  background-image: url('../images/strangerbg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  font-family: 'Sofia Pro Light', sans-serif;
  color: #817d7a;
  font-size: 12px;
  line-height: 20px;
}

.header {
  position: fixed;
  left: 30px;
  top: 30px;
  z-index: 1;
  width: 1000px;
  height: 71px;
  margin-top: 0px;
  line-height: 35px;
}

.title {
  height: 71px;
  padding-top: 21px;
  padding-right: 49px;
  padding-left: 15px;
  float: left;
  background-color: rgba(255, 0, 0, .69);
  box-shadow: 0 0 50px 10px rgba(255, 0, 0, .68), inset 0 0 38px 6px red;
  font-family: 'Benguiat Bold', sans-serif;
  color: #ff7575;
  font-size: 18px;
  line-height: 10px;
  letter-spacing: -2px;
  text-transform: none;
}

.titlesub {
  width: auto;
  height: 35px;
  margin-right: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  background-color: rgba(0, 0, 0, .4);
}

.titlesub.sharesub {
  padding-top: 9px;
  background-color: transparent;
}

.nav {
  width: 842px;
  height: 35px;
  margin-left: 1px;
  float: left;
}

.navitem {
  height: 35px;
  margin-right: 1px;
  padding: 0px 15px;
  float: left;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transition: background-color 200ms ease-out, box-shadow 200ms ease-out;
  transition: background-color 200ms ease-out, box-shadow 200ms ease-out;
  color: #d5cec7;
  line-height: 37px;
  text-decoration: none;
  text-transform: uppercase;
}

.navitem:hover {
  background-color: rgba(255, 0, 0, .69);
  box-shadow: 0 0 50px 10px rgba(255, 0, 0, .68), inset 0 0 38px 6px red;
  color: #ff7575;
}

.navitem.storeitem {
  display: block;
  width: 200px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 15px;
  float: none;
  border: 1px solid red;
  background-color: transparent;
  color: red;
  font-size: 14px;
  line-height: 50px;
}

.navitem.storeitem:hover {
  background-color: rgba(255, 0, 0, .67);
  color: #fff;
}

.navitem.storeitem.soldout {
  border-style: none;
  background-color: rgba(37, 37, 37, .83);
  color: #afafaf;
  text-align: center;
}

.navitem.twitterbutton {
  margin-bottom: 1px;
  padding-right: 18px;
  padding-left: 18px;
  background-image: url('../images/twitterbird-01.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.navitem.facebookbutton {
  margin-bottom: 1px;
  padding-right: 18px;
  padding-left: 18px;
  background-image: url('../images/facebooklogo-01.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.character {
  width: 20%;
  height: 705px;
  margin-bottom: 0px;
  float: left;
}

.characterblock {
  display: block;
  width: 1200px;
  height: auto;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
}

.characterimage {
  display: block;
  width: 215px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
}

.characterimage.img {
  position: static;
  width: auto;
  float: left;
}

.characterimage.elevensubimage {
  overflow: visible;
  width: auto;
  margin-top: -55px;
  margin-left: -120px;
  float: left;
}

.characterimage.barb-image {
  width: 215px;
  margin-top: -77px;
}

.characterdescription {
  display: block;
  width: auto;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-family: Notcouriersans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.charactername {
  display: block;
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  font-family: 'Sofia Pro Light', sans-serif;
  color: #d5cec7;
  font-size: 18px;
  line-height: 20px;
}

.charactername_sub {
  display: block;
  width: 78%;
  margin-right: auto;
  margin-left: auto;
  line-height: 16px;
}

.alive {
  position: static;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  float: left;
  clear: left;
  border-radius: 50%;
  background-color: #5bf0a3;
  box-shadow: 0 0 10px 2px rgba(91, 198, 240, .68);
}

.deadaliveblock {
  position: static;
  width: 50px;
  height: 50px;
  margin-left: 45px;
  float: left;
}

.season {
  width: 6px;
  height: 6px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  border-radius: 50%;
  background-color: #555;
}

.goodbadblock {
  position: static;
  width: 15px;
  height: 50px;
  margin-right: 40px;
  float: right;
}

.good {
  width: 15px;
  height: 15px;
  margin-bottom: 5px;
  border-radius: 50%;
  background-color: hsla(44, 41%, 85%, .69);
  box-shadow: 0 0 50px 5px hsla(0, 0%, 100%, .54), inset 0 0 10px 3px #fff;
}

.bad {
  width: 15px;
  height: 15px;
  margin-bottom: 15px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 5%, .69);
  box-shadow: 0 0 50px 8px rgba(255, 0, 0, .68), inset 0 0 10px 3px red;
}

.characterstats {
  position: absolute;
  display: block;
  width: 240px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}

.module {
  position: static;
  padding-top: 175px;
  padding-bottom: 175px;
  background-color: #2e2b29;
  background-image: url('../images/strangerbg_brown.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.module.introductionsub {
  display: block;
  width: 900px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
}

.module.text {
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  float: right;
  background-color: transparent;
  background-image: none;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
}

.module.text.upsidedowntext {
  display: block;
  width: auto;
  margin: 3px auto 30px;
  padding-left: 0px;
  float: none;
  background-image: none;
  color: #d5cec7;
  line-height: 32px;
  text-align: center;
}

.module.text.vantext {
  margin-top: 30px;
  padding-left: 0px;
  color: #fff;
}

.module.text.eleventext {
  width: 50%;
  background-image: none;
  color: #d5cec7;
  line-height: 32px;
}

.module.text.eleventext.barbtext {
  padding-right: 30px;
  padding-left: 0px;
  background-image: none;
}

.module.img {
  width: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  background-color: transparent;
  background-image: none;
}

.module.theupsidedown {
  background-image: -webkit-linear-gradient(270deg, rgba(66, 56, 38, .62), rgba(54, 26, 2, .61)), url('../images/strangerbg_black.jpg');
  background-image: linear-gradient(180deg, rgba(66, 56, 38, .62), rgba(54, 26, 2, .61)), url('../images/strangerbg_black.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.module.introduction {
  background-size: cover;
}

.module.upsidedownsub {
  display: block;
  width: 900px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
}

.module.upsidedownsub.diagram {
  height: auto;
  background-image: none;
}

.module.aboutsub {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
}

.module.aboutsub.abouttext {
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
  font-family: 'Sofia Pro Light', sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.module.aboutmodule {
  background-color: #1b1b1b;
  background-image: url('../images/strangerbg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.module.storesub {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-bottom: 75px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
  font-size: 14px;
  line-height: 30px;
}

.module.storesub.child {
  text-align: center;
}

.module.vanflip {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 214, 0, .1), rgba(255, 214, 0, .1)), -webkit-linear-gradient(270deg, rgba(79, 93, 167, .73), rgba(27, 115, 175, .66) 22%, rgba(84, 155, 202, .68) 43%, rgba(154, 200, 223, .78)), url('../images/strangerbg_black.jpg');
  background-image: linear-gradient(180deg, rgba(255, 214, 0, .1), rgba(255, 214, 0, .1)), linear-gradient(180deg, rgba(79, 93, 167, .73), rgba(27, 115, 175, .66) 22%, rgba(84, 155, 202, .68) 43%, rgba(154, 200, 223, .78)), url('../images/strangerbg_black.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
}

.module.elevensub {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
}

.module.elevenmod {
  background-color: #ac734e;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 100, 0, .4), hsla(24, 76%, 67%, .64)), url('../images/strangerbg.jpg');
  background-image: linear-gradient(180deg, rgba(255, 100, 0, .4), hsla(24, 76%, 67%, .64)), url('../images/strangerbg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.module.mkultramodule {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
}

.module.mkultrabackground {
  background-color: #131516;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/strangerbg_black.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/strangerbg_black.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.module.hawkins {
  background-color: #131516;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/strangerbg_black.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/strangerbg_black.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.module.hawkinssub {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
}

.module.barbmodule {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 100%, 95%, .68), hsla(0, 100%, 78%, .62)), url('../images/strangerbg_black.jpg');
  background-image: linear-gradient(180deg, hsla(0, 100%, 95%, .68), hsla(0, 100%, 78%, .62)), url('../images/strangerbg_black.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.module.upsidedownmodule {
  height: auto;
  padding-top: 664px;
  padding-bottom: 175px;
  background-image: url('../images/7_BG-2.PNG'), url('../images/strangerbg_blue.jpg');
  background-position: 50% 0px, 0px 0px;
  background-size: 1280px, cover;
  background-repeat: no-repeat, repeat;
}

.module.falcon {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/strangerbg_brown2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.headline {
  font-family: 'Benguiat Bold', sans-serif;
  color: #d5cec7;
  font-size: 72px;
  line-height: 50px;
  text-align: left;
  letter-spacing: -3px;
  text-transform: none;
}

.headline.about {
  font-size: 88px;
  line-height: 78px;
}

.headline.storeheadline {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: left;
  text-align: center;
}

.headline.vanheadline {
  color: #d6aa1f;
}

.headline.hawkinsheadline {
  font-family: 'Benguiat Regular', sans-serif;
  text-align: left;
}

.signature {
  float: right;
}

.introductionchild {
  width: 50%;
  float: right;
}

.tightrope {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border-top: 0px none #00bebe;
  border-bottom: 0px none #00bebe;
}

.upsidedownchild {
  text-align: center;
}

.h2 {
  font-family: 'Sofia Pro Bold', sans-serif;
  color: #d5cec7;
}

.link {
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #d5cec7;
  text-decoration: none;
}

.link:hover {
  color: red;
}

.dead {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  float: left;
  clear: left;
  border-radius: 50%;
  background-color: hsla(0, 2%, 39%, .44);
  box-shadow: 0 0 18px 2px rgba(88, 87, 87, .73);
}

.print {
  width: 48%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.printcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.printdescription {
  margin-top: 30px;
  text-align: center;
}

.printtitle {
  font-family: 'Sofia Pro Bold', sans-serif;
  color: #d5cec7;
  font-size: 18px;
}

.printprice {
  color: #d5cec7;
  font-size: 18px;
}

.elevenimagecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subhead {
  color: #d6aa1f;
  font-size: 18px;
}

.text {
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}

.text.mkultratext {
  padding-bottom: 25px;
  color: #817d7a;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}

.text.hawkinstext {
  text-align: center;
}

.text.upsidedownlighttext {
  color: #d5cec7;
}

.mkultrainfocontrainer {
  width: 25%;
  float: left;
}

.mkultrainfonumber {
  display: block;
  font-family: 'Sofia Pro Light', sans-serif;
  color: #d5cec7;
  font-size: 88px;
  line-height: 88px;
  text-align: center;
}

.mkultrainfonumber.secondnumber {
  color: #d5cec7;
  font-size: 72px;
}

.mkultrainfotext {
  color: #817d7a;
  font-size: 14px;
  text-align: center;
}

.barbmodulechild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin-right: auto;
  margin-bottom: -29px;
  margin-left: auto;
}

.barbhates {
  width: 94px;
}

.barbhates.barbhatesimage {
  display: block;
  width: 64px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.barbhatesimage {
  margin-bottom: 26px;
}

.upsidedownhuntchild {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.shareblock {
  position: static;
  left: 30px;
  top: 102px;
  width: auto;
  float: left;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url('../images/strangerbg_black.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.preloaderimage {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

.falconcontainer {
  display: block;
  width: 1280px;
  height: 750px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/8_bg.png');
  background-position: 0px 0px;
  background-size: 1280px;
}

@font-face {
  font-family: 'Benguiat Bold';
  src: url('../fonts/Benguiat Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Benguiat Regular';
  src: url('../fonts/ufonts.com_benguiat-book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia Pro Light';
  src: url('../fonts/SofiaProLight.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia Pro Bold';
  src: url('../fonts/Mostardesign - Sofia Pro Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Notcouriersans bold';
  src: url('../fonts/NotCourierSans-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Notcouriersans';
  src: url('../fonts/NotCourierSans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Akkurat regular';
  src: url('../fonts/Akkurat Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Akkurat bold';
  src: url('../fonts/Akkurat Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}