.review {
    background: #fcfcfc;
}

.review .header {
    background: #fff;
}

a {
    color: #1f1e1e;
    text-decoration: none;
}

a:hover {
    color: #005a8c;
}

.review-top-bar {
    background: #f5f5f5;
    padding: 5px 0;
}

.review-top-bar p {
    max-width: 1024px;
    margin: 0 auto;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0 15px;
}

.page-header {
	color: #fff;
    text-align: center;
    padding: 50px 20px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-shadow: 1px 1px #000;
}

.page-header .headline {
    max-width: 1140px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 3rem;
}

.page-header img {
    display: inline-block;
    vertical-align: middle;
    max-width: 20px;
    height: auto;
}

.page-header .update span {
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    font-size: 1.125rem;
}

.review-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px 15px 60px;
}

.top-txt {
    margin-bottom: 15px;
}

.top-txt a {
    color: #005a8c !important;
    text-decoration: underline !important;
}

.disclosure-box {
    text-align: right;
    margin-bottom: 10px;
    position: relative;
}

.disclosure-box span {
    cursor: pointer;
    display: inline-block;
    font-size: 0.875rem;
}

.disclosure-box p {
    cursor: pointer;
    line-height: 1.1;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    bottom: 80%;
    right: -5%;
    font-size: 0.75rem;
    background: #666;
    color: #fff;
    max-width: 235px;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms linear;
}

.disclosure-box p:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #666 transparent transparent transparent;
}

.disclosure-box span:hover + p, .disclosure-box p:hover {
    visibility: visible;
    opacity: 1;
    bottom: 125%;
}

.table {
    position: relative;
    background: #fff;
    display: table;
}

.reviews-head {
    width: 100%;
    background: #f5f5f5;
    border-top: 1px solid #d9d8d8;
    border-bottom: 1px solid #d9d8d8;
    color: #000;
    padding: 5px 0;
    font-size: 0.875rem;
    margin-bottom: 10px;
}

.reviews-head .cell-3 {
    text-align: center;
}

.reviews-table {
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-top: 25px;
}

.reviews-table.table-shadow {
    transition: all 250ms linear;
}

.reviews-table.table-shadow:hover {
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.45);
}

.fadeToggle {
    display: none;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.review-cell {
    border-right: 1px solid #e8e8e800;
    padding: 16px 10px;
}

.review-cell:last-child {
    border-right: 0;
}

.cell-1 {
    width: 20%;
}

.cell-2 {
    width: 15%;
}

.cell-3 {
    text-align: left;
    width: 40%;
}

.cell-4 {
    width: 25%;
}

.item-order {
    position: absolute;
    top: -1px;
    left: -1px;
    background: #e8e8e8;
    color: #020202;
    font-weight: 500;
    padding: 0 6px;
    font-size: 1.125rem;
}

.firstitem .item-order {
    background: #78ae38;
    color: #fff;
}

.urgent-info {
    background: #c72828;
    border: 2px dashed #4c0606;
    color: #fff;
    font-size: 0.875rem;
    padding: 8px 12px;
    border-top-width: 1px;
    position: relative;
    z-index: 20;
    line-height: 1.7;
    transition: all 250ms linear;
    font-weight: 300;
}

.reviews-table.table-shadow:hover + .urgent-info {
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.45);
}

.urgent-info span {
    font-weight: 900;
    text-decoration: underline;
}

.urgent-info a {
    font-weight: 700;
    color: #fffc09;
    text-decoration: underline;
}

.most-pop {
    display: block;
    color: #fff;
    position: absolute;
    width: 170px;
    line-height: 32px;
    height: 32px;
    background: #78ae38;
    font-size: 1.125rem;
    left: -10px;
    top: -16px;
    text-align: center;
}

.most-pop:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-color: #5e872c #5e872c transparent transparent;
    border-width: 5px;
    border-style: solid;
}

.most-pop:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 160px;
    border: 16px solid #79ae38;
    border-right-color: transparent;
}

.item-logo {
    display: inline-block;
}

.item-logo img {
    max-width: 250px;
    width: 120%;
    height: auto;
    display: block;
}

.my-rating {
    margin: 8px auto;
    font-size: 0;
    display: block;
}

.jq-star {
    width: 15px;
    height: 15px;
    margin: 0 1px;
    display: inline-block;
}

.jq-star img {
    width: 100%;
    height: 100%;
}

.review-link {
    margin-top: 6px;
    font-size: 1rem;
}

.item-score {
    font-size: 61px;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.item-score:hover {
    color: #005a8c;
}

.score-sub {
    color: #1361c9;
    font-size: 0.875rem;
    margin-top: 3px;
    display: block;
}

.selling-price {
    text-align: center;
    margin: 0 -10px 8px;
    padding: 0 10px 8px;
    border-bottom: 1px solid #e8e8e8;
}

.selling-price-text {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
}

.selling-price-number {
    font-size: 1rem;
}

.selling-price-number span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

.selling-price-number-new {
    font-size: 1.5rem;
    font-weight: 900 !important;
    color: #78ae38;
}

.selling-price-number-old {
    text-decoration: line-through;
    color: #e9525e;
}

.selling-point {
    display: block;
    width: 95%;
    margin: 0 auto;
}

.selling-point:hover {
    color: #000;
}

.selling-point-item {
    display: block;
    position: relative;
    margin: 2px 0;
    padding-left: 26px;
}

p.selling-point-item {
    opacity: 0.85;
}

.sellico {
    max-width: 19px;
    margin-right: 7px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.selling-point-item:hover .sellico {
    filter: grayscale(1);
}

.selling-point-text {
    font-size: 0.875rem;
}

.selling-point-text.red-color {
    color: #c20e0e;
}

.visit-site-btn {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    background: #78ae38;
    padding: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    transition: all 0.250s linear;
}

.visit-site-btn.lesser-focus {
    opacity: 0.65;
    font-size: 0.875rem;
    font-weight: 400;
    max-width: 180px;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
}

.visit-site-btn:hover {
    background: #519849;
    color: #fff;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 750ms; 
    -webkit-animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite; 
    -moz-animation-name: pulse;
    -moz-animation-duration: 750ms; 
    -moz-animation-fill-mode: both; 
    -moz-animation-timing-function: linear; 
    -moz-animation-iteration-count: infinite; 
    animation-name: pulse;
    animation-duration: 750ms; 
    animation-fill-mode: both; 
    animation-timing-function: linear; 
    animation-iteration-count: infinite; 
}

.visit-site-btn .fa {
    font-weight: 900;
}

.flag-area {
    margin-top: 12px;
}

.flag-area .flag-ico {
    width: 32px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.flag-area span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.75rem;
    margin-left: 3px;
}

.btnbubble {
    max-width: 170px;
    margin: 0 auto 13px;
    position: relative;
    background: #e9525e;
    border: 1px solid #e9525e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.75rem;
    color: #fff;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.arrow-downbbl {
    left: 0;
    right: 0;
    color: #e9525e;
    text-align: center;
    position: absolute;
    bottom: -15px;
    font-size: 1.125rem;
}

.btnbubble:hover {
    -webkit-animation-name: jump;
    -webkit-animation-duration: 750ms; 
    -webkit-animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    -moz-animation-name: jump;
    -moz-animation-duration: 750ms; 
    -moz-animation-fill-mode: both; 
    -moz-animation-timing-function: linear; 
    animation-name: jump;
    animation-duration: 750ms; 
    animation-fill-mode: both; 
    animation-timing-function: linear; 
}

.most-popular {
    margin: 60px 0;
    transition: all 250ms ease-in;
}

.most-popular:hover {
    -webkit-box-shadow: 0px 7px 30px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 30px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 30px -6px rgba(0, 0, 0, 0.75);
}

.most-popular .table {
    transition: all 250ms ease-in;
}

.most-popular:hover .table {
    background: #fcfcfc;
}

.most-popular h3 {
    font-size: 2.5rem;
    background: #6497b2;
    text-shadow: 1px 1px #000;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}

.most-popular .reviews-table {
    border-bottom: 0;
    margin-top: 0;
}

.best-overall-box {
    background: #e8e8e8;
    padding: 10px 0;
    font-size: 0;
}

.best-overall-box > div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 15px 15px 15px 85px;
    width: 33.3333%;
}

.best-overall-box > div img {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
}

.best-overall-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
    color: #f65b0f;
}

.best-overall-text {
    margin-top: 5px;
    font-weight: 300;
    letter-spacing: 0.25px;
    font-size: 1rem;
}

.load-more-btn-box {
    position: relative;
    margin-top: 20px;
}

.load-more-btn-box:after {
    content: "";
    display: block;
    left: 0;
    top: 50%;
    position: absolute;
    margin-top: -2px;
    height: 4px;
    width: 100%;
    background: #e8e8e8;
}

.load-more-btn {
    text-align: center;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    z-index: 100;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 44px;
    border: 3px solid #e8e8e8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f8f8f8;
    font-size: 1.5rem;
    color: #848484;
    transition: all 250ms linear;
}

.load-more-btn:hover {
    color: #848484;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

.load-more-text {
    margin-top: 5px;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 300;
}

.list-content {
    text-align: center;
    font-size: 1.375rem;
    font-weight: 300;
}

.entry-content *:last-child {
    margin-bottom: 0;
}

.entry-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 12px 0 20px;
}

.img-container {
    display: block;
}

.img-container img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.gif-50 {
    float: left;
    width: 50%;
    max-width: 512px;
}

.youtube-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.youtube-responsive iframe, .youtube-responsive object, .youtube-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry-content > p {
    margin-bottom: 20px;
}

.entry-content > p a {
    color: #005a8c;
    font-weight: 500;
}

.entry-content > p.quote {
    background: #d2e7f5;
    color: #03204c;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 30px 20px;
    margin-top: 30px;
    position: relative;
}

.entry-content > p.quote:after {
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.5rem;
    position: absolute;
    top: -25px;
    right: 20px;
    color: #03204c;
}

.content-stars {
    margin-bottom: 20px;
}

.content-stars i {
    font-size: 2.125rem;
    margin-left: 3px;
    color: #1c65c7;
    transition: all 250ms linear;
}

.content-stars i:hover {
    transform: scale(1.4);
}

.entry-content .left-img-floater {
    float: left;
    max-width: 45%;
    margin: 0 20px 20px 0;
}

.entry-content h2 {
    font-size: 1.75rem;
    font-weight: 500;
    margin: 12px 0;
}

.entry-content ol.small-list {
    padding-left: 40px;
    list-style: decimal;
    margin-bottom: 20px;
}

.entry-content ol.small-list li {
    padding: 3px 0;
}

.entry-content ol.small-list li a {
    color: #005a8c;
}

.entry-testimonial {
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.entry-testimonial-name {
    font-weight: 700;
    font-size: 1.125rem;
}

.entry-testimonial-rating {
    margin: 5px 0 10px;
}

.entry-testimonial-rating img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: auto;
}

.entry-testimonial-text {
    font-style: italic;
    font-size: 1rem;
}

.no-border-bottom {
    border-bottom: 0;
    padding-bottom: 0;
}

.entry-content ol.big-list {
    max-width: 768px;
    list-style-type: decimal;
    background: #d2e7f5;
    padding: 35px 25px 35px 45px;
    margin-bottom: 20px;
}

.entry-content ol.big-list li {
    margin-bottom: 20px;
}

.entry-content ol.big-list li:last-child {
    margin-bottom: 0;
}

.entry-content ol.big-list li span {
    text-transform: uppercase;
}

.entry-important-information {
    border: 1px solid #c0a975;
    padding: 20px 15px;
    background: #f9ebb8;
    max-width: 768px;
    margin-bottom: 20px;
}

.important-information-text {
    margin-bottom: 10px;
}

.entry-important-information p a {
    color: #005a8c;
    font-weight: 700;
}

.entry-btn-cta {
    display: block;
    background: #fca323;
    border-bottom: 5px solid #d4820c;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
   /* max-width: 768px;*/
    font-weight: 700;
    font-size: 1.5rem;
    transition: all 250ms linear;
}

.entry-btn-cta:hover {
    color: #fff;
    background: #d4820c;
}

.page-reviewer {
    background: #f5f5f5;
    padding: 30px 0;
}

.page-reviewer-inner {
    padding: 0 15px 0 180px;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.about-reviewer-img {
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 0 14px 0 14px;
    -moz-border-radius: 0 14px 0 14px;
    border-radius: 0 14px 0 14px;
    border: 4px solid #fff;
    -webkit-box-shadow: -3px 2px 22px -11px rgba(0,0,0,0.5);
    -moz-box-shadow: -3px 2px 22px -11px rgba(0,0,0,0.5);
    box-shadow: -3px 2px 22px -11px rgba(0,0,0,0.5);
}

.about-reviewer {
    font-weight: 500;
    font-size: 1.25rem;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.about-reviewer:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background: #d9d8d8;
}

.about-reviewer-name {
    font-size: 1.375rem;
    font-weight: 300;
}

.about-reviewer-text {
    margin-top: 5px;
    width: 80%;
    line-height: 1.8;
}

/* EXIT POPS */

.openpop {
    overflow-y: hidden;
}

.pop-off {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.exit-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 100vh;
    background: rgba(0,0,0,0.75);
    z-index: 50000;
    text-align: center;
    padding: 15px;
}

.exit-popup-inner {
    top: -30px;
    position: relative;
    z-index: 100;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
    padding: 15px;
    background: #fff;
    width: 100%;
    max-width: 420px;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.65);
    transition: all 250ms linear;
    opacity: 0;
}

.openpop .exit-popup-inner {
    opacity: 1;
    top: 0;
}

.exit-popup-border {
    border: 2px solid #e6e6e6;
    padding: 15px;
}

.exit-popup-close {
    position: absolute;
    top: -12px;
    right: -12px;
    color: #f00;
    font-size: 1.375rem;
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: 0;
    z-index: 50;
}

.exit-popup-close i {
    position: relative;
    z-index: 15;
}

.exit-popup-close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -8px 0 0 -6px;
    background: #fff;
    z-index: 2;
}

.exit-popup-top {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
}

.exit-popup-top:after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -30px;
    background: #e6e6e6;
}

.exit-popup-inner img {
    margin: 20px auto;
}

.exit-popup-btn {
    padding: 10px 5px;
    font-size: 1.375rem;
    text-transform: uppercase;
    max-width: 220px;
    background: #78ae38;
    display: block;
    margin: 10px auto 5px;
    color: #fff;
    font-weight: 500;
    transition: all 0.250s linear;
}

.exit-popup-btn:hover {
    background: #519849;
    color: #fff;
}

.exit-popup-href {
    color: #005a8c;
    font-size: 0.875rem;
}

.bottom-box {
    margin: 20px 0;
    max-width: 768px;
    padding: 10px 20px;
    font-size: 0;
    border: 3px dashed #000;
}

.bottom-box > * {
    display: inline-block;
    vertical-align: middle;
}

.bottom-box-img {
    width: 30%;
}

.bottom-box-img img {
    display: block;
    max-width: 240px;
    height: auto;
    width: 100%;
    margin: 0 auto;
}

.bottom-box-text {
    padding-left: 20px;
    width: 70%;
}

.bottom-box-text p {
    line-height: 1.8;
    text-align: center;
    font-weight: 700;
    font-size: 1.625rem;
}

.bottom-box-text p a {
    color: #005a8c;
    font-weight: 700;
}

.bottom-box-text p a:hover {
    color: #000;
}

.sale-popup {
    background: #fff;
    width: 310px;
    min-height: 74px;
    position: fixed;
    bottom: -150px;
    left: 20px;
    z-index: 200;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 0;
    -webkit-box-shadow: rgba(89, 89, 89, 0.24) 1px 1px 23px 1px;
    -moz-box-shadow: rgba(89, 89, 89, 0.24) 1px 1px 23px 1px;
    box-shadow: rgba(89, 89, 89, 0.24) 1px 1px 23px 1px;
}

.sale-popup .sale-popup-close {
    font-size: 1rem;
    position: absolute;
    top: -10px;
    right: -3px;
    color: #dce1ed;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms linear;
}

.sale-popup:hover .sale-popup-close {
    color: #dce1ed;
    visibility: visible;
    opacity: 1;
}

.sale-popup-div {
    overflow: hidden;
    width: 24%;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    padding: 10px 10px 10px 20px;
}

.sale-popup-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width:auto;
}

.sale-popup-about {
    padding: 5px 20px 5px 5px;
    display: inline-block;
    vertical-align: middle;
    width: 76%;
    font-size: 0.875rem;
    position: relative;
}

.sale-popup-who {
    color: #474e5d;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.4;
}

.sale-popup-text {
    font-size: 0.75rem;
    color: #6d7484;
    line-height: 1.4;
}

.sale-popup-date {
    color: #65759e;
    font-size: 0.625rem;
    line-height: 2;
}

/* REVIEW WITH SIDEBAR */

.sidebar-review-outer {
    max-width: 1340px;
    margin: 0 auto;
    padding: 20px 15px 60px;
}

.sidebar-review-outer .review-content {
    max-width: 1024px;
    float: left;
    width: 78%;
    padding: 0;
    padding-right: 20px;
}

.sidebar-review-outer .review-sidebar {
    width: 22%;
    float: right;
}

.review-sidebar-widget {
    background: #fff;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    -moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    border: 1px solid #d9d8d8;
}

.review-sidebar-widget h4 {
    background: #f5f5f5;
    font-size: 1.125rem;
    text-align: center;
    color: #5c5c5c;
    font-weight: 300;
    padding: 10px;
}

.review-sidebar-widget .sidebar-widget-links {
    font-size: 1rem;
    border-top: 1px solid #d9d8d8;
    color: #007bff;
    display: block;
    width: 100%;
    padding: 13px 20px;
}

.review-sidebar-widget .sidebar-widget-links.active {
    color: #808080;
    font-weight: 700;
    background: #f8f9fa;
}

.review-sidebar-widget .sidebar-widget-links:hover {
    background-color: #f8f9fa;
}

.review-sidebar-widget .sidebar-widget-links:active {
    background: #e9ecef;
}

/* TABLE RESPONSIVE CONTENT */

.table-responsive {
    text-align: left;
    margin: 20px 0;
}

.table-responsive table {
    width: 100%;
}

.table-responsive table thead tr th {
    font-weight: 600;
    padding: 10px 12px;
    border-top: 1px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
}

.table-responsive table tbody tr th {
    font-weight: 600;
}

.table-responsive table tbody tr:nth-child(odd) {
    background: #f5f5f5;
}

.table-responsive table tbody tr td, .table-responsive table tbody tr th {
    padding: 10px 12px;
    border-top: 1px solid #dee2e6;
}

/* ANIMATIONS */

@-webkit-keyframes pulse { 
    0% {
        -webkit-transform: scale(1);
    } 
    50% {
        -webkit-transform: scale(1.1);
    } 
    100% {
        -webkit-transform: scale(1);
    } 
}

@-moz-keyframes pulse { 
    0% {
        -moz-transform: scale(1);
    } 
    50% {
        -moz-transform: scale(1.1);
    } 
    100% {
        -moz-transform: scale(1);
    } 
}

@keyframes pulse { 
    0% {
        transform: scale(1);
    } 
    50% {
        transform: scale(1.1);
    } 
    100% {
        transform: scale(1);
    } 
}

@-webkit-keyframes jump { 
    0% {
        transform: translateY(-10px);
        opacity: 0;
    } 
    100% {
        transform: translateY(0);
        opacity: 1;
    } 
}

@-moz-keyframes jump { 
    0% {
        transform: translateY(-10px);
        opacity: 0;
    } 
    100% {
        transform: translateY(0);
        opacity: 1;
    } 
}

@keyframes jump { 
    0% {
        transform: translateY(-10px);
        opacity: 0;
    } 
    100% {
        transform: translateY(0);
        opacity: 1;
    } 
}

@media screen and (max-width: 1139px) {
    .disclosure-box p {
        right: 0;
    }
}

@media screen and (max-width: 1023px) {
    .reviews-head {
        display: none;
    }

    .reviews-table.table {
        font-size: 0;
        display: block;
    }

    .cell-1, .cell-2 {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        border-right: 0;
        padding: 27px 10px;
    }

    .cell-3, .cell-4 {
        width: 100%;
        display: block;
        border-right: 0;
    }

    .cell-2 {
        border-right: 0;
        border-left: 1px solid #e8e8e800;
    }

    .cell-3 {
        border-top: 1px solid #e8e8e8;
    }

    .entry-content > p.quote {
        font-size: 1.375rem;
    }

    .bottom-box-img {
        width: 40%;
    }

    .bottom-box-text {
        width: 60%;
    }

    .bottom-box-text p {
        line-height: 1.5;
        font-size: 1.375rem;
    }

    .sidebar-review-outer .review-content {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .sidebar-review-outer .review-sidebar {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .review-sidebar-widget {
        font-size: 0;
    }

    .review-sidebar-widget .sidebar-widget-links {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
    }

    .review-sidebar-widget .sidebar-widget-links:nth-child(even) {
        border-right: 1px solid #d9d8d8;
    }
}

@media screen and (max-width: 767px) {
    .review-content {
        padding: 20px 15px 40px;
    }

    .page-header {
        padding: 25px 15px;
    }

    .page-header .headline {
        line-height: 1.3;
        font-size: 1.875rem;
        margin-bottom: 5px;
    }

    .urgent-info {
        font-size: 0.875rem;
        line-height: 1.5;
        padding: 8px 13px;
    }

    .load-more-text {
        font-size: 1.125rem;
    }

    .most-popular {
        margin: 40px 0;
    }

    .most-popular h3 {
        font-size: 1.5rem;
    }

    .best-overall-box > div {
        display: block;
        width: 100%;
        padding: 10px 20px;
        text-align: center;
    }

    .best-overall-box > div img {
        position: relative;
        top: auto;
        left: auto;
        width: 90px;
        height: 90px;
        display: block;
        margin: 0 auto 20px;
    }

    .entry-content h1 {
        line-height: 1.3;
        font-size: 1.875rem;
    }

    .entry-content .left-img-floater {
        float: none;
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .entry-content > p.quote {
        font-size: 1.25rem;
        padding: 25px 10px;
    }

    .entry-content h2 {
        font-size: 1.5rem;
    }

    .entry-btn-cta {
        font-size: 1.25rem;
    }

    .page-reviewer-inner {
        padding: 0 15px;
        text-align: center;
    }

    .about-reviewer-img {
        margin: 0 auto 15px;
        position: relative;
        top: auto;
        left: auto;
        max-width: 220px;
        width: 70%;
        height: auto;
    }

    .about-reviewer:after {
        left: 50%;
        width: 100px;
        margin-left: -50px;
    }

    .about-reviewer-text {
        width: 100%;
        margin-top: 15px;
    }

    .entry-content > ol.big-list {
        padding: 30px 15px 30px 30px;
    }

    .bottom-box {
        padding: 0;
    }

    .bottom-box-img, .bottom-box-text {
        width: 100%;
        display: block;
        padding: 15px;
    }

    .bottom-box-img img {
        max-width: 768px;
    }

    .bottom-box-text p {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .sale-popup {
        left: 50%;
        margin-left: -155px;
        width: 310px;
    }

    .review-sidebar-widget .sidebar-widget-links {
        width: 100%;
        display: block;
        border-right: 0 !important;
    }

    .gif-50 {
        width: 100%;
        float: none;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .table-responsive table {
        min-width: 767px;
    }
}