/*---------------------------------------------------------------

# Author - joomla2you http://www.joomla2you.com
# Copyright (C) 2008 - 2018 joomla2you.com. All Rights Reserved.
# Websites: http://www.joomla2you.com
-----------------------------------------------------------------*/

.ju-header {
  top: -40px;
  -webkit-transition: top 0.8s;
  -moz-transition: top 0.8s;
  -o-transition: top 0.8s;
  transition: top 0.8s;
}

#ju-header.menu-fixed {
  position: fixed;
  top: 0;
  z-index: 7000;
  background-color: #fff;
  width: 100%;
  left: 0;
  padding: 0px;
}

.ju-header {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
