@font-face {
	font-family: "Birch";
	src:
		url("/includes/fonts/Birch.woff") format("woff"),
		url("/includes/fonts/Birch.ttf") format("ttf");
}

@font-face {
	font-family: "Cullen";
	src:
		url("/includes/fonts/Cullen.woff") format("woff"),
		url("/includes/fonts/Cullen.ttf") format("ttf");
}

:root {
	--darkbrown: #502c23;
	--lightcream: #f5f1ed;
	--tan: #bca18c;
	--hovertan: #e1cdbd;
	--white: #fff;
	--mediumgray: #666666;
	--hoverdarkbrown: #7f584d;
	--mediumblue: #3b83bd;
	--navyblue: #1e3760;
	--brightblue: #fd8fc7;
	--rustbrown: #7f4829;
	--neutrallight: #e6e1db;
	--neutrallight2: #e6e2db;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	font-size: 10px;
	color: #555;
	background-color: #e6e2db;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
}

.header-container {
	max-width: 960px;
	height: auto;
	margin: auto;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	margin: 12px;
	color: #888;
	text-align: left;
	font-size: 15px;
	position: relative;
	width: 677px;
	display: inline-block;
}

/*h3:before {
	content: "";
	width: 677px;
	height: 3px;
	background: #888;
	top: 50%;
	position: absolute;
}*/

h3:after {
	content: "";
	margin: auto 12px auto 12px;
	width: 100%;
	height: 3px;
	background: #888;
	top: 50%;
	position: absolute;
}

img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

ul {
	margin: 0px;
}

a {
	color: #996633;
	text-decoration: none;
}

a:hover {
	color: #663300;
	text-decoration: underline;
}

.vertspace {
	margin-top: 20px;
	margin-bottom: 20px;
}

.center {
	text-align: center;
	font-size: 14px;
}

span.a {
	position: absolute;
	display: block;
	width: 100%;
	height: 164px;
	background-color: #805040;
	z-index: -1;
}

span.b {
	position: absolute;
	display: block;
	width: 100%;
	height: 47px;
	background-color: #502c23;
	z-index: -1;
}

.header-grid-container {
	display: grid;
	grid-template-columns: 25% 75%;
	gap: 0;
	padding: 0;
}

.header-grid-item1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-grid-item2 {
	display: flex;
	justify-content: center;
	align-items: bottom;
}

#header-left {
	display: block;
	position: relative;
	float: left;
	width: 259px;
	height: 164px;
	background: var(--neutrallight2);
	z-index: 1;
}

#header-left svg {
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
	margin-left: 0px;
}

.ultracruz-banner {
	display: block;
	margin: 20px 0 0 0;
	background-color: #1e3760;
}

.ultracruz-banner span {
	display: flex;
	font-size: 41.5px;
	position: relative;
	margin-left: -7px;
}

#ultracruz-banner-left {
	display: block;
	position: relative;
	float: left;
	width: 80px;
	height: 89.63px;
	background: #1e3760;
	z-index: 1;
}

#ultracruz-banner-left svg {
	margin: auto;
}

#ultracruz-banner-right {
	display: block;
	position: relative;
	float: left;
	width: 179px;
	height: 89.63px;
	background: #1e3760;
	z-index: 1;
}

.ultracruz-banner-right-info {
	font-family: arial, sans-serif;
	color: #e6e1db;
	display: flex;
	justify-content: left;
	align-items: center;
}

#ultracruz {
	position: absolute;
	line-height: 1;
	letter-spacing: -1px;
}

#ultracruz-sub {
	font-family: "__Proxima Nova_5", arial, sans-serif;
	font-size: 8.5px;
	position: absolute;
	color: #e6e1db;
	left: 5px;
	line-height: 1;
	letter-spacing: 1.7px;
	margin: -3px auto auto -7.5px;
}

#header-left .san,
#header-left .juan,
#header-left .ranch {
	font-family: "Cullen";
	font-size: 48px;
	position: absolute;
	padding: 0;
	color: #e4dbc1;
	right: 0;
	line-height: 1;
	text-transform: uppercase;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}
#header-left .san {
	top: 28px;
	right: 40px;
}
#header-left .juan {
	top: 64px;
	right: 40px;
}
#header-left .ranch {
	top: 103px;
	font-size: 30px;
	right: 40px;
}
#header-left .reg {
	position: absolute;
	top: 106px;
	right: 30px;
	font-size: 12px;
	color: #e6e2db;
}
.mobile-bars {
	display: none;
}

#header-right {
	float: left;
	height: 164px;
}

.droparrow {
	display: none;
}

#header-mobile {
	display: none;
}

#slide-menu {
	display: none;
}

.body-wrapper {
	clear: both;
	background-color: #e6e2db;
	overflow: auto;
	width: 960px;
	margin: auto;
	margin-top: 12px;
	overflow-y: hidden;
}

.overflow-hidden {
	overflow: hidden;
	background-color: #e6e2db;
}

.container {
	max-width: 960px;
	margin: auto;
}

#desktop-footer {
	background-color: #e0dad4;
	color: #999;
	line-height: 145%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px 0px 45px;
	clear: both;
	width: 100%;
	margin: 30px 0 0 0;
}

.normal-footer {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	padding-right: 45px;
}

#desktop-footer-text {
	max-width: 960px;
	margin: auto;
	padding-left: 215px;
	padding-right: 110px;
}

#desktop-footer-image {
	max-width: 960px;
	margin: auto;
	float: left;
}

.contact {
	display: block;
	position: relative;
	float: left;
	margin: 20px 0px 12px 0px;
	text-align: left;
	text-decoration: none;
	background-color: #502c23;
	color: #f5f1ed;
	padding: 16px;
}

.contact a {
	color: #e6e1db;
}

.contact .line1 {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 160%;
}

.contact .line2 {
	font-size: 12px;
	line-height: 160%;
}

.contact .line3 {
	display: inline-block;
	padding-top: 0px;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 13px;
	line-height: 160%;
}

.contact .line4 {
	position: relative;
	left: 8px;
	line-height: 160%;
}

.body-header {
	font-family: "Birch", serif;
	font-size: 22px;
	color: #ffffff;
	background-color: #492d24;
	letter-spacing: 1px;
	padding: 15px 0px 6px 35px;
	text-shadow: 3px 3px black;
}

.bread-crumbs {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

.bread-crumbs .left {
	float: left;
	width: 60%;
	text-align: left;
	padding: 10px 0px;
}

.bread-crumbs .right {
	float: left;
	width: 40%;
	text-align: right;
	padding: 10px 0px;
}

.header-image {
	margin-top: 0px;
	width: 677px;
	margin: auto;
}

.info-call {
	font-family: "Georgia", serif;
	font-size: 34px;
	text-align: center;
	color: #333;
	padding-top: 15px;
	margin-bottom: 25px;
}

.table-banner {
	color: #e6e1db;
	background-color: #502c23;
	/*background: linear-gradient(to right, #e6e1db, 5%, #502c23, 95%, #e6e1db);*/
	text-align: center;
	text-transform: capitalize;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 12px;
	font-size: 16px;
	font-family: verdana, arial, sans-serif;
	padding: 7px 0px;
	clear: both;
}

.table-banner-subtext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 0px 14px;
	margin: 0px 0px 30px 0px;
}

#video p {
	text-align: center;
}

.mobile-only {
	display: none;
}

/************************** left navi **************************/
.left-navi {
	float: left;
	width: 259px;
	max-width: 259px;
	background-color: #e6e2db;
	font-family: "Verdana", serif;
}

.left-navi .header {
	color: #9c6a3e;
	background-color: #414141;
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 2px;
	text-align: center;
	padding: 10px 0px 6px 0px;
}

.left-navi .link {
	display: block;
	color: #555 /*#4a2e25*/;
	background-color: #e6e2db;
	font-size: 14px;
	letter-spacing: 0px;
	padding: 15px 0px 15px 15px;
	border-bottom: 1px solid #aaa;
}

.left-navi .ultra-link {
	font-family: Proxima-Nova, sans-serif;
	line-height: 150%;
	display: block;
	color: #1e3760;
	background-image: linear-gradient(to right, #dbd8d3, #e6e1db);
	font-size: 14px;
	letter-spacing: 0px;
	padding: 15px 0px 15px 15px;
	margin: 5px 0;
}

.left-navi .link:hover {
	text-decoration: none;
	color: #000000;
	background-color: #f5f1ed;
}
/************************** left navi end **************************/

/************************** home page **************************/
.body-wrapper-index {
	clear: both;
	background-color: #e6e2db;
	overflow: auto;
}

.new_announcements {
	float: left;
	width: 327px;
	height: auto;
	max-width: 327px;
	padding: 12px;
	background-color: #e6e2db;
	font-size: 12px;
	line-height: 15px;
	font-family: Helvetica, sans-serif;
	color: #444;
}

.new_announcements span {
	font-size: 10pt;
	font-weight: bold;
	color: #444;
}

.new_announcements ul {
	margin-bottom: 13px;
	margin-left: -14px;
}

.new-announcements-header {
	font-size: 20px;
	font-family:
		Times New Roman,
		Serif;
	color: #444;
	padding-bottom: 18px;
	margin-top: 10px;
	margin-bottom: 12px;
	text-transform: capitalize;
	letter-spacing: 3px;
}

.contact-short-wrap {
	background-color: #482b22;
}

.contact-short {
	float: left;
	clear: left;
	display: block;
	width: 327px;
	text-align: center;
	text-decoration: none;
	background-color: #ab643a;
	color: #d5d5d5;
	padding: 0px;
}

.contact-short:hover {
	text-decoration: none;
	background-color: #7f4829;
	color: #9e9e9e;
}

.contact-short .line1 {
	font-family: "Verdana", sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
}

.contact-short .line2 {
	font-size: 12px;
}

.contact-short .line3 {
	display: inline-block;
	padding-top: 5px;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 11px;
}

.contact-short .line3 a {
	text-decoration: none;
	color: #d5d5d5;
}

.contact-short .spacer {
	padding-left: 12px;
	padding-right: 12px;
}

.hero-image {
	width: 633px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.hero-image img {
	height: auto;
	object-fit: cover;
	object-position: 0% 100%;
}

.hero-button {
	margin: 28px;
	margin-bottom: 5px;
	max-width: 577px;
	min-width: 577px;
}

.hero-image-button-info {
	background-color: #1e3760;
	color: #e6e1db;
	letter-spacing: 1.5px;
	padding: 12px 8px;
}

.button span {
	font-family: arial, sans-serif;
	display: inline-block;
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	transition: 0.5s;
	letter-spacing: 1.5px;
}

.button {
	display: inline-block;
	padding: 15px 25px;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: var(--lightcream);
	background-color: var(--navyblue);
	border: none;
	border-radius: 4px;
	transition: all 0.5s;
	letter-spacing: 1.5px;
}

.button span:after {
	content: "\00bb";
	position: absolute;
	opacity: 0;
	top: -2px;
	right: -15px;
	transition: 0.5s;
	font-size: 20px;
	letter-spacing: 1.5px;
}

.button:hover span {
	padding-right: 25px;
	font-size: 20px;
	letter-spacing: 1.5px;
}

.button:hover span:after {
	opacity: 1;
	right: 0;
	font-size: 20px;
	letter-spacing: 1.5px;
}

/************************** home page end **************************/

/*********************** Shiners Diamond Girl **********************/

.shiners-diamond-girl-grid-container {
	display: grid;
	grid-template-columns: 33.3% 33.3% 33.3%;
	padding-bottom: 10px;
}

.shiners-diamond-girl-grid-container > div {
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 1.05em;
}

.shiners-diamond-girl-grid-container a {
	color: var(--lightcream);
}

.shiners-diamond-girl-button {
	display: inline-block;
	width: 99%;
	margin: auto;
	padding: 15px 0;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: var(--lightcream);
	background-color: var(--navyblue);
	border: none;
	border-radius: 4px;
	transition: all 0.5s;
	letter-spacing: 1.5px;
}

/*********************** End Shiners Diamond Girl **********************/

/************************ Shiners Little Oak ***************************/

.shiners-little-oak-grid-container {
	display: grid;
	grid-template-columns: 33.3% 33.3%;
	padding-bottom: 10px;
	justify-content: center;
	align-items: center;
}

.shiners-little-oak-grid-container > div {
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 1.05em;
}

.shiners-little-oak-grid-container a {
	color: var(--lightcream);
}

.shiners-little-oak-button {
	display: inline-block;
	width: 99%;
	margin: auto;
	padding: 15px 0;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: var(--lightcream);
	background-color: var(--navyblue);
	border: none;
	border-radius: 4px;
	transition: all 0.5s;
	letter-spacing: 1.5px;
}

/********************* End Shiners Little Oak ***********************/

/************************** tables **************************/
.table-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	text-align: center;
}

.table-header {
	padding-left: 14px;
	margin: 20px 0px 5px 0px;
	display: block;
}

.horse-listing {
	margin: 0px 12px 20px 12px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444;
	vertical-align: middle;
	text-align: left;
	width: 677px;
}

.horse-listing td {
	padding: 5px;
}

.odd-table-row {
	background-color: #dcd7d2;
}

.even-table-row {
	background-color: #e6e1db;
}

.photo-title {
	width: 50px;
}

.breeding-title {
	width: 451px;
}

.consigned-title {
	width: 100px;
}

.name-title {
	width: 361px;
}

.sire-title {
	width: 41px;
}

.dam-title {
	width: 62px;
}

.damsire-title {
	width: 72px;
}

.table-text-left {
	width: 60px;
}

.photo-video {
	color: #996633;
	display: inline-block;
}

.photo-video:hover {
	color: #663300;
	text-decoration: underline;
	cursor: pointer;
}

.video {
	margin-top: 5px;
}

.small-text {
	font-size: 9px;
	line-height: 1.2;
}

.horse-listing .sex-column {
	padding-right: 15px;
}
/************************** tables end **************************/

/************************** cd diamond **************************/
.div_stallions {
	width: 640px;
	min-width: 640px;
	margin: 50px auto 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
}

.div_stallions a:hover {
	text-decoration: none;
}

.div_stallions .left-list {
	float: left;
	width: 45%;
	padding: 10px 5%;
	color: #333333;
	border-right: 1px solid black;
}

.div_stallions .left-list img {
	margin-left: 20px;
}

.div_stallions .left-list ul {
	list-style-image: url("/images/Bullet_NoBackground.png");
}

.div_stallions .right-list {
	float: left;
	width: 55%;
}

.div_stallions .right-list ul {
	list-style-image: url("/images/Arrow Right.png");
}

.div_stallions .padbot {
	padding-bottom: 10px;
}

.cd-diamond-hero-container {
	width: 640px;
	margin: auto;
}

.cd-diamond-border-bottom {
	border-bottom: 1px solid #888;
	margin: 15px auto 0;
	height: 116px;
}

h1.cd-diamond {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #1e3760;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
	border-top: 2px solid #d1cdc6;
	padding-top: 10px;
	letter-spacing: 1.5px;
}

.cd-diamond p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.cd-diamond img {
	width: 640px;
	margin-bottom: 15px;
}

.cd-diamond-headshot-container {
	display: block;
	position: relative;
	float: left;
	max-width: 100px;
	margin: 20px 20px 20px 0;
}

.cd-diamond-headshot img {
	width: 100%;
}

.cd-diamond-logo-container {
	display: block;
	position: relative;
	float: left;
	max-width: 481px;
	height: auto;
	margin: 10px 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 160%;
}

.cd-diamond-futurity-container {
	display: block;
	position: relative;
	height: auto;
	overflow-y: hidden;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 20px;
}

.cd-diamond-futurity-container__image {
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 70px;
	max-width: 150px;
	margin: 0 13px;
	object-fit: contain;
}

.fw-flex {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-evenly;
}

@media screen and (max-width: 640px) {
	.cd-diamond-futurity-container__image {
		height: 12vw;
		margin: 0 2vw;
	}
	.cd-diamond-futurity-container {
		display: block;
		overflow: auto;
		text-align: center;
		padding: 20px 0;
		width: 100%;
		height: auto;
		background-color: #e6e1db;
		margin: 10px auto;
	}
}

.cd-diamond-futurity-container__text {
	display: inline-block;
	padding-left: 30px;
	padding-top: 5px;
	width: 85%;
}

.performers-container {
	width: 640px;
	height: 720px;
	margin: auto;
}

.diamond-girl-left {
	display: inline-block;
	width: 47.5%;
	float: left;
	margin-top: 15px;
}

.diamond-girl-container {
	width: 611px;
	margin-left: 45px;
}

.diamond-girl-left img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 230px;
}

.diamond-girl-right {
	display: inline-block;
	width: 47.5%;
	float: right;
	margin-top: 15px;
}

.diamond-girl-right img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 230px;
}

.performers-left {
	display: inline-block;
	width: 30%;
	float: left;
	margin-top: 15px;
}

.performers-left img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 230px;
}

.performers-middle {
	display: inline-block;
	width: 30%;
	margin: 5%;
	margin-top: 15px;
	margin-bottom: 5px;
}

.performers-middle img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 200px;
}

.performers-right {
	display: inline-block;
	width: 30%;
	float: right;
	margin-top: 15px;
}

.performers-right img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 230px;
}

.performers-image-caption {
	height: 80px;
	width: 90%;
	margin: auto;
	margin-top: 7px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.performers-image-caption a {
	color: var(--mediumblue);
}

.boxes-container {
	clear: both;
	width: 611px;
	margin: 0 auto;
}

.box {
	float: left;
	width: 32%;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background-color: #d1cdc6;
	padding: 5px 0;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.column {
	float: left;
	width: 32.8%;
	padding: 10px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.see-foals-yearlings {
	display: inline-block;
	font-size: 12px;
	padding-right: 20px;
	color: #663300;
	position: relative;
}

.see-foals-yearlings:hover {
	color: #331a00;
	text-decoration: none;
	cursor: pointer;
	background-color: #93786c;
}

/* this is the right facing triangle */
.see-foals-yearlings:after {
	content: "";
	position: absolute;
	right: 5%;
	top: 32%;
	border-left: 5px solid #663300;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.see-foals-yearlings:hover:after {
	border-left: 5px solid #331a00;
}
/************************** cd diamond end **************************/

/************************* sjr diamond mist *************************/
.col-arrow {
	margin: 30px auto;
	overflow: auto;
	font-size: 14px;
}
.col-arrow ul {
	list-style-image: url("/images/Arrow Right.png");
}
.col-arrow .left-list {
	float: left;
	text-align: right;
	padding-right: 25px;
	width: 50%;
}
.col-arrow .right-list {
	float: left;
	width: 50%;
	border-left: 1px solid black;
}

.diamond-header-logo {
	display: block;
	max-width: 611px;
	margin-left: auto;
	margin-right: auto;
}

/********************* sjr diamond mist end ***********************/

/************************** quarterhorse **************************/
h1.qh {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #502c23;
	padding: 15px 0px 0px 10px;
	margin-top: 30px;
}

.qh-notowned {
	color: #996633;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	padding-top: 15px;
	clear: both;
}

.qh-block {
	width: 600px;
	display: block;
	text-align: left;
	margin: 10px auto 10px auto;
	clear: both;
}

.qh-block img {
	max-width: 100%;
}

.qh-block p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

.qh-listing a {
	color: var(--mediumblue);
}

.qh-listing a:hover {
	color: var(--mediumblue);
	text-decoration: underline;
}
/************************** quarterhorse end **************************/

/************************** photo gallery **************************/
.image-row-container {
	overflow: auto;
	text-align: center;
}

.image-container {
	width: 33.33333%;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
}

.image-subcontainer {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.image-subcontainer a:hover {
	cursor: pointer;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.image-caption {
	margin-top: 7px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #996633;
}

.image-caption a:hover {
	text-decoration: none;
}

h2.section-banner-year {
	margin: 30px auto;
	background-color: #b8a69e;
	text-align: center;
	background-color: #1e3760;
	color: #f5f1ed;
	font-size: 2em;
	letter-spacing: 0.17em;
	font-family: Futura;
	font-weight: normal;
}

.section-banner {
	margin-top: 30px;
	margin-bottom: 30px;
}

.zoom-icons {
	position: absolute;
	left: 5px;
	top: 5px;
}
/************************** photo gallery end **************************/

.errp {
	text-align: center;
	color: white;
	font-size: 16px;
	margin: 0;
	padding: 20px 0px;
}

/************************** news **************************/
.newsh1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: #333333;
	padding: 10px 0px 10px 30px;
	margin: 0px;
	clear: both;
	text-transform: uppercase;
}

.news {
	margin: 0px 2px 2px 2px;
	clear: both;
	overflow: auto;
}

.news-divider {
	width: 655px;
	padding-bottom: 15px;
}

.news-image {
	width: 230px;
	overflow: hidden;
	float: left;
	clear: left;
}

.news-image img {
	margin: 0px 20px 20px 20px;
}

.news-single-image {
	position: relative;
}

.news-image img:hover {
	cursor: pointer;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.news-image-image {
	width: 200px;
	position: relative;
}

.news-magnify {
	position: absolute;
	width: auto;
	left: 5px;
	top: 5px;
}

.news-body {
	float: left;
	clear: none;
	max-width: 462px;
	padding: 0px 20px 0px 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.news-body h2 {
	font-size: 12px;
}

.news-body .small-text {
	font-size: 10px;
	line-height: 1.4;
	margin-top: 25px;
}

/************************** news end **************************/

/************************** ranch **************************/
.ranch p {
	padding: 0px 30px 20px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 180%;
}

.ranch ul {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 180%;
}

.ranch h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	clear: both;
	font-weight: bold;
	font-size: 16px;
	color: #996633;
	padding-top: 15px;
}

.ranch h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	clear: both;
	font-weight: bold;
	font-size: 14px;
	color: #996633;
}

.ranch img {
	width: 100%;
}

sup,
sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

sub {
	top: 0.4em;
}

caption {
	font-family: Arial, sans-serif;
}

div.ranch-gallery {
	float: left;
	width: 220px;
}

div.ranch-gallery-2 {
	float: left;
	width: 460px;
}

div.ranch-gallery img {
	width: 100%;
	height: auto;
}

/************************** ranch end **************************/

/************************** menu **************************/
.menu-title-container {
	width: 960px;
	margin: 0 auto;
}

.menu-title-container a {
	color: #e6e1db;
}

.menu-title-container a:hover {
	color: #e1cdbd;
	text-decoration: none;
}

.menu-title-column {
	display: block;
	position: static;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 14px 22px;
	/*margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 22px;
	padding-inline-end: 22px;*/
}

.menu-title-row:after {
	content: "";
	display: table-cell;
	vertical-align: middle;
	height: 47px;
}

.menu-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 14px 0px 15px 5px;
	-webkit-padding-after: 15px;
	display: table-cell;
	margin: 0;
	background-color: #502c23;
	width: 140px;
	position: relative;
}

.menu-title a {
	color: white;
}

.submenu {
	position: absolute;
	display: none;
	border: 1px solid #666666;
	border-bottom: 0;
	background-color: white;
	line-height: 1.6;
	z-index: 2;
	margin-top: 15px;
}

.submenu a {
	display: block;
	width: 100%;
	padding: 12px 7px 12px 12px;
	font-size: 14px;
	color: #bca18c;
	border-bottom: 1px solid #666666;
}

.submenu a:hover {
	background-color: #f5f1ed;
	color: #7f584d;
	text-decoration: none;
}

#menu1 {
	padding-left: 22px;
	width: 150px;
}

#submenu1 {
	width: 300px;
}

#menu2 {
	width: 180px;
}

#submenu2 {
	width: 235px;
	overflow: hidden;
}

#menu3 {
	width: 200px;
}

#submenu3 {
	width: 270px;
	overflow: hidden;
}

#menu4 {
	width: 200px;
}

#submenu4 {
	width: 270px;
}

#menu5 {
	width: 220px;
}

#mobile-home,
#mobile-contact {
	display: none;
}
/************************** menu end **************************/

/************************** photo and video dialogs **************************/
.photos {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	border: 1px solid #000000;
	image-orientation: from-image;
}

.thumbnails {
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin: 10px 5px 5px 5px;
	border: 1px solid #000000;
	cursor: pointer;
	image-orientation: from-image;
}
/************************** photo and video dialogs end **************************/

/**************** performing cd diamonds page *************************/
.perf-header {
	padding: 0;
	position: relative;
	text-shadow: none;
	overflow: auto;
}
.perf-header .bottom-text {
	position: absolute;
	bottom: 0;
	overflow: auto;
	line-height: 1;
	padding: 0px 10px 12px 10px;
}
.perf-header .large,
.perf-header .small {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.perf-header .large {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 28px;
	line-height: 28px;
	font-family: Times New Roman;
}
.perf-header .small {
	font-style: italic;
	font-size: 14px;
	font-family: Times;
}
.performing {
	clear: left;
	font-size: 10px;
	font-family: Verdana, arial, Helvetica, sans-serif;
	padding: 0px 3%;
	overflow: auto;
}
.perf-banner {
	background-color: #78584d;
	width: 100%;
	color: #dedede;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 5px 20px;
	margin-top: 15px;
}
.performing .image-row-container {
	margin: 20px -3% 0px 0px;
	width: auto;
}
.performing .image-container {
	width: 30.33333%;
	margin-right: 3%;
	padding: 0px 2%;
}
.performing .name,
.performing .ref,
.performing .links {
	margin-top: 3px;
}
.performing .name {
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
}
.under640 {
	display: none;
}
.image-container .caption {
	position: absolute;
	bottom: 25px;
	left: 0px;
	padding: 0px 15px;
	color: #fff;
	font-family: Times New Roman;
	font-size: 11px;
	text-shadow: 2px 1px #000;
}
.caption .line1,
.caption .line2 {
	display: inline-block;
	width: 100%;
}

/************** end performing page ******************/

/******** sale and performance horses gallery ********/

.ranch-photo-gallery-header {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	width: 630px;
	height: 40px;
	color: var(--darkbrown);
	text-align: left;
	margin: auto;
	clear: both;
	display: flex;
	align-items: left;
	justify-content: left;
}

.slider-container {
	width: 90%;
	height: auto;
	margin: auto;
	background: var(--darkbrown);
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper {
	width: 90%;
	height: fit-content;
}

.swiper-slide img {
	width: 100%;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
	color: #fff;
}

.swiper .swiper-pagination-bullet-active {
	background: #fff;
}

/***** end sale and performance horses gallery *****/

/***** Careers page *****/

input[type="submit"] {
	border-radius: 4px;
	white-space: nowrap;
	border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	clear: both;
	text-decoration: none;
	padding: 8px 30px;
	font-size: 16px;
	color: #fff;
	background: #502c23;
	margin-bottom: 15px;
	margin-left: 20px;
}
