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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Variables =================================================== */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* Site =================================================== */
html {
  background: #121212;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.5em;
  color: #fafafa;
  text-align: center;
}

/* Page	 =================================================== */
.sprite, .notice .hd-sml, .scene .text-block.hd .icon {
  background: url('../img/sprite-s2bcd76c1f8.png') no-repeat;
}

.container, header[role=banner], nav[role=navigation] {
  width: 1230px;
  margin: 0 auto;
}

.notice {
  background: #2c2c2c;
  width: 100%;
  padding: 10px 0;
}
.notice .hd-sml {
  float: left;
  display: block;
  margin: 0 14px 0 0;
  background-position: 0 -131px;
  height: 39px;
  width: 39px;
}
.notice h1 {
  margin: 5px 0 0 0;
  font-weight: 100;
  float: left;
}
.notice h1.join {
  margin: 5px auto;
  text-align: center;
  float: none;
}
.notice a {
  background: #285cc7;
  display: block;
  float: right;
  padding: 4px 16px;
  margin: 3px 14px 0 0;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: top 0.3s ease-out, background 0.9s 0;
  -webkit-transition-delay: 0s, ease-out;
  -moz-transition: top 0.3s ease-out, background 0.9s 0 ease-out;
  -o-transition: top 0.3s ease-out, background 0.9s 0 ease-out;
  transition: top 0.3s ease-out, background 0.9s 0 ease-out;
}
.notice a:hover {
  background: #5d87de;
}

header[role=banner] {
  background: #202020;
  display: block;
}
header[role=banner] > img {
  float: left;
}
header[role=banner] .logo {
  width: 410px;
  display: inline-block;
  text-align: center;
  float: left;
  padding-top: 18px;
  font-size: 24px;
  font-size: 2.4rem;
}
header[role=banner] .text-block {
  width: 205px;
  height: 205px;
  float: left;
  padding: 20px 25px 25px 25px;
  display: inline-block;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header[role=banner] .text-block h2 {
  margin-bottom: 5px;
}
header[role=banner] .text-block p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #b3b3b3;
}
header[role=banner] .lt-ie9 .text-block {
  width: 155px !important;
  height: 160px !important;
  background: white !important;
}

.lt-ie8 .text-block {
  width: 155px !important;
  height: 160px !important;
}

nav[role=navigation] {
  background: #d36b0f;
  padding: 15px 0;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
nav[role=navigation] ul {
  list-style: none;
  margin: 0;
}
nav[role=navigation] ul li {
  width: 205px;
  float: left;
  list-style: none;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
}
nav[role=navigation] ul li a {
  color: white;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: top 0.3s ease-out, background 0.9s 0;
  -webkit-transition-delay: 0s, ease-out;
  -moz-transition: top 0.3s ease-out, background 0.9s 0 ease-out;
  -o-transition: top 0.3s ease-out, background 0.9s 0 ease-out;
  transition: top 0.3s ease-out, background 0.9s 0 ease-out;
}
nav[role=navigation] ul li a:hover {
  background: #a3530c;
}
nav[role=navigation] ul li .selected {
  background: #a3530c;
  display: inline-block;
  padding: 6px 20px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

h1 {
  font-size: 150%;
  font-weight: 100;
  letter-spacing: -1px;
}

h2 {
  font-size: 200%;
  margin-bottom: 15px;
  font-weight: 500;
}

.body-link {
  margin: 24px auto 30px auto;
  display: block;
  color: #f8c79d;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: top 0.3s ease-out, color 0.9s 0;
  -webkit-transition-delay: 0s, ease-out;
  -moz-transition: top 0.3s ease-out, color 0.9s 0 ease-out;
  -o-transition: top 0.3s ease-out, color 0.9s 0 ease-out;
  transition: top 0.3s ease-out, color 0.9s 0 ease-out;
}
.body-link:hover {
  color: #d36b0f;
}
.body-link i {
  margin: 0 15px;
  font-size: 21px;
  font-size: 2.1rem;
}

.cont-link {
  margin: 24px auto 30px auto;
  display: block;
  width: 1230px;
  padding: 40px 0;
  color: #f8c79d;
  text-decoration: none;
  text-align: center;
  font-weight: 100;
  border: 3px #202020 solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 38px;
  font-size: 3.8rem;
  -webkit-transition: top 0.3s ease-out, color 0.9s 0;
  -webkit-transition-delay: 0s, ease-out;
  -moz-transition: top 0.3s ease-out, color 0.9s 0 ease-out;
  -o-transition: top 0.3s ease-out, color 0.9s 0 ease-out;
  transition: top 0.3s ease-out, color 0.9s 0 ease-out;
}
.cont-link:hover {
  background: #070707;
  color: #d36b0f;
}
.cont-link i {
  margin: 0 15px;
  font-size: 24px;
  font-size: 2.4rem;
}

.intro {
  padding: 20px 0;
}
.intro p {
  width: 850px;
  float: left;
  margin: 0 30px;
}
.intro ul {
  float: left;
}
.intro ul li {
  margin-bottom: 15px;
}
.intro ul li a {
  text-align: center;
  color: #595959;
  font-size: 140%;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 0;
  display: block;
  width: 275px;
  background-color: #c6c6c6;
  text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #cccccc), color-stop(100%, #aaaaaa));
  background-image: -webkit-linear-gradient(#ffffff, #cccccc, #aaaaaa);
  background-image: -moz-linear-gradient(#ffffff, #cccccc, #aaaaaa);
  background-image: -o-linear-gradient(#ffffff, #cccccc, #aaaaaa);
  background-image: linear-gradient(#ffffff, #cccccc, #aaaaaa);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.intro ul li a:hover {
  background-color: lightgrey;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #dddddd), color-stop(100%, #bbbbbb));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(#ffffff, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(#ffffff, #dddddd, #bbbbbb);
  background-image: linear-gradient(#ffffff, #dddddd, #bbbbbb);
}
.intro ul li.end {
  margin: 0;
}

.scene {
  background: #202020;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  margin: 0 auto 6px auto;
}
.scene > img, .scene > h2 {
  float: left;
}
.scene img:first-child {
  margin-left: 22px;
}
.scene > h2 {
  margin: 15px 0 0 20px;
}
.scene .details {
  float: right;
  color: #b8b8b8;
  margin: 25px 22px 0 0;
}
.scene .details strong {
  color: #dce5f8;
  font-weight: 500;
}
.scene .text-block {
  width: 205px;
  height: 205px;
  float: left;
  padding: 25px;
  display: inline-block;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.scene .text-block h2 {
  margin-bottom: 5px;
}
.scene .text-block p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #b3b3b3;
}
.scene .text-block.likes {
  padding-top: 35px;
}
.scene .text-block.likes h3 {
  text-align: center;
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 48px;
  font-size: 4.8rem;
}
.scene .text-block.likes .ss-icon {
  margin-left: 8px;
}
.scene .text-block.hd {
  padding: 37px 17px;
}
.scene .text-block.hd .icon {
  display: block;
  margin: 0 auto;
  width: 131px;
  height: 131px;
  background-position: 0 0;
  height: 131px;
  width: 131px;
}
.scene .text-block.join {
  background: #d36b0f;
  text-align: center;
  padding-top: 70px;
  color: white;
  -webkit-transition: top 0.3s ease-out, background 0.9s 0;
  -webkit-transition-delay: 0s, ease-out;
  -moz-transition: top 0.3s ease-out, background 0.9s 0 ease-out;
  -o-transition: top 0.3s ease-out, background 0.9s 0 ease-out;
  transition: top 0.3s ease-out, background 0.9s 0 ease-out;
}
.scene .text-block.join span {
  font-size: 66px;
  font-size: 6.6rem;
}
.scene .text-block.join p {
  font-size: 35px;
  font-size: 3.5rem;
  color: #fff;
  font-weight: 100;
  text-transform: none;
}
.scene .text-block.join:hover {
  color: #d36b0f;
  background: #f08425;
}
.scene a {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 900;
  padding: 20px 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fbe2cc;
  background: #161616;
  -webkit-transition: top 0.3s ease-out, color 0.9s 0;
  -webkit-transition-delay: 0s, ease-out;
  -moz-transition: top 0.3s ease-out, color 0.9s 0 ease-out;
  -o-transition: top 0.3s ease-out, color 0.9s 0 ease-out;
  transition: top 0.3s ease-out, color 0.9s 0 ease-out;
  -webkit-transition: top 0.3s ease-out, background 0.9s 0;
  -webkit-transition-delay: 0s, ease-out;
  -moz-transition: top 0.3s ease-out, background 0.9s 0 ease-out;
  -o-transition: top 0.3s ease-out, background 0.9s 0 ease-out;
  transition: top 0.3s ease-out, background 0.9s 0 ease-out;
}
.scene a:hover {
  color: #d36b0f;
  background: #0c0c0c;
}
.scene .tag {
  position: absolute;
  top: 150px;
  left: 0;
  display: block;
  width: 270px;
  height: 128px;
  background: #202020;
  text-align: center;
}
.scene .tag img {
  width: 209px;
  height: 78px;
  margin: 0 auto;
}

.lt-ie8 .text-block.likes {
  height: 145px !important;
}
.lt-ie8 .text-block.join {
  height: 110px !important;
}
.lt-ie8 .text-block.hd {
  height: 131px !important;
  width: 171px !important;
}

.extras {
  background: #202020;
  position: relative;
  color: #6d6d6d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.extras span {
  font-size: 92px;
  font-size: 9.2rem;
}
.extras h4 {
  color: #6d6d6d;
  font-size: 30px;
  font-size: 3rem;
  margin: 20px auto;
  font-weight: 100;
}
.extras li {
  float: left;
  width: 245px;
  margin: 30px;
  display: block;
  text-align: center;
  padding: 65px 0 15px 0;
}

.more h3 {
  text-align: center;
  margin: 30px 0;
  font-size: 26px;
  font-size: 2.6rem;
}
.more li {
  float: left;
  margin: 12px 24px;
  display: block;
}
.more a {
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  color: white;
  -webkit-transition: top 0.3s ease-out, color 0.9s 0;
  -webkit-transition-delay: 0s, ease-out;
  -moz-transition: top 0.3s ease-out, color 0.9s 0 ease-out;
  -o-transition: top 0.3s ease-out, color 0.9s 0 ease-out;
  transition: top 0.3s ease-out, color 0.9s 0 ease-out;
}
.more a:hover {
  color: #d36b0f;
}
.more img {
  margin-bottom: 12px;
}
.more span {
  font-size: 13px;
  font-size: 1.2rem;
  color: #cecece;
}
.more span strong {
  color: white;
  font-weight: 900;
}

.pagination {
  color: #a0a0a0;
  text-align: center;
  margin: 40px auto;
  font-size: 28px;
  font-size: 2.8rem;
}
.pagination a {
  color: #d36b0f;
  font-weight: 900;
}
.pagination a:hover {
  color: white;
}

.channels h3 {
  text-align: center;
  margin: 30px 0 20px 0;
  font-size: 26px;
  font-size: 2.6rem;
}
.channels .site {
  width: 380px;
  float: left;
  margin: 15px 15px;
  line-height: 0;
  background: #202020;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.channels .site h4 {
  margin: 20px 15px;
}
.channels .site img {
  float: left;
  max-width: 190px;
  height: auto;
}
.channels .site p {
  color: #cccccc;
  margin: 0 15px 15px 15px;
  font-size: 13px;
  font-size: 1.3rem;
  height: 140px;
  text-align: left ;
}
.channels .site p img {
  float: right;
  margin: 5px 0 10px 15px;
}
.channels .site span {
  font-weight: 100;
  color: #a0a0a0;
}
.channels .site hr {
  display: block;
  clear: both;
  margin: 5px auto;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #121212;
  border-bottom: 0;
}
.channels .site a {
  line-height: 1.5em;
  display: block;
  text-align: center;
  margin: 10px auto;
  clear: both;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 21px;
  font-size: 2.1rem;
}
.channels .site a:hover {
  color: #d36b0f;
}

.feeds {
  margin: 70px auto 0 auto;
  width: 1200px;
}
.feeds span {
  margin: 15px 0 0 220px;
  font-size: 172px;
  font-size: 17.2rem;
}
.feeds h4 {
  display: inline;
  margin: 15px;
  font-size: 62px;
  font-size: 6.2rem;
}
.feeds p {
  width: 1000px;
  margin: 10px auto 0 auto;
  color: #cccccc;
  font-size: 18px;
  font-size: 1.8rem;
}

.lt-ie8 .feeds span {
  line-height: 122px;
}

footer.join {
  padding-top: 15px;
}

.cp {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  color: #797979;
}

.fp {
  margin: 20px auto;
  text-align: center;
  width: 700px;
  color: #797979;
  font-size: 11px;
  font-size: 1.1rem;
}

.join-container {
  background: #121212;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
}

.join-block {
  background: #dedede;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: block;
}
.join-block h3 {
  color: #d36b0f;
  margin: 10px 0 10px 0;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
.join-block h4 {
  margin: 0 0 6px 0;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
.join-block fieldset {
  border: 0;
}
.join-block p {
  color: #121212;
  font-size: 14px;
  font-size: 1.4rem;
}
.join-block #join-form {
  width: 600px;
  border-left: 1px #acacac solid;
  padding: 15px 35px;
  float: left;
}
.join-block #join-form p {
  float: left;
  margin-right: 20px;
}
.join-block #join-form .credentials label {
  color: #121212;
  display: block;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.join-block #join-form .credentials label strong {
  font-weight: 700;
}
.join-block #join-form .radio {
  margin-bottom: 10px;
}
.join-block #join-form .radio label {
  background-color: #a0a0a0;
  padding: 5px;
  margin: 0 5px 0 0;
  display: inline-block;
  width: 105px;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  font-size: 1.3rem;
}
.join-block #join-form .radio label .ss-icon {
  font-size: 24px;
  font-size: 2.4rem;
}
.join-block #join-form .radio label:hover {
  background-color: #b9b9b9;
}
.join-block #join-form .radio label.ui-state-active {
  background-color: #d36b0f;
}
.join-block #join-form .alt-payment {
  margin-bottom: 10px;
  color: #ababab;
}
.join-block #join-form .alt-payment a {
  font-weight: 800;
  color: #121212;
  font-size: 12px;
  font-size: 1.2rem;
}
.join-block #join-form input[type=text], .join-block #join-form input[type=password] {
  width: 240px;
  padding: 8px;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.join-block .join-options {
  width: 600px;
  margin-bottom: 10px;
}
.join-block .join-options .radio2 {
  margin-bottom: 30px;
}
.join-block .join-options .radio2 label {
  background-color: #a0a0a0;
  padding: 5px;
  margin: 0 5px 0 0;
  display: inline-block;
  width: 170px;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
}
.join-block .join-options .radio2 label:hover {
  background-color: #b9b9b9;
}
.join-block .join-options .radio2 label.ui-state-active {
  background-color: #d36b0f;
}
.join-block .join-options .radio2 label .price {
  font-weight: 900;
  font-size: 36px;
  font-size: 3.6rem;
}
.join-block .join-options .radio2 label sup {
  font-size: 16px;
  font-size: 1.6rem;
}
.join-block .join-options .radio2 label small {
  color: #e6e6e6;
  font-size: 11px;
  font-size: 1.1rem;
}
.join-block .join-options input[type=submit] {
  background: #e61a1a;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: block;
  text-align: center;
  color: white;
  padding: 10px;
  width: 440px;
  margin: 0 auto 20px auto;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 2.6rem;
}
.join-block .join-options input[type=submit]:hover {
  background: #eb4848;
}
.join-block .join-options .note {
  color: #5f5f5f;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.join-block #join-form2 {
  width: 302px;
  border-left: 1px #acacac solid;
  padding: 15px 35px;
  float: left;
}
.join-block #join-form2 p {
  margin-bottom: 5px;
}
.join-block #join-form2 .credentials label {
  color: #121212;
  margin: 0 0 10px 0;
  display: inline-block;
  width: 90px;
  font-size: 16px;
  font-size: 1.6rem;
}
.join-block #join-form2 .credentials label strong {
  font-weight: 700;
}
.join-block #join-form2 input[type=text], .join-block #join-form2 input[type=password] {
  width: 170px;
  padding: 4px;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.join-block #join-form2 .payment {
  position: relative;
}
.join-block #join-form2 .payment input[type=radio] {
  margin-right: 5px;
}
.join-block #join-form2 .payment #more-opts {
  display: none;
}
.join-block #join-form2 .payment label {
  color: #121212;
  margin-right: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
.join-block #join-form2 .payment a {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  display: block;
  text-decoration: none;
  padding: 0 5px;
  background-color: #a0a0a0;
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.join-block #join-form2 .payment a:hover {
  background-color: #6d6d6d;
}
.join-block #join-form2 .payment a .active {
  background-color: #393939;
}
.join-block .join-options2 {
  width: 302px;
}
.join-block .join-options2 .mem-plans {
  margin-bottom: 15px;
}
.join-block .join-options2 .mem-plans p {
  margin: 4px 0 8px 0;
}
.join-block .join-options2 .mem-plans i {
  background: #858585;
  display: inline-block;
  padding: 7px;
  margin: 0 3px 0 0;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.join-block .join-options2 .mem-plans strong {
  font-weight: 700;
}
.join-block .join-options2 .mem-plans label {
  padding: 7px 10px;
  margin: 0;
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  width: 238px;
  display: inline-block;
  background: white;
  border: 1px #b9b9b9 solid;
  cursor: pointer;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.join-block .join-options2 .mem-plans label:hover {
  border: 1px #868686 solid;
}
.join-block .join-options2 .mem-plans label.best {
  background: #fdffe5;
}
.join-block .join-options2 .mem-plans label.best strong {
  color: #e61a1a;
}
.join-block .join-options2 input[type=submit] {
  background: #e61a1a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: block;
  text-align: center;
  color: white;
  padding: 8px;
  width: 250px;
  margin: 0 auto 15px auto;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 19px;
  font-size: 1.9rem;
}
.join-block .join-options2 input[type=submit]:hover {
  background: #b91414;
}
.join-block .join-options2 .note {
  color: #5f5f5f;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.join-block .join-options2 .alt-pay {
  margin: 10px 0 0 0;
  display: block;
  text-align: center;
}
.join-block .join-options2 .alt-pay a {
  text-decoration: none;
  color: #454545;
  display: inline-block;
  width: 70px;
  margin: 10px 5px;
  font-weight: 700;
}
.join-block .join-options2 .alt-pay a:hover {
  color: #d36b0f;
}
.join-block .join-options2 .alt-pay a i {
  margin: 0 5px 0 0;
  font-weight: 300;
}
.join-block .join-options2 .alt-pay span {
  font-size: 11px;
  font-size: 1.1rem;
}
.join-block .join-options2 .alt-pay span strong {
  font-weight: 700;
}
.join-block .features, .join-block .features2 {
  float: left;
  padding: 15px 35px 0 35px;
  margin-left: 20px;
}
.join-block .features h3, .join-block .features2 h3 {
  color: #d36b0f;
  margin: 10px 0 15px 0;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
}
.join-block .features .bullets, .join-block .features2 .bullets {
  list-style: disc;
  list-style-position: inside;
  color: #121212;
  margin: 0 0 15px 15px;
}
.join-block .features .bullets li, .join-block .features2 .bullets li {
  font-weight: 100;
  margin-bottom: 9px;
  font-size: 19px;
  font-size: 1.9rem;
}
.join-block .features {
  width: 460px;
}
.join-block .features2 {
  width: 720px;
}
.join-block .features2 strong {
  font-weight: 700;
}
.join-block .bonus-sites li {
  float: left;
  margin: 7px;
  width: 135px;
  display: block;
  text-align: center;
}
.join-block .bonus-sites li img {
  max-width: 100%;
  border: 1px #acacac solid;
}
.join-block .bonus-sites li h4 {
  color: #121212;
  margin: 0px;
  font-size: 16px;
  font-size: 1.6rem;
}
.join-block .bonus-sites2 {
  margin-bottom: 15px;
}
.join-block .bonus-sites2 li {
  float: left;
  margin: 5px;
  width: 105px;
  display: block;
  text-align: center;
}
.join-block .bonus-sites2 li img {
  max-width: 100%;
  border: 1px #acacac solid;
}
.join-block .bonus-sites2 li h4 {
  color: #121212;
  margin: 0px;
  font-size: 16px;
  font-size: 1.6rem;
}

/* Typography =================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 500;
  color: white;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small {
  font-weight: normal;
  color: #202020;
}

h1,
.h1 {
  margin-bottom: 0.75em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

h2,
.h2 {
  margin-bottom: 0.75em;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.2;
}

h3,
.h3 {
  margin-bottom: 1em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}

h4,
.h4 {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}

h6,
.h6 {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

small {
  font-size: 14px;
  font-size: 1.4rem;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding: 0;
}

li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}

sup {
  top: -0.5em;
}


#common_footer { color: #797979; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: center; margin-top: 15px; text-align:center }
#common_footer p { margin: 0; padding-bottom: 15px; }
#common_footer p.common_copyright { }
#common_footer p.comfortable { color: #797979;font-size: 12px;font-weight: bold;font-family: Verdana, Geneva, sans-serif; }
#common_footer a { color: #d36b0f; text-decoration: underline;font-weight:normal; }
#common_footer a:hover { color: #FFF; text-decoration: none; }
#frm { width: 390px; padding: 2px; border: 3px solid #ccc;display:inline; margin: 0 0 0 10px; float:right; background-color:#FFF }
#tempjoin	{padding-top: 60px; padding-right: 10px}