/* Download / License */

#section { max-width: 1050px; position: relative; margin: 50px auto; }
#installation-wrap h2 { margin: 20px 0; }
#install-tabs { text-align: left; }

#instructions-zip .steps { width: 70%; }
#instructions-zip .latest-release { width: 30%; float: right; text-align: center; }
#instructions-zip .latest-release .footnote { font-size: 14pt; font-style: italic; margin-top: 20px; }
#instructions-zip .latest-release-btn a { margin: 0 auto; }

#licensing-wrap { text-align: left; }
#licensing-wrap h2 { margin: 55px 0 35px; text-align: center; }
#licenses-wrap { margin: 40px 20px; }

#licensing-wrap .license-btn-col { width: 25%; float: left; }
#licensing-wrap .license-btn-col .license-btn-wrap { margin: 0 auto; }
#licensing-wrap .license-btn-col:hover .license-btn a[href] { transform: scale(1.04); }

#licensing-wrap .license-btn-col .license-links { transition: opacity .7s; }
#licensing-wrap .license-btn-col:not(:hover) .license-links { opacity: 0; }

#licensing-wrap img.license-product-box { float: right; }
#licensing-wrap img.license-gpl-logo {
	float: right;
	margin: 10px;
	opacity: 0.85;
}


/********** GRADIENTS **********/

.section-download .quick-installation pre.first {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+67,0+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 67%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(67%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 67%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 67%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 67%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 67%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.section-download .quick-installation pre.last {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+33,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(33%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
