﻿.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;
}

.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;
}


.topmenu-bar {
    width: 100%;
    height: 41px;
    font-weight: 800;
    color: white;
}

    .topmenu-bar a {
        font-size: 15px;
        font-weight: 700;
        color: white;
    }

    .topmenu-bar .topmenu-bar-item {
        padding-top: 16px;
        padding-left: 16px;
        float: left;
        width: auto;
        border: none;
        display: block;
        outline: 0
    }

    .topmenu-bar .topmenu-bar-rightitem {
        padding-top: 1px;
        padding-right: 16px;
        float: right;
        width: auto;
        border: none;
        display: block;
        outline: 0;
    }

.topmenu2 {
    height: 90px;
    font-size: 14px;
    font-weight:800;
    color: white;
}

    .topmenu2 a {
        font-size: 15px;
        font-weight: 700;
        color: white;
    }

.dropdown-menu {
    background-color: blueviolet;
    color: blue;
}


.topmenu-dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    font-weight: 400;
    color: black;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    background-color: blue;
}

.topmenu-dropdown-item a {
    color: black;
}

    .topmenu-dropdown-item:hover, .topmenu-dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: brown;
    }

    .topmenu-dropdown-item:hover a, .topmenu-dropdown-item:focus a {
        color: #16181b;
        text-decoration: none;
        background-color: red;
    }

.darkmenu {
  display: block;
  background-color: #444;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 19px;
  line-height: 35px;
  z-index: 10;
}

.videolist_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;*/
}

.videolist_header_addvideo {
  position: relative;
  background-color: rgb(55, 55, 102);
  border-radius: 10px;
  color: #fff;
  width: 120px;
  font-size: 15px;
  top: -30px;
  left: 380px;
  padding-left: 9px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0px;
}

.mainmenu {
  display: block;
  background-color: #444;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 19px;
  line-height: 35px;
  width: 100%;
  z-index: 100;
}
/*
#nav {
}

#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#nav li {
  float: left;
  padding: 0px;
}

#nav li a {
  text-align: left;
  text-decoration: none;
  color: #eee;
  padding: 0px 10px 0px 25px;
}

#nav li a:hover {
  text-decoration: none;
  color: #e7c700;
}


#nav li ul {
  position: absolute;
  display: none;
  height: auto;
  width: 410px;
  margin-left: -3px;
}

#nav li:hover > ul {
  display: block;
  height: auto;
  background-color: green;
}

#nav li:hover li:hover {
    background-color: brown;
  }
  
#nav li li {
  position: relative;
  display: block;
  float: none;
  width: 220px;
  background-color: #444;
}

#nav li li ul {
  position: absolute;
  top: 0;
  left: 100%;
  height: auto;
  width: 410px;
}

#nav li li li {
  position: relative;
  display: block;
  float: none;
  width: 440px;
  background-color: #a44;
}
*/

.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;
}

.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #444;
}

.nav ul li {
  display: block;
  position: relative;
  float: left;
  background: #444;
}

/* This hides the dropdowns */

.nav li ul {
  display: none;
}

.nav ul li a {
  display: block;
  padding: 0 1em;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

.nav ul li a:hover {
  background: #444;
  color: #e7c700;
}

/* Display the dropdown */

.nav li:hover > ul {
  display: block;
  position: absolute;
}

.nav li:hover li {
  float: none;
}

.nav li:hover a {
  background: #444;
}

.nav li:hover li a:hover {
  background: #444;
}

.nav li ul li {
  border-top: 0;
}

/* Displays second level dropdowns to the right of the first level dropdown */

.nav ul ul ul {
  left: 100%;
  top: 0;
}

/* Simple clearfix */

.nav ul:before,
.nav ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.nav ul:after {
  clear: both;
}
