body {
    color: #000;
    background-color: #fff;
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel {

}

.carousel-inner {
    height: 600px;
}

.carousel-indicators {
    display:none;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

a {
    color: #000;
}

a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 4px solid #b7a078;
}

.PageModuleTitle {
    font-size: 200%;
}

@font-face {
    font-family: 'black_jack_serifregular';
    src: url('fonts/black_jack_serif-webfont.eot');
    src: url('fonts/black_jack_serif-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/black_jack_serif-webfont.woff2') format('woff2'),
         url('fonts/black_jack_serif-webfont.woff') format('woff'),
         url('fonts/black_jack_serif-webfont.ttf') format('truetype'),
         url('fonts/black_jack_serif-webfont.svg#black_jack_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1,h2,h3,h4,h5,h6 {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #000 !important;
}

h1{
    margin-top: 0px;
    font-size: 3.5em;
        font-family: 'black_jack_serifregular';
}

h2{
    font-size: 3em;
    font-weight: 400px;
        font-family: 'black_jack_serifregular';
}

h3{
    font-size: 2.5em;
    font-weight: 400;
    margin-top: 1em;
}

h4{
    font-size: 2em;
}

h5{
    font-size: 1.5em;
}

h6 {
    font-size: 1em;
}

.grow {
    transition: all .2s ease-in-out;
    padding: 11px 0;
    transform: scale(.85);
}

.grow:hover {
    transform: scale(.85);
}

.animal-detail-btns .fa-envelope-o:before{
    content: "\f0e0";
}

.button{
    background: #b7a078;
    color: #000 !important;
    text-decoration: none !important;
    font-style: normal;
    font-weight: 300;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 0px;
    border-color: transparent;
    text-transform: uppercase;
    height: 32px;
    width: 160px;
    margin-bottom: 20px;
        font-weight: 700;
}

.btn{
    background: #b7a078;
    color: #000 !important;
    text-decoration: none !important;
    font-style: normal;
    font-weight: 300;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 0px;
    border-color: transparent;
    text-transform: uppercase;
    height: 32px;
    width: 160px;
    margin-bottom: 20px;
        font-weight: 700;
}

.btn-primary {
    background-color: #b7a078;
    border-color: transparent;
    padding: 5px 20px;
    border-radius: 0px;
    color: #000;
        font-weight: 700;
}

.btn-primary:hover {
    background-color: #b7a078;
    border-color: transparent;
    padding: 5px 20px;
    border-radius: 0px;
    color: #fff;
    font-weight: 700;
}

.btn-default{
    background-color: #b7a078;
}

.btn-default:hover {
    background-color: #b7a078;
    border-color: transparent;
    font-weight: 700;
}

button {
    border: none;
}

.btn-herd {
    background: url(images/herd.png) center no-repeat;
    height: 175px;
    width: 300px;
    border: none;
    outline: none;
}

.btn-herd:hover {
    background: url(images/herd-hover.png) center no-repeat;
    height: 175px;
    width: 300px;
    border: none;
    outline: none;
}

.btn-sale {
    background: url(images/sale.png) center no-repeat;
    height: 175px;
    width: 300px;
    border: none;
    outline: none;
}

.btn-sale:hover {
    background: url(images/sale-hover.png) center no-repeat;
    height: 175px;
    width: 300px;
    border: none;
    outline: none;
}

.btn-contact {
    background: url(images/contact.png) center no-repeat;
    height: 175px;
    width: 300px;
    border: none;
    outline: none;
}

.btn-contact:hover {
    background: url(images/contact-hover.png) center no-repeat;
    height: 175px;
    width: 300px;
    border: none;
    outline: none;
}

a[href*="tel:"]{
    text-decoration: none !important;
}

.page-header-container{
    max-width: 1080px;
    margin: 0 auto;
    background-color: #000;
    padding: 0px 0px 0px 0px;
}

.page-header-top{
    background: #000;
    background-size: cover;
    overflow: hidden;
    padding-top: 10px;
    color: #fff;
    font-style: normal;
    font-weight: 400;
}

.page-header-top a{
    color: #fff;
}

.middle-social-icon:hover{
    color: #b7a078;
}

.header-left-col{
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
}

.header-social-icons{
    padding-left: 0px;
    padding-top: 0px;
    letter-spacing: .03em;
}

.header-social-icons li{
    display: inline-block;
    list-style-type: none;
}

.middle-social-icon{
    padding: 2px 9px;
    position:relative;
    color: #b7a078;
}

.page-header-bg{
    background: #fff;
    height: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
    background-size: cover;
}

.logo-container{
    display: table;
    height: 100%;
    width: 100%;
}

.logo-content-container{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.logo{
    display: inline-block;
    padding: 10px 10px 0px 10px;
    z-index: 100;
    position: relative;
}

.page-navigation{
    background: #fff;
    font-style: normal;
    font-weight: 700;
    color: #000;
    font-size: 15px;
}

.navbar {
    margin-bottom: 0px !important;
    min-height: 80px;
}

.navbar-header{
    min-height: 65px;
}

.nav-container{
    max-width: 1080px;
    margin: 0 auto;
}

.navbar-default{
    background-color: transparent !important;
    border: 0 !important;
}

.RadNavigation .rnvMore.rnvRight{
    border: 0;
    margin: 8px 0px 0px 20px;
    padding: 20px 0px 15px 0px;
}

.RadNavigation .rnvHovered.rnvMore.rnvRight, .RadNavigation .rnvSelected.rnvMore.rnvRight{
    margin-right: 0px;
}

.RadNavigation .rnvRootGroupWrapper{
    border: 0;
    text-align: right;
    padding-right: 10px;
    padding-top: 15px;
}

.rnvLink, .rnvLink:hover, .rnvLink:active, .rnvLink:focus{
    color: #000;
}

.rnvLink .rnvText:hover{
    color: #000;
    border-bottom: solid #000 3px !important;
}

.RadNavigation .rnvRootLink{
    border: none;
    padding: 17px 30px 0px 25px;
    font-size: 15px;
    letter-spacing: 0.2px;
    padding-bottom: 22px;
}

.rnvPopup{
    border: 0;
    background-color: #fff;
    margin-top: -2px;
    font-size: 15px;
}

.RadNavigation .rnvMore{
    display: inline-block;
    color: #000;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px;
    height: auto;
    right: 10px;
}

.RadNavigation .rnvMore:hover{
    color: #000;
    border: none;
}

.RadNavigation .rnvMore:before {
    float: left;
    content: "\f0c9";
    left: 0;
    width: auto;
}

.rnvMorePopup {
    background-color: #fff;
    margin-top: 0px;
}

.rnvMorePopup .rnvLink .rnvToggle {
    right: 15px;
    top: 14px;
}

.rnvPopup .rnvLink {
    padding: 5px 36px 10px 34px;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.rnvLink .radIcon {
    font-size: 15px;
    width: 29px;
    height: 15px;
    line-height: 20px;
}


.t-container-fluid{
    max-width: 100% !important;
}

.home-container{
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
}

.home-content{
    overflow: visible;
    padding-bottom: 25px;
}

.home-bg {
    background: #282828;
    height: 145px;
    background-size: cover;
}

.home {
    margin-top: -55px;
}

.content-container{
    max-width: 1080px;
    margin: 0 auto;
}

.main2-content{
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 50px;
}

.main-content{
    overflow: hidden;
    padding-top: 135px;
    padding-bottom: 50px;
}

.page-footer{
    color: #fff;
    background: #282828;
    font-style: normal;
    font-weight: 400;
}

.page-footer a{
    color: #fff;
}

.page-footer a:hover{
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.page-footer-top{
    background: #282828;
    background-size: cover;
    overflow: hidden;
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}

.footer-right-col {
    text-align: right;
        padding-top: 28px;
}

.footer-middle-col {
    text-align: center;
}

.bottom-left-col{
    text-align: left;
    padding-bottom: 0px;
    padding-top: 11px;
    font-weight: 400;
}

.bottom-middle-col{
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.bottom-right-col{
    text-align: right;
    padding-bottom: 5px;
    padding-top: 18px;
}

.footer-social-icons li{
    display: inline-block;
    list-style-type: none;
        font-size: 20px;
    letter-spacing: 0.5em;
}

.footer-social-icons .middle-social-icon{
    padding: 2px 5px;
}

.footer-social-icons .middle-social-icon:hover{
    color: #b7a078 !important;
}

.footer-container{
    max-width: 1080px;
    margin: 0 auto;
}

.page-bottom{
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    padding-top: 5px;
        padding-bottom: 10px;
        height: 75px;
}

.page-bottom a{
    color: #fff;
}

.page-bottom a:hover{
    color: #fff;
    font-weight: 700;
}

.header-social-icons li{
    display: inline-block;
    list-style-type: none;
}

.header-social-icons li:hover{
    font-weight: 700;
}

.page-header-links ul{
    margin: 0;
    color: #fff;
    padding: 0;
}

.page-header-links ul li{
    list-style-type: none;
    display: inline;
}

.page-bottom-links ul{
    margin: 0;
    color: #fff;
    padding: 0;
}

.page-bottom-links ul li{
    list-style-type: none;
    display: inline;
}

.page-bottom-links li:not(:first-child):before{
    content: " | ";
}

.HHLogo{
    float: right;
    margin-top: 0px;
    width: 39px;
    height: 0px !important;
}

.copyright{
    display: block;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #b7a078 !important;
    background-color: white !important;
}

.r-tabs-state-active {
   border-bottom: 4px solid #b7a078 !important;
}


@media only screen and (min-width: 2120px) and (max-width: 3840px) {
    
    .carousel-inner {
        height: 1800px;
    }
    
}

@media only screen and (max-width: 1024px) {
    .RadMenu{
        max-width: 100%;
    }
    
    .carousel-inner {
        height: 340px;
    }
    
    .home-content  {
        overflow: hidden;
        padding-bottom: 0px;
    }
    
    .home {
        margin-top: 0px;
        width: 92%;
    }
    
    .home-bg  {
        height: auto;
    }
    
    .btn-herd {
        transform: scale(.7);
    }
    
        .btn-sale {
        transform: scale(.7);
    }
    
        .btn-contact {
        transform: scale(.7);
    }
    
    .page-bottom {
        height: 128px;
    }
    
}

@media only screen and (max-width: 768px) {


    .bottom-left-col {
        text-align: center;
    }
    
    .bottom-right-col {
        text-align: center;
        padding-top: 0px;
    }
    
    .HHLogo {
        float: unset;
    }
    
    .rnvPopup .rnvLink .rnvToggle {
        top: 24px;
    }
    
    .header-left-col {
        width: 100%;
        text-align: center;
    }
    
    .page-footer-top {
        text-align:center !important
    }
    
    .footer-right-col {
    text-align: center;
    padding-left: 0px;
        margin-left: -10px;
}

}

@media only screen and (max-width: 480px) {
   .HHLogo {
        float: none;
        margin-top: 10px;
    }

    
    .RadNavigation .rnvRootGroupWrapper {
        padding-right: 0px;
    }
    
    .carousel-inner {
        height: 240px;
    }
    
    .logo {
        margin: 0 auto;
        max-width: 220px;
        padding-top: 5px;
        position: absolute;
    }
    
    .btn-primary {
        margin-bottom: 30px;
    }
    
    .page-navigation{
        height: 95px;
    }
    
    .home {
    margin-top: 0px;
    width: unset;
}
    
        .btn-herd {
        transform: unset;
    }
    
        .btn-sale {
        transform: unset;
    }
    
        .btn-contact {
        transform: unset;
    }
}

@media only screen and (max-width: 375px) {
    
    .header-left-col {
        text-align: center;
    }
    
    .header-right-col {
        text-align: center;
    }
    
}

@media only screen and (max-width: 320px) {
    .carousel-inner {
    height: 175px;
}

}