/**********************************************/
/*******        Helper Classes          *******/
/**********************************************/
/* @group region*/

/* Removes Padding of Columns Inside This Row  */
.relative {
    position: relative;
}

/* Removes Padding of Columns Inside This Row So They Touch The Edge Of Container */
.row-nopad {
    margin-right: -15px;
    margin-left: -15px;
}

.row-nopad>* {
    padding-right: 0;
    padding-left: 0;
}

.row-nopad:before,
.row-nopad:after {
    display: table;
    content: " ";
}

.row-nopad:after {
    clear: both;
}

.nopad-md {
    padding: 0;
}

@media (min-width: 992px) {
    .nopad-md {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Disables Textarea Resize that Messes with Design */
textarea {
    resize: none;
}

/* Force Block Elements To Stack Horizontally */
/* Ex: Span Around A Phrase So It drops Down */
/* As a Whole When Responding  */
.inline-block {
    display: inline-block
}

/* Prevents Flicker On Transition */
.carousel {
    position: relative;
    z-index: 1000;
}

/* Always Displays a Scrollbar even if page does not need to scroll */
html {
    font-size: 16px;
    height: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

/* @endregion*/

/**********************************************/
/*******        Fonts Classes           *******/
/**********************************************/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h2 {
    color: #097251;
    font-family: 'Sumana', serif;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(58, 73, 76, .44);
}

.heading-paragraph {
    line-height: 1.4;
}

.header-text {
    position: absolute;
    color: #f3f1e9;
    font-size: 1.5vw;
    font-weight: 600;
    width: 100%;
    text-align: center;
    top: 30px;
    z-index: 1;
}

.header-text h1 {
    text-shadow: 1px 1px 2px rgba(58, 73, 76, 1);
    color: #f3f1e9;
}

.header-tagline {
    font-style: italic;
    text-shadow: 1px 1px 2px rgba(58, 73, 76, .68);
}

h1 {
    color: #097251;
    font-family: 'Sumana', serif;
    /* font-size: 6rem; */
    font-size: 6vw;
    font-weight: 700;
    text-shadow: 1px 2px 3px rgba(58, 73, 76, .82);
}

a {
    color: #3a7764;
    -webkit-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

a:hover,
a:focus {
    color: #2d9b66;
    text-decoration: none;
}

.cta-link {
    font-size: 1.25rem;
    position: relative;
}

.cta-link::after {
    content: '\279E';
    position: absolute;
    color: #dac76a;
    font-size: 1.75rem;
    line-height: 1;
    right: -32px;
    padding-left: 10px;
    top: -1px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cta-link:hover::after {
    color: #eed971;
    right: -36px;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.gold {
    color: #ffe97d;
}

p {
    margin-bottom: 15px;
}

.lead {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
}

.smaller {
    color: #6e6e70;
    font-size: .875rem;
    margin-bottom: 5px;
}

ul,
ol {
    padding-left: 20px;
}

.sg-classic {
    color: #097251;
    font-family: 'Sumana', serif;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(58, 73, 76, .82);
}

.fancy {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/**********************************************/
/*******       Template Classes         *******/
/**********************************************/

body {
    background-color: #f7f6f2;
    color: #272f31;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    height: 100%;
    min-height: 100%;
}


main {
    padding: 50px 0;
}

.horses-detail main,
.epds main {
    padding-top: 80px;
}

footer {
    background-color: #097251;
    color: #f3f1e9;
    font-size: .875rem;
    padding: 30px 0;
    text-align: center;
}

footer a,
footer a:hover {
    color: #f3f1e9;
}

header {
    height: 100vh;
    position: relative;
}

.header {
    height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
    /* -webkit-animation: fadeOutBackground ease 8s;
    animation: fadeOutBackground ease 8s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; */
}

/* @-webkit-keyframes fadeOutBackground {
    0% {
        background-color: rgba(33, 44, 38, 100);
    }

    100% {
        background-color: rgba(33, 44, 38, 0);
    }
}

@keyframes fadeOutBackground {
    0% {
        background-color: rgba(33, 44, 38, 100);
    }

    100% {
        background-color: rgba(33, 44, 38, 0);
    }
} */

.header-logo {
    position: absolute;
    /* padding-top: 10%; */
    top: calc(50% - 40px);
    /* left: 50%; */
    left: 16%;
    max-width: 24%;
    z-index: 2;
    -webkit-transform: translate(-16%, -50%);
    -ms-transform: translate(-16%, -50%);
    transform: translate(-16%, -50%);
    /* -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); */
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
}

.header-logo img {
    width: 100%;
}

.header video,
.header .banner-img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    /* -webkit-animation: fadeInVideo ease 8s;
    animation: fadeInVideo ease 8s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; */
}

.header .video-tablet {
    display: none;
}

/* @-webkit-keyframes fadeInVideo {
    0% {
        opacity: .45;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInVideo {
    0% {
        opacity: .45;
    }

    100% {
        opacity: 1;
    }
} */

.header-bg {
    /* background: linear-gradient(342deg, rgba(43,67,71, .15) 0%, rgba(43,67,71, 0.45) 100%); */
    /* background: linear-gradient(340deg, rgba(255, 237, 165, 0) 0%, rgba(255, 237, 165, 0.26) 100%); */
    /* background: linear-gradient(340deg, rgba(58, 73, 76, 0) 0%, rgba(58, 73, 76, 0.55) 100%); */
    background: -o-linear-gradient(225deg, rgba(58, 73, 76, 0) 0%, rgba(58, 73, 76, 0.55) 100%);
    background: linear-gradient(225deg, rgba(58, 73, 76, 0) 0%, rgba(58, 73, 76, 0.55) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-bg-lite {
    background: -o-linear-gradient(225deg, rgba(80, 103, 108, 0) 0%, rgba(80, 103, 108, 0.45) 100%);
    background: linear-gradient(225deg, rgba(80, 103, 108, 0) 0%, rgba(80, 103, 108, 0.45) 100%);
}

.image-border {
    display: inline-block;
    margin: 20px 15px;
    position: relative;
    -webkit-box-shadow: 0 10px 22px 0 rgba(58, 73, 76, .54);
    box-shadow: 0 10px 22px 0 rgba(58, 73, 76, .54);
}

.shadow {
    -webkit-box-shadow: 0 4px 12px 0 rgba(58, 73, 76, .38);
    box-shadow: 0 4px 12px 0 rgba(58, 73, 76, .38);
}

.shadow-lg {
    -webkit-box-shadow: 0 10px 22px 0 rgba(58, 73, 76, .54);
    box-shadow: 0 10px 22px 0 rgba(58, 73, 76, .54);
}

.img-right {
    float: right;
    margin: 5px 0 0 10px;
    max-width: 350px;
    position: relative;
}

.img-left {
    float: left;
    margin: 5px 10px 0 0;
    max-width: 350px;
    position: relative;
}

.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active {
    opacity: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

/* Safari Fix */
@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

#carousel-purpose .carousel-caption {
    color: #272f31;
    font-size: 1rem;
    padding: 0;
    bottom: -35px;
    text-shadow: none;
}

#carousel-purpose .carousel-inner {
    overflow: visible;
}

hr {
    border-color: #d6e4df;
    margin: 50px 0;
}

.form-control {
    background-color: #fdfdfc;
    border-radius: 0;
    border-color: #e2e2e2;
    padding: 6px 4px;
    -webkit-box-shadow: 1px 2px 5px 0 rgba(58, 73, 76, .14);
    box-shadow: 1px 2px 5px 0 rgba(58, 73, 76, .14);
}

.sm-pad>.col-xs-6 {
    padding-right: 5px;
}

.sm-pad>.col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.sm-pad>.col-xs-3:last-child {
    padding-right: 15px;
}

.btn-primary {
    background-color: #097251;
    border-radius: 0;
    border: none;
    font-size: 1rem;
    padding: 10px 25px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 1px 2px 5px 0 rgba(58, 73, 76, .54);
    box-shadow: 1px 2px 5px 0 rgba(58, 73, 76, .54);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #288a5b;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(58, 73, 76, .72);
    box-shadow: 1px 1px 3px 0 rgba(58, 73, 76, .72)
}

.address {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.address::before,
.address::after {
    content: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #097251;
    border: none;
    color: #f3f1e9;
}

.video-container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.video-container>* {
    margin-bottom: 10px;
}

.nanogallery_gallerytheme_dark_my_nanogallery2 .nGY2GThumbnailImageTitle {
    font-size: 1.5rem;
    letter-spacing: 1px;
}

#about,
#forSale {
    scroll-margin-top: 60px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.19);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    width: 90%;
    max-width: 1200px;
}

.close {
    color: #000;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.modal-text {
    color: #000;
    font-size: 18px;
    padding: 5px 12px;
    text-align: center;
}

img.demo {
    opacity: 0.6;
}


/**********************************************/
/*******      Navigation Classes        *******/
/**********************************************/

.navbar {
    background: #097251;
    border: none;
    border-radius: 0;
    height: 60px;
    margin-bottom: 0;
    width: 100%;
    z-index: 1030;
}

.nav>li>a {
    color: #f3f1e9;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    font-weight: 300;
}

.nav .open>a {
    background-color: #eee;
    border-color: #ffe98d;
    color: #097251;
}

.nav>li>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    background-color: #ffe97d;
    left: 0;
    width: 75%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: transparent;
}

.nav>li>a:hover::after,
.nav>li>a:focus::after {
    opacity: 1;
}

.home .nav>li.home-active>a::after,
.history .nav>li.history-active>a::after,
.purpose .nav>li.purpose-active>a::after,
.bulls .nav>li.bulls-active>a::after,
.news .nav>li.news-active>a::after,
.sales .nav>li.sales-active>a::after,
.horses .nav>li.horses-active>a::after,
.farm .nav>li.farm-active>a::after,
.contact .nav>li.contact-active>a::after,
.beef .nav>li.beef-active>a::after {
    opacity: 1;
    width: 75%;
}

.navbar-brand {
    display: inline-block;
    padding: 5px 15px
}

.navbar-toggle {
    margin-top: 11px;
    margin-bottom: 10px;
}

.navbar-toggle .icon-bar {
    border-radius: 0;
    width: 32px;
    height: 3px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-toggle.collapsed:hover .icon-bar,
.navbar-toggle .icon-bar {
    background-color: #ffe97d;
}

.navbar-toggle.collapsed .icon-bar {
    background-color: #f3f1e9;
}

.dropdown-menu {
    background: #097251;
    font-size: 18px;

}

.dropdown-menu>li>a {
    color: #f3f1e9;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    font-weight: 300;
}

.nav-caret {
    font-size: 11px;
}

/**********************************************/
/*******        Animal Classes          *******/
/**********************************************/

.animals>div {
    margin-bottom: 40px;
}

.animals img {
    margin-bottom: 8px;
}

.horses #case {
    margin-bottom: 20px;
}

#case img {
    margin-bottom: 15px;
}

.PedAnmName {
    display: none;
}

.PedTable {
    margin-bottom: 15px;
}

.EPDAsOfDt {
    padding-top: 0;
}

.epd-btn {
    display: none;
    margin-bottom: 15px;
}

.epd-btn .btn {
    padding-left: 60px;
    position: relative;
}

.epd-btn .btn::before {
    content: '\279E';
    position: absolute;
    left: 25px;
    top: 0;
    font-size: 1.75rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.epd-btn .btn:hover::before {
    left: 21px;
}

.PedTable td,
.divEpdTbl {
    font-size: .875rem;
}

.divEpdTbl caption {
    background-color: #097251;
    border-color: #ffe97d;
    color: #f7f6f2;
}

.divEpdTbl thead {
    background-color: #f3f1ec;
}

.divEpdTbl tbody {
    background-color: #fdfbf6;
}

.divEpdTbl .table>caption+thead>tr:first-child>th,
.divEpdTbl .table>tbody>tr>td,
.divEpdTbl .table>thead>tr>th,
.divEpdTbl td,
.divEpdTbl th {
    border-color: #d6e4df;
}

.video-thumb {
    margin-bottom: 8px;
}

.epd-desc {
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.epd-desc p:last-of-type {
    margin-bottom: 0;
}

.PedCalvedRow {
    padding-bottom: 0;
}

/**********************************************/
/********        Form Classes          ********/
/**********************************************/

label {
    font-weight: 400;
}

legend {
    border: none;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.btn-form:disabled {
    opacity: .65;
    cursor: not-allowed;
    pointer-events: all;
}

.btn-form[disabled],
.btn-form[disabled]:hover,
.btn-form[disabled]:focus,
.btn-form[disabled]:active {
    background-color: #097251;
    outline: none;
    -webkit-box-shadow: 1px 2px 5px 0 rgba(58, 73, 76, .54);
    box-shadow: 1px 2px 5px 0 rgba(58, 73, 76, .54);
}

.btn-form {
    -webkit-transition: outline .25s ease-in-out;
    -o-transition: outline .25s ease-in-out;
    transition: outline .25s ease-in-out;
}

.btn-form:focus,
.btn-form:active:focus {
    outline-offset: 2px;
    outline: 2px solid #f3a36a;
}

.form-control:focus {
    border-color: #86b7fe;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 0 2px #86b7fe;
    box-shadow: 0 0 0 2px #86b7fe;
}

.breederFormError,
.form-control.breederFormError {
    border-color: #d64947;
}

.breederFormError:focus,
.form-control.breederFormError:focus {
    -webkit-box-shadow: 0 0 0 2px #d64947;
    box-shadow: 0 0 0 2px #d64947;
}

.breederFormErrorMesssage {
    display: none;
    position: relative;
    color: #d64947;
    font-size: 12px;
    font-style: italic;
    white-space: nowrap;
}

.breederFormError~.breederFormErrorMesssage {
    display: block;
    margin-left: 2px;
    top: 1px;
}

.breederFormOptional {
    font-size: 85%;
    color: #888;
}

.sm-pad-3-col>.col-xs-6 {
    padding-right: 5px;
}

.sm-pad-3-col>.col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.sm-pad-3-col>.col-xs-3:last-child {
    padding-right: 15px;
}

.sm-pad-2-col>.col-xs-6:first-child {
    padding-right: 5px;
}

.sm-pad-2-col>.col-xs-6:last-child {
    padding-left: 5px;
}

.breederEmailHeading,
.breederEmailHeadingC {
    display: none;
}

.grow-wrap {
    display: grid;
}

.grow-wrap::after {
    content: attr(data-replicated-value) " ";
    white-space: pre-wrap;
    visibility: hidden;
}

.grow-wrap>textarea {
    resize: none;
    overflow: hidden;
}

/* Match the other input field styles */
.grow-wrap>textarea,
.grow-wrap::after {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    font-size: 14px;
    color: #555;
    min-height: 100px;
    padding: 6px 4px;
    grid-area: 1 / 1 / 2 / 2;
    -webkit-box-shadow: 1px 2px 5px 0 rgba(58, 73, 76, .14);
    box-shadow: 1px 2px 5px 0 rgba(58, 73, 76, .14);
}

.g-recaptcha {
    margin-bottom: 10px;
}

/* Checkbox and Radio Styles. Remove if form doesn't have either element*/
.checkbox,
.form-radio {
    --selection-color: #097251;
}

.checkbox input,
.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

/* Begin Checkbox */
.checkbox {
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    text-align: left;
    display: inline-block;
    padding-left: 30px;
}

.checkbox input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.checkbox input[type=checkbox] {
    margin-left: 0;
}

.checkbox .checkbox-helper {
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    z-index: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkbox input:focus+.checkbox-helper,
.checkbox input:checked:focus+.checkbox-helper {
    -webkit-box-shadow: 0 0 0 2px #86b7fe;
    box-shadow: 0 0 0 2px #86b7fe;
}

.checkbox input:checked+.checkbox-helper {
    background: var(--selection-color);
    border-color: var(--selection-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkbox .checkbox-helper::before,
.checkbox .checkbox-helper::after {
    content: '';
    position: absolute;
    height: 0;
    width: 3px;
    background-color: #fff;
    display: block;
    opacity: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: opacity 0.2s ease, height 0s linear 0.2s;
    -o-transition: opacity 0.2s ease, height 0s linear 0.2s;
    transition: opacity 0.2s ease, height 0s linear 0.2s;
}

.checkbox .checkbox-helper::before {
    top: 14px;
    left: 5px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.checkbox .checkbox-helper::after {
    top: 9px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox:hover .checkbox-helper {
    border-color: var(--selection-color);
}

.checkbox input:checked~.checkbox-helper {
    border-color: var(--selection-color);
}

.checkbox input:checked~.checkbox-helper::after,
.checkbox input:checked~.checkbox-helper::before {
    opacity: 1;
    -webkit-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease;
}

.checkbox input:checked~.checkbox-helper::after {
    height: 7px;
}

.checkbox input:checked~.checkbox-helper::before {
    height: 15px;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* End Checkbox */

/**********************************************/
/*******        Helper Classes          *******/
/**********************************************/

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/**********************************************/
/*******      Media Query Classes       *******/
/**********************************************/

@media screen and (min-width: 768px) {
    h2 {
        font-size: 2.75rem;
    }

    .img-right {
        margin-right: -10%;
        max-width: 400px;
    }

    .img-left {
        margin-left: -10%;
        max-width: 400px;
    }

    .animals {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .animals::before,
    .animals::after {
        content: none;
    }

    .PedTable td,
    .divEpdTbl {
        font-size: 1rem;
    }

    .flex-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .container-sm {
        max-width: 750px;
    }
}

@media screen and (min-width: 992px) {
    h2 {
        font-size: 3.5rem;
    }

    main {
        padding: 60px 0;
    }

    .header-wrapper {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-wrapper .navbar {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .header-sm header {
        height: calc(100vh - 150px);
    }

    .header-sm .header {
        height: calc(100vh - 230px);
    }

    .header-wrapper header {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .header-text {
        top: 2%;
    }

    .navbar .container {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-nav {
        float: none;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-collapse {
        height: 100%;
        width: 100%;
    }

    .nav>li {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .nav>li>a {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .nav>li>a::after {
        height: 3px;
        left: 50%;
        width: 0;
        opacity: 1;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .nav>li>a:hover::after,
    .nav>li>a:focus::after {
        width: 100%;
    }

    .navbar-brand img {
        width: 51px;
        -webkit-transition: width .28s ease-in-out;
        -o-transition: width .28s ease-in-out;
        transition: width .28s ease-in-out;
    }

    .img-right {
        margin-right: -15%;
        max-width: 450px;
    }

    .img-left {
        margin-left: -15%;
        max-width: 450px;
    }

    .fixed .navbar-brand img {
        width: 37px;
    }

    .fixed {
        position: fixed;
        top: 0;
        min-height: 60px;
        -webkit-transition: min-height .28s ease-in-out;
        -o-transition: min-height .28s ease-in-out;
        transition: min-height .28s ease-in-out;
    }

    .sticky {
        position: absolute;
        bottom: 0;
        min-height: 80px;
    }

    .section-text.ml-auto {
        margin-left: auto;
    }

    .horses-detail .sticky,
    .epds .sticky {
        position: fixed;
        top: 0;
        bottom: auto;
        min-height: 60px;
    }

    .horses-detail .sticky .navbar-brand img,
    .epds .sticky .navbar-brand img {
        width: 37px;
    }

    .horses-detail main,
    .epds main {
        padding-top: 100px;
    }

    .flex-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1200px) {
    main {
        padding: 80px 0;
    }

    .section-text {
        width: 85%;
    }

    .img-right {
        max-width: 500px;
        margin-right: -15%;
    }

    .img-left {
        max-width: 500px;
        margin-left: -15%;
    }
}

@media screen and (min-width: 1500px) {
    .container-fluid {
        width: 80%;
    }

    .header-text {
        top: 1.5%;
    }

    /* .header-logo img {
        max-width: 200px;
        max-width: 350px;
    } */

    .section-text {
        max-width: 600px;
    }
}

@media screen and (max-width: 1199px) {
    .watermark {
        background-size: 75% auto;
    }

    /* .header-logo img {
        max-width: 180px;
    } */
}

@media screen and (max-width: 991px) {
    header {
        height: auto;
        padding-top: 60px;
    }

    .header-text {
        top: 10px;
    }

    .header {
        height: auto;
    }

    .header video,
    .header .banner-img {
        position: relative;
        height: auto;
        left: -15%;
        right: -15%;
        width: 130%;
    }

    .header-logo {
        max-width: 30%;
        top: 43%;
    }

    /* .header-logo img {
        max-width: 150px;
    } */

    .header-text {
        font-size: 2.7vw;
    }

    h1 {
        font-size: 8vw;
    }

    .navbar {
        position: fixed;
        top: 0;
    }

    .nav>li>a:hover,
    .nav>li>a:focus,
    .home .nav>li.home-active>a,
    .history .nav>li.history-active>a,
    .purpose .nav>li.purpose-active>a,
    .bulls .nav>li.bulls-active>a,
    .news .nav>li.news-active>a,
    .sales .nav>li.sales-active>a,
    .horses .nav>li.horses-active>a,
    .contact .nav>li.contact-active>a {
        background-color: #076346;
    }

    .navbar .container {
        width: 100%;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 233, 125, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 233, 125, 0.1);
    }

    .container .navbar-collapse {
        background-color: #097251;
        margin-left: -15px;
        margin-right: -15px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home .nav>li.home-active>a::after,
    .history .nav>li.history-active>a::after,
    .purpose .nav>li.purpose-active>a::after,
    .bulls .nav>li.bulls-active>a::after,
    .news .nav>li.news-active>a::after,
    .sales .nav>li.sales-active>a::after,
    .horses .nav>li.horses-active>a::after,
    .contact .nav>li.contact-active>a::after,
    .nav>li>a::after {
        width: 100%;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-brand {
        color: #f3f1e9;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-brand:hover,
    .navbar-brand:focus {
        color: #f3f1e9;
    }

    .navbar-brand img {
        width: 36px;
    }

    .navbar-brand-text {
        font-family: 'Sumana', serif;
        font-weight: 700;
        margin-left: 15px;
        text-shadow: 1px 1px 1px rgba(58, 73, 76, .68);
    }

    .watermark {
        background-size: 60% auto;
    }

    .mb-5-md {
        margin-bottom: 5px;
    }

    .mb-10-md {
        margin-bottom: 10px;
    }

    .mb-20-md {
        margin-bottom: 20px;
    }

    .mb-30-md {
        margin-bottom: 30px;
    }

    .mb-40-md {
        margin-bottom: 40px;
    }

    .mb-50-md {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .header-text {
        font-size: 3.5vw;
    }

    h1 {
        font-size: 9vw;
    }

    .lead {
        font-size: 1.25rem;
    }

    /* .header .video-desktop {
        display: none;
    }

    .header .video-tablet {
        display: block;
    } */

    .watermark {
        background-size: 50% auto;
    }

    .header-logo {
        max-width: 35%;
    }

    /* .header-logo img {
        max-width: 130px;
    } */

    .mb-5-sm {
        margin-bottom: 5px;
    }

    .mb-10-sm {
        margin-bottom: 10px;
    }

    .mb-20-sm {
        margin-bottom: 20px;
    }

    .mb-30-sm {
        margin-bottom: 30px;
    }

    .mb-40-sm {
        margin-bottom: 40px;
    }

    .mb-50-sm {
        margin-bottom: 50px;
    }
}

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

    .img-right,
    .img-left {
        float: none;
        margin: 0 auto;
        max-width: 450px;
    }

    /* .header-logo img {
        max-width: 110px;
    } */
}


@media screen and (max-width: 499px) {
    .header-text {
        top: 0;
    }

    .watermark {
        background-size: 35% auto;
    }

    /* .header-logo img {
        max-width: 80px;
    } */

    .beef h1 {
        font-size: 2.875rem;
    }

    .beef h2 {
        font-size: 2.375rem;
    }

    .beef h3 {
        font-size: 1.875rem;
    }

    .address>div {
        width: 100%;
    }
}

@media screen and (orientation: landscape) {
    .header .banner-bottom {
        -o-object-position: center 72%;
        object-position: center 72%;
    }
}

@media screen and (min-width: 992px) and (orientation: portrait) {
    header {
        height: auto;
    }

    .header-text {
        top: 10px;
    }

    .header {
        height: auto;
    }

    .header video,
    .header .banner-img {
        /* position: relative;
        height: auto;
        left: -15%;
        right: -15%;
        width: 130%; */
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .watermark {
        background-size: 25% auto;
    }
}