@charset "utf-8";
/* CSS Document */

body{
	/*background: url(images/home/bg.jpg) top left no-repeat;*/
	font-family: 'Lato', sans-serif;	
	margin: 0;
	padding: 0;
	font-size: 14px;
	}
	
html { 
    background: url(images/home/bg.jpg) no-repeat center center fixed #000; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a, a:hover{
	text-decoration: none;
	color: inherit;
	border: none;	
	}

img{border: 0;}

h1{
	font-family: 'Sancreek', cursive;
	color: #8c775c;	
	font-size: 45px;
	line-height:0;
	}

h2{
	color: #f1a02b;	
	font-size: 25px;
	font-weight: 900;
	}

h3{
	color: #f1a02b;	
	font-size: 18px;
	font-weight: 900;
	}
		

.orange{color: #f1a02b;	}


.clear{width: 100%; height: 0; clear: both;}
.clear-tall{width: 100%; height: 50px; clear: both;}

.bred-heifer-lists li{
	list-style: none;
	font-size: 18px;
}
   
   
/*====================== NAV =================================*/

nav{
	font-family: 'Sancreek', cursive;
	background:url(images/home/nav.jpg) repeat-x;
	margin: auto;
	width: 100%;
	height: 80px;
	margin: 120px 0 0 0;
	padding-top: 8px;	
	font-size: 1.5em;
	color: #3e372e;
	text-align:center;
	z-index: 999;
	position: relative;
	
	-webkit-box-shadow: 0px 3px 7px rgba(108,108,108,0.4);
	-moz-box-shadow: 0px 3px 7px rgba(108,108,108,0.4);
	box-shadow: 0px 3px 7px rgba(108,108,108,0.4);
	}

.navContainer{width: 1600px; margin: auto; position: relative;}

nav ul{ width: auto; position: relative; margin: -140px 0 0 -40px; }

nav li{padding: 0 4px; list-style: none; text-decoration: none; display: inline-block;}

nav li:hover{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	
	color:#f1a02b;}
	
nav li:active{color:#f1a02b;}

.logo{position: relative; top: 58px;}

.logo img{width:265px; z-index: 9999; }

.logo:hover{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	}


/*=========================== MAIN =================================*/



#main{
	width: 1000px;
	margin: auto;
	background: #fff;
	height: auto;
	overflow: hidden;	
	padding: 25px;
	/*z-index: -100;*/
	position: relative;
	}

.c1{width: 950px; margin:25px; }

.c2{width: 450px; margin: 25px; float: left; }
.c2 img{width: 100%;}

.c3{width: 275px; margin: 25px; float: left; }
.c3 img{width: 100%; margin: 10px 0;}

.c4{width: 200px; margin: 25px; float: left; text-align:center; height: 320px; align-content:center; font-size:10px;}
.c4 img {width: 100%; margin: 10px 0; border:solid 1px #000000;}
.c42{width: 200px; margin: 25px; float: left; text-align:center; height: 250px; align-content:center; font-size:10px;}
.c42 img {width: 100%; margin: 10px 0; border:solid 1px #000000;}
.c43{width: 200px; margin: 25px; float: left; text-align:center; height: 320px; align-content:center; font-size:12px;}
.c43 img {width: 100%; margin: 10px 0; border:solid 1px #000000;}
.c5{width: 650px; margin: 25px; float: left; }

.c6{width: 600px; margin: 25px; float: left;}

.c6 img{width: 100%; height: auto;}
.c422{width: 200px; margin: 25px; float: left; text-align:center; height: 180px; align-content:center; font-size:10px;}
.c422 img {width: 100%; margin: 10px 0; border:solid 1px #000000;}


.sales-info-div a{
font-size: 18px;
}

/*=========================== NEWS ===============================*/


.news{
	text-align: center;
	-webkit-box-shadow: 0px 0px 4px 3px rgba(207,207,207,.5);
	-moz-box-shadow: 0px 0px 4px 3px rgba(207,207,207,.5);
	box-shadow: 0px 0px 4px 3px rgba(207,207,207,.5);
	}

.news img{width: 100%;}


/*========================= FOOTER ======================================*/

.footer{border-top: 10px solid #8c775c; width: 95%;}

footer{
	color: #8c775c;
	width: 1000px;
	margin: -50px auto 50px auto;
	background: #fff;
	height: auto;
	overflow: hidden;	
	padding: 25px;
	position: relative;
	}


footer ul{
	list-style: none; 
	margin:5px 0 0 -45px; 
	text-transform:uppercase; 
	font-size: 16px; 
	font-weight: 400; 
	}

footer li{display: inline-block; padding: 0 3px; }
footer li:hover{
	cursor: pointer; 
	color: #f1a02b;
	font-weight: 700;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}
	
/*footer li:active{color: #f1a02b;}*/

footer h1{
	font-family: 'Sancreek', cursive; 
	font-size: 14px; 
	text-transform: uppercase;
	}




/*================= FORMS=======================*/



form{
	width: 100%;
	padding: 10px 0 10px 10px;
	height: auto;
	font-family: 'Lato', sans-serif;
	
	-webkit-box-shadow: 0px 0px 4px 3px rgba(207,207,207,.5);
	-moz-box-shadow: 0px 0px 4px 3px rgba(207,207,207,.5);
	box-shadow: 0px 0px 4px 3px rgba(207,207,207,.5);	
	}

form h2{
	font-family: 'Sancreek', cursive; 
	color: #f1a02b;
	font-size: 30px;
}


fieldset{
	border: 0;
	padding: 5px;
	}
label{
	color:#175e86;
	font-style: bold;
	padding: 5px 0;
	float: left;
	margin-top: 10px;
	}
	
input{
	width: 225px;
	clear: both;
	margin: 5px 0;
	padding: 8px;
	background-color: #eee;
	border: 1px solid #CCC;
	}
textarea{
	width: 225px;
	clear: left;
	height: 75px;	
	padding: 8px;
}
input:focus{
	background-color: #FFE085; 
	}
	
input[type="submit"]{
	font-family: 'Sancreek', cursive; 
	font-size: 25px;
	width: 150px;
	padding: 10px 0;
	margin: 25px auto 0 auto;
	/*float: right;*/
	float: none;
	background-color: #f1a02b;
	color: #fff;
	cursor: pointer;
	border: 0;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	}
	
	
input[type="submit"]:hover{
	background: #3e372e;
	
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	}

