/* Set Menu Module to "menu" position, set "Show Sub-menu items" to "No" */

#menu {display:block; width: 50%; padding-left: 50%; float:left; height: 35px;}
#menu-bg {width: 100%; height: 35px;padding-top: 5px;background-image: url('../images/dark.png');}
#stretch-nav {display:block;z-index: 1000; width: 100%; text-align: left; position: relative;}
.stretch-nav ul {list-style-type: none; padding-left: 0px;}
.stretch-nav li {float:left;}
.stretch-nav ul li {width: 20%; text-align:right;float:left; padding-top: 0px; padding-bottom: 0px;}
.stretch-nav ul li a {padding-top: 5px; padding-bottom: 5px; color: #fff; font-size: 18px; line-height: 18px;font-weight: bold;display:block;
text-shadow: 0px 0px 10px #000, 0px 0px 5px #000, 0px 0px 3px #000;}
.stretch-nav ul li.current a {color: orange; text-shadow:none;}
.stretch-nav ul li.current ul li a {background-color: transparent; color:#4C4C5E;}
.stretch-nav ul li ul li a {font-size: 12px;text-align:center;color:#4C4C5E; text-shadow:none;}
.stretch-nav ul li a:hover {color: #D2DB03 !important;}
.stretch-nav ul li ul li a:hover {color: #000 !important;}
.stretch-nav ul li.current, .stretch-nav ul li.active.deeper.parent {margin-top: 0px;}
.stretch-nav ul ul li.active.deeper.parent, .stretch-nav ul ul ul li.active.deeper.parent,.stretch-nav ul ul li.current, .stretch-nav ul ul ul li.current {margin-top: 0px; padding-top: 0px;}
.stretch-nav ul li a:hover,.stretch-nav ul ul li a:hover, .stretch-nav ul ul ul li a:hover {text-decoration: none;color: #F9E17F;}
.stretch-nav ul li:hover > ul {display: block; z-index: 2000;}
.stretch-nav ul {list-style: none;position: relative; display: block;z-index: 20;}
.stretch-nav ul:after {content: ""; clear: both; display: block;	}
.stretch-nav ul ul { padding: 0;position: absolute; top: 100%; text-align:left; width: 250px;display:none; }
.stretch-nav ul ul li {float: none; position: relative;}
.stretch-nav ul ul li a {padding: 6px 10px;color: #fff;margin-top: 0px; margin-bottom: 2px; display: block; text-decoration: none;width: 250px;background-color: transparent;background-image: url('../images/glass.png');}	
.stretch-nav ul ul ul {position: absolute; left: 100%; top:0; width: 250px; padding-left: 0px;}
.stretch-nav ul ul li, .stretch-nav ul ul li:hover {margin-top: 0px;margin-bottom: 0px;padding-top: 0px; padding-bottom: 0px;}

#burger {background-color: #000; font-weight:bold; text-align:center;position:relative; clear:both; display:block; color: transparent; font-family: Arial, sans-serif; cursor:pointer;}

.rotate {width: 35px; height: 35px; display:inline-block; background-image: url('../images/burger.svg'); background-size: 100% 100%; display:inline-block; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); text-align: center; transition: transform 1s; }
.rotate:hover {-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg);
-o-transform: rotate(90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); cursor:pointer;}


@media only screen and (min-width: 868px) { /* WIDE - Tablet Landscape & Desktop */
  #stretch-nav {display:block !important;}  
  #burger {display:none;}
  #menu {width: 75%; padding-left: 25%;}
}

@media only screen and (max-width: 867px) { /* SMALL - Mobile & Tablet Portrait */
  #burger {display:block;}
  #stretch-nav {overflow:hidden; background-color: #000; height: auto; padding-bottom: 50px;}
  .stretch-nav li, .stretch-nav ul li {float:none; width: 100%; padding-top: 15px; padding-bottom: 15px; text-align:center; }
  .stretch-nav ul ul li, .stretch-nav ul ul ul li {float:none; width: 100%; padding-top: 15px; padding-bottom: 15px; text-align:center; }
  .stretch-nav ul ul, .stretch-nav ul ul ul { padding: 0;position: relative; top: 0px; left: 0px; text-align:center; width: 100%;display:none; }
  /* .stretch-nav ul li.deeper:before, .stretch-nav ul ul li.deeper:before  {content: "+"; display:block !important; right: 0px; width: 25px; height: 25px; background-color: orange; font-size: 20px; line-height: 20px; z-index: 3000;position:absolute; cursor:pointer; pointer-events: all;} */
  .stretch-nav ul li ul li a,  .stretch-nav ul li ul li ul li a {text-align:center;padding-left: 0px; padding-right: 0px;}
  .stretch-nav ul ul li a, .stretch-nav ul ul ul li a {color: #fff;margin-top: 0px; margin-bottom: 2px; display: block; width: 100%;background-image: none; text-align:center;}
  .stretch-nav ul li a {font-size: 25px; line-height: 30px;} 
  
  .stretch-nav ul ul {position:relative; display:block}
  .stretch-nav ul li ul li a,
  .stretch-nav ul li ul li a:hover,
  .stretch-nav ul li ul:hover li a,
  .stretch-nav ul li ul li:hover a {padding-top 15px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important;}
  .stretch-nav ul li ul li {padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important;}
  .stretch-nav ul li ul li a {color: #fff;}
  .stretch-nav ul li ul li a:hover {color: #D2DB03 !important;}
  .stretch-nav ul li.item-104 a {;} 
   .stretch-nav ul li.item-105 a {padding-top: 0px !important;} 
  #menu {width: 100%; padding-left: 0px; position: absolute; top: 0px; left: 0px; right: 0px; z-index: 1000;}
}
