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





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

body {
    font-family: 'Signika', sans-serif;
    color: #000;
    font-size: 20px;
    overflow: hidden;
}

#top-header {
    background: #000;
    padding: 5px;
    text-align: center;
	font-size: 16px;
	color: #FE6600;
}

.nav-contact, .nav-contact a {
    color: #FE6600;
}

#top-header span {
    line-height: 35px;
    margin-right: 50px;
}

.nav-pad {
    padding: 15px 25px;
}

#top-header span:last-child {
    margin-right: 0;
}

#top-header .fa, .nav-contact .fa {
    font-size: 24px;
    vertical-align: -13%;
}

#top-header a, #top-header a:visited, #top-header a:hover, #top-header a:focus {
    text-decoration: none;
	color: #FE6600;
}

header#home {
	background-size: cover;
	padding-top: 100px;
}

header#home video {
	width: 100%;
}

header#sires {
	background: url('../images/template/IMG_8351.jpg') top center no-repeat;
	background-size: cover;
    padding-top: 100px;
}

header#donors {
	background: url('../images/template/IMG_8350.jpg') top center no-repeat;
	background-size: cover;
    padding-top: 100px;
}

header#sales {
	background: url('../images/template/IMG_8349.JPG') top center no-repeat;
	background-size: cover;
    padding-top: 100px;
}

#epd {
    background-color: #000;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 100px;
}

@media(min-width: 1200px) {
    header#sires, header#donors, header#sales {
        min-height: 1100px;
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    header#sires, header#donors, header#sales {
        min-height: 700px;
    }
}

#content a, #content a:visited {
    color: #FE6600;
    text-decoration: underline;
}

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

#content h1,
#contact h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #FE6600;
}

#content {
    padding-top: 50px;
    padding-bottom: 50px;
}

#contact h1,
#contact h2,
#contact h3,
#contact h4,
#contact h5,
#contact h6 {
    color: #fff;
    text-shadow: 2px 2px rgba(0,0,0,.75);
}

#contact {
    background: url('../images/template/IMG_8352.jpg') center center no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-group {
    margin-bottom: 25px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
            box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    border-radius: 4px;
}

.form-control::-moz-placeholder {
    font-size: 18px;
    color: #000;
}

.form-control:-ms-input-placeholder {
    font-size: 18px;
    color: #000;
}

.form-control::-webkit-input-placeholder {
    font-size: 18px;
    color: #000;
}

input[type="text"], input[type="email"], input[type="tel"], textarea.form-control {
  background: rgba(255,255,255,.75);
}

.btn-default {
    color: #fff;
    background-color: #FE6600;
    border: none;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 700;
    padding-right: 20px;
    padding-left: 20px;
}

.btn-default:hover, .btn-default:focus {
    color: #fff;
    background-color: #FE6600;
    opacity: 0.7;
    border: none;
}

footer {
    padding: 30px 20px 30px 20px;
    font-size: 18px;
}

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

.footer-logo {
    width: 100%;
    max-width: 150px;
}

.poweredByAJ {
        text-align: left !important;
}
.copy {
        text-align: right !important;
}

@media(max-width: 992px) {
    .poweredByAJ {
        text-align: center !important;
    }
    .copy {
        text-align: center !important;
    }
}

.vcenter {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media(min-width: 992px) {
    .table-row {
        display: table;
        width: 100%;
        text-align: center;
    }
    .vcenter {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

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

.navbar-default {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 700;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    z-index: 1005;
}

.navbar-collapse {
    position: relative;
    z-index: 10;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:visited {
    text-shadow: 2px 2px rgba(0,0,0,.75);
    color: #fff;
    text-decoration: none;
}

.navbar-default .navbar-nav > li.nav-contact > a {
    color: #FE6600;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    text-shadow: 2px 2px rgba(0,0,0,.75);
    color: #FE6600;
    text-decoration: none;
}

.navbar-toggle {
    border-radius:  0;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

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

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

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 25px;
}

.navbar {
    position: relative;
}

.brand {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 15px;
    text-align: center;
    display: block;
    z-index: 1004;
}

.brand img {
    max-width: 200px;
}

.arrow {
  	text-align: center;
  	margin: 0;
	position: relative;
	margin-top: 300px;
}

.arrow a {
	color: rgba(254,102,0, .6); 
}

.arrow a:hover {
	text-decoration: none;
}

.bounce {
  	-webkit-animation: bounce 3s infinite;
  	animation: bounce 3s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

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

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

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

.PedTable label {
    color: #000;
}

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

label {
    color: #fff;
    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: #FE6600;
    color: #fff;
    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: #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: 20px;
}

/**********************************************/
/*******     Social Media Classes       *******/
/**********************************************/

@media(max-width: 767px) {
    #top-header span {
        margin-right: 0;
        display: block;
        text-align: center;
    }
    header#sires, header#donors, header#sales {
        height: 400px;
		margin-top: 100px;
    }
    .logo {
        width: 100%;
        max-width: 200px;
	}
    .brand {
        display: inline-block;
        top: 12px;
        z-index: 5;
		padding-left: 25px;
		text-align: left;
    }
    .navbar-collapse {
        background-color: #000;
    }
	.navbar-toggle {
		z-index: 9999;
	}
	.navbar-default {
		margin-top: -100px;
	}
	#epd>.navbar-default {
		margin-top: -70px !important;
	}
	#epd {
		padding-bottom: 0;
	}	
	header#sires.navbar-default, header#donors.navbar-default, header#sales.navbar-default {
		margin-top: -100px;
	}
}

@media(min-width: 768px) and (max-width: 992px){
    #top-header span {
        margin-right: 15px;
        display: inline;
        font-size: 16px;
    }
    #top-header .fa {
        font-size: 20px;
    }
    header#sires, header#donors, header#sales {
        height: 700px;
    }
    .logo {
        width: 100%;
        max-width: 300px;
        margin-top: 50px;
        padding: 20px;
		position: relative;
    }
	header#home video {
		margin-top: -350px;
	}
	.arrow {
		margin-top: 150px;
		font-size: 75px;
	}
	#top-header {
		margin-top: -5px;
	}
}

@media(max-width: 992px) {
    header#sires, header#donors, header#sales {
        padding-top: 0;
    }
    .navbar-default {
        background: #000;
        font-size: 16px;
    }
	#epd>.navbar-default {
		margin-top: -80px;
	}
	#home>.navbar-default {
		margin-top: -100px;
	}
}

@media screen and (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
		z-index: 9999;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px){
    .navbar-default .navbar-nav>li:nth-child(4) {
        min-width: 200px;
        margin-left: 150px;
        margin-right: 0px;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 15px;
    }
	header#home video {
		margin-top: -150px;
	}
	.arrow {
		margin-top: 450px;
		font-size: 80px;
	}
}

@media screen and (min-width: 1201px){
    .navbar-default .navbar-nav>li:nth-child(4) {
        min-width: 200px;
        margin-left: 200px;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 20px;
    }
	header#home video {
		margin-top: -150px;
	}
	.arrow {
		margin-top: 600px;
		font-size: 100px;
	}
}

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