.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a; color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid-updated {
    padding-bottom: 4px;
    font-style: italic;
    font-size: 88%;
}

.grid-inline {
    float: left;
    width: 120px;
    height: 190px;
    margin: 4px 9px 10px 3px;
    position: relative;
    overflow: hidden;
}

.grid-inline > div {
    height: 65px;
    width: 120px;
}

.item-preview-grid .msg {
    clear: both;
    width: 200px;
    margin: 33px auto;
    text-align: center;
    font-style: italic;
    font-size: 1.4em;
}

.item-preview-grid a, .item-preview-grid a:visited, .item-preview-grid a:link, .item-preview-grid a:hover, .item-preview-grid a:active {
    text-decoration: none;
}

.item-preview-grid .item-preview:hover, .item-preview.zoom:hover {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    -o-transition: -o-transform 0.7s;
    -ms-transition: -ms-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    box-shadow: 0 0 10px 0px #00000059;
    background-color:#fff !important;
}

.item-preview {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    transition: transform 0.5s;
    float: left;
    max-width: 261px;
    height: 190px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 6px 6px 0;
    border: 1px solid #3f62124d;
    background-color: white;
    position: relative;
}

.item-preview.new {
    margin: 0 6px 6px 0;
    border: 4px solid #69a31e;
}

.item-preview .poster {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 36px;
    width: 36px !important;
}
.item-preview .poster{position:absolute;right:0;bottom:0;height:36px;width:36px;top:81%;float:right;z-index: 7;}
.item-preview img {
    margin: auto auto;
    /* width: 238px; */
    width: 100% !important;
}

.item-preview div.preview {
    height: 190px;
    overflow: hidden;
    width: 261px;
}

.item-preview div.text {
    padding: 4px;
    height: 182px;
    width: 155px;
    font-size: 120%;
    line-height: 130%;
    color: #444;
    font-family: Georgia, "Times New Roman", serif;
    text-decoration: none;
}

.item-preview .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 17px !important;
    overflow: hidden;
    font-family: 'Avenir';
    white-space: nowrap;
    display: none;
    background-color: rgba(55, 55, 55, 0.99);
    color: white;
    text-overflow: ellipsis;
    text-decoration: none;
    z-index: 3;
    padding: 7px;
    font-weight: 100;
}

.item-preview .title.desc {
    height: 70px;
}
.item-preview .title.desc a:hover, .item-preview .title.desc a {
    color: white;
}
.item-preview .title.desc div {
    font-size: 12px !important;
    line-height: 14px;
    white-space: normal;
}

.item-preview:hover .title, .item-preview div.empty .title {
    display: block;
}
span.ion-star {
    color: gold;
    font-size: 12px;
}
.item-preview .stats {
    position: absolute;
    bottom: 0px;
    left: 0px;
    /* border: 1px solid black; */
    background-color: white;
    z-index: 3;
    line-height: 16px;
    color: black;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 1px;
    background: #ffffff;
}

.item-preview .stats > span {
    padding-right: 2px;
}

.item-preview .stats .ui-icon, .item-preview .stats .st-star {
    display: inline-block;
    vertical-align: top;
}
.stack-grid {
    margin-top: 40px;
}
.stack-grid a {
    text-decoration: none;
    color: white;
    width: 24%;
    display: inline-block;
}

.stack {
    text-align: center;
    position: relative;
     width: 100%;
    height: 260px;
    float: left;
    cursor: pointer;
}
body.socialtrade > div.container {
    margin-top: 30px;
}
.stack .stack-title {
    font-size: 115%;
    color: #212529;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.stack .stack-title.lower {
    text-transform: lowercase;
}

.stack .item-container {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 140px;
}

.stack .item-preview {
    float: none;
    text-align: left;
    position: relative;
    left: -50%;
    top: -50%;
    height: auto;
    max-width: 240px;
    max-height: 140px;
    margin: 0;
}

.stack .item-preview .preview {
    height: auto;
    max-height: 230px !important;
    width: 190px !important;
}

.stack .item-preview div.text {
    font-size: 95%;
    width: 100px;
}

.stack .item-container .item-preview {
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    -o-transition: -o-transform 0.7s;
    -ms-transition: -ms-transform 0.7s;
    transition: transform 0.7s;
}

.stack .item-container:first-child .item-preview {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: 3;
}

.stack:hover .item-container:first-child .item-preview {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 6;
}

.stack .item-container:nth-child(2) .item-preview {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: 2;
}

.stack:hover .item-container:nth-child(2) .item-preview {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
    z-index: 5;
}

.stack .item-container:nth-child(3) .item-preview {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: 1;
}

.stack:hover .item-container:nth-child(3) .item-preview {
    -webkit-transform: translate(-110px, 0);
    -moz-transform: translate(-110px, 0);
    -ms-transform: translate(-110px, 0);
    -o-transform: translate(-110px, 0);
    transform: translate(-110px, 0);
    z-index: 4;
}

.user-grid a {
    text-decoration: none;
}

.user-grid .user {
    float: left;
    width: 70px;
    height: 95px;
    margin: 0 10px 10px 0;
    overflow: hidden;
}

.user-grid img {
    width: 55px;
    margin: 0 auto;
}

.user-grid span {
    display: block;
    width: 70px;
    white-space: nowrap;
    font-size: 88%;
    font-weight: bold;
    text-align: center;
    text-overflow: ellipsis;
    color: #4c4e91;
}

.st-star {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.st-star1 {
    background-image: url(../images/stat/star1.png);
}

.st-star2 {
    background-image: url(../images/stat/star2.png);
}

.st-star3 {
    background-image: url(../images/stat/star3.png);
}

.st-star4 {
    background-image: url(../images/stat/star4.png);
}

.st-star5 {
    background-image: url(../images/stat/star5.png);
}

.item-preview-grid:after {
    clear: both;
    display: block;
    content: " ";
}