.star-rating-outer {
    color: #dedede;
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    line-height: normal;
}

.section-final-vertict .star-rating-outer {
    font-size: 4.5rem;
    line-height: 4rem;
}

.star-rating-outer::before{
    content: '\2605 \2605 \2605 \2605 \2605';
}

.star-rating-outer .star-rating-inner { 
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    color: #ca1c21;
}

#promo-area-details .star-rating-outer {
    text-shadow: 0 0 2px #ca1c21;
}

.star-rating-outer .star-rating-inner::before{
    content: '\2605 \2605 \2605 \2605 \2605';
}

a.vglnk{
    color: #ca1c21 !important;
}

.featured-img-no-specs{
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    background: #efefef;
}

.wp-caption-text{
    font-size: 12px !important;
    font-style: italic !important;
    margin-top: 5px !important;
}

.sticky-social{
    float: left;
    margin-top: -3861px;
    padding-top: 30px;
    margin-left: -73px;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.sticky-social #social-rail {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.sticky-social #social-rail .fb-round,
#body_content .static-social .fb-round,
.body_content .static-social .fb-round {
    width: 40px;
    height: 40px;
    background: url(../assets/facebook.png) no-repeat;
    margin-bottom: 10px;
}

.sticky-social #social-rail .twitter-round,
#body_content .static-social .twitter-round,
.body_content .static-social .twitter-round {
    width: 40px;
    height: 40px;
    background: url(../assets/twitter.png) no-repeat;
}

.sticky-social #social-rail.is-sticky {
    position: fixed;
    top: 105px;
    transition: top 0.3s ease-in-out;
}

.sticky-social #social-rail.stuck {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 300px;
}

.sidebar-sticky {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    height: 3220px;
    margin: 0;
    padding: 0;
    width: 300px;
    float: right;
    overflow: hidden;
    display: none;
}

.sidebar-rail {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.ad-wrapper {
    background: #fff;
}

.ad-wrapper div {
    margin: 0 auto;
}

.sidebar-rail .stuck {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 300px;
}

.sidebar-sticky .sidebar-rail {
    position: relative;
    height: 100%;
}

.sidebar-sticky .sidebar-rail .sidebar-group {
    position: relative;
}

.sidebar-sticky .sidebar-rail .is-sticky {
    position: fixed;
    top: 95px;
    width: 300px;
    transition: top 0.3s ease-in-out;
}

.sidebar-sticky .sidebar-rail .sticky-group.is-sticky {
    position: fixed;
    top: 75px;
    width: 300px;
}

.sidebar-sticky .sidebar-rail {
    position: relative;
    float: left;
    width: 300px;
    height: 100% !important;
}

.sidebar-sticky.two-ads .sidebar-rail {
    position: relative;
    float: left;
    width: 300px;
    height: 50% !important;
}

.sidebar-sticky .sidebar-rail .sidebar-group {
    position: relative;
}

.sidebar-sticky .sidebar-rail .sidebar-group.stuck {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 300px;
}

.static-social{
    display: none;
}

@media print, screen and (max-width: 1180px) {
	.static-social{
        display: block;
        margin-bottom: 10px;
    }

	.static-social a {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
    }
}

.article-group {
    color: #000;
    font-size: .95rem;
}

.article .mm-section-block p {
    line-height: 1.7rem;
}

.article-product-review .promo-area {
    background: #212121;
    margin: 10px -10px 50px;
    padding: 20px 10px;
    clear: both;
}

@media print, screen and (min-width: 750px) {
	.article-product-review .promo-area {
        margin: 10px 0 50px;
        padding: 0;
        line-height: 1.2rem;
    }
}

.article-group .breadcrumb {
    font-size: .7rem;
}

.article-group .byline,
.article-group .byline .date,
.article-group .byline .photographer {
    color: #000;
    font-size: .7rem;
}

.article-group .byline .author {
    font-weight: normal;
}

.article-group .byline .author:after,
.byline .date:after {
    content: "/";
    color: #ca1c21;
}

.article-group .byline .author a {
    color: #000;
}

.article-group ul.contents-list {
    padding-bottom: 30px;
    display: none;
}

.article-group .contents-table.open ul.contents-list {
    padding-bottom: 30px;
    display: block;
}

.article-group .contents-table .toggle:before {
    content: " ";
    display: block;
    background: url(../images/toggle.png) no-repeat;
    width: 27px;
    height: 27px;
    margin: 8px auto;
}

.article-group .contents-table.open .toggle:before{
    content: " "; 
    display: block; 
    background: url(../images/toggle-open.png) no-repeat; 
    width: 27px; height: 4px; 
    margin: 19px auto;
}

.qa-block .mm-section-block .qa-answer {
    display: none;
}

.qa-block .mm-section-block.open .qa-answer{
    display: block;
}

.inner-pages .default li {
    background: none;
    margin-top: 7px;
    padding-left: 14px;
}

.inner-pages .default li:before {
    background: url(../img/sprites-icons.png) -245px -154px no-repeat;
    content: ' ';
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: top;
    margin-left: -12px;
    margin-right: 3px;
    margin-top: 11px;
}

.mm-section-blo0ck ul li,
.mm-section-block:not(.threebox) ul li {
    background: url(../img/sprites-icons.png) -495px -178px no-repeat;
    margin-top: 7px;
    padding-left: 12px;
}

.article-group table .default li {
    background-image: none;
    list-style: disc;
    margin-left: 20px;
    padding-left: 5px;
    font-size: .95rem;
}

.article-group .default li a {
    color: #ca1c21;
    display: inline-block;
}

.article-group {
    max-width: 668px;
    margin: 0 auto;
}

.article-group .article blockquote {
    display: inline-block; 
    margin: 20px 0px 20px 65px;  
    font-family: 'Bitter', Arial, Helvetica, sans-serif; 
    font-size: 1.4rem; 
    padding-left: 23px; 
    color:  #a3a3a3;
    line-height: normal;
    font-style: italic; 
    position: relative;
}

.article-group .article blockquote:before {
    border-left: 5px solid #a3a3a3;
    position: absolute;
    content : "";
    left: 0;
    top: 1rem;
    height: calc(100% - 2rem);
    margin-top: auto;
    margin-bottom: auto;
}

@media print, screen and (min-width: 750px) {
    .article-product-review .promo-area-content,
    .article-group .title-area-inner {
        max-width: 658px;
        margin: 0px auto;
        padding: 28px 0;
        position: relative;
    }

    .header-title,
    .article-group .title-area-inner  {
        max-width: 668px;
        margin: 0px auto;
        padding: 0px;
    }

    #content {
        padding-right: 0px;
    }
}

@media print, screen and (max-width: 750px) {
    .article-product-review .promo-area {
        margin: 10px -10px 20px;
    }
}

@media print, screen and (max-width: 1050px) {
    .article-product-review .promo-area {
        margin-bottom: 20px;
    }
}

@media print, screen and (min-width: 1050px) {
    .article-product-review .promo-area {
        position: relative;
    }

    .article-product-review .promo-area-content, .article-group .title-area-inner {
        max-width: 999px; margin: 0px auto; padding: 28px 0;
    }

    .article-group .title-area-inner {
        max-width: 999px; margin: 0px auto; padding: 0; position: relative;
    }

    #promo-area-details {
        display: block; float: right;  width: 300px; padding-bottom: 100px;
    }

    #promo-area-details .btn-wrapper {
        position: absolute; bottom; width: 300px; bottom: 28px;
    }
}

@media print, screen and (max-width: 1180px) {
    .sticky-social {display: none !important;}
    .static-social{
        display: block;
    }
}

@media print, screen and (max-width: 1050px) {
    .sidebar-sticky {
        display: none !important;
    }

    #promo-area-details {
        margin-top: 20px;
    }
}

@media print, screen and (max-width: 1050px) {
    .sidebar-sticky {display: none !important;}
    .sticky-social {display: none !important;}
    .static-social{
        display: block;
    }

    #promo-area-details {
        margin-top: 20px;
    }
}

.article-group #title-area h1.title,
.article-group .title-area h1.title {
    font-weight: normal;
    font-size: 3rem;
    line-height: normal;
    color: #000;
    margin-top: 10px;
}

.article-group #title-area h2.subheader,
.article-group .title-area h2.subheader {
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #000;
    margin-bottom: 0px;
}

@media print, screen and (max-width: 750px) {
    .article-group #title-area h1.title,
    .article-group .title-area h1.title {
        font-size: 2rem;
    }

	.article-group .byline .photographer, .article-group .byline .date {
        display: inline-block !important;
    }
}

.article-group h2,
.article-group h3 {
    font-weight: normal;
    font-size: 1.3rem;
}

.article-group h3.section-header {
    margin-top: 50px;
}

#vsCaption h2 {
    margin: 30px 0;
}

#vsCaption .section-QA h3 {
    margin-bottom: 0px;
}

.article .table-content h3 {
    margin-top: 7px;
    margin-bottom: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    font-family: Arial;
}

.section-more h3 {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 28px;
    font-size: 1.2rem;
    font-weight: bold;
}

.section-more h3:after {
    content : ""; 
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 76px;
    margin-left: -38px;
    border-bottom: 4px solid #ca1c21;
}

.section-final-vertict h3.verdict-header {
    background: #ca1c21;
    color: #fff;
    font-weight: normal;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.article-group h2 span,
.article-group h3 span,
.section-top-5 strong span {
    color: #ca1c21;
}

.section-read-more {border-right: 4px solid #ca1c21; border-left: 4px solid #ca1c21; margin-top: 50px;}
.read-more-image {display: block; float: left;  width: 140px;}
.read-more-content-wrapper {float: right; margin-left: -160px; width: 100%;}
.section-read-more-noimage .read-more-content-wrapper {margin-left: 0; float: none;}
.read-more-content {margin-left: 156px; padding-top: 13px; line-height: normal; padding-right: 10px;}
.section-read-more-noimage .read-more-content {margin-left: 20px; padding-bottom: 10px;}
.article-group .section-top-5 a.read-more {float: right; margin-top: 7px; font-size: .8rem; color: #ca1c21;}

.read-more-content a.title {
    color: #ca1c21;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .95rem;
    display: block;
    margin-bottom: 5px;
}

.article-group #body_content,
.article-group .body_content {
    line-height: 1.6rem;
}

.slash {
    color: #ca1c21;
    font-weight: normal;
    margin: 0 9px;
}

.featured-content,
.editors-pick-text {
    padding: 3px 0;
    border-bottom: 5px solid #d9d9d9;
    border-top: 5px solid #d9d9d9;
    /* margin-bottom: 50px; */
}

.featured-content li {
    border-bottom: 1px solid #d9d9d9;
    padding: 7px 0;
    font-size: .95rem;
    list-style: none;
}

.featured-content li:last-of-type {
    border-width: 0;
}

.featured-content {
    margin: 30px 0;
}

.table-content {
    background: #f0f0f0;
    padding: 15px 20px 0px;
    margin-bottom: 55px;
    position: relative;
    min-height: 48px;
    margin-top: 50px;
}

#promo-area-details .data {color: #fff; border-top: 1px solid #414141; margin-bottom: 23px;}
#promo-area-details .data td {border-bottom: 1px solid #414141; padding: 11px 0; font-size: .9rem; }
#promo-area-details .data td:nth-child(2) {text-align: right;}

.article-group .btn {font-family: 'Bitter', Arial, Helvetica, sans-serif; border-radius: 0; background: #414141; font-size: 1.1rem;  height: auto; text-align: center; margin: 20px 0;}
.article-group .btn a {padding: 10px 38px; display: block;}
.article-group .btn-content, .article-group .btn-price {background: #ff6c00; font-size: .95rem; font-weight: bold;}
.article-group #promo-area-details .btn {display: block; font-size: 1.4rem; margin: 20px 0; margin: 0;}
.article-group #promo-area-details .btn a {display: block; padding: 16px 35px;}
.section-more .btn {background: #ff6c00; font-size: .7rem; font-weight: bold; position: absolute; bottom: 10px; left: 50%; width: 110px; text-align: center; margin: 0 0 0 -65px;}
.section-more .btn a {display: block; padding: 4px 12px;}
.article-group .btn.btn-content {margin-right: 20px;}

.article-group .section-top-5 .btn {font-size: .7rem; margin: 0;}
.article-group .section-top-5 .btn a {display: block; padding: 7px 24px;}
.article-group .btn a {color: #fff}

.article-group .star {font-size: 1.4em; display: inline-block; color: #cecfd1; position:relative; line-height: 1rem;}
.article-group .star:last-child {margin-right: 10px;}
.article-group .star:before {content:'\2605';}
.article-group .star.on {color: #ca1c21;}
.article-group .star.half:after {content:'\2605';color: #ca1c21; position: absolute;left:0; right:50%; top:0; bottom:0; overflow: hidden;}

.section-final-vertict .star {font-size: 4.5rem; line-height: normal;}
.section-final-vertict .total {color: #000; margin-left: 10px; font-size: 3rem; font-family: 'Bitter', Arial, Helvetica, sans-serif; }

.article-group .toggle {cursor: pointer;}


.section-QA .toggle {float: right; text-align: center; min-width: 20px; min-hieght: 20px; color: #ca1c21; font-weight: bold; font-size: 2rem; font-family: "Times New Roman", "serif"; margin-top: -3px; margin-right: 15px; line-height: 1.6rem;}

.table-content .toggle	{position: absolute; top: 0px; right: 0px;  background: #ca1c21; height: 43px; width: 43px; font-size: 3rem; text-align: center; line-height: 43px; color: #fff; font-family: "Times New Roman", "serif"; font-weight: bold; padding: 10px}
.open .toggle {line-height: 35px;}
.section-QA .open .toggle {line-height: 1.0rem;}

.section-final-vertict {margin-top: 65px;}
.section-final-vertict td {padding: 4px 0; font-size: .8rem;}
.section-final-vertict td.metric-value {text-align: right;}
.progressbar-outer {transform: skewx(-30deg); background: #d9d9d9;}
.progressbar-inner {background: #212121; height: 10px;}

.section-more ul {display: flex;}
.section-more li {flex: 1; text-align: center; margin-right: 30px; min-width: 200px; padding-bottom: 50px; position: relative;}
.section-more li:last-child {margin-right: 0px;}
.section-more .title {display: block; color: #000; line-height: normal; margin: 15px auto 5px;}

/* temp */
@media print, screen and (max-width: 750px) {
    .section-more ul, .section-more li {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }
}

.section-QA {
    margin-top: 50px;
}

.section-QA .mm-section-block {
    border-top: 1px solid #d9d9d9;
    padding: 10px 0;
}

.section-QA .qa-block {
    margin-top: 30px;
    border-bottom: 1px solid #d9d9d9;
}

.section-QA .qa-question {
    font-weight: bold;
}

.section-detailed-specs,
.section-top-5 {
    margin-top: 50px;
}

.specs-chart,
.top5-table {
    border-top: 5px solid #d9d9d9;
    border-bottom: 4px solid #d9d9d9;
}

.specs-chart td,
.top5-table td {
    border-bottom: 1px solid #d9d9d9;
    padding: 12px 0;
    vertical-align: center;
}

.specs-chart td {
    font-size: .95rem;
}

.top5-table td {
    padding: 20px 0;
}

.specs-chart .row-title {
    font-weight: bold;
}

.section-top-5 td.row-picture {
    padding-right: 20px;
    width: 167px;
    vertical-align: top;
}

/* temp */
@media print, screen and (max-width: 750px) {
    .section-top-5 td.row-picture {
        padding-right: 15px;
        width: 100px;
    }
}

.data-picks {
    border-top: 5px solid #d9d9d9;
    border-bottom: 4px solid #d9d9d9;
}

.data-picks td {
    border-bottom: 1px solid #d9d9d9;
    padding: 12px 0;
    vertical-align: center;
    vertical-align: top;
}

@media print, screen and (max-width: 350px) {
    .top5-table td {
        display: block;
    }

    .section-top-5 td.row-picture {
        width: auto;
        padding-right: 0px;
    }

    .btn-content + .btn-content {
        margin-left: 0px;
    }

    .article-group .btn {
        display: block;
    }

    .article-group .section-top-5 .btn {
        display: inline-block;
    }

    .section-final-vertict .star-rating-outer {
        font-size: 3rem;
    }
}

.single-enhanced-post .ad2 {
    margin-bottom: 25px;
}

#sidebar-footer-subnav {
	background: #f3f3f2;
	margin-top: 10px;
	padding: 20px;
}

#sidebar-footer-subnav ul li {
	margin-bottom: 5px;
}