@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,400,300,600,700,800);

@import url(https://fonts.googleapis.com/css?family=Ubuntu);

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: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    background: url(../img/backgrounds/reception_new/bg_left.png) left bottom no-repeat fixed,url(../img/backgrounds/reception_new/bg_right.png) right bottom no-repeat fixed;
    background-color: rgba(85,172,238,0.8);
    font-family: Roboto;
    padding: 0;
    margin: 0;
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

html {
    box-sizing: border-box;
}

*,*:before,*:after {
    box-sizing: inherit;
}

header {
    height: 156px;
    background: url(../img/nav/bg.png);
    position: relative;
}

header>#content>#logo {
    width: 165px;
    position: absolute;
    height: 51px;
    top: 69px;
    background: url('../img/nav/logo.png') no-repeat;
    left: 0px;
    -webkit-filter: drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff) drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 0 1px #fff);
}

header>#content>#online_bubble {
    height: 41px;
    position: absolute;
    top: 67px;
    left: 175px;
    background: white;
    font-family: Roboto;
    border-radius: 4px;
    line-height: 41px;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 300;
    color: #333;
}

header>#content>#online_bubble>#arrow {
    border-style: solid;
    border-color: transparent white transparent transparent;
    position: absolute;
    border-width: 10px;
    left: -20px;
    top: 50%;
    margin-top: -10px;
}

input {
    padding: 9px;
    font-size: 13px;
    border: 1px solid rgba(52,152,219,.8);
    border-bottom: 2px solid rgba(52,152,219,.9);
    outline: none;
    margin-top: 5px;
    border-radius: 3px;
    font-weight: 300;
}

input[type="submit"],button.actAsInput,div.actAsInput {
    background: #4CAF50;
    color: #fff;
    border: 1px solid rgba(0,0,0,0.3);
    cursor: pointer;
}

button.actAsInput,div.actAsInput {
    padding: 9px;
    font-size: 13px;
    border-radius: 2px;
    margin-bottom: 10px;
    outline: none;
    transition: all .2s ease-in-out;
}

button.actAsInput:hover,div.actAsInput:hover {
    background: rgba(76,175,80,0.9);
    border-bottom: 2px solid rgba(0,0,0,0.5)!important;
}

input[type="date"] {
    padding: 6.5px;
}

input:hover,input:focus,input:active {
    border-bottom: 2px solid rgba(0,0,0,.5);
    transition: all .2s ease-in-out;
}

input#signin,button#signin {
    right: 20px;
    position: absolute;
    top: 47px;
    width: 270px;
    height: 124px;
    cursor: pointer;
    background-color: #00813e;
    color: #fff;
    font-size: 25px;
    border: 2px solid #8eda55;
    border-radius: 4px;
    border-bottom: 2px solid #8eda55;
}

button#toHotel {
    right: 20px;
    position: absolute;
    top: 20px;
    width: 160px;
    height: 134px;
    cursor: pointer;
    background-color: #f0bb00;
    color: #fff;
    font-size: 27px;
    border: 1px solid #c78800;
    border-bottom: 2px solid #c78800;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: none;
}

button#toHotel:hover {
    background: rgba(240,187,0,0.7);
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.close {
    float: right;
    background: url('../img/icons/close.gif');
    width: 21px;
    height: 20px;
    margin-top: -2.3px;
    background-size: 21px;
    margin-right: -3px;
    cursor: pointer;
}

.habboInfo {
    float: right;
    margin-top: 27px;
    width: 310px;
}

.valuta {
    float: left;
    width: 150px;
}

.valutaBar {
    background: #fff;
    border: 1px solid #A0A0A0;
    font-size: 14px;
    margin-bottom: 7px;
}

.valutaBar.credits {
    color: #FF9800;
}

.valutaBar.pixels {
    color: #03A9F4;
}

.valutaBar.points {
    color: #EC407A;
}

.amount {
    float: left;
    padding: 7px;
}

.valutaBar .icon {
    float: right;
    width: 32px;
    background: #F3F3F3;
    height: 28px;
    border-radius: 0 2px 2px 0;
}

.valutaBar .icon.credits {
    background-image: url('../img/icons/creds.png');
    background-repeat: no-repeat;
    background-position: 8px 6px;
}

.valutaBar .icon.pixels {
    background-image: url('../img/icons/pixels.gif');
    background-repeat: no-repeat;
    background-position: 10px 8px;
}

.valutaBar .icon.points {
    background-image: url('../img/icons/points.png');
    background-repeat: no-repeat;
    background-position: 8px 6px;
}

.habboAvatar {
    background: rgba(255,255,255,0.77);
    width: 150px;
    height: auto;
    float: right;
    text-align: center;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.4);
}

.avatar {
    float: right;
    height: 50px;
    width: 65px;
    display: none;
}

.avatar img {
    position: absolute;
    clip: rect(0px,65px,65px,0px);
    margin-top: -15px;
}

.vr {
    width: 1px;
    border-right: 1px solid lightgray;
    height: 145px;
    position: absolute;
    top: 27px;
    right: 303px;
}

.notification.fly {
    position: fixed;
    top: 5px;
    left: 10px;
    border-radius: 3px;
    border: 1px solid #fff;
    font-size: 15px;
}

.error {
    background: #f44336;
    color: #fff;
    padding: 7px 10px;
    margin-top: 15px;
    border-radius: 3px;
    box-shadow: inset 0 0px 4px;
}

.success {
    background: #4CAF50;
    color: #fff;
    padding: 7px 10px;
    margin-top: 5px;
}

#load {
    top: 50%;
    left: 50%;
    text-align: center;
    width: 280px;
    height: 100px;
    margin-top: -50px;
    margin-left: -80px;
    position: absolute;
    color: white;
    font-size: 11px;
}

#load>#loadBar {
    height: 19px;
    width: 199px;
    border: 1px solid white;
    margin-top: 5px;
    border-radius: 2px;
    padding: 1px;
}

#load>#loadBar>.load {
    width: 0px;
    height: 19px;
    background: #BACAD3;
    background: -moz-linear-gradient(#BACAD3 50%,#8CA1AD 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#BACAD3),color-stop(100%,#8CA1AD));
    background: -webkit-linear-gradient(#BACAD3 50%,#8CA1AD 100%);
    background: -o-linear-gradient(#BACAD3 50%,#8CA1AD 100%);
    background: -ms-linear-gradient(#BACAD3 50%,#8CA1AD 100%);
    background: linear-gradient(to bottom,#BACAD3 0%,#BACAD3 50%,#8CA1AD 51%,#8CA1AD 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#BACAD3',endColorstr='#8CA1AD',GradientType=0);
}

#jpreOverlay {
    background: rgba(0,0,0,0.7);
}

#jpreSlide {
    font-size: 22px;
    font-weight: bold;
    color: #ccc;
    text-align: center;
    width: 50%;
    height: 30%;
}

#jpreLoader {
    height: 2px;
    width: 100%;
}

#jpreBar {
    background: lightblue;
    box-shadow: inset 0px 15px 30px 0px rgba(0,0,0,0.2),0px 0px 15px 1px rgba(255,255,255,0.9);
}

#jprePercentage {
    margin-top: -35px;
    color: white;
    font-size: 11px;
}

#nav_placeholder {
    height: 0px;
}

#nav_placeholder.fixed {
    height: 80px;
}

nav.fixed {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0px;
}

nav {
    height: 50px;
    background: #34465d;
    position: relative;
    z-index: 30;
    box-shadow: 0px -4px 0 0px rgba(0,0,0,0.3);
}

nav>#content>ul {
    list-style: none;
}

nav>#content>ul>li {
    float: left;
    line-height: 50px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 18px;
    transition: background 0.1s,color 0.1s;
    color: rgba(255,255,255,0.8);
    transition: all .4s ease-in-out;
}

nav>#content>ul>li.icon {
    padding-left: 75px;
    background-repeat: no-repeat;
    background-position: 25px center;
}

nav>#content>ul>li.icon.home {
    background-image: url('../img/nav/home.png');
}

nav>#content>ul>li.icon.community {
    background-image: url('../img/nav/community.png');
}

nav>#content>ul>li.icon.shop {
    background-image: url('../img/icons/credits.gif');
    background-size: 34px;
}

nav>#content>ul>li.icon.logout {
    background-image: url('../img/nav/logout.gif');
    background-size: 34px;
}

nav>#content>ul>li.active {
    background-color: #fff;
    color: #454545;
    pointer-events: none;
}

nav>#content>ul>li:hover {
    background: #fff;
    color: black;
    cursor: pointer;
    box-shadow: 0px -4px 0 0px #fff;
}

nav>#content>ul>li.icon:hover {
    background-repeat: no-repeat;
    background-position: 25px center;
}

.error#logout {
    top: -6px;
    position: fixed;
    width: 935px;
    z-index: 99;
}

#subnav.fixed {
    position: fixed;
    width: 100%;
    top: 50px;
    z-index: 999;
}

#subnav {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    font-family: Open Sans;
    font-size: 13px;
    color: rgba(0,0,0,0.7);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    line-height: 40px;
    width: 942px;
    margin: auto;
    border-radius: 0 0 2px 2px;
    height: 40px;
}

#subnav>#content>ul {
    list-style: none;
}

#subnav>#content>ul>li {
    float: left;
    padding: 0px 10px 0px 20px;
}

#subnav>#content>ul>li.active {
    color: rgba(0,0,0,1);
    pointer-events: none;
}

#subnav>#content>ul>li:hover {
    color: rgba(0,0,0,0.8);
    cursor: pointer;
    font-weight: bolder;
}

#content {
    width: 941px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.blink {
    background: transparent url('../img/others/backround19.gif') repeat scroll 0% 0%;
}

#logoutOptions {
    position: absolute;
    right: 15px;
    top: 8px;
}

.logout#yes {
    float: left;
    cursor: pointer;
    position: relative;
    background: #4CAF50;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.4);
    text-decoration: none;
    margin: 5px 0 7px 0;
    padding: 7px;
    border-radius: 3px;
    color: #FFF;
    transition: all .2s ease-in-out;
}

.logout#no {
    float: right;
    cursor: pointer;
    position: relative;
    background: #e53935;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.4);
    text-decoration: none;
    margin: 5px 0 7px 0;
    padding: 7px;
    border-radius: 3px;
    color: #FFF;
    transition: all .2s ease-in-out;
}

.logout#no:hover,.logout#yes:hover {
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.4);
}

header #content .error {
    border: 1px solid #fff;
    border-radius: 2px;
    border-top: 0;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
}

.dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    height: auto;
    margin-left: -200px;
    margin-top: -150px;
    background: #fff;
    z-index: 10000;
    border-radius: 1px;
    border: 1px solid gray;
}

.dialogHeader {
    background: #292B2C;
    padding: 7px;
    color: #fff;
    margin: 6px;
    margin-bottom: 0px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 300;
}

.dialogInner {
    padding: 7px;
    font-size: 13.5px;
}

#forgotMail {
    width: 99%;
    border-color: #ccc;
}

.bodyContent {
    padding-top: 20px;
    width: 960px!important;
    margin-bottom: 40px!important;
}

.box {
    background-color: #fff;
    position: relative;
    font-size: 14px;
    padding: 20px;
    border-radius: 4px;
    line-height: 150%;
    font-weight: 300;
    border: 2px solid #D3D3D3;
    border-bottom: 3px solid #D3D3D3;
}

.box h2 {
    margin: 0;
    font-size: 26px;
    font-family: Roboto;
    font-weight: light;
    line-height: 125%;
}

.box h3 {
    margin: 0;
    font-size: 22px;
    font-family: Roboto;
    font-weight: light;
    line-height: 125%;
}

.box h4 {
    margin: 0;
    font-size: 20px;
    font-family: Roboto;
    font-weight: light;
    line-height: 125%;
}

.box_overlay {
    width: 620px;
    height: 279px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 999;
}

.box_loader {
    background: url('../img/general/page_loader.gif') no-repeat;
    z-index: 1000;
    width: 66px;
    height: 88px;
    margin: auto;
    margin-top: 110px;
    color: #fff;
    line-height: 160px;
    font-size: 14px;
    text-align: center;
}

#count {
    background: #e53935;
    width: auto;
    margin-top: -8px;
    margin-right: -9px;
    color: #fff;
    border-radius: 3px;
    float: right;
    padding: 3px 5px;
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.4);
    font-weight: lighter;
    font-size: 13px;
}

#stretch_reception {
    background-image: url('../img/backgrounds/default/stretch.png');
    background-repeat: repeat-y;
    height: 100%;
    width: 123px;
    position: fixed;
}

.friend {
    background: #dedede;
    height: 50px;
    margin-top: -5px;
    margin-bottom: 10px;
    padding: 7px;
    border-radius: 2px;
    line-height: 17px;
}

.friend:last-child {
    margin-bottom: 0px;
}

.avatar#head {
    display: block;
    height: auto;
    margin: 2px -14px;
}

.radioDialog {
    background: url('../img/others/friend_dialog.png');
    background-size: 200px;
    height: 303px;
    width: 199px;
    position: absolute;
    left: -215px;
    top: -217px;
    border-radius: 9px;
    z-index: 30;
    display: none;
}

.radioHeader {
    position: absolute;
    width: 100%;
    cursor: move;
}

.radioClose {
    width: 20px;
    height: 21px;
    float: right;
    border-top-right-radius: 6px;
    cursor: pointer;
}

.radioClose:hover {
    background: url('../img/icons/v22_3.gif') no-repeat;
    background-size: 11px;
    background-position: 4px 7px;
}

.radioTitle {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}

.radioDJ {
    color: #FFF;
    font-size: 11px;
    margin: 7px 9px;
    font-weight: bolder;
}

.radioDjFigure {
    width: 40%;
    float: left;
    margin-top: 3px;
    margin-left: 8px;
    background-color: #e8e8e8;
    text-align: center;
    padding-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.radioDjFigure img {
    margin-top: -10px;
}

.radioSendRequest {
    float: right;
    width: 52%;
    padding-right: 7px;
    margin-top: 3px;
}

.radioInnerTitle {
    font-size: 13px;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #e8e8e8;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-weight: normal;
    text-align: center;
}

textarea.radioInput,textarea.input {
    height: 48px;
    resize: none;
    margin-bottom: -3px;
}

textarea.input {
    padding: 7px;
    font-size: 12px;
    border: 1px solid gray;
    border-bottom: 2px solid rgba(0,0,0,0.3);
    resize: vertical!important;
    min-height: 50px!important;
    outline: none;
}

.radioInput,.input {
    border: 1px solid #000;
    border-radius: 2px;
    font-weight: normal;
    padding: 5px;
    width: 100%;
}

input.radioInput.radioSend:hover {
    border: 1px solid #000;
}

input.radioInput.radioSend {
    transition: none;
}

.subInner#request {
    margin-top: 7px;
    margin-left: 1px;
    float: left;
    width: 99%;
}

.subInner#request .subInnerTitle {
    background: #e8e8e8;
    border-top: 1px solid #000;
    border-bottom: 1px solid #808080;
    padding: 4px 4px;
    font-size: 13px;
}

.subInnerContent {
    width: 100%;
    background-color: #eee;
    font-size: 11px;
    padding: 4px;
    color: #737373;
    border-bottom: 1px solid #000;
}

.playPause {
    position: absolute;
    bottom: 0;
    margin-bottom: 6px;
    margin-left: 9px;
    width: 36px;
}

.play {
    background: url('../img/icons/play.png') no-repeat;
    background-size: 15px;
    width: 20px;
    height: 21px;
    float: left;
    cursor: pointer;
}

.pause {
    background: url('../img/icons/pause.png') no-repeat;
    background-size: 15px;
    width: 15px;
    height: 21px;
    float: right;
    cursor: pointer;
}

.page_navigation {
    width: 265px;
    max-width: 265px;
    overflow: auto;
}

.page_navigation a {
    background-color: orange;
    color: #fff;
    text-decoration: none;
    padding: 7px;
    margin-right: 3px;
    margin-top: 5px;
    border-radius: 3px;
}

.page_navigation a:last-child {
    margin-right: 0px;
}

ul.accounts {
    margin-top: 7px;
}

ul.accounts li {
    background: #ddd;
    padding: 6px;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
}

ul.accounts li:first-child {
    border-radius: 2px 2px 0 0;
}

ul.accounts li:nth-child(even) {
    background: #eee;
}

ul.accounts li:last-child {
    border-bottom: 0;
    border-radius: 0 0 2px 2px;
}

ul.accounts li .avatar#head img {
    margin-top: -5px;
}

footer {
    position: fixed;
    background: #292B2C;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
    width: 100%;
    height: 35px;
    padding: 0 20px;
    color: white;
    font-size: 14px;
    bottom: 0;
}

footer>div>#right {
    text-align: right;
    line-height: 37px;
}

footer>div>#left {
    padding-top: 13px;
}

footer>div>#right>a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

footer>div>#right>a:hover {
    text-decoration: underline;
}

div#loginbox {
    background: rgba(0,0,0,0.6);
}

div#loginbox h3 {
    color: #fff;
}

td {
    padding: 10px;
    border-bottom: 1px solid #CECECE;
}

.headerHotelImg {
    background: url('../img/nav/header.png') no-repeat top -71px left 0px;
    width: 700px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

div.registerButtonBig {
    background: transparent url(../img/nav/join_now_button.png) no-repeat scroll -8px 0;
    height: 121px;
    padding-top: 30px;
    padding-left: 10px;
    line-height: 30px;
    width: 254px;
    cursor: pointer;
}

.emptyButton#register {
    width: 262px;
    height: 121px;
    font-size: 25px;
    right: 20px;
    position: absolute;
    top: 52px;
    border: 0px;
    color: #fff;
    background: transparent;
    padding: 0px;
    text-align: center;
}

span.closeRegisterButton {
    width: 8px;
    background: url(../img/nav/join_now_button.png) no-repeat;
    height: 121px;
    position: absolute;
    right: 0;
    top: 0;
}

b {
    font-weight: 500;
}

.green {
    background: linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.1)),#66BB6A;
}

.lightblue {
    background: linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.1)),#29B6F6;
}

.orange {
    background: linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.1)),#FFA726;
}

.purple {
    background: linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.1)),#BA68C8;
}

.pink {
    background: linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.1)),#EC407A;
}

.brown {
    background: linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.1)),#8D6E63;
}

.red {
    background: linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.1)),#ef5350;
}

.topListTitle {
    border-radius: 3px;
    font-size: 13px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 0 3px rgba(0,0,0,0.3),inset 0 0 1px rgba(255,255,255,0.7);
    border: 1px solid rgba(0,0,0,0.2);
}

.left {
    float: left!important;
    padding: 10px;
}

.right {
    float: right!important;
}

.userMenu {
    padding: 0px;
    float: right;
    width: 82px;
    height: 82px;
    position: absolute;
    right: 100px;
    top: -40px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    line-height: 47px;
    margin-top: -10px;
    margin-right: -100px;
}

.userMenu div {
    height: 80px;
    margin-left: 0px;
    border-radius: 50%;
    display: inherit!important;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(255,255,255,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

ul.sub-menu {
    position: absolute;
    background: #34465d;
    left: -40px;
    top: 50px;
    width: auto;
    padding-top: 20px;
    padding-left: 8px;
    border-radius: 0 0 3px 3px;
    padding-right: 11px;
    z-index: -1;
}

.sub-menu li {
    position: relative;
    margin: 8px 0 -10px 0px;
    display: block;
    height: 50px;
    line-height: 47px;
    padding: 0 15px;
}

.userMenuLink {
    display: block;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 30px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

ul.subMenuBottom {
    display: none;
}

ul.subMenuBottom.me {
    display: block;
}

.dialog.registerDialog {
    height: 390px;
    border-radius: 8px;
    background: #e2e2e2;
    border-top: 2px solid #fff;
    box-shadow: 0 0 0 1px #3b3939;
    border-bottom: 7px solid #d3d3d3;
    font-family: Ubuntu!important;
}

.registerDialogTitle {
    color: #fff;
    margin-top: -35px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

.registerSteps {
    margin: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #d0d0d0;
    box-shadow: 0 3px 0px -2px #fff;
    width: 95%;
    height: 35px;
    text-align: center;
    position: absolute;
}

.registerStep {
    background: #242424;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 12px;
    box-shadow: 0 0 0 1px #242424;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.steps {
    margin: 2px auto;
    width: 117px;
}

.registerStepLogo {
    width: 15px;
    background: url(../img/icons/favicon.png) no-repeat top 5px left 2px;
    height: 15px;
    margin-top: -3px;
    cursor: pointer;
}

.registerStep.active,.registerStep:hover {
    background: #e2e2e2;
    box-shadow: 0 0 0 2px #242424;
}

.registerContent {
    margin: 12px;
    margin-top: 73px;
}

.form-label {
    font-weight: bolder;
    font-size: 13px;
}

.form-info {
    font-size: 12px;
    color: #444;
    margin-top: 5px;
    line-height: 15px;
    margin-bottom: 6px;
    text-align: justify;
}

input.registerInput {
    border: 1px solid #161616;
    border-radius: 5px;
    padding: 13px;
    width: 100%;
    font-weight: bold;
}

div#regContainer {
    width: 100%;
    height: 100%;
    position: absolute;
}

span#nextStep,span#prevStep,#signup {
    border-radius: 5px;
    float: right;
    margin-top: 15px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    background: linear-gradient(to bottom,#e2e2e2 50%,#d9d9d9 50%);
    border-bottom: 1px solid #cbcbcb;
    border: 0;
    box-shadow: 0 0 0 1px #a5a5a5;
    border-top: 2px solid #fff;
    color: #333;
    font-size: 12px;
    padding: 10px 12px;
}

span#prevStep {
    position: absolute;
    right: 12px;
    top: 180px;
    text-align: center;
    width: 85px;
}

span#nextStep {
    margin-top: 15px;
}

span#prevStep:hover,span#nextStep:hover {
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,0.5);
}

input[type=radio]:checked+label {
}

input[type=radio] {
    display: none;
}

input[type=radio]+label {
    background: #999;
    height: 16px;
    width: 16px;
    display: inline-block;
    padding: 0 0 0 0px;
    font-size: 22px;
    cursor: pointer;
}

input[type=radio]:checked+label {
    color: #26A69A;
}

input[type=radio]+label[for=sexM] {
    background: url(../img/icons/genderMale.png);
    height: 24px;
    width: 16px;
}

input[type=radio]+label[for=sexF] {
    background: url(../icons/genderFemale.png);
    height: 24px;
    width: 16px;
}

input[type=radio]+label[for=sexM] {
    background: url(../img/icons/genderMale.png) left no-repeat;
    height: 24px;
    width: 88px;
    padding-left: 71px;
    text-align: left;
    line-height: 25px;
    float: left;
    margin-top: 7px;
}

input[type=radio]+label[for=sexF] {
    background: url(../img/icons/genderFemale.png) right no-repeat;
    height: 24px;
    width: 93px;
    padding-left: 7px;
    text-align: left;
    line-height: 25px;
    float: left;
    margin-top: 7px;
}

.errorContent>.notification.error {
    background: #d40000!important;
    margin-bottom: 10px;
    font-size: 13px;
    position: absolute;
    top: -87px;
    width: 102%;
    left: -5px;
}

.note {
    font-size: 13px;
    margin-top: 12px;
    background: #e2e2e2 url(../img/icons/note.png) no-repeat left 10px top 25px;
    border: 1px solid rgba(41,43,44,0.37);
    padding: 10px;
    padding-left: 45px;
    padding-right: 15px;
    border-radius: 5px;
    text-align: justify;
    line-height: 17px;
    color: #555;
    box-shadow: inset 0 0px 23px 1px rgba(0,0,0,0.3);
}

.staffContent {
    border-bottom: 1px dotted #ccc;
    font-size: 13px;
}

.staffImage {
    width: 64px;
    float: left;
    margin-bottom: 8px;
}

.staffInfo {
    float: left;
    padding: 7px;
    margin-top: 9px;
}

.staffName {
    color: #9C27B0;
    font-weight: bold;
    margin-bottom: 3px;
}

.staffMotto {
    color: #555;
    margin-bottom: 3px;
}

.staffOnline {
    color: #555;
}

.staffStatus {
    float: right;
    right: 10px;
    margin-top: 17px;
    position: absolute;
}

.rank {
    margin-bottom: 15px;
}

.infoTitle {
    font-size: 14px;
    color: #FF9800;
    font-weight: 500;
    margin-bottom: 5px;
}

.onlineUser {
    width: 218px;
    height: 161px;
    background: linear-gradient(to bottom,#fbfbfb 50%,#e5e5e5 50%);
    border-radius: 3px;
    border: 2px solid #000;
    padding: 8px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.onlineUser:hover {
    box-shadow: inset 0px 0px 1px 2px rgba(0,0,0,0.3);
}

#onlineUser {
    text-decoration: none;
    color: #333;
}

#onlineUser:nth-child(4n) .onlineUser {
    margin-right: 0px;
}

.username {
    font-weight: bold;
}

.info {
    max-width: 185px;
    line-height: 22px;
    margin-top: 42px;
}

#onlineUser:last-child {
    margin-bottom: 0px;
}

.badge {
    background: url(../img/others/habwave_staff.jpg) no-repeat;
    width: 31px;
    height: 34px;
    padding: 0px;
    margin: 0px;
    margin: 5px;
    margin-bottom: -40px;
    z-index: 2;
    position: relative;
}

.badge.XXX {
    background: url(../img/others/XXX.gif) no-repeat!important;
}

.staffOnline {
    background: linear-gradient(to bottom,#d3a600 50%,rgb(185,146,0) 50%)!important;
    box-shadow: inset 0 0 0 2px #feca00!important;
    border-width: 2px!important;
    color: #fff!important;
}

.staffOnline.staff {
    background: initial!important;
    box-shadow: none!important;
    border: none!important;
    color: #000!important;
}

.expertOnline {
    background: linear-gradient(to bottom,#26C6DA 50%,#00BCD4 50%);
    color: #fff;
    box-shadow: inset 0 0 0 2px #80DEEA;
}

.big_box_content {
    font-size: 13px;
    text-align: justify;
    max-height: 595px;
    overflow-y: auto;
}

.topUsers {
    width: 100%;
    border-top: 2px solid #81A0B0;
    height: 204px;
    background: url('../img/others/header.png') top 0px left -80px;
    margin-bottom: 10px;
}

.infoTopUser {
    display: inline-block;
    padding: 5px;
    padding-top: 10px;
    margin-left: -5px;
}

.scrollableTopListBox {
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 12px;
    margin-top: 10px;
}

.look1 {
    margin-left: 332px;
    margin-top: 38px;
    width: 60px;
    height: 120px;
    cursor: pointer;
}

.look2 {
    margin-left: 15px;
    margin-top: 11px;
    width: 60px;
    height: 120px;
    cursor: pointer;
}

.look3 {
    margin-left: 14px;
    margin-top: 42px;
    width: 60px;
    height: 120px;
    cursor: pointer;
}

.topUsersInfoBox {
    width: 250px;
    height: 145px;
    margin: 15px;
    border-width: 1px;
    background: rgba(255,255,255,0.9);
    position: absolute;
    border-color: #555;
    display: none;
}

.topUserName {
    text-align: center;
    font-size: 14px;
    font-family: 'ubuntu',sans-serif;
    margin: 10px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #888;
    color: #666;
}

.topUserStats div {
    font-size: 12px;
    font-family: 'ubuntu',sans-serif;
}

.topUserStats {
    margin: 0px 10px;
}

.hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.title {
    font-weight: 500;
    font-size: 14px;
}

.bgExamples,.headerExamples {
    margin-left: -479.5px;
    width: 959px;
    left: 50%!important;
    top: 40px!important;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #ccc;
    border-bottom: 8px solid #eee;
}

.bgExampleBig {
    width: 960px;
    margin-left: -480px;
    left: 50%!important;
    top: 40px!important;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #ccc;
    border-bottom: 8px solid #eee;
}

.bgExampleImages {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 5px;
}

.bgExamples img {
    border-radius: 3px;
    cursor: pointer;
}

.backgroundsTitle {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 7px;
    color: #fff;
    border: 1px solid #1d6fa5;
    border-bottom: 2px solid #1d6fa5;
    background: url(http://www.transparenttextures.com/patterns/cubes.png) #3498DB;
}

.bgTinyExample {
    margin-right: 5px;
    margin-bottom: 5px;
}

.bgExampleName,.headerExampleName {
    background: #fff;
    padding: 5px;
    border-radius: 2px;
    z-index: 99999;
    position: relative;
    margin-top: -145px;
    margin-left: 5px;
    text-align: center;
    width: 40%;
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
}

.bgExampleBig img {
    width: 936px;
    margin-bottom: -6px;
    border-radius: 3px;
}

span.button.b-close {
    background: #fff;
    color: #333;
    padding: 4px 10px;
    border-radius: 3px;
    cursor: pointer;
}

select#background,select#header {
    padding: 10px;
    margin: 10px 7px 0 10px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 #ccc,0 -1px #fff inset;
    -moz-box-shadow: 0 2px 0 #ccc,0 -1px #fff inset;
    box-shadow: 0 2px 0 #ccc,0 -1px #fff inset;
    background: #f8f8f8;
    color: #888;
    border: 1px solid #ccc;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 300px;
}

.show_examples {
    background: #eee;
    margin-top: 10px;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    width: 200px;
    text-align: center;
    cursor: pointer;
    float: left;
}

div#bgSettings,div#headerSettings {
    float: left;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 10px;
}

.headerExampleName {
    margin-top: 5px;
    margin-bottom: 7px;
    margin-left: 0px;
    width: 100%;
}

.hot-room {
    padding: 10px;
    padding-left: 50px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 13px;
    border: 1px solid #888;
    border-bottom: 0px;
    border-top: 1px dotted #888;
    text-align: left;
}

.hot-room:first-child {
    margin-top: 10px;
    border-radius: 3px 3px 0px 0px;
    border-top: 1px solid #888;
}

.room-occupancy-1 {
    background: url(../img/rooms/room_icon_1.gif) no-repeat top 5px left 8px;
}

.room-occupancy-2 {
    background: url(../img/rooms/room_icon_2.gif) no-repeat top 5px left 8px;
}

.room-occupancy-3 {
    background: url(../img/rooms/room_icon_3.gif) no-repeat top 5px left 8px;
}

.room-occupancy-4 {
    background: url(../img/rooms/room_icon_4.gif) no-repeat top 5px left 8px;
}

.hot-room:nth-child(odd) {
    background-color: #e1e1e1;
}

.hot-room:last-child {
    border-bottom: 1px solid #888;
    border-radius: 0 0 3px 3px;
    margin-bottom: 7px;
}

.moreActiveRooms {
    display: none;
}

a#moreActiveRooms {
    font-size: 14px;
    font-family: 'ubuntu',sans-serif;
    font-weight: 400;
    color: #FF9800;
    text-decoration: none;
}

.hot-room:last-child {
    border-bottom: 1px solid #888;
}

.hot-room:nth-child(5) {
    border-bottom: 1px solid #888;
    border-radius: 0 0 3px 3px;
    margin-bottom: 7px;
}

.hot-room span {
    font-size: 11px;
    color: #555;
}

span#checkAuction {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ltdContent {
    font-size: 13px;
    margin-top: 10px;
}

.ltdBox {
    background: url(../img/others/rare_action_bg.png) top left -35px;
    width: 209px;
    height: 190px;
    border: 1px solid #000;
    border-radius: 3px;
    margin-right: 1px;
}

.ltdInfo {
    width: 300px;
}

.ltdTitleTimer {
    border-bottom: 1px dotted #777;
    padding-bottom: 5px;
    margin-left: 2px;
    font-size: 14px;
    color: #555;
}

.ltdRare {
    margin: 80px 75px;
    -webkit-filter: drop-shadow(0 2px 0 #FFFFFF) drop-shadow(0 -2px 0 #FFFFFF) drop-shadow(2px 0 0 #FFFFFF) drop-shadow(-2px 0 0 #FFFFFF);
}

.biddings {
    width: 300px;
    height: 195px;
    border: 1px solid #777;
    border-radius: 3px;
    margin-top: 10px;
}

ul.biddingList {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 5px 10px;
}

ul.biddingList li {
    width: 100%;
    font-size: 10px;
    height: 30px;
    line-height: 12px;
    border-bottom: 1px dotted #777;
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 0px;
}

ul.biddingList li:last-child {
    border-bottom: 0px;
}

ul.biddingList li:first-child {
    padding-top: 0px;
}

.priceBox {
    background: #24231E;
    width: 207px;
    height: 32px;
    line-height: 29px;
    padding-left: 10px;
    margin-top: 8px;
    margin-right: 2px;
    border-radius: 2px;
    border: 2px solid #54524D;
    -webkit-box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px #000;
    color: #fff;
    font-size: 12px;
}

.priceBox .icon {
    height: 25px;
    width: 25px;
    border-radius: 0px;
    margin: 1px;
    -webkit-box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px #000;
}

.priceBox .icon.credits {
    background: url(../img/icons/creds.png) no-repeat;
    background-position: 50% 50%;
    background-color: #A47D15;
    border: 2px solid #e3c47c;
}

.priceBox .icon.duckets {
    background: url(../img/icons/duckets.png) no-repeat;
    background-position: 50% 50%;
    background-color: #9C27B0;
    border: 2px solid #CE93D8;
}

.priceBox .icon.diamonds {
    background: url(../img/icons/diamond.png) no-repeat;
    background-position: 50% 50%;
    background-color: #03A9F4;
    border: 2px solid #B3E5FC;
}

.ltdForm input[type="submit"] {
    box-shadow: none!important;
    padding: 7px;
    width: 39%;
}

.ltdForm {
    width: 100%;
    margin-top: 4px;
}

.ltdForm.credits input[type="number"] {
    background: url(../img/icons/creds.png) no-repeat top 8px left 8px;
}

.ltdForm.duckets input[type="number"] {
    background: url(../img/icons/duckets.png) no-repeat top 8px left 8px;
}

.ltdForm.diamonds input[type="number"] {
    background: url(../img/icons/diamond.png) no-repeat top 8px left 8px;
}

.ltdForm input[type="number"] {
    width: 309px;
    background-color: #fff;
    border: 1px solid rgb(119,119,119);
    border-bottom: 2px solid rgba(119,119,119,0.8);
    border-radius: 3px;
    padding: 3px 7px 3px 30px;
    height: 32px;
    margin-bottom: 0px;
}

.ltdForm form {
    margin-bottom: 0px;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.staffMessage {
    background: #fff;
    font-family: Open Sans;
    font-size: 13px;
    color: rgba(0,0,0,0.7);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 942px;
    margin: auto;
    border-radius: 0 0 2px 2px;
    padding: 10px;
}

.staffMessage b {
    font-weight: 700;
}

.uotwBox {
    background: url(../img/general/index.gif) top left no-repeat;
    ;width: 300px;
    height: 231px;
    float: right;
    margin-right: -318px;
    font-size: 12px;
    border-radius: 3px;
    border: 2px solid rgba(0,0,0,0.2);
}

.uotwInner {
    padding: 10px;
    background: rgba(0,0,0,0.3);
    height: 100%;
    border-radius: 3px;
    color: #fff;
}

#uotwContent {
    background: url(../img/uotw.png) no-repeat bottom center;
    position: absolute;
    bottom: 0px;
    height: 100px;
    width: 275px;
}

.headerRadio {
    background: #fff;
    border-radius: 3px;
    width: 220px;
    height: 100px;
    float: right;
    margin-top: 44px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    padding: 6px;
}

.radioInner {
    background: #eee;
    width: 100%;
    height: 70%;
    border-radius: 3px;
}

.radioInfo {
    font-size: 13px;
    width: 141px;
    margin-top: 3px;
    margin-left: 3px;
}

.radioNumber {
    margin-top: 10px;
}

.radioIcon {
    background: #66BB6A;
    width: 30px;
    color: #fff;
    text-align: center;
    height: 21px;
    margin-top: 5px;
    border-radius: 3px;
    padding-top: 2px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.radioIcon.radioPlay:hover {
    background: #43A047;
}

.radioIcon.radioVolDown {
    margin-left: 5px;
    background: #ef5350;
}

.radioIcon.radioVolDown:hover {
    background: #e53935;
}

.radioIcon.radioPlay {
    margin-left: 5px;
}

.radioIcon.radioStop {
    margin-left: 5px;
    background: #ef5350;
}

.radioIcon.radioStop:hover {
    background: #e53935;
}

.radioIcon.radioInfo {
    margin-left: 5px;
    background: #FF9800;
}

.radioIcon.radioInfo:hover {
    background: #FFA726;
}

.grid_12.welcomeBox {
    background: url(../img/general/4.png) top -290px left no-repeat;
    border-radius: 3px;
    border: 2px solid #fff;
    margin-bottom: 10px;
    margin-top: -5px;
    font-size: 25px;
    font-weight: lighter;
    height: 195px;
}

.welcomeInner {
    text-align: center;
    background: rgba(0,0,0,0.5);
    color: #fff;
    height: 100%;
    line-height: 180px;
}

.profileHead {
    height: auto;
    border-radius: 3px;
    border: 2px solid #fff;
    margin-top: -5px;
}

.profileHeadInner {
    height: 100%;
    padding: 50px;
}

.profileCircle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    margin: 50px;
    padding: 10px;
    text-align: center;
}

.profileCircleInner {
    width: 64px;
    height: 50px;
}

.userProfileAvatar {
    width: 64px;
    height: 110px;
    margin-top: -100px;
}

.userProfileName {
    margin-top: -85px;
    margin-left: 70px;
    font-family: Ubuntu;
}

.userProfileName span {
    text-transform: uppercase;
    font-size: 11px;
}

.userProfileName b {
    font-size: 17px;
}

.userProfileLastOnline {
    font-size: 13px;
    padding: 20px 0px 10px 90px;
    margin: 0px 0px 0px -20px;
    border-bottom: 1px dotted #ccc;
    width: 110%;
}

.userProfileBox {
    font-family: Ubuntu;
    color: #444;
    margin-top: 50px;
}

.userProfileInfo {
    margin-top: 19px;
    font-size: 12px;
}

.userProfileInfoBox {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 7px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 8px;
}

.userProfileInfoBox:last-child {
    margin-bottom: 0px;
}

.userProfileInfoBox .boxValue {
    background: #eee;
    width: 110px;
    margin: -7px;
    border-radius: 3px 0 0 3px;
    padding: 7px 7px 7px 10px;
    font-weight: bold;
}

.boxContent {
    padding: 0px;
    margin-left: 20px;
}

ul.guestbookMessages li {
    padding: 10px;
    background: #eee;
    border: 1px solid #ccc;
}

ul.guestbookMessages li:first-child {
    border-radius: 3px 3px 0 0;
    margin-top: 10px;
}

ul.guestbookMessages li:last-child {
    border-radius: 0 0 3px 3px;
}

ul.guestbookMessages li:nth-child(even) {
    border-top: 0px;
    background: rgba(186,202,211,0.04);
}

ul.guestbookMessages li .userFigureImg {
    float: left;
    width: 32px;
    height: 65px;
    margin-right: 5px;
}

.guestbookComment {
    text-align: left;
    width: 89%;
    float: right;
    margin-right: 5px;
}

ul.guestbookMessages li:nth-child(even) .userFigureImg {
    float: right;
    margin-left: 5px;
}

ul.guestbookMessages li:nth-child(even) .guestbookComment {
    float: left;
    margin-right: 0px;
}

ul.guestbookMessages li .guestbookUserTime span {
    font-weight: bold;
    text-decoration: underline;
}

div.guestbookMessages {
    max-height: 346px;
    overflow-y: auto;
}

.guestbookMsgModal {
    z-index: 999;
    background: #fff;
    padding: 13px;
    border-radius: 4px;
    color: #555;
}

.guestbookMsgModal h3 {
    font-size: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.guestbookMsgModal textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgb(204,204,204);
    padding: 8px 10px;
    margin-top: 5px;
    outline: none;
    float: left;
}

.guestbookMsgModal input {
    float: left;
}

.staffImage .tile img {
    margin-left: 1px;
}

.tile {
    background: url(../img/icons/tile.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 12px;
    margin-left: 5px;
    width: 69px;
}

ul.profileFriends li {
    width: 69px;
    height: 62px;
    border-radius: 3px;
    background: #eee;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.friendHead {
    width: 54px;
    height: 62px;
    margin-left: 9px;
}

ul.profileFriends li:nth-child(4n) {
    margin-right: 0px;
}

ul.profileFriends a.masterTooltip:nth-child(4n) {
    margin-right: 0px;
}

ul.profileFriends a.masterTooltip {
    float: left;
    width: 71px;
    margin-right: 8px;
}

.tooltipsy {
    padding: 10px;
    max-width: 200px;
    color: #303030;
    background-color: #f5f5b5;
    border: 1px solid #deca7e;
}

.profileBadge {
    height: 50px;
    width: 54px;
    float: left;
    background-color: rgba(0,0,0,0.05);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 9px;
}

.profileBadge:nth-child(5n) {
    margin-right: 0px;
}

.profileBadge.slotBadge {
    box-shadow: inset 0 0 0 2px orange;
}

.method-group.online2.bestvalue {
    background-position: top left;
    padding-bottom: 13px;
    background-color: #fdf6ec;
    border-color: #f90;
}

.method-group.online2.bestvalue {
    background-image: url(../img/general/nl_strike_top_aanbieding_diamanten.png);
    background-repeat: no-repeat;
}

.method-group.online2 {
    background: #fcf9ec url(../img/general/onlinemoney_crop.png) 26px 100% no-repeat;
    margin: 10px 0 0 0px;
    margin-left: -1px;
    min-height: 210px;
    border-bottom: 1px solid #f90;
    border-radius: 3px;
}

.habbobutton {
    height: 22px;
    border: solid 2px black;
    border-radius: 3px;
    cursor: pointer;
    padding: 0px 15px 2px 15px;
    font-size: 14px;
    line-height: 22px;
    font-family: Ubuntu,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-weight: bold;
    text-align: left;
}

.habbobutton.green {
    background-color: #2C7E00;
    box-shadow: inset 1px 1px 0px 0px #2C7E00,inset -6px 0px 0px -5px #2C7E00,inset 0px 11px 0px 0px #3BA800;
    color: white;
}

.habbobutton.green:hover {
    background-color: #339D00;
    box-shadow: inset 1px 1px 0px 0px #339D00,inset -6px 0px 0px -5px #339D00,inset 0px 11px 0px 0px #45CB00;
}

.habbobutton.white {
    background-color: #CCCCCC;
    box-shadow: inset 1px 1px 0px 0px #CCCCCC,inset -6px 0px 0px -5px #CCCCCC,inset 0px 11px 0px 0px #fff;
    color: #333;
}

.habbobutton.white:hover {
    background-color: #EAEAEA;
    box-shadow: inset 1px 1px 0px 0px #EAEAEA,inset -6px 0px 0px -5px #EAEAEA,inset 0px 11px 0px 0px #fff;
}

.habbobutton.grey {
    background-color: #606060;
    box-shadow: inset 1px 1px 0px 0px #606060,inset -6px 0px 0px -5px #606060,inset 0px 11px 0px 0px #888888;
    color: white;
}

.habbobutton.grey:hover {
    background-color: #7C7C7C;
    box-shadow: inset 1px 1px 0px 0px #7C7C7C,inset -6px 0px 0px -5px #7C7C7C,inset 0px 11px 0px 0px #A8A8A8;
}

.habbobutton.red {
    background-color: #B50000;
    box-shadow: inset 1px 1px 0px 0px #B50000,inset -6px 0px 0px -5px #B50000,inset 0px 11px 0px 0px #DE0000;
    color: white;
}

.habbobutton.red:hover {
    background-color: #D70000;
    box-shadow: inset 1px 1px 0px 0px #D70000,inset -6px 0px 0px -5px #D70000,inset 0px 11px 0px 0px #FF1616;
}

.habbobutton.purple {
    background-color: #800080;
    box-shadow: inset 1px 1px 0px 0px #800080,inset -6px 0px 0px -5px #800080,inset 0px 11px 0px 0px #D500D5;
    color: white;
}

.habbobutton.purple:hover {
    background-color: #C600C6;
    box-shadow: inset 1px 1px 0px 0px #C600C6,inset -6px 0px 0px -5px #C600C6,inset 0px 11px 0px 0px #FF1CFF;
}

.habbobutton.orange {
    background-color: #D56A00;
    box-shadow: inset 1px 1px 0px 0px #D56A00,inset -6px 0px 0px -5px #D56A00,inset 0px 11px 0px 0px #E67300;
    color: white;
}

.habbobutton.orange {
    background-color: #D56A00;
    box-shadow: inset 1px 1px 0px 0px #D56A00,inset -6px 0px 0px -5px #D56A00,inset 0px 11px 0px 0px #E67300;
    color: white;
}

.habbobutton.orange:hover {
    background-color: #F07800;
    box-shadow: inset 1px 1px 0px 0px #F07800,inset -6px 0px 0px -5px #F07800,inset 0px 11px 0px 0px #FF8204;
    color: white;
}

div.pricepoint-amount-container {
    float: left;
    display: block;
    margin-right: 5px;
    margin-top: 4px;
    text-align: right;
    width: 125px;
}

.method-group.phone #pricepoints div.credit-amount,.method-group.online #pricepoints div.credit-amount {
    font-weight: bold;
    min-width: 50px;
}

div.credit-amount {
    font-size: 25px;
    line-height: 22px;
    margin-right: 10px;
    float: left;
    width: 75px;
}

div.credit-amount-x {
    width: 7px!important;
    background: url(../img/icons/diamonds_x_dia_equals.png) 0 0 no-repeat;
    line-height: 20px;
    margin-right: 5px;
    float: left;
    height: 23px;
}

div.credit-amount-coin {
    width: 26px!important;
}

div.credit-amount-coin {
    width: 26px;
    background: url(../img/icons/diamonds_x_dia_equals.png) -11px 0 no-repeat;
    line-height: 20px;
    float: right;
    height: 23px;
}

#buy_diamonds {
    width: auto;
    font-family: 'Varela Round',sans-serif!important;
    color: rgb(150,150,150);
    height: 28px;
    margin-bottom: 5px;
}

.buy_diamonds {
    position: absolute;
    margin: 15px 0 0 220px;
}

#methods ul {
    list-style: none;
    list-style-type: none;
    float: right;
    margin: 25px;
    padding: 0;
}

#methods ul li {
    margin-bottom: 19px;
}

#methods ul li:last-child {
    margin-bottom: -3px;
}

.disclaimer h3 span {
    background: url(../img/icons/permission.png) no-repeat 100% 3px;
    padding: 0 20px 4px 0;
}

.disclaimer h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #b72c2d;
    font-weight: normal;
    text-align: center;
}

.disclaimer {
    margin: 10px 0 0 2px;
    padding: 0;
    width: 380px;
    border: 0;
    color: #999;
    font-size: 11px;
    text-align: justify;
    float: left;
}

.portomonnee,.voucher {
    float: right;
    color: #fff!important;
    background: #0b6395;
    padding: 10px;
    border-radius: 3px;
    margin-top: 15px;
    margin-right: 5px;
    width: 56%;
}

.portomonnee .userCredits:before {
    background: url(../img/icons/sprite.98b25254.png) no-repeat;
    background-position: -266px -252px;
    height: 20px;
}

.portomonnee .userCredits:before,.portomonnee .userDiamonds:before,.portomonnee .isUserVip:before {
    width: 20px;
    display: inline-block;
    margin-right: 4px;
    margin-top: -2px;
    vertical-align: middle;
    content: '';
}

.portomonnee .userDiamonds:before {
    background-image: url(../img/icons/sprite.98b25254.png);
    background-position: -244px -252px;
    height: 20px;
}

.portomonnee .userCredits,.portomonnee .userDiamonds {
    float: left;
    margin: 0px;
    padding-left: 0px;
    border: 0px;
    margin-right: 15px;
}

.portomonnee h3,.voucher h3 {
    margin: -10px -10px 10px -10px;
    padding: 7px;
    background: rgba(0,0,0,0.3);
    border-radius: 3px 3px 0 0;
    font-size: 18px;
}

.portomonnee .isUserVip:before {
    background: url(../img/icons/vip.png);
    height: 19px;
}

.portomonnee .isUserVip {
    margin-top: 10px;
}

.voucher input[type="text"] {
    border-radius: 3px;
    padding: 6px 10px;
    margin-top: 2px;
    width: 305px;
    float: left;
    height: auto;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.voucher input[type="submit"] {
    width: 180px;
    margin-top: 1px;
    margin-left: 10px;
    box-shadow: none;
    padding: 5.4px;
    font-size: 13px!important;
    margin-bottom: 1px;
    border-radius: 3px;
    border-width: 2px;
    float: right;
}

.buy_provip {
    position: absolute;
    width: 70%;
    margin: 15px 0 0 240px;
}

span#readMore {
    font-weight: bold;
    cursor: pointer;
    color: #64B5F6;
}

#buy_vip_button {
    text-align: center;
    font-weight: normal;
    margin-top: 0px;
    width: 200px;
    margin-left: auto;
    font-size: 13px;
    margin-right: auto;
}

p#buy_provip,.already_vip {
    width: 307px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    margin-top: 15px;
}

.read_more_vip_modal {
    display: none;
    background: #fff;
    border-radius: 3px;
    padding: 7px 9px 7px 7px;
}

#buy_vip_button input {
    padding: 4px 11px 5px 11px;
    text-transform: none;
    font-size: 13px!important;
    border-color: initial;
    line-height: initial;
    border: 1px solid #000;
    border-radius: 3px;
}

.buy_targetpay,.buy_card {
    background: #fff;
    margin-bottom: 10px;
    padding: 6px;
    width: 93%;
    margin-left: 19px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
}

.avatar-create:before {
    background-image: url(../img/general/sprite.fd8a8fba.png);
    background-position: -199px -100px;
    width: 54px;
    height: 61px;
    margin-top: -9px;
}

.avatar-create:after,.avatar-create:before {
    display: block;
    position: absolute;
    content: '';
}

.avatar-create:after {
    background-image: url(../img/general/sprite.fd8a8fba.png);
    background-position: -163px -75px;
    width: 34px;
    height: 36px;
    left: 32px;
    top: 25px;
    margin-top: -18px;
    margin-left: -24px;
}

.avatarLoggedIn {
}

.avatarLoggedIn:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/general/sprite.fd8a8fba.png);
    background-position: -112px -131px;
    background-size: 500p;
    width: 44px;
    height: 50px;
    content: '';
    display: block;
    float: right;
    margin-right: 40px;
    margin-top: 28px;
    position: absolute;
    right: 30px;
}

.indexInfo {
    background: #fffaef;
    border-color: #ecdcb6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    color: #b68b53;
    border: 1px solid;
    padding: 10px;
    margin-bottom: 10px;
}

li#fbLogon:before {
    background-image: url(../img/general/sprite.fd8a8fba.png);
    background-position: -332px -315px;
    width: 32px;
    height: 28px;
    content: '';
    display: inline-block;
    position: absolute;
    margin-top: 10px;
}

thead {
    font-weight: bold;
}

table.loginAttempts {
    width: 100%;
}

.profileVisitors a {
	text-decoration: none;
	color: #000;
}
.profileVisitors span.staff {
	background: url(../img/icons/staff.gif);
	font-weight: bold;
	color: goldenrod !important;
}
.profileVisitors span.vip {
	background: url(../img/icons/vip.gif);
	font-weight: bold;
	color: darkred !important;
}

input.addFb:hover {
    background: #3B5998;
}

input.addFb {
    border: 1px solid #365899;
    background: rgba(54, 88, 153, 0.85);
	margin-top: 10px;
}