
.container {
  max-width: 1200px;
  padding: 0;
}
/* this section is added to match the bootstrap 3.0 structure */
@media (min-width: 768px) {
  .container {
    max-width: 750px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0;
    width: auto;
  }
}


#block-mainnavigation:lang(ar) .menu.nav .dropdown .dropdown-menu a{
  text-align: right;
}
#block-mainnavigation:lang(ar) .menu.nav .dropdown .dropdown-menu a.has-submenu{
  padding-right: 20px;
}
/* this section is added to match the bootstrap 3.0 structure */

