/*Potomacelectric.com*/
#sp-top-bar .sp-module {
  margin: 0;
}

#mod-custom120 p {
  margin-bottom: 0px;
}

.templateblock {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.left-column,
.right-column {
    flex: 1;
}

@media (min-width: 768px) {
    .templateblock {
        flex-direction: row;
        align-items: flex-start;
    }
    
    .left-column {
        flex: 0 0 auto;
        margin-right: 1rem;
    }
    
    .right-column {
        flex: 1;
    }
}

.article-details h1, .componentheading, .contentheading {
  min-height: 31px;
  background: #59a1d2;
  color: #fff;
  font-size: 24px;
  padding: 5px 0 5px 80px;
  font-weight: bold;
  text-transform: capitalize;
  clear: both;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  [class*="rsmg_rsp_slider_container"] .rstpl-caption h2 {
    font-size: 1.5rem;
  }
}

.slick-slider {
  margin-bottom: -15px;
}

#sp-main-body {
  padding: 0px;
}

.slidermod {
  margin-top: -15px;
}

#sp-right h3 {
  margin: 0 0 0 0 !important;
  padding: 9px 18px 9px 34px !important;
  color: #fff !important;
  background: #72bf44 !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  font-size: 16px !important;
}

#sp-right .sp-module {
  border: none;
  padding: 0px;
}

.mod-banners__item.banneritem {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mod-banners__item.banneritem img {
    display: block;
    max-width: 100%;
    height: auto;
}

.mod-banners.bannergroup {
  padding: 10px;
}

.mod-banners__footer.bannerfooter {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}

#sp-right .sp-module {
  margin-top: 20px;
}

#sp-right {
  background-color: #fff;
  padding: 10px;
  border-right: 10px solid #fff;
}

.mod-banners {
  background-color: #666666;
}

.mod-articles-items.mod-list {
  background-color: #666666;
  padding: 10px !important;
}

.mod-articles-link {
  color: #007;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}

#sp-right .sp-module ul > li {
  display: block;
  border-bottom: none;
}

.sp-module-content ul.mod-articles-items.mod-list {
    list-style: none;
    padding-left: 0;
}

.sp-module-content ul.mod-articles-items.mod-list li {
    position: relative;
    padding-left: 1.5em;
}

.sp-module-content ul.mod-articles-items.mod-list li::before {
    content: "•";
    color: white;
    position: absolute;
    left: 0;
    font-size: 1.2em;
}

.mod-articles-link {
    color: inherit;
    text-decoration: none;
}

.mod-articles-link:hover {
    text-decoration: underline;
}

.sp-menu-item.current-item.active a {
  color: #fff !important;
}

.sp-menu-item a:hover {
  text-decoration: underline;
}

#sp-footer {
    position: relative;
}

#sp-footer::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #004f93;
    z-index: 1;
}

#sp-main-body {
  margin-bottom: 0px;
}

#sp-footer {
  margin: 0 auto;
}

#sp-main-body, #phocagallery-categories-detail {
    /*min-height: 70vh;*/
    display: flex;
    flex-direction: column;
}

#sp-footer .container-inner {
  padding: 15px 0px 0px 0px;
  border-top: none;
}

#sp-footer a, #sp-bottom a {
  color: #fff;
}

#sp-footer a:hover {
  text-decoration: underline;
}

#sp-footer1 .sp-column {
  text-align: center;
}

.sp-menu-item.current-item.active {
background: #72bf44;
}

.sp-megamenu-parent > li > a, .sp-menu-heading, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a  {
  color: #039 !important;
}

.sp-megamenu-parent > li:last-child > a {
  padding: 0px 10px 0px 10px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 0px;
}

.sp-dropdown.sp-dropdown-main.sp-menu-right .sp-menu-item {
  padding: 5px !important;
}

.sp-dropdown.sp-dropdown-main.sp-menu-right .sp-menu-item:hover {
  background: #66ccfd !important;
}

.sp-menu-item:hover {
  background: #66ccfd !important;
}

a.fun-stuff-menu-item {
  font-family: "Great Vibes", cursive !important;
  font-weight: 800;
  font-size: 20px !important;
}

.fun-stuff-menu-item {
  margin-top: 2px !important;
  margin-bottom: -2px !important;
}

.fun-stuff-menu-item {
  font-size: 18px !important;
}

.mod-articles-item-content h4 a {
  font-size: 17px;
}

.sp-menu-item {
  margin: 0px 1px !important;
}

.animated {
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff;
}

.templateblock {
  display: flex;
}

.left-column {
  flex: 0 0 20%;
}

.right-column {
  flex: 1;
}

@media (max-width: 767px) {
  .templateblock {
    flex-direction: column;
  }

  .right-column {
    order: -1;
  }

  .left-column {
    flex: 0 0 auto;
  }

  .left-column .image {
    text-align: center;
    margin-bottom: 20px;
  }

  .left-column img {
    display: block;
    margin: 0 auto;
  }
}

joomla-tab > joomla-tab-element {
  border: none;
}

.breadcrumb {
  background-color: transparent;
}

/*.article-introtext {
  display: flex;
}*/

.left-column {
  flex: 0 0 25%;
}

.right-column {
  flex: 1;
}

@media (max-width: 767px) {
  .article-introtext {
    flex-direction: column;
  }

  .right-column {
    order: -1;
  }

  .left-column {
    flex: 0 0 auto;
  }
}

.article-header h2 {
  color: #69f;
  text-align: center;
  font-weight: 800;
}

.left-column .Description {
  margin-bottom: 10px;
  background-color: #EEEEEE;
  padding: 10px;
  top: -10px;
  font-size: 14px;
}

.DatePlace {
  color: #999;
}

h2 {
  font-size: 20px;
  color: #009;
  font-weight: bold;
}

.page-header {
  min-height: 31px;
  background: #CC0000;
  color: #666666;
  font-size: 24px;
  padding: 5px 0 5px 80px;
  font-weight: bold;
  text-transform: capitalize;
  clear: both;
  margin-bottom: 10px;
  padding-top: 15px;
}

.ph-si.ph-si-image, .ph-si.ph-si-category-top-category, .ph-si.ph-si-category-medium.pg-image.c-Image.c-Image--shaded, .ph-si.ph-si-category, .pg-item-box-image.pg-svg-box, .pagination.pagination-centered {
  display: none;
}

.ph-si.ph-si-category-top-back {
  max-width: 25px;
  margin-right: 10px;
  margin-top: -7px;
  max-height: 25px;
}

.pg-category-categories-top-box-title {
  margin: 20px 0px;
}

.pg-category-box-count {
  display: none;
}

.pg-category-categories-top-box-title {
  margin: 5px 0px;
}

#phocagallery {
  display: flex;
  flex-wrap: wrap;
}

#phocagallery-categories-detail {
  width: 20%;
  box-sizing: border-box;
}

#pg-msnr-container {
  width: 80%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  #phocagallery-categories-detail,
  #pg-msnr-container {
    width: 100%;
  }

  #pg-msnr-container {
    order: 1;
  }

  #phocagallery-categories-detail {
    order: 2;
  }
}

#pg-msnr-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}

#pg-msnr-container .pg-item-box {
  width: calc(50% - 0.5%);
  box-sizing: border-box;
}

@media (max-width: 767px) {
  #pg-msnr-container .pg-item-box {
    width: 100%;
  }
}

.pg-item-box {
  display: flex;
  flex-wrap: wrap;
}

.pg-item-box figure {
  flex: 0 0 40%;
  box-sizing: border-box;
}

.pg-item-box .pg-item-box-info {
  flex: 0 0 40%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .pg-item-box figure,
  .pg-item-box .pg-item-box-info {
    flex: 0 0 100%;
  }
}

.page-header {
  width: 100%;
}

#pg-msnr-container {
  height: 200px;
}

#pg-msnr-container .pg-item-box {
  height: 100% !important;
  display: flex;
  flex-direction: column;
}

.pg-item-box {
  text-align: center;
}

figure {
  text-align: center;
  margin: 0 auto !important;
  margin-bottom: 10px !important;
}

.ph-sr-only {
  display: none;
}

.pg-item-box-title.image.pg-display-name-1 {
  max-width: 200px;
}

.rsmg-item-title {
  font-size: 1em;
}

@media (min-width: 767px) {
.rsmg-item-body {
  min-height: 105px !important;
}
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  line-height: 33px;
}

/*Potomacelectric.com - repairs*/
#sp-main {
background: linear-gradient(to bottom, #66ccfd, #fff);
}

#sp-component {
  background-color: #fff;
}

.badge.bg-danger.featured-article-badge {
  display: none;
}

.article-list .article {
  border: none;
}

.sp-megamenu-parent > li > a:hover, .sp-menu-heading:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover  {
  color: #fff !important;
}

.sp-menu-item:hover {
  background: #6095ff;
}

.sp-menu-item.sp-has-child:hover {
  background: #666666;
}

h1, .componentheading, .contentheading, .page-header h2 {
  min-height: 31px;
  background: #CC0000;
  color: #666666;
  font-size: 22px;
  padding: 7px 0 10px 80px;
  font-weight: bold;
  text-transform: capitalize;
  clear: both;
}

.swiper-caption {
  height: 43% !important;
  width: 100% !important;
  padding: 0px !important;
  height: 20%;
  margin-top: 140px;
  text-align: center;
}

h3 {
  color: #CC0000;
}

.sp-module.right-menu-css {
  margin: 0px 30px !important;
}

.mod-menu.mod-list.menu li {
  color: #FFFFFF !important;
  background-color: #6699FF !important;
  margin-top: 10px !important;
  padding: 0px 10px !important;
}

.mod-menu.mod-list.menu a {
  color: #fff;
}

.mod-menu.mod-list.menu a:hover {
  text-decoration: underline;
}

#mod-custom94 {
  margin-top: -30px;
}

#mod-custom93 {
  background-color: #fff;
  padding: 15px 0px 1px 0px;
}

.modJLexReview.customer-testimonials-css {
  padding: 10px;
  background-color: #fff;
}

._author {
  font-weight: 600;
  font-style: italic;
}

.sp-module-content-top.clearfix {
  margin-top: 10px;
}

#jreview-listing .reviewBlock .re-addon {
  display: none;
}

.sp-page-title {
  padding: 10px 0px 5px 0px !important;
  background: #003399 !important;
}

#sp-footer, #sp-bottom {
  background: #72bf44;
}

a {
  color: #CC0000;
}


.by-industry {
  display: flex;
}

.image {
  flex: 0 0 30%;
  box-sizing: border-box;
}

.right-column {
  flex: 1;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .by-industry {
    flex-direction: column;
  }
  
  .image, .right-column {
    width: 100%;
  }
}

.com-content-category__table.category.table.table-striped.table-bordered.table-hover {
  display: none;
}

.file-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.file-link img {
  flex-shrink: 0;
}

.file-link a {
  text-decoration: none;
}

table {
	overflow-x: auto;
	display: block;
}

.container-fluid.blog-featured {
  padding: 0px !important;
}

.com-content-category__pagination.btn-group.float-end {
  display: none;
}

.zebra {
  width: 100%;
  border-collapse: collapse;
}

.zebra th {
  background-color: #4D9CFF;
  color: #000;
}

.zebra tbody tr:nth-child(odd) {
  background-color: #666666;
}

.zebra tbody tr:nth-child(even) {
  background-color: white;
}

.zebra td, .zebra th {
border: 2px solid #fff;
padding: 0px 5px;
}

.tags.list-inline.mb-4 {
  display: none;
}

.readmore {
  text-align: right;
}

.readmore a {
  color: #69F !important;
}

.article-list .article {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.dropfiles-content-table.dropfiles-content .dropfiles-container .dropfilescategory:not(.backcategory), .dropfiles-content-table.dropfiles-content .dropfiles-container .dropfilescategory_placeholder {
  margin: 3px;
}

ul.jaofoldertree li {
  padding: 0 0 0 5px;
}

.dropfiles-content .dropfilescategory:not(.backcategory) {
  min-width: 265px;
}

.dropfiles-content .dropfilescategory:not(.backcategory) > span {
  width: 100% !important;
  max-width: 190px;
}


@media (min-width: 576px) {
#rsform_3_page_0 .col-sm-3 {
    width: 30% !important;
  }
}

@media (min-width: 576px) {
#rsform_3_page_0 .col-sm-9 {
    width: 70% !important;
  }
}

.mod-breadcrumbs.breadcrumb.px-3.py-2 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

@media (max-width: 1220px) {
.d-none.d-lg-flex.header-modules.align-items-center {
  display: none !important;
}

#sp-menu {
  padding-right: 30px;
}
}

@media (max-width: 720px) {
h1, .componentheading, .contentheading, .page-header h2 {
  padding: 10px;
}

.offcanvas-menu .mod-menu.mod-list.menu li {
  background-color: transparent !important;
}

.image img {
  margin: 0 auto;
}

.article-details h1, .componentheading, .contentheading {
  padding: 15px;
  font-size: 25px !important;
}

.right-column {
  margin-left: 0px;
}

 .dropfiles-container .with_foldertree {
    margin: 0px !important;
    min-height: 100px;
  }
  
.page-header {
  padding: 10px;
  }
}

@media (max-width: 990px) {
.offcanvas-menu .mod-menu.mod-list.menu li {
  background-color: transparent !important;
}
}

/*Mechatronicssystems.com*/
.header-modules {
  margin-left: 10px;
}

.mod-finder.js-finder-searchform.form-search {
  max-width: 160px;
}

#sp-header {
  box-shadow: none;
}

#sp-header {
  height: 80px;
}

.mod-menu {
  list-style-type: none;
  padding-left: 20px;
}

.mod-menu > li {
  position: relative;
  padding-left: 20px;
}

@media (min-width: 991px) {
.mod-menu > li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #CC0000;
  font-weight: bold;
  margin-top: 2px;
  margin-left: 5px;
}
}

#sp-left .sp-module ul>li>a, #sp-right .sp-module ul>li>a {
    line-height: 25px;
}

.mod-articleslatest li a span:last-child {
  display: none;
}

.sp-module-content .latestnews>li>a>span {
    font-size: 100%;
}

.latestnews.mod-list {
  list-style-type: none;
  padding-left: 20px;
}

.latestnews.mod-list > li {
  position: relative;
  padding-left: 20px;
}

.latestnews.mod-list > li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #72bf44;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 5px;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
    padding: 0px;
}

aside#sp-right .sp-module-content {
    background-color: #fff;
    padding: 10px;
    border-bottom: 2px solid #72bf44;
}

.slider + .article-text {
  overflow: hidden;
}

@media (min-width: 768px) {
  .slider {
    float: left;
    width: 30%;
    margin-right: 5%;
  }
  
  .article-text {
    float: left;
    width: 65%;
  }
}

@media (max-width: 767px) {
  .slider,
  .article-text {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.red {
    color: #c00;
}

.article-header h2 {
    text-align: left;
    min-height: 31px;
    background: #59a1d2;
    color: #FFFFFF;
    font-size: 22px;
    padding: 7px 0 2px 80px;
    font-weight: bold;
    text-transform: capitalize;
    clear: both;
}

div#mod-custom117 {
    margin: 0px 0px 20px 0px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  padding: 0px;
}

.article-details .article-header h1, .article-details .article-header h2, .article-details .article-header h4 {
    font-size: 1.5rem;
}

table.tablepref td {
    background: #eeeeee;
    margin: 3px;
    padding: 3px;
    padding-right: 3px;
}

.tabselecttr {
    background: #ffeecc !important;
}

table td {
    font-weight: normal;
    color: #000;
}

.tablepref {
    width: 100% !important;
    margin: 3px;
    border-spacing: 2px ! important;
    border-collapse: separate ! important;
    padding: 3px;
    cellspacing: "2";
    border: 0px;
    background: #ffffff;
}

table .tableprefth {
    background: #ffe4b5 !important;
    text-align: center;
    font-weight: bolder;
    color: #000000 !important;
}

table.tablepref td,
table.tablepref th {
  border: 1px solid #000;
}

.table-with-borders {
  font-size: 16px;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.table-with-borders td,
.table-with-borders th {
  border: 1px solid #ccc;
  padding: 8px;
}

.alltab td {
    border: 1px solid black;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
}

h1.error-code {
    background: transparent;
    padding: 0px;
}

.com-content-category-blog__navigation.w-100 {
    margin-top: 40px;
}

.pdf-link {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}

.pdf-link img {
  vertical-align: middle;
  flex-shrink: 0;
}

.pdf-text {
  color: #0000cd;
  font-size: small;
}

@media (max-width: 767px) {
  .home-p {
    display: flex;
    flex-direction: column;
  }
  
  .home-p > .article-text {
    order: -1;
    margin-bottom: 50px;
  }
  
  .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.whatsapp-img-href {
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 1000 !important;
}

.whatsapp-img-href .whatsapp-img {
  display: block;
}

.whatsapp-img {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.whatsapp-img {
  background-color: #25D366;
  padding: 14px;
  border-radius: 50%;
  box-shadow: 0px 0px 11px rgba(0,0,0,.5);
}

.article-header {
    margin-top: 20px;
}

.article-list .article {
    padding: 0px;
}

div#mod-custom118 {
    margin-bottom: -20px;
}

.slogan-link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  margin-top: 30px;
}

.slogan-img,
.slogan-hover {
  display: block;
}

.slogan-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.slogan-link:hover .slogan-hover {
  opacity: 1;
}

div#mod-custom122 {
    padding: 10px;
}

div#rsform_4_page_0 .row {
    margin-bottom: 50px !important;
    background-color: #bfd5fe;
    padding: 20px;
    margin: 0px 25px;
}

#rsform_4_page_0 .row {
outline: none;
}

#rsform_4_page_0 .row:hover {
outline: 1px solid #003697;
}

div#rsform_4_page_0 .row:nth-child(3) {
background-color: #fff !important;
}

.mb-3.rsform-block.rsform-block-captcha.rsform-type-captcha .row {
    background-color: #fff !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    margin-right: 0px !important;
}

.mb-3.rsform-block.rsform-block-captcha.rsform-type-captcha .row:hover {
outline: 0px solid #003697 !important;
}

#rsform_4_page_0 .row:nth-child(3):hover {
outline: 0px solid #003697;
}

.mb-3.rsform-block.rsform-block-submit.rsform-type-submitbutton .formControls {
    text-align: right;
    margin-top: 0px;
}

@media (max-width: 980px) {
div#rsform_4_page_0 .row {
    margin: 10px;
}

.mb-3.rsform-block.rsform-block-submit.rsform-type-submitbutton .formControls {
    text-align: right;
    margin-top: 0px;
}
}

@media (max-width: 768px) {
.mb-3.rsform-block.rsform-block-submit.rsform-type-submitbutton .formControls {
    text-align: center;
    margin-top: 10px;
}
}

/*02.04.2026*/
.mostread.mod-list > li {
  position: relative;
  padding-left: 20px;
}

.mostread.mod-list > li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #72bf44;
  font-weight: bold;
}

/*03.04.2026*/
/*@media (min-width: 1900px) {
  .container, #sp-footer {
    max-width: 1870px !important;
  }
}

@media (min-width: 1600px) and (max-width: 1899px) {
  .container, #sp-footer {
    max-width: 1570px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .container, #sp-footer {
    max-width: 1170px !important;
  }
}*/

.templateblock-home {
  display: flex;
  flex-direction: column;
}

.left-column-home {
  order: 2;
  width: 100%;
}

.right-column-home {
  order: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .templateblock-home {
    flex-direction: row;
    align-items: flex-start;
  }

  .left-column-home {
    order: 1;
    width: 20%;
  }

  .right-column-home {
    order: 2;
    width: 80%;
  }
}

.templateblock-home {
  margin-top: 40px;
}

.rsmg_adv_mod_box .info_slide_dots .image_number {
  background-color: #004f93;
}

.rsmg_adv_mod_box .info_slide_dots .image_number.image_number_select {
  background-color: #72bf44;
}

#sp-breadcrumb {
  background-color: #f5f5f5;
}

#sp-footer {
  margin-top: 10px;
}

/*06.04.2026*/
.slick-slider {
  margin-bottom: 0px !important;
}

.brochures {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.brochure {
  text-align: center;
}

.brochure img {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto;
}

.brochure .size {
  display: block;
}

@media (max-width: 768px) {
  .brochures {
    flex-direction: column;
    align-items: center;
  }
}

/*07.04.2026*/
#rsform_3_page_0 {
  margin-top: 40px;
}

@media (max-width: 768px) {
.article-header h2 {
  padding: 10px;
}
}

/*14.04.2026*/
.sp-dropdown li.sp-menu-item > a {
  line-height: 24px !important;
  margin: 3px 0px;
}

#sp-top-bar {
  background: transparent;
}

#sp-header {
  height: 80px;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  animation: spFadeIn 0.5s;
}

/*29.04.2026*/
.sp-menu-item.sp-has-child.active {
  background: #59a1d2 !important;
}

.sp-menu-item.sp-has-child.active a, .sp-menu-item.sp-has-child.active .sp-menu-heading {
  color: #fff !important;
}