﻿/*!
 * 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;
  top:inherit;
}
.yamm .yamm-content {
  padding: 0px 30px 5px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/*.yamm .dropdown.left .dropdown-menu {
  left: auto;
  right: 16%;
}*/
.yamm .yamm-content ul {
    /*border-right:1px solid #eee;*/
}
   
   
.yamm .yamm-content ul li a {
    display:block;
    border-bottom:1px solid #f1f1f1;
    padding:4px 0px 4px 0px;
     color:#000000;
}

    .yamm .yamm-content ul li a:hover {
        text-decoration:none;
         /*background:#f6f6f6;*/
         color:#D96D00
    }
    
    .yamm-content img {
margin-top: 7px;
}
.dropdown.Contacts .yamm-content .row {
float:left 
}
.yamm .yamm-content ul li a {
color:#000 !important
}	
/*@media screen and (max-width: 767px) {
ul.pull-left.list-unstyled {
    width: 100%;
}
li.dropdown.Contacts.open {
    width: 100%;
    float: left;
}
}*/

	


