ul.sm-ppic  {
	margin: 0px;
	margin-top: 25px;
}
.sm-ppic {
  border: none;
  background: #d2d2d2;

}
.sm-ppic a, .sm-ppic a:hover, .sm-ppic a:focus, .sm-ppic a:active {
  padding: 0px 32px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 17px;
  color: #717171;
  font-family: "Trade Gothic W01";
  font-size: 13px;
  font-weight: 800;
  line-height: 39px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: right;
}
.sm-ppic a.current {
  background: #555555;
  color: white;
}
.sm-ppic a.disabled {
  color: #cccccc;
}
.sm-ppic a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
  display: none;
}
.sm-ppic a.has-submenu::after {
	content: '\f078';
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 16px;
	line-height: 16px;
    color: #555e62;
    font-weight: 300;
    -webkit-text-stroke: 1.75px #D2D2D2;
    transform: scale(1.15, 1) !important;
	margin-left: 12px;
	display: inline-block;
	}

.sm-ppic a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-ppic li {
  border-top: 0;
}
.sm-ppic > li:first-child {
  border-top: 0;
}
.sm-ppic ul {
  background: rgba(222, 222, 222, 0.95);
  padding: 8px 0px;
}
.sm-ppic ul a, .sm-ppic ul a:hover, .sm-ppic ul a:focus, .sm-ppic ul a:active {
  	text-align: right;
	font-family:"Arial W01";
	font-weight: 900;
	font-style: normal;
	color: #475153;
	font-size: 12px;
	line-height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-transform: uppercase;
}
.sm-ppic ul ul a,
.sm-ppic ul ul a:hover,
.sm-ppic ul ul a:focus,
.sm-ppic ul ul a:active {
  border-left: 0;
}
.sm-ppic ul ul ul a,
.sm-ppic ul ul ul a:hover,
.sm-ppic ul ul ul a:focus,
.sm-ppic ul ul ul a:active {
  border-left: 0;
}
.sm-ppic ul ul ul ul a,
.sm-ppic ul ul ul ul a:hover,
.sm-ppic ul ul ul ul a:focus,
.sm-ppic ul ul ul ul a:active {
  border-left: 0;
}
.sm-ppic ul ul ul ul ul a,
.sm-ppic ul ul ul ul ul a:hover,
.sm-ppic ul ul ul ul ul a:focus,
.sm-ppic ul ul ul ul ul a:active {
  border-left: 0;
}
  .sm-ppic  a.highlighted {
	color: #fff;
  }
   .sm-ppic ul a.highlighted {
	color: #cd7100;
  }
  
  .sm-ppic a.has-submenu.highlighted::after {
	color: #fff;
} 
@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-ppic ul {
    position: absolute;
	padding: 8px 0px;
	
  }

  .sm-ppic li {
    float: right;
  }

  .sm-ppic.sm-rtl li {
    float: right;
  }

  .sm-ppic ul li, .sm-ppic.sm-rtl ul li, .sm-ppic.sm-vertical li {
    float: none;
  }

  .sm-ppic a {
    white-space: nowrap;
  }

  .sm-ppic ul a, .sm-ppic.sm-vertical a {
    white-space: normal;
  }

  .sm-ppic .sm-nowrap > li > a, .sm-ppic .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  ul.sm-ppic  {
	margin: 0px;
}

  .sm-ppic li  {
	  width: 100%;
  }
  .sm-ppic li ul {
    margin-top: 1px !important;
	  right: 0px;
  }
  
  .sm-ppic {
	width: 226px;
    position: absolute;
    right: 20px;
    bottom: 36px;
  }
  .sm-ppic a, .sm-ppic a:hover, .sm-ppic a:focus, .sm-ppic a:active, .sm-ppic a.highlighted {
    padding: 0px 32px;
	font-size: 11px;
	line-height: 34px;
  }
  .sm-ppic  a:hover, .sm-ppic  a:focus, .sm-ppic  a:active, .sm-ppic  a.highlighted {
	color: #fff;
  }
  
  .sm-ppic ul a, .sm-ppic ul a:hover, .sm-ppic ul a:focus, .sm-ppic ul a:active, .sm-ppic ul a.highlighted {
    padding: 0px 17px 0px 32px;
	font-size: 12px;
	line-height: 25px;
  }
  .sm-ppic ul a:hover, .sm-ppic ul a:focus, .sm-ppic ul a:active, .sm-ppic ul a.highlighted {
	color: #cd7100;
  }
  
  .sm-ppic a.has-submenu:hover::after, .sm-ppic a.has-submenu:focus::after, .sm-ppic a.has-submenu:active::after, .sm-ppic a.has-submenu.highlighted::after {
	color: #fff;
}

  .sm-ppic a.current {
    background: #555555;
    color: white;
  }
  .sm-ppic a.disabled {
    background: white;
    color: #cccccc;
  }
  .sm-ppic a.has-submenu {
    padding-right: 17px;
  }
  .sm-ppic a span.sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-ppic a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-ppic > li {
    border-top: 0;
    border-left: 0;
  }
  .sm-ppic > li:first-child {
    border-left: 0;
  }
  .sm-ppic ul {
    border: 0;


  }
  .sm-ppic ul a {
    border: 0 !important;
  }
  .sm-ppic ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-ppic ul a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  .sm-ppic ul > li {
    border-left: 0;
    border-top: 0;
  }
  .sm-ppic ul > li:first-child {
    border-top: 0;
  }
  .sm-ppic span.scroll-up,
  .sm-ppic span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-ppic span.scroll-up-arrow, .sm-ppic 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 #555555 transparent;
  }
  .sm-ppic span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-ppic.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-ppic.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-ppic.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-ppic.sm-rtl.sm-vertical a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .sm-ppic.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-ppic.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-ppic.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-ppic.sm-rtl ul a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .sm-ppic.sm-vertical a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  .sm-ppic.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-ppic.sm-vertical > li:first-child {
    border-top: 0;
  }
}
@media (min-width: 959px) {
	.sm-ppic a, .sm-ppic a:hover, .sm-ppic a:focus, .sm-ppic a:active, .sm-ppic a.highlighted {
	font-size: 11px;
  }
	.sm-ppic ul a, .sm-ppic ul a:hover, .sm-ppic ul a:focus, .sm-ppic ul a:active, .sm-ppic ul a.highlighted {
	font-size: 12px;
  }
}

 .ppic-header-submenu .vc_column-inner {
	 margin-bottom: 0px;
 }
 .ppic-header-submenu .sm-ppic {
	/*bottom: 32px;*/
}
.sm-ppic  li ul {
	 width: auto !important;
	 max-width: none !important;
	 min-width: 100% !important;
right: 0px !important;
left: auto !important;
 }

.ppic-header-submenu .sm-ppic ul a, 
.ppic-header-submenu .sm-ppic ul a:hover, 
.ppic-header-submenu .sm-ppic ul a:focus, 
.ppic-header-submenu .sm-ppic ul a:active {
	font-size: 12px;
	line-height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.ppic-header-submenu .sm-ppic a, 
.ppic-header-submenu .sm-ppic a:hover, 
.ppic-header-submenu .sm-ppic a:focus, 
.ppic-header-submenu .sm-ppic a:active, 
.ppic-header-submenu .sm-ppic a.highlighted {
	font-size: 11px;
}