.cbp-af-header {
	position:relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	
	z-index: 10000;
	z-index: 10;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
    transition: height 0.3s;
    /*border-bottom:1px solid #e8e9ee !important;*/
}

.cbp-af-header.cbp-af-header-shrink {
	position:fixed;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
	border-bottom:1px solid #e8e9ee;
	position:fixed;
    background-color: #fff !important;   
    opacity:1;
    box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important;
    animation: smoothScroll 1s forwards;
}
.cbp-af-header.cbp-af-header-shrink.header_area .navbar-brand .logo_area{
	
}
.home_page_header .cbp-af-header.cbp-af-header-shrink .navbar-brand .logo_area{
	background-image: url(../images/wetroo.png);
	/*width: 240px;
    height: 40px;
    line-height: 50px;    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;*/
}


@media screen and (max-width:1200px){



}

@media screen and (max-width:992px){
    
    

}	
@media all and (max-width:768px){
.cbp-af-header.cbp-af-header-shrink {
	    position: inherit;
}

}



@media all and (max-width:480px){
	
.home_page_header .cbp-af-header.cbp-af-header-shrink .navbar-brand .logo_area {
    background-image: url(../images/wetroo.png);
}


}





@media all and (max-width:480px){



}
