/* Reset
** normalize.css v3.0.2 | MIT License | git.io/normalize
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* Layout */
* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

body {
  font-family: 'Arial', sans-serif;
  color: #212121;
  font-size: 14px; }

a {
  text-decoration: none;
  transition: all 0.2s linear;
  color: #03a9f4; }

b, strong {
  font-weight: bold; }

em, i {
  font-style: italic; }

p {
  line-height: 1.8;
  margin: 0 0 20px; }

.block {
  display: block; }

#header {
  background-color: #4c2592;
  margin-bottom: 0; }
  #header img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

#footer {
  background: #000;
  font-size: 19px;
  line-height: 24px;
  text-align: center; }
  #footer ul {
    display: block;
    padding: 15px 0;
    margin: 0; }
  #footer ul li {
    display: inline-block;
    padding-right: 25px;
    margin-right: 15px;
    margin-bottom: 0;
    position: relative; }
    #footer ul li:after {
      content: "";
      height: 2px;
      width: 10px;
      background-color: #00a0d4;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    #footer ul li:last-child {
      padding-right: 0;
      margin-right: 0; }
      #footer ul li:last-child:after {
        display: none; }
  #footer a {
    display: block;
    position: relative;
    color: #00a0d4;
    text-decoration: none; }
  #footer section {
    max-width: 930px;
    margin: 0 auto; }
  #footer p {
    padding: 0 0 20px;
    margin: 0;
    font-size: 18px;
    color: #6e6e6e; }
	
	#footer .disclaimer {
	font-size: 0.6em;
	text-align: center;
	color:#6e6e6e;
}

.flex-container {
  display: flex;
  width: 100%;
  margin: 30px auto;
  justify-content: center;
  min-height: calc(100vh - 253px); }
  .flex-container .flex-row {
    display: flex;
    align-items: center;
    width: 960px; }
    .flex-container .flex-row > div {
      width: 100%;
      max-width: 960px; }

.txt-center {
  text-align: center; }

.red {
  color: #B70004; }

#wrapper {
  display: block;
  border: solid 5px #eee;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 40px;
  box-shadow: 0 0 15px 1px #f2f2f2; }
  #wrapper h1.thank-you {
    text-shadow: 1px 2px 0 #d9d9d9;
    font-size: 30px;
    margin-bottom: 15px; }
  #wrapper p.sub-head {
    font-size: 14px;
    font-weight: bold; }

.optin {
  display: block;
  text-align: center; }
  .optin h1, .optin p {
    margin: 0; }
  .optin form {
    display: block;
    max-width: 400px;
    margin: 30px auto 0;
    background-color: #eee;
    padding: 20px; }
  .optin input[type="text"], .optin input[type="email"] {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    outline: none;
    box-shadow: none;
    transition: all 0.5s ease;
    border: solid 1px #bfbfbf;
    background-color: #fff; }
    .optin input[type="text"]:focus, .optin input[type="email"]:focus {
      border: solid 1px #03a9f4; }
  .optin label {
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px; }
  .optin input[type="submit"] {
    display: block;
    margin: 0 auto 20px;
    max-width: 150px;
    width: 100%;
    border: solid 1px #000;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    height: 40px;
    line-height: 35px;
    transition: all 0.2s linear; }
    .optin input[type="submit"]:hover {
      background-color: #404040; }
  .optin .privacyPolicy {
    color: gray;
    font-size: 14px; }
    .optin .privacyPolicy a {
      color: #ff6f00;
      text-decoration: underline;
      line-height: 1.5; }

.download h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px; }
.download hr {
  display: block;
  border: none;
  height: 60px;
  position: relative;
  margin: 0;
  transform: translate3d(0, -15px, 0);
  z-index: 10; }
  .download hr:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #e6e6e6; }
.download img {
  max-width: 100%;
  height: auto;
  margin: 5vh auto; }
.download a.btn-login, .download a.btn-download {    border-radius: 3px;    color: #fff;    display: block;       font-weight: bolder;    letter-spacing: 0.04em;    line-height: 1;    margin: 20px auto;    max-width: 400px;    padding: 20px 0;    position: relative;    text-align: center;    text-transform: uppercase;    width: 100%; line-height: 20px;}
.download a.btn-download {
  background-color: red;
  font-size: 20px; }
  .download a.btn-download span {
    position: relative;}
  .download a.btn-download #Capa_1 {
    position: absolute;
    display: inline-block;
    width: auto;
    height: 35px;
    left: 0;
    top: -1px;
    bottom: 0;
    margin: auto; }
  .download a.btn-download:hover {
    background-color: #e60000; }
    .download a.btn-download:hover #Capa_1 .arrow {
      animation: bounce  1s infinite both;
      -webkit-animation: bounce  1s infinite both; }
.download a.btn-login {    background-color: #000;    display: block;       font-size: 16px;        max-width: 350px;    text-align: center;    width: 100%;}
  .download a.btn-login:hover {
    background-color: #262626; }

.note {
  padding: 20px;
  background-color: #fafafa;
  border: solid 1px #e6e6e6;
  word-wrap: break-word; }
  .note p:last-child {
    margin-bottom: 0; }
	
	
		

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); } }
@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); } }
@media (max-width: 768px) {
  #wrapper {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    margin: 0 auto; }

  .flex-container, .flex-row {
    display: block; }

  .flex-container .flex-row {
    width: 100%; } }
/*********************css added on 6-8-2016***************************/
.col1 {    float: left;    overflow: hidden;    position: relative;    width: 50%;	padding-left: 75px;}
.col2 > h2 {    margin-top: 39px;}
.col2 {    margin-right: 100px;}
.btnblow {    overflow: hidden;    position: relative;    width: 100%;}
.btn1 {    float: left;    overflow: hidden;    position: relative;    width: 50%;}
.btn2 {    float: left;    overflow: hidden;    position: relative;    width: 50%;}
	
	#2list {
		width: 70%;
		margin: 0 auto; }
		
	.left {
		width: 45%;
		padding: 10px;
		float: left; }
		
	.right {
		width: 45%;
		padding: 10px;
		float: left; }
		
	.clear {
		clear: both; }
		
		
		
	blockquote { 
  font: 18px normal Tahoma, sans-serif; 
  padding: 35px; 
  margin: 5px; 
  background: url(http://stagereadyonline.com/images/comma1-left.gif) no-repeat top left; 
  min-height: 350px;
   
  } 
  blockquote div { 
    display: block; 
    background: url(http://stagereadyonline.com/images/comma1-right.gif) no-repeat bottom right; 
padding-bottom:10px; 
}
blockquote p { 
margin: 10px;
text-align: left; 
}
blockquote .image {
	margin: 10px;
}