/* ==========================================================================

   ========================================================================== */    

/* dog positioning on the homepage promo banner */
.home-news .event .billy {
	bottom : -125px;	
	display : none;
}


/* HEADER */
.navbar-brand img{
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.navbar-toggle {
    margin-top: 41px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
}
        
/* Carousel */
.carousel-caption {
    height: 222px;
    margin-top: 20px;
}
.carouselContainer .carousel-indicators {
    top: 20px;
}

/* Home lead blocks */
.home-lead h1 {
    font-size: 3.2em;
    line-height: 1.2em;
}

/* Home info */
.home-info {
    background: #EFE7D1;
    border-left: 5px solid #E67D3C;
    color: #E67D3C;
    font-family: 'museosans300',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.4em;
    padding: 10px;
    height: 90px;
}
    .home-info a{
        color: #E67D3C;
    }
    .home-info.first{
        margin-top: 30px;
    }
    .home-info.second{
        margin-top: 30px;
    }
    .home-info span,
    .home-info span a{
        color: #E67D3C;
        font-family: 'museosans700',"Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        font-size: 1.2em;
    }
    .home-info.second span{
        font-size: 1.2em;
    }
    .home-info a:hover{
        text-decoration: none;
    }
    
/* Home info */  
.home-4-blocks article{
   height: 384px;    
}
    .home-4-blocks article .btn{
       position: absolute;
       bottom: 10px;
    }
    
/* Default Page */        
/* --Sidebar */
.sidebar{
    margin-top: 86px;
}
    .withSubtitle{
        margin-top: 121px;
    }

.main-news .featured-image  {
    height: auto;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .children,
.dropdown-menu .children li {
    list-style-type: none;
    padding: 0;
}

.dropdown-menu li:hover .children {
    display: block;
}

.dropdown-menu .children {
    position: absolute;
    display: none;
    top: 0;
    right: -100%;
    width: 300px;
    padding-bottom: 10px;
    margin-right: -4px;
    z-index: 20;
    background-color: #425363;
}

.dropdown-menu .children a {
    display: block;
    padding: 8px 20px;
    color: #FFF;
    background-image: none;
}

.dropdown-menu .children a:hover {
    background-color: #69C342;
    color: #FFF;
    text-decoration: none;
}

.dropdown-menu .page_item:hover,
.dropdown-menu .page_item:hover > a {
    background-color: #69C342;
    color: #FFF;
    text-decoration: none;
}

.dropdown-menu .page_item:hover a {
    color: #FFF !important;
}