.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; height:61px;
	background: #fff;
	z-index: 10000;
	/* height: 100px; */ 
	/* overflow: hidden; */  
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;	
	/* border-top:4px solid #F58220; */   
	box-shadow:0px 0px 10px #000;  
}

.cbp-af-header .cbp-af-inner {
	width: 100%; 
	/* max-width: 69em; */ 
	margin: 0 auto;
	padding: 0 1em;
}	

.cbp-af-header h1,
.cbp-af-header nav {
	display: inline-block; 
	position: relative;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
	line-height: normal;
}  

.cbp-af-header h1 {
	text-transform: uppercase;
	color: #333;
	letter-spacing: 4px;
	/* font-size: 4em; */ 
	margin:4px 0 0px 0;
	float: left;
	/* width:20%;  */	 
}

.cbp-af-header nav {
	float: right;
}

.cbp-af-header nav a {
	color: #aaa;
	font-weight: 700;
	margin: 0 0 0 0px;
	font-size: 1.4em;
}

.cbp-af-header nav a:hover {
	color: #333;
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 61px;
	/*box-shadow: 12px 1px 16px #FF8E00;  */
}	

/* new css add arvind */

/* .cbp-af-header.cbp-af-header-shrink #nav ul li a, #nav ul li a:hover { padding:0px 24px 12px; }
.cbp-af-header.cbp-af-header-shrink #nav ul ul { top:32px; } */ 
/* new css add arvind End */ 

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: normal;  
}

.cbp-af-header.cbp-af-header-shrink h1 {
	font-size: 2em;
	height:auto; 
}

.cbp-af-header.cbp-af-header-shrink h1 img { /* width:63%; */ }  

.cbp-af-header.cbp-af-header-shrink #nav{float:left;position:relative;  width:auto; /* top:10px; */ }


/* Example Media Queries */
@media screen and (max-width: 55em) {
	
	.cbp-af-header { height:auto; }
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: left;
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 115px;
	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
		height:auto;
	}
	.cbp-af-header { height:auto; }

}

@media screen and (max-width: 32.25em) {
	.cbp-af-header nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 24em) {
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1;
	}
	
	
	.cbp-af-header.cbp-af-header-shrink h1 { width:100%; }
	
	.cbp-af-header-shrink #nav { top:129px; }
	
}
 