@media (min-width: 1040px) and (max-width: 1469px) {
    .item-normal {
        width: 20%;
    }
}
@media (min-width: 1122px){
    #menu-block {
        display:block !important;
        height:auto !important;
    }
    .menu-trigger {
        display:none !important;
    }
}
@media (min-width: 1122px) and (max-width: 1720px) {
    #menu-block {
        position:absolute;
        top:0;
        right:107px;
        left:660px;
        width:auto;
        background-color:transparent;
        line-height:1;
    }
    #menu-block ul li {
        height:30px;
        line-height:30px;
    }
}
#forum-search div.dropdown-menu {
    height:99px;
}
.bann-user-wall {
    right:45px;
}
.item-block a .item-info .item-title .title {
    display:block;
    height:36px;
    line-height:17px;
    white-space:normal;
}
.comment-block .alert, .comment-block .messages, .comment-block .notification {
    padding: 15px 15px 15px 40px;
    margin-left: 74px;
}
.alert, .messages, .notification{
    padding-left: 44px;
}
#pagination a.active {
    height: 32px;
    line-height: 32px;
    width: 32px;
    background-color: #fff;
    color: #1e1e1e;
    margin: 0 1px;
    display: inline-block;
    cursor: default;
}
.wall-block img,.wall-block iframe{
    max-width: 100%;
}
.wall-pagination-block{
    clear: both;
}
.i-send::before {
    content: "\f1d8";
}
.i-friend::before {
    content: "\f234";
}
.upgrade-profile.info-table,.upgrade-profile.register-form{
    padding-left: 20px;
    padding-right: 20px;
}
.upgrade-profile.register-form {
    margin-top: 75px;
}
.upgrade-profile.ug-drop{
    right: 20px;
    margin-top: 13px;
}
/*BY MIETEK*/
#singleImage {
    text-align:center;
}
#singleImage a{
    display:block;
}
#singleImage a img{
    max-width:100%;
    width:auto;
    height:auto;
}
.item-normal {
}
.item-normal [data-title] {
    position:relative;
    z-index:2;
}
.item-normal [data-title]::before{
    min-height:63px;
    z-index:10;
    font-weight:700;
    font-size:14px;
    line-height:1.2em;
    width:100%;
    display:none;
    content:attr(title);
    background-color:black;
    position:absolute;
    bottom:0;
    left:0px;
    right:0px;
    padding:2px 0 10px 0;
    color:white;
    white-space:normal;
}
/*.item-normal [data-title]:hover::before {
    display:block;
}
*/
#bg-wrap {
    position:relative;
    background-color: transparent;
    background-repeat: repeat;
    background-position: 0 0%;
    background-image:url('../images/noise.png');
}
#bg-wrap::before{
    z-index:-1;
    display:block;
    content:"";
    position:absolute;
    bottom:0;
    min-height:100%;
    left:0;
    right:0;
    background-color:black;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-image:url('../images/bg.jpg');
}
#bg-wrap > * {
    z-index:2;
}
div#thisPlayer {
    top:0;
    left:0;
    right:0;
    bottom:0;
    position:absolute;
}
/* THE BANANA CASE */
.thread-post-block .post-text img {
    width:auto;
    max-width:100%;
}
@media (max-width:1039px) {
    .thread-post-block .post-text img, .post-text img, .post-text iframe {
        width:auto;
    }
}
.users-search {
    line-height: 70px;
    height: 70px;
}
.users-search .search-wrap {
    width: 100%;
    max-width: 450px;
    position: relative;
    line-height: 35px;
    display: inline-block;
}
.users-search .search-wrap::before {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    top: 5px;
    bottom: 5px;
    left: 5px;
    background-color: rgba(255, 255, 255, 0.29);
}
.users-search input[type='text'] {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.29);
    -webkit-box-shadow: inset 0 0 8px rgba(4, 5, 5, 0.75);
    -khtml-box-shadow: inset 0 0 8px rgba(4, 5, 5, 0.75);
    -moz-box-shadow: inset 0 0 8px rgba(4, 5, 5, 0.75);
    -ms-box-shadow: inset 0 0 8px rgba(4, 5, 5, 0.75);
    -o-box-shadow: inset 0 0 8px rgba(4, 5, 5, 0.75);
    box-shadow: inset 0 0 8px rgba(4, 5, 5, 0.75);
    background-color: rgba(43, 43, 43, 0.5);
    color: #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    line-height: 35px;
    height: 37px;
    padding-right: 40px;
    padding-left: 7px;
    font-family: "Open Sans", Arial, Helvetica, Sans serif;
    font-size: 12px;
    font-size: 1.2rem;
}
.users-search .search-btn {
    background-color: transparent;
    color: #ca3631;
    position: absolute;
    height: 35px;
    top: 0;
    right: 0;
}
.item-normal.item-owl {
    width: 100%;
}

.item-block .image {
    padding-top: 75%;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}
.item-block .image img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%,0);
    -khtml-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.item-block .item-info {
    line-height: 25px;
}
.item-block .item-info .item-title {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 26px;
}
.item-block .item-info .item-title .title {
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}
.item-block .item-info .item-numbers {
    display: block;
}
.item-block .item-info .item-numbers::before, .item-block .item-info .item-numbers::after {
    display: block;
    content: "";
    clear: both;
}
.item-block .item-info .item-numbers .added {
    height:25px;
    line-height:25px;
}
.item-block .item-info .item-numbers .added span {
    color: #767676;
    font-weight: 300;
    font-size: 10px;
    font-size: 1rem;
    vertical-align: top;
}
.item-block .item-info .item-numbers .comments, .item-block .item-info .item-numbers .likes, .item-block .item-info .item-numbers .views {
    color: #bebebe;
    font-weight: 300;
    font-size: 10px;
    font-size: 1rem;
}
.item-block .item-info .item-numbers .likes {
    margin: 0 3px;
}
.item-block .item-info .item-numbers span.fa {
    color: #ca3631;
}
.item-block .item-subbmiter {
    background-color: #ca3631;
    display: block;
    width: 100%;
    padding: 0 5px;
    height: 27px;
    line-height: 24px;
    border: 0;
}
.item-block .item-subbmiter span {
    font-size: 12px;
    font-size: 1.2rem;
}
.item-block .item-subbmiter .lable {
    font-weight: 300;
}
.item-block .item-subbmiter .user {
    font-weight: 700;
}
.item-block .item-subbmiter .user a {
    display: inline-block;
}
.item-block .item-subbmiter.ru {
    background-color: transparent;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    height: 27px;
    line-height: 22px;
}
.item-block .item-subbmiter.ru span {
    color: #ca3631;
}

.item-block .left-vote-block {
    height: 25px;
    line-height: 25px;
    margin-right: 0;
}
.item-block .left-vote-block .vote-up {
    margin-right: 0;
    display: block;
}
.item-block .left-vote-block .vote-up a {
    color: inherit;
    font-size: 10px;
    font-size: 1rem;
}
.item-block .left-vote-block .vote-num {
    color: inherit;
    font-size: 10px;
    font-size: 1rem;
}

.today-top {
    float: left;
    width: 100%;
}
.today-top .contant-block {
    float: left;
}
.today-top .contant-block.-standard {
    /*width: 66.666667%;*/
	width: 100%;
}
@media(max-width: 1469px) {
    .today-top .contant-block.-standard {
        /*width: 60%;*/
		width: 100%;
    }
}
@media(max-width: 1039px) {
    .today-top .contant-block.-standard {
        width: 100%;
    }
}
.today-top .contant-block.-standard .item-block {
    /*width: 25%;*/
	width: 16.66%;
}
@media(max-width: 1469px) {
    .today-top .contant-block.-standard .item-block {
        /*width: 30%;*/
		width: 20%;
    }
}
@media(max-width: 767px) {
    .today-top .contant-block.-standard .item-block {
        width: 50% !important;
    }
}
@media(max-width: 479px) {
    .today-top .contant-block.-standard .item-block {
        width: 100%;
    }
}
.today-top .contant-block.-big {
    width: 33.333334%;
    padding: 0 4%;
}
@media(max-width: 1469px) {
    .today-top .contant-block.-big {
        width: 40%;
    }
}
@media(max-width: 1039px) {
    .today-top .contant-block.-big {
        width: 100%;
        padding: 0;
    }
	.today-top .contant-block.-standard .item-block {
		width: 33.33%;
	}
}
.today-top .contant-block.-big .item-block {
    width: 100%;
}
@media(max-width: 1039px) and (min-width: 480px) {
    .today-top .contant-block.-big .item-block {
        width: 50%;
    }
}
.item-block.-big .image {
    padding-top: 70%;
}
@media(max-width: 1469px) {
    .item-block.-big .image {
        padding-top: 75%;
    }
}
.item-block.-big .item-info {
    display: flex;
    flex-flow: row nowrap;
}
.item-block.-big .item-info .item-title {
    flex: 1 0 0;
    padding-right: 10px;
}
.item-block.-big .item-info .item-stats {
    flex: 0 0 120px;
}
.item-block.-big .underground-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 27px;
    display: block;
    background-color: rgba(250, 212, 0, .7);
    color: #000;
    font-weight: 700;
    text-align: center;
    line-height: 27px;
}
.comment-block .comment .commentText{
    word-break: break-word;
}
.emoji-selector{
    padding-left: 0;
}
.emoji-button{
    position: absolute;
    top: 62px;
    left: 16px;
}