@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
	font-family: 'Montserrat', sans-serif;
	color:#000;
	background: #b07b57 url(images/bg.jpg) no-repeat fixed;
	background-position: 50% 10%;
	margin: 0;
	top: 0;
}
 
a {
 	color:#000;
 	text-decoration:underline;
	line-height: 1.5;
} 
 
a:hover {
 	color: #78000f; 
 	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;
}

h1 {
	font-size: 160%;
	margin:0 auto;
	font-weight:700;
	color:#78000f;
	text-align: left;
	text-transform:uppercase;
}

h2 {
	font-size: 150%;
	margin:0;
	font-weight:700;
	text-transform:uppercase;
}

h3 {font-size: 100%;
	font-weight:700;
}

h3 a {color:#000000;
}

h3 a:hover {color: #78000f;

}

.xtrasmall-text {
	font-size:50%;
	line-height: 120%;
}

.small-text {
	font-size:85%;
	line-height: 140%;
	font-weight:400;
}

.medium-text {
	font-size:120%;
	font-weight:700;
}

.medium-text a {
	font-size:120%;
	text-decoration: underline;
	color: #000;
}

.medium-text a:hover {
	color: #ffef00;
}

.large-text {
	font-size:150%;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	color: #000;
	margin-top: 8%;
}

.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:325px;
	background: url(images/woodburlap.jpg) repeat-x;
	/*overflow: hidden;*/
    float: left;
    top: 50px;
}

#header {
	max-width:1100px;
	width:96%;
	margin:auto;
	overflow:hidden;
}

#logo {
	max-width:926px;
	width:80%;
	margin: 3% auto;
	
}

#logo img {
	width:100%;
	height:auto;
}

#tagline {
	max-width:900px;
	width:40%;
	text-align:center;
	font-size: 180%;
	margin: -3% auto;
	visibility:hidden;
}

#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-color: #78000f;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4);
}

#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% 2%;
	cursor: pointer;
	font-size: 90%;
	border-right: 1px solid #fff;
}
	
#nav li:hover {
/*	background-color:#072842;*/
	-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: #fff;
	text-decoration:none;
	display:inline-block;
}

#nav a:hover {
	color:#ffe9c1;
	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:389px;
	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: repeat;
	background-image: url(images/wrap_texture.jpg);
	max-width: 980px;
	width: 100%;
	min-height: 829px;
	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;
}

#wrap .bottom{
	background-image: url(images/bottom_wrap.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 350px;
	width:100%;
	padding: 2%;
}

.welcome {
	width:50%;
	float:left;
	padding-right:3%;
	margin: 6% 5% 2%;
	color: #000;
	font-weight: 300;
}

.news-box {
	background-image:url(images/news_head.png);
	background-color: #ffe9c1;
	padding: 1%;
	width:30%;
	max-width: 350px;
	float:left;
	min-height: 67px;
	text-align: center;
	margin: 7% 0 0 0;
}

.news-box img {
	height:auto;
	margin: 0 20%;
	width:60%;

}

.news-box h2 {
	text-align: center;
	font-size: 170%;
	color: #78000f;
	font-weight: 700;
}

.news-box h3 {
	text-align: center;
	font-size: 130%;
}

.news-box h4 {
	text-align: center;
	font-size: 90%;
}

.news-box a {
	color: #000;
	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;
}

a .button {
	background-color: #78000f;	
	width: 250px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	margin: 10px auto;
	padding: 10px 0px;
	border-radius: 5px;
}

.button a{
	text-decoration: none;
}

.cattle-wrapper {
	width:96%;
	clear:both;
	overflow:hidden;
	border-bottom:2px solid #78000f;
	margin-bottom:2%;
	padding: 0 2% 2% 2%;
}

.cattle-wrapper:last-child {
	margin-bottom:0;
	border-bottom:0;
}

.cattle-c1 {
	max-width:400px;
	width:40%;
	padding:1%;
	float:left;
}

.cattle-c1 img {
	width:100%;
	height:auto;
	border: 1px solid #78000f;
}

.cattle-c2 {
	width:58%;
	float:right;
}

.name {
	width:58%;
	float:left;
}

.epdlink {
	width:58%;
	float:left;
}

.sire {
	width:58%;
	float:left;
}

.dam {
	width:58%;
	float:left;
}

.description {
	width:100%;
	float:left;
}

.video {
	width:58%;
	float:left;
}

.video-container-16by9 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container-16by9 iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.supporting-pic{
	width:26%;
	float:left;
	margin:3% 0;
	padding:1%;
}

.supporting-pic img{
	width:200px;
	height: auto;
	float:left;
	border: 1px solid #78000f;
}

.cattle-c2 h3 {
	font-size:90%;
	font-weight:700;
}

.cattle-c2 h3 a {
	text-decoration: underline;
	color: #78000f;
}

.cattle-c2 h3 a:hover {
	color: #b07b57;
}

.about-c2 {
	width:38%;
	float:right;
	margin-left: 2%;
}

.about-c1 {
	width:48%;
	float:left;
}

.c1{width: 100%; 
margin: 0 auto; 
padding: 0; 
float: left; 
text-align:center; 
height:auto;
/*border-bottom:2px solid #95fd02;*/
}

.c1 h3 {text-align:center; font-size: 150%; text-transform:uppercase; color:#78000f; }

.c2 {width: 40%;
	height:auto;  
	margin: 4%; 
	padding: 0; 
	float: left;
}


.c2 h1 {color: #95fe02;
	font-size:110%;
	font-weight:700;
	line-height:125%;
	text-transform: none;
}

.c2 h2 {color: #FFFFFF;
	font-size:80%;
	font-weight:700;
	line-height:140%;
}
	
.c2 h2 a {color: #000000; 
}
	
.c2 h2 a:hover {color: #6e2f22;}

	
#map {
	width:100%;
	height:auto;
	float:left;
	margin-bottom: 2%;
}


.c3 {width: 28%;
	height:200px;  
	margin: 1% 1%; 
	padding: 1%; 
	float: left;
}

.c3 img {width: 90%;
		height:auto;  
}

.c3 h1 {font-size: 80%; 
		color: #000000; 
}


#main {
	max-width:1100px;
	width:96%;
	margin:auto;
	padding:2% 0;
	color: #000;
	font-weight: 400;
	height:auto;
}

#footer-wrapper {
	width:100%;
	background: url(images/footer.jpg) center top repeat-x;
}

#footer {
	max-width:986px;
	width:100%;
	margin:auto;
	overflow:hidden;
	min-height:200px;
}

#footer a {
	color: #000;
	text-decoration:none;
}

#footer a:hover {
	color:#ffe9c1;
	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: 5%;
}

.footer-c1 {
	display:inline-block;
	padding:1%;
	float:left;
	font-size:85%;
	text-transform:uppercase;
	font-weight:700;
	color: #000;
	line-height: 20px;
	margin: 3% 8%;
	
}

.footer-c2 {
	display:inline-block;
	padding:2%;
	float:right;
	font-size:85%;
	text-align:left;
	color: #000;
	line-height: 18px;
	font-weight:700;
	margin: 3% 0 3% 0;
}

.footer-c1 ul {	list-style-type: none;
}




/***************contact page***************/

#contact-wrapper {
	width:100%;
	clear:both;
	overflow:hidden;
}

#address {
	width:48%;
	float:left;
	color: #000;
}


#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;
	}
	
.checkboxes-container {
	width: 60%;
	float:left;	
}	
	
.checkbox {
	width: 25px;
	float: right;	
}
	
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: #78000f;
	color: #fff;
	width: 100px;
	height: 40px;
	margin: 20px 0 0 0;
	font-size:100%;
	font-weight:700;
	cursor:pointer;
}

.submit:hover {
	background-color: #b07b57;
	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%;}
	#tagline {width: 100%;}
}

@media screen and (max-width: 800px){
.footer-logo {margin: auto;
float:none;
margin-top: 2%;
}

.footer-c1 {
width: 31%;
margin: 0 auto;
float:none;
text-align:center;
height:auto;
padding:0;
font-size: 80%;
line-height: 122%;
display:inline;}

.footer-c2 {width: 100%;
margin: 0 auto;
float: none;
text-align:center;
height:auto;
font-size: 80%;
padding: 0;}

.footer-c1 ul {padding: 0;}

.news-box {width: 30%;}

#nav {font-size: 100%;}
}

@media screen and (max-width: 750px){

}



@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-top:2%;}

#tagline {margin-top: 3%;
font-size: 150%;}

#slide-wrapper {
	min-height:170px;
}

.welcome {width: 85%;
margin: 6% auto;
padding: 6%;
}

.news-box {width: 100%;
margin:0 auto;
min-height: 600px;
float: none;
clear: both;}

.footer-logo {margin:2% auto;
width: 55%;}

.footer-logo img {float: none;
margin: 2% auto;
padding:0;}

.about-c2 {float: none;
margin: 0 auto;
width: 50%;}

	
@media screen and (max-width: 600px){
}

@media screen and (max-width: 550px){
}

@media screen and (max-width: 500px){
#contact-form {
	width: 100%;
	margin-top: 15%;
	height: auto;
}

#address {
	width: 100%;
	margin: 0;
	height: auto;
	text-align:center;
}

.about-c2 {width: 66%;
margin:0 auto;}

.small-text {font-size: 75%;}

#slide-wrapper {min-height: 120px;
}

.c3 {width: 100%;
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;
}

.footer-logo{width: 100%;
margin: 0 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%;
}

.footer-c1 ul {
	text-align:center;}
	
.about-c2 {width: 100%;}

.about-c2 img {width: 100%; margin: 0 auto;}

}

@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%;
}
}