*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

nav {
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #000;
    position: fixed;
    width: 100%;
    z-index: 999;
}

nav ul {
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline;
}

nav ul li a {
    padding: 10px 15px;
    color: #fff;
    font-weight: 100;
    font-size: 17px;
    text-transform: uppercase;
    transition: 0.5s;
    text-decoration: none;
}

nav ul li a:hover {
    color: #BD1F34;
}

nav ul li.active a {
    color: #BD1F34;
}

.mobile_menu_toggle {
    display: none;
    font-size: 30px;
    float: right;
    margin-right: 0px;
}

.mobile_menu {
    display: none;
    width: 200px;
    background-color: rgb(24, 24, 24);
    position: fixed;
    right: 0;
    top: 59px;
    overflow-y: scroll;
}

.mobile_menu li {
    display: block;
    width: 100%;
    margin: 0;
    height: 42px;
    border-right: 0;
}

.mobile_menu li a {
    margin: 0 0 0 10px;
    line-height: 42px;
    display: block;
    vertical-align: middle;
    padding: 1px 0 0 0;
}

.b_mm .overflow {
    position: relative;
    right: 200px;
}

.b_mm .mobile_menu_toggle {
    margin-right: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.inline {
    display: inline-block;
}

.bold {
    font-weight: bold;
}

.top {
    vertical-align: top;
}

footer {
    padding: 20px 5px 5px 5px;
    background: #eeeeee;
    margin-top: 40px;
}

footer .Credits {
    text-align: center;
    width: 100%;
    border-top: 1px solid #b9b9b9;
    padding-top: 10px;
}

footer .Credits a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

footer p {
    margin: 0 0 5px 0;
}

footer ul {
    padding-left: 15px;
}

footer ul li {
    list-style-type: none;
}

footer ul li a {
    text-decoration: none;
    margin-bottom: 5px;
}

footer .right {
    text-align: right;
}

footer .Heading {
    font-weight: bold;
    margin-bottom: 7px;
    font-size: 16px;
}

#res_map {
    margin-bottom: -40px;
}

#Preview {
    background: url(/wp-content/themes/lubo/img/Preview.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    height: 500px;
    color: #fff;
    position: relative;
    margin-bottom: 50px;
}

#Preview h2 {
    background: rgba(0, 0, 0, 0.8);
    max-width: 500px;
    position: relative;
    width: 100%;
    top: 50%;
    padding: 15px;
    margin: auto;
    font-size: 80px;
    font-weight: bold;
    transform: translateY(-50%);
}

#Preview h2 a {
    text-decoration: none;
    color: #fff;
}
.Downloads{
	padding:45px 0;
	text-align:center;
	border-top:5px solid #a5a5a5;
	margin-top:40px;
}
