* {font-size: 100.01%;}
html {font-size: 62.5%;}
body{
  margin:0;
  color:#494949;
  min-width:1003px;
  font:1.2em/1.4em 'UbuntuRegular', Arial, Helvetica, sans-serif;
  background:#fff;
}
img{border-style:none;}
a {
  text-decoration:none;
  color:#0a5a83;
}
a:hover{text-decoration:underline;}
input, textarea, select{
  font:100% Arial, Helvetica, sans-serif;
  vertical-align:middle;
  color:#000;
}
form, fieldset{
  margin:0;
  padding:0;
  border-style:none;
}
form .description {
  margin-bottom: 15px;
}
form #error_notice {
  background-color: #FFFEE9;
  border: 1px solid red;
  text-align: center;
  width: 80%;
  padding: 5px;
  margin: 30px auto 0px auto;
  color: red;
  font-weight: bold;
}
form #error_notice p {
  margin: 4px 0;
  padding: 0;
}
form .green_form_button {
  display: block;
  cursor: auto;
  color: #FFF;
  width: auto;
  font: 12px 'UbuntuMedium', Arial, Helvetica, sans-serif;
  background: #F47321 url(../../images/green_button_bg.gif?1328a1724c71) repeat;
  height: 22px;
  padding: 2px 7px 1px 7px;
  margin-top: 6px;
  border: 1px solid #B1B1B1;
  text-transform:uppercase;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
form > .fieldset-wrap {
  display:block;
  position:relative;
}
form > .fieldset-wrap > .field-wrap {
  display:inline-block;
  margin-right:1em;
}
legend {
  display: block;
  color: #0C6A93;
  font-size: 1.266em;
  font-family: 'UbuntuMedium', Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 10px 0px 10px 0px;
}
hr.light {
  border: 0; /* Reset borders */
  color :#989898;
  background-color:#989898;
  height: 1px;
}
.message, .message.dismissible_notice, #direct_deposit_warning {
  background-color: #ffffd3;
  padding: 15px;
  border: 1px solid #ccc;
  margin: 5px 0 5px 0;
  text-align: center;
  font:1.2em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.message p, #direct_deposit_warning p {
  margin: 0;
}
.message p {
  padding: 0 !important;
}
.importantmessage {
    background-color: #ffd0b8;
}
.successmessage {
    background-color: #BCF5A9;
}
.debugmessage {
    background-color: #e4d0f5;
}
.cambouncernotes {
    background-color: #ffff00 !important;
}
.no-space {
  white-space: nowrap;
}
.invalidatoralert {
    background-color: #f9bcfa;
}
.alignleft{float:left;}
.alignright{float:right;}
.none{display:none;}
.logo-zone{
  float:left;
  padding:6px 0 0 15px;
}
.logo-zone strong{
  display:block;
  padding:0 0 0 17px;
  font:.833em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.logo-zone svg{
  width: 198px;
  height: 61px;
}
.logo{
  width:210px;
  height:65px;
  text-indent:-9999px;
  overflow:hidden;
  padding:0;
  background:url(../../images/logo-standard.png?a401ab051e4c) no-repeat;
  box-sizing: border-box;
}
.logo a{
  height:100%;
  display:block;
  position:relative;
}
.button_send {
  display: inline-block;
  overflow: hidden;
  height: 21px;
  width: auto;
  padding-left: 5px;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12px;
  font-family:'UbuntuMedium', Arial, Helvetica, sans-serif;
  float: right;
}
.button_send a {
  display: block;
  padding: 3px 5px 0px 0px;
  height: 18px;
  color: #fff;
  text-decoration: none;
}
.button_send {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat 0px -42px;
  text-shadow:1px 1px 0 #bc2b1d;
}
.button_send a {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat right -42px;
}
.creat {
  color:#fff;
  font:1.66em/1.55em 'UbuntuMedium', Arial, Helvetica, sans-serif;
  background:#f47321 url(../../images/arrow-white.gif?6afe2ba49479) no-repeat 86% 64%;
  border-radius:4px 4px 0 0;
  -webkit-border-radius:4px 4px 0 0;
  -moz-border-radius:4px 4px 0 0;
  padding: 6px 30px 0 15px;
  margin: 0 0 0 10px;
  right: 0;
  display: inline-block;
  float: right;
  position: relative;
}
.log-bar{
  list-style:none;
  margin:0 16px 0 0;
  padding:0;
  font:.9166em/2.818em 'UbuntuMedium', Arial, Helvetica, sans-serif;
  float:right;
  background:#084a67;
  border-radius:4px 4px 0 0;
  -webkit-border-radius:4px 4px 0 0;
  -moz-border-radius:4px 4px 0 0;
  position:relative;
}
* html .log-bar{
  width:372px;
}
.log-bar li{
  float:right;
  margin:0 9px;
  display:inline;
}
.log-bar li a{
  color:#9fd8f1;
  float:left;
}
.log-bar li a span{color:#ffc34f;}
.log-bar li a.nick{
  padding:0 0 0 20px;
  color:#f47321;
  float: none;
  margin:0px;
  background:url(../../images/ico-logout.gif?7c368aa0d062) no-repeat 0 50%;
}
#main{
  width:100%;
}
.top-section{
  padding:8px 19px 0 15px;
  height:1%;
  border-bottom:1px solid #8bb3da;
  background:#e2e2e2 url(../../images/bg-top-block.gif?057b802f7fc7) repeat-x;
  font:1.25em/1.133em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.top-section_small_gfx{
  background:#e2e2e2 url(../../images/bg-top-block-small.gif?0437047d9c3a) repeat-x;
}
.top-section:after{
  content:"";
  display:block;
  clear:both;
}

.top-section h1{
  margin:0 0 14px;
  font-weight: normal;
}
.top-section .announcement {
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}
.top-section p{margin:0 0 14px;}
.actions{
  display:inline-block;
  position: relative;
  list-style:none;
  margin:0;
  padding:0;
  height: 1%;
  top: 4px;
  float:right;
  font:.667em/2.4em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.actions li{
  float:right;
  margin:0 0 0 2px;
}
.actions li a{
  float:left;
  color:#dc5500;
  border:1px solid #8bb3da;
  border-radius:4px 4px 0 0;
  -webkit-border-radius:4px 4px 0 0;
  -moz-border-radius:4px 4px 0 0;
  border-bottom:0;
  position:relative;
  padding:0 13px 0 5px;
  background:#fceadb url(../../images/arrow-right.png?17e6f95d8e2a) no-repeat 95% 50%;
}
.actions li .prev{
  padding:0 5px 0 13px;
  background:#fceadb url(../../images/arrow-left.gif?ce3332e1d85f) no-repeat 5% 50%;
}
.actions.no_arrow li a{
  background-image: none;
  padding:0 5px 0 5px;
}
.content{
  padding:11px 15px 17px 0;
  overflow:hidden;
}
.content .c-1{
  margin:0 0 0 15px;
}
.content .c-1 .followers {
  font-weight: bold;
  margin: 8px 0px 5px 3px;
}
.content .c-1 .recorded{
  color: red;
  font-weight: bold;
  margin: 8px 0px 5px 3px;
}
.content .ad{
  clear: both;
  float:right;
  width:186px;
  margin:0 0 0 6px;
  border:1px solid #acacac;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  background-color: #E0E0E0;
  padding-bottom: 4px;
  text-align: center;
}
.content .ad img{
  display:block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3px;
  margin-bottom: 3px;
}
.list{
  list-style:none;
  margin:0;
  padding:0;
  overflow:hidden;
  height:1%;
}
.list .thumbnail_label, .list .thumbnail_label_featured{
  position: absolute;
  right: 3px;
  padding: 1px 3px 1px 3px;
  text-align: center;
  overflow: hidden;
  color: #FFF;
  font: 10px 'UbuntuRegular',Arial,Helvetica,sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.list .thumbnail_label {
    top: 85px;
}
.list .thumbnail_label_featured{
    top: 85px;
    border-bottom: 2px solid #dd7f21;
}
.list .thumbnail_label_exhibitionist {
    top: 85px;
    background-color:#6D85B5;
}

.list .thumbnail_label_recorded{
  background-color:#4f4f4f;
}
.list .thumbnail_label_offline{
  background-color:#4f4f4f;
}
.list .thumbnail_label_plug {
  background-color:#900;
}
.list .thumbnail_label_c {
  background-color:#0C6A93;
}
.list .thumbnail_label_c_hd {
  background-color:#2472b4;
}
.list .thumbnail_label_c_hd_plus {
  background-color:#2472b4;
}
.list .thumbnail_label_c_promoted {
  background-color: #0471A1;
}
.list .thumbnail_label_c_private_show {
  background-color:#C00;
}
.list .thumbnail_label_c_gaming {
  background-color:#2472b4;
}
.list .thumbnail_label_c_new {
  background-color: #71b404;
}
* html .list{
  padding-bottom:7px;
}
*+html .list{
  padding-bottom:7px;
  margin:0;
}
.list li{
  width:180px;
  background:#f0f1f1;
  float:left;
  position:relative;
  margin:0 7px 7px 0;
  border:1px solid #acacac;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  max-height: 222px;
  overflow: hidden;
}
.list .corners{
  position:absolute;
  top:-1px;
  left:-1px;
  width:182px;
  height:149px;
  overflow:hidden;
  text-indent:-9999px;
  background:url(../../images/bg-corners.gif?cf88aefe794a) no-repeat;
}
.list img{display:block;}
.list .details{
  padding:4px 7px 0;
    text-align: left;
}
.list .title{
  width:100%;
  overflow:hidden;
  border-bottom:1px solid #acacac;
}
.list .title a{
  float:left;
  color:#0a5a83;
  font:1.166em/1.142em 'UbuntuMedium', Arial, Helvetica, sans-serif;
  width: 125px;
  overflow: hidden;
}
.list .title .age{
  float:left;
  color:#575757;
  padding:2px 6px 0 0;
  font:1em/1.333em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}

.list .title .age_gender_container {
  float: right;
}

.list .title .genderf,
.list .title .genderm,
.list .title .genderc,
.list .title .genders,
.list .title .genderx {
  width: 14px;
  height: 14px;
  display: inline-block;
  float: left;
}
.list .title .genderf::before,
.list .title .genderm::before,
.list .title .genderc::before,
.list .title .genders::before,
.list .title .genderx::before {
  content: "\00a0";
}

.list .title .genderf{background:url(../../images/ico-female.svg?818c9c4c368f) no-repeat 100% 0; background-size: contain;}
.list .title .genderm{background:url(../../images/ico-male.svg?251793534c73) no-repeat 100% 0; background-size: contain;}
.list .title .genderc{background:url(../../images/ico-couple.svg?b74df354b80e) no-repeat 100% 0; background-size: contain;}
.list .title .genders{background:url(../../images/ico-trans.svg?4984008acb01) no-repeat 100% 0; background-size: contain;}
.list .title .genderx{background:url(../../images/ico-blank.png?c807e40114dc) no-repeat 100% 0; background-size: contain;}
.likes, .subject {
  list-style:none;
  margin:0;
  padding:0;
  font-size:11px;
  line-height:16px;
  width: 168px;
  height: 32px;
  overflow:hidden;
  color:#000;
}
.subject.one_line {
  height: 16px;
}
.likes li, .subject li {
  width:auto;
  background:none;
  border:0;
  margin:0 !important;
  padding:0 2px;
}
.likes li a, .subject li a {
  /*color:#000;*/
}
.sub-info{
  list-style:none;
  margin:0;
  padding:0 0 4px;
  font-size:.8333em;
  color:#5a5a5a;
  overflow:hidden;
  height:1%;
}
.sub-info li{
  width:auto;
  background:none;
  border:0;
  padding:0 0 0 18px;
  margin:0 !important;
  position:relative;
  float:none;
  height:1%;
  text-align: left;
}
.sub-info li.location{
  background:url(../../images/ico-01.png?5dccbc881a52) no-repeat 0 50%;
  width: 145px;
  height: 15px;
  overflow: hidden;
}
.sub-info li.cams{
  background:url(../../images/ico-cams.png?829027f88094) no-repeat 0 50%;
  width: 145px;
  height: 15px;
  overflow: hidden;
}
.sub-info li.cams_opaque{
  opacity: 0;
}
.paging{
  list-style:none;
  margin:0;
  padding:8px 0 10px;
  overflow:hidden;
  height:22px;
  text-align:center;
}
.paging li{
  display:inline-block;
  margin:0 1px;
}
.paging li a{
  float:left;
  padding-left: 6px;
  padding-right: 6px;
  color:#dc5500;
  text-align:center;
  font:1.166em/1.577em 'UbuntuMedium', Arial, Helvetica, sans-serif;
  border:1px solid #cecece;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  background:#ededed;
}

* html .paging li {
  display:inline;
  margin:0 3px;
}
*+html .paging li {
  display:inline;
  margin:0 3px;
}
.paging li a:hover,
.paging li.active a{
  color:#6d6d6d;
  border:1px solid #fff;
  text-decoration:none;
  background:none;
  font-family:'UbuntuRegular', Arial, Helvetica, sans-serif;
}
.paging li.active a{
  cursor: default;
}
.paging li a.prev,
.paging li a.prev:hover{
  text-indent:-9999px;
  border:1px solid #f1d2bf;
  background:#fceadb url(../../images/arrow-left.gif?ce3332e1d85f) no-repeat 50% 50%;
  width: 11px;
}
.paging li a.next,
.paging li a.next:hover{
  text-indent:-9999px;
  border:1px solid #f1d2bf;
  background:#fceadb url(../../images/arrow-right.gif?70f424c35037) no-repeat 50% 50%;
  width: 11px;
}

.darkmode li a.prev, li a.prev:hover {
  background: #2a2c2e url(../../images/arrow-left_dm.svg?b9699c1795b0) no-repeat 50% 50%;
}

.darkmode li a.next {
  background: #2a2c2e url(../../images/arrow-right_dm.svg?2ab10858e309) no-repeat 50% 50%;
}

.banner{
  margin:0 auto;
  text-align: center;
}
.banner img{
  display:block;
  margin-right: auto;
  margin-left: auto;
}
.block{
  background:#e0e0e0;
  border:1px solid #acacac;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  padding:4px;
  overflow:hidden;
}
.block .section{
  overflow:hidden;
  margin:0 0 5px;
  height:514px;
}
#room_password{
  background-color:transparent;
  border:none;
}
.video-box{
  background:#fff;
  width:498px;
  float:left;
  border:1px solid #acacac;
  border-radius:4px 4px 0 0;
  -webkit-border-radius:4px 4px 0 0;
  -moz-border-radius:4px 4px 0 0;
  position:relative;
}
.video-box-embed{
  width: 100%;
  height: 100%;
}
.video-box .video{
  width:500px;
  height:407px;
  margin:0 -1px;
}
.video-box .title{
  overflow:hidden;
  height:17px;
  padding:6px 6px 9px 9px;
}
.video-box img{display:block;}
.video-box .title a{
  color:#0c6a93;
  font:.833em/1.6em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.block-section{
  width:100%;
  float:left;
}
.video-box h2{
  margin:0;
  font:1.166em/1.142em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.chat-box{
  border:1px solid #acacac;
  border-radius:4px 4px 0 0;
  -webkit-border-radius:4px 4px 0 0;
  -moz-border-radius:4px 4px 0 0;
  background:#fff;
}
.chat-holder{margin:0 0 0 508px;position:relative;}
.buttons{
  font:.916em/19px  'UbuntuMedium', Arial, Helvetica, sans-serif;
  list-style:none;
  margin:0 0 10px;
  padding:3px 0 0 3px;
  overflow:hidden;
  background:#7f7f7f;
}
.buttons li{
  float:left;
  margin:0 2px 0 0;
}
.buttons a{
  float:left;
  color:#4c4c4c;
  padding:0 8px;
  margin:0;
  position:relative;
  background:#c9c9c9;
  border-radius:4px 4px 0 0;
  -webkit-border-radius:4px 4px 0 0;
  -moz-border-radius:4px 4px 0 0;
}
.buttons a:hover,
.buttons .active a{
  text-decoration:none;
  background:#fff;
  color:#dc5500;
}
.buttons .active a{
  cursor: default;
}
.buttons img{
  display:block;
  margin:2px 0 1px;
}
.users-list {display: none;}
.users-list,
.settings-list,
.chat-list{
  height:432px;
  overflow:auto;
  background:#fff;
  padding:0 11px 0 11px;
  color:#494949;
  margin:0 0 7px;
  /* 1em/1.166em */
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}
.chat-list .text {
  margin:0 0 5px;
  line-height: 120%;
}
.chat-list .cam_badge {
  display: none;
  float: left;
  margin-right: 2px;
}
.chat-list span.roommessagelabel {
  color:#DC5500;
  font-weight:bold;
}
.chat-list span.pmalert {
  color:#900;
  font-weight:bold;
}
.chat-list span.messagelabel {
  margin:0 4px 0 0;
  float:left;
  text-decoration: none;
  color:#666666;
  font-weight: bold;
}
.chat-list span.fanclubmessagelabel {
    color:#090;
}
.chat-list span.tippedrecentlymessagelabel {
    color:#009;
}
.chat-list span.tippedalotrecentlymessagelabel {
    color: #be6aff;
}
.chat-list span.tippedtonsrecentlymessagelabel {
    color: #804baa;
}
.chat-list span.hastokensmessagelabel{
  color:#69A;
}
.chat-list span.hostmessagelabel {
  color:#DC5500;
}
.chat-list span.moderatormessagelabel {
  color:#DC0000;
}
.chat-list span.messagelabel:hover {
  text-decoration: underline;
}
.chat-list span.othermessagelabel {
  text-decoration: none;
  font-weight: bold;
}
.chat-list span.othermessagelabel:hover {
  text-decoration: underline;
}
.chat-list span.warningmessage {
  color:#FF0000;
}
.chat-list .text p {
  margin: 0;
}
.chat-list .text {
  overflow-y: hidden;
}
.chat-list .text p a.thumbnail img, .chat-list .text a.thumbnail img {
  border: 2px solid;
}
.chat-list span.privatealert {
  color: #222;
  font-weight: bold;
  background-color: #ff8b45;
  padding: 2px 4px;
}
.chat-list span.tipalert {
  color: #003;
  font-weight: bold;
  background-color: #ff3;
}
.chat-list span.purchasealert {
    color: #003;
    font-weight: bold;
    background-color: #33ff33;
}
.chat-list span.privatealert a {
    color: #FFF;
    text-decoration: underline;
}
.color-o{color:#DC5500;}
.color-m{color:#DC0000;}
.color-f{color:#090;}
.color-tr{color:#009;}
.color-g{color:#494949;}
.color-t{color:#69A;}
.color-p{color:#be6aff;}
.color-l{color:#804baa;}
.color-w{color:#ffffff;}
.color-bg-o{background-color:#DC5500;}
.color-bg-m{background-color:#DC0000;}
.color-bg-f{background-color:#090;}
.color-bg-tr{background-color:#009;}
.color-bg-g{background-color:#494949;}
.color-bg-t{background-color:#69A;}
.color-bg-p{background-color:#be6aff;}
.color-bg-l{background-color:#804baa;}
.mention-user{font-weight: bold;}
.mention-user-active{padding:0px 2px;}

.chat-form {margin:0 5px 3px;white-space:nowrap !important;}
.chat-form .row{
  overflow:hidden;
  height:1%;
  padding:2px 0px 2px 0px;
  border:1px solid #b1b1b1;
  border-radius:4px;
  white-space:nowrap;
  -webkit-border-radius:4px 4px 0 0;
  -moz-border-radius:4px;
  padding-left: 5px;
}
.chat-form .text{
  float:right;
  padding:3px 0;
  margin-left: 6px;
  background:url(../../images/none.gif?b1442e85b03b) no-repeat;
  width:100%;
  border:0;
  line-height: 12px;
  height: 12px;
  outline: 0 none;
}
.chat-form .submit{
  float:right;
  padding:0;
  margin:0 0 0 5px;
  border:0;
  width:39px;
  height:21px;
  background:url(../../images/btn-send.gif?da1a3895f87d) no-repeat;
  cursor:pointer;
}
.chat-form .smile{
  text-indent:-9999px;
  overflow:hidden;
  float:right;
  width:15px;
  height:15px;
  margin:3px 5px 0 0;
  background:url(../../images/ico-smile.png?8bca548eda3f) no-repeat;
}
.chat-form .tip {
  text-indent:-9999px;
  overflow:hidden;
  float:right;
  width:15px;
  height:15px;
  margin:3px 0 0;
  background:url(../../images/ico-tip3.gif?f0e3c392165a) no-repeat;
}
.conteststats {
  margin: 15px 15px 15px 15px;
}
.conteststats dl {
  font-size: 1.166em;
  line-height: 20px;
  margin: 5px 0px 20px 15px;
}
.conteststats dl {
  color:#000;
}
.conteststats dl dt {
  float: left;
  color: #0C6A93;
  width: 200px;
  font-family: 'UbuntuMedium', Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
}
.conteststats h2 {
  color: #0C6A93;
  font-size: 1.266em;
  font-family: 'UbuntuMedium', Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 2px;
  border-bottom: 1px solid #4c4c4c;
  width: 640px;
}
.conteststats h2 span {
  color: #000;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
}
#leaderboard .number {
  width: 25px;
}
#leaderboard .image {
  width: 52px;
}
#leaderboard {
  color: #0C6A93;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
#leaderboard .points {
  color: #000;
  font-weight: normal;
  font-size: 12px;
}
#leaderboard .position_1, #leaderboard .position_1 a {
  color: #DC5500;
  font-weight: bold;
  font-size: 20px;
}
#leaderboard p {
  margin: 5px;
}
#leaderboard {
  border-collapse:collapse;
  width: 640px;
}
#leaderboard .unclaimed {
  color: #930a11;
  font-size: 15px;
  line-height: 44px;
}
#leaderboard td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
#leaderboard .time {
  width: 50px;
  text-align: center;
  font-size: 13px;
}
.socials{
  list-style:none;
  margin:0;
  padding:4px 0 0;
  overflow:hidden;
  float:right;
}
.socials li{
  float:right;
  margin:0 0 0 0px;
}
.socials li a{
  float:left;
  overflow:hidden;
  height:21px;
}
.socials .button_follow, .button_unfollow, .button_tip, .button_share, .button_follow_dim, .button_unfollow_dim {
  display: inline-block;
  overflow: hidden;
  height: 21px;
  width: auto;
  padding-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  font-family:'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.socials .button_follow a, .button_unfollow a, .button_tip a, .button_share a {
  display: block;
  padding: 3px 10px 0px 0px;
  height: 18px;
  color: #fff;
  text-decoration: none;
}
.button_rate, .button_rate_dim {
  display: inline-block;
  overflow: hidden;
  height: 21px;
  width: auto;
  padding-left: 0px;
  margin-right: 10px;
  font-size: 12px;
  font-family:'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.button_rate_lctnr {
  display: inline-block;
  padding: 0px 0px 0px 10px;
}
.button_rate_rctnr {
  display: inline-block;
  overflow: hidden;
  height: 21px;
  width: 5px;
}
.button_rate {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat right -126px;
  color: #0a5a83;
  text-shadow:1px 1px 0 #94D2E6;
}
.button_rate_dim {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat right -21px;
  color: #6f6f6f;
  text-shadow:1px 1px 0 #4f4f4f;
}
.button_rate .button_rate_lctnr {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat 0px -126px;
}
.button_rate_dim .button_rate_lctnr {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat 0px -21px;
}
#thumb_up_off, #thumb_up_off_dim {
  background: url(../../images/thumb_sprites.png?316a4816a918) no-repeat 0px 0px;
}
#thumb_down_off, #thumb_down_off_dim {
  background: url(../../images/thumb_sprites.png?316a4816a918) no-repeat -16px 0px;
}
#thumb_up_on {
  background: url(../../images/thumb_sprites.png?316a4816a918) no-repeat 0px -16px;
}
#thumb_down_on {
  background: url(../../images/thumb_sprites.png?316a4816a918) no-repeat -16px -16px;
}
.button_rate .thumb_img, .button_rate_dim .thumb_img {
  margin-top: 3px;
  float: right;
  height: 16px;
  width: 16px;
}
.button_rate_text {
  display: inline-block;
  padding-top: 3px;
  padding-right: 2px;
  float: left;
  cursor: default;
}
.button_rate_dim .thumb_img, .button_rate_dim .button_rate_text, .button_follow_dim span, .button_unfollow_dim span {
  opacity: 0.67;
}
.button_rate_dim .thumb_img, .button_rate .thumb_img {
  margin-left: 6px;
}
#broadcaster_rating {
  display: inline-block;
  cursor: default;
}
#broadcaster_rating > span {
  color: #7F7F7F;
  display: inline-block;
  height: 21px;
  min-width: 8px;
  font-family:'UbuntuMedium', Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-top: 2px;
  text-shadow: 1px 1px 0 #fff;
}
#broadcaster_rating > .btn_left {
  position: relative;
  left: 3px;
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat left -126px;
}
#broadcaster_rating > .btn_right {
  position: relative;
  left: -3px;
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat right -126px;
}
#broadcaster_rating > .btn_middle {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat center -126px;
}
#broadcaster_rating .thumbs_up_text {
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.button_rate_text.thumbs_up_text {
  margin-left: 10px;
  margin-right: 4px;
}
.button_rate_text.thumbs_down_text {
  margin-left: 4px;
}
#broadcaster_rating .thumbs_down_text {
  position: relative;
  top: -2px;
  margin-left: 8px;
}
#broadcaster_rating .rating_percent {
  position: relative;
  top: -2px;
  left: -8px;
}
.rating_percent.green {
  color: #298A08;
}
.rating_percent.orange {
  color: #DF7401;
}
.rating_percent.red {
  color: #DF0101;
}
.thumbs_up_image {
  position: relative;
  top: 1px;
  background: url(../../images/thumb_sprites.png?316a4816a918) no-repeat 0px 0px;
  display: inline-block;
  height: 16px;
  margin-right: 16px;
  width: 16px;
}
#thumb_up_off_dim.thumbs_up_image, #thumb_up_off.thumbs_up_image,
#thumb_up_on_dim.thumbs_up_image, #thumb_up_on.thumbs_up_image {
  margin-right: 4px;
  top: 3px;
}
.thumbs_down_image {
  position: relative;
  top: 1px;
  background: url(../../images/thumb_sprites.png?316a4816a918) no-repeat -16px 0px;
  display: inline-block;
  height: 16px;
  width: 16px;
}
#thumb_down_off_dim.thumbs_down_image, #thumb_down_off.thumbs_down_image,
#thumb_down_on_dim.thumbs_down_image, #thumb_down_on.thumbs_down_image {
  margin-left: 4px;
  top: 3px;
}
.thumb_placeholder {
  position: relative;
  top: 1px;
  display: inline-block;
  height: 16px;
  width: 1px;
}
.low_score_warning {
  color: #DF0101;
  float: right;
}
.socials .button_follow, .button_tip, .button_share {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat 0px 0px;
  text-shadow:1px 1px 0 #f18112;
}
.socials .button_follow a, .button_tip a, .button_share a {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat right 0px;
}
.socials .button_unfollow {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat 0px -21px;
  text-shadow:1px 1px 0 #383838;
}
.socials .button_unfollow a {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat right -21px;
}
.socials .button_follow_dim, .button_unfollow_dim {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat 0px -21px;
  color: #6f6f6f;
  text-shadow:1px 1px 0 #4f4f4f;
}
.button_follow_dim span, .button_unfollow_dim span {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat right -21px;
  color: #6f6f6f;
  text-shadow:1px 1px 0 #4f4f4f;
  display: block;
  padding: 3px 10px 0px 0px;
  height: 18px;
  text-decoration: none;
}
.socials li .google_plus_one{
  width: 63px;
  margin-top: 3px;
}
.socials li .addthis{
  width: 175px;
  margin-top: 2px;
}
.socials li #dynamicIcons{
  width:82px;
  display: inline;
  margin-right: 6px;
}
.bottompanel,
.bio{
  background:#fff;
  min-height:288px;
  overflow:auto;
}
.fixedheightbottompanel {
  height:288px;
}
.bio dl{
  overflow:hidden;
  padding:7px 15px 0;
  font-size:1.166em;
  line-height:16px;
  margin:0;
}
.bio dl dt{
  position: absolute;
  color:#0c6a93;
  width:150px;
  font-family:'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.bio dl dd{
  padding-left: 150px;
  color:#000;
  margin:0 0 9px;
  min-height: 16px;
}
.bio dl dd p{
  margin: 0px;
}
.editabletext {
  cursor:pointer;
}
.content_body{
  padding:0 19px 0 32px;
  font:1em/1.3em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.content .legal_text {
  font:1.1em/1.3em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.legal_text {
  font:1.1em/1.3em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.content_body h1{
  margin:0 0 14px;
  font:1.733em/1.0769em 'UbuntuMedium', Arial, Helvetica, sans-serif;
  color:#f47321;
}
.content_body h2{
  margin:20px 0 14px;
  font:1.166em/1.142em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.content_body h3{
  margin:20px 0 14px;
  font:1.166em/1.142em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.content_body li{
  margin: 8px 0px 8px 0px;
}
.content_header{
  font:1.166em/1.142em 'UbuntuRegular', Arial, Helvetica, sans-serif;
  line-height:1.5em;
}
.content_header .standout {
  color:#DC5500;
  font-family:'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.content_header h1{
  margin:0px;
  font:1.733em/1.0769em 'UbuntuMedium', Arial, Helvetica, sans-serif;
  color: #090;
}
.photopages, #tabs_content_container, .claim_winnings, .contest_rules,
.leaderboard, .previous_winners {
  margin: 15px;
}
.photopages .photos_links,
#tabs_content_container .sub_navigation {
  display: block;
  margin-bottom: 15px;
}
#tabs_content_container .sub_navigation span {
  color:#888;
}
#tabs_content_container .ubunturegular {
  font: 1.2em/1.4em 'UbuntuRegular', Arial, Helvetica, sans-serif;
}
#tabs_content_container .share_input {
  width: 375px;
}
#tabs_content_container  h1 {
    font: 1.2em/1.4em 'UbuntuMedium', Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}
.photopages .image_container {
  float: left;
  margin-right: 5px;
  text-align: center;
}
.photopages .image_container img {
  border: 1px solid #8bb3da;
  margin: 0px;
  padding: 0px;
}
.photopages .image_container img:hover {
  border: 1px solid #f47321;
}
.photopages .image_container .image_info {
  padding-bottom: 10px;
  font-size: 10px;
}
.endless_container {
  clear:both;
  display: block;
  margin-bottom: 15px;
}
.margintop_100px {
  margin-top: 100px;
}
.tip_popup {
  position:absolute;
  z-index: 1000;
  width:396px;
  top:-206px;
  left:352px;
}
.emote_popup {
  z-index: 1000;
  width:396px;
  position:absolute;
  bottom:28px;
  right:34px;
}
.previous_winners h2 {
  color: #626262;
  font: 1.45em 'UbuntuBold', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.previous_winners .form strong {
  color:#000;
  font: 1.0em 'UbuntuBold', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/*  report popup within .video-box */
#report_popup {
  position:absolute;
  top:22px;
  right:3px;
  z-index: 999;
  margin:0px;
  padding:0px;
  width:354px;
  font-size:11px;
  font-family:'UbuntuBold', Arial, Helvetica, sans-serif;
  color:#454545;
}
#report_popup .carrot {margin: 0px;padding: 0px;}
#report_popup .report_formborder{
  border-bottom:2px solid #0b5d81;
  border-right:2px solid #0b5d81;
  border-left:2px solid #0b5d81;
  background-color: #fff;
  margin: 0px;
  border-radius:0 0 4px 4px;
  -webkit-border-radius:0 0 4px 4px;
  -moz-border-radius:0 0 4px 4px;
  height:205px;
}
#report_popup .report_title {
  margin:0px;
  padding:6px 0px 0px 6px;
  background-color:#e0e0e0;
  height:23px;
  color:#0b5d81;
  font-size:15px;
}
#report_popup .report_select {margin:5px 0px 10px 10px;}
#report_popup select {margin-left:5px;width:168px;}
#report_popup .report_comments {margin:0px 0px 0px 10px;}
#report_popup textarea {
  margin:0;
  border:1px solid #a4a4a4;
  width:323px;
  height:80px;
  resize:none;
}
#report_popup .report_buttons {
  float:right;
  margin:10px 8px 0px 0px;
}
/* submenu popups */
#jscontext .jscontextContainer {
  margin: 0px;
  padding: 0px;
  height: auto;
  width:196px;
  min-width:196px;
  font-size:11px;
  font-family:Arial, Helvetica, sans-serif;
  color:#454545;
}
.jscontextContainer .jscontextMenu{
  border:1px solid #a4a4a4;
  background-color: #e7e7e7;
  margin:0px;
  padding-bottom:8px;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  min-height:106px;
  width:250px;
  min-width:250px;
  max-width:250px;
}
.jscontextContainer .jscontextLabel {
  margin:6px 4px;
  color:#383838;
  font-weight:bold;
}
.jscontextContainer .jscontextLabel img {
  padding:3px 5px 0px 0px;
  vertical-align:top;
}
.jscontextContainer p.jscontextBtn {
  position:relative;
  height:16px;
  padding:3px 10px 0px 19px;
  color:#004563;
  margin:0px;
}
.jscontextContainer p.jscontextBtn:hover {
  color:#fff;
  background-color:#7f7f7f;
  cursor:pointer;
}
.jscontextContainer div.pmline {
  width:194px;
  height:16px;
  max-height:16px;
  margin:0px auto;
  color:#004563;
  overflow:hidden;
}
.jscontextContainer div.pmline:hover {
  background-color:#7f7f7f;
  cursor:pointer;
  color:#fff;
}
.jscontextContainer div.pmline:after {
  content: "";
  clear:both;
}
.jscontextContainer div.user {
  width:152px;
  float:left;
  margin-left:10px;
}
.jscontextContainer div.close {
  background:url('../../images/icon-close-off.gif?07cc62be6300') no-repeat top right;
  float:right;
  width:14px;
  height:16px;
  margin-right:10px;
}
.jscontextContainer div.pmline:hover div.close {
  background:#7f7f7f url('../../images/icon-close-on.gif?b1f91053b079') no-repeat top right;
  cursor:pointer;
}
/*.jscontextContainer div.pmline:hover div.user:after {
  content: "Close";
  padding-left: 87px;
  color:#e7e7e7;
  font-size:10px;
}*/
.jscontextContainer div.submenu_profile {
  position:relative;
  padding:3px 0px 3px 3px;
  margin:0px;
  color:#575757;
  font-weight:bold;
}
.jscontextContainer div.submenu_profile img {
  border:1px solid #f47321;
  vertical-align:top;
  margin-right:5px;
}
.jscontextContainer div.submenu_profile_info {
  display: inline-table;
  margin-top:5px;
}
.jscontextContainer div.submenu_profile_info img.icon {
  border:none;
  vertical-align:baseline;
  padding-left:3px;
}
.jscontextContainer div.submenu_profile_info a {
  color:#004563;
  font-weight:normal;
  text-decoration:none;
  display: table-row;
}
.jscontextContainer div.submenu_profile_info a:hover {
  text-decoration:underline;
}
.jscontextContainer p.pm {
  background:url('../../images/icon-email.gif?a7eac4bc7204') no-repeat 5px 6px;
}
.jscontextContainer p.ignore {
  background:url('../../images/icon-ignore.gif?fedfb72a3203') no-repeat 5px 6px;
}
.jscontextContainer hr {
  border:none; /* reset borders */
  border-bottom:1px solid #8b8b8b;
  margin:3px 4px;
  padding:0px;
}
/* new prejoin with comparison table */
.register {
  margin-bottom: 30px;
  clear: both;
  width: 1000px;
  background-color: #FFF;
  margin-left: auto;
  margin-right: auto;
}
.register h1{
  margin:0;
  padding:5px 0 0;
  font:1.733em/1.0769em 'UbuntuMedium', Arial, Helvetica, sans-serif;
  color:#f47321;
}
.register p {
  margin:4px 0 14px;
}
.register p .red {
  color: #900;
  font: 1em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.register p .graybold {
  font: 1em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.form_frame {
  width:925px;
  height:auto;
  margin-top: 15px;
  display: inline-block;
  border: 1px solid #CECECE;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.compare_body {
  width:360px;
  height: auto;
  padding:34px;
  /* background:url('../../images/register_03.gif?b4c696ec6fa5');  */
  float: left;
  margin: 0;
  border:none;
}
.compare_body .headertextarea {
  background-color: #E0E0E0;
  width: 502px;
  height: 90px;
}
.compare_body .headertextarea  h2 {
  font: 11px 'UbuntuMedium', Arial, Helvetica, sans-serif;
  text-align: center;
  margin-left: 8px;
}
.compare_body .headertextarea h2 .black {
  color: #000;
  font-size: 20px;
  line-height: 25px;
}
.compare_body .headertextarea .blue {
  color: #0c6a93;
  font-size: 20px;
  line-height: 25px;
}
.compare_table {
  margin: 0 0 0 7px;
  width: 488px;
}
.compare_table .regular_row {
  font: 11px 'UbuntuMedium', Arial, Helvetica, sans-serif;
  height: 26px;
}
.compare_table .lightblue_row {
  background-color: #d7e9f1;
  height: 26px;
  font: 11px 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.compare_table .title td {
  text-align: center;
  padding-top: 6px;
}
.compare_table .ourtitle {
  font: 16px 'UbuntuMedium', Arial, Helvetica, sans-serif;
  color: #0c6a93;
  width: 165px;
}
.compare_table .theirtitle {
  font: 14px 'UbuntuMedium', Arial, Helvetica, sans-serif;
  width: 165px;
}
.compare_table .featuretext{
  text-indent: 4px;
  font-size: 13px;
}
.compare_table .redno{
  color:#900;
  text-align: center;
}
.compare_table .greenyes {
  color:#060;
  text-align: center;
}
.compare_table .grayavg {
  text-align: center;
}
.compare_table .closingtext {
  text-align: center;
  height: 100px;
}
.compare_table .closingtext .choiceclear {
  color: #0C6A93;
  font: 26px 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.compare_table .closingtext .choiceclear2 {
  color: #313131;
  font: 16px 'UbuntuRegular', Arial, Helvetica, sans-serif;
}
.register_body {
  margin:0;
  width:480px;
  height: auto;
  /*	background:url(../../images/register_04.gif?2ec66ed0dcee) no-repeat; */
  float: left;
  padding:0;
  padding-top:27px;
  margin-left:0px;
}
.register_body h1 {
  margin:0 0 14px;
  font:1.733em/1.0769em 'UbuntuMedium', Arial, Helvetica, sans-serif;
  color:#f47321;
}
.register_body p {
  margin:-11px 0 14px;
}
.register_body .form_body {
  margin-left: -45px;
}

.studio-found-msg,
.studio-found-err-msg {
  margin-top: 15px;
}

.studio-invalid-msg span {
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  color: #d50000;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  width: auto;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.studio-found-msg span {
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  max-width: 300px;
  width: auto;
  text-overflow: ellipsis;
  overflow: hidden;
}

.register_body form .button{
  width:337px;
  height:37px;
  background: rgb(246,115,0);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2NzMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNDYzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(246,115,0,1) 0%, rgba(212,99,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,115,0,1)), color-stop(100%,rgba(212,99,0,1)));
  background: -webkit-linear-gradient(top,  rgba(246,115,0,1) 0%,rgba(212,99,0,1) 100%);
  background: -o-linear-gradient(top,  rgba(246,115,0,1) 0%,rgba(212,99,0,1) 100%);
  background: -ms-linear-gradient(top,  rgba(246,115,0,1) 0%,rgba(212,99,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(246,115,0,1) 0%,rgba(212,99,0,1) 100%);
  background-color: #f47321;
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f67300', endColorstr='#d46300',GradientType=0 )";
  text-transform:uppercase;
  font: 18px 'UbuntuMedium', Arial, Helvetica, sans-serif;
  text-align:center;
  padding:0;
  text-decoration:none !important;
  margin: 15px auto;
}

.register_body form .button:disabled{
  opacity:0.4;
  cursor:default;
}

.register_body form .button:hover:disabled{
  opacity:0.4;
  cursor:default;
}

.register_body form .button:hover{
  opacity:0.9;
}

.badge_verify_age h2 {
  color: #DC5500;
  margin: 5px 0px 5px 15px;
}

#email_disclosure{
  margin-top: -20px;
}

.compare_box{
  height:390px;
  background-color:#F0F6FA;
  border: 1px solid #D0D0D0;
}

.compare_box_hl{
  text-align:center;
  height:45px;
  font: 21px 'UbuntuMedium', Arial, Helvetica, sans-serif;
  line-height:25px;
  color:#006995;
  margin-top:20px;
}

.compare_box_row{
  height:100px;
  border-bottom: 1px solid #D0D0D0;
  margin-left:35px;
  margin-right:35px;
}

.compare_box_img{
  float:left;
  width:50px;
  margin-top:22px;
}

.compare_box_txt{
  float:left;
  width:auto;
  font: 16px 'UbuntuRegular', Arial, Helvetica, sans-serif;
  line-height:22px;
  color:#494949;
  margin-top:25px;
  margin-left:15px;
}


/* fonts */
@font-face {
  font-family: 'UbuntuRegular';
  src: url('../../fonts/ubuntur-webfont.eot?1188017abdc0');
  src: url('../../fonts/ubuntur-webfont.eot?&1188017abdc0#iefix') format('eot'),
  url('../../fonts/ubuntur-webfont.woff?896a82003cd1') format('woff'),
  url('../../fonts/ubuntur-webfont.ttf?37cf452b3f58') format('truetype'),
  url('../../fonts/ubuntur-webfont.svg?396700312810#webfontH0ji1hXa') format('svg');
  font-weight: normal;
  font-style: normal;
  }
@font-face {
  font-family: 'UbuntuBold';
  src: url('../../fonts/ubuntub-webfont.eot?a870ebadce32');
  src: url('../../fonts/ubuntub-webfont.eot?&a870ebadce32#iefix') format('eot'),
  url('../../fonts/ubuntub-webfont.woff?6455d1004bc5') format('woff'),
  url('../../fonts/ubuntub-webfont.ttf?abee57aeee27') format('truetype'),
  url('../../fonts/ubuntub-webfont.svg?693d742037eb#webfontOIyUgfKw') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UbuntuMedium';
  src: url('../../fonts/ubuntum-webfont.eot?d8f8ba0da549');
  src: url('../../fonts/ubuntum-webfont.eot?&d8f8ba0da549#iefix') format('eot'),
  url('../../fonts/ubuntum-webfont.woff?a7fc63c36394') format('woff'),
  url('../../fonts/ubuntum-webfont.ttf?b720a4d699c2') format('truetype'),
  url('../../fonts/ubuntum-webfont.svg?c08a26c0b9c4#webfontl8qOUOft') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UbuntuLight';
  src: url('../../fonts/ubuntul-webfont.eot?&e88fce520190#iefix') format('eot'),
  url('../../fonts/ubuntul-webfont.woff?ab8a55e7d148') format('woff'),
  url('../../fonts/ubuntul-webfont.ttf?107b250100bf') format('truetype'),
  url('../../fonts/ubuntul-webfont.svg?273b9d2d1b08') format('svg');
  font-weight: normal;
  font-style: normal;
}
.button_abuse_report, .button_abuse_cancel {
  display: inline-block;
  height: 21px;
  width: auto;
  padding-left: 5px;
  margin: 5px 8px 5px 0px;
  font-size: 13px;
  font-family:'UbuntuBold', Arial, Helvetica, sans-serif;
  float: right;
}
.button_abuse_report a, .button_abuse_cancel a {
  display: block;
  padding: 3px 5px 0px 0px;
  height: 18px;
  color: #fff;
  text-decoration: none;
}
.button_abuse_report {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat 0px -42px;
  text-shadow:1px 1px 0 #bc2b1d;
}
.button_abuse_report a {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat right -42px;
}
.button_abuse_cancel {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat 0px -63px;
  text-shadow:1px 1px 0 #383838;
  margin-right: 5px;
}
.button_abuse_cancel a {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat right -63px;
}

#af_content {
  width: 960px;
  margin: 0px auto;
}
#af_content p {
  font: 14px 'UbuntuRegular', Arial, Helvetica, sans-serif;
  line-height: 22px;
  color: #454545;
  font-weight: normal;
}
#af_content p span {
  font: 18px 'UbuntuBold', Arial, Helvetica, sans-serif;
  color: #303030;
}
#af_content h2 {
  font-weight: normal;
  font: 20px 'UbuntuBold', Arial, Helvetica, sans-serif;
  color: #f47321;
}
#af_content h3 {
  font-weight: normal;
  font: 18px 'UbuntuBold', Arial, Helvetica, sans-serif;
  color: #303030;
  margin: 0 0 10px 0;
}
#af_content .signup_button {
  float: right;
}
#af_content .signup_button:after {
  clear:both;
  display: block;
}
#af_content .tier {
  background-color: #efefef;
  border: 1px solid #acacac;
  padding: 10px;
  width: 278px;
  margin-right: 30px;
  float: left;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
}
#af_content .last {
  margin-right: 0px;
}
#af_content .tier .title {
  border-bottom: 1px solid #777;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font: 18px 'UbuntuMedium', Arial, Helvetica, sans-serif;
  color: #484848;
}
#af_content .tier p {
  font: 12px 'UbuntuRegular', Arial, Helvetica, sans-serif;
  color: #363636;
  margin: 0px;
  padding: 0px;
}
#af_content .tier strong {
  color: #378b0a;
  font: 17px 'UbuntuBold', Arial, Helvetica, sans-serif;
}
#af_content .share {
  background-color: #d4ecf8;
  border: 1px solid #acacac;
  padding: 0 10px;
  width: 938px;
  margin: 10px 0 20px 0;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
}
#af_content .share p {
  margin: 5px 0 5px 5px;
  font: 14px 'UbuntuRegular', Arial, Helvetica, sans-serif;
}
#af_content .share p span {
  font: 14px 'UbuntuBold', Arial, Helvetica, sans-serif;
  color: #378b0a;
}
#af_content .share input {
  border: 1px solid #acacac;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  width: 930px;
  padding: 5px 0px 5px 5px;
  margin-bottom: 10px;
  font: 20px 'UbuntuRegular', Arial, Helvetica, sans-serif;
  color: #5a5a5a;
}
#af_content .button {
  float: right;
  display: block;
  width: 370px;
  font-weight: normal;
  text-transform:uppercase;
  font: 21px 'UbuntuBold', Arial, Helvetica, sans-serif;
  color: #fff;
  background: #F47321 url(../../images/arrow-white-v2.gif?75bde39356c3) no-repeat right 50%;
  padding: 10px 0px 10px 20px;
  border: 1px solid #B1B1B1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#af_content hr {
  clear: both;
  margin: 25px 0 20px 0;
  border: 0;
  color :#989898;
  background-color:#989898;
  height: 1px;
}
.code {
  font-family: monospace;
  font-size: 14px;
  color: #084a67;
}
.data_table {
  border: 1px solid #ccc;
  color:#222;
  border-collapse:collapse;
  margin-bottom: 30px;
}
.data_table th, .data_table td {
  border-right: 1px solid #ccc;
  padding-left: 4px;
  line-height: 20px;
}
.data_table th {
  background-color: #cccccc;
  text-align: left;
  color: #494949;
}
.data_table .altbg {
  background-color: #eeeeee;
}
.data_table .data_message {
  color: #666;
  font-weight: normal;
  word-break: break-all;
}
.table_tokens_earned {
  width: 275px;
}
.table_recent_tips {
  width: 675px;
  padding: 0px;
  margin: 0px;
}
.account_activity {
  width: 700px;
  height: 250px;
  overflow: auto;
}
.dismissible_notice {
  background-color: #ccc;
  padding: 3px;
  margin-bottom: 5px;
}
.set_goal_button, .broadcast_set_goal_button {
  display: inline-block;
  overflow: hidden;
  height: 21px;
  width: auto;
  padding-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  font-family:'UbuntuMedium', Arial, Helvetica, sans-serif;
}

.set_goal_button {
  position: absolute;
  left: 395px;
  top: 484px;
}
.broadcast_set_goal_button {
  position: absolute;
  left: 410px;
  top: 471px;
}

.set_goal_button a, .broadcast_set_goal_button a {
  display: block;
  padding: 3px 10px 0px 0px;
  height: 18px;
  color: #fff;
  text-decoration: none;
}
.set_goal_button, .broadcast_set_goal_button {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat 0px -84px;
  text-shadow:1px 1px 0 #588d3d;
}
.set_goal_button a, .broadcast_set_goal_button a {
  background: url(../../images/btn-sprites2.gif?9c492b22a0f3) no-repeat right -84px;
}
.broadcaster_panel_goal_configuration {
  padding: 5px;
  margin: 0px;
}
.broadcaster_panel_goal_configuration p {
  margin: 0px;
  margin-left: 2px;
  font-weight: normal;
}
.broadcaster_panel_goal_configuration table {
  margin: 0px;
  padding: 0px;
}
.broadcaster_panel_goal_configuration td {
  margin-left: 0px;
  font-weight: normal;
  width: 45px;
}
.broadcaster_panel_goal_configuration label {
  font-family:'UbuntuMedium', Arial, Helvetica, sans-serif;
  color: #0C6A93;
}
.broadcaster_panel_goal_configuration .cancel {
    position: absolute;
    top: 444px;
    left: 430px;
    font-size: 11px;
}
#roomtitle {
  height:19px;
  line-height: 19px;
  font-size: 12px;
  overflow:hidden;
}
.content .ad .remove_ads {
  background-color: #fc760c;
  color:#fff;
  margin-bottom: 10px;
}
.content .ad .remove_ads a {
  color: #FFF;
  font: 14px 'UbuntuBold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 20px;
}
.content .ad .remove_ads img {
  float: left;
  margin: 4px;
}
.ad_table {
  max-width: 930px;
  margin-top:20px
}
.banner .remove_ads {
  background-color: #fc760c;
  color:#fff;
  border: 1px solid #bebebe;
  border-radius:4px 4px 0px 0px;
  -webkit-border-radius:4px 4px 0px 0px;
  -moz-border-radius:4px 4px 0px 0px;
  text-align: left;
}
.banner .remove_ads a {
    color: #FFF;
    font: 14px 'UbuntuBold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 20px;
}
.banner .remove_ads img {
    float: left;
    margin: 4px;
}
table.tabular th{
    font: 1.1em 'UbuntuMedium',Arial,Helvetica,sans-serif;
    border-bottom: 1px solid #CCCCCC;
    padding-right: 5px;
}
table.tabular tr:nth-child(even) {background: #dde9f5}
table.tabular tr:nth-child(odd) {background: #ffffff}
table.tabular tr td{
    padding: 3px;
    font: 1.1em Arial,Helvetica,sans-serif;
}
.content_body ul.followers li{
    margin-left: 10px;
}
.content_body .frame {
    background-color: #FFF;
}
.video-box{
    position: relative;
}
.section #tooltip-subject{
    position: absolute;
    top: 32px;
    left: 0px;
    width: 475px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border: 1px solid #000000;
    padding: 10px;
    height: auto;
    background-color: #ffffff;
    z-index: 999;
}
div.warning-info{
    color: #808080;
}
div.warning{
    padding: 10px;
}
.searching-overlay {
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
  background-color: #f1f2f2;
  opacity: 0.9;
  text-align: center;
  min-height: 30px;
}
.searching-overlay-spinner {
  height: 125px;
  animation-name: spin;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin-top: 200px;
  vertical-align: top;
}
@keyframes spin {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg)
  }
}
.searching-overlay-spinner-medium {
  height: 75px;
  margin-top: 0;
  vertical-align: middle;
}
.searching-overlay-spinner-small {
  height: 50%;
  margin-top: 0;
  vertical-align: middle;
}
.searching-overlay-spinner-very-small {
  height: 100%;
  margin-top: 0;
}
.clearfix{
  content: "";
  clear: both;
  display: table;
}
.notice span {
    font-weight: bold;
    color: #ff0000;
}
.supportlink{
    font-size: 11px;
    text-align: center;
    color: #FFFFFF;
}
.supportlink a {
    font-weight: normal;
    text-align: center;
    color: #ccc;
    text-decoration: underline;
}
.content .featured_blog_posts {
  margin-top: 40px;
  margin-left: 32px;
  margin-bottom: 0;
}
.featured_blog_posts h2 {
    font: 1.5em/1.2em 'UbuntuBold', Arial, Helvetica, sans-serif;
}
.featured_blog_posts .h2link, .featured_blog_posts h2 a {
    font:.8em/.8em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.featured_blog_posts .blog_post {
    width: 250px;
    height: 110px;
    display: block;
    float: left;
    padding: 0 30px 10px 0;
}
.featured_blog_posts .blog_post .title_shell {
    background: url(../../images/grey_background.gif?70ac82db1626) repeat-x 0px 5px;
    margin-bottom: 5px;
}
.featured_blog_posts .blog_post .title {
    display: inline-block;
    font:1.2em/1.4em 'UbuntuBold', Arial, Helvetica, sans-serif;
    background: #FFF;
    padding-right: 8px;
}
.featured_blog_posts .links {
    color: #5A5A5A;
    font:.8333em/.8333em 'UbuntuRegular', Arial, Helvetica, sans-serif;
    margin-top: 8px;
}
.upgrade_footer_text {
    text-align: center;
    font-family:'UbuntuRegular', Arial, Helvetica, sans-serif;
    margin-top: 40px;
}
.follow_tooltip, .share_tooltip, #rate_tooltip, #rated_tooltip, #rate_dim_tooltip, #broadcaster_rating_tooltip,
  #broadcaster_rating_history, .anon_tip_tooltip {
    position: absolute;
    z-index: 1000;
    margin-top: 11px;
    margin-left: -150px;
    width: 225px;
    background: #fdf6a8;
    border: 3px solid #ffa63d;
    padding: 0.5em 0.8em 0.8em 2em;
}
#rating_history_triangle {
  position:absolute;
  z-index: 1000;
  margin-top: 6px;
  margin-left: 65px;
  width: 0;
  height:0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #0b5d81;
}
#broadcaster_rating_history {
  border: 3px solid #0b5d81;
  background: #fff;
  width: 300px;
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 5px;
  padding: 2px;
}
.rating_history_item {
  margin: 2px;
  padding: 5px;
}
#broadcaster_rating_history .thumbs_up_image {
  background: url(../../images/thumb_sprites.png?316a4816a918) no-repeat 0px -16px;
}
#rating_history {
  width: 100%;
}
.rating_history_item {
  display: block;
  border: 2px solid #888;
  border-radius: 5px;
  min-height: 16px;
}
.rating_history_up {
  background-color: #eee;
}
.rating_history_down {
  background-color: #ffe9e5;
}
.rating_history_item .thumbs_down_image, .rating_history_item .thumbs_up_image {
  margin-right: 10px;
  display: inline-block;
}
.rating_text {
  margin-right: 10px;
  display: inline-block;
  word-wrap: break-word;
  max-width: 230px;
}
.rating_age {
  margin-right: 10px;
  float: right;
  color: #aaa;
  display: inline-block;
  white-space: nowrap;
}
.more_text_button {
  color: #0b5d81;
  margin-left: 5px;
  cursor: pointer;
}
#rate_tooltip, #rated_tooltip, #rate_dim_tooltip, #broadcaster_rating_tooltip {
    margin-left: -100px;
}
.follow_tooltip img, #rate_tooltip img, #rated_tooltip img, #rate_dim_tooltip img, .share_tooltip .arrow,
  #broadcaster_rating_tooltip img, #broadcaster_rating_history img, .anon_tip_tooltip img {
	border: 0;
	margin: -23px 0 0 150px;
	position: absolute;
}
#broadcaster_rating_tooltip {
  margin-left: -120px;
}
#broadcaster_rating_history {
  margin-left: -165px;
}
.share_tooltip .button_share_close {
    border: 0;
   	margin: -4px 0 0 220px;
   	position: absolute;
    cursor: pointer;
}
.featured_text h1 {
    font: 1.5em/1.2em 'UbuntuBold', Arial, Helvetica, sans-serif
}
.featured_text{
    padding: 11px 20px 0px 30px;
    font: 1em/1em 'UbuntuRegular', Arial, Helvetica, sans-serif;
}
.featured_text p {
    line-height: 16px;
}
div.chat-list div.separator{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ACACAC;
}
ul.photo-list{
    list-style-type: none;

}
div.photo-item{
    width: 200px;
    display: inline-block;
    float: left;
}
div.photo-item img{
    text-align: center;
    border: 1px solid #bebebe;
    padding: 2px;
}
.photo-item-sortable{
    display: block;
    float: none;
    background-color: #ffffff;
    padding: 5px;
    margin: 4px;
}
div.big-photo h4, div.photo-item h4{
    margin-top: 2px;
    margin-bottom: 2px;
}
div.cambouncer_imgs .image{
    float: left;
    display: inline-block;
    margin: 5px;
}
div.content .offline_tipping{
    position: relative;
}
div.content .offline_tipping .green_button_tip, div.content .offline_tipping .green_button_tip_offline{
    top: 0;
    left: 0;
    position: relative;
    margin-bottom: 5px;
}

div.content .offline_tipping .tip_popup{
    top: -25px;
    left: 75px;
}

.offline_tipping .overlay_popup .formborder {
  border-bottom:2px solid #0b5d81;
  border-left: none;
  margin-left: -2px;
}
div.premium_box > h2{
  margin-left: 15px;
}
div.premium_box p.empty{
  margin-left: 30px;
  padding: 0;
}
.premium-desc {
  margin: 0 0 16px 0;
}
.footercon {
    line-height: 14px;
    width: 100%;
}
@media (max-width: 800px) {
    .footercon {
      text-align: left;
    }
}
.footercon dd {
    -webkit-margin-start: 0px;
}
.col1, .col2, .col3, .col4, .col5 {
    text-align: left;
    font-size: 12px;
    height: 155px;
    margin: 15px 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    width: 135px;
}
.col1 dd, .col2 dd, .col3 dd, .col4 dd, .col5 dd {
    margin: 0;
    padding: 0;
}

#facebox .popup{
  border: none;
}

#facebox .content {
  width: auto;
}

#settings_notice {
  position: absolute;
  background-color: #D8DEEA;
  border: 1px solid #ACACAC;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 8px 12px;
}

.invalid_message {
  color: red;
}

.invalid_autologin_message {
  color: red;
}

#autologin_button {
  margin-left: 0px;
}

.login_name {
  color: #f47321;
}

#abuse_category_options {
  position: relative;
  top: 5px;
}
.emoticon_abuse_categories {
  width: 100%;
  min-width: 420px;
}

#selected_tag {
  color: #e45900;
  font-weight: bold;
}

#invalid_tip_message {
    color: red;
    float: left;
    display: inline-block;
    width: 130px;
    text-align: right;
    padding-top: 15px;
}

.button_disabled {
    background-color: #888 !important;
    color: #ccc !important;
}

.tour_list {
  min-width: 180px !important;
}

.ad.model_spotlight {
  margin-top: 10px;
}
.ad.model_spotlight img {
  width: 160px;
  height: 300px;
}

.endless_page_template h2{
    color: #0a5a83 !important;
    font: 1.166em/1.142em 'UbuntuMedium', Arial, Helvetica, sans-serif;
}
.followed_online_offline {
    display: flex;
}
.followed_online_offline .title {
    display: inline-block;
    padding-right: 15px;
    font-size: 12px;
}
.followed_online_offline .bold {
    font-family: UbuntuBold, Helvetica, Arial, sans-serif;
}
.followed_online_offline .title p {
    margin: 0;
}
.followed_online_offline .title a:hover {
    text-decoration: none;
}
#allfree-iframe-body {
  min-width: 0;
}


#player {
  background-size: 100% 100%;
}

#player_text_header, #player_text_body, #enter_password_link {
  position: absolute;
  text-align: center;
  z-index: 100;
  font-weight: normal;
}

#player_text_header {
  color: #72c0ff;
  left: 0;
  width: 100%;
  top: 80px;
  font-size: 3em;
}

#player_text_body {
  color: #fff;
  left: 15%;
  width: 70%;
  top: 130px;
  font-size: 14px;
}

#spy_on_private_show, #enter_password_in_room {
    color: #72c0ff;
    font-size: 1.5em;
    text-decoration: underline;
}

#enter_password_link {
  left: 0;
  width: 100%;
  top: 180px;
  color: #72c0ff;
  font-weight: bold;
  text-decoration: underline;
}

.terms-address-US {
  background: url(../../images/terms-address-US.png?5486d7000fe4) no-repeat;
  background-size: 225px 50px;
  width: 225px;
  height: 50px;
  margin-top: 10px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .terms-address-US {
    background: url(../../images/terms-address-US@2x.png?9c4a611ea03e) no-repeat;
    background-size: 225px 48px;
    height: 48px;
  }
}

.company-name-US {
  background: url(../../images/multimediallc.png?19aba66985a8) no-repeat;
  background-size: 113px 15px;
  width: 113px;
  height: 15px;
  display: inline-block;
  margin-bottom: -3px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .company-name-US {
    background: url(../../images/multimediallc@2x.png?f5eca179f90c) no-repeat;
    background-size: 113px 15px;
  }
}

div#player div#obs *.hidden {
  display: none;
}

div#player div#obs {
  width: 100%;
  height: 100%;
}

div#obs {
  background-color: #fff;
}

div#obs_video {
  width: 100%;
  height: 91%;
  background-color: #fff;
}

div#obs_control {
  padding-top: 10px;
  width: 100%;
  height: 10%;
  margin-top: 5px;
}

div#obs_control a, div#obs_exit_away a {
  padding: 0 10PX;
  font-weight: bold;
  font: 1.1em/1.2em 'UbuntuRegular', Arial, Helvetica, sans-serif;
}

div#obs_control a#obs_back_to_webrtc {
  padding-left: 5px;
}

div#obs_status_display, div#obs_exit_away {
  text-align: center;
  font-weight: bold;
  font: 1.2em/1.4em 'UbuntuRegular', Arial, Helvetica, sans-serif;
}

div#obs_exit_away {
  font-size: 0.9em;
  margin-top: 10px;
}

div#obs_exit_away a {
  font-size: 1.6em;

}

#obs_exit_away p {
  margin: 3px;
}

div#obs_status_display {
  /*padding-top: 30px;*/
}

#obs_room_status_block {
  height: 145px;
  line-height: 1em;
}

#obs_room_status {
  padding-top: 25px;
  font-size: 1.1em;
}

#obs_stream_region {
  text-align: left;
  font-size: 0.6em;
  padding-left: 5px;
  color: #d8d8d8;
}

#obs_stream_stats {
  /*margin-top: 20px;*/
  font-weight: normal;
}

#obs_room_status_block.obs-offline {
  background-color: #bdbdbd;
}

#obs_room_status_block.obs-public {
  background-color: #2ecc71;
}

#obs_room_status_block.obs-password-protected {
  background-color: #27ae60;
}

#obs_room_status_block.obs-hidden {
  background-color: #1abc9c;
}

#obs_room_status_block.obs-private {
  background-color: #9b59b6;
}

#obs_room_status_block.obs-away {
  background-color: #f1c40f;
}

#obs_room_status_highlight {
  color: #000000;
  font-weight: bolder;
}

#obs_stream_feedback {
  width: 100%;
  padding: 5px;
  height: 150px;
  box-sizing: border-box;
}

#obs_stream_details {
  width: 100%;
  padding: 8px;
  height: 55px;
  box-sizing: border-box;
}

#obs_stream_graphs {
  width: 100%;
  height: 110px;
  padding: 3px;
  box-sizing: border-box;
  margin-top: 5px;
}

#obs_stream_graph_fps {
  float: left;
  width: 240px;
}

#obs_stream_graph_bitrate {
  float: right;
  width: 240px;
}

#obs_stream_graph_fps_disp {
  font-weight: bold;
}

#obs_stream_graph_bitrate_disp {
  font-weight: bold;
}

div#obs_exit_away {
  max-width: 90%;
  padding-left: 5%;
}

#obs_stream_feedback_box {
  width: 85%;
  padding: 5px;
  text-align: center;
  color: #1e1e1e;
  font-size: 12px;
  margin: 4px auto 0;
}

#obs_stream_feedback_box h4 {
  color: inherit;
  font-weight: bold;
  font-size: 15px;
  margin: 3px;
}

#obs_stream_feedback_box.obs-good {
  background-color: rgba(46, 204, 113, 0.49);
  border: 1px solid rgb(46, 204, 113);
  color: #1e1e1e;
}

#obs_stream_feedback_box.obs-warning {
  background-color: rgba(230, 126, 34, 0.61);
  border: 1px solid rgb(230, 126, 34);
  color: #1e1e1e;
}

#obs_stream_feedback_box.obs-bad {
  background-color: rgba(231, 76, 60, 0.58);
  border: 1px solid rgb(231, 76, 60);
  color: #ffffff;
}

#obs_stream_graph_fps.obs-warning {
  background-color: rgba(230, 126, 34, 0.61);
  transition: background 500ms ease-in-out;
}

#obs_stream_graph_fps.obs-bad {
  background-color: rgba(231, 76, 60, 0.58);
  transition: background 500ms ease-in-out;
}

#obs_stream_graph_bitrate.obs-warning {
  background-color: rgba(230, 126, 34, 0.61);
  transition: background 500ms ease-in-out;
}

#obs_stream_graph_bitrate.obs-bad {
  background-color: rgba(231, 76, 60, 0.58);
  transition: background 500ms ease-in-out;
}

#obs_stream_rejected {
  width: 85%;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin: 15px auto 0;
  background-color: rgba(231, 76, 60, 0.58);
  border: 1px solid rgb(231, 76, 60);
}

#obs_details_box_codec_disp {
  font-size: 10px;
  line-height: 1;
  display: block;
  margin-top: 2px;
}

#resolution_float_box {
  font-size: 16px;
  width: 33px;
  height: 23px;
  border-radius: 3px;
  position: absolute;
  right: 2px;
  top: 10px;
  font-weight: bold;
  text-align: center;
}

#resolution_float_box_text {
  padding: 10% 0;
}

#resolution_float_box.obs-sd {
  background-color: #e67e22;
  color: #fff;
}

#resolution_float_box.obs-hd {
  background-color: #27ae60;
  color: #fff;
}

#resolution_float_box.obs-hd-plus {
  background-color: #16a085;
  color: #fff;
}

#resolution_float_box.obs-4k {
  background-color: #2980b9;
  color: #f1c40f;
}

#resolution_float_box.obs-none {
  display: none;
}

.obs_details_box {
  width: 33%;
  float: left;
  height: 30px;
  line-height: 18px;
  position: relative;
}

.obs_details_box span {
  font-size: 0.8em;
}

img#obs_jpegpush_player_image {
  width: 100%;
  height: 100%;
  display: block;
}

input#obs_token {
  border: none;
  width: 90%;
  text-align: center;
  color: #7F7F7F;
}

div#obs_jpeg_warning {
  position: absolute;
  bottom: 0;
  right: 0;
}

div#obs_jpeg_warning {
  position: relative;
  margin-top: -20px;
  background-color: orange;
  padding-left: 1px;
  padding-right: 1px;
  margin-left: 5px;
  margin-right: 5px;
}

#hashtag_ticker {
  overflow: hidden;
  height: 16px;
  text-align: left;
}

#hashtag_ticker a {
  color: #4E8AAA;
  padding-right: 10px;
}

#more_hashtags_link {
  margin: 0 5px;
  float: right;
  cursor: pointer;
  width: 70px;
  text-align: right;
  color: #4E8AAA;
}

#ios_unmute_container {
  position: absolute;
  top: 6px;
  right: 6px;
  opacity: 0.8;
  float: right;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  height: 36px;
  padding: 3px;
  cursor: pointer;
}
#ios_unmute_text {
  color: #0c6a93;
  font-size: 14px;
  padding: 6px;
  position: relative;
  top: 2px;
  text-shadow: 0 0 1px #0c6a93;
}
#ios_unmute_img {
  width: 36px;
  height: 36px;
  display: inline;
  vertical-align: middle;
}
.top_alert {
  background-color: #FFFFD3;
  padding: 40px 30px;
  margin: 20px;
  text-align: left;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 25px;
  line-height: 32px;
  text-decoration: none;
  color: #494949;
  position: relative;
}
.top_alert span, .top_alert a, .top_alert li {
  font-size: 25px;
}
.top_alert a {
  color: #0a5a83;
  font-weight: bold;
}
.top_alert_close {
  display: inline-block;
  padding: 0;
  position: absolute;
  font-size: 50px;
  right: 10px;
  top: 5px;
  user-select: none;
  -webkit-user-select: none;
}

.follow_notification_prompt {
  position: absolute;
  background-color: #e0e0e0;
  padding: 6px 12px;
  border-radius: 3px;
  margin-left: -220px;
  width: 264px;
  margin-top: 11px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  z-index: 1; /* Because 'position: relative' room tab elements will cover this otherwise */
}

.follow_notification_prompt_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.follow_notification_prompt_title {
  color: #0c6a93;
}

.follow_notification_prompt_description {
  font-size: 11px;
  margin: 5px 0 10px;
}

.follow_notification_prompt_confirm_btn {
  display: inline-block;
  background-color: #0c6a93;
  padding: 5px 30px;
  border-radius: 3px;
  color: #eeeeee;
}

.follow_notification_prompt_confirm_btn:hover {
  cursor: pointer;
  background-color: #0c6a93cc;
}

.follow_notification_prompt_deny {
  display: inline-block;
  margin-left: 10px;
}

.follow_notification_prompt_deny:hover {
  cursor: pointer;
  text-decoration: underline;
}

.arrow_up {
  position: absolute;
  top: -11px;
  left: 250px;
  color: #e0e0e0;
  text-shadow: 0px -2px 4px rgba(0,0,0,0.65);
  font-size: 15px;
}

.arrow_up_cover {
  position: absolute;
  top: -10px;
  left: 247px;
  color: #e0e0e0;
  font-size: 21px;
}

.icon_following {
  background: url(../../images/following-hover.png?c8a176cf1dcb) no-repeat;
  opacity: .7;
}

.icon_not_following {
  background: url(../../images/following-off.png?e2f3a7174c61) no-repeat;
  opacity: .5;
}

.icon_update_following {
  background: url(../../images/following-update.gif?8a00b582b46c) no-repeat;
  opacity: .5;
}

.no_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icon_following:not(.no_hover):hover, .icon_not_following:not(.no_hover):hover {
  background: url(../../images/following-off-hover.png?ea2a5b0c3c09) no-repeat;
}

@media (hover: none) {
  .icon_following:not(.no_hover):hover {
    background: url(../../images/following-hover.png?c8a176cf1dcb) no-repeat;
    opacity: .7;
  }

  .icon_not_following:not(.no_hover):hover {
    background: url(../../images/following-off.png?e2f3a7174c61) no-repeat;
    opacity: .5;
  }
}

.icon_following, .icon_not_following, .icon_update_following, .icon_following:not(.no_hover):hover, .icon_not_following:not(.no_hover):hover {
  position: absolute;
  top: 0;
  right: 0;
  width: 23.25px;
  height: 23.25px;
  margin-top: 1px;
  margin-right: 1px;
  cursor: pointer;
  background-size: 23.25px 23.25px;
}

.grecaptcha-badge { display: none; }

/** Flags used on the site */
.flag {
    height: 14px;
    vertical-align: text-top;
    margin: 0 3px 0 3px;
    background: #f47321;
    border-radius: 2px;
    color: #fff;
    padding: 0 4px 0 3px;
    text-shadow: none;
    font: 11px ubunturegular,Arial,Helvetica,sans-serif;
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1003;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:table;
  width: 370px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 1002;
}
/*emote popups*/
body {
	background-color:#0b5d81;
	font: 12px 'UbuntuRegular', Arial, Helvetica, sans-serif;
	min-width: 800px;
}
#upload_formborder {
	margin:12px;
	padding:15px;
	background-color:#fff;
	border:1px solid #fff;
	border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
}
#upload_formborder input[type="file"] {border:none;}
#upload_formborder h1 {
	font-size:20px;
	color:#0b5d81;
	font-weight:bold;
	margin:0px 0px 10px;
	padding:0px;
}
#upload_formborder h1 span {
	color:#525252;
	font-weight:normal;
}
#upload_formborder h2 {
	font-size:14px;
	color:#000;
	font-weight:bold;
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
}
#upload_formborder p {margin:0px;padding:5px 0px 15px;color:#666;}
.upload_options {
	font-size:11px;
	color:#454545;
	font-weight:bold;
	margin-bottom:20px;
}
.upload_title {
	width:100%;
	float:left;
	padding-bottom:3px;
	border-bottom:1px solid #999;
}
.clearboth {clear:both;}
table#upload_form_graphic td {vertical-align:middle;padding:3px;color:#000;}
.upload_or {color:#9b0000;font-weight:bold;}
.emote_imgs {padding:5px 0px;max-height:460px;overflow:auto;}
.upload_click {
	font-size:11px;
	color:#454545;
	padding-bottom:6px;
}
#catpag_formborder {
	padding:5px;
	background-color:#e0e0e0;
	border:1px solid #e0e0e0;
	border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
}
.upload_catpag {width:100%;float:left;}
.upload_catpag .upload_choose {
	color:#454545;
	font: 13px 'UbuntuBold', Arial, Helvetica, sans-serif;
	padding:3px 10px 0px 0px;
	float:left;
}
.upload_catpag .category {
	font-size:11px;
	color:#000;
	float:left;
	display:inline;
}
.upload_pagination  {
 	float:right;
 	font-family:'UbuntuBold', Arial, Helvetica, sans-serif;
 	margin:3px 5px 0px 0px;
 	padding:0px;
}
.upload_pagination ul {margin:0px;padding:0px;list-style-type:none;}
.upload_pagination ul li {padding:0px 2px;display:inline;}
.upload_pagination ul li a {text-decoration:none;color:#dc5500;}
.upload_pagination .active {color:#6d6d6d;}
.upload_pagination .dots {color:#414141;}
.emote_user_imgs {margin:10px 0px;padding:0px;max-height:380px;overflow:auto;}
.emote_bubble {
	float:left;
	border:1px solid #cfcfcf;
	border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	padding:0px;
	margin:5px 10px 5px 0px;
	width:124px;
	height:127px;
	text-align:center;
}
.emote_bubble div.userimg {
	width:118px;
	height:105px;
	max-width: 118px;
	max-height:105px;
	overflow:hidden;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	padding:3px 3px 0px;
}
.emote_bubble div.userimg img {border:none;}
.emote_bubble span.username {font-size:11px;color:#000;}

/* facebox popup */
#emote_dialog {
	color:#d8d8d8;
	font: 12px 'UbuntuRegular', Arial, Helvetica, sans-serif;
	margin:15px 10px;
	background-color:#5e5e5e;
}
#emote_dialog img {margin-bottom:5px;}
#emote_dialog td {padding:3px;}
#emote_dialog td.left {width:205px;}
#emote_dialog label {
	background-color:#383838;
	padding:0px 3px 2px;
	color:#fff;
	font:18px 'UbuntuBold', Arial, Helvetica, sans-serif;
	margin-left:3px;
}
#emote_dialog label a {color:#fff;text-decoration:none;}
#emote_dialog .tip {color:#99ffff;}
#emote_dialog a {color:#ffcc00;}
#emote_dialog .details {color:#fff;}
#facebox .popup{background-color:#5e5e5e;border:3px solid #313131;}
#facebox .content {background:#5e5e5e;width:464px;}
#facebox .close{
  padding:1px 4px 2px;
  background:#2f2f2f;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.fieldset_main {
  border: none;
}


/* fonts */
@font-face {
	font-family: 'UbuntuRegular';
	src: url('../../fonts/ubuntur-webfont.eot?1188017abdc0');
	src: url('../../fonts/ubuntur-webfont.eot?&1188017abdc0#iefix') format('eot'),
		url('../../fonts/ubuntur-webfont.woff?896a82003cd1') format('woff'),
		url('../../fonts/ubuntur-webfont.ttf?37cf452b3f58') format('truetype'),
		url('../../fonts/ubuntur-webfont.svg?396700312810#webfontH0ji1hXa') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'UbuntuBold';
	src: url('../../fonts/ubuntub-webfont.eot?a870ebadce32');
	src: url('../../fonts/ubuntub-webfont.eot?&a870ebadce32#iefix') format('eot'),
		url('../../fonts/ubuntub-webfont.woff?6455d1004bc5') format('woff'),
		url('../../fonts/ubuntub-webfont.ttf?abee57aeee27') format('truetype'),
		url('../../fonts/ubuntub-webfont.svg?693d742037eb#webfontOIyUgfKw') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'UbuntuMedium';
	src: url('../../fonts/ubuntum-webfont.eot?d8f8ba0da549');
	src: url('../../fonts/ubuntum-webfont.eot?&d8f8ba0da549#iefix') format('eot'),
		url('../../fonts/ubuntum-webfont.woff?a7fc63c36394') format('woff'),
		url('../../fonts/ubuntum-webfont.ttf?b720a4d699c2') format('truetype'),
		url('../../fonts/ubuntum-webfont.svg?c08a26c0b9c4#webfontl8qOUOft') format('svg');
	font-weight: normal;
 	font-style: normal;
}

.fieldset_main {
    margin-left: 50px;
}
form th {
  text-align:right;
  width: 130px;
  vertical-align: top;
  padding-top: 10px;
}
form th label {
  display: block;
  font:1em/1.3em 'UbuntuMedium', Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px 4px 6px 0px;
  color: #494949;
}

.bio form th label {
  min-width: 130px;
}

form .requiredfield label:after, form .required label:after {
  content: ' *';
}
form input[type=text], form input[type=password], form input[type=email],
form input[type=file], form input[type=url], form input[type=tel] {
  width: 225px;
  height: 20px;
  line-height: 18px;
  margin-top: 4px;
  padding-top: 4px;
}
form input[type=text], form input[type=password], form input[type=email],
form input[type=url], form input[type=tel] {
  background: #FFF;
  border:1px solid #b1b1b1;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  padding:2px 4px;
}
#roomtitleform input[type=text] {
  width: 300px;
  height: auto;
  line-height: normal;
  margin-top: auto;
  border:none;
  padding:0px;
}
form select {
  width: auto;
  line-height: 18px;
  background: #FFF;
  margin-top: 4px;
  border:1px solid #b1b1b1;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  padding:2px 4px;
}
form textarea {
  width: 350px;
  line-height: 18px;
  background: #FFF;
  margin-top: 4px;
  border:1px solid #b1b1b1;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  padding:2px 4px;
}
form input[type=checkbox], form input[type=radio] {
  width: 18px;
  height: 18px;
}
form .button {
  display: block;
  margin: 15px 0px 0px 137px;
  color: #FFF;
  width: auto;
  font:1.16em/1.0em 'UbuntuMedium', Arial, Helvetica, sans-serif;
  background:#f47321 url(../../images/arrow-white-v2.gif?75bde39356c3) no-repeat right 50%;
  height: 28px;
  padding: 0px 30px 2px 15px;
  border:1px solid #b1b1b1;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
}
form .button:hover {
  background-color: #FF6300;
  text-decoration: underline;
  cursor: pointer;
}
form .button:disabled {
  background-color: #bababa;
  cursor: default;
}
form ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  clear:both;
  display: block;
}
form ul li {
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}
form .errorlist{
  background: url(../../images/ico-error.gif?5bbd9994802d) no-repeat 2px 50%;
  font:.833em 'UbuntuMedium', Arial, Helvetica, sans-serif;
  color: #666;
  margin: 5px 0px 0px 2px;
  padding: 2px 0px 0px 20px;
  display: inline-block;
}
.search_criteria ul {
  margin-top: 12px;
}
.search_criteria ul li {
  margin: 0px 10px 0px 0px;
  width: 150px;
}
.submit_button_footer {
  display: block; 
  margin: 5px 0px 0px 140px; 
  font-size: .8em;
}

.formvalidate_error {
  color: #d50000;
  padding: 0;
}

.formvalidate_spinner {
  display: inline-block;
  vertical-align: middle;
}

.formvalidate_spinner img {
  width: 19px;
  height: 19px;
}

.formvalidate_hidden {
  display: none!important;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}