﻿ 
/***** 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 --------
red: 7c0909
dark red: 690b0b
*/

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

.cta-left h1{font-size: 20px; line-height: 30px; padding-bottom: 5px; letter-spacing: 1px; }
.wrapper-inner h2 {font-size: 20px; line-height: 30px; padding-bottom: 5px; letter-spacing: 1px; }
body {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size:15px; 
	line-height: 26px; 
	-webkit-text-size-adjust:none; 
	font-weight:400;
	overflow-x:hidden;
}
h1,h2,h3,h4{font-family: 'Roboto Condensed', sans-serif !important; font-style: italic !important; font-weight: 700; color: inherit; text-transform: uppercase;}
h1 {font-size: 32px; line-height: 35px; padding-bottom: 5px; letter-spacing: 1px; }
h2 {font-size: 24px; line-height: 30px; padding-bottom: 5px; letter-spacing: 1px; }
h3 {font-size: 20px; line-height: 30px; padding-bottom: 5px; letter-spacing: 1px; }
h4 {font-size: 18px; line-height: 28px; padding-bottom: 5px; letter-spacing: 1px; }

a{color:inherit; text-decoration: none;}
a:hover {text-decoration: none;}
a#underline{text-decoration: underline;}

strong {font-weight: 800;}

.fine-print{font-size: 14px;}

.clear{clear:both;}

p{font-family: 'Montserrat', sans-serif}
span.italic{font-family: 'Roboto Condensed', sans-serif !important; font-style: italic !important; font-weight: 700; color: inherit; text-transform: uppercase;}

/*--- HEADER STYLES --------------------------*/
.header1{background: rgba(255,255,255,.8); width: 100%; position: absolute; z-index: 9999;}
.header1 .wrapper-inner{width: 100%; padding:5px 0; margin: 0 auto; text-align: center;}

.header1 .left{display: inline-block; vertical-align: middle; text-align: left}
.header1 .left h4{display: inline-block; margin-right: 30px; font-size: 16px;}

.header1 .center{display: inline-block; vertical-align: middle; width:30%; text-align: center}
.header1 .center img{width: 100%; max-width: 175px; display: inline-block;}


.header1 .right{display: inline-block; text-align: right;}
.header1 .right i{font-size: 25px; color: #000; margin: 5px;}
.header1 .right img{max-width: 200px; margin-left: 30px; vertical-align: middle;}


/*--sub header--*/

.sub-header{background: rgba(255,255,255,.8); width: 100%; z-index: 9999;}
.sub-header .wrapper-inner{width: 100%; padding:5px 0; margin: 0 auto; text-align: center;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;box-sizing: border-box;}

.sub-header .left{display: inline-block; vertical-align: middle; text-align: left}
.sub-header .left h4{display: inline-block; margin-right: 30px; font-size: 16px;}

.sub-header .center{display: inline-block; vertical-align: middle; width:30%; text-align: center}
.sub-header .center img{width: 100%; max-width: 175px; display: inline-block;}


.sub-header .right{display: inline-block; text-align: right;}
.sub-header .right i{font-size: 25px; color: #000; margin: 5px;}
.sub-header .right img{max-width: 200px; margin-left: 30px; vertical-align: middle;}


/*---BODY--------------------------------*/
.wrapper-inner { width: 70%; margin: 0 auto;}
.wrapper-center{ width: 70%; margin: 0 auto; text-align: center;}

#pad{padding: 20px 0;}
#l-pad{padding: 60px 0;}
#xl-pad{padding: 100px 0;}

#pageimage{width: 100%; display: block; border-bottom: 1px solid #7c0909; border-bottom:4px solid #7c0909;}


/*--buttons--*/
#red-btn{background: #7c0909; color: #fff; padding: 10px 20px; text-align: center; font-family: 'Roboto Condensed', sans-serif !important; font-style: italic !important; font-weight: 700;  font-size:	14px; letter-spacing: 1px; margin-top: 5px;  border:1px solid #7c0909; text-transform: uppercase;}
#red-btn:hover{background: none; color:#7c0909; transition:.6s ease-in;	}


#white-outline{background: none; border:1px solid #fff; color: #fff; padding: 8px 20px; text-align: center; font-family: 'Roboto Condensed', sans-serif !important; font-style: italic !important; font-weight: 700;  font-size:14px; letter-spacing: 1px; text-transform: uppercase; display: inline-block; margin: 3px;}
#white-outline:hover{background: #fff; color:#7c0909; transition:.6s ease-in;}



/*--backgrounds--*/
.gray-bg{background: #f5f5f5;}
.black-bg{background: #000; color: #fff;}
.red-bg{background: #7c0909; color: #fff;}
.red-stripes{background: url(../siteart/red-stripes.png) repeat; color: #fff; background-color: black;}


/*---HOME PAGE-------------------------------*/
/*--slider--*/
.cycle-slideshow img{width: 100%; }


/*--CTA--*/
.cta-left{display: inline-block; margin-top: 15px;}
.cta-right{display: inline-block; float: right;}
.cta-right #white-outline{width: 300px; display: block;}



/*--welcome--*/
.welcome{background: url(../siteart/gavel-bg.png) no-repeat right; color: #7c0909; padding: 100px 0;}
.welcome span.italic{font-family: 'Roboto Condensed', sans-serif !important; font-style: italic !important; font-weight: 700; color: inherit; text-transform: uppercase; font-size: 20px;}


/*--categories--*/
.categories{display: flex; width: 70%; padding: 100px 0; margin: 0 auto;}

.categories .left{background: #690b0b; color: #fff; justify-content: flex-start; width: 25%; margin: 4px 0;}
.categories .left .wrapper-inner{width: 75%; margin-top: 60px;}

.categories .right{ justify-content: flex-start; width: 75%; text-align: right}
.cat{ width: 32%; display: inline-block; background: #fff; color: #000; text-align: center; margin:5px 3px; padding: 22px 0;}
.cat img{width: 150px;}
.cat img:hover{transform: scale(1.08); transition: all 0.6s;}




/*--CONTACT PAGE ---------------------------*/
.contact-wrapper{display: flex;  width: 80%; margin: 80px auto; box-shadow: 0px 6px 14px -7px #212121;  background:#690b0b; }
.contact-wrapper .wrapper-inner{width: 80%;}
.contact-wrapper .left{width: 45%; color: #fff; padding: 50px 0;}
.contact-wrapper .left h2, .contact-wrapper .left h3{color: #fff;}
.contact-wrapper .right{width: 55%; background:#fff; padding: 40px 0;}
.contact-wrapper .right .formfield {width:97.2%; }


/*---FOOTER-------------------------------*/
.footer{width: 100%; border-top: 1px solid #272727; background: #f5f5f5;}
.footer .left{display: inline-block; width: 60%;}
.footer .left .col{display: inline-block; vertical-align: top; width: 30%; text-transform: uppercase;}
.footer .left .col h3{color: #000}
.footer .left .col li{display: block;  text-align: left; font-size: 14px;}
.footer .left .col p, .footer .left .col a{color: #000;  font-size: 14px;}
.footer .left a:hover{text-decoration: underline;}

.footer .right{display: inline-block; float: right; text-align: center}
.footer .right img{width: 100%; max-width: 150px; display: inline-block; vertical-align: middle; margin: 0 10px;}
.footer .right p{font-size: 12px;}


/*---FORM STYLES------------------------*/
#formpage h3{color: #7c0909;}

#formpage {margin: 0 auto;  font-family: 'Montserrat', sans-serif;}
#formpage div {
	vertical-align:top;
	padding:5px 5px 5px 0;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #134773;
	font-size:13px;
	background:#fff;	
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #134773;
	font-weight: 700;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
	font-family: 'Montserrat', sans-serif;
}

/* 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%;
	font-family: 'Montserrat', sans-serif;
}

.formfield {
	width:48%; 
	display:inline-block; 
	margin-right: 8px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}

#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:99%;
    height:85px;	
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding-left: 5px;
}

#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:160px;
	font-family: 'Roboto Condensed', sans-serif;
    margin:0 auto;
    background: #7c0909; /* For browsers that do not support gradients */
    line-height:18px;
    color:#fff;
	font-size:14px;
	padding: 10px 20px;
	font-weight: 700;
	font-style: italic;
	letter-spacing:1px;
	text-align: center;
	display: block;
	cursor: pointer;
	border: 1px solid #7c0909;
}
#formpage input.button:hover {
    padding:10px 0px;
    background: none; /* For browsers that do not support gradients */
	margin: 0 auto;
	text-align: center;
	display: block;
	color: #7c0909 !important;
	transition:.6s ease-in;	
}

/* 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;
}

/*control the Captcha */
#captcha{margin-top: 20px;}
.CaptchaPanel{margin: 0 auto !important; padding:0 !important; line-height:normal !important;color:#000;width: 50%; text-align:left; font-style: normal !important;}
.CaptchaImagePanel{margin-top: 10px;padding:0;}
.CaptchaMessagePanel{padding:0 !important; margin:0 !important; font-weight:normal !important; font-size:12px; line-height:14px; text-align: center; color: #000 !important; font-style: normal !important;}
.CaptchaAnswerPanel{margin:0; padding:2px 0px !important;font-style: normal !important;}
.CaptchaWhatsThisPanel{line-height:0; margin:0 0 10px 0; padding:10px 0 10px 0 !important; font-style: normal !important;}
.CaptchaWhatsThisPanel a{color:#000; font-style: normal !important}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 




/*-------- RESPONSIVE STYLES --------*/


@media screen and (max-width:1450px){
	.categories .left .wrapper-inner{width: 85%; margin-top: 30px;}

	
	.formfield {width:41%;} 
	#formpage textarea {width:96.5%;}
}

@media screen and (max-width:1250px){
.footer .left{ width: 55%;}
	
	
	.wrapper-inner, .wrapper-center{width: 90%;}	
	
	.categories{display: block; padding: 50px 0; width: 90%;}
	.categories .left{width: 100%; padding: 30px 0; margin: 0 auto;}
	.categories .left .wrapper-inner{width: 90%; margin-top: 0;}
	
	.categories .right{width: 100%; margin-top: 10px; text-align: center;}

}


@media screen and (max-width:1152px){
/*--- HEADER STYLES --------------------------*/
.header1{position: relative;}
.header1 .wrapper-inner{width: 100%; padding:5px 0; margin: 0 auto; text-align: center;}

.header1 .left{display: block; text-align: center; margin: 8px auto;}
.header1 .left h4{display: inline-block; margin-right: 30px; font-size: 14px;}
.header1 .left h4:last-child{margin-right: 0 !important;}
	
.header1 .center{display: block; width:auto; text-align: center; margin:0 auto;}

.header1 .right{display: block; text-align: center; margin:0 auto 8px auto}
.header1 .right img{display: none}
.header1 .right .fa{font-size: 18px;}

/*--sub header--*/

.sub-header .wrapper-inner{width: 100%; padding:5px 0; margin: 0 auto; text-align: center;}

.sub-header .left{display: block; text-align: center; margin: 8px auto;}
.sub-header .left h4{display: inline-block; margin-right: 30px; font-size: 14px;}
.sub-header .left h4:last-child{margin-right: 0 !important;}
	
.sub-header .center{display: block; width:auto; text-align: center; margin:0 auto;}

.sub-header .right{display: block; text-align: center; margin:0 auto 8px auto}
.sub-header .right img{display: none}
.sub-header .right .fa{font-size: 18px;}
	
}


@media screen and (max-width:1024px){
	.header1{position: relative;}
	
	#l-pad{padding: 50px 0;}
	#xl-pad{padding: 70px 0;}
	
	.footer .left{ width: 100%; display: block; text-align: center; margin: 0 auto;}
	.footer .left .col{width: 100%; display: block; margin: 10px auto;}
	.footer .left .col h3, .footer .left .col li, .footer .left .col p{text-align: center;}
	.footer .right{ width: 100%; display: block; text-align: center; float: none; margin:20px auto 0 auto}


	/*--contact page--*/
	.contact-wrapper{display: block;  width: 90%; margin: 80px auto;}
	.contact-wrapper .wrapper-inner{width: 80%;}
	.contact-wrapper .left{width: 100%; color: #fff; padding: 50px 0;}
	.contact-wrapper .right{width: 100%; background:#fff; padding: 40px 0;}



}


@media screen and (max-width:760px){
	.cta-left{width: 100%; display: block; text-align: center; margin: 0 auto;}
	.cta-right{width: 100%; display: block; text-align: center; margin:10px auto 0 auto; float:none}
	.cta-right #white-outline{display: block; margin: 5px auto; width: 100%; max-width: 300px; padding: 8px 0;}

	.formfield{width:100%; margin-right: 0;} 
	#formpage div{padding: 5px 0px 5px 0;}
	#formpage input{padding: 6px 0px 10px 5px;}
	#formpage textarea {width:100%; margin-top: 15px;}
	.CaptchaPanel{width: 100%;}
	
	
	.cat{width: 48.5%;}
.sub-header .wrapper-inner{flex-direction: column;}
	
}

@media screen and (max-width:649px){
	
	.welcome{padding: 60px 0;}
	
	.footer .right img{width: 100%; max-width: 130px; display: block; margin: 10px auto; text-align: center;}
	
	#inventory-banner #white-outline{width:100%!important; padding:8px;}

	.cat{width: 100%; margin: 5px auto; text-align: center; padding: 12px 0;}

}

@media screen and (max-width:400px){
.header1 .left h4{display: block; margin-right: 0;}
.sub-header .left h4{display: block; margin-right: 0;}


}
