
/**
 * Fonts
 */

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../fonts/myriadpro-semibold-webfont.eot');
    src: url('../fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-semibold-webfont.woff') format('woff'),
         url('../fonts/myriadpro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-semibold-webfont.svg#MyriadProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/myriadpro-bold-webfont.eot');
    src: url('../fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('../fonts/myriadpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-bold-webfont.svg#MyriadProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProItalic';
    src: url('../fonts/myriadpro-it-webfont.eot');
    src: url('../fonts/myriadpro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-it-webfont.woff') format('woff'),
         url('../fonts/myriadpro-it-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-it-webfont.svg#MyriadProItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/**
 * HTML Selectors
 */

a {
  color: #faaf40;
  text-decoration: none;
  text-transform: uppercase;
}

html {
  background: #41100c;
}

body {
  color: #fff;
  font-family: 'MyriadProSemibold';
  font-size: 11px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
}

form, fieldset, iframe {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  color: #fff;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

strong {
  color: #faaf40;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
}


/**
 * Wrapper
 */

#wrapper,
.wrapper {
  margin: 0 auto;
  text-align: left;
  width: 960px;
}


/**
 * Container
 */

#container {
  background: url(/images/background.jpg) center top no-repeat;
  height: 1772px;
  position: relative;
}


/**
 * Classes
 */

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}


/**
 * Banner
 */

#banner {
  background: #360e0a;
  background: rgba(0, 0, 0, 0.35);
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
}

#banner .wrapper {
  position: relative;
  text-align: right;
}

#banner .wrapper a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

#banner .wrapper a:hover {
  color: #faaf40;
}

#banner .wrapper span {
  color: #000;
  margin: 0 2px;
}


/** 
 * Logo
 */

img#logo {
  left: 404px;
  position: absolute;
  top: 245px;
}


/**
 * Nav (Periodic Table)
 */

table {
  border-spacing: 5px;
  left: -5px;
  position: relative;
}

table tbody {}

table tbody tr {}

table tbody tr td {
  background: #4b130e;
  background: rgba(0, 0, 0, 0.1);
  height: 75px;
  width: 75px;
}

table tbody tr td.blank {
  background: 0;
}

table tbody tr td a {
  border: 5px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
  display: block;
  height: 65px;
  text-align: center;
  width: 65px;
}

table tbody tr td a strong {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  font-size: 42px;
  padding: 16px 0 6px 0;
}

table tbody tr td.active a,
table tbody tr td a:hover {
  border: 5px solid #faaf40;
  color: #faaf40;
}

table tbody tr td.active a strong,
table tbody tr td a:hover strong {
  color: #faaf40;
}


/**
 * Content
 */

#content {
  margin-top: 304px;
}


/**
 * Description
 */

#description {
  margin-top: 40px;
  padding-left: 72px;
}

#description img.icon {
  border: 1px solid #280101;
  border: 1px solid rgba(0, 0, 0, 0.2);
  float: left;
  margin-left: -72px;
}

#description hgroup {
  display: inline-block;
  height: 52px;
  padding-top: 10px;
}

#description hgroup h1 {
  font-size: 30px;
  line-height: 30px;
}

#description hgroup h2 {
  font-size: 12px;
  line-height: 12px;
}

#description ul {
  float: right;
  height: 64px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#description ul li {
  float: left;
  margin: 0 6px 0 0;
  padding: 0;
}

#description ul li.empty {
  font-size: 30px;
  line-height: 30px;
  padding-top: 10px;
}

#description ul li a {
  border: 2px solid #310c0a;
  cursor: pointer;
  display: block;
  height: 60px;
  width: 100px;
}

#description ul li a.active,
#description ul li a:hover {
  border: 2px solid #fff;
}


/**
 * Description - Panes (Video Lists)
 */

#description {
  height: 70px;;
  position: relative;
  width: 960px;
}

#description .panes {
  display: inline;
}

#description .panes ul {
  display: none;
  position: absolute;
  left: 380px;
  top: 0;
}

#description .panes div.holder.show {
  display: block;
}

#description .panes div.holder {
  display: none;
  height: 64px;
  position: absolute;
  right: 106px;
  top: 0;
  width: 545px;
}

#description .panes div.scrollable {
  float: right;
  overflow: hidden;
  position: relative;
  height: 64px;
  width: 545px;
}

#description .panes div.scrollable ul {
  display: block;
  position: absolute;
  left: auto;
  width: 20000em;
}

#description .panes div.scrollable div.packet {
  float: left;
  height: 64px;
  width: 545px;
}

#description .panes div.scrollable ul li.fifth {
  margin-right: 0;
}

#description .panes div.holder a.browse {
  cursor: pointer;
  display: block;
  height: 37px;
  position: absolute;
  top: 14px;
  width: 20px;
}

#description .panes div.holder a.prev {
  background: url(/images/arrow-left.png);
  left: -30px;
}

#description .panes div.holder a.next {
  background: url(/images/arrow-right.png);
  right: -30px;
}

#description .panes div.holder a.browse.disabled {
  display: none;
}


/**
 * Video
 */

#video {
  background: #000;
  height: 540px;
}


/**
 * Instagram
 */

#instagram {
  background: url(/images/instagram-background.png) no-repeat 56px 0;
  margin-top: 72px;
}

#instagram iframe {
  display: none;
  margin: 2px 0 0 58px;
}



/**
 * Footer
 */

#footer {
  height: 150px;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  top: 115px;
  width: 960px;
}

#footer .wrapper {
  padding: 90px 0 0 464px;
  width: auto;
}

#footer .wrapper img {
  float: left;
  margin: -40px 0 0 -176px;
}

#footer .wrapper h3 {
  color: #aa8a88;
  color: rgba(255, 255, 255, 0.5);
  font-size: 30px;
}

#footer .wrapper ul {
  font-size: 14px;
  list-style: none;
  margin: 12px 0 0 2px;
  padding: 0;
  width: 200px;
}

#footer .wrapper ul li {
  color: #faaf40;
  margin: 0;
  padding: 0;
}

#footer .wrapper ul li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

#footer .wrapper ul li a:hover {
  color: #faaf40;
}
