/*
This is your custom Style Sheet. It's the last css resource loaded so you can
easily overwrite css selectors from other style sheets.
*/

.social-links .fa {
	color: #FFFFFF;
}

.footer-static-bottom .footer-links address .fa {
	color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a::after {
	border-bottom: 0;
}
.navbar-default .navbar-nav > li.active > a::after {
	border-bottom: 1px solid #ffffff;
}


.search-filter .list-categorytree .list-group-item > a {
    padding-right: 60px;
    position: relative;
}

.search-filter .list-group .list-group-item .badge {
    position: absolute;
    right: 5px;
    top: 12px;
}

.search-filter .list-group .list-group-item.active > a:after {
    margin-right: 0;
    position: absolute;
    right: 40px;
    top: 14px;
}

#overview img{
    display: block;
    max-width: 100%;
    height: auto;
}

#upcoming-events .theme-box-content{
    min-height: 100px;
}


@media (max-width: 768px){
    section.block .row .col-sm-4:nth-child(3n+1), 
    .block-container .row .col-sm-4:nth-child(3n+1) {
        clear: none;
    }
    section.block .row .col-sm-4:first-child{
        clear: left;
    }
}


@media (max-width: 767px){
    .carousel-inner.hidden-xs {
        display: block !important;
        //height: 200px;
        background-color: #d1b69b;
    }
    .search-header{
        //top: -50px;
        background-color: #d1b69b;
    }
    .search-header .hero-text {
    	display:none;
    }
    .search-header .well-translucid {
    	margin-top: 15px;
    	margin-bottom: 15px;
    	
    }
    
}