

#wcg-nav {
  margin-top: 15px;
  z-index: 99;
}

@media screen and (min-width: 738px) {
    .fixed_nav {
      position: fixed;
      top: 0px;
      width: calc( 90% - 20px);
      margin-top:0 !important;
    }
}
@media screen and (min-width: 983px) {
  .fixed_nav {
      width: calc( 90% - 20px);
  }
}
@media screen and (min-width: 738px) and (max-width: 982px) {
  .fixed_nav {
      width: calc( 97% - 20px);
  }
}

.sm-wcg {
  background: transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.sm-wcg a, .sm-wcg a:hover, .sm-wcg a:focus, .sm-wcg a:active {
  padding: 10px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;

  background: -webkit-linear-gradient(to bottom, #FFFFFF 70%, #F3F3F3 100%);
  background: -moz-linear-gradient(to bottom, #FFFFFF 70%, #F3F3F3 100%);
  background: -ms-linear-gradient(to bottom, #FFFFFF 70%, #F3F3F3 100%);
  background: -o-linear-gradient(to bottom, #FFFFFF 70%, #F3F3F3 100%);
  background: linear-gradient(to bottom, #FFFFFF 70%, #F3F3F3 100%);
  color: #00649d;
  font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
/*  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);      */
}
.sm-wcg a.current {
  background: #006892;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
  background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
  background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
  background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
  background-image: linear-gradient(to bottom, #006188, #006f9c);
  color: white;
}
.sm-wcg a.disabled {
  color: #a1d1e8;
}
.sm-wcg a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.sm-wcg a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-wcg > li:first-child > a, .sm-wcg > li:first-child > :not(ul) a {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.sm-wcg > li:last-child > a, .sm-wcg > li:last-child > *:not(ul) a, .sm-wcg > li:last-child > ul,
.sm-wcg > li:last-child > ul > li:last-child > a, .sm-wcg > li:last-child > ul > li:last-child > *:not(ul) a, .sm-wcg > li:last-child > ul > li:last-child > ul,
.sm-wcg > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-wcg > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-wcg > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-wcg > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-wcg > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-wcg > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-wcg > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-wcg > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-wcg > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.sm-wcg > li:last-child > a.highlighted, .sm-wcg > li:last-child > *:not(ul) a.highlighted,
.sm-wcg > li:last-child > ul > li:last-child > a.highlighted, .sm-wcg > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-wcg > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-wcg > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-wcg > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-wcg > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-wcg > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-wcg > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sm-wcg ul {
  background: rgba(102, 102, 102, 0.1);
}
.sm-wcg ul ul {
  background: rgba(102, 102, 102, 0.2);
}
.sm-wcg ul a, .sm-wcg ul a:hover, .sm-wcg ul a:focus, .sm-wcg ul a:active {
  background: transparent;
  color: #00649d;
  font-size: 16px;
  text-shadow: none;
  border-left: 8px solid transparent;
}
.sm-wcg ul a.current {
  background: #006892;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
  background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
  background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
  background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
  background-image: linear-gradient(to bottom, #006188, #006f9c);
  color: white;
}
.sm-wcg ul a.disabled {
  color: #b3b3b3;
}
.sm-wcg ul ul a,
.sm-wcg ul ul a:hover,
.sm-wcg ul ul a:focus,
.sm-wcg ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-wcg ul ul ul a,
.sm-wcg ul ul ul a:hover,
.sm-wcg ul ul ul a:focus,
.sm-wcg ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-wcg ul ul ul ul a,
.sm-wcg ul ul ul ul a:hover,
.sm-wcg ul ul ul ul a:focus,
.sm-wcg ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-wcg ul ul ul ul ul a,
.sm-wcg ul ul ul ul ul a:hover,
.sm-wcg ul ul ul ul ul a:focus,
.sm-wcg ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.sm-wcg ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/*.sm-wcg ul li:last-child {
  border-bottom: 0;
} */

@media (min-width: 738px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-wcg ul {
    position: absolute;
    width: 12em;
  }

  .sm-wcg li {
    float: left;
  }

  .sm-wcg.sm-rtl li {
    float: right;
  }

  .sm-wcg ul li, .sm-wcg.sm-rtl ul li, .sm-wcg.sm-vertical li {
    float: none;
  }

  .sm-wcg a {
    white-space: nowrap;
  }

  .sm-wcg ul a, .sm-wcg.sm-vertical a {
    white-space: normal;
  }

  .sm-wcg .sm-nowrap > li > a, .sm-wcg .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-wcg {
    background: -webkit-linear-gradient(to bottom, #FFFFFF 70%, #F3F3F3 100%);
    background: -moz-linear-gradient(to bottom, #FFFFFF 70%, #F3F3F3 100%);
    background: -ms-linear-gradient(to bottom, #FFFFFF 70%, #F3F3F3 100%);
    background: -o-linear-gradient(to bottom, #FFFFFF 70%, #F3F3F3 100%);
    background: linear-gradient(to bottom, #FFFFFF 70%, #F3F3F3 100%);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .sm-wcg a, .sm-wcg a:hover, .sm-wcg a:focus, .sm-wcg a:active, .sm-wcg a.highlighted {
    padding: 10px 20px 13px;
    background: transparent;
    color: #00649d;
    font-size: 0.6em;
    font-weight: 300;
  }
  .sm-wcg a:hover, .sm-wcg a:focus, .sm-wcg a:active, .sm-wcg a.highlighted {
    background: #F7F7F7;
    background: -webkit-linear-gradient(to bottom, #FFFFFF 0%, #F3F3F3 100%);
    background: -moz-linear-gradient(to bottom, #FFFFFF 0%, #F3F3F3 100%);
    background: -ms-linear-gradient(to bottom, #FFFFFF 0%, #F3F3F3 100%);
    background: -o-linear-gradient(to bottom, #FFFFFF 0%, #F3F3F3 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #F3F3F3 100%);
    color: #7F7F7F;

  }
  .sm-wcg a.current {
    background: #006892;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
    background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
    background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
    background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: white;
  }
  .sm-wcg a.disabled {
    background: #3092c0;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
    background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    color: #a1d1e8;
  }
  .sm-wcg a span.sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #00649d transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .sm-wcg a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-wcg > li:first-child > a, .sm-wcg > li:first-child > :not(ul) a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .sm-wcg > li:last-child > a, .sm-wcg > li:last-child > :not(ul) a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .sm-wcg > li {
    border-left: 1px solid #eee;
  }
  .sm-wcg > li:first-child {
    border-left: 0;
  }
  .sm-wcg ul {
    background: #F3F3F3;
    border: 1px solid #ccc;
    border-top: none;
    background: -webkit-linear-gradient(top, #F3F3F3, #E3E3E3);
    background: -moz-linear-gradient(top, #F3F3F3, #E3E3E3);
    background: -o-linear-gradient(top, #F3F3F3, #E3E3E3);
    background: -ms-linear-gradient(top, #F3F3F3, #E3E3E3);
    background: linear-gradient(top, #F3F3F3, #E3E3E3);
    
    padding: 7px 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  }
  .sm-wcg ul ul {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #f3f3f3;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), -1px -1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), -1px -1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), -1px -1px 3px rgba(0, 0, 0, 0.4);
  }
  .sm-wcg ul a, .sm-wcg ul a:hover, .sm-wcg ul a:focus, .sm-wcg ul a:active, .sm-wcg ul a.highlighted {
    border: 0 !important;
    padding: 9px 23px;
    background: transparent;
/*    color: #2b82ac; */
    color: #00649d;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 0.9em;
  }
  .sm-wcg ul a:hover, .sm-wcg ul a:focus, .sm-wcg ul a:active, .sm-wcg ul a.highlighted {
    background: rgba(0, 100, 156, 0.4);
    color: white;
  }
  .sm-wcg ul a.current {
    background: #006892;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
    background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
    background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
    background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: white;
  }
  .sm-wcg ul a.disabled {
    background: white;
    color: #b3b3b3;
  }
  .sm-wcg ul a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #00649d;
  }
  .sm-wcg ul li {
    border: 0;
  }
  .sm-wcg span.scroll-up,
  .sm-wcg span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-wcg span.scroll-up-arrow, .sm-wcg span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #2b82ac transparent;
  }
  .sm-wcg span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #2b82ac transparent transparent transparent;
  }
  .sm-wcg.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-wcg.sm-rtl > li:first-child > a, .sm-wcg.sm-rtl > li:first-child > :not(ul) a {
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
  }
  .sm-wcg.sm-rtl > li:last-child > a, .sm-wcg.sm-rtl > li:last-child > :not(ul) a {
    -webkit-border-radius: 8px 0 0 8px !important;
    -moz-border-radius: 8px 0 0 8px !important;
    -ms-border-radius: 8px 0 0 8px !important;
    -o-border-radius: 8px 0 0 8px !important;
    border-radius: 8px 0 0 8px !important;
  }
  .sm-wcg.sm-rtl > li:first-child {
    border-left: 1px solid #2b82ac;
  }
  .sm-wcg.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-wcg.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-wcg.sm-vertical {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .sm-wcg.sm-vertical a {
    padding: 9px 23px;
  }
  .sm-wcg.sm-vertical a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  .sm-wcg.sm-vertical > li:first-child > a, .sm-wcg.sm-vertical > li:first-child > :not(ul) a {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  }
  .sm-wcg.sm-vertical > li:last-child > a, .sm-wcg.sm-vertical > li:last-child > :not(ul) a {
    -webkit-border-radius: 0 0 8px 8px !important;
    -moz-border-radius: 0 0 8px 8px !important;
    -ms-border-radius: 0 0 8px 8px !important;
    -o-border-radius: 0 0 8px 8px !important;
    border-radius: 0 0 8px 8px !important;
  }
  .sm-wcg.sm-vertical > li {
    border-left: 0 !important;
  }
  .sm-wcg.sm-vertical ul {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
  }
  .sm-wcg.sm-vertical ul a {
    padding: 9px 23px;
  }
}

@media (min-width: 738px) and (max-width: 837px) {
  .sm-wcg a, .sm-wcg a:hover, .sm-wcg a:focus, .sm-wcg a:active, .sm-wcg a.highlighted {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 838px) and (max-width: 1114px) {
  .sm-wcg a, .sm-wcg a:hover, .sm-wcg a:focus, .sm-wcg a:active, .sm-wcg a.highlighted {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.sm-wcg ul li .teaser {
  width: auto;
  margin: 0 10px 10px;
  padding: 0 10px 10px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 21px;
  text-align: left;
}

@media (min-width: 738px) {
  .sm-wcg ul li .teaser {
    width: 400px;
    margin: 10px;
    padding: 0 10px 10px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21px;
    text-align: left;
    border-bottom: 1px solid #888888;
  }
}

.sm-wcg ul li .teaser h2{
  border-bottom: 1px solid #888888;
  text-shadow: 1px 1px 1px #FFFFFF; 
  font-weight: 300; 
  font-size: 18px; 
  margin-top: 0; 
  margin-bottom: 18px; 
  padding-bottom: 11px; 
  padding-top: 7px; 
  font-family: Arial, Helvetica, sans-serif; 
  line-height: 21px; 
  text-align: left;
}

.sm-wcg ul li .teaser .img_right {
  float: right;
  margin: 5px 0 5px 15px;
  max-width: 70px;
  max-height: 70px;
}

.sm-wcg ul li .teaser .img_left {
  float: left;
  margin: 5px 15px 5px 0;
  max-width: 70px;
  max-height: 70px;
}

.sm-wcg ul li .teaser .imgshadow_light {
  background: #FFFFFF;
  border: 1px solid #777777;
  -webkit-box-shadow: 0 0 5px #666666;
  -moz-box-shadow: 0 0 5px #666666;
  box-shadow: 0 0 5px #666666;
}

.sm-wcg ul li .teaser a {
  display: inline;
  padding: 3px 15px;
  font-size: 12px;
}

	/* ==================== | HEADER | ==================== */

#header .inner {
	z-index:3;
}
#nav {
	border-bottom:1px dashed #dad3c9;
}
@media (min-width: 738px) {
	#nav {
		border-bottom:0;
		padding-top:2.778em;
	}
}

.wcg-main-menu-btn {
	position:relative;
	display:block;
	padding:0.815em 40px;
	height:24px;
	overflow:hidden;
	line-height:26px;
	text-align:center;
	cursor:pointer;
	color:#BBB1A3;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    box-shadow: 0 0 2px #ccc;
}
.wcg-main-menu-btn-text {
	position:absolute;
	top:-99999px; 
}
.wcg-main-menu-btn-title {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	text-overflow:ellipsis;
	opacity:1;
	-webkit-transform:none;
	transform:none;
	-webkit-transition:all 0.25s;
	transition:all 0.25s;
}
#wcg-main-menu-state:checked ~ .wcg-main-menu-btn .wcg-main-menu-btn-title {
	opacity:0;
	-webkit-transform:translate3d(0, -50%, 0);
	transform:translate3d(0, -50%, 0);
}
.wcg-main-menu-btn-title [data-icon]:before {
	position:relative;
	top:-1px;
	vertical-align:top;
}
/* hamburger icon */
.wcg-main-menu-btn-icon, .wcg-main-menu-btn-icon:before, .wcg-main-menu-btn-icon:after {
	position:absolute;
	top:50%;
	left:5px;
	height:2px;
	width:24px;
	background:#00649d;
	-webkit-transition:all 0.25s;
	transition:all 0.25s;
}
.wcg-main-menu-btn-icon:before {
	content:'';
	top:-7px;
	left:0;
}
.wcg-main-menu-btn-icon:after {
	content:'';
	top:7px;
	left:0;
}
/* close icon */
#wcg-main-menu-state:checked ~ .wcg-main-menu-btn .wcg-main-menu-btn-icon {
	height:0;
	background:transparent;
}
#wcg-main-menu-state:checked ~ .wcg-main-menu-btn .wcg-main-menu-btn-icon:before {
	top:0;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#wcg-main-menu-state:checked ~ .wcg-main-menu-btn .wcg-main-menu-btn-icon:after {
	top:0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.wcg-main-menu-btn-logo {
	font: bold 1.4em/10px Verdana,Arial,Helvetica,sans-serif;
	color:#00649d;
}
.wcg-main-menu-btn-logo-separator {
	margin-right:0.222em;
	border-right:1px solid #00649d;
	padding-right:0.5em;
}
/* hide menu state checkbox (keep it visible to screen readers) */
#wcg-main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}
/* hide the menu in mobile view */
#wcg-main-menu-state:not(:checked) ~ #wcg-main-menu {
    display: none;
}
#wcg-main-menu-state:checked ~ #wcg-main-menu {
	display: block;
}
@media (min-width: 738px) {
    /* hide the button in desktop view */
    .wcg-main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    #wcg-main-menu-state:not(:checked) ~ #wcg-main-menu {
        display: block;
        margin: 0 -10px 30px;
        box-shadow: 0 7px 7px rgba(0,0,0,0.4);
    }
}
#wcg-main-menu {
	margin-bottom:0.666em;
}
@media (min-width: 738px) {
	#wcg-main-menu {
		position:relative;
		top:0;
		left:0;
		margin-bottom:0;
		width:auto;
		z-index:2;
	}
}
#wcg-main-menu > li [data-icon] {
	display:none;
}
@media (min-width: 738px) {
	#wcg-main-menu > li [data-icon] {
		display:inline;
	}
	#wcg-main-menu > li [data-icon]:before {
		position:relative;
		top:2px;
		margin-right:0.375em;
		font-size:0.89em;
		line-height:20px;
	}
	#wcg-main-menu.sm-wcg > li [data-icon]:before {
		color:#A4CDE1;
	}
}
@media (min-width: 738px) {
	#wcg-main-menu > li:last-child {
		float:right;
		border-left:0;
	}
}
#logo-menu {
	margin-right:-4px;
	font:italic bold 1em/23px Verdana,Arial,Helvetica,sans-serif;
}

[data-icon]:before {
	font-family:"Vadikom Icons";
	content:attr(data-icon);
	font-weight:normal;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
}

