/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}




/*---BODY--------------------------------*/

/*---HEROSECTION--------------------------------*/
.heroimage{
	background-image: url("../siteart/heroimage1.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.herotext{
	color: #fff;
    font-size: 98px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    line-height: 90px;
}
.herosubtext{
	color: #fff;
    font-family: Calibri, Arial, "sans-serif";
    font-size: 20px;
    padding-bottom: 40px;
	line-height: 26px;
	font-weight: 400;
	padding-top: 16px;
}
.herocontent{
	    padding: 14% 5% 8% 5%;
}
.backgroundimage{
	width: 100%;
}
.padding20{
	padding: 20px;
}
/*---ABOUTSECTION--------------------------------*/
.aboutbox{
	display: flex;
	align-items: center;
	justify-content:center;
	padding: 10% 0% 18% 0%;
}
.aboutboxleft {
    width: 35%;
    padding-left: 2%;
}
.aboutboxright {
    width: 54%;
}
.paragraphabout{
color: #66635B;
    font-family: Calibri, Arial, "sans-serif";
    font-size: 16px;
    padding-bottom: 40px;
    margin-right: 0%;
    line-height: 30px;
}
.brownbackground{
	width: 100%;
}
/*---ICON SECTION----------*/
.iconflex{
	display: flex;
	justify-content: center;
	padding-bottom: 18%;
}
.icons{
	width: 28%;
	text-align: center;
	padding-right: 20px;
}
.icontext{
color: #fff;
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
font-size: 40px;
height: 78%;
padding: 31%;
}
.auctionicon{
background: url("../siteart/auction.png");
background-repeat: no-repeat;
background-size: contain;
transition-duration: 0.8s;
	
}
.auctionicon:hover{
background: url("../siteart/auction_brown.png");
background-repeat: no-repeat;
background-size: contain;
}
.hayicon{
background: url("../siteart/hay.png");
background-repeat: no-repeat;
background-size: contain;	
transition-duration: 0.8s;

}
.hayicon:hover{
background: url("../siteart/hay_brown.png");
background-repeat: no-repeat;
background-size: contain;	
}
.cattleicon{
background: url("../siteart/cattle.png");
background-repeat: no-repeat;
background-size: contain;
transition-duration: 0.8s;

}
.cattleicon:hover{
background: url("../siteart/cattle_brown.png");
background-repeat: no-repeat;
background-size: contain;	
}




/*---CONNECT WITH US SECTION----------*/
.connectbox{
	display: flex;
	background: url("../siteart/purpleslope.png");
	background-size: cover;
	background-repeat: no-repeat;

}
.connectboxleft{
	width: 45%;
    padding: 1% 5% 5% 8%;
}

.connectboxright{
	width: 45%;
    padding: 1% 9% 9% 5%;
}
.headertext{
	color: #512d88;
    font-size: 55px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.pagesubhead{
	color: #66635B;
    font-family: Calibri, Arial, "sans-serif";
    font-size: 30px;
    text-transform: uppercase;
	line-height: 50px;
}
.paragraphcontact{
	color: #66635B;
    font-family: Calibri, Arial, "sans-serif";
    font-size: 14px;
    padding-bottom: 23px;
    margin-right: 33%;
	line-height: 25px;
}
.purplebutton{
	background: #512d88;
    padding: 15px 42px;
    color: #fff;
    font-family: Calibri, Arial, "sans-serif";
    font-size: 22px;
}
.biglogo{
	width: 65%;
}
/*--------FORM STYLES--------------------*/
.center{
	text-align: center;
}
.formparagraph{
	text-align: center;
	font-family: Calibri, Arial, "sans-serif";
	font-size: 20px;
	font-weight: 300;
	color: #512d88;	
}
.formfields{
	padding: 14px 0px 14px 8px;
    margin: 10px;
    border-color: #512d88;
    color: #512d88;
	border-radius: 0px;
	width: 188px;
	
}
.CaptchaWhatsThisPanel a{
	color: #512d88;
	font-family: Calibri, Arial, "sans-serif";
}
.CaptchaMessagePanel{
	color: #512d88;
	font-family: Calibri, Arial, "sans-serif";
}
.submitbutton{
	background: #512d88;
	color: #fff;
	border: none;
	border-radius: 0px;
	width: 80px;
	height: 39px;
}
.contactformbackground{
	background: #fff;
	padding-top: 2%;
	padding-bottom: 5%;
	
}
.contactbackground{
	background: #66635b;
	padding: 0% 5%;
}
.message{
	width: 418px;
    height: 90px;
	margin: 10px;
    border-color: #512d88;
    color: #512d88;
}
/*--------ABOUT PAGE STYLES--------------------*/
.aboutpagebox{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10% 0% 1% 0%;
}
.cattleheader{
	background-image: url("../siteart/cattle.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	text-align: center;
	padding: 0px 0px 40px;
}

.cattletext{
	padding: 3% 5%;
	text-align: center;
}
.waterbuffalobox{
	display: flex;
    margin: 151px 26px;
    border-bottom: #d3d2cf solid 4px;
    border-top: #d3d2cf solid 4px;
}
.waterbuffaloleft{
	background: url(../siteart/purplebackground.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 45%;
    margin-left: 5%;
    position: relative;
    top: -30px;
    padding-top: 3%;
}
.waterbuffaloright{
	width: 45%;
	text-align: center;
	padding: 10%;
}
.paddingbottom10{
	padding-bottom: 10%;
}
.paddingbottom4{
	padding-bottom: 4%;
}
.buffalosubhead{
	font-size: 25px;
    font-family: Calibri, Arial, "sans-serif";
    color: #fff;
    padding: 2% 5% 1% 5%;
    font-weight: 700;
}
.buffalopara{
	font-size: 16px;
    font-family: Calibri, Arial, "sans-serif";
    color: #fff;
    padding: 0% 40% 1% 11%;
    line-height: 28px
}
/*--------CONTACT STYLES--------------------*/
.contactpicture{
	width: 100%;
}
.contactpageright{
	background: #512d88;
	width: 28%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.contactpageleft{
	width: 72%;
	background: url("../siteart/diamondcmomandcalf.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.contactpagebox{
	display: flex;
    margin: 151px 65px;
    border-bottom: #d3d2cf solid 4px;
    border-top: #d3d2cf solid 4px;
}
.contactpagesubhead{
	font-family: Calibri, Arial, "sans-serif";
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: solid 1px;
    padding: 24px 5px;
}
.contactpageicons{
	width: 12%;
    padding: 38px 0px 10px 0px;
}

.contactrightbox{
	width: 100%;
}
/*--------BUTTON STYLES--------------------*/

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #66635b;
color: #512d88;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #fff;
font-weight: 700;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/*-------- FOOTER STYLES ----------------*/
footer{}
.footer{
	background-color:#512d88;
}
.footerflex{
	display: flex;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
	padding: 3% 0% 3% 2%;
}
.footer1{
	width: 21%;
    padding: 2% 4% 2% 2%;
}
.footertitle{
	   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #fff;
    font-size: 28px;
    line-height: 24px;
}
.footersubhead{
	font-family: Calibri, Arial, "sans-serif";
    color: #fff;
    font-size: 20px;
    line-height: 36px;
}
.footerpara{
	font-family: Calibri, Arial, "sans-serif";
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}
.footer2{
	width: 60%;
    text-align: center;
}
.footerlinks{
	color: #fff;
    padding: 0px 18px;
    font-family: Calibri, Arial, "sans-serif";
    font-weight: 600;
	font-size: 20px;
}
.footer3{
	width:15%;
}
.footericons{
	padding-right: 10px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-top-section .list-title .list-listings-count {
	color: #512d88!important;
}
.faceted-search-content .selected-facets-container .selected-facet{
	background-color:#512d88!important;
	
}
.view-listing-details-link{
	background-color: #66635B!important;
}
.list-content .list-container .buy-btn, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text{
	background-color: #512d88!important;
}
.list-content .price-container .price{
	color: #512d88!important;
}
.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price{
	color: #512d88!important;
}
.faceted-search-content button.faceted-search{
	background-color: #512d88!important;
}
.list-content .media-buttons .print-this, .list-content .media-buttons .email-this{
	background-color: #512d88!important;
	color: #fff!important;
}
.mobile-option-bar .mobile-option-bar-filter{
	color: #512d88!important;
}
.faceted-search-content .mobile-done-button-container .mobile-done-button{
	background-color: #512d88 !important;
}

.detail-contact-bar .contact-bar-btn{
	background-color: #512d88!important;
}
.list-top-section .list-listings-count{
	color: #512d88!important;
	
}
/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width:1580px){
	.buffalopara{
	padding: 0% 33% 1% 11%;
    line-height: 28px;
	}
}
@media only screen and (max-width:1368px){
	.buffalopara{
	padding: 0% 21% 1% 13%;
    line-height: 26px;
	}
	
}
@media only screen and (max-width: 1305px){
	.herotext{
		font-size: 72px;
		line-height: 62px;
	}
	.icontext{font-size: 40px;}
	.biglogo{
		width: 90%;
	}
}
@media only screen and (max-width: 1100px){
	.footerflex{
		flex-wrap: wrap;
	}
	.footer1{
		width:100%;
		padding: 6% 4% 2% 2%;
	}
	.footertitle{
		font-size: 42px;
		line-height: 32px;
		text-align: center;
	}
	.footersubhead{
		font-size: 20px;
    line-height: 42px;
    text-align: center;
	}
	.footerpara{
		text-align: center;
	}
	.footer2{
		width: 100%;
	}
	.footerlinks{
		padding: 0px 16px;
	}
	.footer3{
		width: 100%;
		text-align: center;
		padding-top: 25px;
	}
}
@media only screen and (max-width:1064px){
	.waterbuffaloleft{
		width: 57%;
	}
	.buffalopara{
	padding: 0% 21% 1% 13%;
    line-height: 26px;
	}
	.buffalosubhead{
	font-size: 20px;
    font-family: Calibri, Arial, "sans-serif";
    color: #fff;
    padding: 2% 5% 1% 5%;
    font-weight: 700;
	}
	.buffalopara {
    padding: 0% 21% 1% 13%;
    line-height: 23px;
	font-size: 14px;
	}
	.waterbuffaloright{
		width: 40%;
	}
	.contactpageright{
		width: 34%;
	}
}
	
@media only screen and (max-width: 1030px){
	.herotext{
		font-size: 62px;
		line-height: 52px;
	}
	.icontext{
		font-size: 30px;
	}
	
}
@media only screen and (max-width: 927px){
	.herotext{
		font-size: 51px;
    	line-height: 46px;
	}
	.herosubtext{
	font-size: 14px;
    padding-bottom: 24px;
    line-height: 16px;
    font-weight: 400;
    padding-top: 16px;
	}
	.purplebutton{
		font-size: 17px;
	}
	.aboutpagebox{
		padding: 10% 4%;
    flex-wrap: wrap;
	}
	.aboutbox {
	padding: 10% 4%;
    flex-wrap: wrap;
	}
	.aboutboxleft{
		width: 100%;
		text-align: center;
	}
	.headertext{
		padding: 20px 0px;
		font-size: 45px; 
	}	
	.aboutboxright{
		width: 100%;
		text-align: center;
	}
	.paragraphabout{
		margin-right: 0px;
		padding-bottom: 40px;
	}
	.pagesubhead{
		padding-bottom: 20px;
	}
	.icontext
	{font-size: 23px;}
	.connectbox{
		flex-wrap: wrap-reverse;
	}
	.connectboxleft{
		width: 100%;
		padding: 1% 6% 5% 0%;
    	text-align: center;
	}
	.biglogo{
		width: 57%;
	}
	.connectboxright{
		width: 100%;
		padding: 1% 9% 9% 5%;
    	text-align: center;
	}
	.paragraphcontact{
		margin-right: 0px;
	}
	.waterbuffalobox {
    display: flex;
    margin: 151px 26px;
    border-top: #d3d2cf solid 4px;
    flex-wrap: wrap-reverse;
	}
	.waterbuffaloleft {
    width: 100%;
	background: #512d88;
	margin-left: 0%;
    position: relative;
    top: 0px;
    padding-top: 3%;
    padding-bottom: 9%;
	}
	.buffalosubhead {
    font-size: 20px;
    font-family: Calibri, Arial, "sans-serif";
    color: #fff;
    padding: 5% 5% 1% 11%;
    font-weight: 700;
	}
	.buffalopara {
    padding: 1% 20% 1% 19%;
    line-height: 23px;
    font-size: 14px;
	}
	.waterbuffaloright {
    width: 100%;
    border-bottom: #d3d2cf solid 4px;
	text-align: center;
    padding: 10%;
	}
	.contactpagebox{
		flex-wrap: wrap;
		margin: 0px;
	}
	.contactpageleft{
		width: 100%;
		height: 380px;
	}
	.contactpageright{
		flex-wrap: wrap;
		width: 100%;
	}
	.contactrightbox{
		width: 100%;
	}
}
@media only screen and (max-width: 660px){
	.herocontent{
		text-align: center;
	}
	.auctionicon{
		background-image: url("../siteart/auction_square.png");
		width: 40%;
		background-size: 100%;
	}
	.auctionicon:hover{
		background-image: url("../siteart/auction_brown_square.png");
		background-size: 100%;
	}
	.hayicon{
		background-image: url("../siteart/hay_square.png");
		width: 40%;
		background-size: 100%;
	}
	.hayicon:hover{
		background-image: url("../siteart/hay_brown_square.png");
		background-size: 100%;
	}
	.cattleicon{
		background-image: url("../siteart/cattle_square.png");
		width: 40%;
		background-size: 100%;
	}
	.cattleicon:hover{
		background-image: url("../siteart/cattle_brown_square.png");
		background-size: 100%;
	}
	.iconflex{
		flex-wrap: wrap;
	}
	.icons{width: 100%; padding-right: 0px; padding-bottom: 42px;}

.icontext{
	font-size: 45px;
	padding: 5% 30%;
}
}
@media only screen and (max-width: 559px){
	.formfields{
		    width:139px;
	}
	.message{
		    width:  324px;
	}
}
@media only screen and (max-width: 485px){
	.brownbackground{
		height: 20px;
	}
	.herotext{
		font-size: 27px;
    	line-height: 23px;
	}
	.herosubtext{
	font-size: 13px;
    padding-bottom: 15px;
    line-height: 17px;
    padding-top: 16px;
	}
	.purplebutton{
		font-size: 17px;
		padding: 10px 42px;
	}
	.icontext{
		font-size: 30px;
	}
	.icons{padding-bottom: 28px;}
	
	.headertext{
		font-size: 33px;
	}
	.pagesubhead{
		font-size: 24px;
    	line-height: 30px;
	}
	.aboutboxright{
		padding-bottom: 15px;
	}
	.biglogo{
		width: 77%;
		padding-bottom: 20px;
	}
	.footerlinks{
		font-size: 14px;
	}
	.footerpara{
		font-size: 11px;
		line-height: 15px;
	}
	.footertitle{
		padding-top: 20px;
	}
	.submitbutton{
		border-radius: 0px;
	
	}
	.formfields{
		    width:312px;
	}
	.message{
		    width: 318px;
	}
}
	

@media only screen and (max-width: 397px){
	.formfields{
		  width: 220px;

		
	}
	.message{
		    width: 220px;
	}
	
	
	
}
@media only screen and (max-width: 290px){
	.formfields{
		  width: 142px;

		
	}
	.message{
		    width: 142px;
	}
	
	
	
}







