﻿/*===================== 
	Color information
	
	- ORANGE #ff7800;
	-
	-
	-
	
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/
.revealme {display: none;}

.img-responsive {
    max-width: 100%; height: auto; display:block;
}

/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
	}

body {
    margin: 0;
	padding:0;
	font-family: 'Fira Sans', sans-serif !important;
	background:#000;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;}

.full-width{width:100%;}
.orange{color:#ff7800;} 
.black{color:#000;}
.pad{padding:0 2%;}
.red{color:#DD0003;}
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight:500;
	}
	h1 {font-size: 30px; padding:3% 0 1% 0; color:#000;}
	h2 {font-size: 26px; padding:3% 0 1% 0; color:#000;}
p {
	margin: 0;
	padding:1% 0;
	font-size:18px;
	line-height:24px;
	}
	
p.byline {
	margin: 0;
	padding:3% 0 0 0;
	font-size:18px;
	line-height:24px;
	}

.bold {font-weight: bold;}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #ff7800; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #D36300;
		}  
a.outline_btn{
	color: #ff7800;
	border: #ff7800 solid 1px;
	display:block;
	text-align:center;
	padding:2% 0;
	margin: 0 0 1% 0;
	width:100%;
	font-size:24px;
}
a.outline_btn:hover{
	background:#ff7800;
	color:#fff;
}
a.fb{color:#fff; display:inline-block; padding: 0 3px;}
/*===================== 
	header styles 
=======================*/
.movingmessage {
    color: white; display: block;
    margin: auto;
    float: none; padding: 0px 10px;
}

.alignlogo {
    display: flex; align-items: center;
}



header {
	width:100%;
	background:#000;
	border-bottom: #ff7800 solid 4px;
	box-sizing: unset;
	}
.main_logo{
	float: left;
	padding:1% 0 1% 3%;
}
.main_logo img{
	width: 100%;
}
.main_logo span{
	display: block;
	padding:0;
	text-align: center;
	color: #ff7800;
	font-style: italic;
}
ul.head_top{
	margin:0;
	padding:1% 1% 1% 0;
	text-align:right;
}
ul.head_top li{
	color:#fff;
	display:inline-block;
	font-size:19px;
}
ul.head_top li a{color:#ff7800;}

/*===================== 
	nav styles 
=======================*/

/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:2% 0 0 0;
	display:block;
	margin:0;
	max-width:1200px;
	position:relative;
	float:right;
	z-index: 9999;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
				color:#fff;
				font-size:24px;
				text-decoration:none;
				padding:8px 20px;
				display:block;
				margin:0;
				text-transform:uppercase;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				font-weight:400;
				}	
			nav.primary ul li a:hover {
				background: #848484;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0 10px 10px;
				color:#fff;
				display:block;
				background: #181818;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 9999;
}
nav.primary ul ul li {
    float: none; 
	width:220px;
	display:block;
    position: relative;
    margin:0;
	list-style-type:none;
}
/******** End of primary Nav ***************/

/*===================== 
	content styles 
=======================*/
img.kubota_logo{
	width: 120px;
	vertical-align: middle;
}
/*********** Figures **************/
figure.Emp{
	width:225px;
	float:left;
}
figure.Emp img{
	width:100%;
}
figure.Emp figcaption{
	font-size:12px;
}

/********* Grid and hover effect ************/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 2em;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 23%;
	max-height:294px;
	background: #000;
	text-align: center;
	cursor: pointer;
}
.grid figure.front-page{
	width: 18%;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	height:100%;
	opacity: 1;
}
.grid figure figcaption {
	font-size: 20px;
	z-index:1100;
	position:relative;
	background:rgba(0,0,0,.6);
	display:block;
	height:100%;
	width:100%;
	-webkit-transition: all .3s ease; /* Safari and Chrome */
	-moz-transition: all .3s ease; /* Firefox */
	-ms-transition: all .3s ease; /* IE 9 */
	-o-transition: all .3s ease; /* Opera */
	transition: all .3s ease;
}
.grid figure:hover figcaption{
	opacity:0;
	visibility:hidden;
}

/*
.grid figure figcaption {
	padding: 1%;
	color: #fff;
	font-size: 30px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}*/

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 30px;
	color:#fff;
	padding:25% 0 0 0;
}
.grid figure.landing h2{
	font-size: 20px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 75%;
	color:#fff;
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
	/*-webkit-perspective: 1000px;
	perspective: 1000px;*/
}

figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
	opacity: 0.8;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*
figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-romeo h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
	padding: 0;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}*/

.cut_out{
	width:70%;
	margin:auto;
	display:block;
}

/** landing page **/

.CTA{border: 2px #000 solid;}

.CTA h2{font-size: 36px; text-align: center; font-weight: bold;}
.CTA img{width:60%; display: block; margin:auto; padding:2% 0 0 0; }
.CTA p{text-align: center;}
.CTA p.lg{font-size: 36px; font-weight: bold; padding:2% 0;}
.CTA a{color:#000;}

ul.cta_list li{
	font-size: 18px;
	padding:1% 0;
}

.ad-col-1-2 { 
	width: 49%;
	box-sizing: border-box;
	float:right;
}
/***************************/

/*===================== 
	Forms styles 
=======================*/
form.request{
	width:100%;
	margin:auto;
	padding:2% 0;
}
form.request input{
	width:100%;
}
form.request label{
	width:100%;
	display:block;
	padding:1% 0 0 0;
}
form.request input{
	width:100%;
	padding:1% 0 1% .5%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius:none;
	}
	form.request .submit{
		width:40%;
		margin:auto;
		display:block;
		background:#ff7800;
		border:none;
		cursor:pointer;
		font-size:16px;
		color:#fff;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
	}
	form.request .submit:hover{
		background:#000;
	}
form.request textarea{
	width:100%;
	height:250px;
}
form.request .checkbox{
	width:20px;
	padding:1% 0 1% .5%;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-o-appearance: checkbox;
	-ms-appearance: checkbox;
	appearance: checkbox;	
	}
form.request .radio{
	width:20px;
	padding:1% 0 1% .5%;
	-webkit-appearance: radio;	
	-moz-appearance: radio;	
	-o-appearance: radio;	
	-ms-appearance: radio;	
	appearance:radio;	
	}
	form.request ul{
		width:100%;
		margin:0;
		padding:0;
	}
	form.request ul li{
		width:100%;
		margin:0;
		padding:0;
		list-style-type:none;
	}
form.request select{
	width:50%;
	display:block;
	padding:1% 0 1% .5%;
	border-radius:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline:none;
	cursor:pointer;
	background: #fff url(../siteart/arrow_down.png) 95% no-repeat;
	}
	
	
/**** Search Form *****/
form.search{
	width:100%;
	margin:auto;
	padding:0;
	margin:0;
}
form.search h3{
	width:18%;
	font-size:16px;
	color:#fff;
	border:none;
	padding: .5% 1%;
	box-sizing:border-box;
	display: inline-block;
}
form.search input{
	width:18%;
	font-size:16px;
	background:#404040;
	color:#a7a7a7;
	border:none;
	padding: .5% 1%;
	box-sizing:border-box;
	margin:0 1%;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
form.search input.searchButton{
	background:#ff7800;
	color:#000;
	width:14%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.selectdiv{
  position: relative !important;
}
/*To remove button from IE11, thank you Matt */
select::-ms-expand {
     display: none;
}

form.search select{
	width:18%;
	font-size:16px;
	background:#404040;
	color:#a7a7a7;
	border:none;
	padding: .5% 1%;
	box-sizing:border-box;
	margin:0 1%;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline:none;
	cursor:pointer;
	background: #404040 url(../siteart/arrow_down.png) 95% no-repeat;
}

	
/*===================== 
	slideshow styles 
=======================*/
.cycle-slideshow img{
	width:100%;
}
.cycle-slideshow a{
	width:100%;
}

.slideshow{
	position:relative;
	} 
.slider-starburst{
	position: absolute;
	left:50px;
	top:150px;
	width:450px;
	z-index: 850;
}
.orange-days {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	padding: 10px 20px;
	background-color: #000;
	line-height: 1.1;
	/*top: 50%;
	left: 3%;
	transform: translateY(-50%);*/
}
.orange-days img {
	height: 80px;
	width: auto;
}
.orange-days span {
	font-size: 30px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
}
.orange-days i {
	font-size: 50px;
	padding: 0px 50px;
}
.orange-days-temp-banner {
	display: none;
}
.orange-days-temp-break {
	display: none;
}

.package-deals-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.package-deals {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	width: 50%;
}
.package-deals img {
	width: 100%;
}

/*===================== 
	Accordion styles 
=======================*/
.accordion .accordion-content { display: none; }
.accordion.active .accordion-content { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; width: 70%; padding-left: 20px;}

.accordion-sect { position: relative; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; column-gap: 20px; row-gap: 20px; }

.accordion { position: relative; width: calc(31% - 15px); padding: 12px; box-shadow: 0 0 10px rgba(0, 0, 0, .15); display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; transition: .2s ease all; }
.accordion:hover { box-shadow: 0 2px 12px rgba(0, 0, 0, .25); }

.accordion .accordion-header { width: 100%!important; justify-content: center; cursor: pointer; border: 1px solid #fff; background: #fff; color: #000; text-align: center; margin-top: auto; margin-bottom: auto; }
.accordion .accordion-header:hover { color: #d34203; }
.accordion .accordion-header img {width: 100%;}
.accordion .accordion-header h2 {font-size: 20px; font-weight: 500; color: #000;}

.accordion-content h3 {font-size: 30px; color: #d34203; font-weight: 500; padding-bottom: 10px;}
.accordion-content span {font-size: 17px; color: #000; font-weight: 400; padding-bottom: 20px;}
.accordion-content a {background-color: #d34203; padding: 10px; margin-bottom: 20px; color: #fff; font-size: 18px; font-weight: 500; border: 1px #fff solid; transition: .3s all ease;}
.accordion-content a:hover {background-color: #fff; padding: 10px; color: #d34203; border: 1px #d34203 solid;}

.accordion.active { width: 100%!important; }
.accordion.active .accordion-header {width: 30% !important;}

.accordion:not(.active) .ah-hide { display: none; }
.accordion.active .ah-view { display: none; }

.accordion:not(.active) i.fa-plus:before { content: "\2b"; }
.accordion.active i.fa-plus:before { content: "\f068"; }

/*===================== 
	Youtube styles 
=======================*/

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.youtube h5 {
	position:absolute;
	color:#fff;
	padding:10px;
	top:0;
	z-index:10;
}
.youtube img {
    width: 100%;
	height:auto;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


/*===================== 
	layout styles 
=======================*/
.wrap {
	width: 100%;
	margin: 0;
	background:#fff;
	}
.quick_search{
	background-color:#000;
	width:100%;
	margin:0;
	padding:3% 0;
}
.orange-banner{
	background: #ff7800;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	padding:1% 0;
}

.container {
	max-width: 1200px;
	box-sizing:border-box;
	padding:1% 3%;
	margin: 0 auto;
	}
	
.callout{
	width: 100%;
	margin: 0 auto;
	background:url(../siteart/witewall_3.png) repeat;
	}
.logos{
	width:100%;
	background:url(../siteart/bales_bg.jpg) fixed no-repeat;
	background-size:cover;
	padding:3% 0;
}
.flex{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	
}
.flex img{
	width:85%;
	margin:auto;
}

.thumbnail{
	display:inline-block; 
	zoom:1; 
	*display:inline;
	width:19%;
	margin:2%;
}

.ex-pad-bt{padding:0 0 4% 0;}

.go_left{float:left;}
.go_right{float:right;}

.vid-col{
	width: 32%;
	box-sizing:border-box;
	float:left;
	padding:3% 1%;
	}
	.vid-col iframe, vid-col img{
		width:100% !important;
	}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { 
	width: 33%;
	box-sizing:border-box;
	float:left;
	padding:2% 2%;
	}
.col-1-2 { 
	width: 49%;
	box-sizing: border-box;
	float:left;
}
.col-2-3 { 
	width: 65%;
	box-sizing:border-box;
	float:left;
	padding:3% 4%;
	}
.col-3-4 { width: 75%;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: -5px 0 0 0;
	padding:1% 4%;
	box-sizing:border-box;
	width: 100%;
	background:#000;
	}

footer p{color:#ababab;}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	width:490px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================= 
	 Resposive styles 
===========================*/
@media screen and (max-width: 1430px)  {
	nav.primary ul li a {
		color:#fff;
		font-size:18px;
		text-decoration:none;
		padding:8px 16px;
		display:block;
		margin:0;
	}	
	
	.slider-starburst{top:40px; width:400px;}
	img.kubota_logo{width: 80px;}
}
@media screen and (max-width: 1165px)  {
	nav.primary ul li a {
		color:#fff;
		font-size:16px;
		text-decoration:none;
		padding:8px 12px;
		display:block;
		margin:0;
	}	
	ul.head_top li{
		color:#fff;
		display:inline-block;
		font-size:18px;
	}
	.grid figure figcaption {font-size: 18px;}
	.grid figure h2 {
		font-size: 21px;
		padding:25% 0 0 0;
	}
	
	.slider-starburst{width:350px;}

}
@media screen and (max-width: 1030px) {
	.accordion {width: calc(45% - 15px);}
	.accordion.active .accordion-header {width: 40% !important;}
	.accordion.active .accordion-content {width: 60% !important;}
}
@media screen and (max-width: 980px)  {
	.col-1-3 { 
		width: 80%;
		box-sizing:border-box;
		float:none;
		margin:auto;
		padding:2% 2%;
		}
	.col-2-3 { 
		width: 80%;
		box-sizing:border-box;
		float:none;
		margin:auto;
		padding:3% 4%;
		}
	.cut_out{display:none;}
	.vid-col {
		width: 49%;
	}
	.grid figure.front-page{width: 31%;}
}
@media screen and (max-width: 890px)  {

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	width: 100%;
	display: block;
	font-size: 23px;
	position: relative;
	line-height:60px; 
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	background: #333;
	}
	#menu-button a{
		 color:#fff;
		 text-decoration: none;
		 padding:0 0 0 .8em; 
		 font-weight:normal;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size:16px;
		word-spacing:13px;
		padding:0 0 0 15px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

/* MENU HEADER STYLES */
nav.mobile .mobile_top {
	position: relative;
	display:block;
	padding: 0;
	margin:15px 0 10px 0;
	color: #999;
	font-size: 18px;
	font-weight: 400;
}

/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: Arial, sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	top:-4px;
	right:13px;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
	position:relative;
}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	font-size:15px;
	padding: 10px;
	color: #999;
	text-decoration: none;
	border-left:4px #333 solid;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
nav.mobile ul li a:hover {
	background:rgba(45,45,45,0.5); 
	color: #fff; 
	border-left:4px #ff7800 solid; /* border highlight - Change to fit match site colors */
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	border-left:4px #444 solid;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

/* THIRD LEVEL */
nav.mobile ul li li li:last-child {border:none;}
nav.mobile ul li li li a {
	background: #555;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #ccc;
	text-decoration: none;
	border-left:4px #555 solid;
}
nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	position:absolute;
	display:block;
	cursor:pointer;
	z-index: 12399994;
	top:0;
	right:0;
	width:auto;
	height:auto;
	padding: 17px 20px;
	color:#fff;

}
.nav-footer {color:#1B1B1B; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

/* FONT AWESOME ICONS */
nav.mobile ul li a .fa{
	width:25px;
	font-weight:100;
	padding:8px 3px;
	margin:0 6px 0 0;
	text-align:center;
	background:#292929;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


nav.mobile ul li .fa-chevron-down {color:#999;}
/************* End of mobile nav **************************/
	ul.head_top li{
		color:#fff;
		display:inline-block;
		font-size:15px;
	}
	ul.head_top{
		margin:0;
		padding:1% 1% 1% 0;
		text-align:center;
        display: none;
	}
	.main_logo{
		float:none;
		max-width:100%;
		width:90%;
		display:block;
		margin:0 auto;
		padding:2% 0;
	}
    .main_logo img {
        max-height: 150px; max-width: 100%; height: auto; display:block; width: auto; margin: auto;
    }
    
    .movingmessage {display: none;}
    
    .movingmessage2 {
        color: white;
    display: block;
    margin: auto;
    float: none;
    padding: 0px 20px 20px; text-align: center;
    }
    
    .movingmessage2 > .mheader {font-size: 24px; font-weight: 700;}
    
    .bigphone { width: 100%; padding: 10px 0px; background-color: #ff7800; display: block; text-align: center;}
    .bigphone > a {color: black; font-size: 24px; font-weight: 700;text-align: center;}

	.grid figure {width: 48%;}
	.logos{display:none;}
	.slider-starburst{top:20px; width:250px;}
	.col-1-2 { 
		width: 90%;
		margin: auto;
		box-sizing: border-box;
		float:none;
		padding:1% 0;
	}
	.ad-col-1-2 { 
		width: 90%;
		margin: auto;
		box-sizing: border-box;
		float:none;
		padding:1% 0;
	}
	.orange-days-temp-break {
		display: block;
	}

}
@media screen and (max-width: 680px)  {
	ul.head_top li.line_break{display:none;}
	ul.head_top li.fb_mobile{display:none;}
	ul.head_top li{
		color:#fff;
		display:block;
		font-size:16px;
	}
	ul.head_top{
		margin:0;
		padding:1% 1% 1% 0;
		text-align:center;
	}
	.go_left{float:none;}
	.go_right{float:none;}
	.thumbnail{width:45%;}
	form.search h3{
		width:90%;
		margin:3% auto;
		font-size:18px;
		color:#fff;
		border:none;
		padding: 2% 1%;
		display:block;
	}
	form.search input{
		width:90%;
		margin:3% auto;
		display:block;
		padding: 2% 1%;
	}
	form.search input.searchButton{
		background:#ff7800;
		color:#000;
		width:90%;
	}

	form.search select{
		width:90%;
		margin:3% auto;
		display:block;
		padding: 2% 1%;
	}
	form.request select{
		width:100%;
		}
	.slider-starburst{display:none;}
	img.kubota_logo{width: 120px;}
	
	h1 {font-size: 22px;}
	h2 {font-size: 20px;}
	p {font-size:16px;}
	.grid figure.front-page{width: 48%;}

	.accordion {width: calc(99% - 15px); flex-direction: column; align-items: center;}
	.accordion.active .accordion-header {width: 100% !important;}
	.accordion.active .accordion-content {width: 99% !important;}
}
@media screen and (max-width: 650px) {
	.orange-days {
		display: none;
	}
	.orange-days-temp-banner {
		display: block;
		width: 100%;
		height: auto;
		cursor: pointer;
	}
	.package-deals-flex {
		flex-direction: column;
	}
	.package-deals {
		width: 100%;
	}
}
@media screen and (max-width: 480px)  {
	.grid figure {
		position: relative;
		float: none;
		overflow: hidden;
		margin: 10px auto;
		width: 90%;
		max-height: 294px;
		background: #000;
		text-align: center;
		cursor: pointer;
	}
	.vid-col {width: 100%;}
	.grid figure.front-page{width: 90%;}
}