@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Sancreek);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

body {
	font-family: 'Oswald', sans-serif;
	color:#000;
	background: #A6A6A6 url(images/bg_img.png) no-repeat fixed;
	background-position: 0px 10%;
	margin: 0;
	top: 0;
}

a {
 	color:#000;
 	text-decoration:underline;
}

a:hover {
 	color: #C8B991;
 	text-decoration:underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
h2, h3, h4, h5, h6 {font-family: 'Sancreek', cursive;}
h1 {
	font-size: 200%;
	margin:0 auto;
	font-weight:700;
	color: #C8B991;
	text-shadow: 2px 2px #000;
	text-align: center;
	text-transform:capitalize;
	/*-moz-text-shadow: 5px 5px 5px #000000;
	-webkit-text-shadow: 5px 5px 5px #000000;
	text-shadow: 5px 5px 5px #000000;*/
}

.h1-home {
	font-size: 200%;
	margin:0 auto;
	font-weight:700;
	color: #C8B991;
	text-shadow: 2px 2px #000;
	text-align: center;
	text-transform:capitalize;
    line-height: 23px;
	/*-moz-text-shadow: 5px 5px 5px #000000;
	-webkit-text-shadow: 5px 5px 5px #000000;
	text-shadow: 5px 5px 5px #000000;*/
}


h2 {
	font-size: 150%;
	margin:0;
	font-weight:700;
	text-transform:uppercase;
}

h3 {font-size: 100%;
	font-weight:700;
}

h3 a {color:#C8B991;
}

h3 a:hover {color: #786B47;

}

.xtrasmall-text {
	font-size:50%;
	line-height: 120%;
}

.small-text {
	font-size:85%;
	line-height: 140%;
}

.medium-text {
	font-size:120%;
	font-weight:700;
}

.medium-text a {
	font-size:120%;
	text-decoration: underline;
	color: #000;
}

.medium-text a:hover {
	color: #786B47;
}

.pastsales-text {
	color: #000000;
	font-size:120%;
	text-decoration: underline;
}

.large-text {
	font-size:150%;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	color: #000;
	margin-top: 8%;
}

@media only screen and (max-width: 1000px) {
  .large-text-mobile {
		font-family: 'Oswald', sans-serif;
		text-align: center;
  }
}

.extra-large-text {
	font-size:175%;
	font-weight:700;
	text-transform:uppercase;
	color:#000;
	margin-top: 1%;
}

.aboutus-text {
	font-size:95%;
	font-weight:300;
	font-family: 'Oswald', sans-serif;
	line-height: 140%;
}

#header-wrapper {
	width:100%;
	height:298px;
	background: url(images/wood.jpg) repeat-x;
	/*overflow: hidden;*/
    float: left;
    top: 50px;
}

#header {
	max-width:1100px;
	width:96%;
	margin:auto;
	overflow:hidden;
}

#logo {
	/*max-width:926px;*/
	max-width:200px;
	width:80%;
	margin: 2% auto;
}

#logo img {
	width:113%;
	height:auto;
}

#tagline {
	max-width:900px;
	width:40%;
	float:right;
}

#tagline img {
	width:100%;
	height:auto;
}

/*#top-nav {
	max-width:664px;
	width:60%;
	overflow:hidden;
	text-align:right;
	padding-top:2%;
}

#top-nav ul {
	width:100%;
	padding:0;
	margin:0;
}

#top-nav li {
	list-style-type:none;
 	padding:0;
 	display:inline;
	margin-left:2%;
	text-transform:uppercase;
	font-weight:700;
}

#top-nav a {
	color: #fff;
	text-decoration:none;
}

#top-nav a:hover {
	color:#d5bf96;
	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;
}*/

#nav-wrapper {
	width:100%;
	background:url(images/graphics/red-bkgd.jpg);
	background-color: #b2aba1;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4);
	font-family: 'Sancreek', cursive;
}

#nav {
	max-width:1100px;
	width:96%;
	margin:auto;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	font-size: 120%;
}

#nav ul {
	width:100%;
	padding:0;
	margin:0;
}

#nav li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	padding: 1% 3%;
	cursor: pointer;
	font-size: 90%;
}

#nav li:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#nav a {
	color: #000;
	text-decoration:none;
}

#nav a:hover {
	color:#786B47;
	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;
}

#slide-wrapper {
	max-width:1120px;
	width:100%;
	margin:auto;
	min-height:300px;
	position: relative;
	top: 0px;
}

#slide-background {
	max-width:1120px;
	width:100%;
	margin:2% auto;
	position:relative;
	z-index:10;
	top:0;
	right:0;
}

#slide-background img {
	width:100%;
	height:auto;
}


#wrap {
	background-repeat: no-repeat;
	background-color: #e9e9e9;
	background-position: top;
	max-width: 986px;
	width: 100%;
	height: auto;
	padding: 0;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	-moz-box-shadow: 0px 0px 25px #000000;
	-webkit-box-shadow: 0px 0px 25px #000000;
	box-shadow: 0px 0px 25px #000000;
	position: relative;
    z-index: 1;
}


#wrap .top{
	background-image: url(images/texture-top.png);
	background-repeat: repeat;
	float: left;
	width: 100%;
	height: auto;
}
#wrap .bottom{
	background-image: url(images/texture-bottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 350px;
	width:100%;
}

.welcome {
	width:40%;
	float:left;
	padding-right:3%;
	margin: 7% 5% 2%;
	color: #000000;
	position: relative;
	top: 0px;
}

.news-box {
	padding: 1%;
	margin: 10% 8%;
	width:29%;
	max-width: 350px;
	float:left;
	height: auto;
}

.news-box img {padding: 0;
	margin: -11% -9%;
}

.news-box h2 {
	text-align: center;
	font-size: 150%;
	color: #786B47;
	font-weight: 700;
}

.news-box h3 {
	text-align: center;
	font-size: 100%;
}

.news-box a {
	color: #786B47;
	text-decoration:underline;
}

.news-box a:hover {
	color:#fff;
	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;
}

.cattle-wrapper {
	width:96%;
	clear:both;
	overflow:hidden;
	border-bottom:2px solid #786B47;
	margin-bottom:2%;
	padding: 0 2% 2% 2%;
}

.cattle-wrapper:last-child {
	margin-bottom:0;
	border-bottom:0;
}

.cattle-c1 {
	max-width:300px;
	width:30%;
	padding-right:2%;
	float:left;
}

.cattle-c1 img {
	width:100%;
	height:auto;
	border: 1px solid #000000;
}

.cattle-c2 {
	width:68%;
	float:right;
}

.cattle-c2 .supporting-pic{
	width:26%;
	float:left;
	margin: 0px 3%;
}

.cattle-c2 .supporting-pic img{
	width:100%;
	height: auto;
	float:left;
}

.cattle-c2 h3 {
	font-size:90%;
	font-weight:700;
}

.cattle-c2 h3 a {
	text-decoration: underline;
	color: #6e2f22;
}

.cattle-c2 h3 a:hover {
	color: #d5bf96
}

.button-text {
	color:#d5bf96;
}

.epd-link {
	width:280px;
	padding:10px;
	background:#786B47;
	text-align:center;
	color:#C8B991;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 85%;
	font-weight: 700;
}

.epd-link:hover {
	background:#222;
	color:#d5bf96;
	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;
}

.button a {
                display:inline-block;
                padding:15px 30px;
                font-size:16px;
                text-transform:uppercase;
                color:#fff;
                text-decoration:none;
                margin-top: 20px;
                font-style:normal;
                background-color: #786B47;
                font-weight: 500;
}

.button a:hover {
                background-color: #4F4731;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
}


.epd {width: 100%; height: 90px; float: left; margin-top: 20px;}
.row1 {width: 6.25%; text-align: center; height: 25px; margin-bottom: 5px; color: #fff; background-color: #6f2d21; float: left; font-size: 10pt; font-weight:700;}
.row2 {width: 6.25%; text-align: center; height: 25px; margin-bottom: 5px; color: #000; background-color: transparent; float: left; font-size: 10pt;font-weight:700;}
.row3 {width: 6.25%; text-align: center; height: 25px; margin-bottom: 5px; color: #000; background-color: #d4cecd; float: left; font-size: 10pt;font-weight:700;}

.about-c2 {
	width:38%;
	float:right;
	margin-left: 2%;
}

.about-c1 {
	width:48%;
	float:left;
}

.c1{width: 93%; margin: 1%; padding: 1%; float: left;}  /* --- full width ---*/

.c1 h3 {text-align:center; font-size: 80%; text-transform:uppercase; color: #C8B991; text-shadow: 2px 2px #000; }

.c2 {width: 40%;
	height:auto;
	margin: 4%;
	padding: 0;
	float: left;
}


.c2 h2 {color: #000000;
	font-size:90%;
	font-weight:300;
	font-family: 'Oswald', sans-serif;
	line-height:125%;
	text-transform: none;
}

.c2 h3 {color: #000000;
	font-size:115%;
	font-weight:300;
	font-family: 'Oswald', sans-serif;
	line-height:140%;
}

.c2 h3 a {color: #C8B991; text-shadow: 2px 2px #000;;
}

.c2 h3 a:hover {color: #6e2f22;}

.c2 h4 {color: #C8B991; text-shadow: 2px 2px #000;
	font-size:120%;
	text-transform: none;
	text-align:left;
}

#map {
	width:100%;
	height:auto;
	float:left;
	margin-bottom: 2%;
}


.c3 {width: 30%;
	height:110px;
	margin: 1% 1% 7% 0;
	padding: 0 1% 7% 0;
	float: left;
}

.c3 img {width: 90%;
		height:auto;
}

.c3 h1 {font-size: 80%;
		color: #C8B991;
		text-shadow: 2px 2px #000;
}

.pap {
	font-size:100%;
	font-weight:300;
	font-family: 'Oswald', sans-serif;
	line-height: 140%;
}


#main {
	max-width:1100px;
	width:96%;
	margin:auto;
	padding:2% 0;
}

#footer-wrapper {
	width:100%;
	background:url(images/woodfooter.jpg) center top;
}

#footer {
	max-width:986px;
	width:100%;
	margin:auto;
	overflow:hidden;
	height:170px;
}

#footer a {
	color: #C8B991;
	text-shadow: 2px 2px #000;
	text-decoration:none;
}

#footer a:hover {
	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;
}

.footer-logo {
	float:left;
	width: 40%;
	margin-top: 3%;
}

.footer-c1 {
	display:inline-block;
	padding:2%;
	float:left;
	font-size:85%;
	text-transform:uppercase;
	font-weight:700;
	color: #C8B991;
	text-shadow: 2px 2px #000;
}

.footer-c2 {
	display:inline-block;
	padding:2%;
	float:right;
	text-align:left;
	color: #C8B991;
	text-shadow: 2px 2px #000;
	line-height: 10px;
}

.footer-c2 h1{
	 	color:#C8B991;
		text-shadow: 2px 2px #000;
		font-size:80%;
}



/***************contact page***************/

#contact-wrapper {
	width:100%;
	clear:both;
	overflow:hidden;
}

#address {
	width:48%;
	float:left;
	color: #000000;
}


#contact-form {
	width:48%;
	float:right;
}

/*================ FORM ========================*/

form{
	width: 100%;

	}

fieldset{
	border: 0;
	padding: 10px 0 ;
	clear: left;
	}

textarea, input, select{
	border: 1px solid #c2c3c6;
	padding: 2%;
	width: 96%;
	}

label{
	font-weight: bold;
	}

textarea:focus, input:focus, select:focus{
	background: #c2c3c6;
	border: 1px solid #2c241c;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	outline: none;
}

#phone{display:inline-block;width: 90px;margin-right: 10px;}
.dash{display: inline-block; width: 10px; }

input[type="submit"]{
	border: 1px solid #c2c3c6;
	padding: 3px 0;
	margin-top: 5px;
	font-weight: bold;
	/*font-size: 1.3em;*/
	width: 130px;
	cursor: pointer;


	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;

	background: #f6f5f5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f5), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
	}

.submit {
	background-color: #b2aba1;
	color: #fff;
	width: 100px;
	height: 40px;
	margin: 20px 0 0 0;
	font-size:100%;
	font-weight:700;
	cursor:pointer;
}

.submit:hover {
	background-color: #786B47;
	color: #fff;
}

.clear {
	clear: both;
}

.homepics {
	width: 15%;
	height: auto;
	float: left;
	margin: 0px 2% 20px 2%;
	text-align: center;
}

.homepics img{
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}



/***************responsive***************/
/*
@media screen and (max-width: 1280px){

}

@media screen and (max-width: 980px){
	.news-box {width: 26%;}
}

@media screen and (max-width: 855px){
.footer-c1 {width: 100%;
margin: 0 auto;
float:none;
text-align:center;}

.footer-c2 {width: 100%;
margin: 0 auto;
float: none;
padding: 0;
text-align:center;}

.news-box {width: 35%;}
}

@media screen and (max-width: 830px){
.medium-text {
font-size: 110%;
font-weight: 700;
}
}


@media screen and (max-width: 750px){

}


@media screen and (max-width: 700px){

.hide {
	display:block;
}

#logo {
	max-width: 436px;
	width: 60%;
	float: left;
}
}

@media screen and (max-width: 650px){
.cattle-c1 {
	max-width: 300px;
	width: 100%;
	padding-right: 0;
	float: none;
	margin-bottom: 2%;
}

.cattle-c2 {
	width: 100%;
	float: none;
	margin-bottom: 2%;
}

#logo {width: 80%;
text-align:center;
float: none;
height:auto;
padding: 0;
margin:auto;}

#tagline {display: none;}

#slide-wrapper {
	min-height:170px;
}

.welcome {width: 85%;
margin: 0 auto;
padding: 6%;
}

.news-box {width: 100%;
margin: 2% 18%;
height: auto;}

.news-box img {width: 60%;
margin: 0 20%;}

.news-box h2 {width: 90%;
margin: 0 auto;}

.news-box h3 {width: 90%;
margin: 0 auto;}

.about-c2 {width: 60%;}

.epd {width: 100%;
}

.row1 {font-size:7pt;
	width: 6%;
	height:auto;}
.row2 {font-size:7pt;
	width: 6%;
	height:auto;}
.row3 {font-size:7pt;
	width: 6%;
	height:auto;}

@media screen and (max-width: 600px){
#main-c1 {
	width: 100%;
	float: none;
	padding-right: 0;
}

#main-c2 {
	width: 96%;
	min-height: 300px;
	float: none;
	padding: 2%;
	margin-top: 5%;
}

.large-text {
font-size: 125%;
}

.extra-large-text {
font-size: 150%;
}
}

@media screen and (max-width: 550px){
.more-button {
font-size: 90%;
}

.pic-float-right {
max-width: 300px;
/*width: 100%;*/
/*float: none;
margin: 0 auto 2% auto;
}
}

@media screen and (max-width: 500px){
#contact-form {
	width: 100%;
	margin-top: 15%;
	height: auto;
}

.cow-herd-min-height {

}

.about-c2 {width: 100%;}

.large-text {font-size: 100%;}

.c3 {width: 30%;}

 #slide-wrapper {min-height: 120px;
}

.c2 {width: 100%;
}

.news-box {margin: 2% 14%;
padding:0;}

.news-box h2 {font-size: 150%;
margin-top: 1%;}

.epd {width: 100%;
}

.row1 {font-size:7pt;
	width: 6%;
	height:auto;}
.row2 {font-size:7pt;
	width: 6%;
	height:auto;}
.row3 {font-size:7pt;
	width: 6%;
	height:auto;}

}

@media screen and (max-width: 475px){
.footer-c1 {
display: inline-block;
padding: 2%;
float: none;
font-size: 85%;
text-transform: uppercase;
font-weight: 700;
width: 100%;
text-align: center;
}

.footer-c2 {
display: inline-block;
padding: 2%;
float: none;
text-align: center;
width: 100%;
}

#logo {
max-width: 436px;
width: 100%;
float: none;
margin: auto;
}
*/*/

/*}

@media screen and (max-width: 400px){
.c2 {width: 100%;
}

}

@media screen and (max-width: 370px){
	 #slide-wrapper {min-height: 100px;
}

.news-box {width: 85%;
margin: 4% 7.5%;}

.news-box h2{width: 100%;
margin: 1% 0;
}

.news-box h3{width: 100%;
}

.footer-c1{width: 95%;
font-size: 75%;
margin-top: 2%;
}

.small-text {
	font-size:70%;
}

.row1 {display: none; }
.row2 {display: none; }
.row3 {display: none; }

}

@media screen and (max-width: 320px){


.footer-c1{width: 95%;
font-size: 70%;
margin-top: 4%;
}

.footer-c2{font-size: 80%;
}

.c1 h3{font-size: 65%;
}
}*/
