/*
Theme Name: Iveco DV
Text Domain: idv
Version: 1.5
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Theme for Iveco DV
Author: Areaitalia
Author URI: https://www.areaitalia.com/
Theme URI: https://ivecodefencevehicles.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/


/* FONTS */
/*
@font-face {
 
     font-family: 'GillSansStd';
    src: url('assets/fonts/GillSansStd.eot');
    src: url('assets/fonts/GillSansStd.eot') format('embedded-opentype'),
         url('assets/fonts/GillSansStd.woff2') format('woff2'),
         url('assets/fonts/GillSansStd.woff') format('woff'),
         url('assets/fonts/GillSansStd.ttf') format('truetype'),
         url('assets/fonts/GillSansStd.svg#GillSansStd') format('svg');
 }
 
 @font-face {
     font-family: 'GillSansStdLight';
    src: url('assets/fonts/GillSansStdLight.eot');
    src: url('assets/fonts/GillSansStdLight.eot') format('embedded-opentype'),
         url('assets/fonts/GillSansStdLight.woff2') format('woff2'),
         url('assets/fonts/GillSansStdLight.woff') format('woff'),
         url('assets/fonts/GillSansStdLight.ttf') format('truetype'),
         url('assets/fonts/GillSansStdLight.svg#GillSansStdLight') format('svg');
 }
 
 @font-face {
    font-family: 'GillSansStdBold';
    src: url('assets/fonts/GillSansStdBold.eot');
    src: url('assets/fonts/GillSansStdBold.eot') format('embedded-opentype'),
         url('assets/fonts/GillSansStdBold.woff2') format('woff2'),
         url('assets/fonts/GillSansStdBold.woff') format('woff'),
         url('assets/fonts/GillSansStdBold.ttf') format('truetype'),
         url('assets/fonts/GillSansStdBold.svg#GillSansStdBold') format('svg');
}
*/

@font-face {
    font-family: 'Saira_Expanded_Regular';
    src: url('assets/fonts/Saira_Expanded-Regular.ttf');
    font-display: swap;
}


@font-face {
    font-family: 'Saira_Expanded_Light';
    src: url('assets/fonts/Saira_Expanded-Light.ttf');
    font-display: swap;
}


@font-face {
    font-family: 'Saira_Expanded_Bold';
    src: url('assets/fonts/Saira_Expanded-Bold.ttf');
    font-display: swap;
}

@font-face {
  font-family: "bootstrap-icons";
  font-display: block;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */




img[data-src] {
	opacity: 0;
}

img.lazyloaded {
	-webkit-transition: opacity .5s linear 0.2s;
	   -moz-transition: opacity .5s linear 0.2s;
	        transition: opacity .5s linear 0.2s;
	opacity: 1;
}


html, body {
    max-width: 100%;
    height: 100%;

}

body {
/*  padding-top: 3rem;
  padding-bottom: 3rem;*/
  color: #5a5a5a;
  font-family: 'Saira_Expanded_Regular', sans-serif;
/*    font-family: 'GillSansStd';*/
display: flex;
flex-direction: column;
     overflow-x: hidden;
}


.error404 main {
height: 100%;
}

.error404 h1{
font-family: 'Saira_Expanded_Regular', sans-serif;
/*    font-family: 'GillSansStdLight';*/
font-size: 8rem;
}

.error404 h2{
text-transform: uppercase;
}

a {
text-decoration: none;
color: #010101;
}

.page-id-1897 a {
text-decoration: underline;
}



.row-flex {
  display: flex;
  flex-wrap: wrap;
}

footer {
margin-top: auto;
padding-top: 3rem;
  padding-bottom: 3rem;
/* background-color: #000; */
font-size: .8rem;
}

footer .brandcol svg {
height: 25px;
width: auto;
}


footer .border-top {
border-top: 1px solid #274e5c !important;
}

footer .border-light {
border-top: 1px solid #274e5c !important;
}

footer .nav {
text-transform: uppercase;
letter-spacing: 2px;
}

footer .nav ul{
margin-left: 0;
padding-left: 0;
text-align:center;
}

footer .nav li {
display: block;
padding: .8rem;
}


footer a, footer .nav li a {
color: #9FA2A5;
}

footer .nav-link {

}

footer a:hover, footer .nav li a:hover {
color: #fff;
}

footer #menu-legal-links {
list-style-type: none;
padding-left: 0;
text-align: center;
}

footer #menu-legal-links li {
display: inline;
padding-left: 1rem;
text-transform: uppercase;
font-size: .7rem;
}

footer .brandcol img {
height: 60px;
width: auto;
}

footer .socicon  {
padding-left: 1rem;
padding-right: 1rem;
  margin-top: -.5rem;
}

footer .socicon i {
font-size: 1.6rem;
}

footer #ot-sdk-btn {
font-size: .7rem !important;
padding: .4rem .8rem !important;
border-color: gray !important;
color: gray !important;
}

footer #ot-sdk-btn:hover {
border-color: gray !important; color: black !important; background-color: gray !important;
}


h1, h2, h3, h4  {
 font-family: 'Saira_Expanded_Regular', sans-serif;
 /*  font-family: 'GillSansStdBold';*/
}

/* NAV
-------------------------------------------------- */
/*
  #mainNav .navbar-brand img {
    height: 40px;
  }*/

.navbar-expand-lg .navbar-nav .nav-link {
text-transform: uppercase;
letter-spacing: 2px;
}

#mainNav.navbar-expand-lg .navbar-nav .nav-link {
color: rgba(0,0,0,.7);
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #6c757d;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}




/* COMMON COLORS
-------------------------------------------------- */

.bg-black {
background-color: #000;
color: #fff;
}

.bg-blue-black {
background-color: #16171f;
color: #fff;
}

.bg-medgray {
background-color: #dcdcdc;
color: #525252;
}

.bg-white{
color: #000;
background-color: #ffffff;
}


 

.mt-n2 {
  margin-top: -1.25rem !important;
}


.mt-n3 {
  margin-top: -2.25rem !important;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -2.25rem;
}

.mb-n5 {
  margin-bottom: -3.25rem;
}

.ms-n2 {
  margin-left: -1.25rem !important;
}

.blocksarea {

overflow-x: hidden;
}

.blocksarea .features {
  padding-bottom: 3.2rem !important;
 }

.blocksarea .paddedtop {
 padding-top: 3.2rem !important;
}


/*
.drkgrd:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

     background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 63%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 63%, rgba(0,0,0,1) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0) 63%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
    
  opacity: 0.6;
  z-index: 1;
}
*/

.blckgrd {
   background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 63%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 63%, rgba(0,0,0,1) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0) 63%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}

.companysect .blckgrd {
 background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,0.6992997882746849) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,0.6992997882746849) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,0.6992997882746849) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}

.blue-blckgrd {
 background: rgb(22,23,31);
    background: -moz-linear-gradient(180deg, rgba(22,23,31,0) 63%, rgba(22,23,31,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(22,23,31,0) 63%, rgba(22,23,31,1) 100%);
    background: linear-gradient(180deg, rgba(22,23,31,0) 63%, rgba(22,23,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16171F",endColorstr="#16171F",GradientType=1);
    z-index: 1;
}


.blue-blckgrd-top {
background: #16171F;
background: -webkit-linear-gradient(180deg, rgba(22, 23, 31, 1) 20%, rgba(22, 23, 31, 0) 100%, rgba(22, 23, 31, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(22, 23, 31, 1) 20%, rgba(22, 23, 31, 0) 100%, rgba(22, 23, 31, 1) 100%);
background: linear-gradient(180deg, rgba(22, 23, 31, 1) 20%, rgba(22, 23, 31, 0) 100%, rgba(22, 23, 31, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16171F", endColorstr="#16171F", GradientType=0);

}






/* SPECIAL EFFECTS
-------------------------------------------------- */


/* SKEWED HIGHLIGHT */


mark {
    /* Custom Properties */
    /* Original SCSS values */
    /* --mark-color: rgba(65, 67, 74, 0.8); // #41434a with 80% opacity
       --mark-skew: 0.25em;
       --mark-height: 1em;
       --mark-overlap: 0.3em;
    */

    /* Calculated values based on the original SCSS */
    /*margin-inline: calc(-0.3em); */
    padding-inline: 0.3em;

    /* Background styles */
    background-color: transparent;
background-image:
    linear-gradient(
        to bottom right,
        transparent 50%,
        rgba(27, 49, 60, 0.8) 50%
    ),
    linear-gradient(
        rgba(27, 49, 60, 0.8),
        rgba(27, 49, 60, 0.8)
    ),
    linear-gradient(
        to top left,
        transparent 50%,
        rgba(27, 49, 60, 0.8) 50%
    );

    background-size:
        0.25em .6em,
        calc(100% - 0.5em + 1px) .6em,
        0.25em .6em;
    background-position:
        left center,
        center,
        right center;
    background-repeat: no-repeat;

    /* Text color */
    color: inherit;
}



.page-template-tpl-gamma .card mark {


    background-size:
        0.25em 1.2em, /* Increased height */
        calc(100% - 0.5em + 1px) 1.2em, /* Increased height */
        0.25em 1.2em; /* Increased height */


}



.bg-blue-black .textmedia mark, .bg-blue-black.textmedia mark, .bg-blue-black .topmaintxt mark, .heroheading h1 mark {
color: #fff;
background-image: linear-gradient(
    to bottom right, 
    transparent 50%, 
    rgba(14, 59, 80, 0.8) 50%
),
linear-gradient(
    rgba(14, 59, 80, 0.8), 
    rgba(14, 59, 80, 0.8)
),
linear-gradient(
    to top left, 
    transparent 50%, 
    rgba(14, 59, 80, 0.8) 50%
);

}




.gradient_card {
  background-image: linear-gradient(to top, #1c394b96, #1c394b00);
  padding: .5rem;
  position: relative;
  flex: 1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), calc(100% - 20px) 100%, 0% 100%);
  overflow: hidden;
}

.gradient_card-border {
  pointer-events: none;
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), calc(100% - 20px) 100%, 0% 100%);
}

.gradient_card-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
  background: linear-gradient(to top, #1c394bcc 0%, #1c394b00 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}





.bg-white.textmedia mark {
background-image: linear-gradient(
    to bottom right,
    transparent 50%, 
    rgba(216, 232, 240, 0.8) 50%
),
linear-gradient(
    rgba(216, 232, 240, 0.8), 
    rgba(216, 232, 240, 0.8)
),
linear-gradient(
    to top left, 
    transparent 50%, 
    rgba(216, 232, 240, 0.8) 50%
);

}

.bg-white.textmedia h3,.bg-white.textmedia h2 {
color: #16171f !important;
}


.bg-blue-black .textmedia h3, .bg-blue-black .textmedia h2 {
color: #fff !important;
}


.textmedia h3 {
text-transform: uppercase;
line-height: 1.2;
}


.rotate {
  animation: rotation 64s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}



/* LOADMORE
-------------------------------------------------- */
/* load more posts demo styles */
.dcsDemoWrapper {
    display: flex;
    flex-wrap: wrap;
}/*
.dcsDemoWrapper .loadMoreRepeat {
    width: 50%;
    padding: 10px;
}
.dcsDemoWrapper .loadMoreRepeat .innerWrap {
    background: #fff;
    padding: 15px;
}*/
.btnLoadmoreWrapper {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}
p.noMorePostsFound {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    color: red;
    font-size: 18px;
}
.btnLoadmoreWrapper svg {
  width: 100px;
  height: 100px;
  margin: 20px;
  display: inline-block;
}
.dcsLoaderImg {width: 100%;text-align: center;}


/* SCROLL
-------------------------------------------------- */


#scroll-container {
  overflow: scroll;
  /* hide the scrollbars by making the child slightly bigger...*/
  height: 105vh;
  width: 105vw;
}

.scroll-parent {
  /* ...and the parent hide overflows */
  height: 100vh;
  overflow: hidden;
}



.parallaxParent {
		height: 100vh;
		overflow: hidden;
	}
	
	.parallaxParent > div.parallimg {
		height: 200%;
		position: relative;
		top: -100%;
	}
	


	.digit {
		opacity: 0;
-webkit-transform: translateX(-40px);
			 -moz-transform: translateX(-40px);
				-ms-transform: translateX(-40px);
				 -o-transform: translateX(-40px);
						transform: translateX(-40px);
		-webkit-transition: all 0.6s ease-out;
			 -moz-transition: all 0.6s ease-out;
				-ms-transition: all 0.6s ease-out;
				 -o-transition: all 0.6s ease-out;
						transition: all 0.6s ease-out;
	}
	
	
	.animrightleft {	
	opacity: 0;
		-webkit-transform: translateX(-40px);
			 -moz-transform: translateX(-40px);
				-ms-transform: translateX(-40px);
				 -o-transform: translateX(-40px);
						transform: translateX(-40px);
		-webkit-transition: all 0.6s ease-out;
			 -moz-transition: all 0.6s ease-out;
				-ms-transition: all 0.6s ease-out;
				 -o-transition: all 0.6s ease-out;
						transition: all 0.6s ease-out;
	}
	
	
	.animleftright {	
	opacity: 0;
		-webkit-transform: translateX(40px);
			 -moz-transform: translateX(40px);
				-ms-transform: translateX(40px);
				 -o-transform: translateX(40px);
						transform: translateX(40px);
		-webkit-transition: all 0.6s ease-out;
			 -moz-transition: all 0.6s ease-out;
				-ms-transition: all 0.6s ease-out;
				 -o-transition: all 0.6s ease-out;
						transition: all 0.6s ease-out;
	}
	
	.reveal1 {
		opacity: 0;
		-webkit-transform: scale(0.9);
			 -moz-transform: scale(0.9);
				-ms-transform: scale(0.9);
				 -o-transform: scale(0.9);
						transform: scale(0.9);
		-webkit-transition: all 1s ease-in-out;
			 -moz-transition: all 1s ease-in-out;
				-ms-transition: all 1s ease-in-out;
				 -o-transition: all 1s ease-in-out;
						transition: all 1s ease-in-out;
	}
	
		.appear {	
	opacity: 0;
		-webkit-transform: translateY(20px);
			 -moz-transform: translateY(20px);
				-ms-transform: translateY(20px);
				 -o-transform: translateY(20px);
						transform: translateY(20px);
		-webkit-transition: all 0.6s ease-out;
			 -moz-transition: all 0.6s ease-out;
				-ms-transition: all 0.6s ease-out;
				 -o-transition: all 0.6s ease-out;
						transition: all 0.6s ease-out;
	}
	
.scrollmove {
  opacity: 0;
  transform: translateY(60px); /* Start lower */
  transition: all 1s ease-out;
  will-change: transform, opacity;
}

	.scrollmove.visible {
  opacity: 1;
  transform: translateY(0);
}

.scrollmove-smooth {
  will-change: transform;
  transition: transform 8.05s linear; /* subtle smoothing */
}


	
	.reveal1.visible, .appear.visible, .digit.visible, .animrightleft.visible, .animleftright.visible {
		opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
						transform: none;
	}
	
	

	
	/* Delay utility classes */


.delay-200 {
  transition-delay: 0.2s !important;
}

.delay-400 {
  transition-delay: 0.4s !important;
}

.delay-600 {
  transition-delay: 0.6s !important;
}

.delay-800 {
  transition-delay: 0.8s !important;
}

	
	
	
/*	.digit:nth-child(2) {
		margin-top: 50px;
	}
	.digit:nth-child(3) {
		margin-top: 100px;
	}
	.digit:nth-child(4) {
		margin-top: 150px;
	}
	.digit:nth-child(5) {
		margin-top: 200px;
	}*/


/* VIDEO JS FIX
-------------------------------------------------- */

.video-js .vjs-big-play-button {
top: 50% !important;
left: 50% !important;
}


/* FIX PAGE MTV WITHOUT VIDEO */

body.page-id-112 .row.textmedia.bg-black {
background-color: #17181e !important;
}

/*

.blocksarea section:not(:first-child) {
    padding-top: 0;
}

*/

div.padded + div.padded {
    padding-top: 0; /* Remove padding-top for the div that follows a section */
}

section.editorcontent + div.blocksarea > div.padded:first-child {
    padding-top: 0;
}




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


.carousel-control-next, .carousel-control-prev {
    z-index: 3;
    }

#myCarousel .carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

#myCarousel .splide__track {
overflow: visible;
}

#myCarousel .carousel-item {
  height: 40vh;
  background-size: cover;
  background-position:center center;
}

#myCarousel .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}

#myCarousel .carousel-inner{
position: initial;
}

.splide__arrow {
background: transparent !important;
}

.splide__arrow svg {
    height: 4rem !important;
    color: #fff;
    fill: white;
    width: 4rem !important;
    }







/* FIX REMOVE DOUBLE PADDING SECTIONS */

section.headlinetext:nth-of-type(n+2) {
    padding-top: 0; /* Remove padding for the second and subsequent sections */
}



/* COMMON ELEMENTS
-------------------------------------------------- */


 .page-id-105 .tablesheets.webtables {
 
 display: none;}


.features .accordion-item {
    overflow: hidden;
    background-color: transparent; /* Transparent background for the entire item */
    margin-bottom: 1rem;
}

.features .accordion-button {
    color: white;
    padding: 1rem 1.5rem;
    text-align: left;
    position: relative;
    z-index: 1;
    background-color: transparent;
    transition: color 0.3s ease;
}

.features .accordion-button:focus {
    outline: none; /* Removes the focus outline */
    box-shadow: none; /* Removes any focus shadow that Bootstrap might add */
}


/* Skewed background effect on accordion header only */
.features .accordion-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #7d7f90;
    width: 100%;
    height: calc(100% - 1px); /* Slightly smaller for padding effect */
    z-index: -1;
    transform: skewX(-20deg); /* Apply skew effect */
    transform-origin: top left;
}

.features .accordion-button:hover::before {
    background-color: #262733;
}

.features .accordion-button:not(.collapsed) {
    background-color: transparent; /* Keep background on click */
    color: #fff;
}

/* Add plus icon by default and minus icon when expanded */
.features .accordion-button::after {
    content: "\F64D"; /* Plus icon (\F64D) */
    font-family: "bootstrap-icons";
    font-size: 1.2rem; /* Adjust icon size */
    color: white;
    margin-left: auto; /* Align the icon to the far right */
    transition: transform 0.3s ease, content 0.3s ease; /* Smooth transition for icon changes */
}

.features .accordion-button:not(.collapsed)::after {
    content: "\F2EA"; /* Minus icon (\F2EA) */
    background-image: none;
}

/* Toggle icon adjustments */
.features .toggle-icon {
    transition: transform 0.3s ease;
}

/* Additional styling for expanded/collapsed state if needed */
.features .accordion-collapse {
    background-color: transparent; /* Transparent background for content */
    padding: .8rem 1.2rem;
}

.features .accordion-body ul {
    list-style: none; /* Remove default bullet */
    padding: 0;
    margin: 0;
}

.features .accordion-body ul li {
    position: relative; /* Allows positioning of the icon */
    padding-left: 1.5em; /* Space for the icon */
    margin-bottom: .6rem;
    font-size: 1.1rem;
}

.features .accordion-body ul li::before {
    content: "\F27B"; /* Unicode for the icon */
    font-family: "bootstrap-icons"; /* Use Bootstrap Icons font */
    position: absolute;
    left: 0; /* Position the icon to the left of the text */
    top: 50%;
    transform: translateY(-50%); /* Center the icon vertically */
    color: inherit; /* Icon inherits the text color */

}


.skewboxes {
     
      position: relative;
      background-position: -15px 0px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 1rem 9rem 2rem 1rem;
  min-height: 300px;
      /* Create the skewed and curved effect with clip-path */

}



main {
padding-top: calc(1rem + 48px);

}




.dropdown .btn {
/*font-size: 1.2rem;*/
text-transform: uppercase;
    padding: .4rem .6rem;
letter-spacing: initial;
}

.basicphero {
background-size: cover;
background-position: center center;
min-height: 40vh;
}


.basicpintro h1 {
    letter-spacing: 1px;
    font-size: 2.6rem;
    text-transform: uppercase;
margin-bottom: 0;
font-weight: 500;
}


.basicpbody h4 {
text-transform: uppercase;
letter-spacing: 3px;
}

.basicpintro a {
color: #fff;
}
.basicpintro a:hover,.basicpintro a:active  {
color: #f8f9fa;
text-decoration: underline;
}


.basicpintro h2{
    letter-spacing: 1px;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #155084;
}

.sectheropic {
position: relative;
padding-top: 0;
padding-bottom: 0;
}

.sectheropic .gradoverlay, .carousel-inner .gradoverlay, .fullpicbckgr .gradoverlay, #myCarousel.splide .gradoverlay, .splidevid .splide__track .gradoverlay  {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
}

.sectheropic .heropic {
position:relative;
}


.sectheropic .heroheading {
    position: absolute;
    padding: 0 1rem;
}



/*
 #splidevid .splide__track .videogridoverlay  {
position: absolute;
width: 100%;
height: 100%;
z-index:1;
background-image: url(images/videogridoverlay.png);
background-repeat: x-repeat;
background-position: top;
opacity: .6;
}

*/

.fullpicbckgr .gradoverlay {
bottom: 0;
left: 0;
z-index: 1;
}

.btn {
font-size: .8rem;
padding: .325rem .98rem;
letter-spacing: 1.2px;
}


.btn.btn-skewed {
  text-align: center;
  text-decoration: none;
  outline: 0;
  display: inline-block;
  transform: skew(-21deg);
  /* Un-skew the text */
}

.btn.btn-skewed:visited {

}

.btn.btn-skewed:hover {
  background: #1b313c;
}

.btn.btn-outline-light.btn-skewed:hover {
  background: #fff;
}


.btn.btn-skewed > span {
  display: inline-block;
  transform: skew(21deg);
}

.heroheading .btn.btn-outline-light.btn-skewed {
padding: .6rem 1.18rem important;
}

.heroheading .btn.btn-outline-light.btn-skewed {
border: 1px solid #fff;
}

.btn-outline-light {
color: #CBCBCB;
border-color: #CBCBCB;
}

.basicpintro .btn-outline-light:hover {
color: #16171f;
border-color: #CBCBCB;
background-color: #fff;
}


.btn-outline-blue {
color: #155084;
border-color: #155084;
}


.btn-outline-blue:hover {
color: #fff;
border-color: #155084;
background-color: #155084;
}


section, .padded {
padding-top: 3.4rem;
padding-bottom: 3.4rem;
}

section.fullpicbckgr h4,section.fullpicbckgr p, section.fullpicbckgr h3 {
color: #fff;
} 

section.fullpicbckgr h4 {
font-size: 2.2rem;
text-transform: uppercase;
}


section.fullpicbckgr p {
    font-size: 1.32rem;
    line-height: 1.4;
    letter-spacing: 1px;
}


section.fullpicbckgr .textcont, section.imgside .textcont {
position: absolute;
align-self: center;
z-index: 1;
}

 section.imgside .textcont {
 position: relative;
 }


.imgside .textcont h4 {
font-size: 2.2rem;
text-transform: uppercase;
letter-spacing: 3px;
}

.imgside .textcont h4 span {
color: #155084;
}


section h2 {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 1.88rem;
}

.defpageintro h1 {
letter-spacing: 2px;
font-size: 2.6rem;
text-transform: uppercase;
}

.defpageintro h2 {
text-transform: uppercase;
font-size: 1rem;
}

.newsbox {
color: #525252;
height: auto;
}

.newsbox h3 {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 1.28rem;
/*  font-family: 'GillSansStd';*/
font-family: 'Saira_Expanded_Bold';
line-height: 1.2;
color: #1c394b; 
}

.newsbox p {
line-height: 1.3;
font-size: 1.1rem;
letter-spacing: 1px;
}

.newsbox .newsdate {
text-transform: uppercase;
border-bottom: 1px solid gray;
font-size: .9rem;
padding-bottom: 1.2rem;
margin-bottom: 1.2rem;
}

.newsbox .card-body {
padding: 1.6rem;
}

.newsbox .setheight {
min-height: 300px;
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
}

.newsbox .btn {
text-transform: uppercase;
padding: .6rem 1.4rem;
font-size: .9rem;
}


.newsside .card .card-body {
padding: 2rem;
}

.newsside .newsdate {
color: #BBC7CD;
font-size: .9rem;
margin-bottom: .44rem;
}

.newsside .card .card-body div.d-flex {
margin-bottom: 1.4rem;
}

.newsside .btn {
font-size: .8rem;
padding: .475rem 1.6rem;
letter-spacing: 2px;
}

.newsside h4 {
color: #252525;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 1.3rem;
border-bottom: 1px solid #525252;
padding-bottom: 1rem;
margin-bottom: 2rem;
}


.newsside h5 {
font-size: 1.1rem;
}
.newsside h5 a, .newsside h5 a:visited {
color: #8799A3;
}


.newsside h5 a:hover, .newsside h5 a:active {
color: #525252;
}

.newsside img {
max-width: 80px;
height: auto;
}


.single .post-share {
margin-top: 2rem;
padding-top: 1.4rem;
border-top: 1px solid #707070;
}

.single .post-featured-image img {
display: block;
margin: 0 auto;
}

.single .post-share span {
font-size: 1.3rem;
text-transform: uppercase;
/* font-family: 'GillSansStdBold'; */
}

.socshare a {
margin-left: .5rem;
margin-right: .5rem;
}

.socshare a img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}


.socshare a i {
color: gray;
}





/* ABOUT
-------------------------------------------------- */

section.certifs img {
max-width: 126px;
margin: 0 .6rem;
height: auto;
}

section.certifs h2 {
 color: #155084;
}

section.certifs p {
font-size: 1rem;
letter-spacing: 1px;
}


.certifs .col h4 {
margin-top: 1rem;
text-transform: uppercase;
font-weight: 600;
font-size: .8rem;
}

.certifs .col h4 {
font-size: 1rem;
}





section.textbgwht {
background-repeat: no-repeat;
background-position: center center;
background-size: 100%;
}

section.companysect img {
width: auto;
height: 108px;
margin-bottom: 1.08rem;
}

section.companysect h3 {
font-size: 1.6rem;
letter-spacing: 2px;
margin-bottom: .8rem;
}

section.companysect p {
/*font-family: 'GillSansStdBold';*/
font-size: 1.28rem;
line-height: 1.22;
}




/* NEWS
-------------------------------------------------- */

.newsdate {
text-transform: uppercase;
letter-spacing: 2px;
}


.single .post-header .newsdate {
margin-bottom: .8rem;
text-transform: uppercase;
letter-spacing: 2px;

}

.single .post-header h1 {
margin-bottom: 1rem;
border-bottom: 1px solid #707070;
padding-bottom: 1rem;
letter-spacing: 1px;
line-height: 1.1;
font-size: 1.6rem;
text-transform: uppercase;
color: #1c394b;
font-family: 'Saira_Expanded_Bold';
}

.single article p {
font-size: 1rem;
}

.single .post-featured-image {
margin-bottom: 2.8rem; 
}

.single .post-share a i {
font-size: 1.24rem;
}

.newshome .newsdate {
font-size: 1rem;
margin-bottom: .6rem;
}

.newshome span {
text-transform: uppercase;
font-size: .9rem;
letter-spacing: 2px;
}


/* TIMELINE
-------------------------------------------------- */


.timeline:before {
  content: '';
  position:absolute;
  height:100%;
  left:50%;
  width:2px;
  top:-20px;
  background:#707070;
  z-index:1;
}
.timeline{
  position:relative;
  margin: 50px auto;
  width:1000px;
  padding:50px 0;
}


.timeline ul{
  margin:0;
  padding:0 ;
}

.timeline ul li{
  list-style:none;
  box-sizing:border-box; 
  line-height:normal;
  position:relative;
  width:50%;
  padding: 20px 35px;

}

.timeline ul li .right_content h2{
  color:rgba(59,112,239,1);
  padding:0px 2px 18px 0px;
}

.timeline ul li h3 {
  color: #155084;
}


.timeline ul li .right_content h3 {
text-transform: uppercase; 
letter-spacing: 1px;
font-size: 3rem;
font-family: 'Saira_Expanded_Bold';
}

.timeline ul li p{
letter-spacing: 2px;
font-size: 1.1rem;
line-height: 1.4;
}
.timeline ul li .right_content a{
color: gray;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.timeline ul li .right_content a i{
font-size: 2.6rem;
}
.timeline ul li .right_content a i:before{
vertical-align: middle;
}

.timeline ul li .right_content a:hover{
color: #fff;
}


.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}

.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;

}




.left_content{
  padding-bottom:20px;
}

.timeline ul li:nth-child(odd):before{
  content: '';
  position:absolute;
  width:15px;
  height:15px;
  background:#848484;
  border-radius:0;
  box-shadow: 10px 0 10px 3px rgba(0,0,0,0.7);
  right:-8.5px;
  top:104px;
  z-index:1;
 }

.timeline ul li:nth-child(even):before{
  content: '';
  position:absolute;
  width:15px;
  height:15px;
  background:#848484;
  border-radius:0;
  box-shadow: 10px 0 10px 3px rgba(0,0,0,0.7);
  left:-6.5px;
  top:104px;
  z-index: 2;
}

.timeline ul li:nth-child(odd) .left_content{
  position:absolute;
  top:12px;
  right:-165px;
  margin:0;
  padding:8px 16px;

  color:#fff;
  box-shadow:0 0 0 3px rgba(59,112,239,0.3);
  border-radius:18px;
  
}

.timeline ul li:nth-child(even) .left_content{
  position:absolute;
  top:12px;
  left:-165px;
  margin:0;
  padding:8px 16px;
  
  color:#fff;
  box-shadow:0 0 0 3px rgba(59,112,239,0.3);
  border-radius:18px;

}


@media (max-width: 1000px){
  
  .timeline{
    width:100%;
  }
}

@media (max-width: 767px){
  .timeline{
    width:100%;
  }
  .timeline:before{
    left:20px;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even){
    width:100%;
    text-align:left;
   padding-left:50px; 
  }
  
  .timeline ul li:nth-child(odd):before
    {
    top:-18px;
    left:16px;
  
  }
  .timeline ul li:nth-child(even):before
  { 
    top:-18px;
    left:16px;
  }
  
    .timeline ul li:nth-child(odd) .left_content,
  .timeline ul li:nth-child(even) .left_content
  {
    top:-30px;
    left:50px;
    right:inherit;
  }

  
}



/* HOME
-------------------------------------------------- */

.hero-section {
    position: relative;
    height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Prevents overflow from scaling effect */
}

.hero-section::before,
.topwrapper .splide__slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    background-size: cover;
    background-position: center;
  /*  transform: scale(1);
    transition: transform 10s ease-in-out;*/
}

.hero-section.in-view::before,
.topwrapper .splide__slide.in-view::before {
  /*  transform: scale(1.1);  */
}

.hero-section h1 {
color: #fff;
font-weight: 800;
font-family: 'Saira_Expanded_Bold';
}

.hero-section p {
color: #fff;
font-size: 1.4rem;
line-height: 1.1;
}

.container.position-relative {
    z-index: 2;
}



.arrowimg {
top: 1rem;
}

.arrowimg svg {
width: 128px;
height: auto;
}


.homebgsect {
height: 55vh;background-size:cover;background-position: top center;
}

#introhome {
padding-top: 2.5rem;
padding-bottom: 1.5rem;
}


.homehub h2 span {
font-size: 50%;
display: block;
color: #155084;
}

.homehub .modulestrip {
background-position: top center;
background-size: auto 380px;
background-repeat: no-repeat;
min-height: 25rem;
margin-bottom: 6rem;
}


.card.newshome {
color: #fff;
border-radius: 0;
position: relative;
z-index: 5;
 background: rgb(0,38,49);
background: -moz-linear-gradient(90deg, rgba(0,38,49,1) 0%, rgba(9,76,122,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,38,49,1) 0%, rgba(9,76,122,1) 100%);
background: linear-gradient(90deg, rgba(0,38,49,1) 0%, rgba(9,76,122,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002631",endColorstr="#094c7a",GradientType=1); 

}


.card.newshome:hover {
 background: rgb(0,38,49);
background: -moz-linear-gradient(90deg, rgba(0,38,49,1) 0%, rgba(9,76,122,1) 50%);
background: -webkit-linear-gradient(90deg, rgba(0,38,49,1) 0%, rgba(9,76,122,1) 50%);
background: linear-gradient(90deg, rgba(0,38,49,1) 0%, rgba(9,76,122,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002631",endColorstr="#094c7a",GradientType=1); 
-webkit-transition: background 2s ease-out;
  -moz-transition: background 2s ease-out;
  -o-transition: background 2s ease-out;
  transition: background 2s ease-out;
}


.card.newshome h5.card-title {
text-transform: uppercase;
/*font-family: 'GillSansStdBold';*/
}
/*.card.newshome.bg-dark {
background-color: #525252;
}*/
.card.newshome h5.card-title a {
color: #fff;
}
/*
.card.newshome p {
color: #fff;
}
*/


/* RANGE
-------------------------------------------------- */

.rangerow h3 {
font-size: 2.2rem;
line-height: 1.06;
text-transform: uppercase;
letter-spacing: 2px;
}

.rangerow h3 span {
display: block;
font-size: 50%;
letter-spacing: 3px;
line-height: 1.2;
}

.rangerow .list-group-item {
padding: .6rem 0;
background: transparent;
border-color: rgba(255,255,255,.4);
}

.rangerow .bg-white .list-group-item {
border-color: rgba(0,0,0,.4);
}

.rangerow .row ul li {
text-transform: uppercase;
letter-spacing: 4px;
color: #fff;
font-size: 1.1rem;
}

.rangerow .bg-white .row ul li {
color: #000;
}


.rangerow a.list-group-item h3{
color: #fff;
margin-bottom: 0;
}


.rangerow h4 {
/* font-family: 'GillSansStd'; */
letter-spacing: 3px;
text-transform: uppercase;
}



/* PRODUCTS
-------------------------------------------------- */


.topwrapper {
position: relative;
overflow-y: hidden;
overflow-x: hidden;
}

.heroheading, .homerealheading {
    width: 100%;
    /*padding: 80px 15px;*/
/*    text-align: center;*/
    z-index: 3;
  /*  -webkit-transform: translateY(1%);
    -ms-transform: translateY(1%);
    transform: translateY(1%);*/
}

.homerealheading {
background-color: #000;
}

.heroheading h1, .heroheading h2, .homerealheading h1, .homerealheading h2 {
color: #fff;
}

.page-template-tpl-gamma .heroheading h1, .page-template-tpl-product .heroheading h1  {
   /* font-family: 'Saira_Expanded_Bold';*/
color: #155084;
}

.gamma.heroheading h1 {
letter-spacing: -1px;
line-height: 1;
}


.heroheading h1, .homerealheading h1, .heroheading.text-start h2 {
margin-top: .8rem;
font-size: 2.12rem;
/* font-family: 'GillSansStdBold'; */
text-transform: uppercase;
text-indent: -1.6rem;
}


 .heroheading h2, .heroheading.text-start h1 {
 font-size: 1.6rem;
   font-family: 'Saira_Expanded_Regular';
margin: 0 auto;
line-height: 1;
text-transform: uppercase;
 }


 .homerealheading h2 {
/* font-weight: 700; */
line-height: 1;
text-transform: uppercase;
font-size: 2.6rem;
 }


.breadnav {
margin-bottom: .8rem;
}

.breadnav span.badge.bg-dark {
background: rgba(0, 0, 0, 0.5) !important;
}


.heroheading .breadnav h1, .heroheading .breadnav h2 {
font-size: .9rem;
letter-spacing: 2px;
display: inline;
text-transform: uppercase;
/*font-family:  'GillSansStdLight'; */
}

.heroheading .breadnav h1 {
font-family: 'Saira_Expanded_Regular', sans-serif;
}

.heroheading .breadnav h1 a, .heroheading .breadnav h2 a  {
color: #fff;
}

.homerealheading .inner img, .fullpicbckgr img  {
height: 120px;
}


.additcarousel .carousel-caption {
letter-spacing: 2px;
}

.additcarousel .carousel-caption h5 {
text-transform: uppercase;
font-weight: 700;
font-size: 1.6rem;
}

.additcarousel .carousel-caption p {
font-size: 1.1rem;
line-height: 1.3
}


.topmaintxt {
font-size: 1.1rem;
letter-spacing: 2px;
line-height: 1.48;
}



.topmaintxt p {
margin-bottom: 0;
}

.topmaintxt strong, .heroheading h2 span {
font-family: 'Saira_Expanded_Bold';
}

.tompmaintxt blockquote {
line-height: 2.2;
}

.topmaintxt h3 {
  color: #155084;
}

.toprangetxt {
font-size: 1.2rem;
line-height: 1.4;
letter-spacing: 2px;
}
.prodtopstats h4 {
/* font-family:  'GillSansStdLight'; */
font-size: 2.02rem;
letter-spacing: 3px;
margin-bottom: 2.5rem;
}

.prodtopstats span {
/* font-family:  'GillSansStd'; */
font-family: 'Saira_Expanded_Bold';
display: block;
font-size: 1.1rem;
text-transform: uppercase;
line-height: 1.4;
color:#155084;
}

#additionalCarousel .carousel-caption {
position: initial;
}


section.additcarousel.lmv {
background-size: 90%;
background-repeat: no-repeat;
background-position:center center;
}

.page.page-id-110 section.additcarousel.lmv {
background-image: url(images/carousel-lmv-background.jpg);
}

.iconfeats h4 {
text-transform: uppercase;
font-size: 1.44rem;
letter-spacing: 5px;
  /* font-family: 'GillSansStd';*/
    font-family: 'Saira_Expanded_Bold';  
  }


.iconfeats p {
font-size: 1.2rem;
letter-spacing: 1px;
}

.iconfeats img {
margin-bottom: 2.2rem;
height: 42px;
}


.bg-white.textmedia .col-lg-4 h3, .bg-white.textmedia .col-lg-6 h3, .bg-white.textmedia .col-lg-8 h3 {
letter-spacing: 1px;
color: #155084;
}

.textmedia .col-lg-4 p,.textmedia .col-lg-6 p, 
.textmedia .col-lg-4 ul, .textmedia .col-lg-6 ul, .textmedia .col-lg-5 p,.textmedia .col-lg-7 p, 
.textmedia .col-lg-5 ul, .textmedia .col-lg-7 ul {
font-size: 1.1rem;
letter-spacing: 1px;
line-height: 1.5;
}

.textmedia .col-lg-4 h3, .textmedia .col-lg-6 h3, .textmedia .col-lg-8 h3, .textmedia .col-lg-5 h3 {
  text-indent: -.3em;
  }

.textmedia .col-lg-4 ul, .textmedia .col-lg-6 ul {
list-style-type: none;
text-transform: uppercase;
padding-left: 0;
}

.tablesheets .container .row {
border-bottom: 1px solid #A7A7A7;
}


.tablesheets .imgcont {
max-width: 840px;
margin: 0 auto;
}

.tablesheets .vehicspecs {
padding-bottom: 4rem;
padding-top: 3rem;
}

.tablesheets .vehicspecs .btn {
font-size: .84rem;
}

.tablesheets .vehicspecs h3 {
/*font-weight: 700;*/
font-family: 'Saira_Expanded_Bold';
text-transform: uppercase;
font-size: 1.92rem;
}

.tablesheets .vehicspecs p {
text-transform: uppercase;
font-weight: 300;
font-size: 1.2rem;
letter-spacing: 3px;
/* font-family: 'GillSansStdLight'; */
line-height: 1.2;
}

.tablesheets .vehicspecs .d-md-flex.align-items-center p {
color: #155084;
}


.tablesheets .table td,.tablesheets .table td p {
text-transform: initial;
margin-bottom: 0;
font-size: 1.1rem;
letter-spacing: 1px;
/* font-family: 'GillSansStdLight'; */
}



.tablesheets .table caption {
/* font-g: 'GillSansStdBold'; */
text-transform: uppercase;
background-color: #19303a;
color: #fff;
    overflow: hidden; /* Nasconde l'angolo creato dal pseudo-elemento */
       position: relative;
padding-left: 1rem;
}


.tablesheets .table caption::before {
    content: '';
    position: absolute;
    background-color: #fff;
bottom: -14px;
  right: -45px;
    width: 60px; /* Larghezza del triangolo */
    height: 60px; /* Altezza del triangolo */
    transform: rotate(45deg); /* Rotazione di 45 gradi */
    transform-origin: top right;
}


.tablesheets .vehicspecs .thumbcont img {
max-height: 80px;
width: auto;
}


.page-id-789 .basicpintro {
background-position: bottom center !important;
}
/*
.page-id-789 .row.textmedia {
padding-top: 4.8rem;
padding-bottom: 4.8rem;
}*/



.extrabrand {
max-width:155px; 
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  #myCarousel .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

}




@media (max-width: 480px) {

  
  header {
/*  padding-top: 65px;*/
  }
  
  header.post-header {
  padding-top: 0;
  }
 
  
  .rangerow .row {
      background-size: 250px auto;
  }
  


/* HOME
-------------------------------------------------- */


.imgside {
padding-top: 1rem;
}




/* PRODUCT
-------------------------------------------------- */


}


@media (max-width: 768px) {


 

}


@media (min-width: 768px) {


footer .nav li {
display: inline;
padding: .6rem 1rem;
border-left: 1px solid #274e5c;
}



}


@media (max-width: 991px) {
.topwrapper .heroheading, .page-template-tpl-product .topwrapper{
background-color: #16171f;
}


#mainNav .navbar-brand svg {
width: auto;
height: 28px;
  }
  
  /*
#mainNav.navbar {
background: #000;
}
*/
  
  .navbar-nav li {
  padding: .6rem 0;
border-bottom: 1px solid gray;
  }
  
  .navbar-nav li li:last-child {
  border-bottom: 0;
  }
  
    .homehub .container-fluid {
background-image: none !important;
}

  
  .dropdown-menu {
  border: 0;
  padding: .4rem 0; 
  }
  
  
}



@media 
  (min-width: 767px) and (max-width: 1280px) { 


.homehub .container-fluid {
background-size: contain;
}


    .hero-section {
    height: 50vh;
}



}





@media (min-width: 992px) {

.error404 h1{
  /* font-family: 'GillSansStdLight'; */
font-size: 14rem;
}

.error404 h2{
font-size: 2rem;
}

.error404 .cover-container {
min-height: 90vh;
}


/* NAV
-------------------------------------------------- */
 #mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: none;
    background-color: transparent;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out;
  }

  #mainNav .navbar-brand img,  #mainNav .navbar-brand svg {
    transition: height 0.3s ease-in-out;
    height: 60px;
  }
  
  #mainNav.navbar-shrink {
   /* padding-top: .2rem;
    padding-bottom: .2rem;*/
 /*    background: rgba(0, 0, 0, 0.6);*/
     height: 50px;
/*     --bs-bg-opacity: .6;*/
  }
 
  #mainNav.navbar-shrink svg,
#mainNav.navbar-shrink .navbar-brand img {
    height: 40px; 
     }




/* ============ multilevel ============ */

/* multilevel navigation */
ul.dropdown-menu li > ul.dropdown-menu {
    left: 100%;
    top: 120%;
   display:block; 
   opacity: 0; 
   visibility: hidden; 
   transition:.3s; 
   margin-top:0; 
}

ul.dropdown-menu li:hover > ul.dropdown-menu,
ul.dropdown-menu li:focus > ul.dropdown-menu {
    display: block;
}
ul.dropdown-menu li:hover > ul.dropdown-menu {
 transition: .3s; opacity:1; visibility:visible; top:10%; transform: rotateX(0deg);
}

/*
.navbar .dropdown-menu-end{ right:0; left: auto;  }
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }

	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }

*/





/*
	.dropdown-menu li{ position: relative; 	}
	
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }*/
	
/* ============ multilevel .end// ============ */




 #mainNav .dropdown-menu {
    padding: .8rem 0;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0.8);
    border: 0;
    border-radius: 0;
}


 #mainNav .dropdown-menu .dropdown-item {
/*color: gray;
text-transform: uppercase;*/
letter-spacing: 1px;
}

#mainNav .dropdown-menu .dropdown-item:focus {
background-color: darkgray; 
}


  #mainNav.navbar-expand-lg .navbar-nav .nav-link {
font-size: 1.1rem;
padding-right: 2rem;
padding-left: 2rem;
transition: font-size 0.3s; 
/*color: rgba(255,255,255,.75); */
}

  #mainNav.navbar-shrink.navbar-expand-lg .navbar-nav .nav-link {
font-size: 1rem;
}


  #mainNav.navbar-expand-lg .navbar-nav .nav-link:hover {
  /* color: rgba(255,255,255,.95); */
  }

.dropdown-menu li {
text-transform: uppercase;
margin-top: .6rem;
}

/*
.dropdown-item
li a.dropdown-item {
color: gray;
}
*/

.dropdown-menu li a.dropdown-item {
color: #ababab;
}

.dropdown-menu li a.dropdown-item:hover {

background-color: #6c757d;
color: #fff;
}

/*
header .blog-header-logo img {
height: 70px;
}*/




.dropdown-item.active, .dropdown-item:active {
background-color: #2b2b2b;
}



.topwrapper .heroheading {
    position: absolute;
  /*    bottom: -20px;*/
bottom: 4.8rem;
}
/*
.sectheropic .heroheading {
position: absolute;
}*/


.homerealheading {
background-color: transparent;
}

footer .brandcol svg {
height: 36px;
width: auto;
}



/* CAROUSEL
-------------------------------------------------- */
#myCarousel .carousel-item {
  height: 80vh;
}


.additcarousel .carousel-control-prev {
  margin-left: -100px;
}

.additcarousel .carousel-control-next {
  margin-right: -100px;
}


.homehub .modulestrip {
min-height: 40rem;
margin-bottom: 0;
}



/* ABOUT
-------------------------------------------------- */

section h2 {
letter-spacing: 2px;
font-size: 2.62rem;
}

section.certifs p {
font-size: 1.24rem;
letter-spacing: 1px;
}

.certifs .col h4 {
font-size: 1.2rem;
}

.certifs .col p {
font-size: 1rem;
}

.basicpintro {
min-height: 68vh;
}


.basicpintro h1 {
font-size: 4.2rem;
}


section.companysect h3 {
letter-spacing: 3px;
font-size: 2rem;
}

section.companysect p {
font-size: 1.58rem;
line-height: 1.28;
}



.iconfeats img {
margin-bottom: 2.6rem;
height: 62px;
}




/* NEWS
-------------------------------------------------- */
.single .post-header .newsdate {
margin-bottom: .8rem;
}

.single .post-header h1 {
font-size: 2.2rem;
margin-bottom: 2rem;
}

.single article p {
font-size: 1.3rem;
}

.newsside .card .card-body {
padding: 3rem;
}

.dropdown .btn {
padding: .4rem 1rem;
}

.newsbox .card-body {
padding: 2rem;
}

.newsbox h3 {
font-size: 1.48rem;
}

/* TIMELINE
-------------------------------------------------- */
.timeline ul li{
  padding: 40px 70px;
}

section.companysect {
min-height: 60vh;
}




/* RANGE
-------------------------------------------------- */

.rangerow h3 {
font-size: 3.2rem;
}

.rangerow .list-group-item {
padding: 1.28rem 0;
}

.rangerow .row ul li {
font-size: 1.8rem;
}

/* PRODUCTS
-------------------------------------------------- */
/*
.breadnav {
margin-top: 9.5rem;
}*/

.extrabrand {
max-width:250px; 
}


.textmedia .col-lg-4 h3, .textmedia .col-lg-6 h3, .textmedia .col-lg-8 h3, .textmedia .col-lg-5 h3 {
font-size: 2rem;
 }

.blocksarea h2 {
font-size: 2.28rem;
}

.heroheading {
 /* bottom: -70px;*/
  }
  
  .sectheropic .heroheading {
  bottom: 4.8rem;
  }
  
.heroheading h1, .homerealheading h1,  .heroheading.text-start h2 {
margin-top: 2.8rem;
font-size: 4.68rem;
line-height: 1;
}

.gamma.heroheading h1 {
font-size: 3.4rem;
}

.page-template-tpl-company .heroheading.text-start h2 {
font-size: 1.8rem;
}

 .heroheading h2, .heroheading.text-start h1 {
font-size: 2.62rem;
max-width: 1024px;
 }
 
 .homerealheading h2 {
 font-size: 5.8rem;
 }
 
.homerealheading .inner img, .fullpicbckgr img  {
height: 280px;
}

.sectheropic .heroheading h2, .videopic .heroheading h2 {
text-indent: -1rem;
font-size: 3.2rem;
}


.topmaintxt {
font-size: 1.28rem;
line-height: 1.48;
}

#introhome .topmaintxt {
font-size: 1.18rem;
}


.topmaintxt h3 {

font-size: 2.6rem;
}

.toprangetxt {
font-size: 1.42rem;
line-height: 1.8;
}


.textmedia .col-lg-4 p,.textmedia .col-lg-6 p, 
.textmedia .col-lg-4 ul, .textmedia .col-lg-6 ul, .textmedia .col-lg-5 p,.textmedia .col-lg-7 p, 
.textmedia .col-lg-5 ul, .textmedia .col-lg-7 ul {
font-size: 1.2rem;
}
 

.tablesheets th {
width: 60%;
}


.tablesheets .vehicspecs .thumbcont img {
max-height: 150px;
}

.tablesheets .vehicspecs p {
font-size: 1.4rem;
}


.bgspecsl {
background-position:70% 20%;
}

.bgspecsr {
background-position: 5% 20%;

}

.features .accordion-button {
    font-size: 1.42rem;
    }


.btn {
font-size: 1rem;
padding: .475rem 1.08rem;
letter-spacing: 2px;
}


/* COMMON SIZING
-------------------------------------------------- */


main {
padding-top: calc(1rem + 68px);
}


.sticky-offset {
    top: 56px;
}

section, .padded {
padding-top: 4.8rem;
padding-bottom: 4.8rem;
font-size: 1.24rem;
/*letter-spacing: 3px;*/
}

.px-lg-6 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.mt-lg-n3 {
  margin-top: -2.25rem !important;
}

.mt-lg-0 {
margin-top: 0 !important;
}

.mb-lg-n2 {
    margin-bottom: -0.5rem;
  }


.defpageintro h1 {
font-size: 5rem;
}


.card-hover {
    transition: all .15s ease-out;
/*   box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);*/
}

.card-hover:hover {
/* box-shadow:0 .5rem 1rem rgba(0,0,0,.15);*/
 transform:translateY(-3px)
}



.blocksarea .textmedia{
  padding-bottom: 4.2rem !important;
}


.blocksarea .textmedia.firstrow {
 padding-top: 4.2rem !important;
 }


.blocksarea .features {
/* padding-top: 4.2rem !important;*/
  padding-bottom: 4.2rem !important;
 }


 .blocksarea .paddedtop {
  padding-top:  4.2rem !important;
 }
 


/* HOME
-------------------------------------------------- */


.hero-section h1 {
font-size: 2.8rem;
}

.hero-section p {
font-size: 2.28rem;
}



.arrowimg {
top: 3rem;
}

.arrowimg svg {
width: 248px;
}


.card.newshome h5.card-title {
font-size: 1.48rem;
}

/*
#introhome {
margin-top: -5rem;
}*/


section.fullpicbckgr h4 {
font-size: 3.6rem;
}

.homebgsect {
height: 70vh;
}

.imgside .textcont h4 {
font-size: 2.88rem;
letter-spacing: 5px;
}



section.certifs img {
max-width: 166px;
}




footer #menu-legal-links {
text-align: right;
}


}







@media (min-width: 1400px) {

 /*
 .homerealheading h2 {
 font-size: 5rem;
  max-width: 1124px;
 }*/
 
  #mainNav .dropdown-menu {
    padding: 1rem 0;
    font-size: 1.1rem;
    }
    
    .hero-section {
    height: 75vh;
}

 
 
 .homerealheading .inner img {
height: 380px;
}

.homerealheading .inner img {
margin-left: -150px;
}


.btn {
padding: .8rem 1.48rem;
}

.homebgsect {
height: 85vh;
}




  .py-xxl-6 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
    }


  .pt-xxl-6 {
    padding-top: 5.2rem !important;
    }


.blocksarea .textmedia{
  padding-bottom: 5.8rem !important;
}


.blocksarea .textmedia.firstrow {
 padding-top: 5.8rem !important;
 }
 
 
.blocksarea .features {
/* padding-top:  5.8rem !important;*/
 padding-bottom:  5.8rem !important;
 }

 .blocksarea .paddedtop {
  padding-top:  5.8rem !important;
 }
 
 
  .pb-xxl-6{
    padding-bottom: 5.2rem !important;
    }

.ms-xxl-n5 {
  margin-left: -3.5rem !important;
}


/* TIMELINE
-------------------------------------------------- */
.timeline{
  width:1400px;
}

/* CAROUSEL
-------------------------------------------------- */
#myCarousel .carousel-item {
  height: 90vh;
}

/* COMMON ELEMENTS
-------------------------------------------------- */
.basicphero {
min-height: 50vh;
}




/* RANGE
-------------------------------------------------- */

.rangerow .row.bg-black {
min-height: 35rem;
}

.rangerow h3 {
    font-size: 5rem;
}





/* PRODUCT
-------------------------------------------------- */


.prodtopstats h4 {
font-size: 2.6rem;
letter-spacing: 5px;

}

.prodtopstats span {
font-size: 1.4rem;
}

.tablesheets .vehicspecs h3 {
font-size: 2.8rem;
}


.additcarousel .carousel-caption p {
font-size: 1.4rem;
}


.features .accordion-body ul li {
    font-size: 1.2rem;
}




/* COMPANY
-------------------------------------------------- */
section.companysect img {
height: 160px;
margin-bottom: 1.4rem;
}




}

@media (min-width: 1660px) {

section, .padded {
padding-top: 5.8rem;
padding-bottom: 5.8rem;
}


.hero-section h1 {
font-size: 3.4rem;
}

.hero-section p {
font-size: 2.88rem;
}



.error404 h1{
font-size: 16rem;
}

.error404 h2{
font-size: 3rem;
}


.arrowimg svg {
width: 328px;
}

.topmaintxt {
    font-size: 1.42rem;
    line-height: 1.5;
    }
    
    #introhome .topmaintxt {
   font-size: 1.38rem;}

.prodtopstats h4 {
font-size: 3rem;
}

  #mainNav.navbar-expand-lg .navbar-nav .nav-link {
font-size: 1.2rem;
padding-right: 4rem;
padding-left: 4rem;
}


.heroheading h1, .homerealheading h1,  .heroheading.text-start h2 {
font-size: 5.44rem;
}


 .heroheading h2, .heroheading.text-start h1 {
 font-size: 2.8rem;
 max-width: 1424px;
 }
 
 
.gamma.heroheading h1 {
font-size: 3.8rem;
}

.homehub .modulestrip {
min-height: 45rem;
}

 
 
section.companysect {
min-height: 70vh;
}

.textmedia .col-lg-4 h3, .textmedia .col-lg-6 h3, .textmedia .col-lg-8 h3, .textmedia .col-lg-5 h3 {
font-size: 2.4rem;
}


.textmedia .col-lg-4 p,.textmedia .col-lg-6 p, 
.textmedia .col-lg-4 ul, .textmedia .col-lg-6 ul, .textmedia .col-lg-5 p,.textmedia .col-lg-7 p, 
.textmedia .col-lg-5 ul, .textmedia .col-lg-7 ul {
font-size: 1.36rem;
}


footer .nav li {
padding: .6rem 1.4rem;
}


 
}