/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url(http://fonts.googleapis.com/css?family=Oswald:300);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address 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.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct 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; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `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
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct 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. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove 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],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove 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;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `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; }

/**
 * Remove 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; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve 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; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/*! Font Icon Srpite */
@font-face {
  font-family: 'inbt';
  src: url("../fonts/inbt.eot?76t9h9");
  src: url("../fonts/inbt.eot?#iefix76t9h9") format("embedded-opentype"), url("../fonts/inbt.woff?76t9h9") format("woff"), url("../fonts/inbt.ttf?76t9h9") format("truetype"), url("../fonts/inbt.svg?76t9h9#inbt") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'inbt';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

body {
  font: 14px/20px Arial, Helvetica, sans-serif;
  background: #E6E6DF; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body.splash {
  overflow: hidden; }

#splash {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E5E5DF;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s; }
  #splash .splash-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
  #splash .logo-animation {
    width: 400px;
    height: 184px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -102px 0 0 -200px; }
    #splash .logo-animation img {
      width: 297px;
      height: 108px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  #splash .enter-button {
    width: 100%;
    height: 15%;
    background-color: #D8D8CC;
    position: absolute;
    bottom: 0; }
    #splash .enter-button a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      #splash .enter-button a span.enter-arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -18px 0 0 -35px;
        width: 70px;
        height: 37px;
        background-image: url("../images/enter-arrow.svg");
        background-position: 0 50%;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

.no-svg #splash .enter-button a span.enter-arrow {
  background-image: url("img/enter-arrow.png"); }

#splash.reveal {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%); }

a.logo-link {
  display: inline-block; }

#inbt-logo {
  /*background-image: url('../images/logo.svg');
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;*/
  display: inline-block;
  height: 53px;
  width: 148px; }

#header {
  height: 78px;
  border-bottom: 2px solid #E6E6DF;
  background-color: #e6e6df;
  background-color: #e6e6df; }
  #header .header-block {
    max-width: 960px;
    min-width: 300px;
    margin: 0 auto;
    padding: 10px 10px;
    position: relative; }

#header.inside-header {
  border-bottom: 5px solid #CECEBF; }

nav ul#menu {
  position: absolute;
  right: 10px;
  bottom: 15px;
  margin: 0;
  padding: 0;
  list-style: none; }
  nav ul#menu li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0; }
    nav ul#menu li a {
      display: block;
      padding: 0 30px;
      font-family: "Oswald", Arial, serif;
      font-size: 18px;
      color: #000;
      text-decoration: none; }
      nav ul#menu li a.active {
        color: #00793e; }
      nav ul#menu li a:hover {
        color: #B22D00; }
    nav ul#menu li.lang a {
      padding: 0 0 0 30px;
      font-family: Tahoma, Geneva, sans-serif; }
      nav ul#menu li.lang a:hover {
        color: #B22D00; }
nav ul#menu > li:after {
  background: none repeat scroll 0 0 #d2d6d5;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 1px;
  z-index: 1; }
nav ul#menu > li:first-child:after {
  display: none; }

#mobile-header {
  display: none; }

.inbt-block {
  background-image: url("../images/skyline.png");
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: contain; }

.inbt-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  min-width: 300px; }

.inbt-animation {
  width: 517px;
  height: 83px;
  margin: 0 auto;
  padding: 65px 0 225px 0; }

.faz3a-block {
  background-color: #CECEBF; }
  .faz3a-block .faz3a-content {
    margin: 0 auto;
    max-width: 960px;
    min-width: 300px;
    padding: 40px 10px;
    font-family: "Oswald", Arial, serif; }
    .faz3a-block .faz3a-content h1 {
      font-size: 38px;
      line-height: 38px;
      height: 38px;
      font-weight: normal;
      margin: 0 auto;
      width: 370px;
      border-top: 3px solid #E6E6DF;
      border-bottom: 3px solid #E6E6DF;
      padding: 10px 0;
      text-align: center;
      color: #00793E; }
    .faz3a-block .faz3a-content p.introduction {
      font-family: "Oswald", Arial, serif;
      font-size: 24px;
      line-height: 30px;
      text-align: center;
      width: 420px;
      margin: 15px auto; }
    .faz3a-block .faz3a-content p {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      width: 370px;
      margin: 15px auto; }
  .faz3a-block a.poem-link {
    margin: 0 auto;
    display: block;
    width: 70px;
    height: 17px;
    font-family: "Oswald", Arial, serif;
    font-size: 12px;
    line-height: 17px;
    border: 1px solid #898980;
    color: #898980;
    text-decoration: none;
    text-align: center;
    padding: 0 0 2px 0; }
    .faz3a-block a.poem-link:hover {
      background-color: #898980;
      color: #fff; }

.inside-block {
  background-color: none; }
  .inside-block .inside-content {
    margin: 0 auto;
    max-width: 960px;
    min-width: 300px;
    padding: 30px 10px;
    font-family: Arial, Helvetica, sans-serif; }
    .inside-block .inside-content #breadcrumb {
      margin: 0 0 2px 0; }
      .inside-block .inside-content #breadcrumb a {
        font-size: 14px;
        color: #000;
        text-decoration: none; }
    .inside-block .inside-content h1 {
      font-family: "Oswald", Arial, serif;
      font-size: 32px;
      line-height: 32px;
      font-weight: normal;
      margin: 0px auto 10px;
      color: #00793E; }
    .inside-block .inside-content p.introduction {
      font-size: 22px;
      line-height: 30px;
      margin: 15px 0; }
    .inside-block .inside-content p {
      font-size: 16px;
      line-height: 22px;
      margin: 15px 0; }
      .inside-block .inside-content p a {
        color: #00793E;
        text-decoration: underline; }

.tabs-block {
  background-color: #027A3E;
  border-bottom: 5px solid #000; }

.bottom-border {
  border-bottom: 5px solid #cecebf; }

.faz3a-tabs {
  max-width: 960px;
  min-width: 300px;
  margin: 0 auto;
  padding: 15px 10px; }

ul.tabs {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  width: 474px; }
  ul.tabs li {
    float: left;
    margin: 0 10px; }
    ul.tabs li a {
      display: block;
      width: 136px;
      height: 32px;
      line-height: 32px;
      border: 1px solid #fff;
      text-align: center;
      font-family: "Oswald", Arial, serif;
      font-size: 16px;
      text-decoration: none;
      color: #fff;
      position: relative; }
      ul.tabs li a:hover {
        color: #000;
        background-color: #fff; }
  ul.tabs li.tab a.active {
    color: #000;
    background-color: #fff; }
  ul.tabs li.tab a.active:after {
    background: none repeat scroll 0 0 #ffffff;
    content: "";
    display: block;
    height: 30px;
    left: -1px;
    position: absolute;
    top: 100%;
    width: 138px;
    z-index: 1; }

.inside-tabs {
  max-width: 960px;
  min-width: 300px;
  margin: 0 auto;
  padding: 15px 10px;
  text-align: center; }
  .inside-tabs ul.tabs {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: inline; }
    .inside-tabs ul.tabs li {
      float: inline-block;
      margin: 0 10px;
      float: none; }
      .inside-tabs ul.tabs li a {
        display: inline-block;
        padding: 5px 10px;
        width: auto;
        height: 32px;
        line-height: 32px;
        border: 1px solid #fff;
        text-align: center;
        font-family: "Oswald", Arial, serif;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
        position: relative; }
        .inside-tabs ul.tabs li a:hover {
          color: #000;
          background-color: #fff; }
    .inside-tabs ul.tabs li.tab a.active {
      color: #000;
      background-color: #fff;
      border: 1px solid #fff; }
    .inside-tabs ul.tabs li.tab a.active:after {
      background: none repeat scroll 0 0 #ffffff;
      content: "";
      display: block;
      height: 30px;
      left: -1px;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1;
      border: 1px solid #fff; }

.tab-container {
  background-color: #fff;
  border-bottom: 5px solid #CECEBF; }
  .tab-container .tab-content {
    padding: 30px;
    margin: 0 auto;
    max-width: 960px;
    min-width: 300px; }
    .tab-container .tab-content h2 {
      font-family: "Oswald", Arial, serif;
      font-size: 24px;
      line-height: 28px;
      font-weight: normal;
      margin: 0px auto 10px;
      color: #00793E; }
    .tab-container .tab-content p.introduction {
      font-size: 22px;
      line-height: 30px;
      margin: 15px 0; }
    .tab-container .tab-content p {
      font-size: 16px;
      line-height: 22px;
      margin: 15px 0; }
    .tab-container .tab-content p.note {
      font-size: 14px;
      margin: 5px 0;
      line-height: 20px; }

.inside-tab-container .tab-content {
  padding: 30px 10px; }
  .inside-tab-container .tab-content a {
    color: #00793E;
    text-decoration: underline; }

.video-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 632px; }
  .video-list li {
    margin: 8px;
    float: left; }

.press-list {
  width: 500px;
  margin: 0 auto;
  padding: 0; }
  .press-list li a {
    margin: 5px;
    display: block;
    color: #00793e;
    text-decoration: none; }
    .press-list li a:hover {
      text-decoration: underline; }

.bullet-list {
  margin: 0;
  padding: 0 0 0 15px; }
  .bullet-list li {
    margin: 7px 0;
    font-size: 16px; }

ul.interest-list {
  margin: 10px 0;
  padding: 0 0 0 15px;
  width: 500px;
  float: left; }
  ul.interest-list li {
    margin: 2px;
    font-size: 16px;
    width: 240px;
    float: left; }

.note-box {
  float: right;
  width: 343px;
  height: 126px;
  padding: 5px 30px;
  margin: 20px 0 0 0;
  background: url("../images/note-box.png") 0 0 no-repeat; }
  .note-box p {
    font-size: 14px !important;
    line-height: 20px !important; }

.comments-block {
  background-color: #fff;
  border-bottom: 5px solid #CECEBF; }

.comments-content {
  max-width: 960px;
  min-width: 300px;
  padding: 40px 10px 0;
  margin: 0 auto; }
  .comments-content h3 {
    font-family: "Oswald", Arial, serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    margin: 0 auto;
    width: 370px;
    border-top: 3px solid #E6E6DF;
    border-bottom: 3px solid #E6E6DF;
    padding: 10px 0;
    text-align: center;
    color: #00793E; }
  .comments-content .comment-list {
    padding: 30px 10px; }
  .comments-content .comment-item {
    padding: 15px 20px;
    background-color: #E6E6DF;
    margin: 10px 0;
    font-family: Arial, Helvetica, sans-serif; }
  .comments-content .comment-text {
    font-size: 14px;
    border-bottom: 1px solid #CECEBF;
    padding: 0 0 10px 0; }
  .comments-content .comment-meta {
    padding: 10px 0 0 0; }
  .comments-content .comment-by {
    color: #01793E;
    font-size: 12px;
    float: left; }
  .comments-content .comment-date {
    color: #A9A79B;
    font-size: 12px;
    float: right; }
  .comments-content a.load-comments {
    display: block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #B22D00;
    text-align: center;
    font-family: "Oswald", Arial, serif;
    font-size: 14px;
    text-decoration: none;
    color: #B22D00;
    margin: 30px auto 0;
    padding: 0 0 2px 0; }
    .comments-content a.load-comments:hover {
      background-color: #B22D00;
      color: #fff; }

.add-comment {
  width: 760px;
  margin: 0 auto;
  border-top: 3px solid #E6E6DF;
  border-left: 3px solid #E6E6DF;
  border-right: 3px solid #E6E6DF;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.add-comment-title {
  font-family: "Oswald", Arial, serif;
  font-size: 24px;
  color: #000;
  text-align: center;
  line-height: 28px;
  padding: 15px 0;
  border-bottom: 3px solid #E6E6DF; }

.add-comment-form {
  padding: 30px; }
  .add-comment-form .col-left {
    float: left;
    width: 50%; }
  .add-comment-form .col-right {
    float: left;
    width: 50%; }
  .add-comment-form .field-row {
    position: relative;
    margin: 0 0 30px; }
  .add-comment-form input[type="text"] {
    border: 2px solid #CECEBF;
    width: 308px;
    height: 26px;
    padding: 5px;
    margin: 0 0 0 10px; }
    .add-comment-form input[type="text"].error {
      border: 2px solid #b22d00; }
  .add-comment-form textarea {
    border: 2px solid #CECEBF;
    width: 308px;
    height: 95px;
    padding: 5px;
    margin: 0 0 0 10px; }
    .add-comment-form textarea.error {
      border: 2px solid #b22d00; }
  .add-comment-form .btn-submit {
    color: #fff;
    background-color: #B22D00;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-family: "Oswald", Arial, serif;
    font-size: 18px;
    border: 0;
    outline: none;
    width: 100px;
    margin: 0 auto;
    display: block; }

label.error {
  position: absolute;
  left: 10px;
  bottom: -20px;
  color: #B22D00; }

.get-social {
  max-width: 960px;
  min-width: 300px;
  padding: 60px 10px;
  margin: 0 auto; }
  .get-social h3 {
    font-family: "Oswald", Arial, serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    margin: 0 auto;
    width: 370px;
    border-top: 3px solid #CECEBF;
    border-bottom: 3px solid #CECEBF;
    padding: 10px 0;
    text-align: center;
    color: #00793E; }
  .get-social ul {
    margin: 30px auto;
    padding: 0;
    list-style: none;
    width: 336px; }
    .get-social ul li {
      margin: 0 15px;
      float: left; }
      .get-social ul li a {
        display: block;
        height: 78px;
        width: 78px;
        border: 2px solid #CECEBF;
        text-decoration: none;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        position: relative; }
        .get-social ul li a:hover {
          background-color: #fff; }

.icon-fb:before {
  content: "\e600"; }

.icon-ig:before {
  content: "\e601"; }

.icon-tw:before {
  content: "\e602"; }

.icon-tw, .icon-ig, .icon-fb {
  width: 32px;
  height: 32px;
  font-size: 32px;
  position: absolute;
  left: 24px;
  top: 24px;
  color: #000; }

.footer-block {
  background-color: #000; }

.website-meta {
  margin: 0 auto;
  max-width: 960px;
  min-width: 300px;
  padding: 10px;
  font-family: "Oswald", Arial, serif;
  font-size: 14px;
  color: #E5E5DF; }
  .website-meta .copyright {
    float: left;
    width: 50%; }
  .website-meta .credit {
    float: left;
    width: 50%;
    text-align: right; }
  .website-meta a {
    color: #E5E5DF;
    text-decoration: none; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 48em) {
  .inbt-animation {
    padding: 45px 0 125px;
    width: 400px; }

  #inbtlogo {
    width: 400px;
    height: auto; }

  .video-list {
    width: 320px; }
    .video-list li {
      float: none;
      margin: 10px auto;
      width: 300px; }

  .add-comment {
    width: 90%; }

  .add-comment-form .col-left {
    float: none;
    width: 90%;
    margin: 0 auto; }
  .add-comment-form .col-right {
    float: none;
    width: 90%;
    margin: 0 auto; }
  .add-comment-form .field-row {
    margin: 0 auto 30px;
    text-align: center; }
  .add-comment-form input[type="text"] {
    width: 90%;
    margin: 0 auto; }
  .add-comment-form textarea {
    width: 90%;
    margin: 0 auto; }
  .add-comment-form .btn-submit {
    color: #fff;
    background-color: #B22D00;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-family: "Oswald", Arial, serif;
    font-size: 18px;
    border: 0;
    outline: none;
    width: 100px;
    margin: 0 auto;
    display: block; }

  .note-box {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 10px 0;
    background: none; }

  ul.interest-list {
    width: auto;
    float: none; }
    ul.interest-list li {
      width: auto;
      float: none; }

  #splash .logo-animation {
    width: 200px;
    height: 92px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -51px 0 0 -100px; }
    #splash .logo-animation img {
      width: 180px;
      height: 65px; } }
@media screen and (max-width: 37.5em) {
  body, html {
    overflow: hidden; }

  .overflow {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

  #container {
    margin: 0;
    position: relative;
    z-index: 2;
    background: #e6e6df; }

  #cover {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    z-index: 600; }

  #header {
    height: auto;
    border-bottom: none;
    background-color: none;
    background-color: none; }
    #header .header-block {
      max-width: auto;
      min-width: auto;
      margin: 0;
      padding: 0;
      position: static; }
    #header a.logo-link {
      display: none; }

  #header.inside-header {
    border-bottom: none; }

  nav.navi {
    background: #232323;
    color: #cbc4c5;
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    nav.navi ul#menu {
      list-style: none;
      padding: 0;
      margin: 0;
      width: 265px;
      position: relative;
      right: 0;
      bottom: 0; }
      nav.navi ul#menu li {
        float: none;
        font-size: 18px;
        position: relative;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        border-top: solid 1px rgba(255, 255, 255, 0.05); }
        nav.navi ul#menu li a, nav.navi ul#menu li a:hover, nav.navi ul#menu li a:visited, nav.navi ul#menu li a:focus {
          font-family: "Oswald", Arial, serif;
          font-size: 18px;
          text-decoration: none;
          color: #cbc4c5;
          background-color: transparent;
          display: block;
          padding: 4px 14px 4px 14px;
          line-height: 40px; }
        nav.navi ul#menu li.lang {
          display: none; }
    nav.navi ul#menu > li:after {
      display: none; }

  #mobile-header {
    display: block;
    height: 50px;
    position: relative;
    background-color: #e6e6df;
    background-color: rgba(230, 230, 223, 0.95);
    border-bottom: 2px solid #cecebf; }
    #mobile-header .header-block {
      margin: 0 auto;
      max-width: 960px;
      min-width: 300px;
      padding: 10px;
      position: relative; }
    #mobile-header a.mobile-lang {
      display: block;
      font-family: Tahoma, Geneva, sans-serif;
      font-size: 18px;
      line-height: 24px;
      text-decoration: none;
      color: #000;
      position: absolute;
      right: 10px;
      top: 10px;
      width: 40px;
      padding: 0 10px; }

  #mobile-header .icon {
    z-index: 22;
    position: absolute;
    top: 0;
    left: 0;
    height: 49px;
    width: 49px;
    font-size: 26px;
    line-height: 49px;
    text-align: center;
    color: #333; }

  #mobile-header a.logo-link {
    display: block;
    height: 30px;
    margin: 0 auto;
    width: 84px; }

  #inbt-logo-mobile {
    background-image: url("../images/logo.svg");
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 30px;
    width: 84px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

  .no-svg #inbt-logo-mobile {
    background-image: url("img/logo.png"); }

  .menu-button {
    display: block; }

  .inbt-block {
    background-size: 150%; }

  .inbt-animation {
    width: 90% !important;
    height: auto !important;
    padding: 40px 0 100px; }

  #inbtlogo {
    width: 100% !important;
    height: auto !important; }

  .inbt-animation img {
    width: 100% !important;
    height: auto !important; }

  .faz3a-block .faz3a-content h1 {
    width: 90%; }
  .faz3a-block .faz3a-content p.introduction {
    width: 90%; }
  .faz3a-block .faz3a-content p {
    width: 90%; }

  ul.tabs {
    width: 300px; }
    ul.tabs li {
      float: none;
      margin: 0 auto 10px;
      width: 138px; }
    ul.tabs li.tab {
      float: left;
      margin: 0 5px; }

  .inside-tabs ul.tabs li {
    width: auto; }
  .inside-tabs ul.tabs li.tab {
    float: none; }

  .press-list {
    width: 90%; }
    .press-list li a {
      white-space: pre-line; }

  .comments-content {
    padding: 30px 10px 0; }
    .comments-content h3 {
      width: 90%; }
    .comments-content .comment-list {
      padding: 20px 10px; }
    .comments-content a.load-comments {
      height: 26px;
      line-height: 26px; }

  .add-comment {
    width: 90%; }

  .get-social {
    padding: 30px 10px; }
    .get-social h3 {
      width: 90%; }
    .get-social ul {
      width: 300px; }
      .get-social ul li {
        margin: 0 9px;
        float: left; }

  .website-meta .copyright {
    float: none;
    width: 90%;
    text-align: center;
    margin: 0 auto; }
  .website-meta .credit {
    float: none;
    width: 90%;
    text-align: center;
    margin: 0 auto; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*# sourceMappingURL=main.css.map */
