/* Created by imart8.net 2016 */


img {
  max-width: 100% !important;
        height: auto !important;
}

#wrapper {
  width: 100% !important;
}

.hidemobile4 {
  display: none !important;
}



}

@media screen and (max-width: 1000px) {

#wrapper {
  width: 100% !important;
}

.hidemobile3 {
  display: none !important;
}
#Menu {
    display: none;
}
#MenuMobile {
    display: block;
}


}

@media screen and (max-width: 999px) {

#wrapper {
  width: 100% !important;
}

.hidemobile2 {
  display: none !important;
}

#Menu {
    display: none;
}

#MenuMobile {
    display: block;
}

/*.flexiblemodule {
  width: 50% !important;
}

.flexiblemodule > div.inner {
  margin: 5px !important;
}

.column .moduletable, .column .moduletable_menu {
  float: left;
  width: 45% !important;
  margin: 10px 0 0 0 !important;
  padding: 2% !important;
}

.column div.moduletable:first-child, .column div.moduletable_menu:first-child {
  margin-right: 2% !important;
}*/



}

@media screen and (max-width: 524px) {

#wrapper {
  width: 100% !important;
}

.hidemobile1 {
  display: none !important;
}

#Menu {
    display: none;
}
#MenuMobile {
    display: block;
}

}
