﻿body/*nejde scrolovat*/
{
      overflow: auto;
}
#homepage-hero {/*nezobrazuje se obrazek*/
    display: none;
}
/*start fix menu*/
.mainNavig nav#mainMenu a {
    position: relative;
}
.has-dropdown.megamenu:hover .dropdown-wrapper,.top-bar-section .has-dropdown > a:focus + .dropdown{
    clip: auto;
    width: 60vw;
    display: block;
      left: 0px;
}
.has-dropdown.megamenu .dropdown-wrapper{
   clip: rect(0,0,0,0);
    width: 60vw;
    display: none;
}
.top-bar-section .has-dropdown {
  position: initial;
}
 #mainMenu .title-area:focus,#mainMenu .title-area *:focus ,#mainMenu .title-area:hover,#mainMenu .title-area *:hover,
 #mainMenu:hover,#mainMenu:focus {
  overflow: visible;
  z-index: 999;
}
 /*end fix menu*/
 .tabs-content > .content {
     display: block;
 }
   .tabs-content h1{
       font-size: 20px !important;
 }
 .tabs {
     display: none;
 }