﻿
/* Web Page Header */
#wp-header {
	padding-top:100px;
	background: linear-gradient(135deg, #18191b 0%, #222327 100%);
}
#wp-header #wp-header-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#wp-header #wp-header-layer {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.65);
}
#wp-header #wp-header-content {
	position: relative;
	height: 275px;
}
#wp-header #wp-header-title {
	position: absolute;
	z-index: 1;
	left: calc(var(--bs-gutter-x) * .5);
	bottom: 50px;
	color: #fff;
	line-height: 1.1;
	font-weight: 300;
	font-size: 3.2rem;
	text-transform:uppercase
		;
	width: 80%;
}
#wp-header #wp-header-description {
	font-size: 1.8rem;
	padding-left: 3px;
	margin-top: 10px;
	display: block;
	max-width: 80%;
}

#wp-header #wp-header-breadcrumbs {
	position: absolute;
	z-index: 1;
	right: calc(var(--bs-gutter-x) * .5);
	bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#wp-header #wp-header-breadcrumbs li {
	display: block;
	float: left;
	font-size: 0.6rem;
	line-height: 1;
	text-transform: uppercase;
	padding-right: 20px;
}
#wp-header #wp-header-breadcrumbs li:has(span){
	padding-right: 0px;
}
#wp-header #wp-header-breadcrumbs li span {
	display: block;
	color: #fff !important;
	padding: 18px 0 19px 0;
}
#wp-header #wp-header-breadcrumbs li a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff !important;
	padding: 18px 0 19px 0;
}
#wp-header #wp-header-breadcrumbs li a:hover {
	text-decoration: solid !important;
	color: #fff !important;
}
#wp-header #wp-header-breadcrumbs li a::after {
	position: absolute;
	top: 18px;
	right: -12px;
	font-family: "FontAwesome";
	content: "\f105";
	display: inline-block;
}
#wp-header #wp-header-breadcrumbs li a:hover::before {
	position: absolute;
	bottom: 12px;
	left: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: dashed 1px #fff;
}

@media (max-width:1399.98px) {
	#wp-header #wp-header-title {
		font-size: 3.5rem;
		width: 85%;
	}
}
@media (max-width:1299.98px) {
	#wp-header #wp-header-title {
		font-size: 3.2rem;
		width: 85%;
	}
}
@media (max-width:991.98px) {
	#wp-header #wp-header-content {
		height: 250px;
	}

	#wp-header #wp-header-title {
		left: calc(var(--bs-gutter-x) * .5 + 32px);
		font-size: 2.6rem;
		width: calc(100% - var(--bs-gutter-x) - 52px);
	}
}
@media (max-width:767.98px) {
	#wp-header #wp-header-title {
		left: calc(var(--bs-gutter-x) * .5);
		font-size: 2.4rem;
		bottom: 10px;
	}

	#wp-header #wp-header-breadcrumbs {
		display: none;
	}
}
@media (max-width:575.98px) {
	#wp-header #wp-header-title {
		font-size: 2rem;
	}
}

#wp-nav {
	position: relative;
	z-index: 2;
	min-height: 42px;
}
#wp-nav-inner {
	background-color: #d2deea;
	box-shadow: 0 .1875rem .4375rem 0 rgba(0,0,0,.13),0 .0625rem .125rem 0 rgba(0,0,0,.11);
}
#wp-nav-inner.sticky {
	z-index: 10;
	position: fixed;
	top: 42px;
}
#wp-nav ol {
	display: block;
	padding: 0;
	margin: 0 0 0 50px;
}
#wp-nav ol li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
#wp-nav ol li a {
	position: relative;
	display: block;
	line-height: 1;
	text-transform: uppercase;
	color: var(--global-color-rds-primary) !important;
	text-decoration: none;
	font-weight: 500;
	padding: 16px;
	font-size: 0.65rem;
}
#wp-nav ol li a::after {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	height: 20%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: var(--global-color-rds-primary);
}
#wp-nav ol li a:hover {
	color: var(--global-color-rds-primary) !important;
	opacity: 0.8;
}
#wp-nav ol li:last-of-type a::after {
	display: none;
}

@media (max-width:1199.98px) {
	#wp-nav ol li a {
		font-size: 0.6rem;
	}
}
@media (max-width:991.98px) {
	#wp-nav ol {
		margin: 10px 0 10px 17px;
	}

	#wp-nav ol li a {
		padding: 0 10px;
	}

	#wp-nav ol li a::after {
		height: 60%;
	}
}

.img-responsive-landscape {
	width: 90%;
	height: auto;
}
.img-responsive-portraid {
	height: 90%;
	width: auto;
}

.cl {
	position:relative;
}
.cl layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.cl .cl-content {
	position:relative;
	z-index:1;
}
.cl .title {
	font-size: 28px;
	margin: 0;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.cl .cl-content .title {
	margin-bottom:30px;
}

.home-distributors .home-distributors-title {
	font-family: Corpid, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1.5;
}

.zoomContainer {
	z-index:1000;
}

.dms-downloads {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: auto;
}
.dms-download {
	position:relative;
	display:inline-block;
	cursor:pointer;
	width:auto;
}
.dms-download::before {
	position: absolute;
	top: 119px;
	left: 95px;
	color:#000;
	background-color:#fff;
}

/* SEARCH */
#search-form .input-group input {
	display: block;
	float: left;
	background-color: #fff;
	padding: 6px 10px 7px;
	height: 40px;
	width: 800px;
}

#search-result .spinner-border {
	display:block;
	margin:0 auto 30px;
}


/* PRODUCTS */
.dbt-product-box {
	position:relative;
	background-color: #ececec;
	padding: 26px 24px;
	margin: 10px;
	height:640px;
}
.dbt-product-box img:hover {
	background: #fff;
}
.dbt-product-box h3 {
	font-family: 'Teko-SemiBold', Arial, Helvetica, sans-serif !important;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 2px;
	color: var(--primary-color-1);
	padding: 10px 0 0 0;
	margin: 0;
}
.dbt-product-box span {
	position:relative;
	top:-6px;
	color: #c2c2c2;
	line-height: 1;
}

.dbt-product-box .dbt-product-box-img{
	 display:block;
	 position:relative;
	 width:100%;
	 padding-top:75%;
	 background-color:#fff;
	 overflow:hidden;
}
.dbt-product-box .dbt-product-box-img img{
	 position:absolute;
	 display:block;
	 top:50%;
	 left:50%;
	 transform:translate(-50%, -50%);
	 border-radius:0;
	background-color:#fff;
}
.dbt-product-box .dbt-product-box-img .img-responsive-landscape{
	 width:90%;
	 height:auto;	 
}
.dbt-product-box .dbt-product-box-img .img-responsive-portraid{
	 height:90%;
	 width:auto;
}

.dbt-product-box .specifications {
	position:relative;
	font-size:13px;
	line-height:1.6;
	color:#000;
	height:230px;
	overflow:hidden;
}

.dbt-product-box .dbt-product-box-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ececec;
	padding: 4px 24px 24px;
}
.dbt-product-box .dbt-product-box-footer img {
	display: inline-block;
	background-color: transparent;
	height: 26px;
	width: auto;
	margin: 0 10px 0 0;
	font-size:8px;
	line-height:1;
	color:#ccc;
}
.dbt-product-box .dbt-product-box-footer .btn {
	padding: 2px 10px;
	text-transform:uppercase;
	font-size:13px;
}

.brand h2 {
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	padding-left: 10px;
}

/* PRODUCT */
#product-subheader {
	position:relative;
	background-color: #fff;
	margin-top: 125px;
	height:calc(100vh - 200px);
	min-height:640px;
	overflow:hidden;
}
#product-subheader.autoh {
	height:auto;	
	min-height:auto;
}
#product-subheader-wraper {
	position:relative;
}

#product-subheader h1 {
	font-family: 'Teko-Medium', Arial, Helvetica, sans-serif !important;
	font-size: 12vh;
	line-height: 1;
	color: var(--cst-color-product);
}

#product-subheader-row > div {
	position: relative;
	min-height: 430px;
}

/* top */
#product-subheader-top {
	position:relative;
	z-index:100;
}
#product-subheader-top span {
	display: none;
}

#product-subheader-breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	color: var(--cst-color-rvs-2);
	font-size: 11px;
	text-transform: uppercase;
}
#product-subheader-breadcrumbs li {
	display: inline-block;
}
#product-subheader-breadcrumbs li a {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 4px;
	color: var(--cst-color-rvs-2);
}
#product-subheader-breadcrumbs li a:hover {
	color: var( --primary-color-1);
}

/* svg */
#product-subheader-svg #product-subheader-svg-wrapper {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:180px;
}
#product-subheader-svg #product-subheader-svg-wrapper  svg {
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	max-width: 340px;
}

/* features */
#product-subheader-features-inner p {
	font-family: 'Montserrat-Medium';
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	color: #000;
	font-size: 14px;
	border-bottom: solid 1px #e8e8e8;
}
#product-subheader-features-inner a {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size:13px;
	text-transform:uppercase;
	color: var(--cst-color-txt-product) !important;
	background-color: var(--cst-color-product) !important;
}
#product-subheader-features-inner a:hover {
	color: #fff !important;
	background-color:#000 !important;
}
#product-subheader-features-inner.middle {
	position: absolute;
	width:90%;
	top:50%;
	left:5%;
	transform:translateY(-50%);
}
#product-subheader-features-inner.middle a {
	position: relative;
	bottom: unset;
	right: 0;
	float:right;
	margin-top:20px;
}

/* gallery */
#product-subheader-gallery .carousel {
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	width:90%;
}
#product-subheader-gallery .carousel button i {
	color: #ccc;
	font-size: 45px;
}
#product-subheader-gallery .carousel-control-next {
	width: 8%;
	justify-content: right;
}
#product-subheader-gallery .carousel-control-prev {
	width: 8%;
	justify-content:left;
}

#product-subheader-gallery .carousel .carousel-item {
	position:relative;
	height: 600px;
	cursor:pointer;
}
#product-subheader-gallery .carousel .carousel-item a {
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
#product-subheader-gallery .carousel .carousel-item img {
	z-index:0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#product-subheader-gallery .carousel .carousel-item .img-responsive-landscape {
	width: 100%;
	height: auto;
}
#product-subheader-gallery .carousel .carousel-item .img-responsive-portraid {
	max-height: 600px;
	height: 100%;
	width: auto;
	margin: 0 auto;
}

#product-subheader-gallery #carousel-media-selector {
	position: absolute;
	left: -220px;
	top: 50%;
	width:180px;
	padding-right: 40px;
	transform: translateY(-50%);
	text-align: left;
	line-height:2.2;
	color: #000;
}
#product-subheader-gallery #carousel-media-selector div {
	position:relative;
	cursor:pointer;
}
#product-subheader-gallery #carousel-media-selector div span {
	display: block;
}
#product-subheader-gallery #carousel-media-selector div .bi {
	display: none !important;
}
#product-subheader-gallery #carousel-media-selector div:not(:last-child) {
	border-bottom: solid 1px #ccc;
}
#product-subheader-gallery #carousel-media-selector div:not(:last-child):before {
	position: absolute;
	content: '';
	top: 25px;
	right: -20px;
	width: 22px;
	height: 1px;
	background-color: #ccc;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#product-subheader-gallery #carousel-media-selector div:not(:last-child)::after {
	position: absolute;
	content: '';
	bottom: -10px;
	right: -20px;
	width: 22px;
	height: 1px;
	background-color: #ccc;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#product-subheader-gallery #carousel-media-selector > i {
	position: absolute;
	top:0;
	left: -22px;
	color: var(--cst-color-product);
	font-size: 18px;
	line-height: 1.7;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

#product-subheader-gallery .carousel .carousel-download {
	font-size: 12px;
	text-align: right;
	position: absolute;
	bottom: 25px;
	right: 0;
	z-index:1000;
}
#product-subheader-gallery .carousel .carousel-download i {
	font-size: 18px;
	cursor: pointer;
}

#product-subheader-gallery-popup {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	padding-top: 50px;
	width:100%;
	height: 100%;
	min-height: 640px;
	background-color: #fff;
}
#product-subheader-gallery-popup h1 {
	font-size:50px;
}
#product-subheader-gallery-popup #product-subheader-gallery-popup-close {
	display: block;
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	font-size: 30px;
}
#product-subheader-gallery-popup img {
	margin: 0 auto;
}
#product-subheader-gallery-popup .product-subheader-gallery-popup-download {
	font-size: 12px;
	text-align: right;
	position: absolute;
	bottom: 70px;
	right: 0;
	z-index: 1000;
}
#product-subheader-gallery-popup .product-subheader-gallery-popup-download i {
	font-size: 18px;
	cursor: pointer;
}
#product-subheader-gallery-popup.img-responsive-landscape {
	width: 100%;
	height: auto;
}
#product-subheader-gallery-popup .img-responsive-portraid {
	max-height: 600px;
	height: 100%;
	width: auto;
	margin: 0 auto;
}

#product-subheader-video {
	position: relative;
	display: none;
	z-index: 100;
}
#product-subheader-video .back {
	position:absolute;
	z-index:1000;
	bottom:60px;
	right:25px;
	cursor:pointer;
	color:#fff;
}
#product-subheader-video .back i {
	font-size:30px;
	border:solid 1px #fff;
	border-radius:100%;
	vertical-align: middle;
	padding: 5px;
}

#product-subheader-video3d {
	position: relative;
	display: none;
	z-index: 100;
}
#product-subheader-video3d .back {
	position: absolute;
	z-index: 1000;
	bottom: 60px;
	right: 25px;
	cursor: pointer;
	color: #fff;
}
#product-subheader-video3d .back i {
	font-size: 30px;
	border: solid 1px #fff;
	border-radius: 100%;
	vertical-align: middle;
	padding: 5px;
}

.product-section.hidden {
	min-height: 100px;
}
.product-section.hidden > div {
	display:none;
	min-height:50px;
}

.product-submenu .title {
	color: var(--cst-color-product) !important;
}
.product-submenu .buttons li button:hover,
.product-submenu .buttons li button.active {
	background-color: var(--cst-color-product) !important;
	border: var(--cst-color-product) !important;
}

/* product overview */
#product-overview {
	position: relative;
}
#product-overview h2 {
	margin: 0;
}

#product-overview #product-description.reduced {
	position:relative;
	height:650px;
	overflow:hidden;
	margin-bottom:30px;
}
#product-overview #product-description.reduced #product-description-read-more {
	position: relative;
	cursor: pointer;
	text-transform: lowercase;
	background-color: var(--cst-color-product) !important;
}

/* product technologies */
#product-technologies {
	position: relative;
	background-color: var(--cst-color-black-bg-1);
	z-index:1;
}

#product-technologies .technology {
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
}
#product-technologies .technology img {
	width: 100%;
	height:auto;
}
#product-technologies .technology.open{
	background-color:#000;
	border-color:#fff;
	color:#fff;
}
#product-technologies .technology span {
	position:absolute;
	width:90%;
	top:50%;
	left:5px;
	transform:translateY(-50%);
}
#product-technologies .technology-description {
	display: none;
	position:absolute;
	z-index:10;
	width:100%;
	left:0;
	font-size: 11px;
	line-height: 1.4;
	color: #fff;
	background-color:#000;
	padding:16px;

}
#product-technologies .technology-description strong {
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:3px;
}
#product-technologies .technology-description i {
	display:block;
	z-index:2;
	float:right;
	cursor:pointer;
}

#product-technical-specifications {
	background-color: var(--cst-color-black-bg-1);
}
#product-technical-specifications .pts-title {
	font-family: 'Teko-Light', Arial, Helvetica, sans-serif !important;
	text-transform: uppercase;
	font-size: 26px;
	color: var(--cst-color-product);
	margin-bottom: 6px;
}
#product-technical-specifications .pts-label {
	font-weight:bold;
}
#product-technical-specifications .pts-notes {
	font-size:11px;
	margin-top:10px;
}
#product-technical-specifications hr {
	margin: 4px 0 4px 0;
}

/* product downloads */
#product-downloads .table > :not(caption) > * > * {
	color: var(--cst-color-prm-txt);
	background-color: var(--cst-color-prm-bgd);
}

#product-downloads .table {
	--bs-table-border-color: #333;
}
#product-downloads .table th {
	font-family: 'Teko-Light', Arial, Helvetica, sans-serif !important;
	font-weight:100;
	font-size: 24px;
	text-transform:uppercase;
	color: var(--cst-color-product);
}
#product-downloads .table td:first-of-type {
	color: #fff;
}
#product-downloads .table i {
	color: #fff;
	cursor: pointer;
	font-size: 18px;
}
#product-downloads .table .checkbox-custom .checkmark {
	background-color: var(--cst-color-black-bg-1);
	width:22px;
	height:22px;
}

#product-accessories {
	position: relative;
	background-color: #fff;
}

.dbt-accessory-box {
	background-color: #ececec;
	padding: 26px 24px;
	margin: 10px;
	height:380px;
	cursor: pointer;
}
.dbt-accessory-box h3 {
	font-family: 'Teko-SemiBold', Arial, Helvetica, sans-serif !important;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 2px;
	color: var(--primary-color-1);
	padding: 10px 0 0 0;
	margin: 0;
}
.dbt-accessory-box span {
	position:relative;
	top:-6px;
	color: #c2c2c2;
	line-height: 1;
}

.dbt-accessory-box .dbt-accessory-box-img {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 75%;
	background-color:#ececec;
	overflow: hidden;
}
.dbt-accessory-box .dbt-accessory-box-img img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0;
	background-color:#ececec;
}
.dbt-accessory-box .dbt-accessory-box-img .img-responsive-landscape {
	width: 90%;
	height: auto;
}
.dbt-accessory-box .dbt-accessory-box-img .img-responsive-portraid {
	height: 90%;
	width: auto;
}

.dbt-accessory-box .specifications {
	position:relative;
	font-size:13px;
	line-height:1.6;
	color:#000;
}
.dbt-accessory-box .specifications .specifications-inner {
	height: 60px;
	overflow: hidden;
}
.dbt-accessory-box .specifications::after {
	position:absolute;
	bottom:-20px;
	content: '...';
	color: #3e3e3e;
}

#product-accessory {
	color: #000;
	background-color: #ececec;
	min-height:75vh;
	position:relative;
}
#product-accessory button.mfp-close {
	color: #000 !important;
	margin-top:0;
	width:auto;
	top:5px;
	right:13px;
}

#product-accessory h3 {
	font-family: 'Teko-SemiBold', Arial, Helvetica, sans-serif !important;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 2px;
	color: var(--primary-color-1);
	padding: 10px 0 0 0;
	margin: 0;
}
#product-accessory .carousel .carousel-item .img-responsive-landscape {
	width: 100%;
	height: auto;
}
#product-accessory  .carousel .carousel-item .img-responsive-portraid {
	max-height: 500px;
	height: 100%;
	width: auto;
	margin: 0 auto;
}

#product-accessory-content {
}

#product-accessory-downloads {
	list-style:none;
	padding:0;
	margin:0;
}
#product-accessory-downloads li {
	padding: 15px 0 5px;
	border-bottom:solid 1px #ccc;
}
#product-accessory-downloads li .fa-lg {
	width:20px;
}
#product-accessory-downloads li .bi-download {
	float:right;
	cursor:pointer;
}
#product-accessory-downloads li .bi-hourglass-top {
	float: right;
	cursor: pointer;
}

#product-accessory-content {
	padding:60px 0;
	background-color:#ececec;
}
#product-accessory-image .carousel-control-next i,
#product-accessory-image .carousel-control-prev i {
	color: var(--primary-color-1);
	font-size: 32px;
	background-color: rgba(0,0,0,0.01);
}

#product-accessory-data {
	position:relative;
}

#product-accessory-popup-close {
	display: none;
}
#product-accessory-popup {
	position: relative;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow:hidden;
	overflow-y:scroll;
}
#product-accessory-popup #product-accessory-popup-close {
	display:block;
	z-index:100;
	position:absolute;
	top:0;
	right:0;
	color:#000;
	font-size:20px;
}

#product-related {
	position: relative;
	background-color: #fff;
	min-height: 600px;
}

#product-related .title {
	color:#000;
	font-size:28px;
	padding-left:20px;
	text-transform:uppercase;
}

@media only screen and (max-width: 1400px) {
	#product-subheader-features-inner p {
		font-size: 14px;
		line-height: 2;
	}
}

@media only screen and (max-width: 1300px) {
	#product-subheader-gallery .carousel {
		left: 50%;
		top: 50%;
		bottom:unset;
		transform: translate(-50%, -50%);
	}

	#product-subheader-features-inner p {
		font-size: 13px;
	}
	#product-downloads .table .language {
		display: none;
	}
	#product-downloads .table .release {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
	#product-subheader-features-inner p {
		font-size: 12px;
	}
	#product-subheader-features-inner a {
		font-size:12px;
	}
}

@media only screen and (max-width: 992px) {

	#product-subheader {
		margin-top: 80px;
		height: auto;
		padding: 0 30px 30px 30px;
	}

	#product-downloads .table thead {
		display: none;
	}

	#product-downloads .table tbody tr {
		position: relative;
		border-bottom-width: 1px;
		margin-bottom: 16px;
	}

	#product-downloads .table tbody td {
		display: block;
		float: left;
		border-bottom-width: 0;
		padding-top: 0;
	}

		#product-downloads .table tbody td.filename {
			padding-top: 20px;
			float: none;
		}

		#product-downloads .table tbody td.select {
			display: none;
		}

		#product-downloads .table tbody td.language {
			display: inherit;
		}

		#product-downloads .table tbody td.release {
			display: inherit;
		}

		#product-downloads .table tbody td.download {
			display: block;
			clear: both;
			width: 100%;
			text-align: right;
		}
}

@media only screen and (max-width: 991px) {

	#product-subheader {
		min-height: auto;
	}

	#product-subheader-row {
		position:relative;
	}

	#product-subheader h1 {
		font-size: 6.5vh;
	}

	#product-subheader-row > div {
		min-height: auto;
	}

	#product-subheader-top {
		z-index: 1;
	}

	#product-subheader-row {
		z-index: 2;
	}
	product-subheader-top span {
		display: block;
	}
	#product-subheader-svg span {
		display: none;
	}

	#product-subheader-svg #product-subheader-svg-wrapper {
		position: relative;
		bottom: unset;
		left: unset;
		width: 100%;
		min-height: 330px;
		margin-top:20px;
		margin-bottom:4px;
		border-top: solid 1px #e8e8e8;
		border-bottom: solid 1px #e8e8e8;
	}
	#product-subheader-svg #product-subheader-svg-wrapper svg {
		position: relative;
		bottom: -50%;
		left: 50%;
		transform:translate(-50%, -50%);
		width: 100%;
		max-width: 600px;
		max-height:300px;
	}

	#product-subheader-gallery.hideforvideo {
		position: absolute;
		left: 0;
		z-index: 0;
	}
	#product-subheader-gallery.hideforvideo .carousel-inner,
	#product-subheader-gallery.hideforvideo .carousel-download,
	#product-subheader-gallery.hideforvideo button {
		display: none;
	}

	#product-subheader-gallery .carousel {
		position: relative;
		left: unset;
		top: unset;
		bottom: unset;
		transform: none;
		width: 100%;
	}

	#product-subheader-gallery #carousel-media-selector {
		position: absolute;
		left: unset;
		right:0;
		top: -56px;
		width:auto;
		padding-right: 0;
		transform: none;
		text-align: left;
		line-height:2.2;
		color: #000;
	}
	#product-subheader-gallery #carousel-media-selector div {
		position:relative;
		float:left;
		margin-left:20px;
	}
	#product-subheader-gallery #carousel-media-selector div span {
		display:none;
	}
	#product-subheader-gallery #carousel-media-selector div .bi {
		display: block !important;
		font-size: 25px;
		color: var(--cst-color-product);
	}
	#product-subheader-gallery #carousel-media-selector div:not(:last-child) {
		border-bottom: none;
	}
	#product-subheader-gallery #carousel-media-selector div:not(:last-child):before {
		display:none;
	}
	#product-subheader-gallery #carousel-media-selector div:not(:last-child)::after {
		display: none;
	}
	#product-subheader-gallery #carousel-media-selector > i {
		display: none !important;
	}

	#product-subheader-video .back {
		display:none;
	}
	#product-subheader-video3d .back {
		display: none;
	}

	#product-subheader-features-inner a {
		position: relative;
		bottom: unset;
		right: unset;
		float: right;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.mfp-container:has(#product-accessory) {
		padding:0;
	}
	#product-accessory {
		min-height: 100%;
		padding:0;
	}
}

@media only screen and (max-width: 576px) {

	#product-subheader h1 {
		max-width:290px;
	}

	#product-subheader-svg #product-subheader-svg-wrapper {
		min-height: 300px;
	}

	#product-subheader-gallery .carousel .carousel-item {
		position: relative;
		height: 300px;
	}

	#product-accessory .carousel .carousel-item .img-responsive-portraid {
		height: auto;
		width: 100%;
		margin: 0;
	}

	.dbt-accessory-box {
		height: auto;
	}

	#product-accessory-popup #product-accessory-content {
		padding:0;
	}
}

#modal-account .form-group * {
	border-radius: 0 !important;
}
#modal-account input {
	border: solid 1px var(--bs-border-color) !important;
}
#modal-account select {
	border: solid 1px var(--bs-border-color) !important;
}

/* REFERENCE */
.subheader-reference  {
	position: relative;
}
.subheader-reference .dark-layer {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.5);
}

#reference-details {
	position: relative;
	background-color: var(--cst-color-black-bg-1);
}
#reference-details .project-details {
	border: none;
	margin-left: 20px;
	margin-right: 20px;
	background-color:#000;
}
#reference-details .project-details .product b {
	display:inline-block;
	min-width:32px;
}
#reference-details .project-details .product a {
	font-family: 'Teko-SemiBold', Arial, Helvetica, sans-serif !important;
	font-size: 18px;
}

#reference-details .reference-download {
	display: block;
	float: left;
	width: 50%;
	width: calc(50% - 38px);
	margin: 0 15px 0 20px;
	background-color: #000;
}
#reference-details .reference-download a {
	display: block;
	position: relative;
	padding: 20px;
}
#reference-details .reference-download a i {
	position:absolute;
	top:20px;
	left:20px;
	font-size:26px;
}
#reference-details .reference-download a span {
	display: block;
	margin-left: 40px;
	line-height: 1;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}
#reference-details .reference-download .reference-zipb {
	color: #8dc02d !important;
}

/* VIDEO */
.video-box {
	cursor:pointer;
}
.video-box .video-box-inner {
	position:relative;
	width:100%;
	padding-top:56.25%;
	background-color:#000;
}
.video-box .video-box-inner img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}

/* ACCOUNT */
#account-menu {
	position: relative;
	height:100%;
	padding:60px 20px;
	background-color: var(--cst-color-black-bg-1);
}

#account-menu #account-photo {
	width: 120px;
	height: 120px;
	margin:0 auto;
	border: solid 4px var(--primary-color-1);
	border-radius: 100%;
	overflow: hidden;
	cursor:pointer;
}
#account-menu #account-photo i {
	font-size:113px;
}
#account-menu h2 {
	width:100%;
	margin-top:10px;
	text-align:center;
	margin-bottom:0;
	line-height:1;
}
#account-menu p {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 0;
	line-height: 1;
}

#account-menu ul {
	list-style:none;
	margin:30px 0 0;
	padding:0;
}

#account-menu ul li {
	margin-bottom:10px;
	line-height:1;
}

#account-menu ul li button {
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	display:block;
	width:100%;
	text-align:left;
	background-color:transparent;
	padding:8px 0;
	color:#fff;
	border-radius:0;
	border:0;
	border-bottom: solid 1px transparent;
}
#account-menu ul li button.active,
#account-menu ul li button:hover {
	color:var(--primary-color-1);
	border-bottom: solid 1px var(--primary-color-1);
}

#account-contents {
	padding: 60px 0px;
}
#account-contents h5 {
	text-transform:uppercase;
}
#account-contents .form-group {
	border-bottom: solid 1px #2d2d2d;
	margin-bottom:36px;
}
#account-contents td span {
	cursor:pointer;
}

#account-contents .form-control,
#account-contents .form-select {
	background-color: #18191b;
	color: #fff;
	border: none;
	border-radius: 0;
	border-bottom: solid 1px #fff;
	outline: none;
	box-shadow: none;
}
#account-contents .form-control:disabled,
#account-contents .form-select:disabled {
	background-color: transparent;	
	border-bottom:solid 1px transparent;
	color: #fff;
	opacity: 0.7;
}
#account-contents .input-group-text {
	color: #fff;
	background-color: transparent;
	border: none;
	border-bottom:solid 1px #fff;
	border-radius: 0;
}
#account-contents .has-error::after {
	position: absolute;
	z-index: 1;
	content: '';
	bottom: 0px;
	left: -6px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 7px solid red;
}

#account-contents 

#account-contents .btn-account {
	background-color: var(--primary-color-1) !important;
	color: var(--cst-color-prm) !important;
	font-family: 'Montserrat-SemiBold', Arial, Helvetica, sans-serif !important;
	border-radius: 0;
	display:block;
	width:auto;
	margin:0 auto;
}

#account-upload .form-control-multiple-wrapper {
	border-bottom: solid 1px #fff;
	height: 30px;
}
#account-upload .select-autocomplete .easy-autocomplete-wrapper {
	display: block;
	float: left;
	width: 30%;
	height: 30px;
}
#account-upload .select-autocomplete .easy-autocomplete-wrapper .form-control {
	border:none;
	background-color:#0f0f0f;
}
#account-upload .select-autocomplete .form-control-multiple {
	display: inline-block;
	width: 70%;
	height: 30px;
	overflow-y: scroll;
	padding: 5px 12px;
	line-height: 18px;
	vertical-align: top;
}
#account-upload .select-autocomplete .form-control-multiple span {
	display: inline-block;
}
#account-upload .select-autocomplete .form-control-multiple span i {
	display: inline-block;
	margin: 0 6px 0 3px;
	cursor: pointer;
}
#account-upload .easy-autocomplete-container ul {
	background: none repeat scroll 0 0 #000;
	color:#fff;
}
#account-upload .easy-autocomplete-container ul li.selected {
	background: none repeat scroll 0 0 #0f0f0f;
	cursor: pointer;
}
#account-upload .button-uploads {
	position: relative;
}
#account-upload .button-uploads input[type=file] {
	display: none;
	width: 0;
	height: 0;
}
#account-upload .button-uploads #fileUploader-filesloaded {
	display: inline-block;
	padding-left: 5px;
	font-size: 10px;
	vertical-align: super;
}
#account-upload .button-uploads > i {
	cursor: pointer;
	margin: 0 0 10px 5px;
	vertical-align: text-bottom;
}

#account-downloads-form .easy-autocomplete-container ul {
	background: none repeat scroll 0 0 #000;
	border-top: 1px dotted #000;
	display: none;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
	top: -1px;
}
#account-downloads-form .easy-autocomplete-container ul li.selected {
		background: none repeat scroll 0 0 #ebebeb;
		cursor: pointer;
	}

#account-sharing-results .card .button {
	cursor:pointer;
}
#account-sharing-results .card .button span {
	float:right;
}
#account-sharing-results .card .collapse {
	border-top: solid 1px #303030;
}
#account-sharing-results .card .collapse ul {
	margin:0;
	padding-left:1rem;
}

#account-share .form-control {
	border: 1px solid var(--bs-border-color);
}
#account-share #account-share-docs > div {
	display:inline-block; 
	margin-right:18px;
}
#account-share #account-share-docs > div i {
	cursor: pointer;
}



@media only screen and (max-width: 992px) {
	#account-menu ul li {
		display: inline-block;
		margin-right: 20px;
	}

	#account-menu {
		padding: 40px 10px;
	}

	#account-contents {
		padding: 20px 0px;
	}
}

/* REGISTER */
#register .always-visible {
	display:block !important;
}

#register input[type="text"],
#register textarea,
#register input[type="email"],
#register input[type="number"],
#register select {
	padding: .25rem .5rem !important;
	border: 1px solid var(--bs-border-color) !important;
}
#register a {
	color:#000 !important;
	text-decoration:underline !important;
}

/* MASONRY */
.masonry .large-height .item {
	height:100% !important;
}
.masonry .large-height .item .picframe {
	height: 100% !important;
}
.masonry .large-height .item .picframe img {
	height: 100% !important;
	width:auto !important;
}

/* ROW THREE COLUMNS */
.row-three-columns .cl {
	position:relative;
}
.row-three-columns .cl .btn-line {
	position:absolute;
	bottom:0;
	left:calc(var(--bs-gutter-x) * .5);
	width:calc(100% - var(--bs-gutter-x)); 
}

/* STEPS */
.row:has(.tab_steps) {
	margin-left:0;
	margin-right:0;
}

/* VIDEO */
.video-items .item h4 {
	font-size: 20px;
}
.video-items .item p {
	font-size: 12px;
	line-height:1.8;
}