body {margin-top:60px;}
.tweeets {padding-top: 20px}
footer {width: 100%}
footer .mtl.pbl {
padding-bottom: 0;
}
.demo-headline {
  text-align: center; 
  margin-bottom: 0 !important;
}
.subsub {
	text-align: center;
	padding-bottom: 20px;
	font-size: 1.5em;
	font-weight: 500;
}
.navbar-inner {
  -webkit-border-bottom-left-radius: 999px;
  -moz-border-bottom-left-radius: 999px;
  border-bottom-left-radius: 999px;
  -webkit-border-top-right-radius: 999px;
  -moz-border-top-right-radius: 999px;
  border-top-right-radius: 999px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
}

.demo-logo small {
background-color: white;
padding: 5px;
}
.demo-logo {
  font-size: 90px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 100px; 
}
  .demo-logo .logo {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-size: 300px;
    margin: 0 auto 26px;
	line-height: 200px; 
    width: 256px; }
  .demo-logo small {
    color: rgba(52, 73, 94, 0.3);
    display: block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1px;
    padding-top: 5px; }

    .tile {
  background-color: #ecf0f5;
  border-radius: 6px;
  padding: 14px;
  position: relative;
  text-align: center; }
  .tile.tile-hot:before {
    background: url("../images/tile/ribbon.png") 0 0 no-repeat;
    background-size: 82px 82px;
    content: "";
    height: 82px;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 82px; }
  .tile p {
    font-size: 15px;
    margin-bottom: 33px; }

.tile-image {
  height: 100px;
  margin: 31px 0 27px;
  vertical-align: bottom; }
  .tile-image.big-illustration {
    height: 111px;
    margin-top: 20px;
    width: 112px; }

.tile-title {
  font-size: 20px;
  margin: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  .tile.tile-hot:before {
    background-image: url("../images/tile/ribbon-2x.png"); } }

@media (max-width: 767px) {

  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    padding-bottom: 10px;
  }

}