/* CSS Document */

/* Pano menu kentriko */
.joomla-nav-top{
    margin: 0;
    padding: 0;
    list-style: none;
    position:absolute;
    right:0px;
    top:91px;
  }
  .joomla-nav-top > li {
    float: left;
    position: relative;
    margin-left:30px;
  }
  
  .joomla-nav-top a, .separator{
    font-family: 'Roboto', sans-serif;
    text-decoration:none;
    color:white;
    font-size:12px;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .joomla-nav-top li:hover > a, .separator:hover {
    color: #b0dfff; /* #7ac7fc;*/
  }
  .joomla-nav-top > ul > li{margin:0 !important; position:relative;}
  .joomla-nav-top > ul > li > ul > li{position:relative !important;}
  .joomla-nav-top ul {
    margin: 15px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    padding:0;
    visibility: hidden;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 1;    
    transition: all .2s ease-in-out;
    list-style: none;  
    background-color: rgba(10,73,115,0.9);
    padding: 5px;
    border-radius: 3px;
  }
  .joomla-nav-top ul ul {
    position:relative;
    top: -20px;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
  }
  
  .joomla-nav-top li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
  }
  
  
  /*megala koumpia me eikones*/
  
  #start_menu{
    margin:0;
    padding:45px 0 0 0;
    list-style:none;
    font-family: 'Roboto', sans-serif;
    color:#808285;
    font-size:11px;
    
  }
  
  #start_menu li{
    float:left;
    width:19%;
    margin-right:1%;
    position:relative;
    text-align:justify;
    font-size:11px;
  }
  #start_menu li:last-child{margin:0 !important;}
  
  #start_menu li a:link, #start_menu li a:visited{
    text-decoration:none;
    color:#808285;
    font-size:13px;
    font-weight:700;
    display:block;
    text-align:center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #start_menu li a:hover{
    color:#5fbeff;
  }
  
  #start_menu li .big_batton{
    display:block;
    width:100%;
    height:182px;
    box-shadow:5px 5px 5px rgba(0,0,0,0.12);
    background-color:#f4f4f4;
    position:relative;
    margin-top:10px;
    margin-bottom:10px;
    background-position:center center;
    background-repeat:no-repeat;
  }
  #start_menu li a .big_batton{
    -ms-transform: scale(1); /* IE 9 */
      -webkit-transform: scale(1); /* Chrome, Safari, Opera */
      transform: scale(1);
     -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #start_menu li a:hover .big_batton{
    -ms-transform: scale(1.02); /* IE 9 */
      -webkit-transform: scale(1.02); /* Chrome, Safari, Opera */
      transform: scale(1.02);
  }
  #start_menu li .big_batton:before{
    content:"";
    width:232px;
    height:182px;
    box-shadow:0px 0px 8px rgba(0, 192, 255, 0.2);
    position:absolute;
    top:0px;
    left:0px;
  }
  #etaireia_bat{
    background-image:url(../images/h-etaireia-img.png);
  }
  #yphresies_bat{
    background-image:url(../images/ypireseies-img.png);
  }
  #erga_bat{
    background-image:url(../images/erga-img.png);
  }
  #gia_emas_bat{
    background-image:url(../images/lene-img.png);
  }
  #news_bat{
    background-image:url(http://www.geonhellas.eu/images/news.png);
  }
  
  /*bottom menu*/
  
  .joomla-nav-bottom, .joomla-nav-bottom ul{
    padding:0 0 50px 0;
    list-style:none;
  }
  
  .joomla-nav-bottom > li{
    float:left;
    width:20%;
  }
  
  .joomla-nav-bottom a{
    color:white;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    text-decoration:none;
  }
  .joomla-nav-bottom > li > a{
    font-weight:700;
    
  }
  .joomla-nav-bottom > li:last-child{
    text-align:right;
  }
  .joomla-nav-bottom > li:nth-child(3), .joomla-nav-bottom > li:nth-child(4){
    text-align:center;
  }
  #bottom_menu .separator {
      color: #ffffff !important;
  }
  .blog_news .item h2{
    font-family: "Roboto",
    sans-serif;
    font-size: 18px;
    color: #005c9b;
  }
  .subtitle, .ergodate{
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    color: #808285;
  }
  .blog_news .items-row{
      display: flex;
      justify-content: space-between;
  }
  .blog_news p.readmore{
      text-align: right;
      border-bottom:solid 1px #5498cb;
      padding-bottom: 5px;
      padding-top: 20px;
  }
  .blog_news p.readmore a:link, .blog_news p.readmore a:visited{
      color: #236fa6;
      text-decoration: none;

  }
  .blog_news p.readmore a:hover{
      color: #808285;
  }
  .blog_news .item-separator{display: none;}
  .item-page_news h2{
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    color: #005c9b;
    margin-bottom: 0px;
  }