﻿.carousel-inner img {
  height: 100%;
  background-color: #000;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 300px;
}

.kgm_top_carousel {
    background-color: #000;
}

@media only screen and (max-width: 900px) {
    .kgm_top_carousel {
        display: none;
        background-color: #000;
    }
}


.darknarrowmenuline {
    display: block;
    background-color: #333;
    z-index: 10;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.75);
    z-index: 10;
}

.yellowmenuline {
    display: block;
    background-color: #e7c700;
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 19px;
    height: 4px;
    z-index: 10;
    width: 385px;
}

.yellowmenu {
  margin: 0 0 0 0;
  padding-top: 7px;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
  background-color: #c7a700;
}

.yellowmenu ul {
  padding-top: 18px;
  list-style-type: none;
  height: 20px;
}
.yellowmenu li {
  margin: 0;
  padding-left: 30px;
  display: inline;
  font-weight: bold;
  color: white;
}

.yellowmenu li a {
  color: white;
}


.kgmdk_top_topmenu-bar {
    width: 100%;
    height: 41px;
    font-weight: 800;
    color: white;
}

    .kgmdk_top_topmenu-bar a {
        font-size: 15px;
        font-weight: 700;
        color: white;
    }

    .kgmdk_top_topmenu-bar .kgmdk_top_topmenu-bar-item {
        padding-top: 16px;
        padding-left: 16px;
        float: left;
        width: auto;
        border: none;
        display: block;
        outline: 0
    }

    .kgmdk_top_topmenu-bar .kgmdk_top_topmenu-bar-rightitem {
        padding-top: 1px;
        padding-right: 16px;
        float: right;
        width: auto;
        border: none;
        display: block;
        outline: 0;
    }


.dropdown-menu {
    background-color: blueviolet;
    color: blue;
}

.kgmdk_top_articlelist_header {
    /*background-color: #f7f8fc;*/
    background-color: #777;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.35);
    padding-left: 15px;
    padding-top: 0px;
    /*padding-bottom: 6px;*/
    font-size: 19px;
    height: 45px;
    color: #eee;
    z-index: 10;
    font-size: 26px;
    font-weight: bold;
    /*margin-bottom: 15px;*/
}

.kgmdk_top_menu-toggle {
    display: none;
}

@media only screen and (max-width: 900px) {
    .kgmdk_top_menu-toggle {
        display: block;
        background: #333;
        color: white;
        border: none;
        padding: 10px;
        font-size: 1.2em;
    }

    .kgmdk_top_nav ul {
        display: none;
        flex-direction: column;
        background-color: #f4f4f4;
        padding: 10px;
        margin-top: 10px;
    }

        .kgmdk_top_nav ul.show {
            display: flex;
        }
}

.pageheader {
  display: block;
  background-color: #333;
  padding-left: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 22px;
  font-weight: 200;
  line-height: 45px;
  color: #eee;
}

.login {
  float: right;
}

.kgmdklogo {
  display: block;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 8px;
}


.kgmdk_top_nav {
    display: block;
    background-color: #444;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 19px;
    line-height: 35px;
    width: 100%;
    z-index: 100;
}

.kgmdk_top_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #444;
}

.kgmdk_top_nav ul li {
  display: block;
  position: relative;
  float: left;
  background: #444;
}

/* This hides the dropdowns */

.kgmdk_top_nav li ul {
  display: none;
}

.kgmdk_top_nav ul li a {
  display: block;
  padding: 0 1em;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

.kgmdk_top_nav ul li a:hover {
  background: #444;
  color: #e7c700;
}

/* Display the dropdown */

.kgmdk_top_nav li:hover > ul {
  display: block;
  position: absolute;
}

.kgmdk_top_nav li:hover li {
  float: none;
}

.kgmdk_top_nav li:hover a {
  background: #444;
}

.kgmdk_top_nav li:hover li a:hover {
  background: #444;
}

.kgmdk_top_nav li ul li {
  border-top: 0;
}

/* Displays second level dropdowns to the right of the first level dropdown */

.kgmdk_top_nav ul ul ul {
  left: 100%;
  top: 0;
}

/* Simple clearfix */

.kgmdk_top_nav ul:before,
.kgmdk_top_nav ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.kgmdk_top_nav ul:after {
  clear: both;
}

