.hor-nav {
	xheight:80px;
	z-index:10;
	width:70%;
	font-size:72.5%;
	}
	
.hor-nav ul {
	list-style: none;
	text-align: left;
    padding: 0;
    margin: 30px 0 0 0;
	}

.hor-nav ul .level_1 {
	margin:0;
}
.hor-nav li {
	font-size: 1.2em;
	height: 80px;
	
    display: inline-block;
    padding: 0 1em;
	}

.hor-nav a {	
	text-decoration: none;
	-webkit-transition: all .3s;
    transition: all .2s;
	}

.hor-nav a:hover {
	color: #444444;
	-webkit-transition: all .3s;
    transition: all .2s;
	}

.hor-nav li span.active {
	font-weight:bold;
	}

.hor-nav.headroom--pinned {
	background-color: #fff;
	-webkit-transition: all .8s;
    transition: all .8s;
	}
	
.hor-nav.headroom--pinned li {
	height: 80px;
	line-height: 80px;
    -webkit-transition: all .4s;
    transition: all .4s;
	}
	
.hor-nav.headroom--not-top	li {
	height: 35px;
	line-height: 35px;
    }
    
.hor-nav.headroom--not-top {
	height:50px;
	top:-15px;
	background-color: rgba(200,200,200,.9);
	-webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 -6px 15px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 -6px 15px 5px rgba(0,0,0,0.75);
	box-shadow: 0 -6px 15px 5px rgba(0,0,0,0.75);
	}
	
.hor-nav.headroom--not-top a {
	color: #fff;
	}

.hor-nav.headroom--not-top a:hover {
	color: #000;
	}

.hor-nav.headroom--not-top h1 {
	visibility: hidden;
	height: 0;
	}
	
.hor-nav h1 {
	width:auto;
	position:relative;
	text-align:center;
	margin-bottom:0;
	font-size:60px;
	line-height:60px;
	}
		
@media (min-width: 768px) {
.header-image {
	margin-top: 20px;
	}
}
	
@media (max-width: 768px) {
	.hor-nav {
	height:50px;
	}
	
	.hor-nav ul, .hor-nav.headroom--not-top {
		display:none;
	}
	
	.header-image {
	margin-top:50px;
	}
	
	.hor-nav h1 {
		margin-top: 5px;
	}
	
}
/*.intense {
	cursor: url('../images/plus_cursor.png') 25 25, auto;
}*/

.hor-nav .mod_navigation li {

    display: block;
    padding: 8px auto 8px 2px;
    margin-bottom: 1.2rem;
    font-size: 1.3rem !important;
    height:auto;

}
.hor-nav .mod_navigation li a:hover{
 color:#fff;
 display: block;
    padding: 8px auto 8px 2px;
    margin-bottom: 1.2rem;
    font-size: 1.3rem !important;
    height:auto;
}