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

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

.mx-header {
  top: -100px;
  -webkit-transition: top 0.8s;
  -moz-transition: top 0.8s;
  -o-transition: top 0.8s;
  transition: top 0.8s;
}

#mx-header.menu-fixed {
  position: fixed;
  top: 0;
  z-index: 7000;
  width: 100%;
  left: 0;
  padding: 0px;
  	box-shadow:0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.3);
}
#mx-header.menu-fixed .select-menu { margin-top: 10px;}
#mx-header.menu-fixed #hormenu { padding: 0px;}
.mx-header {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}

