/*-- Global --*/
strong,
b {
	font-weight: bold;
}

section:not(.page-home) h2 {
	/* color: var(--color-theme-secondary) !important; */
}

section:not(.page-home) h3 {
	color: var(--color-theme-secondary) !important;
}

.sitemap {
	/* padding-top: 11em; */
}

.tcpp {
	/* padding-top: 5.4em; */
}

/*-- Header --*/

.cw-header-info {
	background: url(https://apihoard.webit.com/api/v1/Image/8D43DAB56F059FD3D6A79D92F9430F64/8D43DAB56F059FD3D6A79D92F9430F64.png?size=Original);
	padding: 4px 0;
}

.cw-header-info .cw-phone {
	padding: .5rem;
}

.header .navbar-nav .nav-link {
	text-transform: uppercase;
	line-height: 36px;
	font-size: 0.85rem;
}

.header .container {
	max-width: 1400px;
}

.header .header-info-logo-img {
	margin: 0 auto;
	max-width: 150px;
}

.cw-header-contact {
	padding: 2px 6px;
	font-weight: bold;
}

.cw-phone:hover {
	color: var(--color-theme-secondary);
}

.cw-phone:before {
	display: inline-block;
	margin-right: 0.35rem;
	font-family: FontAwesome;
	content: "\f0e6 ";
	color: var(--color-theme-primary);
	font-weight: 400;
}

.header .navbar .nav-link::before {
	border-width: 1px;
}

.header .navbar .active>.nav-link {
	color: #fff;
}

.header .navbar.bg-primary {
	border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
	/* .header .navbar-brand {
		color: #fff !important;
	}

	.header .navbar-dark .navbar-nav .navlink,
	.header .nav-link,
	.header .dropdown-item {
		color: #fff !important;
	}

	.header .navbar .active>.nav-link {
		color: #0f0f0f !important;
	}

	.header .navbar .dropdown-item.active {
		color: #0f0f0f !important;
	} */
}

@media (min-width: 992px) {

	/* There's a script to make the variable always the size of the header container */
	:root {
		--cw-headerHeight: 122px;
	}

	/* keeps nav items on the right side of header */
	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}

	.header .navbar-nav:not(.navbar-cart) {
		/* set pixels to logo width (or more) */
		max-width: calc(100% - 125px);
		justify-content: center;
	}

	header.header {
		/* position: absolute; */
		/* z-index: 1040; */
		/* width: 100%; */
		background: url(https://apihoard.webit.com/api/v1/Image/C95AE600B291EC2C3D3C11CB3F64B576/C95AE600B291EC2C3D3C11CB3F64B576.png?size=Original);
		background-color: var(--color-theme-primary);
		--header-navigationbartext: #000;
		position: relative;
		z-index: 1035;
	}

	.page-home header.header {
		background-color: transparent;
	}

	.cw-header-info {
		background: transparent;
	}

	.header .navbar .navbar-nav .nav-link {
		padding-right: 10px;
		padding-left: 10px;
	}

	.header .navbar-nav .nav-link {
		font-size: 0.7rem;
	}

	.header .header-info-logo-img {
		max-width: 125px;
	}

	section:not(.page-home) .header {
		/* position: relative; */
		/* height: 150px; */
	}

	.header .navbar.bg-primary {
		background: none !important;
		padding: 0;
	}

	.cw-phone {
		/* position: absolute; */
		/* top: 0.5rem; */
		/* right: 1.5rem; */
		/* z-index: 1040; */
	}

	.cw-header-info .header-info-logo-img {
		position: absolute;
		z-index: 1040;
		/* top: 0; */
	}

	nav.navbar .container {
		/* position: relative; */
		min-height: 70px;
		/* margin: 0 auto; */
	}

	/* .navbar-nav {
		position: absolute;
		right: 0;
		top: 2.5rem;
		right: 0;
		z-index: 2;
	} */

	.header .navbar .active>.nav-link {
		background-color: transparent;
		color: #0f0f0f !important;
	}

	.header .dropdown-item {
		color: #fff !important;
	}

	.header .affix {
		position: absolute !important;
	}
}

@media (min-width: 1160px) {
	.header .navbar .navbar-nav .nav-link {
		/* padding-right: 10px; */
		/* padding-left: 10px; */
	}

	.header .navbar-nav .nav-link {
		/* font-size: 0.85rem !important; */
	}
}

@media (min-width: 1200px) {
	.navbar-nav {
		/* right: 0; */
		/* top: 3.5rem; */
		/* right: 0%; */
	}

	.cw-phone {
		/* position: absolute; */
		/* top: 1.5rem; */
		/* right: 1.7rem; */
		/* z-index: 1040; */
		font-size: 1.1em;
	}

	.header .navbar .navbar-nav .nav-link {
		/* padding-right: 12px; */
		/* padding-left: 12px; */
	}

	.header .navbar-nav .nav-link {
		font-size: 0.9rem !important;
	}
}

@media (min-width: 1600px) {
	.navbar-nav {
		/* right: 1%; */
	}
}

/*-- Slider --*/



.cw-home-main-ss .carousel-item {
	height: 560px;
	background-size: cover;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	background-position-x: 50%;
	background-position-y: 0%;
}

.cw-home-main-ss .carousel-item:nth-of-type(odd) {
	-o-animation: zoomin 30s 1;
	-moz-animation: zoomin 30s 1;
	-webkit-animation: zoomin 30s 1;
	animation: zoomin 30s 1;
}

.cw-home-main-ss .carousel-item:nth-of-type(even) {
	-o-animation: zoomout 30s 1;
	-moz-animation: zoomout 30s 1;
	-webkit-animation: zoomout 30s 1;
	animation: zoomout 30s 1;
}

@-webkit-keyframes zoomin {
	0% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.25);
	}
}

@-webkit-keyframes zoomout {
	0% {
		-webkit-transform: scale(1.25);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

.cw-home-main-ss .carousel-caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 400px;
	height: 350px;
	padding: 123px 1rem;
	color: #0f0f0f;
	background: url(https://apihoard.webit.com/api/v1/Image/1DA3468A59E64D2B0A4AF0AE2C0E7436/1DA3468A59E64D2B0A4AF0AE2C0E7436.png?size=Original) no-repeat center top;
	background-size: 450px;
}

.cw-home-main-ss .carousel-caption h1 {
	font-size: 1.75rem;
}

.cw-home-main-ss .carousel-caption h1 span {
	font-size: 70%;
}

.cw-home-main-ss .carousel-caption p {
	font-size: 0.75rem;
}

.cw-home-main-ss .carousel .carousel-item.active,
.cw-home-main-ss .carousel .carousel-item-next.carousel-item-left,
.cw-home-main-ss .carousel .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.cw-home-main-ss .carousel .active.carousel-item-left,
.cw-home-main-ss .carousel .active.carousel-item-right {
	opacity: 0;
}

.cw-home-main-ss .carousel .carousel-item-next,
.cw-home-main-ss .carousel .carousel-item-prev,
.cw-home-main-ss .carousel .carousel-item.active,
.cw-home-main-ss .carousel .active.carousel-item-left,
.cw-home-main-ss .carousel .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

.cw-home-main-ss .carousel-indicators {
	display: none;
}

@media (min-width: 400px) {
	.cw-home-main-ss .carousel-caption {
		right: 0;
		left: auto;
		height: 330px;
		max-width: 440px;
		padding: 104px 4rem;
	}

	.cw-home-main-ss .carousel-caption p {
		font-size: 0.85rem;
	}
}

@media (min-width: 768px) {
	.cw-home-main-ss .carousel-caption {
		bottom: -1px;
		right: 3%;
		height: 355px;
		max-width: 447px;
		padding: 81px 4rem;
	}

	.cw-home-main-ss .carousel-caption p {
		font-size: 1rem;
	}

	.cw-home-main-ss .carousel-item:before {
		background: rgb(0 0 0/20%);
	}

	.cw-home-main-ss .carousel-indicators {
		top: 46%;
		display: block;
		z-index: 1;
		justify-content: left;
		margin-left: 0;
		margin-bottom: 2rem;
	}

	.cw-home-main-ss .carousel-indicators li {
		position: relative;
		opacity: 1;
		width: 30px;
		height: 30px;
		margin-left: 0;
		margin-bottom: 0.5rem;
		border-bottom: 0;
		border-top: 0;
	}

	.cw-home-main-ss .carousel-indicators li:after {
		content: " \f06e";
		position: absolute;
		display: block;
		top: 6px;
		font-size: 14px;
		text-indent: 7px;
		font-weight: normal;
		font-family: FontAwesome;
		color: #fff;
	}

	.cw-home-main-ss .carousel-indicators li {
		background: var(--color-theme-secondary);
	}

	.cw-home-main-ss .carousel-indicators li:nth-of-type(2) {
		background: var(--color-theme-primary);
	}

	.cw-home-main-ss .carousel-indicators li:nth-of-type(3) {
		background: var(--color-theme-highlight);
	}

	.cw-home-main-ss .carousel-indicators li.active {
		opacity: 0.5;
	}

	.cw-home-main-ss .carousel-caption {
		right: 7%;
	}

	.cw-home-main-ss .carousel-caption h1 {
		font-size: 1.9rem;
	}
}

@media (min-width: 992px) {
	.cw-home-main-ss {
		margin-top: calc(-1 * var(--cw-headerHeight));
	}

	.cw-home-main-ss .carousel-item {
		height: 700px;
	}
}

@media (min-width: 1440px) {
	.cw-home-main-ss .carousel-caption h1 {
		font-size: 2.25rem;
	}

	.cw-home-main-ss .carousel-caption {
		right: 10%;
		max-width: 500px;
		height: 350px;
		padding: 120px 5rem 0;
		background-size: 500px;
	}
}

@media (min-width: 1600px) {
	.cw-home-main-ss .carousel-caption {
		right: 4%;
		height: 373px;
		padding: 114px 5rem 0;
	}
}

/*-- Home --*/
.page-home .list {
	padding: 5em 0;
	background: #fff url(https://apihoard.webit.com/api/v1/Image/39CF439CFA69DF6415D85CE1DE362C55/39CF439CFA69DF6415D85CE1DE362C55.png?size=Original) no-repeat bottom center;
}

.page-home .list-text-title {
	color: #0f0f0f !important;
}

.cw-cascade {
	margin: 0 auto;
	padding: 8em 0;
}

.cw-cascade:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
}

@media (min-width: 768px) {
	.page-home .cw-cascade {
		padding: 10em 0;
	}

	.cw-cascade .btn {
		width: 40%;
		font-size: 1.5rem;
	}

	.page-home .cw-cascade .btn {
		font-size: 2rem;
	}
}

/* @media (min-width: 1160px) {
	.page-home .list {
		padding: 0;
		background: #fff url(https://apihoard.webit.com/api/v1/Image/39CF439CFA69DF6415D85CE1DE362C55/39CF439CFA69DF6415D85CE1DE362C55.png?size=Original) no-repeat bottom;
		background-size: contain;
	}
} */

@media (min-width: 1200px) {
	.page-home .list {
		padding: 1.5em 0;
		background: #fff url(https://apihoard.webit.com/api/v1/Image/39CF439CFA69DF6415D85CE1DE362C55/39CF439CFA69DF6415D85CE1DE362C55.png?size=Original) no-repeat bottom;
		background-size: contain;
	}
}

@media (min-width: 1400px) {
	.page-home .list {
		background-position: bottom right;
	}
}

@media (min-width: 1600px) {
	.page-home .list {
		background-position: bottom;
		background-size: cover;
	}
}

@media (min-width: 1800px) {}

@media (min-width: 1900px) {}

/*--- Subpages --*/
.text h4,
.textwithimage h4 {
	background: var(--color-theme-secondary);
	padding: 1rem;
	text-align: center;
	font-weight: 400;
}

.text h4 a,
.textwithimage h4 a {
	color: #fff !important;
	text-decoration: underline !important;
}

.text h4 a:hover,
.textwithimage h4 a:hover {
	color: var(--color-theme-primary) !important;
}

.textwithimage-text p:last-of-type {
	padding-bottom: 1rem;
}

.contact-details-info {
	color: #0f0f0f !important;
}

section:not(.page-home) .title {
	padding: 2em 0;
	background: var(--color-theme-primary);
	text-align: center;
	text-transform: uppercase;
	color: white;
}

section:not(.page-home) .title .title-heading:before {
	display: block;
	content: url(https://apihoard.webit.com/api/v1/Image/F18098760874A27F671724FA59F35C25/F18098760874A27F671724FA59F35C25.png?size=Original);
	opacity: 0.5;
}

.page-contact-us .title+.businessinfo,
.page-services .title+.detailedlist {
	padding-top: 3em;
}

.page-contact-us .cw-lara-warning {
	padding: 1rem 1rem 0.5rem;
}

.title+.text {
	padding-top: 1rem;
	margin-top: 0;
}

.font-header-Volkhov .title .title-heading {
	font-size: 2em;
}

@media (min-width: 1200px) {
	.font-header-Volkhov .title .title-heading {
		font-size: 2.4em;
	}
}

/* @media (max-width: 329px) {
	.page-limited-warranty-information .title-heading {
		font-size: 2em !important;
	}
} */


@media (min-width: 992px) {
	section:not(.page-home) .title {
		/* padding-top: 7.5rem; */
		/* padding-top: calc(2rem + var(--cw-headerHeight)); */
		/* margin-top: calc(-1 * var(--cw-headerHeight)); */
	}

}


/* backup to keep really tall images from being way too tall on mobile */
@media (max-width: 991px) {
	.textwithimage .textwithimage-img img {
		max-height: 60vw;
		max-height: clamp(250px, 60vw, 600px);
		object-fit: cover;
		object-position: center;
	}
}


/*--- Reviews ---*/
.card-testimonial-container {
	position: relative;
	margin-bottom: 3em;
}

.card.card-testimonial {
	background: var(--color-theme-background);
}

.card-testimonial {
	position: relative;
	border: 3px solid var(--color-theme-border);
	margin-left: 25px;
}

.card-testimonial::before {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	right: 34px;
	bottom: -30px;
	border: 14px solid;
	border-color: var(--color-theme-border) var(--color-theme-border) transparent transparent;
}

.card-testimonial::after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	right: 38px;
	bottom: -21px;
	border: 19px solid;
	border-color: var(--color-theme-background) var(--color-theme-background) transparent transparent;
}

.card-testimonial-quotemark {
	position: absolute;
	top: 10px;
	left: -33px;
	background: var(--color-theme-background);
	padding: 20px 15px 10px 15px;
	width: 71px;
}

.card-testimonial .card-body {
	padding-top: 1.5rem;
	padding-left: 48px;
	padding-bottom: 1.5rem;
}

.card-testimonial .card-text {
	line-height: 1.8;
}

.card-testimonial-author {
	margin-top: 35px;
	text-align: right;
	font-size: 1.9em;
}

.quote-svg-fill {
	fill: var(--color-theme-secondary);
}

@media (max-width: 567px) {
	.card-testimonial .card-text {
		font-size: 0.95em;
		line-height: 1.7;
	}

	.card-testimonial-quotemark {
		width: 65px;
	}

	.card-testimonial .card-body {
		padding-left: 40px;
	}
}

/*--- Footer ---*/
.cw-footer {
	padding: 4rem 0;
	background-color: var(--color-theme-secondary);
	background-size: cover;
	color: #fff;
	text-align: center;
}

.cw-footer span,
.cw-footer p {
	text-shadow: 0px 0px 5px #000;
}

.cw-footer a:hover {
	text-shadow: none !important;
}

.cw-footer a {
	color: #fff;
	text-shadow: 0px 0px 5px #000;
}

.cw-address,
.cw-footer-phone-custom,
.cw-email {
	position: relative;
	line-height: 1;
	padding-left: 0;
	font-size: 1.1rem;
}

.cw-footer-phone-custom:before {
	font-family: FontAwesome;
	content: "\f2a0";
	position: absolute;
	left: -1.5rem;
	top: 2px;
	padding-right: 0rem;
	color: #fff;
}

.cw-social a:hover,
.cw-footer-phone-custom:hover,
.cw-email:hover {
	color: var(--color-theme-primary);
}

.cw-footer h5 {
	margin-bottom: 1rem;
	color: #fff;
	padding-left: 0;
	border: none;
	font-size: 1.25rem;
	text-shadow: 0px 0px 5px #000;
}

.cw-cc-cards-cols .cw-col1,
.cw-cc-cards-cols .cw-col2,
.cw-cc-cards-cols .cw-col3 {
	margin-right: -5.5rem;
}

.cw-cc-cards i {
	color: #0f0f0f !important;
}

.cw-social a {
	display: inline-block;
	margin: 0 0.5rem 0 0;
}

.cw-social i {
	font-size: 25px;
}

.footer {
	padding-top: 0;
}

footer>.container {
	display: none;
}

@media (min-width: 330px) {

	.cw-cc-cards-cols .cw-col1,
	.cw-cc-cards-cols .cw-col2,
	.cw-cc-cards-cols .cw-col3 {
		margin-right: -9.5rem;
	}
}

@media (min-width: 440px) {

	.cw-cc-cards-cols .cw-col1,
	.cw-cc-cards-cols .cw-col2,
	.cw-cc-cards-cols .cw-col3 {
		margin-right: -16.5rem;
	}
}

@media (min-width: 768px) {

	.cw-cc-cards-cols .cw-col1,
	.cw-cc-cards-cols .cw-col2,
	.cw-cc-cards-cols .cw-col3 {
		margin-right: -1.5rem;
	}

	.cw-footer {
		text-align: left;
	}

	.cw-footer-phone-custom {
		padding-left: 1.5rem;
	}

	.cw-footer-phone-custom:before {
		left: 0;
	}
}

@media (min-width: 992px) {
	.cw-footer-phone-custom {
		padding-left: 2rem;
		padding-right: 4rem;
	}

	.cw-footer-phone-custom:before {
		left: 9px;
	}

	.cw-cc-cards-cols .cw-col1,
	.cw-cc-cards-cols .cw-col2,
	.cw-cc-cards-cols .cw-col3 {
		margin-right: -3.5rem;
	}
}

@media (min-width: 1200px) {
	.cw-footer-phone-custom {
		padding-right: 9rem;
		top: 0;
		right: 0;
	}

	.cw-cc-cards-cols .cw-col1,
	.cw-cc-cards-cols .cw-col2,
	.cw-cc-cards-cols .cw-col3 {
		margin-right: -5.5rem;
	}
}


/* -------------------- SECTIONTITLE ---------------------- */


/* section.text ul,
.textwithimage ul {
	padding-left: 8px;
	list-style: none;
}

section.text ul li::before,
.textwithimage ul li::before {
	display: inline-block;
	margin-right: 0.2em;
	color: var(--color-theme-highlight);
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: "\f00c ";
	-webkit-font-smoothing: antialiased;
} */

ul.cw-check1,
ul.cw-check2 {
	padding-left: 8px;
	list-style: none;
}

ul.cw-check1 li::before,
ul.cw-check2 li::before {
	display: inline-block;
	margin-right: 0.2em;
	color: inherit;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: "\f00c ";
	-webkit-font-smoothing: antialiased;
}

ul.cw-check2 li::before {
	/* color: var(--color-theme-primary); */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.cw-columns-3 {
		columns: 2;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-columns-2 {
		columns: 2;
	}

	.cw-columns-3 {
		columns: 3;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* -------------------- SECTIONTITLE ---------------------- */
.detailedlist-m1 .detailedlist-item-img {
	padding: 40% 0;
}

.detailedlist-m1 .detailedlist-item-img-photo {
	background-size: contain;
}