/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.menu-list
{
    padding:0px 15px;
}
.menu-list li {
	list-style-type: none;
    font-weight: normal;
    font-size: 13px;
}
.menu-list > li > a:hover
{
    background:rgba(0,0,0,.2);
    text-decoration:none;
}
.menu-list a
{
    padding: 10px 20px;
    display:block;
    color:#fff;
}

.menu-list
{
}
.menu-heading {
	font-weight: bold;
}

.menu-section {
	padding-bottom: 8px;
}
.ymm-content .row
{
    margin:0px;
}
.menu-list .viewAllItem a
{
    background:#f4f4f4;
    border-top:1px solid rgba(0,0,0,.1);
}
@media (min-width: 768px) {
    .menu-list a {
    color:#333;
    }
    .menu-list > li > a:hover
{
    background:#f4f4f4;
    text-decoration:none;
}
    .ymm-content .row
    {
        margin-left:-15px;
        margin-right:-15px;
    }
	.yamm .nav,
	.yamm .collapse,
	.yamm .dropup,
	.yamm .dropdown {
		position: static;
	}

	.yamm .container {
		position: relative;
	}

	.yamm .dropdown-menu {
		left: auto;
	}

	.yamm .yamm-content {
		
	}

	.yamm-content {
		padding:18px;
	}

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

	.menu-list {
		min-width: 250px;
		line-height: 22px;
	}

	
	
    .two-column-menu
    {
        width:600px;
    }
    .three-column-menu
    {
        width:394px;
    }
}
@media (min-width: 992px) {
    .brand-menu {
		left: -285px;
	}
    .two-column-menu
    {
        width:700px;
        padding:18px;
    }
    .category-menu {
		
	}
    .three-column-menu
    {
        width:950px;
        padding:18px;
    }
        .viewAllItem
    {
      
        text-align:right;
    }
      .menu-list .viewAllItem a
        {
            display:inline-block;
            background:#baf4ed;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            border-top:0px;
        }
        .menu-list .viewAllItem a:hover
        {
            padding-right:32px;
            padding-left:32px;
        }
}