* { margin: 0; padding: 0; }
htmlold {
  background: url('../images/SoftwareRelease_2.7.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/SoftwareRelease_2.7.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/SoftwareRelease_2.7.png', sizingMethod='scale')";
  }
html{
	background-color:#000000;
}

#video {
  height:20vh;
  width:100%;
  background: url('../images/SoftwareVideo.png') no-repeat center center;
  background-size: auto 100%;
  margin-top:30px;
  margin-left:30px;
}

.instruction {
	font: bold;
	font-size: 2em;
	color: white;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	width: 60%;
}

.updates {
	width: 60%;
}
.updates_header {
	font-size: 1.4em;
	color: white;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	margin-top: 100px;
	text-align: left;
}

.updates_description {
	font-size: 1.4em;
	color: #ffc20e;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	margin-top: 50px;
	text-align: left;
}

.youtubevideo {
	position:absolute;
	top: 45%;
	margin: auto;
}

#fw_release {
  height:90vh;
  width:100%;
  background: url('../images/SoftwareRelease_2.7.png') no-repeat center center;
  background-size: auto 100%;
  margin-top:30px;
  margin-left:30px;
}
  
.ui-footer {
    border-width: 0px 0 !important;
}

.ui-icon-loading {
    background: url(../images/ajax-loader.gif);
    background-size: 2.875em 2.875em;
}
.ui-loader-verbose {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
    width: 12.5em;
    filter: Alpha(Opacity=88);
    opacity: .88;
    box-shadow: 0 1px 1px -1px #fff;
    height: auto;
    margin-left: -6.875em;
    margin-top: -2.6875em;
    padding: .625em;
    background-color: #fff;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    border-radius: .3125em;
}

.next_btn {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	background-color:#ffc20e;
	font-size: 1.5em !important;
	font-weight:bold;
	border-radius: 35px;
	border: 2px solid;
	margin-right:50px !important;
	margin-bottom:20px !important;
	width:150px !important;
    border: none;
    outline:none;
	
}
.next_btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.next_btn span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.next_btn:hover span {
  padding-right: 25px;
}

.next_btn:hover span:after {
  opacity: 1;
  right: 0;
}

