/**********************************************/
/*******        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: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-top: 0;
}

h1 {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.lead {
    font-size: 1.25rem;
}

a {
    color: #fff;
    text-decoration: underline;
}

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

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

body {
    background: rgb(0 36 74 / .9) top center repeat url('../images/template/rock-bg.png');
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    min-height: 100%;
    /* padding-top: 100px; */
}

.logo {
    padding: 0 15px 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.logo img {
    width: 100%;
    max-width: 64%;
    -webkit-filter: drop-shadow(5px 8px 12px rgb(0 0 0 / 1));
            filter: drop-shadow(5px 8px 12px rgb(0 0 0 / 1));
}

.sale-text {
    font-size: 4.85vw;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 4px 6px 8px rgb(0 0 0 / .85);
}

.sale-text span {
    display: block;
}

.sale-text-lg {
    font-family: "Oswald", sans-serif;
    font-size: 12vw;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 15px;
    text-shadow: none;
}

.sale-text-sm {
    font-size: 2.85vw;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-shadow: none;
}

.sale-text-sm-narrow {
    font-size: 2.4vw;
    font-weight: 300;
    letter-spacing: 1px;
    text-shadow: none;
}

.contact-section, .navbar {
    background: rgb(0 34 73 / .96) top center repeat url('../images/template/rock-bg.png');
}

footer {
    font-size: 1rem;
    padding: 20px 15px;
    text-align: center;
}

.shadow {
    -webkit-box-shadow: 2px 6px 10px rgb(0 0 0 / .65);
            box-shadow: 2px 6px 10px rgb(0 0 0 / .65);
}

a[href^=tel] {
    color: #fff;
}

.btn-default {
    background-color: #ebebeb;
    border: none;
    border-radius: 0;
    letter-spacing: 2px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: #fff;
}

/* .banner {
    background: top center no-repeat url('../images/template/bg.jpg');
    height: 100vh;
} */

.scroll-offset {
    scroll-margin-top: 100px;
}

figure img {
    margin-bottom: 10px;
}

figcaption {
    font-size: 1rem;
    font-style: italic;
}

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

.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.nav > li > a {
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.nav>li>a:hover,
.nav>li>a:focus {
    /* background: #173756; */
    background: rgb(53 81 108 / 45%);
}

.navbar-brand {
    height: auto;
    padding: 10px 15px;
}

.navbar-toggle {
    border: none;
    border-radius: 0;
    margin-right: 0;
    margin-top: 18px;
    margin-bottom: 17px;
    padding: 12px 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: #fff;
}

.navbar-toggle.collapsed {
    background: transparent;
}

.navbar-toggle.collapsed:hover, 
.navbar-toggle {
    background: rgb(53 81 108 / 45%);
}

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

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

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

#case img {
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 6px 10px rgb(0 0 0 / .65);
            box-shadow: 2px 6px 10px rgb(0 0 0 / .65);
}

.animals a img {
    margin-bottom: 10px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
    -webkit-box-shadow: 2px 6px 10px rgb(0 0 0 / .65);
            box-shadow: 2px 6px 10px rgb(0 0 0 / .65);
}

.animals a:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 3px 7px 18px rgb(0 0 0 / .45);
            box-shadow: 3px 7px 18px rgb(0 0 0 / .45);
}

.PedAnmName {
    display: none;
}

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

.divEpdTbl caption {
    background-color: rgb(0 34 73 / .96);
    border-color: #ccc;
    color: #fff;
}

.divEpdTbl tbody {
    background-color: #ebebeb;
    color: #333;
}

.divEpdTbl thead {
    background-color: #fff;
    color: #333;
}

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

/**********************************************/
/*******       Sale Table Classes       *******/
/**********************************************/

.sortable {
    border-spacing: 0;
}

.sortable th {
    font-weight: normal;
    text-align: left;
    text-transform: capitalize;
    vertical-align: baseline;
    white-space: nowrap;
}

.sortable th {
    cursor: pointer;
}

.sortable th::after,
.sortable th::before {
    -webkit-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
    font-size: 1.2em;
    color: transparent;
}

.sortable th::after {
    margin-left: 3px;
    content: '\025B8';
    position: absolute;
    top: 6px;
}

.sortable th:hover::after {
    color: inherit;
}

.sortable th.dir-d::after {
    color: inherit;
    content: '\025BE';
}

.sortable th.dir-u::after {
    color: inherit;
    content: '\025BE';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sale-table {
    font-size: .875rem;
}

.sale-table .table tr th:nth-child(11),
.sale-table .table tr td:nth-child(11),
.sale-table .table tr th:nth-child(12),
.sale-table .table tr td:nth-child(12),
.sale-table .table tr th:nth-child(13),
.sale-table .table tr td:nth-child(13),
.sale-table .table tr th:nth-child(16),
.sale-table .table tr td:nth-child(16),
.sale-table .table tr th:nth-child(17),
.sale-table .table tr td:nth-child(17),
.sale-table .table tr th:nth-child(18),
.sale-table .table tr td:nth-child(18),
.sale-table .table tr th:nth-child(19),
.sale-table .table tr td:nth-child(19),
.sale-table .table tr th:nth-child(20),
.sale-table .table tr td:nth-child(20),
.sale-table .table tr th:nth-child(21),
.sale-table .table tr td:nth-child(21),
.sale-table .table tr th:nth-child(23),
.sale-table .table tr td:nth-child(23),
.sale-table .table tr th:nth-child(24),
.sale-table .table tr td:nth-child(24),
.sale-table .table tr th:nth-child(25),
.sale-table .table tr td:nth-child(25),
.sale-table .table tr th:nth-child(26),
.sale-table .table tr td:nth-child(26),
.sale-table .table tr th:nth-child(27),
.sale-table .table tr td:nth-child(27),
.sale-table .table tr th:nth-child(28),
.sale-table .table tr td:nth-child(28),
.sale-table .table tr th:nth-child(29),
.sale-table .table tr td:nth-child(29),
.sale-table .table tr th:nth-child(33),
.sale-table .table tr td:nth-child(33),
.sale-table .table tr th:nth-child(34),
.sale-table .table tr td:nth-child(34),
.sale-table .table tr th:nth-child(35),
.sale-table .table tr td:nth-child(35),
.EpdGridStyleHeaderRow {
    display: none;
}

.EpdGridStyleHeaderRow {
    display: none;
}

.sale-table .table>thead>tr>th,
.sale-table .table>tbody>tr>th,
.sale-table .table>tbody>tr>td,
.sale-table .table>tfoot>tr>td {
    border: none;
    padding: 4px;
    font-size: 12px;
    position: relative;
    white-space: nowrap;
}

.sale-table .table>thead>tr>th {
    font-weight: 700;
    white-space: nowrap;
    padding: 8px 15px 8px 4px;
}

.sale-table .table tfoot {
    border-top: 10px solid #dcdcdc;
}

.sale-table .table tfoot tr:first-child td {
    text-align: center;
}

.sale-table .table thead,
.sale-table .table thead a,
.tfoot-head {
    /* background-color: #124f84; */
    background-color: rgb(0 34 73 / .96);
    color: #fff;
}

.table-responsive .EPDAcc {
    display: block;
    padding-left: 0;
    font-weight: 400;
}

.sale-table tbody tr {
    background-color: #fff;
    color: #000;
}

.sale-table tbody tr:nth-child(even) {
    background-color: #ebebeb;
}

.sale-table tbody a {
    color: #000;
}

.table-loader {
    height: 150px;
    position: relative;
}

.table-loader .table-loader-inner {
    font-size: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sale-table table {
    opacity: 0;
    margin-bottom: 0;
}

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

label {
    font-weight: 400;
}

.form-control {
    border-radius: 0;
    padding: 6px;
}

.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: #ebebeb;
    outline: none;
}

.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: 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: #dcdcdc;
}

.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 #ccc;
    border-radius: 0;
    font-size: 14px;
    color: #555;
    min-height: 100px;
    padding: 6px;
    grid-area: 1 / 1 / 2 / 2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

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

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

.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: 4px;
    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;
    border-color: #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;
}

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

.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.section-pad {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-pad-sm {
    padding-top: 35px;
    padding-bottom: 35px;
}

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

@media screen and (min-width: 768px) {
    .logo img {
        max-width: 350px;
    }

    .sale-text {
        font-size: 1.75rem;
        letter-spacing: 5px;
    }

    .sale-text-lg {
        font-size: 4.5rem;
    }

    .sale-text-sm {
        font-size: 1.125rem;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .sale-text-sm-narrow {
        font-size: 1rem;
        letter-spacing: 1px;
    }


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

    .animals::before,
    .animals::after {
        content: none;
    }
    
    .flex-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .navbar {
        height: 100px;
        width: 100%;
    }

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

    .container>.navbar-collapse {
        margin-left: auto;
        height: 100% !important; 
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .navbar-nav {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

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

    .nav > li > a {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .navbar>.container .navbar-brand {
        margin-left: 0;
    }

    .section-pad {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-pad-sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }

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

@media screen and (min-width: 1200px) {
    .logo {
        padding: 0 15px 25px;
    }

    .logo img {
        max-width: 475px;
    }

    .sale-text {
        font-size: 2.5rem;
        letter-spacing: 5px;
    }

    .sale-text-lg {
        font-size: 6.25rem;
    }

    .sale-text-sm {
        font-size: 1.5rem;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .sale-text-sm-narrow {
        font-size: 1.25rem;
        letter-spacing: 1px;
    }
}

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

}

@media screen and (max-width: 991px) {
    .navbar > .container {
        width: 100%;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar .container > .navbar-collapse {
        clear: both;
        border-top: 1px solid transparent;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
                box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .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: 12px;
        padding-bottom: 12px;
    }

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

    body {
        padding-top: 78px;
    }

    .scroll-offset {
        scroll-margin-top: 78px;
    }

    .navbar-brand {
        padding: 10px 0;
    }

    .navbar-brand>img {
        width: 90px;
    }

    .navbar>.container .navbar-brand {
        margin-left: 0;
    }

    .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) {
    .table-responsive {
        border: none;
    }

    .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;
    }
}
