/*


    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/***** 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear: both; height:0px; margin:0;}


a:link {text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}
p {font-size:16px; color:#000; line-height:1.2;}

.white {color:#fff;}
.green {color:#1d5127;}

h1 {
	font-size:36px;
	color:#000;
	font-weight:700;	
}

h1.welcome {
	font-size:46px;
	color:#fff;
	text-shadow:2px 2px 2px #000;
}
strong {font-weight:700;}
.welcome-info p {color:#fff; font-size:26px;}

h2 {
	font-size:36px;
	color:#000;
	font-weight:700;	
}

h3 {
	font-size:24px;
	color:#000;
}


h4 {
	font-size:20px;
	color:#000;
	font-weight:700;
	margin-bottom:10px;
}

.quick-box p {color:#1d5127; margin-bottom:10px;}

.quick-box a {
    color: #1d5127;
    font-weight: 600;
    margin-top: auto;
}

.welcome-info p {
    display: block;
	margin:1em 0;
}


/***** END RESET *****/

/***** FRAMEWORK *****/
.site-width {max-width:1020px; margin:0 auto;}

header {
	padding: 10px 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../siteart/header-bg.jpg);
    position: relative;
    width: 100%;
	text-align:center;
}

img.logo {max-width:222px; display:inline-block;}




#image-section {width: 100%; display: block;}

.image-section-overlay{position: absolute; z-index: 99; top: 20vw; text-align: center; margin: 0 auto; width: 100%;}

.Trinity {
	width:100%; 
	max-width: 200px; 
	padding-top: 5px;
	display: inline-block;
}

.Witzco {
	width:100%; 
	max-width: 200px; 
	padding-top: 5px;
	display: inline-block;
}

a.welcome-button {
	font-size:30px;
	font-weight:600;
	background:#1d5127;
	color:#fff;
	padding:10px 25px;
	border:solid 3px #fff;
	border-radius:8px;
	display:inline-block;
}

a.sell-button {
    font-size: 22px;
    font-weight: 600;
    background: #fff;
    color: #1d5127;
    padding: 10px 25px;
    border-radius: 8px;
    display: inline-block;
	border:solid 3px #1d5127;
	margin:10px 0;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
}

a.sell-button:hover {
    color: #fff;
    background: #1d5127;
}

.gray-box {
	background:#282828;
	padding:10px;
}

.home-contact {
	display:flex;
	flex-direction:row;
	justify-content:space-between;	
	max-width:1020px;
	margin:0 auto;
}

.quick-box-container {
	display:flex;
	flex-direction:row;
	padding:20px 0;
	max-width:1020px;
	margin:0 auto;
}

.quick-box {
    flex: 1 1;
    text-align: center;
    padding: 0 10px;
    justify-content: space-around;
    flex-direction: column;
    display: flex;
}

.quick-box-half {
    flex: 1 1;
    text-align: left;
    padding: 0 10px;
}

.quick-box-half li {
    margin: 5px;
	line-height:1.2;
}

.quick-box img {
    width: 130px;
    margin: 0 auto;
}

.quick-box-1 {flex:1 0 auto;}
.quick-box-3 {flex:6 0 auto;}

.contact-box p, .contact-box a, contact-box i {
		color:#fff;
}

.search-box {
	background:#1d5127;
	padding:10px;
}

.search-contain {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;	
	max-width:1020px;
	margin:0 auto;
    align-items: center;
}


.search-cell input.text {
    padding: 5px;
    border-radius: 3px;
    border: none;
	width:87%;
}

input.home-search-button {
    background: #282828;
    border: none;
    padding: 6px 15px;
    width: 100%;
    color: #fff;
}


#main-content {
	padding:20px 10px;	
	background:#e6e6e6;
	text-align:center;
}

#contact-us-home {
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../siteart/contact-image.jpg);
    padding: 8% 0;
    position: relative;
	text-align:center;
}

.home-contact-button {
	font-size:30px;
	font-weight:600;
	background:none;
	color:#fff;
	padding:10px 25px;
	border:solid 3px #fff;
	border-radius:8px;
	display:inline-block;
	margin-top:20px;
}


.flex-container {
    height: 400px;
}

.flex-wrapper {
	display: flex;
	display: -ms-flexbox;
	height: 100%;
}
 
.flex-wrapper a {
	position: relative;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-box-flex .4s;
	transition: -webkit-box-flex .4s;
	transition: flex .4s;
	transition: flex .4s, -webkit-box-flex .4s, -ms-flex .4s;
}

html[data-useragent*='MSIE 10.0'] .flex-wrapper a {
	display:inline-block;
	width:20%;
	height:100%;
	float:left;
}
 
.flex-wrapper .one {
  background-image: url(../siteart/farm.jpg);
  background-color: red;
}

.flex-wrapper .two {
  background-image: url(../siteart/construction.jpg);
  background-color: red;
}
.flex-wrapper .three {
  background-image: url(../siteart/trucks.jpg);
  background-color: red;
}
.flex-wrapper .four {
  background-image: url(../siteart/trailers.jpg);
  background-color: red;
}
.flex-wrapper .five {
  background-image: url(../siteart/attachments.jpg);
  background-color: red;
}
 
.flex-wrapper a:hover {
  flex: 3;
}

.flex-wrapper .overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px; 
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: background-color .4s;
}
 
.flex-wrapper a:hover .overlay {
  background-color: rgba(0, 0, 0, .5);
}


.flex-wrapper .overlay-inner * {
  visibility: hidden;
  opacity: 0;
  transform-style: preserve-3d;
}
 
.flex-wrapper .overlay h2 {
  transform: translate3d(0, -60px, 0);
}
 
.flex-wrapper .overlay p {
  transform: translate3d(0, 60px, 0);
}
 
.flex-wrapper a:hover .overlay-inner * {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: all .3s .3s;
}




.scroll-frame {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
    background: none;
	margin-bottom:20px;
}

.scroll-frame iframe {
	width:100%;
	height:90px;
	display:block;
	text-align:center;
}


.google-maps {
    position: relative;
    padding-bottom: 20%;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.google-maps-contact {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    width: 100%;
}

.google-maps-contact iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.contact-form {
    background: #e3e3e3;
    padding: 20px;
}

.detailed-search {
	max-width:1020px;
	margin:0 auto;
}	

.detailed-row {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

textarea {
    width: 97%;
    margin: 10px 0px;
	min-height:150px;
    padding: 5px;
    border-radius: 3px;
    border: solid 1px;
}

.detailed-row input[type="submit"] {
    margin: 0 auto;
    width: 25%;
    display: flex;
    text-align: center;
    justify-content: space-around;
    padding: 10px;
    background: #1d5127;
    color: #fff;
	border:none;
	text-transform:capitalize;
	font-size:19px;
}

.column3, .column4 {
    flex: 1 1 auto;
}

input[type="text"] {
    width: 90%;
    margin: 10px 0;
    padding: 5px;
    border-radius: 3px;
    border: solid 1px;
}






/***** FOOTER *****/

footer {
	background:#282828;
	padding:20px 10px;
}
	
.foot-box {
    width: 49%;
    display: inline-block;
    text-align: right;
}

.foot-box ul {
    float: left;
    text-align: left;
    margin-right: 6%;
}

.foot-box p, .foot-box a {color:#fff;}
	
/***** RESPONSIVE STYLES *****/

@media only screen and (max-width: 1400px) {
	.welcome-info{width: 90%; margin: 0 auto;}
	h1.welcome{font-size: 36px;}
	.image-section-overlay{ position: relative; top: 0; background: #333; padding: 30px 0; z-index: 9}
}

@media only screen and (max-width: 1375px) {
	.welcome-info{width: 90%; margin: 0 auto;}
	h1.welcome{font-size: 36px;}
.image-section-overlay{ position: relative; top: 0; background: #333; padding: 30px 0; z-index: 9}
}

@media only screen and (max-width: 1300px) {
	.welcome-info{width: 90%; margin: 0 auto;}
	h1.welcome{font-size: 36px;}
.image-section-overlay{ position: relative; top: 0; background: #333; padding: 30px 0; z-index: 9}
}


@media only screen and (max-width: 1200px) {
	.welcome-info{width: 90%; margin: 0 auto;}
	h1.welcome{font-size: 36px;}
.image-section-overlay{ position: relative; top: 0; background: #333; padding: 30px 0; z-index: 9}
}

@media only screen and (min-width:768px) and (max-width: 945px) {
	
.search-cell:first-child {
  width: 100%;
  text-align:center;
  margin-bottom:10px;
}

.search-cell:not(:first-child) {
  flex: 1 auto;
}

}





@media only screen and (max-width: 767px) {
	
.search-cell:first-child {
  width: 100%;
  text-align:center;
  margin-bottom:10px;
}

.search-cell:not(:first-child) {
  flex: 1 auto;
  margin:0 10px;
}

.search-cell:last-child {
  width: 100%;
  text-align:center;
}

.search-cell input.text {
    width: 100%;
}

.home-contact {
	flex-wrap:wrap;	
	text-align:center;
}

.contact-box {
	flex:1 100%;
	margin:5px;
}
	

	
.google-maps {padding-bottom:50%;}
	
footer {padding-bottom:20%;}
	
}


@media only screen and (max-width: 630px) {
	
h1.welcome {font-size:33px;}
	
.quick-box-container {
	flex-wrap:wrap;	
}

.quick-box {
    flex: 1 1 auto;
    text-align: center;
    padding: 0 10px;
    margin: 10px 0;
    display: unset;
    flex-direction: unset;
    justify-content: unset;
}

footer {padding-bottom:30%;}

.quick-box-1, .quick-box-3 {
    flex: 100%;
    text-align: center;
    margin: 10px 0;
}
	.margin-auto-mobile{margin: 0 auto !important;}
}

@media only screen and (max-width: 480px) {
.detailed-row {flex-wrap:wrap;}
.column3, .column4 {flex:100%; margin:10px 0;}
.detailed-row input[type="submit"] {width:100%;}
.google-maps {padding-bottom:90%;}

h2 {font-size:30px;}

.foot-box {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
}

.foot-box ul {
    float: left;
    text-align: center;
    width: 50%;
	margin-right:0;
}

footer {padding-bottom:44%;}
.quick-box-half {
    flex: 100%;
    margin: 10px 0;
    text-align: center;
}
	.margin-auto-mobile{margin: 0 auto !important;}
}


