/*
=============================================================================
    HOME CSS 
=============================================================================
    INDEX:
    1. VARIABLES & ANIMATIONS
    2. GLOBAL PG STRUCTURE & TYPOGRAPHY
    3. HERO / VIDEO AREA
    4. ABOUT SECTIONS
    5. HIGHLIGHTS & PANELS
    6. FEATURES (Meet Our, Labels, What Make, Why Choose, Parts)
    7. ALL PRODUCTS
    8. SLIDERS (Royal Slider, Industries, Marine)
=============================================================================
*/

/*===========================================================================
    1. VARIABLES & ANIMATIONS
===========================================================================*/
:root {
	--image-ready: url('../../images/Home2/paneltronics-ready-delivery-red.jpg');
	--image-custom: url('../../images/Home2/paneltronics-customizable-red.jpg');
	--image-oem: url('../../images/Home2/paneltronics-OEM-red.jpg');
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideDown {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(50px);
	}
}

/*===========================================================================
    2. GLOBAL PG STRUCTURE & TYPOGRAPHY
===========================================================================*/
/* --- From home.css --- */
@media screen and (min-width:1180px) {
	#home section.has_aside aside {
		order: 2;
		padding: 40px 0 0 0;
	}

	#home section.has_aside .content {
		margin: 30px auto 0;
		padding: 10px 40px;
	}

	#home .content {
		order: 1;
	}
}

@media screen and (max-width: 879px) {
	section {
		margin: 0 1em;
	}
}

#home div.bg_gray div.content {
	margin: 0;
	padding: 0;
}

.bottom_bar {
	position: absolute;
	width: 100%;
	background-color: var(--gray2);
	height: 35px;
	bottom: 0;
}

.hm_separator {
	margin-bottom: 45px;
}

/* --- From home3.css --- */
header.Home2 {
	position: absolute;
	width: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.8);
}

button.default {
	color: white;
	background: var(--color3000);
	padding: 10px 20px;
	width: fit-content;
	margin: 0 auto;
	text-transform: uppercase;
	cursor: pointer;
	border: 2px solid transparent;
	transition: 0.5s linear;
}

button.default:hover {
	border-color: var(--color3000);
	background-color: transparent;
	color: var(--color3000);
}

#home2025 {
	font-family: "Inria Sans", sans-serif !important;
}

#home2025 .bg_gray.hide_mobile .content {
	padding-top: 0;
}

#home2025 p {
	font-size: 18px;
}

#home2025 h1,
#home2025 h2,
#home2025 h3 {
	font-size: 30px;
	font-weight: 900;
}

#home2025 li {
	font-size: 16px;
	line-height: 28px;
	margin-left: 20px;
}

#home2025 ol li {
	margin-left: 0px;
}

@media screen and (max-width: 880px) {

	#home2025 h1,
	#home2025 h2,
	#home2025 h3 {
		font-size: 20px;
		font-weight: 900;
		line-height: 27px;
	}
}

/*===========================================================================
    3. HERO / VIDEO AREA
===========================================================================*/
.video-area {
	position: relative;
	margin: auto;
	display: flex;
	background: #111111;
	overflow: hidden;
	justify-content: center;
}

.video-area #principal-video {
	padding: 56.5% 0px 0px;
	position: relative;
	width: 100vw;
}

.video-area .text {
	text-align: center;
	color: white;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: rgb(0 0 0 / 60%);
}

.video-area .text-container {
	width: 600px;
	text-align: justify;
	margin-left: 4%;
}

.text h1 {
	margin-bottom: 40px;
	line-height: 45px;
	text-align: left;
	text-transform: uppercase;
}

.text p {
	text-align: left;
	margin-bottom: 50px;
}

.text .buttons {
	margin-top: 40px;
}

.video-area .buttons a {
	margin: 0px 10px 0px 0px;
	padding: 15px 25px;
	background: var(--color2000);
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: linear 0.2s;
}

.video-area a:hover {
	background-color: var(--gray3);
}

.video-area .controls {
	position: absolute;
	right: 10px;
	top: 135px;
}

.video-area .controls button {
	margin: 5px;
	padding: 8px 10px;
	background: rgba(255, 255, 255, 0.4);
	color: white;
	text-decoration: none;
	transition: linear 0.2s;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
}

.video-area .controls button#skip {
	animation: pulse 2s;
	animation-delay: 2s;
}

.video-area button:hover {
	background-color: var(--color2000);
}

.video-area #replay {
	display: none;
}

@media screen and (min-width: 1180px) {
	.video-area .text-container {
		display: none;
	}

	.video-area .text {
		position: absolute;
		padding-top: 60px;
	}
}

@media screen and (max-width: 1179px) {
	.video-area {
		flex-direction: column;
	}

	.video-area #principal-video {
		margin-top: 120px;
	}

	.text {
		padding: 20px 10px 35px;
	}

	.text .buttons {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.text h1 {
		margin-bottom: 10px;
		font-size: 20px !important;
		line-height: 40px;
	}

	.text p {
		margin-bottom: 10px;
		font-size: 14px !important;
	}
}

/*===========================================================================
    4. ABOUT SECTIONS
===========================================================================*/
/* --- #hm_aboutus (From home.css) --- */
@media screen and (min-width: 1180px) {
	#hm_aboutus {
		max-width: 1000px;
		margin: 0 auto;
	}
}

#hm_aboutus {
	padding: 50px 20px 20px;
	margin-bottom: 24px;
	text-align: center;
}

#hm_aboutus p {
	font-size: 16px;
}

#hm_aboutus .back {
	background: var(--color3000);
	border: none;
	width: 160px;
	text-align: center;
	float: none;
	position: static;
	color: white;
	opacity: 0.8;
	margin: 20px auto;
	font-size: 14px;
	padding: 8px 20px;
}

#hm_aboutus .back:hover {
	opacity: 1;
}

/* --- .about_wrap (From home3.css) --- */
.about_wrap {
	background: #FFF;
	padding: 80px 0;
	display: table;
	width: 100%;
}

.about_wrap h2,
.meet-our h2,
.what-make h2 {
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	line-height: 40px;
}

.about_wrap h2 {
	padding-bottom: 40px;
}

.about_wrap h2 span,
.meet-our h2 span,
.what-make h2 span {
	color: var(--color2000);
}

@media screen and (max-width: 880px) {

	.meet-our h2,
	.what-make h2 {
		font-size: 22px !important;
	}
}

.about_wrap h1 {
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	line-height: 40px;
	padding-bottom: 40px;
}

.about_wrap h1 span {
	color: var(--color2000);
}

.about_wrap h4 {
	color: var(--color3000);
}

.about_wrap p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
}

.about_wrap .show {
	animation: slideUp 0.9s ease-out forwards;
}

.industries-serv-lists {
	padding: 0 !important;
	border: none !important;
}

.about_wrap.wrap_manufacturer {
	background: #f9f9f9;
}

.about_wrap .button {
	background: var(--color3000);
	border: none;
	width: 160px;
	text-align: center;
	float: none;
	position: static;
	color: white;
	opacity: 0.8;
	margin: 20px auto;
	font-size: 14px;
	padding: 4px 20px;
	display: block;
	height: 32px;
}

.about_wrap .button:hover {
	opacity: 1;
}

.about_wrap.about_paneltronics {
	padding: 0 !important;
}

@media screen and (min-width: 880px) {
	.about_wrap.about_paneltronics .flex {
		display: flex;
		align-items: stretch;
	}

	.about_wrap.about_paneltronics .fx_2:first-child {
		margin: 0 !important;
		position: relative;
		width: 50% !important;
	}

	.about_wrap.about_paneltronics .fx_2:first-child img {
		position: absolute;
		top: 0;
		right: 32px;
		width: 730px !important;
		height: 100%;
		object-fit: cover;
	}

	.about_wrap.about_paneltronics .fx_2:last-child {
		padding-top: clamp(20px, 4vw, 60px) !important;
		padding-bottom: clamp(20px, 4vw, 60px) !important;
		padding-left: 15px !important;
		padding-right: 63px !important;
		width: 50% !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 !important;
	}

	.about_wrap.about_paneltronics .content-text {
		padding: 0 3em 0 5em;
	}
}

@media screen and (max-width: 879px) {
	.about_wrap.about_paneltronics {
		padding: 40px 0 !important;
	}
}

/*===========================================================================
    5. HIGHLIGHTS & PANELS
===========================================================================*/
/* --- Highlights (From home.css) --- */
#hm_highlights a {
	background-color: var(--gray1);
}

#hm_highlights table th {
	background-color: var(--color3000);
	color: white;
	height: 64px;
	padding: 0 15px;
}

#hm_highlights img {
	width: 100%;
}

#hm_highlights table td {
	padding: 3px 5px;
}

@media screen and (min-width: 1180px) {
	.industries-serv-lists {
		max-height: 325px;
	}
}

@media screen and (max-width: 700px) {
	#hm_highlights-2 .industries-serve-home .flex .fx_2 {
		width: 100%;
	}

	#hm_highlights-2 .flex .fx_2 .solutions-home .fx_2 {
		width: 80% !important;
	}

	#hm_highlights-2 .flex .fx_2 .solutions-home .fx_2:hover {
		width: 80% !important;
	}
}

#hm_highlights-2 .flex h1 {
	text-align: center;
	margin-bottom: 30px;
}

.industries-serv-lists {
	background: var(--gray1);
	padding: 10px;
	border-top: 1px solid var(--color4000);
	border-bottom: 1px solid var(--color4000);
}

#hm_highlights-2 .industries-serve-home img {
	width: 100%;
}

#hm_highlights-2 .industries-serve-home .flex {
	margin-bottom: -17px;
}

#hm_highlights-2 .flex .fx_2 .solutions-home .fx_2 {
	margin: 0 auto;
	transition: all .2s ease-in-out;
}

#hm_highlights-2 .flex .fx_2 .solutions-home .fx_2:hover {
	width: calc(93%/2);
	transition: all .2s ease-in-out;
}

#hm_highlights-2 .flex .fx_2 .solutions-home .fx_2:hover td {
	opacity: 1;
	transition: all .2s ease-in-out;
}

#hm_highlights-2 .flex .fx_2 .solutions-home .fx_2 img {
	width: 100%;
	transition: all .2s ease-in-out;
}

#hm_highlights-2 .flex .fx_2 .solutions-home .fx_2 td {
	font-size: 0.9em;
	color: white;
	background: var(--color2000);
	height: 50px;
	padding: 0 5px;
	text-align: center;
	opacity: 0.8;
	position: relative;
	top: -6px;
	transition: all .2s ease-in-out;
}

#hm_highlights-2 .flex .fx_2 .solutions-home .fx_2 a:hover {
	opacity: 1;
}

.hm_highlights-marine {
	max-width: 860px;
	margin: 0 auto;
}

.hm_highlights-marine .marine-box {
	max-width: 260px;
	width: 100%;
	background: var(--gray1);
	padding: 15px;
	position: relative;
	border: 1px solid var(--gray2);
	min-height: 390px;
}

.hm_highlights-marine .marine-box img {
	width: 100%;
}

.hm_highlights-marine .marine-box h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: var(--color2000);
	margin-top: 10px;
	margin-bottom: 10px;
}

.hm_highlights-marine .marine-box p {
	font-size: 14px;
}

.hm_highlights-marine .marine-box .btn-readmore {
	position: absolute;
	background: var(--color2000);
	padding: 3px 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	right: 15px;
	bottom: 15px;
}

.hm_highlights-marine .marine-box .btn-readmore:hover {
	background: var(--color4000);
}

.hm_highlights-marine .marine-box .cots-sign {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 50px;
}

/* --- .panels (From home3.css) --- */
.panels {
	background-color: white;
}

.panels .fx_3.card {
	padding: 30px 11px;
	transform: translateY(50px);
	transition: opacity 0.5s, transform 0.5s;
	border-top: 9px solid #bbbbbb;
	text-align: center;
}

.panels .card.show p {
	line-height: 22px;
	font-size: 18px;
	padding: 0;
	text-align: left;
}

.panels .card.show img {
	width: 100%;
	max-width: 120px;
	margin: 0 auto 1.5em;
}

.panels .card.show {
	animation: slideUp 0.9s ease-out forwards;
}

.panels .card.hide {
	animation: slideDown 0.9s ease-out forwards;
}

.panels .fx_3.card span {
	color: var(--color2000);
}

.panels .fx_3.card h1 {
	text-transform: uppercase;
	font-size: 20px !important;
	margin-bottom: 15px;
}

.panels .fx_3.card h3 {
	text-transform: uppercase;
	font-size: 20px !important;
	margin-bottom: 15px;
	font-weight: 900;
}

.panels .fx_3.card li::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f061';
	font-weight: 900;
	margin-right: 10px;
	font-size: 8px;
	margin-left: -20px;
}

a.buttons {
	width: 100%;
	display: block;
}

.panels .card a.buttons {
	width: 100%;
	color: white;
	transition: 0.5s;
	background-color: var(--color2000);
	padding: 14px 2px;
	text-transform: uppercase;
	margin: 0 auto 8px;
	max-width: 359px;
}

.panels .card a:hover {
	background-color: var(--gray3);
	transition: 0.5s;
}

@media screen and (min-width: 1180px) {
	.panels section {
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
	}

	#all_products .flexC {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		clear: both;
		gap: 0;
	}

	.flexC {
		display: flex;
		justify-content: center;
		clear: both;
		gap: 25px;
		flex-wrap: nowrap;
	}

	.fx_3.card.show .description {
		min-height: 200px;
		margin-bottom: 15px;
	}

	.panels {
		padding: 90px 62px 45px;
	}
}

@media screen and (max-width: 1179px) {
	.panels {
		height: 100%;
		padding-top: 60px;
	}

	.panels .fx_3.card {
		display: flex;
		flex-direction: column;
	}

	.panels .fx_3.card h1,
	.panels .fx_3.card h3 {
		font-size: 22px !important;
	}
}

@media screen and (min-width: 880px) and (max-width: 1179px) {
	.panels dd.description {
		margin: 15px 0;
	}

	.panels dd.button {
		display: table;
		width: 100%;
	}

	.panels .fx_3.card img {
		max-width: 120px;
		width: 100%;
	}

	.panels .card.show p {
		padding: 0;
	}

	.panels .card.show a {
		font-size: 14px;
	}
}

@media screen and (max-width: 879px) {
	.panels .fx_3.card img {
		max-width: 180px;
		width: 100%;
	}

	.panels .card.show p {
		padding: 0;
		margin-bottom: 50px;
	}

	.panels .card.show a {
		font-size: 12px;
	}
}

/*===========================================================================
    6. FEATURES (Meet Our, Labels, What Make, Why Choose, Parts)
===========================================================================*/
/* --- Meet Our --- */
.meet-our {
	padding: 50px 0 50px 0px;
	background-color: white;
}

.meet-our h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
}

.meet-our h1 span {
	color: var(--color2000);
}

.meet-our p {
	text-align: center;
	margin: 25px;
	margin-bottom: 35px;
}

.meet-our .dcLine .fx_2:nth-child(1) {
	width: fit-content;
	margin: 0;
}

.dcLine .imgC {
	margin: 0 !important;
}

.meet-our .dcLine .fx_2:nth-child(2) {
	display: flex;
	flex-direction: column;
	width: 51%;
	margin-top: 4px;
}

.meet-our .dcLine button.default {
	margin-top: 40px;
}

.meet-our .dcLine ol,
.meet-our .dcLine ul {
	list-style: none;
	counter-reset: item;
	padding-left: 0;
	font-size: 14px;
	color: black;
}

.meet-our .dcLine ol li,
.meet-our .dcLine ul li {
	counter-increment: item;
	margin-bottom: 15px;
	font-size: 16px;
}

.meet-our .dcLine ol li::before {
	content: counter(item) ".";
	font-weight: bold;
	color: var(--color2000);
	margin-right: 8px;
}

.meet-our .dcLine ul li::before {
	content: "\25A0";
	bottom: 0.4em;
	font-weight: bold;
	color: var(--color2000);
	margin-right: 8px;
	font-size: 0.5em;
	position: relative;
}

.meet-our .dcLine .fx_2 {
	opacity: 0;
	transition: all 0.8s ease-out;
}

.meet-our .dcLine .fx_2.left {
	transform: translateX(-200px);
	position: absolute;
}

.meet-our .dcLine .fx_2.right {
	transform: translateX(200px);
	position: absolute;
	display: none;
}

.meet-our .dcLine .fx_2.show {
	opacity: 1;
}

@media screen and (min-width: 1180px) {
	.meet-our .modular {
		margin-top: 35px !important;
		margin-left: 50px;
	}
}

@media screen and (max-width: 1179px) {
	.meet-our img.imgC {
		padding: 25px 0px 0;
	}

	.meet-our .dcLine .fx_2:nth-child(2) {
		width: 85%;
	}
}

@media screen and (max-width: 880px) {
	.meet-our h1 {
		font-size: 22px !important;
	}

	.meet-our p {
		font-size: 16px !important;
	}

	.meet-our .tabs.custom-4 .tab-titles {
		gap: 10px !important;
	}
}

@media screen and (max-width: 599px) {
	.meet-our .dcLine .fx_2:nth-child(1) {
		padding: 30px 10px 10px 10px;
	}

	.meet-our .dcLine .fx_2:nth-child(2) {
		width: 100%;
		padding: 10px;
	}
}

/* --- Parts and Values --- */
.partsAndValues h1 {
	color: var(--color2000);
	line-height: 45px;
}

.partsAndValues p {
	font-size: 16px;
}

@media screen and (max-width: 1179px) {
	.zz_layer.partsAndValues {
		padding: 70px 0px;
	}

	.zz_layer.partsAndValues img {
		width: 100% !important;
	}

	.zz_layer.partsAndValues h1 {
		font-size: 18px !important;
	}
}

/* --- Labels & Custom Tabs --- */
.labels {
	background-image: url('../../images/Home2/paneltronics-listras-logo.png');
	background-size: 638px;
	background-repeat: no-repeat;
	background-position: right;
	background-position-y: -16px;
	background-color: #f0f0f0;
	transition: linear 0.5s;
}

.labels h1 {
	color: var(--color2000);
	text-transform: uppercase;
	padding: 40px 0 10px 0px;
	font-weight: bold;
}

.labels .textArea .imgC {
	margin: 20px 0;
}

.labels .fx_2.imageArea {
	display: flex;
	justify-content: flex-end;
}

.labels .imageArea .imgC {
	height: 470px;
	position: relative;
	top: -40px;
	margin-bottom: 0;
}

.labels p {
	margin: 0px 0px 30px 0px;
}

.labels span {
	color: var(--color2000);
	font-style: italic;
	font-size: 18px;
}

.labels .fx_2.textArea {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 1179px) {
	.labels {
		background-image: none !important;
	}

	.fx_2.imageArea {
		height: 100%;
	}

	.labels img.imgC {
		top: 0 !important;
		width: 100%;
		height: 100% !important;
	}

	.labels .flex {
		padding-bottom: 40px;
		background: rgba(240, 240, 240, .9);
	}
}

@media screen and (max-width: 599px) {
	.labels .flex .fx_2:first-child {
		order: 2;
	}

	.labels .flex .fx_2:last-child {
		order: 1;
	}

	.labels h1 {
		text-align: center;
	}
}

.tabs.custom-4 .tab-titles {
	justify-content: center;
	gap: 10px;
	margin-bottom: 40px;
}

.tabs.custom-4 .tab-title {
	background: var(--gray3);
	color: white;
	padding: 10px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

.tabs.custom-4 .tab-title:hover,
.tabs.custom-4 .tab-title.active {
	background: var(--color1000);
}

.tabs.custom-4 .tab {
	padding: 0;
	min-height: 680px;
}

@media screen and (max-width: 879px) {
	.tab-titles {
		display: flex;
		flex-wrap: wrap;
	}

	.tab-title {
		width: 150px;
		text-align: center;
	}
}

/* --- What Make --- */
.what-make {
	padding: 50px 0 50px 0px;
	background-color: white;
}

.what-make .separator {
	background: none;
	height: 22px;
	width: 166px;
	margin: 0px auto;
	clear: both;
}

.what-make h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
}

.what-make h1 span {
	color: var(--color2000);
}

.what-make h3 {
	font-size: 25px;
	font-weight: 900;
	color: var(--color2000);
	text-align: left !important;
	margin-left: 25px;
}

.what-make .dcLine h2 {
	margin-bottom: 10px;
}

.what-make .dcLine h3 {
	font-size: 15px;
	font-weight: 900;
	color: var(--color1000);
	text-align: left !important;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.what-make p {
	text-align: center;
	margin: 25px;
	margin-bottom: 35px;
}

.what-make .tab-item p {
	text-align: left;
	line-height: 25px;
}

.what-make .dcLine p {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 6px;
}

.what-make .tab-item h2 {
	font-size: 25px !important;
	font-weight: 900;
	color: var(--color2000);
	margin-left: 25px;
	text-align: left !important;
	text-transform: capitalize;
}

.what-make .tabs.custom-4 .tab {
	min-height: 0px;
}

.what-make .tab-item .fx_2:nth-child(1) {
	width: fit-content;
	margin: 0;
}

.what-make .tab-item .fx_2:nth-child(1) img {
	width: 543px;
}

.what-make .tab-item .fx_2:nth-child(2) {
	display: flex;
	flex-direction: column;
	width: 51%;
	margin-top: 4px;
}

.what-make .tab-item button.default {
	margin-top: 40px;
}

.what-make .tab-item ol,
.what-make .tab-item ul {
	list-style: none;
	counter-reset: item;
	padding-left: 0;
	font-size: 14px;
	color: black;
}

.what-make .dcLine ul {
	margin-left: 25px;
}

.what-make .dcLine ul li {
	counter-increment: item;
	margin-bottom: 4px !important;
	font-size: 16px;
}

.what-make .tab-item ol li,
.what-make .tab-item ul li {
	counter-increment: item;
	margin-bottom: 15px;
	font-size: 16px;
}

.what-make .tab-item ol li::before {
	content: counter(item) ".";
	font-weight: bold;
	color: var(--color2000);
	margin-right: 8px;
}

.what-make .tab-item ul li::before {
	bottom: 0.4em;
	font-weight: bold;
	color: var(--color2000);
	margin-right: 8px;
	font-size: 0.5em;
	position: relative;
}

.what-make .tab-item .fx_2 {
	opacity: 0;
	transition: all 0.8s ease-out;
}

.what-make .tab-item .fx_2.left {
	transform: translateX(-200px);
	position: absolute;
}

.what-make .tab-item .fx_2.right {
	transform: translateX(200px);
	position: absolute;
	display: none;
}

.what-make .tab-item .fx_2.show {
	opacity: 1;
}

@media screen and (max-width: 1179px) {
	.what-make img.imgC {
		padding: 25px 0px 0;
	}

	.what-make .tab-item .fx_2:nth-child(2) {
		width: 95%;
	}
}

@media screen and (max-width: 880px) {
	.what-make h1 {
		font-size: 22px !important;
	}

	.what-make p {
		font-size: 16px !important;
	}

	.what-make .tabs.custom-4 .tab-titles {
		gap: 10px !important;
	}

	.what-make p,
	.what-make ul,
	.what-make h2,
	.what-make h3 {
		margin-left: 0 !important;
	}
}

@media screen and (max-width: 599px) {
	.what-make .tab-item .fx_2:nth-child(1) {
		padding: 30px 10px 10px 10px;
	}

	.what-make .tab-item .fx_2:nth-child(2) {
		width: 100%;
		padding: 10px;
	}
}

/* --- Why Choose --- */
.why_choose_wrap {
	background-image: linear-gradient(rgb(255 255 255 / 74%), rgb(255 255 255 / 65%)), url(https://paneltronics.com/images/home3/banner-why-choose.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	padding: 80px 0;
}

.why_choose_wrap section {
	position: relative;
	z-index: 2;
}

.why_choose_wrap h2 {
	color: #000;
}

.why_choose_wrap .intro-text {
	text-align: center;
	max-width: 950px;
	margin: 0 auto 60px auto;
	font-size: 18px;
	line-height: 1.5;
}

.why_choose_wrap .flex {
	margin-bottom: 20px;
}

.why_choose_wrap .mt-custom {
	margin-top: 40px;
}

.why_choose_wrap h4 {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 5px;
}

.why_choose_wrap .fx_3 p {
	text-align: left;
	font-size: 16px !important;
	line-height: 1.4;
	color: #222;
}

@media screen and (max-width: 879px) {
	.why_choose_wrap .fx_3 {
		margin-bottom: 30px;
	}

	.why_choose_wrap .mt-custom {
		margin-top: 0;
	}
}

/*===========================================================================
    7. ALL PRODUCTS
===========================================================================*/
/* --- From home.css  --- */
#all_products {
	background: #3e5c7c url(../../images/bg-allproducts-blue.jpg) no-repeat top center;
	background-size: auto;
	padding-top: 30px;
}

#all_products a {
	color: var(--gray1);
}

#all_products a:hover {
	color: #9fceff;
}

#all_products h3 {
	color: #A2C2E3;
	text-transform: uppercase;
	font-size: 18px;
}

#all_products .flex .fx_3,
#all_products .flex .fx_4,
#all_products .flexC .fx_3,
#all_products .flexC .fx_4 {
	margin-bottom: 50px;
}

#all_products dl dd {
	line-height: 1.5em;
	font-size: 14px;
	color: white;
}

/* --- From home3.css  --- */
@media screen and (min-width: 1180px) {
	#all_products {
		background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 54%, rgb(255 255 255 / 0%) 76%), url(https://paneltronics.com/images/home3/img-allpro.jpg) !important;
		background-size: 100% 100%, cover !important;
		background-position: center, -108px center !important;
		background-repeat: no-repeat, no-repeat !important;
		background-color: #fff !important;
		padding: 50px 0;
	}

	#all_products section {
		display: flex;
		flex-direction: row-reverse;
	}

	#all_products .content {
		width: 690px;
		padding: 0;
	}
}

#all_products h2 {
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000 !important;
	margin-bottom: 40px !important;
}

#all_products h2 span {
	color: #b5121b;
}

#all_products h3 {
	color: var(--color3000) !important;
	font-size: 16px;
}

#all_products .fx_2:first-child h3:first-child,
#all_products .fx_2:last-child h3:first-child {
	margin-top: 0;
}

#all_products dl {
	margin-bottom: 35px;
}

#all_products dd {
	margin-bottom: 0 !important;
	line-height: 19px !important;
}

#all_products dd a {
	color: #222;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.2s;
}

#all_products dd a:hover {
	color: #b5121b;
	text-decoration: underline;
}

@media screen and (min-width: 880px) and (max-width: 1179px) {
	#all_products {
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 200px, rgba(255, 255, 255, 1) 400px), url('https://paneltronics.com/images/home3/paneltronics-allproducts-background-2.png') !important;
		background-position: center top !important;
		background-size: 100% 100%, 130% auto !important;
		background-repeat: no-repeat, no-repeat !important;
		padding: 400px 40px 50px 40px !important;
	}
}

@media screen and (max-width: 879px) {
	#all_products {
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 150px, rgba(255, 255, 255, 1) 320px), url('https://paneltronics.com/images/home3/paneltronics-allproducts-background-2.png') !important;
		background-size: 180% auto !important;
		background-repeat: no-repeat, no-repeat !important;
		padding: 262px 20px 50px 20px !important;
	}
}

/*===========================================================================
    8. SLIDERS (Royal Slider, Industries, Marine)
===========================================================================*/
/* --- Royal Slider Generic / Slide Home (From home.css) --- */
.royalSlider>.slide_home {
	display: none;
}

.slide_home {
	background-size: cover;
	height: 100%;
}

.rsSlide {
	height: 100%;
	width: 100%;
}

@media screen and (min-width:1180px) {
	#slide_industries {
		height: 435px;
	}

	.content .slide_home>h1 {
		padding-top: 20px;
		line-height: 45px !important;
		font-size: 40px !important;
	}
}

@media screen and (min-width: 850px) and (max-width: 1179px) {
	.slide_home>h1 {
		line-height: 30px !important;
		font-size: 28px !important;
		padding: 10px 0 0;
	}

	.slide_home>h3 {
		font-size: 16px;
		margin-top: -10px;
	}

	.slide_home img {
		width: 60%;
	}

	.slide_home p {
		font-size: 11px !important;
		line-height: 17px !important;
		margin-bottom: 15px !important;
	}

	.slide_home ul {
		margin-bottom: 15px;
	}

	.slide_home ul li {
		font-size: 11px !important;
		line-height: 16px !important;
		margin-bottom: 0 !important;
	}

	.rsSlide a {
		padding: 4px 20px !important;
	}
}

@media screen and (min-width: 480px) and (max-width: 849px) {
	.slide_home>h1 {
		padding-top: 2vw;
		line-height: 30px !important;
	}

	.slide_home img {
		width: 60%;
	}

	.content .slide_home>h3,
	.content .slide_home p,
	.content .slide_home ul {
		display: none;
	}

	.content .slide_home p.link-more {
		display: block;
		margin-top: 6px;
	}

	.content .slide_home p.link-more .more {
		padding: 2px 15px !important;
	}
}

#slide_industries {
	overflow: hidden;
}

.content .slide_home>h1 {
	color: var(--color2000);
	line-height: 3vw;
	font-size: 3vw;
}

.slide_home>img {
	float: right;
}

.slide_home p {
	font-size: 18px;
	line-height: 25px;
}

.rsSlide a.more {
	color: white;
	display: inline-block;
	padding: 8px 20px;
	background-color: var(--color3000);
	text-transform: uppercase;
	font-size: 14px;
}

.rsSlide a.more:hover {
	background-color: var(--color1000);
	color: white;
}

.rsSlide a {
	color: var(--color1000);
}

.rsSlide a:hover {
	color: var(--color2000);
}

/* RS Default Controls (Arrows, Thumbs, Tabs, Preloader) */
.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
}

.rsDefault.rsVer .rsArrowLeft {
	top: 0;
	left: 0;
}

.rsDefault.rsVer .rsArrowRight {
	bottom: 0;
	left: 0;
}

.rsDefault.rsHor .rsArrowLeft {
	left: 0;
	top: 0;
}

.rsDefault.rsHor .rsArrowRight {
	right: 0;
	top: 0;
}

.rsDefault .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	cursor: pointer;
	background: url('../../Library/royal_slider/rs-default.png');
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 2px;
}

.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -64px -32px;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -64px -64px;
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -96px -32px;
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -96px -64px;
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
	opacity: .2;
	filter: alpha(opacity=20);
}

.rsNav.rsThumbs.rsThumbsHor {
	background-color: var(--gray2);
	color: #131313;
	position: absolute;
	bottom: 0;
	height: 35px;
	z-index: 3;
	width: 100%;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
	width: 1150px;
}

.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	text-transform: uppercase;
}

.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}

.rsDefault .rsThumb.rsNavSelected {
	background: #131313;
	color: white;
}

.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.rsDefault .rsTmb {
	display: block;
	font-size: 14px;
	padding: 10px 20px;
	min-width: 250px;
}

.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}

.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	background-color: #313131;
}

.rsDefault .rsThumbsArrow:hover {
	background: rgba(175, 16, 15, 0.9);
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
	top: 0;
	left: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
	bottom: 0;
	left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
	left: 0;
	top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
	right: 0;
	top: 0;
}

.rsDefault .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url('../../Library/royal_slider/rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -128px -32px;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -128px -48px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -144px -32px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -144px -48px;
}

.rsDefault .rsThumbsArrowDisabled {
	display: none !important;
}

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-top: 12px;
	position: relative;
}

.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;
	background-color: #FFF;
	background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
	box-shadow: inset 1px 0 0 #fff;
}

.rsDefault .rsTab:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.rsDefault .rsTab:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: 1px solid #cfcfcf;
}

.rsDefault .rsTab:active {
	border: 1px solid #D9D9DD;
	background-color: #f4f4f4;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsDefault .rsTab.rsNavSelected {
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

.rsDefault .rsPreloader {
	width: 20px;
	height: 20px;
	background-image: url(../preloaders/preloader-white.gif);
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}

/* --- Marine Slider (From home.css) --- */
.slide_home_marine {
	background-size: cover;
	height: 100%;
}

@media screen and (min-width:1180px) {
	#slide_marine {
		height: 400px;
	}

	.slide_home_marine img {
		width: 1200px;
	}
}

@media screen and (min-width: 850px) and (max-width: 1179px) {
	.slide_home_marine img {
		width: 100%;
	}
}

@media screen and (max-width: 849px) {
	.slide_home_marine img {
		width: 100%;
	}
}

#slide_marine {
	overflow: hidden;
}

#slide_marine .rsNav.rsThumbs.rsThumbsHor {
	display: none;
}

/* --- Slide Industries (From home3.css - Customizations over RS Default) --- */
.slider-wrapper {
	position: relative;
	width: 100%;
	min-height: 440px;
}

#slide_industries .slide-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 0 3%;
	box-sizing: border-box;
	position: relative;
}

#slide_industries .slide-text {
	flex: 0 0 58%;
	text-align: left;
	position: relative;
	z-index: 20;
}

#slide_industries .slide-media {
	flex: 0 0 60%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 20;
	background-color: #dddddd;
}

#slide_industries .slide-media video {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	mix-blend-mode: multiply;
	backface-visibility: hidden;
	transform: translateZ(0);
}

#slide_industries .slide-text h2 {
	font-size: 50px;
}

#slide_industries .slide-text p {
	font-size: 17px;
}

.content .slide_home>h2 {
	color: var(--color2000);
	line-height: 3vw;
	font-size: 3vw;
	font-weight: 700 !important;
	margin: 0;
}

.content .slide_home li {
	line-height: 20px !important;
}

.content .slide_home h3 {
	font-size: 1.2em !important;
	font-weight: 700 !important;
}

.slide-flex a.more {
	color: white;
	padding: 2px 20px !important;
	background-color: var(--color3000, #2b5d8c);
	text-transform: uppercase;
	float: left;
	margin-left: 0;
	font-size: 14px !important;
	border: none;
	margin-top: 20px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

#slide_industries a.more:hover {
	background-color: #222;
}

#slide_industries .slide-text .rsABlock {
	position: relative !important;
	display: block !important;
	left: auto !important;
	top: auto !important;
	transform-origin: center center;
	opacity: 0;
	padding-right: 20px;
}

#slide_industries .slide-media.rsABlock {
	opacity: 0;
}

#slide_industries .rsNav.rsThumbs {
	bottom: 3px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	width: 100%;
	justify-content: center;
}

#slide_industries .rsThumbsContainer {
	display: flex;
	transform: none !important;
	width: auto !important;
	align-items: flex-end;
	white-space: nowrap;
	position: relative;
}

#slide_industries div.rsNavItem.rsThumb.rsNavSelected>span.rsTmb {
	background: #131313;
	color: white;
}

#slide_industries .rsNavItem.rsThumb.rsNavSelectedimg {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

#slide_industries .rsThumb {
	display: block;
	padding: 10px 0px;
	max-width: 235px;
	text-transform: uppercase;
	margin-right: 5px !important;
}

#slide_industries .rsTmb {
	padding: 10px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	transition: background-color 0.3s, color 0.3s;
}

#slide_industries .rsNavItem.rsNavSelected .rsTmb {
	color: #fff;
}

#slide_industries .rsNavItem.rsThumb>span.rsTmb:hover {
	background-color: #d0d0d0;
	color: #222;
}

.slider-wrapper .custom-arrow {
	position: absolute;
	bottom: -5px;
	transform: translateY(-50%);
	cursor: pointer;
	display: flex;
	width: 25px;
	height: 25px;
	background: rgba(0, 0, 0, 0.4);
	color: white;
	transition: background 0.3s ease;
	align-items: center;
	justify-content: center;
	z-index: 100;
}

.slider-wrapper .custom-arrow:hover {
	background: rgba(0, 0, 0, 0.8);
}

.slider-wrapper .custom-arrow-left {
	right: 5px;
}

.slider-wrapper .custom-arrow-right {
	right: -24px;
}

.slider-wrapper .custom-arrow::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
}

.slider-wrapper .custom-arrow-left::before {
	content: "\f053";
}

.slider-wrapper .custom-arrow-right::before {
	content: "\f054";
}

@media screen and (min-width: 1180px) {
	#slide_industries {
		height: 460px !important;
	}

	.content .slide_home>h2 {
		padding-top: 20px;
		margin-bottom: 5px;
		line-height: 45px !important;
		font-size: 34px !important;
		text-transform: uppercase;
	}

	#slide_industries .custom-oem {
		width: 500px !important;
	}

	#slide_industries .rack-mount {
		width: 440px !important;
	}

	#slide_industries .water-proof {
		width: 490px !important;
	}

	#slide_industries .power-distribution {
		width: 432px !important;
	}

	#slide_industries .slide-media video {
		width: 365px;
	}

	.hide_desktop_slide{
		display: none;
	}
}

@media screen and (min-width: 850px) and (max-width: 1179px) {
	.slider-wrapper {
		min-height: auto;
	}

	#slide_industries .slide-text h2 {
		font-size: 25px !important;
	}

	#slide_industries .slide_home p {
		font-size: 14px !important;
	}

	.slide-flex a.more {
		font-size: 12px !important;
		margin-top: 0 !important;
	}

	#slide_industries .rsTmb {
		padding: 4px 10px;
		font-size: 8px;
	}

	#slide_industries .rsThumb {
		padding: 3px 0px;
		margin-right: 0px !important;
	}

	.slider-wrapper .custom-arrow-left {
		right: 10px;
	}

	.slider-wrapper .custom-arrow-right {
		right: -20px;
	}

	#slide_industries .custom-oem {
		width: 365px;
	}

	#slide_industries .rack-mount {
		width: 300px;
	}

	#slide_industries .water-proof {
		width: 362px;
	}

	#slide_industries .power-distribution {
		width: 330px;
	}

	#slide_industries .enclosure-box {
		width: 272px;
	}
	.hide_desktop_slide{
		display: none;
	}
	
}

@media screen and (min-width: 480px) and (max-width: 849px) {
	.slider-wrapper {
		min-height: auto;
	}

	.slide_home>h2 {
		padding-top: 2vw;
		line-height: 30px !important;
	}

	#slide_industries,
	#slide_industries .rsOverflow {
		height: 380px !important;
	}

	#slide_industries .slide-flex {
		flex-direction: row !important;
		align-items: center !important;
		padding: 0 !important;
	}

	#slide_industries .slide-text {
		flex: 0 0 50% !important;
		width: 50% !important;
		margin-bottom: 0 !important;
	}

	#slide_industries .slide-media {
		flex: 0 0 50% !important;
		width: 50% !important;
		justify-content: flex-end !important;
	}

	#slide_industries .slide-text h2 {
		font-size: 21px !important;
		line-height: 24px !important;
		margin-bottom: 10px !important;
		padding-right: 0 !important;
	}

	#slide_industries .slide-text > p:not(.link-more),
	#slide_industries .slide-text .flex,
	#slide_industries .slide-text ul > li {
		font-size: 11px !important;
		line-height: 17px;
		display: -webkit-box;
	}

	#slide_industries .slide-text ul {
		padding: 0px !important;
		margin: 0;
	}
	
	#slide_industries .slide-text ul > li {
		list-style-position: inside;
		margin-left: 6px;
	}
	#slide_industries .slide-text .link-more {
		display: block !important;
		margin-top: 10px !important;
	}

	.slide-flex a.more {
		padding: 8px 15px !important;
		font-size: 8px !important;
		margin-top: 0 !important;
		width: auto !important;
	}

	#slide_industries .rsThumbs {
		bottom: 5px !important;
	}

	#slide_industries .rsNavItem.rsThumb {
		width: auto !important;
		height: auto !important;
		padding: 3px !important;
		max-width: 149px !important;
		
	}

	#slide_industries .rsTmb {
		font-size: 7px !important;
		padding: 4px 3px !important;
		line-height: 12px !important;
		text-align: center;
	}

	#slide_industries .enclosure-box {
		width: 272px;
	}

	.slider-wrapper .custom-arrow {
		width: 20px  ;
		height: 20px  ;
	}

	.slider-wrapper .custom-arrow::before {
		font-size: 12px;
	}

	#slide_industries div.rsNavItem.rsThumb.rsNavSelected{
		background: #131313;
		
	}
	#slide_industries div.rsNavItem.rsThumb{
		line-height: 0px;
	}

	.slider-wrapper .custom-arrow-left {
		right: 0px;
	}
	
	.slider-wrapper .custom-arrow-right {
		right: -24px;
	}

	.hide_desktop_slide{
		display: none;
	}

}

@media screen and (min-width: 480px) and (max-width: 709px){
	.hide_desktop_slide{
		display: block;
	}

	.hide_mobile_slide{
		display: none;
	}

}

@media (max-width: 479px) {

	#slide_industries,
	#slide_industries .rsOverflow {
		height: 680px !important;
	}

	#slide_industries .slide-flex {
		flex-direction: column !important;
		justify-content: flex-start !important;
		padding: 20px 0;
	}

	#slide_industries .slide-text {
		flex: 0 0 auto !important;
		width: 100% !important;
		margin-bottom: 30px !important;
	}

	#slide_industries .slide-text h2 {
		font-size: 22px !important;
		line-height: 1.2 !important;
		margin-bottom: 15px !important;
	}

	#slide_industries .slide-text p {
		font-size: 14px !important;
		line-height: 1.4 !important;
	}

	.slide-flex a.more {
		margin: 15px auto 0 !important;
		font-size: 12px !important;
		width: 340px;
		max-width: 100%;
	}

	#slide_industries .slide-media {
		flex: 0 0 auto !important;
		width: 100% !important;
		justify-content: center !important;
	}

	#slide_industries .slide-media video,
	#slide_industries .pdu-animation video {
		width: 100% !important;
		max-width: 500px !important;
		height: auto !important;
	}

	#slide_industries .rsNavItem.rsThumb {
		width: 10px !important;
		height: 10px !important;
	}

	#slide_industries .rsThumbsContainer {
		align-items: center;
	}

	.slider-wrapper .custom-arrow-left {
		right: 5px;
	}

	.slider-wrapper .custom-arrow-right {
		right: -24px;
	}

	#slide_industries div.rsNavItem.rsThumb.rsNavSelected{
		background: #131313;
	}

	.hide_mobile_slide{
		display: none;
	}

	.hide_desktop_slide{
		display: block;
	}

}