﻿@import url(ResetAll.css);
@import url(LeftMenu.css);
@import url(Footer.css);
@import url(Article.css);
@import url(Default.css);
@font-face {
  font-family: 'Open Sans Condensed Light';
  src: url('../fonts/opensans-condlight-webfont.eot');
  src: url('../fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-condlight-webfont.woff') format('woff'), url('../fonts/opensans-condlight-webfont.ttf') format('truetype'), url('../fonts/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Condensed Bold';
  src: url('../fonts/opensans-condbold-webfont.eot');
  src: url('../fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-condbold-webfont.woff') format('woff'), url('../fonts/opensans-condbold-webfont.ttf') format('truetype'), url('../fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Bullets Font';
  src: url('../fonts/bulletsadf.eot');
  src: url('../fonts/bulletsadf.eot?#iehack') format('eot'), url('../fonts/adf.bullet.ttf') format('truetype'); }

body {
  width: 100%;
  text-align: center;
  background: black; }

#page {
  max-width: 1440px;
  min-width: 600px;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
  visibility: hidden; }

header {
  text-align: center;
  font-family: 'Open Sans Condensed Bold', Arial, sans-serif;
  font-size: 72px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom-width: 3px;
  color: #C04000; }

header::before {
  content: "";
  bottom: -5px;
  left: 0;
  width: 20%;
  height: 5px;
  background: #C0C080;
  position: absolute;
  display: block; }

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top-width: 3px;
  margin-top: 30px;
  padding-top: 10px;
  text-align: center; }

footer::before {
  content: "";
  top: -3px;
  left: 0;
  width: 20%;
  height: 5px;
  background: #C0C080;
  position: absolute; }

.nowrap {
  white-space: nowrap; }

.fiexpand {
  -ms-flex: 1 1 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px; }

.ficontent {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto; }

.flexonerow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flexwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.itemsbottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.selfbottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.center {
  margin-left: auto;
  margin-right: auto; }

.centerInline {
  margin: auto;
  display: block; }

.centerText {
  text-align: center; }
/*# sourceMappingURL=MainStyle.css.map */