body, html {
  background-color: white;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: table;
}
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
  outline: none;
}
#container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  /*-webkit-box-shadow: -1px 0px 12px 0px rgba(0, 0, 0, .175);
  -moz-box-shadow: -1px 0px 12px 0px rgba(0, 0, 0, .175);
  box-shadow: -1px 0px 12px 0px rgba(0, 0, 0, .175);*/
}
#container.close {
}
#container.open {
}
#mainmenu {
  /*border-bottom: 2px solid #ddd;*/
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  overflow-y: hidden;
  overflow-x: auto;
  height: 200px;
  width: 100%;
  position: fixed;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translate(0, -200px);
  -moz-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
}
#bottommainmenu {
  /*border-top: 2px solid #ddd;*/
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  overflow-y: hidden;
  overflow-x: auto;
  height: 100px;
  bottom: 0;
  width: 100%;
  position: fixed;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
#mainmenu.close {
}
#bottommainmenu.open {
  /*-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;*/
  -webkit-transform: translate(-00px, 0);
  -moz-transform: translate(-00px, 0);
  -ms-transform: translate(-00px, 0);
  -o-transform: translate(-00px, 0);
  transform: translate(-00px, 0);
}
#mainmenu.open {
  /*-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;*/
  -webkit-transform: translate(-00px, 0);
  -moz-transform: translate(-00px, 0);
  -ms-transform: translate(-00px, 0);
  -o-transform: translate(-00px, 0);
  transform: translate(-00px, 0);
}
#nav-bar {
  display: block;
  position: absolute;
  top: 0px;
  right: calc(50% - 150px);    /* margin: 0 auto; */
  z-index: 98;
  width: 300px;
  height: 15px;
  color: #ff8320;
  text-align: center;
  font-size: 12px;
  background: rgb(255, 255, 255);
}
#nav-bar img {
  width: 20px;
  height: 20px;
  padding: 10px;
}
#nav-text {
  display: table-cell;
  position: absolute;
  left: 40px;
  white-space: nowrap;
  color: white;
  float: left;
  line-height: 40px;
}
#menu-opener.open {
  /*-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;*/
  -webkit-transform: translate(0, 200px);
  -moz-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  -o-transform: translate(0, 200px);
  transform: translate(0, 200px);
}
#menu-opener {

  /*
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
  */
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translate(00px, 0);
  -moz-transform: translate(00px, 0);
  -ms-transform: translate(00px, 0);
  -o-transform: translate(00px, 0);
  transform: translate(00px, 0);
  z-index: 99;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
  float: left;
  cursor: pointer;
  position: absolute;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
}
#menu-opener img {
  margin: 20px 20px 20px 20px;    /* padding: 5px; */
  width: 60px;
}
#ifm {

  /*position: absolute;
  top: 40px;
  height: calc(100% - 40px);
  left: 0;
  bottom: 0;
  right: 0;
  border: 0;
  width: 1px;
  min-width: 100%;
  */

  top: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0;
  width: 1px;
  min-width: 100%;
}
#logo {
  position: absolute;
}
#logo a {
  width: 100%;
  height: 200px;
  display: block;
  text-align: center;
}
.caroussel_menu {
  width: 100%;
  right: 0px;
  color: #333;
  display: block;
  text-align: center;
  height: 100%;
  line-height: 280px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  user-select: none;
  position: absolute;
}
.menu, .menu ul, .menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}
.menu-item {
  display: inline;
  position: relative;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  height: 150px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.menu li {
  background: #F6F6F6;
  border-bottom: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}
.menu-item.off {
      pointer-events: none;

}
.menu-item.off a{

    color: #bbbbbb !important;
}
.menu li:hover {
  background: #FFF;
}
.menu li a {
  color: #505050;
  display: block;
  height: 20px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;  /*font-size: 14px;*/
  text-decoration: none;
  user-select: none;
  position: relative;
}
#menu .menu-item svg {
  width: 30px;
  height: 30px;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
/*
#menu .menu-item img {
  width: 30px;
  height: 30px;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0;
}*/

.menu ul a {
  color: black;
  text-transform: none;
}

/*----*/
.menu-item {
  text-align: center;  /*background: #FFF;*/
}
.menu-item:hover > img { 
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
/*
.menu-item img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}*/

.menu .menu-item a {
  color: #333;
  display: block;
  height: 20px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;  /*font-size: 14px;*/
  text-decoration: none;
  user-select: none;
  position: relative;
}
.menu .menu-item svg {
  width: 30px;
  height: 30px;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.menu-item img {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

#fullscreen img {
  opacity: 0;
}
#fullscreen {
  z-index: 100;
  position: absolute;
  background-color: #F6F6F6;
  border: 1px solid #ccc;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
}
#fullscreen:hover {
  background-color: #fff;
}
#signature {
  z-index: 100001;
  display: block;
  position: absolute;
  padding: 5px;
  bottom: 0px;
  left: 0px;
}
#signature a {
  color: #505050;
  font-size: 12px;
  text-decoration: none;
}
#programme {
  color: #333 !important;
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;    /* padding-bottom: 20px; */
  padding-left: 20px;
  position: absolute;
  left: 100px;
  top: 0;
}
#help:hover, #closeApp:hover {
  background-color: #fff;
}
#help {
  z-index: 100;
  position: absolute;
  background-color: #F6F6F6;
  border: 1px solid #ccc;
  top: 0px;
  left: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#closeApp {
  z-index: 100;
  position: absolute;
  background-color: #F6F6F6;
  border: 1px solid #ccc;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#help a, #closeApp a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
#title{
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 100px;
    height: 80px;
    width: calc(100% - 120px);
    min-width: 750px;
    display: block;
    font-size: 35px;
    text-align: left;
    padding: 10px;
}
#menufade{
      position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: white;
    z-index: 100;
}
#containerfade{
      position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: white;
    z-index: 98;
}
/*
@media (max-width:1199px) {
  .menu-item {
    width: 50px;
    min-width: 50px;
  }
}
@media (min-width:1200px) {
  .menu-item {
    width: 100px;
    min-width: 100px;
  }
}
@media (max-width:1199px) {
  #favcounter {
    position: absolute;
    bottom: 95px;
    left: 60px;
    display: block;
    color: #fff;
    background-color: red;
    border-radius: 50%;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
  }
}
@media (min-width:1200px) {
  #favcounter {
    position: absolute;
    bottom: 50px;
    left: 95px;
    display: block;
    color: #fff;
    background-color: red;
    border-radius: 50%;
    font-size: 24px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
  }
}
@media (max-width:1199px) {
  #snapcounter {
    position: absolute;
    bottom: 95px;
    left: 60px;
    display: block;
    color: #fff;
    background-color: red;
    border-radius: 50%;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
  }
}
@media (min-width:1200px) {
  #snapcounter {
    position: absolute;
    bottom: 50px;
    left: 95px;
    display: block;
    color: #fff;
    background-color: red;
    border-radius: 50%;
    font-size: 24px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
  }
}
@media (max-width:1199px) {
  #menu {
    top: 0;
    left: 0;
    width: 1px;
    margin: 50px auto;
    min-width: 800px;
  }
}
@media (min-width:1200px) {
  #menu {
    top: 0;
    left: 0;
    width: 1px;
    margin: 25px auto;
    min-width: 1200px;
  }
}
@media (max-width:1199px) {
  .caroussel_menu {
    bottom: 50px;
    font-size: 13px;
  }
}
@media (min-width:1200px) {
  .caroussel_menu {
    bottom: 0px;
    font-size: 20px;
  }
}*/