* {
  margin: 0;
  padding: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


a {
  text-decoration: none;
  color: #000;
}

#bodyslider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

html {
  min-height: 100%;
}
body {
  height: 100%;
  background: #000;
  font-family: 'Roboto';
}

.rslides {
  position: absolute;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 50;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  background-position: center center;
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  background-color: #000;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.rslides li:after {
  content: ' ';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.60);
  background-image: url('/static/img/opacity.png');
}

.homepage {
  position: absolute;
  top: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}

.homepage.active {
  opacity: .4;
}


.home-logo {
  position: absolute;
  left: 50%;
  top: 40px;
  margin: 0 0 0 -200px;
  width: 400px;
  z-index: 500;
}
.home-logo img {
  width: 100%;
  filter: invert(100%);
  height: 30px;
}

.home-slogan {
  font-family: 'Roboto';
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
  margin: 40px 40px 0 0;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 600;
  border: 0;
}


@keyframes fromLeft {
  0% {
  left: -200px;
  visibility: hidden;
  }
  100% {
    left: 0;
    visibility: visible;
  }
}


@keyframes MenufromLeft {
  0% {
  left: 100px;
  visibility: hidden;
  }
  100% {
    left: 110px;
    visibility: visible;
  }
}


@keyframes startLogo {
  0% {
  visibility: hidden;
  opacity: 0;
  }
  100% {
  visibility: visible;
  opacity: 1;
  }
}

.home-navigation {
 position: absolute;
 bottom: 50px;
 right: 0;
 height: 90vh;
 min-width: 50%;
 z-index: 500;
-webkit-transition: all .7s ease;
-moz-transition: all .7s ease;
-ms-transition: all .7s ease;
-o-transition: all .7s ease;
transition: all .7s ease;
}


.home-navigation.active  {
  min-width:45%;
}

.home-navigation.active  ul {
  margin-right:420px;
}

.home-navigation ul {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 250px;
  display: block;
  text-align: right;
  margin: 0 40px 60px 0px;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.home-navigation li {
  display: block;
  text-align: right;
}

.home-navigation li .primary a {
  color: #fff;
  font-size: 3.7em;
  display: block;
  font-weight: 700;
  position: relative;
}

.home-navigation li .primary a  {
  -webkit-transition: left .2s ease;
  -moz-transition: left .2s ease;
  -ms-transition: left .2s ease;
  transition: left .2s ease;
  left: 0;
}

.home-navigation li .primary.click a {
  left: -50px;
}

.home-navigation li .primary a:hover {
  color: #F9FF00
}


.home-navigation li:hover .primary a,
.home-navigation .primary.active>a {
  color: #F9FF00;
}

.controls {
  display: none;
}

.btn-close-footer {
  display: none;
}


body {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

body.level_1 {
 left: -50%;
}

@keyframes fromLeft {
  0% {
  right: -100%;
  visibility: hidden;
  }
  100% {
    right: 0;
    visibility: visible;
  }
}

@-webkit-keyframes HomeLeft {
  0% {
  right: -100%;
  visibility: hidden;
  }
  100% {
    right: 0;
    visibility: visible;
  }
}

body {

}

.home-navigation .sub-nav {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  box-shadow: -3px -14px 15px rgba(0, 0, 0, 0.10);
  text-align: left;
  background-size: auto 270px;
}


.home-navigation .sub-nav.active {
 right: 0px;
}

.list-children {
  padding: 0px 20px;
}

.home-navigation .list-children div {
  padding: 10px 0
}

.home-navigation .row-submenus {
  text-align: left;
  height: 70vh;
  overflow-x: hidden;
  position: relative;
  margin: 0 40px 0 0;
}

.home-navigation .row-submenus  ol {
  text-align: left;
  width: 100%;
}

.row-submenus::-webkit-scrollbar {
    width: 2px;
}

.row-submenus::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #cacaca;
}
.row-submenus::-webkit-scrollbar-thumb {
  background-color: #000;
}

.home-navigation .first-section {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: left;
  display: block;
  border: 0;
  background: transparent;
  text-indent: -9999px;
  margin: 20px 0 40px 40px;
  cursor: pointer;
}


.home-navigation .first-section:hover:before {
    transform: rotate(0deg);
}

.home-navigation .first-section:hover:after {
    transform: rotate(0deg);
}


.home-navigation .first-section:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 0;
    border-top: 1px solid #000;
    transform: rotate(45deg);
    transform-origin: center;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;

}

.home-navigation .first-section:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 0;
    border-top: 1px solid #000;
    transform: rotate(-45deg);
    transform-origin: center;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}



.home-navigation .last-section {
  background: url(../mobile/img/arrow-back.svg) no-repeat 20px center;
  background-size: 27px;
  display: block;
  text-align: left;
  width: 50px;
  height: 50px;
  border: 0;
  text-indent: -999999px;
  margin: 20px 0 20px 20px;
  cursor: pointer;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.home-navigation .last-section:hover {
  background-position: 15px center;
}

.home-navigation .first-section:focus,
.home-navigation .last-section:focus {
  outline: 0;
}

.home-navigation .list-children h4 a {
  background: url(../mobile/img/arrow-next.svg) no-repeat 98% center;
  background-size: 27px;
  display: block;
  font-size:1.7em;
  margin: 0 20px 0 20px;
  text-align: left;
   -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.home-navigation .list-children h4:hover a {
  background-position: 100% center;
}

.home-navigation .list-children h4.extra a {
}

.home-navigation .list-children .title {
   font-weight: bold;
}

.home-navigation h4 a:hover,
.home-navigation .row-submenus li a:hover {
  color: #F9FF00;
}

.home-navigation .row-submenus li.more a {
  font-size: 16px;
  font-weight: bold;
  color: #F9FF00;
}

.home-navigation .row-submenus li.more a:hover {
  color: #000;
}



.home-navigation .submenu-holder {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: -540px;
  width: 400px;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  box-shadow: -3px -14px 15px rgba(0, 0, 0, 0.10);
}


.home-navigation .submenu-holder.active {
  right: 0px;
  visibility: visible;
}

.home-navigation .row-submenus li {
  padding:6px 40px;
  text-align: left;
}


/* Show tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -40px;
  padding: 3px;
  width: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: #000;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2;
}

[data-tooltip]:after {
  position: absolute;
  bottom: 98%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
