﻿/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3 and 4
 * 
 * https://geedmo.github.com/yamm3
 */
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.list-unstyled,
.list-unstyled ul {
  min-width: 120px;
}

.yamm-fw .dropdown-menu {
    background-image: url("../img/news_bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 0;
    border-bottom: 3px solid #8bc541;
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.2)!important;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.2)!important;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.2)!important;
}
.drop.show:before, .drop.show:after {
    top: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	z-index: 9999;
	border-color: rgba(255, 255, 255, 0);
}
.drop.show:before {
border-bottom-color: rgba(255,255,255,1) !important;
margin-left: 30px;
border-width: 11px;
}
.drop.show:after {
border-bottom-color: rgba(255,255,255,1) !important;
margin-left: 31px;
border-width: 10px;
}
.list-group-item {background-color: transparent;}

.list-group-item {padding: .50rem 1.25rem;}

@media (min-width: 767px) {
  .panel-group {
    width: 400px;
  }
  .thumbnail {
    margin: 0;
  }
}

/* Grid demo styles */
/*
.grid-demo {
  padding: 10px 30px;
}

.grid-demo [class*="col-"] {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1em;
  text-align: center;
  line-height: 2;
  background-color: #e5e1ea;
  border: 1px solid #d1d1d1;
}*/
