body.menu-open {
  overflow: hidden;
}
div#mobileMenu {
  width: 60%;
  position: fixed;
  top: 0px;
  background-color: #fff;
  display: block;
  z-index: 9999;
  box-sizing: border-box;
  height: 100%;
  left: 100%;
  transition: left .3s linear;
}

#mobileMenu.is-open {
  left: 40%;
}



#mobileMenu .menu-item {
  width: 100%;
  text-align: left;
  padding: 25px;
  box-sizing: border-box;
  padding-bottom: 0px;
  padding-top: 0px;
}


#mobileMenu a {
  text-decoration: none;
  color: #444444;
  display: block;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: auto;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

#mobileMenu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mobileMenu .menu-item:last-child a {
  margin-bottom: 50px;
  border-bottom: none;
}

#mobileMenu .freeZone {
    height: 80px;
    background-color: #ccc;
}

#mobileMenu .subsidaryCompanies{
    background:transparent !important;
      float: left !important;
}



#mobileMenu .subsidaryCompanies a {
    background-color:transparent !important;
    background: none;
    border-bottom:0px;

}

.mobile-bar {
  position: absolute;
  right: 0;
  width: 50%;
}

.mobile-bar .mobile-button {
  margin-top: 30px;
  display: block;
  float: right;
  margin-right: 20px;
  padding: 3px;
  border: none;
  background: transparent;
  color: #eb1a22;
  outline: 0;
  position: absolute;
  z-index: 99999;
  text-align: center;
  right: 20px;
}

.mobile-bar .lang {

}

.mobile-bar .language-bar {
  position: relative;
  margin-right: 40px;
}

.mobile-bar .mobile-button .fa-bars, .mobile-bar .mobile-button .fa-times {

  transition: opacity .3s ease-in-out;
}
.mobile-bar .mobile-button .fa-times {
  opacity: 0;
  color: #444444;
  position: fixed;
  right: 19px;
  top: 30px;
}
.mobile-bar .mobile-button.is-open .fa-bars {
  opacity: 0;
}
.mobile-bar .mobile-button .fa-bars {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.mobile-bar .mobile-button.is-open .fa-times {
  opacity: 1;
}



@media screen and (max-width: 991px){
  .homeSlider.desktop {
    display: none;
  }
  .homeSlider.mobile {
    display: block;
  }
  #topTree>div>ul>li>h1 {
    font-size: 30px;
  }
  .headline {
    width: 50%;
  }
  .homeVideoBanners .full > div {
    width: 50%;
    margin-top: 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .homeVideoBanners .group a.small {
    width: 100%;
    line-height: 120px;
    height: 120px;
  }
  /*.exhibitionsSection .content .item {
    width: 46%;
  }*/
  .news .item {
    margin-bottom: 30px;
  }
  .news p {
    /*height: auto;
    min-height: 75px;*/
  }
  #footer {
    height: auto !important;
  }
  /*.footerLinks {
    width: 40%;
  }*/
  .footerLinks .corporate {
    display: none;
  }
  .footerLinks .footerBox {
    float: left!important;
    width: 100%;
    height: auto;
    padding-bottom: 25px;
    width: 100% !important;
    position: absolute;
    bottom: -15px;
    left: 0;
    padding: 5px;
  }
  .footerLinks .footerBox .socialGroup {
    display: none;

  }
  .footerBox .right {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .footerLinks .col {
    width: 100%;
    text-align: left;
  }
  #footer .footerContent {
    height: auto;
  }
  #footer .footerContent .pool {
    height: auto;
    position: relative;
    min-height: 275px;
    overflow: visible;
    background-size: auto;
    background-position: left top;
  }
  .footerLinks ul {
    margin-bottom: 20px;
  }
  #footer .logo {
    float: left;
  }
  .copyright {
    float: left;
    margin-top: 3px;
    margin-left: 15px;
  }
  #page {
    display: block;
    margin-top: 15px;
  }
  #page .sidebar {
    float: none;
    padding-bottom: 30px;
  }
  .exhibitionsSection .buttons > .button-1 {
    padding-right: 15px;
  }
  .exhibitionsSection .buttons > .button-2 {
    padding-left: 15px;
  }

  .exhibitionsSection .buttons {
    margin-top: 15px;
  }

  .exhibitionsSection .buttons a {
    margin-top: 0;
  }
  .corporateListing .corporateItem .image-container {
    text-align: center;
    margin-bottom: 30px;
  }
  .awards h4 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .awards-list .awards-list-item img {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .awards-list .awards-list-item ul > li {
    margin-left: 0;
    margin-bottom: 20px;
  }
  #header #logo {
    margin: 0;
  }

  #tvs.container-fluid .tv {
    height: auto;
  }

  #tvs.container-fluid .tv .text {
    padding-bottom: 20px;
  }

  #tvs.container-fluid .tv .tv-col {
    top: auto;
    transform: none;
    -webkit-transform: none;
    padding-top: 30px;
  }

  .corporateListing .corporateItem h4 {
    margin-top: 50px;
  }
  .corporateListing .corporateItem .text p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px){
  .exhibitionsSection .buttons > .button-1 {
    padding-right: 0;
  }
  .exhibitionsSection .buttons > .button-2 {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px){
  .exhibitionsSection .nav .item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    float: none;
    text-align: center;
  }
  .exhibitionsSection .content {
    margin-top: 0;
  }
  .tv-page .category-menu {
    display: none;
  }
  .tv-page .category-info {
    margin-bottom: 20px;
  }
  #tvs.container-fluid .tv .display {
    top: auto;
    transform: none;
    -webkit-transform: none;
    text-align: center;
  }
  #tvs.container-fluid .tv .display img {
    margin-left: auto;
    margin-right: auto;
  }
  #tvs.container-fluid .tv .text {
    top: auto;
    transform: none;
    -webkit-transform: none;
    padding-left: 0;
    padding-top: 50px;
  }
  .homeVideoBanners .full-video-col .text-container {
    width: 50%
  }
}

/*@media screen and (min-width: 500px){
  .footerLinks {
    width: 50%;
  }
}

@media screen and (min-width: 640px){
  .footerLinks {
    width: 60%;
  }
}*/

@media screen and (min-width: 1410px){
  .homeCategories{
    /*height: 65vh;*/
  }
  /*.homeCategories .item.active {
    height: 30vh;
  }*/
  .homeCategories .item .text-row {
    height: 100%;
  }
  /*.homeCategories .item.active-1, .homeCategories .item.active-p1 {
    height: 40vh;
  }
  .homeCategories .item.active-1 .text-row, .homeCategories .item.active-p1 .text-row {
    height: 25vh;
  }
  .homeCategories .item.active-2, .homeCategories .item.active-p2 {
    height: 35vh;
  }
  .homeCategories .item.active-2 .text-row, .homeCategories .item.active-p2 .text-row {
    height: 20vh;
  }*/
}
@media screen and (max-width: 1410px){
  .homeCategories{
    /*height: 65vh;*/
  }
  /*.homeCategories{
    height: 60vh;
  }
  .homeCategories .item.active {
    height: 30vh;
  }*/
  .homeCategories .item .text-row {
    height: 100%;
  }
  /*.homeCategories .item.active-1, .homeCategories .item.active-p1 {
    height: 40vh;
  }
  .homeCategories .item.active-1 .text-row, .homeCategories .item.active-p1 .text-row {
    height: 25vh;
  }
  .homeCategories .item.active-2, .homeCategories .item.active-p2 {
    height: 35vh;
  }
  .homeCategories .item.active-2 .text-row, .homeCategories .item.active-p2 .text-row {
    height: 20vh;
  }*/
}

@media screen and (max-width: 1299px){
  .homeCategories h2 {
    font-size: 22px;
    margin-top: 0;
  }
}

@media screen and (max-width: 639px){
  .homeVideoBanners .full-video-col .text-container {
    width: 100%;
  }
}


@media screen and (max-width: 420px) {
  .homeCategories .item {
    margin: 10px;
    margin-top: 100px;
        padding: 10px;
  }
  .homeCategories .item .img-row {
    position: relative;
    top: -45px;
  }
  .homeCategories h2 {
    font-size: 18px;
  }
}


@media screen and (min-width: 1921px) {
  body {
    font-size: 16px;
  }
  #nav>div>a {
    font-size: 16px;
  }
  .homeCategories p {
    font-size: 20px;
    font-weight: 300;
  }
  .topParentCatList>ul>li > a {
    font-size: 16px;
  }
  .headline h3,
  .homeVideoBanners .full h3 {
    font-size: 42px;
  }
  .headline p,
  .full-video-col p {
      font-size: 20px;
      font-weight: 100;
  }
  .homeVideoBanners .group a.small {
    font-size: 24px;
  }
  .exhibitionsSection .item .row span {
    font-weight: 300;
  }
  .news .item .text-row p {
    font-weight: 300;
    font-size: 16px;
  }
  .exhibitionsSection .buttons a {
    font-size: 16px;
  }
  .footerLinks .col a {
    font-size: 16px;
    font-weight: 300;
  }
  .footerLinks .categories a {
    font-weight: 400;
  }
}























/*




@media (min-width: 1600px){

      .homeCategories .item img{
        width: 70%;
left: 0px;
position: absolute;
top: -100px;
margin-left: 15%;
      }



}




@media (min-width: 1300px){

      .homeCategories .item{
        padding-top: 120px;
      }



}







@media (max-width: 1200px){

      .homeCategories .item img{
        top:-70px;
      }
      .homeCategories p{
          font-size:10pt;
      }
      .homeCategories strong{
          font-size:14pt;
      }

}



@media (max-width: 640px){


  #mobileMenu {
      display: none;
  }

}*/
