@charset "utf-8";

@font-face {
  font-family: 'helv-67';
  src: url("webfonts/HelveticaNeueW01-67MdCn.woff2") format("woff2"), url("webfonts/HelveticaNeueW01-67MdCn.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'read-light';
  src: url("webfonts/Read-Light.woff") format("woff"), url("webfonts/Read-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin:0;
  background-color: #222;
  font-family: 'read-light';
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  min-height:100vh;
}

body.maintenance {
  background-image: url("../img/app-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  text-align:center;
}

h1 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 20px 0;
  font-family: 'helv-67';
  font-weight: 500;
  text-transform: uppercase;
}

img {
	border:0;
	vertical-align: middle;
}

#header {
  margin: 0 0 20px 0;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  font-family: 'helv-67';
}

#header #logotype {
  display: inline-block;
  margin: 20px 0;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
}

body.maintenance #header #logotype {
	margin-left: 20px;
}

#header #logotype img {
  display: block;
}

#header #appname {
  display: inline-block;
  margin: 10px 20px;
  padding: 5px 20px;
  height: 32px;
  line-height: 22px;
  font-size: 22px;
  vertical-align: middle;
  text-transform: uppercase;
  border-left: 1px solid #fff;
}
body.maintenance #header #logotype {
	margin-left: 20px;
}

#header #appname span {
  color: #ffcc33;
}
#main {
  position: relative;
  margin: 0 20px;
}
#content .content-title {
  font-size: 24px;
  line-height: 30px;
  min-height: 30px;
  color: #ffcc33;
}

.maintenance-content {
	margin: 0 auto;
	padding-bottom: 40px;
	width: 400px;
	text-align: center;
}

.maintenance-content a {
	color: #ffcc33;
}