/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm3
 *
 * Demo styles
 */

/* layout */


/* menu styes */
.list-unstyled,
.list-unstyled ul { min-width: 120px }

@media ( min-width: 767px ) {
  .panel-group { width: 400px; }
  .thumbnail { margin: 0; }
}

/* Grid demo styles */
.grid-demo {
  padding: 0px 15px;
}

.grid-demo [class*="col-"] {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1em;
	text-align: center;
	line-height: 2;
	border-bottom: 1px solid #6fc4d9;
	border-right: 1px solid #6fc4d9;	
}
.yamm-fw .dropdown-menu{
	padding:0px;
	background:none !important;
	box-shadow:none !important;
	border:none;	
}
.mega_head{
	background-color:#45e7eb !important;
}
.mega_head,
.mega_child{
	padding:0;
	margin:0px !important;
}
.mega_child{
	background-color:#45e7eb !important;
}
.yamm-fw .dropdown-menu .mega_head a{
	font-weight:bold !important;
}
.yamm-fw .dropdown-menu .mega_head a,
.yamm-fw .dropdown-menu .mega_child a{
	display:block;
	text-align:left;
	padding-left:10px;
	color:#333 !important;
}
.yamm-fw .dropdown-menu .row:first-child .mega_child:first-child{
	border-radius:15px 0 0 0px;
}
.yamm-fw .dropdown-menu .row:first-child .mega_child:nth-child(4){
	border-radius:0 15px 0 0;
}
/*.yamm-fw .dropdown-menu .row:first-child .mega_child:last-child{
	border-radius:0 15px 0px 0;
}
.yamm-fw .dropdown-menu .row:last-child .mega_child:first-child{
	border-radius:0 0 0 0px;
}
.yamm-fw .dropdown-menu .row:last-child .mega_child:last-child{
	border-radius:0 0 0px 0;
}*/