/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .topnav,
/*.yamm .collapse,*/
.yamm .dropup,
.yamm .dropdown { position: static; }
.yamm .btftk-dropdown { position: relative; }
.yamm .container { position: relative; }
.yamm .dropdown-menu { left: auto; }
.yamm .yamm-content { padding: 0px 0px; }
.yamm .dropdown.yamm-fw .dropdown-menu { right: 0; left: 0; }
.dropdown-menu { border-radius: 0px !important; box-shadow: none !important; }
/********** Language selector ***********/
.language-selection .topbanner-menu { min-width: 200px !important; }
@media (max-width: 425px) {
 .yamm .language-selection { position: static; }
 .language-selection .topbanner-menu { left: 0; width: 100%; }
}
/********** Distributor login ***********/
.topbanner-login { width: 100%; max-width: 300px; }
@media (max-width: 321px) {
 .topbanner-login { left: 0; width: 100%; }
}
/********** Be the First to Know signup ***********/
.yamm .topbanner-btftk { position: absolute; right: 0; width: 300px !important; }
@media (max-width: 515px) {
 .yamm .btftk-dropdown { position: static; }
 .yamm .topbanner-btftk { position: absolute; left: 0; width: 100% !important; max-width: none !important; }
}
/********** Distributor Success login ***********/
.cust_name { padding: 1px 5px 1px 5px; }
.cust_phone { display: inline-block; }
.yamm .dropdown.megamenu-fw .dropdown-menu { right: 0; width: 60%; }
@media (min-width: 641px) and (max-width: 980px) {
 .yamm .dropdown.megamenu-fw .dropdown-menu { right: 0; width: 85%; }
}
@media (max-width: 640px) {
 .yamm .dropdown.megamenu-fw .dropdown-menu { left: 0; width: 100%; }
}
@media (min-width: 442px) and (max-width: 510px) {
 .cust_phone { display: block; }
}
