/**********************************************/
/*******        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;
}
/* @endregion*/

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #35478C;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    margin-top: 0;
}

h1 {
    padding-bottom: 15px;
    text-align: center;
}

#about h1 {
    background-color: #7FB2F0;
    color: #35478C;
    margin-bottom: 0;
}

.fa {
    font-size: 30px;
    line-height: 1;
}

a {
    color: #35478C;
    text-decoration: underline;
}

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

.lead {
    margin-bottom: 12px;
    font-family: 'Libre Baskerville', serif;
}

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

body {
    background-color: #f8fbfd;
    color: #262628;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    min-height: 100%;
   font-family: 'Raleway', sans-serif;
}

.logo {
    position: absolute;
    top: 20%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    max-width: 300px;
    z-index: 1001;
}

.nav-logo img{
    position: absolute;
    top: -17px;
    left: 5px;
    width: 100%;
    max-width: 400px;
}

/*video {
   background: transparent url('../video/poster.jpg') 50% 50% cover no-repeat;
   z-index: 1002;
 }*/

.content {
    background: url('../images/template/1361e557.png') repeat;
}

.hrline {
    height: 2px;
    margin: 25px 0px;
    background-image: -o-linear-gradient(left, rgba(127, 178, 240, 0), rgba(53, 71, 140, 0.75), rgba(127, 178, 240, 0));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(127, 178, 240, 0)), color-stop(rgba(53, 71, 140, 0.75)), to(rgba(127, 178, 240, 0)));
    background-image: linear-gradient(to right, rgba(127, 178, 240, 0), rgba(53, 71, 140, 0.75), rgba(127, 178, 240, 0));
}

#about {
    padding-bottom: 100px;
	margin-top: 100px;
}

.side {
    background-color:rgba(255, 255, 255, .5);
    padding-bottom: 30px;
}

footer {
    position: relative;
    background-color: #11122E;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    border-top: 4px solid #D1AC1B;
    border-bottom: 4px solid #D1AC1B;
}

.footer-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100px;
}

@media(max-width: 768px) {
    .footer-logo {
        position: relative;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        max-width: 200px;
    }
}

footer, footer a, footer a:hover {
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
}

.content {
    background: url('../images/template/0e85aff5.png') top center repeat;
    position: relative;
    z-index: 1002;
}

.content > section {
    padding-top: 50px;
    /*padding-bottom: 50px;*/
}

.content > section:nth-child(even) {
    background-color: #eef2f5;
}

.form-control {
    background-color: #f8fbfd;
    border-radius: 4px;
}

label {
    font-weight: 600;
    margin-bottom: 3px;
}

.btn-primary {
    color: #000;
    background-color: #D1AC1B;
    border: none;
    /*border-radius: 0;*/
    /* float: right; */
    font-weight: 700;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #D1AC1B;
}

.scrollToTop {
    position: fixed;
    display: none;
    bottom: 15px;
    right: 15px;
    background-color: #CA621F;
    color: #7FB2F0;
    padding: 8px 10px 10px;
    z-index: 2000;
}

.scrollToTop:hover, .scrollToTop:focus {
    background-color: #CA621F;
    color: #7FB2F0;
}

/*blockquote {
    background-color: #306c98;
    color: #f8fbfd;
    font-family: 'Playfair Display', serif;
    padding: 20px;
    margin: 10px 0 40px;
    font-size: 2rem;
    border: none;
    position: relative;
    text-align: center;
}*/

.mask {
    display: none;
}

.fb-page blockquote {
    display: none;
}

blockquote:before, blockquote:after {
    position: absolute;
    color: #a5b2bd;
    width: 50px;
    height: 50px;
    font-size: 8rem;
    line-height: .85;
}

blockquote:before {
    content: "\201C";
    left: -10px;
    top: -33px;
    text-align: left;
}

blockquote:after {
    content: "\201D";
    right: -6px;
    bottom: -23px;
    text-align: right;
}

.cursive {
    font-family: cursive;
}

.poweredByAJ {
    font-size: 12px;
}

/**********************************************/
/*******       Carousel Classes         *******/
/**********************************************/

.carousel-header .carousel-inner {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 80px);
    margin-top: 80px;
    z-index:1
}

.carousel-header .carousel-inner .item {
    position: fixed;
    width: 100%;
    top: 0;
    min-height: calc(100vh - 80px);
    margin-top: 80px;
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    z-index: -1;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

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

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

@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: none;
                -ms-transform: none;
            transform: none;
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: none;
                -ms-transform: none;
            transform: none;
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: none;
                -ms-transform: none;
            transform: none;
    }
}

.carousel-header .carousel-inner > .item:nth-child(1) {
    background: url(../images/pages/home/slider/101_9497.jpg) no-repeat center center;
    background-size: cover;
}

.carousel-header .carousel-inner > .item:nth-child(2) {
    background: url(../images/pages/home/slider/101_9700.jpg) no-repeat center center;
    background-size: cover;
}

.carousel-header .carousel-inner > .item:nth-child(3) {
    background: url(../images/pages/home/slider/101_9702.jpg) no-repeat center center;
    background-size: cover;
}

.carousel-header .carousel-inner > .item:nth-child(4) {
    background: url(../images/pages/home/slider/101_9705.jpg) no-repeat center center;
    background-size: cover;
}

.carousel-header .carousel-inner > .item:nth-child(5) {
    background: url(../images/pages/home/slider/101_9709.jpg) no-repeat center center;
    background-size: cover;
}
.carousel-header .carousel-inner > .item:nth-child(6) {
    background: url(../images/pages/home/slider/101_9712.jpg) no-repeat center center;
    background-size: cover;
}
.carousel-header .carousel-inner > .item:nth-child(7) {
    background: url(../images/pages/home/slider/101_9714.jpg) no-repeat center center;
    background-size: cover;
}
.carousel-header .carousel-inner > .item:nth-child(8) {
    background: url(../images/pages/home/slider/101_9717.jpg) no-repeat center center;
    background-size: cover;
}

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

.navbar {
    background-color: #11122E;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 2000;
    font-weight: 400;
    border-top: 4px solid #D1AC1B;
    border-bottom: 4px solid #D1AC1B;
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
}

.nav > li > a {
    color: #fff;
    letter-spacing: .0625rem;
    text-decoration:none;
}

.nav > li > a:focus {
    background: #11122E;
    color: #fff;
}

.nav > li > a:hover, .nav > li.active > a {
    background-color: #11122E;
    color: #fff;
}

.navbar > .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.navbar-brand img{
/*    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    height: auto;*/
    position: absolute;
    top: -15px;
    width: 100%;
    max-width: 400px;
/*    text-shadow: 1px 1px 0 rgba(38,38,40,.38),
               2px 2px 0 rgba(38,38,40,.25)*/
}

@media(max-width: 1200px) {
    .navbar.fixed .navbar-brand {
        padding-top: 30px;
        padding-bottom: 0px;
    }
}
@media(min-width: 1200px) {
    .navbar.fixed .navbar-brand {
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

.local {
    font-size: 1rem;
    text-transform: none;
    font-weight: 400;
}

.fixed {
    position: fixed;
    top: 0;
    min-height: 70px;
    width: 100%;
}

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

.navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.navbar-toggle {
    margin-top: 22px;
    margin-bottom: 15px;
}

.navbar-toggle .icon-bar {
    border-radius: 0;
    width: 28px;
    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 .icon-bar {
    background-color: #fff;
}

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

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

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

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

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

.PedAnmName {
    color: #11122E;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
}

.PedTable {
    margin-bottom: 20px;
}

.EPDAsOfDt {
    padding-top: 0;
}

.divEpdTbl caption {
    background-color: #11122E;
    border-bottom: none;
    color: #D1AC1B;
    font-weight: 700;
}

.divEpdTbl th, .divEpdTbl td {
    border-top: none;
}

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

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

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

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

/**********************************************/
/********        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: #D1AC1B;
    border: none;
    color: #000;
    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: #666;
}

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

/**********************************************/
/*******        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;
}

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

@media screen and (min-width: 768px) {
    .content {
        padding-top: 90px;
    }

    .epd .content {
        padding-top: 80px;
    }

    .logo {
        position: absolute;
        top: 30px;
        right: 5%;
        left: auto;
        max-width: 400px;
        z-index: 1001;
    }

    .navbar > .container {
        height: 80px;
        -webkit-transition: height .2s ease-in-out;
        -o-transition: height .2s ease-in-out;
        transition: height .2s ease-in-out;
    }

    .navbar.fixed > .container {
        height: 80px;
    }

    .nav > li > a {
        font-size: 1.25rem;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-transition: padding .2s ease-in-out;
        -o-transition: padding .2s ease-in-out;
        transition: padding .2s ease-in-out;
    }

    .navbar-nav > li > a.fb {
        padding-top: 24px;
        padding-bottom: 26px;
        padding-left: 8px;
        padding-right: 8px;
        -webkit-transition: padding .2s ease-in-out;
        -o-transition: padding .2s ease-in-out;
        transition: padding .2s ease-in-out;
    }

    .sticky .navbar-nav > li > a.fb {
        padding-top: 34px;
        padding-bottom: 36px;
    }

    .navbar-brand  {
        padding-top: 40px;
        padding-bottom: 29px;
        -webkit-transition: padding .2s ease-in-out;
        -o-transition: padding .2s ease-in-out;
        transition: padding .2s ease-in-out;
    }

    .fixed {
        position: fixed;
        top: 0;
        min-height: 80px;
        width: 100%;
    }

    .sticky {
        position: absolute;
        bottom: -20;
        height: 80px;
        width: 100%;
    }

    .carousel-header .carousel-inner .item, .carousel-header .carousel-inner {
        min-height: calc(100vh - 100px);
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .nav > li > a {
        letter-spacing: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*@media screen and (min-width: 992px) {
    .nav > li > a {
        letter-spacing: .125rem;
    }
}*/

@media screen and (min-width: 1200px) {

}

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

}

@media screen and (max-width: 991px) {
    .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) {
    .navbar {
        top: 0;
        min-height: 80px;
        width: 100%;
    }

    .epd {
        padding-top: 60px;
    }

    .PedAnmName {
        font-size: 1.625rem;
    }

    .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: 570px) {
    .quote .col-xs-10 {
        width: 100%;
    }

    .quote .col-xs-offset-1 {
        margin-left: 0;
    }
}

@media screen and (max-width: 425px) {
    blockquote {
        font-size: 1.5rem;
    }
}

#about {
    padding-top: 0;
    /*padding-bottom: 50px;*/
    font-size: 18px;
}

#about h1 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
}

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

.navlogo img{
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    max-width: 75px;
}

@media(min-width: 768px) {

}

@media (max-width: 768px) {
    .navbar-brand {
        /*padding-left: 75px !important;*/
        font-size: 30px;
    }
    .navlogo img{
        position: absolute;
        top: 13px;
        left: 10px;
        width: 100%;
        max-width: 50px;
    }
}

.fixed .navlogo img{
    top: 5px;
    left: 0;
    max-width: 65px;
}

@media(min-width: 768px) and (max-width: 992px) {
    .navbar-brand, .navlogo {
        display: none;
    }
}

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

    .navbar .navbar-collapse {
        text-align: center;
    }
    .navbar-right {
        float: none!important;
        margin-right: -15px;
    }
}

@media(min-width: 1200px){
    .nav>li>a {
        padding: 10px 20px;
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    .nav > li > a {
        font-size: .8rem;
    }
}

@media(max-width: 767px) {
    .divEpdTbl th, .divEpdTbl td {
        min-height: 100px;
    }
}
.EPDAcc {
    font-weight: normal;
}
.divEpdTbl .EPDAcc {
    padding-left: 0;
}