/* .class1 .class2
    in case of
    <div class="class1">
        <div class="class2">  </div>
    </div>
 */
/* .class1.class2
    in case of
    <div class="class1 class2">  </div>
 */
/* .class1, .class2
    to keep code smaller when two classes have same properties
    <div class="class1">  </div>
    <div class="class2">  </div>
 */
/* How to undefine/delete a CSS property:
    element {
        property: initial;
    }
 */

.halloween-header .promo-header-img {
    top: 31px;
    left: 200px;
    z-index: 2;
}

#notifyMsgBody .approve-decline-actions {
    position: absolute;
    display: block;
    padding: 3px;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto;
    height: 20px;
}

#question-suggest-form #preview-wraper {
    width: 155px;
    height: 155px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.separator {
    width: 2px;
    height: 83px;
    margin: 11px 26px 0 0;
    float: left;
    background: url("../img/vip_separator.png") no-repeat top left;
}

#question-suggest-form .options-wrapper #options-dib, #question-suggest-form .options-wrapper #picture-dib {
    vertical-align: top;
}

#question-suggest-form .options-wrapper #picture-dib {
    margin-left: 20px;
}

#question-suggest-form .options-wrapper.picture-hidden-quiz #picture-dib {
    display: none !important;
}

fieldset.field-border {
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

input.base-input-text {
    padding: 5px 8px 4px 8px;
    margin: 4px 0px;
    display: inline-block;
    border: 1px solid #d1cece;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #666;
    outline-width: 0;
}

.base-input-select {
    background-color: #fff;
    padding: 6px 12px;
    width: 100%;
}

#send-chips-wrapper .block-content {
    width: 300px;
    margin: 10px auto;
    border-radius: 6px;
}

#send-chips-wrapper {
    width: 680px;
}

#send-chips-wrapper .paper-module {
    height: 45px;
    line-height: 32px;
}

#send-chips-wrapper .paper-module, #send-chips-wrapper .sliderHolder {
    width: 250px;
    margin-left: 16px;
}

#send-chips-wrapper .sliderHolder #sliderContent {
    width: 227px;
}

#send-chips-wrapper .paper-module .paper-bottom {
    width: 252px;
    background: url(../img/modules/note_paper_bottom_shadow.jpg) repeat top left;
}

#send-chips-wrapper .buyChipsButton {
    font-size: 17px;
    width: 194px;
    margin: 0 auto;
}

#send-chips-wrapper #send-chips-msg {
    width: 300px;
    margin-left: -20px;
    margin-bottom: -35px;
}

.modal-container .item-popup-wrapper {
    min-width: 300px;
}

.ajax-btn {
    position: relative;
}

.ajax-btn .item-price-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    height: 16px;
}

.achievements-rankings-wrapper .modern-btn {
    max-width: 47px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.achievements-rankings-wrapper .achievement-top-3-pos {
    margin: 5px 0;
}

.achievements-rankings-wrapper .achievement-top-3-pos span {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    color: #494949;
}

.block-achievement.block-achievement-rankings {
    width: 215px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.block-achievement.block-achievement-rankings .block-user-info {
    width: 140px;
}

.block-achievement.block-achievement-rankings .month-title {
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 4px;
    color: #727272;
    font-weight: bold;
}

.achievements-rankings-wrapper {
    width: 100%;
    border-collapse: collapse;
    border-color: #CCC;
}

.achievements-rankings-wrapper th {
    width: 33%;
    font-size: 18px;
}

.achievements-rankings-wrapper tr {
    border: 1px solid #e6e5e4;
}

.block-achievement.block-achievement-rankings .achievement-unlocked-info {
    display: inline-block;
    position: relative;
    left: 7px;
    top: 5px;
    font-weight: bold;
    font-size: 15px;
}

.achievement-position {
    background-image: url(../img/achievements-position.png);
    width: 45px;
    height: 40px;
}

.achievements-right-col .achievement-position {

}

.achievement-position .achievement-pos-num {
    position: relative;
    top: 5px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #B48137;
}

.block-achievement.block-achievement-rankings .achievement-position {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.block-achievement.in-notification-achievement .block-achievement-left {
    width: 347px;
}

.block-achievement.in-notification-achievement .block-achievement-left .progress-wrapper {
    /*position: static;*/
}

.block-achievement.in-notification-achievement .block-achievement-right {
    width: 249px;
    float: right;
}

.block-achievement.in-notification-achievement .block-achievement-right .block-achievement-markers-left {
    width: 180px;
}

.block-achievement.in-notification-achievement .block-achievement-right .block-achievement-markers-left .achievement-marker {
    margin: 0 6px;
}

.block-achievement.in-notification-achievement .block-achievement-right .block-achievement-markers-left .achievement-marker img {
    width: 30px;
}

.block-achievement.in-notification-achievement .block-achievement-right .block-achievement-markers-right img {
    width: 64px;
}

.block-achievement .achievement-marker {
    margin: 0 10px;
}

.block-achievement .block-achievement-left {
    position: relative;
}

.block-achievement .block-achievement-right, .block-achievement .block-achievement-left {
    width: 365px;
    vertical-align: middle;
}

.block-achievement.in-game-achievement .block-achievement-right, .block-achievement.in-game-achievement .block-achievement-left {
    width: 335px;
}

.block-achievement .block-achievement-markers-left {
    width: 285px;
}

.block-achievement.in-game-achievement .block-achievement-markers-left {
    width: 250px;
}

.block-achievement.in-game-achievement .block-achievement-info {
    width: 220px !important;
}

.block-content-no-margin-tl {
    margin-top: -10px;
    margin-left: -10px;
}

.valign-mid {
    vertical-align: middle;
}

.block-achievement .achievement-award-wrap {
    position: absolute;
    right: 5px;
    top: 5px;
}

.block-achievement .achievement-completed-img {
    position: absolute;
    display: block;
    bottom: 20px;
}

.block-achievement.in-game-achievement {
    margin: 2px 4px 8px 8px;
}

.block-achievement.in-game-achievement .block-achievement-info {
    width: 220px;
}

.block-achievement.in-game-achievement .progress-wrapper .progress {
    width: 175px;
}

.block-game-item .block-game-item-btn span.item-count {
    font-size: 18px;
    background: inherit;
}

#ajax-friends-content .dropdown-navbar .fb-friends-wrapper, #ajax-friends-content .dropdown-navbar .invitations-wrapper {
    min-height: 80px;
}

#ajax-friends-content .dropdown-navbar .fb-friends-wrapper #fb-not-connected-wrapper {
    padding: 7px;
    border: 1px solid rgba(132, 132, 132, 0.73);
    border-radius: 12px;
    width: 89%;
    height: 68px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    background: rgb(118, 176, 192);
    background: -moz-linear-gradient(left, rgba(118, 176, 192, 1) 0%, rgba(59, 157, 186, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(118, 176, 192, 1) 0%, rgba(59, 157, 186, 1) 100%);
    background: linear-gradient(to right, rgba(118, 176, 192, 1) 0%, rgba(59, 157, 186, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76b0c0', endColorstr='#3b9dba', GradientType=1);
    color: #edf5f8;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.37);
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

#ajax-friends-content .dropdown-navbar .fb-friends-wrapper #fb-not-connected-wrapper #question-bg {
    position: absolute;
    top: -2px;
    left: -22px;
    width: 122px;
    height: 71px;
    background-image: url(../img/icons/question.png);
}

#ajax-friends-content .dropdown-navbar .fb-friends-wrapper #fb-not-connected-wrapper #fb-text-connect {
    margin-left: 75px;
    display: block;
}

#ajax-friends-content .dropdown-navbar .fb-friends-wrapper .right-invite-btn-wrapper {
    position: absolute;
    margin-top: -34px;
    right: 5px;
}

#ajax-friends-content .dropdown-navbar .fb-friends-wrapper .right-invite-btn-wrapper .delete-fb-friend-btn {
    padding: 3px 7px;
}

#ajax-friends-content .dropdown-navbar .fb-friends-wrapper .msg-body {
    width: 100%;
}

#ajax-friends-content .sub-title {
    width: 425px;
}

#ajax-friends-content .sub-title span {
    background: white;
    padding-left: 8px;
    font-size: 12px;
}

#ajax-friends-content .dropdown-navbar .invitations-wrapper .msg-body {
    width: 300px;
}

#ajax-friends-content .dropdown-navbar .friend-invitation-actions {
    margin-top: 3px;
}

.game-history-wrap {
    width: 225px;
    height: 219px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    color: #4587ca;
    border-radius: 4px;
}

.game-history-wrap.belot-history-wrap {
    background: url('../img/belot-replay.png');
}

.game-history-wrap.chess-history-wrap {
    background: url('../img/chess-replay.png');
}

.game-history-wrap .title-top {
    text-align: center;
}

.game-history-wrap .title-top span.head-title {
    font-weight: bold;
    display: block;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.74);
    font-size: 33px;
    line-height: 1;
}

.body-domain-6 .game-history-wrap .title-top span.head-title {
    font-size: 28px;
}

.body-domain-6 .game-history-wrap .title-top {
    margin-top: 4px;
}

.game-history-wrap .title-top span.second-title {
    font-size: 16px;
    color: #3A3A3A;
}

.game-history-wrap .title-bottom {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 200px;
    color: #043357;
    font-size: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

.icon-hover-red:hover .icon-remove {
    background-position: 0px -8px;
}

#ajax-notification-content .happy-birthday-img {
    background: url('../img/notify-birthday.jpg');
    width: 433px;
    height: 325px;
}

#ajax-notification-content .dropdown-navbar {
    z-index: 101;
}

#ajax-notification-content .delete-notification-btn {
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
}

#ajax-notification-content .full-width {
    padding: 0;
}

#ajax-notification-content .full-width .msg-body {
    max-width: 433px;
    width: 433px;
}

#ajax-notification-content .full-width.msg-unread {
    background: none !important;
}

#ajax-notification-content .no-hover:hover {
    background: none !important;
}

#ajax-notification-content .full-width .avatar {
    display: none;
}

#notifyTip {
    display: none;
    position: absolute;
    z-index: 101;
    border: 1px solid #909090;
    background: #fff;
    color: #424141;
    font-weight: bold;
    font-size: 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    width: 500px;
}

#notifyTip .sub-title span {
    background: white;
    padding-left: 8px;
}

#notifyTip .sub-title {
    width: 490px;
    margin: 8px 0px;
}

#notifyTip .report-fix .sub-title {
    width: 461px;
}

#notifyTip .text-section {
    margin-top: 15px;
    color: #575353;
    font: italic 15px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#notifyTip .notify-btn-section {
    position: absolute;
    bottom: 0;
    display: block;
    width: 490px;
    padding: 10px 9px;
}

#notifyTip .notifyTextMessage {
    width: 430px;
    margin: 0 auto;
}

#notifyTip .notifyTextAlternative {
    width: 490px;
}

#notifyTip .user-card-max {
    padding-bottom: 47px;
}

#notifyTip .notification-text {
    color: #191919;
    font-weight: normal;
    font-size: 15px;
}

#notifyTip b {
    color: #4c7785
}

#notifyTip:before {
    content: "";
    position: absolute;
    margin-left: -5px;
}

#notifyTip.n:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -5px;
    width: 11px;
    height: 9px;
    background: transparent url(../img/tooltip_arrow.png) 0 0 no-repeat
}

#notifyTip.w:before {
    background: transparent url(../img/tooltip_arrow_w.png) 0 0 no-repeat;
    top: 40px;
    right: -9px;
    width: 9px;
    height: 11px;
}

#notifyTip .high {
    color: #f74f38
}

#notifyTip .middle {
    color: #fc9c38
}

#notifyTip .low {
    color: #8cdc35
}

.ajax-notification-content .card-image-sm {
    margin-right: 20px;
    display: inline-block;
}

.ajax-notification-content .card-msg {
    word-break: break-word;
}

.btn-label-compact {
    top: -10px;
    right: -1px;
    padding: 0 3px;
}

.btn-label-compact-secondary {
    top: -9px;
    left: -1px;
    right: auto;
    padding: 0 3px;
    border: 1px solid #57aec8;
}

.block-achievement .progress-details {
    font-weight: bold;
    margin-left: 7px;
}

.block-achievement .progress-wrapper {
    position: absolute;
    bottom: 20px;
}

.block-achievement .progress {
    padding: 4px;
    border-radius: 6px;
    background-color: rgba(175, 175, 175, 0.25);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    width: 185px;
    vertical-align: middle;
}

.block-achievement .progress > .progress-bar-achievement.progress-red {
    background-color: #f63a0f;
}

.block-achievement .progress > .progress-bar-achievement.progress-orange {
    background-color: #f27011;
}

.block-achievement .progress > .progress-bar-achievement.progress-yellow {
    background-color: #f2b01e;
}

.block-achievement .progress > .progress-bar-achievement.progress-dark-yellow {
    background-color: #f2d31b;
}

.block-achievement .progress > .progress-bar-achievement.progress-dark-dark-yellow {
    background-color: #E1EF50;
}

.block-achievement .progress > .progress-bar-achievement.progress-green {
    background-color: #86e01e;
}

.block-achievement.block-achievement-one-row .block-achievement-info .difficulty-icon {
    width: 55px;
    position: absolute;
    right: 7px;
    top: 7px;
}

.block-achievement.block-achievement-one-row .block-achievement-info p {
    width: 550px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-achievement .progress > .progress-bar-achievement {
    position: relative;
    height: 13px;
    border-radius: 4px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}

.block-achievement .progress-bar-achievement:before, .progress-bar-achievement:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.block-achievement .progress-bar-achievement:before {
    bottom: 0;
    background: url("../img/stripes.png") 0 0 repeat;
    border-radius: 4px 4px 0 0;
}

.block-achievement .progress-bar-achievement:after {
    z-index: 2;
    bottom: 45%;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
}

#achievements .block-achievement.block-achievement-one-row .block-achievement-info {
    width: 506px;
}

.cursor-default {
    cursor: default;
}

#massChat .friend-list {
    width: 210px;
}

#massChat .friend-list .tab li a {
    width: 86px;
}

#massChat .real-chat {
    width: 495px;
}

#massChat .real-chat .send-meesage-block input[type="text"] {
    width: 326px;
    height: 19px;
}

#massChat .real-chat .send-meesage-block .chat-btns-holder {
    display: inline-block;
    width: 55px;
    height: 28px;
    left: -2px;
    border: 1px solid #d1cece;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#massChat .real-chat .send-meesage-block .video-chat-send {
    margin-top: 1px;
}

#massChat .real-chat .send-meesage-block .chat-emoticons {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 0;
    height: 28px;
}

#massChat .real-chat .send-meesage-block .chat-picture-send {
    border: 0;
    height: 28px;
}

#massChat #status-msgs {
    margin-bottom: 10px;
    display: none;
}

#massChat .friend-list a.v-start-chat.not-vip:hover {
    background-color: inherit !important;
}

#massChat .friend-list .tab-content .chat-list li .info {
    width: 135px;   /* keep it this way! */
}

#massChat .real-chat .messages-history .message-sended p {
    width: 405px;
    word-wrap: break-word;
}

#massChat .friend-list .tab-content .chat-list li .icon-small-note {
    right: 2px;
}

#massChat #tab-users {
    width: 210px;
    height: 38px;
    border-bottom: 1px solid #DDDDDD;
}

#massChat .tab-content {
    height: 355px;
    padding: 1px 0;
}

#massChat footer {
    height: 52px;
}

#massChat #room-name {
    cursor: default;
}

.special-offer-tip {
    font-size: 14px;
}

.username.username-promo {
    margin: -8px 0 7px 0;
}

.promo-timer-btn {
    font-size: 13px;
}

.promo-timer-btn .icon-promo-timer {
    line-height: 42px;
    width: 17px;
    margin-right: 0px;
    margin-left: 4px;
    background-position: 0 5px;
    float: left;
}

.promo-timer-btn .icon-promo-timer:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.icon-fix-center {
    width: 18px !important;
    margin: 0px 2px !important;
}

textarea.album-image-title-text {
    width: 480px;
    margin: 10px 0px;
    height: 100px;
    resize: none;
}

.vcenter {
    vertical-align: middle;
}

.write-comment .btn-emos-album {
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 37px;
}

.write-comment #comment-picture-text {
    background-color: #f3f3f3;
    border: 1px solid #d2d2d2;
}

.write-comment #albumEmosList {
    position: absolute;
    bottom: 62px;
    right: 36px;
    height: 192px;
    text-align: left;
    padding: 5px 0px 0px 7px;
}

.write-comment #albumEmosList .email-emot-icons {
    border-bottom: none;
}

.picture-holder .comment-holder .album-comment-settings {
    cursor: pointer;
}

.picture-holder .comment-holder .album-settings-content {
    max-height: 67px;
    height: auto;
    background: #F4F4F4;
    bottom: inherit;
    top: 40px;
    z-index: 1;
}

.picture-holder .comment-holder .album-settings-content .album-settings-list {
    padding: 0px;
}

.picture-holder .comment-holder .album-settings-content .album-settings-list li a {
    font-weight: normal;
}

.block-photo-slider.profile-album-photos img {
    border: 1px solid #989592;
    padding: 1px;
    background: #fff;
    object-fit: cover;
}

.video-msg-send {
    margin: 13px 0;
}

.send-back-video {
    position: relative;
    top: 34px;
    font-weight: bold;
    display: inline-block;
}

.belotBanner {
    margin-bottom: 15px;
}

#packetmoods-container .alert-bloks p, #packetmoods-container-animated .alert-bloks p {
    width: 96% px;
}

#chatSoundSettings {
    position: absolute;
    z-index: 2;
    right: 37px;
    top: 5px;
}

.select2-results li {
    color: #1B1B1B;
}

#videoChatPlayer {
    position: relative;
    left: -10px;
}

.game-tabs #videoChatPlayer {
    position: absolute;
    left: 0px;
}

.search-username {
    max-width: 103px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-container .block-head .title {
    margin-right: 23px;
}

.no-vip-popup {
    width: auto !important;
}

.captchaLogin {
    font-size: 22px;
    text-align: center;
}

.tabs-game-item {
    margin-bottom: 10px !important;
}

.tabs-game-item .block-img {
    margin-bottom: 5px;
}

.homeHronoPlayrsImg {
    margin-right: 4px;
    width: 20px;
    height: 20px;
}

.homeHronoPlayrsGameImg {
    padding: 5px 5px 5px 5px;
    border-radius: 9px;
    -moz-border-radius: 12px;
    -wbkit-border-radius: 12px;
    width: 20px;
}

#hronoContent .block-activity-row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#hronoContent .block-activity-entry {
    width: 600px;
}

.hearts.likeable {
    cursor: pointer;
    color: gray !important;
}

.hearts.unlikeable {

}

.most-liked-images .total-image-likes {
    display: block;
    text-align: center;
    height: 20px;
    margin-top: 4px;
}

.most-liked-users-box .block-achievement-filter, .most-liked-images .block-achievement-filter {
    border: none;
    background: none;
    box-shadow: none;
    text-align: center;
}

.most-liked-users-box .selected-liked-type, .most-liked-images .selected-liked-image-type {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #3e97ac;
    background: #45a4bb;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2)
}

.most-liked-users-box .selected-liked-type:hover, .most-liked-images .selected-liked-image-type:hover {
    color: #fff;
}

.most-liked-type, .most-liked-image-type {
    cursor: pointer;
}

.hearts.hearts-in-right-column {
    position: absolute;
    left: 0;
    right: 0;
    line-height: 23px;
    text-align: center;
    display: block;
}

.most-liked-type-content .right-side-height {
    position: relative;
}

.most-liked-type-wrapper {
    display: inline-block;
    margin: 0;
}

.photo-frame-no-js {
    position: relative;
    width: 88px;
    padding: 1px;
    border: 1px solid #989592;
    background: #fff;
}

.statistics-holder .block-activity {
    width: 234px;
    vertical-align: top;
    margin-right: 11px;
}

.statistics-holder .block-activity:last-child {
    margin-right: 0px;
}

.statistics-holder .block-activity .block-activity-row {
    color: #4c7785;
    font-weight: bold;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.statistics-holder .block-activity .block-activity-log {
    height: 123px;
}

.statistics-holder .block-activity .block-activity-outer, .statistics-holder .block-activity .block-activity-middle, .statistics-holder .block-activity .block-activity-inner {
    background-size: auto;
}

.statistics-holder .block-activity .block-activity-outer {
    background: url(../img/modules/activity_top_stats.png) left top no-repeat;
}

.statistics-holder .block-activity .block-activity-middle {
    background: url(../img/modules/activity_bottom_stats.png) left bottom no-repeat;
    padding-bottom: 11px;
}

.statistics-holder .block-activity .block-activity-inner {
    background: url(../img/modules/activity_body_stats.png) left top repeat-y;
}

.statistics-holder .block-activity .block-activity-row {
    padding-top: 2px;
    padding-bottom: 0px;
}

.tab-hoverable:hover {
    background: #f2f1f0;
    background: -moz-linear-gradient(top, #fafaf9 0, #f2f1f0 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #fafaf9), color-stop(100%, #f2f1f0));
    background: -webkit-linear-gradient(top, #fafaf9 0, #f2f1f0 100%);
    background: -o-linear-gradient(top, #fafaf9 0, #f2f1f0 100%);
    background: -ms-linear-gradient(top, #fafaf9 0, #f2f1f0 100%);
    background: linear-gradient(to bottom, #fafaf9 0, #f2f1f0 100%)
}

.hearts-in-ratings {
    color: #f25e61;
    line-height: 24px;
    font-weight: normal;
}

#mostLikedProfiles .block-achievement {
    width: 332px;
    margin: 5px;
}

.profileLikes .block-achievement {
    width: 352px;
    margin: 5px;
}

#mostLikedProfiles .block-achievement .block-user-info, .profileLikes .block-achievement .block-user-info {
    width: 245px;
}

#mostLikedProfiles .block-user-action, .profileLikes .block-user-action {
    top: 2px;
}

#mostLikedProfiles .block-user-action:hover .icon, .profileLikes .block-user-action:hover {
    background-position: 0px;
}

.chat-emoticons-header .customLink {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    position: relative;
}

.chat-emoticons-header .customLink img {
    position: relative;
    top: 25%;
    left: 2px;
    display: inline-block;
}

.bought-wrapper, .user-bought-emo-cat, .chat-emoticons-header {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}

.chat-emoticons-header .buy-emo-link {
    position: absolute !important;
    right: 3px;
}

.block-emo-shop {
    width: 924px;
    height: 100%;
}

.block-emo-shop.in-store {
    width: 770px;
}

.block-emo-shop.in-view-emo {
    width: 536px;
}

.block-emo-shop .block-blue {
    display: inline-block;
    width: 299px;
    vertical-align: top;
    margin-right: 4px;
}

.block-emo-shop .block-blue.in-store {
    width: 250px;
}

.block-emo-shop .emo-shop-category {
    margin-bottom: 32px;
    height: 90px;
}

.block-emo-shop .emo-shop-category.in-view {
    height: auto;
}

.block-emo-shop .emo-shop-category-icon {
    display: inline-block;
    max-width: 70px;
    margin: 0px 14px 13px 0px;
    vertical-align: top;
}

.block-emo-shop .emo-shop-category-icon img {
    width: 100%;
}

.block-emo-shop .emo-shop-category-icon .price-wrap {
    position: absolute;
    bottom: 9px;
}

.block-emo-shop .emo-category-actions {
    text-align: right;
}

.block-emo-shop .emo-shop-cat-icons {
    display: inline-block;
    width: 191px;
    height: 115px;
    overflow:hidden
}

.block-emo-shop .emo-shop-cat-icons.in-store {
    width: 130px;
}

.block-emo-shop .block-blue .block-head {
    border-top: 1px solid #cfdbe6;
    border-right: 1px solid #adc3d4;
    border-left: 1px solid #adc3d4;
    background: #aec3d5;
    background: -moz-linear-gradient(top, #aec3d5 0, #668faf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aec3d5), color-stop(100%, #668faf));
    background: -webkit-linear-gradient(top, #aec3d5 0, #668faf 100%);
    background: -o-linear-gradient(top, #aec3d5 0, #668faf 100%);
    background: -ms-linear-gradient(top, #aec3d5 0, #668faf 100%);
    background: linear-gradient(to bottom, #aec3d5 0, #668faf 100%);
}

.block-emo-shop .emo-shop-cat-icons img {
    max-width: 40px;
}

.block-emo-shop .emo-shop-category.in-view img {
    max-width: 80px;
    margin: 10px;
}

.block-emo-shop .emo-sticker-wrap {
    padding: 7px;
    position: relative;
}

.block-emo-shop .emo-sticker-wrap img {
    cursor: pointer;
}

.video-chat-emots-wrapper {
    border: 1px solid #d1d1d1;
    text-align: center;
    padding-top: 6px;
    width: 228px;
    height: 177px;
    position: fixed;
    bottom: 30px;
    margin-left: 249px;
    z-index: 9999;
    background: #e6e5e4;
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

.block-game-start .game-add-btns {
    width: 376px;
}

.block-game-start .game-add-btns a {
    float: none;
    padding: 8px 22px;
    margin-right: 10px;
}

.main-payment-wrapper {
    border: 1px solid rgb(189, 189, 189);
    width: 700px;
    box-shadow: 1px 1px 1px #EBEBEB;
}

.payment-header {
    text-align: center;
    font-size: 20px;
}

.payment-content {
    text-align: center;
    padding: 15px;
}

.payment-content .payment-methods {
    padding: 11px 0;
}

.payment-content .payment-method {
    border: 1px solid #aaa;
    background: #f1f1f1;
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
    padding: 4px;
    border-radius: 4px;
}

.payment-content .payment-method-active {
    background: #236C97;
}

.payment-content-blackfriday .payment-method-active {
    background: #45484d !important; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%) !important; /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #45484d 0%, #000000 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=1) !important; /* IE6-9 fallback on horizontal gradient */
}

.red-line {
    width: 22px;
    height: 1px;
    background: red;
    display: inline-block;
    vertical-align: middle;
}

.payment-content .payment-method .payment-method-desc {
    margin-top: 5px;
    font-size: 13px;
}

.payment-content .payment-method-active .payment-method-desc {
    color: white;
}

.payment-content .payment-method img {
    width: 150px;
    height: 120px;
    border: 1px solid #aaa;
    border-radius: 3px;
}

.payment-footer {
    text-align: center;
    padding: 15px;
}

.payment-footer .payment-desc {
    margin: 10px 0;
}

.payment-footer .payment-btn {
    padding: 4px 29px;
}

.easypay-payment {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

.easypay-payment.bank-payment {
    width: 810px;
}

.step {
    width: 220px;
    height: 296px;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    margin-right: 15px;
}

.bank-payment.easypay-payment #step-1 {
    background: rgb(195, 195, 195); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(195, 195, 195, 1) 0%, rgba(183, 183, 183, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(195, 195, 195, 1)), color-stop(100%, rgba(183, 183, 183, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(195, 195, 195, 1) 0%, rgba(183, 183, 183, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(195, 195, 195, 1) 0%, rgba(183, 183, 183, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(195, 195, 195, 1) 0%, rgba(183, 183, 183, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(195, 195, 195, 1) 0%, rgba(183, 183, 183, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3c3c3', endColorstr='#b7b7b7', GradientType=0); /* IE6-9 */
}

.easypay-payment #step-2 {
    background: #89c403; /* Old browsers */
    background: -moz-linear-gradient(top, #89c403 0%, #78a909 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89c403), color-stop(100%, #78a909)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #89c403 0%, #78a909 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #89c403 0%, #78a909 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #89c403 0%, #78a909 100%); /* IE10+ */
    background: linear-gradient(to bottom, #89c403 0%, #78a909 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#78a909', GradientType=0); /* IE6-9 */

}

.easypay-payment #step-1 {
    background: #01b0f1; /* Old browsers */
    background: -moz-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01b0f1), color-stop(100%, #0086cf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #01b0f1 0%, #0086cf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01b0f1', endColorstr='#0086cf', GradientType=0); /* IE6-9 */
}

.bank-payment.easypay-payment #step-3 {
    background: #01b0f1; /* Old browsers */
    background: -moz-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01b0f1), color-stop(100%, #0086cf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #01b0f1 0%, #0086cf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01b0f1', endColorstr='#0086cf', GradientType=0); /* IE6-9 */
}

.bank-payment #step-1 {
    width: 300px;
}

.easypay-code-box {
    width: 200px;
    height: 100px;
    border: 1px solid red;
    margin: 0 auto;
    border-radius: 6px;
    background: rgb(143, 215, 248);
    border: 1px solid rgb(100, 100, 100);
}

.bank-payment #step-1 .easypay-code-box {
    width: 285px;
    height: 160px;
    background: #E0E0E0;
}

.bank-payment #step-2 .easypay-code-box {
    background: rgb(128, 197, 147);
}

.easypay-payment .step div {
    margin-top: 15px;
    color: #000;
    font-size: 14px;
}

.bank-payment .step div {
    margin-top: 8px;
}

.easypay-text {
    padding: 7px;
    text-align: left;
}

.easypay-code-box code {
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: bold;
}

.bank-payment .easypay-code-box code {
    font-size: 17px;
    letter-spacing: 0;
}

.easypay-code-box div {
    margin-bottom: 9px;
}

.bank-payment .easypay-code-box div {
    margin-bottom: 0;
}

.easypay-payment #step-1 header {
    background: #1f85d0;
}

.easypay-payment #step-2 header {
    background: #76A311;
}

.bank-payment.easypay-payment #step-3 header {
    background: #1f85d0;
}

.bank-payment.easypay-payment #step-1 header {
    background: #919191;
}

.easypay-payment .step header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 30px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
}

.easypay-payment .step span {
    color: white;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    padding-top: 10px;
    font-weight: bold;
    text-shadow: 0px 1px #4D4D4D;
}

.gamePointsInfo {
    position: relative;
    top: 4px;
    right: 0px;
    float: none;
}

.payDescHr {
    border: 0;
    height: 1px;
    width: 95%;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(155, 155, 155, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.settings-connect-fb {
    text-align: center;
    padding: 10px;
}

.content-box #payments-chart {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}

#items .sub-nav, #ranking .sub-nav {
    margin: -10px;
    margin-bottom: 0;
}

#items .loader-holder {
    float: right;
}

#items .loader-holder img {
    opacity: 0.2;
}

.item-countdown span, .item-countdown {
    background: none !important;
    padding: 1px;
}

.item-countdown {
    position: absolute;
    left: 0;
    width: 126px;
}

.icon-item-fix {
    width: 16px;
    height: 18px;
    background-size: 85% !important;
    vertical-align: bottom;
    margin-left: 4px !important;
}

.game-tabs .tab-content > div {
    display: none;
}

.active-paypal-promotion {
    position: absolute;
    width: 50px;
    text-align: center;
    height: 50px;
    z-index: 1;
    top: -21px;
    right: -19px;
    background: url(../img/promotion.png) no-repeat;
    background-position: 0px 0px;
    background-size: 97%;
    color: white;
    font-size: 17px;
    padding-top: 11px;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    cursor: default;
}

.active-paypal-promotion-qr {
    top: -31px;
    right: -24px;
}

.active-paypal-promotion.epay-promo {
    z-index: 100;
    top: -75px;
}

.promotion-label {
    background: rgb(255, 135, 97);
    border-radius: 5px;
    padding: 4px;
    margin-left: -2px;
}

.promo-img {
    position: absolute;
    left: 16px;
    top: -4px;
    width: 26px;
}

.button-promo {
    display: inline-block;
    left: -10px;
    height: 50px;
    line-height: 24px;
    padding-left: 60px;
    padding-right: 3px;
    position: relative;
    background-color: rgb(41, 127, 184);
    color: rgb(255, 255, 255);
    text-decoration: none;
    letter-spacing: 0px;
    margin-bottom: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ff123852, Positive=true);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#33000000, Positive=true);
}

.button-promo span.paypal-credits {
    color: #aaa !important;
}

.button-promo > span {
    position: absolute;
    left: 0;
    width: 42px;
    height: 23px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 10px;
    padding-top: 3px;
}

.more-promo-wrap .button-promo > span {
    height: 20px;
    line-height: 22px;
}

.button-promo:active {
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ccffffff, Positive=true);
}

.button-promo.orange {
    background: #FF7F00;
}

.button-promo.purple {
    background: #8e44ad;
}

.button-promo.turquoise {
    background: #1abc9c;
}

.button-promo.red {
    background: #e74c3c;
}

.promo-label-clickable {
    position: absolute;
    height: 26px;
    width: 53px;
    left: 0;
    z-index: 1;
}

.more-promo-wrap .promo-label-clickable {
    height: 24px;
}

.promo-header-img {
    position: absolute;
    top: 25px;
    left: 160px;
    width: 100px;
}

.getPromoChips {
    position: relative;
    width: 671px;
}

.getPromoChips .djagar {
    left: -8px;
    top: 3px;
}

.getPromoChips .getFreeChipsText {
    text-align: left;
    width: auto;
    padding-left: 32px;
}

.getPromoChips .getFreeChipsButton {
    top: 2px;
    right: 3px;
    cursor: default;
}

.getPromoChips .promoImg {
    margin-top: -5px;
    position: absolute;
    left: -9px;
    top: 21px;
}

.promo-popup-holder {
    background: url(../img/modules/modal_transparent.png) no-repeat;
    padding-left: 190px;
}

.promo-popup-holder-friday {
    height: 250px;
    background: url(../img/promo_friday.jpg) no-repeat;
    padding-left: 190px;
}

.promo-popup-bubble {
    width: 300px;
    display: block;
    margin: 0px 10px;
    position: relative;
    top: 8px;
    font-size: 15px;
}

.promo-popup-bubble:before {
    top: 52px;
}

.promo-percent-holder {
    font-size: 34px;
    color: #FFF;
    position: relative;
    top: -100px;
    left: -260px;
    z-index: 1;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.promo-percent-holder > img {
    position: absolute;
    top: -17px;
    left: -14px;
    z-index: -1;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.promo-type-icon-holder {
    position: absolute;
    top: 30px;
    left: -140px;
    z-index: 1;
}

.kkcountdown-box .kkc-dni, .kkcountdown-box .kkc-dni-text {
    margin-right: 4px;
}

.promo-popup-timer {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 342px;
    color: rgb(227, 227, 233);
    border: 1px solid #A3A3A3;
    border-radius: 6px;
    padding: 5px;
    background: rgb(135, 224, 253); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(135, 224, 253, 1) 0%, rgba(83, 203, 241, 1) 40%, rgba(5, 171, 224, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(135, 224, 253, 1)), color-stop(40%, rgba(83, 203, 241, 1)), color-stop(100%, rgba(5, 171, 224, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(135, 224, 253, 1) 0%, rgba(83, 203, 241, 1) 40%, rgba(5, 171, 224, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(135, 224, 253, 1) 0%, rgba(83, 203, 241, 1) 40%, rgba(5, 171, 224, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(135, 224, 253, 1) 0%, rgba(83, 203, 241, 1) 40%, rgba(5, 171, 224, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(135, 224, 253, 1) 0%, rgba(83, 203, 241, 1) 40%, rgba(5, 171, 224, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87e0fd', endColorstr='#05abe0', GradientType=0); /* IE6-9 */
}

.preview-item-bubble {
    margin: 10px;
    display: inline-block;
    width: 246px;
    vertical-align: middle;
}

.img-item-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    text-align: center;
}

.timeout-item {
    text-align: center;
}

.bg-suedinenie-logo {
    position: absolute;
    top: -24px;
    left: -54px;
    z-index: 0;
    width: 202px;
    height: 103px;
    overflow: hidden;
    display: block;
    box-shadow: 1px 0px 20px;
    -ms-transform: rotate(-43deg);
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
}

#bnpparibas-message-wrap form {
    display: none;
}

.blog-category-row {
    position: relative;
    margin-bottom: 5px;
}

.blog-category-row .blog-category-text {
    font-family: 'Myriad Pro';
    font-size: 11pt;
    color: #666666;
}

.blog-category-row .numbr-notify {
    min-width: 7px;
    padding: 2px 3px;
    background-color: #d0cfce;
    border: 1px solid #b1b1b1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    line-height: 10px;
    vertical-align: middle;
    position: absolute;
    right: 5px;
}

.blog-search-holder {
    padding-bottom: 10px;
    position: relative;
}

.blog-search-holder form {
    background: #eceaeb;
    border: 1px solid #d1cece;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 222px;
}

.blog-search-holder input[type="text"] {
    padding: 4px 8px;
    background: #eceaeb;
    border-radius: 3px;
    border: none;
    width: 180px;
}

.blog-search-holder input[type="submit"] {
    background: url('../img/icons/search.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    width: 23px;
    position: absolute;
    top: 5px;
}

.blog-search-holder img {
    position: absolute;
    right: 8px;
    top: 8px;
}

.tag .tag-checked > span {
    padding-right: 25px;
}

.blog-article-content img {
    max-width: 707px;
    padding: 0 10px 10px 0;
}

.blog-article-row .social-btns .twitter-share-button {
    width: 120px !important;
}

.blog-article-row .social-btns div, .blog-article-row .social-btns .twitter-share-button {
    float: left;
    margin-right: 10px;
}

.blog-article-row .social-btns iframe {
    background: transparent;
}

.credits-history-icon {
    margin-right: 8px;
    vertical-align: middle;
}

.bubble-credits {
    width: 80px;
    display: inline-block;
    font-weight: bold;
    float: right;
    padding: 1px 25px 2px 10px;
}

.creditsHistory .credits-extra {
    width: 500px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.creditsHistory .block-activity-entry {
    width: 670px;
}

.customLink {
    cursor: pointer;
}

.game .fb-like {
    display: block;
    margin-top: -3px;
}

.blog .btn-read-more {
    padding-bottom: 20px;
}

.rounded-notice {
    border-radius: 67px;
    height: 16px;
    top: -11px;
    line-height: inherit;
}

.block-activity-mine .block-activity-actions {
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    bottom: 0;
}

.block-activity-mine .block-activity-actions a .icon-remove {
    position: absolute;
    top: 45%;
}

.prel {
    position: relative;
}

.block-activity-mine .block-activity-outer {
    background: transparent url(../img/modules/activity_mine_profile_top.png) 0 0 no-repeat;
}

.block-activity-mine .block-activity-inner {
    background: url(../img/modules/activity_mine_profile_body.png) left top repeat-y;
}

.block-activity-mine .block-activity-row {
    margin-left: 10px;
}

.block-activity-mine .i-delete-activity {
    opacity: 0.3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    margin: auto !important;
}

.block-activity-mine .i-delete-activity:hover {
    opacity: 1;
}

.block-avatar .img-btn-three {
    width: 236px;
}

.block-avatar .img-btn-three .outer, .block-avatar .img-btn-three .middle, .block-avatar .img-btn-three .inner {
    width: 126px;
}

.default-avatar-bubble {
    width: 230px;
    position: relative;
    top: 45px;
    text-align: center;
}

#default-avatar-holder {
    padding-left: 30px;
    padding-top: 12px;
}

.block-avatar-item {
    margin-bottom: 0px;
}

.reg-fix label.error {
    top: 36px;
    left: 0px;
    position: absolute;
    width: 200px;
}

.num-played-games {
    font-size: 14px;
    font-weight: normal;
    margin-top: -5px;
    display: block;
    padding-top: 10px;
    color: #909090;
    text-transform: uppercase;
    text-align: center;
}

.game-item-info {
    opacity: 0;
    position: absolute;
    width: 126px;
    height: 22px;
    border-bottom: 1px solid rgb(156, 156, 156);
    line-height: 22px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    left: 1px;
    top: 1px;
    font-size: 13px;
    font-weight: normal;
    background: rgb(242, 246, 248); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 246, 248, 1)), color-stop(50%, rgba(216, 225, 231, 1)), color-stop(51%, rgba(181, 198, 208, 1)), color-stop(100%, rgba(224, 239, 249, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0); /* IE6-9 */
    z-index: 2;
}

.modern-btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #3e97ac;
    background: #45a4bb;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin: 0 5px;
    padding: 1px 7px;
}

#cookiePrivacyWrap {
    height: 18px;
}

.winner-text {
    font-family: Helvetic;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: rgb(199, 204, 66);
    text-shadow: 1px 1px #616161;
}

.winner-jackpot-wrap {
    padding: 7px 5px;
}

.slider-wrapper .slides li {
    position: relative;
}

.block-photo-slider .flex-direction-nav .flex-prev {
    background-position: 0px 10px;
}

.block-photo-slider .flex-direction-nav .flex-next {
    background-position: -55px 10px;
}

.block-photo-slider .flex-direction-nav {
    position: absolute;
    top: 0px;
    right: 14px;
}

.block-photo-slider .flex-direction-nav li {
    display: inline-block;
}

.block-photo-slider .flex-direction-nav li a:before {
    content: "";
}

.block-photo-slider .flex-direction-nav li a {
    position: static;
    opacity: 1;
    background: url(../img/slider_elements_images.png) no-repeat;
    width: 20px;
}

/*#regForm .form-msg {*/
    /*width: 494px;*/
/*}*/

.footer-btn-wrap {
    text-align: center;
}

.preloader.video-ad .preloader_wrapper {
    width: 795px;
}

.preloader.video-ad .preloader_wrapper .preloader_central_banner {
    width: 795px;
    height: 450px;
    margin: -33px 0px 0px 0px !important;
}

.preloader.video-ad .preloader_wrapper .preloader_load_holder {
    margin: 28px 0px 15px 0px;
    display: none;
}

#upload-album-wrap {
    margin-bottom: 10px;
    padding: 6px;
}

#album-add-comment {
    width: 173px;
    height: 24px;
}

.dz-error .album-add-comment, .album-add-comment {
    display: none;
}

.dz-preview .album-delete {
    display: none;
}

.dz-preview.dz-success .album-delete, .dz-preview.dz-error .album-delete {
    display: block;
}

.dz-success .album-add-comment {
    display: block;
}

.upload-drop-picture {
    min-height: 170px;
    height: auto;
    padding-bottom: 80px;
    padding-top: 7px;
    border: 1px solid #aaa;
    background: #cfe7fa; /* Old browsers */
    background: -moz-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfe7fa), color-stop(100%, #6393c1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cfe7fa 0%, #6393c1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfe7fa', endColorstr='#6393c1', GradientType=0); /* IE6-9 */

}

.upload-drop-picture .title {
    border-bottom: none;
}

.xmas-profile {
    position: absolute;
    /*bottom: 2px;*/
    bottom: -28px;
    width: 180px;
}

.block-profile-xmas {
    background: url(../img/profile_background.jpg) no-repeat;
    background-size: cover;
}

#regForm label .email-reg-tip {
    margin-left: -28px;
}

/*.chat-emoticons-wrapper .chat-emoticons-content:nth-child(2) {*/
    /*overflow: hidden;*/
/*}*/

/*WRITE_HERE*/
.special-item-frame {
    border-top-left-radius: 6px;
}

.special-item-frame {
    border-top-right-radius: 6px;
}

.special-item-frame:hover:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: 1;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30)
}

.special-item-frame:hover:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border: 2px solid #2c96b7;
    background: transparent url(../img/icons/zoom.png) center center no-repeat
}

.special-item-frame:hover {
    border-color: #187997
}

.special-item-frame:hover:before, .special-item-frame:hover:after {
    content: "";
    position: absolute
}

.gameDescription p {
    color: #888;
    font: normal 11pt 'Trebuchet MS', Arial, Verdana, sans-serif;
}

.chatEmosList {
    width: 180px;
    position: absolute;
    top: -1000px;
    left: -1000px;
    margin: 0;
    padding: 0;
    border: 1px solid #2C97C5;
    background-color: #E7E7E7;
}

.chatEmosList span {
    display: inline-block;
    margin: 0;
    padding: 3px;
    cursor: pointer;
}

.greetPanelAjax {
    width: 700px;
}

.greetText {
    width: 480px;
    height: 80px;
    margin: 20px 0 0 20px;
    background-color: #f3f3f3;
    border: 1px solid #d2d2d2;
    padding: 5px;
    font-size: 13px;
}

.greetText:hover {
    border: 1px solid #888;
}

.greetText:focus {
    border: 1px solid #111;
}

.email-emot-icons {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #999;
    max-width: 740px;
}

.email-emot-icons span {
    display: inline-block;
    margin: 0;
    padding: 4px;
    cursor: pointer;
}

.email-emot-icons span:hover {
    background-color: #dbdbdb;
    border-radius: 3px;
}

.ajax-btn {
    text-align: right;
    padding: 7px;
    box-sizing: border-box;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ajax-btn .btn {
    padding: 2px 8px 2px 5px;
    margin-right: 7px;
}

.vip-user {
    display: inline-block;
    position: absolute;
    margin-top: 59px;
    margin-left: 11px;
    width: 43px;
    height: 21px;
    font-size: 1px;
    background: transparent url('../img/vip_small.png') 0 0 no-repeat;
    background-size: 64%;
}

.ajax-content-friend {
    padding: 15px;
}

.ajax-content-friend .avatar {
    display: inline-block;
}

.ajax-content-friend .avatar img {
    width: 55px;
    height: 55px;
}

.friend-invite-send .avatar img {
    width: 55px;
    height: 55px;
}

.ajax-right-content {
    padding-left: 10px;
    display: inline-block;
}

.cell-space-small {
    width: 37px;
    height: 22px;
}

.cell-space-invite {
    width: 70px;
    height: 22px;
}

.loading-ajax {
    display: block;
    margin: 0 auto;
}

.ajax-modal-games {
    padding: 15px;
    height: auto;
}

.game-thumb-image img {
    width: 48px;
    height: 48px;
}

.game-to-invite {
    width: 703px;
}

.block-game-invite-filter {
    padding: 8px 7px;
    border-bottom: 1px solid #cccbcb;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    background: #f5f4f3
}

.block-game-invite-filter a, .block-gift-send-filter a {
    float: left;
    margin: 0 5px;
    padding: 0 5px;
    border: 1px solid #f5f4f3;
    color: #666;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.39);
    cursor: pointer;
}

.block-big-card-item a {
    float: initial;
}

.block-game-invite-filter a:hover, .block-gift-send-filter a:hover {
    color: #4c7785;
}

.block-game-invite-filter a.selected-game, .block-gift-send-filter a.selected-gift-category {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #3e97ac;
    background: #45a4bb;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2)
}

.lose-game-invite {
    position: absolute;
    color: #FF0000;
    font-size: 11px;
    width: 100%;
    left: 0;
}

.win-game-invite {
    position: absolute;
    width: 100%;
    left: 0;
}

.game-invite {
    width: 83px;
    min-height: 150px;
    margin: 0 17px 22px 0;
    position: relative;
}

.game-invite .block-title {
    margin: 9px auto;
    margin-top: 6px;
    text-align: center;
}

.ajax-modal-games .block-present-item a {
    width: 61%;
    margin: 0 auto;
}

.mail-user-info {
    width: 375px !important;
}

.message-section {
    border: none;
    border-top: 1px solid #d1d1d1;
}

.msg-read, .msg-unread {
    cursor: pointer;
}

.ajax-mail-content .msg-read, .ajax-notification-content .msg-read, .ajax-friends-content .msg-read {
    margin-bottom: 0px !important;
}

.msg-unread {
    background: #e4e4e4;
}

.msg-unread .block-username {
    text-shadow: none !important;
    color: #254D5A;
}

.msg-unread .last-message {
    text-shadow: none !important;
    color: #4c7785 !important;
}

.msg-unread .date-write, .msg-read .date-write {
    color: #4c7785 !important;
}

.msg-unread .delete-message {
    text-shadow: none !important;
    color: rgba(138, 138, 136, 0.61) !important;
}

.msg-unread .date-post {
    color: rgb(72, 80, 80);
}

.numMsgs {
    margin: 0 auto;
    width: 50%;
    color: #aeabab;
    text-align: center;
    margin-bottom: 5px;
    font-size: 17px;
}

.msg-reading {
    cursor: default !important;
}

.user-read-box {
    display: inline !important;
}

.comment-inread {
    margin-top: 10px !important;
}

.ul-chat {
    list-style: none;
    padding: 0;
    margin: 5px;
}

.li-chat {
    margin: 0 0 3px 0;
}

.li-chat span {
    margin-left: 5px;
}

.li-chat:hover {
    background-color: #e6e5e4;
}

.icon-user-chat {
    background-image: url(../img/icons/user_gray.png);
    width: 12px;
    height: 11px;
    line-height: 12px;
}

.ul-chat {
    display: none;
}

.chat-content {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 3500px;
    text-align: right;
    margin: 0 10px;
    -ms-touch-action: none;
    pointer-events: none;
}

.chat-content.html5-game {
    margin: 0 3px 20px 0;
    width: 256px;
}

.chat-content-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 256px;
    text-align: right;
    margin: 0 10px;
    -ms-touch-action: none;
    pointer-events: none;
}

.block-chat {
    width: 250px;
    height: 290px;
    display: none;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
    pointer-events: all;
}

.block-chat-msg {
    width: 250px;
    height: 290px;
    margin: 3px 5px 0 0;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    pointer-events: all;
}

.block-chat-msg-close {
    height: auto;
    width: 150px;
}

.block-chat-msg-close.html5-game {
    width: 250px;
}

.block-chat-msg-close > header {
    height: 20px;
}

.block-chat-msg > .block-head .icon-title {
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.block-chat-msg > .block-head {
    background: #BBE0EE;
    color: #4c7785;
}

.block-chat-msg .chat-image-wrap {
    overflow: hidden;
    position: relative;
    display: block;
    width: 158px;
    border-radius: 0;
}

.block-chat-msg-close > .block-head {
    background: #d3e3e9;
}

.block-chat-msg-close > .block-head > .chat-settings, .block-chat-msg-close > .block-head > .chat-video {
    display: none;
}

.block-chat {
    height: auto !important;
    width: 260px;
    text-align: left;
}

.block-chat, .block-chat-msg header {
    cursor: pointer;
}

.close-chat {
    float: right;
    margin: 0;
}

.chat-settings {
    float: right;
}

.chat-head {
    position: relative;
    padding: 6px 10px;
}

.msg-chat-text {
    border-bottom: 1px solid #D3D3D3;
    width: 230px;
    padding: 6px;
    position: relative;
}

.msg-chat-text:last-child {
    border: 0;
}

.username-chat img {
    padding-right: 4px;
}

.username-chat-row {
    white-space: nowrap;
    line-height: 27px;
    width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.username-flyline-action {
    float: right;
    margin: 6px 6px 0 6px
}

.msg-text {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 226px;
    word-wrap: break-word;
}

.block-chat-msg input {
    border: 0;
    display: block;
    height: 0;
    margin: 0;
    min-height: 21px;
    outline: none;
    overflow: hidden;
    padding: 0;
    resize: none;
    width: 194px;
    border: 1px solid rgb(231, 231, 231);
    padding-top: 5px;
    position: absolute;
    bottom: 0;
}

.chat-img-holder {
    width: 30px;
    height: 30px;
    float: left;
    padding-right: 5px;
}

.chat-text {
    display: inline-block;
    width: 190px;
    padding-right: 5px;
    position: relative;
    bottom: 4px;
}

.chat-text .name-and-mood {
    display: inline-block;
    max-width: 166px;
}

.chat-privacy-holder {
    float: right;
}

#chat-privacy {
    line-height: 22px;
}

.chat-header-settings {

    position: absolute;
    right: 0;
    line-height: 37px;
    top: 0;
    width: 178px;
    padding-right: 4px;
    text-align: right;
}

.chat-header-settings i {
    margin-right: 4px;
    line-height: 23px;
}

.chat-header-settings .icon-settings {
    line-height: 23px;
}

.chat-privacy-content, .chats-settings-content {
    display: none;
    border: 1px solid #d1d1d1;
    width: 150px;
    height: 95px;
    position: absolute;
    bottom: 37px;
    right: -1px;
    background: #e6e5e4;
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

.chats-settings-content {
    height: 55px;
}

.chat-settings-list label {
    padding-left: 27px;
    font-weight: normal;
    height: 18px;
}

#incognito-info {
    position: relative;
    top: -4px;
    margin-left: 3px;
}

#incognito-title {
    position: relative;
    bottom: 2px
}

#incognito-label {
    text-transform: uppercase;
    display: none;
}

.incognito {
    display: block !important;
}

.chat-settings-content, .mass-chat-settings-content {
    display: none;
    border: 1px solid #d1d1d1;
    width: 150px;
    /*height: 62px;*/
    position: absolute;
    right: 1px;
    top: 37px;
    z-index: 9999;
    background: #e6e5e4;
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

.chat-settings-content {
    /*max-height: 93px;*/
    height: initial;
}

.mass-chat-settings-content {
    width: 220px;
    right: 200px;
    top: 22px;
}

.chat-status, .chat-settings-list {
    padding: 6px;
    margin: 0;
    list-style: none;
}

.chat-settings-content-list {
    padding: 1px;
    margin: 0;
    list-style: none;
}

.chat-settings-content-list li {
    line-height: 23px;
}

.chat-status li, .chat-settings-content-list li, .chat-settings-list li {
    border-bottom: 1px solid #d1d1d1;
    padding: 3px;
}

.chat-status li:hover, .chat-settings-list li:hover, .chat-settings-content-list li:hover {
    background-color: #D6D6D6;;
}

#user-comeback {
    display: none;
    text-transform: none;
    text-align: center;
    font-weight: normal;
}

.chat-bagge {
    position: relative;
    left: 5px;
    bottom: 2px;
}

.block-chat-msg-close .chat-bagge {
    display: none;
}

.block-chat-msg-header h3 {
    display: inline-flex;
    vertical-align: bottom;
    max-width: 137px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-chat-msg-header .reducedWidthDueTag {
    max-width: 86px;
}

.block-chat-msg-header .ir {
    line-height: 24px;
    margin: 0 1px;
}

.block-chat-msg-header .ir .fa {
    color: #a09d9d;
    font-size: 16px;
}

.block-chat-msg-header .ir .fa.fa-remove {
    font-size: 17px;
}

.block-chat-msg-header .ir .fa:hover {
    color: #7c7c7c;
}

.block-chat-msg-close > .block-head h3 {
    line-height: 20px;
    display: block !important;
}

/*.chat-text i {*/
    /*color: red;*/
/*}*/

.chat-new-msg {
    display: none;
    position: absolute;
    top: -9px;
    right: 0px;
    z-index: 1;
}

.chat-unread.block-chat-msg-close > .chat-new-msg {
    display: block;
}

.chat-unread.block-chat-msg-close > .block-head {
    background: #FFF079;
}

.chat-hidden {
    display: none;
}

.delete-message-inread {
    float: right;
}

.chat-emoticons {
    background: url('../img/icons/emoticon-chat.png');
    background-repeat: no-repeat;
    width: 31px;
    height: 26px;
    position: absolute;
    bottom: 0px;
    right: 0;
    cursor: pointer;
    border-top: 1px solid rgb(231, 231, 231);
    border-bottom: 1px solid rgb(231, 231, 231);
}

.chat-picture-send {
    background: url('../img/icons/chat-images.png');
    background-repeat: no-repeat;
    width: 31px;
    height: 26px;
    position: absolute;
    bottom: 0px;
    right: 25px;
    cursor: pointer;
    border-top: 1px solid rgb(231, 231, 231);
    border-bottom: 1px solid rgb(231, 231, 231);
}

.chat-gif-send {
    background: url('../img/icons/chat-images.png');
    background-repeat: no-repeat;
    width: 31px;
    height: 26px;
    position: absolute;
    bottom: 0px;
    right: 25px;
    cursor: pointer;
    border-top: 1px solid rgb(231, 231, 231);
    border-bottom: 1px solid rgb(231, 231, 231);
}

.chat-emoticons.chat-emoticons-custom {
    background: url('../img/icons/emoticon-album.png') no-repeat;
}

.chat-emoticons-header, .video-chat-emots-header {
    text-align: left;
    border: 1px solid #aaa;
    margin-top: -47px;
    height: 38px;
    background: #dae1e4;
}

.chat-emoticons-wrapper {
    display: none;
    border: 1px solid #d1d1d1;
    text-align: center;
    padding-top: 6px;
    width: 255px;
    height: 177px;
    position: absolute;
    bottom: 30px;
    margin-left: 249px;
    z-index: 9999;
    background: #e6e5e4;
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

.emoji-provider {
    font-size: 12px;
}

.video-chat-emots-wrapper.chat-emoticons-wrapper {
    width: 255px;
}

.chat-emoticons-wrapper .chat-emoticons-content {
    padding-top: 7px;
    text-align: left;
    overflow: auto;
    height: 177px;
}

.chat-emoticons-wrapper.album-emos-list {
    overflow: auto;
    width: 275px;
}

.chat-emoticons-wrapper .video-chat-emos-inside-content {
    overflow: auto !important;
    padding-top: 0px !important;
}

.chat-emoticons-wrapper .chat-emoticons-content {
    cursor: pointer;
}

.chat-emoticons-wrapper .chat-emoticons-default img {
    width: auto !important;
}

.chat-emoticons-wrapper .chat-emoticons-content img {
    max-width: 50px;
}

.chat-emoticons-wrapper .user-bought-emo-cat, .chat-emoticons-wrapper .buy-emo-link {
    display: inline-block;
    width: 30px;
    height: 37px;
    position: relative;
    margin: 0;
    border-left: 1px solid rgb(202, 202, 202);
    margin-right: -4px;
    cursor: pointer;
}

.chat-emoticons-wrapper .user-bought-emo-cat:last-child {
    border-right: 1px solid rgb(202, 202, 202);
}

.chat-emoticons-wrapper .user-bought-emo-cat:hover, .chat-emoticons-wrapper .user-bought-emo-cat-active, .chat-emoticons-wrapper .buy-emo-link:hover {
    background: white;
}

.chat-emoticons-wrapper .user-bought-emo-cat img, .chat-emoticons-wrapper .buy-emo-link img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 22px;
}

.chat-time-sent {
    position: absolute;
    right: 15px;
    top: 1px;
    font-size: 11px;
    color: rgb(138, 138, 138);
}

.chat-emoticons-content span {
    /*padding: 5px;*/
    display: inline-block;
    width: 36px;
    cursor: pointer;
}

#emoticons-wrap span {
    /*padding: 5px;*/
    display: inline-block;
    width: 35px;
    cursor: pointer;
}

.chat-emoticons-content span img {
    vertical-align: baseline;
}

.Inv-game-icon img {
    width: 34px;
}

.Inv-game-icon > span {
    background: #ECFF8B;
}

.Inv-actions, .Inv-actionss {
    position: absolute;
    right: 10px;
    top: 8px;
}

.block-find-friend {
    font: 8.5pt Arial, 'Trebuchet MS', sans-serif;
}

.Inv-game-holder {
    margin-right: 4px;
    margin-left: 5px;
}

.Inv-timeout {
    font-size: 12px;
}

.Inv-title-wrap {
    float: left;
    width: 164px;
    padding-left: 3px;
}

.v-start-chat-unread {
    background: #C2FFBF !important;
}

.v-start-chat:hover {
    background-color: #C2FFBF !important;
}

#massChat .v-start-chat.not-vip {
    opacity: 0.7;
}

#massChat .v-start-chat.not-vip .info .nickname {
    color: #B3B3B3;
}

#massChat .v-start-chat.not-vip:hover {
    background-color: inherit !important;
    cursor: default;
}

#massChat .real-chat .mass-chat-game {
    font-size: 11px;
}

#massChat .real-chat .mass-chat-game i {
    bottom: 1px;
    position: relative;
}

.video-chat-emots-wrapper {
    position: absolute;
    top: 81px;
    right: 88px;
}

.btn-emos-video {
    cursor: pointer;
}

.selected-chat {
    background-color: #C2FFBF !important;
}

.sessExp-btn a {
    margin: 0 auto;
    display: block;
    width: 150px;
    position: relative;
    top: 60px;
    cursor: pointer;
}

.sessExp-heading {
    position: relative;
    top: 17px;
    text-align: center;
}

.sessExp-modal {
    height: 180px !important;
    width: 580px !important;
}

.sessExp-modal

<
.modal-container + .base-close-btn {
    display: none;
}

.ajax-mail-content {
    position: absolute;
    margin-top: 85px;
    margin-left: 460px;
    padding: 0;
}

.ajax-notification-content {
    position: absolute;
    margin-top: 85px;
    margin-left: 532px;
    padding: 0;
}

.ajax-friends-content {
    position: absolute;
    margin-top: 85px;
    margin-left: 532px;
    padding: 0;
}

.dropdown-navbar {
    font-size: 13px;
    color: #393939;
    line-height: 1.5;
    padding: 0px;
    width: 450px !important;
    -webkit-box-shadow: rgba(30, 30, 100, 0.247059) 0px 2px 4px;
    box-shadow: rgba(30, 30, 100, 0.247059) 0px 2px 4px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #bcd4e5;
    border-radius: 4px;
    background-clip: padding-box;
}

.dropdown-navbar.promo-nav-fix {
    margin: -14px 0 0;
}

.dropdown-navbar::before {
    border-bottom: 7px solid #bcd4e5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: '';
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}

.dropdown-navbar::after {
    border-bottom: 6px solid rgb(255, 255, 255);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}

.dropdown-navbar .mail-ajax-item {
    background-color: rgb(255, 255, 255);
    padding: 5px 8px;
    margin-bottom: 3px;
    border: 1px solid rgb(179, 179, 179);
    border-top: 0;
}

.dropdown-navbar .mail-ajax-item > a, .dropdown-navbar .mail-ajax-item .base-notification-wrap {
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    padding: 10px 0;
}

.dropdown-header {
    display: block;
    font-size: 12px;
    padding: 0px 8px !important;
    line-height: 1.428571429;
    color: #999;
    text-shadow: none;
    line-height: 34px;
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
    color: rgb(128, 144, 160);
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}

.dropdown-navbar .msg-photo {
    margin-right: 6px;
    max-width: 42px;
    vertical-align: middle;
    max-height: 42px;
}

.dropdown-navbar .msg-body {
    display: inline-block;
    line-height: 20px;
    white-space: normal;
    vertical-align: middle;
    max-width: 368px;
    margin: 8px 0;
    width: 368px;
}

.ajax-notification-content .dropdown-navbar .msg-title {
    display: block;
}

.dropdown-navbar .msg-title {
    display: inline-block;
    line-height: 14px;
}

.dropdown-navbar .msg-time {
    display: block;
    font-size: 11px;
    color: rgb(119, 119, 119);
}

.dropdown-navbar .msg-time > [class*="icon-"] {
    font-size: 14px;
    color: rgb(85, 85, 85);
    padding-left: 15px;
}

.mail-ajax-footer {
    text-align: center;
    padding: 8px 0;
    background-color: rgb(236, 242, 247);
    border-top: 1px solid rgb(188, 212, 229);
}

.mail-ajax-footer a {
    border-bottom: 0 solid #DDD;
    border-top: 1px dotted transparent;
    color: #4f99c6;
    font-size: 13px;
}

.mail-ajax-footer a:hover {
    text-decoration: underline;
}

.mail-ajax-footer a [class^="icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

#ajax-notification-content .dropdown-navbar .mail-ajax-item {
    position: relative;
}

.dropdown-navbar .mail-ajax-item.msg-unread {
    background-color: #e4e4e4 !important;
}

.dropdown-navbar > .mail-ajax-item > a:active, .dropdown-navbar > .mail-ajax-item > a:hover, .dropdown-navbar > .mail-ajax-item > a:focus {
    background-color: transparent !important;
    color: #555;
}

.dropdown-navbar .mail-ajax-item:hover {
    background-color: #e4e4e4 !important;
}

.dropdown-navbar .blue {
    color: #478fca !important;
}

.icon-time {
    background: url('../img/icons/clock_16.png') no-repeat;
}

.new-msg-ajax {
    line-height: 24px;
    position: absolute;
    right: 7px;
    top: 5px;
}

.mail-top-content {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll !important;
    max-height: 344px;
    border-top: 1px solid rgb(179, 179, 179);
}

.view-more-ajax {
    border-radius: 0px !important;
    border: none !important;
    margin: 0 !important;
}

.view-more-ajax:hover {
    background: #e4e4e4;
}

.tab-mail, .tab-ajax {
    padding: 7px 12px;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    color: #989796;
}

.tab-mail-active, .tab-ajax-active {
    background-color: #FFFFFF !important;
    color: #4c7785;
}

.tab-number-aside-mail {
    display: inline-block;
    position: relative;
    min-width: 7px;
    padding: 2px 3px;
    background-color: #d0cfce;
    border: 1px solid #b1b1b1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    line-height: 10px;
    vertical-align: middle;
    top: -1px;
    margin-left: 20px;
}

.dropdown-tab-menu {
    display: block;
    background: #e4e4e4;
    border-top: 1px solid rgb(188, 212, 229);
}

.clickable {
    cursor: pointer;
}

.v-chat-user-actions {
    margin-right: 10px !important;
}

#video-stream-alerts {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.v-chat-avt {
    overflow: hidden;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 4px 0 0;
    padding: 1px;
    border: 1px solid #999;
}

.v-chat-desc {
    display: inline-block;
    width: auto;
    height: 28px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    color: #777;
    font: normal 7.5pt Tahoma, sans-serif;
    line-height: 10pt;
}

.v-chat-desc .subscribe-timer {
    display: block;
}

.allowSubscribeUserInfo {
    float: left;
}

.allowSubscribeBtns {
    margin-left: 100px;
}

.allowSubscribeItem {
    border-bottom: 1px solid #ccc;
}

.rio-voucher-price {
    font-size: 20pt;
    font-weight: bold;
    color: white;
}

.rio-voucher-price small {
    font-size: 12px;
}

.voucher-boxes {
    text-align: left;
}

.voucher-boxes .info {
    vertical-align: bottom;
    text-align: center;
    margin-top: 10px;
}

.a_demo_five {
    background-color: #3bb3e0;
    width: 150px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    position: relative;
    text-align: center;
    margin: 60px 0 30px 30px;
    padding-bottom: 17px;
    padding-top: 14px;
    background-image: linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgb(44, 160, 202)),
            color-stop(1, rgb(62, 184, 229))
    );
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

.gift-to-user .a_demo_five {
    width: 130px;
    margin-left: 15px;
}

.a_demo_five:active {
    top: 0px;
    background-image: linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -o-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgb(62, 184, 229)),
            color-stop(1, rgb(44, 160, 202))
    );
    -webkit-box-shadow: inset 0px 4px 1px #0b698b, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    -moz-box-shadow: 0px 2px 0px 1px #156785, 0px 5px 3px #999;
    -o-box-shadow: 0px 2px 0px 1px #156785, 0px 5px 3px #999;
    box-shadow: inset 0px 4px 1px #0b698b, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.a_demo_five_title {
    line-height: 50px;
    font-weight: bold;
    padding-left: 15px;
    background-color: #fff;
    color: #405B6D;
    width: 135px;
    height: 50px;
    position: absolute;
    top: -30px;
    left: 0px;
    margin-top: -20px;
    z-index: 90;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.a_demo_five_title img {
    position: absolute;
    left: 0;
    padding: 8px 0 0 5px;
}

.a_demo_five:active::before {
    top: -30px;
    -webkit-box-shadow: 0px 3px 0px #ccc;
    -moz-box-shadow: 0px 3px 0px #ccc;
    -o-box-shadow: 0px 3px 0px #ccc;
    box-shadow: 0px 3px 0px #ccc;
}

.gift-to-user .a_demo_five_title {
    padding-left: 37px;
    width: 93px;
}

.i-friend-note {
    margin: 0;
    padding: 3px 0 2px 16px;
    color: #666;
    font: normal 8pt Tahoma, sans-serif;
    line-height: 9pt;
    background: url('../images/i-note.gif') 0 2px no-repeat transparent;
    cursor: pointer;
}

.ajax-friends-comment {
    float: left;
    margin: 12px;
}

.friends-picture {
    margin-top: 7px;
}

.profile-friends-holder {
    padding-top: 0;
    min-height: 80px;
}

.remove-friend-comment {
    margin-left: 2px;
}

.friend-invite-actions {
    position: absolute;
    top: 3px;
    right: 5px;
    display: block;
    padding: 3px;
}

a.i-accept:link,
a.i-accept:visited {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    background: url('../images/friend-icons.gif') 0 -19px no-repeat transparent;
}

a.i-accept:hover {
    background-position: -18px -19px !important;
}

a.i-delete:link,
a.i-delete:visited {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 0 0 4px;
    padding: 0;
    background: url('../images/friend-icons.gif') 0 0 no-repeat transparent;
}

a.i-delete:hover {
    background-position: -18px 0 !important;
}

.txt-area-friend-comment {
    border: 1px solid gainsboro;
    border-radius: 4px;
}

.gift_message {
    padding: 5px 0px 5px 20px;
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    background: url('/famfam/script.png') 0% 50% no-repeat transparent;
    display: block;
}

.msg-inside-info {
    display: block;
    color: #fff;
}

.msg-inside-info:hover {
    text-decoration: underline;
}

.profile-visitors-btn {
    cursor: pointer;
    text-align: left;
}

.game-addit-details, .game-profile-item-details {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    padding-right: 7px;
}

.in-profile-more {
    border: 0px !important;
    border-top: 1px solid #DBDADA !important;
    margin: 0px !important;
    border-radius: 0px !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.visitors-profile {
    height: 50px;
}

.meta-count-my-games {
    font-size: 18px !important;
}

.tourTimeStart {
    width: 387px;
    margin-left: 145px;
    line-height: 25px;
    font-weight: normal;
}

.rank-date {
    width: 200px;
}

#tourMoreGames {
    margin-bottom: 6px;
}

.block-tv iframe {
    background: url('../img/no_signal.gif')
}

.block-tv-ajax {
    width: 275px !important;
    height: 263px !important;
    background-size: 100%;
    position: relative;
    left: -19px;
    top: 13px;
}

.db {
    display: block;
}

.di {
    display: inline !important;
}

.dib {
    display: inline-block !important;
}

.view-more-visitors {
    text-align: center;
    padding-bottom: 10px;
}

.view-more-visitors-ajax {
    width: 750px;
    padding: 15px;
}

.fr-req-action {
    position: absolute;
    right: 10px;
    top: 40px;
}

.fr-req-wrap {
    float: right;
    width: 164px;
    margin-right: 4px;
}

.greetingsPanel {
    border: 1px solid #b0adad;
    width: 223px;
    height: 31px;
    border-right: none;
    border-radius: 2px 5px 5px 2px;
    margin: 10px 0px 13px;
}

.greetingsPanel .senderInv {
    height: 31px;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 2px 0px;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    color: rgb(155, 0, 0);
    text-shadow: -1px 1px 0px #fff;
    color: #000055;
    width: 172px;
}

.greetingsPanel .senderInv {
    background: url('../images/greetingsPanel_sender_bg.png') top left repeat-x transparent;
    float: left;
    border-radius: 4px 0 0 4px;
}

.greetingsPanel .senderInv img {
    vertical-align: middle;
    margin: 0px 2px 2px;
}

.greetingsPanel .arrow, .greetingsPanel .friend-arrow {
    background: url('../images/greetingsPanel_middle_arrow.png') top left repeat-x transparent;
    width: 11px;
    display: block;
    float: left;
}

.greetingsPanel .friend-arrow {
    background: url('../images/friend_request_arrow.png') top left repeat-x transparent;
    height: 31px;
}

.friend-request-number {
    width: 23px;
    font-size: 15px;
    font-weight: bold;
    max-width: 28px !important;
    border-radius: 0px 4px 4px 0px;
    padding: 6px 9px 6px 3px;
    text-align: center;
    background: none red;
    color: #fff !important;
    text-shadow: 1px 0px 0px #000;
    height: 19px;
    float: left;
    border-right: 1px solid #B0ADAD;
    background: rgb(255, 0, 0);
    background: -moz-linear-gradient(-62deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 52%, rgba(204, 4, 4, 1) 53%, rgba(255, 0, 0, 1) 69%, rgba(204, 4, 4, 1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 0, 0, 1)), color-stop(52%, rgba(255, 0, 0, 1)), color-stop(53%, rgba(204, 4, 4, 1)), color-stop(69%, rgba(255, 0, 0, 1)), color-stop(100%, rgba(204, 4, 4, 1)));
    background: -webkit-linear-gradient(-62deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 52%, rgba(204, 4, 4, 1) 53%, rgba(255, 0, 0, 1) 69%, rgba(204, 4, 4, 1) 100%);
    background: -o-linear-gradient(-62deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 52%, rgba(204, 4, 4, 1) 53%, rgba(255, 0, 0, 1) 69%, rgba(204, 4, 4, 1) 100%);
    background: -ms-linear-gradient(-62deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 52%, rgba(204, 4, 4, 1) 53%, rgba(255, 0, 0, 1) 69%, rgba(204, 4, 4, 1) 100%);
    background: linear-gradient(-62deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 52%, rgba(204, 4, 4, 1) 53%, rgba(255, 0, 0, 1) 69%, rgba(204, 4, 4, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#cc0404', GradientType=1);
}

.i-smile {
    padding-left: 23px;
    margin-left: 2px;
    background: transparent url('/famfam/smile.png') 0 50% no-repeat;
}

.i-smile:hover {
    padding-left: 23px;
    margin-left: 2px;
    background: transparent url('/famfam/smile_hover.png') 0 50% no-repeat;
}

.invitations-text-req:empty {
    padding: 0;
}

.invitations-text-req {
    text-align: center;
    font-size: 13px;
    padding: 7px;
}

.joke-status {
    background: #E9E9E9;
    height: 23px;
    line-height: 23px;
    padding-left: 6px;
    font-style: italic;
    font-size: 15px;
}

.see-joke {
    padding: 3px 10px 3px 15px;
    background: none #65AECF;
    border: 1px solid #4C8BC1;
    border-radius: 3px;
    height: 15px;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    font-weight: bold;
    margin: 10px auto;
    display: inline-block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.joke-btn-icon {
    background: url('../images/ribbon-icon.png') top left no-repeat transparent;
    display: block;
    right: 11px;
    bottom: 6px;
    height: 32px;
    width: 32px;
    position: relative;
    float: left;
}

.big-joke-button {
    position: absolute;
    right: 5px;
    margin-top: 2px;
}

.loss {
    font-weight: bold;
    color: #c00;
}

.mail_confirm_content div {
    font-size: 12px;
}

.mail_confirm_content {
    text-align: center;
}

.mail_confirm_content .settings-field {
    text-align: center;
}

.mail_confirm_button {
    width: 100%;
    margin-top: 10px;
}

.whyConfirm {
    width: 643px;
    height: 243px;
}

.whyConfirm-container {
    padding: 20px 10px 10px 210px;
}

.whyConfirm-container ul {
    list-style: none;
    padding: 0;
    color: #838383;
}

.whyConfirm-container li {
    line-height: 24px;
    padding-left: 20px;
    background: transparent url(../img/icons/list_check.png) left center no-repeat
}

.whyConfirm-container h2 {
    color: #807c7c;
}

.happy_hour {
    text-align: center;
    max-height: 200px;
}

.happy_hour_text {
    color: #4c7785;
    text-shadow: 1px 0 1px #fff;
    font-size: 13px;
}

.sliderHolder {
    margin: 9px auto;
    padding-top: 15px;
    width: 180px;
    height: 18px;
    position: relative;
    background: rgb(148, 197, 221); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(148, 197, 221, 1) 0%, rgba(148, 197, 221, 1) 14%, rgba(148, 197, 221, 1) 41%, rgba(187, 222, 239, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(148, 197, 221, 1)), color-stop(14%, rgba(148, 197, 221, 1)), color-stop(41%, rgba(148, 197, 221, 1)), color-stop(100%, rgba(187, 222, 239, 1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(148, 197, 221, 1) 0%, rgba(148, 197, 221, 1) 14%, rgba(148, 197, 221, 1) 41%, rgba(187, 222, 239, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(148, 197, 221, 1) 0%, rgba(148, 197, 221, 1) 14%, rgba(148, 197, 221, 1) 41%, rgba(187, 222, 239, 1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(148, 197, 221, 1) 0%, rgba(148, 197, 221, 1) 14%, rgba(148, 197, 221, 1) 41%, rgba(187, 222, 239, 1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(148, 197, 221, 1) 0%, rgba(148, 197, 221, 1) 14%, rgba(148, 197, 221, 1) 41%, rgba(187, 222, 239, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94c5dd', endColorstr='#bbdeef', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    border-radius: 5px;
}

#sliderContent, .sliderContent {
    border-width: 1px;
    border-style: solid;
    border-color: #333 #333 #777 #333;
    border-radius: 25px;
    width: 162px;
    position: absolute;
    height: 7px;
    background-color: #8e8d8d;
    background: url('../images/bg-track.png') repeat top left;
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5),
    0 1px 0 0px rgba(250, 250, 250, .5);
    left: 10px;
    top: 12px;
}

#partnerMinLevelSliderContent {
    border-width: 1px;
    border-style: solid;
    border-color: #333 #333 #777 #333;
    border-radius: 25px;
    width: 155px;
    position: absolute;
    height: 7px;
    background-color: #8e8d8d;
    background: url('../images/full-gauge.png') no-repeat top left;
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5),
    0 1px 0 0px rgba(250, 250, 250, .5);
    left: 10px;
    top: 12px;
}

.slider-navigation {
    display: inline-block;
    position: absolute;
    cursor: pointer;
}

#slider-plus, .slider-plus {
    right: 3px;
    margin-top: 16px;
}

#slider-minus, .slider-minus {
    left: 2px;
    margin-top: 16px;
}

.slider-button-disabled {
    opacity: 0.5;
    filter: grayscale(80%);
    cursor: initial;
}

.ui-slider-handle {
    position: absolute;
    z-index: 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url('../images/slider.png') no-repeat 50% 50%;
    font-weight: bold;
    color: #1C94C4;
    outline: none;
    top: -8px;
    margin-left: -12px;
}

.ui-slider-range {
    background-color: #8e8d8d;
    background: url('../images/bg-track4.png') repeat top left;
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5),
    0 1px 0 0px rgba(250, 250, 250, .5);
    position: absolute;
    border: 0;
    top: 0;
    height: 100%;
    border-radius: 25px;
}

.leftHolder {
    float: left;
    width: 40%;
    padding-left: 5px;
    height: 30px;
}

.centerHolder {
    float: left;
    position: relative;
    top: 5px;
}

.rightHolder {
    float: right;
    width: 50%;
    height: 30px;
}

.thirdHolder {
    width: 250px;
    height: 46px;
}

.sliderChoice {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #616161;
}

/*.sliderChoice .second-row, .sliderChoice .first-row {*/
    /*height: 33px;*/
/*}*/

.sliderChoice .first-row .first-row-left, .sliderChoice .first-row .first-row-right, .sliderChoice .second-row .second-row-left, .sliderChoice .second-row .second-row-right,
.sliderChoice .third-row .third-row-left, .sliderChoice .third-row .third-row-right{
    /*height: 33px;*/
    display: inline-block;
    vertical-align: bottom;
}

.sliderChoice .first-row .first-row-left, .sliderChoice .second-row .second-row-left, .sliderChoice .third-row .third-row-left {
    width: 95px;
}

.sliderChoice .first-row .first-row-right, .sliderChoice .second-row .second-row-right, .sliderChoice .third-row .third-row-right {
    margin-left: 2px;
}

.sliderChoice .first-row .first-row-left, .sliderChoice .second-row .second-row-left, .sliderChoice .third-row .third-row-left {
    width: 95px;
    padding-top: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.sliderChoice .first-row .first-row-right, .sliderChoice .second-row .second-row-right, .sliderChoice .third-row .third-row-right {
    padding-top: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.sliderChoice .first-row .first-row-left div {
    float: right;
    padding-right: 6px;
}

.sliderChoice .first-row-left, .sliderChoice .third-row-left {
    position: relative;
    top: 2px;
}

.sliderChoice .second-row-left {
    position: relative;
    top: -5px;
}

.no-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
}

.tour-participated {
    position: absolute;
    margin-top: -24px;
    margin-left: 47px;
}

.sms-credits {
    width: 430px;
    display: inline-block;
    vertical-align: top;
}

.qr-sms-code {
    margin-top: 8px;
}

.qr-sms-code canvas {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.qr-code-ajax {
    width: 400px;
    height: 400px;
}

.qr-code-ajax canvas {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.sms-credits-holder {
    margin: 0 auto;
    /*width: 910px;*/
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.contentPaypal {
    margin: 0 auto;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.clear {
    clear: both;
    float: none;
    height: 0 !important;
    overflow: hidden;
}

.contentPaypal .highlight {
    color: #507785;
    font-weight: bold;
}

.contentPaypal ul {
    list-style: none;
    padding: 0;
}

.contentPaypal h2 {
    display: block;
    width: 100%;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    text-transform: uppercase;
    color: #405B6D;
    background: #F7F7F7;
    border-bottom: 2px solid #ffffff;
    text-indent: 30px;
}

.contentPaypal .boxType {
    width: 430px;
    min-height: 300px;
}

.contentPaypal .leftBox {
    float: left;
}

.contentPaypal .rightBox {
    float: right;
}

/*--------------------------------------------------------------
	contentPaypal => boxTypeContent
--------------------------------------------------------------*/
.contentPaypal {
    padding: 20px 35px;
    min-height: 200px;
    color: #666666;
    background: url(../images/bg-box-type.jpg) 0 0 repeat;
}

#rightPaypal {
    padding-top: 11px !important;
}

.more-promo-wrap #rightPaypal {
    padding-top: 9px !important;
}

/*--------------------------------------------------------------
	boxTypeContent => infoBox
--------------------------------------------------------------*/
.contentPaypal .infoBox {
    width: 360px;
    height: 125px;
    padding: 1px 20px;
    margin: 0 0 11px 0;
    background: url(../images/bgPayment.png) 0 0 no-repeat;
}

.contentPaypal .infoBoxSMS {
    background: url(../images/bgPaymentSMS.png) 0 0 no-repeat;
    height: 190px;
}

.contentPaypal .infoBox ul li {
    margin: 0 0 20px 0;
}

.contentPaypal .infoBox ul li:last-child {
    margin: 0;
}

.contentPaypal .infoBox .sms-icon-holder {
    width: 71px;
    height: 118px;
    display: inline-block;
    position: relative;
    margin-left: -10px;
}

.contentPaypal .infoBox .sms-icon-holder img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.contentPaypal .infoBox .dib {
    width: 265px;
    height: 118px;
    vertical-align: top;
    text-align: center;
    padding: 11px 0px;
}

.contentPaypal .infoBox .dib a {
    margin-top: 9px;
    display: inline-block;
    border: 0;
    outline: none;
}

.contentPaypal .infoBox .dib span {
    font-size: 18px;
    font-weight: 700;
    color: #4c7785;
    display: block;
}

.contentPaypal .infoBox ul li span.creditBox {
    float: left;
    width: 50px;
    padding: 0 30px 0 0;
    text-align: center;
}

.contentPaypal .infoBox ul li h3 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #4c7785;
    margin: 0;
}

.contentPaypal .infoBox ul li span.creditInfo {
    float: left;
    width: 240px;
}

/*--------------------------------------------------------------
	boxTypeContent => smsCodeForm
--------------------------------------------------------------*/
.contentPaypal form.smsCodeForm {
    width: 100%;
    padding: 0;
}

.contentPaypal form.smsCodeForm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #757574;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.contentPaypal form.smsCodeForm p {
    color: #8b8a8a;
}

.contentPaypal form.smsCodeForm input {
    display: block;
    float: left;
    height: 20px;
    width: 255px;
    line-height: 24px;
    padding: 2px 5px;
    margin: 0 0 10px 0;
    background: #ffffff;
    border: 1px solid #b9b8b8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.contentPaypal form.smsCodeForm input:hover,
.contentPaypal form.smsCodeForm input:focus {
    border-color: #676767;
}

.contentPaypal form.smsCodeForm input[type="submit"] {
    float: left;
    height: 26px;
    width: 80px;
    text-align: center;
    padding: 0 0 2px 0;
    margin: 0 0 0 10px;
    color: #6c919e;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px #ffffff;
    background: #d8ecf2;
    border: 1px solid #57aec8;
}

.contentPaypal form.smsCodeForm input[type="submit"]:hover {
    background: #c2d6dc;
}

/*--------------------------------------------------------------
	boxTypeContent => smsCodeForm
--------------------------------------------------------------*/
.contentPaypal form.paypalForm {
    width: 300px;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
}

.contentPaypal form.paypalForm div {
    border: none;
    height: 26px;
}

.more-promo-wrap .contentPaypal form.paypalForm div {
    height: 23px;
}

.contentPaypal form.paypalForm input[type="radio"] {
    margin: 0 43px 0 0;
}

.contentPaypal form.paypalForm label span {
    display: inline-block;
    width: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #4c7785;
}

.contentPaypal .rightBox .btnBuyNow {
    display: block;
    margin: 12px auto;
}

.todo_box_belot {
    background: url('../img/to_do_bg_belot.png') top left no-repeat transparent !important;
    height: 161px !important;
}

.todo_box {
    background: url('../img/to_do_bg.png') top left no-repeat transparent;
    height: 218px;
}

.todo_box ul li {
    font-size: 13px;
    color: #333;
    padding: 20px 0px 11px 0px;
    list-style: none;
}

.todo_box ul li span {
    background: url('../images/tick_sprite.png') 14px 3px no-repeat transparent;
    padding: 0px 0px 0px 45px;
}

.todo_box ul {
    margin: 0px;
    padding: 0px;
}

.todo_box ul li.done {
    text-decoration: line-through;
}

.todo_box ul li.done span {
    background: url('../images/tick_sprite.png') 13px -13px no-repeat transparent;
}

.spent-credits {
    padding: 4px 0px 4px 8px;
}

.spent-credits div:nth-child(3) {
    font-weight: bold;
}

.spent-credits-text {
    width: 125px;
    position: relative;
    font-weight: bold;
    top: 4px;
}

.spent-credits-text span {
    cursor: pointer;
}

.spent-credits:nth-child(odd) {
    background: #F0F0F0;
}

.spent-credits:nth-child(even) {
    background: #ffffff;
}

.right-side-height {
    height: 85px;
}

.poll-suggest-block {
    width: 530px;
    padding: 15px;
}

.poll-suggest-block .poll-question input {
    margin: 0 auto;
    display: block;
    width: 500px;
}

.poll-suggest-block .poll-answer input {
    width: 300px;
}

.poll-suggest-block .poll-answer span {
    font-size: 14px;
    font-weight: bold;
}

.clickable-background {
    width: 100%;
    height: 100%;
    position: fixed;
}

.hrono-icon-calendar {
    position: absolute;
    left: 10px;
    margin-top: -4px;
}

.view-more-text {
    color: #4c7785;
    font-size: 13px;
}

.tip, .rank-games, .rank-level, .rank-points {
    font-weight: bold;
}

.messages-front {
    font-size: 12px;
    padding: 0px 6px;
}

/* END our CSS* */

.popup-inv {
    background: #666666;
    display: none;
    min-width: 233px;
    height: auto;
    right: -13px;
    margin-top: 8px;
    position: absolute;
    z-index: 9999;
    padding: 2px 2px 2px;
}

.bubble-inv:before {
    right: 39px;
    top: -9px;
    width: 17px;
    height: 9px;
    background-image: url(../img/bubble_arrow_top.png)
}

.inv-menu {
    position: absolute !important;
    right: 0;
    display: none;
}

.inv-menu a {
    cursor: default;
}

.popup-inv-xmas.popup-inv {
    background: transparent;
}

.popup-inv-xmas .Inv-title-wrap {
    width: 150px;
}

.popup-inv-xmas .block-find-friend {
    background: url('../img/candy_inv.png');
    position: relative;
    width: 250px;
    height: 120px;
    margin-left: 61px;
}

.popup-inv-xmas {
    right: -31px;
    margin-top: -3px;
}

.popup-inv-xmas .Inv-game-icon > span {
    background: transparent !important;
}

.popup-inv-xmas .Inv-game-holder {
    margin-left: 27px;
}

.popup-inv-xmas .Inv-title-wrap {
    margin-right: 4px;
}

.popup-inv-xmas .img-btn > span {
    padding: 41px 0 0;
}

.popup-inv-xmas .Inv-actions, .popup-inv-xmas .Inv-actionss {
    right: 24px;
    top: 23px;
}

.popup-inv-xmas .Inv-game-icon {
    background: transparent;
    border: 0;
}

a.buyPoints {
    position: absolute;
    right: 3px;
    bottom: -7px;
    padding: 2px 5px 2px 5px;
    background: #EAEDF6;
    margin-bottom: 10px;
    color: #3B5998;
    border: 1px solid #D1D4DD;
    border-radius: 1px;
    font-size: 12px;
    height: 18px;
}

a.buyPoints span, a.buyChips span {
    padding-left: 20px;
    background: url('/famfam/gif/star.gif') no-repeat;
    min-height: 16px;
    clear: both;
}

a.buyPoints:hover, a.buyChips:hover {
    border: 1px solid #3B5998;
}

a.buyChips span {
    background: url('/famfam/gif/coins_add.gif') no-repeat;
    float: left;
    height: 25px;
}

.popupImage {
    float: left;
    margin-right: 6px;
}

.popupImage img {
    width: 38px;
}

.items-d-info {
    height: 48px;
    width: 251px;
}

.items-d-info a {
    font-size: 13px;
    font-weight: bold;
}

.easter {
    padding-bottom: 6px
}

.easter:before {
    content: "";
    position: absolute;
    top: -13px;
    left: -7px;
    z-index: 1;
    width: 116px;
    height: 42px;
    background: transparent url(../img/icons/Folder-Easter-icon.png) 0 0 no-repeat;
}

.sms-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
    box-shadow: inset 0px 1px 0px 0px #a4e271;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
    background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809', GradientType=0);
    background-color: #89c403;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 13px 4px 7px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
}

.sms-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
    background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403', GradientType=0);
    background-color: #77a809;
}

.sms-button:active {
    position: relative;
    top: 1px;
}

.birthday-notification {
    background: url('../img/b_day_bg.png') no-repeat;
    width: 496px;
    height: 265px;
    margin: 2px auto;
    font-family: Tahoma, Arial, sans-serif;
    color: white;
}

.birthday-title {
    text-align: center;
    margin-left: 73px;
    padding-top: 4px;
    font-size: 20px;
    text-shadow: 0px 1px #000;
}

.birthday-title .avatar {
    float: none;
    margin-right: 5px;
}

.birthday-notification ul {
    padding-top: 22px;
    padding-left: 70px;
    width: 260px;
    height: 150px;
    display: block;
    margin: 0 auto;
    list-style: none;
}

.birthday-notification li {

}

.birthday-notification li:first-child {
    font-size: 18px;
    margin-left: 5px;
    text-align: center;
    font-weight: bold;
    color: #c01428;
    text-shadow: 0px 1px #9C9C9C;
}

.birthday-notification li span {
    margin-left: 5px;
    color: rgb(68, 68, 68);
    font-size: 16px;
}

.birthday-notification li img:hover {
    transform: rotate(5deg);
    -ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Opera, Chrome, and Safari */
}

.birthday-notification li span:hover {
    color: white;
    font-size: 20px;
}

.birthday-notification img, .birthday-notification span {
    transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ie-transition: all ease 0.2s;
    cursor: pointer;
}

.upload-avatar-bg {
    display: none;
    text-align: center;
    line-height: 22px;
    position: absolute;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 180px;
    height: 30px;
    background: rgba(0, 0, 0, 0.7);
    bottom: 3px;
    left: 3px;
}

.my-avatar-holder {
    position: relative;
}

.upload-avatar-bg a {
    color: white;
    position: relative;
    top: 4px;
}

.profile-info-data {
    word-break: break-word;
}

.too-many-accounts-container h2 {
    text-align: center;
    font-size: 18px;
}

.xmas-header {
    background: url('../img/christmas_header.png') !important;
    /*background: url('../img/christmas_header_new.png') !important;*/
    /*background: url('../img/header_xmas_2015.png') !important;*/
}

.easter-header {
    background: url('../img/header-easter_2017.png') !important;
}

.xmas-logo {
    /* xmas 2014 */
    width: 253px;
    height: 94px;
    margin-top: -9px;
    background: transparent url(../img/xmas_logo.png) 1px -4px no-repeat
    /* end xmas 2014 */
    /* winter 2015 */
    /*	width: 180px;
	top: -18px;
	margin-left: 0 !important;
	height: 102px;
	background:transparent url(../img/xmas_logo_new.png);*/
    /* end winter 2015 */
    /* xmas 2016 */
    /*	width: 250px;
	top: -17px;
	margin-left: 0 !important;
	height: 102px;
	background:transparent url('../img/logo_xmas_2015.png');*/
    /* xmas 2016 */
}

.valentine-header {
    background: url('../img/header-valentine.png') !important;
}

.logo-valentine {
    width: 232px;
    top: -11px;
    margin-left: 17px !important;
    height: 89px;
    background: transparent url('../img/logo-valentine.png');
}

.error_page_holder {
    min-height: 505px;
    width: 600px;
    margin: auto;
}

.no_flash_content {
    display: flex;
    width: 100%;
    height: 567px;
}

.error_page {
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    text-align: center;
    position: relative;

    margin: 0 auto;
    min-height: 300px;
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f6f6f6 0%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6f6 0%, #f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f6f6 0%, #f0f0f0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f6f6f6 0%, #f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f0f0f0', GradientType=0); /* IE6-9 */

}

.error_text .title {
    font-size: 26px;
    letter-spacing: 2px;
}

.error_text .meta {
    font-size: 13px;
    margin-top: 35px;
}

.error_text .meta span {
    font-style: italic;
}

.error_page img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -200px;
}

.error_page .error_text {
    padding: 10px;
    margin-top: 10px;
}

.error_text .btn {
    padding: 5px 12px;
    font-size: 16px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

#error_page_bg {
    background: url('../img/back_to_homve_bg.png') top center;
    background-repeat: no-repeat;
    width: 600px;
    height: 105px;
    position: absolute;
    bottom: 0;
    text-align: center;
}

#error_page_bg img {
    position: relative;
    bottom: -106px;
}

.flag-wrapper {
    margin-top: 13px;
}

.flag-wrapper.same-site-change-lang {
    position: absolute;
    top: -13px;
    right: 5px;
}

.flag-wrapper img {
    margin-left: 3px;
}

#room-chat .avatar {
    border: none;
    background: none;
    margin-right: 2px;
}

#room-chat .title {
    vertical-align: middle;
}

.picture-holder #picture-wraper {
    display: inline-block;
    min-width: 575px;
    min-height: 600px;
    background: #e5e5e5;
    vertical-align: top;
    text-align: center;
    line-height: 701px;
}

.picture-holder #picture-wraper img {
    max-height: 850px;
    max-width: 1500px;
    margin: 0 auto;
    cursor: pointer;
}

.picture-holder #view-more-comments {
    margin-bottom: 1px;
    margin-top: 12px;
}

.picture-holder #comment-wraper {
    display: inline-block;
    width: 350px;
    min-height: 600px;
    background: #fff;
    vertical-align: top;
    -webkit-flex: 1;
}

.picture-holder #comment-wraper .icon {
    margin: 0;
}

.picture-holder #comment-wraper .picture-date {
    vertical-align: middle;
    position: relative;
    top: 3px;
}

.picture-holder .btn-arrow {
    width: 54px;
    height: 90px;
    background-image: url("../img/buttons/album_arrow_next_prev.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 158px
}

.previe-block .btn-arrow.prev {
    background-position: 0 0;
    left: -56px
}

.previe-block .btn-arrow.prev:hover {
    background-position: 0 -91px
}

.picture-holder .btn-arrow.next {
    background-position: -55px 0;
    right: -56px
}

.previe-block .btn-arrow.next:hover {
    background-position: -55px -91px
}

.picture-holder #comment-wraper .comment-bubble {
    float: none;
    display: inline-block;
    width: 240px;
    margin-left: 8px;
    vertical-align: top;
}

.picture-holder .comment-holder {
    overflow-y: auto;
    overflow-x: hidden;
    height: 400px;
}

.picture-holder {
    display: flex;
    display: -ms-flexbox;
}

.picture-holder textarea {
    width: 310px;
    height: 50px;
    padding: 8px;
    margin-bottom: 10px;
    overflow-y: auto;
    resize: none;
    background-color: #f7f7f7;
    border: 1px solid #d1cece;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
}

.album-arrow {

    background: url('../img/photo-navigation-arrows.png') no-repeat;
    width: 27px;
    height: 52px;
    position: absolute;
    z-index: 99999;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    opacity: 0.4;
}

#picture-wraper:hover .album-arrow {
    display: block;
}

.arrow-left:hover {
    opacity: 1;
}

.arrow-right {
    background-position: -37px 0;
    right: 20px;
    opacity: 1;
}

.arrow-left {
    background-position: 0 0;
    left: 20px;
}

.picture-holder .write-comment {
    text-align: right;
    padding: 0px 10px 10px 10px;
    position: absolute;
    bottom: 0;
}

.picture-holder #comment-wraper .row {
    margin-bottom: 5px;
}

.picture-holder .block {
    border: none;
    margin: 0;
}

.picture-holder .btn-gift {
    float: left;
    margin-left: 5px
}

.picture-holder iframe {
    background: none;
}

.picture-holder .album-like {
    margin-right: 15px;
}

.picture-holder .header-info {
    margin-top: 7px;
}

.picture-holder .whole-wraper {
    padding: 6px;
}

.picture-holder .social-buttons {
    position: relative;
    top: 1px;
    display: inline-block;
    height: 24px;
}

.modal-overlay-grey {
    opacity: 0.9 !important;
    background: #242424 !important;
}

.modal-overlay-easter {
    opacity: 0.5 !important;
    background: #242424 !important;
}

.picture-holder .date-added {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: 6px;
}

.picture-holder #comment-wraper .btn-hot {
    margin: 0;
}

.picture-holder .picture-comment {
    padding: 8px 15px 8px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

@media all and (max-width: 1280px) {
    .picture-holder #picture-wraper img {
        max-width: 600px;
    }
}

@media all and (min-width: 1280px) and (max-width: 1380px) {
    .picture-holder #picture-wraper img {
        max-width: 900px;
    }
}

@media all and (min-width: 1380px) and (max-width: 1480px) {
    .picture-holder #picture-wraper img {
        max-width: 1000px;
    }
}

@media all and (min-width: 1480px) and (max-width: 1750px) {
    .picture-holder #picture-wraper img {
        max-width: 1100px;
    }
}

@media all and (max-height: 800px) {
    .picture-holder #picture-wraper img {
        max-height: 550px;
    }

    .picture-holder #picture-wraper {
        min-height: 550px;
        line-height: 550px;
    }

    .picture-holder #comment-wraper {
        min-height: 550px;
    }

    .picture-holder .comment-holder {
        height: 306px;
    }
}

.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

.image-wraper {
    display: inline-block;
    display: none;
    cursor: pointer;
    padding: 0;
    font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.image-wraper img {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    min-height: 90px;
}

.image-wraper a:hover + footer, .image-wraper footer:hover {
    opacity: 1;
}

.image-wraper .pic-alert {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: white;
    height: 31px;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.image-wraper .likes, .image-wraper .comments, .image-wraper i {
    color: white;
    vertical-align: middle;
    margin-bottom: 3px;
}

.image-wraper .pic-info .likes.selected i {
    cursor: default;
    background-image: url(../img/icons/album_liked.png);
}

.image-wraper .pic-settings {
    float: right;
}

.image-wraper footer {
    position: absolute;
    width: 100%;
    cursor: default;
    bottom: 0;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    color: white;
    font-weight: bold;
    padding: 6px 0px 0px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    -webkit-transition: opacity ease 0.2s;
    -moz-transition: opacity ease 0.2s;
    -ie-transition: opacity ease 0.2s;
}

.forum-label {
    position: absolute;
    right: 0;
    margin-top: -18px;
    margin-right: 11px;
}

.store-menu-label {
    position: absolute;
    right: 0;
    padding-bottom: 2px;
    padding-top: 0;
}

.pos-absolute {
    position: absolute;
}

.friends-filters {
    position: absolute;
    right: 0;
    line-height: 35px;
    font-weight: bold;
    margin-right: 12px;
}

.red-gradient {
    background: rgb(255, 26, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 26, 0, 1) 0%, rgba(255, 26, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 26, 0, 1)), color-stop(100%, rgba(255, 26, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 26, 0, 1) 0%, rgba(255, 26, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 26, 0, 1) 0%, rgba(255, 26, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 26, 0, 1) 0%, rgba(255, 26, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 26, 0, 1) 0%, rgba(255, 26, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a00', endColorstr='#ff1a00', GradientType=0); /* IE6-9 */
}

.zoom-detect {
    color: white;
    text-shadow: none;
}

.photo-frame-no-js img {
    object-fit: cover;
}

.avatar-crop-container #rotateImgLeft, .avatar-crop-container #rotateImgRight {
    padding: 0 8px;
}

#avatar-preview #file-image-notice {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
}

.mass-chat-yt-video {
    background-color: #000;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 208px;
    height: 117px;
    margin-top: 5px;
    -webkit-transition: width 1s, height 1s; /* Safari */
    transition: width 1s, height 1s;
}

.mass-chat-yt-video:hover .play-button {
    background: #cc181e;
    opacity: 1;
}

.mass-chat-yt-video img {
    width: 100%;
    opacity: 0.7;
}

.mass-chat-yt-video .play-button {
    width: 42px;
    height: 29px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 8px;
}

.mass-chat-yt-video .play-button:before {
    content: "";
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #fff;
}

.mass-chat-yt-video img,
.mass-chat-yt-video .play-button {
    cursor: pointer;
}

.mass-chat-yt-video img,
.mass-chat-yt-video iframe,
.mass-chat-yt-video .play-button,
.mass-chat-yt-video .play-button:before {
    position: absolute;
}

.mass-chat-yt-video .play-button,
.mass-chat-yt-video .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.mass-chat-yt-video iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.profile-eggs-battle {
    width: 508px;
    background: url('../images/easter_eggs_background.png') top left no-repeat transparent;
    height: 192px;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.profile-eggs-battle .title {
    color: #361D78;
    text-shadow: 0px 0px 2px #fff;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    font-size: 17px;
    padding: 15px;
}

.profile-eggs-battle .break-btn {
    background-color: #ff9800;
    float: right;
    border-radius: 4px;
    margin: 10px 30px 0 0;
    box-shadow: 0 0 3px #333;
    cursor: pointer;
}

.profile-eggs-battle .break-btn span {
    padding: 15px;
    float: right;
    border-radius: 4px;
    color: #336600 !important;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    text-shadow: -1px 1px 1px #fff;
}

.ajax-egg-result-holder {
    background: url('../images/egg-result-bg.png') top left no-repeat transparent;
    height: 310px;
    width: 428px;
    display: block;
}

.ajax-egg-result-holder .winner-egg {
    background: url('../images/strong_egg_easter.png') top left no-repeat transparent;
    height: 196px;
    width: 162px;
    display: block;
    float: left;
    margin: 60px 0 0 113px;
}

.ajax-egg-result-holder .loser-egg {
    background: url('../images/broken_egg_easter.png') top left no-repeat transparent;
    width: 154px;
    height: 199px;
    display: block;
    float: left;
    margin: 50px 0 0 119px;
}

.survey {
    background-image: url('../images/poll-bg.jpg');
    width: 1000px;
    height: 536px;
    margin: -10px -15px;
}

.survey .text {
    width: 500px;
    margin: 0 auto;
    padding-top: 170px;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.survey a {
    font-weight: bold;
    font-size: 24px;
}

#tournament-game-info-rake {
    height: 60px;
    padding: 0;
    position: relative;
}

#tournament-game-info-rake .tournament-btn-game {
    margin-right: 15px;
    margin-top: 12px;
}

.btn-hot-auto {
    margin: 0 auto;
    display: block;
    background: url(../img/buttons/btn_hot.png) no-repeat top left;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
    vertical-align: middle;
}

#tournament-game-info-rake .gr-title {
    padding: 0;
}

#tournament-game-info-rake .highlight-text {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    line-height: 60px;
}

#tournament-game-info-rake .highlight-text span {
    color: #ed0002;
}

.calling-container {
    padding: 13px;
}

.calling-container .user-avatar {
    width: 100px;
    margin: auto;
    text-align: center;
}

.calling-container .user-avatar > span {
    font-weight: bold;
    position: relative;
    z-index: 2;
    font-size: 16px;
    margin-top: 5px;
    display: block;
}

.calling-container .user-avatar > img {
    background: #fff;
    position: relative;
    border-radius: 100%;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 100%;
}

.calling-container .user-answer-actions {
    width: 130px;
    margin: 25px auto 10px auto;
}

.calling-container .user-answer-actions .user-answer-action {
    width: 50px;
    height: 50px;
    background-size: 100%;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.calling-container .user-answer-actions .user-answer-action:hover {
    transform: scale(1.2);
}

.calling-container .user-answer-actions .user-answer-action.answer-ok {
    background-image: url('../img/accept_call.png');
}

.calling-container .user-answer-actions .user-answer-action.answer-no {
    background-image: url('../img/reject_call.png');
}

@keyframes play {

    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(204, 204, 204, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(204, 204, 204, 0.4), 0 0 0 20px rgba(204, 204, 204, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(204, 204, 204, 0.4), 0 0 0 30px rgba(204, 204, 204, 0.2);
    }

}

#block-video-chat-container {
    position: fixed;
    bottom: 1px;
    right: 10px;
    background: white;
    width: 254px;
    z-index: 9999;
    border: 4px solid #fff;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

#block-video-chat-container .block-head {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.helpdesk #active-tickets .add-ticket {
    padding: 3px 12px;
}

.helpdesk .customSelect {
    width: 250px;
    margin: 0 auto;
    text-align: left;
}

.helpdesk .block-ticket {
    background: #f7f7f6;
    border: 1px solid #d1cece;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #898989;
    padding: 10px 10px;
    margin-bottom: 5px;
}

.helpdesk .block-ticket-item {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: bold;
}

.helpdesk .block-ticket-item:first-child {
    width: 500px;
}

.helpdesk .block-ticket-item:last-child {
    width: 180px;
    text-align: right;
}

.helpdesk .block-ticket-item {
    display: inline-block;
}

.helpdesk .comment-bubble {
    width: 600px;
}

.helpdesk .block-ticket-item .ticket-rating-holder {
    margin-top: 5px;
}

.helpdesk .btn {
    padding: 0 10px;
}

.helpdesk .ticket-rating-holder {
    display: none;
}

.helpdesk .ticket-rating-holder .rating-title {
    font-weight: bold;
}

.helpdesk .ticket-lock-holder {
    position: absolute;
    top: 6px;
    right: 0;
}

.helpdesk .ticket-menu-container {
    height: 40px;
}

.notifiy-right-btn {
    position: absolute;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 23px;
}

#normal-game-with-chips .box-stack, #show8.default-props .box-stack {
    height: 112px;
}

#normal-game-with-chips .box-stack p, #show8.default-props .box-stack p {
    height: 22px;
    padding-top: 2px;
}

#normal-game-with-chips .box-stack .number, #show8.default-props .box-stack .number {
    padding: 0;
    height: 30px;
    line-height: 30px;
}

#normal-game-with-chips .row-content .row {
    height: 60px;
    line-height: 60px;
}

.stack .cell-players {
    width: 360px;
    text-align: center !important;
}

.stack .cell-players.observers {
    width: 330px;
}

.stack .show8 .cell-players {
    width: 330px;
}

#normal-game-with-chips .vipOnlyIcon {
    position: absolute;
    margin-top: -2px;
}

.stack .player-slot {
    border: 1px solid #c5c5c5;
    background: #fff;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    margin-bottom: 3px;
    position: relative;
}

.stack#show8 .cell-players {
    width: 364px;
}

/*.stack#show8 .cell-fifth .gameState {*/
    /*position: relative;*/
    /*top: 56%;*/
    /*transform: translateY(-50%);*/
/*}*/

/*.stack#show8 .player-slot {*/
    /*margin: 0 0 3px 10px;*/
/*}*/

#normal-game-with-chips .player-slot {
    width: 50px;
    height: 50px;
}

.stack .player-slot img {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
}

#normal-game-with-chips .player-slot img {
    width: 46px;
    height: 46px;
}

.stack .player-slot i {
    color: #e0e0e0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    left: 0;
    font-size: 2em;
}

#normal-game-with-chips .player-slot i {
    height: 44px;
    font-size: 3em;
}

.stack .player-slot i.fa-sign-in {
    cursor: pointer;
}

#normal-game-with-chips .cell-players .vs {
    font: normal 15px 'Lobster', serif;
    color: #9e9e9e;
    width: 25px;
}

.stack .cell-third {
    text-align: center;
}

#normal-game-with-chips .casino-play-btn,.casino-observe-btn {
    margin-top: 12px;
}

.casino-observe-btn.svara {
    margin-top: 2px;
}

.stack:not(#normal-game-with-chips):not(#show16):not(#show8) .cell-players {
    width: 300px;
    /*SVARA_STACKS 300px*/
    /*or else 305px */
}

.stack:not(#normal-game-with-chips):not(#show16):not(#show8) .cell-players.observers.svara {
    width: 260px;
}

#show16 .cell-players {
    width: 322px;
    text-align: right !important;
}

#show16 .cell-fifth {
    width: 155px;
    margin-top: 16px;
}

#show8 .cell-fifth {
    width: 195px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.cell-fifth .gameState {
    margin: -3px 60px -3px 5px;
    line-height: 17px;
    text-align: center;
    color: #858584;
}

.cell-fifth .gameState.longText {
    margin-top: -10px;
}

#show8 .cell-fifth .gameState {
    margin: 0 auto;
    line-height: 15px;
    padding-right: 10px;
}

/*#show8 .cell-fifth {*/
    /*padding-top: 0;*/
/*}*/

.stack .cntPlayers {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #a3a3a2;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    text-transform: none;
}

.stack#show8 .cntPlayers {
    margin: 20px;
}

/*.stack#show16 .cntPlayers {*/
    /*padding-top: 20px;*/
/*}*/

#normal-game-with-chips .cell-fifth {
    width: 110px;
}

#normal-game-with-chips .hasGameState .cell-fifth {
    width: 170px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#normal-game-with-chips .hasGameState .cell-fifth .gameState {
    width: 100px;
    margin: 6px auto 0 auto;
    line-height: 16px;
    padding-right: 10px;
}

#normal-game-with-chips .hasGameState .cell-players {
    width: 305px;
}

#normal-game-with-chips .cell-fifth.observers {
    width: 150px;
}

#normal-game-with-chips .cell-fifth.observers a {
    margin-right: 15px;
}

#normal-game-with-chips .cell-fifth.observers .casino-observe-btn {
    margin-top: 13px;
}

.stack .user-blocked {
    position: absolute;
    left: -3px;
    top: -3px;
    z-index: 2;
    color: red;
}

#normal-game-with-chips #stack-table-500-5, #normal-game-with-chips #stack-table-500-10 {
    max-height: 306px;
    overflow: auto;
}

.stack:not(#normal-game-with-chips) .user-blocked {
    font-size: 12px;
}

/* eliminations */

.elimination-tournaments-container .block-tournament-details {
    width: 780px;
}

.elimination-tournaments-container #eliminations .block-tournament-img .title, .elimination-tournaments-container #pastEliminations .block-tournament-img .title {
    padding-top: 3px;
}

.elimination-tournaments-container .elimination-tournament-partner .elimination-tournament-partner-name {
    display: block;
    margin-top: 4px;
    color: #4c7785;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.elimination-tournaments-container .bubble-tournament:before {
    top: 0;
    bottom: 0;
    margin: auto;
}

.elimination-tournaments-container .winners-container {
    display: inline-block;
}

.elimination-tournaments-container .winners-container .winner-container {
    width: 65px;
    text-align: center;
    margin: auto;
}

.elimination-tournaments-container .winners-container .winner-container.bingo_winner {
    width: unset;
    text-align: left;
    margin: auto auto auto 40px;
}

.elimination-tournaments-container .winners-container .winner-container-header {
    position: relative;
    margin-top: -5px;
    height: 41px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    width: 226px;
}

.elimination-tournaments-container .winners-container .winner-container-header:before {
    left: -6px;
    background-position: 0 0 !important;
}

.elimination-tournaments-container .winners-container .winner-container-header:before, .elimination-tournaments-container .winners-container .winner-container-header:after {
    content: "";
    position: absolute;
    top: 0;
    width: 6px;
    height: 41px;
}

.elimination-tournaments-container .winners-container .winner-container-header:after {
    right: -6px;
    background-position: 100% 0 !important;
}

.elimination-tournaments-container .winners-container .winner-container-header:before, .elimination-tournaments-container .winners-container .winner-container-header, .elimination-tournaments-container .winners-container .winner-container-header:after {
    background: transparent url(../img/modules/red_ribbon.png) center top no-repeat;
}

.elimination-tournaments-container .winners-container .winner-container-header > span {
    display: block;
    padding: 12px;
    font-size: 14px;
    text-align: center;
}

.elimination-tournaments-container .bottom-container .rewards-container {
    padding: 5px 0;
    box-sizing: border-box;
    max-width: 520px;
}

.elimination-tournaments-container .bottom-container .show-bracket-btn {
    margin-right: 8px;
    width: 192px;
}

.elimination-tournaments-container .winners-container .winners-container-content a > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.elimination-tournaments-container .winners-container .winners-container-content a > span.bingo_winner {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 6px;
}

.elimination-tournaments-container .winners-container .winners-container-content {
    padding: 11px;
    margin: 0px 8px 8px 8px;
}

.elimination-tournaments-container #noPartners .single-player-elimination-holder {
    padding-top: 0;
    width: 457px;
    margin-bottom: 10px;
}

.elimination-tournaments-container.elimination-tournaments-container-ajax #noPartners .single-player-elimination-holder {
    width: auto;
}

.elimination-tournaments-container.elimination-tournaments-container-ajax {
    width: 740px;
}

.elimination-tournaments-container #noPartners .single-player-elimination-holder:nth-child(2n) {
    margin-right: 0;
}

.elimination-tournaments-container #noPartners .single-player-elimination-holder .invite-single-btn {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    height: 24px;
}

.elimination-tournaments-container .elimination-tournament-begin-msg {
    width: 550px;
    margin: auto;
    margin-top: 10px;
    border: 4px double;
    border-color: #3fa2c5;
    border-style: ridge;
    border-radius: 16px;
    background: white;
    background: #a7c7dc;
    background: -moz-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%);
    background: -webkit-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%);
    background: linear-gradient(to bottom, #a7c7dc 0%, #85b2d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7c7dc', endColorstr='#85b2d3', GradientType=0);
}

.elimination-tournaments-container .elimination-tournament-begin-msg:before {
    position: absolute;
    top: -15px;
    left: 106px;
    border: 2px solid #d8d8d8;
    border-top: none;
    border-bottom: none;
    width: 61%;
    height: 11px;
}

.elimination-tournaments-container .elimination-tournament-begin-msg .elimination-tournament-begin-msg-inline {
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    color: #212121;
    font-size: 13px;
    text-transform: uppercase;
}

.elimination-tournaments-container .elimination-single-players-enrolled {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
}

.elimination-tournaments-container .elimination-competitor-pair {
    width: 233px;
}

.elimination-tournaments-container .elimination-competitor-pair.not-pair {
    width: 185px;
}

.elimination-tournaments-container .elimination-competitor-pair .pair-container-both {
    width: 168px;
    margin: auto;
}

.elimination-tournaments-container .elimination-competitor-pair.not-pair .pair-container-both {
    width: initial;
}

.elimination-tournaments-container .elimination-competitor-pair .winners-container-content {
    border-radius: 5px;
    background: white;
}

.elimination-tournaments-container .elimination-competitor-pair .elimination-competitor-pair-number {
    border: 1px solid #909090;
    padding: 4px;
    border-radius: 25px;
    width: 24px;
    display: inline-block;
    font-size: 17px;
    background: #42a4c6;
    font-weight: bold;
}

.block-elim-invitation .Inv-title-wrap {
    width: 200px;
}

.block-elim-invitation .Inv-game-icon img {
    width: 55px;
}

.block-elim-invitation .Inv-game-icon > span {
    background: #ffffff;
    padding: 10px 0;
    color: white;
    background: #3ca1c4;
}

.block-elim-invitation .Inv-title-wrap {
    padding: 2% 0;
}

.block-elim-invitation .Inv-title-wrap a {
    color: white;
}

.block-elim-invitation .elim-inv-ok-btn {
    display: block;
    margin: 5px auto -8px auto;
}

.popup-inv-xmas .block-elim-invitation {
    background: url('../img/candy_inv_big.png');
    position: relative;
    width: 305px;
    height: 94px;
    padding: 12px 3px;
}

.popup-inv-xmas .block-elim-invitation .Inv-title-wrap {
    padding: 0;
    width: 180px;
}

.popup-inv-xmas .block-elim-invitation .Inv-title-wrap a {
    color: #666;
}

.popup-inv-xmas .block-elim-invitation .Inv-game-icon > span {
    background: #ffffff;
    padding: 10px 0;
    color: #666;
    background: #3ca1c4;
}

.brackets_container {
    padding: 10px;
    font-family: tahoma;
    min-width: 550px
}

.brackets_container a {
    text-decoration: none;
    color: #000
}

.brackets_container th {
    font-size: 13px;
    padding: 10px 0;
    width: 10%;
    font-weight: normal;
    color: #777
}

.brackets_container table.col_8, .brackets_container table.col_7, .brackets_container table.col_6, .brackets_container table.col_5 {
    width: 100%;
}

.brackets_container table.col_3 {
    /* because of svara */
    width: 65%;
}

.round_column {
    box-shadow: 0 -3px 0 rgba(0, 0, 0, .07);
}

.round_column_0 .mtch_container {
    padding: 15.5px 0
}

.round_column_0 .m_segment {
    height: 66.5px
}

.one-player-brackets-container .round_column_0 .m_segment {
    height: 34.5px;
}

.round_column_1 .mtch_container {
    padding: 51.7px 0
}

.one-player-brackets-container .round_column_1 .mtch_container {
    padding: 37.5px 0
}

.round_column_1 .m_segment {
    height: 112.5px
}

.one-player-brackets-container .round_column_1 .m_segment {
    height: 62.5px;
}

.round_column_1 .match_unit .m_segment.m_top .m_segment_top_connector {
    height: 81px;
    top: 31px;
}

.one-player-brackets-container .round_column_1 .match_unit .m_segment.m_top .m_segment_top_connector {
    height: 50px;
}

.round_column_1 .match_unit .m_segment.m_botm .m_segment_bottom_connector {
    height: 83px;
}

.one-player-brackets-container .round_column_1 .match_unit .m_segment.m_botm .m_segment_bottom_connector {
    height: 50px;
}

.round_column_2 .mtch_container {
    padding: 133.25px 0
}

.one-player-brackets-container .round_column_2 .mtch_container {
    padding: 86.25px 0
}

.round_column_2 .m_segment {
    height: 194.75px
}

.one-player-brackets-container .round_column_2 .m_segment {
    height: 113.75px
}

.round_column_2 .match_unit .m_segment.m_top .m_segment_top_connector {
    height: 164px;
    top: 31px;
}

.one-player-brackets-container .round_column_2 .match_unit .m_segment.m_top .m_segment_top_connector {
    height: 101px;
}

.round_column_2 .match_unit .m_segment.m_botm .m_segment_bottom_connector {
    height: 164px;
    top: 1px;
}

.one-player-brackets-container .round_column_2 .match_unit .m_segment.m_botm .m_segment_bottom_connector {
    height: 100px;
}

.round_column_3 .mtch_container {
    padding: 295px 0
}

.one-player-brackets-container .round_column_3 .mtch_container {
    padding: 187px 0
}

.round_column_3 .m_segment {
    height: 358.5px
}

.one-player-brackets-container .round_column_3 .m_segment {
    height: 212.5px
}

.round_column_3 .match_unit .m_segment.m_top .m_segment_top_connector {
    height: 327px;
    top: 31px;
}

.one-player-brackets-container .round_column_3 .match_unit .m_segment.m_top .m_segment_top_connector {
    height: 200px;
}

.round_column_3 .match_unit .m_segment.m_botm .m_segment_bottom_connector {
    height: 328px;
    top: 0;
}

.one-player-brackets-container .round_column_3 .match_unit .m_segment.m_botm .m_segment_bottom_connector {
    height: 198px;
}

.round_column_4 .mtch_container {
    padding: 624px 0
}

.one-player-brackets-container .round_column_4 .mtch_container {
    padding: 387px 0;
}

.round_column_4 .m_segment {
    height: 683px
}

.one-player-brackets-container .round_column_4 .m_segment {
    height: 413px
}

.round_column_4 .match_unit .m_segment.m_top .m_segment_top_connector {
    height: 650.5px;
    top: 31px;
}

.one-player-brackets-container .round_column_4 .match_unit .m_segment.m_top .m_segment_top_connector {
    height: 400px;
}

.round_column_4 .match_unit .m_segment.m_botm .m_segment_bottom_connector {
    height: 653.5px;
    top: 0;
}

.one-player-brackets-container .round_column_4 .match_unit .m_segment.m_botm .m_segment_bottom_connector {
    height: 400px;
}

.round_column_5 .m_segment {
    height: 1337px
}

.one-player-brackets-container .round_column_5 .m_segment {
    height: 813px
}

.round_column_5 .match_unit .m_segment.m_top .m_segment_top_connector {
    height: 1304.5px;
    top: 31px;
}

.one-player-brackets-container .round_column_5 .match_unit .m_segment.m_top .m_segment_top_connector {
    height: 800px;
}

.round_column_5 .match_unit .m_segment.m_botm .m_segment_bottom_connector {
    height: 1304.5px;
    top: 0;
}

.one-player-brackets-container .round_column_5 .match_unit .m_segment.m_botm .m_segment_bottom_connector {
    height: 800px;
}

.r_1 .mtch_container {
    padding: 0;
}

.r_1 .m_segment {
    height: 59px
}

.one-player-brackets-container .r_1 .m_segment {
    height: 27px;
}

.match_unit {
    position: relative;
    margin-right: 10px;
}

.m_segment_highlighted > span {
    background: #c5c5c5 !important;
}

.m_segment_mine > span a {
    font-weight: bold;
    font-size: 14px;
}

.match_unit:hover .m_dtls span {
    visibility: visible
}

.m_dtls span .replay-game-btn {
    color: #777;
}

.match_unit.highlight:after {
    background-color: #c00
}

.match_unit .highlight.loser:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #fff;
    right: -15px;
    z-index: 99
}

.match_unit .m_top.highlight.loser:after {
    bottom: -2px
}

.match_unit .m_bottom.highlight.loser:after {
    top: 0
}

.match_unit .m_top, .match_unit .m_botm {
    position: relative;
    width: 100%
}

.match_unit .m_segment.m_top .m_segment_top_connector {
    position: absolute;
    right: -7px;
    top: 29px;
    height: 37px;
    border: 1px solid rgba(0, 0, 0, 0.75);
    border-style: solid solid none none;
    border-top-right-radius: 6px;
    width: 10px;
    z-index: 2;
}

.one-player-brackets-container .match_unit .m_segment.m_top .m_segment_top_connector {
    top: 13px;
    height: 27px;
}

.match_unit .m_segment.m_botm .m_segment_bottom_connector {
    position: absolute;
    right: -7px;
    top: 0px;
    height: 37px;
    border: 1px solid rgba(0, 0, 0, 0.75);
    border-style: none solid solid none;
    border-bottom-right-radius: 6px;
    width: 10px;
    z-index: 2;
}

.one-player-brackets-container .match_unit .m_segment.m_botm .m_segment_bottom_connector {
    height: 22px;
}

.match_unit .m_segment:hover.loser, .match_unit .m_segment.highlight .loser {
    border-right: solid 2px #fff
}

.match_unit .m_segment.winner.highlight {
    border-right-color: #c00
}

.match_unit .m_segment.loser.highlight {
    border-right-color: #fff
}

.match_unit .m_segment > span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    font-size: 13px;
    z-index: 1;
    line-height: 29px;
    padding: 0 2px;
    cursor: default;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #f5f5f5;
}


.match_unit .m_segment > span.bingo.for_ranking {
    border: 1px solid rgb(217, 87, 14);
}

.match_unit .m_segment > span.bingo.for_ranking.highlight {
    background: #e4e4e4;
}

.match_unit .m_segment .bingo {
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.7);
}

.match_unit .m_segment .bingo.first_competitor {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.match_unit .m_segment .bingo.last_competitor {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.one-player-brackets-container .round_column .m_segment.bingo {
    height: 26px;
}

.one-player-brackets-container .match_unit .m_segment > span:before {
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.75);
    border-bottom: none;
    position: absolute;
    width: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0px;
    left: -6px;
}

.one-player-brackets-container .match_unit .m_segment .bingo:before {
    display: none;
}

.one-player-brackets-container .round_column_0 .match_unit .m_segment > span:before {
    display: none;
}

.one-player-brackets-container .round_column.bingo {
    vertical-align: top;
}

.one-player-brackets-container .round_column.svara {
    vertical-align: top;
    width: 91px;
}

.round_column .mtch_container.bingo {
    padding: 15px 0;
}

.match_unit .m_segment > span a img {
    border-radius: 50%;
    background: white;
}

.match_unit .m_segment > span > hr {
    margin: 5px 3px;
    border-top: 0;
    background: #000;
    float: right;
    width: 103%;
}

.round_column_0 .match_unit .m_segment > span > hr {
    float: none;
    width: auto;
}

.match_unit .m_segment > span .m_segment_score {
    position: absolute;
    right: 3px;
    width: 25px;
    height: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
    border-radius: 3px;
}

.match_unit .m_segment > span.bingo .m_segment_score {
    min-width: 40px;
    width: auto;
}

.match_unit .m_segment > span .m_segment_score.m_segment_score_winner {
    background: #ff7324;
    border: 1px solid rgb(210, 101, 40);
}

.match_unit .m_segment > span .m_segment_score.m_segment_score_loser {
    background: #8c8c8c;
    border: 1px solid rgb(187, 187, 187);
}

.match_unit .m_segment.highlight > span {
    background-color: #c00;
    color: #fff;
    box-shadow: 2px 0 0 #c00
}

.m_segment > span a {
    display: block;
    padding: 0 3px;
    border-radius: 2px;
    line-height: 20px;
    margin: 2px 0;
}

.match_unit .m_segment.highlight > span a {
    color: #fff
}

.match_unit .m_segment > span strong {
    float: right;
    color: #c00;
    font-size: 13px;
    padding: 0 4px
}

.match_unit .m_segment.highlight > span strong {
    color: #fff
}

.match_unit .m_segment > span img, .match_unit .m_segment > span span {
    vertical-align: middle
}

.match_unit .m_segment > span span.bracket-mid-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 33px;
}

.match_unit .m_segment > span .bracket-username {
    overflow: hidden;
    width: 75%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.one-player-brackets-container .match_unit .m_segment > span .bracket-username {
    width: 58%;
}

.match_unit .m_top span {
    top: 0
}

.match_unit .m_botm span {
    bottom: 0
}

.m_dtls {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    padding: 0 5px
}

.m_dtls.bingo {
    position: absolute;
    top: auto;
    bottom: -10px;
    overflow: visible;
    padding: 0 5px
}

.m_dtls > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    display: block;
    width: 93%;
    text-align: center
}

.m_segment.first:after, .m_segment.second:after, .m_segment.third:after, .m_segment.fourth:after {
    content: '';
    position: absolute;
    top: -10px;
    border: solid 7px transparent;
    border-top-color: #bbb;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0
}

.m_segment.first:before, .m_segment.second:before, .m_segment.third:before, .m_segment.fourth:before {
    position: absolute;
    top: -30px;
    padding: 5px;
    font-size: 11px;
    color: #fff;
    background-color: #bbb;
    left: 0;
    right: 0;
    margin: 0 7%;
    display: inline
}

.m_segment.first:before {
    content: '1st'
}

.m_segment.second:before {
    content: '2nd'
}

.m_segment.third:before {
    content: '3rd'
}

.m_segment.fourth:before {
    content: '4th'
}

.elim-tnm-time-left {
    left: -3px;
    top: -11px;
    right: auto;
}

#elimTnmUsersHeaderCnt {
    right: -3px;
    top: -11px;
}

/* eliminations end */

.fb-register-container {
    width: 440px;
}

.fb-register-container input[type="text"], .fb-register-container input[type="email"] {
    padding: 5px 8px;
    border: 1px solid #d1d1d1;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    color: #151515;
    font-family: Arial, Helvetica, sans-serif;
    width: 220px;
}

.fb-register-container label {
    font-size: 15px;
    line-height: 29px;
}

.fb-register-container .form-row {
    padding-bottom: 10px;
}

.blackfriday-promo-logo {
    left: -9px;
    bottom: 0px;
    position: absolute;
}

.blackfriday.flip-container {
    display: inline-block;
}

/* for IE */
.blackfriday.flip-container:hover .back, .blackfriday.flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.blackfriday.flip-container:hover .front, .blackfriday.flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* END: for IE */

.blackfriday .flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;

    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
    top: 3px;
    left: 105px;
    width: 125px;
    height: 57px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.blackfriday .front, .blackfriday .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: absolute;
    top: 9px;
    left: 0;
    width: 110px;
    height: 45px;

}

.blackfriday .front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background-position: center center;
    z-index: 2;
    background: url('../img/djagi.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}

.blackfriday .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(-180deg);
    text-align: center;
    top: 8px;
    line-height: 1;
    left: 0;
}

.blackfriday .back a {
    color: red;
    text-shadow: 1px 1px 1px #0e0e0e;
    font-size: 22px;
    font-weight: bold;
}

.promo-header-img-blackfriday {
    left: 226px;
}

.replay-games .base-notification-wrap img {
    width: 32px;
}

.advert-table {
    width: 100%;
}

.advert-table .block-game-item-container {
    height: auto;
}

.advert-table .highlight {
    font-weight: bold;
}

.advert-table thead th {
    color: #676767;
}

.email-confirm-container .email-confirm-steps {
    text-align: left;
    margin-top: 10px;
}

.img-btn-three.img-btn-computer {
    margin-right: 6px;
}

.img-btn-three.img-btn-camera {
    margin-right: 6px;
}

#content {
    position: absolute;
    z-index: -1;
}

#adContainer {
    background-color: #fafafa;
    box-shadow: 0 0 5px #555;
    border-radius: 5px;
    width: 640px;
    height: 360px;
    padding: 3px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 75px;
    position: absolute;
    margin: auto;
    text-align: left;
}

#adContainer #adTimeleft {
    position: absolute;
    bottom: 3px;
    left: 3px;
    border-radius: 4px;
    color: #fff;
    padding: 1px 6px;
    text-align: left;
    text-shadow: 1px 1px 0 #000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(0, 0, 0, .7);
}

#video-preloader .preloader_text {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.ajax-left {
    float: left;
    height: 35px;
    line-height: 35px;
}

.ajax-left .icon, .ajax-left > span {
    vertical-align: middle;
}

.rules-err {
    margin-top: -17px;
}

.Html5CanvasContextMenu {
    display: none;
    position: absolute;
    width: 280px;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    border-radius: 5px;
    list-style: none;
    box-shadow:
            0 15px 35px rgba(50,50,90,0.1),
            0 5px 15px rgba(0,0,0,0.07);
    overflow: hidden;
    z-index: 999999;
    text-align: left;
}

.Html5CanvasContextMenu li {
    transition: ease .2s;
}

.Html5CanvasContextMenu li:hover {
    background-color: #ebebeb;
}

.Html5CanvasContextMenu li a {
    display: block;
    padding: 3px 10px;
    font-size: 18px;
    color: black;
    text-decoration: none;
    transition: ease .2s;
    cursor: pointer;
}

.Html5CanvasContextMenu.mobileView {
    width: 300px;
}

.Html5CanvasContextMenu.mobileView li a {
    font-size: x-large;
    padding: 10px 8px;
    margin: 5px;
    background-color: #eaeaea;
}

#textAreaReportBug {
    display: none;
    position: absolute;
    z-index: 999999;
    font-size: larger;
    background-color: white;
}
#textAreaReportBug.mobile-site {
    font-size: large;
}
#textAreaReportBugContainer{
    position: absolute;
    z-index: 999999;
}

/* Flaired edges, by Tomas Theunissen */

hr.style-seven {
    overflow: visible; /* For IE */
    height: 20px;
    border-style: solid;
    border-color: #dbd9d8;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: -5px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 20px;
    margin-top: -21px;
    border-style: solid;
    border-color: #dbd9d8;;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

#dailySpinPreloader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*margin-top:50%*/
}

.dailySpinPreloaderText {
    font-family: 'Balsamiq Sans', cursive;
    font-size: 35pt;
    color: #4c0300;
    text-align: center;
}

.dailySpinPreloaderText.small {
    font-family: 'Balsamiq Sans', cursive;
    font-size: 25pt;
    color: #4c0300;
    text-align: center;
}

.css-arrow {
    border: solid #14aeff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.ar-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.ar-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.ar-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.ar-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.bordered-arrow {
    border: 1px solid #14aeff;
    border-radius: 4px;
    padding: 4px 4px 4px 8px;
    cursor: pointer;
}
.bordered-arrow:hover {
    border: 1px solid #43e7ff;
}

.chosenGiftCount {
    position: absolute;
    bottom: 1px;
    right: 3px;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: large;
    color: #3c3a3a;
    border-radius: 25px;
    padding: 0 3px;
    font-weight: bold;
}

.breakWord {
    word-break: break-word
}

.list-fancy-bg {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 32px;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #ebcf1d;
    background: #fce04c;
}
.list-fancy-bg li {
    display: inline;
    list-style: none;
}
.list-fancy-bg a:not(.selected-single-cat) {
    border-image: radial-gradient(circle, rgba(252,224,76,1) 62%, rgba(255,255,255,1) 100%);
    /*border-image-slice: 1;*/
}
.list-fancy-bg li:hover a:not(.selected-single-cat) {
    background: #fdeb87;
    color: #508091
}

.bug-img-thumbnail {
    cursor: pointer;
    width: 150px;
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bug-img-thumbnail-in-list {
    float: left;
    cursor: pointer;
    height: 44px;
    display: inline;
    width: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
}

.screenshot-bug-report {
    width: 690px;
}

#unreadSystemNotificationsBtn {
    color: #0b3017;
    text-shadow: initial;
    font-size: 12px;
}

/* <uniquifier>: Use a unique and descriptive class name*/
/* <weight>: Use a value from 300 to 800*/
.shantell-sans {
    font-family: "Shantell Sans", cursive;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
            "BNCE" 0,
            "INFM" 0,
            "SPAC" 0;
}

.chat-settings-content .group-icon {
    color: #0b66b7;
    margin: auto 3px;
    height: 10px;
}

.block-chat-msg-close.html5-game .groupChatInfoDiv {
    display: none;
}

.groupChatInfoDiv {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    background-color: #fbef8f;
    z-index: 1;
}

.groupChatInfoDiv-x {
    cursor: pointer;
    position: absolute;
    top: 0; word-wrap: break-word;
    right: 2px;
    color: #a09d9d;
}

.groupChatInfoDiv-x:hover {
    color: #7c7c7c;;
}

.groupChatInfoDiv-text {
    color: #1e1e1e;
    padding: 5px;
    width: calc(100% - 15px);
    display: inline-block;
}

.profile-big-cards .ui-tabs-panel {
    margin-right: -26px;
}

.fb-like iframe {
    width: 225px !important;
}

.fb-like > span {
    width: 225px !important;
}

.white   {background-color:#fff !important;}
.vivid  {background-color:#ddd !important;}
.vivid2  {background-color:#eee !important;}
.dark   {background-color:#ccc !important;}
.creamy {background-color:#ffc !important;}
.db-alarm {
    background-color:#ff4b4b  !important;
}
.db-alert {
    background-color:#ff974b   !important;
}
.db-warning {
    background-color:#fffc40    !important;
}

.social-network-follow-img {
    width: 40px;
    height: 40px;
}

.ipr-container {
    max-width: 1000px !important;
    margin: auto;
}