/*!
 * 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: 20px 30px;
    position: relative;
    z-index: 9999;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.yamm .yamm-content h4 {
    margin-top: 0;
}

.yamm .yamm-content h4,
.yamm .yamm-content h4 a {
    /*color: #58b952;*/
    color:black;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 10px;
}

.yamm .yamm-content h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.yamm .yamm-content a {
    color: #484848;
    /*border-bottom: 1px dashed #484848;*/
    font-size: 12px;

}

.yamm .yamm-content a:hover {
    text-decoration: none;
    /* border-bottom: 1px dashed black; */
    color: black;
}

.yamm .yamm-content .no-childs {
    float: right;
    margin-top: 30px;
}

.yamm .yamm-content a:focus {
    text-decoration: none !important;
}

/*.yamm .yamm-content .sub-item {
    margin: 0 0 0 25px;
}*/

.yamm .yamm-item {
    margin-bottom: 20px;
}

.yamm .yamm-item ul {
    padding-left: 20px;
}

.yamm .yamm-item ul > li {
    /*list-style: none;*/
}

.yamm-table td {
    vertical-align: top;
}

.yamm-table td:last-of-type {
    padding: 0;
    width: 0;
}

.yamm-table td .yamm-item:last-of-type {
    margin: 0;
}