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: 60px;
  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-alert {
  background-image: url('../img/box-warning.png');
  background-color: #f5d9d8;
  border-color: #ecc5c3;
  color: #625756;
}

.box-info,
.box-success,
.box-warning,
.box-danger,
.box-alert {
  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,
.box-alert 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 .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 .btn,
.sidebar-buy-gift .btn,
.sidebar-coupon .btn {
  padding: 1em 0;
}

.sidebar-buy-gift hr {
  border-top: 1px solid #802420;
  border-bottom: 1px solid #ff7f7d;
}

/*
.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;
}

kbd, .kbd {
  background-color:#f7f7f7;
  border:1px solid #ccc;
  border-radius:3px;
  box-shadow:0 1px 0px rgba(0,0,0,0.2),0 0 0 2px #fff inset;
  color:#333;
  display:inline-block;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size:14px;
  line-height:20px;
  vertical-align:middle;
  margin:0.2em 0.2em;
  padding:0.1em 0.6em;
  text-shadow:0 1px 0 #fff;
  white-space:nowrap
}
 
kbd.keyboard, kbd.menu {
  border:1px solid #efefef;
  border-radius:0px;
  box-shadow: none;
  color:#666
} 
 
kbd.menu kbd {
  border:none;
  border-radius:0px;
  box-shadow: none
}

.box-announcement {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 #ff7f7d inset, 0 -1px 0 #ee5f5b inset;
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 #ff7f7d inset, 0 -1px 0 #ee5f5b inset;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 #ff7f7d inset, 0 -1px 0 #ee5f5b inset;

  text-align: center;
}

.box-announcement hr {
  border-top:1px solid #802420;
  border-bottom:1px solid #ff7f7d;
  margin-left:-18px;
  margin-right:-18px;
}