html {
    font-family: Lato, "Helvetica Neue", Roboto, Helvetica, sans-serif;
    background: #fafafa;
    font-size: 16px;
    line-height: 1.4;
}

body {
    margin: 0;
}

.tresc, header > h1, header > p, nav, footer > div {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 640px) {
    .tresc, header > h1, header > p, nav, footer > div {
        padding: 0 20px;
    }
}
@media screen and (min-width: 1200px) {
    html {
        font-size: 18px;
    }
}


header {
	display: block;
    position: relative;
	margin: 0;
    padding: 0;
    background: #292929;
    background-size: 100%;
    color: #eee;
    font-weight: 100;
    background: linear-gradient(#000,#333 85%, #633);
    border-bottom: 8px solid #e43;
    cursor: default;
}

header p {
    -webkit-text-size-adjust:100%;
    text-size-adjust: none;
    font-size: 40px;
    line-height: 65px;
    padding: 0 0 0 135px;
    box-sizing: border-box;
    min-height: 70px;
}

header h1 {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: none;
    font-weight: 200;
    font-size: 130px;
    line-height: 130px;
    font-style: italic;
    padding: 0;
    position: relative;
    top: 14px;
    color: #fff;
}
a.bg {
    text-decoration: none;
}
a.bg:hover {
    text-decoration: underline;
}

header h1 a {
    color: #fff;
    text-decoration: none;
}
header h1 a:hover {
    text-shadow: 1px 1px 0 red;
}

nav {
	position: relative;
    padding-left: 115px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

nav::before {
    content: url(sblamlogo2014.png);
    display: block;
    position: absolute;
    top: -65px;
    left:0;
    margin: 0;
    z-index: 2;
}

#body {
    background: #fff;
    background: #fff repeat-x linear-gradient(#fbb, #fee 5px, #fff 10px);
    background-size: 100% 10px;
    position: relative;
}

nav ul, nav li {
    margin: 0; padding: 0;
    list-style: none;
}

nav li {
    float: left;
}

nav ul {
    padding-left: 1px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
}

nav li a {
    display: block;
    font-weight: 400;
    text-decoration: none;
    padding: 0 30px;
    font-size: 20px;
    line-height: 60px;
    margin: 0;
}

nav li a:hover {
    background: #fff;
    background: linear-gradient(rgba(255,255,255,0), #fff);
    border: 1px solid rgba(0,0,0,0.15);
    border-width: 0 1px;
    margin: 0 -1px;
}

@media screen and (max-width: 961px) {
    header p {
        font-size: 30px;
    }
    nav li a {
        font-size: 17px;
        padding: 0 25px;
    }
    header h1 {
        font-size: 100px;
        line-height: 100px;
        top: 5px;
        left: 5px;
    }
}

.features ul, .features li {
	list-style: none;
	padding: 0;
}

.features ul {
    margin: 1em 0;
}

@media screen and (min-width: 961px) {
    .features ul {
    	-moz-columns:2;
    	-webkit-columns:2;
    }
}

.features li {
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 1em 1em 64px;
	margin: 0;
	min-height: 36px;
}

.features li {
	background: no-repeat url(https://sblam.com/i/8/hub-64.png) 16px 4px;
	background-size: 32px;
}

.features .icon-hub {background-image: url(https://sblam.com/i/8/mind_map-64.png)}
.features .icon-tech {background-image: url(https://sblam.com/i/8/centre_of_gravity-64.png)}
.features .icon-moderate {background-image: url(https://sblam.com/i/8/moved_topic-64.png)}
.features .icon-users {background-image: url(https://sblam.com/i/8/cool-64.png)}
.features .icon-db {background-image: url(https://sblam.com/i/8/brain-64.png)}
.features .icon-ip {background-image: url(https://sblam.com/i/8/multiple_inputs-64.png)}
.features .icon-unicode {background-image: url(https://sblam.com/i/8/quill_with_ink-64.png);
background-position: 18px 4px;}
.features .icon-api {background-image: url(https://sblam.com/i/8/upload_to_cloud-64.png)}
.features .icon-pl {background-image: url(https://sblam.com/i/8/pl-64.png)}

.quickinstall input:hover {
    border-color: #bbb;
}
.quickinstall input:focus {
    border-color: black;
}
.quickinstall input {
    font: inherit;
    margin: 0 0.75em 0 0.25em;
    border: 1px solid;
    border-color: #ccc;
    border-radius: 3px;
    padding: 0.1em 0.25em;
    width: 13em;
}

.quickinstall {
    font-size: 1em;
    overflow: auto;
    margin: 2em auto;
}
.quickinstall > .fields label {
    display: block;
}
.quickinstall > .fields {
    float: left;
    width: 70%;
}

.calltoaction a:visited {
    color: #5a5;
}
.calltoaction a, .calltoaction button {
    cursor: pointer;
    font: inherit;
    background: white;
    color: #3a3;
    display: inline-block;
    border: 1px solid #ceb;
    border-radius: 4px;
    padding: 10px 25px 15px;
    transition: background-color ease-in 0.2s, color ease-out 0.1s;
}
.calltoaction a:hover, .calltoaction button:hover, .calltoaction button:focus {
    background: #5a5;
    color: white;
    border-color: black;
}

.calltoaction {
    -webkit-text-size-adjust:300%;
    text-align: center;
    font-size: 30px;
    margin: 25px auto 20px;
}
td.calltoaction {
    padding-right: 3em;
}
/* install page */

.instalacje a {
    font-size: 0.9em;
    display:block;
    padding: 0.5em;
    margin: 0.5em 0;
    text-decoration: none;
    color: #666;
}

.instalacje b {
    display: block;
    font-size: 1.5em;
    text-decoration: underline;
}
.instalacje a:hover {
    color: black;
}
.instalacje a:link b {
    color: #396;
}
.instalacje a:visited b {
    color: #70a;
}
.instalacje a:hover b {
    color: #d33;
}

.instalacje-inne {
    columns: 2;
    -webkit-columns: 2;
}

dt, h2, h3 {
    font-weight: 300;
    color: #555;
    font-size: 1.5em;
    margin: 1em 0 0.5em;
}

@media screen and (max-width: 800px) {
    dt, h2, h3 {
        font-size: 1.33em;
    }
    pre {
        font-size: 0.85em;
    }
}

h2 {
    font-weight: normal;
}
dt::before {
    content: "• ";
    color: #7ca;
}


span.sblam {
    font-style: italic;
}

.note, .loginboxes {
    padding: 1em;
    background: #f5fff8;
    color: #353;
    overflow: hidden;
}
.note h3 {
    margin-top: 0;
}
.key-intro-help ul {
    font-size: 0.9em;
}
.getkey {
    border-right: 1px solid #e5efe8;
}
.loginboxes input, .loginboxes button {
    font: inherit;
}

.loginboxes {
    margin: 2em 0;
}
.loginboxes h3 {
    font-weight: normal;
}

code {
    font-family: consolas, courier, monospace, serif;
    background: #f7f7f7;
    padding: 3px 2px;
    border-radius: 4px;
    border: 1px solid #eee;
}
code em {
    color: #0c5;
}
a code {
    padding: 0;
    border: none;
}

pre code {
    border: 1px solid #ddd;
    border-radius: 2px;
    display: block;
    padding: 0.5em;
}

#opis ol li {
    font-size: 1.1em;
    margin-bottom: 0.5em;
    font-weight: 300;
}

.download {
    display: inline-block;
    margin: 0 auto;
    border: 20px solid #585;
    padding: 20px;
    background: #f7fff7;
}



footer {
    text-align: right;
    background: #f4f4f4;
    background: linear-gradient(#f4f4f4, #fafafa);
    padding: 20px 0;
    margin-top: 40px;
    min-height: 150px;
    color: #999;
    font-weight: 300;
    line-height: 1.5;
}

footer > div > span a {
    margin: 0 1em 0 0;
}
footer > div > span {
    float: left;
}

footer a {
    color: #77a;
}

.spam-examples blockquote {
    margin: 1em 0;
    padding: 0 1em;
    border: 1px solid red;
}

.spam-examples blockquote span {

    display:none;
}
