﻿.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;
}


.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;
}



.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;
}

