.stage1 {
	text-align: center;
	width:100%;
	vertical-align: middle;
	height: 100%;
}

.welcome {
	text-align: center;
	color: #242424;
}
.download-button-container {
	height: 210px;
	padding-bottom: 20px;
}
.welcome i {
	margin-right: 5px;
}

.welcome.small .download-button-container {
	padding-top: 60px;
}

.welcome .mainTitle {
	font-size: 50px;
	font-weight: bold;
}

.welcome button [class*="icon-"] {
	margin-right: 3px;
}

.welcome .subTitle {
	opacity: 0.6;
}

.welcome .preview {
	width: 500px;
	height: 384px;
	background-size: 100% 100%;
	position: relative;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
	margin: 30px;
	border: 1px solid #d1d1d1;
}

.welcome .preview:active {
	opacity: 0.5;
}

.welcome .preview:before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
	height: 0px;
	line-height: 35px;
	color: white;
	font-size: 12px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	content: "";
	overflow-y: hidden;
	transition: height 0.3s;
}

.welcome .preview:hover:before {
	height: 35px;
}

.welcome.small .preview {
	width: 304px;
	height: 269px;
}

.welcome .streamPreview {
	background-image: url(../images/streamPreviewBackground.png);
}

.welcome .columnPreview {
	background-image: url(../images/columnPreviewBackground.png);
}

.welcome .streamPreview:before {
	content: "Stream View";
}

.welcome .columnPreview:before {
	content: "Column View";
}

.welcome .preview > div {
	position: absolute;
	bottom: 0px;
	top: 6%;
	left: 17.3%;
	right: 1%;
}

.welcome .preview .description {
	top: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	opacity: 0.7;
	font-size: 14px;
}

.welcome .preview .description .title {
	margin-top: 25px;
	text-align: center;
	font-weight: bold;
}

.welcome .streamPreview .streamScroller {
	background-image: url(../images/streamPreviewScroller.png);
	background-size: 100% auto;
}

.welcome .columnPreview .columnScroller {
	background-image: url(../images/columnPreviewScroller.png);
	background-size: auto 100%;
	left: 0%;
	right: 0%;
	bottom: 5%;
	top: 6.5%;
}

.welcome .startUsingReditr {
	background-color: #5592ed;
	display: inline-block;
	border-bottom: 3px solid #3077d3;
	padding: 10px;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	margin-top: 100px;
}

.welcome .startUsingReditr [class*="icon-"] {
	margin-right: 4px;
}

.welcome .startUsingReditr:hover {
	background-color: #76aaf2;
	border-bottom-color: #5592ed;
}

.welcome .startUsingReditr:active {
	background-color: #3077d3;
	border-bottom: 3px solid #3077d3;
}

.welcome {
	height: 100%;
}

i.chrome-icon {
	 width: 15px;
	height: 15px;
	background-image: url(images/chrome.png);
	display: inline-block;
	background-size: 100% 100%;
	margin-bottom: -2px;
}