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

@font-face {
    font-family: 'campanile';
    src: url('../fonts/campanile-webfont.eot');
    src: url('../fonts/campanile-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/campanile-webfont.woff2') format('woff2'),
         url('../fonts/campanile-webfont.woff') format('woff'),
         url('../fonts/campanile-webfont.ttf') format('truetype'),
         url('../fonts/campanile-webfont.svg#campanileregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

html, body {
    height: 100%;
}

body {
    background: #3a5103 url('../images/template/bigbg.jpg') no-repeat center top;
    font: 14px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

.pagetitle {
    font-family: 'Arima Madurai', cursive;
    font-size: 60px;
    margin-left: 20px;
	margin-top: 20px;
    line-height: 60px;
}

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

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

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bold;
    color: #4f6c06;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-bottom: 0
}

h1 {
    font-size: 1.9em;
    border-bottom: 1px dashed #e2e5e7;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1em;
}

.clear {
	clear: both;
}

.topright {
    position: relative;
    top: 5px;
    left: -10px;
    background: url('../images/template/xtopright.png') no-repeat top left;
}
.topborder{
	overflow: hidden;
}
@media (min-width: 768px) and (max-width: 992px){
   
    .pagetitle {
        font-size: 45px;
        margin-left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    .pagetitle {
        font-size: 60px;
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .pagetitle {
        font-size: 34px;
        text-align: center;
    }
    .topright {
        background: transparent;
    }
}

.wrapper {
    /*background: #fff url('../images/template/ybackground-pic.jpg') no-repeat top center;*/
	background:#fff;
    min-height: 800px;
}

.contact {
    margin-top: 10px;
    text-align: right;
}

@media (max-width: 768px) {
    .contact {
        font-size: 12px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    .contact {
        font-size: 12px;
    }
}

.img-border{
	padding: 4px;
    background-color: #eaeaea;
    border: 1px solid #b4c29a;
}
.floatRight {
    float: right;
    margin: 15px;
    max-width: 500px;
}

@media (max-width: 992px) {
    .floatRight {
        float: none;
        padding: 10px;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 100%;
    }
}

footer {
    font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #6c9408;
}

footer a,
footer a:visited,
footer a:hover,
footer a:focus {
    color: #6c9408;
    text-decoration: underline;
}

.copy {
    text-align: left;
}

.angus {
    text-align: right;
}

@media (max-width: 768px) {
    .copy,
    .angus {
        text-align: center;
    }
}

.btn-default {
    background-color: #3a5103;
    color: #fff;
    border: none;
    border-radius: 0px;
    /* float: right; */
    /* margin-right: 20px; */
}

.btn-default:hover,
.btn-default:focus {
    background-color: #2a3b03;
    color: #ffff;
}

.form-group{
	padding-top:10px;
}

h1{
	margin-top: 10px;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

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

.navbar-default {
    
    border: none;
    border-radius: 0px;
    border-top: 1px solid #4f6c06;
    border-bottom: 1px solid #4f6c06;
    border-right: 1px solid #4f6c06;
    font-weight: bold;
    font-size: 1.2em;
    background: #fff;
    background: rgba(255, 255, 255, 0);
    background: url('../images/template/navbg.png') no-repeat;
}

@media (min-width: 768px) {
    .navbar-default {
        margin-left: -15px !important;
		margin-top: 50px;
    }
	.topborder{
		overflow: visible;
	}
}

.navbar-default .navbar-nav li {
    border-bottom: 1px solid #4f6c06;
}

.navbar-default .navbar-nav li:nth-last-child(1) {
    border-bottom: 0px;
}

.navbar-default .navbar-nav li a {
    padding: 10px;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:visited {
    color: #000;
    text-decoration: none;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
    color: #000;
    background: #4f6a00;
    background: rgba(79, 106, 0, 0.4);
}

@media (min-width: 768px) {
  .navbar-collapse {
        height: auto;
        border-top: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        max-height: none;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-collapse.collapse {
        display: block !important;
        width: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-x: visible;
    }
    .navbar {
        max-width: 300px;
        margin-right: 0;
        margin-left: 0;
    }   
    .navbar-nav,
    .navbar-nav > li,
    .navbar-left,
    .navbar-right,
    .navbar-header {
        float:none !important;
    }
    .navbar-right .dropdown-menu {
        left:0;
        right:auto;
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default .navbar-toggle {
    border: none;
    border-radius: 0px;
    background: #4f6c06;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #4f6c06;
}

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

@media (max-width: 768px) {
    .navbar-default {
        border-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-default {
        font-size: 12px;
    }
}
/**********************************************/
/*******        Animal Classes          *******/
/**********************************************/

.animalbox > div{
    text-align: center;
    margin-bottom: 60px;
}

.animalbox a{
	text-decoration:none;
}

.animalbox img{
    background-color: #dddecd;
    border: 1px solid #c1c3a9;
    text-decoration: none;
    color: #000;
    border-radius:5px;
    padding: 10px;
}
.animalbox img:hover{
    background-color: #eff0e1;
}

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

label {
    font-weight: 400;
}

legend {
    border: none;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.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: #3a5103;
    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: 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: #888;
}

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

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

.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: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    z-index: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

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