/**********************************************/
/*******        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 {
    overflow-y: scroll; 
}

/* @endregion*/




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

h1, h2, h3, h4, h5, h6, .lead{
    font-family: 'Oleo Script', cursive;
    color: #006837;
}

.navbar-brand {
    font-family: 'Oleo Script', cursive;
    color: #006837 !important;
    font-size: 20px;
}

#callout .h2 {
    color: #fff;
    font-family: 'Oleo Script', cursive;
    line-height: 50px;
}

body {
    font-family: 'Archivo', sans-serif;
    color: #000;
     font-size: 18px;
}

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

.sm-logo img {
    width: 100%;
    max-width: 250px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

/*header {
    height: calc(100vh - 70px);
}*/

.pheader {
    background: url(../images/template/cc678abb.png) repeat;
}

@media(min-width: 1200px) {
    .pheader {
        padding-top: 100px;
    }
}

@media(max-width: 1200px) {
    .pheader {
        padding-top: 10px;
    }
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #006837;
}

#main a, #main a:visited, #contact a, #contact a:visited {
    color: #006837;
    text-decoration: underline;
}

#main a:hover, #main a:focus, #contact a:hover, #contact a:focus {
    color: #006837;
    text-decoration: none;
}

#main, #contact {
    background: url('../images/template/cc678abb.png') repeat; 
}

#callout {
    background: #006837;
    color: #fff;
}

#home-image img {
    width: 100%;
}

#callout, #home-image {
    position: relative;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .5), 0 -5px 5px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 5px rgba(0, 0, 0, .5), 0 -5px 5px rgba(0, 0, 0, .5);
}

#main, #callout, #contact {
    padding-top: 75px;
    padding-bottom: 75px;
}

footer, nav {
    position: relative;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
}

footer {
    padding: 20px;
    text-align: center;
    background: #1A1A1A;
    color: #fff;
    font-size: 16px;
}

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

/* .btn-primary {
    float: right;
} */

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #006837;
    border: 0;
}

.btn-green, .btn-green:hover, .btn-green:focus {
    color: #fff !important;
    background-color: #006837;
    border: 0;
}

.btn-green {
    text-decoration: none !important;
}

.form-control {
    background: #d3cfc8;
    border: 1px solid #006837;
}

*::-webkit-input-placeholder {
    color: #000!important;
}
*:-moz-placeholder {
    color: #000 !important;
}

#carousel-home img {
    width: 100%;
}

#carousel-home a:hover, #carousel-home a:focus {
    color: #fff;
    opacity: .8;
}

.carousel-inner {
    -webkit-box-shadow: 10px 10px 29px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 29px -6px rgba(0,0,0,0.75);
}

.slide-control {
    color: #fff;
    opacity: .8;
    font-size: 80px;
    left: 30px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
}

.slide-control.right{
    left: auto;
    right: 30px;
}

.sale-video {
    max-width: 100%;
}

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

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    font-weight: 700;
    background: #1A1A1A;
    border: 0;
    border-radius: 0;
}
.navbar-default .navbar-nav>li>a {
    z-index: 1010;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:visited {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    opacity: .8;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}


.navbar-default .navbar-toggle {
    border-color: transparent;
}

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

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

@media screen and (min-width: 1200px) {
    .brand {
        position: absolute;
        top: -95px;
        left: 0;
        right: 0;
        margin-left: 0;
        /* margin-right: 50px; */
        text-align: center;
        display: block;
        z-index: 1004;
    }

    .brand img {
        max-width: 200px;
    }
    .navbar-default .navbar-nav>li:nth-child(4) {
        min-width: 200px;
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media(max-width: 1225px) {
    .top-header {
        display: none;
    }
}

@media(min-width: 1226px) {
    .top-header {
        display: inline;
    }
    .top-header img{
        position: absolute;
        top: 10px;
        left: 20px;
        padding: 10px;
        width: 100%;
        max-width: 250px;
        z-index: 1003;
    }
}

.cd-top {
    z-index: 1002;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.8) url('../images/template/cd-top-arrow.svg') no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -o-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -o-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #000;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


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

.animalBox {
    margin-bottom: 20px;
    text-align: center;
}

.animalBox img {
    margin-bottom: 10px;
}

.PedAnmName {
    font-family: 'Oleo Script', cursive;
    color: #006837;
}

.PedS, .PedD {
    color: #006837;
}

.divEpdTbl caption {
    color: #fff;
    background-color: #006837;
    border-bottom: 2px solid #222;
}

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

label {
    font-weight: 400;
}

.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: #006837;
    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: 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: #4d4d4d;
}

.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 #006837;
    border-radius: 4px;
    font-size: 14px;
    color: #555;
    min-height: 100px;
    padding: 6px 12px;
    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: 10px;
}


@media(max-width: 768px) {
    .contact-info {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media(min-width: 768px) and (max-width: 992px) {
    .navbar-default {
        font-size: 12px;
    }
    .nav>li>a {
        padding: 15px 10px;
    }
}

#main img {
    -webkit-box-shadow: 10px 10px 26px -9px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 26px -9px rgba(0,0,0,0.75);
}

@media screen and (max-width: 991px) {
    img.pull-right {
        float: none !important;
        margin: 5px auto 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    img.pull-right {
        max-width: 400px;
        margin: 0 -10px 0 10px;
    }
}

@media screen and (min-width: 1200px) {
    img.pull-right {
        margin: 0 -30px 0 10px;
    }
}