.main-nav {
  border-bottom: 2px solid #6baede;
  background: #fff;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;

 background: #fff;

  background-image:url(../images/Olympias_Web_Logo_New.png);
	background-position:20% 0%; /*Was: top left */
  background-size: 80%;
	background-repeat:no-repeat;

  padding-right: 15px;
  padding-left: 15px;

  margin: 0;
}

.nav-brand a {
  display: flex;
  /*padding: 12px 12px 12px 40px;*/
  padding: 11px 20px 12px 40px;
  /*color: rgb(0,154,203);*/
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 28px;
  text-decoration: none;
}

.nav-subbrand {
  
  float: left;
  /*padding: 15px 5px 10px 3px;*/
  padding: 11px 20px;
  color: rgb(0,76,110);
  font-family: 'Verdana', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;

  margin: 0;
}

@media (max-width: 1112px) {
  .nav-subbrand {
  padding: 0 0 0 0;
  color: rgb(0,76,110);
  font-family: 'Verdana', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0px;
  font-weight: normal;
  line-height: 0px;

    clear: none;
  }
}


#main-menu {
  clear: both;
  /* Controls wether there is an underline or not */
  border-bottom: 0;
}

@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
  }
}



/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #333;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#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 */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}





/* Legaacy Horizontal and Vertical Path */

a.Path {

  /*padding:0px 10px 0px 10px;*/color:#FFF;margin: 0px 3px 0px 3px;

}



a.Path:hover {

  /*padding:0px 10px 0px 10px*;/margin: 0px 10px 0px 10px;

  /*color:#4275A5;

  color:#77dafb;*/color:#512f07;



}



.Pathplain {

  /*padding:0px 10px 0px 10px;*/color:#FFF;margin: 0px 3px 0px 3px;

}











a.VPath {

  /*padding:0px 10px 0px 10px;*/color:#000;margin: 0px;

}



a.VPath:hover {

  /*padding:0px 10px 0px 10px*;/margin: 0px;

  /*color:#4275A5;

  color:#77dafb;*/color:#512f07;



}



.VPathplain {

  /*padding:0px 10px 0px 10px;*/color:#000;margin: 0px;



}















ul.vpath { margin-top:1px; padding:1px; font-family:Arial, Helvetica, sans-serif; /*border:5px solid #FF9618; border-width:1px 1px 1px 1px;*/}

ul.vpath li { margin-bottom:3px; padding:3px; list-style:none; border:1px solid #6baede; border-width:1px 1px 1px 1px;}



ul.vpath li ul    { margin:2px 0 0 0; padding:5px 0 0 0;}

ul.vpath li ul li { margin-bottom:3px; padding-left:30px; list-style:none; border:1px solid #6baede; border-width:0px 0px 0px 0px;}

















div.menu_backgnd {  

position:relative;

z-index:3;

height:auto;

margin-left:auto;

margin-right:auto;

padding:0px 0px 0px 0px;

border:1px solid #CCC;

width:99%;

background:#333 url(../images/bg-menu.png) left top;



/*-moz-box-shadow: 0 2px 5px #ccc;

-webkit-box-shadow: 0 2px 5px #ccc;

box-shadow: 0 2px 5px #ccc; 



-moz-border-bottom-right-radius: 5px;

-webkit-border-bottom-right-radius: 5px;

border-bottom-right-radius: 25px;*/

}


@media (max-width: 1112px) {
  #right_arrow {width: 0px; height: 0px;}
}


@media (max-width: 1112px) {

  div.path_backgnd {  
  
  display: none;

  }

}

@media (min-width: 1112px) {

div.path_backgnd {  

position:relative;

top:15px;

z-index:1;



height:auto;

padding-left: 20px;

margin-left:auto;

margin-right:auto;

/*margin-top: 5px;
margin-bottom: 5px;*/

width:100%;

font-family: Verdana, Arial, Helvetica, sans-serif; 

font-size: 16px; 

background-color: #498fd7;/*#6baede;*/  /*rgba(211, 118, 5)*/ /*#FF9618*/ /*#498fd7 ble
#c55115 portokali/*

/* Added as a ribbon finally */
/*padding-top: 9px;
padding-bottom: 1px;*/

} 

.hmenumargin{
padding-top: 1px;
padding-bottom: 2px;
}


} /* For Media */




div.vpath_backgnd {  



position:relative;

top:5px;

margin-left: 15px;

margin-right:15px;

padding:3px 5px 3px 10px;



font-family: Verdana, Arial, Helvetica, sans-serif; 

font-size: 16px; 

/*background-color:#FF9618; */

background-color:#FFF;

}

