

@charset "utf-8";
/***** BEGIN RESET *****/

* {

    border:0;
    margin:0;
    padding:0;
}

body {
	-webkit-text-size-adjust: none;
	background:url(../siteart/bg2.jpg)!important;
	overflow-x:hidden;
	color:#000000!important;
	line-height:1!important;
	background-size:cover!important;
	background-attachment:fixed!important;
	background-position:bottom !important;
	
}

label {
    padding-left: 0px!important;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

.bullet-list{margin: 10px 0 20px;}
.bullet-list li{
	list-style: disc;
	margin-left: 15px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color:#0a487f;
	font-size:16px;
	line-height:1.5;
}

/***** END RESET *****/


@font-face {
    font-family: 'bebas_neueregular';
    src: url(../webfonts/bebasneue-webfont.woff2) format('woff2'),
         url(../webfonts/bebasneue-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}

h4 {
	 font-family: 'bebas_neueregular', sans-serif;
	 font-weight:200;
	 font-size:22px;
	 text-align:center;
	 color:#0a487f;
}


p {
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#0a487f;
font-size:16px;
text-align:center;
line-height:1.5;	
}

h1 {
color:#0a487f;
text-align:center;	
}

.wrap {width: 90%;margin:0 auto;max-width: 1350px;}

.wrapper {
width:95%;
margin:0 auto;	
}

a {
text-decoration:none;	
}

.main a {
	color:#297EA2;
}

.main a:hover {
	color:#0a487f;
}


/*****************************HEADER****************************/

.head-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:100%;
    
}

.logo {
	max-width:250px;
	margin:5px auto;
    width:24%

}

.manu-logo {
    max-width:325px;
    margin:5px auto;
    width:22%
}
.manu-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.head-right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.hoursbutton {
display:none;
}

.searchbar {
height:30px;
width:241px;
background:transparent;	
 box-shadow: 1px 1px 2px #000;
}


#keywords {
width:200px;
float:left;
color:#4A4A4A!important;
padding:8px 1px 7px 5px!important;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:bold;
height:auto!important;
line-height:inherit!important;
font-size:13px!important;
border:none!important;
border-radius:0!important;
}

.searchButton {
width:35px!important;
float:left!important;
color:#fff!important;	
background:url(../siteart/search.png) no-repeat #fff!important;
background-size:contain!important;
height:30px!important;
font-size:10px!important;
padding:0!important;
border-radius:0!important;
border:none!important;
}

.searchButton:hover {

float:left!important;
color:#fff!important;	
line-height:inherit!important;
background:url(../siteart/searchhov.png) no-repeat #fff!important;
background-size:contain!important;
font-size:10px!important;
padding:0!important;
border-radius:0!important;
}

.socialmedia {
	
}

#fb2 {

height:26px;
width:13px;
float:right;

margin:10px 15px 0 0;
}

#google {

height:27px;
width:27px;
float:right;

margin:10px 0px;
}

/*===================== 
	Popup styles 
=======================*/

.pop-up-form {
    width:100%;
    height: 100%;
    position: fixed;
    z-index: 4000;
    top:0;
    left:0;
    overflow: scroll;
	 display: none;
	
}
.pop-up-form.clickclose {
       
    display: block;
	animation: fade-in 0.5s ease-in-out both;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pop-up-form-bg {
    width:100%;
    height: 100%;
    content: "";
    background:rgba(0,0,0,0.5);
    position: relative;
    z-index: 1;
}
.pop-up-content-1 {
    position: absolute;
    z-index: 2;
    top:5%;
    left:0;
    right:0;
    margin:0 auto;
    width:calc(100% - 20px);
    max-width: 1100px;
    display: block;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
	background: #0a487f;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.pop-up-content-1 .col-banner-cont-1 h3, .pop-up-content-1 .col-banner-cont-1 h4 {
	color:#fff;	
}
.pop-up-content-1 .col-banner-cont-1 {
	background: #0a487f;
	border:0px;
}

.close-button {
    display: flex;
    justify-content: flex-end;
}
.close-button a {
	height:25px;
	width:25px;	
    background:rgba(0,0,0,1);
    color:#fff;
    transition: .2s ease-in;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.close-button a:after {
	content:"";
	background:#fff;
	width:15px;
	height: 4px;
	border-radius: 5px;
	transform:rotate(45deg);
	display: block;
	position: absolute;
  	top: 10px;
}
.close-button a:before {
	content:"";
	background:#fff;
	width:15px;
	height: 4px;
	border-radius: 5px;
	transform:rotate(135deg);
	display: block;
	position: absolute;
  	top: 10px;
}
.close-button a:hover {
    background:rgba(0,0,0,0.8);
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}



/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}






/***** SIDE TABS *****/



.side {
	background: #fff;
    width: 300px;
    height: 510px;
    position: fixed;
    z-index: 100;
}


#markets {
    width: 330px;
    height: 520px;
    top: 125px;
    right: -330px;
    z-index: 99999;
}

#marketTab {
    display: block;
	height: 150px;
	width: 55px; 
	background: url(../siteart/markets.png);
    position: absolute;
    left: -55px;
    top: 0px;
	-moz-box-shadow:-1px 1px 10px rgba(0, 0, 0, .4); 
	-webkit-box-shadow:-1px 1px 10px rgba(0, 0, 0, .4); 
	box-shadow:-1px 1px 10px rgba(0, 0, 0, .4);
}



#weather {
    /*top: 320px;*/
    top:125px;
    right: -300px;
    height: 159px;
    z-index: 9999;
}

#weatherTab {
    display: block;
	height: 150px;
	width: 55px; 
	background: url(../siteart/weather.png);
    position: absolute;
    left: -55px;
    top: 0px;
	-moz-box-shadow:-1px 1px 10px rgba(0, 0, 0, .4); 
	-webkit-box-shadow:-1px 1px 10px rgba(0, 0, 0, .4); 
	box-shadow:-1px 1px 10px rgba(0, 0, 0, .4);
}




/****************************SLIDESHOW**************************/
.slide-contain {
width:100%;
float:left;
z-index:0;
position:relative;
background-color: white!important;
}

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	display:block;
background-color: white!important;
}
.cycle-slideshow img {display:block; width:100%; float:left;background-color: white!important;}

/* pager */
.pager { 
    text-align:right; width:1%; margin:-470px 15px 0px ; position:relative; z-index:999; float:right;}
.pager span { 
    font-family:arial; font-size:35px; width:16px; height:4px; display:inline-block; color:#D30003; color:rgba(255,255,255,0.8); cursor:pointer; float:left; margin:7px 0;
}
.pager span.cycle-pager {color: gray !important}
.pager span.cycle-pager-active { color:#000000!important;}
.pager > * { cursor:pointer;color:#297EA2!important;}



/***************************************main********************************************/
.special-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.banner-home-wrap {
    border-bottom: 8px solid #0a487f;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-home-wrap img {
    display: block;
    width:100%;
    max-width: 700px;
    margin:0 auto 30px auto;
}
.banner-home-wrap p {
    font-size: 20px;
    text-align: center;
}
.banner-home-wrap p a {
    color:#0a487f;
    font-weight: 700;
}
.banner-home-wrap ul {
    padding:20px 0;
    margin: 0 auto;
}
.banner-home-wrap ul li {
    padding:4px 0;
    list-style: initial;
    font-size: 22px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}
.col-banner-cont-1 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background:rgba(255,255,255,0.7);
	border-bottom: 8px solid #0a487f;
	padding:40px 20px;
	box-sizing: border-box;
}
.col-banner-cont-1 h3 {
	font-family: 'bebas_neueregular', sans-serif;
	font-weight: 200;
	font-size: 42px;
	text-align: center;
	padding-bottom:10px;
	color: #0a487f;
	width:100%;
}
.col-banner-cont-1 h4 {
font-family: 'bebas_neueregular', sans-serif;
	font-weight: 200;
	font-size: 30px;
	text-align: center;
	padding-bottom:10px;
	color: #000;
	width:100%;
}
.col-banner-cont-1 a {
	width:100%;
	max-width: 450px;
	box-sizing: border-box;
	margin:20px auto;
	padding:20px;
	border-radius: 4px;
	background:#fff;
	box-shadow: 4px 4px 5px #000;
	transition: all .5s ease;
}
.col-banner-cont-1 a img {
	max-width:300px;
	width:100%;
	height: auto;
	display: block;
	margin:0 auto;
}
.col-banner-cont-1 a p {
	text-align: center;
	font-size: 18px;
}
.col-banner-cont-1 a:hover {
	background:#C5C5C5;
}
.fulltwo {
float:left;
text-align:center;	
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#0a487f;
font-size:18px;
width:100%;
background:#fff;
background:url(../siteart/manu.png) repeat;
padding:10px 0;
border-bottom:8px solid #0a487f;
}

.email a {
color:#0a487f;
text-decoration:underline;	
}

.email a:hover {
text-decoration:none;	
}
.hours {
width:33.33%;
float:left;
}

.fa-clock-o {
font-size:30px!important;
margin:0!important	
}

.fulltwo span {
color:#0a487f;
font-family: 'bebas_neueregular', sans-serif;
font-size:30px;
}

.address {
width:33.33%;
float:left;	
}

.fa-map-marker {
font-size:30px!important;
margin:0!important	
}

.fa-envelope {

margin:0!important	
}

.email {
width:33.33%;
float:left;	
}

.mountains {
width:100%;
float:left;	
position:relative;
z-index:2;
background-color: white;
}

.main {
float:left;
width:100%;
background:#fff;	
margin-top:-5px;
padding: 0 0 30px 0;
border-bottom:8px solid #0a487f;
}

h1 {
 font-family: 'bebas_neueregular', sans-serif;	
 font-weight:200;
 font-size:52px;
}

/*
.but {
float:left;
width:33%;
}
*/

.butt {
max-width:60%;
margin:0 auto;
background:#0a487f;
color:#fff;
border-radius:4px;
padding:10px 10px;
 font-family: 'bebas_neueregular', sans-serif;	
 font-weight:200!important;
 font-size:27px;	
 text-align:center;
 margin-top:20px;
 box-shadow: 4px 4px 5px #000;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.buttt {
max-width:60%;
margin:0 auto;
background:#0a487f;
color:#fff;
border-radius:4px;
padding:10px 10px;
 font-family: 'bebas_neueregular', sans-serif;	
 font-weight:200!important;
 font-size:27px;	
 text-align:center;
 margin-top:20px;
 box-shadow: 4px 4px 5px #000;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.butt2 {
max-width:100%;
margin:0 auto;
background:#0a487f;
color:#fff;
border-radius:4px;
padding:10px 10px;
 font-family: 'bebas_neueregular', sans-serif;	
 font-weight:200!important;
 font-size:27px;	
 text-align:center;
 margin-top:20px;
 box-shadow: 4px 4px 5px #000;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.butt2:hover .fa {
margin:0 0 -5% 0%;	
}

.butt2:hover {
background:	#fff;
box-shadow: 2px 2px 5px #000;

color:#0a487f;
cursor:pointer;

}

.butt2 .fa {
margin-left:0%!important;	
}



.butt3 {
max-width:100%;
margin:0 auto;
background:#dc4405;
color:#fff;
border-radius:4px;
padding:10px 10px;
 font-family: 'bebas_neueregular', sans-serif;	
 font-weight:200!important;
 font-size:27px;	
 text-align:center;
 margin-top:20px;
 box-shadow: 4px 4px 5px #000;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.butt3:hover .fa {
margin:0 0 -5% 0%;	
}

.butt3:hover {
background:	#fff;
box-shadow: 2px 2px 5px #000;

color:#dc4405;
cursor:pointer;

}

.butt3 .fa {
margin-left:0%!important;	
}




.fa {
 font-family: 'bebas_neueregular', sans-serif;	
 font-weight:200;
 font-size:27px;	
 text-align:center;
 padding:0;	
margin-left:2%;
 	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.butt:hover .fa {
margin:0 -10% 0 12%;	
}

.butt:hover {
background:	#0083c7;
box-shadow: 2px 2px 5px #000;

}
.buttt:hover .fa {
margin:0 -10% 0 12%;	
}

.buttt:hover {
background:	#0083c7;
box-shadow: 2px 2px 5px #000;

}

.conbut {
width:80%;
margin:0 auto;
}


.blue {
width:100%;
float:left;	
background:#0083c7;
padding: 30px 0 30px 0;
border-bottom:8px solid #0a487f;
background:url(../siteart/hollandbg.jpg) no-repeat;
background-size:cover;
background-position:center;
background-attachment:fixed;
overflow:hidden;
height:100%;
}


.orange {
width:100%;
float:left;	
background:#0083c7;
padding: 30px 0 30px 0;
border-bottom:8px solid #0a487f;
background:url(../siteart/kubotabg.jpg) no-repeat;
background-size:cover;
background-position:center;
background-attachment:fixed;
overflow:hidden;
height:100%;
}


.blue p {
color:#fff;
text-align:left;
	
}

.blue a {
color:#fff;
text-decoration:underline;	
}

.blue a:hover {
color:#fff;
text-decoration:none;	
}

.blue h1 {
color:#fff;	
text-align:center;
font-size:34px;

}

.blue h2 {
font-size:24px;	
padding:0!important;
}

.blue {
color:#fff;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
}

.left {
float:left;
width:100%;
margin-top:30px;
line-height:1.5;
text-align:center;
}


.lefttwo {
float:left;
width:100%;
margin-top:30px;
line-height:1.5;
text-align:center;
}

.lefttwo p {
color:#fff;	
text-align:left;
}

.right {

width:65%;
margin:0 auto;	
margin-top:-100px;
position:relative;
z-index:1;
}

.righttwos {

width:65%;
margin:0 auto;	
position:relative;
z-index:1;
}

.full {
width:90%;
margin:0 auto;
position:relative;
z-index:999;
}

.blue strong {
color:#fff;	
}

.twit {
background:url(../siteart/twitter.png) no-repeat;
height:27px;
width:40px;
float:left;
background-size:contain;
margin:10px 5px 10px 0;	
}

.you {
	background:url(../siteart/you.png) no-repeat;
height:27px;
width:40px;
float:left;
background-size:contain;
margin:10px 15px;
}

.fb {
background:url(../siteart/fb.png) no-repeat;
height:27px;
width:40px;
float:left;
background-size:contain;
margin:10px 15px;
}

.twit:hover {
background:url(../siteart/twitterhov.png) no-repeat;
height:27px;
width:40px;
float:left;
background-size:contain;
margin:10px 5px 10px 0;	
}

.you:hover {
	background:url(../siteart/youhov.png) no-repeat;
height:27px;
width:40px;
float:left;
background-size:contain;
margin:10px 15px;
}

.fb:hover {
background:url(../siteart/fbhov.png) no-repeat;
height:27px;
width:40px;
float:left;
background-size:contain;
margin:10px 15px;
}

.social {
width:187px;
margin:0 auto;	
}

.spec {
    text-align: center;
	margin-top: 25px;
}
.map-link {
	border-bottom: 8px solid #0a487f;
}

/***************************manufacturers*********************/

.manufacturers {
width:100%;
float:left;	
background:url(../siteart/manu.png) repeat;
padding:20px 0;
}

h2 {
 font-family: 'bebas_neueregular', sans-serif;	
 font-weight:200;
 font-size:42px;
 text-align:center;
 padding:10px 0;	
}

.onefourth {
width:20%;
float:left;	
}

#threes1 {
margin:0 3.32% 0 5%;
}

#threes2 {
margin:0 4.16%;
}

#threes3 {
margin:0 5% 0 3.32% ;
}

#twos1 {
margin:0 5% 0 20%;	
}

#twos2 {
margin:0 20% 0 5%;	
}

/***************************scrolling*******************/

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	border-top:10px solid #0a487f;
	border-bottom:10px solid #0a487f;
	background:#0a487f;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/***************************main************************************/

.title {
width:100%;
float:left;
padding:20px 0 80px;	
text-shadow: 1px 1px 2px #000;
color:#0083c6;
background:url(../siteart/manu.png) repeat;
}

.title h1 {
color:#0083c6;
}

.mountainstwo {
width:100%;
float:left;	
}

.main {
width:100%;
float:left;
background:#fff;

	
}

.container {
width:100%;
float:left;	
}

.map {
width:100%;
float:left;
padding-top:20px;
height:480px;	
}


.pp-app {
	width: 100%;
    float: left;
    background: #fff;
	border-bottom: 8px solid #0a487f;
}
.pp-wrapper {
	margin: 0 auto;
	display: flex;
}
.pp-logo {
	background-color: #363736;
	display: flex;
    align-items: center;
	flex: 1;
}
.pp-logo img {
    width: 100%;
    max-width: 100%;
}
.pp-offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 25px;
	flex: 1
}
h3.pp-offer-txt {
    text-transform: uppercase;
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 50px;
}
h3.pp-offer-txt.pp-red {
    color: #73121A;
    font-size: 75px;
}
h3.pp-offer-txt.pp-gray {
    color: #363636;
}
h3.pp-offer-txt.pp-blk {
    color: #000000;
}
p.p-details {
    margin: 15px 0 10px;
}
p.p-associate {
    font-weight: 600;
	margin-bottom: 5px;
}
p.p-terms {
    font-size: 12px;
}

.main .pp-app {
    margin-bottom: 40px;
    background-color: #eaeaea;
    border-top: 8px solid #0a487f;
}

.pp-wrapper.wrapper-service {
    margin: 0 auto;
    display: flex;
    border-bottom: 8px solid #0a487f;
    border-top: 8px solid #0a487f;
    background: #eaeaea;
}

/**************************************************part**********************************/

.part {
margin:40px 0 20px;	
}


/****************************************************************service form****************************************************************************/

#formpage {
width:100%;
float:left;	
	 font-family: 'bebas_neueregular', sans-serif;
	 font-weight:200;
	 font-size:22px;
	 color:#01527B;
}

#formpage tr {
width:100%;
float:left;	
}

#formpage td {
width:100%;
float:left;
	
}

.tableone {
width:100%;
float:left;	
}

.tableone tr {
width:45%!important;
float:left;
margin-right:5%;
margin-top:20px;	
}

.two {
margin-right:0!important;
margin-left:3%;	
}

.tableone td {
width:100%;
float:left;	
margin-bottom:3px;
}

.tabletwo {
width:100%;
float:left;	
}

.tabletwo tr {
width:98%!important;
float:left;	
margin-top:20px;
}

.tabletwo td {
width:100%;
float:left;	
margin-bottom:3px;
}

.tablethree {
	width:80%;
max-width:300px;
margin:0 auto;	
}




#formpage input {
	padding:12px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #0a487f;
	font-family:Arial, Helvetica, sans-serif;
	color:#0a487f;
	font-size:12px;
}

#formpage textarea {
	padding:12px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #0a487f;
	font-family:Arial, Helvetica, sans-serif;
	color:#0a487f;
	font-size:12px;
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #0a487f;
	font-family:Arial, Helvetica, sans-serif;
	color:#0a487f;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:10px 5px;
}
   
#formpage input  {
    width:100%;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
}


#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }

.formfield {
    width: 100%;
}
.flex-row {
    display: flex;
    margin: 10px 0;
    gap: 22px;
}
button.reg-btn.submit-btn {
	width: 100%;
    margin: 0;
    padding: 12px;
    background: #0a487f;
    font-family: 'bebas_neueregular', sans-serif;
    font-weight: 200;
    font-size: 24px;
    border-radius: 3px;
    line-height: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    margin-top: 10px;
}
button.reg-btn.submit-btn:hover {
	background: #0083c6;
    color: #fff;
}
a#continue {
    padding: 12px;
    background: #0a487f;
    font-family: 'bebas_neueregular', sans-serif;
    font-weight: 200;
    font-size: 24px;
    border-radius: 3px;
    line-height: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    margin-top: 10px;
    display: inline-block;
}
a#continue:hover {
	background: #0083c6;
    color: #fff;
}
div#captcha {
    max-width: 300px!important;
    justify-self: center!important;
    margin-bottom: 50px!important;
}

/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#0a487f; 
	color:#FFF;
	border:1px solid #0083c6;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 



#formpage input.button,
#formpage input.button:focus {
    width:100%; 
    margin:0;
    padding:12px;
    background:#0a487f;
   	 font-family: 'bebas_neueregular', sans-serif;
	 font-weight:200;
	 font-size:24px;

	border-radius:3px;

	line-height:14px;

    color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	margin-top:10px;
}
#formpage input.button:hover {
	background:#0083c6;
	color:#fff;
	
}
 


/* 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;
}
#formpage label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 

/*control the Captcha */

.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:18px;
line-height:14px;
font-weight:200;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
 
 
 /******************************************************************contact****************************************/
 
 .onethird {
	width:33%;
	float:left; 
	text-align:center;
		font-family: 'bebas_neueregular', sans-serif;
	font-size:24px;
 	margin-bottom:20px;
	font-weight:200;
	line-height:30px;
 }
 
 strong {
	color:#0083c6;
 }
 
 .onethird a {
	color:#0a487f;
	text-decoration:underline;
 }
 
 .onethird a:hover {
	color:0083c6;
	text-decoration:none; 
 }
 
   
/********************************************footer************************************/

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:16px; color: #000000; text-shadow: 1px 1px 1px #000;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:18px; color: #000000;  text-shadow: 1px 1px 1px #000;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:16px; color: #000000;  text-shadow: 1px 1px 1px #000;}

.divfooter {width:60%; text-align:left; margin:0 auto; float:left; color: #000000; ; text-shadow: 1px 1px 1px #000; line-height:1.5!important;}

footer {
width:100%;
float:left;
padding:20px 0px;
background-color: white;
color: #000000;
}

.logotwo {
width:250px;
float:right;
	padding: 0 30px;
}    

.logotwo p {
text-align:center;
width:100%;
float:left;
}

.logotwo a {
text-align:center;
color: #000000;
text-decoration:underline;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
}

.kubotalogo {
width:30%;
float:left;	
margin-bottom:20px;
}

.kubotalogo img {
width:100%;
}

.lefts {
width:63%;
float:left;
margin-right:7%;
text-align:left;
margin-bottom:20px;
}

.lefts p {
text-align:left;	
}


.kubotafield {
width:100%;
float:left;
background: #fff) ;
padding:20px 0 90px;
background:url(../siteart/manu.png) repeat;
}

.starburst {
width:20%;
float:right;
position:absolute;	
left:11%;top:500px;
z-index:3;
}


#sitemap p a {
color:#0a487f;	
text-decoration:underline;
}

#sitemap p {
font-size:18px;
line-height:25px;
text-align:left;	
}

.holland {
width:32.33%;
float:left;
margin:0 .5% 2%;
border:1px solid #0a487f;
padding:10px;
box-sizing:border-box; 	
}

.holland img {
width:100%;
float:left;	
}

.holland p {
background:#0a487f;
color:#fff;
text-align:center!important;
padding:5px;
box-sizing:border-box;
width:100%;	
float:left;
margin-top:10px;
border-radius:5px;
text-transform:uppercase;
font-family: 'bebas_neueregular', sans-serif;
font-weight:200;
font-size:20px;
}

.holland p:hover {
background:#87d6f7;	
}

.topbuttons {
width:100%;
float:left;	
}

.topbuttons a {
float:left;
background:#0a487f;
color:#fff;
border-radius:4px;
padding:10px 20px;
 font-family: 'bebas_neueregular', sans-serif;	
 font-weight:200!important;
 font-size:27px;	
 text-align:center;
 margin-top:20px;
 box-shadow: 4px 4px 5px #000;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	margin-right:20px;
	margin-bottom:20px;
}

.topbuttons a:hover {
background:	#fff;
box-shadow: 2px 2px 5px #000;

color:#0a487f;
cursor:pointer;
	
}

/*******************************************************************responsive*************************************************************/

@media screen and (max-width: 1385px) {
.starburst {
width:20%;
float:right;
position:absolute;	
left:2%;top:550px;

}

}

@media screen and (max-width: 1133px) {
	.footertext {
	font-size:14px;	
	}
	
	.smallfootertext {
	font-size:12px;	
	}
	
	a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	font-size:12px;
	}
	
	.starburst {
width:20%;
float:right;
position:absolute;	
left:0%;top:500px;

}
	
}

@media screen and (max-width: 1030px) { 
	.pager {
	margin:-340px 15px 0px;	
	}
	
	.pager span{
	height: 1px;
	}
	
	.right {
	margin-top:-65px;	
	}
}


@media screen and (max-width: 977px) {  
	#keywords {
	width:160px;	
	}
	
	.searchbar {
	width:201px;	
	}
	
	.lefts {
	width:100%;
	margin:0 0 20px ;
	}
	
	.lefts p {
	text-align:center;	
	}
	
	.kubotalogo {
	width:40%;
	margin:0 30% 20px;	
	}
	

.starburst {
width:30%;
float:right;
position:absolute;	
left:0%;top:325px;

}



}

@media screen and (max-width: 820px) {
.starburst {
width:30%;
float:right;
position:absolute;	
left:0%;top:248px;

}

}

@media screen and (max-width: 890px)  {
	.searchbar {
	display:none;	
	}
	

	

}

@media screen and (max-width: 888px) { 
.butt {
width:75%;	
font-size:22px;
}


}

@media screen and (max-width: 855px) { 
.address {
width:100%;	
}

.hours {
width:100%;
margin-top:20px;	
}

.email {
width:100%;
margin-top:20px;	
}
}

@media screen and (max-width: 820px) { 
	.divfooter {
	width:80%;
	float:none;
	margin:10px auto 0;
	text-align:center;	
	}
	
	.logotwo {
		width:250px;
		float:none;
		margin:0 auto;
	}
}

@media screen and (max-width: 800px)  {
.holland {
width:49%;
}
}

@media screen and (max-width: 775px)  {
	.container {
	width:90%;
	float:none;
	margin:0 auto;	
	}
	
	.map {
	height:250px;	
	}
	
#weather {
	display:none;	
	}
	
	#markets {
	display:none;	
	}
}


@media screen and (max-width: 740px) { 
	.onethird {
	width:100%;
	margin-bottom:10px;	
	}
}

@media screen and (max-width: 700px) { 
	h1 {
		font-size:38px;
	}
	
	p {
	font-size:14px;
	
	}
	
	h2 {
		font-size:32px;
	}
	
	.wrap {
	width:95%;	
	}
	
	.conbut {
	width:100%;	
	}
	
	.butt {
	max-width:100%;
	width:100%;
	box-sizing:border-box;	
	}
	
	
	
}
@media screen and (max-width: 650px) {
	.pp-wrapper {
		flex-direction: column;
	}
	.pp-logo img {
		margin: 10px 0;
	}
}

@media screen and (max-width: 625px) { 
	.mountains {	
	}
	
	.pager {
	
	}
	
	.pager span {display:none;}
	
	.onefourth {
	width:33%;	
	}
	body {
	background:url(../siteart/mobilebg1.jpg) no-repeat!important;	
	background-size:cover!important;
	}
	
			.divfooter {
	width:90%;
	float:none;
	margin:10px auto 0;
	text-align:center;	
	color:#0a487f;
	color:#0a487f;
	text-shadow:none;
	}
	
	.logotwo {
		width:200px;
		float:none;
		margin:0 auto;
	}
	
		.footertext {
	font-size:16px;	
	text-shadow:none;
	color:#0a487f;
	
	}
	
	.smallfootertext {
	font-size:14px;	
	text-shadow:none;
	color:#0a487f;
	
	}
	
	a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	font-size:14px;	
	text-shadow:none;
	color:#0a487f;
	
	}
	
	.divfooter {
	line-height:1!important	
	}
	
	
	

}

@media screen and (max-width: 560px) { 
	.logo {
	width:100%;
        
	}
    .manu-logo {
        max-width: 320px;
        width: 100%;
    }
    .head-right {
      width:100%;
      justify-content: center;
    }
	
	.right {
	margin-top:-37px;
	width:85%;	
	}
    .socialmedia {
        width:100%;
    }
	.full {
	width:100%;	
	}
	



}
@media screen and (max-width: 525px) {
.starburst {
width:40%;
float:right;
position:absolute;	
left:0%;top:150px;

}

.holland {
width:100%;
margin:0 0 20px 0%;
}
}

@media screen and (max-width: 500px) { 

.tableone tr {
width:98%!important;	
margin-right:0;
}

.two {
margin-left:0;	
}
.pager span {
	font-size:40px;	
	margin:5px 0;
	}
	
	.pager {
		margin:-191px 15px 0;
	}
	
	
	.kubotalogo {
	width:60%;
	margin:0 20% 20px;	
	}


}

@media screen and (max-width: 460px) { 

	
	
}

@media screen and (max-width: 500px) { 
	.but {
	width:100%;
	}
	
	.butt {
	font-size:18px;	
	}
	






	
}

@media screen and (max-width: 405px) { 
	
	
	.title {
	padding:20px 0 40px;	
	}
	
	.mountainstwo {
	}
}

@media screen and (max-width: 350px) { 

#formpage tr {
width:95%!important;	

}

}

@media screen and (max-width: 330px) { 

#formpage tr {
width:92%!important;	

}



}



