.c4g_navigation_mobile {
  display: block;
  height: 2em;
  visibility: hidden;
}

.c4g_navigation_mobile:after{
  visibility: visible;
}

.c4g_navigation_mobile:after {
  content: "\2630";
  cursor: pointer;
  padding: 0 .5em;
  font-size: 1.5em;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}

.c4g_navigation_mobile.opened:after {
  content: "\00D7";
  position: fixed;
  right: 0;
  top: .5em;
  z-index: 101;
}

.c4g_navigation_burger .submenu-closed:after {
  content: "\00BB";
}

.c4g_navigation_burger .submenu-opened:after {
  content: "\00D7";
}

.c4g_navigation_burger.c4g_show_on_mobile{
  right:0px;
}

.c4g_navigation_burger{
  position: fixed;
  right: -400px;
  top: 0px;
  width: 400px;
  transition: right 1s;
  padding-top: 2em;
  margin: 0px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
  font-size: 1.2em;
}

.c4g_navigation_burger .level_2 li{
  padding-bottom: 0px;
  margin: 0;
}

.c4g_burger_content {
  position: relative;
}

.c4g_burger_content ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.c4g_burger_content li > *{
  padding-left: 1em;
}

.c4g_navigation_burger .level_2 > li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 8px;
}

.c4g_navigation_burger .level_3 > li:before {
    content: "\f3bf";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: -1em;
  top: 8px;
  transform: rotate(90deg);
}

.c4g_navigation_burger li {
  position: relative;
  margin: 1em auto;
}

li.active.submenu-opened{
  background: none;
}

.c4g_navigation_burger .level_1 a,
.c4g_navigation_burger strong,
.c4g_navigation_burger span{
  font-size: 1em;
  line-height: 50px;
  transition: margin 1s;
  text-decoration: none;
  display: block;
  margin: auto;
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 {
  right: 0px;
}

.c4g_navigation_burger .submenu-closed:after,
.c4g_navigation_burger .submenu-opened:after{
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 1.5em;
    padding: 0 .5em;
}

.c4g_navigation_burger .submenu-closed:after{
  transform:rotate(90deg)
}

.c4g_burger_footer{
  padding: 1.5em 0;
  text-align: center;
  margin-top: 1.5em;
}

.c4g_burger_header{
  top: 0;
  width: 100%;
  padding: 1.5em 0;
  text-align: center;
}

@keyframes margin2 {
  0% {margin-right:-50px;}
  100%  {margin-right:25px;}
}

@keyframes margin3 {
  0% {margin-right:-100px;}
  100%  {margin-right:25px;}
}

@keyframes margin4 {
  0% {margin-right:-150px;}
  100%  {margin-right:25px;}
}

@keyframes margin5 {
  0% {margin-right:-200px;}
  100%  {margin-right:25px;}
}

@keyframes margin6 {
  0% {margin-right:-250px;}
  100%  {margin-right:25px;}
}

@keyframes margin7 {
  0% {margin-right:-300px;}
  100%  {margin-right:25px;}
}


@keyframes margin8 {
  0% {margin-right:-350px;}
  100%  {margin-right:25px;}
}

@keyframes margin9 {
  0% {margin-right:-400px;}
  100%  {margin-right:25px;}
}


@keyframes margin10 {
  0% {margin-right:-450px;}
  100%  {margin-right:25px;}
}

@keyframes margin11 {
  0% {margin-right:-500px;}
  100%  {margin-right:25px;}
}


@keyframes margin12 {
  0% {margin-right:-550px;}
  100%  {margin-right:25px;}
}


@keyframes margin13 {
  0% {margin-right:-600px;}
  100%  {margin-right:25px;}
}

@keyframes margin14 {
  0% {margin-right:-650px;}
  100%  {margin-right:25px;}
}

@keyframes margin15 {
  0% {margin-right:-700px;}
  100%  {margin-right:25px;}
}

@keyframes margin16 {
  0% {margin-right:-750px;}
  100%  {margin-right:25px;}
}

@keyframes margin17 {
  0% {margin-right:-800px;}
  100%  {margin-right:25px;}
}

@keyframes margin18 {
  0% {margin-right:-850px;}
  100%  {margin-right:25px;}
}

@keyframes margin19 {
  0% {margin-right:-900px;}
  100%  {margin-right:25px;}
}

@keyframes margin20 {
  0% {margin-right:-950px;}
  100%  {margin-right:25px;}
}

@keyframes margin21 {
  0% {margin-right:-1000px;}
  100%  {margin-right:25px;}
}

@keyframes margin22 {
  0% {margin-right:-1050px;}
  100%  {margin-right:25px;}
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(2){
  animation-name: margin2;
  animation-duration: calc(1s + .1s + .1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(3){
  animation-name: margin3;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(4){
  animation-name: margin4;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(5){
  animation-name: margin5;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(6){
  animation-name: margin6;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(7){
  animation-name: margin7;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(8){
  animation-name: margin8;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(9){
  animation-name: margin9;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(10){
  animation-name: margin10;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(10){
  animation-name: margin10;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(11){
  animation-name: margin11;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(12){
  animation-name: margin12;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(13){
  animation-name: margin13;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(14){
  animation-name: margin14;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(15){
  animation-name: margin15;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(16){
  animation-name: margin16;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(17){
  animation-name: margin17;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(18){
  animation-name: margin18;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(19){
  animation-name: margin19;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(20){
  animation-name: margin20;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(21){
  animation-name: margin21;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

.c4g_navigation_burger.c4g_show_on_mobile .level_1 > li:nth-child(22){
  animation-name: margin22;
  animation-duration: calc(1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s + 0.1s);
}

@media(max-width:650px){
  .c4g_navigation_burger {width: 100%; right: -100%;}
  .c4g_navigation_burger .level_1 li { width:100%;}
  .c4g_navigation_burger .submenu-closed:after,
  .c4g_navigation_burger .submenu-opened:after { margin-right:0px; margin-left:0px; right:0px;}
}

