@charset "UTF-8";

/*
Theme Name: Bootstrap Enabled WordPress Theme
Theme URI: http://pmadv.com/
Description: Fully responsive bootstrap wordpress theme
Version: 1.2
Tags: Multi-Column, Responsive, Bootstrap 4
Fonts: font-family: 'Lato', sans-serif;
font-family: "acta-display",serif;
*/

/* -------------------------------------------------------------------------- */
/* Redefined HTML                                                             */
/* -------------------------------------------------------------------------- */
body {
    overflow-x: hidden;
	height: 100%;
	margin-bottom: 850px;
font-family: 'Lato', sans-serif;
}

body.page-id-80 {
	background-color: #ed1c24;
}

html {
	min-height: 100%;
	position: relative;
	scroll-behavior: smooth;
}
p.mainLineTH strong {
    color: #ed1c24;
}
p.damLine1TH strong {
    color: #ed1c24;
}
p.damLine2TH strong {
    color: #ed1c24;
}

.bg-black {
	background-color: #000;
}

.grecaptcha-badge {
	display: none !important;
}

#home-vid-bar {
	    background-color: #f01616;
	width: 100%;
	padding: 30px;
	text-align: center;
}

#home-vid-bar a {
color: #FFF;
	font-family: "acta-display",serif;
	text-transform: uppercase;
	font-size: 30px;
}


/* -------------------------------------------------------------------------- */
/* Scrolling Ticker                                                           */
/* -------------------------------------------------------------------------- */

.scroll-left {
height: 30px; 
overflow: hidden;
position: relative;
	background-color: #111;
	color: #FFF;
	font-weight: bold;
}
.scroll-left p {
position: absolute;
width: 100%;
height: 100%;
margin: 0;
line-height: 30px;
text-align: center;
/* Starting position */
-moz-transform:translateX(100%);
-webkit-transform:translateX(100%); 
transform:translateX(100%);
/* Apply animation to this element */ 
-moz-animation: scroll-left 20s linear infinite;
-webkit-animation: scroll-left 20s linear infinite;
animation: scroll-left 20s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
0% { -moz-transform: translateX(100%); }
100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
0% { -webkit-transform: translateX(100%); }
100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
0% { 
-moz-transform: translateX(100%); /* Browser bug fix */
-webkit-transform: translateX(100%); /* Browser bug fix */
transform: translateX(100%); 
}
100% { 
-moz-transform: translateX(-100%); /* Browser bug fix */
-webkit-transform: translateX(-100%); /* Browser bug fix */
transform: translateX(-100%); 
}
}
/* -------------------------------------------------------------------------- */
/* Custom Utilities                                                           */
/* -------------------------------------------------------------------------- */

.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
h1, h2, h3, h4, h5, h6 {
        font-family: "acta-display", serif;
	font-weight: 700;
	margin-bottom: 1rem;
}
.font-sm {
    font-size: .65em
}
.font-md {
    font-size: 1.25em;
}

.align-items-center {
    display: flex;
    align-items: center;  /*Aligns vertically center */
    justify-content: center; /*Aligns horizontally center */
}





/* Temporary carousel on home page */ 
.carousel-control-next, .carousel-control-prev {
	background: transparent;
	border: none;
}
/* -------------------------------------------------------------------------- */
/* Menu                                                                       */
/* -------------------------------------------------------------------------- */

.menu-footer-links-container li a {
	text-transform: capitalize;
	color: #FFF;
}

/*.menu-footer-links-container li:not(:last-child) {
    margin-right: 0.5rem;
}
.menu-footer-links-container li  {
    display: inline-block;
}
*/
.menu-footer-links-container li a.nav-link {
    padding: 0rem;
}

#menu-footer-links li {
	
}

#header {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

#header .navbar {
	margin: 0;
}

#header .navbar-light {
	background-color: #FFF;
}

#header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
	max-width: 55px;
}

#logo-text {
font-family: 'Libre Baskerville', serif;
	font-size: 22px;
	color: #ed1c24;
	font-weight: 700;
	display: inline-block;
}


#logo-text img#logodot {
	max-width: 65px;
}

#logo-text img#logotext {
	max-width: 55px;
}



#header .navbar-light .navbar-nav .nav-link {
    color: #ed1c24;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	text-align: center;
}


/* -------------------------------------------------------------------------- */
/* Main Content                                                               */
/* -------------------------------------------------------------------------- */


#insta-feed {
/*	overflow-y: scroll;
	max-height: 620px;
	width: 100%;*/
	padding: 50px 40px 0px 40px;
}

.farm-history-img {
	width: 100%;
	height: 0px;
	padding-top: 75%;
	background-size: cover;
	background-position: center center;
}

#home-header {
border-bottom: solid 4px #ed1c24;
    overflow: hidden;
    position: relative;
    margin-top: -4px;
}

.slider-home-bg {
	background-size: cover;
	/*background-position: center center;*/
	min-height: 350px;
}

#home-header .img-fluid {
	width: 100%;
}

.btn-bg {
	background-size: cover;
	width: 100%;
	height: 0px;
	padding-top: 55.5%;
	position: relative;
}

.btn-bg h2 {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 40px;
	font-weight: 700;
	max-width: 165px;
	    line-height: 35px;
}

#social-home {
	background-color: #e1e1e1;
	border-top: solid 4px #FFF;
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#seenheard h2 {
	line-height: 35px;
	 color: #ed1c24;
	text-transform: uppercase;
		font-size: 40px;
}

#news-square {
    width: 30px;
    height: 30px;
    background-color: #ed1c24;
    display: inline-block;
    position: relative;
    bottom: -4px;
    margin-right: 10px;
}

#sceneherd  h2 {
	line-height: 35px;
	 color: #000;
	font-weigh: 300;
	font-size: 40px;
}
.soc-col {
	padding: 30px;
	background-color: #FFF;
	min-height: 680px;
	overflow-y: hidden;
}

.soc-icon-twit .fa-twitter {
    background-color: #FFF;
    color: #ed1c24;
    font-size: 70px;
}

.soc-icon-insta .fa-instagram {
    background-color: #FFF;
    color: #ed1c24;
    font-size: 70px;
}

#twit-pad {
	margin-left: 30px;
	margin-right: 30px;
}
.soc-icon-twit {
position: absolute;
	top: 50%;
	left: 0;
	margin-top: -89px;
	width: 100%;
		background-color: #FFF;
	text-align: center;
	padding: 30px;
}


.soc-icon-insta {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0px;
    width: 100%;
    background-color: #FFF;
    text-align: center;
    padding: 30px;
    z-index: 1;
}


#home-article-picture img {
	max-width: 100%;
	height: auto;
}

a#readmore {
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
}

h2#news-text {
	position: relative;
	top: auto;
}

#home-news-pad {
	position: relative;
	top: 18%;
}



#history {
	margin-top: 100px;
	position: relative;
}

#history .carousel-control-prev {
    bottom: auto;
	top: 10px;
	width:46px;
	z-index: 20;
	opacity: 1;
	left: -60px;
}
#history .carousel-control-next {
    bottom: auto;
	top: 10px;
	width: 46px;
	z-index: 20;
	opacity: 1;
	right: -60px;
}
#history .carousel-item {
	background-color: #ebebeb;
}

#history-nav .nav-link {
	color: #333;
	 font-family: 'Libre Baskerville', serif;
	font-weight: 800;
}

#history-nav li.active .nav-link {
	color: #ed1c24;
}

#history-nav li.active .history-icon {
	background-color: #ed1c24;
	border: 0;
}

#history-nav li .history-icon {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0 auto;
	background-color: #FFF;
	border: solid 1px #333;
	margin-bottom: 10px;
}

#history-nav.carousel-indicators li {
    width: auto !important;
    height: auto !important;
opacity: 1;
     text-indent: 0 !important;
	background-color: transparent;
}

#history-nav.carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
	margin-left: 0;
	margin-right: 0;
}

#history-line {
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(101,101,101,1) 50%, rgba(255,255,255,1) 100%);
	width: 100%;
	height: 2px;
	position: absolute;
	top: 24px;
	left: 0;
	z-index: -1;
}


#page-header-bg {
	min-height: 300px;
	background-size: cover;
	width: 100%;
	border-bottom: solid 4px #ed1c24;
	margin-top: -32px;
	position: relative;
	background-position: center center;
}

#page-header-bg-single {
    background-size: cover;
    width: 100%;
    position: relative;
    border-bottom: solid 4px #ed1c24;
    margin-top: -32px;
    height: 0px;
    padding-top: 56%;
    background-position: center center;
}

#page-header-bg-single .page-title-single {
	position: absolute;
	bottom: 50px;
	left: 150px;
	font-size: 80px;
	max-width: 380px;
	font-weight: 700;
	line-height: 65px;
}

#page-header-bg .page-title {
    position: absolute;
    bottom: 0px;
    left: 20px;
    font-size: 30px;
    max-width: 100%;
    font-weight: 700;
    line-height: 65px;
}
.page-template-default .nav-pills .nav-link {
    border-radius: 0px;
}

#redbar {
    width: 100%;
    height: 150px;
    background-color: #ed1c24;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.article-picture {
	float: none;
	max-width: 600px;
}

.article-picture img {
	max-width: 100%;
	height: auto;
}

#fambox {
	background-color: #ed1c24;
	border-top: solid 80px #ebebeb;
	border-bottom: solid 80px #ebebeb;
	width: 100%;
	position: relative;
	min-height: 550px;
	margin-bottom: 150px;
}

#fambox .container {
	margin-top: -150px;
	margin-bottom: -150px;
}

#fambox img {
	width: 100%;
}

#fambox-inner {
	background-color: #FFF;
	border: solid 2px #ed1c24;
	padding: 50px;
}

.service-photo img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

#service-content {
    padding: 0 60px 0px 60px;
}

.team-photo {
	height: 0;
	padding-top: 85.5%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.team-info {
	position: absolute;
	bottom: 20px;
	left: 20px;
	text-align: left;
	width: 100%;
}
.team-info h3 span {
	font-weight: 100;
    font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 1.5rem;
}

.team-phone {
	font-size: 20px;
}

.team-email {
	font-size: 20px;
}

.team-email a {
	color: #FFF;
}

.team-bio {
	font-size: 16px;
	line-height: 28px;
}

.team-photo-sm {
	height: 0;
	padding-top: 113%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.team-info-sm {
    width: 100%;
    position: absolute;
    bottom: 20px;
    padding: 0px 20px 0px 20px;
}

.summary-sm {
	padding: 20px;
}

.team-info-sm h4 {
	font-size: 16px;
}

.team-email-sm a {
	color: #FFF;
}

#team-sm-div {
	position: relative;
	width: 100%;
	height: auto;
}

#graybar {
	background-color: #ebebeb;
	width: 100%;
	position: absolute;
	top: 15%;
	height: 200px;
	z-index: -1;
}

/**Footer**/

#mob-foot-logo {
	display: block;
	width: 100%;
}

#mob-foot-logo img {
	width: 100%;
	height: auto;
}

#footer-logo {
	display: none;
}

#footer {
	border-top: solid 2px #333333;
	min-height: 193px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	z-index: 3;
}

#footer h3 {
font-size: 1.25rem;
}

#footer .row {
	margin-left: 0px;
	margin-right: 0px;
}

#footer-left ul {
	margin-left: 12px;
}

.footer-bottom {
	font-size: 11px;
	padding: 10px;
}


.horsetitle a {
	color: #FFF;
}

#stallion-container .container-fluid {
	max-width: 750px;
}

.horsetitle {
    padding-top: 0%;
}

.horsetitle h3 {
	font-size: 45px;
}

/* -------------------------------------------------------------------------- */
/* Horse Profile                                                              */
/* -------------------------------------------------------------------------- */

#horse-header-bg {
	min-height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	border-bottom: solid 4px #ed1c24;
	position: relative;
}

#horse-header-bg-update {
	min-height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	/*border-bottom: solid 4px #ed1c24;*/
	position: relative;
}

.horse-photo {
    background-size: cover;
    height: 287px;
    /* padding-top: 67%; */
    width: 100%;
	display: inline-block;
}




#header-row {
    margin-top: 65px;
    margin-left: 0px;
    background-color: #ec2226;
}

#horseinfo {
    position: absolute;
    bottom: 0px;
    width: 580px;
    background-color: rgba(0,0,0,.6);
    padding: 30px 50px 30px 140px;
    max-width: 100%;
	display: none;
}

#horseinfo-mobile {
	display: block;
	padding: 30px;
}
#horseinfo-update {
    display: inline-block;
    padding: 30px 30px 30px 30px;
    max-width: 1000px;
}

#race-record-update h2 {
	display: inline-block;
	background-color: #231f20;
	position: relative;
	margin-top: 0px;
	left: -15px;
	padding: 5px 40px 8px 10px;
}

#race-record-update  .table td, .table th {
    border-top: none;
}

#race-record-update .table thead th {
    border-bottom: none;
	padding: 0.25rem;
	font-weight: normal;
	font-size: 18px;
}

#race-record-update tr:last-of-type.record_row {
    color: #FFF;
}

#race-record-update  .table td, .table th {
    padding: 0.25rem;
}

#pedigree-section-update {
    max-width: 100%;
    margin-left: 0px;
}

#pedigree-section-update h2 {
	    display: inline-block;
    background-color: #231f20;
    position: relative;
    margin-top: 0px;
    left: -15px;
	padding: 5px 40px 8px 10px;
}

#quote-section-update {
    max-width: 100%;
    margin-left: 0px;
    background-color: #ec2226;
    margin-bottom: 100px;
    padding-bottom: 15px;
}

#quote-section-update h2 {
	    display: inline-block;
    background-color: #231f20;
    position: relative;
    margin-top: 0px;
    left: -15px;
	padding: 5px 40px 8px 10px;
}

#pedigree-section-update h4 {
		color: #ec2226;
}


#best-progeny-update {
    max-width: 100%;
    margin-left: 0px;
    margin-bottom: 100px;
    padding-bottom: 15px;
}

#best-progeny-update h2 {
	    display: inline-block;
    background-color: #231f20;
    position: relative;
    margin-top: 0px;
    left: -15px;
	padding: 5px 40px 8px 10px;
}

#best-progeny-update h4 {
	color: #ec2226;
	font-weight: bold;
}



#race-record-update {
    background-color: #ec2226;
    margin-top: 50px;
    max-width: 900px;
    margin-left: 0px;
}

#horseinfo-update h1 {
	font-size: 45px;
}

#horseinfo-update span#fee {
	color: #000;
}

#horseinfo-update #stalliondescription {
	    font-weight: bold;
    font-size: 18px;
}

 #stallion-info-outer {
	margin-left: 0px;
}

#goldmine {
	max-width: 150px;
	/*float: right;*/
	margin-top: 10px;
}

#stallion-info-outer {
	margin-left: 0px;
}

#float-menu {
	position: absolute;
	left: 0px;
	top: 100px;
	min-height: 90.8%;
	background-color: #333;
	min-width: 100px;
	text-align: center;
	z-index: 4;
}

#float-menu {
	display: none;
}

#float-menu li {
	font-size: 14px;
}

#float-menu .nav-link {
	padding-right: 0px;
	padding-left: 0px;
}

#float-menu.scrollnav {
    position: fixed;
    min-height: 100%;
    top: 0px;
}

#float-menu a.nav-link.active {
	background-color: #ed1c24;
	color: #FFF;
}

#float-menu a.nav-link {
padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}






#float-menu-update {
	position: absolute;
	left: 0px;
	/*top: 100px;*/
	background-color: #ed1c24;
	min-width: 100px;
	text-align: left;
	z-index: 4;
	    height: 287px;
}

#float-menu-update {
	display: none;
}

#float-menu-update li {
	font-size: 14px;
}

#float-menu-update .nav-link {
	padding-right: 0px;
	padding-left: 0px;
}

#float-menu-update.scrollnav {
    position: fixed;
    top: 0px;
}

#float-menu-update a.nav-link.active {
	background-color: #231f20;
	color: #FFF;
}

#float-menu-update a.nav-link {
padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	padding-left: 15px;
	font-weight: bold;
}




#race-record {
	max-height: 400px;
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
	transition: all 1s ease;
	padding-bottom: 116px;
	width: 100%;
}
#race-record span {
    padding-bottom: 1px;
    display: inline-block;
    font-weight: 600;
    width: 48px;
}

#race-record.open {
	max-height: 1200px;
	overflow: visible;
	transition: all 1s ease;
}

tr:last-of-type.record_row {
font-weight: bold;
}

#whitefade {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 116px;
	background-size: cover;
	z-index: 1;
}

#whitefade .fa-caret-down {
	color: #898989;
	font-size: 60px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
	cursor: pointer;
}

#whitefade img {
	width: 100%;
	height: auto;
}

#confo-quote-img img {
	width: 100%;
	height: auto;
}
#quote-content p {
	margin-bottom: 0;
	padding: 10px 50px 10px 0px;
	font-size: 22px;
}

#quote-r {
display: inline-block;
}

#quote-author {
	display: inline-block;
}

#pedigree-section {
	background-color: #ebebeb;

}

.pedigree-table {
	width: 100%;
}

td.horse-main h3 {
	background-color: #ebebeb;
    display: inline-block;
    position: relative;
    top: -20px;
    padding-right: 10px;
    left: -1px;
}

.pull-down {
    position: relative;
    bottom: -20px;
    background-color: #ebebeb;
    padding: 10px;
    display: inline-block;
	left: -20px;
}

.pull-up {
	position: relative;
    top: -25px;
    background-color: #ebebeb;
    padding: 10px;
    display: inline-block;
	left: -20px;
}

.br-m {
	    display: block;
    background-color: #ebebeb;
    position: relative;
    margin-top: -20px;
    max-width: 165px;
    bottom: -10px;
}


table.pedigree-table td {
    border-top: 2px solid #333;
	font-size: 18px;
}

#ped_btn h4 {
	font-family: 'Lato', sans-serif;
}

.horse-main p {
    position: relative;
    top: -22px;
    font-weight: bold;
    font-size: 14px;
	margin-bottom: -30px;
}

#progeny-bg {
	background-size: cover;
	width: 100%;
	height: 0;
	padding-top: 55%;
	background-position: center center;
	border-bottom: solid 150px #ed1c24;
}

#best_progeny {
    margin-top: -380px;
}

#progeny-inside {
	background-color: #FFF;
	border: solid 4px #ed1c24;
	padding: 20px 50px 116px 50px;
	position: relative;
	max-height: 600px;
    overflow: hidden;
    margin-bottom: 100px;
    transition: all 1s ease;
}

#progeny-inside.open {
	max-height: 5000px;
	overflow: visible;
	transition: all 1s ease;
}

#whitefade-prog {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 116px;
	background-size: contain;
	z-index: 1;
}

#whitefade-prog .fa-caret-down {
	color: #898989;
	font-size: 60px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	cursor: pointer;
}

#whitefade-prog img {
	width: 100%;
	height: auto;
}

#lifetime-sales-section .table thead th {
    border: 0px;
}

#stallion-gal img {
	max-height: 320px;
	width: auto;
	height: auto;
	margin-bottom: 3px;
	max-width: 100%;
}

#stallion-gal {
	text-align: center;
}
#video-section {
	background-color: #ebebeb;
}

#video-section #arrow-left {
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: -5%;
    margin-top: -40px;
}

#video-section #arrow-right {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -5%;
    margin-top: -40px;
}

#record-txt {
	text-align: center;
	margin-top: 20px;
}

.horse-grid-bg {
	background-position: center center;
	height: 0;
	padding-top: 80%;
	width: 100%;
	background-size: cover;
}

.clickexpand {
    display: inline-block;
    float: right;
    margin-top: -28px;
}

#sales-page h3.card-title small {
	color: #333;
	font-family: 'Lato', sans-serif;
}

.horsehosting-table img {
    max-width: 100px;
    padding: 5px;
}

.horsehosting-table .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    background-color: #ed1c24;
    color: #FFF;
    padding: 10px;
}

.gal-thumb-bg {
	background-size: cover;
	width: 100%;
	height: 0;
	padding-top: 80%;
	background-position: center center;
}

#contact-page .alert-warning {
display: none;
}

#contact-page .btn-primary {
width: 100%;
}

#contact-page .form-control {
    background-color: #ebebeb;
}

#contact-page h5 {
	margin-top: 30px;
}

#contact-page h2 {
	margin-top: 40px;
	margin-bottom: 10px;
}

#contact-page h5 {
	font-family: 'Lato', sans-serif;
}

#contact-staff {
	background-color: #ebebeb;
	padding: 40px 0px 40px 0px;
}

#red-float {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: 20;
	padding: 3px;
	background-color: #ed1c24;
}

#red-float img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#top-logo {

	display: none;
}

#footer-logo {
    margin-left: 15px;
    margin-top: 0px;
    text-align: center;
}

#footer-logo img {
 
}

#footer-contact-mid {
	text-align: center;
	margin-top: 20px;
}

#footer-left {
	/*padding-top: 20px;*/
}
	#nav-col {
		display: none;
	}	

			#map-col {
		display: block;
	}
/* -------------------------------------------------------------------------- */
/* Extra small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up)*/
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	#horseinfo-update {
    display: inline-block;
    padding: 0px 0px 0px 30px;
    max-width: 1000px;
}

	.horse-photo {
    background-size: cover;
    height: 287px;
    /* padding-top: 67%; */
    width: 430px;
	display: inline-block;
}
	#horseinfo-update h1 {
	font-size: 80px;
}
	.horsetitle {
	padding-top: 20%;
}
	#video-section #arrow-left {
    cursor: pointer;
    position: absolute;
    left: -80px;
    top: 50%;
    margin-top: -40px;
}
	#video-section #arrow-right {
    cursor: pointer;
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -40px;
}
	#best-progeny-update {
    max-width: 900px;
    margin-left: 100px;
    margin-bottom: 100px;
    padding-bottom: 15px;
}
	
	#quote-section-update {
    max-width: 900px;
    margin-left: 100px;
    background-color: #ec2226;
    margin-bottom: 100px;
    padding-bottom: 15px;
}
	#pedigree-section-update {
    max-width: 960px;
    margin-left: 100px;
}
	#race-record-update {
background-color: #ec2226;
margin-top: 50px;
	max-width: 900px;
	margin-left: 100px;
}
	#header-row {
    margin-top: 100px;
    margin-left: 100px;
		    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
	
				#map-col {
		display: none;
	}
	#mob-foot-logo {
	display: none;
}
	#footer-logo {
	display: block;
}
	#logo-text img#logotext {
	max-width: 100%;
}

#logo-text img#logodot {
	max-width: 100%;
}
				#footer-right {
	padding-top: 0px;
	padding-bottom: 0px;
	    padding-right: 0rem;
	    margin-right: 2.5rem;
}

#footer-left {
	/*padding-top: 25px;
	padding-bottom: 15px;*/
	padding-left: 0rem;
	margin-left: 2.5rem;
}
	#footer-contact-mid {
	text-align: left;
			margin-top: 0px;
}
	
	#top-logo {
    float: right;
    margin-top: 0px;
    background-color: #f01616;
    /* min-height: 100%; */
    /* width: 200px; */
    /* padding-top: 24%; */
    padding: 34px;
		display: block;
}
	
#top-logo img {
    max-width: 100px;
}
	
	#footer-logo {
    text-align: left;
    max-width: 141px;
		margin-top: 8px;
}
	#fambox img {
	width: 500px;
		height: auto;
}
	#red-float {
	display: inline-block;
}
	#page-header-bg .page-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 50px;
    max-width: 100%;
    font-weight: 700;
    line-height: 65px;
}
	#page-header-bg {
	min-height: 100vh;
}
	
	#red-float {
	bottom: 150px;

}
	#twit-pad {
	margin-left: 30px;
	margin-right: 0px;
}
h2#news-text {
	position: relative;
	top: auto;
}

	.slider-home-bg {
	min-height: 100vh;
}
	#race-record {
	margin-bottom: 100px;
}
	
	#whitefade {
	background-size: contain;
}
	
	#horse-header-bg {
	min-height: 100vh;
}
	
#horse-header-bg-update {
	min-height: 290px;
}
	
#horseinfo-mobile {
	display: none;
}
	
	#horseinfo {
	display: block;
}
	
	#page-header-bg .page-title {
	position: absolute;
	bottom: 150px;
	left: 150px;
	font-size: 80px;
	max-width: 470px;
	font-weight: 700;
	line-height: 65px;
}

	#page-header-bg-single {
    padding-top: 35%;
}
	#footer .row {
	margin-left: -15px;
	margin-right: -15px;
}
	#footer h3 {
font-size: 1rem;
}
	.soc-icon-insta {
position: absolute;
	top: 50%;
	right: 0;
	margin-top: -89px;
	width: 100%;
	background-color: #FFF;
	text-align: center;
	padding: 30px;
}
	#logo-text {
	    margin-left: 0px;
}
  body {
    margin-bottom: 450px;
}
	#header .navbar-brand {
	max-width: 100%;
}
	#header .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.article-picture {
	float: right;
	max-width: 600px;
}
  body {
    margin-bottom: 450px;
}
	#float-menu {
	display: block;
}
	
		#float-menu-update {
	display: block;
}
	#stallion-info-outer {
	margin-left: 100px;
}
	
	

}

/**iPad media query**/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	.slider-home-bg {
    min-height: 500px;
}
	#footer-left {
   /* padding-top: 25px;
    padding-bottom: 15px;*/
    padding-left: 0px;
    margin-left: 10px;
}
	#footer-right {
    padding-top: 25px;
    padding-bottom: 15px;
    padding-right: 0px;
    margin-right: 20px;
}
	#top-logo {
    margin-bottom: 15px;
}
	
	#footer-logo {
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 25px;
}
	#footer h3 {
font-size: 1.25rem;
}
   #fambox img {
    width: 100%;
    height: auto;
} 
	#page-header-bg .page-title {
    left: 20px;
}
	#logo-text {
    font-size: 17px;
}

	#header .navbar-brand {
    max-width: 50px;
}
	
	#footer .row {
    margin-left: 0px;
    margin-right: 0px;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
 body {
    margin-bottom: 450px;
}

			#footer-right {
	padding-top:0px;
	padding-bottom: 0px;
	    padding-right: 0rem;
	    margin-right: 4.5rem;
}

#footer-left {
/*	padding-top: 25px;
	padding-bottom: 15px;*/
	padding-left: 0rem;
	margin-left: 4.5rem;
}
	#footer h3 {
    font-size: 1.25rem;
}
		#nav-col {
		display: block;
	}
	

}

@media (min-width: 1400px) {
#header .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
}
			#footer-right {
	padding-bottom: 0px;
	    padding-right: 6.5rem;
	    margin-right: 6.5rem;
				padding-top: 0px;
}

#footer-left {
	/*padding-bottom: 15px;*/
	padding-left: 3.5rem;
	margin-left: 6.5rem;
}
		#nav-col {
		display: block;
	}
				#map-col {
		display: block;
	}
}
@media (min-width: 1700px) {
	
	#header .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
}
   body {
    margin-bottom: 300px;
}  
	
 #stallion-info-outer {
	margin-left: 0px;
}
		#page-header-bg-single {
    padding-top: 25%;
}
	
	#float-menu a.nav-link {
padding-top: 15px;
	padding-bottom: 15px;
}
		#float-menu-update a.nav-link {
padding-top: 10px;
	padding-bottom: 10px;
}
#footer-right {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 6.5rem;
    margin-right: 6.5rem;
}

#footer-left {
	/*padding-top: 25px;
	padding-bottom: 15px;*/
	padding-left: 3.5rem;
	margin-left: 6.5rem;
}
	
	h2#news-text {
	position: relative;
	top: 35%;
}
	
	#nav-col {
		display: block;
	}
				#map-col {
		display: block;
	}
}