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

# 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;
  width: 100%;
  left: 0;
  padding: 0px;
}

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

#logo img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-fixed #logo img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
