@font-face {
    font-family: "ReithSans";
    src: url('../fonts/BBCReithSans_W_Regular.woff2');
}

@font-face {
    font-family: "Industry TG";
    src: url('../fonts/IndustryTG-Bold.woff2');
}

@font-face {
    font-family: "Industry Book";
    src: url('../fonts/IndustryTG-Book.woff2');
}

html {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 1rem;
    font-family: "industry", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255);
    background-color: #efefef;
    margin: 0px;
    overflow-x: hidden;
}

*, ::before, ::after {
    box-sizing: border-box;
}

.position-relative {
    display: relative;
}

.clear-both {
    clear: both;
}

a, a:active, a:visited {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: rgb(121, 214, 242)
}

h2.gray {
    color: rgb(137, 150, 159);
    font-family: "Industry TG", Helvetica, Arial, sans-serif;
    /* text-transform: uppercase; */
    margin-top: 0rem;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

header {
    background-color: rgb(13, 46, 61);
    color: rgb(255, 255, 255);
    position: relative;
    margin: 0 auto;
}

header .logo-wrraper {
    height: 104px;
}

header .logo {
    max-width: 240px;
    height: 100%;
    max-height: 102px;
    vertical-align: top;
    margin-top: 1px;
    display: inline-block;
}

header .banner {
    display: inline-block;
    position: relative;
    height: 100%;
    float: right;
}

header .banner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 147px;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to left, rgba(13, 46, 61, 0) 0%, rgb(13, 46, 61) 100%);
    z-index: 1;
}

header .banner::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 147px;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to right, rgba(13, 46, 61, 0) 0%, rgb(13, 46, 61) 100%);
}

header h1 {
    font-size: 3.5rem;
    line-height: 1;
    color: #333;
    position: relative;
    /* text-transform: uppercase; */
    margin: 0.5rem 0 0 0;
    padding-bottom: 1.5rem;
}

.video-wrapper header p, .news-wrapper header p {
    margin-top: 1.5rem;
    margin-bottom: 3.5rem;
    font-family: "Industry Book", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 2rem;
    margin-top: 1rem;
    /* text-transform: uppercase; */
    color: #333;
}

.video-wrapper header, .news-wrapper header {
    background-color: transparent;
}

header h3 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 0.5rem 0 1rem 0;
    color: #333;
    background-color: transparent;
}

header h3::after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    bottom: -1rem;
    width: 100%;
    max-width: 82px;
    height: 2px;
    background-color: rgb(121, 214, 242);
}

.gray-wrapper header {
    background: transparent;
}

.top-nav {
    position: relative;
    font-weight: bold;
}

.top-nav .container {
    height: 52px;
    transition: 0.3s all ease-in-out;
}

.top-nav .container.expand {
    height: 100px;
}

.top-nav::before {
    content: "";
    position: absolute;
    background-color: rgba(157, 157, 157, 0.2);
    height: 1px;
    width: 100%;
    z-index: 1;
}

.top-nav::after {
    content: "";
    position: absolute;
    background-color: rgba(157, 157, 157, 0.2);
    height: 1px;
    width: 100%;
    z-index: 1;
    top: 52px;
}

.top-nav nav li, .secondary-nav li {
    display: inline-block;
}

body.nav-fixed .secondary-nav {
    position: fixed;
    top: 0px;
    z-index: 1000;
    width: 100%;
}

.secondary-nav li {
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
    font-weight: bold;
}

.top-nav ul, .secondary-nav ul {
    padding: 0px;
    position: relative;
    margin: 0px;
    display: flex;
}

header .mobile-menu {
    display: none;
}

.top-nav nav li a, .secondary-nav li a {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    border: none;
    width: 100%;
    height: 52px;
    cursor: pointer;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0.75rem 0.5rem;
    /**background-color: rgb(13, 46, 61);**/
    color: rgb(255, 255, 255)
}

.secondary-nav li {
    transition: 0.3s all ease-in-out;
}

.secondary-nav li a {
    height: 44px;
    background: transparent;
}

.top-nav nav li .sub-nav>span {
    justify-content: center;
    position: relative;
    align-items: center;
    border: none;
    width: 100%;
    height: 52px;
    cursor: pointer;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0.75rem 0.5rem;
    background-color: rgb(13, 46, 61);
    color: rgb(255, 255, 255);
    display: block;

}

.top-nav nav li .sub-nav ul {
    position: absolute;
    left: 0px;
    top: 52px;
    height: 0px;
    overflow: hidden;
    transition: none;
}

.top-nav nav li .sub-nav.active ul {
    height: 52px;
    transition: 0.3s height ease-in-out;
    width: 100%;
    z-index: 10;
}

.top-nav nav li a:hover, .top-nav nav li .sub-nav>span.focus, .top-nav nav li.focus, .top-nav nav li.focus a {
    text-decoration: underline;
    color: rgb(13, 46, 61);
    background-color: rgb(121, 214, 242)
}

.secondary-nav li:hover, .secondary-nav li.focus {
    background-color: rgb(121, 214, 242)
}

.secondary-nav li:hover a, .secondary-nav li.focus a {
    color: rgb(13, 46, 61);
    text-decoration: none;
}

.top-nav .sub-nav>span.focus i {
    background: url(../images/ico-arrow-black.svg) no-repeat;
}

.top-nav nav li:not(:first-child):not(:last-child) {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}

.top-nav nav li:first-child {
    margin-right: 0.75rem;
}

.top-nav nav li:last-child {
    margin-left: 0.75rem;
}

.top-nav .sub-nav i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/ico-arrow-down.svg') no-repeat;
    margin-left: 4px;
    fill: #fff;
}

.top-nav .sub-nav>span:hover, .top-nav .sub-nav>span:focus, .top-nav .sub-nav.active>span {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(9, 31, 41);
}

.top-nav .sub-nav span {
    line-height: 30px;
}

.top-nav .sub-nav a {
    background: transparent !important;
    color: #fff !important;
    cursor: pointer;
}

.secondary-nav {
    background-color: rgb(13, 46, 61);
    color: #fff;
}

.search-btn {
    background: url('../images/ico-search.svg') no-repeat;
    height: 47px;
    width: 47px;
    background-position: center;
    border: 0px;
    position: absolute;
    right: 0px;
    top: 3px;
}

.top-nav .container.expand.search {
    height: 136px;
}

.search-btn:hover {
    background-image: url('../images/ico-search-blue.svg');
}

.close-btn {
    background: url('../images/ico-close.svg') no-repeat;
    height: 44px;
    width: 20px;
    background-position: center;
    padding: 0px;
    overflow: hidden;
    line-height: 10rem;
}

.close-btn:hover {
    background-image: url('../images/ico-close-blue.svg');
}

.search-bar .close-btn {
    margin-left: 10px;
    vertical-align: top;
    text-indent: 5rem;
}

.search-bar {
    opacity: 0;
    margin-top: 19px;
    position: relative;
}

.search-bar button[type='submit'] {
    position: absolute;
    right: 60px;
    top: 0px;
    height: 44px;
    padding: 0.75rem 0;
    background: transparent;
}

.expand.search .search-bar {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

#search-txt {
    background: rgb(255, 255, 255);
    transition: width 0.3s ease 0s;
    border: 2px solid #fff;
    height: 2.75rem;
    margin-top: 0px;
    width: 96.5%;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: bold;
    outline: none !important;
}

.breadcrumb ul {
    padding: 0px;
    margin: 0px;
    font-family: ReithSans, Helvetica, Arial, sans-serif;
}

.breadcrumb ul li {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    display: inline-block;
    list-style: none;
    color: #333;
    padding: 1rem 0;
}

.breadcrumb ul li::after {
    content: " ";
    width: 12px;
    height: 12px;
    background: url('../images/ico-breadcrumb.svg') no-repeat;
    background-size: 80% auto;
    background-position: center bottom;
    display: inline-block;
    margin: 0px 6px;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.breadcrumb ul li a {
    color: #333;
    text-decoration: underline;
}

.breadcrumb ul li a:hover {
    color: rgb(121, 214, 242)
}

.ico-search {
    background: url('../images/ico-search-black.svg') no-repeat center;
    background-size: 100% auto;
    height: 20px;
    width: 20px;
    display: block;
}

input[type='text'] {
    padding: 0px 2rem 0px 0.5rem;
    color: rgb(13, 46, 61);
}

input[type='text']:focus {
    outline: rgb(121, 214, 242) solid 2px;
    border: 2px solid rgb(121, 214, 242) !important;
    outline-offset: -1px;
}

footer {
    background: rgb(245, 245, 245);
    padding-top: 3.5rem;
    color: #333333;
    padding-bottom: 2.5rem;
    font-family: ReithSans, Helvetica, Arial, sans-serif;
    clear: both;
}

footer .logo {
    max-width: 295px;
    display: inline-block;
    margin-bottom: 20px;
}

footer .logo img {
    width: 100%;
}

footer ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

footer small {
    font-size: 0.8125rem;
    line-height: 1rem;
    font-weight: bold;
    margin-left: 10px;
}

footer ul li {
    display: inline-block;
    margin-right: 24px;
    text-decoration: none;
    margin-top: 1.5rem;
}

footer ul.social-links {
    text-align: right;
    margin-top: 34px;
}

footer ul.social-links li {
    margin: 0px 18px;
}

footer ul li a {
    text-decoration: none;
    color: #333333;
}

footer ul li a:hover, footer ul li a:focus {
    text-decoration: underline;
    outline: none;
    color: rgb(17, 95, 129);
}

footer h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: 'industry';
}

footer .col-left {
    width: 54%;
    display: inline-block;
}

footer .col-right {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

footer .col-left p {
    margin-bottom: 0;
}

footer hr {
    margin: 2rem 0;
}

.ico-link {
    background: url('../images/ico-link.svg') no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100%;
    display: inline-block;
}

.ico-arrow-right {
    background: url('../images/ico-arrow-right.svg') no-repeat;
    width: 14px;
    height: 14px;
    background-size: 100%;
    vertical-align: middle;
    display: inline-block;
}

.ico-fb {
    background: url('../images/ico-fb.svg') no-repeat;
    background-size: 26px auto;
}

.ico-fb:hover {
    background-image: url('../images/ico-fb-hover.svg');
    background-color: #3d5a98;
}

.ico-ig {
    background: url('../images/ico-ig.svg') no-repeat;
    background-size: 26px auto;
}

.ico-ig:hover {
    background-image: url('../images/ico-ig-hover.svg');
    background-color: #d92175;
}

.ico-twitter {
    background: url('../images/ico-twitter.svg') no-repeat;
    background-size: 26px auto;
}

.ico-twitter:hover {
    background-image: url('../images/ico-twitter-hover.svg');
    background-color: #1da1f2;
}

.ico-youtube {
    background: url('../images/ico-youtube.svg') no-repeat;
    background-size: 31px auto;
}

.ico-youtube:hover {
    background-image: url('../images/ico-youtube-hover.svg');
    background-color: #d61b26;
}

.ico-linkedin {
    background: url('../images/ico-linkedin.svg') no-repeat;
    background-size: 26px auto;
}

.ico-linkedin:hover {
    background-image: url('../images/ico-linkedin-hover.svg');
    background-color: #2867b2;
}

.social-links a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 64px;
    height: 64px;
    margin: 0px auto;
}

.social-links a i {
    height: 100%;
    width: 100%;
    background-position: center center;
}

footer .ico-link {
    margin-right: 8px;
}

footer .text-left {
    max-width: 42rem;
    margin: 10px 0px 8px 0px;
}

.ad-banner {
    background-color: #dedede;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
    transform: translateX(calc((78rem - 100vw) / 2));
    width: 100vw;
    padding-bottom: 1rem;
}

.ad-banner .ad-wrapper {
    margin: 0px auto 10px auto;
    line-height: 0;
    max-width: 970px;
}

.ad-banner p,.ad-title {
    color: #666;
    font-size: 0.9rem;
    text-transform: uppercase;
    padding: 5px;
    margin: 0px;
    text-align: center;
}

article {
    color: #333333;
    margin-bottom: 1.5rem;
}

article>a {
    display: block;
    text-decoration: none;
}

article h4, .card h4 {
    font-weight: 400;
    font-size: 0.75rem;
    margin-top: 0.75rem;
    text-transform: uppercase;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(121, 214, 242);
    margin-bottom: 1rem;
    width: auto;
    height: auto;
    font-family: "Industry TG", Helvetica, Arial, sans-serif;
}

article .info h4 {
    margin-top: 0px;
    line-height: 10px;
}

article .cover {
    width: 66.2%;
    display: inline-block;
    position: relative;
}

article .cover img {
    max-width: 100%;
    transition: all 0.5s ease-in-out;
}

article .info {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    padding-left: 0.75rem;
}

article h2 {
    font-size: 2rem;
    line-height: 2.25rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin: 0;
    color: #333 !important;
}

article a:hover h2 {
    color: rgb(121, 214, 242) !important;
}

article p {
    color: #333 !important;
}

article .date, .card .date {
    color: rgb(138 138 138);
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1.5;
    font-family: ReithSans, Helvetica, Arial, sans-serif;
}

article .date::after, .card .date::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: rgb(121, 214, 242);
}

article:hover .cover img, .card:hover .cover img {
    filter: brightness(50%);
}

article:hover h2, .card:hover h3 {
    text-decoration: underline;
    color: rgb(121, 214, 242);
}

.pt-1 {
    padding-top: 1rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pt-1-5 {
    padding-top: 1.5rem;
}

.pb-1-5 {
    padding-bottom: 1.5rem;
}

.pb-2-5 {
    padding-bottom: 2.5rem !important;
}

.pb-3-5 {
    padding-bottom: 3.5rem !important;
}

.pb-2 {
    padding-bottom: 2rem;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

hr {
    border-bottom: 0px;
    border-color: #333333;
}

.products .row {
    margin: 0 -0.5rem;
    clear: both;
    display: flex;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

.card {
    width: 33.3%;
    display: inline-block;
    padding: 0;
    margin-bottom: 1rem;
    float: left;
    border-left: 0.5rem solid #efefef;
    border-right: 0.5rem solid #efefef;
    background-color: #fff;
}

.gray-wrapper .card {
    border-color: #e8e8e8;
}

.card .price {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: bold;
    color: rgb(121, 214, 242);
    margin-top: 0.25rem;
}

.card .cover {
    position: relative;
}

.videos article .cover::before, .videos .card .cover::before{
    content: "";
    width: 120px;
    height: 120px;
    background: url('../images/ico-video.svg') no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -60px;
    z-index: 10;
}

.videos .card .cover::before, .news .card .cover::before {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
}

.card>a {
    background-color: #fff;
    color: #333333;
    display: block;
    text-decoration: none;
    line-height: 0;
}

.card.ad {
    background-color: #dedede;
    min-height: 360px;
    position: relative;
}

.card.ad::after {
    content: "Ad";
    display: block;
    width: 80px;
    height: 20px;
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    text-align: center;
    margin-top: -10px;
}

.card h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0;
    padding: 0.5rem 0;
}

.card.review h3 {
    font-size: 1.75rem;
}

.card.review {
    padding-bottom: 1rem;
}

.card.btns {
    position: relative;
    padding-bottom: 110px;
}

.card.review h3::after {
    content: "";
    display: block;
    width: 10%;
    max-width: 96px;
    height: 2px;
    margin: 1rem 0 0.5rem 0;
    background-color: rgb(121, 214, 242);
}

.card .info {
    padding: 0.5rem 1rem 1rem 1rem;
}

.card .cover img {
    width: 100%;    
    transition: 0.5s all ease-in-out;
}


.card .rate, .review-wrapper .rate {
    background: url('../images/bg-rate.svg') no-repeat;
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 10px;
    left: 10px;
}

.card button, .card .btn {
    width: 100%;
}

.card {
    text-decoration: none;
}

a:hover .card, a:active .card {
    text-decoration: none;
}

.card p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #333;
    font-family: ReithSans, Helvetica, Arial, sans-serif;
    text-decoration: none !important;
}

.card .rate span, .review-wrapper .rate span {
    color: rgb(121, 214, 242);
    position: absolute;
    top: 32px;
    left: 23px;
    font-size: 30px;
    font-weight: bold;
}

.card .ext-link {
    padding: 1rem;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.card.review .review-btn {
    position: absolute;
    width: calc(100% - 2rem);
    bottom: 78px;
    z-index: 3;
}

.card .rate i, .review-wrapper .rate i {
    color: rgb(121, 214, 242);
    position: absolute;
    right: 20px;
    bottom: 30px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-family: "Industry TG";
}

.card .gallery-count {
    position: absolute;
    width: fit-content;
    display: flex;
    min-height: 20px;
    font-weight: 700;
    font-size: 0.625rem;
    line-height: 1;
    padding: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    background-color: rgb(121, 214, 242);
    color: rgb(1, 1, 1);
    bottom: 0px;
}

.card .gallery-count::before {
    content: "";
    background: url(../images/ico-gallery.svg) no-repeat;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-size: 100% auto;
}

section {
    clear: both;
}

section header {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    align-items: baseline;
    border-top: 1px solid rgb(41, 80, 99);
    background-color: transparent;
}

section header h2, section header a h2 {
    letter-spacing: -0.0313rem;
    font-weight: bold;
    width: fit-content;
    margin-top: 0px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    border-top: 8px solid rgb(121, 214, 242);
    font-size: 2.75rem;
    color: #333333;
    height: 56px;
}

section header .right-btn {
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: normal;
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    color: #333333;
    transition: 0.2s all linear;
}

section header .right-btn:hover {
    color: rgb(121, 214, 242);
}

section header .right-btn i {
    margin-left: 10px;
}

.search-section {
    background: url('../images/search_background.jpg') center center / cover no-repeat;
    transform: translateX(calc((78rem - 100vw) / 2));
    width: 100vw;
    margin-bottom: 1.25rem;
}

.search-section .container {
    padding-top: 5.375rem;
    padding-bottom: 5.375rem;
}

.search-section form {
    width: 575px;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
}

.search-section form h1 {
    font-size: 2.75rem;
    line-height: 3rem;
    margin-bottom: 2rem;
    margin-top: 0;
}

.search-section form label {
    color: rgb(118, 118, 121);
    font-family: ReithSans, Helvetica, Arial, sans-serif;
}

.search-section form select, .search-section form button {
    display: block;
    width: 100%;
}

.search-section form button {
    margin-top: 0.5rem;
}

select {
    padding-bottom: 0.5rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    position: relative;
    width: 100%;
    max-width: 100%;
    appearance: none;
    background-image: url('../images/ico-select.svg');
    background-color: transparent;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    color: #000;
}

select:disabled {
    opacity: 0.3;
}

section {
    margin-bottom: 1rem;
}

button, .btn {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: normal;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgb(121, 214, 242);
    color: rgb(9, 31, 41);
    cursor: pointer;
    position: relative;
    display: inline-flex;
    padding: 0.75rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-box-pack: center;
    justify-content: center;
    border: none;
    transition: transform 0.2s ease 0s, opacity 0.5s ease 0s, background-color 0.2s ease-in-out 0s;
    font-family: "industry", Helvetica, Arial, sans-serif;
}

.btn.btn-default {
    background-color: #ffffff;
    color: #333;
    border: 1px solid #333;
    text-transform: none;
}

.btn.btn-default:hover {
    background-color: #e9e9e9;
}

button:hover {
    text-decoration: underline;
    background-color: rgb(13, 46, 61);
    color: rgb(255, 255, 255);
}

button:focus {
    outline: rgb(121, 214, 242) solid 3px;
    outline-offset: 0px;
}

.d-block {
    display: block !important;
}

.container {
    max-width: 80rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
}

/** gallery **/
.gallery-wrapper .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.gallery-wrapper .slick-dots {
    display: none !important;
}

.gallery-wrapper .image-paging {
    position: absolute;
    z-index: 100;
    margin-top: -30px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bold;
    font-family: ReithSans, Helvetica, Arial, sans-serif;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.fullscreen .gallery-wrapper .image-paging {
    position: fixed;
    bottom: 30px;
    left: 0px;
    z-index: 10000;
}

.image-gallery img {
    width: 100%;
}

.fullscreen-btn {
    position: absolute;
    right: 10px;
    margin-top: -54px;
    width: 44px;
    height: 44px;
    padding: 8px;
    background-color: transparent;
    outline: none !important;
    transition: 0.2s all ease-in;
}

.fullscreen-btn::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url("../images/ico-fullscreen.svg") no-repeat center;
    background-size: 100%;
    filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 0.6));
}

.fullscreen-btn:hover {
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
}

.fullscreen-btn:hover::before {
    background-image: url("../images/ico-fullscreen-hover.svg")
}

.slick-prev, .slick-next {
    left: 10px;
    z-index: 100;
    width: 44px;
    height: 44px;
    transition: 0.2s all ease-in;
}

.slick-next {
    right: 10px;
    left: initial;
}

.slick-prev:hover, .slick-next:hover {
    background-color: rgb(9, 31, 41) !important;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
}

.slick-prev:hover::before, .slick-next:hover::before {
    background-image: url(../images/ico-gallery-arrow-hover.svg) !important;
}

.slick-prev::before, .slick-next::before {
    width: 30px;
    height: 30px;
    background: url(../images/ico-gallery-arrow.svg) no-repeat;
    background-position: center;
    background-size: 100% auto;
    content: "";
    position: relative;
    display: block;
    z-index: 2;
    margin: 0 auto;
    opacity: 1 !important;
    filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 0.6));
}

.slick-next::before {
    transform: rotate(180deg);
}

.image-gallery-nav {
    position: relative;
}

.image-gallery-nav::before, .image-gallery-nav::after {
    display: block;
    content: "";
    width: 0.5rem;
    height: 100%;
    background-color: #e8e8e8;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.image-gallery-nav::after {
    left: initial;
    right: 0px;
}

.image-gallery-nav .slick-prev {
    left: initial;
    right: 68px;
    background-color: #fff;
    opacity: 0;
}

.image-gallery-nav .slick-next {
    background-color: #fff;
    right: 16px;
    opacity: 0;
}

.image-gallery-nav:hover .slick-prev, .image-gallery-nav:hover .slick-next {
    opacity: 1;
}

.image-gallery-nav .slick-next::after, .image-gallery-nav .slick-prev::after {
    display: none !important;
}

.image-gallery-nav {
    margin: 0px -0.5rem;
    overflow: hidden;
}

.image-gallery-nav>div {
    margin: 1rem -0.5rem 0 -0.5rem;
    padding: 0 0.5rem;
}

.image-gallery-nav>div img {
    width: 100%;
    filter: brightness(50%);
    transition: 0.2s all ease-in;
}

.image-gallery-nav .slick-slide {
    cursor: pointer;
}

.image-gallery-nav .slick-prev::before, .image-gallery-nav .slick-next::before {
    background-image: url("../images/ico-gallery-nav-arrow.svg");
    filter: none;
}

.image-gallery-nav .slick-slide:hover img {
    filter: none;
}

.image-gallery-nav.slick-initialized .slick-slide {
    padding: 0 0.5rem;
}

.image-gallery-nav .slick-current {
    cursor: default !important;
    position: relative;
}

.image-gallery-nav .slick-current::after {
    content: "";
    display: block;
    height: 4px;
    width: calc(100% - 1rem);
    position: absolute;
    bottom: 0px;
    background-color: rgb(121, 214, 242);
}

.image-gallery-nav .slick-current img {
    filter: none;
}

body.fullscreen,body.no-scroll {
    overflow: hidden;
}
.light-box{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 9999;
    padding: 0 4rem;
    background: #000;
    background: rgba(0,0,0,0.9);
    text-align: center;
}
.light-box::before{
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top:20px;
    background: url('../images/ico-close.svg') no-repeat;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
    z-index: 10;
    cursor: pointer;
}
.light-box iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: calc(100vh - 4rem);
    max-width: 960px;
    width: calc(100vw - 4rem);
}
.fullscreen .image-gallery {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 9999;
    padding: 0 4rem;
    background: #000;
}

.fullscreen .image-gallery-slide {
    padding-bottom: 0px;
    min-height: calc(100vh - 50px);
}

.fullscreen .image-gallery img, .fullscreen .image-gallery iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: calc(100vh - 4rem);
}

.fullscreen .slick-initialized .slick-slide {
    height: 100vh;
    position: relative;
}

.fullscreen .fullscreen-btn {
    position: fixed;
    z-index: 10000;
    bottom: 30px;
}

.fullscreen .fullscreen-btn::before {
    background-image: url("../images/ico-exit.svg");
}

.fullscreen .fullscreen-btn:hover::before {
    background-image: url("../images/ico-exit-hover.svg");
}

/** reviews **/
.review-types {
    columns: 4;
}

.review-types>div {
    border-left: 0.5rem solid #efefef;
    border-right: 0.5rem solid #efefef;
    position: relative;
    background: linear-gradient(0deg, rgba(203, 203, 203, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 1) 82%, rgba(234, 234, 234, 1) 100%);
}

.review-types img {
    width: 100%;
}

.review-types a {
    display: block;
    transition: all 0.5s ease-in-out;
}

.review-types span {
    color: #333;
    font-weight: bold;
    text-align: center;
    display: block;
    bottom: 0px;
    transition: none;
    position: absolute;
    width: 100%;
    border-bottom: 3px solid rgb(121, 214, 242);
}

.review-types>div:hover a img {
    filter: brightness(50%);
}

.review-types>div:hover span {
    color: rgb(121, 214, 242);
    text-decoration: underline;
}

.review-types>div:hover a {
    background: rgba(0, 0, 0, 0.3);
}

.review-list {
    list-style: none;
    columns: 6;
    margin: 2rem 0.5rem;
    padding: 0;
    flex: 1;
}

.review-list li {
    margin-bottom: 1rem;
}

.review-list li a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.review-list li a:hover {
    text-decoration: underline;
    color: rgb(121, 214, 242)
}

/** review **/
.review-wrapper, .gray-wrapper {
    background-color: #e8e8e8;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.light-wrapper {
    background-color: #efefef;
}

.review-wrapper h4 {
    display: inline-flex;
    cursor: pointer;
    padding: 0px;
    margin: 0.5rem 0px;
    color: rgb(121, 214, 242) !important;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
}

.review-wrapper h4.dark {
    background-color: rgb(9, 31, 41);
    padding: 6px 10px;
}

.review-wrapper a {
    text-decoration: none !important;
}

.review-wrapper a:hover {
    text-decoration: underline !important;
}

.review-wrapper h1 {
    margin-top: 0.5rem;
    font-size: 2.75rem;
    line-height: 3rem;
    margin-bottom: 2rem;
    color: #333;
    position: relative;
    width: calc(100% - 120px);
}
@media screen and (max-width: 37.5rem) {
    .review-wrapper h1{
        width: 100%;
    }
  }
  

.review-wrapper h1.full {
    width: 100%;
}

.review-wrapper h1.lg {
    font-size: 3.5rem;
    line-height: 3.75rem;
}

.review-wrapper h1::after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    bottom: -1rem;
    width: 100%;
    max-width: 82px;
    height: 2px;
    background-color: rgb(121, 214, 242);
}

.review-wrapper .price {
    font-weight: bold;
    color: rgb(121, 214, 242);
    margin-top: 0.25rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.review-wrapper .col-left, .col-left.review {
    width: calc(100% - 356px);
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.spec-highlight {
    background: url(../images/spec-bg.svg) -20.8rem 2rem no-repeat, linear-gradient(to top, rgb(41, 80, 99) 0%, rgb(0, 121, 139) 100%) 0px 0px;
}

.col-ad {
    width: 316px;
    background-color: rgb(245, 245, 246);
    min-height: 400px;
    display: inline-block;
    float: right;
    text-align: center;
}

.col-ad p {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 24px;
    color: #333;
}

.review-wrapper .rate {
    position: absolute;
    width: 112px;
    height: 112px;
    right: 0px;
    left: initial;
    top: 0px;
}

.review-wrapper .rate span {
    font-size: 42px;
    top: 18px;
    left: 30px;
}

.review-wrapper .rate i {
    font-size: 16px;
    right: 28px;
    bottom: 30px;
}

.review-wrapper .date {
    position: relative;
    padding-left: 60px;
    height: 50px;
    padding-top: 5px;
    margin-top: 0.75rem;
}

.review-wrapper .date img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.review-wrapper .date a {
    color: #333;
    font-size: 1rem;
    line-height: 1.25rem;
}

.review-wrapper .date span {
    display: block;
    color: #333;
    font-size: 0.8125rem;
    line-height: 1rem;
    font-family: ReithSans, Helvetica, Arial, sans-serif;
}

.accordion h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #333;
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 1rem 0px;
    font-family: "Industry TG", Helvetica, Arial, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    margin: 0px;
}

.accordion section {
    margin: 0px;
    overflow: hidden;
    display: none;
    padding: 0rem 0.5rem;
}

.accordion section table {
    margin-top: 1rem;
}

.accordion h3 i {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 32px;
    height: 32px;
    margin: 0px;
    background: transparent;
}

.accordion h3 i::before, .accordion h3 i::after {
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(0deg);
    transform-origin: center;
    margin-left: -4px;
    margin-top: -1px;
    transition: 0.3s all linear;
}

.accordion h3 i::before {
    transform: rotate(-90deg);
}

.accordion.active h3 i::before {
    transform: rotate(180deg);
}

.accordion.active h3 i::after {
    transform: rotate(180deg);
}

.accordion h3:hover, .accordion h3:focus {
    color: rgb(17, 95, 129);
}

.accordion h3:hover i::before, .accordion h3:hover i::after {
    background-color: rgb(17, 95, 129);
}

.sort-table {
    width: 100%;
}

table th {
    background-color: rgb(9, 31, 41);
    color: #fff;
    text-align: left;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.9rem 1.125rem;
}

table td, table.dataTable tbody td {
    color: #333;
    font-family: ReithSans, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 0.9rem 1.125rem;
}

table a, table a:active, table a:visited {
    color: rgb(17, 95, 129);
}

table a:hover {
    color: #333;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 0.9rem 1.125rem;
    border: none;
}

table tr:nth-child(odd) {
    background-color: #e8e8e8;
}

table tr:nth-child(even) {
    background-color: rgb(245, 245, 246);
}

.dataTables_info {
    display: none;
}

table.dataTable.no-footer {
    border: none;
}

table.dataTable tbody tr.odd {
    background-color: #e8e8e8;
}

table.dataTable tbody tr.even {
    background-color: rgb(245, 245, 246)
}

table.dataTable thead .sorting {
    background-image: none !important;
}

table th {
    transition: 0.3s background ease-out;
}

table th.sorting_asc, table th.sorting_desc, th.sorting:hover {
    background-color: rgb(121, 214, 242);
    color: rgb(9, 31, 41);
}

th.sorting i {
    display: inline-block;
    width: 8px;
    height: 16px;
    position: relative;
    margin-left: 8px;
    text-align: center;
    background: url('../images/ico-tranagle.svg') no-repeat;
    background-position: center 6px;
}

th.sorting.sorting_asc i {
    background-image: url('../images/ico-tranagle-up.svg') !important;
}

th.sorting.sorting_desc i {
    background-image: url('../images/ico-tranagle-down.svg') !important;
}

th.sorting:hover i {
    background-image: url('../images/ico-tranagle-hover.svg');
}


.video iframe, .news iframe {
    /* width: 100%; */
    /* height: 100%; */
}

.video-wrapper, .news-wrapper {
    margin-top: -75px;
    background-color: #efefef;
    max-width: min(82rem, 100vw);
    padding: 2rem;
}

.header-banner {
    background-image: url('../images/video-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 45vh;
    min-height: 300px;
    max-height: 700px;
}
.news-header-banner {
    background-image: url('../images/news-banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 45vh;
    min-height: 300px;
    max-height: 700px;
}
.header-banner.top-gear {
    background-image: url('../images/video-banner.jpg');
    background-position: top center;
    height: 720px;
    position: relative;
}


.header-banner.top-gear::after {
    content: "";
    display: block;
    position: absolute;
    height: 40px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-image: linear-gradient(to top, rgb(9, 31, 41), rgba(9, 31, 41, 0));
    height: 463px;
}



.container.top-gear {
    margin-top: -155px;
}

.linear-bar {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    height: 13px;
    background-image: linear-gradient(to right, rgb(41, 80, 99), rgb(0, 121, 139));
}

/** article content**/
.content-wrapper {
    background-color: #fff;
}

.content {
    color: #333;
    font-family: ReithSans, Helvetica, Arial, sans-serif;
    font-size: 1rem;
}

.content p a {
    color: rgb(17, 95, 129);
    border-bottom-color: rgb(17, 95, 129);
    transition: border-color 0.15s ease 0s, background-image 0.15s ease 0s, color 0.15s ease 0s, background-size 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    background-repeat: no-repeat;
    background-size: 100% 0em;
    background-position: 0px 100%;
    text-decoration: none;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
    border-bottom: 2px solid;
    cursor: pointer;
    text-decoration: none !important;
}

.content p a:hover, .content p a:focus {
    text-decoration: none;
    background-size: 100% 100%;
    background-image: linear-gradient(120deg, rgb(9, 31, 41) 0%, rgb(9, 31, 41) 100%);
    color: rgb(121, 214, 242);
    border-color: rgb(9, 31, 41);
}

.content h2, .content h3 {
    font-size: 1.75rem;
    line-height: 2rem;
    font-family: "Industry TG", Helvetica, Arial, sans-serif;
    /* text-transform: uppercase; */
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1.5rem;
    clear: both;
    color: rgb(15, 65, 86);
}

.content h2::after, .content h3::after, .video-wrapper h1::after, .news-wrapper h1::after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 82px;
    height: 2px;
    background-color: rgb(121, 214, 242);
}

.content h5 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-family: "Industry Book", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.content p {
    max-width: 44.5em;
}

.choice-card {
    background-color: #e8e8e8;
    padding: 1rem 1rem 2rem 1rem;
    width: 100%;
    border: 0px;
    margin: 1rem 0 2rem 0;
}

.choice-card .cover {
    width: 49%;
    display: inline-block;
    margin: 0px;
}

.choice-card button {
    margin-top: 1rem;
    color: #fff;
}

.choice-card:hover button {
    text-decoration: underline;
    background-color: rgb(13, 46, 61);
}

.choice-card .info {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0.5rem;
    line-height: 1.5;
    padding-top: 0px;
}

.choice-card.card>a {
    background: transparent;
}

.choice-card.card h4 {
    color: #333;
    margin: 0px;
    font-weight: bold;
}

.choice-card.card h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #333;
    text-decoration: none;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.choice-card.card h3::after {
    display: none;
}

.choice-card h5 {
    font-size: 1.75rem;
    line-height: 2rem;
    font-family: "Industry TG", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 0rem;
    margin-bottom: 1rem;
    color: #333;
}

.choice-card.card .price {
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.next-btn {
    width: 50%;
    position: relative;
    padding-right: 35px;
}

.next-btn::after, .back-btn::before {
    background: url('../images/ico-arrow-right-dark.svg') no-repeat;
    width: 14px;
    height: 14px;
    background-size: 100%;
    vertical-align: middle;
    content: "";
    position: absolute;
    right: 10px;
    top: 14px;
}

.next-btn:hover::after {
    background-image: url('../images/ico-arrow-right-light.svg');
}

.next-btn span, .back-btn span {
    font-weight: normal;
}

.back-btn {
    background: transparent !important;
    color: #333 !important;
    padding-left: 35px;
}

.back-btn::before {
    right: initial;
    left: 10px;
    transform: rotate(180deg);
}

@media screen and (max-width: 80rem) {
    .container {
        max-width: 63rem;
    }

    footer ul.social-links li {
        margin: 0px 5px;
    }

    .search-section {
        transform: translateX(calc((61rem - 100vw) / 2));
    }

    header .logo-wrraper {
        height: 86px;
    }

    header .logo {
        height: 82px;
        margin-top: 2px;
    }

    header .banner {
        width: calc(100% - 190px);
        overflow: hidden;
    }

    header .banner::before, header .banner::after {
        width: 117px;
    }

    .top-nav nav li:not(:first-child):not(:last-child) {
        margin: 0 0.25rem;
    }

    .top-nav nav li:first-child {
        margin-right: 0.25rem;
    }

    .top-nav nav li:last-child {
        margin-left: 0.25rem;
    }

    .search-bar .close-btn {
        margin-left: 2px;
    }

    .search-bar button[type='submit'] {
        right: 56px;
    }

    .review-wrapper .col-left {
        width: 100%;
    }

    table.dataTable thead .sorting {
        padding-right: 0px;
        min-width: 60px;
    }

    th.sorting i {
        margin-left: 4px;
    }

    .review-wrapper .col-ad {
        display: none;
    }

    .review-wrapper.with-ad .col-ad {
        display: block;
        width: 100%;
        float: none;
    }

    .header-banner.top-gear {
        transform: translateX(calc((78rem - 100vw) / 2));
        height: 540px;
    }

    .fullscreen .image-gallery {
        padding: 0;
    }

    .ad-banner {
        transform: translateX(calc((60rem - 100vw) / 2))
    }
}

@media screen and (max-width: 63rem) {
    .search-section {
        transform: translateX(-2rem);
    }

    .ad-banner {
        transform: none;
        margin: 2rem -0.5rem;
    }

    /* header .banner {
        display: none;
    } */

    header .logo-wrraper {
        height: 72px;
    }

    header .logo {
        margin: 8px 0px 0px -8px;
        height: 56px;
    }

    .container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    header .top-nav {
        display: flex;
        width: 400px;
        right: 0;
        top: 0px;
        position: fixed;
        z-index: 1000;
    }

    .top-nav ul {
        display: block;
    }

    .top-nav nav li {
        margin: 0 !important;
        width: 100%;
        position: relative;
    }

    .top-nav nav li::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        width: 96%;
        height: 1px;
        background-color: rgba(157, 157, 157, 0.2);
        left: 2%;
    }

    .top-nav .container {
        padding: 0;
        height: 100vh !important;
        background-color: rgb(13, 46, 61);
    }

    .top-nav nav li a {
        text-align: left;
        justify-content: left;
    }

    .top-nav .search-btn, .top-nav::after {
        display: none;
    }

    .top-nav .sub-nav>span.focus i {
        background: none;
    }

    .search-bar {
        opacity: 1;
        position: absolute;
        width: 100%;
        top: 72px;
        margin: 0px;
    }

    #search-txt {
        width: 100%;
    }

    .search-bar button[type='submit'] {
        right: 12px;
    }

    .top-nav .container::before {
        content: "";
        display: block;
        width: 180px;
        height: 72px;
        background: url(../images/header-logo.jpg) no-repeat;
        background-size: auto 56px;
        background-position: 0px 7px;
        margin-bottom: 56px;
    }

    .search-bar .close-btn {
        color: #fff;
        position: absolute;
        right: 0px;
        top: -59px;
        margin: 0px;
        background: none;
        font-weight: normal;
        width: 66px;
        text-align: center;
        height: 45px;
        font-family: ReithSans, Helvetica, Arial, sans-serif;
        font-style: normal;
        text-transform: capitalize;
        text-decoration: none !important;
        border: none;
        outline: none;
        line-height: 45px;
        text-indent: 0;
    }

    .search-bar .close-btn:hover {
        color: rgb(121, 214, 242);
    }

    .top-nav::before {
        display: block;
        width: 100vw;
        height: 100vh;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.75);
        visibility: visible;
        transition: background-color 0.3s ease 0s;
        left: 0;
        top: 0;
        z-index: 999;
    }

    .top-nav .container {
        position: relative;
        z-index: 1000;
    }

    .top-nav nav li {
        display: block;
    }

    header .top-nav {
        display: block;
    }

    .top-nav nav li .sub-nav ul {
        position: relative;
    }

    .top-nav nav li a {
        height: 44px;
        line-height: 20px;
    }

    .top-nav .sub-nav ul li a {
        height: 52px;
    }

    .top-nav .sub-nav i {
        position: absolute;
        right: 12px;
        top: 10px;
        width: 32px;
        height: 32px;
        margin: 0px;
        background: transparent;
    }

    .top-nav .sub-nav i::after {
        display: block;
        content: "";
        width: 12px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: rotate(0deg);
        transform-origin: center;
        margin-left: -5px;
        margin-top: -1px;
        transition: 0.3s all linear;
    }

    .top-nav nav li .sub-nav>span::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        width: 96%;
        height: 1px;
        background-color: rgba(157, 157, 157, 0.2);
        left: 2%;
    }

    .top-nav .sub-nav i::before {
        display: block;
        content: "";
        width: 12px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: rotate(-90deg);
        transform-origin: center;
        margin-left: -5px;
        margin-top: -1px;
        transition: 0.3s all linear;
    }

    .top-nav .sub-nav.active {
        background-color: rgb(9 31 41)
    }

    .top-nav nav li .sub-nav ul {
        position: static;
        top: auto;
        height: auto;
        max-height: 0;
        transition: 0.3s max-height linear;
        opacity: 0;
    }

    .top-nav nav li .sub-nav.active ul {
        height: auto;
        max-height: 500px;
        transition: 0.8s max-height linear;
        opacity: 1;
    }

    .top-nav nav .sub-nav li {
        padding-left: 8px;
        display: block;
    }

    .top-nav nav .sub-nav li::after {
        width: 94%;
        margin-left: 2%;
    }

    .top-nav .sub-nav.active i::before {
        transform: rotate(180deg);
    }

    .top-nav .sub-nav.active i::after {
        transform: rotate(180deg);
    }

    body.menu-on {
        overflow: hidden;
    }

    .top-nav::before {
        opacity: 0;
        width: 100vw;
        display: none;
        transition: 0.2s all linear;
    }

    .menu-on .top-nav::before {
        opacity: 1;
        display: block;
    }

    header .top-nav {
        right: -400px;
        transition: 0.2s right linear;
    }

    .menu-on header .top-nav {
        right: 0px;
    }

    header .mobile-menu {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 12px;
        color: rgb(255, 255, 255);
        padding: 0.75rem;
        text-decoration: none;
        font-size: 1rem;
        font-family: ReithSans, Helvetica, Arial, sans-serif;
        line-height: 1.5;
        font-weight: normal;
        cursor: pointer;
        width: 80px;
        text-align: right;
    }

    .menu-on .top-nav .mobile-menu {
        display: none;
    }

    .top-nav .mobile-menu:hover {
        color: rgb(121, 214, 242);
    }

    article .cover, article .info {
        width: 100%;
    }

    article .info p {
        display: none;
    }

    article .info {
        padding: 0 0 2rem 0;
    }

    .products .row {
        display: block;
    }

    .products .card {
        display: block;
        width: 100%;
    }

    .products .card .cover {
        width: 49%;
        display: inline-block;
        margin: 0px;
    }

    .products .card .info {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding: 0.5rem;
        line-height: 1.5;
    }

    .products .card>div {
        line-height: 0;
    }

    .card .rate {
        width: 50px;
        height: 50px;
    }

    .card .rate span {
        top: 24px;
        left: 13px;
        font-size: 22px;
    }

    .card .rate i {
        transform: scale(0.75);
        right: 9px;
        bottom: 18px;
    }

    .card.review .review-btn {
        width: 100%;
        position: static;
    }

    .card.btns {
        padding-bottom: 0;
    }

    .products .card.btns .info {
        margin-bottom: 60px;
    }

    .card.btns .ext-link {
        width: 51%;
        margin-top: 0;
        padding: 0.75rem;
        right: 0;
    }

    .search-section {
        width: 100vw;
        transform: translateX(-0.5rem);
    }

    .search-section .container {
        padding: 1.25rem 0.5rem;
    }

    .search-section form {
        width: 375px;
        padding: 2rem 1rem;
    }

    .search-section form h1 {
        margin-bottom: 5px;
    }

    .more-sec {
        position: relative;
        padding-bottom: 5rem;
    }

    .card.ad {
        min-height: 300px;
    }

    section header {
        position: static;
    }

    section header .right-btn {
        position: absolute;
        bottom: 1rem;
        width: 304px;
        left: 50%;
        margin-left: -152px;
        text-align: center;
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
        padding: 11px 0;
    }

    section header .right-btn i {
        position: absolute;
        right: 10px;
        top: 14px;
    }

    .videos .card .cover::before {
        width: 56px;
        height: 56px;
        margin-top: -28px;
        margin-left: -28px;
    }
	 .news .card .cover::before {
        width: 56px;
        height: 56px;
        margin-top: -28px;
        margin-left: -28px;
    }
	.news-wrapper header {
    background-color: transparent;
}
    .review-wrapper h1.lg {
        font-size: 2.5rem;
        line-height: 2.75rem;
        width: 100%;
    }

    footer {
        padding-top: 2rem;
    }

    footer .logo {
        max-width: 200px;
        margin-bottom: 10px;
    }

    footer ul.social-links {
        margin-top: 0.5rem;
    }

    footer ul.social-links li {
        margin: 0px;
        display: inline-block;
    }

    footer .col-left {
        width: 45%;
    }

    footer .col-right {
        width: 54%;
    }

    footer ul li {
        display: block;
        margin-top: 1rem;
        line-height: 1;
    }

    footer ul.locale-links {
        columns: 2;
    }

    footer ul.locale-links li {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .review-types {
        padding: 0 0.5rem;
    }

    .review-types>div {
        border: 0px;
    }

    .review-list {
        columns: 4;
    }

    .col-left.review {
        width: 100%;
    }

    .col-ad {
        width: 100%;
    }

    table th:nth-child(1), table td:nth-child(1) {
        position: sticky;
        left: 0px;
        z-index: 2;
        min-width: 134px;
    }

    table td:nth-child(1) {
        background: rgb(245, 245, 246);
    }

    table tr:nth-child(2n)>td:nth-child(1) {
        background-color: #fff;
    }

    table td:nth-child(1)::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 100%;
        width: 20px;
        height: 100%;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, transparent 1rem);
        background-attachment: local, scroll;
    }

    .dataTables_wrapper {
        overflow-x: auto;
    }

    .review-wrapper .rate {
        transform: scale(0.8);
        margin-right: -10px;
        margin-top: -10px;
    }

    article h4, .card h4 {
        margin-bottom: 0;
    }

    .products .card .info {
        margin-bottom: 0.5rem;
    }

    .header-banner.top-gear {
        width: 100vw;
        transform: translateX(-0.5rem);
        height: 240px;
        min-height: auto;
    }

    .header-banner.top-gear::after {
        height: 73px;
    }

    .container.top-gear {
        margin-top: 0px;
    }
}


@media screen and (max-width: 37.5rem) {
    .review-types {
        columns: 2;
    }

    .review-types>div {
        margin-bottom: 1rem;
    }

    .review-list {
        columns: 2;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 30rem) {
    .products:not(.card-inline) {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .products:not(.card-inline) .card .cover {
        display: block;
        width: 100%;
    }

    .products:not(.card-inline) .card .info {
        width: 100%;
        display: block;
        padding: 0.5rem 1rem 1.5rem 1rem;
    }

    .products.card-inline {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        width: 100vw;
    }

    .products.card-inline .card {
        padding: 1rem 0.5rem 0 0.5rem;

    }

    .products.card-inline .card .info {
        padding-top: 0;
    }

    .header-banner.top-gear {
        margin-left: 0.5rem;
        height: 180px;
    }

    .header-banner {
        height: 25vh;
        min-height: 180px;
        max-height: 337px;
    }

    .header-banner.top-gear::after {
        background-image: linear-gradient(to top, rgb(9, 31, 41), rgba(9, 31, 41, 0));
    }

    .products.card-inline .card h4 {
        padding-top: 0;
        margin-top: 0;
    }

    .card .rate {
        transform: scale(1.25);
        left: 15px;
        bottom: 15px;
    }

    .card .gallery-count {
        transform: scale(1.25);
        bottom: 4px;
        left: 4px;
    }

    .container {
        overflow-x: hidden;
    }

    footer {
        margin-top: 1rem;
    }

    footer .col-left, footer .col-right {
        width: 100%;
        display: block;
        text-align: center;
    }

    footer .logo {
        margin: 0px auto;
        display: block;
        max-width: 180px;
    }

    footer ul.social-links {
        width: 200px;
        margin: 0px auto;
        text-align: center;
    }

    .search-section {
        transform: none;
        margin: 0px -0.5rem;
        background: none;
    }

    .search-section .container {
        padding: 0rem;
    }

    .search-section form {
        width: 100%;
    }

    .search-section form h1 {
        font-size: 31px;
        line-height: 1.1;
    }

    section header h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .review-list {
        padding: 0px 0.5rem;
    }

    section header {
        padding: 0 0.5rem;
    }

    header .top-nav {
        width: 100vw;
        right: -100vw;
    }

    .products .card .cover {
        width: 48%;
    }

    header h1 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }

    .video-wrapper, .news-wrapper {
        padding-top: 1rem;
        margin-top: 0;
    }

    .videos .card .cover::before {
        width: 48px;
        height: 48px;
        margin-top: -24px;
        margin-left: -24px;
    }

    article .cover {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        width: 100vw;
    }

    .image-gallery-nav:hover .slick-prev, .image-gallery-nav:hover .slick-next {
        display: none;
    }

    h2.gray {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .content h2, .content h3 {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }

    .choice-card.card {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        width: auto;
        padding: 2rem 0.5rem;
    }

    .choice-card h5 {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }

    .choice-card.card .cover, .choice-card.card .info {
        width: 100%;
        padding: 0px;
    }

    .choice-card.card .info {
        margin-top: 0.5rem;
    }

    .products:not(.card-inline) .card.btns .info {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .card.btns .ext-link {
        position: static;
        width: 100%;
        margin-top: 0;
        padding: 1rem;
    }
}

