@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,latin-ext);

body {
    font-family: 'Open Sans', sans-serif;
    background: #121212;
}

td {
   align: center;
   vertical-align: middle;
}

hr {
    border: none;
    border-top: 1px dashed rgba(255,255,255,0.1);
}

h1 {
    font-weight: 300;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 48px;
}

header {
    background: rgba(255,255,255,0.1);
    margin-top: 70px;
}

header .navbar-brand img {
    margin-top: -80px;
}

header .navbar-toggle {
    
}

.jumbotron {
   background: none;
   padding-top: 124px;
   padding-bottom: 48px;
   color: #999;
}

.jumbotron .manual {
    margin-bottom: 64px;
}

.jumbotron .manual img {
    margin: 0 auto;
}

.jumbotron .shop-logos img {
    margin: 10px;
    width: 100%;
    max-width: 246px;
}

.jumbotron .shop-logos img:first-child {
    margin-top: 0px;
}

.jumbotron .eng p {
    font-size: 16px;
}

footer {
    height: 48px;
}

* {
    outline: 0 !important;
}