﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	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 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
    overflow-x: hidden;
	}

body {
	font-family: 'Kanit', sans-serif; 
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {}
	h2 {}
	h3 {font-size:30px; font-weight:100}
	h4 {font-size:19px; font-weight:100}
	h5 {font-size:18px}
	h6 {font-size:20px; font-weight:100}

p {
	margin: 0;
	}

.bold {
    font-weight: bold;
	}


/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
    background:url("../siteart/qlCG3AE.jpg");
    background-size:cover;
	}

.main-header{
    height:50px;
    margin-bottom:50px;
    padding-top:80px;
    border-bottom:2px solid #fff;
    margin-left:5%;
    padding-right:5%;
    box-sizing: unset !important;
}

.logo-wrap{
    float:left;
    margin-right:30px
}

.logo-wrap{
    float:left;
    margin-right:30px
}

.mobile-logo{display:none}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}

nav.mobile {display:none;}

.navigation {
    margin-top:57px;
    float:right;
}

nav.primary ul li a .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 10px 15px;
	}
nav.primary {
	padding:0;
	display:block;
	width:100%;
	position:relative;
	background:transparent;
    float:right;
    margin-top:-67px;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0 -2px;
			list-style-type:none; 
			}
			nav.primary ul li a {
				color:#fff;
				font-size:17px;
				line-height:60px;
				text-decoration:none;
				padding:6px 15px;
				display:block;
				margin:0;
                font-weight:500;
                font-family:'Kanit', sans-serif;
				text-align:center;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				}	
			nav.primary ul li a:hover {
				color:#266A86;
				}
			/* Appearance of the sub-level links */
			nav.primary ul.list {
				background: white;
                box-shadow: 1px 1px 15px -5px #2E2E2E;
			}
			nav.primary ul.list li {
				display:block;
				width:350px;
				background: white;
				list-style-type:none;
			}
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:15px 15px;
				color:#000 !important;
				display:list-item;
				text-align:left;
				border-right:none;
				border-left:none;
				border-bottom:#E7E7E7 solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background-color:#266A86;
                color:white !important;
                font-weight:100;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
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: 100;
}
nav.primary ul ul li {
    float: none; 
	width: 230px;
    position: relative;
}


/*===================== 
	content styles 
=======================*/

/* default */

.main-section{
    height:100%;
    width:60%;
    margin:90px auto 40px auto;
}

.main-section h4{
    color:#000;
    margin-bottom:10px;
}

.home-title {
    float:left;
    color:#266A86;
    border-bottom:5px solid #266A86;
    padding-left:20%;
    padding-right:30px;
    margin-top:30px;
}

.home-title h4{
    font-size:23px
}

.inv-section {
    float:right;
    background:#000;
    color:white;
    z-index:10;
    position:relative;
    margin-top:-110px;
    height:180px;
    width:40%;
    border-radius:2px;
    border-right:18px solid #266A86;
}

.inv-content{
    border-right:14px solid #174152;
    height:150px;
    padding-top:30px;
    text-align:right;
    line-height:1.2;
}

.inv-content p {
    margin-right:20%;
    margin-left:40px;
    margin-bottom:20px;
    font-size:27px;
}

.inv-content a {
    margin-right:20%;
}

.blue-button{
    color:#266A86;
    text-decoration:none;
    border:2px solid #266A86;
    padding:1px 20px;
    font-style:italic;
    transition:.2s ease;
    border-radius:1px;
    font-weight:600;
}


.blue-button:hover{
    color:#3290B5;
    border:2px solid #3290B5;
    padding-right:27px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.columns{
    float:left;
    width:29%;
    margin:20px
}

.navy-button{
    background:#266A86;
    padding:3px 20px;
    color:white;
    text-decoration:none;
    font-size:14px;
    transition:.2s ease;
    border-radius:2px;
}

.navy-button:hover{
    background:#1C4E62;
}

.welcome-section{
    background-image: url("../siteart/field.jpg");
    background-size:cover;
    height:100%;
    padding:40px 0px 40px 5%;
}

.welcome{
    width:50%;
    float:left;
}

.welcome img{
    width:500px;
    border-radius:3px;
}


/*===================== 
    inventory search
=======================*/

.search-section {
    background:url("../siteart/qlCG3AE.jpg");
    background-size:cover;
    height:100%;
    padding-bottom:50px;
    padding-top:40px;
	}

.inv-search{
    width:100%;
}

.inv-search a{
    display:inline-block;
    width:25%;
    margin:20px 5px 0 5px;
}

.detailed-form {
	color: #fff;
	margin:0 auto 2em auto;
}
.detailed-search input {
    padding: 8px;
    font-size: 12px;
    background-color: #fff;
	box-sizing: border-box;
}
.detailed-search select {
    padding:8px;
    font-size: 12px;
    background-color: #fff;
	box-sizing: border-box;
}

.detailed-row{
	margin: 10px 0;
	color: #000;
	font-weight:600;
	font-size: 12px;
}

.detailed-search input[type="submit"] {
	text-transform:uppercase;
	font-size: 16px;
    background: #266A86;
    width: 20%;
    color: #fff;
    border-radius: 2 !important;
    -moz-border-radius: 2 !important;
    -webkit-border-radius: 2 !important;
    outline: none;
    border: none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	font-family: 'Kanit';
}

.detailed-search input[type="submit"]:hover {
	background:#1C4E62;
}

.detailed-search select:focus, .detailed-search input:focus{outline-color:#fff;}

select{color:#6F6F6F;font-family: 'Oswald';font-weight:500}

.search {
  position: relative;
  float: right;
}
.search-title{float:left; padding: 5px 0;}

.search:before {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  font-family: 'FontAwesome';
  content: '\f002';
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: always;
  background: #304b9a;
  padding: 8px;
}

.search input[type=text]{
  width: 523px;
  height: 24px;
  background: #3a3a3a;
  border: 1px solid #6d6e71;
  padding: 5px 15px;
  color: #fff;
}

.searchButton {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}


#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 30px;
	border-radius: 5px;
	box-sizing: border-box;
}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 90px;
	border-radius: 5px;
	box-sizing: border-box;
}

#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 30px;
	border-radius: 5px;
	box-sizing: border-box;
}

#form input.button,
#form input.button:focus {
	display: block;
    width:200px; 
	height: auto; 
    background:#a3a3a3;
    border:2px #fff solid;
	border-radius: 8px;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
	color: #fff;
	padding: 10px 0;
	margin: 10px 0;
	cursor: pointer;
	transition:background-color 300ms ease, background-color 300ms ease, all 300ms ease
}
#form input.button:hover {
	background:#266A86;
	color:#fff;
	border:2px #a3a3a3 solid;
}
#form input.otheropt{ width:30%; margin-left:1%}

#form input:focus, #form textarea:focus, #form select:focus{ outline-color:#266A86;}

/* inventory */

.cf-wrapper {
    width:90%;
    margin:40px auto;
}


/* contact */

.main-section-contact{
    height:100%;
    width:80%;
    margin:40px auto;
    line-height:1.5;
}

.main-section-contact h4{
    color:#266A86;
    font-size:30px;
    margin-bottom:10px
}

.h4{
    color:#266A86;
    font-size:30px;
    margin-bottom:10px
}
.top-contact{
    height:100%;
    padding-bottom:80px;
    border-bottom:2px solid #266A86;
}

.contact-section {
    float:left;
    width:44%;
    margin:0px 40px;
    list-style-type:none;
}

.location-two{
    color:black !important;
    line-height:1 !important;
}

.location-two:hover{
   text-decoration:none !important;
}

.tel-two{
    color:black;
    text-decoration:none;
    transition:.2s ease;
}

.tel-two:hover{
    color:#266A86;
    text-decoration:none
}


/* contact form */

.form{
    margin-top:40px;
}

.formcontainer {
	width: 100%;
}

input {
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
    background-color:#F0F0F0;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 2px;
	margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif; 
}

textarea {
	width: 100%;
	padding: 8px;
	color: #000;
    border: 1px solid #ddd;
    background-color:#F0F0F0;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 2px;
	height: 100px;
	margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif; 
}

textarea_comment {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	height: 100px;
	margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif; 
}

select {
	width: 100%;
	padding: 8px;
	border: 0px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	margin-bottom: 25px;
}

input:focus,
textarea:focus,
select:focus {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	outline-style: none;
}

input.button,
input.button:focus {
    background:#266A86;
    padding:10px 30px;
    color:white;
    text-decoration:none;
    font-size:15px;
    transition:.2s ease;
    border-radius:2px;
    width:200px;
    border:0px;
    cursor: pointer;
    margin-top:25px;
    margin-bottom:30px;
}

input.button:hover {
    background:#1C4E62;
}

/* 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:12px;
	line-height:14px;
	font-family: 'montserratregular', sans-serif;
}

.CaptchaAnswerPanel {
	margin:10px auto;
    width:80%!important;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 5px 0;
	padding:8px 0 8px 0 !important;
	font-family: 'montserratregular', sans-serif;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}


/*===================== 
	footer styles 
=======================*/

.footer-wrap{
    width:100%;
    background-image: url("../siteart/footer-bg.jpg");
    background-size:cover;
    margin-top:-15px;
    font-family:'Kanit', sans-serif;
}

.top-footer{
    width:80%;
    margin:0 auto;
    color:white;
    padding:20px 0px
}

.top-footer h4{
    color:white;
    font-size:23px;
}

.top-footer li{
   list-style: none;
}

.top-footer li a{
    color:white;
    text-decoration:none;
    line-height:1.5;
    transition:.2s ease;
}

.top-footer li a:hover{
    color:black;
}

.location{
    color:white !important;
    line-height:1 !important;
}

.location:hover{
   text-decoration:none !important;
}

.tel{
    color:white !important;
}

.tel:hover{
    color:black !important;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.footer-columns{
    float:left;
    margin:20px
}

.one, .two{
    width:20%
}

.three{
    width:49%;
    margin-top:120px
}

.bottom-footer{
    background:black;
    height:55px;
    padding-top:15px;
    color:white;
    
}

.truck-paper{
    color:white;
    text-decoration:none;
}

a.truck-paper:hover{
    color:grey;
}

/*========================== 
	  Responsive styles 
============================*/
@media screen and (max-width: 1700px)  {
.main-section-contact{
    width:90%;
}
}

@media screen and (max-width: 1530px)  {

.main-section-contact h4{
    margin-top:30px;
}

.contact-section {
    float:none;
    width:90%;
    margin:0 auto;
}
}

@media screen and (max-width: 700px)  {
    .mobile-logo{display:block;}
    .logo{display:none}
    .logo-wrap{margin-top:-35px; margin-left:10px;}
}

@media screen and (max-width: 800px)  {
.home-title {
    padding-left:5%;
    margin-bottom:60px;
}
}

@media screen and (max-width: 1600px)  {
    .main-section{
        height:100%;
        width:85%;
    }
  }   

 @media screen and (max-width: 1350px)  {
    .main-section{
        height:100%;
        width:95%;
    }
     
}

 @media screen and (max-width: 1100px)  {
     .column-content {
         width:80%;
         margin:0 auto;
         text-align:center;
     }
    .columns{
        float:none;
        width:100%;
        margin:40px 0px;
    }
     
     .main-images {
         width:50%;
     }

 }

@media screen and (max-width: 1800px)  {
.inv-content p {margin-right:5%;}

.inv-content a {margin-right:5%;}
    
}

@media screen and (max-width: 1515px)  {
.inv-content p {
    margin-right:5%;
    margin-top:15px;
    font-size:22px;
}

.inv-content a {
    margin-right:5%;
}
}


@media screen and (max-width: 1100px)  {

.footer-columns{
    float:left;
    margin:0 auto;
}
    

.one, .two{
    width:40%;
    margin:5px;
}

.mobile-info{
        margin-left:25%;
    }    
    
.three{
    width:100%;
    margin-top:40px
}      
}

@media screen and (max-width: 1370px)  {
  
.top-footer{width:95%;} 
   
 .one, .two{
    margin:5px;
}   
}

@media screen and (max-width: 750px)  {


.one, .two{
    width:40%;
    margin:10px;
}

.mobile-info{
        margin-left:20%;
    }    
    
.three img{
    width:75%;

}      
}

@media screen and (max-width: 600px)  {


.mobile-info{
        margin-left:13%;
    }   
    .bottom-footer{ 
    font-size:12px  
}
}


@media screen and (max-width: 1250px)  {

.inv-section {display:none}
    
.welcome-section{
    background-image: url("../siteart/field.jpg");
    background-size:cover;
    height:100%;
    padding:40px 5% 40px 5%;
}

.welcome{
    width:100%;
    float:none;
}

.welcome img{
    width:60%;
    margin-top:50px;
}

}

@media screen and (max-width: 1300px)  {

.inv-section {display:none}

}

@media screen and (max-width: 1200px)  {

/*==============================
		Mobile Nav Styles			
================================*/	
    
	nav.primary ul{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:60px; 
        margin-top:7px;
        margin-bottom:5px;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		}
		#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: #fff;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
        box-shadow: 1px 1px 15px -5px #2E2E2E;
	}
	/* 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:#F3F3F3;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #266A86;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-bottom: 1px solid #F0F0F0;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #000 !important;
		text-decoration: none;
		border-left:4px #fff solid;
        font-family:'Kanit', sans-serif;
        font-weight:500;
	}
	nav.mobile ul li a:hover {
		background: #266A86;
		color: #fff !important; 
		border-left:4px #266A86 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:#F0F0F0;
        border-bottom:1px #E8E8E8 solid;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		color: #000;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:#266A86}

	/* 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:#266A86;}

	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:#000;

	}
	.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 i{
		width:25px;
		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:#000;font-size:12px;margin-top:-3px}
}
	
