@media (min-width: 767px) and (max-width: 839px){
    .hidden-xs {
        display: inherit!important;
    }
}
@media (max-width: 767px){
    .description {
        margin-bottom: 30px;
    }
}
@media (max-width: 1200px){
    .rating_table_wrapper .double-scroll {
        width: calc(100vw - 20px) !important;
    }
}
@media (min-width: 767px){
    .row.density{
        margin-top: -22px;
    }
}
p{
    text-align: left;
}
.imgType img{
    display: block;
    margin: 0 auto;
}
.description{
    margin-top: 25px;
}

img.responsive{
    width: 100%;
    height: auto;
}
h1.wmrating_title {
    color: #efa020;
    font-size: 34px;
    line-height:1.1em;
    margin: 30px 0 20px 0;
    text-align: center;
}
h2.wmrating_title{
    font-size: 18px;
    font-weight: 100;
    color: #333333;
    margin-bottom: 18px;
}

h4.wmrating_title {
    font-size: 16px;
    text-align: center;
    text-transform: lowercase;
    margin-bottom: 40px;
}
.wmrating_table_description {
    font-size: 14px;
    line-height: 20px;
    margin: auto;
    text-align: left;
    color: #000000;
    border-left: 2px solid #409c2f;
    padding-left: 12px;
}
ul.wmrating_products_list {
    display: block;
    text-align: center;
    margin-left: -7px;
    margin-right: -7px;
}
.wmrating_products_list > li {
    font-size: 14px;
    cursor: pointer;
    color: #677e63;
    background-color: #eff5ee;
    padding: 5px 22px;
    border-radius: 15px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 10px;
}
.wmrating_products_list > li:hover{
    border-color:#fff;
}

.wmrating_products_list > li.active,  
.wmrating_products_list > li.active.visited{
    color: #fff;
    background-color: #409c2f;
}
.wmrating_products_list > li.visited {
    color: #677e63;
}
.density .title{
    padding: 5px 0px 5px 0px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
}
.rating_table_wrapper .double-scroll{
    max-width: 978px;
}
.rating_table thead {
    border-bottom: 1px solid #cccccc;
}
.tablesorter-scroller{
    border: 1px solid #cccccc;
    margin-bottom: 60px;
    -webkit-box-shadow: 0 0 25px 0 rgba(204, 204, 204, 0.75);
    -moz-box-shadow:    0 0 25px 0 rgba(204, 204, 204, 0.75);
    box-shadow:         0 0 25px 0 rgba(204, 204, 204, 0.75);
}
.rating_table {
    margin: auto;
}

.rating_table tbody tr.hover{
    background-color: #eff5ee;
}
.rating_table .values{
    text-align: center;
}
.rating_table th {
    min-width: 40px;
    max-width: 100px;
    position: relative;
    word-wrap: break-word;
    border: 1px solid #ffffff;
    color:#787878;
    overflow: hidden;
    padding:8px 0px 28px 0px;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
}
.rating_table th.sortable{
    cursor: pointer;
}
.rating_table th .content{
    display: block;
    margin: 5px;
}
.rating_table th .sort_area{
    bottom: 0;
    height: 22px;
    position: absolute;
    width: 100%;
}
.rating_table th.sortable .sort_area{
    border-top: 1px solid #ffffff;
}

.rating_table th.tablesorter-headerDesc .sort_area, 
.rating_table th.tablesorter-headerAsc .sort_area{
/*    background-image: url("sprite.png");
    background-position: -2px 0;*/
    background-color: #ffffff;

}

.rating_table th .sort_area .wrapper {

}
.rating_table th .sort_area .wrapper .mark {
    height: 15px;
    margin: 1px auto;
    width: 30px;
    background-color: inherit;
}
.icon-star {
    background-image: url(icon_table.png);
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 14px;
    background-position: -26px -26px;
    margin: 0 auto;
}

.rating_table th.sortable .sort_area .wrapper .mark{
    background-image: url(icon_table.png);
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 10px;
    background-position: 0 0;
}
.rating_table th.sortable.tablesorter-headerAsc .sort_area .wrapper .mark{
    background-image: url(icon_table.png);
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 10px;
    background-position: -30px 0;
}
.rating_table th.sortable.tablesorter-headerDesc .sort_area .wrapper .mark{
    background-image: url(icon_table.png);
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 10px;
    background-position: -10px 0;
}
.rating_table td {
    min-height: 40px;
    padding: 10px 5px;
    color:#000000;
    border-bottom: 1px solid #e9efe9;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    text-align: center;
    vertical-align: middle;
}
.rating_table tr:last-child td{
    border-bottom: inherit;
}
.rating_table td .td_titled{
    cursor: pointer;
    background-image: url('border_bottom.png');
    background-position: bottom;
    padding-bottom: 2px;
    background-repeat: repeat-x;
}
.rating_table td:hover .td_titled{
    background-image: none;
}
.feature_description_wrapper {
    border-top: 2px solid #409c2f;
    background: #eff5ee;
    padding: 25px 20px;
    margin-bottom: 36px;
}
.feature_description_wrapper .item{
    margin-bottom: 25px;
}
.feature_description_wrapper .item:last-child{
    margin-bottom: 0;
}
.feature_description_wrapper .feature_desctiption_short{
    font-weight: bold;
}
.feature_description_wrapper .feature_description{
    margin-left: 16px;
    text-indent: 13px;
}
.feature_description_wrapper .feature_desctiption_short:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #efa020;
    float: left;
    margin: 3px 6px 0 0;
}
.examples_slider_wrapper {
    padding: 15px 0 0;
    border-top: 2px solid #efa020;
}
.wmrating_title.examples{
    margin: 40px 10px;
}
.examples_slider {
    color: #000000;
    font-size: 14px;
    z-index: 555;
}
.examples_slider .head{
    width: 100%;
}
.examples_slider .body_description{
    display: none;
    margin-top: 10px;
}
.examples_slider .body_description img{
    margin: 0 15px 15px 0;
}
.examples_slider .body_description p{
    text-indent: 12px;
}
.examples_slider .item{
    padding-bottom: 12px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 12px;
    width: 100%;
    cursor: pointer;
}
.examples_slider .item h3{
    color:#333333;
    font-size: 14px;
    margin: 0;
    padding-left: 14px;
    font-weight: bold;
    float: left;
    text-align: left;
}
.examples_slider .item.active h3 {
    color: #3f9c2f;
}
.examples_slider .item .plus{
    width: 16px;
    height: 16px;
    float: right;
    background-image: url(icon_table.png);
    background-position: -5px -15px;
    margin-top: 3px;
    cursor: pointer;
}
.examples_slider .item.active .plus{
    background-position: -45px -5px;
}
a.read_more {
    color: #146e38;
}
a.back_to_rating {
    background-color: #3f9c2f;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.5em;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 250px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 93, 0, 0.75);
    -moz-box-shadow:    1px 1px 2px 0 rgba(0, 93, 0, 0.75);
    box-shadow:         1px 1px 2px 0 rgba(0, 93, 0, 0.75);
}
a.back_to_rating:hover {
    background-color:#396F2D
}
.examples_slider_wrapper a.tooltip_popup_image {
    text-decoration: none;
}
.examples_slider_wrapper .bx-wrapper {
    border: none;
    margin-bottom: 40px;
}
.examples_slider_wrapper .bx-wrapper li {
    text-align: center;
    padding: 0px 20px;
}
.examples_slider_wrapper .bx-controls {
    bottom: -50%;
    margin: auto;
    position: absolute;
    top: -50%;
    width: 100%;
}
.examples_slider li p {
    margin-bottom: 15px;
}
.examples_slider_wrapper .bx-controls a{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 34px;
    height: 74px;
    background-image: url("sprite.png");
    top: 40px;
}
.examples_slider_wrapper a.bx-prev {
    left: -20px;
    position: absolute;
    background-position: -2px -40px;
}

.examples_slider_wrapper a.bx-prev:hover {
    background-position: -2px -121px;
}
.examples_slider_wrapper a.bx-next {
    position: absolute;
    right: -52px;
    background-position: -52px -39px;
}
.examples_slider_wrapper a.bx-next:hover {
    background-position: -51px -120px;
}
.find_error_block a{
    color:#146e38;
}
@media(max-width:649px){
    .feature_description_wrapper .left_block,
    .feature_description_wrapper .rigth_block
    {
        display: block;
        text-align: center;
        width: 100%;
    }
    .feature_description_wrapper .left_block {
        text-align: center;
    }
    .feature_description_wrapper .rigth_block {
        text-align: justify;
    }
}

.rating_table td > a {
    color:#146e38;
    text-decoration: underline;
}
.rating_table td > a:hover{
    text-decoration: none;
}
.top_bar_fixed {
    display: block;
    overflow: auto;
}
.top_bar_fixed .wrapper{
    min-height: 25px;
    float:right;
    overflow: auto;
}
.top_scroller {
    display: block;
    min-height: 1px;
}
th.manufacturer{
    min-width: 150px;
    max-width: 150px;
}
.tablesorter-scroller-spacer.remove-me.tablesorter-scroller-added-height{
    height: 0px!important;
}
.ui-tooltip, .arrow:after {
    background: #f1f8f1 !important;
    border: 1px solid #dbe1dc !important;
}
.ui-tooltip {
    border-radius: 0 !important;
    -webkit-box-shadow: 0 0 30px 0 rgba(219, 225, 220, 0.75) !important;
    -moz-box-shadow:    0 0 30px 0 rgba(219, 225, 220, 0.75) !important;
    box-shadow:         0 0 30px 0 rgba(219, 225, 220, 0.75) !important;
}
.page-inner {
    padding-bottom: 35px !important;
}