#top .mod_top_address {
    float: left;
    margin-right: 15px;
}

.mod_navigation.mainmenu.onepagenav {
    background: #9e2121;
    opacity: 0.95;
    float: none;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 70px !important;
    box-shadow: 0 0 10px 6px rgba(0,0,0,0.2);
}
.mod_navigation.mainmenu.onepagenav ul {
    text-align: center;
}
.mod_navigation.mainmenu.onepagenav ul li a {
	color: #ffffff;
}
.mod_navigation.mainmenu.onepagenav ul li a:before {
    content: "";
    width: 5px;
    background: #000000 !important;
    height: 5px;
    position: absolute;
    left: -19px;
    top: 47%;
}
.mod_navigation.mainmenu.onepagenav ul li.float_left.floatbox li:first-child a:before {
	display:none
}

/** same height **/
.autogrid.same-height {
	display: table-cell;
	float: none;
	vertical-align: top;
}

/** flexible same height **/
.autogrid_wrapper.same-height,
.autogrid_wrapper .inner.same-height {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	height: 100%;
	clear: both;
}
.autogrid_wrapper.same-height .autogrid.same-height,
.autogrid_wrapper .inner.same-height .autogrid.same-height {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.same-height .newsteaser {
    outline: 1px solid rgb(242,242,242);
    outline-offset: -16px;
}
.same-height .newsteaser .content {
    border: none;
}
/** booked events **/
.booked {
    width:88.5%;
    top:120px;
    position:absolute;
    padding-top:6px;
    padding-bottom:6px;
    text-align:center;
    background-color:rgba(158,33,33,.5);
    font-size:20px;
    font-weight:bold;
    color:#fff;
}