/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.

 
    Created on : 25-Jul-2017, 09:16:56
    Author     : pgeorgiades

*/
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
       
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}
.navbar-default .navbar-nav>li>a {
    color: white;
}

.nav>li>a>img {
   color: red;
       margin-left: 17px;
}
.logo{
    float: left;
    max-height: 70px;
    max-width: 100%;
    margin-top: 0px;    
    image-rendering: -webkit-optimize-contrast;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{

  background: none !important;

}
.navbar-default  {
    background-color: white;
}

.navbar-nav>li>a{
    color: white ;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus{
 color:white !important;
}

.fa-caret-right{ font-size: 14px !important;
                float:right; margin-left: 3px;
}
.dropdown-menu{
        width: 100% !important;
       /*background: #e0c501 !important;*/
}

.nav  li { position: static; }

.nav ul, .nav ul li {
    padding: 0px;
    /*background: #e0c501 !important;*/
}

.dropdown-large {
  position: static !important;
}

.navbar-right{
    margin-right: 10px;
}

.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #153140;
  white-space: normal;
}

 .dropdown-header {
  color: #153140 !important;
  font-size: 20px !important;
  font-weight: bold !important;
}

.dropdown-header:hover{
    background: none !important;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    color:black;
    text-decoration: underline;
}


/*
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
*/

@media (max-width: 768px) {
  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    
    color: black !important;
}
  .navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
     color: black !important; 
}
.navbar.scrolled {
    background: white !important;
}
  .navbar-default{
    background: white !important;
  }
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
  .dropdown-menu {
      width: 100%;
      position: sticky;
  }
  
  
}
