/* Index banner */

#Banner {
	margin-top: -20px;
	width: 100%;
	height: 168px;
	background: #2e2e2e;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.banner_content {
	width: 1040px;
	margin: 0px auto;
	height: 168px;
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
	position: relative;
}

.banner_content h1 {
	font-weight: bold;
	font-size: 26px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	margin-bottom: -10px;
}

.banner_content h2 {
	font-size: 16px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

.obs1_info {
	position: absolute;
	right: 80px;
	top: 50px;
	width: 299px;
	display: block;
	padding: 2px 0px;
	margin: 0px auto;
	text-align: center;
}

.obs2_info {
	/*display: none !important;*/
	position: absolute;
	/*left: 80px;*/
	top: 25px;
	width: 299px;
	display: block;
	padding: 2px 0px;

	text-align: center;
}

.vistanote {
	display: block;
	color: white;
	font-size: 10px;
	font-style: italic;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	position: relative;
	margin-bottom: 10px;
	opacity: .6;
}

.dl_box {
	background: rgba(0,0,0,0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	padding: 24px 8px;
}

.obs2_info .dl_box {
	padding: 4px 0px;
}

.dl_box a.button {
	width: 283px;
	display: block;
	padding: 2px 0px;
	margin: 0px auto;
	text-align: center;
	color: white;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	border: 2px solid #01972b;
	background: #32c75b; /* Old browsers */
	background: -moz-linear-gradient(top,  #32c75b 0%, #01972b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32c75b), color-stop(100%,#01972b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #32c75b 0%,#01972b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #32c75b 0%,#01972b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #32c75b 0%,#01972b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #32c75b 0%,#01972b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32c75b', endColorstr='#01972b',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.dl_box a.button:hover {
	background: #01972b; /* Old browsers */
	background: -moz-linear-gradient(top,  #01972b 0%, #45cc6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01972b), color-stop(100%,#45cc6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #01972b 0%,#45cc6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #01972b 0%,#45cc6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #01972b 0%,#45cc6b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #01972b 0%,#45cc6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01972b', endColorstr='#45cc6b',GradientType=0 ); /* IE6-9 */
}

.dl_box a { 
	display: block;
	margin: 0px auto;
	width: 94px;
	color: white;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	position: relative;
}

.dl_box a.button.small {
	width: 283px;
	margin: 4px auto;
	font-size: 20px;
	padding: 0px;
}

/*
.dl_box a.button.small:first-child { margin-left: 0px; }
.dl_box a.button.small:last-child { margin-right: 0px; }
*/

.dl_box a.button.disabled {
	background: grey;
	border-color: #444;
}

.dl_box a.button.small.disabled:hover:after {
	content: "Early Test Build Available";
	position: absolute;
	left: -2px;
	width: 100%;
	background: rgba(0,0,0,0.75);
	font-size: 16px;
	text-align: center;
	padding: 6px 2px 8px;
	top: -2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.scroll_banner {
	display: block;
	height: 168px;
	width: 5784px;
	position: absolute; 
	top: 0px; 
	left: 0px;
}

#banner1 {
	height: 168px;
	width: 2808px;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	background: url('../images/Banner_new.jpg');
}
#banner2 {
	height: 168px;
	width: 2808px;
	position: absolute;
	display: block;
	top: 0px;
	left: 2808px;
	background: url('../images/Banner_new.jpg');
}

/* End Index banner styles */