﻿.menubar{border:none; width: 100%; transition: all 1s ease-in-out; } 
 .menubar.scrolled{border:none;   position:fixed;  z-index:9999;  padding:0px;  top:0px;  transition: all 15s ease-in-out;}
 .gizle_3 {   text-align:center;}
 .menubar.scrolled > .gizle_3 { visibility:hidden; padding:0px;   max-height:0px; overflow:hidden;  height:0px; transition: all 1s ease-in-out; }
 .menubar.scrolled > .container-fluid > .navbar-default { background: rgba(65, 138, 217, 0.5);   border:none;
  transition: all 1s ease-in-out;}
  .menubar> .container-fluid > .navbar-default {border:none;   
  transition: all 1s ease-in-out;}
 .menubar.scrolled > .container-fluid > .navbar-default .navbar-nav > li > a {
   color:white;
}
  .menubar .container-fluid >  .mega-nav.navbar-default .navbar-nav > li > a {
      border:none; 
     padding-top:30px;
     padding-bottom:30px;
     transition: all 1s ease-in-out;
}
 [role="contents"] {
    position:relative;
}
 .menubar.scrolled > navbar-header > .navbar-brand {color:#ffd800;transition: all 15s ease-in-out;
}