html, body {
    //background: #efefef;
    margin: 0px;
    padding: 0px;
    //background-image: url('/bootstrap/old_mathematics.png'); background-position: initial initial; background-repeat: initial initial; 
}

body {
    font-family: 'Helvetica', 'Arial', serif;
    color: #333;
}

h1 {
    text-align: center;
    font-family: 'Oregano', serif;
    font-size: 4em;
    text-shadow: 1px 1px 0px #fff;
    color: #556;
}

h2 {
    margin-bottom: .25em;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-top: 2em;
    ba//ckground: white;
    b//order-top: 1px solid #aaa;
    //border-bottom: 1px solid #aaa;
    padding: 1em 0em;
}

h3 {
    margin-bottom: .25em;
    font-size: 1em;
    font-weight: bold;
}

.themes {
    width: 960px;
    margin: 0em auto;
}

.theme {
    width: 298px;
    float: left;
    margin: .25em;
}

.theme-header {
    font-size: 1.5em;
    padding: .25em;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 0em;
}

.theme > a {
    line-height: 0px;
    display: block;
}

.theme-preview {
    /*width: 296px;*/
    height: 251px;
    border: 1px solid #aaa;
    box-shadow: 1px 1px 0px #fff;
    overflow: hidden;
    margin-bottom: .75em;
}

.theme-preview.locked {
    background: #f0f0f0;
    background-image: url('/bootstrap/lock.png');
    background-repeat:no-repeat;
    background-position:center; 
}

.preview {
    display: none;
    position: absolute;
    top: 45%;
    width: 296px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 4px #333;
    font-weight: bold;
    font-size: 2em;
    text-decoration: none;
}

.theme .panel {
    text-align: center;
}

.btn {
    border: none;
    padding: .5em .75em;
    background: #977;
    color: white;
    border-radius: 3px;
    margin-bottom: .25em;
    line-height: 1.5em;
    display: inline-block;
    cursor: pointer;
}

.btn-primary {
    background: #533;
    background: #BB5125;
}

.btn-large {
    font-size: 1.5em;
}

ul.unstyled {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
ul.unstyled li {
  line-height: 1.5em;
}

a.btn {
    text-decoration: none;
}

.pricing {
    clear: both;
    width: 870px;
    margin: 0px auto;
}

.pricing .price {
    float: left;
    width: 225px;
    padding: 1em;
    margin: 1em;
    margin-bottom: 0em;
}

.price ul {
    padding: 0em;
    line-height: 1.4em;
    margin-top: 0em;
    margin-bottom: 0em;
    //list-style: none;
}

.price ul li {
    margin-left: 1.2em;
    //padding: .25em 0em;
}

.price .amount {
    list-style: none;
    /*font-size: 1.5em;*/
    padding-top: .5em;
    /*font-weight: bold;*/
    text-shadow: 1px 1px 0px #fff;
    margin-left: 0px;
}

.sales-tag {
    clear: both;
    font-size: 2em;
    text-align: center;
    font-family: 'Oregano', serif;
    margin: 2em 0em .5em 0em;
    background-color: #4D5B76;
    background-image: -webkit-linear-gradient(#6f7d98, #4D5B76);
    background-image: -moz-linear-gradient(#6f7d98, #4D5B76);
    border-top: 1px solid #5b6984;
    border-bottom: 1px solid #2b3954;
    padding: 1em;
    color: #fff;
    text-shadow: 1px 1px 1px #444;
    box-shadow: 0px 1px 0px #fff;
}

.footer {
    clear: both;
    padding: .5em;
    background: #333;
    text-align: center;
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: none;
    margin: 0em .25em;
}

.privacy, .license {
    width: 600px;
    margin: 0em auto;
}

.clear { clear: both; }

.second-payment { display: block; font-size: .75em; text-decoration: none;}

.large .btn {
    font-size: 1.5em;
}

.large input {
  font-size: 1.5em;
  padding: .5em;
  display: block;
  margin-bottom: 1em;
}

.large input[type="text"] {
  width: 400px;
}

.large label {
  margin-top: 1em;
  margin-bottom: 1em;
  display:block;
}

.main-banner {
  margin-top: -1em;
  margin-bottom: 2em;
}

.signup-form h2 small {
  display: block;
  font-size: .5em;
  font-style: italic;
  font-weight: 100;
  line-height: 1.4em;
}

.signup-form h2 {
  margin-bottom: 1em;
  margin-top: 0px;
  line-height: 1.4em;
}

.signup-form {
  background: #fff;
  padding: 2em;
  width: 460px;
  margin: 0px auto;
  border-radius: 1em;
  margin-bottom: 16em;
}

.pricing.special {
  width: auto;
}

.pricing.special .price {
  margin: 0px;
  padding: 0px;
  width: auto;
}

.pricing.special h3 {
  font-size: 1.75em;
  font-weight: 100;
}
.pricing.special .price .amount {
  margin-bottom: .75em;
}

.pricing.special .price {
  width: 45%;
  margin-bottom: 8em;
  box-sizing: border-box;
}

.badge {
  font-weight: 100;
  padding: .25em .5em;
  color: white;
  background: #626144;
  border-radius: .25em;
  -webkit-border-radius: .25em; 
  -moz-border-radius: .25em; 
}

#download-form h2 small {
  display: block;
  font-size: .5em;
  font-style: italic;
  font-weight: 100;
  line-height: 1.4em;
}
#download-form h2 {
  margin-bottom: 1em;
  margin-top: 0px;
  line-height: 1.4em;
}
#download-form .btn {
    font-size: 1em;
}
#download-form input {
  font-size: 1em;
  padding: .5em;
  display: block;
  margin-bottom: 1em;
}

#download-form input[type="text"] {
  width: 300px;
}

#download-form label {
  margin-top: 1em;
  margin-bottom: 1em;
  display:block;
}

.licensing {
  background: #eee;
              padding-bottom: 3em;
}
