<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * 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;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.yamm .half {
    left: auto !important;
    right: auto !important;
}

/*!
 * Demo styles
 */


/* menu styes
.list-unstyled,
.list-unstyled ul { min-width: 120px;}
*/
/*
.icon-list, .icon-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.icon-list li {
  margin: 0em;
  margin-left: 3em;
}

.icon-list li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  float: left;
  margin-left: 5em;
  color: #0074D9;
}*/




/* Grid tyles */

/*
.dropdown-menu {position: absolute;
top: 100%;padding:0px;float: left;
min-width: 160px;
padding: 5px 0px;
margin: 2px 0px 0px;
list-style: none outside none;
border: 0px solid #353535;
background:rgba(230,230,230,0.95);
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
background-clip: padding-box;
}

.dropdown-menu .yamm-content .row  &gt; li &gt; a {
display: block;
}


.yamm-content .row img { padding:0px 5px 10px 5px}

.yamm-content .row ul{padding:0px;margin:0px;list-style: none outside none; color:black;font-family: "Lato",sans-serif;
font-weight: 400;
font-size: 14px;}
.yamm-content .row &gt; ul{left: 0px;top: 0px;visibility: visible;}

.yamm-content .row li{padding: 0px; ;position: relative;}
.yamm-content .row li a { padding: 5px;color: black;display: block;border-width: 1px 0px;line-height: 1em;text-decoration: none;}
.yamm-content .row li a:focus {background: none repeat scroll 0% 0% #EEE;}
.yamm-content .row li a:hover, .yamm-content .row li a:focus {
background-color: #FEFEFE;
background-image: linear-gradient(to bottom, #EEE, #FFF);
background-repeat: repeat-x;}

.yamm-content .row &gt; ul &gt; li a { transition: background-color 0.25s ease-in-out 0s;}
.yamm-content .row &gt; ul ul ul &gt; li a { transition: background-color 0.25s ease-in-out 0s;}

.yamm-content .row  &gt; ul &gt; li a {
color: #000;padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 24px;
color: #000;
white-space: nowrap;}

.yamm-content .row  &gt; ul &gt; ul &gt; li a {
color: #000;
padding: 3px 10px 3px 30px;
clear: both;
font-weight: normal;
line-height: 24px;
color: #000;
white-space: nowrap;}

.yamm-content .row  &gt; ul &gt; ul &gt; ul &gt; li a {
color: #000;padding: 3px 10px 3px 40px;
clear: both;
font-weight: normal;
line-height: 24px;
color: #000;
white-space: nowrap;}
.yamm-content .row  &gt; ul &gt; ul &gt; ul  &gt; ul &gt; li a {
color: #000;padding: 3px 10px 3px 50px;
clear: both;
font-weight: normal;
line-height: 24px;
color: #000;
white-space: nowrap;
}
.yamm-content .row  &gt; ul &gt; ul &gt; ul  &gt; ul &gt; ul &gt; li a {
color: #000;padding: 3px 10px 3px 60px;
clear: both;
font-weight: normal;
line-height: 24px;
color: #000;
white-space: nowrap;}


.yamm-content strong {padding:5px 20px;line-height: 24px;}


@media ( min-width: 767px ) {
  .panel-group { width: 400px; }
  .thumbnail { margin: 0; }
}
  */</pre></body></html>