/* line 5, ../../sass/modules/mainmenu.mobile.scss */
.block-mainmenu {
  display: none;
  margin: 0;
  padding: 0;
}

/* line 11, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu {
  /* IE8 */
  /* end IE8 */
}
/* line 12, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .menu-bar {
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  background: #F2F2F2;
  height: 40px;
  font-size: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
}
/* line 21, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .menu-bar label {
  cursor: pointer;
  user-select: none;
  position: absolute;
  left: 0;
  height: 29px;
  width: 18px;
  margin: 8px 10px 0 10px;
  font-weight: bold;
  background: url('../../images/mobile_menu_icon.png?1408013313') no-repeat top center;
}
/* line 33, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .menu-bar #menu-toggle {
  display: none;
}
/* line 37, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .menu-bar .logo {
  margin-left: -10px;
  text-align: center;
  padding-top: 10px;
}
/* line 44, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu #menu-toggle:checked ~ .content {
  left: 0;
}
/* line 48, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu #menu-toggle:checked ~ .handler {
  left: inherit;
  right: 0;
}
/* line 54, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu.open .content {
  left: 0;
}
/* line 57, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu.open .handler {
  left: inherit;
  right: 0;
}
/* line 63, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content {
  z-index: 99999;
  float: left;
  position: absolute;
  top: 0;
  left: -81%;
  width: 80%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
  line-height: 26px;
  background-color: #4c4c4c;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #3c3c3c), color-stop(50%, #4c4c4c), color-stop(100%, #3c3c3c));
  background-image: -webkit-linear-gradient(left, #3c3c3c, #4c4c4c, #3c3c3c);
  background-image: -moz-linear-gradient(left, #3c3c3c, #4c4c4c, #3c3c3c);
  background-image: -o-linear-gradient(left, #3c3c3c, #4c4c4c, #3c3c3c);
  background-image: linear-gradient(left, #3c3c3c, #4c4c4c, #3c3c3c);
  -webkit-box-shadow: 2px 0 5px black;
  -moz-box-shadow: 2px 0 5px black;
  box-shadow: 2px 0 5px black;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 79, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content ul, #mobile-menu .content li {
  display: block;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}
/* line 87, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content a {
  color: rgba(255, 255, 255, 0.75);
  display: block;
}
/* line 92, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content h3 {
  font-size: 16px;
  position: relative;
  text-align: center;
  color: #a0a0a0;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #444444;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #353535), color-stop(50%, #444444), color-stop(100%, #353535));
  background-image: -webkit-linear-gradient(left, #353535, #444444, #353535);
  background-image: -moz-linear-gradient(left, #353535, #444444, #353535);
  background-image: -o-linear-gradient(left, #353535, #444444, #353535);
  background-image: linear-gradient(left, #353535, #444444, #353535);
}
/* line 104, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .user-info {
  padding: 10px 0;
  position: relative;
  height: 42px;
  line-height: 42px;
}
/* line 109, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .user-info img {
  float: left;
  height: 45px;
  width: 45px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0 10px;
}
/* line 122, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .other-links {
  background-color: #444444;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #353535), color-stop(50%, #444444), color-stop(100%, #353535));
  background-image: -webkit-linear-gradient(left, #353535, #444444, #353535);
  background-image: -moz-linear-gradient(left, #353535, #444444, #353535);
  background-image: -o-linear-gradient(left, #353535, #444444, #353535);
  background-image: linear-gradient(left, #353535, #444444, #353535);
  padding: 10px 0;
}
/* line 127, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .other-links ul li {
  display: inline-block;
  width: 50%;
  text-align: center;
}
/* line 132, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .other-links ul li a {
  display: table;
  overflow: hidden;
  height: 30px;
  width: 85%;
  padding: 5px;
  margin: 2px 5px;
  font-size: 16px;
  line-height: 14px;
  border: 1px solid #4e4e4e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #575757;
}
/* line 146, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .other-links ul li a span {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 158, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .other-links li.rss-feed .icon {
  position: absolute;
  right: 15%;
  margin-top: 8px;
  background: url('../../images/icons-s2a6bf2cf3b.png') 0 -483px no-repeat;
  height: 13px;
  width: 13px;
}
/* line 173, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .user-menu li,
#mobile-menu .content .main-menu li,
#mobile-menu .content .language-selector,
#mobile-menu .content .other-links,
#mobile-menu .content h3 {
  position: relative;
}
/* line 176, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .user-menu li:after,
#mobile-menu .content .main-menu li:after,
#mobile-menu .content .language-selector:after,
#mobile-menu .content .other-links:after,
#mobile-menu .content h3:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  bottom: -1px;
  background-color: #3d3d3d;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(53, 53, 53, 0)), color-stop(5%, #353535), color-stop(50%, #3d3d3d), color-stop(95%, #353535), color-stop(100%, rgba(53, 53, 53, 0)));
  background-image: -webkit-linear-gradient(left, rgba(53, 53, 53, 0), #353535 5%, #3d3d3d 50%, #353535 95%, rgba(53, 53, 53, 0));
  background-image: -moz-linear-gradient(left, rgba(53, 53, 53, 0), #353535 5%, #3d3d3d 50%, #353535 95%, rgba(53, 53, 53, 0));
  background-image: -o-linear-gradient(left, rgba(53, 53, 53, 0), #353535 5%, #3d3d3d 50%, #353535 95%, rgba(53, 53, 53, 0));
  background-image: linear-gradient(left, rgba(53, 53, 53, 0), #353535 5%, #3d3d3d 50%, #353535 95%, rgba(53, 53, 53, 0));
}
/* line 186, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .user-menu li:before,
#mobile-menu .content .main-menu li:before,
#mobile-menu .content .language-selector:before,
#mobile-menu .content .other-links:before,
#mobile-menu .content h3:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  top: -1px;
  background-color: #414141;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(65, 65, 65, 0)), color-stop(5%, #414141), color-stop(50%, #707070), color-stop(95%, #414141), color-stop(100%, rgba(65, 65, 65, 0)));
  background-image: -webkit-linear-gradient(left, rgba(65, 65, 65, 0), #414141 5%, #707070 50%, #414141 95%, rgba(65, 65, 65, 0));
  background-image: -moz-linear-gradient(left, rgba(65, 65, 65, 0), #414141 5%, #707070 50%, #414141 95%, rgba(65, 65, 65, 0));
  background-image: -o-linear-gradient(left, rgba(65, 65, 65, 0), #414141 5%, #707070 50%, #414141 95%, rgba(65, 65, 65, 0));
  background-image: linear-gradient(left, rgba(65, 65, 65, 0), #414141 5%, #707070 50%, #414141 95%, rgba(65, 65, 65, 0));
}
/* line 199, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .user-menu li,
#mobile-menu .content .main-menu li {
  padding: 10px 0 5px 15px;
}
/* line 203, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .language-selector {
  background-color: #444444;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #353535), color-stop(50%, #444444), color-stop(100%, #353535));
  background-image: -webkit-linear-gradient(left, #353535, #444444, #353535);
  background-image: -moz-linear-gradient(left, #353535, #444444, #353535);
  background-image: -o-linear-gradient(left, #353535, #444444, #353535);
  background-image: linear-gradient(left, #353535, #444444, #353535);
  color: #a0a0a0;
  text-align: center;
}
/* line 209, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .language-selector a {
  display: block;
}
/* line 212, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .language-selector .text,
#mobile-menu .content .language-selector .icon-lang {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 2px;
}
/* line 219, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .language-selector .icon-lang.en {
  background: url('../../images/icons-s2a6bf2cf3b.png') 0 -46px no-repeat;
  height: 38px;
  width: 38px;
}
/* line 220, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .language-selector .icon-lang.fr {
  background: url('../../images/icons-s2a6bf2cf3b.png') 0 -312px no-repeat;
  height: 38px;
  width: 38px;
}
/* line 221, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .language-selector .icon-lang.es {
  background: url('../../images/icons-s2a6bf2cf3b.png') 0 -84px no-repeat;
  height: 38px;
  width: 38px;
}
/* line 222, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .language-selector .icon-lang.de {
  background: url('../../images/icons-s2a6bf2cf3b.png') 0 -418px no-repeat;
  height: 38px;
  width: 38px;
}
/* line 223, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .language-selector .icon-lang.it {
  background: url('../../images/icons-s2a6bf2cf3b.png') 0 -206px no-repeat;
  height: 38px;
  width: 38px;
}
/* line 227, ../../sass/modules/mainmenu.mobile.scss */
#mobile-menu .content .footer-info {
  background-color: #444444;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #353535), color-stop(50%, #444444), color-stop(100%, #353535));
  background-image: -webkit-linear-gradient(left, #353535, #444444, #353535);
  background-image: -moz-linear-gradient(left, #353535, #444444, #353535);
  background-image: -o-linear-gradient(left, #353535, #444444, #353535);
  background-image: linear-gradient(left, #353535, #444444, #353535);
  padding: 25px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}

@media all and (max-width: 768px) {
  /* line 242, ../../sass/modules/mainmenu.mobile.scss */
  body {
    -webkit-animation: bugfix infinite 1s;
  }
  /* line 245, ../../sass/modules/mainmenu.mobile.scss */
  body .block-mainmenu {
    display: block;
    margin: 0;
  }

  @-webkit-keyframes bugfix {
    /* line 252, ../../sass/modules/mainmenu.mobile.scss */
    from {
      padding: 0;
    }

    /* line 253, ../../sass/modules/mainmenu.mobile.scss */
    to {
      padding: 0;
    }
}
}
