/* ----- page structure: begin ----- */

.pgProduct {
    position: relative;
}
.pgProduct .container {
    margin: auto;
    width: 100%;
    max-width: 1280px;
}
.pgProduct .vs-container-fluid {
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: normal;
}
/* ----- page structure: end ----- */

/* ----- generic elements: begin ----- */

/* generic typography overrides: begin */

.vs-golden {
    color: #C2985C;
}
.vs-black {
    color: #000;
}
.vs-white {
    color: #fff;
}
.vs-sans {
    font-family: 'Open Sans', Helvetica, Arial, sans;
}
.vs-sans-serif {
    font-family: 'Roboto Slab', 'Times New Roman', 'Times', sans-serif;
}
.callout-golden .vs-callout, .callout-golden .vs-callout strong {
    color: #C2985C;
    line-height: 1.5em;
    height: auto;
}
.rc-center h1, .rc-center h2, .rc-center h3, .rc-center p {
    text-align: center;
}
/* generic typography overrides: end */

.video-play {
    font-weight: 200;
    font-size: 40px;
    color: #FFF;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    text-transform: uppercase;
    white-space: nowrap;
}
.video-play>span>i.fa-inverse {
    color: #FFF;
}
.video-play:hover {
    color: #CCC;
    font-size: 50px;
}
.video-play .fa-stack {
    font-size: 0.7em;
    margin-left: 1em;
}
.btn-more {
    padding-right: 40px;
    padding-left: 40px;
    position: relative;
}
.btn-more::after, .btn-more::before {
    font: normal normal normal 16px/1 "Font Awesome 5 Pro";
    content: '\f078';
    display: block;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.btn-more::after {
    top: 0.8rem;
    right: 1rem;
}
.btn-more::before {
    top: 0.8rem;
    left: 1rem;
}
.btn-more:not(.collapsed)::after, .btn-more:not(.collapsed)::before {
    transform: rotate(180deg);
}
.btn-more:not(.collapsed)::after {
    top: 0.8rem;
    right: 1rem;
}
.btn-more:not(.collapsed)::before {
    top: 0.8em;
    left: 1rem;
}
/* btn-red btn-white dropdown: begin */

.rc-button .btn-group>.dropdown-menu {
    margin-top: -15px;
    border-color: #333;
    border-radius: 0;
    font-weight: bolder;
    border-top: 1px solid #999;
}
.dropdown-buy:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-buy .dropdown-menu li {
    min-width: 200px;
    height: 40px;
    vertical-align: middle;
}
.dropdown-buy .dropdown-menu li img {
    max-height: 40px;
    max-width: 140px;
    width: auto;
    height: auto;
}
.dropdown-buy .dropdown-menu li a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.dropdown-buy .dropdown-menu li a::before {
    content: '\f08e';
    font-family: 'Font Awesome 5 Pro';
    padding-right: 0.5em;
}
.dropdown-buy .dropdown-menu li a:hover {
    background-color: transparent !important;
    color: #DB0025;
}
.dropdown-buy .btn-red,.dropdown-buy .btn-red:hover {
    color: #fff;
}

/* btn-red btn-white dropdown: end */

/* 16:9 video iframe */

.video-iframe {
    position: relative;
    padding-top: 56.25%;
}
.video-iframe>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* horizontal slick: begin */

.slick-h .item {
    margin: 1em;
    text-align: left;
}
.slick-h .item .logo {
    height: 100px;
    /* display: table-cell; */
    vertical-align: middle;
    text-align: left;
}
.slick-h .item .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.slick-h .item .text {
    font-size: 0.9em;
    position: relative;
    text-align: left;
}
.slick-h .item p {
    text-align: left;
}
.slick-h .item .text p {
    display: block;
    max-height: 15em;
    overflow: hidden;
}
.slick-h .item .text em {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1em;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

#accessories .slick-track {
    display: flex !important;
    padding-bottom: 0.75em;
    padding-top: 0.75em;
}

#accessories .slick-dots {
    padding-top: 0.25em;
}

#accessories .slick-slide {
    height: inherit !important;
}

#accessories a.uk-card-body {
    box-shadow: 0 1px 5px rgb(0 0 0 / 8%);
}

#accessories a.uk-card-body .vs-more::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.5em;
    display: inline-block;
    transform: translate(6px, -2px);
    transition: .3s ease;
}

#accessories a.uk-card-body:hover {
    text-decoration: none;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

#accessories a.uk-card-body:hover .vs-more::after {
    transform: translate(10px, -2px)
}

#accessories .slick-carousel .item p {
    font-size: 1rem;
    line-height: 1.35rem;
}

#accessories .slick-carousel .product-pict {
    height: 15rem;
    width: auto;
}

#accessories .slick-carousel .product-pict > img {
    display: block;
    max-height: 80%;
    max-width: 80%;
    margin: auto;
}

#accessories .slick-carousel {
    overflow: hidden;
}

#accessories .slick-carousel .slick-next {
    right: -30px;
}

#accessories .nav-pills .nav-link.active {
    background-color: #fff;
    color: #111;
    font-weight: bolder;
}

#accessories .navbar-toggler {
    background-color: #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 8%);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#accessories .navbar-toggler::before {
    content: '\f106';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5em;
    display: inline-block;
    transition: .3s ease;
    transform: rotate(0deg);
}

#accessories .navbar-toggler.collapsed::before {
    transform: rotate(180deg);
}

#accessories .navbar-collapse.collapse.show {
    background-color: #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 8%);
    border-top: 1px solid #eee;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

#accessories .navbar-collapse.collapse.show .nav-link:hover {
    background-color: #f7f7f7;
}

/* horizontal slick: end */

/* ----- generic elements: end ----- */

/* ----- navigation: start ----- */

/* subnav: begin */

.vs-spec {
    margin: 0.3em auto 0 auto;
    background-color: #fff;
    z-index: 9;
}
.vs-spec.is-sticky {
    box-shadow: 0 0 10px #CCCCCC66;
}
.vs-spec .navbar {
    padding-left: 0;
    padding-right: 0;
}
.vs-spec .navbar-brand small {
    letter-spacing: 0.5px;
}
.vs-spec ul li {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.nav-buy {
    /* float: right; */
    margin: 0 0 0 1em;
    order: 3;
}
.nav .btn-red, .nav-buy .btn-red {
    min-width: inherit;
}
@media (max-width: 768px) {
    .vs-spec .navbar-brand {
        position: relative;
        width: auto;
    }
    .vs-spec .navbar-brand:after {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 100;
        content: '\f078';
        margin-left: 0.8em;
        font-size: 0.5em;
        transition: 0.2s all linear;
        display: inline-block;
        position: relative;
        top: -0.3em;
        /* display: block;
        position: absolute;
        left: 1rem;
        top: 1.3rem; */
    }
    .vs-spec .navbar-brand[aria-expanded="true"]:after {
        transform: rotate(-180deg);
    }

    .vs-spec .nav-buy {
        order: 2;
    }

    .vs-spec .subnav-product {
        order: 3;
    }
}
/* subnav: end */

/* pagenav: begin */

.map {
    position: fixed;
    top: 40%;
    right: 0em;
    z-index: 20;
    padding: 5px 0px;
}
.map li {
    display: block;
    width: 21px;
    height: 21px;
    margin: 7px;
    position: relative;
}
.map li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    width: 21px;
    height: 21px;
    color: #8F9DA4;
    text-decoration: none;
    text-align: right;
    background: url(../img/dot.png) 5px 5px no-repeat;
}
.map li a:hover, .map li a.active {
    background-position: 0 bottom;
}
.map li b {
    display: none;
    position: absolute;
    /*font-size: 12px;*/
    color: #FFFFFF;
    right: 1.2rem;
    white-space: nowrap;
    top: -0.2rem;
    text-align: right;
    padding: 4px 8px 4px 8px;
    background: #DB0025;
    margin-right: 1em;
    font-weight: 100;
}
.map li:hover b {
    display: block !important;
    -webkit-animation: fadein 0.3s ease-out;
    animation: fadein 0.3s ease-out;
}
li:hover {
    -webkit-animation: fadein 0.5s ease-out;
    animation: fadein 0.5s ease-out;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.map li b:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: -6px;
    top: 6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #DB0025;
}
#nav .active a, #navPageSide .active a {
    background-position: 0 bottom;
}
/* pagenav: end */

/* ----- navigation: end ----- */

/* ----- content: begin ----- */

/* above the fold: begin */

/* product stat: begin */

.product-stat {
    text-align: center;
    padding: 0.1rem 1.5rem;
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 0.2rem;
    color: #333;
    border: 1px solid #333;
}
.product-stat.archived {
    background: #ccc;
    color: #888;
}
/* product stat: end */

#overview>.thumb-list {
    margin-top: 2em;
}
#overview .thumb-list a i {
    height: 60px;
}
#overview {
    margin-top: 2em;
}
#overview p, #overview h1 {
    text-align: left;
}
#overview h3 {
    margin: 0.5em 0 1em 0;
    line-height: 1.5em;
}
#overview h1 {
    margin-bottom: 0;
}
#overview h2 {
    font-size: 24px;
    margin: 0.5em 0;
}
#overview .btn {
    font-family: "Open Sans";
}
#overviewGallery {
    text-align: center;
    margin: 0 auto 1em auto;
    /*  width: 80%;*/
}
#overviewGallery>a {
    text-align: center;
    display: block;
    outline: none;
}
#overviewGallery>a>img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 450px;
}
.vs-gallery {
    background: #fff;
}

.vs-gallery .modal-dialog {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
}
.vs-gallery .modal-content {
    margin: 0;
    padding: 0;
    background: inherit;
    border: none;
    border-radius: 0;
}
.vs-gallery .modal-body {
    width: 90%;
    padding: 0;
    margin: 0 auto;
}
.vs-gallery .modal-header {
    padding: 0;
    border: 0;
    height: auto;
    z-index: 1;
    display: block;
}
.vs-gallery .modal-header .glyphicon {
    font-size: 3vh;
    outline: none;
}
.vs-gallery .modal-header a {
    display: inline-block;
    margin-top: 10px;
    margin-left: 15px;
    color: #ccc;
}
.vs-gallery .modal-header a:hover {
    color: #888;
}
.vs-gallery .modal-header .close {
    font-weight: 100;
    position: absolute;
    top: 20px;
    right: 10px;
    width: auto;
    height: auto;
    line-height: 1rem;
    z-index: 100;
    font-size: 5vh;
    outline: none;
}

.vs-gallery .photo-list {
    text-align: center;
    height: 80vh;
}
.vs-gallery .photo-list .item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    float: none;
    height: 80vh;
    outline: none;
}
.vs-gallery .photo-list .item img {
    margin: 0 auto;
    max-height: 80vh;
}
.thumb-list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.thumb-list a {
    display: block;
    opacity: 0.3;
    padding: 0 8px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer;
    height: auto;
}
.thumb-list a i {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 8vh;
}
.thumb-list a i img {
    display: inline;
    max-height: 100%;
    width: auto;
}
.thumb-list {
    margin-top: 3vh;
}
.thumb-list a:hover {
    opacity: 0.7;
}
.thumb-list a.active {
    opacity: 1;
}
.photo-list .video {
    position: relative;
}
/* .photo-list .video:before {
    font-family: 'Glyphicons Halflings';
    content: "\e029";
    font-size: 20vh;
    position: absolute;
    top: 50%;
    color: #fff;
    text-shadow: 0 0 25px rgba(0,0,0,160);
} */

.thumb-list .video i {
    position: relative;
    text-align: center;
    font-style: normal;
}
.thumb-list .video i:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f144";
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 100%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 160);
}
.thumb-list .slick-prev:before, .thumb-list .slick-next:before {
    color: #333;
}
.thumb-list .slick-prev {
    left: -20px;
    width: 19px;
}
.thumb-list .slick-next {
    right: -18px;
    width: 19px;
}
.photo-list .slick-prev:before, .photo-list .slick-next:before {
    color: #333;
    font-size: 40px;
}
.thumb-list .slick-prev:before, .photo-list .slick-prev:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f053";
}
.thumb-list .slick-next:before, .photo-list .slick-next:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f054";
}
.photo-list .slick-prev {
    left: -50px;
    width: 50px;
    height: 50px;
}
.photo-list .slick-next {
    right: -50px;
    width: 50px;
    height: 50px;
}
.eei-rating img {
    height: 1.5em;
    width: auto;
}
.vs-gallery.app .photo-list .slick-prev {
    display: none !important;
}
.vs-gallery.app .photo-list .slick-next {
    display: none !important;
}
@media (max-width: 768px) {
    .vs-gallery.app .photo-list {
        height: auto;
    }
    .vs-gallery.app .photo-list .item {
        height: auto;
    }
    .vs-gallery.app .photo-list .item img {
        max-height: unset;
    }
    .thumb-list .video i:before {
        font-size: 150%;
    }
    .btn-more::after, .btn-more::before {
        font-size: 12px;
        top: 8px;
    }
    .btn-more:not(.collapsed)::after, .btn-more:not(.collapsed)::before {
        top: 10px;
    }
    #overview .thumb-list {
        display: none;
    }
}
.head-btn-row {
    margin-top: 0.25em;
    margin-bottom: 1.25em;
}
.box-icon-btn {
    text-align: center;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.box-icon-btn svg {
    display: block;
    height: 70px;
    width: auto;
    margin: 0 auto;
}
.box-icon-btn svg .cls-1, .box-icon-btn svg .cls-2, .box-icon-btn svg .cls-3 {
    stroke: #444;
}
.box-icon-btn:hover svg .cls-1, .box-icon-btn:hover svg .cls-2, .box-icon-btn:hover svg .cls-3 {
    stroke: #DB0025;
}
.box-icon-btn:focus {
    outline: none;
}
.tagline-row {
    margin-top: 2em;
}
.tagline-row .feature-icon {
    max-height: 80px;
    margin: 1em 2em;
}
.tagline-row p {
    text-align: center;
}
.tagline-row ul {
    list-style: none;
}
.tagline-row li::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.9rem;
    color: #DB0025;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em
}
.tagline-row li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.25em;
}
.overview-callout {
    background: #333;
    color: #fff;
    margin-top: 4em;
    padding: 2em 0 3em 0;
    font-size: 16px;
    font-weight: 300;
    /*text-align: justify;*/
}
.overview-callout .vs-container {
    max-width: 980px;
}
/* above the fold: end */

/* feature RC: begin */

.row.rc-feature {
    margin: auto;
    padding-top: 3em;
    padding-bottom: 3em;
}

.rc-feature .vs-container-fluid[data-feature-id] {
    padding: 4rem 0;
}

.vs-container.rc-feature {
    padding-top: 3em;
    padding-bottom: 3em;
}

.rc-title-w > .rc-feature {
    padding: 8em 0;
}

.rc-feature img {
    max-width: 100%;
    height: auto !important;
}

.rc-feature em {
    color: #DB0025;
}

.rc-feature .rc-content .img-responsive, .rc-feature .rc-content .img-fluid {
    margin: 0.5rem auto;
}
.rc-compare-img-container .img-responsive, .rc-compare-img-container .img-fluid {
    max-height: max-content !important;
}
.rc-keyfeature {
    margin: auto;
    padding: 4em 0;
}
.rc-category {
    padding: 3em 0;
}
.rc-category>h2 {
    font-size: 60px;
    text-shadow: 0px 1px 1px #fff;
}
.rc-category>h2::before {
    content: "[ ";
}
.rc-category>h2::after {
    content: " ]";
}
.rc-category>h2+div {
    padding-bottom: 2em;
}
.rc-category>p {
    font-weight: 100;
    color: #555;
    font-size: 24px;
    margin-top: -60px;
}
.rc-category:nth-child(4n+0)>h2, .rc-category:nth-child(4n+0)>h2+p {
    color: #E51187;
    border-color: #E51187;
}
.rc-category:nth-child(4n+1)>h2, .rc-category:nth-child(4n+1)>h2+p {
    color: #F5A729;
    border-color: #F5A729;
}
.rc-category:nth-child(4n+2)>h2, .rc-category:nth-child(4n+2)>h2+p {
    color: #21AC38;
    border-color: #21AC38;
}
.rc-category:nth-child(4n+3)>h2, .rc-category:nth-child(4n+3)>h2+p {
    color: #4AB6EC;
    border-color: #4AB6EC;
}
.rc-category-bg {
    padding: 7em 0;
    color: #fff;
}
.rc-category-bg h1 {
    font-size: 3em;
    font-family: 'Open Sans', Helvetica, Arial, sans;
    text-align: center;
}
.rc-category-bg h1, .rc-category-bg h2, .rc-category-bg h3, .rc-category-bg h4 {
    color: inherit;
}
.rc-category-bg p {
    color: #fff;
}
.rc-outer {
    padding-top: 5em;
    padding-bottom: 5em;
    /*margin-top: -20px;*/
    margin-left: auto;
    margin-right: auto;
}
.rc-content {
    max-width: 1000px;
    margin: auto;
}
.rc-content h2>em {
    font-size: 0.7em;
    display: block;
    font-style: normal;
}
.vs-callout {
    /* height: 8em; */
    /*float: left;*/
    display: inline-block;
    padding: 1em 1.5em;
    text-align: center;
    font-size: 0.9em;
    color: #666;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0.75rem auto;
}
.vs-callout:first-child {
    border-left: none;
}
.vs-callout strong {
    /*font-family: "Roboto Slab";*/
    font-size: 32px;
    font-weight: 700;
    color: #DB0025;
    display: block;
    line-height: 1em;
    letter-spacing: -1px;
}
.vs-callout strong small {
    font-size: 33%;
    line-height: 33%;
}
ul.product-spec {
    margin-bottom: 0;
}
@media (max-width: 1600px) {
    .vs-callout {
        font-size: 0.9em;
    }
    .vs-headcall strong {
        font-size: 3em;
    }
}
@media (max-width: 768px) {
    .vs-callout {
        font-size: 0.8em;
    }
    .vs-callout strong, .rc-keyfeature h1 {
        font-size: 2.5em;
    }
    .rc-category h2 {
        font-size: 36px;
        text-align: center;
    }
    .rc-category p {
        font-size: 18px;
        text-align: center;
        /*margin-top: -36px;*/
    }
    .rc-content.col-md-6 {
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .rc-feature p, .rc-feature h1, .rc-feature h2, .rc-feature h3 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .rc-feature .text-left p, .rc-feature .text-left h2, .rc-feature .text-left h3 {
        margin-left: initial;
        margin-right: initial;
        text-align: inherit;
    }
    .rc-feature .text-right p, .rc-feature .text-right h2, .rc-feature .text-right h3 {
        margin-left: initial;
        margin-right: initial;
    }
    .overview p {
        text-align: left;
    }
    .vs-container h2:after, .vs-container h3:after {
        margin-left: auto;
        margin-right: auto;
    }
    .vs-container .col-lg-6 p, .vs-container .col-lg-6 h2, .vs-container .col-lg-6 h3 {
        margin-left: initial;
        margin-right: initial;
        text-align: inherit;
        width: 100%;
    }
    .vs-container .col-lg-6 h2:after, .vs-container .col-lg-6 h3:after {
        margin-left: inherit;
        margin-right: inherit;
    }
    .vs-container .col-lg-4 p, .vs-container .col-lg-4 h2, .vs-container .col-lg-4 h3 {
        margin-left: initial;
        margin-right: initial;
        text-align: inherit;
        width: 100%;
    }
    .vs-container .col-lg-4 h2:after, .vs-container .col-lg-4 h3:after {
        margin-left: inherit;
        margin-right: inherit;
    }
    .product-spec li:nth-child(even) {
        background: #fcfcfc;
    }
    .rc-center {
        padding-top: 10%;
        padding-right: 5%;
        padding-left: 5%;
    }
    .rc-content.col-lg-6 {
        max-width: 50%;
    }
    #featureLegacy .row.vs-vcenter {
        display: flex;
    }
}
@media (min-width: 992px) {
    ol.vs-game-list {
        list-style: none;
        counter-reset: li;
    }
    ol.vs-game-list li::before {
        content: counter(li);
        direction: rtl;
        color: #ffffff;
        background: #b00;
        box-shadow: 0px 0px 4px black;
        border: solid 1px #666666;
        border-radius: 6px;
        display: inline-block;
        width: 1.8em;
        margin-left: -2.7em;
        margin-right: 0.7em;
        text-align: center;
    }
    ol.vs-game-list li {
        line-height: 1.8em;
        margin-bottom: 0.8em;
        counter-increment: li;
    }
    .vs-callout.stamp {
        display: inline-block;
        color: #DB0025;
        font-size: 1em;
        line-height: 1.7em;
        text-align: center;
        padding: 0.5em 1em;
        border: 4px solid #DB0025;
        border-radius: 10px;
        /*font-family: 'Roboto Slab', serif;*/
        font-weight: bold;
        height: auto;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
}
/* dark theme RC */

#featureLegacy.rc-feature-fluid {
    margin: 0;
    padding: 0;
}

#featureLegacy.rc-feature-fluid > .vs-container, #featureLegacy.rc-feature-fluid #featureLegacy > .vs-container {
    max-width: 100%;
    padding: 0;
}

#featureLegacy.rc-feature-fluid > .vs-container.rc-feature[data-feature-id], #featureLegacy.rc-feature-fluid #featureLegacy > .vs-container.rc-feature[data-feature-id] {
    padding-top: 3em;
    padding-bottom: 3em;
}

#featureLegacy.rc-feature-fluid .vs-container.rc-feature[data-feature-id] .row {
    margin-left: 0;
    margin-right: 0;
}

#featureLegacy > .rc-feature .vs-container-fluid>.rc-feature {
    max-width: 1600px;
    margin: auto;
    padding-top: 3em;
    padding-bottom: 3em;
}

/* feature RC: end */

/* dimension section: begin */

/* .product-dim {
display: none;
} */

.product-dim ol {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: space-around;
    align-content: space-around;
    height: 6em;
    letter-spacing: 0em;
    text-align: left;
    list-style-position: inside;
    font-size: 14px;
}
.product-dims ol li {
    box-sizing: border-box;
    margin-left: 10px;
    padding-right: 10px;
    text-align: left;
}
.spec-note {
    display: none;
}
@media (max-width: 768px) {
    .product-dim ol {
        height: auto;
    }
}
/* dimension section: end */

/* RC flicker free: begin */

.rc-custom-eyecare>.rc-main-image {
    position: relative;
    overflow: hidden;
}
.rc-custom-eyecare>.rc-main-image img+.rc-flicker-bar {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/flicker-free-bar.png');
    background-repeat: repeat-y;
    width: 34%;
    height: 100%;
}
.rc-custom-eyecare>.rc-main-image>.rc-bluelight {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    height: 100%;
    background: #00f;
    opacity: 0.3;
}
.rc-custom-eyecare>.rc-main-image>.rc-flicker-note {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.rc-custom-eyecare>.rc-main-image>.rc-flicker-note>div {
    width: 33%;
    padding: 0.3em 1%;
    float: left;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rc-custom-eyecare>.rc-main-image>.rc-flicker-note>div:first-child {
    width: 34%;
}
.rc-custom-eyecare>.rc-main-image>.rc-flicker-note>div.vs {
    background: #DB0025;
}
.rc-custom-eyecare>.rc-main-image>.rc-flicker-vlines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.rc-flicker-vlines>.vline {
    position: absolute;
    height: 100%;
    width: 0.6%;
    top: 0;
    right: 33%;
    background: #fff;
}
.rc-flicker-vlines>.vline:first-child {
    position: absolute;
    height: 100%;
    width: 0.6%;
    top: 0;
    left: 34%;
}
.rc-custom-eyecare>.rc-main-image>.rc-flicker-bar {
    -webkit-animation-name: rc-flicker-move;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: rc-flicker-move;
    animation-name: rc-flicker-move;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0.8;
}
@keyframes rc-flicker-move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}
@-webkit-keyframes rc-flicker-move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}
.rc-custom-eyecare>.rc-control {
    margin-top: 1em;
    text-align: center;
    white-space: nowrap;
}
.rc-custom-eyecare>.rc-control>label {
    margin-right: 1em;
}
/* RC flicker free: end */

/* RC image compare: begin */

.rc-compare-img-container {
    margin: 1em auto;
    max-height: 629px;
}
.rc-compare-img-container .twentytwenty-handle.animate {
    animation: rc-compare-move 3s forwards;
    -webkit-animation: rc-compare-move 3s forwards;
}
.rc-compare-img-container .twentytwenty-before.animate {
    animation: rc-compare-clip-move 3s forwards;
    -webkit-animation: rc-compare-clip-move 3s forwards;
}
.rc-compare-img-container .twentytwenty-before-label.animate {
    animation: rc-compare-width-resize 3s forwards;
    -webkit-animation: rc-compare-width-resize 3s forwards;
}
@keyframes rc-compare-move {
    0% {
        left: 0%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 50%;
    }
}
@-webkit-keyframes rc-compare-move {
    0% {
        left: 0%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 50%;
    }
}
@keyframes rc-compare-width-resize {
    0% {
        width: 0%;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 50%;
    }
}
@-webkit-keyframes rc-compare-width-resize {
    0% {
        width: 0%;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 50%;
    }
}
/* note: rc-compare-clip-move keyframes will be created by JavaScript because the dimensions of images will be determined at runtime */

/* @keyframes rc-compare-clip-move {
0% { clip: rect(0, 100px, 100%, 0);}
50% { clip: rect(0, 400px, 100%, 0);}
100% { clip: rect(0, 500px, 100%, 0); }
} */

/* RC image compare: end */

/* RC SuperClear: begin */

.rc-superclear>.rc-superclear-img-container {
    width: 95%;
    margin: 0 auto;
    -webkit-perspective: 3000px;
    perspective: 3000px;
    -webkit-perspective-origin: 60% 50%;
    perspective-origin: 60% 50%;
}
.rc-superclear>.rc-superclear-img-container>div {
    width: 48%;
    float: left;
    margin: 0 1%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
}
.rc-superclear>.rc-superclear-img-container>div.before>.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.rc-superclear>.rc-superclear-img-container.animate>div {
    animation: rc-superclear-anime-on 30s 2 forwards;
    -webkit-animation: rc-superclear-anime-on 30s 2 forwards;
}
.rc-superclear>.rc-superclear-img-container.animate>div.before>.mask {
    animation: rc-superclear-anime-mask 30s 2 forwards;
    -webkit-animation: rc-superclear-anime-mask 30s 2 forwards;
}
@keyframes rc-superclear-anime-on {
    0% {
        -webkit-transform: rotateX(-70deg);
        transform: rotateX(-70deg);
    }
    12.5% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    25% {
        -webkit-transform: rotateX(70deg);
        transform: rotateX(70deg);
    }
    37.5% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    50% {
        -webkit-transform: rotateY(-70deg);
        transform: rotateY(-70deg);
    }
    62.5% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    75% {
        -webkit-transform: rotateY(70deg);
        transform: rotateY(70deg);
    }
    87.5% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateX(-70deg);
        transform: rotateX(-70deg);
    }
}
@-webkit-keyframes rc-superclear-anime-on {
    0% {
        -webkit-transform: rotateX(-70deg);
        transform: rotateX(-70deg);
    }
    12.5% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    25% {
        -webkit-transform: rotateX(70deg);
        transform: rotateX(70deg);
    }
    37.5% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    50% {
        -webkit-transform: rotateY(-70deg);
        transform: rotateY(-70deg);
    }
    62.5% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    75% {
        -webkit-transform: rotateY(70deg);
        transform: rotateY(70deg);
    }
    87.5% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateX(-70deg);
        transform: rotateX(-70deg);
    }
}
@-webkit-keyframes rc-superclear-anime-mask {
    0% {
        opacity: 1;
    }
    12.5% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    62.5% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    87.5% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rc-superclear-anime-mask {
    0% {
        opacity: 1;
    }
    12.5% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    62.5% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    87.5% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rc-superclear-anime-mask {
    0% {
        opacity: 1;
    }
    12.5% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    62.5% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    87.5% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.rc-superclear-img-container label {
    text-align: center;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1em;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
}
.rc-superclear-img-container .before label {
    background: #000;
}
.rc-superclear-img-container .after label {
    background: #DB0025;
}
/* RC SuperClear: end */

/* RC multi compare: begin */

.rc-multicompare-container {
    margin: 2em 0;
}
.rc-multicompare-container .item {
    text-align: center;
}
.rc-multicompare-container img {
    display: inline;
}
.rc-multicompare-container .nav-row {
    text-align: center;
    margin: 2em 0;
}
.rc-multicompare-container .nav-row li {
    list-style: none;
    display: inline-block;
    padding: 0.3em 1.5em;
}
.rc-multicompare-container .nav-row li a {
    text-decoration: none;
    font-weight: bolder;
    color: #999;
    border: 1px solid transparent;
}
.rc-multicompare-container .nav-row li.active {
    border: 1px solid #555;
    /*border-radius: 5px;*/
}
.rc-multicompare-container .nav-row li.active a {
    color: #555;
}
/* RC multi compare: end */

/* awards: begin */

#reviews {
    font-size: 14px;
    line-height: 1.3em;
    overflow: hidden;
}
#reviews .logo {
    padding-bottom: 0.5em;
}
/* awards: end */

/* specs: begin */

#spec-area.row {
    display: block;
}
.spec-item {
    font-size: 14px;
    color: #212121;
    width: 25%;
    display: block;
    float: left;
    padding: 0.5em;
}
.bundle-item {
    background-color: #f7f7f7;
    font-weight: bold;
}
.bundle-item > .spec-item {
    font-size: 1em;
}
.bundle-item > .spec-data {
    font-size: 1em;
}
.spec-data {
    font-size: 14px;
}
.product-spec>li>.spec-data {
    width: 65%;
    padding: 0.5em;
    border-left: 0px solid #EEE;
    margin-left: 25%;
}
ul.product-spec li {
    border-bottom: 1px solid #DDD;
    list-style: none;
}
ul.product-spec li::after {
    content: ' ';
    display: block;
    clear: both;
}
#specFootnotes {
    font-size: 0.77778em;
    margin: 2em;
    color: #888;
    px;
}
#specFootnotes:before {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 8em;
    margin-top: -8em
}
#specFootnotes a:link {
    text-decoration: underline;
}
@media (max-width: 992px) {

    .vs-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }
    .vs-container.rc-feature {
    padding-right: 15px !important;
    padding-left: 15px !important;
    }
    .inpage-nav div h3 b { display: block;}
    .spec-item {
        display: block;
        line-height: 1.5;
        width: 100%;
        border-top: 1px solid #EEE;
        background-color: #EEE;
        margin-bottom: 1em;
        padding: 0 30px;
        padding-left: 5%;
    }
    .product-spec>li>.spec-data {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        border-left: 0px solid #ccc;
        padding-left: 5%;
    }
    .subscription {
        font-size: 100%
    }
    .awards-container {
        text-align: center;
    }
    #spec-area ul {
        padding: 0;
    }
}
/* specs: end */

/* downloads: begin */

#downloads {
    font-size: 14px;
}
#downloads .h3-new {
    font-size: 1rem;
    text-transform: uppercase;
    color: #666;
}

.download-text {
    padding: 0 0 2em 1.5em;
}

.download-text a {
    display: list-item;
    padding-left: 0.5em;
}
.download-text a::marker {
    font-family: 'Font Awesome 5 Pro';
}
.download-text a.download {
    list-style-type: '\f019';
}
.download-text a.doc {
    list-style-type: '\f15c';
}
.download-text a.pdf {
    list-style-type: '\f1c1';
}

.see-more {
    display: block !important;
    padding-left: 0 !important;
    margin-left: -0.7em;
    margin-top: 0.5em;
}

.see-more:before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f078';
	transition: all 0.3s linear;
	display: inline-block;
	margin-right: 0.4em;
	font-size: 0.7em;
}

.see-more[aria-expanded="true"] {
    display: none !important;
}

.see-more[aria-expanded="true"]:before {
	transform: rotate(180deg);
}
/* downloads: end */

.vs-spec.affix {
    background-color: #FFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; 
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1); 
    box-shadow: 0 5px 15px rgba(0,0,0,.025);
    margin: 0;
}

.vs-spec .nav-buy {
    display: none;
}

.vs-spec.affix .nav-buy {
    display: block;
}

/* ----- content: end ----- */

/* ----- lead dialog: begin ----- */

/* lead form: begin */

#paneLeadMsg {
    display: none;
}
/* #btnLeadClose {
    margin-bottom: 1em;
} */
.tag-btn-row {
    padding: 1em 0;
}
.tag-btn-row .btn-red {
    background-color: #600;
}
.tag-btn-row .btn-red:first-child {
    background-color: #DB0025;
}
/* lead form: end */

/* ----- lead dialog: end ----- */

/* ----- Dark theme: begin ----- */

.vs-gallery.dark {
    background: #000;
}
.vs-gallery.dark .modal-header .close {
    color: #fff;
}
#featureLegacy.dark {
    color: #ccc;
    background-color: #000;
    padding-top: 0 !important;
    margin-top: -0 !important;
}

#featureLegacy.dark .rc-feature p {
    color: #ccc;
}
#featureLegacy.dark .rc-feature h2, #featureLegacy.dark .rc-feature h3, #featureLegacy.dark .rc-feature h4 {
    color: #eee;
}
#featureLegacy.dark .rc-feature .hr-fade {
    border-top: 1px solid #222;
}
.rc-feature.dark, .rc-feature.dark h1, .rc-feature.dark h2, .rc-feature.dark p {
    color: #fff;
}
#featureLegacy.dark a:link, #featureLegacy.dark a:visited {
    color: #fff;
}

/* ----- Dark theme: end ----- */

/* ----- ProAV theme: begin ----- */

.vs-gallery.proav {
    background: #202020;
}
.vs-gallery.proav .modal-header .close {
    color: #fff;
}
#featureLegacy.proav {
    color: #ccc;
    background-color: #202020;
    padding-top: 0 !important;
    margin-top: -0 !important;
}

#featureLegacy.proav .rc-feature p {
    color: #ccc;
}
#featureLegacy.proav .rc-feature h2, #featureLegacy.proav .rc-feature h3, #featureLegacy.proav .rc-feature h4 {
    color: #eee;
}
#featureLegacy.proav .rc-feature .hr-fade {
    border-top: 1px solid #222;
}
.rc-feature.proav, .rc-feature.proav h1, .rc-feature.proav h2, .rc-feature.proav h3, .rc-feature.proav p {
    color: #fff;
}
#featureLegacy.proav a:link, #featureLegacy.proav a:visited {
    color: #fff;
}

#featureLegacy.proav .vs-callout strong {
    color: #5EA4DA;
}

/* ----- ProAV theme: end ----- */

/* ----- VSEI compatible class declaration: begin ----- */

#featureLegacy .row.text-center .vs-callout {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
#featureLegacy .rc-feature .clearfix {
    width: 0;
    height: 0;
}
#featureLegacy h2 {
    font-size: 32px;
    font-weight: 700;
    /* margin: 1em auto;
    line-height: 1.3em; */
}
#featureLegacy .pull-right {
    order: 1;
}

.rc-feature .rc-feature {
    text-align: center;
}

.rc-feature .rc-feature .row.d-flex > .rc-content {
    text-align: left;
}

.rc-feature .rc-feature .rc-content .row:last-child {
    margin-top: 3rem;
}

.rc-feature .rc-feature .rc-content .row .vs-callout {
    margin-bottom: -3rem;
}

.rc-feature .rc-icon {
    float: left;
    vertical-align: top;
    margin-bottom: 0.8em;
    margin-right: 0.8em;
}
.featureCol2 {
    float: left;
    width: 47%;
}
.featureCol2.last {
    margin-left: 6%;
}
@media (max-width: 768px) {
    .vs-container-fluid .rc-feature {
    margin: auto;
    font-size: 1.142857rem;
    line-height: 1.5em;
    padding: 3em 0;
}
    .featureCol2 {
        float: none;
        width: 100%;
    }
    .featureCol2.last {
        margin-left: 0;
    }
    .featureCol2 img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .vs-product-title a.page-scroll {
        display: inline;
        font-size: 18px;
    }
    .navbar {
        margin-bottom: 0;
    }
    .rc-feature .rc-feature {
        text-align: left;
    }
}
.clear {
    clear: both;
    margin: 1em 0;
}
.download-text .fa {
    font-weight: 100;
}
.download-text .fa.fa-file-pdf-o:before {
    content: '\f1c1';
}
.download-text .fa.fa-file-text-o:before {
    content: '\f15c';
}
/* bootstrap 3 float-style col for RC */

#featureLegacy .row {
    display: block;
}
#featureLegacy .row::before {
    display: table;
    content: " ";
}
#featureLegacy .row::after {
    display: table;
    content: " ";
    clear: both;
}
#featureLegacy .fade.in {
    opacity: 1;
}
#featureLegacy:not(.bs4) .row>.col-md-1, #featureLegacy:not(.bs4) .row>.col-md-2, #featureLegacy:not(.bs4) .row>.col-md-3, #featureLegacy:not(.bs4) .row>.col-md-4, #featureLegacy:not(.bs4) .row>.col-md-5, #featureLegacy:not(.bs4) .row>.col-md-6, #featureLegacy:not(.bs4) .row>.col-md-7, #featureLegacy:not(.bs4) .row>.col-md-8, #featureLegacy:not(.bs4) .row>.col-md-9, #featureLegacy:not(.bs4) .row>.col-md-10, #featureLegacy:not(.bs4) .row>.col-md-11, #featureLegacy:not(.bs4) .row>.col-md-12 {
    float: left;
}
#featureLegacy:not(.bs4) .row>.col-sm-1, #featureLegacy:not(.bs4) .row>.col-sm-2, #featureLegacy:not(.bs4) .row>.col-sm-3, #featureLegacy:not(.bs4) .row>.col-sm-4, #featureLegacy:not(.bs4) .row>.col-sm-5, #featureLegacy:not(.bs4) .row>.col-sm-6, #featureLegacy:not(.bs4) .row>.col-sm-7, #featureLegacy:not(.bs4) .row>.col-sm-8, #featureLegacy:not(.bs4) .row>.col-sm-9, #featureLegacy:not(.bs4) .row>.col-sm-10, #featureLegacy:not(.bs4) .row>.col-sm-11, #featureLegacy:not(.bs4) .row>.col-sm-12 {
    float: left;
}
#featureLegacy:not(.bs4) .row>.col-lg-1, #featureLegacy:not(.bs4) .row>.col-lg-2, #featureLegacy:not(.bs4) .row>.col-lg-3, #featureLegacy:not(.bs4) .row>.col-lg-4, #featureLegacy:not(.bs4) .row>.col-lg-5, #featureLegacy:not(.bs4) .row>.col-lg-6, #featureLegacy:not(.bs4) .row>.col-lg-7, #featureLegacy:not(.bs4) .row>.col-lg-8, #featureLegacy:not(.bs4) .row>.col-lg-9, #featureLegacy:not(.bs4) .row>.col-lg-10, #featureLegacy:not(.bs4) .row>.col-lg-11
/*,#featureLegacy:not(.bs4) .row > .col-lg-12*/

    {
    float: left;
}
#featureLegacy:not(.bs4) .row>.col-xs-1, #featureLegacy:not(.bs4) .row>.col-xs-2, #featureLegacy:not(.bs4) .row>.col-xs-3, #featureLegacy:not(.bs4) .row>.col-xs-4, #featureLegacy:not(.bs4) .row>.col-xs-5, #featureLegacy:not(.bs4) .row>.col-xs-6, #featureLegacy:not(.bs4) .row>.col-xs-7, #featureLegacy:not(.bs4) .row>.col-xs-8, #featureLegacy:not(.bs4) .row>.col-xs-9, #featureLegacy:not(.bs4) .row>.col-xs-10, #featureLegacy:not(.bs4) .row>.col-xs-11, #featureLegacy:not(.bs4) .row>.col-xs-12 {
    float: left;
}
#featureLegacy .clearfix {
    clear: both;
}

/* #featureLegacy .nogap-header {
    margin-top: -6rem;
} */

.ldc-ptag {
    display: flex;
    list-style: none;
    font-size: 16px;
    width: 100%;
    justify-content: space-around;
}

.ldc-ptag a {
    padding: 5px 10px;
    border: 1px solid #EEE;
    margin: 10px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.ldc-ptag a.active {
    background: #EF1A3E;
    color: #FFF;
}

/* ----- VSEI compatible class declaration: end ----- */
