/* Resets */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
    border: 0;
}
html, body {
    min-height: 100%;
}
body { 
    color: #CAD4D7; 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    background-color: #44575e;
    background-size: 100% 100%;
}
body.home { 
    background: url(/templates/successcan/images/home320.jpg) center top no-repeat #44575e; 
    background-size: 100%;
    height: 100%;
}
ul {padding: 0; margin-left: 20px; margin-top: 0px; list-style-type: disc;}
ol {padding: 0; margin-left: 20px;}
li {padding: 0;}
p { margin-bottom: 12px; }
h1 { 
    text-transform: uppercase;
    color: #fffce0;
    font: 300 40px/40px Open Sans;
    padding-bottom: 8px;
    border-bottom: 1px solid #5B707A;
    margin-bottom: 16px;
}

#wrapper {
    margin: 0 auto;
    max-width: 960px;
}

.menu {
    margin: 48px auto auto;
    display: table;
    width: 100%;
    position: relative;
    table-layout: fixed;
}

.menu > .burger {
    margin-left: 20px;
    cursor: pointer;
    background: url(/templates/successcan/images/menu.png) no-repeat;
    width: 48px;
    height: 48px;
}

.menu > .menurow {
    position: absolute;
    display: table-row; 
    margin: auto;
    display: none;
    width: 75%;
    box-shadow: 4px 4px 8px rgba(0,0,0,.7);
}

.menu.show > .menurow {
    display: block;
}

.menu a.item {
    background: #405157;
    border-left: 1px solid #252e33;
    display: block;
    text-align: center;
    text-decoration: none;
    height: 40px;
    color: #CAD4D7; 
    padding: 25px 0 0;
    font-weight: bold;
    font-size: 16px;
}

.menu a.item:nth-child(1) {
    border: 0;
}

.menu .itemtekst {
    display: inline;
}

.menu .item.active, .menu .item:hover {
    background: #f8e853;
    color: #3C4B51;
}

.header {
    margin-top: 10px;
    font: 300 43px/76px Open Sans;
    color: #f8e853;
    vertical-align: middle;
}
.header .txt {
    margin: -16px 0 0 16px;
}
.header img {
    float: left;
}
.slogan {
    margin-top: 36px;
    text-align: center;
}

.slogan h3, .slogan h4 {
    font-family: Open Sans;
    font-weight: 300;
	margin: 0px;
	padding: 0px;
	color: #f8e853;
}
.slogan h3 {
    font-size: 60px;
	text-transform: uppercase;
}
.slogan h4 {
    font-size: 48px;
	line-height: 58px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}
.content {
    margin-top: 20px;
}

.content strong {
    color: #f8e853;
}

.content a {
    color: #f8e853;
}
@media only screen and (min-width: 480px) {
    body.home { background: url(/templates/successcan/images/home640.jpg) center top no-repeat #44575e; background-size: 100%; }
    .menu { width: 100%; }
    .menu a.item { display: table-cell; height: 60px; color: #CAD4D7; width: 2%; }
    .menu .burger { display: none; }
    .menu > .menurow { display: table-row; width: 100%; box-shadow: none; }
    .content { margin-top: 150px; }
    .slogan { margin-top: 148px; }
    .header { margin-top: 24px; }
    .menu { margin: 60px auto auto; }
}
@media only screen and (min-width: 768px) {
    body.home { background-size: 100%; }
    .header { margin-top: 80px; }
    .content { margin-top: 200px; }
    .slogan { margin-top: 160px; }
    .menu { margin: 80px auto auto; }
    .menu a.item { font-size: 16px; }
    .slogan h3 { font-size: 72px; }
    .slogan h4 { font-size: 48px; }
    .header { font: 300 72px/72px Open Sans; } 
}

@media only screen and (min-width: 800px) {
    body.home { background: url(/templates/successcan/images/home.jpg) center top no-repeat #44575e; }
}