html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  font-family: "Open Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto;
  font-weight: 700;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 60px;
}
#footer {
}
#push {
  margin-top: 100px;
}

/* Custom container */
.container {
  margin: 0 auto;
  max-width: 1000px;
}

/* Main marketing message and sign up button */
.jumbotron {
  margin: 20px 0 30px 0;
  padding: 50px;
  text-align: center;
  background-image:url('../img/splash-bg.jpg');
  background-repeat:no-repeat;
  background-position: center;
  background-color: #000000;
  color: #ffffff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.jumbotron h1 {
  font-size: 100px;
  line-height: 1;
}
.jumbotron .lead {
  font-size: 24px;
  line-height: 1.25;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}


/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
  padding: 0;
}
.navbar .nav {
  margin: 0;
  display: table;
  width: 100%;
}
.navbar .nav > li {
  display: table-cell;
  width: 1%;
  float: none;
}
.navbar .nav > li a {
  font-weight: bold;
  text-align: center;
  border-left: 1px solid rgba(255,255,255,.75);
  border-right: 1px solid rgba(0,0,0,.1);
}
.navbar .nav > li:first-child a {
  border-left: 0;
  border-radius: 3px 0 0 3px;
}
.navbar .nav > li:last-child a {
  border-right: 0;
  border-radius: 0 3px 3px 0;
}

.masthead {
  padding-top: 20px;
}

.box {
  background-color: #e7e7e7;
  padding: 18px;
  margin: 0 0 20px 0;
  border: 1px solid #d7d7d7;
  clear: both;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 #FFFFFF inset, 0 -1px 0 #FFFFFF inset;
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 #FFFFFF inset, 0 -1px 0 #FFFFFF inset;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 #FFFFFF inset, 0 -1px 0 #FFFFFF inset;
}

.box-clear {
  background-color: transparent;
  border-color: #dfdfdf;
}

.box-primary {
  background-color: #ccdef5;
  border-color: #aecde8;
  color: #525962;
}

.box-info {
  background-image: url('../img/box-info.png');
  background-color: #d8ecf2;
  border-color: #c3e0e8;
  color: #565e61;
}

.box-success {
  background-image: url('../img/box-success.png');
  background-color: #ddefdd;
  border-color: #c8e2c8;
  color: #586058;
}

.box-warning {
  background-image: url('../img/box-warning.png');
  background-color: #feebd2;
  border-color: #f5debc;
  color: #665e54;
}

.box-danger {
  background-image: url('../img/box-danger.png');
  background-color: #f5d9d8;
  border-color: #ecc5c3;
  color: #625756;
}

.box-info,
.box-success,
.box-warning,
.box-danger {
  background-repeat: no-repeat; 
  background-position: 16px 16px;
  padding-left: 54px;
}

.box hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #efefef;
}

.box-info hr {
  border-top: 1px solid #c3e1eb;
  border-bottom: 1px solid #e7f3f7;
}

.box-success hr {
  border-top: 1px solid #c9e6c9;
  border-bottom: 1px solid #e9f5e9;
}

.box-warning hr {
  border-top: 1px solid #fddcb1;
  border-bottom: 1px solid #fef1e0;
}

.box-danger hr {
  border-top: 1px solid #efc1bf;
  border-bottom: 1px solid #f9e6e5;
}

.box h1, 
.box h2, 
.box h3,
.box h4, 
.box h5, 
.box h6 {
  margin:0 0 15px 0;
  line-height:100%;
}

.box p {
  text-align: left;
}

#logo {
  margin:0 0 20px 0;
}

#header-social {
  float: right;
  position: relative;
  top: 8px;
}

#header-social a {
  float: left;
  margin-left: 10px;
}

#header-social img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=50)";
  filter:alpha(opacity=50);
  -moz-transition:opacity 0.5s;
  -webkit-transition:opacity 0.5s;
  -o-transition:opacity 0.5s;
  transition:opacity 0.5s;
}

#header-social img:hover {
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=100)"; 
  filter:alpha(opacity=100);
}



/* 404 */
.jumbotron404 {
  margin: 20px 0 30px 0;
  padding: 40px;
  text-align: center;
  background-color: #000000;
  background-image:url('../img/splash-bg.jpg');
  background-repeat:no-repeat;
  background-position: center;
  color: #ffffff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.jumbotron404 h1 {
  font-size: 200px;
  line-height: 1;
}
.jumbotron404 .lead {
  font-size: 24px;
  line-height: 1.25;
}

.glitch-features h4 {
  margin:20px 0 10px 0;
}

.sidebar {
  margin-bottom:20px;
}

.sidebar-download {
}

.sidebar-download .btn {
  padding:24px 0;
  font-size:24px;
  font-weight:bold;
}

.sidebar-download i {
  line-height: 24px;
  vertical-align: top;
}

.sidebar-download span {
  display:block;
  margin-top:10px;
  font-size:14px;
}

.sidebar-buy-now {
  font-weight: bold;
}

/*
.sidebar-buy-now .btn {
  padding:24px 0;
  font-size:24px;
  font-weight:bold;
}

.sidebar-buy-now i {
  line-height: 24px;
  vertical-align: top;
}

*/

#downloads h4 {
  margin-top:0;
}

.sidebar-buy-now .vat {
  font-size:12px;
  color: #bee2be;
  vertical-align:middle;
}

.email,
.license-key,
.download-key,
.mono {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

span.spacer {
  margin-left:10px;
  margin-right:10px;
}

#downloads .icons img {
  display:block;
  margin-bottom:8px;
}

#license-agreement {
  padding:0 20px 0 0;
  height: 350px;
  overflow-y: scroll;
  margin-bottom: 2em;
}

#license-agreement li {
  margin-top: 0.5em;
}