/*html, body {
	height: 100%
}
body {
	margin: 0;
	font-size: 16px;
	font-family: roboto, sans-serif;
	line-height: 1.5;
	background-color: #3c79b0
}*/
.wrapper {
	margin: 0 auto;
	padding: 0 100px;
	height: 100%
}
.stel{
	margin-left:10px;
}
@media (max-width:1024px){
	.wrapper{
		padding: 20px;
	}
	.stel{
		display:none;
	}
}
/*header {
	background-color: #000
}*/
header:after {
	content: " ";
	display: table;
	clear: both
}
.brand, h1, h2, h3 {
	font-family: roboto condensed, sans-serif;
	font-weight: 400;
	letter-spacing: 1px
}
h4, h5, h6 {
	letter-spacing: 1px
}
h1 {
	font-size: 28px
}
.main .dev-output pre {
	overflow: auto;
	max-height: 500px;
	background-color: #ebf4fd;
	padding: 0 1em 1em
}
.brand {
	float: left;
	height: 80px
}
.brand p {
	margin: 0
}
.rm-nav {
	letter-spacing: 1px
}
.logo >img{
	/*font-size: 1.4em;
	line-height: 40px;
	margin: 20px 0 0;
	width: 100px;
	height: 40px;
	background-color: #3c97d5;
	text-align: center;
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 0*/
	height:52px;
	margin-top:9px;
}
.rm-toggle.rm-button {
	margin-top: 20px
}
.rm-css-animate.rm-menu-expanded {
	max-height: none;
	display: block
}
.rm-container.rm-layout-expanded {
	float: right
}
.rm-nav li a, .rm-top-menu a {
	padding:.75rem 1.3rem;
	font-size: 1.15rem;
	line-height: 1.5rem;
	text-transform: uppercase
}
.rm-layout-expanded .rm-nav>ul>li>a, .rm-layout-expanded .rm-top-menu>.rm-menu-item>a {
	height: 70px;
    line-height: 70px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 10px;
	font-weight:bold;
}
.main {
	background-image: url(../images/cloud.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	min-height: 100%;
	padding-top: 1px
}
.tagline {
	width: 360px;
	font-size: 1.75em;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	text-align: center;
	margin: 275px auto;
	color: #1a88d3
}
.tagline strong {
	font-size: 1.3em
}
.dev-output {
	background-color: #e1eaf3;
	background-color: rgba(255,255,255,.85);
	color: #000;
	padding: 2em;
	margin-bottom: 2em
}
