body {
    color: #000;
    font-family: 'aller', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    background-color: #fff;
}

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

}

.carousel {
    position: relative;
    margin: 0px auto;
}


.fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

UL LI {
    list-style-type: none;
}

a {
    color: #000;
}

a:hover {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.PageModuleTitle {
    font-size: 2.5em;
}


h1,h2,h3,h4,h5,h6 {
    font-style: normal;
    color: #000;
    font-weight: 700;
    padding: 15px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 700;
}

h1{
    font-size: 3.5em;
    font-family: 'abugetregular';
    font-weight: 400;
}

h2{
    font-size: 3em;
}

h3{
    margin-top: 0px;
    font-size: 2.5em;
}

h4{
    font-size: 2em;
    font-family: 'abugetregular';

}

.home-content h4 {
    font-size: 5em;
    font-family: 'abugetregular';
    color: #fff !important;
    font-weight: 400;
    margin-top: 0px;
    padding-top: 0px;
}

a[href*="tel:"]{
    text-decoration: none !important;
}

hr {
    height: 0px;
    border-style: solid;
    border-color: #000;
    border-width: 2px;
    width: 95%;
}

.button {
    color: #fff !important;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    text-decoration: none !important;
    padding: 10px 20px 5px 20px;
    font-size: 1.4em;
    border-radius: 0px;
    font-weight: 400;
    background: #000;
    border: none;
    margin: 10px 0px;
}

.button a{
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px 5px 20px;
    font-size: 1.4em;
    border-radius: 0px;
    font-weight: 400;
    background: #000;
    border: none;
    margin: 10px 0px;
}

.btn{
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px 5px 20px;
    font-size: 1.4em;
    border-radius: 0px;
    font-weight: 400;
    background: #000;
    border: none;
    margin: 10px 0px;
}

.btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px 5px 20px;
    font-size: 1.4em;
    border-radius: 0px;
    font-weight: 700;
    background: #000;
    border: none;
    margin: 10px 0px;
}

.btn-primary {
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px 5px 20px;
    font-size: 1.4em;
    border-radius: 0px;
    font-weight: 400;
    background: #000;
    border: none;
    margin: 10px 0px;
}

.btn-primary a{
    color: #fff !important;
}

.btn-primary:hover {
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px 5px 20px;
    font-size: 1.4em;
    border-radius: 0px;
    font-weight: 700;
    background: #000;
    border: none;
    margin: 10px 0px;
}

.btn-default{
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px 5px 20px;
    font-size: 1.4em;
    border-radius: 0px;
    font-weight: 400;
    background: #000;
    border: none;
    margin: 10px 0px;
}

.btn-default:hover{
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px 5px 20px;
    font-size: 1.4em;
    border-radius: 0px;
    font-weight: 700;
    background: #000;
    border: none;
    margin: 10px 0px;
}

.btn-icon{
    background: url(images/icon.png) center no-repeat;
    background-size: contain;
    height: 165px;
    width: 100%;
    border: none;
    transition: all .2s ease-in-out;
}

.btn-icon:hover{
    background: url(images/icon-hover.png) center no-repeat;
    background-size: contain;
    height: 165px;
    width: 100%;
    border: none;
    transition: all .2s ease-in-out;
}

.animal-detail-btns .fa-envelope-o:before{
    content: "\f0e0";
}

.t-container-fluid{
    max-width: 100% !important;
}

.home-bg{
    background: #000;
    background-size: cover;
    margin-top: 0px;
}

.home-container{
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 0px;
}

.home-content{
    overflow: hidden;
}

.content-container{
    max-width: 1080px;
    margin: 0 auto;
}

.main-content{
    overflow: hidden;
    padding: 60px 0px;
    min-height: 300px;
}

.page-navigation{
    background: url(images/top.png) bottom no-repeat;
    background-size: cover;
    height: 160px;
    color: #000;
    z-index: 1;
    padding: 5px 20px 5px 20px;
    font-size: 24px;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 300;
}

.navbar{
    margin-bottom: 0px;
    border-radius: 0px;
}

.navbar-header{
    min-height: 65px;
}

.navbar-default{
    background-color: transparent;
    border: 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
}

.RadNavigation .rnvMore.rnvRight{
    border: 0;
    margin: 0px 0 0 15px;
    color: #000;
    padding-top: 24px;
}

.RadNavigation .rnvHovered.rnvMore.rnvRight, .RadNavigation .rnvSelected.rnvMore.rnvRight{
    margin-right: 0px;
}

.RadNavigation .rnvRootGroupWrapper{
    border: 0;
    text-align: right;
    padding-top: 50px;
}

.rnvLink, .rnvLink:hover, .rnvLink:active, .rnvLink:focus{
    color: #000;
    font-size: 24px;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 300;
}

.rnvText:hover{
    color: #000;
    font-weight: 700;
    font-size: 24px;
}

.RadNavigation .rnvRootLink{
    border: 0;
    padding: 5px 20px 5px 20px;
    font-size: 24px;
    font-weight: 300;  
}

.rnvPopup{
    border: 0;
    background-color: #dcab5d;
    font-weight: 400;
}

.RadNavigation .rnvMore{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    height: auto;
    right: 10px;
}

.RadNavigation .rnvMore:hover{
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.RadNavigation .rnvMore:before {
    float: left;
    content: "\f0c9";
    left: 0;
    margin-left: 0px;
    width: auto;
}

.rnvMorePopup {
    background-color: #dcab5d;
}

.rnvPopup .rnvLink {
    font-size: 24px;
    text-align: center;
    padding: 5px 30px 5px 30px;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}

.rnvPopup .rnvLink:hover {
    color: #000;
}

.rnvLink .rnvText {
    display: inline-block;
    vertical-align: top;
}

.rnvLink .radIcon {
    font-size: 16px;
    width: 22px;
    height: 30px;
    line-height: 28px;
}

.logo{
    display: inline-block;
    padding: 0px 10px 10px 10px;
    max-width: 500px;
    margin-top: -10px;
}

.page-header{
    background-color: #dcab5d;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
    padding: 0px;
}

.logo-header{
    margin-bottom: 0px;
    border: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #dcab5d;
}

.logo-container{
    display: table;
    height: 100%;
    width: 100%;
}

.logo-content-container{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
}

.banner {
    background: url(images/banner.JPG) center no-repeat;
    height: 770px;
    background-size: cover;
    background-position: center;
    margin-top: -45px;
}

.banner-content {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35%;
    position: absolute;
    max-width: 65%;
}

.fab {
    font-weight: 400;
    padding-right: 12px !important;
    color: #fff;
}

.fas {
    font-weight: 400;
    padding-right: 12px !important;
    color: #000;
}

.footer-right-col .fas {
    color: #000;
}

.footer-right-col .fab {
    color: #000;
}

.footer-right-col .fab:hover {
    color: #fff !important;
}

.footer-right-col .fas:hover {
    color: #fff !important;
}

.footer-bg {
    background: url(images/bottom.png) top no-repeat;
    background-size: cover;
    min-height: 140px;
}

.footer-content {
    text-align: center;
    color: #000;
    padding: 20px 0px;
}

.footer-content a {
    text-align: center;
    color: #000;
}

.page-bottom {
    color: #fff;
    background-color: #000;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
    padding-bottom: 10px;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
}

.page-bottom a{
    color: #fff;
}

.page-bottom a:hover{
    color: #fff;
    font-weight: 400;
}

.page-bottom-links ul {
    margin: 0;
    padding: 0;
}

.page-bottom-links ul li {
    list-style-type: none;
    display: inline;
}

.page-bottom-links li:not(:first-child):before {
    content: " | ";
}

.footer-left-col {
    text-align: left;
    padding-top: 30px;
    font-size: 20px;
    font-weight: 700;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    padding-bottom: 10px;
    line-height: 1em;
}

.footer-middle-col {
    padding-top: 30px;
        padding-bottom: 15px;
}

.footer-right-col {
    font-size: 22px;
    color: #fff !important;
    text-align: right;
    padding-top: 50px;
}

.HHLogo{
    float: right;
    width: 50px;
    margin-top: 0px;
    height: 30px !important;
}

.copyright{
    display: block;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #000 !important;
    background-color: #fff !important;
}

.r-tabs-state-active {
   border-bottom: 4px solid #dcab5d !important;
}



@media only screen and (min-width: 2120px) and (max-width: 3840px) {
    
    
}


@media only screen and (max-width: 1024px) {
    .RadMenu{
        max-width: 100%;
    }
    
    .logo {
        padding: 5px 10px 10px 0px;
    }
    
    .banner {
        height: 320px;
    }

}

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

    .RadNavigation .rnvRootLink {
        font-size: 28px;
    }
    
    .rnvPopup .rnvText {
        font-size: 28px;
    }
    
    .banner {
        height: 420px;
    }
}


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

    .bottom-left-col {
        text-align: center;
    }
    
    .logo {
        padding: 5px 10px 10px 0px;
    }
    
    .HHLogo {
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .footer-left-col {
        text-align: center;
    }
    
    .footer-right-col {
        text-align: center;
            padding-bottom: 15px;
    }

    
}

@media only screen and (max-width: 414px) {
    
    body {
        font-size: 18px;
    }
    
    .page-navigation {
        height: 115px;
    }

    .logo {
        max-width: 186px;
        padding: 5px 10px 20px 10px;
        float: left;
    }
    
    .RadNavigation .rnvMore {
        right: 0px;
    }

    .page-header-top {
        font-size: 16px;
    }
    
    .header-left-col {
        text-align: center;
    }
    
    .RadNavigation .rnvMore .rnvRight:hover {
        font-size: 22px;
    }
    
    .RadNavigation .rnvMore .rnvRight:active {
        font-size: 22px;
    }
    
    .logo-content-container {
        padding-top: 0px;
    }
    
    .banner {
        height: 320px;
    }
    
    .banner-content {
        max-width: 90%;
        top: 50%;
    }
    
    .rnvPopup .rnvLink .rnvToggle {
        position: absolute;
        top: 40%;
    }
    
    .footer-middle-col {
        padding-top: 10px;
    }
    
    .footer-right-col {
        padding-top: 10px;
    }


}

@media only screen and (max-width: 320px) {
    
    .banner {
        height: 250px;
    }
    
    .logo {
        max-width: 162px;
        padding: 0px 10px 20px 20px;
    }
    
    .page-navigation {
        height: 112px;
    }

}

@media (max-width: 1024px) and (min-width: 361px){
    .rnvMorePopup {
        min-width: 24vw;
        max-width: 60vw;
        color: #000;
    }
}