/*!
 * 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: static;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}

.yamm .container .dropdown-menu {
    left: 0;
    width: 100%;
}

.yamm-shadow{
    padding: 30px 20px;
}

.yamm-shadow2{
    padding: 30px 20px;
    column-count: 5;
    column-gap: 120px;
}

.yamm-box{
    float: left;
    width: 220px;
    padding: 0 30px 0 0;
    position: relative;
    height: 100px;
    margin-right: 5px;
    cursor: pointer;
}

.yamm-box:hover .yamm-buton{
    color: #EFEFEF!important;
}

.yamm-box:hover h3{
    color: #EFEFEF!important;
}

.yamm-box h3{
    font-size: 16px;
    font-weight: 600;
    color: #AA9D79;
    margin: 0;
}

.yamm-box p{
    color: #EFEFEF;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    padding: 10px 0;
    max-width: 185px;
}


.yamm-buton{
    color: #AA9D79!important;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 0;
}

.yamm-buton:hover{
    color: #EFEFEF!important;
}


.yamm-search label{
    color: #EFEFEF;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}

.yamm-search .form-control{
    background-color: #EFEFEF;
    border: none;
    outline: none;
    width: 60%;
    box-shadow: none!important;
}


.yamm-box2{
    padding: 0 30px 0 0;
    position: relative;
    margin-right: 5px;
    cursor: pointer;
    height: 150px;
}

.yamm-box2:hover h3{
    color: #EFEFEF;
}

.yamm-box2:hover .yamm-buton2{
    color: #EFEFEF!important;
}


.yamm-box2 h3{
    font-size: 16px;
    font-weight: 600;
    color: #AA9D79;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.yamm-box2 h4{
    font-size: 14px;
    font-weight: 600;
    color: #EFEFEF;
    margin-bottom: 5px;
}


.yamm-box2 p{
    color: #EFEFEF;
    font-size: 13px;
    margin: 0;
    line-height: 20px;
}

.yamm-box2 ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.yamm-box2 ul li{
    color: #EFEFEF;
    line-height: 20px;
}


.yamm-buton2{
    color: #AA9D79!important;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 0;
}

.yamm-buton2:hover{
    color: #EFEFEF!important;
}