
/* Navigation Style 1 */
	
	#logo {
		background:url(../images/pimp-logo.png) no-repeat;
		background-size: 174px 65px;
		position:absolute;
		width:174px;
		height:65px;
		left:3%;
		margin-left:0;
		z-index:100;
		display:block;
	}
	
	#logo a{
		width:174px;
		height:65px;
		position:absolute;
	}
	
	.logo-back {
		transform: rotateY(-180deg);
	}

	#navigation-sticky-wrapper {
		height: 65px !important;
	}

	.navbar-inner {
	background: #000;
    border-bottom: medium none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    line-height: 20px !important;
    min-height: 45px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transition: all 0.3s ease-out 0s;
    z-index: 10;	
	}

	.navbar {
		position: relative;
	}
	
	.navbar .nav {
		text-align: right;
    	width: 78%;
	}

	.navbar .nav > li {
		float:none;
		display:inline-block;
	}
	
	.navbar .nav > li.menu-1 {
		margin-right:20px;
	}
	
	.navbar .nav > li.menu-2 {
		margin-right:20px;
	}
	
	.navbar .nav > li.menu-3 {
		margin-right:20px;
	}
	
	.navbar .nav > li.menu-4 {
		margin-right: 20px;
	}
	
	.navbar .nav > li.menu-5 {
		margin-right:20px;
	}
	
	.navbar .nav > li.menu-6 {
		margin-right:0;
	}
	
	.navbar .nav > li.menu-7 {
		margin-right:0;
	}
	
	.navbar .nav > li.menu-8 {
		margin-right:0px;
	}

	.navbar .nav > li > a {
		font-family: 'Montserrat', sans-serif;
		text-transform:uppercase;
		font-weight:400;
		font-size:14px;
		color: #ffffff;
		display: block;
		height: 100%;
		line-height: 25px;
		text-shadow: none;
	}
	.navbar .nav>li>a:focus{
		color:#fff;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		background: none;
		box-shadow: none;
		color: #0073bd;
		height: 100%;
	}
	
	.navbar .nav > li > a:hover {
		color: #07b4ea;
		text-decoration: none;
		height: 100%;
		transition: all 0.4s ease-out 0s;
		/*background:url(../images/nav-item-bg.png) center no-repeat; */
		/*background-size: 100% 100%; */
		padding: 10px 15px;
	}	
	
	.navbar .show-menu {
		background:url(../images/responsive-menu.png) no-repeat 2px 2px;
		background-size:30px 30px;
		border-radius: 3px;
    	cursor: pointer;
    	display: none;
   	 	float: right;
   	 	height: 31px;
   	 	margin: 7px 30px 7px 10px;
   	 	opacity: 0.7;
   	 	padding: 10px 6px;
   	 	width: 30px;
	}
	
	.navbar .show-menu:hover {
		opacity:1;
	}
	
	
	
@media only screen and (max-width: 1300px) {	

	.navbar .nav > li.menu-1 {
		margin-right:25px;
	}
	
	.navbar .nav > li.menu-2 {
		margin-right:25px;
	}
	
	.navbar .nav > li.menu-3 {
		margin-right:25px;
	}
	
	.navbar .nav > li.menu-4 {
		margin-right:25px;
	}
	
	.navbar .nav > li.menu-5 {
		margin-right:25px;
	}
	
	.navbar .nav > li.menu-6 {
		margin-right:25px;
	}
	
	.navbar .nav > li.menu-7 {
		margin-right:25px;
	}
	
	.navbar .nav > li.menu-8 {
		margin-right:0px;
	}
	
}


@media only screen and (max-width: 1024px) {
	
	.navbar-inner {
		min-height: 65px!important;
		padding:0!important;
	}
	
	.nav-collapse {
		background: rgba(0, 0, 0, 0.9);
		padding:0px 30px;
	}
	
	.navbar .nav > li {
		display: inline-block;
		float: left;
		width:100%;
		border-bottom: 1px dotted #CCCCCC;
	}
	
	.navbar .nav > li:last-child {
		border-bottom:none;
	}
	
	.navbar .nav {
		text-align: left;
		width: 100%;
	}
	
	.navbar .nav > li > a {
		padding: 8px 0px;
		font-family: 'Open Sans',serif;
		font-size:12px;
	}
	
	.navbar .show-menu {
		display:block;
	}
	
	.navbar .nav-collapse .nav.pull-right {
		float: left;
		margin:10px 0;
	}
	
	
	

}





@media only screen and (max-width: 767px) {
	
}



@media only screen and (max-width: 479px) {
	
}	