.navbar.navbar-default .collapse.navbar-collapse > div.moduletable{
	float:left;
}
ul.maximenuck{
	font-family: 'Montserrat', sans-serif;
}
.pt-0{
	padding-top:0 !important;
}
.pb-0{
	padding-bottom:0 !important;
}
.grunge-border:after, .grunge-border-gray:after, .grunge-border-double-gray:after, .grunge-border-double:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 78px;
    background-image: url(../../../images/border.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    bottom: -1px;
}
.section-bg-image {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
}
.section-bg-image.parallax-window div.icon-list.font-2:before{
	content:none;
}
.hide{
	display:none;
} 
article img.post-image{
	width:100%;
}
.widget .search-blog form.searchform{
	display:table;
}
.widget .input-group.search-blog.list-blog{
	display:block;
}
.widget .list-group.list-blog .list-unstyled ul li{
	padding:10px 0;
	border-bottom: 1px solid #DCDCDC;
}
.widget .list-group.list-blog .list-unstyled ul li:last-child{
	border-bottom: none;
}
.widget .list-group.list-blog .list-unstyled ul li:hover{
	text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
    padding-left: 5px;
}
.widget .tagbox a:hover{
	opacity: 0.7;
}