﻿/*===================== 
	Color information
	
	-#327338 - green
	-#e8ae20 - yellow
		 
=======================*/
/*===================== 
	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%;}


/*===================== 
	base styles 
=======================*/

html {
    font-family: 'Roboto', sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	font-family: 'Roboto', sans-serif;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 

ul, ol {text-align: left;}
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	font-size: 16px;
	}

	
h1 {
	font-size: 40px;
	font-family: 'Anton', sans-serif;
}

h2.h2header {color: #e8ae20; font-weight: 500; font-size: 40px; font-family: 'Anton', sans-serif;}

.caps {
	text-transform: uppercase;
}

.bold {
	font-weight: 700;
}

.thin {
	font-weight: 300;
}

.tracking {
	letter-spacing: 1.5px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.white {
	color: #fff;
}

.yellow {
	color: #e8ae20;
}

.green {
	color: #327338;
}
.gen-list li {font-size: 16px;}
.contact-head {text-transform: uppercase; font-weight: 800; font-size: 17px;}
.contact-box {padding-top: 20px;}


.notify-txt {
	padding: 15px;
	background: rgba(255,255,255,.85); 
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 800;
	color: #000;
	font-size: 16px;
	margin-top: 20px;
}
.notify-txt i {
	font-size: 	20px; padding: 0 10px;
}


/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: inherit;
		cursor:pointer;
		}  

/*===================== 
	header styles 
=======================*/
header {
	margin: 0 auto;
	width: 100%;
	}
	
.header_wrapper {
	background-color: rgba(255,255,255,.65); 
	padding: 0;
}

.header_contain {
	width: 70%;
	margin: 0 15%;
	padding: 20px 0;
	display: inline-block;
	box-sizing: border-box;
	
	position: relative;
    z-index: 2;
}

.contact_info {
	display: inline-block;
    vertical-align: middle;
	box-sizing: border-box;
}

.logo_wrapper {
	float: right;
	box-sizing: border-box;
}

.logo {
	margin-left: auto;
	box-sizing: border-box;
	max-height: 100px;
	height: 100%;
	width: auto;
}

.headerlink {
	color: #000;
}

.headerlink:hover {
	color: #e8ae20;
}

.social {
	color: #327338 !important;
	font-size: 24px;
}

.social:hover {
	color: #e8ae20 !important;
}



/*===================== 
	nav styles 
=======================*/
.nav_contain {
	box-sizing: border-box;
}

nav.primary {
	padding-left: 15%;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: left;
	box-sizing: border-box;
	background: rgba(51,115,56,.85);
	z-index: 2;
	}

nav ul {
	padding:0;
	margin:0;
	box-sizing: border-box;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: left;
	box-sizing: border-box;
}

nav ul li a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff!important;
	padding: 15px;
	text-transform: uppercase;
	transition: .3s ease;
	display: block;
}	
			
nav ul li a:hover {
	background: #e8ae20;
	transition: .3s ease;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	background: rgba(51,115,56,.85);
	display: block;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	transition: .3s ease;
	box-sizing: border-box;
	}
	
nav.primary ul li li a:hover { 
	background: #e8ae20;
	transition: .3s ease;
	}
	
nav.primary ul li li:hover { 
	transition: .3s ease;
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
	box-sizing: border-box;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
	transition: .3s ease;
	box-sizing: border-box;
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
	transition: .3s ease;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	display: block;
	width:100%;
	box-sizing: border-box;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: 0 50px;
	background: rgba(51,115,56,.85);
	text-align: left;
	min-height: 0 !important;
	box-sizing: border-box;
	}
	#menu-button a{
		 color:#fff;
		 text-decoration: none;
		 text-align: left !important;
		 box-sizing: border-box;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
	box-sizing: border-box;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
	box-sizing: border-box;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
	box-sizing: border-box;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
	transition: .3s ease;
	box-sizing: border-box;
}

.menu-toggle a:hover {
	color: #000 !important;
	transition: .3s ease;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
	transition: .3s ease;
	box-sizing: border-box;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
	transition: .3s ease;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
	box-sizing: border-box;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 5px;
	padding-left: 14px;
	color: #fff !important;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	transition: .3s ease;
	box-sizing: border-box;
}
nav.mobile ul li a:hover {
	background:#000;
	color: #e8ae20 !important;
	transition: .3s ease;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 20px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase !important;
	box-sizing: border-box;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
	box-sizing: border-box;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
	transition: .3s ease;
}


/*===================== 
	content styles 
=======================*/
.wrapper {
	padding: 0;
}

.contain {
	width: 90%;
	margin: 0 5%;
	padding: 50px 0;
	display: inline-block;
}

.white_bkg {
	background: rgba(255,255,255,.85);
	padding: 50px 20px;
	margin: 50px 0;
}
.white_bkg_middle {
	background: rgba(255,255,255,.85);
	padding: 50px 20px;
	margin: 0;
}

/*---home---*/
.card_section {
	padding-top: 50px;
	width: 90%l
	margin: 0 5%;
}

.card {
	background: #f8f8f8;
	padding: 20px 30px;
	display: inline-block;
	vertical-align: middle;
	height: 550px;
	position: relative;
	width: 31%;
	margin: 0 1%;
}

.card_img {
	margin: auto;
}

.card_btn {
	background: #337338d9;
	border: 2px solid #406D46;
	color: #fff !important;
	padding: 10px 20px;
	transition: .3s ease;
	position: absolute;
    top: 86%;
    left: 10%;
    width: 80%;
}

.card_btn:hover {
	background: #d39d1a;
	border: 2px solid #d39d1a;
	transition: .3s ease;
}

.testimonial {
	background: rgba(255,255,255,.85);
	padding: 20px;
	width: 95%;
	margin: 50px 2% 0;	
}

.quicklink_wrapper {
	background: rgba(255,255,255,.85);
}

.quicklink_contain {
	width: 90%;
	margin: 0 5%;
	padding: 40px 0;
}

.quicklink {
	text-align: center;
    margin: 10px 0;
}

.quicklink_img {
	display: inline-block;
	margin: auto;
}

/*---auctions---*/
.AT {
	margin:0 auto; 
	width:1020px; 
	padding: 20px 0;
}

/*---contact---*/
.contact_link {
	color: #000;
}

.contact_link:hover {
	color: #e8ae20;
}

/*===================== 
	form styles 
=======================*/

.form- {
    padding: 0px;
}

.contact-text {
    margin-top: 30px;
    margin-bottom: 0px;
}

.contact_form {
    margin: 15px auto;
    padding: 15px;
    border: 1px solid #000;
    width: 100%;
}

.contact-p {
    font-size: 14px;
}

.submit-button {
	background: #e8ae20;
	border: 2px solid #d39d1a;
	color: #fff !important;
	padding: 10px 20px;
	transition: .3s ease;
}

.submit-button:hover{
	background: #d39d1a;
	transition: .3s ease;
}


/*===================== 
	captcha styles 
=======================*/

/*control the 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;
    }

.CaptchaAnswerPanel {
    margin:0 0 0 0;
    padding:2px 0px 2px 0px !important;
    }

.CaptchaWhatsThisPanel {
        line-height:0;
        margin:0 0 0 0;
        padding:8px 0 8px 0 !important;
    }
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/*===================== 
	slideshow styles 
=======================*/
.slides_container {
	overflow: auto;
	position: static;
	z-index: -2;
}

.slides {
	position: fixed;
    z-index: -1;
}

.slides_transition_fade2 {
	opacity: 0;
}

.slides_transition_fade2_in {
	opacity: 1;
}

.slides_transition_fade2_out {
	opacity: 0;
}

.slides_inner {}

.slides_overlay {}


/*===================== 
	footer styles 
=======================*/
footer {
	margin: 0;
	width: 100%;
	background-color: #327338;
	color: #fff;
	padding: 20px;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #fff;
	transition: .3s ease;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		transition: .3s ease;
		}

.footertext {
	font-size:13px; 
	color:#fff;
	}

.smallfootertext {
	font-size:10px; 
	color:#fff;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	box-sizing: border-box;
	}

/*---Payment Page---*/

.payment-section {display: block;}

/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width : 1400px) {
	.card {height: 525px;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.card {height: 550px;}
	.AT {width: 90%;}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.header_contain {text-align: center;}
	.wrapper {text-align: center;}
	.logo_wrapper {padding-bottom: 20px;}
	.logo {margin: auto;}
	.card {width: 100%; height: auto; margin: 10px 0;}
	.card_btn {position: relative; top: 0; width: 80%; display: block;}
	.signature {margin: auto;}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {


}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

