﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;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 --------
spe
*/

/***** 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 {
font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}

h1, h2, h3, h4 {font-family: 'Open Sans', sans-serif; letter-spacing: 1px;}
h1 {font-size: 35px; font-weight: 800;}
h2 {font-size: 25px; line-height: 32px; font-weight: 400;letter-spacing: 2px;}
hr{border:#000 1px solid;}
#padding25 {padding: 25px 0; }
.text-left {text-align: left;}
/*--- HEADER STYLES ---------------------*/
.header-container {background: #ddd; display: flex; flex-direction: row; align-items: center;}
.logo {width: 65%;  padding: 10px 0; margin-left: 3%;}
.logo img {max-width: 300px; width: 100%; }
.white-right {background: #fff; padding: 35px 0; width: 35%;}
p.head-contact {width: 48%; display: inline-block; vertical-align: middle; border-right: .5px solid #000; padding-right: 15px; text-align: right; }
img.kinze-logo {display: inline-block; vertical-align: middle; padding-left: 10px; }

/*---BODY--------------------------------*/

/*---POP-UP -----------------------------------*/

*, *:after, *:before {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
}
.box {
                width: 50%;
                margin: 0 auto;
                background: rgba(0,0,0,0.2);
                padding: 35px;
                border-radius: 20px/50px;
                background-clip: padding-box;
                text-align: center;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
                transition: all 0.2s;
                font-size: 30px;
                font-weight: bold;
                text-decoration: none;
                color: #fff;
                border: 1px solid #fff;
                padding:0 5px 5px 5px;
}
.popup .close:hover {
  background: #000;
}
.popupcontent {text-align: center; margin: 0 auto;}
.popupcontent h3 {color:#fff; font-size: 30px; line-height: 32px;}
.popupcontent p {font-size: 18px; color:#fff;}
.popup .content {
  max-height: 60%;
  overflow: auto;
	text-align: center; margin: 0 auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
                content:"";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                background: rgba(0, 0, 0, 0.7);
                position: fixed;
                z-index: 99999;
}
.overlay .popup {
                background: #006599;
                border:3px solid #ffffff;
                border-radius: 5px;
                width: 100%;
                max-width: 1300px;
                position: absolute;
                top: 6vw;
                left: 0;
                right: 0;
                float:none;
                padding: 40px 0;
                margin: 0 auto;
                text-align:left;
                z-index: 99999999;
                -webkit-transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                color:#000;
                font-size: 16px;font-weight: 400;
}
.overlay:target .popup {
    top: -180%;
    left: -100%;
}



.width {width: 70%; margin: 0 auto}
.width-90 {width: 90%; margin: 0 auto;}
.space {height: 50px; }
.hero-text {margin-top:-100px; margin-left: 60px; background: #006599; padding: 25px; width: 600px; z-index: 9999; position: absolute; }
.hero-text h1 {font-size: 30px; line-height: 42px; font-weight: 700; color:#fff;}

.flex-container {display: flex; flex-direction: row; align-items: center; }
.flex-container-3 {display: flex; flex-direction: row; align-items: center; }
.ql {width: 50%; vertical-align: middle}
.ql#new {background: url(/siteart/newql.png) no-repeat; text-align: center; color:#fff; font-size: 25px; letter-spacing: 2px; font-weight: 500; padding: 60px 0; background-size: cover; transition: .3s ease;background-color:#000;}
.ql#used {background: url(/siteart/usedql.png) no-repeat; text-align: center; color:#fff; font-size: 25px; letter-spacing: 2px; font-weight: 500; padding: 60px 0; background-size: cover; transition: .3s ease; background-color:#000;}
.ql#new:hover {background: #333; letter-spacing: 3px;  transition: .3s ease;}
.ql#used:hover {background:#006599; letter-spacing: 3px;  transition: .3s ease;}
.flex-container-2{display: flex; flex-direction: row; align-items: top; }
.col-2 {width: 50%;}
.col-2 img {width: 100%;}
h2.hp-header {font-size: 40px; line-height: 45px; color:#003754;}
h3.hp-sub {font-size: 25px; line-height: 32px; color:#006599; padding-bottom: 25px;}

.blk-bg {background: #f1f1f1; width: 100%; padding: 25px 0; text-align: center; margin: 0 auto}
.blk-bg h2 {color:#000;font-size: 25px; margin-right: 10px; display: inline-block; vertical-align: middle}
.blue-btn {background:#006599; padding: 10px 25px;  margin: 5px;display: inline-block; vertical-align: middle;  color: #fff; text-transform: uppercase; letter-spacing: 2px; line-height: 30px; transition: .3s ease;}
.blue-btn:hover {background:#000; }

.sub-hero {background: url(/siteart/kinze-planter-blue.jpg) no-repeat; background-attachment: fixed; padding: 50px 0; text-align: center;}
.sub-hero h1 {color:#fff;}
.col-left, .col-right {width: 48%; display: inline-block; vertical-align: top;}
.col-left img, .col-right  img{width: 100%; padding: 15px 0; }
.col-left a {color: #006599; font-weight: 700;}
.col-left a:hover {color: #003754; font-weight: 700;}
.specials-btn {width: 300px; background: #006599; text-align: center; color:#fff; padding: 10px 0; display: block; margin: 0 auto; transition: .3s ease;}
.specials-btn:hover {width: 300px; background: #333; text-align: center; color:#fff; padding: 10px 0; display: block; margin: 0 auto;}

.flyers a {display: inline-block; width: 46%; margin: 1%;}
.flyers a img {width: 100%;}
.specials-pg {text-align: center;}
.specials-pg img {
    max-width: 700px;
    width: 100%;
    margin: 0 auto !important;
    border: 1px solid #eaeaea;
    margin-bottom: 20px !important;
}
/**---- SCROLLING MANU BAR -----------------------------*/
hr {height: .25px; background: #000;}
.brandbar{
	background:#fff;
	margin: 0 auto;
	text-align: center;
	padding:40px 0px;
	width: 100%;
	top:0;
	left: 0;
	right:0;
}
.brandbar h2 {padding-bottom: 25px;}
.manu-slider img{width:auto;  padding: 0px 15px; border:.5px solid #fff;max-height: 50px;}
.manu-slider img:hover {opacity:.7; border:.5px solid #ddd;-webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s;}


/* CAREERS PAGE */
.career-position a.specials-btn {
    margin: 15px 0 0;
	max-width: 300px !important;
	width: 100% !important;
	padding: 10px;
}


.career-position {
    padding: 40px;
    background: #efefef;
    text-align: left !important;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	    margin: 40px 0;
}

.career-position h2 {
    text-transform: uppercase;
    font-weight: 700;
	color: #006599;
}


/*------BUTTON DESIGN------------*/
.lt-gray-bg {background: #f1f1f1; text-align: center; padding: 25px 0;}
.drk-gray-bg {background: #ddd; text-align: center; padding: 25px 0;}
a {
	color: #4051A5;
	text-decoration: none;
	outline: none;
}
a:hover,
a:focus {
	color: #3f51b5;
}
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;
}
.box {
	padding: 2em 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.bg-2 .button {
	color: #ECEFF1;
	border-color: #ECEFF1;
}

.button--size-l {
	font-size: 18px;
}
/* Common button styles */
.button {
	float: left;
	min-width: 150px;
	max-width: 300px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}

.button--text-thin {
	font-weight: 300;
}
.bg-2 .button--rayen .fas {color:#666; padding-left: 10px;}
/* Rayen */
.button--rayen {
	overflow: hidden;
	padding: 0;
	width: 300px;
}
.button--rayen.button--inverted {
	color: #fff;
	background: #333;
	font-size: 14px;
	font-weight: 300;
}
.button--rayen::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.button--rayen.button--inverted::before {
	background: #006599;
	color: #fff;
}
.button--rayen > span {
	display: block;
}
.button--rayen::before,
.button--rayen > span {
	padding: 2em 0;
	text-transform: uppercase; 
	letter-spacing: 1px;
	font-size: 14px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--rayen:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--rayen:hover > span {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	background: #000;
	padding: 20px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}
.blue-bg {background: #006599; padding: 10px 0; text-align: center; }

footer h5 {color: #fff;}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.list-content .list-title .list-title-text {font-size: 22px;}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1200px) {
	.logo {width: 46%;}
	.white-right {width: 52%;}
	h2.hp-header {font-size: 30px; line-height: 35px; color:#003754;}
	h3.hp-sub {font-size: 20px; line-height: 26px; color:#006599; padding-bottom: 25px;}
	p {font-size: 16px; line-height: 24px;}
	
}

@media only screen and (max-width: 1050px) {
	.sub-hero h1 {line-height: 35px; width: 90%; margin: 0 auto;}
	.flex-container-2 {display: block;}
	.flex-container-3 {display: block;}
	.col-2 {width: 100%;}
	.col-2 img#kinze-img {display: none;}
	.width {width: 90%; margin: 0 auto;}
	.blk-bg h2 {display: block; font-size: 18px;}
	.hero-text {z-index: 9;}
}


@media only screen and (max-width: 767px) {
	.logo {width: 30%;}
	.logo img {width: 90%; margin: 0 auto;}
	.white-right {width: 68%;}
	p.head-contact {font-size: 14px;}
	img.kinze-logo {width: 100px;}
	.hero-text {position: relative; margin-top:25px; width: 90%; margin: 0 auto;}
	.space {height: 15px;}
	.ql#new, .ql#used {font-size: 18px;}
	.brandbar {width: 90%;}
	.col-left, .col-right {width: 100%; display: block; vertical-align: top; padding: 10px 0;}

}
@media only screen and (max-width:500px) {
	p.head-contact {font-size: 10px; line-height: 15px;}
	img.kinze-logo {width: 75px;}
	.blue-btn {padding: 10px 15px; font-size: 14px;}
}





