.cbp-af-header {position:fixed;  background: rgba(9, 8, 9, 0); width:100%;  
    left:0px; top:0px;   z-index:99999; height: auto;
	    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    backface-visibility: hidden;/*
    -webkit-transition: -webkit-transform .8s cubic-bezier(0.645, 0.045, 0.355, 1), background-color .5s;
    transition: transform .8s cubic-bezier(0.645, 0.045, 0.355, 1), background-color .5s;
	/*-webkit-transition: height 0.3s;
 -moz-transition: height 0.3s; transition: height 0.3s; 
 -webkit-transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -o-transition:  color 500ms, background-color 500ms;
  transition:  color 500ms, background-color 500ms;*/}

.cbp-af-header .cbp-af-inner {
   
	margin: 0 auto;
	height: auto;
}

.no-padding-menu{

  /*---	padding: 0 ;---*/
}
.cbp-af-header.cbp-af-header-shrink {
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 0 15px rgba(197, 197, 197, 0);
    border-bottom: rgba(255, 255, 255, 0);
    
}



/*------------------------------------------------------------------------------------------------*/

@media only screen and (min-width : 150px) and (max-width : 767px){
.cbp-af-header.cbp-af-header-shrink {
          background: #ffffff;
    box-shadow: 0 0 15px #c5c5c5;
    border-bottom: #ffffff;
}
.sec-logo {
	display: block!important;
}

}/*------------------------------------------------------------------------------------------------*/





nav .navbar-brand img {

	    vertical-align: middle;
    width: 80%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(1);
    transition: all 0.3s ease;
    -webkit-transition: -webkit-transform .8s cubic-bezier(0.645, 0.045, 0.355, 1), background-color .5s;
    transition: transform .8s cubic-bezier(0.645, 0.045, 0.355, 1), background-color .5s;
}
.cbp-af-header.cbp-af-header-shrink nav .navbar-brand img {    
 width: 80%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transition: all 0.3s ease;
    -webkit-transition: -webkit-transform .8s cubic-bezier(0.645, 0.045, 0.355, 1), background-color .5s;
    transition: transform .8s cubic-bezier(0.645, 0.045, 0.355, 1), background-color .5s;}

     .cbp-af-header.cbp-af-header-shrink #nav-toggle { position: absolute; right: 35px; top: 30px; }
.cbp-af-header.cbp-af-header-shrink  #nav-toggle { cursor: pointer;  padding:0px 0px;}

.cbp-af-header.cbp-af-header-shrink .navbar-nav>li {padding-bottom: 0px;} 
.cbp-af-header.cbp-af-header-shrink .navbar {/*padding:0px;*/}
 
.cbp-af-header.cbp-af-header-shrink .top-bar {display:none;}  




.cbp-af-header.cbp-af-header-shrink .sec-logo {
	display:block;
}  


/* Example Media Queries */
@media screen and (max-width: 55em) {
	
	.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: none;
		
	}

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

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

	.cbp-af-header  h1,
	 .cbp-af-header 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;
	}
}

@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;
	}
}
