/*
Embedded font
font-family: 'Titillium Web', sans-serif;
font-family: 'Barlow Condensed', sans-serif;
*/
body {
    color: #dcdddd !important;
    background: #121212;
}
h1,
h2,
h3,
h4,
h5,
h6,
.text-primary {
    color: #dcdddd !important;
}
a {
    color: #c0c0c0;
}
a:hover {
    color: #eee;
}
p {
    color: #808080;
}
.cursor-default {
    cursor: default !important;
}
.row.xs-padding > div {
    padding: 0.2em;
}
img.logo {
    height: 4em;
    padding: 0.87em;
}
.theme-bg1-light {
    background: #1a1a1a;
}
.theme-bg1-dark {
    background: #121212;
}
.image-border {
    border: 1px solid #444;
}
nav.site-navigation {
    margin: auto;
    position: absolute;
    width: 100%;
}
.site-navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.site-navbar .site-navigation .site-menu > li > a {
    text-transform: uppercase;
    color: #808080;
}
.site-navbar .site-navigation .site-menu > li > a:visited,
.site-mobile-menu .site-nav-wrap a:visited {
    color: #808080;
}

.site-navbar .site-navigation .site-menu > li > a:hover,
.site-navbar .site-navigation .site-menu > li > a.actived,
.site-mobile-menu .site-nav-wrap a:hover,
.site-mobile-menu .site-nav-wrap a.actived {
    color: #c12a2f;
}
#nav-search-btn {
    cursor: pointer;
}
header {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#808080+0,cdcdcd+4,cdcdcd+6,000000+20,000000+84,808080+100 */
    background: #808080; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #808080 0%,
        #cdcdcd 4%,
        #cdcdcd 6%,
        #000000 20%,
        #000000 84%,
        #808080 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #808080 0%,
        #cdcdcd 4%,
        #cdcdcd 6%,
        #000000 20%,
        #000000 84%,
        #808080 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #808080 0%,
        #cdcdcd 4%,
        #cdcdcd 6%,
        #000000 20%,
        #000000 84%,
        #808080 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#808080',GradientType=1 ); /* IE6-9 */
}
.site-footer {
    background: #000;
}
.nav-hamburger .animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.nav-hamburger .animated-icon span {
    display: none;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.nav-hamburger .animated-icon span {
    background: #e3f2fd;
}
.nav-hamburger .animated-icon span:nth-child(1) {
    top: 0px;
}

.nav-hamburger .animated-icon span:nth-child(2),
.animated-icon2 span:nth-child(3) {
    top: 10px;
}

.nav-hamburger .animated-icon span:nth-child(4) {
    top: 20px;
}

.nav-hamburger .animated-icon.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.nav-hamburger .animated-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-hamburger .animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-hamburger .animated-icon.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}
body #top_breadcrumb {
    display: none;
}
body.product #top_breadcrumb {
    display: block;
}
body.home .breadcrumb {
    display: none;
}
.breadcrumb {
    background: #101010;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0.4rem 1rem 0.4rem 32px;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before {
    color: #848484;
}
.about-us-bg {
    background: url("../images/about/bg.jpg") center center no-repeat;
    background-size: cover;
}

.gr-bg {
    background: #231815;
    background: -moz-linear-gradient(
        left,
        #231815 0%,
        #413d3c 25%,
        #413d3c 75%,
        #231815 100%
    );
    background: -webkit-linear-gradient(
        left,
        #231815 0%,
        #413d3c 25%,
        #413d3c 75%,
        #231815 100%
    );
    background: linear-gradient(
        to right,
        #231815 0%,
        #413d3c 25%,
        #413d3c 75%,
        #231815 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231815', endColorstr='#231815',GradientType=1 );
}
.br-bg {
    background: #231815;
    background: -moz-linear-gradient(
        left,
        #231815 0%,
        #413d3c 35%,
        #413d3c 65%,
        #231815 100%
    );
    background: -webkit-linear-gradient(
        left,
        #231815 0%,
        #413d3c 35%,
        #413d3c 65%,
        #231815 100%
    );
    background: linear-gradient(
        to right,
        #231815 0%,
        #413d3c 35%,
        #413d3c 65%,
        #231815 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231815', endColorstr='#231815',GradientType=1 );
}

.gr-bg .btn {
    color: #c9caca;
    border-color: #bdbdbd;
    border-radius: 0;
    background: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #dcdddd;
    background: transparent;
    border-color: #bdbdbd;
}
.bg-image-box {
    overflow: hidden;
}
.bg-image-box .image-holder {
    height: 100%;
    width: 100%;
    background: none no-repeat center center;
    background-size: cover;
    transition: all 0.5s;
}
.bg-image-box:hover .image-holder {
    transform: scale(1.07);
}
.bg-image-box img {
    visibility: hidden;
}
.bg-image-box.no-series-bg-img {
    background: url("/images/products/no_series_image.jpg") center center
        no-repeat #000;
    background-size: cover;
}
.js-bg-image {
    overflow: hidden;
}
.js-bg-image a {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 36%;
    background: none center center no-repeat transparent;
    background-size: cover;
    font-size: 1.1em;
}
.js-bg-image.zoom a:not(.no-image) {
    transition: all 0.5s;
}
.js-bg-image.zoom:hover a:not(.no-image),
.js-bg-image.zoom:focus a:not(.no-image) {
    transform: scale(1.07);
}
.js-bg-image img {
    display: none;
}
.js-bg-image .info {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    padding-top: 1.6em;
    cursor: pointer;
}
.js-bg-image .info.left {
    padding-left: 2.8em;
}
.js-bg-image .info.right {
    padding-right: 2.8em;
    text-align: right;
}
.js-bg-image .info h3 {
    color: #9a9a9a !important;
    border-bottom: 1px solid #999;
    font-size: 1.6em;
    display: inline-block;
    margin-bottom: 0.2em;
}
.js-bg-image .info span {
    display: block;
    color: #808080;
    font-size: 0.7em;
    font-weight: 200;
    padding: 0.1em;
    margin-left: 0.1em;
}
.js-bg-image .info span:before {
    content: "\2022";
    margin-right: 0.5em;
}

.js-bg-image .info span a.no-image {
    display: inline;
    height: auto;
    width: auto;
}

.owl-carousel .item .slide-text {
    position: absolute;
    top: 0;
    padding: 2em 3em;
    width: 100%;
    height: 100%;
}
.owl-carousel .item .slide-text .slide-title {
    text-transform: uppercase;
    margin-bottom: 1.2em;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
}
.owl-carousel.msrc .item .slide-text .slide-title {
    font-size: 1.5em;
}
.owl-carousel.msrc .item .slide-text .slide-title br,
.owl-carousel.msrc .item .slide-text .slide-info,
.owl-carousel.msrc .item .slide-text .slide-sku {
    display: none;
}

.owl-carousel .item .slide-text .slide-info {
    font-family: "Myriad Pro", Myriad, sans-serif;
    background: #1c1c1c;
    background: rgba(30, 30, 30, 0.8);
    color: #ccc;
    width: 33%;
    padding: 0.9em;
    margin-bottom: 1.8em;
}
.owl-carousel .item .slide-text .slide-sku {
    color: #919191;
    position: absolute;
    bottom: 0;
}
.owl-carousel .item.item2 .slide-text .slide-title {
    font-size: 2.8em;
    margin-top: 0;
}
.owl-carousel.msrc .item.item2 .slide-text .slide-title {
    font-size: 2em;
    margin-top: 0;
}
.owl-carousel .item.item2 .slide-text .slide-info {
    position: absolute;
    /*bottom:0;*/
}
.customer-service-banner .customer-service-text {
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    margin-top: -43px;
    padding-right: 36%;
    width: 100%;
    text-align: center;
}
.quality-banner .quality-text {
    font-size: 1.3em;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding-left: 36%;
    width: 100%;
    text-align: center;
}

.page-banner h1 {
    position: absolute;
    top: 20%;
    right: 5%;
    color: #fff !important;
    color: rgba(255, 255, 255, 0.9) !important;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    text-shadow: 2px 2px 2px #111;
}
.page-banner h1.tl {
    left: 5%;
    right: auto;
}
.product-list ul li {
    list-style-position: outside;
    margin-left: -1.8em;
}
.product-list .product-row {
    background: #121212;
    padding-top: 1em;
    padding-bottom: 1em;
    border: 1px solid #444;
}
.product-list .product-row:first-child {
    border-bottom: 0px;
}

.product-list .product-row:nth-child(odd) {
    background: #1a1a1a;
}
.product-list .product-row a.product-img {
    box-shadow: 0 0 1px #888;
    display: inline-block;
    background-size: 50%;
    background: url("../images/products/no_image_0.jpg") no-repeat center center
        #111;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
}
.product-list .product-row a.product-img-bg-0 {
    background-image: url("../images/products/no_image_0.jpg");
}
.product-list .product-row a.product-img-bg-1 {
    background-image: url("../images/products/no_image_1.jpg");
}
.product-list .product-row a.product-img-bg-2 {
    background-image: url("../images/products/no_image_2.jpg");
}
.product-list .product-row a.product-img img {
    border: 0px solid #fff;
    display: block;
}
.product-list img {
    width: 100%;
    border: 1px solid #444;
}
.product-list table {
    background: #202020;
    border: 1px solid #444;
    border-collapse: collapse;
    width: 100%;
}
.product-list table td {
    border: 1px solid #444;
    padding: 0.2em 0.6em;
    font-size: 0.8em;
    color: #9a9a9a;
}
.product-list table td.title {
    color: #b3b3b3;
    font-size: 1em;
}
.resource-list table {
    border: 1px solid #444;
    border-collapse: collapse;
    width: 100%;
}
.resource-list table th,
.resource-list table td {
    border: 1px solid #444;
    padding: 0.2em 0.6em;
    font-size: 0.8em;
    color: #9a9a9a;
}
.simplePagerNav {
    display: none;
}
#custom_nav {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 50%;
}
#custom_nav .prev_btn:hover i.arrow,
#custom_nav .next_btn:hover i.arrow {
    opacity: 1;
}

#compatibility {
    color: #c9caca;
}

.site-footer {
    padding: 1.6em 0;
}

.site-footer p {
    color: #dcdddd;
    font-size: 0.8em;
}

.site-footer ul {
    list-style: none;
}

.site-footer ul strong {
    text-transform: uppercase;
    color: #dcdddd;
    display: block;
    margin-bottom: 0.5em;
}

.site-footer ul li {
    margin: 0;
}

.site-footer ul li,
.site-footer ul li a {
    color: #dcdddd;
    font-size: 0.9em;
}

.site-footer .social {
    margin: 1.2em auto;
}

.site-footer .social img {
    height: 2.5em;
    width: 2.5em;
}

.padding-30 {
    padding: 30px;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.bt-1 {
    border-top: 1px solid #444444;
}
.br-1 {
    border-right: 1px solid #444444;
}
.bb-1 {
    border-bottom: 1px solid #444444;
}
.hr-b {
    border-bottom: 1px solid #444444;
}

.product-thumb .owl-item {
    cursor: pointer;
}

.home-section-2 {
    background: #121212;
}

.home-section-3 {
    background: #2d2c2d;
}

i.arrow {
    border: solid #fff;
    border-width: 0 12px 12px 0;
    display: inline-block;
    padding: 12px;
    opacity: 0.7;
}
i.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 1.5em;
}
i.arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 1.5em;
}
.contact-block {
    border: 1px solid #444;
    background: #4f5356;
    height: 100%;
}
.contact-block ul {
    list-style: none;
}
.contact-block ul li {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    color: #fff;
    padding-left: 1.8em;
}
.contact-block h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    color: #fff;
}
.contact-block p {
    padding-left: 2em;
}
.contact-block .fa {
    width: 1.2em;
    text-align: center;
}
.contact-block ul li {
    padding-left: 2em;
    letter-spacing: 1px;
}
.contact-block ul h2 i {
    width: 1.3em;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}
.form-group .plus-button {
    float: right;
    padding: 1px 6px;
    background: #ddd;
    font-size: 0.9em;
    color: #222;
    border-radius: 4px;
}
.form-group {
    margin-bottom: 1.15rem;
}
.form-control {
    height: 32px;
    border: 1px solid #797b7a;
    border-radius: 3px;
    background: #1d1d1d !important;
    color: #fff;
}
.form-control:focus {
    color: #fff;
}
form .product-sku .product-line:first-child .delete-cell {
    display: none;
}
textarea.form-control {
    height: 150px;
}
.form-group.honey {
    visibility: hidden;
    margin: 0;
    height: 0;
    padding: 0;
}
.submit-btn {
    background: #464847;
    border: 1px solid #797b7a;
    border-radius: 3px;
    line-height: 1.2em;
    width: 8em;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #808080;
}
.submit-btn:hover {
    color: #fff;
}
.maxtop-form {
    background: #333;
}

.product-text {
    font-family: arial;
    color: #b4b4b4;
    font-size: 18px;
}
ul.product-text li {
    line-height: 1.52;
}

.product-image {
}
.product-image .info {
    position: absolute;
    top: 5%;
    left: 5%;
}
.plug-table .plugs {
    background: #1a1a1a;
    border-left: 1px solid #444;
    border-bottom: 1px solid #444;
}
.plug-table .plugs:first-child {
    border-top: 1px solid #444;
}
.plug-table .plugs .cell {
    padding: 0.8em;
    border-right: 1px solid #444;
}
.plug-table .plugs:nth-child(even) {
    background: #121212;
}
.plug-text {
    font-family: arial;
    color: #818181;
    font-size: 16px;
}
.plugs .plug-link {
    display: inline-block;
    position: relative;
    min-width: 50px;
    margin: 16px;
}
.plugs .plug-link img {
    height: 70px;
    opacity: 0.35;
}
.plugs .plug-link:hover *,
.plugs .plug-link.active * {
    opacity: 1;
}
.plugs .info {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    opacity: 0.35;
    white-space: nowrap;
}
.plug-compatible-panel {
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.83);
    position: fixed;
    overflow: scroll;
    top: 0;
    bottom: 0;
    right: 0;
    width: 32%;
    z-index: 2000;
}
.plug-compatible-panel .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 10px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
}
.plug-compatible-panel .sku {
    background: none left center no-repeat transparent;
    background-size: contain;
    padding-left: 1.6em;
}
.plug-compatible-panel ul {
    padding-left: 0;
}
.plug-compatible-panel ul li {
    font-size: 80%;
    list-style: none;
}
.plug-compatible-panel.closed {
    right: -100%;
}
.frame-box {
    width: 46%;
    height: 46%;
    position: absolute;
}
.frame-box.bt {
    top: 0;
    border-top: 2px solid #b4b4b4;
}
.frame-box.br {
    right: 0;
    border-right: 2px solid #b4b4b4;
}
.frame-box.bb {
    bottom: 0;
    border-bottom: 2px solid #b4b4b4;
}
.frame-box.bl {
    left: 0;
    border-left: 2px solid #b4b4b4;
}
.image-gallery-container .right-product-container {
    height: 100%;
    border-top: 2px solid #b4b4b4;
    border-bottom: 2px solid #b4b4b4;
}

.image-gallery-container .more-image-container {
    height: 100%;
    background: #fff;
}
.image-gallery-container .more-image-container .more-image {
    border: 1px solid #b4b4b4;
    height: 100%;
    overflow: hidden;
}
.image-gallery-container .main-image {
    padding: 0.5em;
}
ul.fit-in {
    padding-left: 0;
}
ul.fit-in > strong {
    color: #bababa;
    font-size: 120%;
}
ul.fit-in li {
    margin-left: 1.2em;
}

#top-filter {
    background: #1a1a1a;
    border: 1px solid #444;
}
#top-filter .filter-label {
    width: 100%;
}
#top-filter .filter-label .text {
    color: #b3b3b3;
    font-size: 0.9em;
    font-weight: 700;
}

.select2-container--default .select2-selection {
    background: #202020;
    border: 1px solid #444;
    padding: 0.4em;
    height: auto;
}
.select2-container--default .select2-selection .select2-selection__arrow {
    top: 8px;
}
.select2-container--default .select2-selection .select2-selection__rendered {
    color: #aaa;
}
.select2-results__options {
    color: #666;
}
.select2-dropdown {
    z-index: 2051;
}

#detail-image-viewer {
    display: none;
}

#detail-image-viewer .etalage_thumb {
    background: white url(../images/loading.gif) center no-repeat;
    -webkit-box-shadow: 0 0 7px #aaa;
    -moz-box-shadow: 0 0 7px #aaa;
    box-shadow: 0 0 7px #aaa;
}

#detail-image-viewer .etalage_small_thumbs li {
    margin: 5px;
    cursor: pointer;
}

#detail-image-viewer ul li.etalage_smallthumb_active {
    -webkit-box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
    cursor: default;
}

#detail-image-viewer .etalage_zoom_area,
.etalage_zoom_area {
    background: url(../images/loading.gif) center no-repeat;
    -webkit-box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
}

#detail-image-viewer .etalage_magnifier {
    background: white;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
}
/* search panel */
#search-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.87);
    z-index: 2000;
    -webkit-backface-visibility: hidden;
    width: 100%;
    max-width: none;
}
#search-panel .close-btn {
    position: absolute;
    right: 1.1em;
    top: 0.7em;
    font-size: 1.7em;
    cursor: pointer;
}

#search-by-device .select2.select2-container {
    width: 100% !important;
}

#search-by-device,
#split-line,
#prefetch {
    position: relative;
    text-align: center;
    top: 25%;
    width: 32%;
    min-width: 300px;
    margin: auto;
}

#split-line {
    width: 80%;
    padding: 43px 0;
}
#split-line hr {
    border-top: 1px solid #777;
}
#search-by-device .form-group {
    width: 49%;
    display: inline-block;
}

#search-panel note {
    display: block;
    text-align: left;
}

#search-by-device .fa-search,
#prefetch .fa-search {
    font-size: 1.4em;
    position: absolute;
    padding: 8px 16px;
    color: #fff;
}
/* typeahead */
.typeahead,
.tt-query,
.tt-hint {
    width: 320px;
    height: 30px;
    padding: 18px;
    font-size: 16px;
    line-height: 30px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.twitter-typeahead,
.tt-input,
.tt-hint {
    width: 100%;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu {
    width: 320px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
    line-height: 22px;
    color: #444 !important;
    text-align: left;
}
.tt-suggestion span {
    float: right;
    background: #eee;
    font-size: 11px;
    padding: 0 8px;
    border-radius: 4px;
}

.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
    cursor: pointer;
    color: #fff;
    background-color: #ddd;
}

.tt-suggestion p {
    margin: 0;
}

.resource-center h5.card-title {
    color: #000 !important;
}
.resource-center .card date {
    position: absolute;
    bottom: 2px;
    right: 2%;
    font-size: 0.8em;
    color: #777;
    font-family: arial;
}
.resource-center .card .btn-primary {
    color: #fff;
    background: #444;
    border: 0;
    font-size: 0.9em;
    padding: 0.5em 1.8em 0.6em;
}
.resource-center .card .btn-primary:hover {
    background: #000;
}
#your_privacy {
    border-top: 1px solid #c1272d;
    min-height: 38px;
}
#your_privacy .content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.9em;
    font-weight: 300;
}
#your_privacy .btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
#your_privacy > .toast {
    opacity: 0.95;
    background-color: #4d4d4d;
}
#your_privacy .btn-danger {
    background-color: #c1272d;
    font-size: 0.8em;
    padding: 9px 16px;
    border-radius: 0;
    border: 0;
}

.search-holder {
    border: 1px solid #444;
    height: 100%;
    background: url("/images/home/search-bg.jpg");
    background-size: cover;
}
#search-by-device.sm-dark-theme {
    width: 80%;
    min-width: 230px;
    top: 50%;
    transform: translate(0%, -50%);
}
.sm-dark-theme note {
    display: block;
    margin-bottom: 1em;
    line-height: 1.3em;
    text-shadow: 4px 4px 4px #000;
    font-size: 1.4em;
    font-size: 1.4vw;
}
.sm-dark-theme .select2-container--default .select2-selection {
    padding: 0;
    font-size: 0.8em;
}
.sm-dark-theme
    .select2-container--default
    .select2-selection
    .select2-selection__arrow {
    top: 2px;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background: #333;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background: #6f6f6f;
}
.sm-dark-theme .redbox .form-group {
    margin-bottom: 0;
}
#search-by-device.sm-dark-theme .fa-search {
    padding: 6px 9px;
    font-size: 1em;
    color: #aaa;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
    background: #222;
    border-color: #333;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #111;
    border-color: #444;
    color: #fff;
    outline: none;
    border-color: #909090;
}
.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus {
    /*outline-color: #C1272D;*/
}

.search-by-plug .plugs .plug-link img {
    opacity: 0.9;
}
.search-by-plug .plugs .info {
    position: relative;
    opacity: 0.9;
    display: block;
    text-align: left;
    margin-top: 0.8em;
}
.search-by-plug .plugs .plug-link.grayout img,
.search-by-plug .plugs .plug-link.grayout .info {
    opacity: 0.3;
}

.search-by-plug .filter-link {
    min-width: fit-content;
    white-space: nowrap;
    color: #fff;
    opacity: 0.3;
}
.search-by-plug .filter-link:not(.selected):hover {
    opacity: 0.8;
    text-decoration: underline;
}
.search-by-plug .filter-link.selected {
    opacity: 1;
}
.sbp-filter {
    position: relative;
    background: #292929;
}
.sbp-filter::before {
    content: attr(data-label);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    height: 100%;
    text-align: center;
    background: #222;
    font-size: 0.8em;
}

@media only screen and (max-width: 991.5px) {
    .search-holder {
        min-height: 10em;
    }
    .sm-dark-theme note {
        font-size: 1.5em;
        font-size: 4.4vw;
    }
}

@media (min-width: 1025px) {
    .site-navbar {
        background: #000;
    }
}

@media (max-width: 1024px) {
    body.category .js-bg-image .info div.list {
        display: none;
    }
    .js-bg-image .info h3 {
        color: #bbb !important;
        border: 0;
        width: 50%;
    }
    .js-bg-image a {
        padding-bottom: 47%;
    }
    .site-navbar .site-menu-toggle span {
        font-size: 1.6em;
        padding: 0.4em 0.5em;
        color: #fff;
    }
}

@media (max-width: 991px) {
    /* with hamburger menu */
    .site-navbar .site-logo {
        float: none;
        width: 100%;
        text-align: center;
    }
    .page-banner h1 {
        width: 100%;
        right: auto;
        top: auto;
        position: relative;
        margin: 0;
    }

    .page-banner h1.banner-text-w-image {
        position: absolute;
        top: 20%;
        left: 5%;
        width: auto;
    }
    /*
}
   //merge tablet and mobile view?
@media (max-width: 414px) {
*/
    header.site-navbar {
        /*
		background: #808080;
		background: -moz-linear-gradient(left,  #808080 0%, #000000 16%, #000000 84%, #808080 100%);
		background: -webkit-linear-gradient(left,  #808080 0%,#000000 16%,#000000 84%,#808080 100%);
		background: linear-gradient(to right,  #808080 0%,,#000000 16%,#000000 84%,#808080 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#808080',GradientType=1 );
		*/
        background: #000;
        -webkit-backface-visibility: hidden;
        position: fixed;
        box-shadow: 0 0 5px #000;
    }
    .page-banner {
        margin-top: 5em;
        box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
        text-align: center;
    }
    .banner-shift {
        padding-top: 5em;
    }
    .banner-shift-no-banner {
        margin-top: 13em;
    }
    .no-image-banner {
        padding: 0.9em;
    }
    .site-mobile-menu {
        background: #000;
        background: rgba(0, 0, 0, 0.87);
    }
    .site-navbar .toggle-button {
        z-index: 4;
    }
    .site-mobile-menu .site-nav-wrap a {
        color: #fff;
    }
    .site-mobile-menu .site-nav-wrap > li {
        border-bottom: 1px solid #444;
    }
    .nav-hamburger .animated-icon span {
        display: block;
    }
    .page-banner h1 {
        font-size: 1.8rem;
    }
    .slide-one-item.series-slide .owl-nav .owl-prev,
    .slide-one-item.series-slide .owl-nav .owl-next {
        font-size: 2rem;
    }
    .owl-carousel .item .slide-text .slide-title {
        text-align: center;
    }
    .owl-carousel .owl-dot.active {
        background: #f00;
    }
    body.category .js-bg-image {
        border-bottom: 1px solid #333;
    }
    body.category .js-bg-image a {
        padding-bottom: 45%;
    }
    body.category .js-bg-image .info div.list {
        display: none;
    }
    body.category .js-bg-image .info {
        position: relative;
        width: 60%;
    }
    body.category .js-bg-image .info.left {
        padding-left: 1.4em;
        float: left;
    }
    body.category .js-bg-image .info.right {
        padding-right: 1.4em;
        float: right;
    }
    body.category .js-bg-image .info h3 {
        color: #ddd !important;
        border: 0;
        width: auto;
    }
    .plug-compatible-panel {
        width: 100%;
    }
    .typeahead,
    .tt-query,
    .tt-hint,
    .tt-menu {
        width: 240px;
    }
}
