/* ==================
/* general 
/* ================== */
video, img {
  display: block;
  outline: none;
}

hr {
  border: none;
  background: #cccccc;
  height: 2px;
}

/* ==================
/* fonts
/* ================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Inika", helvetica, sans-serif;
  padding: 0.3em 0;
  margin: 0;
  line-height: 1.4em;
}

h3, h4, h5, h6 { font-weight: normal; }

h1 { font-size: 2.5em; }

h2 { font-size: 2.12em; }

h3 { font-size: 1.88em; }

h4 { font-size: 1.5em; }

h5 { font-size: 1.2em; }

h6 { font-size: 1em; }

a { color: #dadada; }
a:hover { color: #fff; }

p { color: #dadada; }

p img { margin-top: 0.5em; }

h1, h2, h3 {
  font-weight: normal;
  color: #f3f3f3;
}

h1 a, h2 a, h3 a,
h1 a:hover, h2 a:hover, h3 a:hover {
  color: #f3f3f3;
  text-decoration: none;
}

h3 { text-align: left; }

img { max-width: 100%; }

blockquote {
  padding: 0 0 0 1.5em;
  margin: 2em 0;
  border-left: 1px solid #cccccc;
  font-style: italic;
}

hr {
  height: 1px;
  background-color: #e3dac8;
}

/* ==================
/* body
/* ================== */
body {
  font-size: 16px;
  line-height: 1.8em;
  font-family: "Droid Sans", helvetica;
  color: #f3f3f3;
  margin: 0;
  background: #99040a;
}

/* ==================
/* header
/* ================== */
header {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  top: 27px;
}

.headerImage {
  height: 156px;
  background: url("../images/header-bg.png");
}

.oliverPic { display: none; }

/* ==================
/* navigation
/* ================== */
nav ul {
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  right: 3%;
  display: table;
}

nav li {
  list-style: none;
  display: table-cell;
  padding: 0 10px;
}

nav li:last-child {
  padding-right: 0;
}

nav li a {
  color: #333333;
  font-size: 18px;
  font-family: "Inika", helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

nav li a:hover,
nav li.active a { color: #99040a; }

.menuButton { 
  display: none;
  position: absolute;
}

/* ==================
/* wrapper
/* ================== */
.wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

/* ==================
/* sidebar
/* ================== */
aside.sidebar {
  width: 45.9183%;
  max-width: 450px;
  float: left;
  color: #333;
}

aside.sidebar a,
aside.sidebar a:hover {
  color: #99040a;
  text-decoration: none;
}

.contactBox { margin-top: -30px; }

.contactBox ul { padding: 0 7% 0 13%; }

.contactBox li {
  background: #f1f1f1;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 7% 10%;
  margin-top: 2%;
  list-style: none;
}

/* ==================
/* main col
/* ================== */
#main {
  width: 50.0816%;
  max-width: 530px;
  padding-right: 3%;
  margin-top: 20px;
  margin-left: 1%;
  float: left;
}

section#main img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

section#main article {
  margin: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

section#main article aside {
  font-weight: bold;
  font-size: 0.8em;
  font-weight: normal;
  font-size: 0.8em;
  border-top: 1px solid #b0a795;
  padding-top: 1em;
  color: #99040a;
}
section#main article h2 {
  padding-top: 0;
}

section#main article .main-width-wrap,
section#main footer .main-width-wrap {
  min-width: 240px;
  margin: 0px auto 20px auto;
}

/* ==================
/* Footer */
/* ================== */
footer {
  min-height: 50px;
  clear: both;
  margin: 0 auto;
  margin-left: 6%;
  margin-bottom: 30px;
}


footer ul,
footer li {
  display: table;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}


footer li { 
  width: 47%;
  padding-left: 3%;
}

footer li:nth-child(2) { text-align: center; } 

footer li:nth-child(3) { 
  text-align: right;
  padding-left: 0;
  padding-right: 3%;
}

.footerContact { display: none; }

/* ==================
/* General stylings
/* ================== */
.subTitle {
  margin-bottom: 20px; 
}

section#main article.pressComments {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

section#main article.pressComments .main-width-wrap {
  padding: 5px 3%;
}

blockquote span p {
  color: #cccccc;
}

.description p { margin-top: -15px; }

/* ==================
/* PressImages
/* ================== */
.pressImages {
  display: table;
  padding: 0;
}

.pressImages li {
  list-style: none;
  width: 28.7%;
  display: table;
  float: left;
  margin-right: 1%;
  background: #f1f1f1;
  padding: 2%;
  height: 248px;
}

.pressImages li:nth-child(3n+3) {
  margin-right: 0;
}

.pressImages li a {
  display: table-cell;
  vertical-align: middle;
}

section#main .pressImages img {
  border-radius: 0;
}

/* ==================
/* Video 
/* ================== */
iframe {margin-bottom: 20px;}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsImage {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ==================
/* Contact form
/* ================== */
.contactform-alert {
  margin-bottom: 15px;
}

.error small {
  color: #99040a;
}

/* ==================
/* Galley
/* ================== */
.gallery {
  display: table;
  width: 100%;
  padding: 0;
}

.gallery li {
  display: table;
  width: 32.5%;
  padding: 2%;
  background: #a20d13;
  float: left;
  text-align: center;
  list-style: none;
  overflow: hidden;
  line-height: 0;
  margin: 1% 1% 1% 0;
  box-sizing: border-box;
}

.gallery li:nth-child(3n+3) {
  margin-right: 0;
}

.gallery li a {
  border: 0;
  display: table-cell;
  height: 125px;
  vertical-align: middle;
}

section#main .gallery img {
  border-radius: 0;
  max-height: 130px;
  margin: 0 auto;
}

@media only screen and (max-width: 400px) {
  .gallery li {
    width: 98%;
  }
  section#main .gallery img {
    max-height: 225px;
  }
}


@media only screen and (max-width: 649px) {
  
  /* ==================
  /* Navigation
  /* ================== */
  .menuButton { 
    display: block;
    right: 3%;
  }

  .closeButton { top: 10px; }

  .navigation {
    width: 100%;
    right: auto;
    position: absolute;
    top: -200px;
    display: block;
    background: #f3f3f3;
    z-index: 5;
    padding-top: 50px;
  }

  .navigation.showNavigation { 
    top: -25px;
    padding-bottom: 30px;
  }

  .navigation li {
    width: 45%;
    float: left;
    padding: 0;
    margin: 0 2%;
    border-bottom: 1px solid #444444;
  }

  /* ==================
  /* single col
  /* ================== */
   .oliverPic {
    width: 100%;
    max-width: 80px;
    position: relative;
    left: 3%;
    top: 5px;
    border-radius: 40px;
    border: 1px solid #444444;
    display: block;
   }

   aside.sidebar { display: none;}

   #main {
    width: 94%;
    margin: 0 3%;
    max-width: 592px;
   }

   footer {
    margin-right: 3%;
    margin-left: 3%;
   }

   footer li {
    padding-left: 0%;
    display: inline-block;
    margin-right: 10%;
    float: none;
    width: auto;
    }

    .footerContact { display: inline-block; }

}