/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 0 20px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.yamm-content .list-unstyled li {
    padding-right: 20px;
    padding-bottom: 10px;
}
.yamm-content .list-unstyled li a{
    color: #ffffff;
    font-size: 12px;
    font-family: 'DIN-Medium';
    font-weight: normal;
    text-decoration: none;
    line-height: 15px;
}
.yamm-content .list-unstyled li a:hover {
    text-decoration: underline;
}
.yamm-content .list-unstyled li p strong {
    color: #000;
    font-size: 15px;
    font-family: 'DIN-Condensed';
    font-weight: bold;
    text-transform: uppercase;
}
.yamm-content .list-unstyled {
    border-left: 1px dotted #324947;
    padding-left:20px;
}
.yamm-content .list-unstyled.first{
    border-left:none;
    padding-left:0;
}

@media (max-width: 767px) {

    .yamm-content .list-unstyled li a{
        color:#777777;
        font-size: 1em;
        font-family: 'DIN-Medium';
        font-weight: normal;
        text-decoration: none;
        line-height: 17px;
        padding-left:25px;
    } 
    .yamm-content .list-unstyled li a:hover {
        color:#ffffff;
        text-decoration: none;
        background-color: #151415;
    }
    .yamm-content .list-unstyled li p strong {
        color: #83aca5;
        font-size: 1em;
        font-family: 'DIN-Condensed';
        font-weight: bold;
        text-transform: uppercase;
        padding: 1em;
    }
    .yamm-content .list-unstyled li {
        padding: 0;
    }
    .yamm-content .list-unstyled{
        border-left:none;
        padding-left:0;
        margin-top: 20px;
    }
    .yamm-content .list-unstyled > li:first-child {
        border-bottom: 1px solid #2d2c2d !important;
    }
}
