@charset "utf-8";
/* CSS Document */

body {background-color:#fff; fixed; margin:0; font-family: 'Roboto Condensed', sans-serif; color:#000;}

a {
	color: #601011;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	color: #da8028;
	text-decoration: underline;
}

.v-sale {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: space-around;
	width: 100%;
}

.item {
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}

h1 {
	font-size: 32pt;
	color: #2b1d1d;
	border-bottom: 1px solid #da8028;
	padding-bottom: 10px;
	text-transform:uppercase;
}

h2 {
	font-size: 32pt;
	color: #2b1d1d;
	border-bottom: 1px solid #da8028;
	padding-bottom: 10px;
	text-transform:uppercase;
	width: 625px;
}

h3 {
	font-size: 26pt;
	color: #2b1d1d;
	border-bottom: 1px solid #da8028;
	padding-bottom: 10px;
	text-transform:uppercase;
	margin-top: 0;
}

h4 {
	font-size: 26pt;
	color: #2b1d1d;
	text-transform:uppercase;
	margin-top: 0;
}

.gold {
	color: #da8028;
}
.maroon {
	color: #601011;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.brown {
	color: #2b1d1d;
}

.title18-maroon {font-size: 18pt; color: #601011;}
.title16-maroon {font-size: 16pt; color: #601011;}
.title14-maroon {font-size: 14pt; color: #601011;}
.title12-maroon {font-size: 12pt; color: #601011;}
.title12-maroon.sold {font-weight: bold;font-style: italic; }
.title11-maroon {font-size: 11pt; color: #601011;}

.title30-gold {font-size: 30pt; color: #da8028;}
.title18-gold {font-size: 18pt; color: #da8028;}
.title14-gold {font-size: 14pt; color: #da8028;}
.title12-gold {font-size: 12pt; color: #da8028;}
.title11-gold {font-size: 11pt; color: #da8028;}

.title18-brown {font-size: 18pt; color: #2b1d1d;}
.title14-brown {font-size: 14pt; color: #2b1d1d;}
.title12-brown {font-size: 12pt; color: #2b1d1d;}
.title11-brown {font-size: 11pt; color: #2b1d1d;}

.title18-black {font-size: 18pt; color: #000;}
.title14-black {font-size: 14pt; color: #000;}
.title12-black {font-size: 12pt; color: #000;}
.title11-black {font-size: 11pt; color: #000;}



.thanks-maroon {font-family: 'Yesteryear', cursive;font-size: 48pt; color: #601011;}

.bkgrd_top {
	background-image: url(graphics/bkgrd_top.jpg);
	height: 525px;
	width: 100%;
}

.wrap {
	width: 1000px;
	margin-right:auto;
	margin-left:auto;
}

.tagline {
	width: 750px;
	margin-right: 10px;
	margin-top:15px;
	height: 50px;
}

.tagline_sm {
	font-family: 'Yesteryear', cursive;
	font-size: 18pt;
	color: #731e1f;
	text-shadow: 1px 1px 3px #000;
}

.topL {
	background-image: url(graphics/topL.png);
	float: left;
	height: 185px;
	width: 240px;
}
.topR {
	background-image: url(graphics/topR.png);
	float: left;
	height: 185px;
	width: 760px;
}
.contact-top {
	font-size: 10pt;
	text-transform: uppercase;
	color: #fff;
	text-align: right;
	height: 40px;
	width: 750px;
	margin-top: 10px;
	margin-right: 10px;
	text-shadow: 1px 1px 3px #000;
}
.contact-top a {
	color: #fff;
	text-decoration:underline;
}
.contact-top a:hover {
	color: #da8028;
	text-decoration:underline;
}
.menu {
	font-size: 14pt;
	font-weight: 700;
	text-transform: uppercase;
	color: #601011;
	text-align: right;
	width: 740px;
	height: 35px;
	margin-top: 25px;
	margin-right: 20px;
	text-shadow: 1px 1px 3px #000;
	clear:both;
	overflow:hidden;
}
.menu a {
	color: #da8028;
	text-decoration:none;
}
.menu a:hover {
	color: #fff;
	text-decoration:none;
}
.bkgrd_slideshow {
	background-image: url(graphics/bkgrd_slideshow.png);
	height: 340px;
	width: 1000px;
	clear:both;
	overflow:hidden;
}
.content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	min-height: 400px;
}

.content-u {
	width: 100%;
	margin-bottom: 25px;
	min-height: 400px;
}
.bkgrd_footer {
	background-color: #251415;
	width: 100%;
	border-top: 5px solid #d97f28;
	min-height: 135px;
	clear:both;
	overflow:hidden;
}
.logo_footer {
	float: left;
	height: 120px;
	width: 120px;
	margin-top: 10px;
	margin-right: 15px;
}
.footer-contact {
	font-size: 9pt;
	text-transform: uppercase;
	color: #fff;
	float: left;
	width: 260px;
	margin-top: 15px;
	margin-right: 25px;
	padding-top: 10px;
	line-height:14pt;
}
.footer-contact a {
	color: #fff;
	text-decoration:underline;
}
.footer-contact a:hover {
	color: #da8028;
	text-decoration:underline;
}
.footer-menu {
	font-size: 10pt;
	text-transform: uppercase;
	color: #601011;
	float: left;
	width: 580px;
	margin-top: 15px;
	line-height:14pt;
	text-align:right;
	font-weight:700;
}
.footer-menu a {
	color: #da8028;
	text-decoration:none;
}
.footer-menu a:hover {
	color: #fff;
	text-decoration:none;
}
.social-links {
	width: 90px;
	height: 35px;
	margin-top: 15px;
	margin-bottom: 8px;
	float: right;
}

.footer-links {
	font-size: 9pt;
	text-transform: uppercase;
	color: #fff;
	float: left;
	width: 580px;
	line-height:14pt;
	text-align:right;
	margin-top: 5px;
}
.footer-links a {
	color: #da8028;
	text-decoration:underline;
}
.footer-links a:hover {
	color: #fff;
	text-decoration:underline;
}.social-icon {
	float: left;
	height: 35px;
	width: 35px;
	margin-left: 10px;
}
.slides-container {
	height: 305px;
	width: 1000px;
}

/*cycle*/
   .slideshow { height: 305px; width: 1000px; margin: auto; overflow:hidden }
   .slideshow img { background-color: #eee;  }

.latestnews {
	background-color: #f7e5d4;
	float: right;
	width: 275px;
	margin-left: 25px;
	margin-top:10px;
	margin-bottom: 10px;
	padding: 20px;
	min-height:375px;
}
.listing:before,
.listing:after {
content: "";
display: table;
}
.listing:after {
clear: both;
}
.listing {
	width: 1000px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(218,128,40,1);
}
.pic400 {
	float: left;
	width: 400px;
	margin-right: 25px;
}
.pic400 img {width:100%; height:auto; margin-bottom:-4px; border: 2px solid rgba(96,16,17,1);}

.pic1000 {
	float: left;
	width: 1000px;
	border: 2px solid rgba(96,16,17,1);
	margin-bottom:25px;
}
.info1000 {
	text-align:center;
}
.infoR {
	float: right;
	width: 570px;
	min-height:267px;
}
.supplement-info {
	float: left;
	width: 300px;
	margin-right: 31px;
	margin-top:10px;
	padding-top:5px;
	font-size: 11pt;
	overflow: hidden;
}
.supplement-pic {
	float: left;
	height: 200px;
	width: 300px;

}
.supplement-pic img {width:99%; height:auto; border: 1px solid rgba(96,16,17,1); margin-bottom:5px;}
.supplement-pic2 img { border: 1px solid rgba(96,16,17,1); margin-bottom:5px;}

.supplement-listing {
	clear: both;
	overflow:hidden;
	width: 1000px;
}
.aboutus-pic1 {
	float: right;
	/* height: 410px; */
	width: 400px;
	margin-bottom: 25px;
	margin-left: 25px;
	border: 1px solid #601011;
}
.thanks-sale {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(218,128,40,1);
	padding-bottom: 20px;
}
.form {
	float: right;
	width: 500px;
	margin-left: 25px;
	padding-left: 25px;
	clear:both;
	overflow:hidden;
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.95;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('graphics/icon_top.png') no-repeat;
}

.bullsale-pic {
	width:450px;
	float:left;
	margin:20px 24px;
	text-align:center;
	min-height:300px;
}
.bullsale-pic img {
	width:100%;
	height:auto;
	border: 1px solid rgba(96,16,17,1);
	margin-bottom:10px;
}

.bullsale-pic-lg {
	width:450px;
	float:left;
	margin:20px 60px;
	text-align:center;
	min-height:300px;
}
.bullsale-pic-lg img {
	width:100%;
	height:auto;
	border: 1px solid rgba(96,16,17,1);
	margin-bottom:10px;
}

.bullsale-pic-sm {
	width:285px;
	float:left;
	margin:20px 50px;
	text-align:center;
	min-height:300px;
}
.bullsale-pic-sm img {
	width:100%;
	height:auto;
	border: 1px solid rgba(96,16,17,1);
	margin-bottom:10px;
}

.bullsale-pic-xs {
	width:125px;
	float:left;
	margin:20px 0;
	text-align:center;
}
.bullsale-pic-xs img {
	width:100%;
	height:auto;
	border: 1px solid rgba(96,16,17,1);
	margin-bottom:10px;
}

.sale-tagline {
	width: 1000px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-family:'Yesteryear', cursive;
	color:#601011;
	font-size:32pt;
	text-align:center;
	clear:both;
	overflow:hidden;
}

.sale-tagline2 {
	width: 1000px;
	margin-top:-40px;
	padding-top:-40px;
	font-family:'Yesteryear', cursive;
	color:#601011;
	font-size:32pt;
	text-align:center;
	float:left;
}

.pic750 {
	width:750px;
	height:auto;
	margin:10px auto;
	border: 2px solid rgba(96,16,17,1);
}
.pic750 img {width:100%; height:auto;}

.clear {clear:both;}

.catalog800 {
	width:800px;
	margin:auto;
}

.video-embed {
	width:787px;
	margin:auto;
}

.video {
	width:80px;
	padding:10px;
	background:#601011;
	color:#DA8028;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	font-size:11pt;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:10px auto 0 auto;
}
.video:hover {
	background:#1A0C0D;
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.more-video {
	width:500px;
	padding:15px;
	background:#601011;
	color:#DA8028;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	font-size:24pt;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:10px auto 0 auto;
}
.more-video:hover {
	background:#1A0C0D;
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sale-link {
	width:40%;
	float:left;
	margin:35px;
	padding:15px;
	background:#601011;
	color:#DA8028;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:16pt;
	font-weight:bold;
}
.sale-link:hover {
	background:#1A0C0D;
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sale-supplement {
	width:200px;
	float:right;
	margin:0 0 10px 25px;
	text-align:right;
	font-size:9pt;
}
.sale-supplement img {width:100%; height:auto; border:1px solid #601011; margin-bottom:3px;}

.sale-L {width:70%; float:left; text-align: center;}
.sale-R {width:25%; float:right; margin-left: 5%; text-align: center;}
.sale-R img {width:100%; height: auto; border:2px solid #601011; margin-bottom:3px;}

.ads-container {width:40%; margin:0 30%;}
.ads-container img {width:100%; height: auto; border:2px solid #601011;}

.ads {width:45%; float:left; margin:20px 2.5%;}
.ads img {width:100%; height: auto; border:2px solid #601011;}

.sale-bull {width:45%; float:left; margin:20px 2.5%; text-align: center;}
.sale-bull img {width:100%; height: auto; border:2px solid #601011; margin-bottom: 5px;}

.full-listing {width:100%; text-align:center; margin-top:-10px; clear:both; overflow:hidden;}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}
