
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


.rcontesters-list {
    overflow: visible !important;
    /*zoom: 1;*/
    margin-left: -15px;
    margin-right: -15px;
    border: 1px solid transparent;
    list-style: none;
}
.rcontesters-list:before {
    content: '';
    display: block;
}
.rcontesters-list:after {
    content: '';
    display: table;
    clear: both;
}
.rcontesters-list li {
    list-style: none;
    float: left;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
/*
.rcontesters-list .rShadow {
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
}
.rcontesters-list .noBorders a,
.rcontesters-list .noBorders a:hover {
    box-shadow: none;
    position: static;
}
.rcontesters-list .useShaddow {
    -webkit-box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
    -moz-box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
    box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
}
.rcontesters-list a:hover .image .secondary {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.rcontesters-list a:hover .title .rating {
    color: #B83726;
}
.rcontesters-list a .image {
    position: relative;
    background: #ffffff;
}
.rcontesters-list a .image img {
    display: block;
    max-height: 350px;
    margin: 0 auto;
}
.rcontesters-list a .image .secondary {
    position: absolute;
    top: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.rcontesters-list a .image .badge-sale,
.rcontesters-info .rcontesters-images .badge-sale {
    position: absolute;
    right: -10px;
    top: 40px;
    background-color: #B83726;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 8px;
    text-transform: uppercase;
    -webkit-border-radius: 2px 2px 0 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 2px 0 2px;
    -moz-background-clip: padding;
    border-radius: 2px 2px 0 2px;
    background-clip: padding-box;
}
.rcontesters-list a .image .badge-sale:after,
.rcontesters-info .rcontesters-images .badge-sale:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #681F15 transparent transparent transparent;
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: -10;
}

.rcontesters-list .featured a .image .badge-sale {
    left: -10px;
    right: auto;
}
.rcontesters-list .featured a .image .badge-sale:after {
    left: 1px;
    right: auto;
}

.rcontesters-list .featured a .btn-noriu {
    padding: 10px 15px;
    white-space: nowrap;
}

.rcontesters-list a .title {
    padding: 20px;
    position: relative;
    background-color: #ffffff;
}
.rcontesters-list a .title:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    position: absolute;
    left: 20px;
    top: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rcontesters-list a .title .prices {
    text-align: right;
    float: right;
    margin-left: 20px;
    line-height: 20px;
    height: 20px;
}
.rcontesters-list a .title .prices .price {
    color: #B83726;
    font-weight: 600;
    font-size: 14px;
}
.rcontesters-list a .title .prices .base {
    color: #c7c8c8;
    font-weight: 400;
    font-size: 11px;
}
.rcontesters-list a .title h3 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.rcontesters-list a .title .rating {
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #c7c8c8;
}

.rcontesters-list-small {
    list-style: none;
    margin: -20px;
}
.rcontesters-list-small li {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 20px;
}
.rcontesters-list-small li:before {
    content: '';
    display: block;
}
.rcontesters-list-small li:after {
    content: '';
    display: table;
    clear: both;
}
.rcontesters-list-small .image {
    display: block;
    float: left;
    margin-right: 20px;
    width: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rcontesters-list-small .image a {
    display: block;
    border: 4px solid #f0f0f0;
    position: relative;
}
.rcontesters-list-small .image a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #474948;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.rcontesters-list-small .image a:hover {
    border-color: #B83726;
}
.rcontesters-list-small .image a:hover:before {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.rcontesters-list-small .image img {
    display: block;
}
.rcontesters-list-small .desc {
    float: left;
}
.rcontesters-list-small .desc h6 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.rcontesters-list-small .desc h6 a {
    color: #474948;
    text-decoration: none;
}
.rcontesters-list-small .desc h6 a:hover {
    color: #B83726;
}
.rcontesters-list-small .desc .price {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #868988;
    margin-bottom: 10px;
}
.rcontesters-list-small .desc .price .label {
    margin-left: 5px;
}
.rcontesters-list-small .desc .rating {
    font-size: 12px;
    line-height: 15px;
    color: #868988;
    position: relative;
    bottom: -10px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rcontesters-list-small .desc .rating a {
    color: #c7c8c8;
    font-size: 10px;
    text-decoration: none;
}
.rcontesters-list-small .desc .rating a:hover {
    color: #B83726;
}
.rcontesters-list-small li:hover .desc .rating {
    color: #B83726;
    bottom: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.rcontesters-list a .image {
    min-height: 200px;
}
*/