<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


#cosmo-nav.affix {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    z-index:9999;
    background-color:#fff;
    border-bottom:1px solid #ccc;
    box-shadow: 0px 1px 10px #999;
    -webkit-transition: top 0.5s ease-in-out;
    -webkit-transition-delay: 0.5s;
    transition: top 0.5s ease-in-out;
    transition-delay: 0.5s;
}

nav {
	-webkit-transition: top 1s ease-in-out;
    -webkit-transition-delay: 0.5s;
    transition: top 1s ease-in-out;
    transition-delay: 0.5s;
}


@media (min-width: 768px){
	
	#cosmo-nav.affix .navbar-nav {
	    float: none !important;
	    background: #fff;
	}
	#cosmo-nav.affix #navbarmain, #cosmo-nav.affix #navbarmainpp{
		margin-top:0;
		border-top: none !important;
	}
	#cosmo-nav.affix .logo-sticky{
		display:block !important;
	}
	#cosmo-nav.affix .logo-sticky img{
		height:28px !important;
	}
	#cosmo-nav.affix .logo-sticky a {
		padding-left: 0 !important;
    	padding-right: 0 !important;
    	padding-top: 11px !important;
	}
	#cosmo-nav.affix .logo-sticky a:hover {
		background:none !important;
	}
	#navbarmainpp {
	    margin-top: 20px;
	    border-top: 1px solid #000 !important;
	    margin-bottom: 0px;
	    border: none;
	    border-radius: 0;
	    min-height: auto;
	}
	
	#navbarmainpp.wecosmoprof {
	    margin-top: 0px;
	    padding-top: 20px;
	    border-top: 1px solid #000 !important;
	    margin-bottom: 0px;
	    border: none;
	    border-radius: 0;
	    min-height: auto;
	}
	
	
}</pre></body></html>