@font-face { 
  font-family: "DIN"; 
  font-weight: normal; 
  src: local("☺"), url("../fonts/din.ttf") format("truetype"); 
}

@font-face { 
  font-family: "Adobe Caslon"; 
  font-weight: normal; 
  src: local("☺"), url("../fonts/adobe-caslon-regular.otf") format("opentype"); 
}

@font-face { 
  font-family: "Adobe Caslon Italic"; 
  font-weight: normal; 
  src: local("☺"), url("../fonts/adobe-caslon-italic.otf") format("opentype"); 
}


* {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; 
}
html {
  min-height: 101%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "DIN", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  color: #222;
  height: 100%;
}

h1, h2 {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

a:hover {
  color: #f85548;
}

img {
  outline: 0;
  border: 0;
}

li {
  list-style: none;
}

p {
  padding-bottom: 20px;
}

.serif {
  font-family: "Adobe Caslon", Georgia, serif;
  text-transform: none;
  font-size: 18px;
}
.serif-italic {
  font-family: "Adobe Caslon Italic", Georgia, serif;
  text-transform: none;
  font-size: 18px;
}
.sans {
  font-family: "DIN", Helvetica, Arial, sans-serif;  
}


aside {
  position: absolute;
  top: 50px;
  left: 50px;
  text-align: right;
}

aside header {
  margin-bottom: 60px;
}
aside header h1 {
  margin-bottom: 5px;
  text-transform: none;
  text-align: center;
  width: 200px;
}
aside header h1 a {
  color: #f85548;
  border-bottom: 1px solid #f85548;
  display: block;
  padding-bottom: 10px;
  font-size: 40px !important;
}
aside header h2 {
  width: 200px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

aside nav {
}

aside nav a {
  text-transform: uppercase;
  display: block;
  padding: 2px 0;
}
aside nav a.active {
  color: #f85548;
}
.main {
  margin: 172px 50px 100px 350px;
  min-height: 600px;
}

aside nav ul ul {
  border-top: 1px solid #f85548;
  border-bottom: 1px solid #f85548;
}
aside nav ul ul a {
  text-transform: none;
  font-size: 18px;
  padding: 3px 0 0;
}
aside nav ul ul a.active {
  color: #f85548;

}

article.default {
  width: 500px;
}
article.default h1 {
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-size: 16px;
}

ul.grid {
  overflow: hidden;
}
ul.grid li {
  float: left;
  margin: 0 20px 20px 0;
  width: 200px;
  overflow: hidden;
}
ul.grid h2 {
  text-transform: none;
  font-size: 18px;
  margin-bottom: 5px;
}
ul.grid figure {
  width: 200px;
  height: 200px;
  /*background: #3c393a;*/
}
ul.grid figure a {
  display: table-cell;
  width: 200px;
  height: 200px;
  vertical-align: middle;
  text-align: center;  
  line-height: 0;
}
ul.grid figure img {
  max-width: 200px;
  max-height: 200px;
}


.pdf-download {
  position: absolute;
  top: 45px;
  right: 40px;
  background: #f85548;
  color: #fff;
  padding: 5px 15px;
}
.pdf-download:hover {
  color: #222;
}

footer {
  background: #bbffe3;
}
footer .info {
  position: relative;
  height: 70px;
  background: #3c393a;
  color: #f85548;
  text-transform: uppercase;
}
footer .info time {
  position: absolute;
  width: 255px;
  line-height: 70px;
  text-align: right;
}
footer .info a {
  color: #f85548;
  display: block;
  line-height: 70px;
}
footer .info .logout {
  text-align: center;
}

footer .about, 
footer .address {
  text-align: center;
  color: #f85548;
}
footer .about {
  margin: 40px 40px 20px 40px;
  border-top: 1px solid #f85548;
  padding-top: 20px;
  font-size: 18px;
}
footer .address {
  padding: 60px 0;
  letter-spacing: 4px;
}