﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- ANIMATE ------------*/


/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

svg {
    fill: #fff !important;
}
nav.primary svg {
	margin-bottom: -3px;
}
.mobile_top ul lu a:hover svg {
    fill: #000 !important;
}

.apotek-xwide-reg {
	font-family: "apotek-extrawide", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.apotek-xwide-semibold {
	font-family: "apotek-extrawide", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.apotek-xwide-bold {
	font-family: "apotek-extrawide", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.roboto {
	font-family: "roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 25px;
}
.swing-king {
	font-family: "swing-king", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
span.white.swing-king {
    text-transform: lowercase;
	font-size: .9vw;
}
span.light-green.swing-king {
    text-transform: capitalize;
    font-size: .9vw;
}
.green {
	color: #7FB234;
}
.green-bg {
	background-color: #7FB234;
}
.light-yellow {
	color: #DDDA44;
}
.light-green {
	color: #B6CC42;
}
.light-green-bg {
	background-color: #B6CC42;
}
.grey {
	color: #E9E9E9;
}
.white {
	color: #ffffff;
}
.black {
	color: #231F20;
}
.black-bg {
	background-color: #231F20;
}
button.light-yellow-trace {
    border: 1px solid #DDDA44;
    color: #DDDA44;
	background-color: transparent;
    font-family: "apotek-extrawide", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 20px;
    font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
}
button.light-yellow-trace:hover {
	box-shadow: 4px 4px 1px #DDDA44;
	transition: all .2s ease-in-out;
}
button.light-yellow {
    background-color: #DDDA44 !important;
    color: #231F20;
    border: #DDDA44 1px solid;
    font-family: "apotek-extrawide", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 20px;
    font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
}
button.light-yellow:hover {
	box-shadow: 4px 4px 1px #231F20;
	transition: all .2s ease-in-out;
}
.btn-light-yellow {
    background-color: #DDDA44 !important;
    color: #231F20;
    border: none;
    font-family: "apotek-extrawide", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 20px;
    font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
}
.btn-light-yellow:hover {
	box-shadow: 4px 4px 1px #231F20;
	transition: all .2s ease-in-out;
}

.wid95 {
	width: 95%;
	margin: 0 auto;
}
.wid90 {
	width: 90%;
	margin: 0 auto;
}
.wid80 {
	width: 80%;
	margin: 0 auto;
}

i.fa-solid.fa-star {
    font-size: 10px;
}

.breadcrumbs {
    display: flex;
    font-size: 14px !important;
    color: #403f3b !important;
    padding: 130px 0 5%;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    letter-spacing: 0.05em;
    gap: 10px;
	font-family: "roboto", sans-serif;
}
.breadcrumbs a {
    display: inline-block;
    padding: 12px;
    background: #fff;
    color: #403f3b;
    font-size: 14px !important;
	font-family: "roboto", sans-serif;
}





h1.apotek-xwide-bold {
    font-size: 60px;
    line-height: 55px;

}

/*--- HEADER STYLES ---------------------*/
header {}
.top-head .wid90 {
    display: flex;
    align-items: center;
}
.head-logos {
    display: flex;
    align-items: center;
    gap: 30px;
	flex: 1;
	padding: 5px 0;
}
.head-logos img {
    max-width: 150px;
    width: 100%;
}

.head-phone {
    flex: 1;
    text-align: end;
	font-size: 20px;
    color: #121212;
}
.head-phone i {
    color: #7FB234;
    font-size: 18px;
    margin-right: 5px;
}
.head-nav .wid90 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
}
.head-1 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 99999;
    position: fixed;
    width: 100%;
}
.head-1 .wid95 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
nav.primary i.fa-solid.fa-house {
    font-size: 12px;
}

/*---BODY--------------------------------*/

.flex {
	display: flex;
}
.block {
	display: block;
}


.cycle-slideshow {
    position: relative;
}
section.hero {
    position: relative;
	padding-top: 85px;
}
.slick-slider {
	overflow: hidden!important;
}
.combo img {
    width: 100%;
    max-width: 100%;
}
.hero-text {
    width: auto;
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    align-content: center;
    padding-left: 100px;
}
.hero-text h2 ul {
    display: flex;
}
.hero h1 {
    font-size: 6vw;
    line-height: 5vw;
	text-shadow: 1px 1px 2px #231F20;
	margin-bottom: 2vw;
}
.hero-text h2.white.apotek-xwide-bold {
	font-size: 6vw!important;
    line-height: 5vw!important;
	text-shadow: 1px 1px 2px #231F20!important;
	margin-bottom: 2vw!important;
}
.hero h2 {
    font-size: 1.3vw;
    line-height: 2.5vw;
    letter-spacing: 1px;
	text-shadow: 1px 1px 2px #231F20;
}
.hero-btns button {
    margin-right: 20px;
}
section.home-models {
    padding: 50px 0;
}
.models-title h3 {
    font-size: 1.2vw;
    letter-spacing: 1px;
    padding-bottom: 1vw;
}
.telehandlers {
    display: flex;
    justify-content: space-around;
}
.telehandlers img {
    width: 100%;
    max-width: 100%;
}
a.model {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.model p {
	color: #fff;
}
a.model:hover p {
    text-shadow: 1px 1px 2px grey;
    transition: all .1s ease-in-out;
}
a.model i.fa-solid.fa-chevron-down {
    color: #fff;
	opacity: 0;
}
a.model:hover i.fa-solid.fa-chevron-down {
    opacity: 100%;
	transition: all .2s ease-in-out;
}
.brand {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
}
.brand a.logo {
    filter: grayscale(100%);
	padding: 0 10px;
}
.brand a.logo:hover {
    filter: grayscale(0%);
	transition: all .2s ease-in-out;
}
section.pros {
    margin: 75px auto;
}
.line1 {
    display: flex;
    justify-content: space-around;
}
.line2 {
    display: flex;
    justify-content: space-between;
}
section.pros h4 {
    font-size: 4vw;
}
.home-about {
    display: flex;
    gap: 50px;
    align-items: center;
	margin: 100px auto;
}
.about-txt {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.about-txt h3 {
    margin-bottom: 10px;
}
section.img-filler img {
    max-width: 100%;
}
.home-reviews {
    padding: 50px 0;
}
.rev-btns a {
    margin-right: 20px;
}

.stars {
    margin-bottom: 5px;
}
.home-reviews .wid90 {
    display: flex;
}
.rev-left {
    flex: 1;
}
.rev-left p {
    width: 500px;
    margin: 10px 30px 30px 0;
}
.rev-right {
    flex: 1;
}
.rev-aside {
    display: flex;
	margin-bottom: 25px;
	gap: 25px;
}
.rev-btns button.light-yellow {
    margin-bottom: 20px;
}
.home-testimonial {
    flex: 1;
}
section.img-filler {
    margin-bottom: -5px;
}




.about-section {
    display: flex;
    align-items: flex-start;
	gap: 50px;
	margin-bottom: 100px;
}
.aside-left {
    flex: 2;
}
.aside-left h1 {
    font-size: 60px;
	line-height: 55px;
}
.aside-right {
    flex: 3;
}
.aside-right p {
    line-height: 24px;
}




.contact-info {
    display: flex;
    flex-direction: column;
    margin: 50px 0;
}
.contact-info a.roboto {
    color: #000;
    padding: 5px 0;
}
.contact-info i {
    padding: 10px;
    background-color: #E9E9E9;
    border-radius: 3px;
    width: 17px;
    margin-right: 10px;
}
a.roboto.address {
    display: flex;
    align-items: baseline;
}




.testimonials-section h1 {
    margin-bottom: 50px;
    font-size: 60px;
    line-height: 55px;
}
.review-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	margin-bottom: 100px;
}
.panel {
    padding: 40px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    background: #fff;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.review-grid .panel:nth-of-type(odd) {
    background: #f4f4f4;
    box-shadow: none;
}
.review-grid .panel {
    width: calc(33.33333% - 13.5px);
    box-sizing: border-box;
}
.panel .flex {
    gap: 10px;
    align-items: flex-end;
}
.share-testimonial {
    background-color: #7FB234;
    padding: 100px 0;
}
div#formpage {
    background-color: #7FB234;
}


.service-top {
    margin-bottom: 50px;
}
.service-top .flex {
    display: flex;
    gap: 50px;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.service-wrap-split {
    display: inline-flex;
    margin-bottom: 100px;
    align-items: stretch;
    width: 100%;
}
.service-request-wrap {
    padding: 50px;
    background-color: #7FB234;
    width: 100%;
	align-content: center;
}
.service-wrap-split .aside-left {
    display: flex;
	flex: inherit;
}
.service-wrap-split .aside-right {
    flex: auto;
    display: flex;
}
.service-wrap-split .aside-left img {
    height: auto;
    max-width: 100%;
}



/*--------FORM STYLES--------------------*/


.custom-form input{
	padding: 10px;
	margin-bottom: 10px;
	font-family: "roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #151515;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f3f3f3;
	box-sizing: border-box;
	width: 100%;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.custom-form .flex{
	gap: 10px;
	display: flex;

}
.custom-form textarea{
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-family: "roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #151515;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f3f3f3;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: "roboto", sans-serif;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #000000 !important;
}
button.cta{
	background: unset;
	cursor: pointer;
}




.form-wrapper {
    background: #ffffff;
}

.surroundheader button {
    border: none;
    border-radius: 0;
    background-color: #08509A;
    color: #ffffff;
}

input.head-search::placeholder {
    color: #ffffff;
}

.flex-form input[type="text"] {
    background-color: #ffffffa3;
    font-family: "roboto", sans-serif;
    font-size: 14px;
	padding: 10px;
    margin-bottom: 10px;
	border: none;
	border-radius: 3px;
}
.flex-form input.roboto {
	background-color: #ffffffa3;
    font-family: "roboto", sans-serif;
    font-size: 14px;
	padding: 10px;
    margin-bottom: 10px;
	border: none;
	border-radius: 3px;
}
.flex-form select {
    background-color: #F2F2F2;
    font-family: "roboto", sans-serif;
    font-size: 14px;
    padding: 18px 0 18px 10px;
    margin: 5px 0;
    border: none;
    color: #707070;
}
.flex-form textarea {
    background-color: #ffffffa3;
    font-family: "roboto", sans-serif;
    font-size: 14px;
    padding: 10px;
	border: none;
	border-radius: 3px;
	margin: 5px 0;
	color: #000000!important;
}
.flex-form input#CaptchaAnswer {
    background-color: #ffffffa3;
    font-family: "roboto", sans-serif;
    font-size: 14px;
    padding: 10px;
    border: none;
	border-radius: 3px;
}
textarea::placeholder {
    color: #707070;
}
.flex-row {
    display: flex;
    gap: 10px;
}
.CaptchaMessagePanel, .CaptchaWhatsThisPanel a {
	font-family: "roboto", sans-serif;
    font-size: 16px;
	font-weight: 500;
	color: #121212;
}
.flex-form input.submit-button:hover {
    background-color: #222222;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.flex-form.form-sell textarea {
	padding: 18px 18px 100px 18px;
}


/*-------- FOOTER STYLES ----------------*/
footer{}

.mail-address {margin-top:10px;}

.foot.black-bg {
    padding: 75px 0;
}
.foot-logo {
    flex: 1;
    display: flex;
    align-items: center;
	justify-content: flex-end;
    gap: 2vw;
}
.foot-logo img {
    width: 150px;
}
.foot .wid90 {
    display: flex;
    align-items: center;
}
.col-container {
    display: flex;
    align-items: flex-start;
    flex: 2;
	gap: 8vw;
}
.foot-col {
    font-size: 14px;
}
.foot-col h3 {
    margin-bottom: 15px;
}
.links {
    display: flex;
    gap: 3vw;
}
.f-col {
    display: flex;
    flex-direction: column;
	text-transform: capitalize;
}
.f-col i {
    padding-right: 10px;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/






/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}


@media only screen and (max-width: 1540px) {
	.head-logos img {
		width: 130px;
	}
	h3 {
		font-size: 22px !important;
	}
	span.white.swing-king {
		font-size: 20px;
	}
	span.light-green.swing-king {
		font-size: 20px;
	}
}
@media only screen and (max-width: 1400px) {
	.col-container {
		gap: 4vw;
	}
}
@media only screen and (max-width: 1300px) {
	.col-container {
		gap: 8vw;
	}
	.foot-logo {
		margin-bottom: 2vw;
	}
	.foot .wid90 {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}
@media only screen and (max-width: 1275px) {
	.head-1 .wid95 .head-phone span {
		display: none;
	}
}
@media only screen and (max-width: 1250px) {
	.home-about {
	    flex-direction: column;
		align-items: flex-start;
	}
}
@media only screen and (max-width: 1210px) {
	.custom-form .flex {
		gap: 0;
		display: flex;
		flex-direction: column;
	}
	.service-wrap-split {
		flex-direction: column-reverse;
	}
	.service-wrap-split .aside-left img {
		display: none;
	}
	.service-wrap-split .aside-left {
		background-image: url("../siteart/smh-service.jpg");
		background-size: cover;
		background-position: center;
		height: 500px;
		display: flex;
		box-sizing: border-box;
		position: relative;
	}
}
@media only screen and (max-width: 1150px) {
	.foot-logo img {
		width: 100px;
	}
	.rev-left p {
		widows: 370px;
	}
	.brand img {
		height: 20px;
	}
	.brand .toro img {
		height: 30px;
	}
	.home-reviews .wid90 {
		flex-direction: column;
		gap: 4vw;
	}
	section.pros h4 {
		font-size: 5vw;
	}
	.hero-bg {
		height: 500px;
		align-content: center;
	}
	.hero h1 {
		font-size: 60px;
    	line-height: 50px;
	}
	.hero h2 {
		font-size: 18px;
    	line-height: 35px;
	}
	.hero h1 {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 1084px) {
	.head-phone i {
		display: none;
	}
}
@media only screen and (max-width: 970px) {
	.home-reviews .wid90 {
		gap: 5vw
	}
	.rev-left p {
		width: 100%;
	}
	.about-section {
		flex-direction: column;
	}
	.review-grid .panel {
		width: 100%;
	}
	.review-grid {
	    flex-direction: column;
	}
}
@media only screen and (max-width: 850px) {
	.col-container {
	    flex-direction: column;
        gap: 4vw;
	}
	button.brands-bar {
		display: none;
	}
	.telehandlers {
		display: grid;
		grid-template-columns: 2fr 2fr;
	}
	.hero-bg {
		background-position: right;
	}
}
@media only screen and (max-width: 730px) {
	.rev-aside {
		flex-direction: column;
	}
	.aside-left h1 {
		font-size: 45px;
		line-height: 45px;
	}
	.testimonials-section h1 {
		font-size: 45px;
		line-height: 45px;
	} 
	.flex-row {
		flex-direction: column;
	    align-items: flex-start;
	}
	.custom-form .flex {
		flex-direction: column;
		gap: 0;
	}
}
@media only screen and (max-width: 551px) {
	.brand img {
		height: 10px;
	}
	.brand .toro img {
        height: 20px;
    }
    .telehandlers {
        display: grid;
        grid-template-columns: none;
        justify-items: center;
    }
	.models-title h3 {
		text-align: center;
	}
	.links {
		display: flex;
		gap: 0;
		flex-direction: column;
	}
    .hero h1 {
        font-size: 30px;
        line-height: 32px;
    }
	.hero h2 {
		font-size: 16px;
	}
	.hero-text h2 ul {
		display: flex;
		flex-direction: column;
        line-height: 20px;
		margin-bottom: 10px;
	}
	.hero-text h2 ul li span {
		display: none;
	}
	.service-request-wrap {
		padding: 50px 25px;
	}
}






