/**********************************************/
/*******        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, .navbar-default, .domine {
    font-family: 'Domine', serif;
}

#main h1 {
    color: #014A90;
}

#featured, #contact, .map {
    color: #fff;
}


body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

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

header.home {
    background: url('../images/pages/home/iStock_000009210440_Large.jpg') center bottom;
    background-size: cover;
    height: 800px;
    margin-top: 0;
}


@media(max-width: 767px) {
    header.home {
        background: url('../images/pages/home/iStock_000009210440_Large.jpg') right bottom;
        background-size: cover;
        height: 500px;
    }
}

@media(min-width: 992px) {
    header {
        padding-top: 50px;
    }
}

.logo {
    position: absolute;
    top: -50px;
    left: 5px;
    max-width: 175px;
}

@media(max-width: 992px) {
    .logo {
        position: relative;
        top: 20px;
        text-align: center;
        margin-bottom: 20px;
    }
}

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

.map {
    padding-top: 20px;
    padding-bottom: 0;
}

.box {
    position: relative;
}

.box img {
    margin-bottom: 20px;
}

.box:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.box>.inner {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.box>.inner>span {
    text-shadow: 2px 2px 2px #014A90;
    color: #fff;
    font-family: 'Domine', serif;
    font-size: 30px;
}

#featured, #contact, .map {
    background: #014A90;
}

footer {
    background: #000;
    padding: 20px;
    text-align: center;
    color: #fff;
}

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

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

#map {
    position: relative;
    height: 600px;
    width: 100%;
}

.shadow {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
            box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

.gallery {
    display: inline-block;
    margin-top: 20px;
}



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

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: #014A90;
    border: 0;
    border-radius: 0;
}

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

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 1002;
    -webkit-box-shadow: 0 0 10px rgba(179, 179, 179, 0.05);
    box-shadow: 0 0 10px rgba(179, 179, 179, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(179, 179, 179, 1) url('../images/template/top-arrow.png') 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: #b3b3b3;
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

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

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

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

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .navbar-right {
        float: none !important;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

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

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

.animals {
    margin-bottom: 20px;
}

.divEpdTbl caption {
    background-color: #014A90;
    color: #fff;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable, .EPDDollarTable {
    border: 1px solid #014A90;
}

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

/**********************************************/
/********        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: #fff;
    border-color: #ccc;
    color: #333;
    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: #ccc;
}

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