﻿/* Main Navigation css */
.ve-menu {
  width: 100%;
}
.ve-menu ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 166, 81, 0.65);
}

.ve-menu a {
  float: left;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  font-size: 14px !important;
  line-height: 4;
  font-weight: 600;
}

.ve-menu > .ve-menu-pc > li {
  display: table-cell;
  cursor: pointer;
}
/*
.ve-menu > .ve-menu-pc > li:nth-child(5){
  background-color: #fbce0a;
}
.ve-menu > .ve-menu-pc > li:nth-child(5) a{color: #333; text-align: center;}
.ve-menu > .ve-menu-pc > li:nth-child(5) a:hover{color: #fff;}
.ve-menu > .ve-menu-pc > li:hover ul {
  display: block;
}
.ve-menu > .ve-menu-pc > li:nth-child(5) a{
  -ms-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  position: relative;
}

.ve-menu > .ve-menu-pc > li:nth-child(5) {
  -ms-transform: skew(-20deg,0);
  -webkit-transform: skew(-20deg,0);
  transform: skew(-20deg,0);
  transform-origin: bottom;
}
/*.ve-menu > .ve-menu-pc > li:nth-child(5)::before{
  content: "";
  position: absolute;
  right: 0;
  border-right: 10px solid #fbce0a;
  padding-right: 1em;
  width: 10px;
  height: 100%;
  margin-right: -10px;
}*/

.ve-menu > .ve-menu-pc > li > ul {
  position: absolute;
  /*top: 40px;*/
  left: 0;
  display: none;
}

.ve-menu > .ve-menu-pc > li > ul > li {
  height: 40px;
}
.ve-menu > .ve-menu-pc > li:hover{background-color: rgba(0, 0, 0, 0.1);}

.ve-menu-icon {
  width: 20px;
  height: 21px;
  margin-right: 10px;
  overflow: hidden;
  position: absolute;
  top: -200px;
  right: 0;
  cursor: pointer;
}

.ve-menu-icon > div {
  width: 100%;
  height: 3px;
  margin-top: 3px;
  /*background: #000;*/
  border-radius: 3px;
}

.ve-menu-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  /*background: #000;*/   
}

.ve-menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*color: #fff;*/
  overflow: hidden;
  z-index: 20;
  /*background-color: rgba(0, 166, 81, 1);*/
  background: linear-gradient( rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8)100%),url(../images/pdo-site-background-8.jpg);
}

.ve-menu-mobile li {
  width: 100%;
  /*color: #fff;*/
}

.ve-menu-mobile li a {
  padding: 15px 0;
  border-bottom: 1px solid #333;
}

.ve-menu-mobile ul {
  display: none;
}

.ve-menu-mobile  ul li a {
  /*background: #222;*/
}

.ve-menu-close {
  overflow: hidden;
  cursor: pointer;
}

.ve-menu-close > div {
  float: right;
  padding: 0 10px;
}

.ve-menu-close > div:after {
  font-size: 35px;
  content: '\00d7';
}
.menu-icon{position: relative;
  width: 30px;
  height: 30px;  
  vertical-align: middle;
  margin: 0px 5px;
  border-radius: 100%;
}
.menu-icon.lsr{background: url(../images/btw-icon.svg) no-repeat center; display: inline-block;}