
.mobile-content {
	display:block !important
}

.desktop-content {
	display:none;
}

/* sitewide hide */
.nav-wrap { 
	display:none !important;
}


.sticky-contact__link {
	display:none;
}


/* = = = = = = = = = General = = = = = = = = =  */


.main__inner {
	min-height:0
}

.btn {
	height:30px;
	line-height:30px;
	font-size:.9em;
	padding:0 10px 0 10px;
}	



/* Layout
   ================================================== */  

  
.main {
	margin:42px 0 0 0;
}


/* Sub Nav 
   ================================================== */

.main--sub {
	margin:105px 0 0 0;
}    

.page-new-equipment .main--sub {
	margin:156px 0 0 0;
}    

.main-sub__nav {
	justify-content:space-between;
}

.main-sub__nav .nav-btn {
	flex-grow:1;
}

/* -- */

.sub-nav--show {
	top:0px;
}

.sub-nav {
	top:40px;
	padding: 0 0 0 1.5%;
}

.main--sub-nav {
	margin-top:40px;
}  

.sub-nav__nav-item {
	justify-content:center;
	padding: 3.2% 2% 1% 2%;
	font-weight: 400;
	border-bottom:4px solid transparent;
}

.sub-nav__links {
	flex-wrap: wrap;
}

.sub-nav__nav-item--active {
	border-bottom: 4px solid #fff;
}

.sub-nav__nav-item:hover {
	border-bottom:4px solid #ffffff;
}


/* Header 
   ================================================== */

.header {
	height:auto;
	text-align:center;
	overflow:visible;
	min-width:0;
	max-height:100px;
}

.header--hide {
	top:0px;
}

.header__inner {
	width:100%;
	height:auto;
	max-height:343px;
}


.mobile-header {
	display:flex;
	padding-bottom:2px;
	flex-wrap:wrap;
}

/* -- */


.mobile-header__account-details {
	display:flex;
	justify-content:space-between;
	width: 100%;
	z-index:2;
	align-items: center;
	background:#ffffff;
}

.mobile-header__account-btn {
	width: 48%;
	padding: 6% 0% 6% 0%;
	background: #290990;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #000000;	
	font-size: 18px;
}

.mobile-header__top {
	display:flex;
	justify-content:space-between;
	width: 100%;
	z-index:2;
	align-items: center;
	background:#ffffff;
}

.mobile-header__search,.mobile-header__account {
	display:block;
	position: absolute;
	background:#ffffff;
	top:40px;
	left:0px;
	width:100%;
	margin: 0px 20px 0px 0px;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	transition: all .5s ease-in-out;
	color: transparent;
	z-index:1;
	
	visibility: hidden;
	opacity: 0;
	transform: translateY(-150%);
	transition:
	transform 0.5s ease 0s,
	opacity 0.3s ease .5s,
	visibility 0.3s ease .5s;	
}

.mobile-header__search--show,.mobile-header__account--show,.mobile-header__panel--show {
	visibility:visible;
	transform: translateY(0);
	transition: all .5s ease 0s;
	opacity: 1;	
}

.mobile-header__search:target {
	line-height: 1.5;
	padding-top: 1em;
	padding-bottom: 1em;
	color: black;
	}

.mobile-header__fields {
	display:flex;
	justify-content:space-between;
}


.mobile-header__form {
	display:flex;
	position:relative;
	width:100%;
	border:1px solid #cccccc;
	border-radius:3px;
	background:#ffffff;
	padding: 4px 0px 4px 10px;
}

.mobile-header__input {
	border:none;
	background:#ffffff;
	width:90%;
	margin:0;
	padding:2px;
	font-size: 18px;
}

.mobile-header__submit {
	position:absolute;
	top:7px;
	right:7px;
	background:url(/img/icon_search_nav.png) no-repeat center center;
	background-color: #ffffff;	
	border: none;
	color: #000000;
	padding:0;
	text-decoration: none;
	margin: 0;
	cursor: pointer;
	width:20px;
	height:20px;
}




/* -- */

.mobile-header__menu-button {
	width:56px;
	margin: 5px 0px 0px -5px;
}

.mobile-header__menu-button--active {
	color:#290990 !important;	
}



/* header contact panel */

.mobile-header-contact {
	display:flex;
	width:100%;
	margin:0;
	bottom:0px;
	justify-content:space-between;
	z-index:50;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,.2);
	margin-top: 30px;
}



.mobile-header-contact__btn {
	width:50%;
	padding:6% 0% 6% 0%;
	background:#ffffff;
	display:flex;
	justify-content:center;
	align-items:center;
	text-decoration:none !important;
	color:#000000 !important;
}

.mobile-header-contact__btn:active {
	background:#290990;
}

.mobile-header-contact__btn i {
	margin-right:10px;
}

.mobile-header-contact__btn--call {
	border-right:2px solid #000000;
}






.nav-side .shop-bag {
    right: 10px;
}


.main-sub {
	top:42px;
	margin:0;
	padding:3% 2% 2% 2%;
}

.page-product .main-sub {
	min-height:84px;
}

.page-new-equipment .main-sub {
	padding:2% 2% 0% 2%;
}

.main-sub__heading {
	padding: 0;
	font-size:1.2em;
	margin: 2% 0 2% 2%;
}

.main-sub__heading strong {
	display:block;
}

.main-nav__logo {
	margin: 10px 0px 0px 6px;
	max-width:120px;
	height:auto;
}

.main-nav__search-link {
	margin: 6px 15px 4px 0px;
	background: #290990;
	color:#000 !important;
	padding: 6px 10px 6px 10px;
	box-shadow: 0 4px 3px -3px #a2a2a2;
	text-decoration: none !important;
}

.mobile-header__account-link  {
	margin: 6px 20px 4px auto;
	background: #ffffff;
	padding: 6px 10px 6px 10px;
}

.mobile-header__account-link i {
	color:#cccccc !important;
}

.mobile-header__account-link--in i {
	color:#95830b !important;
}

.search-link--active {
	background: #000000;
}

.main-nav__search-link .fa-phone-alt {
	margin-right:15px;
}






/* Menu 
   ================================================== */

.header .mobile-menu ul {
	display:block !important;	
}

.mobile-menu li.selected {border-left:7px solid #df4444;}


.mobile-menu ul {
	margin:8px 0px 5px 10px;
	padding:0;
}

.mobile-menu ul li a {
	color:#000 !important;
	display:block;
	padding:12px 0px 12px 28px;
	text-align:left;
	font-size:1.2em;
	letter-spacing:1px;
	border-left: 7px solid transparent;
	font-weight: 600;
}

.mobile-menu ul li a:hover {
	background:#ffffff;
	color:#000000 !important;
	border-left: 7px solid #000000;
}

.mobile-menu ul li {
	display:block;
	width:99%;
	padding:0px;
	text-align:center;
	white-space:nowrap;
	border-bottom:1px solid #1b1917;
	border-right:none;
	border-left:none;
}

.mobile-menu ul li:last-child {
	border-bottom:none;
}




/* Global Components 
   ================================================== */

 
   
.box-j__middle-wrap	 {
	flex-wrap:wrap;
}


.box-j__middle-box__heading {
	font-size:1.4em;
}


.box-j__kicker-heading {
	font-size:1.4em;
}

.box-j__kicker {
	font-size:1.0em;	
}




.list-feature-row li {
	font-size:1.2em;
}

.list-feature-row big {
	font-size:1.6em;
	font-weight:900;
	color:#290990;
	text-shadow: 1px 1px #4e4e4b;
}



.feature-banner {
	padding: 5% 0 5% 0;
	height:auto;
	max-height:none;
}

.feature-banner__main-desc {
	font-size:1.6em;
}

.feature-banner__sub-desc {
	font-size:1.4em;
}





/* ================================================== */
/* = = = = = = = = = Pages = = = = = = = = =  */
/* ================================================== */




/* = = = Page: Default Article Page = = =  */

.article__wrap p {
	font-size:1.0em;
}

.article__wrap h2,.article__wrap h4 {
	font-size:1.6em;
}

.article-content__block  {
	flex-basis:100%;
}


.article__wrap p,
.article__wrap ul,
.article__wrap ol,
.article-content__block p,
.article-content__block ul,
.article-content__block ol {
	font-size:1.2em;
	font-weight:300;
}



/* = = = = = = = = = Page: Home = = = = = = = = =  */



/* case studies  */

.box-k {
	margin-top:40px;
}

.box-k__main-heading {
	font-size:1.2em;
}

.box-k__box-item {
	margin-bottom:40px;
	max-width:100%;
}

.box-k__img {
	width:100%;
	height:auto;
	max-width:100%;
}


	
	



/* = = = = = = = = = Page: Parts = = = = = = = = =  */

.swiper-parts-hero {
	height: 350px;	
}


.parts-service-main .box-c {
	flex-direction:row;
	flex-wrap: wrap;
	width:100%;
	align-items: flex-start;
}	

.parts-service-main .box-c__graphic {

}

.parts-service-main .box-c__graphic-img {
	max-width:100px;
}

.parts-service-main .box-c__title {
	margin:0 0 0 auto;
}





/* = = = = = = = = = Page: Blogs = = = = = = = = =  */

.blog-article {
	flex-wrap: wrap;
}


.blog-article__content {
	flex-basis: 100%;
}

.blog-article__blog-nav {
	flex-basis: 100%;
}


.blog-article__body iframe {
	width:100%;
}


/* = = = = = = = = = Footer = = = = = = = = =  */

.footer-wrap {
	margin:15% 0 0 0;
}

footer {
	flex-wrap:wrap;
}

.footer__social {
	margin-bottom:20px;
}

footer > div {
	width:100%;
}

footer li {
	padding:4px 0 4px 0;
	font-size:1.4em;
}	

.footer__col-a {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}


.footer__locations {
	flex-wrap:wrap;
}

.footer__col-wrap {
	width:98%;
}


body.no-sticky-footer .footer-sticky {
	display:none;
}

