.load {
    position: relative;
}
.load:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
    background: url(/images/ajax-loader.gif) no-repeat;
    background-size: cover;
}
.full-width {
    width: 100%;
}
.tick-wrap {
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.tick-ok,
.tick-fail {
    position: relative;
}
.tick-ok:after,
.tick-fail:after {
    display: block;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
    height: 17px;
    margin: -8px 0 0;
    background: url(/images/ticks.png) no-repeat;
    background-size: 20px 34px;
}
.tick-fail:after {
    background-position: 0 -17px;
}
#content {
}
.content {
    width: 785px;
    overflow: hidden;
    margin: 40px auto 0;
    font-size: 16px;
    min-height: 500px;
    font-family: MyriadProRegular;
}

.no-auth.content {
    width: 730px;
}

.content .text {
    width: 575px;
    margin: 0 0 40px;
}
.content label {
    font-weight: bold;
    color: #989898;
}
.content input {
    width: 586px;
    height: 47px;
    border: 1px solid #989898;
    padding: 0 15px;
    float: left;
    background: #fff;
    color: #989898;
}
.content input[disabled] {
    background: #c4eac0;
    color: #43403e;
}
.content .text-grey {
    font-weight: bold;
    color: #989898;
}
.cursor-pointer {
    cursor: pointer;
}

.web-alert .alert-btn.ok.block {
    opacity: 0.5;
    cursor: default;
    background: #1b9f0d;
}

.verification-code .ui-widget-content .message a {
    color: #1e87f0;
}

input.verification-code-input-box {
    width: 44px;
    height: 44px;
    border: solid 1px #cccecd;
    font-size: 30px;
    text-align: center;
}

.resend-code-box {
    clear: both;
    text-align: center;
}

.create-raffall-form textarea::-webkit-input-placeholder,
.content input::-webkit-input-placeholder {
    color: #989898;
}

.create-raffall-form textarea::-moz-placeholder,
.content input::-moz-placeholder {
    color: #989898;
}

.create-raffall-form textarea:-ms-input-placeholder,
.content input:-ms-input-placeholder {
    color: #989898;
}

.create-raffall-form textarea::-ms-input-placeholder,
.content input::-ms-input-placeholder {
    color: #989898;
}

.create-raffall-form textarea::placeholder,
.content input::placeholder {
    color: #989898;
}

.content .item {
    overflow: hidden;
    margin: 0 0 20px;
    position: relative;
}
.content .change-box {
    overflow: hidden;
    display: none;
}
.content .item.small {
    width: 280px;
    float: left;
}
.content .item.small:first-child {
    margin: 0 25px 0 0;
}
.content .item.small input {
    width: 100%;
}
.content .form-btn {
    display: block;
    width: 167px;
    height: 41px;
    line-height: 41px;
    color: #fefefe;
    text-align: center;
    background: #3bb82e;
    float: right;
    margin: 3px 0 0;
    text-decoration: none;
}
.content .verify-mob {
    margin: 27px 0 0;
}
.content select {
    height: 100%;
    width: 100%;
    border: none;
    background: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.content .select {
    height: 47px;
    width: 100%;
    border: 1px solid #989898;
    background: #fff;
    color: #989898;
    position: relative;
}
.content .select:after {
    display: block;
    content: "";
    position: absolute;
    width: 15px;
    border: 12px solid transparent;
    border-top: 12px solid #a9a4a4;
    top: 17px;
    right: 16px;
    z-index: 0;
}
.content .navigate {
    position: relative;
    overflow: hidden;
    padding: 0 0 40px;
}
.content .navigate a {
    display: block;
    width: 140px;
    height: 41px;
    background: #c4eac0;
    color: #fff;
    padding: 0 0 0 11px;
    text-align: center;
    float: left;
    line-height: 41px;
    font-size: 16px;
    position: relative;
    font-family: MyriadProRegular;
}
.content .navigate a:nth-child(1) {
    z-index: 4;
}
.content .navigate a:nth-child(2) {
    z-index: 3;
}
.content .navigate a:nth-child(3) {
    z-index: 2;
}
.content .navigate a:nth-child(4) {
    z-index: 1;
}
.mac .content .navigate a {
    line-height: 45px;
}
.content .navigate a:after {
    display: block;
    content: "";
    width: 22px;
    height: 41px;
    position: absolute;
    right: -22px;
    top: 0;
    background: url(/images/nav-arrow.png) no-repeat -22px 0;
}
.content .navigate a span {
    vertical-align: top;
}
.content .navigate a:focus,
.content .navigate a:active,
.content .navigate a:visited,
.content .navigate a:hover {
    text-decoration: none;
}
.content .navigate a.active {
    background: #3bb82e;
    font-weight: bold;
}
.content .navigate a.active:after {
    background-position: 0 0;
}
.content .tab {
    display: none;
}
.content .tab.active {
    display: block;
}
.content .game input[disabled] {
    background: #fff;
}

#tablist {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}
#tablist .ui-tabs-nav {
    clear: both;
    padding-left: 0;
}

#tablist .ui-tabs-nav li {
    display: block;
    width: 25% !important;/* width: 140px; */
    height: 41px;
    background: #c4eac0;
    color: #fff;
    padding: 0 0 0 11px;
    text-align: center;
    float: left;
    line-height: 41px;
    margin: 0;
    position: relative;
}

#tablist .ui-tabs-nav li:after {
    display: block;
    content: "";
    width: 22px;
    height: 41px;
    position: absolute;
    right: -22px;
    top: 0;
    background: url(/images/nav-arrow.png) no-repeat -22px 0;
}

#tablist .image {
    margin: 25px 0 !important;
}

#tablist .image img{
    max-width: 100%;
}

#tablist .image.big img {
    width: 100%;
}

#tablist .ui-tabs-nav li:nth-child(1) {
    z-index: 4;
}
#tablist .ui-tabs-nav li:nth-child(2) {
    z-index: 3;
}
#tablist .ui-tabs-nav li:nth-child(3) {
    z-index: 2;
}
#tablist .ui-tabs-nav li:nth-child(4) {
    z-index: 1;
}

#tablist .ui-tabs-nav li a {
    display: block;
    outline: none;
    font-family: MyriadProRegular;
    font-size: 16px;
    color: #fff;
    padding: 0;
    width: 100%;
}

#tablist .ui-state-default {
    border: none;
}

#tablist.ui-tabs .ui-tabs-panel {
    padding: 40px 1em 70px;
}

#tablist .ui-tabs-panel {
    display: none;
}

#tablist li.ui-tabs-active {
    background: #3bb82e;
    font-weight: bold;
    border: none;
}

#tablist li.pre-active {
    background: #3bb82e;
    font-weight: normal;
    border: none;
}

#tablist li.pre-active:after,
#tablist li.ui-tabs-active:after {
    background-position: 0 0;
}

#tablist .ui-tabs-nav a:focus,
#tablist .ui-tabs-nav a:active,
#tablist .ui-tabs-nav a:visited,
#tablist .ui-tabs-nav a:hover {
    text-decoration: none;
}

#tablist.ui-widget.ui-widget-content {
    border: none;
    background: transparent;
}

#tablist .ui-widget-content {
    color: #a9a4a4;
}

#tablist .ui-widget-content p {
    margin-bottom: 15px;
}

#tablist .ui-widget-header {
    border: 0;
    background: transparent;
    width: calc(100% - 22px);
}

#tablist .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    padding: 0;
}

#tablist .col-xs-9,
#tablist .col-xs-3 {
    padding: 0;
}
#tablist .rf-btn {
    margin-top: 25px;
    color: #fff;
}

#tablist .group {
}

#tablist .group > * {
    width: 50%;
    float: left;
}

#tablist .group .right-side {
    text-align: right;
}

#tablist .group .ipad {
    height: 370px;
}

.partner-logos-wrap {
    position: fixed;
    bottom: 0px;
    left: 260px;
    right: 0px;
    background-color: #fff;
}

.partner-logos {
    max-width: 765px;
    padding: 20px 0;
    margin: 0px auto;
}

.partner-logos > div {
    float: left;
    height: 30px;
}

.partner-logos span {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #a9a4a4;
}

.partner-logos .fb-holder img {
    position: relative;
    margin-left: 5px;
    top: -7px;
    width: 100px;
}

.partner-logos .google-apple-holder img {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    top: -3px;
    width: 90px;
}

.partner-logos .google-apple-holder span:last-child img {
    top: -9px;
    width: 23px;
}

.partner-logos .google-apple-holder {
    margin: -5px 55px 0;
}

.partner-logos .paypal-holder img {
    position: relative;
    margin-left: 5px;
    top: -4px;
    width: 100px;
}

.partner-logos .paypal-holder {
    margin: -5px 0 0;
}

.hoster-page__hoster-ifo {
    margin-bottom: 40px;
}

.hoster-page__hoster-ifo .hoster-ifo__img {
    width: 140px;
    height: 140px;
    background-size: cover;
    background-position-y: 0;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 1px solid #cccecd;
    float: left;
}

.hoster-page__hoster-ifo .hoster-ifo__img img {
    border-radius: 50%;
    width: 100%;
}

#profile-form .cell:before {
    background: none;
}

#profile-form .profile-image-wrapper {
    position: relative;
    width: 140px;
    height: 140px;
    float: left;
}

#profile-form .profile-image-wrapper .progressbar-holder {
    border-radius: 50%;
}

#profile-form .errorMessage {
    font-size: 14px;
    color: #ff0000;
}

/*#profile-form .item.bio {*/
/*    position: relative;*/
/*}*/

#profile-form .counter {
    position:absolute;
    top:-26px;
    right:0px;
    font-size:14px;
    color:grey
}

#profile-form .counter.red {
    color: #ff0000;
}

.hoster-page__hoster-ifo .hoster-ifo__text {
    margin-left: 30px;
    float: left;
}
.hoster-page__hoster-ifo .hoster-ifo__heading {
    font-size: 30px;
    color: #989898;
    padding-top: 40px;
}
.hoster-page__hoster-ifo .ok {
    margin-bottom: 5px;
}
#user_avatar_upload, #user_cover_upload {
    display: none;
}
.hoster-page__hoster-ifo a {
    color: #3bb82e;
}
.hoster-ifo__coverimage {
    margin-top: 40px;
    position: relative;
    height: 195px;
}
.hoster-ifo__coverimage .hoster-ifo__coverimg {
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.hoster-ifo__coverimage .hoster-ifo__coverimg img{
    width: 100%;
}
.hoster-ifo__coverimage .change_cover_image_label {
    /* position: absolute;
    top: 50%;
    right: -150px; */
}
.hoster-ifo__coverimg.loading{
  position: relative;
}
.hoster-ifo__coverimageempty {
    position: relative;
    height: 150px;
}
/*.hoster-ifo__coverimageempty .hoster-upload-empty a{*/
/*    font-size: 22px;*/
/*}*/
.hoster-ifo__coverimageempty .hoster-upload-empty{
    height: 150px;
    width: 100%;
    border: 1px solid #989898;
    margin-top: 40px;
    padding-top: 60px;
    text-align: center;
}

a.resend {
    color: #3bb82e;
    float: right;
    margin-right: 200px;
}

@media screen and (min-width: 960px) and (max-width: 1220px) {
    #tablist .ui-tabs-nav li:after {
        right: -21px;
    }

    #tablist .ui-tabs-nav li {
        width: 125px;
    }

    .no-auth.content {
        width: 650px;
    }

    .partner-logos {
        max-width: 652px;
    }

    .partner-logos .google-apple-holder {
        margin: 0px 30px 0;
    }

    .partner-logos .fb-holder img {
        top: -4px;
        width: 85px;
    }

    .partner-logos .google-apple-holder img {
        top: -2px;
        width: 70px;
    }

    .partner-logos .google-apple-holder span:last-child img {
        width: 18px;
        top: -6px;
    }

    .partner-logos .paypal-holder img {
        top: -2px;
        width: 80px;
    }

    .partner-logos .paypal-holder {
        margin: 0px 0 0;
    }

    .content.contact-page {
        width: 680px;
    }

    .contact-page .form-btn {
        height: 47px;
        line-height: 47px;
        margin: 0;
    }

    .contact-page input {
        width: 483px;
    }

    .contact-page.content .verify-mob {
        margin: 23px 0 0;
    }

    .contact-page.content .item.small {
        width: 230px;
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    .no-auth.content {
        width: 475px;
    }

    #tablist .ui-tabs-nav li {
        width: 90px;
    }

    #tablist .ui-tabs-nav li a {
        font-size: 14px;
    }

    #tablist .ui-tabs-nav li:after {
        right: -21px;
    }

    #tablist {
        /* margin-bottom: 200px; */
    }

    /* .partner-logos { */
    /* max-width: 265px; */
    /* text-align: center; */
    /* padding: 10px 0; */
    /* } */

    /* .partner-logos .google-apple-holder { */
    /* margin: -5px 0px 0; */
    /* } */

    /* .partner-logos > div + div{ */
    /* margin-top: 5px !important; */

    /* } */

    /* .partner-logos > div{ */
    /* display: inline-block; */
    /* float: none; */
    /* } */

    .partner-logos {
        padding: 30px 0 40px;
        margin: 0px auto;
    }

    .partner-logos > div {
        float: none;
    }

    .partner-logos > div {
        margin: 10px auto;
        text-align: center;
    }

    .partner-logos span:first-child {
        display: block;
        margin-bottom: 5px;
    }

    .partner-logos span {
        font-size: 16px;
        font-family: HelveticaNeue;
    }

    .partner-logos .fb-holder img {
        position: relative;
        display: inline-block;
    }

    .partner-logos .google-apple-holder img {
        position: relative;
        margin-left: 15px;
        margin-right: 15px;
    }

    .partner-logos .google-apple-holder span:last-child img {
        top: -7px;
    }

    .partner-logos .google-apple-holder {
        margin: 35px 0 45px;
    }

    .partner-logos .paypal-holder img {
        position: relative;
        margin-left: 0px;
    }

    .partner-logos .paypal-holder {
        margin: -5px 0 0;
    }

    .content.contact-page {
        width: 460px;
    }

    .content.contact-page .text {
        width: 100%;
    }

    .contact-page .form-btn {
        height: 47px;
        line-height: 47px;
        margin: 0;
        width: 115px;
    }

    .resend {
        margin-right: 130px;
    }

    .contact-page input {
        width: 330px;
    }

    .contact-page.content .verify-mob {
        margin: 23px 0 0;
    }
}
