/*!
 * 	STANDARD
 * 	Theme for the Automad CMS	
 * 
 * 	Copyright (c) 2014 by Marc Anton Dahmen
 *	http://marcdahmen.de
 *
 *	Licensed under the MIT license.
 * 
 * 	Based on Bootstrap v3.1.1 (http://getbootstrap.com)
 */
/* Typography */
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
body {
  font-family: 'OpenSans';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
}
p a {
  font-weight: normal;
  text-decoration: underline;
}
.navbar-brand {
  font-weight: bold;
}
h1 {
  font-weight: 300;
  line-height: 1;
  text-rendering: optimizeLegibility;
}
h2 {
  font-weight: 300;
  line-height: 1;
  text-rendering: optimizeLegibility;
}
#title h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
#title h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
.text-only .data .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.text-only .data .subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}
.image .data .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.image .data .subtitle {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}
html {
  height: 100%;
  font-size: 16px;
}
body {
  color: #383838;
  background-color: #fff;
  padding: 0;
  height: 100%;
  font-size: 1rem;
}
body > .container {
  padding-top: 30px;
}
body nav + .container {
  padding-top: 110px;
}
body > .container:last-child {
  padding-bottom: 80px;
}
.navbar-nav a {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-nav a:hover,
.navbar-nav a:focus {
  color: #fff;
  text-decoration: none;
}
#title {
  background-color: #c51915;
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}
[class*="col-"] {
  padding: 15px;
}
[class*="col-"].no-vertical-padding {
  padding: 0 15px;
}
hr {
  border-top-color: rgba(0, 0, 0, 0.5);
}
#copyright {
  background: #000;
  color: #666;
  padding-bottom: 30px;
  padding-top: 30px;
}
#copyright p {
  margin-bottom: 0;
}
#copyright a,
#copyright a:visited {
  text-decoration: none;
  color: #999;
}
#copyright a:hover {
  text-decoration: underline;
}
#copyright .copyright-body {
  width: 65.21739%;
  float: left;
  margin-right: 4.34783%;
  margin-bottom: 0;
}
#copyright .copyright-body p,
#copyright .copyright-body li {
  font-size: 1rem;
  line-height: 1.5rem;
}
#copyright .copyright-body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.copyright-logo {
  border: 0;
  overflow: hidden;
  background: url("images/lf/logo.png") no-repeat 0 0;
  display: block;
  height: 64px;
  width: 192px;
  float: right;
  margin: 0;
}
.copyright-logo:before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
}
.basic-page-content {
  min-height: calc(100% - 200px - 156px);
}
/* Navbar */
.navbar-default {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.navbar-default .navbar-nav > .open > a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.dropdown-menu {
  border-top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.dropdown-menu > .active > a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.navbar {
  border: none;
}
@media (min-width: 768px) {
  .navbar .container {
    padding: 0;
  }
}
.navbar .level-1 {
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar .level-1 .headerlogosite {
  padding: 5px 0 0 0;
}
.navbar .level-1 .navbar-brand,
.navbar .level-1 li a {
  color: #fff;
}
.navbar .level-1 .navbar-brand:hover,
.navbar .level-1 li a:hover,
.navbar .level-1 .navbar-brand:focus,
.navbar .level-1 li a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar .level-1 .navbar-nav .active a,
.navbar .level-1 .navbar-nav .active a:focus,
.navbar .level-1 .navbar-nav .active a:hover {
  color: #fff;
  background-color: rgba(20, 20, 20, 0.5);
}
.navbar .level-2 {
  background-color: rgba(20, 20, 20, 0.5);
}
.navbar .level-2 li a {
  padding: 6px 15px 7.2px 15px;
  color: #fff;
}
.navbar .level-2 li a:hover,
.navbar .level-2 li a:focus {
  color: #fff;
  background-color: rgba(20, 20, 20, 0.5);
}
.navbar .level-2 .navbar-nav .active a,
.navbar .level-2 .navbar-nav .active a:focus,
.navbar .level-2 .navbar-nav .active a:hover {
  color: #fff;
  background-color: rgba(20, 20, 20, 0.5);
}
.navbar .navbar-toggle {
  border-color: transparent;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: transparent;
}
.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar .navbar-collapse {
  border: none;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
#page-overview {
  background-color: #ebebeb;
  color: #6d6e71;
}
#page-overview .overview {
  padding: 40px 0px;
  float: left;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
#page-overview .overview-text {
  background-color: #ffffff;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 20px 20px 60px 20px;
  position: relative;
}
.features {
  background-color: #c51915;
  color: #fff;
}
.features .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.features a:hover,
.features a:focus {
  text-decoration: none;
}
.features .feature {
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.features .feature .padded-box {
  padding: 20px;
}
.features .feature p {
  text-align: left;
}
.features .feature h3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.features .feature i {
  font-size: 5rem;
  line-height: 5rem;
  margin-bottom: 10px;
}
.features .feature .contact-box {
  padding: 10px;
}
.features .feature .contact-box i {
  font-size: 3rem;
  line-height: 3rem;
  margin: 0;
  vertical-align: top;
}
.features .feature .contact-box h3 {
  line-height: inherit;
  vertical-align: top;
  margin-top: 0.725rem;
  margin-left: 10px;
}
.features .card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: rgba(0, 0, 0, 0.5);
}
.features .card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.features a.full-height-link:hover {
  transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.features a.full-height-link:hover .card {
  color: rgba(0, 0, 0, 0.6);
}
.features .table {
  display: table;
}
.features .table .table-row {
  display: table-row;
  background-color: #ddd;
}
.features .table .table-cell {
  display: table-cell;
  background-color: #88ff99;
  height: 100%;
}
.past-event,
.future-event,
#news-content .row-shadow.future-event {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.past-event:hover,
.future-event:hover,
#news-content .row-shadow.future-event:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#news-content .row-shadow.future-event {
  color: #383838;
  margin-bottom: 30px;
}
#news-content .row-shadow.future-event .text-box h1 {
  margin-bottom: 8px;
}
#news-content .row-shadow.future-event .text-box h3,
#news-content .row-shadow.future-event .text-box h4,
#news-content .row-shadow.future-event .text-box h5 {
  color: inherit;
  margin: 8px 0 15px;
}
.btn-semi-transparent {
  margin-top: 8px;
  color: white;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 4px 10px 4px 8px;
}
.btn-semi-transparent .glyphicon {
  padding-right: 2px;
}
/* content styles */
.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.pointer {
  cursor: pointer;
}
a.full-height-link {
  height: 100%;
  display: block;
}
.backg .inside {
  background-color: rgba(214, 16, 17, 0.75);
}
.backg .feature {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: rgba(255, 255, 255, 0.8);
}
.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.content {
  padding: 12px 3px;
}
.padding-top {
  padding-top: 10px;
}
/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.slide-overlay {
  color: white;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.slide-overlay h2.title {
  font-size: 2rem;
  line-height: 2rem;
  margin: 0;
}
.slide-overlay h3 {
  font-size: 1.4rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .slide-overlay h3 {
    background-color: rgba(93, 36, 115, 0.8);
    font-size: 1.3rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .slide-overlay h3 {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #712d67 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #712d67 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #712d67 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-size: 1.35rem;
  }
}
.basic-page .slide-overlay {
  padding-top: 97px;
}
#overview .slide-overlay {
  padding-top: 75px;
}
.no-padding {
  padding: 0;
}
h3.inline {
  display: inline-block;
}
.frontpageslide__item {
  background-image: url(images/highway_at_night.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  height: 300px;
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}
.backg {
  background-attachment: fixed;
  background-color: rgba(197, 25, 21, 0.8);
  background-blend-mode: hard-light;
  background-image: url(images/backg6.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
  padding: 180px 0 120px;
  width: 100%;
  float: left;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}
.page-top {
  padding-top: 50px;
}
.sky {
  background-image: url(images/sky.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  height: 200px;
  position: relative;
}
#overview .sky,
#news-content .sky {
  margin-bottom: 40px;
  height: 369px;
}
#overview #console,
#news-content #console {
  text-align: center;
}
#overview #console img,
#news-content #console img {
  width: 480px;
}
#overview .row-shadow,
#news-content .row-shadow {
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 5px;
}
#overview .row-shadow .image-box,
#news-content .row-shadow .image-box {
  display: none;
  padding: 0;
  overflow: hidden;
  float: left;
}
#overview .row-shadow .image-box.right,
#news-content .row-shadow .image-box.right {
  text-align: right;
  border-radius: 0 5px 5px 0;
}
#overview .row-shadow .image-box.left,
#news-content .row-shadow .image-box.left {
  text-align: left;
  border-radius: 5px 0 0 5px;
}
#overview .row-shadow .image-box.padding-top,
#news-content .row-shadow .image-box.padding-top {
  padding-top: 19px;
}
#overview .row-shadow .text-box,
#news-content .row-shadow .text-box {
  display: inline-block;
  width: 100%;
  padding: 20px;
  float: left;
}
#overview .row-shadow .text-box h1,
#news-content .row-shadow .text-box h1 {
  color: inherit;
  font-weight: 300;
  font-size: 1.5rem;
  margin: 0 0 20px;
}
#overview .row-shadow .text-box p,
#news-content .row-shadow .text-box p {
  font-size: 1rem;
}
#overview #logos,
#news-content #logos {
  text-align: center;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .frontpageslide__item {
    height: 400px;
  }
  .slide-overlay h2.title {
    font-size: 2rem;
    line-height: 2rem;
  }
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
  #overview #console,
  #news-content #console {
    padding: 15px 0;
  }
  #overview #console img,
  #news-content #console img {
    width: 720px;
  }
  #overview .row-shadow,
  #news-content .row-shadow {
    box-shadow: 0 22px 70px 4px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 70px;
  }
  #overview .row-shadow .image-box,
  #news-content .row-shadow .image-box {
    display: initial;
  }
  #overview .row-shadow .text-box,
  #news-content .row-shadow .text-box {
    width: calc(100% - 360px);
  }
}
@media (min-width: 992px) {
  .frontpageslide__item {
    height: 500px;
  }
  .slide-overlay h2.title {
    font-size: 3rem;
    line-height: 3rem;
  }
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
  #overview .text-box h1,
  #news-content .text-box h1 {
    font-size: 2rem;
    margin: 10px 0 20px;
  }
}
@media (min-width: 1200px) {
  .frontpageslide__item {
    height: 600px;
  }
  .basic-page .slide-overlay {
    padding-top: 90px;
  }
  .slide-overlay h2.title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
  #overview #console img,
  #news-content #console img {
    width: 1170px;
    margin-left: -15px;
  }
}
