/*HOR-NAV */

.hor-nav {
	position:fixed;
	z-index:1000;
	background: #111;
width: 100%;
top: 0;
	}
	
.hor-nav ul {
	list-style: none;
	text-align: center;
    padding: 0;
    margin: 0;
	}

.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 strong.active {
	font-weight:bold;
	}

.hor-nav.headroom--pinned {
	-webkit-transition: all .8s;
    transition: all .8s;
	}
	
.hor-nav.headroom--pinned li {
    -webkit-transition: all .4s;
    transition: all .4s;
	}
	
.hor-nav.headroom--not-top 	li {
	height: 46px;
line-height: 46px;
    }

.hor-nav.headroom--not-top 	li li {
line-height: normal;
    }
    
.hor-nav.headroom--not-top {
	background-color: RGBA(20, 20, 20, .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 li li a		{color: #b8b8b8!important; }
.hor-nav.headroom--not-top a:hover 		{color: #fff!important; }
.hor-nav.headroom--not-top li li a:hover	{color: #fff!important; text-decoration: none;  }


		
@media (min-width: 767px) {
.header-image {
	margin-top: 160px;
	}
}
	
@media (max-width: 768px) {

	
	.hor-nav #nav ul, .hor-nav.headroom--not-top {
		display:none;
	}
	
	.header-image {
	margin-top: 80px;
	}
	
	.hor-nav h1 {
		margin-top: 5px;
	}
	
}