html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}


body {
  /*background-color: #3c454b;
  background-color: #303840;
  background-color: #222;*/
  color: #444444;
  padding: 0px;
  margin: 0px;

  font-family: "Asap", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

#center-container {
  max-width: 1070px;
  height: 100%;
  margin: 0 auto;
}

h1, .h1 {
  font-size: 28px;
}
h2, .h2 {
  font-size: 23px;
}
h3, .h3 {
  font-size: 19px;
} h4,
.h4 {
  font-size: 16px;
}

.col-menu {
  margin: 0px;
  padding: 0px;
  background-color: #fefefe;
}

.col-menu-inner {
  margin-right: 0;
  /*padding-top: 12px;*/
  background-color: #444;

  border-style: none;
  border-width: 0px 2px 0px 2px;
  border-color: #999999;
}

.col-main {
  background-color: #fefefe;

  border-style: none;
  border-width: 0px 2px 0px 2px;
  border-color: #999999;
}

.container {
  background: none !important;
  margin: 0px;
  padding: 0px;
}

.teaser {
  background-color: #333;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.teaser-inner {
  margin: 0;
  width: 100%;
  background-size: cover;
  background-position: center;

  padding-top: 2px;
  padding-bottom: 33%;
}

.content {
  /*padding: 12px;*/
}

.content img {
  max-width: 100%;
}

.content figure {
  margin: 20px;
}

.content .moduletable-djslider {
  margin: 20px;
}

.other {
  background-color: #ddd;
}

.cszb-logo {
  font-family: "Roboto Mono", "Consolas", monospace;
  background-color: #d2b13c;

  margin-bottom: 42px;
  height: 88px;
  max-height: 88px;
}

.cszb-page-header {
  background-color: #d2b13c;
  margin: 0;
  padding-top: 12px;
  padding-left: 12px;
  border: 0;
  height: 88px;
  display: table;
  width: 100%;
}

.off-canvas-toggle {
  background-color: #d2b13c;
  font-size: 18px;
  margin-left: -4px;
  margin-right: 8px;
}

.oct-align {
  display: table-cell;
  vertical-align: middle;
}

.page-header h1 {
  margin-top: 0;
}

.breadcrumb {
  background: none;
  font-size: 0.88em;
  font-weight: normal;
  padding: 7px 0 0 0 ;
}

.breadcrumb .active {
  color: #444;
}

.breadcrumb .divider {
  display: inline;
  padding: 3px;
}

.breadcrumb a {
  color: #444;
}

.breadcrumb a:hover {
  color: #000;
}

.breadcrumb > li + li::before {
  content: none;
}

.article-aside {
  margin-bottom: 0;
}

.btn-default {
  background-color: #ebc53d;
}


html, body, .Override, .col-menu, .col-menu-inner, .col-main
{
    height: 100%;
}

/*.Override *::before, .Override *::after
{
    display: none;
}*/

.Override.container:before
{
    content: '';
    display: block;
    float: left;
    height: 100%;
}

.Override .fill {
  position: relative;
  box-shadow: 0 0 2px 2px #666;
  margin: 0;
}
.Override .fill::after
{
    content: '';
    display: block;
    clear: left;
}

.Override .wrapper
{
    position: absolute;
    width: 100%;
    height: 100%;
}

.Override .col-menu
{
    float: left;
    position: static;
}

.Override .col-main
{
    position: static;
    overflow: auto;
}




.sidebar-nav .navbar .navbar-collapse {
  padding: 0;
  max-height: none;
}
.sidebar-nav .navbar ul {
  float: none;
}
.sidebar-nav .navbar ul:not {
  display: block;
}
.sidebar-nav .navbar li {
  float: none;
  display: block;
}
.sidebar-nav .navbar li a {
  padding: 12px 15px !important;
  color: #666666 !important;
}
.sidebar-nav .dropdown-menu {
  top: 0px;
  left: 100%;
}

.navbar-default {
  border-radius: 0 !important;
}

.sidebar-nav .mega-inner {
  padding: 0px;
}

.sidebar-nav .mega-col-nav {
  padding: 0;
}



/* Blog item fix */
.blog-item > article {
  display: table;
}

.blog-item > article > * {
  display: block;
}

.blog-item .article-footer {
  margin-top: 20px;
  margin-bottom: 0px;
}



/* Feature Intro Styles */
.row-feature {
  padding: 32px 0;
  display: table;
}

.row-feature .item-image {
  width: 100%;
  float: none;
}

.row-feature .feature-ct .page-header {
  margin: 0;
  padding: 0;
  border: none;
}

.row-feature .feature-ct .page-header h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.row-feature.row-feature-alt, .row-feature:nth-child(2n) {
  background: #f1f1f1;
}

.row-feature.row-feature-alt, .row-feature:nth-child(2n) > .col-md-4{
  float: right;
}

.row-feature.row-feature-primary {
  background: #d2b13c;
}

.row-feature.row-feature-primary a {
  color: black;
}
