/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

/*# sourceMappingURL=responsive.desktop.css.map */


  /* =============================================================================
 *  Sticky Header
 * ========================================================================== */
 
 .sticky-header {
                left: 0;
				right:0;
                position: fixed;
                top: 0;
                width: 100%;
                z-index:9999;
				background:#ffffff;
				background-image:none !important;
				padding-bottom:0 !important;
				
				-webkit-transition: all 0.4s ease;
    			-moz-transition: all 0.4s ease;
    			-o-transition: all 0.4s ease;
    			transition: all 0.4s ease;
				
				padding-top:0 !important;
				
				-webkit-box-shadow: 0px 2px 11px -3px rgba(110,110,110,0.72);
				-moz-box-shadow: 0px 2px 11px -3px rgba(110,110,110,0.72);
				box-shadow: 0px 2px 11px -3px rgba(110,110,110,0.72);
        }
		
		.sticky-header #site-name a {
			width:175px;
			height:56px;
			background-size:175px 56px;
		}
		
		.sticky-header #primary-menu-bar {
			margin:53px 10px 7px 0;
		}
		
		.sticky-header #branding {
			margin:17px 0 0px 10px;
		}
