@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);

@import url(https://fonts.googleapis.com/css?family=Cantata+One|Roboto+Slab:400,700,300|Bree+Serif);
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-tabs > .active > a > [class^="icon-"],
.nav-tabs > .active > a > [class*=" icon-"],
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
  background-image: url("glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
/*
 Percentage-based grid with 5% increments
 */
.l-5 {
  width: 5%;
  float: left;
}
.l-10 {
  width: 10%;
  float: left;
}
.l-15 {
  width: 15%;
  float: left;
}
.l-20 {
  width: 20%;
  float: left;
}
.l-25 {
  width: 25%;
  float: left;
}
.l-30 {
  width: 30%;
  float: left;
}
.l-35 {
  width: 35%;
  float: left;
}
.l-40 {
  width: 40%;
  float: left;
}
.l-45 {
  width: 45%;
  float: left;
}
.l-50 {
  width: 50%;
  float: left;
}
.l-55 {
  width: 55%;
  float: left;
}
.l-60 {
  width: 60%;
  float: left;
}
.l-65 {
  width: 65%;
  float: left;
}
.l-70 {
  width: 70%;
  float: left;
}
.l-75 {
  width: 75%;
  float: left;
}
.l-80 {
  width: 80%;
  float: left;
}
.l-85 {
  width: 85%;
  float: left;
}
.l-90 {
  width: 90%;
  float: left;
}
.l-95 {
  width: 95%;
  float: left;
}
.r-5 {
  width: 5%;
  float: right;
}
.r-10 {
  width: 10%;
  float: right;
}
.r-15 {
  width: 15%;
  float: right;
}
.r-20 {
  width: 20%;
  float: right;
}
.r-25 {
  width: 25%;
  float: right;
}
.r-30 {
  width: 30%;
  float: right;
}
.r-35 {
  width: 35%;
  float: right;
}
.r-40 {
  width: 40%;
  float: right;
}
.r-45 {
  width: 45%;
  float: right;
}
.r-50 {
  width: 50%;
  float: right;
}
.r-55 {
  width: 55%;
  float: right;
}
.r-60 {
  width: 60%;
  float: right;
}
.r-65 {
  width: 65%;
  float: right;
}
.r-70 {
  width: 70%;
  float: right;
}
.r-75 {
  width: 75%;
  float: right;
}
.r-80 {
  width: 80%;
  float: right;
}
.r-85 {
  width: 85%;
  float: right;
}
.r-90 {
  width: 90%;
  float: right;
}
.r-95 {
  width: 95%;
  float: right;
}
/*
 Golden Ratio 
 */
.lg-big {
  width: 61.8%;
  float: left;
}
.lg-small {
  width: 38.2%;
  float: left;
}
.rg-big {
  width: 61.8%;
  float: right;
}
.rg-small {
  width: 38.2%;
  float: right;
}
/***********************************************************************************************************************
 mixins.less
 **********************************************************************************************************************/
.bbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear,
.cleared {
  float: none;
  clear: both;
}
.align-right {
  text-align: right;
}
.clear {
  clear: both;
  float: none;
}
span.pic-l {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto 10px auto;
}
span.pic-r {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto 10px auto;
}
span.pic-c {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto 10px auto;
}
p:last-child span.pic-c {
  margin-bottom: 0;
}
span.pic-l img,
span.pic-r img,
span.pic-c img {
  max-width: 100%;
  height: auto;
}
span.pic-l span.caption,
span.pic-r span.caption,
span.pic-c span.caption {
  display: block;
  font-size: 11px;
  line-height: 15px;
  padding: 5px 0 0;
}
span.pic-l {
  width: 50%;
  float: left;
  margin: 0 10px 10px 0;
  clear: left;
}
span.pic-r {
  width: 50%;
  float: right;
  margin: 0 0 10px 10px;
  clear: right;
}
@media only screen and (min-width: 480px) {
  span.pic-l {
    width: 40%;
    float: left;
    margin: 0 10px 10px 0;
    clear: left;
  }
  span.pic-r {
    width: 40%;
    float: right;
    margin: 0 0 10px 10px;
    clear: right;
  }
}
@media only screen and (min-width: 769px) {
  span.pic-l {
    width: 30%;
    float: left;
    margin: 0 20px 10px 0;
  }
  span.pic-r {
    width: 30%;
    margin: 0 0 20px 10px;
  }
  span.pic-c {
    margin: 40px auto 40px auto;
  }
  p:first-child span.pic-c {
    margin-top: 0;
  }
}
/* COLOR VARIABLES */
/* FONTSIZE VARIABLES */
body {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
body a {
  color: #000000;
  text-decoration: none;
}
body b,
body strong {
  font-weight: 700;
}
body small {
  font-size: 11px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
li,
hgroup,
section,
div,
header,
footer,
nav,
article,
blockquote,
pre {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
blockquote:last-child,
pre:last-child {
  margin-bottom: 0;
}
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6 {
  margin: 0;
}
dl.accordion > dt {
  margin: 0;
  cursor: pointer;
}
dl.accordion > dd {
  margin: 0;
  display: none;
}
dl.accordion > dt.active + dd {
  display: block;
}
.richtext a {
  border-bottom: 1px solid orange;
  font-weight: 700;
}
hr {
  border: 0;
  border-top: 1px solid #f0eee8;
  margin: 20px 0;
}
/***********************************************************************************************************************
 * GO!
 **********************************************************************************************************************/
.listed-articles .article {
  margin-bottom: 40px;
}
.listed-articles .article header hgroup {
  margin-bottom: 15px;
}
.listed-articles .article header h1 {
  line-height: 1.1;
}
.listed-articles .article header h1 a {
  text-decoration: underline;
}
.listed-articles .article header h1 a:hover,
.listed-articles .article header h1 a:focus {
  color: #FFA500;
}
.listed-articles .article header h2 {
  margin-top: 5px;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.2;
}
.listed-articles .article header small {
  display: block;
}
.listed-articles .article header small i {
  display: none;
}
.listed-articles .article .short {
  margin-top: 1em;
}
body > .wrap {
  max-width: 1140px;
  margin: 0 auto;
  margin: 0 0 0 40px;
  padding: 20px 10px;
}
@media only screen and (min-width: 768px) {
  body > .wrap {
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 1400px) {
  body > .wrap {
    margin-left: 280px;
  }
}
header.main {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 2;
  background-color: #eee;
  background-color: #f0eee8;
  max-width: 250px;
  margin: 0;
  width: 40px;
}
header.main > * {
  display: none;
}
header.main > .hamburger {
  display: block;
}
header.main > .hamburger i {
  cursor: pointer;
}
header.main.active {
  padding: 10px 20px;
  width: auto;
}
header.main.active > * {
  display: inherit;
}
header.main.active > .hamburger {
  text-align: right;
  display: block;
}
@media only screen and (min-width: 1400px) {
  header.main {
    padding: 20px;
    width: auto;
  }
  header.main > * {
    display: inherit;
  }
  header.main > .hamburger {
    display: none;
  }
  header.main.active > * {
    display: inherit;
  }
  header.main.active > .hamburger {
    display: none;
  }
}
header.main .hamburger {
  text-align: center;
  font-size: 20px;
}
header.main .language-switch {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  margin-bottom: 40px;
}
header.main .language-switch a {
  margin-right: 10px;
}
header.main h1 {
  font-size: 14px;
  font-size: 1.2em;
  font-weight: 400;
}
header.main h1 a {
  color: #000000;
}
header.main h1 a:hover,
header.main h1 a:focus,
header.main h1 a.active {
  color: #000000;
}
header.main nav.main {
  margin-bottom: 40px;
  font-size: 1.2em;
  font-weight: 700;
}
header.main nav.main a {
  display: inline-block;
  color: #000000;
}
header.main nav.main a:hover,
header.main nav.main a:focus {
  color: #000000;
}
header.main nav.main a.active {
  color: #000000;
  border-bottom: 2px solid #000000;
}
header.main nav.main a.facebook {
  float: right;
  margin: 0 0 0 10px;
  color: #4c5962;
  font-size: 24px;
}
header.main nav.main > a {
  margin: 5px 5px 5px 0;
}
header.main nav.main .book {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 11px;
  margin: 10px 5px 5px 0;
}
header.main nav.social {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
}
section#main-content {
  *zoom: 1;
}
section#main-content:before,
section#main-content:after {
  display: table;
  content: "";
  line-height: 0;
}
section#main-content:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  section#main-content {
    padding: 20px 20px 100px;
  }
}
section#main-content .panel {
  background-color: #f0eee8;
  padding: 20px;
}
section#main-content .hero {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  section#main-content .hero {
    margin-bottom: 60px;
  }
  section#main-content .hero h1 {
    margin: 0;
    font-size: 60px;
    line-height: 64px;
  }
  section#main-content .hero h2 {
    font-weight: 400;
    margin: 10px 0 0;
  }
}
section#main-content p.continued {
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
}
section#main-content p.continued a {
  border-bottom: 1px solid orange;
  font-weight: 700;
}
section#main-content .fa {
  font-size: 14px;
  font-weight: normal;
}
section#main-content dl.accordion {
  background-color: #f0eee8;
  padding: 10px;
}
section#main-content dl.accordion > dt {
  color: #000000;
  padding: 2px 0;
}
section#main-content dl.accordion > dd {
  margin-bottom: 1em;
}
section#main-content table.book-meta {
  font-size: 11px;
  border-collapse: collapse;
  border-top: 1px solid #fff;
}
section#main-content table.book-meta td,
section#main-content table.book-meta th {
  text-align: left;
  vertical-align: top;
}
section#main-content table.book-meta th {
  font-weight: normal;
  text-transform: capitalize;
  color: #4c5962;
  padding-right: 10px;
  width: 30%;
}
section#main-content table.book-meta tr {
  border-bottom: 1px solid #fff;
}
section#articles,
section#lectures,
section#books {
  *zoom: 1;
  padding-bottom: 100px;
}
section#articles:before,
section#lectures:before,
section#books:before,
section#articles:after,
section#lectures:after,
section#books:after {
  display: table;
  content: "";
  line-height: 0;
}
section#articles:after,
section#lectures:after,
section#books:after {
  clear: both;
}
/**
 * .lectures
 */
.lectures .lecture {
  margin-bottom: 20px;
}
.lectures .lecture .month {
  margin-bottom: 3em;
}
/**
 * .lecture
 */
.lecture > span {
  display: block;
}
.lecture .title + .remark {
  margin-top: 0;
}
.lecture .remark {
  margin-top: 5px;
}
.lecture .datetime {
  font-weight: bold;
  margin-bottom: 5px;
}
.lecture .city {
  margin-left: 5px;
  margin-right: 5px;
}
.lecture .time {
  font-size: 11px;
}
.lecture .description {
  font-size: 11px;
}
.lecture .organisation {
  font-size: 11px;
}
.lecture .organisation .name {
  font-weight: 600;
}
.lecture .location {
  font-size: 11px;
}
/**
 * body#news
 */
body#news #main-content .lectures {
  margin-bottom: 60px;
}
body#news #main-content .lectures h3 {
  border-bottom: 2px solid orange;
  padding-bottom: 5px;
}
body#news #main-content .lectures .location {
  margin-top: 10px;
}
body#news #main-content .articles {
  margin-bottom: 60px;
}
/**
 * body#lectures
 */
body#lectures #main-content .lectures h3 {
  font-size: 1.5em;
}
body#lectures #main-content .lectures .upcoming-lectures {
  margin-top: 3em;
}
body#lectures #main-content .lectures .month {
  *zoom: 1;
  margin-bottom: 3em;
}
body#lectures #main-content .lectures .month:before,
body#lectures #main-content .lectures .month:after {
  display: table;
  content: "";
  line-height: 0;
}
body#lectures #main-content .lectures .month:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  body#lectures #main-content .lectures .month {
    width: 45%;
    margin-right: 5%;
    float: left;
  }
  body#lectures #main-content .lectures .month:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1200px) {
  body#lectures #main-content .lectures .month {
    width: 30%;
    margin-right: 0;
    margin-left: 5%;
  }
  body#lectures #main-content .lectures .month:nth-child(2n+1) {
    clear: none;
  }
  body#lectures #main-content .lectures .month:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
}
body#lectures #main-content .lectures a {
  border-bottom: 1px solid orange;
  font-weight: 700;
}
/**
 * body#books
 */
body#books #main-content .book {
  *zoom: 1;
  margin-bottom: 60px;
  max-width: 600px;
}
body#books #main-content .book:before,
body#books #main-content .book:after {
  display: table;
  content: "";
  line-height: 0;
}
body#books #main-content .book:after {
  clear: both;
}
body#books #main-content .book h1 {
  font-size: 14px;
  line-height: 16px;
  border-bottom: 2px solid orange;
  padding: 5px 0;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) {
  body#books #main-content .book h1 {
    font-size: 28px;
    line-height: 32px;
    margin-left: 100px;
    margin-bottom: 40px;
  }
}
body#books #main-content .book a {
  display: block;
  margin: 10px;
}
body#books #main-content .book .pic {
  margin: 5px;
  max-width: 100%;
  height: auto;
}
body#books #main-content .book .edition img {
  width: auto;
  max-height: 50px;
}
@media only screen and (min-width: 768px) {
  body#books #main-content .book .edition img {
    max-height: 100px;
  }
}
/**
 * body.book
 */
@media only screen and (min-width: 768px) {
  body.book #main-content section.book header hgroup {
    margin-bottom: 60px;
  }
  body.book #main-content section.book header hgroup h1 {
    font-size: 60px;
    line-height: 64px;
  }
  body.book #main-content section.book header hgroup h2 {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 768px) {
  body.book #main-content section.book .cover {
    width: 45%;
    float: right;
  }
  body.book #main-content section.book .info {
    width: 50%;
    float: left;
  }
}
body.book #main-content section.book .pic {
  margin: 5px;
  max-width: 100%;
  height: auto;
  margin-bottom: 2em;
}
body.book #main-content section.book .sales {
  margin-top: 5px;
  font-size: 11px;
}
body.book #main-content section.book .translations {
  margin-top: 2em;
}
body.book #main-content .same-lang .edition {
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  body.book #main-content .same-lang .edition {
    width: 50%;
    float: left;
    padding-right: 20px;
  }
  body.book #main-content .same-lang .edition:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  body.book #main-content .same-lang .edition {
    width: 25%;
    float: left;
  }
  body.book #main-content .same-lang .edition:nth-child(2n+1) {
    clear: none;
  }
  body.book #main-content .same-lang .edition:nth-child(4n+1) {
    clear: both;
  }
}
body.book #main-content .other-lang {
  *zoom: 1;
}
body.book #main-content .other-lang:before,
body.book #main-content .other-lang:after {
  display: table;
  content: "";
  line-height: 0;
}
body.book #main-content .other-lang:after {
  clear: both;
}
body.book #main-content .other-lang .language-editions {
  display: inline-block;
}
body.book #main-content .other-lang .edition {
  *zoom: 1;
}
body.book #main-content .other-lang .edition:before,
body.book #main-content .other-lang .edition:after {
  display: table;
  content: "";
  line-height: 0;
}
body.book #main-content .other-lang .edition:after {
  clear: both;
}
body.book #main-content .other-lang .edition > figure {
  float: left;
  margin-right: 10px;
}
body.book #main-content .other-lang .edition > p {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  body.book #main-content .other-lang .edition {
    width: 50%;
    float: left;
    padding-right: 20px;
    margin-bottom: 2em;
  }
  body.book #main-content .other-lang .edition:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  body.book #main-content .other-lang .edition {
    width: 25%;
    float: left;
  }
  body.book #main-content .other-lang .edition:nth-child(2n+1) {
    clear: none;
  }
  body.book #main-content .other-lang .edition:nth-child(4n+1) {
    clear: both;
  }
}
/**
 * body#articles
 */
body#articles #main-content .introduction {
  margin-bottom: 60px;
}
body#articles #main-content .alt-articles > h3 {
  font-weight: 700;
  border-bottom: 2px solid #FFA500;
  padding-bottom: 5px;
}
body#articles #main-content .alt-articles .listed-articles .article header h1 {
  font-size: 1.3em;
}
body#articles #main-content .alt-articles .listed-articles .article header h2 {
  font-size: 1.1em;
}
body#articles #main-content .alt-articles .short {
  font-size: 11px;
}
/**
 * body.article
 */
body.article #main-content .txt {
  margin-top: 1em;
}
body.article #main-content section.article .link,
body.article #main-content section.article .doc {
  font-family: 'Roboto', sans-serif;
}
body.article #main-content section.article .doc {
  display: inline-block;
  border: 2px solid #FFA500;
  padding: 2px 8px;
}
body.article #main-content section.article .doc:hover,
body.article #main-content section.article .doc:focus {
  border-color: #000000;
}
body.article #main-content section.article .link {
  display: inline-block;
  border-bottom: 1px solid #f0eee8;
}
body.article #main-content section.article .link:hover,
body.article #main-content section.article .link:focus {
  border-color: #FFA500;
}
body.article #main-content section.article .doc + .link {
  margin-left: 20px;
}
body.article #main-content section.article .article {
  margin-top: 60px;
  max-width: 48em;
}
body.article #main-content section.article .article .pic-c {
  text-align: center;
}
body.article #main-content .footer-articles {
  margin-top: 100px;
}
body.article #main-content .footer-articles ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
body.article #main-content .footer-articles ul li {
  margin-bottom: 5px;
}
body.article #main-content .footer-articles ul li.active .title,
body.article #main-content .footer-articles ul li.active .subtitle {
  border-bottom: 1px solid #FFA500;
}
body.article #main-content .footer-articles ul a:hover,
body.article #main-content .footer-articles ul a:focus {
  color: #FFA500;
}
/**
 * body#bio
 */
@media only screen and (min-width: 1200px) {
  body#bio {
    background-image: url(dd3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
  }
}
body#bio .cv {
  margin-bottom: 3em;
}
@media only screen and (min-width: 1024px) {
  body#bio .cv {
    width: 45%;
    float: left;
    margin-right: 5%;
  }
}
body#bio .downloads {
  width: 240px;
  margin-bottom: 3em;
}
@media only screen and (min-width: 1024px) {
  body#bio .downloads {
    float: left;
  }
}
body#bio a.download {
  *zoom: 1;
  display: block;
  margin-bottom: 1em;
}
body#bio a.download:before,
body#bio a.download:after {
  display: table;
  content: "";
  line-height: 0;
}
body#bio a.download:after {
  clear: both;
}
body#bio a.download figure {
  width: 50%;
  float: left;
  text-align: center;
}
body#bio a.download > p {
  width: 50%;
  float: right;
}
