body {
    background-color:#121c2b;
    color:white;
    font:14px arial,helvetica,sans-serif;
}

.stripe {
    width:70px;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    background-color:#213243;
	background: linear-gradient(#121c2b,#314b5f);
}
.stripe img#logotypeVertical {
    position:absolute;
    bottom:10px;
    left:12px;
}
.stripe img#logotypeHorizontal {
    display:none;
}

.contentWrapper {
    width:100%;
    padding-left:70px;
    box-sizing:border-box;
}
.content {
    max-width:700px;
    margin:auto;
}

h2 {
    color:#688196;
    font-weight:normal;
    border-top:1px solid #284156;
    padding-top:10px;
    margin-top:30px;
    text-transform:uppercase;
    font-size:16px;
}

.site {
    clear:both;
    overflow-y:auto;
    margin:50px 0;
}
.siteImage {
    float:left;
    width:200px;
}
.siteImage img {
	width:200px;
    height:auto;
}
.siteContent {
    float:right;
    width:460px;
    min-height:220px;
}
h3 {
    margin-top:0;
    font-weight:normal;
    color:#97b7d0;
}
h3 a {
    color:#97b7d0;
	text-decoration:none;
}
h3 a:hover {
	color:#b7d7ff;
}
h3 img {
	max-width:100%;
	height:auto;
}
.siteContent p {
    line-height:190%;
    font-size:12px;
    letter-spacing:+0.1mm;
    color:#d5dae0;
}
.siteContent p a {
    color:#97b7d0;
	text-decoration:none;
}
.siteContent p a:hover {
	color:#b7d7ff;
}

@media screen and (max-width:800px) {
   
    .stripe {
        height:70px;
        width:100%;
        position:fixed;
        top:0;
        left:0;
        bottom:auto;
        background-color:#213243;
        background: linear-gradient(to left,#121c2b,#314b5f);
		box-shadow:0 10px 5px rgba(0,0,0,0.2);
    }

    .stripe img#logotypeVertical {
        display:none;
    }
    .stripe img#logotypeHorizontal {
        display:block;
        position:absolute;
        top:12px;
        left:10px;
    }
    
    .contentWrapper {
        padding-top:70px;
        padding-left:0;
    }
    .content {
        max-width:auto;
        padding:0 10px;
        box-sizing:border-box;
    }
    
    h2 {
        margin-top:10px;
    }
    
    .site {
        width:100%;
    }
    .siteImage {
        float:none;
        width:100%;
        text-align:center;
    }
    .siteImage img {
        width:100%;
        max-width:300px;
        height:auto;
    }
    .siteContent {
        float:none;
        margin-top:20px;
        width:100%;
    }
    
    .siteContent h3 {
        font-size:20px;
    }
    .siteContent p {
        font-size:16px;
    }

}