.megasubmenu{ padding:1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 200px) {
	.megasubmenu{ 
		left:100%; top:0; min-height: 100%; min-width:400px;
	}
	
	.dropdown-menu > li:hover .megasubmenu{
		display: block;
        font-family: 'Roboto Condensed';
	}
}	


.megasubmenu span  {
    font-size:30px; 
 
    margin-top:0; 
    margin-bottom:0;
    padding-left:0px; 
 
}

.megasubmenu span h6 {

    font-size:15px;  
    margin-top:0; 
    margin-bottom:0;
    padding-left:0px; 
    display:inline-block;
}


.list-unstyled {
    font-size:16px;    
    margin-top:0; 
    padding-left:0px; 
    text-decoration: none;     
    color: #333;
    
}

.megasubmenu .row {  
    padding: 0 !important;
    margin: 0 !important;
}

.list-unstyled  a:link { 
    text-decoration: none;
    color: #333; }
.list-unstyled  a:visited { 
    text-decoration: none;
    color: #333; }
.list-unstyled  a:hover { 
    text-decoration: none; 
    color: #333;}
.list-unstyled  a:active {
    text-decoration: none;
    color: #333; }



