﻿.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;
}

.bluemenu {
    margin: 0 0 0 0;
    padding-top: 7px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
    background-color: rgb(177,7,7);
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.75);
    z-index: 10;
}

    .bluemenu ul {
        padding-top: 18px;
        list-style-type: none;
        height: 20px;
    }

    .bluemenu li {
        margin: 0;
        padding-left: 30px;
        display: inline;
        font-weight: bold;
        color: white;
    }

        .bluemenu li a {
            color: white;
        }
.darkmenuline {
    display: block;
    background-color: #444;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 19px;
    line-height: 7px;
    z-index: 10;
}

.darknarrowmenuline {
    display: block;
    background-color: #333;
    z-index: 10;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.75);
    z-index: 10;
}

.bluemenuline {
    display: block;
    background-color: rgb(177,7,7);
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 19px;
    height: 4px;
    z-index: 10;
    width: 325px;
}

.topmenu-bar {
    width: 100%;
    height: 41px;
    font-weight: 800;
    color: white;
}

    .topmenu-bar a {
        font-size: 15px;
        font-weight: 630;
        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;
    }

.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(177,7,7);
    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;
}

.kgmdklogd img {
    width: 470px;
}

.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;
}
