/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of reset */

/* new design */
@font-face{font-family:'DS Officina Serif-Bold';src:url("./../css/fonts/DS Officina Serif-Bold.eot");src:local("☺"),url("./../css/fonts/DS Officina Serif-Bold.woff") format("woff"),url("./../css/fonts/DS Officina Serif-Bold.ttf") format("truetype");font-weight:normal;font-style:normal}
@font-face{font-family:'DS Officina Serif-Book2';src:url("./../css/fonts/DS Officina Serif-Book.eot");src:local("☺"),url("./../css/fonts/DS Officina Serif-Book.woff") format("woff"),url("./../css/fonts/DS Officina Serif-Book.ttf") format("truetype");font-weight:normal;font-style:normal}

.font-bold {
    font-family: DS Officina Serif-Bold;
}
body {
    background: #ece9e2;
    color: #282828;
    font-family: DS Officina Serif-Book2;
    padding: 0!important;
}
html,body {
    overflow-x: hidden;
    height: auto;
}
.wrap {
    position: relative;
    /*min-height: auto; todo hack, need to glue footer to bottom*/
}
.hidden {
    display: none;
}
a {
    color: #282828;
    outline: none;
}
a:hover {
    color: #ED7703;
}
input[type=text], input[type=password], input[type=tel], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 10px 0px 10px 10px;
    margin: 5px 1px 3px 0px;
    border: 2px solid #c9c9c9;
    border-radius: 5px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
    border-color: #feda22;
    box-shadow: 0 0 5px rgba(254, 218, 34, 1);
    border: 2px solid rgba(254, 218, 34, 1);
}

.color-orange {
    color: #eda30f;
}
.color-bg-grey {
    background: #f5f5f5!important;
}

h1 {
    font-size: 32px;
    text-align: center;
    margin: 40px 55px 30px;
}
h2 {
    font-size: 28px;
    margin: 20px 0;
}
h3 {
    margin:10px auto;
}
h2,h3,h4 {
    font-family: 'DS Officina Serif-Bold';
}
p {
    margin: 20px 0;
}

.clr {
    clear: both;
}
.notice {
    padding: 10px;
}

.btn {
    text-decoration: none;
    font-size: 24px;
    border-radius: 28px;
    padding: 15px 35px;
    border: 1px solid #f0cda7;
    cursor: pointer;
}

.modal-dialog .btn {
    padding: 15px 25px;
    min-width: 100px;
}
.btn:hover {
    color: #282828;
    background: #f7a700; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefdc4 0%, #fbb600 49%, #ed9f19 77%, #e9b03f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefdc4), color-stop(49%,#fbb600), color-stop(77%,#ed9f19), color-stop(100%,#e9b03f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefdc4 0%,#fbb600 49%,#ed9f19 77%,#e9b03f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefdc4 0%,#fbb600 49%,#ed9f19 77%,#e9b03f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefdc4 0%,#fbb600 49%,#ed9f19 77%,#e9b03f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #12fefdc4 0%,#fbb600 49%,#ed9f19 77%,#e9b03f 100%); /* W3C */
}
.btn-yellow {
    background: rgba(255,224,21,1);
    background: -moz-linear-gradient(top, rgba(255,224,21,1) 0%, rgba(250,169,38,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,224,21,1)), color-stop(100%, rgba(250,169,38,1)));
    background: -webkit-linear-gradient(top, rgba(255,224,21,1) 0%, rgba(250,169,38,1) 100%);
    background: -o-linear-gradient(top, rgba(255,224,21,1) 0%, rgba(250,169,38,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,224,21,1) 0%, rgba(250,169,38,1) 100%);
    background: linear-gradient(to bottom, rgba(255,224,21,1) 0%, rgba(250,169,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe015', endColorstr='#faa926', GradientType=0 );

    -webkit-box-shadow: 0px 3px 0px 0px rgba(192,109,49,0.87);
    -moz-box-shadow: 0px 3px 0px 0px rgba(192,109,49,0.87);
    box-shadow: 0px 3px 0px 0px rgba(192,109,49,0.87);
}
.btn-red-new, .btn-give-vote, .btn-add-to-top {
    position: relative;
    background: transparent;
    overflow: hidden;
    border: 2px #e38830 solid;
    border-radius: 38px;
    color: #e38830;
    text-align: center;
}
.btn-give-vote:hover i {
    background: white;
}
.btn-grey {
    border: 1px solid white;

    background: rgba(233,233,233,1);
    background: -moz-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(201,201,201,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,233,233,1)), color-stop(100%, rgba(201,201,201,1)));
    background: -webkit-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(201,201,201,1) 100%);
    background: -o-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(201,201,201,1) 100%);
    background: -ms-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(201,201,201,1) 100%);
    background: linear-gradient(to bottom, rgba(233,233,233,1) 0%, rgba(201,201,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dadada', GradientType=0 );

}
.btn-wide {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.btn-add-to-top {
    position: relative;
}

.btn.disabled {
    color: grey;
    pointer-events: none;
    cursor: default;
}

.panel-with-two-buttons .btn.left {
    float: left;
}
.panel-with-two-buttons .btn.right {
    float: right;
}
.panel-with-two-buttons .btn {
    text-align: center;
    width: 48%;
    box-sizing: border-box;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #cecece;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #cecece;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #cecece;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #cecece;
}

/* Header */
.header-container {
    max-width: 1000px;
    margin: 0 auto;
}
/* Top strip */
.header-top {
    padding: 0 100px;
    background-color: #2f2f2f;
    height: 46px;
    line-height: 45px;
}
.header-top-items {
    float: right;
    margin-right: 10px;
}
.header-top-items li{
    float: left;
    margin: 0 5px;
    line-height: 45px;
}
.header-top-items li a {
    color: grey;
    display: block;
}
.header-top-items li.active a {
    color: white;
}
.header-top-items-gifts a{
    text-decoration: none;
    margin-right: 1px;
}
.header-top-items-gifts a.active {
    font-weight: bold;
    color: white;
}
.header-top-items a {
    text-decoration: none;
}
.header-top-items a i {
    vertical-align: middle;
}

.header-top-items-messages a {

}
.header-top-items-messages a.active {
    font-weight: bold;
    color: white;
}

.header-top-items-profile a{
    border-left: 1px solid #3b3b3b;
    color: #e5e5e5!important;
    font-weight: bold;
    text-decoration: none;
    padding: 0 20px;
}

.header-top-items-profile a img {
    height: 44px;
    margin-right: 10px;
    vertical-align: middle;
    border: 1px solid #f1c82f;
}
.header-top-items-profile a span {
    text-decoration: underline;
}

.header-top-items-subscribe a {
    font-weight: bold;
    color: #282828!important;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 28px;
    padding: 4px 15px 0px;
    margin: 5px 0 0;
}

.header-top-items-agreement a {
    text-decoration: underline;
    margin-left: 10px;
}

/* End of Top strip */
/* Menu */
.header-menu {
    padding: 10px 100px 5px;
    background-color: #f5f5f5;
    height: 50px;
}
.header-menu-list {
    height: 50px;
    float: right;
}
.header-menu-mobile {
    display: none;
}

.header-menu-list li {
    border: 0 solid transparent;
    display: inline-block;
    filter: inherit;
    margin-right: -0.25em;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    line-height: 44px;
}
.header-menu-list li a {
    font-size: 18px;
    margin: 0 7px;
    padding: 6px 8px 4px;
    border-radius: 4px;
    outline: 0;
}
.header-menu-list li a.active {
    text-decoration: none;
    background: linear-gradient(to bottom, rgb(247, 167, 0) 0%, rgb(255, 225, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3) inset;
    font-weight: bold;
    letter-spacing: -1px;
}
.header-menu-list .mobile {
    display: none;
}
.logo {
    background: url("./../img/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    padding-left: 40px;
    height: 44px;
    width: 283px;
}
/* End of Menu */
/* Timer */
.header-timer {
    height: 100px;
    line-height: 100px;
    font-size: 22px;
    text-align: center;
    background: rgba(244,161,35,1);
    background: -moz-linear-gradient(left, rgba(244,161,35,1) 0%, rgba(253,219,51,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(244,161,35,1)), color-stop(100%, rgba(253,219,51,1)));
    background: -webkit-linear-gradient(left, rgba(244,161,35,1) 0%, rgba(253,219,51,1) 100%);
    background: -o-linear-gradient(left, rgba(244,161,35,1) 0%, rgba(253,219,51,1) 100%);
    background: -ms-linear-gradient(left, rgba(244,161,35,1) 0%, rgba(253,219,51,1) 100%);
    background: linear-gradient(to right, rgba(244,161,35,1) 0%, rgba(253,219,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a123', endColorstr='#fddb33', GradientType=1 );
}
.header-timer span {
    display: inline-block;
    padding-right: 20px;
    font-size: 24px;
}
.header-timer .timer-label:nth-child(2) {
    margin: 0 10px;
}

.header-timer .timer-label {
    font-size: 18px;
}
#timer {
    display: inline-block;
    height: 100px;
    line-height: 100px;
}
/* End of Timer */
/* End of Header */

/* Content */
.content {
    position: relative;
    width: 540px;
    margin: 10px auto;
}
.content-container {
    background: white;
    border-radius: 10px;
    border: 0 solid #c8c8c8;
    overflow: hidden;
}
.content-container h2:first-child {
    margin-top: 0;
}
.content-default {
    padding: 20px;
}
.content-with-shadow {
    -webkit-box-shadow: 0 5px 7px -5px  rgba(0,0,0,0.4);
    -moz-box-shadow: 0 5px 7px -5px  rgba(0,0,0,0.4);
    box-shadow: 0 5px 7px -5px  rgba(0,0,0,0.4);
}
.content a.back {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: -10px;
    background: url('./../img/up.jpg') no-repeat;
}
/* End of Content*/

/* Footer */
.footer {
    width: 540px;
    margin: 30px 20px;
    color: grey;
}
.footer a{
    display: block;
    margin: 5px 0 15px;
}
/* End of Footer */


/* Rating */
.rating {}

/* Gender control */
.container-gender {
    position: relative;
    margin: 20px auto;
    height: 60px;
    background: #ebebeb;
    border-radius: 8px;
    border-top: 1px solid #979797;
    overflow: hidden;

    background: rgba(161,161,161,1);
    background: -moz-linear-gradient(top, rgba(161,161,161,1) 0%, rgba(199,199,199,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(161,161,161,1)), color-stop(100%, rgba(199,199,199,1)));
    background: -webkit-linear-gradient(top, rgba(161,161,161,1) 0%, rgba(199,199,199,1) 100%);
    background: -o-linear-gradient(top, rgba(161,161,161,1) 0%, rgba(199,199,199,1) 100%);
    background: -ms-linear-gradient(top, rgba(161,161,161,1) 0%, rgba(199,199,199,1) 100%);
    background: linear-gradient(to bottom, rgba(161,161,161,1) 0%, rgba(199,199,199,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#c7c7c7', GradientType=0 );

}
.container-gender.disabled {
    opacity: 0.7;
}
.container-gender.disabled a {
    cursor: not-allowed;
}
.container-gender a {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-family: Arial;
    font-size: 24px;
    text-decoration: none;
    outline: 0;
}
.container-gender a.right {
    float: right;
}
.container-gender a:hover {
    color: #282828;
}
.container-gender a.active {
    background: #f7f7f7;
    border-bottom: none;

    background: rgba(240,161,51,1);
    background: -moz-linear-gradient(top, rgba(240,161,51,1) 0%, rgba(252,233,88,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,161,51,1)), color-stop(100%, rgba(252,233,88,1)));
    background: -webkit-linear-gradient(top, rgba(240,161,51,1) 0%, rgba(252,233,88,1) 100%);
    background: -o-linear-gradient(top, rgba(240,161,51,1) 0%, rgba(252,233,88,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,161,51,1) 0%, rgba(252,233,88,1) 100%);
    background: linear-gradient(to bottom, rgba(240,161,51,1) 0%, rgba(252,233,88,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a133', endColorstr='#fce958', GradientType=0 );

}
/* End of gender control */
#rating-list {
    padding-bottom: 20px;
}
.rating-list-item {
    display: block;
    background: #fff;
    margin: 0 0 24px;
    border-radius: 10px;
}
.rating-list-item-top {
    overflow: hidden;
    /* this fixes the overflow:hidden in Chrome */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);

}
.rating-list-item:first-child {
    border-top: none;
}
.rating-list-item-anketa {

}
.rating-list-item-name {
    display: block;
    margin: -32px 20px 0;
    font-size: 28px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 1000;
    position: relative;
}
.rating-list-item-name a {
    text-decoration: none;
    border-bottom: 2px solid #282828;
}
.rating-list-item-name a:hover {
    border-bottom-color: #ED7703;
}
.rating-list-item-photo {
    display: block;
    height: 282px;
    max-height: 282px;
    position: relative;
    overflow: hidden;
    text-align: center
}
.rating-list-item-photo img {
    width: 100%;
}
.rating-list-item-photo img.default {
    width: auto;
    height: auto;
    margin-top: 40px;
}
.rating-list-item-photo.default {
    /*background-color: #FAFAFA;*/
}
.rating-list-item-photo:after {
    content: '';
    background: url(./../img/list-item-bg.png) repeat-x;
    bottom: -165px;
    content: "";
    display: block;
    height: 282px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.rating-list-item-comments {
    float: right;
    color: #727272;
    font-size: 28px;
    white-space: nowrap;
}
.list-item-give-votes-panel {
    padding: 30px 20px;
}
.list-item-give-votes-panel .btn {
    width: 48%;
    padding: 0;
    text-align: center;
    font-size: 28px;
}
.list-item-give-votes-panel .btn.left {
    float: left;
}
.list-item-give-votes-panel .btn.right {
    float: right;
}

.list-item-top24-panel {
    padding: 30px 20px;
}

.profile .list-item-give-votes-panel {
    border-bottom: 1px solid #d2d2ca;
}

.btn-give-vote > span {
    display: inline-block;
    padding: 23px 0 20px 20px;
}
.btn-give-vote > i {
    display: inline-block;
    float: right;
    border-radius: 100%;
    border: 2px #e38830 solid;
    margin: 8px;
    padding: 11px 16px 6px 8px;
    width: 32px;
    font-size: 36px;
    color: #282828;
}

.rating-list-item-all {
    padding: 25px 25px 20px;
    /*overflow: hidden;*/
}
.rating-list-item-place {
    font-size: 28px;
}

.select-vote-qty {
    width: 100px;
    font-size: 24px;
    padding: 10px;
}

/* share buttons */
.profile-share-buttons {
    text-align: center;
    border-radius: 28px;
    padding: 4px 35px;
    margin-bottom: 20px;
}
/* End of share buttons */

.item-gifts {
    display: block;
    margin: 10px 30px 25px;
    cursor: pointer;
    line-height: 50px;
}
.item-gifts label {
    font-size: 24px;
    margin-right: 15px;
}
.item-gifts > * {
    display: inline-block;
    vertical-align: middle;
}
.rating-list-item-qty {
    position: relative;
    color: #222;
    display: inline-block;
}
.list-item-qty-plus {
    position:absolute;
    top:-10px;
    left:10px;
}
.rating-price {
    margin: 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dedcd8;
    font-size: 20px;
    color: #757474;
    line-height: 28px;
}
.rating_more {
    text-align: center;
    padding: 10px 0 30px;
    border-bottom: 1px solid #dedcd8;
}
.rating_more_action {
    font-size: 22px;
    text-decoration: none;
    color: #e38830;
}
.rating_more.disabled {
    display: none;
}
/* End of Rating */

/* Top */
#top {
    position: relative;
}
#top-photo-list {
    width: 100%;
    overflow: hidden;
    display: none;
}
#top-photo-list li {
    float: left;
    width: 100%;
    margin: 0!important;
}
#top .lSPager {
    position: absolute;
    right: 20px;
    bottom: 35px;
}
#top .lSPager.lSpg > li a {
    height: 16px;
    width: 16px;
}
#top .lSPager.lSpg > li a:hover, #top .lSPager.lSpg > li.active a {
    background-color: white;
}
.top-photo {
    float: left;
    width: 33%;
    height: 120px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.top-photo img {
    height: 100%;
    position: absolute;
    top: -1000px;
    bottom: -1000px;
    left: -1000px;
    right: -1000px;
    margin: auto;
}
.slide-page-content {
 }
.slide-page-content .top-photo:nth-child(2), .slide-page-content .top-photo:nth-child(5) {
    width: 34%
}
#top .list-item-give-votes-panel {
    padding: 15px 20px 10px;
    text-align: center;
    background: rgba(255,224,21,1);
    background: -moz-linear-gradient(top, rgba(255,224,21,1) 0%, rgba(250,169,38,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,224,21,1)), color-stop(100%, rgba(250,169,38,1)));
    background: -webkit-linear-gradient(top, rgba(255,224,21,1) 0%, rgba(250,169,38,1) 100%);
    background: -o-linear-gradient(top, rgba(255,224,21,1) 0%, rgba(250,169,38,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,224,21,1) 0%, rgba(250,169,38,1) 100%);
    background: linear-gradient(to bottom, rgba(255,224,21,1) 0%, rgba(250,169,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe015', endColorstr='#faa926', GradientType=0 );
}
#top .list-item-give-votes-panel a {
    border-color: white;
    border-width: 2px;
    color: white;
    text-align: center;
    padding: 23px 0 20px;
    width: 50%;
}
/* End of Top */

/* Profile */
.profile {
    margin-bottom: 40px;
}
.profile-data {

}
.pofile-buy-golos {
    position: relative;
    padding: 30px 20px 20px;
}

.pofile-buy-golos-action {
    width: 49%;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 15px 0;
    border-radius: 45px;
}
.pofile-buy-golos-action:first-child {
    border-right: 1px solid #c8c8c8;
}
.icon-buy-golos {
    width: 48px;
    height: 43px;
    background-position: -94px -2px !important
}

.icon-buy-golos4 {
    width: 48px;
    height: 43px;
    background-position: -148px -2px !important
}

.pofile-buy-golos-action b {
    font-weight: bold;
    font-size: 28px;
}
.pofile-buy-golos-action .qty {
    text-align: left;
    display: inline-block;
}

.profile-public-actions-container {
    padding: 30px 20px 0;
}
.profile-public-actions-container a {
    margin-bottom: 20px;
}

/* public messages */
.profile-public {
    padding: 10px 0 30px;
    background: #d3d0c9;
    max-height: 500px;
    overflow: hidden;
    border-top: 1px solid #c8c8c8;
}
.user-small-pic {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 20px;
    top: 0;
    overflow: hidden;
    border-radius: 35px;
    background-color: white!important;
    background-position: center center!important;
    /* background-size: 100% 205% !important */
}
.profile-public-message {
    margin: 20px 0;
    position: relative;
}
.profile-public-message-author {
    margin: 0 20px 15px 120px;
    padding: 20px 0 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #9c9c9c;
}
.profile-public-message-author a {
    text-decoration: none;
}
.profile-public-message-text {
    background: white;
    padding: 30px 20px;
    font-size: 22px;
    margin: 0 120px;
    position: relative;
    line-height: 125%;
    word-wrap: break-word;

    -webkit-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.45);
    box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.45);
}
.profile-public-message-text:after {
    position: absolute;
    top: 0;
    left: -13px;
    content: ' ';
    background: url(./../img/icons.png) no-repeat;
    width: 15px;
    height: 18px;
    background-position: -37px -39px;
}
.profile-public-message-first {
    font-size: 22px;
    padding: 20px;
}

/* Message answer for target user */
.profile-public-message.right .user-small-pic {
    right: 10px;
    left: auto;
}
.profile-public-message.right .profile-public-message-author {
    margin: 0 120px 15px 20px;
    text-align: right;
}
.profile-public-message.right .profile-public-message-text {
    margin: 0 120px 15px 120px
}
.profile-public-message.right .profile-public-message-text:after {
    width: 0;
}
.profile-public-message.right .profile-public-message-text:before {
    position: absolute;
    top: 0;
    right: -13px;
    content: ' ';
    background: url(./../img/icons.png) no-repeat;
    width: 15px;
    height: 18px;
    background-position: -35px -57px;
}

/* private messages Users */
.private-messages-user {
    position: relative;
    cursor: pointer;
}
.private-messages-user-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.01;
    background: #fed700;
    left: 0;
    top: 0;
    z-index: 9999;
}
.private-messages-user-overlay:after {
    position: absolute;
    content: " "; /* todo temporary */
    font-size: 24px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -10px;
}
.private-messages-user-who {
    color: #acacac;
}
.private-messages-user-message-preview {
    margin-top: 20px;
}

.profile .slimScrollDiv {
    background: #d3d0c9;
}

/* private message form */
.profile-public-form, .public-message-form-container {
    border-top: 1px solid #c8c8c8;
    padding: 15px;
    position: relative;
}
.profile-public-form input, .public-message-form-container input {
    font-size: 24px;
    border: 2px #c9c9c9 solid;
    border-radius: 4px;
    padding: 20px 15px;
    width: 75%;
}
.btn-send-message {
    font-size: 24px;
    text-decoration: none;
    margin-left: 10px;
    font-weight: bold;
    color: #6c6c6c;
}

.message-comments-container {
    display: none;
    background: #f5f5f5;
    max-height: 500px;
    padding: 10px 0 30px;
    border-top: 1px solid #c8c8c8;
}

/* Container for user profile buy give buttons */
.pofile-buy-give-container {
    padding: 15px 0;
}
.pofile-buy-give-container div {
    margin: 7px 0;
}
.give-select-container {
    width: 135px;
    text-align: right;
    display: inline-block;
}
.give-action-container {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}
.give-action-container a {
    display: block;
    width: 230px;
    text-align: center;
}
/* End of Profile */

.profile-public-message-container {
    margin: 20px 0;
}
.profile-public-message-container a {
    display: block;
    width: 230px;
    text-align: center;
}

.profile-edit-container {
    margin: 20px 0 20px;
    padding: 0 20px;
}
.profile-edit-container a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

/* Lenta */
.lenta-entry {
    height: 70px;
    padding: 30px 10px;
    border-bottom: 1px solid #ebeae5;
}
.lenta-entry:last-child {
    border-bottom: none;
}
.lenta-entry > div {
    float: left;
    height: 70px
}
.lenta-entry-message {
    width: 80px;
    color: #8a8a8a;
    text-align: center;
    margin-top: 9px;
}
.lenta-entry-message .item-gift {
    margin-top: 5px;
    margin-right: 0;
}
.lenta-entry-message .item-message {
    margin-top: 10px;
}
.lenta-entry-photo {
    background-color: white !important;
    background-position: center center !important;
    border-radius: 35px;
    height: 70px;
    overflow: hidden;
    width: 70px;
    margin: 0 20px 0 10px;
}
.lenta-entry-name {
    margin-top: 10px;
}
.lenta-entry-name a {
    display: block;
    font-size: 22px;
    max-width: 290px;
    overflow: hidden;
}
.lenta-entry-type {

}
.lenta-entry-date {
    font-family: Arial;
    margin-top: 10px;
    color: #878787;
}
.lenta-entry-votes-qty {
    font-size: 36px;
    color: #ea4d7e;
}
.lenta-entry-votes-qty-name {
    font-family: Arial;
}

.icon-lenta-message {
    background-position: -5px -88px !important;
    height: 37px;
    width: 41px;
}

/* End of Lenta */

/* Private messages */
.private-message-entry {
    background: white;
    border-radius: 10px;
    border: 1px solid #c8c8c8;
    overflow: hidden;
    margin-bottom: 30px;
}
.private-message-entry .profile-data {
    margin-bottom: 10px;
}

.private-message-entry .profile-public-actions-container {
    padding-top: 0;
}
.private-message-entry  .list-item-give-votes-panel {
    /* border-bottom: 1px solid #d2d2ca; */
}

/* Private messages form */
#private-message-form {
    text-align: left;
    padding: 10px 0;
}
.private-message-form-container {
    float: left;
    padding: 20px 20px 0 30px;;
    width: 350px;
    overflow: hidden;
}
#private-message-form textarea {
    width: 100%;
    height: 140px;
    box-sizing: border-box;
    border: 2px #c9c9c9 solid;
    padding: 15px 20px;
    font-size: 24px;
}
#private-message-form .btn-send-message {
    display: inline-block;
    margin-left: 0;
    margin-top: 10px;
}
.private-message-form-data {
    position: relative;
}
/* End of Private messages */

/* Winners page */
#winners {
    font-size: 24px;
    line-height: 36px;
}
.winners_block {
    margin-top: 40px;
}
.winners_block .winner{
    float: left;
    width: 49.4%;
    overflow: hidden;
    background: white;
    border-radius: 10px;
    padding: 0;
    box-sizing: border-box;
}
.winners_block .winner_male{
    float: right;
}
.winners_block__month_title {
    color: #767673;
    font-size: 30px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.winner_block_image {
    text-align: center;
    background-color: #cccac4;
    height: 130px;
    overflow: hidden;
}
.winner_block_image.default {
    padding-top: 10px;
}
.winner_block_image img {
    width: 100%;
}
.winner_block_image.default img{
    height: 175px;
    width: auto;
}
.winner_block_params {
    padding: 10px 20px;
    line-height: 28px;
}
.progress .winner_block_params {
    opacity: 0.5;
}
.winner_block_title {
    font-family: Arial;
    font-size: 18px;
    opacity: 0.4;
}
.winners_block.ready .winner_block_title {
    opacity: 0.9;
}
.winner_block_name {
    font-size: 20px;
}
.winner_female .winner_block_title{
    color: #e74c7b;
}

.winner_male .winner_block_title{
    color: #7883fb;
}

/*
 * Pulse animation
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(0.1); }
    90% { -webkit-transform: scale(1.05); }
    100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(0.1); }
    90% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
.winner_pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

/* End of winner page */

/* Edit page */
#edit {
    border-radius: 10px;
    position: relative;
}
#edit .container-gender{
    margin: 20px;
}
.edit-photo {
    padding: 0px 0 30px;
    text-align: center;
    overflow: hidden;
}
.edit-photo-upload-button {
    background: #f5f5f5;
    color: #a7a7a7;
    display: block;
    text-decoration: none;
    font-size: 20px;
    border: 1px solid #c8c8c8;
    position: relative;
    height: 210px;
    padding-top: 36px;
    margin:0 20px;
}
.edit-photo-upload-button i {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -30px;
    position: absolute;
    background-position: -137px -54px
}
.edit-photo-upload-button span {
    left: 0;
    position: absolute;
    top: 175px;
    width: 100%;
    color: #ccc;
}
.edit-photo.progress {
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    background: none repeat scroll 0 0 #f5f5f5;
    border: solid #c8c8c8;
    border-width: 1px 0;
    padding: 0;
}
.edit-photo .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 50px;
    width: 0;
    background: #f1c82f;
}
.edit-photo .percentage {
    z-index: 1000;
    position: relative;
    overflow: visible;
}

.edit-fields {
    padding: 20px;
}
.edit-fields label {
    margin-bottom: 30px;
    color: #a1a1a1;
    display: block;
    font-size: 22px;
}
.edit-fields label:last-child {
    margin-bottom: 0;
}

.edit-fields input, .edit-fields textarea{
    width: 100%;
    font-size: 24px;
    padding: 10px;
    box-sizing: border-box;
}
.edit-actions {
    padding: 10px 20px 10px;
}
.edit-actions a {
    margin-bottom: 10px;
}

.edit-actions .btn-half {
    width: 30%;
    display: inline-block;
}

#edit-photo-container {
    width: 540px;
    height: 282px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#edit-photo-container img {
    width: 100%;
}
.edit-photo-actions {
    margin-top: 20px;
    padding: 0 30px;
}
.edit-photo-actions a {
    margin-bottom: 20px;
}
/* End of Edit page */

/* Edit photo */
.edit-image-about {
    font-size: 30px;
    line-height: 36px;
    padding: 20px 30px;
    text-align: center;
}
.edit-image-instruction-1 {
    color: #acacac;
    font-size: 20px;
    line-height: 28px;
    padding: 0 30px 20px;
    text-align: center;
}
#edit-photo .edit-photo {
    border-top: 0;
}
/* End of edit photo */

/* Photo filters */
.photo-filters {

}
.photo-filter {
    box-sizing: border-box;
    display: inline-block;
    margin: 10px;
    border: 2px solid #acacac;
    text-decoration: none;
    transition: 0.5s all ease;
}
.photo-filter img {
    display: block;
    width: 100%;
}
.photo-filter:hover, .photo-filter.active {
    border-color: #feda22;
}
.photo-filter:hover i, .photo-filter.active i {
    background: #feda22;
}
.photo-filter i {
    display: block;
    padding: 10px;
    text-align: center;
    background: #ece9e2;
    transition: 0.5s all ease;
}
/* End of photo filters */

/* Subscribe page */
#subscribe {
    padding: 0;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
}
.subscribe-text {
    padding: 20px 30px;
}
.subscribe-text > span {
    display: block;
    margin-bottom: 20px;
}
.subscribe-about-2 {
    color: #acacac;
    font-size: 18px;
    line-height: 30px;
}
.subscribe-price {
    font-size: 20px;
    font-weight: bold;
}
.subscribe-price b{
    padding: 3px;
    background: rgba(244,161,35,1);
    background: -moz-linear-gradient(left, rgba(244,161,35,1) 0%, rgba(254,224,52,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(244,161,35,1)), color-stop(100%, rgba(254,224,52,1)));
    background: -webkit-linear-gradient(left, rgba(244,161,35,1) 0%, rgba(254,224,52,1) 100%);
    background: -o-linear-gradient(left, rgba(244,161,35,1) 0%, rgba(254,224,52,1) 100%);
    background: -ms-linear-gradient(left, rgba(244,161,35,1) 0%, rgba(254,224,52,1) 100%);
    background: linear-gradient(to right, rgba(244,161,35,1) 0%, rgba(254,224,52,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a123', endColorstr='#fee034', GradientType=1 );
}
.subscribe-form-container {
    position: relative;
    text-align: left;
    border-top: 1px solid #cacaca;
    padding: 20px 30px;
}
.subscribe-form-container .btn {
    display: inline-block;
}
.subscribe-form-container label {
    display: block;
    color: #acacac;
    margin-bottom: 20px;
}
.subscribe-form-container input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 22px;
    height: 50px;
}
.subscribe-form-buttons {
    text-align: center;
    padding: 20px 0 30px;
}

.form-control-subscribe-password {
    position: relative;
}
.form-control-subscribe-password input {
    padding-right: 110px;
}
#subscribe-get-code {
    position: absolute;
    height: 30px;
    line-height: 30px;
    right: 6px;
    top: 6px;
    background-color: #e1dfdc;
    color: #787878;
    text-decoration: none;
    font-size: 18px;
    padding: 4px 10px;
    border-radius: 3px;
}
/* End of subscribe page */

/* Subscribe confirm */
.subscribe-buttons-panel a.btn {
    margin: 10px 0;
}
/* End of subscribe confirm */

/* Icons */
.icon {
    background: url(./../img/icons.png) no-repeat;
    display: inline-block;
}
.rating-list-item-place-up {
    background-position: 0 0;
    width: 25px;
    height: 22px;
}
.rating-list-item-place-down {
    background-position: -25px 0;
    width: 25px;
    height: 22px;
}
.rating-list-item-comments-icon {
    background-position: -64px 0;
    width: 25px;
    height: 25px;
}
.header-top-items-gifts-icon {
    background-position: 0 -30px;
    width: 25px;
    height: 25px;
}
.header-top-items-gifts-icon.active {
    background-position: -3px -55px;
    width: 25px;
    height: 25px;
}
.indicator-header-lenta-qty {
    vertical-align: middle;

    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-top: 5px;
}
.header-top-items-messages-icon {
    background-position: -63px -1px;
    width: 25px;
    height: 25px;
}
.header-top-items-messages-icon.active {
    background-position: -63px -29px;
    width: 25px;
    height: 23px;
}
.header-top-items-search-icon {
    background-position: -61px -54px;
    width: 25px;
    height: 25px;
}

.indicator-header-private-qty {
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-top: 5px;

}
/* End of icons */

/* Gifts */
.item-gift {
    display: inline-block;
    width: 42px;
    height: 40px;
    margin-right: 15px;
    background: url(./../img/gifts.png) no-repeat;
    background-size: 650px auto;
}
.icon-gift-1 {
    background-position: -10px -12px;
}
.icon-gift-2 {
    background-position: -75px -12px;
}
.icon-gift-3 {
    background-position: -139px -12px;
}
.icon-gift-4 {
    background-position: -200px -12px;
}
.icon-gift-5 {
    background-position: -265px -12px;
}
.icon-gift-6 {
    background-position: -330px -12px;
}
.icon-gift-7 {
    background-position: -395px -12px;
}
.icon-gift-8 {
    background-position: -460px -12px;
}
.icon-gift-9 {
    background-position: -525px -12px;
}
.icon-gift-10 {
    background-position: -590px -12px;
}
.icon-gift-11 {
    background-position: -10px -57px;
}
.icon-gift-12 {
    background-position: -75px -57px;
}
.icon-gift-13 {
    background-position: -139px -57px;
}
.icon-gift-14 {
    background-position: -200px -57px;
}
.icon-gift-15 {
    background-position: -265px -57px;
}
.icon-gift-16 {
    background-position: -330px -57px;
}
.icon-gift-17 {
    background-position: -395px -57px;
}
.icon-gift-18 {
    background-position: -460px -57px;
}
.icon-gift-19 {
    background-position: -522px -57px;
}
.icon-gift-20 {
    background-position: -586px -57px;
}

/* Gift select */
.dd-option .item-gift {
    display: inline-block;
}
#select-gift .dd-desc {
    display: inline-block;
}
#select-gift .dd-option {
    text-align: left;
    padding: 0;
}

#modal-select-gifts .modal-footer{
    position: relative;
}
#modal-select-gifts .modal-dialog {
    margin: 50px auto;
}
.select-gift-action {
    text-decoration: none;
    opacity: 0.7;
    transition: 1s all ease;
}
.select-gift-action:hover {
    opacity: 1;
}
#modal-select-gifts .modal-body {
    text-align: center;
}
#modal-select-gifts .modal-body a {
    margin: 20px;
}
/* End of gifts */

/* Loader */
.loader {
    display: block;
    height: 30px;
    margin: 20px;
    background: url(./../img/loader.gif) no-repeat;
    background-position: 50% 50%;
}
/* End of loader */

.modal-body {
    font-size: 28px;
    font-weight: bold;
}

/* Confirm box */

/* Errors */
p.red {
    background: #FFF0F0;
}
input.error {
    border-color: red;
}
/* End of errors */

/* Timer */
.timer-not-soon {
    opacity: 0.5;
}
.timer-label {
    font-size: 16px;
    color: #8c5900;
    width: 72px;
    padding: 4px 0 0!important;
    text-shadow: rgb(249, 195, 00) 2px 2px 0px;
}
.timer-label-single {
    width: 70px;
}

.xdsoft_flipcountdown{display:inline-block;vertical-align: middle;margin-top: 7px}

.xdsoft_flipcountdown .xdsoft_digit{float:left;background-repeat:no-repeat;}
.xdsoft_flipcountdown .xdsoft_clearex{clear:both;float:none;font-size: 14px; line-height: 18px;}


.xdsoft_flipcountdown >.xdsoft_digit{
    background-position:0px 0px;
}
.xdsoft_flipcountdown >.xdsoft_digit.xdsoft_separator,.xdsoft_flipcountdown >.xdsoft_digit.xdsoft_dot{
    opacity:0.9;
}
.xdsoft_flipcountdown.xdsoft_size_lg >.xdsoft_digit{
    width:53px;
    height:76px;
    background-image:url(./../img/flipcount/digit-lg.png);
}
.xdsoft_flipcountdown.xdsoft_size_lg >.xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_lg >.xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_lg >.xdsoft_digit.xdsoft_dot{
    width:14px;
    background-position:-19px -5082px;
}
.xdsoft_flipcountdown.xdsoft_size_lg >.xdsoft_digit.xdsoft_dot{
    background-position:-41px -5082px;
}
.xdsoft_flipcountdown.xdsoft_size_lg >.xdsoft_digit.xdsoft_space{
    background-position:-100px -5082px;
}

.xdsoft_flipcountdown.xdsoft_size_md >.xdsoft_digit{
    width:36px;
    height:52px;
    background-image:url(./../img/flipcount/digit-md.png);
}
.xdsoft_flipcountdown.xdsoft_size_md >.xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_md >.xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_md >.xdsoft_digit.xdsoft_dot{
    width:10px;
    /*background-position:-13px -3432px;*/
    background: none;
}
.xdsoft_flipcountdown.xdsoft_size_sm >.xdsoft_digit{
    width:24px;
    height:34px;
    background-image:url(./../img/flipcount/digit-sm.png);
}
.xdsoft_flipcountdown.xdsoft_size_sm >.xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_sm >.xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_sm >.xdsoft_digit.xdsoft_dot{
    width:10px;
    background-position:-6px -2310px;
}
.xdsoft_flipcountdown.xdsoft_size_xs >.xdsoft_digit{
    width:16px;
    height:23px;
    background-image:url(./../img/flipcount/digit-xs.png);
}
.xdsoft_flipcountdown.xdsoft_size_xs >.xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_xs >.xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_xs >.xdsoft_digit.xdsoft_dot{
    width:5px;
    /*background-position:-5px -1584px;*/
    background: none;
}
/* End of Timer */

/* isLoading */
.icon-spin {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(./../img/loader.gif) no-repeat;
    vertical-align: middle;
}
.isloading-wrapper.isloading-right{margin-left:10px;}
.isloading-overlay{position:relative;text-align:center;}.isloading-overlay .isloading-wrapper{background:rgba(255,255,255,0.8);-webkit-border-radius:7px;-webkit-background-clip:padding-box;-moz-border-radius:7px;-moz-background-clip:padding;border-radius:7px;background-clip:padding-box;display:inline-block;margin:0 auto;padding:10px 20px;top:10%;z-index:9000;}
/* End of isLoading */

.mobile {
    display: none;
}

/* Themes */
.themes-preview {
    box-sizing:border-box;
    height: 100px;
    opacity: 0.7;
    cursor: pointer;
    transition: 1s all ease;
}
.themes-preview:hover {
    border:3px solid #feda22;
    opacity: 1;
    background-position: 125% 0 !important;
}
.themes-preview.selected {
    border:3px solid #feda22;
}
.themes-actions {
    padding: 10px;
}
.themes-actions a {
    margin-bottom: 10px;
}
/* End of Themes */

/* Search page */
#search {
    height: 70px;
    text-align: center;
}
#search-action {
    margin-left: 10px;
    width: 20%
}
#search-query {
    font-size: 22px;
    padding: 15px 10px;
    width: 60%;
}
#search-results {
    display: none;
    margin: 20px 0;
}
#search-results-empty {
    display: none;
    margin: 20px 0;
    padding: 20px;
}
/* End of search page */

.banner {
    background: #645957;
}
.banner.mobile {
    display: none;
}
.banner img {
    display: block;
    margin: 0 auto;
}
/* Agreements */
#agreement ul {
    list-style: circle;
    margin: 20px 0;
}
#agreement ul li {
    margin: 5px 0 5px 40px;
}
/* End of Agreements */


@media screen and (max-width: 1200px) {
    .mobile {
        display: block;
    }

    /* Header */
    .header {
        position: relative;
    }
    .header-container {
        margin: 0 auto;
        max-width: 100%;
    }

    /* Top strip */
    .header-top {
        display: none;
        padding: 0 20px;
        height: 46px;
        line-height: 45px;
    }
    .header-top-items {
        margin-right: 10px;
    }
    .header-top-items li{
        margin: 0 5px;
        line-height: 45px;
    }
    .header-top-items-gifts a{
        margin-right: 10px;
    }
    .header-top-items-profile a{
        padding: 0 20px;
    }

    .header-top-items-profile a img {
        height: 44px;
        margin-right: 10px;
    }
    /* End of Top strip */
    /* Menu */
    .overlay {
        background-color: black;
        display: none;
        height: 100%;
        opacity: 0.7;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    .header-menu {
        position: relative;
        z-index: 999;
        padding: 13px 20px 5px;
        height: 50px;
        border-bottom: none;

        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(244,244,244,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0 );

        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .header-menu-list {
        display: none;
    }
    .header-menu-mobile {
        display: none;
        position: absolute;
        z-index: 9999;
        top: 68px; right: -600px;
        background: #f4f4f4;
        padding: 0 0 50px 0;
        width: 500px;
        /*min-height: 1000px;*/
    }

    .header-menu-mobile li {
        margin-right: -0.25em;
        line-height: 80px;
        display: block;
    }
    .header-menu-mobile li a {
        display: block;
        text-decoration: none;
        font-size: 28px;
        font-weight: bold;
        margin: 0;
        padding: 0 35px 0 0px;
        border-left: 8px solid transparent;
        transition: 0.5s color ease;
    }
    .header-menu-mobile li a:hover {
        color: #f05b19;
        /*border-left: 8px solid #f05b19;*/
        background-color: #ece8e7;
    }
    .header-menu-mobile li a.active {
        letter-spacing: -1px;
    }


    .header-menu-top-mobile {
        float: right;
        list-style: none;
    }
    .header-menu-top-mobile li {
        float: left;
        margin-left: 7px;
        margin-top: 8px;
        position: relative;
    }
    .header-menu-top-mobile li:nth-child(2) {

    }
    .header-menu-top-mobile li a {
        text-decoration: none;
    }
    .header-menu-top-mobile li a span.active.indicator-header, .header-menu-mobile li a span.active.indicator-header{
        position: absolute;
        right: -6px;
        top: -9px;
        background-color: #f05b19;
        color: white;
        border-radius: 10px;
        width: 15px;
        height: 15px;
        padding: 2px;
        font-size: 16px;
        text-align: center;
        line-height: 17px;
    }

    .header-menu-mobile li a span.active.indicator-header {
        display: none;
        position: relative;
        margin: 0 10px;
        padding: 4px;
        border-radius: 15px;
        vertical-align: middle;
        display: inline-block;
    }

    .header-menu-mobile li a.header-menu-mobile-private-messages span.active.indicator-header {
        position: absolute;
        height: 17px;
        right: 10px;
        top: 10px;
        padding: 6px 7px;
        font-size: 16px;
        line-height: 20px;
    }


    .header-menu-mobile-user {
        background: linear-gradient(45deg, #524648 0px, #161c2b 100%) repeat scroll 0 0 #161c2b;
        color: white;
        padding: 30px 20px;
        margin-bottom: 10px;
        text-align: center;

    }
    .header-menu-mobile-user-name {
        font-size: 20px;
        text-align: center;
        margin-top: 15px;
    }
    .header-menu-mobile-user-photo {
        text-align: center;
        overflow: hidden;
        width: 100px;
        height: 100px;
        left: 10px;
        border-radius: 100%;
        background-position: center center !important;
        background-size: auto 100px !important;

        border: 3px solid white;
    }
    .header-menu-mobile-user-photo img {
        height: 100px;
    }
    .header-menu-mobile-user-params-place {
        font-size: 28px;
        left: -128px;
        position: absolute;
        text-align: center;
        top: 38px;
        width: 80px
    }
    .header-menu-mobile-user-params-qty {
        font-size: 28px;
        right: -120px;
        position: absolute;
        top: 38px;
        width: 70px;
    }
    .header-menu-mobile-user-params-qty i {
        color: #68676c;
    }
    .header-menu-mobile-user-params {
        display: inline-block;
        position: relative;
    }

    .header-menu-top-gifts {
        width: 30px;
        display: block;
    }

    .header-menu-button {
        display: block;
        width: 28px;
        height: 36px;
        background: url("./../img/menu-icon.png") no-repeat scroll 20px 24px / 24px 66px rgba(0, 0, 0, 0);
        padding: 16px 20px;
    }
    .header-menu-button.visible {
        background-color: #161c2b;
        background-position: 20px -23px;
    }

    .header-menu-button-container {
        border-left: 1px solid #d3d3d3;
        height: 68px;
        margin-top: -13px !important;
        margin-right: -20px;
    }

    .logo {
        padding-left: 40px;
        height: 44px;
        width: 283px;
    }

    /* Menu mobile todo */
    .mobile-menu-icons {
        background-size: 100px 266px;
        width: 31px;
        height: 28px;
        vertical-align: middle;
        margin:0 10px;
    }
    .mobile-menu-icon-profile {
        background-position: 0 -73px;
    }
    .header-menu-list-mobile li a:hover .mobile-menu-icon-profile {
        background-position: 0 -107px;
    }
    .mobile-menu-icon-lenta {
        background-position: -64px -71px;
    }
    .header-menu-list-mobile li a:hover .mobile-menu-icon-lenta {
        background-position: -64px -104px;
    }
    .mobile-menu-icon-private {
        background-position: 0 -142px;
        height: 29px;
    }
    .header-menu-list-mobile li a:hover .mobile-menu-icon-private {
        background-position: 0 -175px;
    }
    .mobile-menu-icon-votes {
        background-position: -31px -141px;
    }
    .header-menu-list-mobile li a:hover .mobile-menu-icon-votes {
        background-position: -31px -176px;
    }
    .mobile-menu-icon-winners {
        background-position: -31px -71px;
        height: 32px;
    }
    .header-menu-list-mobile li a:hover .mobile-menu-icon-winners {
        background-position: -31px -106px;
    }
    /* End of icons */

    /* End of Menu */

    /* Timer */
    .header-timer {
        height: 100px;
        line-height: 100px;
        font-size: 22px;
 }
    .header-timer span {
        padding-right: 5px;
    }
    #timer {
        height: 100px;
        line-height: 100px;
    }
    /* End of Timer */
    /* End of Header */
}



@media screen and (max-width: 639px) {

    h1 {
        font-size: 20px;
        margin: 22px 35px 20px;
    }
    h2 {
        font-size: 18px;
        margin: 10px 0;
    }
    h3 {
        margin:5px auto;
    }
    p {
        margin: 10px 0;
    }
    .btn {
        font-size: 14px;
        border-radius: 20px;
        padding: 10px 18px;
    }
    .modal-dialog .btn {
        padding: 8px 15px;
        min-width: 50px;
    }

    /* Header */
    /* Top strip */
    .header-top {
        display: none;
        padding: 0 10px;
        height: 23px;
        line-height: 23px;
    }
    .header-top-items {
        margin-right: 5px;
    }
    .header-top-items li{
        margin: 0 3px;
        line-height: 23px;
    }
    .header-top-items-gifts a{
        margin-right: 5px;
    }
    .header-top-items-profile a{
        padding: 0 10px;
    }

    .header-top-items-profile a img {
        height: 22px;
        margin-right: 5px;
    }
    .header-top-items-subscribe a {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0;
        padding: 4px 15px 2px;
    }
    /* End of Top strip */

    /* Menu */
    .header-menu-top-mobile {
        float: right;
        list-style: none;
        height: 25px
    }
    .header-menu-top-mobile li {
        float: left;
        margin-left: 7px;
        margin-top: -5px;
        position: relative;
    }
    .header-menu-top-mobile li:nth-child(2) {

    }
    .header-menu-top-mobile li a {
        text-decoration: none;
    }
    .header-menu-top-mobile li a span.active.indicator-header, .header-menu-mobile li a span.active.indicator-header{
        position: absolute;
        right: -6px;
        top: -9px;
        background-color: #f05b19;
        color: white;
        border-radius: 100%;
        width: 15px;
        height: 15px;
        padding: 2px;
        font-size: 16px;
        text-align: center;
        line-height: 17px;
        letter-spacing: -1px;
    }

    .header-menu {
        padding: 13px 10px 2px;
        height: 30px;
    }

    .header-menu-mobile {
        top: 45px; right: -320px;
        padding: 0 0 100px;
        width: 300px;
    }

    .header-menu-mobile li {
        line-height: 40px;
    }
    .header-menu-mobile li a {
        position: relative;
        font-size: 16px;
        padding: 5px 20px 5px 0px;
        border-left: 6px solid transparent;
        border-bottom: 1px solid #bcbcbc;
    }
    .header-menu-mobile li a:hover {
        /*border-left: 6px solid #f05b19;*/
    }
    .header-menu-list-mobile li a:hover i {

    }
    .header-menu-mobile li a.active {
        letter-spacing: 0;
    }
    .header-menu-button {
        display: block;
        width: 20px;
        height: 36px;
        background: url("./../img/menu-icon.png") no-repeat scroll 11px 13px / 24px 66px rgba(0, 0, 0, 0);
        padding: 5px 14px;
    }

    .header-menu-button-container {
        height: 45px;
        margin-top: -13px !important;
        margin-right: -10px;
    }

    .header-menu-button.visible {
        background-color: #161c2b;
        background-position: 11px -34px;
    }

    .logo {
        padding-left: 0;
        height: 22px;
        width: 142px;
        background-size: 142px 22px;
    }

    .header-menu-mobile-user-params-place {
        font-size: 18px;
        left: -88px;
        top: 38px;
        width: 80px;
        height: 60px
    }
    .header-menu-mobile-user-params-qty {
        font-size: 18px;
        right: -80px;
        top: 38px;
        width: 70px;
    }

    /* End of Menu */
    /* Timer */
    .header-timer {
        height: 60px;
        line-height: 60px;
        font-size: 12px;
    }
    .header-timer span {
        line-height: 13px;
        text-align: left;
        font-size: 14px;
    }
    .header-timer .timer-label {
        font-size: 10px;
    }
    .header-timer .timer-label:nth-child(2) {
        margin: 0 6px;
    }
    #timer {
        height: 50px;
        line-height: 50px;
        width: 100%
    }

    .timer-label {
        font-size: 10px;
        width: 33px;
        padding: 0 !important;
        text-align: center!important;
    }
    .timer-label-single {
        width: 32px;
    }
    .xdsoft_flipcountdown .xdsoft_clearex {
        line-height: 12px;
    }
    .xdsoft_flipcountdown{
        margin-top: 10px
    }
    #timer-text {
        vertical-align: middle;
        width: 45%;
    }
    /* End of Timer */
    /* End of Header */


    /* Content */
    .content {
        width: auto;
        min-width: 220px;
        margin: 10px;
        box-sizing: border-box;
    }
    .content-container {
        border-radius: 6px;
    }

    .content-container h2:first-child {
        margin-top: 10px;
    }
    .content-default {
        padding: 10px;
    }
    .content a.back {
        display: block;
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
        left: 0;
        top: -9px;
    }
    /* End of Content*/

    /* Footer */
    .footer {
        width: auto;
        min-width: 320px;
        margin: 30px 15px;
    }
    /* End of Footer */

    .content-with-shadow {
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
    }


    /* Rating */
    /* Gender control */
    .container-gender {
        margin: 10px auto 12px;
        height: 36px;
        border-radius: 6px;
    }
    .container-gender a {
        line-height: 34px;
        font-size: 14px
    }
    #edit .container-gender {
        margin: 10px;
        width: auto;
    }
    /* End of gender control */

    #rating-list {
        padding-bottom: 10px;
    }
    .rating-list-item {
        margin: 0 0 12px;
    }
    .rating-list-item-name {
        font-size: 16px;
    }
    .rating-list-item-photo {
        height: auto;
    }
    .rating-list-item-photo.default {
        height: 155px;
    }
    .rating-list-item-photo img {
        width: 100%;
    }
    .rating-list-item-photo:after {
        bottom: -71px;
        height: 140px;
        background-size: 3px 70px;
    }
    .rating-list-item-photo img.default {
        width: 100px;
        height: auto;
        margin-top: 10px;
    }
    .rating-list-item-comments {
        margin-left: 10px;
        font-size: 16px;
    }
    .list-item-qty-plus-container {
        font-size: 16px;
    }
    .rating-list-item-all {
        padding: 10px 18px 5px 16px;
        line-height: 32px;
    }
    .select-vote-qty {
        width: 50px;
        font-size: 14px;
        padding: 5px;
    }
    .item-gifts {
        margin: 5px 20px 10px;
        line-height: 35px;
    }
    .list-item-qty-plus {
        top:-5px;
        left:15px;
    }
    .list-item-give-votes-panel {
        padding: 21px 10px 13px;
    }
    .list-item-give-votes-panel .btn {
        font-size: 15px;
    }
    .btn-give-vote {
        border-radius: 23px;
        border-width: 1px;
    }
    .btn-give-vote > span {
        padding: 13px 0 8px 13px;
    }
    .btn-give-vote > i {
        font-size: 18px;
        margin: 5px 6px;
        padding: 6px 8px 4px 4px;
        width: 16px;
        border-width: 1px;
    }
    .rating-list-item-place {
        font-size: 16px;
    }

    .rating-price {
        margin: 10px;
        padding: 0 0 10px;
        font-size: 12px;
        line-height: 16px;
    }
    .rating_more {
        padding: 5px 0 16px;
    }
    .rating_more_action {
        font-size: 12px;
    }
    /* End of Rating */

    /* share buttons */
    .profile-share-buttons {
        border-radius: 14px;
        padding: 4px 20px;
        margin-bottom: 10px;
    }
    .profile-share-buttons .pluso-more {
        display: none!important;
    }
    /* End of share buttons */

    /* Gifts */
    .item-gifts label {
        font-size: 14px;
        margin-right: 5px;
    }
    .item-gift {
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-right: 6px;
        background: url(./../img/gifts.png) no-repeat;
        background-size: 400px auto;
    }
    .icon-gift-1 {
        background-position: -7px -8px;
    }
    .icon-gift-2 {
        background-position: -44px -8px;
    }
    .icon-gift-3 {
        background-position: -86px -8px;
    }
    .icon-gift-4 {
        background-position: -125px -8px;
    }
    .icon-gift-5 {
        background-position: -166px -8px;
    }
    .icon-gift-6 {
        background-position: -203px -8px;
    }
    .icon-gift-7 {
        background-position: -244px -8px;
    }
    .icon-gift-8 {
        background-position: -284px -8px;
    }
    .icon-gift-9 {
        background-position: -323px -8px;
    }
    .icon-gift-10 {
        background-position: -363px -8px;
    }
    .icon-gift-11 {
        background-position: -7px -36px;
    }
    .icon-gift-12 {
        background-position: -44px -36px;
    }
    .icon-gift-13 {
        background-position: -86px -36px;
    }
    .icon-gift-14 {
        background-position: -125px -36px;
    }
    .icon-gift-15 {
        background-position: -166px -36px;
    }
    .icon-gift-16 {
        background-position: -203px -36px;
    }
    .icon-gift-17 {
        background-position: -244px -36px;
    }
    .icon-gift-18 {
        background-position: -284px -36px;
    }
    .icon-gift-19 {
        background-position: -321px -36px;
    }
    .icon-gift-20 {
        background-position: -361px -36px;
    }
    /* End of gifts */


    /* NEW */
    /* Profile */
    .pofile-buy-golos-action {
        width: 48%;
        padding: 8px 0;
        border-radius: 25px;
    }
    .icon-buy-golos {
        width: 24px;
        height: 22px;
        background-position: -46px -2px !important;
        background-size: 100px 60px !important;
    }

    .icon-buy-golos4 {
        width: 24px;
        height: 22px;
        background-position: -73px -2px !important;
        background-size: 100px 60px !important;
    }
    .pofile-buy-golos-action b {
        font-size: 16px;
    }

    /* public messages */
    .profile-public {
        padding: 8px 0 8px;
     }
    .user-small-pic {
        width: 35px;
        height: 35px;
        left: 10px;
        border-radius: 18px;
        background-size: 70px auto !important;
    }
    .user-small-pic.default {
        background-position: center center !important;
        background-size: 32px auto !important;
    }
    .profile-public-message {
        margin: 10px 0;
    }
    .profile-public-message-author {
        margin: 0 10px 8px 60px;
        padding: 10px 0 0;
        font-size: 12px;
        letter-spacing: 0;
    }
    .profile-public-message-text {
        padding: 15px 10px;
        font-size: 14px;
        margin: 0 60px;
        box-shadow: 0 3px 3px -4px rgba(0, 0, 0, 0.45);
    }
    .profile-public-message-text:after {
        left: -7px;
        width: 8px;
        height: 7px;
        background-position: -18px -20px;
        background-size: 100px 266px;
    }
    .profile-public-message-first {
        font-size: 12px;
        padding: 10px;
    }

    .profile-public-actions-container {
        padding: 20px 10px 10px;
    }
    .profile-public-actions-container a {
        margin-bottom: 10px;
    }
    .public-message-form input[type=text]{
        font-size: 16px;
        border-radius: 4px;
        padding: 12px 10px !important;
        width: 70%;
    }


    /* Message answer for target user */
    .user-small-pic {
        left: 10px;
    }
    .profile-public-message.right .profile-public-message-author {
        margin: 0 60px 8px 10px;
    }
    .profile-public-message.right .profile-public-message-text {
        margin: 0 60px;
    }
    .profile-public-message.right .profile-public-message-text:after {
        width: 0;
    }
    .profile-public-message.right .profile-public-message-text:before {
        top: 0;
        right: -6px;
        width: 7px;
        height: 7px;
        background-position: -18px -29px;
        background-size: 100px 266px;
    }

    /* private message form */
    .profile-public-form {
        padding: 15px;
    }
    .profile-public-form input {
        font-size: 14px;
        border-radius: 4px;
        padding: 12px 10px !important;
        width: 70%;
    }
    .btn-send-message {
        font-size: 14px;
        margin-left: 5px;
    }

    /* Container for user profile buy give buttons */
    .pofile-buy-give-container {
        padding: 8px 0;
    }
    .pofile-buy-give-container div {
        margin: 4px 0;
    }
    .give-select-container {
        width: 68px;
    }
    .give-action-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .give-action-container a {
        width: 115px;
    }
    /* End of Profile */

    .profile-public-message-container {
        margin: 10px 0;
    }
    .profile-public-message-container a {
        width: 115px;
    }

    .profile-edit-container {
        margin: 10px 0;
    }
    .profile-edit-container a {

    }

    /* Lenta */
    .lenta-entry {
        height: 40px;
        padding: 15px 5px;
    }
    .lenta-entry > div {
        height: 40px
    }
    .lenta-entry-message {
        width: 50px;
        margin-top: 1px;
    }
    .lenta-entry-message .item-gift {
        margin-top: 3px;
    }
    .lenta-entry-message .item-message {
        margin-top: 5px;
    }
    .lenta-entry-photo {
        border-radius: 25px;
        height: 40px;
        width: 40px;
        margin: 0 12px 0 5px;
        background-position: center center !important;
        background-size: 78px auto !important;
    }
    .lenta-entry-photo.default {
        background-position: center center !important;
        background-size: 40px auto !important;
    }
    .lenta-entry-name {
        margin-top: 5px;
    }
    .lenta-entry-name a {
        font-size: 14px;
        max-width: 150px;
    }
    .lenta-entry-type {

    }
    .lenta-entry-date {
        margin-top: 5px;
        font-size: 12px;
    }
    .lenta-entry-votes-qty {
        font-size: 22px;
    }
    .lenta-entry-votes-qty-name {
        font-size: 12px;
    }


    .select-vote-qty-container {
        padding: 10px;
    }
    .icon-lenta-message {
        background-size: 100px auto!important;
        background-position: -2px -44px !important;
        height: 20px;
        width: 21px;
    }
    /* End of Lenta */

    /* Private messages */

    /* Private messages form */
    #private-message-form {
        padding: 5px 0;
    }
    .private-message-form-container {
        padding: 10px 10px 0 15px;;
        width: 200px;
    }
    #private-message-form textarea {
        width: 100%;
        height: 70px;
        padding: 8px 10px;
        font-size: 14px;
    }
    #private-message-form .btn-send-message {
        margin-left: 0;
        margin-top: 5px;
    }
    /* End of Private messages */

    /* Winners page */
    #winners {
        font-size: 14px;
        line-height: 20px;
    }
    .winners_block {
        margin-top: 25px;
    }
    .winners_block .winner{
        border-radius: 5px;
        padding: 0;
    }
    .winner_block_params {
        padding: 5px 10px;
        line-height: 18px;
    }

    .winners_block__month_title {
        font-size: 14px;
        margin-bottom: 5px;
        margin-left: 10px;
    }
    .winner_block_name {
        font-size: 12px;
    }
    .winner_block_title {
        font-size: 12px;
    }
    .winner_block_image {
        height: 75px;
    }
    .winner_block_image.default {
        padding-top: 5px;
    }
    .winner_block_image img {

    }
    .winner_block_image.default img {
        height: 100px;
    }

    /* End of winner page */

    /* Edit page */
    #edit {
        border-radius: 6px;
    }
    .edit-photo {
        padding: 0 0 15px
    }
    .edit-photo-upload-button {
        height: 118px;
        font-size: 12px;
        padding-top: 25px;
        margin: 0 10px;
    }
    .edit-photo-upload-button i {
        width: 30px;
        height: 30px;
        top: 50%;
        left: 50%;
        margin-top: -20px;
        margin-left: -15px;
        background-position: -68px -27px;
        background-size: 100px 266px !important;
    }
    .edit-photo-upload-button span {
        top: 100px;
    }
    .edit-photo.progress {
        height: 30px;
        line-height: 30px;
    }
    .edit-photo .progress-bar {
        height: 30px;
    }
    .edit-fields {
        padding: 10px;
    }
    .edit-fields label {
        margin-bottom: 15px;
        font-size: 12px;
    }
    .edit-fields input, .edit-fields textarea{
        font-size: 16px;
        padding: 5px;
    }
    .edit-actions {
        padding: 5px 10px 15px;
    }

    #edit-photo-container {
        width: auto;
        height: auto;
    }
    #edit-photo-container img {
        width: 100%;
    }
    .edit-photo-actions {
        margin-top: 10px;
        padding: 0 10px;
    }
    .edit-photo-actions a {
        margin-bottom: 10px;
    }
    /* End of Edit page */

    /* Edit photo */
    .edit-image-about {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 15px;
    }
    .edit-image-instruction-1 {
        font-size: 12px;
        line-height: 16px;
        padding: 0 15px 10px;
    }
    /* End of edit photo */

    /* Photo filters */
    .photo-filter {
        margin: 5px;
    }
    .photo-filter i {
        padding: 5px;
        font-size: 12px;
    }
    /* End of photo filters */

    /* Subscribe page */
    #subscribe {
        font-size: 14px;
        line-height: 19px;
    }
    .subscribe-text {
        padding: 10px 15px;
    }
    .subscribe-text > span {
        margin-bottom: 10px;
    }
    .subscribe-about-2 {
        font-size: 12px;
        line-height: 15px;
    }
    .subscribe-price {
        font-size: 12px;
    }
    .subscribe-price b{
        padding: 3px;
    }
    .subscribe-form-container {
        padding: 10px 15px;
    }
    .subscribe-form-container label {
        margin-bottom: 10px;
    }
    .subscribe-form-container input {
        font-size: 12px;
        height: 35px;
    }
    .subscribe-form-buttons {
        padding: 10px 0 15px;
    }

    .form-control-subscribe-password input {
        padding-right: 55px;
    }
    #subscribe-get-code {
        height: 16px;
        line-height: 16px;
        right: 6px;
        top: 6px;
        font-size: 10px;
        padding: 4px 10px;
    }
    /* End of subscribe page */

    /* Subscribe confirm */
    .subscribe-buttons-panel a.btn {
        margin: 5px 0;
    }
    /* End of subscribe confirm */

    /* Icons */
    .icon {
        background: url(./../img/icons.png) no-repeat;
        display: inline-block;
    }
    .rating-list-item-place-up {
        background-size: 100px 266px;
        background-position: 0 0;
        width: 12px;
        height: 12px;
    }
    .rating-list-item-place-down {
        background-size: 100px 266px;
        background-position: -11px 1px;
        width: 12px;
        height: 12px;
    }
    .rating-list-item-comments-icon {
        background-position: -64px 0;
        width: 25px;
        height: 25px;
    }
    .header-top-icon {
        background-size: 100px 266px;
    }
    .header-top-items-gifts-icon {
        background-position: -67px -142px;
        width: 25px;
        height: 25px;
    }
    .header-top-items-gifts-icon.active, .header-top-items-gifts-icon:hover {
        background-position: -67px -174px;
        width: 25px;
        height: 30px;
    }
    .header-top-items-messages-icon {
        background-position: -5px -207px;
        width: 25px;
        height: 28px;
    }
    .header-top-items-messages-icon.active, .header-top-items-messages-icon:hover {
        background-position: -5px -236px;
        width: 25px;
        height: 28px;
    }
    .header-top-items-search-icon {
        background-position: -38px -207px;
        width: 25px;
        height: 28px;
    }
    .header-top-items-search-icon.active, .header-top-items-search-icon:hover {
        background-position: -38px -235px;
        width: 25px;
        height: 28px;
    }

    /* Menu mobile */
    .mobile-menu-icons {
        background-size: 100px 266px;
        width: 31px;
        height: 28px;
        vertical-align: middle;
        margin:0 10px;
    }
    .mobile-menu-icon-profile {
        background-position: 0 -73px;
    }
    .header-menu-list-mobile li a:hover .mobile-menu-icon-profile {
        background-position: 0 -107px;
    }
    .mobile-menu-icon-lenta {
        background-position: -64px -71px;
    }
    .header-menu-list-mobile li a:hover .mobile-menu-icon-lenta {
        background-position: -64px -104px;
    }
    .mobile-menu-icon-private {
        background-position: 0 -142px;
        height: 29px;
    }
    .header-menu-list-mobile li a:hover .mobile-menu-icon-private {
        background-position: 0 -175px;
    }
    .mobile-menu-icon-votes {
        background-position: -31px -141px;
    }
    .header-menu-list-mobile li a:hover .mobile-menu-icon-votes {
        background-position: -31px -176px;
    }
    .mobile-menu-icon-winners {
        background-position: -31px -71px;
        height: 32px;
    }
    .header-menu-list-mobile li a:hover .mobile-menu-icon-winners {
        background-position: -31px -106px;
    }
    /* End of icons */

    input[type=text], input[type=password], textarea {
        font-size: 16px;
        padding: 5px 0px 5px 5px;
        margin: 3px 1px 2px 0px;
    }

    input[type=text]:focus, input[type=password]:focus, textarea:focus {
        padding: 5px 0px 5px 5px;
        margin: 3px 1px 2px 0px;
    }

    .modal {
        z-index: 10000;
    }
    .modal-body {
        font-size: 14px;
    }

    /* Themes */
    .themes-container {
        overflow: hidden;
    }
    .themes-preview {
        height: 60px;
        background-size: 50%!important;
    }
    .themes-actions {
        padding: 5px;
    }
    .themes-actions a {
        margin-bottom: 5px;
    }
    /* End of Themes */

    /* Search page */
    #search {
        height: 40px;
    }
    #search-action {
        margin-left: 5px;
        width: 20%
    }
    #search-query {
        font-size: 14px;
        padding: 8px 5px;
        width: 60%;
    }
    #search-results {
        margin: 10px 0;
    }
    #search-results-empty {
        margin: 10px 0;
        padding: 10px;
    }
    /* End of search page */

    .xdsoft_flipcountdown.xdsoft_size_md >.xdsoft_digit{
        width:17px;
        height:24px;
        background-size: 17px 1608px;
    }
    .xdsoft_flipcountdown.xdsoft_size_md >.xdsoft_digit.xdsoft_space,
    .xdsoft_flipcountdown.xdsoft_size_md >.xdsoft_digit.xdsoft_separator,
    .xdsoft_flipcountdown.xdsoft_size_md >.xdsoft_digit.xdsoft_dot{
        width:5px;
    }

    /* Banner */
    .banner {
        display: none;
    }
    .banner.mobile {
        display: block;
    }
    .banner img {
        width: 100%;
    }

    /* Agreements */
    #agreement ul {
        margin: 10px 0;
    }
    #agreement ul li {
        margin: 5px 0 5px 20px;
    }
    /* End of Agreements */

    /* Top */
    #top .lSPager {
        position: absolute;
        right: 10px;
        bottom: 20px;
    }
    #top .lSPager.lSpg > li a {
        height: 8px;
        width: 8px;
    }
    .top-photo {
        height: 80px;
    }

    #top .list-item-give-votes-panel {
        padding: 10px 10px 5px;
    }
    #top .list-item-give-votes-panel a {
        padding: 13px 0 10px;
    }
    /* End of Top */
}

@media screen and (max-width: 375px) {
    .rating-list-item-photo {
        height: 188px;
    }
}

@media screen and (max-width: 320px) {
    .rating-list-item-photo {
        height: 170px;
    }
}

@media screen and (max-width: 319px) {
    .header-menu-top-mobile li {
        display: none;
    }
    .header-menu-top-mobile .header-menu-button-container {
        display: block;
    }
    .list-item-give-votes-panel .btn {
        font-size: 10px;
    }
    #timer-text {
        width: 70%;
    }
    .header-menu-mobile {
        right: -280px;
        width: 240px;
    }
    .header-menu-mobile li a {
        padding: 5px 0;
        font-size: 14px;
    }
}