/* Compressor CSS */

/* globalheader updates */
#compressor #globalheader { background:#2b2b2b; background:rgba(85,85,85,0.5); }
@media only screen and (max-device-width: 767px) {
	#compressor #globalheader .gh-nav-view { background:#2b2b2b; background:rgba(85,85,85,0.5); }
}

#compressor .rounded { border-radius:5px; }

#compressor .divider-bottom { border-bottom:1px solid #ddd; }
#compressor .divider-bottom-dark { border-bottom:1px solid #333; }
#compressor .black-bg.offblack { margin-top:-1px; border-top:1px solid #000; }
#compressor .copy-link { margin-bottom:9px; }

#compressor #main .section { margin:64px auto; width:980px; padding-top:90px; border-top:1px solid #e6e6e6; }

#compressor p.intro { padding:0 100px 5px; }
#compressor .column { width:400px; padding-right:80px; }
#compressor .column h2 { padding:17px 0 5px; }
#compressor .column img.block { margin:15px 0 27px; }

#compressor #format-support p.intro{ padding-bottom: 15px; }

#compressor #hero { margin-top:40px; }
#compressor #hero.sticky { margin-top:0; padding-top:40px; }
#compressor #hero h1,
#compressor #hero h2 { position:relative; margin-left: 30px; z-index:2; }
#compressor #hero h2 { margin-top:-16px; }
#compressor #hero .hero-image { position:relative; margin:94px auto 0; z-index:1; }

#compressor .download-now { padding:44px 0 18px; }
#compressor .download-now p { width:735px; margin-bottom:18px; }

#compressor .download-now .cta-download { display:inline-block; padding:2px 0 0 36px; min-height:30px; background:url(https://www.apple.com/v/final-cut-pro/f/images/download_arrow.png) no-repeat; *display:inline; *position:relative; *padding-bottom:7px; font-size: 18px; }
#compressor #main .scroll-nav { width:600px; padding:0 195px; margin-top:35px; font-size:.85em; }
#compressor #main .scroll-nav .scrollToAnchor { width:150px; padding-bottom:2px; }
#compressor #main .scroll-nav .scrollToAnchor p { margin-bottom:2px; }

#compressor #main #encoding { margin-top: 0; border-top:none; }

#compressor #main .promo { width:980px; margin:0 auto; padding:0; color:#999; }
#compressor #main .promo .grid2col { position:relative; padding-top:95px; z-index:1; }
#compressor #main .promo .first { min-height:305px; }
#compressor #main .promo p { width:420px; }
#compressor #main .promo img.right { position:absolute; margin:0; bottom:0; right:-15px; z-index:1; }

#compressor #main p.compact-legal { margin-bottom:0; }

#compressor #ac-globalfooter { background-color: transparent; }

/* Sub-pixel rendering fix for iPad with Retina */
@media only screen and (-webkit-min-device-pixel-ratio:1.5) and (min-device-width:481px)
and (max-device-width:768px), only screen and (min-device-pixel-ratio:1.5) and
(min-device-width:481px) and (max-device-width:768px) {
	#compressor #main .promo img.right { bottom:-1px; }
}