﻿/***** 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 --------
dark blue: 262262
light gray: e1e1e1


*/

/***** END RESET *****/
::-moz-selection {
    background: #f3f3f3; 
    color: #000;
    text-shadow: none;
}
::selection {
    background: #f3f3f3;
    color: #000;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {font-family: 'Open Sans', sans-serif !important; 
	overflow-x: hidden; 
	color:#262262; 
	font-size: 15px;
	line-height: 25px;
	width: 100%;
	font-weight: 300; 
}

a:link, a:visited, a:active {text-decoration:none; color:inherit}
a:hover {text-decoration:none;color:#747ba5; 	
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s; }

.clear{clear: both;}

hr{border:#000 1px solid;}
p {font-weight: 300; padding: 5px 0;}

h1 {font-family: 'Open Sans', sans-serif; font-size: 50px; line-height: 50px; font-weight: 800; font-style: italic; color: #262262; text-transform: uppercase; letter-spacing: 1px;}
h2{font-family: 'Open Sans', sans-serif; font-size: 28px; letter-spacing: 3px; color: #e1e1e1; font-style: italic; font-weight: 600;}
h3 {font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 800; font-style: italic; color: #262262; text-transform: uppercase; letter-spacing: 1px;}

strong{font-weight: 700; letter-spacing: 1px;}


/*--- HEADER STYLES ---------------------*/
.header { background:#262262; width: 100%; display: inline-block !important;  }

.header-wrapper {width:95%; margin: 0 auto; text-align: right; padding: 5px 0;}
.header-wrapper p{font-weight: 300; color: #fff; text-align: right; padding: 10px 30px 15px 30px; text-transform: uppercase; letter-spacing: 2px; display:inline-block; font-style: italic;} .header-wrapper p a {color: #fff !important}
.header-wrapper p:last-child{padding-right: 0;}

.logo {position:absolute; top:0px; z-index: 9999; box-shadow: 0px 0px 6px -7px #212025}
.logo img {width: 100%;  max-width:225px; }


.header-mobile{display: none;}
.header-mobile .fa{color: #fff; font-size: 22px; display: inline-block; padding: 10px;}

/*---MAIN STYLES------------------------*/
.cycle-slideshow { width:100%; }
.cycle-slideshow img{width:100%;}

.wrapper-inner{width: 75%;  margin: 0 auto;}
.wrapper-center{width: 75%; text-align: center; margin: 0 auto;}
.wrapper-inv{width: 75%; text-align: left; margin: 0 auto;}

#pad{padding: 2% 0;}
#l-pad{padding: 5% 0;}
#space{padding: 50px 0;}

#pageimage{width: 100%; display: block;}


#gray-border{text-align: left; width: 100%; max-width: 300px;}

.small-blue-border{position: absolute; z-index: 999; margin-top: -38px;}
.small-blue-border img{width: 100%}

.blue-border{position: absolute; z-index: 999; margin-top: -30px;}
.blue-border img{width: 100%}

#white-button{display: inline-block;background:#fff; color: #262262; padding:8px 30px; font-style: italic; letter-spacing: 1px; 	
	-webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.4s; }
#white-button:hover{color:#fff; background: #262262;}

#blue-button{display: inline-block;background:#262262; color: #fff; padding:8px 30px; font-style: italic; letter-spacing: 1px; 	
	-webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.4s; }
#blue-button:hover{color:#262262; background: #e1e1e1;}

.gray-bg{background: #f3f3f3;}



/*---HOME PAGE------------------------------*/
.gray-divider {width: 100%; margin-top: -195px; z-index: 999; position: relative;}
.gray-divider img{width: 100%;}

.categories{margin: 0 auto; margin-top: -272px; z-index: 9999; position: relative; text-align: center;}
.cat{display: inline-block; background: #fff; width:240px; height: 250px; padding: 20px 10px;  text-align: center; margin: 5px;}
.cat:hover{background: #F5F5F5;}
.cat img{width: 100%; max-width: 180px;}
.cat h2{color: #262262; font-size: 18px; margin-top: 15%;}


.welcome{width: 75%; text-align: center; margin: 0 auto; padding: 5% 0 6% 0;}
.welcome-left{display: inline-block; width: 40%; text-align: left;}
.welcome-left h2{padding-bottom: 15px; }

.welcome-right{display: inline-block; width: 40%; float: right; text-align: left!important;}

.feature{background: url(../siteart/feature-bg.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size:cover; }
.feature .wrapper-center{padding: 11% 0 200px 0;}
.feature .wrapper-center h2{color: #fff; font-size: 35px; padding-bottom: 10px}
.feature .wrapper-center h1{color: #fff;}
.feature .wrapper-center #white-button{margin-top: 20px;}
	
/*---INVENTORY----------------------------------*/
.hosted-content .listings-wrapper .listings-list .category-banner h3{font-weight: 800!important;}
.listings-wrapper .listing-boxed .listing-boxed-details h2{color: #262262 !important;}
	
/*---FOOTER---------------------------------*/
.footer-divider {
    background-image: url(../siteart/footer-divider.png);
    background-size: 100% 159px;
    bottom: 0;
    height: 120px;
    z-index: 99;
	margin-top: -100px; 
	position: relative;
}

#footer{padding-bottom: 2%}
.footer-col{display: inline-block; width: 35%; vertical-align: top;}
.footer-col li {list-style: none; text-transform: uppercase; margin:5px 0; font-style: italic; letter-spacing: 1px; font-weight: 600;}
.footer-col li a{ color: #262262; text-decoration: none;}
.footer-col li a:hover{color:#747ba5;}

.footer-col p{text-transform: uppercase; margin:5px 0; font-style: italic; letter-spacing: 1px; font-weight: 600}
.footer-col a{text-transform: uppercase; margin:5px 0; font-style: italic; letter-spacing: 1px; font-weight: 600}

.footer-logo{float: right; display: inline-block;}

.copyright p{color: #262262; font-size: 14px; font-weight: 300; font-style: italic; text-transform: uppercase; padding: 10px 0;}
.copyright a{color: #262262;}


/*--------FORM STYLES--------------------------------------*/
#formpage {  margin: 0 auto;  }
#formpage div {
	vertical-align:top;
	padding:5px 5px;
	color: #262262;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #134773;
	font-size:13px;
	background:#fff;
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #134773;
	font-weight: 700;
	color:#262262;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
}

/* 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: #262262; /* For browsers that do not support gradients */
    line-height:18px;
    color:#fff;
	font-size:15px;
	padding: 10px 20px;
	font-weight: 600;
	font-style: italic;
	letter-spacing:2px;
	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: #e1e1e1; /* For browsers that do not support gradients */
    line-height:18px;
    color:#262262;
	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 only screen and (max-width: 1500px) {

.gray-divider{margin-top: -160px;}
}

@media only screen and (max-width: 1300px) {
.header-wrapper p{font-size: 14px; padding: 10px 15px 15px 15px;}	

.formfield, .CaptchaPanel {width: 95%;}
	
	h1{font-size: 40px; line-height: 40px;}
	
.cat { width: 205px;height: 235px; padding: 10px;}	
.cat img { width: 100%;max-width: 160px;}
.cat h2{font-size: 16px;}
.gray-divider{margin-top: -120px;}
	
}
@media only screen and (max-width: 1120px) {
.header-wrapper{width: 98%;}
.header-wrapper p{font-size: 12px; padding: 5px 10px 10px 10px;}	

.wrapper-inner, .wrapper-center, .welcome{width: 95%;}
	
.welcome-left, .welcome-right{width: 100%; text-align: center;}
	.welcome-left h1, .welcome-left h2{text-align: center;}
.welcome-right{width: 90%; text-align: center; float: none; margin-top: 10px;}
.welcome-right p {text-align: center;}
#gray-border{text-align: center !important; margin: 5px auto;}
	
.footer .wrapper-inner{text-align: center;}
}


@media only screen and (max-width: 1000px) {
.blue-border{width: 90%; margin-top: -11px;}

.categories{margin-top: 0; background: #e1e1e1; padding: 20px 0;}
.cat { width: 185px; height: 210px; padding: 10px 5px;}	
.cat img { width: 100%;max-width: 120px;}
.cat h2{font-size: 16px;}
.gray-divider{margin-top: 0; background: #e1e1e1; display: none;}	
}


@media only screen and (max-width: 800px) {
	.header-wrapper p {display: block; padding: 2px 10px 2px 0px;}

	
}


@media only screen and (max-width: 730px) {

.logo img { max-width: 185px;}	

	
		
.wrapper-inner, .wrapper-center, .welcome{text-align: center;}
	

.feature .wrapper-center {padding: 11% 0 150px 0;}	
.feature .wrapper-center h2{font-size: 30px;}
	
.footer-divider{height: 100px;}
.footer-col{display: block; margin: 10px 0 15px 0; text-align: center; width: 100%;}
.footer-logo{display: block; float: none; text-align: center;}

	
	
}


@media only screen and (max-width: 649px) {


}


@media only screen and (max-width: 460px) {

	.header-wrapper p{display: none;}
	.header-mobile{display: block;}

	
}

