@charset "utf-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {    
    box-sizing: border-box;  
}    
*, *:before, *:after {    
    box-sizing: inherit;  
}

* {    
  box-sizing: border-box;   
  margin: 0;    
  padding: 0;  
}

body {
	overflow-x: hidden;
	line-height: 1.75;
}
html {
  position: relative;
  min-height: 100%;
}


/* Sticky footer styles
-------------------------------------------------- */

body {
	/* Margin bottom by footer height */
	margin-bottom: 100px;
	font-family: 'Raleway', sans-serif;
	line-height: 1.45;
	font-weight: 500;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */

}


.footer {
	background-image: -webkit-linear-gradient(0deg,rgba(34,35,32,1.00) 9.84%,rgba(51,51,51,1.00) 47.15%,rgba(25,26,23,1.00) 92.23%);
	background-image: -moz-linear-gradient(0deg,rgba(34,35,32,1.00) 9.84%,rgba(51,51,51,1.00) 47.15%,rgba(25,26,23,1.00) 92.23%);
	background-image: -o-linear-gradient(0deg,rgba(34,35,32,1.00) 9.84%,rgba(51,51,51,1.00) 47.15%,rgba(25,26,23,1.00) 92.23%);
	background-image: linear-gradient(90deg,rgba(34,35,32,1.00) 9.84%,rgba(51,51,51,1.00) 47.15%,rgba(25,26,23,1.00) 92.23%);
	margin-top: 25px;
	-webkit-box-shadow: 0px -9px 20px rgba(0,0,0,0.50);
	box-shadow: 0px -9px 20px rgba(0,0,0,0.50);
	min-height: 100px;
}
footer {
	position: relative;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 10px;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:2000; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(images/Rolling.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}


.nav.navbar-nav li a {
	padding: 25px 20px;
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	font-size: 1.5em;
	transition: ease .5s;
}
.nav.navbar-nav li a:hover {
	color: #ffd64b;
	background-color: #434244;
}

.navbar.navbar-inverse {
	border-radius: 0px;
	-webkit-box-shadow: 0px 8px 10px rgba(0,0,0,0.50);
	box-shadow: 0px 8px 10px rgba(0,0,0,0.50);
}

#home {
	background-image: url(images/cow-tree-bkg.jpg);
	background-size: cover;
	background-position: center -90px;
	background-repeat: no-repeat;

}

#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 80%;
	min-height: 530px;
	position: absolute;
	z-index: 1040;
	top: 44px;
	pointer-events: none;
}

.white-bkg {
	background-image: -webkit-linear-gradient(249deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	background-image: -moz-linear-gradient(249deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	background-image: -o-linear-gradient(249deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	background-image: linear-gradient(201deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	padding: 550px 10px 15px;
	/*width: 29.5%;*/
}

.white-bkg h1 {
	font-weight: 900;
	font-size: 2.5em;
	line-height: 1.35;
}

.white-bkg p {
	font-size: 1.2em;
	line-height: 2;
}

.feature h3 {
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	text-shadow: 2px 3px 5px rgba(0,0,0,1.00);
	padding-left: 0px;
	margin-left: -15px;
	margin-bottom: 0px;
}
.feature {
	padding-bottom: 20px;
	display: block;
	height: 180px;
	color: rgba(255,255,255,1.00);
}


.feature h3 span {
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.5;
	font-size: 1.08em;
	display: block;
}
.feature h4 {
	margin-left: -12px;
	margin-top: 0px;
	font-size: 20px;
}

.feature a {
	text-align: right;
	color: rgba(255,214,75,1.00);
	font-weight: 700;
	display: block;
	text-transform: lowercase;
	font-size: 1.5em;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.90);
	margin-right: 10px;
	font-style: italic;
	transition: ease .5s;
	margin-bottom: 10px;
}

.feature a:hover {
	text-decoration: none;
	color: rgba(131,130,132,1.00);
}

.footer h3 {
	color: rgba(255,214,75,1.00);
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 900;
	margin-left: -15px;
	margin-top: 15px;
	letter-spacing: 2px;
	margin-bottom: 3px;
}

.footer h3 span {
	font-weight: 500;
}
.footer h4 {
	color: rgba(255,255,255,1.00);
	letter-spacing: 3px;
	margin-left: -9px;
	margin-top: 0px;
}

.social a  {
	color: rgba(255,214,75,1.00);
	width: 50px;
	height: 50px;
	border: 2px solid rgba(255,214,75,1.00);
	border-radius: 50%;
	font-size: 2em;
	display: block;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	transition: ease .5s;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.social a:hover {
	background-color: rgba(255,255,255,0.31);
}

	.midText{
			margin-top:10rem;
			padding: 520px 10px 15px;
			text-align:center;
		}
		.h2Text{
			background-color:white;
			padding:15px;
			margin-bottom:10px;
		}
		.pText{
			background-color:rgba(255, 255, 255, .8);
			padding-left: .5em;
			padding-right: .5em;
			padding-top: 10em;
			padding-bottom: 10em;
			margin-bottom:10px;
			margin-top: 30rem;
			text-align: center;
			font-size: larger;
		}

#subfooter {
	background-color: #434244;
	margin-top: 7px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#subfooter p {
	color: #FFFFFF;
	font-weight: 500;
	margin-bottom: 0px;
}

.edje a {
	color: #FFFFFF;
	text-align: right;
}
.edje a:hover {
	text-decoration: none;
	color: #9FA2A5;
}

.edje {
	text-align: right;
}


.edje a strong {
	color: #FFD64B;
}
.edje a strong:hover {
	color: #294A34;
}
#page {
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898; 
}
.pg-header {
	background-image: url(images/pagehead.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: content-box;
	width: 100%;
	min-height: 278px;
	-webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.70);
	box-shadow: 0px 10px 20px rgba(0,0,0,0.70);
	margin-top: 54px;
	position: relative;
}
#pg-logo {
	background-image: url(images/logo_sm.png);
	background-repeat: no-repeat;
	background-position: left 14px;
	min-height: 270px;
}
.page-content {
	background-image: -webkit-linear-gradient(249deg,rgba(255,255,255,0.10) 8.81%,rgba(255,255,255,0.73) 59.06%);
	background-image: -moz-linear-gradient(249deg,rgba(255,255,255,0.10) 8.81%,rgba(255,255,255,0.73) 59.06%);
	background-image: -o-linear-gradient(249deg,rgba(255,255,255,0.10) 8.81%,rgba(255,255,255,0.73) 59.06%);
	background-image: linear-gradient(201deg,rgba(255,255,255,0.10) 8.81%,rgba(255,255,255,0.73) 59.06%);
	width: 100%;
	margin-left: -15px;
	margin-right: -15px;
	padding: 30px 15px 35px;
	margin-top: -10px;
	min-height: 300px;
	-webkit-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.30);
	box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.30);
}
.shadow {
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.60);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.60);
}
.btn-warning {
	background-image: -webkit-linear-gradient(270deg,rgba(255,197,63,1.00) 10.88%,rgba(196,143,19,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,197,63,1.00) 10.88%,rgba(196,143,19,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,197,63,1.00) 10.88%,rgba(196,143,19,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,197,63,1.00) 10.88%,rgba(196,143,19,1.00) 100%);
	border-color: rgba(255,197,63,1.00);
	color: #FFFFFF !important;
	transition: ease .5s;
	-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.60);
	box-shadow: 2px 3px 5px rgba(0,0,0,0.60);
	background-color: rgba(255,197,63,1.00);
	font-weight: normal !important;
}
.prod h3 {
	font-weight: 900;
}



.btn-warning:hover, .btn-warning:focus {
	border-color: #294A34;
	transition: ease .1s;
	background-color: rgba(41,74,52,1.00);
	background-image: none;
}
.prod {
	padding-bottom: 20px;
	min-height: 479px;
}
.required {
	color: rgba(229,25,55,1.00);
}
.for-sale {
	background-image: url(images/for-sale/bulls1_orig.jpg);
	background-position: center -51px;
}
.sheep {
	background-image: url(images/pagehead-sheep.jpg);
	background-position: center 0px;
}
.donors {
	background-image: url(images/pagehead-cows.jpg);
	background-position: center top;
}
.field {
	background-image: url(images/pagehead-field.jpg);
	background-position: center top;
}
.btn-danger {
	-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.60);
	box-shadow: 2px 3px 5px rgba(0,0,0,0.60);
	color: rgba(255,255,255,1.00) !important;
	font-weight: normal !important;
}
.page-content a  {
	color: rgba(21,22,20,1.00);
	font-weight: 900;
}
.semen ul li {
	margin-bottom: 10px;
}
.semen ul {
	margin-bottom: 30px;
}

.semen h4 {
	margin-top: 10px;
	border-bottom: 1px solid rgba(159,162,165,1.00);
	padding-bottom: 5px;
}
.text-white {
	color: rgba(255,255,255,1.00) !important;
}















@media screen and (max-width:1200px){

.feature h3 {
	font-size: 1.4em;
}
}

@media screen and (max-width:1024px){
.nav.navbar-nav li a {
	padding: 25px 12px;
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	font-size: 1.3em;
	transition: ease .5s;
}

}


@media screen and (max-width:990px){
.nav.navbar-nav li a {
	padding: 25px 12px;
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	font-size: 1em;
	transition: ease .5s;
}
.white-bkg {
	background-image: -webkit-linear-gradient(249deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	background-image: -moz-linear-gradient(249deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	background-image: -o-linear-gradient(249deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	background-image: linear-gradient(201deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	padding: 560px 10px 15px;
	/*width: 45.5%;*/
}
.feature a {
	text-align: left;
	color: rgba(255,214,75,1.00);
	font-weight: 700;
	display: block;
	text-transform: lowercase;
	font-size: 1.25em;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.90);
	margin: 10px 10px 10px -15px;
	font-style: italic;
	transition: ease .5s;
}



}

@media screen and (max-width:768px){
.feature h3 {
	font-size: 1.4em;
	margin-left: 0px;
}
.feature a {
	text-align: left;
	color: rgba(255,214,75,1.00);
	font-weight: 700;
	display: block;
	text-transform: lowercase;
	font-size: 1.25em;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.90);
	margin: 10px 10px 10px 0px;
	font-style: italic;
	transition: ease .5s;
}
.footer h3 {
	color: rgba(255,214,75,1.00);
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 900;
	margin-left: 0px;
	margin-top: 15px;
	letter-spacing: 2px;
}
.page-content {
	background-image: -webkit-linear-gradient(249deg,rgba(255,255,255,0.10) 8.81%,rgba(255,255,255,0.73) 59.06%);
	background-image: -moz-linear-gradient(249deg,rgba(255,255,255,0.10) 8.81%,rgba(255,255,255,0.73) 59.06%);
	background-image: -o-linear-gradient(249deg,rgba(255,255,255,0.10) 8.81%,rgba(255,255,255,0.73) 59.06%);
	background-image: linear-gradient(201deg,rgba(255,255,255,0.10) 8.81%,rgba(255,255,255,0.73) 59.06%);
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding: 30px 15px 20px;
	margin-top: -10px;
	min-height: 300px;
	-webkit-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.30);
	box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.30);
}
.pg-header {
	background-image: url(images/pagehead.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: content-box;
	width: 100%;
	min-height: 180px;
	-webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.70);
	box-shadow: 0px 10px 20px rgba(0,0,0,0.70);
	margin-top: 74px;
	position: relative;
}
#pg-logo {
	background-image: url(images/logo_sm.png);
	background-repeat: no-repeat;
	background-position: left -9px;
	min-height: 251px;
	background-size: auto auto;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */

}

body {
	margin-bottom: 0px;
}
.footer h3 span {
	font-weight: 500;
	display: block;
}
.footer h4 {
	color: rgba(255,255,255,1.00);
	letter-spacing: 3px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 0.9em;
}
.white-bkg {
	background-image: -webkit-linear-gradient(249deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	background-image: -moz-linear-gradient(249deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	background-image: -o-linear-gradient(249deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	background-image: linear-gradient(201deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	padding: 511px 10px 15px;
	/*width: 45.5%;*/
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 96%;
	min-height: 530px;
	position: absolute;
	z-index: 1040;
	top: 44px;
	pointer-events: none;
	background-size: 95% auto;
}
.feature h4 {
	margin-left: 0px;
	margin-top: 0px;
	font-size: 20px;
}

.prod {
	padding-bottom: 20px;
	min-height: 430px;
}







}

@media screen and (max-width:767px){
	
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 380px;
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 31px 30px;
	width: 94%;
	min-height: 530px;
	position: absolute;
	z-index: 0;
	top: 44px;
	pointer-events: none;
	background-size: 89% auto;
}
.navbar.navbar-inverse {
	border-radius: 0px;
	-webkit-box-shadow: 0px 8px 10px rgba(0,0,0,0.50);
	box-shadow: 0px 8px 10px rgba(0,0,0,0.50);
	z-index: 1070;
}
.nav.navbar-nav li a {
	padding: 16px 25px 15px;
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	font-size: 1.5em;
	transition: ease .5s;
}
.footer h3 {
	color: rgba(255,214,75,1.00);
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 900;
	margin-left: 0px;
	margin-top: 15px;
	letter-spacing: 2px;
	text-align: center;
}
.feature {
	padding-bottom: 20px;
	display: block;
	height: 170px;
}

.pg-header {
	background-image: url(images/pagehead.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: content-box;
	width: 100%;
	min-height: 140px;
	-webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.70);
	box-shadow: 0px 10px 20px rgba(0,0,0,0.70);
	margin-top: 54px;
	position: relative;
}
.footer h4 {
	color: rgba(255,255,255,1.00);
	letter-spacing: 3px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 1.5em;
	text-align: center;
}
.footer h3 span {
	font-weight: 500;
	display: inline;
}

.prod {
	padding-bottom: 20px;
	min-height: 450px;
}





}

@media screen and (max-width:590px){

.white-bkg {
	background-image: -webkit-linear-gradient(249deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	background-image: -moz-linear-gradient(249deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	background-image: -o-linear-gradient(249deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	background-image: linear-gradient(201deg,rgba(255,255,255,0.00) 22.80%,rgba(255,255,255,0.80) 59.06%);
	padding: 427px 10px 15px;
	
}

.feature {
	padding-bottom: 20px;
	display: block;
	height: 109px;
}
}

@media screen and (max-width:470px){
.white-bkg {
	background-image: -webkit-linear-gradient(254deg,rgba(255,255,255,0.00) 16.58%,rgba(255,255,255,0.83) 36.78%);
	background-image: -moz-linear-gradient(254deg,rgba(255,255,255,0.00) 16.58%,rgba(255,255,255,0.83) 36.78%);
	background-image: -o-linear-gradient(254deg,rgba(255,255,255,0.00) 16.58%,rgba(255,255,255,0.83) 36.78%);
	background-image: linear-gradient(196deg,rgba(255,255,255,0.00) 16.58%,rgba(255,255,255,0.83) 36.78%);
	padding: 347px 10px 15px;
	
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 19px;
	width: 94%;
	min-height: 325px;
	position: absolute;
	z-index: 0;
	top: 36px;
	pointer-events: none;
	background-size: 95% auto;
}
.feature {
	padding-bottom: 20px;
	display: block;
	height: 116px;
}
.prod {
	padding-bottom: 20px;
	min-height: 479px;
}




}

@media screen and (max-width:425px){
.col-xx-12 {
	width: 100%;
}
#subfooter p {
	color: #FFFFFF;
	font-weight: 500;
	margin-bottom: 8px;
	text-align: center;
}
.feature {
	padding-bottom: 20px;
	display: block;
	height: 103px;
	text-align: center;
}
.feature a {
	text-align: center;
	color: rgba(255,214,75,1.00);
	font-weight: 700;
	display: block;
	text-transform: lowercase;
	font-size: 1.25em;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.90);
	margin: 10px 10px 10px 0px;
	font-style: italic;
	transition: ease .5s;
}
.white-bkg {
	padding: 340px 10px 15px;
	
}
.white-bkg h1 br {
	display: none;
}
.white-bkg h1 {
	text-align: center;
}
.footer h3 span {
	font-weight: 500;
	display: block;
}
.footer h4 {
	color: rgba(255,255,255,1.00);
	letter-spacing: 3px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 1.25em;
	text-align: center;
}
.prod {
	padding-bottom: 20px;
	min-height: 0px;
}











}

@media screen and (max-width:375px){
.footer h3 span {
	display: block;
}
#home {
	background-image: url(images/cow-tree-bkg.jpg);
	background-size: cover;
	background-position: -766px -195px;
	background-repeat: no-repeat;

}
.white-bkg {
	padding: 290px 10px 15px;
	
}
.footer h4 {
	color: rgba(255,255,255,1.00);
	letter-spacing: 3px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 1em;
	text-align: center;
}
.feature {
	padding-bottom: 20px;
	display: block;
	height: 133px;
	text-align: center;
}
#pg-logo {
	background-image: url(images/logo_sm.png);
	background-repeat: no-repeat;
	background-position: left -4px;
	min-height: 184px;
	background-size: 80% auto;
}






}

@media screen and (max-width:320px){
.white-bkg {
	padding: 270px 10px 5px;
	
}
.feature {
	padding-bottom: 20px;
	display: block;
	height: 272px;
	text-align: center;
}
.feature h3 span {
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.05;
	font-size: 1.75em;
	display: block;
}
#pg-logo {
	background-image: url(images/logo_sm.png);
	background-repeat: no-repeat;
	background-position: left -5px;
	min-height: 160px;
	background-size: 82% auto;
}
.footer h4 {
	color: rgba(255,255,255,1.00);
	letter-spacing: 3px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 0.9em;
	text-align: center;
}





}

