﻿


/***** 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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------
main blue: 004b87
dark blue: 022c45
light blue: 87b5d9
green: a8bf27
*/

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

html{scroll-behavior: smooth;}
/*-------- BODY STYLES --------*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size:15px; 
	line-height: 26px; 
	color: #004b87; 
	font-weight:400;
	overflow-x:hidden;
	width:100%;
}
h1 {font-size: 40px; color:#004b87;font-weight:800; font-style: italic; text-transform:uppercase; padding: 0 0 8px 0; letter-spacing: 2px; line-height: 40px;}
h1 span{font-size:25px; font-weight: 300;}
h2 {font-size: 22px; color:#4CAC36; font-weight:400; text-transform:uppercase; letter-spacing: 1px; font-style: italic;}
h2 span{font-weight: 800;}
h3 {font-size:30px; color: #004b87; font-weight: 400; padding: 5px 0; text-transform:uppercase;  letter-spacing: 1px;font-style: italic;}
h4{font-size: 20px; color:#004b87; font-weight:700;font-style: italic;}

a:link, a:visited, a:active {text-decoration:none; color:#004b87;}
a:hover {color:#022c45;}

strong{font-weight:700;}

.fine-print{font-size: 13px;}

#pad{padding:2% 0;}
#l-pad{padding:4% 0;}

.clear{clear: both;}

/*--- HEADER STYLES --------------------------*/
.header {
	width:100%;
	box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.4);
	background:#004b87; 
}


#topleft {
	width:25%;
	display: inline-block;
	float: left;
	text-align: center;
	padding: 5px 0;
}

#logo img{width:100%; max-width:280px;display: inline-block;}

#topright {
	width:68%;
	text-align: right;
	display:inline-block;
	padding: 16px 0;
}
#topright p{display: inline-block; color: #fff !important; text-transform: uppercase; margin: 0 12px; font-weight: 400; font-style: italic;letter-spacing: 1.5px; font-size: 14px;}
#topright p a{color: #fff !important;}


/*---BODY--------------------------------*/

.gray-bg{background:#f4f4f4;}
.blue-bg{background: #004b87; color: #fff;}
.dark-blue-bg{background: #022c45; color: #fff;}
.blue-bg h1{color: #fff;}
.hex-bg{background: url(../siteart/hex-bg.jpg) repeat;}

.light-border{border-bottom: 10px solid #87b5d9;}
.green-border{border-bottom: 10px solid #4CAC36;}

.wrapper-inner {width: 80%; margin: 0 auto;}
.wrapper-center {width: 80%; margin: 0 auto; text-align: center;}

#pageimage{display: block; width: 100%;}
/*---BUTTONS-----------------------------*/
#gray-btn{background: #b9b9b9; color: #000; width: 190px; text-align: center; padding:5px 0; display: block; font-style: italic; margin: 5px 0}
#gray-btn:hover{background: #004b87; color: #fff;}

#lb-btn{background: #87b5d9; color: #000; width: 190px; text-align: center; padding:5px 0; display: block; font-style: italic; font-weight: 400; text-decoration: none}
#lb-btn:hover{background: #4CAC36; color: #fff;}


#green-btn{background: #4CAC36; color: #fff; width: 190px; text-align: center; padding:5px 0; display: block; font-style: italic; font-weight: 400;}
#green-btn:hover{background: #004b87; color: #fff;}


/*---HOME PAGE---------------------------*/
/*--inv section--*/
.inventory-box{align-items: center; display: flex; flex-direction: row; ;}
.inventory-box-inner {display: flex; align-items: center; margin:5px auto; background: #4CAC36;}
.inventory-box-inner .wrapper-inner{width: 90%; margin: 0 auto;}
/*--left box--*/
.inventory-left{background:#000 url(../siteart/inventory-box.jpg) no-repeat; align-items: center; width: 58%; text-align: center; border-right: 12px solid #fff;  }
.box-left{display: inline-block; vertical-align: middle; width: 42%; border-right: 3px solid #fff;  padding: 60px 0;}
.box-left h1{color: #fff; text-align: left; font-size: 32px; margin-bottom: 15px; text-shadow: 0 0 10px #000;}
.box-left #pad{padding: 50px 0;}

.box-right{display: inline-block; vertical-align: middle; width: 45%;  margin-left: 30px; }
.box-right a{display: block; text-align: left; color: #fff; line-height: 35px; letter-spacing: 1px; font-style: italic; text-shadow: 0 0 5px #000, 0 0 6px #000;}
.box-right #underline{text-decoration: underline;}
.box-right #underline:hover{font-weight: 800; color: #4CAC36 !important;}

/*--right box--*/
.inventory-right{align-items: center; width: 40%; background-color: #4CAC36;}
.inventory-right h2{color: #fff;  text-shadow: 0 0 5px #000,0 0 6px #000;}
.inventory-right .wrapper-inner{width: 75%; margin: 0 auto;}

/*--welcome--*/
.welcome-wrapper {width: 80%; margin: 0 auto;}

.welcome-left{display: inline-block; vertical-align: middle; width: 30%; float: left;}
.welcome-left img{width:100%; max-width: 500px;}
.mobile-logo{display: none;}

.welcome-right{display: inline-block; vertical-align: middle; width: 60%; float: right; padding-top: 4%;}
.welcome-right .fa{margin-right: 20px; color: #fff; font-weight: 300;}
.welcome-right p{font-weight: 300; letter-spacing: 2px; font-size: 14px; line-height: 30px;}


/*--featured--*/
.feature{ }
.feature-inner {display: flex; align-items: center; width: 80%; margin:0 auto; background: #fff;box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.35);}

.feature-left{align-items: center; text-align: center; width: 70%;}
.cycle-slideshow img {width: 100%}
.cycle-pager { 
    text-align: center; 
	width: 100%; 
	z-index: 500; 
	position: absolute; 
	bottom: 0px; 
	overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; 
	font-size: 45px; 
	width: 18px; 
	height: 16px; 
    display: inline-block; 
	color: rgba(255,255,255,.6);
	cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #4CAC36;}
.cycle-pager > * { cursor: pointer;}


.feature-right{align-items: center; background: #fff; text-align: left; padding: 0 0 0 10px; width: 30%;}
.feature-right h1{font-size: 30px; color: #022c45;}
.feature-right h2{font-size: 16px; font-weight: 300; letter-spacing: 0; color: #022c45;}
.feature-right p{font-weight: 700; font-size: 13px}
.feature-right p .fa{font-weight: 300; font-size: 10px; margin-right: 20px;}
.feature-right .wrapper-inner{width: 90%;}

.btn {
	border: none;
	font-family: inherit;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	padding:18px 0;
	display: inline-block;
	margin: 10px 5px;
	letter-spacing: 3px;
	font-weight: 800;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	 border-radius:0;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/* Button 8 */
.perspective {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	display: inline-block;
}
.perspective h2{color:#fff; text-align: center; font-size:15px; font-weight: 700; font-style: italic;}
.perspective h2 span{font-weight: 300;}
.btn-8 {
	width:340px;
	display: block;
	background: #022c45;
	color: #fff;
	border-bottom: 4px solid #4CAC36;
	outline: 1px solid transparent; /* FF jagged edges fix */
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.btn-8:active {
	background: #87b5d9;
}

/* Button 8c */
.btn-8c:after {
	width: 21%;
	height: 100%;
	left: -20%;
	top: 0;
	-webkit-transform-origin: 100% 0%;
	-webkit-transform: rotateY(-90deg);
	-moz-transform-origin: 100% 0%;
	-moz-transform: rotateY(-90deg);
	-ms-transform-origin: 100% 0%;
	-ms-transform: rotateY(-90deg);
	transform-origin: 100% 0%;
	transform: rotateY(-90deg);
}

.btn-8c:hover {
	-webkit-transform: rotateY(15deg);
	-moz-transform: rotateY(15deg);
	-ms-transform: rotateY(15deg);
	transform: rotateY(15deg);
}

/*--scrolling inventory--*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*--SCROLLING MANU BAR --*/
.brandbar{
	margin: 0 auto;
	text-align: center;
	width:90%;
	padding:3% 0;
}
.manu-slider{margin: 0 20px;}
.manu-slider img{width:70%;}

.brandbar h2{color: #4CAC36; font-size: 20px;}
.brandbar h2 span{color: #004b87; font-size: 26px;}

/*--- SERVICES----------------------------------------*/
.services{align-items: center; border-bottom: 1px solid #f3f3f3;}
.services-inner {display: flex; align-items: center; margin:40px auto; }
	
.services-left{align-items: center; text-align: center;}
.services-left img {display: block; box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.4);}

.services-right{align-items: center; background: #fff; text-align: left; margin-left: 30px; width: 90%;}


/*---CONTACT -----------------------------------------*/
.contact-left{display: inline-block; vertical-align: top; width: 30%;}
.contact-right{display: inline-block; vertical-align: top; width: 60%; float: right;}

#map{width: 100%; height: 450px;}

/*---INVENTORY ---------------------------------------*/
.hosted-content #listings-title, .hosted-content .listings-wrapper .listings-list .category-banner h3{font-family: 'Open Sans', sans-serif !important;}
.hosted-content h1{font-size: 28px !important;}
.hosted-content h3{font-size: 25px !important; color:#004b87!important;}

.container .cf{font-family: 'Open Sans', sans-serif !important;}
.hosted-content .listings-wrapper .listings-list .listing-banner{font-family: 'Open Sans', sans-serif !important;}



/*--FOOTER-------------------------------------------*/
.footer-wrapper{width: 90%; margin:  0 auto; text-align: center;}
.footer-col{display: inline-block; width: 30%; text-align: center; vertical-align: top; margin: 10px 12px; color: #fff;}
.footer-col img{width: 100%; max-width: 225px; text-align: center;}
.footer-col p{width: 90%; margin: 0 auto;}
.footer-col a{color: #fff; }
.footer-col a:hover{text-decoration: underline;}

.footer-left{display: inline-block; width: 35%; margin-top: 60px;}
.footer-left img{width: 100%; max-width: 225px; text-align: center;}
.footer-left a{color: #fff; }
.footer-left a:hover{text-decoration: underline;}

.footer-right{display: inline-block; width: 50%; float: right;}


.copyright{text-align: center; padding: 10px 0; letter-spacing: 1px; text-transform: uppercase; font-size: 14px; color: #004b87; font-style: italic;}
.copyright a{color: #004b87;}
.copyright a:hover{text-decoration: underline;}


/*--------FORM STYLES--------------------------------------*/
#formpage {  margin: 0 auto;  }
#formpage div {
	vertical-align:top;
	padding:5px 0;
	color: #262262;
	font-family: 'Open Sans', sans-serif !important;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #134773;
	font-size:13px;
	background:#fff;
	font-family: 'Open Sans', sans-serif !important;
}

#formpage textarea {
	padding:6px 5px 10px;
	border:1px solid #134773;
	font-weight: 400;
	color:#262262;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
	font-family: 'Open Sans', sans-serif !important;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #134773;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:8px 10px;
	width:100%;
}
.message{
	color: #262262;
	text-align:left;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.formfield {
	width:47%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #262262;
	text-align:left;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: uppercase;
	
}

#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:98%;
    height:85px;
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }
/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:rgba(233,233,233,1.00); 
	color:#000;
	border:1px solid #134773;
	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:200px;
	font-family: 'Open Sans', sans-serif;
    margin:0 auto;
    background: #87b5d9; /* For browsers that do not support gradients */
    line-height:18px;
    color:#fff;
	font-size:15px;
	padding: 10px 20px;
	font-weight: 400;
	font-style: italic;
	letter-spacing:1px;
	text-align: center;
	display: block;
	-webkit-appearance: none;
	-webkit-border-radius: 0px !important; 
	border: none;
	-webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.4s;
}
#formpage input.button:hover {
    padding:10px 0px;
    background: #022c45; /* For browsers that do not support gradients */
    line-height:18px;
    color:#fff;
	margin: 0 auto;
	text-align: center;
	display: block;
	-webkit-appearance: none;
	-webkit-border-radius: 0px !important; 
	border: none;
}

/* 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;
	padding:10px 10px;
} 

.checkbox {text-align: left;}
#formpage input[type="checkbox" ] {
	width:25px; 
	text-align: left;
}

#formpage a#red-border-button  {color:#134773; background:#fff; padding:10px; border:1px solid #134773; transition:.2s ease;}
#formpage a#red-border-button:hover  {color:#fff; background:#134773; padding:10px; border:1px solid #134773;}
/*control the Captcha */

.CaptchaPanel {margin: 0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 70%; text-align:left;}

.CaptchaImagePanel {
	
margin-top: 10px;
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;
text-align: center;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 




/*--- RESPONSIVE STYLES ---------------------------*/
@media screen and (max-width:1500px){
	.contact-col{margin-right: 40px;}
}

@media screen and (max-width:1400px){
.feature-left{align-items: center; text-align: center; width: 60%;}
.feature-left img {display: block; width: 100%}

.feature-right{ padding: 0 0 0 5px; width: 40%;}
.feature-right h1{font-size: 25px;}
.feature-right h2{font-size: 15px;}
	
	.footer-left{width: 40%;}	

}

@media screen and (max-width:1300px){
	#topright p{font-size: 13px; margin: 0 10px;}	
	
	.contact-col{margin-right: 0; margin-bottom: 20px; display: block;}
	
/*--featured--*/
.feature-inner{display: block;}
.feature-left{display: block;width: 100%;}
.feature-right{display: block; width:100%; padding: 20px 0;}
	.btn-8{width:200px;}
	.perspective h2{font-size: 14px !important;}	
	
}


@media screen and (max-width:1024px){

#topleft {width:100%; position:relative; text-align: center; }

#logo {padding-left: 0%;}
#logo img{max-width: 250px; display: inline-block;}

#topright {width:100%; float: none; padding: 5px 0; text-align: center; margin:  0 auto;}

h1{font-size: 32px;}

.formfield{width: 95%;}	

.footer-left {width: 100%; margin-bottom: 30px;;}
.footer-right {width: 100%; margin:10px 0px; float: none;}

/*---HOME PAGE-----------------------*/
	
/*--inv section--*/
.inventory-box{align-items: normal; display: block;  }
.inventory-box-inner {display: block; align-items: center; margin:5px auto; background: #87b5d9;}
.inventory-box-inner .wrapper-inner{width: 90%; margin: 0 auto;}

.inventory-left{align-items: normal; width: 100%; text-align: center; border-right: none;}
.box-left{display: inline-block; vertical-align: middle; width: 42%; border-right: 3px solid #fff;  padding: 60px 0;}

.box-right{display: inline-block; vertical-align: middle; width: 45%;  margin-left: 30px; }
.box-right a{display: block; text-align: left; color: #fff; line-height: 35px; letter-spacing: 1px;}


.inventory-right{align-items: normal; width: 100%; padding: 30px 0}
.inventory-right h2{color: #fff;}
.inventory-right .wrapper-inner{width: 80%; margin: 0 auto;}

/*--welcome--*/
.desktop-logo{display: none}
.mobile-logo{display: block;width: 300px;}

.welcome-right{width: 100%; padding-top: 2%; float: none;}
	
	

	
	
/*---service page---------------------*/
.services-inner {display: block; align-items: normal; margin:40px auto; }
	
.services-left{align-items: normal; text-align: left; width: 100%;}
.services-left img {display: inline-block; box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.4); width: 100%;}

.services-right{align-items: center; background: #fff; text-align: left; padding: 0 0 0 0; width: 100%; margin-left: 0; margin-top: 30px;}
	
}


@media screen and (max-width:820px){
	
.wrapper-inner, .wrapper-center, .feature-inner{width: 90%;}

.perspective{display: block;}	
.btn-8{width: 100%;max-width:700px; display: block;}
}

@media screen and (max-width:700px){
.header-top p{margin: 5px auto; display: block; width: 72%;}

.formfield{width: 93%;}	
	
	.inv-mobile{display: none;}	
	
	
/*---CONTACT -----------------------------------------*/
.contact-left{display: block; width: 100%;; margin-bottom: 30px}
.contact-right{display: block; width: 100%; float: none;}

#map{height: 300px;}	

	
}

@media screen and (max-width:550px){
	
/*--inv section--*/
.inventory-box-inner {display: block; align-items: center; margin:5px auto; background: #87b5d9;}

.inventory-left{align-items: normal; width: 100%; text-align: center; border-right: none; padding: 15px 0;}
.box-left{display: inline-block; vertical-align: middle; width: 100%; border-right: none;  padding: 10px 0;}

.box-right{display: inline-block; vertical-align: middle; width: 100%;  margin-left: 0px; }
.box-right a{display: block; text-align: left; color: #fff; line-height: 35px; letter-spacing: 1px;}

.box-left #pad, .box-right #pad{padding: 1% 0;}

	.welcome-right .fa{margin-right: 10px;}	
	.welcome-right p{ font-size: 13px;}
}


