@media only screen and (min-width: 768px) {
	#top_mobile {
		background-color: rgba(5, 61, 100, 0.82);
		z-index: 999999;
	}
	#top_mobile .mod_top_phone_mobile {
		display: none;
	}
}

@media only screen and (max-width: 767px) 
	{
		#top_mobile {
			background-color: rgba(6, 61, 100);
			z-index: 999999;
			position: fixed;
			width: 100%;
			color: #fff;
			padding: 8px;
		}
		#top_mobile .inside {
		    background: none!important;
		}
		#top_mobile a, #top_mobile .mod_top_mail a {
		    color: #ffffff;
		}
		#slider {
		    padding-top: 44px!important;
		}
		.stickyheader {
			top: 44px!important;
		}
	}