/* 
    Document   : axiomtv
    Created on : Jun 22, 2011, 2:16:18 PM
    Author     : kevin
    Description:
        Purpose of the stylesheet follows.
*/
/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/* Now do all of the colors */
/* line 16, app/assets/stylesheets/mystreme/axiomtv.scss */
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-size: 90%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 37, app/assets/stylesheets/mystreme/axiomtv.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 41, app/assets/stylesheets/mystreme/axiomtv.scss */
body {
  line-height: 1;
}

/* line 44, app/assets/stylesheets/mystreme/axiomtv.scss */
ol, ul {
  list-style: none;
}

/* line 47, app/assets/stylesheets/mystreme/axiomtv.scss */
blockquote, q {
  quotes: none;
}

/* line 50, app/assets/stylesheets/mystreme/axiomtv.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 55, app/assets/stylesheets/mystreme/axiomtv.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 60, app/assets/stylesheets/mystreme/axiomtv.scss */
body {
  -webkit-text-size-adjust: none;
}

/* line 61, app/assets/stylesheets/mystreme/axiomtv.scss */
p {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 63, app/assets/stylesheets/mystreme/axiomtv.scss */
#header {
  font-family: THICCCBOI, DaxOT, Helvetica, Arial;
  /* font-family: Verdana; */
  width: 100%;
  min-width: 595px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* line 74, app/assets/stylesheets/mystreme/axiomtv.scss */
#header div.logo {
  width: 25%;
  min-width: 185px;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 83, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .extra {
  height: 100%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

/* line 84, app/assets/stylesheets/mystreme/axiomtv.scss */
#header div.logo img {
  vertical-align: middle;
}

/* .logo { display: inline-block; color: white; height: 100%;  } */
/* line 86, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .logo table {
  display: inline-block;
  height: 72px;
}

/* line 87, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .logo tbody {
  height: 100%;
}

/* line 88, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .logo td {
  height: 100%;
}

/* line 89, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .searchtd {
  width: 50%;
  min-width: 480px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: white;
  white-space: nowrap;
}

/* line 98, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .searchtd span, #header .searchtd input {
  vertical-align: middle;
}

/* line 100, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .backbtn {
  background: transparent url(/assets/mystreme/backbtn2.png) top left no-repeat;
  height: 32px;
  width: 63px;
  text-align: center;
  color: #F2F2F2;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 11pt;
  vertical-align: middle;
  line-height: 32px;
  cursor: pointer;
  padding-left: 3px;
}

/* line 113, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .backbtn:hover {
  background: transparent url(/assets/mystreme/backbtn_over2.png) top left no-repeat;
}

/* line 118, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .searchtd span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 119, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .searchtd .keyboard {
  background: transparent url(/assets/mystreme/search_key_new.png) no-repeat top left;
  width: 30px;
  height: 32px;
  vertical-align: middle;
  cursor: pointer;
}

/* line 126, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .searchtd input.search {
  border: 0;
  color: white;
  font-size: 12pt;
}

/* line 135, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .searchtd input.search:focus-visible {
  border: 0;
  outline: none;
}

/* line 139, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .searchtd .keyboard:hover {
  background: transparent url(/assets/mystreme/search_key_over_new.png) no-repeat top left;
}

/* line 142, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .searchtd .go {
  background: transparent url(/assets/mystreme/search_go_new.png) no-repeat center left;
  width: 35px;
  height: 72px;
  color: #f2f2f2;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

/* line 151, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .searchtd .go:hover {
  background: transparent url(/assets/mystreme/search_go_over_new.png) no-repeat center left;
}

/* line 154, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .video_type {
  /* color: $section-header-text-color; */
  font-size: 8pt;
  cursor: pointer;
}

/* line 159, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .video_type:hover {
  /* color: $header-text-color; */
}

/* line 162, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .video_type img {
  vertical-align: middle;
  margin-left: 2px;
}

/* line 167, app/assets/stylesheets/mystreme/axiomtv.scss */
#header div.signin {
  position: absolute;
  top: 0;
  right: 0;
  /* float: right; */
  min-width: 106px;
  text-align: right;
  font-family: Verdana;
  font-size: 80%;
  /* color: $section-header-text-color; */
  line-height: 72px;
  height: 72px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 181, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .signin div.inner {
  margin-right: 12px;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 1;
}

/* line 187, app/assets/stylesheets/mystreme/axiomtv.scss */
#header a {
  text-decoration: none;
}

/* line 188, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .signin a img {
  border: none;
}

/* line 189, app/assets/stylesheets/mystreme/axiomtv.scss */
#header .signin .icon {
  padding: 4px;
}

/* line 192, app/assets/stylesheets/mystreme/axiomtv.scss */
a img {
  border: none;
}

/* line 193, app/assets/stylesheets/mystreme/axiomtv.scss */
a {
  outline: none;
  /* FF1.5+ IE7+*/
  -moz-outline: none;
  /* FF<=1.5*/
}

/* line 197, app/assets/stylesheets/mystreme/axiomtv.scss */
a.subtle-link {
  color: #58585b;
  text-decoration: none;
}

/* line 201, app/assets/stylesheets/mystreme/axiomtv.scss */
a.subtle-link:hover {
  text-decoration: underline;
}

/* line 205, app/assets/stylesheets/mystreme/axiomtv.scss */
#footer {
  height: 35px;
  /* position: relative; */
  width: 100%;
  /* background-color: black; */
  text-align: center;
  line-height: 35px;
  vertical-align: middle;
  font-size: 80%;
  overflow: hidden;
}

/* line 216, app/assets/stylesheets/mystreme/axiomtv.scss */
#footer a {
  /* color: #B2B2B2; */
  text-decoration: none;
}

/* line 220, app/assets/stylesheets/mystreme/axiomtv.scss */
#footer a:hover {
  text-decoration: underline;
}

/* line 223, app/assets/stylesheets/mystreme/axiomtv.scss */
#footer .display_mode img {
  padding: 5px 4px 5px 4px;
}

/* line 227, app/assets/stylesheets/mystreme/axiomtv.scss */
.middle {
  vertical-align: middle;
}

/* line 228, app/assets/stylesheets/mystreme/axiomtv.scss */
.left {
  float: left;
}

/* line 229, app/assets/stylesheets/mystreme/axiomtv.scss */
.right {
  float: right;
}

/* line 230, app/assets/stylesheets/mystreme/axiomtv.scss */
.p100 {
  width: 100%;
}

/* line 231, app/assets/stylesheets/mystreme/axiomtv.scss */
.ralign {
  text-align: right;
}

/* line 232, app/assets/stylesheets/mystreme/axiomtv.scss */
.br {
  height: 1em;
}

/* line 233, app/assets/stylesheets/mystreme/axiomtv.scss */
.ib {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 234, app/assets/stylesheets/mystreme/axiomtv.scss */
.middle {
  vertical-align: middle;
}

/* line 235, app/assets/stylesheets/mystreme/axiomtv.scss */
.taleft {
  text-align: left;
}

/* line 236, app/assets/stylesheets/mystreme/axiomtv.scss */
.taright {
  text-align: right;
}

/* line 237, app/assets/stylesheets/mystreme/axiomtv.scss */
.pointer {
  cursor: pointer;
}

/* line 238, app/assets/stylesheets/mystreme/axiomtv.scss */
.full {
  width: 100%;
}

/* line 239, app/assets/stylesheets/mystreme/axiomtv.scss */
.nobr {
  white-space: nowrap;
}

/* line 240, app/assets/stylesheets/mystreme/axiomtv.scss */
.spc5 {
  margin-top: 5px;
}

/* line 241, app/assets/stylesheets/mystreme/axiomtv.scss */
.bold {
  font-weight: bold;
}

/* line 242, app/assets/stylesheets/mystreme/axiomtv.scss */
.top {
  vertical-align: top;
}
/* 
    Document   : popup
    Created on : Jun 22, 2011, 2:18:14 PM
    Author     : kevin
    Description:
        Purpose of the stylesheet follows.
*/
/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/* Now do all of the colors */
/* line 16, app/assets/stylesheets/mystreme/popup.scss */
.modal {
  font-family: THICCCBOI, DaxOT, Helvetica, Arial, sans-serif;
  background-color: #050708;
  border-radius: 28px;
  background-color: rgba(5, 7, 8, 0.2);
  backdrop-filter: blur(16px);
  box-shadow: 0 0 30px 10px rgba(0, 216, 255, 0.5);
  color: white;
  max-width: 801px;
}

/* line 27, app/assets/stylesheets/mystreme/popup.scss */
.popup {
  height: 351px;
  width: 801px;
  max-width: 801px;
  padding: 0;
  color: white;
  display: none;
  font-family: THICCCBOI, DaxOT, Helvetica, Arial, sans-serif;
  /* font-family: Verdana; */
}

/* line 37, app/assets/stylesheets/mystreme/popup.scss */
.popup.checkout {
  font-size: 11pt;
  background: transparent url(/assets/mystreme/bg_popup.png) no-repeat;
}

/* line 41, app/assets/stylesheets/mystreme/popup.scss */
.popup.checkout .main {
  color: #E1E1E1;
  font-size: 10pt;
  margin-left: 4px;
  margin-right: 4px;
  /* height: 220px; */
}

/* line 48, app/assets/stylesheets/mystreme/popup.scss */
.popup.checkout .order {
  border-spacing: 0;
}

/* line 52, app/assets/stylesheets/mystreme/popup.scss */
.popup.checkout .detailrow:hover {
  background-color: #5D5D5E;
}

/* line 55, app/assets/stylesheets/mystreme/popup.scss */
.popup.checkout .order .col1 {
  padding-left: 6px;
}

/* line 58, app/assets/stylesheets/mystreme/popup.scss */
.popup div.terms {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 9pt;
}

/* line 64, app/assets/stylesheets/mystreme/popup.scss */
.checkout.popup a.terms {
  color: #5BCCF5;
  text-decoration: none;
}

/* line 68, app/assets/stylesheets/mystreme/popup.scss */
.checkout.popup a.terms:hover {
  text-decoration: underline;
}

/* line 71, app/assets/stylesheets/mystreme/popup.scss */
.checkout.popup input.promo {
  width: 110px;
}

/* line 74, app/assets/stylesheets/mystreme/popup.scss */
.checkout.popup td.promo {
  text-align: right;
  padding-right: 10px;
  vertical-align: baseline;
}

/* line 79, app/assets/stylesheets/mystreme/popup.scss */
.checkout.popup .large {
  font-size: 16pt;
}

/* line 82, app/assets/stylesheets/mystreme/popup.scss */
.checkout.popup .contain {
  height: 100%;
}

/* line 85, app/assets/stylesheets/mystreme/popup.scss */
.popup.checkout .order div.submit {
  background: transparent url(/assets/mystreme/play_button2.png) center center no-repeat;
  color: white;
  /* font-weight: bold; */
  font-size: 12pt;
  text-align: center;
  height: 36px;
  width: 156px;
  /* padding-top: 8px; */
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 36px;
  vertical-align: top;
  margin: 6px;
}

/* line 100, app/assets/stylesheets/mystreme/popup.scss */
.popup.checkout .order div.submit:hover {
  background: transparent url(/assets/mystreme/play_button_over2.png) center center no-repeat;
}

/* line 103, app/assets/stylesheets/mystreme/popup.scss */
.popup.checkout .order div.submit:active {
  background: transparent url(/assets/mystreme/play_button_click2.png) center center no-repeat;
}

/* line 108, app/assets/stylesheets/mystreme/popup.scss */
#keyboard, #login_key {
  font-size: 14pt;
  background: transparent url(/assets/mystreme/bg_popup_keyboard.png) no-repeat;
}

/* line 112, app/assets/stylesheets/mystreme/popup.scss */
#register, #genres {
  font-size: 10pt;
  background: transparent url(/assets/mystreme/bg_popup.png) no-repeat;
}

/* line 116, app/assets/stylesheets/mystreme/popup.scss */
#media {
  background: transparent url(/assets/mystreme/bg_popup2.png) no-repeat;
  font-size: 10pt;
}

/* line 120, app/assets/stylesheets/mystreme/popup.scss */
.popup .contain {
  position: relative;
  /* background: transparent url(/assets/mystreme/black_bg_50.png) repeat; */
}

/* line 125, app/assets/stylesheets/mystreme/popup.scss */
.popup .close {
  position: absolute;
  right: 6px;
  bottom: 4px;
  cursor: pointer;
  font-size: 14pt;
  color: white;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

/* line 137, app/assets/stylesheets/mystreme/popup.scss */
#page .close {
  /* position: absolute;
    right: 16px;
    top: 16px;
    font-size: 14pt; */
  cursor: pointer;
  color: white;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

/* line 149, app/assets/stylesheets/mystreme/popup.scss */
.popup .close:hover {
  color: #cccccc;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

/* line 155, app/assets/stylesheets/mystreme/popup.scss */
.popup div.line {
  padding-top: 4px;
  height: 1px;
  width: 100%;
  border-bottom: solid 1px #666666;
}

/* line 161, app/assets/stylesheets/mystreme/popup.scss */
.popup span.title {
  font-size: 18pt;
  margin-top: 6px;
}

/* line 165, app/assets/stylesheets/mystreme/popup.scss */
.popup .header {
  position: relative;
  padding: 6px 6px 0px 6px;
}

/* line 169, app/assets/stylesheets/mystreme/popup.scss */
.center {
  text-align: center;
  color: #505054;
}

/* line 173, app/assets/stylesheets/mystreme/popup.scss */
.popup .options {
  padding: 10px;
  width: 100%;
}

/* line 177, app/assets/stylesheets/mystreme/popup.scss */
.popup .options .title {
  width: 180px;
  height: 40px;
  font-size: 12pt;
  font-weight: bold;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  behavior: url(/assets/ext/PIE.htc);
}

/* line 192, app/assets/stylesheets/mystreme/popup.scss */
.popup .option1 {
  position: absolute;
  left: 114px;
  top: 70px;
}

/* line 197, app/assets/stylesheets/mystreme/popup.scss */
.popup .option2 {
  position: absolute;
  left: 309px;
  top: 70px;
}

/* line 202, app/assets/stylesheets/mystreme/popup.scss */
.popup .option3 {
  position: absolute;
  left: 505px;
  top: 70px;
}

/* line 207, app/assets/stylesheets/mystreme/popup.scss */
.popup .options .description {
  width: 160px;
  height: 120px;
  font-size: 10pt;
  padding: 10px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  behavior: url(/assets/ext/PIE.htc);
}

/* line 219, app/assets/stylesheets/mystreme/popup.scss */
.popup .options .option {
  background: transparent url(/assets/mystreme/media_option.png);
  width: 180px;
  height: 180px;
  cursor: pointer;
}

/* line 225, app/assets/stylesheets/mystreme/popup.scss */
.popup .options .option:hover {
  background: transparent url(/assets/mystreme/media_option_over.png);
}

/* line 228, app/assets/stylesheets/mystreme/popup.scss */
.popup .options .option_click {
  cursor: pointer;
  background: transparent url(/assets/mystreme/media_option_click.png);
}

/* line 232, app/assets/stylesheets/mystreme/popup.scss */
.popup .options .option_click:hover {
  background: transparent url(/assets/mystreme/media_option_over_click.png);
}

/* line 235, app/assets/stylesheets/mystreme/popup.scss */
.popup .options .option_current {
  background: transparent url(/assets/mystreme/media_option_sel.png);
}

/* line 239, app/assets/stylesheets/mystreme/popup.scss */
.popup .unlock {
  position: absolute;
  left: 115px;
  top: 27px;
  line-height: 65px;
  height: 65px;
  font-size: 13pt;
}

/* line 247, app/assets/stylesheets/mystreme/popup.scss */
.popup .unlock span {
  position: relative;
  top: -20px;
  left: -10px;
}

/* line 252, app/assets/stylesheets/mystreme/popup.scss */
.popup .lock {
  position: absolute;
  left: 400px;
  top: 32px;
  line-height: 51px;
  height: 51px;
  font-size: 13pt;
}

/* line 260, app/assets/stylesheets/mystreme/popup.scss */
.popup .lock span {
  position: relative;
  top: -10px;
}

/* line 264, app/assets/stylesheets/mystreme/popup.scss */
#parental .mother {
  /* position: absolute;
    left: 610px;
    top: 114px; */
  width: 180px;
  font-size: 11pt;
}

/* line 271, app/assets/stylesheets/mystreme/popup.scss */
#parental .mother table {
  margin-top: 3px;
}

/* line 274, app/assets/stylesheets/mystreme/popup.scss */
#parental .mother td {
  vertical-align: top;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 279, app/assets/stylesheets/mystreme/popup.scss */
#parental .mother td.go {
  width: 25px;
}

/* #parental .sliders {
    position: absolute;
    left: 20px;
    top: 93px;
} */
/* line 287, app/assets/stylesheets/mystreme/popup.scss */
#parental .sliders .slider {
  position: relative;
}

/* line 290, app/assets/stylesheets/mystreme/popup.scss */
#parental .slider_sex {
  position: absolute;
  left: 20px;
  top: 100px;
}

/* line 295, app/assets/stylesheets/mystreme/popup.scss */
#parental .slider_language {
  position: absolute;
  left: 20px;
  top: 130px;
}

/* line 300, app/assets/stylesheets/mystreme/popup.scss */
#parental .slider .label {
  /* float: left; */
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  top: -6px;
  width: 82px;
  text-align: right;
  margin-right: 5px;
  font-size: 1.2rem;
  padding-bottom: .7rem;
}

/* line 311, app/assets/stylesheets/mystreme/popup.scss */
#parental .slider .contain {
  position: relative;
  top: -3px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* left: 90px; */
}

/* line 317, app/assets/stylesheets/mystreme/popup.scss */
#parental .slider_bar {
  position: absolute;
  background: transparent url(/assets/mystreme/slider.svg) left center no-repeat;
  background-size: 100%;
  left: 1px;
  top: 0px;
  height: 10px;
  width: 480px;
  cursor: pointer;
}

/* line 327, app/assets/stylesheets/mystreme/popup.scss */
#parental .slider_barr {
  position: absolute;
  background: transparent url(/assets/mystreme/slider.svg) left center no-repeat;
  background-size: 100%;
  left: 1px;
  top: 0px;
  height: 10px;
  width: 640px;
  cursor: pointer;
}

/* line 337, app/assets/stylesheets/mystreme/popup.scss */
#parental .slider_mark {
  position: absolute;
  background: transparent url(/assets/mystreme/slider_mark.png);
  height: 19px;
  width: 2px;
  top: 0px;
  cursor: pointer;
}

/* line 346, app/assets/stylesheets/mystreme/popup.scss */
#parental .thumb_gradientr {
  position: absolute;
  /* background: transparent url(/assets/mystreme/slider_gradient2r.png); */
  left: 1px;
  top: -8px;
  height: 26px;
  width: 120px;
  cursor: pointer;
}

/* line 355, app/assets/stylesheets/mystreme/popup.scss */
#parental .thumb_backr_div {
  position: absolute;
  left: 1px;
  top: -8px;
  height: 26px;
  padding-left: 56px;
  padding-right: 56px;
}

/* line 364, app/assets/stylesheets/mystreme/popup.scss */
#parental .thumb_backr {
  display: inline-block;
  background-color: red;
  height: 26px;
  width: 6px;
  border: solid 1px #2e2c2d;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/assets/ext/PIE.htc);
}

/* line 376, app/assets/stylesheets/mystreme/popup.scss */
#parental .thumb_gradient {
  position: absolute;
  /* background: transparent url(/assets/mystreme/slider_gradient2.png); */
  left: 1px;
  top: -8px;
  height: 26px;
  width: 120px;
  cursor: pointer;
}

/* line 385, app/assets/stylesheets/mystreme/popup.scss */
#parental .thumb_back_div {
  transition-property: left;
  transition-duration: 200ms;
  transition-timing-function: linear;
  position: absolute;
  padding-left: 56px;
  padding-right: 56px;
  height: 26px;
  left: 1px;
  top: -8px;
}

/* line 397, app/assets/stylesheets/mystreme/popup.scss */
#parental .thumb_back {
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: linear;
  display: inline-block;
  background-color: red;
  height: 26px;
  width: 6px;
  border: solid 1px #2e2c2d;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/assets/ext/PIE.htc);
}

/* line 412, app/assets/stylesheets/mystreme/popup.scss */
#parental table.rating {
  margin-top: 16px;
}

/* line 415, app/assets/stylesheets/mystreme/popup.scss */
#parental table.rating td {
  width: 120px;
  text-align: center;
  font-size: 1.2rem;
  color: white;
  padding: 0;
  margin: 0;
}

/* line 424, app/assets/stylesheets/mystreme/popup.scss */
#genres .genres {
  padding: 6px 6px 6px 6px;
  font-size: 12pt;
  width: 787px;
  height: 280px;
  overflow: auto;
}

/* line 433, app/assets/stylesheets/mystreme/popup.scss */
#genres .genres span {
  float: left;
  width: 179px;
  margin-right: 6px;
  padding-left: 8px;
  padding-top: 4px;
  padding-bottom: 6px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-color: #1a1a1a;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 446, app/assets/stylesheets/mystreme/popup.scss */
#genres .genres span.option:hover {
  background-color: #4d4d4d;
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 451, app/assets/stylesheets/mystreme/popup.scss */
#genres .genres span.option_click {
  background-color: gray;
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
}

/* line 457, app/assets/stylesheets/mystreme/popup.scss */
.popup .content {
  color: #E1E1E1;
  font-size: 13pt;
  width: 63%;
  padding-left: 20%;
  padding-right: 17%;
}

/* line 464, app/assets/stylesheets/mystreme/popup.scss */
.popup .content .description {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

/* line 468, app/assets/stylesheets/mystreme/popup.scss */
.popup .form {
  font-size: 14pt;
}

/* line 471, app/assets/stylesheets/mystreme/popup.scss */
.popup .form input {
  font-size: 14pt;
  width: 225px;
  border: none;
  /* border-radius: 0px;
    border-width: 1px; */
  padding: 2px;
}

/* line 479, app/assets/stylesheets/mystreme/popup.scss */
.popup .form td {
  padding: 5px;
}

/* line 482, app/assets/stylesheets/mystreme/popup.scss */
.popup .form td.label {
  width: 200px;
  text-align: right;
}

/* line 487, app/assets/stylesheets/mystreme/popup.scss */
.popup .searchline {
  font-size: 14pt;
  padding: 10px;
  line-height: 29px;
  vertical-align: middle;
}

/* line 493, app/assets/stylesheets/mystreme/popup.scss */
.popup .searchline span {
  vertical-align: middle;
  margin-right: 4px;
  margin-top: 1px;
}

/* line 498, app/assets/stylesheets/mystreme/popup.scss */
.popup .searchline a {
  margin-top: 1px;
}

/* line 501, app/assets/stylesheets/mystreme/popup.scss */
.popup .searchline input {
  width: 80%;
  font-size: 14pt;
  height: 21px;
  border: none;
  vertical-align: middle;
  margin: 0px 0px 0px 0px;
  padding: 4px;
  position: relative;
  margin-left: 3px;
}

/* line 512, app/assets/stylesheets/mystreme/popup.scss */
.popup .loginline {
  padding: 10px;
  line-height: 29px;
  vertical-align: middle;
}

/* line 517, app/assets/stylesheets/mystreme/popup.scss */
.popup .loginline span {
  vertical-align: middle;
  margin-right: 4px;
  margin-top: 1px;
}

/* line 522, app/assets/stylesheets/mystreme/popup.scss */
.popup .loginline a {
  margin-top: 1px;
}

/* line 525, app/assets/stylesheets/mystreme/popup.scss */
.popup .loginline input.keyinput {
  width: 210px;
  font-size: 14pt;
  /* height: 21px; */
  border: none;
  vertical-align: middle;
  margin: 0px 0px 0px 0px;
  padding: 4px;
  position: relative;
  margin-left: 3px;
}

/* line 536, app/assets/stylesheets/mystreme/popup.scss */
.popup .header .center {
  position: absolute;
  bottom: 6px;
  left: 25%;
  right: 25%;
  width: 50%;
  text-align: center;
}

/* line 544, app/assets/stylesheets/mystreme/popup.scss */
.popup .header .center a {
  color: #670101;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

/* line 550, app/assets/stylesheets/mystreme/popup.scss */
.popup .header .center a:hover {
  color: #cc0000;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

/* line 557, app/assets/stylesheets/mystreme/popup.scss */
.popup .overlay {
  position: absolute;
  top: 46px;
  left: 7px;
  height: 290px;
  width: 784px;
  z-index: 1;
  border: solid white 1px;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 568, app/assets/stylesheets/mystreme/popup.scss */
.popup #login_error .message {
  margin-top: 100px;
  text-align: center;
}

/* line 573, app/assets/stylesheets/mystreme/popup.scss */
.popup #login_error .continue {
  margin-top: 100px;
  text-align: right;
  padding-right: 50px;
}

/* line 579, app/assets/stylesheets/mystreme/popup.scss */
.popup #login_forgot .message {
  margin-top: 75px;
  text-align: center;
}

/* line 584, app/assets/stylesheets/mystreme/popup.scss */
.popup #login_forgot .continue {
  margin-top: 50px;
  text-align: right;
  padding-right: 35px;
}

/* line 589, app/assets/stylesheets/mystreme/popup.scss */
.popup #login_forgot input {
  width: 40%;
  font-size: 14pt;
  height: 21px;
  border: none;
  vertical-align: middle;
  margin: 15px 0px 0px 0px;
  padding: 4px;
}

/* line 599, app/assets/stylesheets/mystreme/popup.scss */
.popup #register_error {
  font-size: 14pt;
}

/* line 603, app/assets/stylesheets/mystreme/popup.scss */
.popup #register_error .message {
  margin-top: 100px;
  text-align: center;
}

/* line 608, app/assets/stylesheets/mystreme/popup.scss */
.popup #register_error .continue {
  margin-top: 100px;
  text-align: right;
  padding-right: 50px;
}

/* line 614, app/assets/stylesheets/mystreme/popup.scss */
.popup .keys {
  position: absolute;
  top: 93px;
  left: 13px;
}

/* line 619, app/assets/stylesheets/mystreme/popup.scss */
.popup .keyrow {
  padding-bottom: 50px;
}

/* line 622, app/assets/stylesheets/mystreme/popup.scss */
.popup .keys .keytype1 {
  background: transparent url(/assets/mystreme/key1.png) top left no-repeat;
  width: 46px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  margin-right: 6px;
  float: left;
  text-align: center;
}

/* line 632, app/assets/stylesheets/mystreme/popup.scss */
.popup .keys .keytype1:hover {
  background: transparent url(/assets/mystreme/key1_over.png) top left no-repeat;
}

/* line 635, app/assets/stylesheets/mystreme/popup.scss */
.popup .keys .keytype2 {
  background: transparent url(/assets/mystreme/key2.png) top left no-repeat;
  width: 72px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  margin-right: 6px;
  float: left;
  text-align: center;
}

/* line 645, app/assets/stylesheets/mystreme/popup.scss */
.popup .keys .keytype2:hover {
  background: transparent url(/assets/mystreme/key2_over.png) top left no-repeat;
}

/* line 648, app/assets/stylesheets/mystreme/popup.scss */
.popup .keys .keytype3 {
  background: transparent url(/assets/mystreme/key3.png) top left no-repeat;
  width: 98px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  margin-right: 6px;
  float: left;
  text-align: center;
}

/* line 658, app/assets/stylesheets/mystreme/popup.scss */
.popup .keys .keytype3:hover {
  background: transparent url(/assets/mystreme/key3_over.png) top left no-repeat;
}

/* line 661, app/assets/stylesheets/mystreme/popup.scss */
.popup .keys .keytype4 {
  background: transparent url(/assets/mystreme/key4.png) top left no-repeat;
  width: 124px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  margin-right: 6px;
  float: left;
  text-align: center;
}

/* line 671, app/assets/stylesheets/mystreme/popup.scss */
.popup .keys .keytype4:hover {
  background: transparent url(/assets/mystreme/key4_over.png) top left no-repeat;
}

/* line 674, app/assets/stylesheets/mystreme/popup.scss */
.popup .keys .space {
  background: transparent url(/assets/mystreme/space.png) top left no-repeat;
  width: 774px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  margin-right: 6px;
  float: left;
  text-align: center;
}

/* line 684, app/assets/stylesheets/mystreme/popup.scss */
.popup .keys .space:hover {
  background: transparent url(/assets/mystreme/space_over.png) top left no-repeat;
}

/* line 688, app/assets/stylesheets/mystreme/popup.scss */
.popup .submit, #parental .submit {
  /* position: absolute; */
  background: transparent url(/assets/mystreme/submit_black.svg) left center no-repeat;
  background-size: 100%;
  padding-top: 12px;
  font-size: 20px;
  /* top: 283px;
    left: 622px; */
  height: 35px;
  width: 130px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

/* line 704, app/assets/stylesheets/mystreme/popup.scss */
.popup .submit:hover, #parental .submit:hover {
  background: transparent url(/assets/mystreme/submit_blue.svg) left center no-repeat;
  background-size: 100%;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
/* 
    Document   : main
    Created on : Jun 22, 2011, 2:19:18 PM
    Author     : kevin
    Description:
        Purpose of the stylesheet follows.
*/
/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/* Now do all of the colors */
@font-face {
  font-family: THICCCBOI;
  src: url(/assets/THICCCBOI-Regular.woff2);
}

@font-face {
  font-family: THICCCBOI;
  font-weight: bold;
  src: url(/assets/THICCCBOI-Bold.woff2);
}

@font-face {
  font-family: DaxOT;
  src: url(/assets/DaxOT.otf);
}

@font-face {
  font-family: DaxOT;
  font-weight: bold;
  src: url(/assets/DaxOT-Bold.otf);
}

@font-face {
  font-family: DaxOT;
  font-style: italic;
  src: url(/assets/DaxOT-Italic.otf);
}

@font-face {
  font-family: DaxCompactOT;
  src: url(/assets/DaxCompactOT-Medium.otf);
}

/* line 23, app/assets/stylesheets/mystreme/main.scss */
#header-offset {
  position: fixed;
  position: relative;
}

/* line 29, app/assets/stylesheets/mystreme/main.scss */
#main {
  font-family: THICCCBOI, DaxOT, Helvetica, Arial;
}

/* line 33, app/assets/stylesheets/mystreme/main.scss */
#header .gradient-input-container {
  position: relative;
  padding: 0px;
  border-radius: 9px;
}

/* line 39, app/assets/stylesheets/mystreme/main.scss */
#header .gradient-input {
  position: relative;
  /* width: 300px;
    height: 40px;
    padding: 15px; */
  border: none;
  outline: none;
  border-radius: 9px;
  font-size: 16px;
  z-index: 1;
  /* Semi-transparent background with gradient */
  background: linear-gradient(to right, rgba(85, 145, 205, 0.25) 0%, rgba(81, 160, 216, 0.25) 18%, rgba(77, 186, 219, 0.25) 29%, rgba(97, 198, 195, 0.25) 35%, rgba(135, 211, 225, 0.25) 43%, rgba(135, 211, 225, 0.25) 45%, rgba(99, 205, 230, 0.25) 52%, rgba(70, 199, 237, 0.25) 57%, rgba(58, 140, 203, 0.25) 80%, rgba(9, 119, 169, 0.25) 100%);
  color: white;
  /* White text color */
}

/* The pseudo-element for the custom gradient border */
/* line 67, app/assets/stylesheets/mystreme/main.scss */
#header .gradient-input-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 9px;
  /* Rounded corners */
  padding: 2px;
  /* Border thickness */
  background: linear-gradient(to right, #5591cd 0%, #51a0d8 18%, #4dbadb 29%, #61c6c3 35%, #87d3e1 43%, #87d3e1 45%, #63cde6 52%, #46c7ed 57%, #3a8ccb 80%, #0977a9 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: -1;
}

/* line 99, app/assets/stylesheets/mystreme/main.scss */
#header .search-gradients {
  position: relative;
  padding: 2px;
  border-radius: 9px;
  z-index: 1;
  display: flex;
  /* Semi-transparent background with gradient */
  background: linear-gradient(to right, rgba(85, 145, 205, 0.25) 0%, rgba(81, 160, 216, 0.25) 18%, rgba(77, 186, 219, 0.25) 29%, rgba(97, 198, 195, 0.25) 35%, rgba(135, 211, 225, 0.25) 43%, rgba(135, 211, 225, 0.25) 45%, rgba(99, 205, 230, 0.25) 52%, rgba(70, 199, 237, 0.25) 57%, rgba(58, 140, 203, 0.25) 80%, rgba(9, 119, 169, 0.25) 100%);
}

/* The pseudo-element for the custom gradient border */
/* line 122, app/assets/stylesheets/mystreme/main.scss */
#header .gradient-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 9px;
  /* Rounded corners */
  padding: 2px;
  /* Border thickness */
  background: linear-gradient(to right, #5591cd 0%, #51a0d8 18%, #4dbadb 29%, #61c6c3 35%, #87d3e1 43%, #87d3e1 45%, #63cde6 52%, #46c7ed 57%, #3a8ccb 80%, #0977a9 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: -1;
}

/* line 150, app/assets/stylesheets/mystreme/main.scss */
#main .carousel {
  text-align: center;
  /* padding-top: 5px; */
  /* padding-bottom: 5px; */
  /* padding-left: 40px; */
  /* line-height: 400px; */
  height: 400px;
  position: relative;
}

/* line 159, app/assets/stylesheets/mystreme/main.scss */
#main .hypelist {
  height: 22vw;
}

/* line 162, app/assets/stylesheets/mystreme/main.scss */
#main .carousel .movie img.lock {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}

/* line 169, app/assets/stylesheets/mystreme/main.scss */
#main .carousel div.box {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 173, app/assets/stylesheets/mystreme/main.scss */
#main .carousel .movie, #main .carousel .movie img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* line 178, app/assets/stylesheets/mystreme/main.scss */
#main .carousel .movie {
  padding: 3px;
  position: relative;
}

/* line 182, app/assets/stylesheets/mystreme/main.scss */
#main .carousel .movie .reflected, #main .carousel .boxa img.movie {
  margin-bottom: 10px;
  cursor: pointer;
}

/* line 186, app/assets/stylesheets/mystreme/main.scss */
#main .carousel .box {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  line-height: 1;
}

/* line 190, app/assets/stylesheets/mystreme/main.scss */
#main .carousel img.larrow {
  position: absolute;
  display: none;
  top: 138px;
  left: 0;
  width: 66px;
  height: 124px;
  padding-left: .5em;
}

/* line 200, app/assets/stylesheets/mystreme/main.scss */
#main .carousel img.rarrow {
  position: absolute;
  top: 138px;
  right: 0px;
  width: 66px;
  height: 124px;
  padding-right: .5em;
}

/* line 209, app/assets/stylesheets/mystreme/main.scss */
#main .carousel .container {
  position: absolute;
  left: 66px;
  width: 1200px;
  text-align: left;
  height: 400px;
  /* line-height: 400px; */
  overflow: hidden;
}

/* line 218, app/assets/stylesheets/mystreme/main.scss */
#main .carousel .subtitle {
  position: absolute;
  font-style: italic;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 1;
  padding: 5px;
  text-align: center;
  /* color: #004168; */
  /* z-index: 999; */
}

/* line 230, app/assets/stylesheets/mystreme/main.scss */
#main .movies {
  position: relative;
  width: 2400px;
}

/* line 236, app/assets/stylesheets/mystreme/main.scss */
#main .reviews .header {
  position: relative;
  text-align: center;
  color: #e7e7e9;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 13pt;
  /* @include section-gradient; */
}

/* line 248, app/assets/stylesheets/mystreme/main.scss */
#main .reviews a {
  /* color: #58585b; */
  text-decoration: none;
}

/* line 252, app/assets/stylesheets/mystreme/main.scss */
#main .reviews a:hover {
  text-decoration: underline;
}

/* line 256, app/assets/stylesheets/mystreme/main.scss */
#main .reviews .review {
  position: relative;
  font-size: 13pt;
  color: #58585b;
  padding: 15px;
  /* @include review-gradient; */
}

/* line 265, app/assets/stylesheets/mystreme/main.scss */
#main .reviews .product {
  position: relative;
  font-size: 13pt;
  color: #58585b;
  padding: 15px;
  /* @include product-gradient; */
}

/* line 273, app/assets/stylesheets/mystreme/main.scss */
#main .reviews .photo {
  width: 180px;
  float: left;
}

/* line 277, app/assets/stylesheets/mystreme/main.scss */
#main .reviews .col1 {
  width: 180px;
  min-width: 180px;
  vertical-align: top;
}

/* line 282, app/assets/stylesheets/mystreme/main.scss */
#main .reviews .col1a {
  vertical-align: middle;
  width: 65px;
  min-width: 65px;
  text-align: center;
}

/* line 288, app/assets/stylesheets/mystreme/main.scss */
#main .reviews .col1b {
  vertical-align: top;
  width: 110px;
  min-width: 110px;
}

/* line 293, app/assets/stylesheets/mystreme/main.scss */
#main .reviews .col2 {
  vertical-align: top;
  width: 100%;
}

/* line 297, app/assets/stylesheets/mystreme/main.scss */
#main .reviews .col3 {
  vertical-align: top;
  width: 106px;
  min-width: 106px;
  text-align: right;
}

/* line 303, app/assets/stylesheets/mystreme/main.scss */
#main .reviews .title {
  font-style: THICCCBOI, DaxOT, Helvetica, Arial;
  font-weight: bold;
}

/* line 307, app/assets/stylesheets/mystreme/main.scss */
#main .reviews .subtitle {
  margin-left: 20px;
  font-weight: normal;
  font-size: 10pt;
}

/* line 314, app/assets/stylesheets/mystreme/main.scss */
#main .storycrawler {
  font-size: 9pt;
  font-style: italic;
}

/* line 319, app/assets/stylesheets/mystreme/main.scss */
#main .display_mode {
  float: right;
  /* position: absolute; */
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  top: 0;
  right: 0;
  padding-right: 16px;
  line-height: 1;
}

/* line 328, app/assets/stylesheets/mystreme/main.scss */
#main .section .display_mode img {
  padding: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
}

/* line 333, app/assets/stylesheets/mystreme/main.scss */
#main .footer .display_mode img {
  padding: 4px;
}

/* line 336, app/assets/stylesheets/mystreme/main.scss */
#main .display_mode a img {
  border: none;
}

/* line 340, app/assets/stylesheets/mystreme/main.scss */
.errorExplanation {
  padding: 10px;
  margin: 10px;
  background: #c40000;
}

/*
span.field_with_errors * {
    border-color: red;
}
*/
/* line 351, app/assets/stylesheets/mystreme/main.scss */
span.field_with_errors label {
  color: red;
}
/*



*/
