@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: local('Titillium Web ExtraLight'), local('TitilliumWeb-ExtraLight'), url(https://fonts.gstatic.com/s/titilliumweb/v7/NaPDcZTIAOhVxoMyOr9n_E7ffAzHGIVzZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url(https://fonts.gstatic.com/s/titilliumweb/v7/NaPecZTIAOhVxoMyOr9n_E7fdM3mCA.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  background: radial-gradient(circle, #633b1a, #000017 50%);
  background-attachment: fixed;
}
.wider {
  max-width: 960px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.marginer {
  margin-left: 2vmin;
  margin-right: 2vmin;
}
div.thirds {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
div.building_lines {
  text-align: center;
}
div.building_lines img {
  max-width: 960px;
  width: 80%;
  height: auto;
}
nav.icons {
  display: flex;
  padding: 4vmin 0;
  margin: -2vmin 1vmin;
}
nav.icons a {
  flex: 0 1 calc(100%/6 - 2vmin);
  margin: 2vmin 1vmin;
  text-decoration: none;
  color: #f7931e;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
nav.icons a .image {
  height: 15vmin;
  width: 70%;
  max-width: 200px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
}
nav.icons a .text {
  font-size: 130%;
  line-height: 1.5em;
  height: 3em;
  text-align: center;
}
@media screen and (orientation: portrait) {
  nav.icons {
    flex-wrap: wrap;
  }
  nav.icons a {
    flex: 0 1 calc(100%/3 - 2vmin);
  }
}
@media screen and (max-width: 540px) {
  nav.icons {
    flex-wrap: wrap;
  }
  nav.icons a {
    flex: 0 1 calc(100%/2 - 2vmin);
  }
}
header.big {
  padding: 4vmin 0;
  display: flex;
  align-items: center;
}
header.big > div {
  text-align: center;
  flex: 0 0 33.333%;
}
header.big > div img.logo {
  width: 80%;
  max-width: 240px;
  height: auto;
}
header.big nav {
  padding: 0 4vmin;
}
header.big nav a {
  margin: 5px;
  display: inline-block;
  font-size: 220%;
  border: 1px solid #f7931e;
  color: #f7931e;
  text-decoration: none;
  font-weight: 200;
  padding: 5px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  header.big nav a {
    font-size: 140%;
    padding: 3px 10px;
    border-radius: 20px;
  }
}
@media screen and (orientation: portrait) {
  header.big {
    flex-wrap: wrap;
  }
  header.big > div {
    margin: 2vmin 0;
  }
  header.big > div:nth-child(2) {
    order: -1;
    width: 100%;
    flex: 0 1 100%;
  }
  header.big > div:nth-child(1) {
    width: 50%;
    flex: 0 1 50%;
  }
  header.big > div:nth-child(3) {
    width: 50%;
    flex: 0 1 50%;
  }
}
@media screen and (max-width: 540px) {
  header.big > div {
    margin: 2vmin 0;
  }
  header.big > div:nth-child(2) {
    order: -1;
    width: 100%;
    flex: 0 1 100%;
  }
  header.big > div:nth-child(1) {
    width: 100%;
    flex: 0 1 100%;
  }
  header.big > div:nth-child(3) {
    width: 100%;
    flex: 0 1 100%;
  }
}
header.big_sub > div {
  flex: 0 0 25%;
}
header.big_sub > div.title {
  flex: 0 1 50%;
}
header.big_sub > div.title h1 {
  position: relative;
  color: #fff;
  font-size: 6vmin;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0.5em 0;
}
header.big_sub > div.title h1::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #999, #f7931e, #ff0000);
}
header.big_sub nav a {
  font-size: 160%;
}
@media screen and (orientation: portrait) {
  header.big_sub {
    padding: 2vmin 0;
  }
  header.big_sub > div:nth-child(2) {
    order: 1;
    width: 100%;
    flex: 0 1 100%;
    padding: 0 4vmin;
  }
  header.big_sub > div:nth-child(1) {
    width: 50%;
    flex: 0 1 50%;
  }
  header.big_sub > div:nth-child(3) {
    width: 50%;
    flex: 0 1 50%;
  }
}
section._grid .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2vmin 0;
}
section._grid .items > a {
  position: relative;
  color: #f7931e;
  text-decoration: none;
  font-size: 3vmin;
  font-weight: 400;
  width: calc(100% / 5 - 2*2vmin);
  flex: 0 0 calc(100% / 5 - 2*2vmin);
  margin: 2vmin;
  border: 2px solid #f7931e;
  border-radius: 2vmin;
}
section._grid .items > a.disabled {
  opacity: 0.3;
  pointer-events: none;
}
section._grid .items > a::before {
  content: '';
  display: block;
  padding-top: 100%;
}
section._grid .items > a span {
  text-align: center;
  padding: 0 10px;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (orientation: portrait) {
  section._grid .items > a {
    width: calc(100% / 4 - 2*2vmin);
    flex: 0 0 calc(100% / 4 - 2*2vmin);
  }
}
section._grid .items_tiny {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
section._grid .items_tiny > a {
  width: calc(100% / 2 - 2*2vmin);
  flex: 0 0 calc(100% / 2 - 2*2vmin);
}
section._context .center {
  text-align: center;
}
section._context .inline_button {
  border: 1px solid #f7931e;
  text-decoration: none;
  display: inline-block;
  font-weight: 300;
  color: #f7931e;
  font-size: 160%;
  padding: 10px 30px;
  border-radius: 20px;
}
section._context .file_list {
  margin: 4vmin 0;
}
section._context .file_list a {
  margin: 2px 0;
  display: block;
  color: #f7931e;
  text-decoration: none;
  padding: 0.8em 1em 0.8em 44px;
  background-color: rgba(247, 147, 30, 0.1);
  position: relative;
}
section._context .file_list a span {
  position: absolute;
  right: 15px;
}
section._context .file_list a img.thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-size: cover;
}
section._context .file_list a.folder {
  background-image: url(../assets/icons/folder.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: auto 1.4em;
}
section._context .file_list a.folder_image {
  background-image: url(../assets/icons/folder_image.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: auto 1.4em;
}
section._context .file_list a[class^='ext_'] {
  background-image: url(../assets/icons/file.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: auto 1.4em;
}
section._context .file_list a[class^='ext_'].ext_pdf {
  background-image: url(../assets/icons/pdf.png);
}
section._context .file_list a[class^='ext_'].ext_jpg {
  background-image: url(../assets/icons/jpg.png);
}
section._context .file_list a[class^='ext_'].ext_png {
  background-image: url(../assets/icons/png.png);
}
section._context .file_list a[class^='ext_'].ext_ppt {
  background-image: url(../assets/icons/ppt.png);
}
section._context .file_list a[class^='ext_'].ext_mp4 {
  background-image: url(../assets/icons/mp4.png);
}
section._context .file_list a[class^='ext_'].ext_doc,
section._context .file_list a[class^='ext_'].ext_docx {
  background-image: url(../assets/icons/doc.png);
}
.login_form {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login_form ul.error {
  list-style: none;
  margin-bottom: 10px;
  color: red;
}
.login_form input {
  font-size: inherit;
  font-family: inherit;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  background-color: rgba(247, 147, 30, 0.2);
}
.login_form input[type='submit'] {
  background-color: #f7931e;
  cursor: pointer;
  width: 100%;
}
.links{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    padding: 10px 20px;
}
.links a{color: #f7931e; margin: 0 5px;}
.links a:hover{color: #fff;}
/*# sourceMappingURL=style.css.map */