@charset "utf-8";
/* Fonts */

@font-face {
  font-family: NotoWeb;
  src: url('/fonts/noto_sans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/noto_sans.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/noto_sans.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/noto_sans.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/noto_sans.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* Styles */


html {
	color: black;
	font-family: 'Noto Sans', NotoWeb, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: rgb(240,240,240);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	line-height: 175%;
	
	background-image: linear-gradient(bottom, rgba(240,240,240,1) 0%, rgba(199,199,199,1) 85%);
	background-image: -o-linear-gradient(bottom, rgba(240,240,240,1) 0%, rgba(199,199,199,1) 85%);
	background-image: -moz-linear-gradient(bottom, rgba(240,240,240,1) 0%, rgba(199,199,199,1) 85%);
	background-image: -webkit-linear-gradient(bottom, rgba(240,240,240,1) 0%, rgba(199,199,199,1) 85%);
	background-image: -ms-linear-gradient(bottom, rgba(240,240,240,1) 0%, rgba(199,199,199,1) 85%);
	background-size: 100% 500px;	
}

body {
	margin:0 auto;
		padding: 15px 0px !important;

}

h1 {
	font-size: 22px;
	text-align: center;
	font-weight:normal;
	font-family: inherit;
	text-transform:uppercase;
}

h3 {
	color: #0066CC;
	font-size: 20px;
	font-weight: normal;
	font-weight: 300;
	line-height: 30px;
}

h3 img { margin-bottom: -5px;}

h4 {
	color: #0066CC;
	font-size: 18px;
	font-weight: normal;
	font-weight: 300;
}

h5 {
	color: #0066CC;	
	font-size: 100%;
	font-weight: 300;
	text-align: left;
	margin-bottom: 10px;
}

a, a:visited {	color: #0066CC;	text-decoration: none;	}

a:active {	color: black;   outline: none; }

li {
	padding: 5px 0px;
}

/* Helper classes */

.bold {font-weight:bolder;}
.bevel {box-shadow: 0px 0px 1px 1px white inset;}

.bt {border-top: 1px solid rgba(0,0,0,0.15);}
.bb {border-bottom: 1px solid rgba(0,0,0,0.15);}
.bl {border-left: 1px solid rgba(0,0,0,0.15);}
.br {border-right: 1px solid rgba(0,0,0,0.15);}

.fl {float:left;}
.fr {float:right;}

.tc {text-align: center !important;}
.tl {text-align: left !important;}
.tr {text-align: right !important;}

.ctr {margin:auto;}
.xctr {margin-left: auto; margin-right: auto;}
.yctr {margin-top: auto; margin-bottom: auto;}

.notm{	margin-top: 0 !important;}
.nobm{	margin-bottom: 0 !important;}
.nolm{	margin-left: 0 !important;}
.norm{	margin-right: 0 !important;}

.cell {display:table-cell;}
.column {display:table-column;}
.row {display:table-row;}
.table {display:table;}

.xfull {	width: 1200px; /*width:942px;*/	}	


.multicolumns{
	vertical-align: top;
	
    column-count: 2;
    column-gap: 60px;

    -webkit-column-count: 2;
    -webkit-column-gap: 60px;
}

.section, .dualcolumns{
	width: 100%;
	
	vertical-align: top;
	
    column-count: 2;
    column-gap: 60px;

    -webkit-column-count: 2;
    -webkit-column-gap: 60px;
}

.threecolumns{
	width: 100%;
	vertical-align: top;
    column-count: 3;
    column-gap: 60px;
    -webkit-column-count: 3;
    -webkit-column-gap: 60px;
}

.fourcolumns{
	width: 100%;
	vertical-align: top;
    column-count: 4;
    column-gap: 60px;
    -webkit-column-count: 4;
    -webkit-column-gap: 60px;
}

.fivecolumns{
	width: 100%;
	vertical-align: top;
    column-count: 5;
    column-gap: 30px;
    -webkit-column-count: 5;
    -webkit-column-gap: 30px;
}

.nocolumns{
	column-count: 1;
}

ul.wrapped{ page-break-inside:auto !important; break-inside: avoid-page!important;	}


#intro .component{padding-top: 100px; padding-left: 30px; padding-right: 30px;}

#intro category{text-align: center; display: block;}

#intro h2{text-align: center; display: block;}

#release_notes{
	overflow: visible;
	max-width: 1020px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
}

#release_notes .section{
	width: calc(100% - 60px) !important;
	
	padding-left: 30px;	
	padding-right: 30px;		
	padding-top: 50px;
	padding-bottom: 50px;
	
	border-bottom: 1px solid rgba(0,0,0,0.1) !important;	
}

#release_notes .section ul{
	margin: 0 auto 0 0;
}

#release_notes .major{
	/* margin-top: 100px !important;
	margin-bottom: 100px !important; */
}

#release_notes .group{
	/* margin-top: 100px !important;
	margin-bottom: 100px !important; */
}

#release_notes .supra{
 border: none !important; 
 margin-bottom: -30px;
}

#release_notes .removed{
	border: none !important;
}

#release_notes .section ul{	page-break-inside: avoid; break-inside: avoid-column; -webkit-page-break-inside: avoid; -webkit-break-inside: avoid-column; 	}

#release_notes .section ul li{	page-break-inside: avoid; break-inside: avoid-column; -webkit-page-break-inside: avoid; -webkit-break-inside: avoid-column;  	}

#release_notes .section p, #release_notes .section div p, #release_notes .component	{ font-style:normal; margin-top: 30px; margin-bottom: 10px; color: #0066CC; font-size: 110%;}

#release_notes .section .note	{ margin-top: 30px; margin-bottom: 10px; color: black; font-size: 100%; }

#release_notes .replaced {	color: rgb(125,125,125) !important;	} 

#release_notes .removed p {	color: rgb(125,125,125); margin: 10px 0px;	} 

#release_notes .section p:first-child{ margin-top: 0 !important; }

#content {
	background-repeat:repeat-x;
	background-size: 100% 200px;
	
	background-image: linear-gradient(top, rgba(0,0,0,0) 2%, rgba(0,0,0,0.10) 4%, rgba(0,0,0,0.08) 13%, rgba(0,0,0,0.08) 19%, rgba(0,0,0,0) 77%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 2%, rgba(0,0,0,0.10) 4%, rgba(0,0,0,0.08) 13%, rgba(0,0,0,0.08) 19%, rgba(0,0,0,0) 77%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 2%, rgba(0,0,0,0.10) 4%, rgba(0,0,0,0.08) 13%, rgba(0,0,0,0.08) 19%, rgba(0,0,0,0) 77%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 2%, rgba(0,0,0,0.10) 4%, rgba(0,0,0,0.08) 13%, rgba(0,0,0,0.08) 19%, rgba(0,0,0,0) 77%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 2%, rgba(0,0,0,0.10) 4%, rgba(0,0,0,0.08) 13%, rgba(0,0,0,0.08) 19%, rgba(0,0,0,0) 77%);	
	
	position: relative;

	overflow: visible;
	max-width: 100%;
	width: 100%;	
}

#content div { text-align: left;}

#footer {
	opacity: 0.5;
	border-radius: 0px 0px 7px 7px; 
}

#header {
	display:table;
	height: 26px;
	width: 100%; 

	border-radius: 6px 6px 0px 0px;
	
	background-image: linear-gradient(top, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.06) 44%, rgba(0,0,0,0) 56%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.06) 44%, rgba(0,0,0,0) 56%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.06) 44%, rgba(0,0,0,0) 56%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.06) 44%, rgba(0,0,0,0) 56%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.06) 44%, rgba(0,0,0,0) 56%);	
}

#navigation {
	display: table;
	height: 60px;
	width: 100%;
	
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.2);
		
	background-image: linear-gradient(bottom, rgba(0,0,0,.12) 0%, rgba(0,0,0,0.08) 5%, rgba(0,0,0,0.08) 30%, rgba(0,0,0,0) 70%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.12) 0%, rgba(0,0,0,0.08) 5%, rgba(0,0,0,0.08) 30%, rgba(0,0,0,0) 70%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.12) 0%, rgba(0,0,0,0.08) 5%, rgba(0,0,0,0.08) 30%, rgba(0,0,0,0) 70%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.12) 0%, rgba(0,0,0,0.08) 5%, rgba(0,0,0,0.08) 30%, rgba(0,0,0,0) 70%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.12) 0%, rgba(0,0,0,0.08) 5%, rgba(0,0,0,0.08) 30%, rgba(0,0,0,0) 70%);

	text-align: right;
}

#navigation a {
	line-height: 60px;
	padding: 22px 25px 23px 25px;
	
	color: black;
	font-size: 14px;
	font-weight:lighter;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	letter-spacing: 0px;
	text-decoration:none;
	text-transform:uppercase;
	
	border-left: 1px solid rgba(0,0,0,0);
	border-right: 1px solid rgba(0,0,0,0);
	white-space:nowrap;

	-webkit-transition: box-shadow .1s ease-in-out;
	-moz-transition: box-shadow .1s ease-in-out;
	-o-transition: box-shadow .1s ease-in-out;
	-ms-transition: box-shadow .1s ease-in-out;
	transition: box-shadow .1s ease-in-out;
}

#navigation a:hover, .navbar a:active {
	background: rgba(0,0,0,0.02);
	border-left: 1px solid rgba(0,0,0,0.15);
	border-right: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.09) inset;
	outline: none;
}

#wrapper {
	width:	1200px; /* 942px; */ 
		
	background: white;
	padding: 0px; 
	margin-left: 5px; 
	margin-bottom: 20px; 
	border-radius: 6px 6px 5px 5px;
	
	/* box-shadow: 3px 4px 4px 3px rgba(0,0,0,0.06), 0px 2px 2px 2px rgba(0,0,0,0.06), 3px 2px 35px 1px rgba(0,0,0,0.045), 0px 0px 1px 1px rgba(0,0,0,0.04), 5px 5px 20px 1px rgba(0,0,0,0.1); */
	box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.05), 4px 5px 10px 1px rgba(0,0,0,0.1), 0px 0px 2px 1px rgba(0,0,0,0.1);
}

.wrapperLeft{
	margin-right: 60px; 
	display:table; 
	float: left; 
	width: 480px;	
}

/* Gradient backgrounds */

.grad1 {
	background-image: linear-gradient(bottom, rgba(0,0,0,0.08) 22%, rgba(0,0,0,0.07) 33%, rgba(0,0,0,0) 70%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.08) 22%, rgba(0,0,0,0.07) 33%, rgba(0,0,0,0) 70%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.08) 22%, rgba(0,0,0,0.07) 33%, rgba(0,0,0,0) 70%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.08) 22%, rgba(0,0,0,0.07) 33%, rgba(0,0,0,0) 70%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.08) 22%, rgba(0,0,0,0.07) 33%, rgba(0,0,0,0) 70%);	
}

.grad2 {
	background-image: linear-gradient(top, rgba(0,0,0,0.08) 22%, rgba(0,0,0,0.07) 33%, rgba(0,0,0,0) 70%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.08) 22%, rgba(0,0,0,0.07) 33%, rgba(0,0,0,0) 70%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.08) 22%, rgba(0,0,0,0.07) 33%, rgba(0,0,0,0) 70%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.08) 22%, rgba(0,0,0,0.07) 33%, rgba(0,0,0,0) 70%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.08) 22%, rgba(0,0,0,0.07) 33%, rgba(0,0,0,0) 70%);	
}

.grad3 {
	background-image: linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 99%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 99%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 99%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 99%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 99%);	
}

/* Legacy style rules */

.headlineBlue {
	color: #0066CC;
	text-align:center;
	font-weight:700;
}

.headline {
	margin-top: 50px;
}

.topNote {
	font-size: 15px;
	line-height: 22px;
}

.t {
	font-size: 13px !important;
}

p img.framed {margin: 30px auto 40px; border-radius: 2px; border: 1px solid rgba(0,0,0,0.4); max-width: 95%; display: table;}
p img.unframed {margin: 30px auto 40px; max-width: 95%; display: table;}


hr {	display: block; clear:both; width: 100%; margin: 70px auto; color: rgba(0,0,0,0.1); }
.spacer {	display: block; clear:both; width: 100%; padding-top: 20px; border-bottom: 1px solid rgba(0,0,0,0.1); }


#guide .spacer {padding-top: 40px;}

.category {	color:#0066CC; font-size: 20px; clear: both; text-align:center !important; margin-top: 40px; margin-bottom: -10px;	 }
#guide .category{margin-bottom: 20px; margin-top: 40px !important;}

.question { 
	vertical-align: top;
	margin: 25px 0px; 
	float:left; 
	width: 300px; 
	display:inline-block; 
	color: rgb(0,100,170); 
	font-weight: 500; 
	font-size: 15px;

	border: 1px solid rgba(0,0,0,0.15); 
	
	padding: 15px 20px; 	
	border-radius: 3px;
	box-shadow: 0px 0px 0px 1px white inset;
	
	background-image: linear-gradient(right, rgba(0,0,0,0.025) 22%, rgba(0,0,0,0.02) 33%, rgba(0,0,0,0) 70%);
	background-image: -o-linear-gradient(right, rgba(0,0,0,0.025) 22%, rgba(0,0,0,0.02) 33%, rgba(0,0,0,0) 70%);
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0.025) 0%, rgba(0,0,0,0.04) 22%, rgba(0,0,0,0.02) 33%, rgba(0,0,0,0) 70%);
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.025) 22%, rgba(0,0,0,0.02) 33%, rgba(0,0,0,0) 70%);
	background-image: -ms-linear-gradient(right, rgba(0,0,0,0.025) 22%, rgba(0,0,0,0.02) 33%, rgba(0,0,0,0) 70%);
	
}
.answer { 
	margin-left: 400px; 
	width: 620px; 
	display:table; 
	margin-top: 5px; 
	line-height: 180%;
}

.code{
	line-height: 125%;
	
	background: rgba(0,100,255,0.02);
	border-radius: 5px;
	
	white-space: pre; 
	font-family: 'Noto Sans Mono', monospace; 
	
	padding: 30px 80px; 
	/* border: 1px solid rgba(0,0,0,0.1); */
	color: rgb(0,30,90);
}

.code .comment{
	color: rgb(0,150,30);
}

br {	line-height: 20px;	}

li { line-height:100%;	}
#guide li{line-height: 175%; padding-left: 20px; margin-bottom: 5px;}

#intro li {	line-height: 175%;	}

#hardware li {	line-height: 125%;	}

.contributor	{ font-style:normal; margin-top: 30px; color: #0066CC; }
.contribution 	{ font-style:oblique; }

#news story:first-child{
	border-top: 1px solid rgba(0,0,0,0.1);
}

#news story:last-child{
	border: none;
}

#news story{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: block;
	
	margin: 0px auto;
	padding: 50px 160px 50px;
	
	font-size: 14px;
}

#news story img{
	max-width: 100%;
	height: auto; 
}

#news story img.splash{
	margin: 30px auto 50px; 
	display: block; 
	border-radius: 5px;	
}

#news story img.splashWide{
	margin: 30px auto 50px; 
	display: block; 
	margin-left: -160px !important;
	max-width: 1200px !important;
}

#news date{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: rgb(170,170,170);
	letter-spacing: 1px;
	font-size: 90%;
	margin-top: 20px;
}

#news headline{
	font-size: 125%;
	display: block;
	width: 100%;
	text-align: center;	
	margin-bottom: 20px;
	color: rgb(0,70,160);
}

#news a{
	display: inline-block;
	margin: 0 1px;
	border-bottom: 1px solid rgba(0,0,0,0);
	transition: all 0.5s;
}

#news a:hover{
	border-bottom: 1px solid #0066cc;
	transition: all 0.1s;	
}

#news ul{
	display: block;
	margin: 20px auto 30px;
	width: 80%;
}

#news li{
	line-height: 175%;
}

#news{
	width: 1200px;
}

ul#sources{
	padding: 0px 10px;
}

#sources li
{
	padding: 0px 0px;
	margin: 0px;
	font-size: 13px;
}

#downloads .version, #sources .version{
	font-size: 17px;
	text-align: center;
	padding: 20px 0px 10px; 
	border-bottom: 1px solid rgb(230,230,230);	
}

#releaseNotesCurrent, #releaseNotesCurrent:hover{
	border-bottom: rgba(255,255,255,0.1) !important;
	background-color: rgba(256,256,256,1) !important;
	color: rgba(0,0,0,1);

    pointer-events: none;	
	user-select: none;		
}

#releaseNotesLinks a:hover {
	background: rgba(0,80,150,0.9);
	color: white;
}

#release_notes .splash, #guide .splash{
	position: absolute;
	left: 0px;
}

#releaseNotesLinks	{		
	margin-top: -30px;
	transform: translateY(-1px);	
	text-align: center !important;
	
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: inset 0px 2px 0px 0px rgba(255,255,255,0.2); 	
		
	background-image: linear-gradient(to bottom, rgba(135,180,230,1) 0%, rgba(120,160,210,1) 100%);	
	background-color: rgb(255,255,255);
				
	padding-top: 10px;
	padding-bottom: 12px;
	width: 1200px;
}

#releaseNotesTopGradient{
	margin-top: 20px;
		
	width: 1200px;
	
	background-repeat:repeat-x;
	background-size: 100% 150px;	
}

#releaseNotesLinks .versions select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: white;
	background-image: none;
}

#releaseNotesLinks .versions {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: -8px;
	width: 160px;
	/* background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 30%, rgba(160,220,255,0.1) 95%); */
	background-color: rgba(255,255,255,0.65);
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid rgba(0,0,255,0.2);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.2);  
}

#releaseNotesLinks .versions:hover{
	background: rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0);  	
}

#releaseNotesLinks .versions select {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 20px;
	color: black;
	font-size: 100%;
	cursor: pointer;
	background: none;
}

#releaseNotesLinks .versions select::-ms-expand {
	display: none;
}

#releaseNotesLinks .versions::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  color: black;
  pointer-events: none;
}

#releaseNotesLinks .versions::after {
  transition: .25s all ease;
}
 
#releaseNotesLinks .versions select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

#release_notes ul { 	}

#release_notes li {	line-height: 24px; margin-left: -10px; padding-left: 10px; font-size: 14px;	}

#release_notes td {	padding: 0px 15px;	}

#release_notes .title, #downloads .title, #installation .title, #sources .title {padding: 60px 0px 15px 0px; margin-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,0.1); font-size: 22px; color: #0066CC; text-align: center; clear:both;}

#installation, #sources {width: 1200px;}

#installation p, #installation ul, #installation ol {margin-left: 150px; margin-right: 150px;}

#installation ul, #installation ol {margin-bottom: 20px;}

#installation li{line-height: 200%; padding-left: 30px;}

#installation pre{display: inline-block; font-weight: bold; padding-left: 20px;}

#installation .supra{font-size: 26px; margin-top: 100px;}

#downloads #bootmedia {column-count: 2; column-gap: 50px; margin: 60px auto 60px; width: 1000px;}

#bootmedia a, #downloads #legacy a, ul#sources li a {display: block; border: 1px solid rgba(70,135,225,0.25); padding: 3px 10px; text-align: center; border-radius: 2px; transition: all 0.1s; background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);}

#bootmedia a:hover, #downloads #legacy a:hover, #sources li a:hover {border: 1px solid rgba(255,255,255,0); background-image: linear-gradient(to bottom, rgba(135,180,230,1) 0%, rgba(170,210,255,1) 100%); color: white;}

#bootmedia .linkColumns {column-count: 2; column-gap: 20px; margin: 20px auto 0px; width: 80%;}

#downloads .title, div#sources .title {linear-gradient(bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.2) 100%) !important;}

#downloads small{font-size: 9px;}

#downloads #legacy {list-style: none; line-height: 200% !important; margin: 40px auto 40px !important; width:800px; display: block;}

#downloads #legacy a, div#sources li a {padding: 0px 10px; line-height: 200%; margin-bottom: 10px;}

#hardware ul li {	padding: 5px 10px;		}

ul.computers {	column-count: 2; column-gap: 60px; display: block; margin: 10px auto 50px; width: 600px; 	}
ul.computers li {	padding: 10px 20px; line-height: 200%;	}

/* 

#splash {
	width: 885px; 
	height: 455px; 
	background: url(/images/splash_holidays.jpg) center top no-repeat;	
}

*/

#splash {
	margin-top: -30px;
	width: 1200px; 
	height: 600px; 
	background: url(/images/splash_risen.jpg) center center;
	background-size: cover;	
}

/*

#splash {
	width: 885px; 
	height: 455px; 
	background: url(/images/logo_powerbook_splash.jpg) center top no-repeat;	
}

#splash #powerbook {
	width: 400px; 
	height: 495px;
	margin-top: -495px !important;

	margin: 0px auto;
	background: url(/images/logo_powerbook_large.png) 40px 278px no-repeat; 

    -webkit-animation: powerbookAnim 5s infinite cubic-bezier(0.225, 0.055, 0.775, 1.000);
    -moz-animation: powerbookAnim 5s infinite cubic-bezier(0.225, 0.055, 0.775, 1.000);
    -o-animation: powerbookAnim 5s infinite cubic-bezier(0.225, 0.055, 0.775, 1.000);
}



@-webkit-keyframes powerbookAnim {
0% 		{ background-position: 40px 225px;  }
60% 	{ background-position: 40px 193px; }
100%  	{ background-position: 40px 225px; }
}
@-moz-keyframes powerbookAnim {
0% 		{ background-position: 40px 225px;  }
60% 	{ background-position: 40px 193px; }
100%  	{ background-position: 40px 225px; }
}
@-o-keyframes powerbookAnim {
0% 		{ background-position: 40px 225px;  }
60% 	{ background-position: 40px 193px; }
100%  	{ background-position: 40px 225px; }
}
	


#splash #powerbook:hover {
}

#splash #shadow {
	width: 400px; 
	height: 455px; 
	margin: 0px auto;
	background: url(/images/logo_powerbook_shadow.png) 33px bottom no-repeat; 
	
    -webkit-animation: shadowAnim 5s infinite cubic-bezier(0.225, 0.055, 0.810, 0.965);
    -moz-animation: shadowAnim 5s infinite cubic-bezier(0.225, 0.055, 0.810, 0.965);
    -o-animation: shadowAnim 5s infinite cubic-bezier(0.225, 0.055, 0.810, 0.965);
}
*/

@-webkit-keyframes shadowAnim {
0% { opacity: 1;  }
60% { opacity: 0.3; }
100% { opacity: 1;  }
}
@-moz-keyframes shadowAnim {
0% { opacity: 1;  }
60% { opacity: 0.3; }
100% { opacity: 1;  }
}
@-o-keyframes shadowAnim {
0% { opacity: 1;  }
60% { opacity: 0.3; }
100% { opacity: 1;  }
}