/*--------------------------------------------------------------
# Generac specific
--------------------------------------------------------------*/
#g-mask {
  align-items: center;
	background: rgba(0,0,0,.6);
	bottom: 0;
  justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	vertical-align: middle;
	z-index: 9999;
  transition: .2s linear;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--thm-primary) transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.t-pixel {
	display: none;
}

#map {
	height: 400px;
}
#registration-form .errors p {
  color: var(--thm-primary);
  margin: 0;
}

.k-preview .header_top_one {
  background-color: #fff;
}

.error,
.header_top_one_inner_left_text p,
a {
	color: var(--thm-primary);
}

#registration-form .error {
	left: 10px;
	position: absolute;
	top: 30%;
}

a:hover {
	color: var(--thm-black);
}

a[href$='javascript:;']:hover {
	color: var(--thm-primary);
	cursor: text;
}

a.login-popup__toggler:hover,
a.cl-popup__toggler:hover,
a.search-popup__toggler:hover {
	cursor: pointer;
}

.error {
	background-image: none !important;
	color: var(--thm-primary);
}

.popup form .message a,
section form .message a {
	color: var(--thm-gray);
}

.popup form .message a:hover,
section form .message a:hover {
	color: var(--thm-black);
}

.cooming-soon .header_top_one_inner_right,
section.page-header .thm-breadcrumb {
  display: none;
}
section.page-header h2{
	margin: 20px 0;
}

.text-left ul {
  margin-top: 0;
  padding-left: 1rem;
}

.popup form .message {
	position: absolute;
	padding: 15px 30px;
	background-color: var(--thm-primary);
	margin-top: 1px;
	width: calc(100% - 30px);
	font-weight: 700;
	color: var(--thm-black);
}

section form .message {
	padding: 15px 0;
	color: var(--thm-primary);
	font-weight: 700;
}

.row img {
	max-width: 100%;
}

.block-title h2 {
	text-transform: none;
}
.news-list .block-title h2 {
	margin-top: 60px;
}

.header_top_one_inner_left_text {
	overflow: hidden;
}

.header_social_1 {
	background: none;
}

.header_topmenu_1 ul li {
	margin-right: 0;
}

.header_topmenu_1 ul li a {
	border-left: 1px solid var(--thm-primary);
	padding-left: 10px;
}

.header_topmenu_1 ul li:first-child a {
	border-left: 0;
}

.header_topmenu_1 ul li a span:before {
	color: #9b9b9b;
}

.header_topmenu_1 ul li a:hover span:before {
	color: var(--thm-primary);
}

.main-nav__left_one {
	margin-right: 120px;
}

.two_sections_one_map {
	left: auto;
	right: 0;
}

.two_sections_one_left:before {
	display: none;
}

.two_sections_one_right:before {
	position: absolute;
	top: -100px;
	left: 30px;
	right: -100000px;
	bottom: 0;
	content: "";
	background: var(--thm-primary);
}

.blog_one {
	padding: 0 0 90px;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0;
  color: transparent;
  content: "";
}
.our_projects_one_image:before {
	background: rgba(252, 122, 30, 0.9);
}

.counter_two:before {
	background: rgba(0, 0, 0, 0.8);
}

.counter_two_single {
	max-width: 33%;
}

.counter_two_single::before {
	display: none;
}

.contact-one__form .input-group select {
	height: 78px;
	width: 100%;
	background: #f6f6f6;
	border: none;
	outline: none;
	padding: 0 30px;
	font-size: 16px;
	color: var(--thm-gray);
	margin-bottom: 10px;
}

section.category {
	background-color: #efefef;
	margin: 10px 0;
}

section.category.product-main {
	background-color: #efefef;
	margin: 30px 0;
}

section.category:nth-child(odd) .main-image {
	background-color: var(--thm-primary);
}

section.category:nth-child(even) .link-more a,
section.category:nth-child(even) .thm-btn,
section.category:nth-child(even) .main-image {
	background-color: var(--thm-gray);
}
section.category:nth-child(even) .link-more a {
	background-color: var(--thm-gray) !important;
}

section.category.product-main .main-image {
	background-color: transparent;
}

section.category:nth-child(even) .thm-btn:hover {
	background-color: var(--thm-black);
}
section.category:nth-child(even) .link-more a:hover {
	background-color: var(--thm-black) !important;
	color: #fff !important;
}

section.category .main-image {
	padding: 30px;
	text-align: right;
}

section.category .main-image img {
	max-width: 100%;
}

section.category .get_to_know_right {
	max-width: 480px;
}

section.category .block-title {
	margin: 0;
	padding: 30px 0;
}

.our_services_one_image.main-image {
	background-color: #efefef;
	height: 340px;
	padding: 15px;
	text-align: center;
}

.our_services_one_image.main-image img {
	max-height: 100%;
	max-width: 100%;
}

.our_services_one_content.characteristics-content {
	background-color: var(--thm-black);
}
.our_services_one_single:hover .characteristics-content a {
  color: var(--thm-primary) !important;
}

.our_services_one_content.characteristics-content h3 {
	color: var(--thm-primary);
}

ul.characteristics {
	padding: 0;
	list-style-type: none;
}

ul.characteristics strong {
	margin-right: 10px;
}

ul.characteristics strong:after {
	content: ":";
}

.product-details .block-title h2 {
	font-size: 40px;
}
.product-characteristics {
	margin: 30px 0 60px 0;
}

.product-characteristics .container {
	padding: 0 30px;
}

.product-characteristics .group-title,
.services_all_list li .g-title {
	background-color: var(--thm-primary);
	color: #fff;
	cursor: text;
	text-transform: uppercase;
}

.product-characteristics .group-characteristics {
	background-color: var(--thm-gray);
	color: var(--thm-black);
	margin-top: 5px;
}

.product-characteristics .group-characteristics .col-xl-1:nth-child(3),
.product-characteristics .group-characteristics .col-xl-1:first-child,
.product-characteristics .group-characteristics .col-xl-8 {
}

.product-characteristics .group-characteristics:nth-child(even) {
	background-color: #efefef;
}

.product-characteristics .group-characteristics .characteristic {
	border-right: 5px solid #fff;
}

.product-characteristics .group-characteristics .symbol,
.product-characteristics .group-characteristics .value,
.product-characteristics .group-characteristics .uom,
.product-characteristics .group-characteristics .characteristic {
	padding: 10px;
}
.product-characteristics .group-characteristics .reference,
.product-characteristics .group-characteristics .symbol,
.product-characteristics .group-characteristics .value,
.product-characteristics .group-characteristics .uom {
	text-align: right;
}
.product-characteristics .group-characteristics .reference p,
.product-characteristics .group-characteristics .symbol p,
.product-characteristics .group-characteristics .value p,
.product-characteristics .group-characteristics .uom p {
	margin: 0;
	padding: 0;
}

.product-characteristics .group-title {
	padding-bottom: 15px;
	padding-top: 15px;
}

.history_started {
	padding-bottom: 160px;
}

.history_content h4 {
	margin-bottom: 10px;
}

.history_content p {
	line-height: 150%;
}

.history_started .pagination .banner-slider-button-next,
.history_started .pagination .banner-slider-button-prev {
	border: 2px solid var(--thm-gray);
	color: var(--thm-gray);
	display: flex !important;
	margin: 0 15px;
}

.history_started .pagination .banner-slider-button-next a,
.history_started .pagination .banner-slider-button-prev a {
	color: var(--thm-gray);
}

.history_started .pagination {
	padding-top: 60px;
}

.history_started .pagination-text {
	min-width: 200px;
}

.footer-widget__title h3 a:hover,
footer a:hover {color: #fff;}

.footer-widget__title h3 {
	line-height: 100%;
}

.footer-widget_about_text__box {
	padding-top: 18px;
}

.footer-widget__about ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
}

.footer-widget__about ul li {
	border: 0;
	float: none !important;
	padding: 0;
	margin-right: 20px;
}

.footer-widget__about ul li a {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: var(--thm-primary);
	text-align: center;
	color: #fff;
}

.footer-widget__about ul li a:hover {
	background-color: #fff !important;
	color: var(--thm-primary);
}
footer .company-address p {
	color: var(--thm-grey);
	font-size: 15px;
	margin-top: 20px;
	text-align: center;
}

.g-c-title .footer-widget__about_logo {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 100%;
	padding-right: 25px;
}

.footer-widget__explore_list {
	float: none;
	margin-top: 0;
}

.g-c-list {
	margin-top: 120px;
}

.g-c-list .footer-widget__explore {
	margin-left: 0;
}

.g-c-list .footer-widget__explore_list li a {
	display: block;
	height: 75px;
}

.g-c-list .footer-widget__explore_list li a img {
	max-width: 100%;
}

.g-c-list-first {
	border-left: 1px solid var(--thm-primary);
}

.login-popup__form p .logout {
	left: auto;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 70px;
}

.k-pagination {
	margin: 30px auto 0 auto;
	width: 260px;
}

.k-pagination .previous,
.k-pagination .next {
	position: relative;
	width: 65px;
	height: 65px;
	line-height: 25px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	font-size: 25px;
	border: 2px solid var(--thm-primary);
	transition: 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;	
	margin: 0 30px;
}
.k-pagination .previous {
	transform: rotate(-180deg);
}
.k-pagination .previous:hover,
.k-pagination .next:hover {
	border: 2px solid #000;
	color: #000;
}

section.filters {
	padding: 60px 0;
}
section.filters select {
  height: 58px;
  width: 100%;
  background: #f6f6f6;
  border: none;
  outline: none;
  padding: 0 30px;
  font-size: 16px;
  color: var(--thm-gray);
  margin-bottom: 10px;
}

.contact-one__form .input-group select {
  height: 78px;
  width: 100%;
  background: #f6f6f6;
  border: none;
  outline: none;
  padding: 0 30px;
  font-size: 16px;
  color: var(--thm-gray);
  margin-bottom: 10px;
}

.services_all_list li a {
  text-transform: none;
}

#market-selection {
	margin: 30px 0;
}
#market-selection label {
	margin: 0 30px 0 0;
}
#market-selection select {
  outline: none;
  height: 40px;
  color: var(--thm-black);
  font-size: 18px;
  padding: 0 20px;
}

.p-pagination {
	margin: 0 auto !important;
	text-align: right !important;
	width: max-content;
}

@media only screen and (max-width: 1200px) {
  .our_services_one_image.main-image {height: 260px;}
	section.product-characteristics .col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	section.product-characteristics .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	}

	section.product-characteristics .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 253%;
    max-width: 25%;
	}
	
	section.product-characteristics .col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	section.product-characteristics .col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}	
	.counter_two_single {
		max-width: 100%;
	}

	section.category .main-image {
		padding: 15px;
		text-align: center;
	}

	section.category .get_to_know_right {
		padding: 15px;
	}

	.footer-widget__about {
		text-align: center;
	}

	.footer-widget__about ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-widget__about ul li {
		margin-left: 10px;
		margin-right: 10px;
	}

	.footer-widget__explore {
		margin-top: 60px;
	}

	.g-c-title .footer-widget__about_logo {
		padding-right: 0;
	}

	.g-c-title .footer-widget__about_logo p {
		text-align: center;
	}

	.g-c-list-first {
		border-left: 0;
	}
}

@media only screen and (max-width: 991px) {
  .our_services_one_image.main-image {height: 400px;}
  .our_services_one_image.main-image img {height: auto; width: auto;}
	.our_projects_one_image:before,
	.two_sections_one_right:before {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	section.product-characteristics .group-characteristics .col-xl-1,
  section.product-characteristics .group-characteristics .col-xl-8 {
		border: 0 !important;
	}
  section.product-characteristics .col-xl-1 {
		min-width: 150px;
		padding: 0 15px;
	}
}

@media only screen and (max-width: 600px) {
  section.product-characteristics .group-characteristics .col-xl-1 {
		border: 0 !important;
	}
	section.product-characteristics .col-md-1 {
		border-right: 0 !important;
		-ms-flex: none;
		flex: none;
		max-width: none;
		padding: 0 15px;
	}

	section.product-characteristics .col-xl-4 {
    -ms-flex: none;
    flex: none;
		max-width: 100%;
	}

	section.product-characteristics .col-xl-2 {
		min-width: 150px;
		padding: 0 15px;
	}
	section.product-characteristics .col-xl-1 {
		min-width: 100px;
	}
}