﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,800&display=swap');
/***** 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;
}

/*-------- BODY STYLES --------*/

body {
	overflow-x: hidden;
	font-size: 17px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}
h1, h2, h3, h4, p {font-family: 'Montserrat', sans-serif; letter-spacing: 1px;}
/*--- HEADER STYLES ---------------------*/
header {background: #182639; width: 100%; padding: 10px 0;}
.logo {width: 32%; display: inline-block; }
.logo img {max-width: 350px; width: 100%;}
.header-contact {width: 65%; display: inline-block; vertical-align: top; text-align: right;}
.header-contact h4 {color:#587587; font-weight: 300; letter-spacing: 1px; text-align: right; display: inline-block;}
.header-contact h4 a {color:#fff; font-weight: 600; transition: .2s ease;}
.header-contact h4 a:hover {color:#e3124a; font-weight: 600;}
.header-contact .red-btn-head {background:#e3124a; padding: 10px; width: 180px; text-align: center; color:#fff;font-family: 'Montserrat', sans-serif; display: inline-block; vertical-align: middle; margin-left: 25px; transition: .3s ease; border:1px solid #e3124a;}
.header-contact .red-btn-head:hover { border:1px solid #587587; background: none; }



/*---BODY--------------------------------*/
#padding50 {padding: 50px 0;}
.width-60 {width: 60%; margin: 0 auto;}
.width-90 {width: 90%; margin: 0 auto;}
.width-80 {width: 80%; margin: 0 auto;}
.hp-flex {display: flex; flex-direction: row; align-items: center; width: 100%;}
.ql-red, .ql-blue {align-items: center; padding: 15px 0; width: 99%;  justify-content: flex-start; transition: .2s ease; font-weight: 600; font-size: 20px; letter-spacing: 1px;}
.ql-red {background: #e3124a; color:#fff; text-align: center; margin-left: 10px; }
.ql-blue {background: #182639; color:#fff; text-align: center; margin-left: 10px; margin-right: 10px;}
.ql-red:hover, .ql-blue:hover {background: #587587}

.hp-about {display: flex; flex-direction: row; align-items: center; width: 100%; padding: 10px 0;}
.hp-about img {width: 40%;}
.hp-text h4 {font-size: 25px;  line-height: 32px; font-weight: 800; color: #182639; padding: 10px 0;}
.hp-text p {padding: 25px 0;}
.red-text {color:#e3124a;}
.red-btn {background: #e3124a; display: inline-block; padding: 10px 30px; color:#fff; text-align: center; transition: .2s ease;}
.red-btn:hover {background: #587587;}

.blue-bg {background: #182639; padding: 3% 0;}
.mfg-logo {width: 30%; background: #fff; margin: 1% 1%; text-align: center; padding: 20px 0; display: inline-block; vertical-align: middle; transition: .3s ease; border-bottom: 5px solid #fff;}
.mfg-logo:hover {opacity: .9; border-bottom: 5px solid #e3124a;}
.mfg-logo img {vertical-align: middle; display: inline-block; width: 80%;}


/*----FORKLIFTS--------*/
.sub-pages h1 {color:#e3124a; line-height: 40px;}
.sub-pages h2 {color:#182639; line-height: 30px;}
.forklift-sect {display: flex; flex-direction: row; align-items: center; padding: 25px 0; border-bottom:1px solid #ddd;}
.forklift-left {width: 25%; margin-right: 4%; align-items: center; justify-content: flex-start;}
.forklift-left img {width: 100%;}
.forklift-right {width: 70%; align-items: center; justify-content: flex-start;}
.forklift-right a {color:#e3124a; transition: .2s ease;}
.forklift-right a:hover {text-decoration: underline}

/*---SERVICE & PARTS & LEASING---------*/
p.service {
    padding: 25px 0;
}
.service-img, .parts-img {
    border-top: 1px solid #ddd;
    padding: 25px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.service-img img, .parts-img img {
    width: 32%;
    margin: 1% 1%;
}
.team {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    text-align: center;
    padding: 25px 0;
    box-sizing: border-box;
}
.team-cont {
    border-top: 1px solid #ddd;
    padding: 25px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.team-cont .parts img {
    margin-bottom:-140px;
}
.team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px 0;
    
}
.open-team {
    width:32%;   
}
.team-2 {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    text-align: center;
    padding: 25px 25px;
    border: 1px solid #000;
    box-sizing: border-box;
}
.team-2 h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
	overflow-wrap: break-word;
}
.team-2 h4 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    color: #E3124A;
	overflow-wrap: break-word;
}
.parts {
    width: 32%;
    padding: 5px 0;
    vertical-align: middle;
}
.parts img {
    width: 100%;
    margin:0;
}
.parts h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}
.overlay-img {
    position: relative;
}
.overlay-img .overlay-cont-1 {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding:15px 10px;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.overlay-img h2 {
    font-size: 18px;
}
.overlay-img .red-btn {
    font-size: 15px;
    padding:10px;
    box-sizing: border-box;
    line-height: normal;
}

.leasing img {padding: 15px 0; border-bottom:1px solid #ddd; margin-top:15px; margin: 0 auto; text-align: center;}
.leasing-logo {width: 100%; margin: 0 auto; text-align: center;}
.leasing-logo img {max-width: 200px; width: 100%; text-align: center; border-bottom: 0;}

/*-----CONTACT US ------------------*/
.contact-form {display: flex; flex-direction: row; padding: 25px 0; border-top:1px solid #ddd; margin-top:25px;}
.contact-left {justify-content: flex-start; width: 35%;}
.contact-left a {color:#e3124a}.contact-left a:hover {text-decoration: underline}
.contact-right {width: 64%;}
.about-img {padding: 25px 0; margin-top:25px; border-top:1px solid #ddd; margin: 0 auto; text-align: center;}
.about-img img {display: inline-block; width: 30%; margin: 1% 1%;}
/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding: 10px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*---SLIDESHOW-----*/
.cycle-slideshow {
    width: 99%;
	margin:10px;
    overflow: visible !important;
}
.cycle-slideshow img {width: 100%;}
.cycle-caption {
	background: rgba(0,0,0,.50);
	padding: 25px;
    font-family: 'effraregular';
	font-size: 28px;
	line-height: 38px;
	color: #fff;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 999;
	top: 12vw;
	left: 5vw;
} 
.cycle-caption h1 {line-height: 51px; font-size: 45px; font-weight: 400; letter-spacing: 1px;}
.cycle-caption h3 {letter-spacing: 2px;}

.grey-tile{
	background: #f1f1f1;
	border: 1px #e5e5e5 solid;
	padding: 25px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #333;
}
.grey-tile a{
	border: 1px #e5e5e5 solid;
	max-width: 150px;
	margin: 10px auto;
}

.icons{text-align: center;}
.icons a{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #0099ff;
}
.icons a:hover{opacity:.5;}
	
ul.bullet-list{
	list-style: disc;
	line-height: 28px;
	margin-left: 15px;
}


/*--------FORM STYLES--------------------------------------*/
.form-wrap {width:100%; display: inline-block; padding:2% 0; }
#formpage { 
	vertical-align:top; 
	margin: 0 auto;  
	text-align:left;
}

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	color: #000;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #b3282f;
	font-size:13px;
	background:#fff;
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #b3282f;
	font-weight: 700;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #b3282f;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:8px ;
	width:100%;
}

.formfield {
	width:47%; 
	float:left; 
	margin-right: 12px; 
	color: #e6e6e6;
	text-align:left;
	font-family: 'Montserrat', sans-serif;

	
}
#select-location {
	max-width: 300px;
	width: 100% !important;
	float:left; 
	margin-right: 12px; 
	color: #e6e6e6;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
}
#formpage input  {
    width:100%;
}
#formpage input#interest  {
    width:auto;
}
#formpage input#service  {
    width:auto;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:97%;
    height:85px;
	font-family: 'Montserrat', sans-serif;
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
	text-align: left;	
 }

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#ddd; 
	color:#000;
	border:1px solid #abacac;
	outline-style:none;
	-webkit-transition-duration: 0.4s; 
	/* Safari */ transition-duration: 0.4s;
}


#formpage input.button,
#formpage input.button:focus {
	max-width: 300px;
    width:100%;
    margin:0;
    background: #b3282f; 
	border:2px solid #b3282f; 
	padding: 15px 20px; 
	font-weight: 700;
    line-height:14px;
    color:#fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	float: none;
	-webkit-transition-duration: 0.4s; 
	/* Safari */ transition-duration: 0.4s;
}
#formpage input.button:hover {
	width:100%;
    margin:0;
    padding:15px 20px;
    background: none; 
    border: 2px solid #b3282f;
    line-height:14px;
    color:#b3282f;
	-webkit-transition-duration: 0.4s; 
	/* Safari */ transition-duration: 0.4s;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
} 

/*control the Captcha */

.CaptchaPanel {
	margin:0 auto !important;
	padding:1% 0;
	line-height:normal !important;
	color:#000;
	width: 30%; 
	text-align:center;
}

.CaptchaImagePanel {
margin-top: 10px;
padding:0 0 0 0;
	text-align: center;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;
	text-align: center;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 






/*-------- FOOTER STYLES ----------------*/
footer{}
.footer-links {background: #587587; text-align: center; margin: 0 auto;}
.footer-links a {color:#fff; font-weight: 600; letter-spacing: 1px; padding: 15px 10px; display: inline-block; vertical-align: middle; font-size: 14px; transition: .3s ease;}
.footer-links a:hover {color:#182639; transition: .3s ease;}
.copyright {text-align: center; background: #ddd; padding: 10px 0; font-weight: 500; letter-spacing: 2px; font-size: 14px;}





/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1900px) {
	.cycle-caption {top:8vw;}
}
@media only screen and (max-width: 1700px) {
	.cycle-caption {top:5vw;}
}
@media only screen and (max-width: 1320px) {
    .logo {
      width: 19%;
    }
    .header-contact {
      width: 80%;
    }
}
@media only screen and (max-width: 1300px) {
	.width-80, .width-60 {width: 90%;}
	.forklift-left {width:40%;}
	.forklift-right {width: 60%;}
	.team-2, .open-team, .team-cont .parts, .team  {width: 47%;}
}
@media only screen and (max-width: 1100px) {
	.cycle-caption {display: none !important;}
	.ql-red, .ql-blue {font-size: 16px;}
		.header-contact .red-btn-head {display: none;}
	.contact-form {display: block; }
	.contact-left, .contact-right {width: 100%; padding: 25px 0;}
	.contact-left {text-align: center;}
	.parts  {width: 47%;}
}
@media only screen and (max-width: 1150px) {
    .logo {
      width: 32%;
    }
    .header-contact {
      width: 65%;
    }
}
@media only screen and (max-width: 900px) {
	.logo {width: 100%; text-align: center; margin: 0 auto;}
	.header-contact {width: 100%; text-align: center;}
	.header-contact h4 {font-size: 14px; }
	.hp-about {display: block;}
	.hp-about img {display: none;}
	.hp-text {width: 100%;}
	.formfield {width: 98%;}
	.team-2 {width: 90%; margin:5px auto;}
    .team-cont .parts img {
      margin-bottom: 0px;
    }
	
}
@media only screen and (max-width: 700px) {
	.mfg-logo {width: 47%;}
	.hp-about {padding: 50px 0;}
	.parts  {width: 100%;}
	.forklift-sect {display: block; width: 100%;}
	.forklift-left {width:100%;}
	.forklift-right {width: 100%;}
	.footer-links {padding: 10px 0;}
	.footer-links a {padding: 3px 10px;}
	.service-img img, .parts-img img {width: 100%; margin:1% 0;}
	.team, .team-cont .parts {width: 100%;}
	.about-img img {width: 100%;}
}


@media only screen and (max-width: 500px) {
	.logo img {max-width: 200px; width: 100%;}
	.hp-flex {display: block; marign: 0 auto;}
	.cycle-slideshow {width: 100%; margin:0 0 5px 0;}
	.ql-red, .ql-blue {display: block; width: 100%; margin:5px 0; padding: 10px 0;}
	
		.footer-links a {display: block; width: 100%; text-align: center; padding: 3px 0;}
	h2 {font-size: 22px}
	p {font-size: 15px;}
	
}






