/*


    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

*/

/***** 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: Futura Std, "Trebuchet MS", Arial, sans-serif;
	display: flex;
    min-height: 100vh;
    height: 100%;
    flex-direction: column;
}

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;}
.green {color:#419639;}
.orange {color:#ff800d;}
.white {color:#fff;}
.strong {font-weight:700;}
p {line-height:1.4}

h1 {
	font-family: Futura Std, "Trebuchet MS", Arial, sans-serif;
	font-size:36px;
	font-weight:400;
	color:#1d1c1c;
}

h2 {
	font-family: Futura Std, "Trebuchet MS", Arial, sans-serif;
	font-size:32px;
	font-weight:400;
	color:#1d1c1c;
}

/***** END RESET *****/





/***** FRAMEWORK *****/
.header-contact {background:#1d1c1c; padding:5px; 
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	width: 100%;
	box-sizing: border-box;
	
}
.left-contact {display: flex;margin: 0 30px;}
.right-contact {display: flex;margin: 0 30px;}
.middle-contact {display: flex;margin: 0 30px;}
.header-contact i {color:#fff; font-size:18px;transform: scaleX(-1);}
.header-contact p {font-weight:700; font-size:15px;}
.header-contact i, .header-contact p {float:left; margin-right:15px;}
header {background:#419639;}
.site-width {max-width:1020px; margin:0 auto; width:100%;}
.logo {float:left; margin:5px 0; width:33%;}
.logo img {max-width:100%;}


.flex-container {
    height: 445px;
}

.flex-container-small {
    height: 225px;
}


.flex-wrapper {
	display: flex;
	display: -ms-flexbox;
	height: 100%;
}

.flex-wrapper h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
 
.flex-wrapper a, .flex-wrapper p{
	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;
	display:flex;
}

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/new-flex.jpg);
  background-color: red;
}

.flex-wrapper .two {
  background-image: url(../siteart/used-flex.jpg);
  background-color: red;
}
.flex-wrapper .three {
  background-image: url(../siteart/trailer-flex.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;
}

#main-content-1 {
    padding: 20px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    display: flex;
    align-items: center;
}

#main-content-1 hr {margin:20px 0; width:40%; background:#419639; height:3px;}

a.home-button {
    margin: 20px 0;
    display: inline-block;
    background: #419639;
    padding: 15px 30px;
    color: #fff;
	-webkit-transition:.5s ease-in;  
	-moz-transition:.5s ease-in;  
	-o-transition:.5s ease-in;  
	transition:.5s ease-in;	
}

a.home-button:hover {
    background: #1d1c1c;
}
.tiger-cat-home {background:#000; text-align:center; padding:20px 10px;}
.tiger-cat-home a {color: #fff; font-size: 24px;}
#home-facebook {background:#419639; text-align:center; padding:20px 10px;}
#home-facebook i {margin-left:20px;}
#home-contact {
    display: block;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/siteart/home-contact.jpg);
	text-align:center;
	padding:40px 0;
}

.contact-contatin {
    max-width: 840px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	flex-wrap:wrap;
	margin:0 auto;
}

.contact-half {
    flex: 1 0 auto;
    margin: 20px auto;
}

.contact-half p {color:#fff;}

.contact-contain {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	margin:20px 0;
}

.contact-info {
    flex: 1 0 auto;
}

.contact-map {
    flex: 7 0 auto;
}

.contact-map iframe {width:100%;}

.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;
}




.contact-form {text-align:left; margin-top:20px;}

.column3 {
    width: 50%;
    float: left;
	font-family: Futura Std, "Trebuchet MS", Arial, sans-serif;
    color: #000;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 5px;
}

.column4 {
    width: 100%;
    float: left;
	font-family: Futura Std, "Trebuchet MS", Arial, sans-serif;
    color: #000;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 5px;
}

.CaptchaPanel {
    margin: 10px 0px 10px 0px;
    text-align: left !important;
    padding: 10px;
}


.detailed-search input[type="text"] {
    width: 100%;
    margin: 6px 0;
    padding: 4px 8px;
	font-family: Futura Std, "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    background-color: #f9f9f9;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
	color:#000;
}

input[type="submit"] {
    width: 40%;
    margin: 5px 0;
    padding: 7px 7px;
	font-family: Futura Std, "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    color: #FFF;
    background-color: #419639;
    border: 1px solid #000;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
}

textarea {
    width: 100%;
    margin: 6px 0;
    padding: 4px 8px;
	font-family: Futura Std, "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    background-color: #f9f9f9;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
	color:#000;
	min-height:100px;
}

.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
	font-family: Futura Std, "Trebuchet MS", Arial, sans-serif;
	color:#000;
}


.manu-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.manu-logo {
	width:20%;
    flex: 1 1 20%;
    margin: 10px;
    display: flex;
    align-items: center;
}

.manu-logo img {
    width: 100%;
	max-width:250px;
}

/***** FOOTER *****/

footer {
	padding:10px;
	background:#1d1c1c;
	border-top:solid 5px #ff800d;
}
.footer-nav {width:100%;}
.footer-nav li {float:left; border-right:solid 2px #ff800d; padding-right:10px; margin-right:10px;}
.footer-nav li:last-child {border-right:none;}
.footer-nav li a {color:#fff; font-weight:700;}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	font-family: Futura Std, "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	color:#fff;
}

a.footerlink:hover {
	text-decoration:none; 
	font-family: Futura Std, "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	color:#ff800d;
}

.footertext{
	font-family: Futura Std, "Trebuchet MS", Arial, sans-serif;
	font-size:13px; 
	color:#fff;
}

.smallfootertext{
	font-family: Futura Std, "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	color:#fff;
}

.divfooter {
	max-width:950px; 
	text-align:left; 
	margin:20px 0;
}

/***** RESPONSIVE STYLES *****/
@media only screen and (max-width: 1000px) {
	.header-contact {background:#1d1c1c; padding:5px; 
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
		width: 100%;}

.left-contact {display: block;padding:0px; margin:0px;}
.right-contact {display: block;padding:0px; margin:0px;}
.middle-contact {display:block; padding:0px; margin:0px;}
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 890px) {
.logo {
    float: none;
    margin: 5px auto;
    width: 33%;
}
}

@media only screen and (max-width: 767px) {
#main-content-1 {text-align:center;}
#main-content-1 hr {width:100%;}
.logo {
    float: none;
    margin: 5px 0;
    width: 100%;
    text-align: center;
}	





footer {padding-bottom:30%; padding-left:20px; padding-right:20px;}


  .flex-wrapper {
    flex-direction: column;
  }
   
  .flex-wrapper a:hover {
    flex: 1;
  }
   
   
  .flex-wrapper .overlay h2,
  .flex-wrapper .overlay p {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  
  .flex-container {
    height: 100vh;
}

.flex-wrapper .overlay {
  background-color: rgba(0, 0, 0, .5);
}

.contact-info {
    flex: 1 1 100%;
    margin-bottom: 20px;
}
.divfooter {text-align:center;}
	
}


@media only screen and (max-width: 450px) {
	
.footer-nav li {
    float: left;
    border-right: none;
    padding-right: 10px;
    margin-right: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.footer-nav a {
    width: 100%;
	text-align:center;
}

.divfooter {text-align:center;}

.contact-map {
    flex: 1 0 90%;
}

.logo {
    padding: 0 10px;
    box-sizing: border-box;
}

}








