/* 
	Custom CSS
*/

.header-1.second-header {
	position: relative;
}

.header-1.sticky {
	position: fixed;
}

.header-1 #cssmenu ul li a {
	color: #000;
}

.header-1.sticky #cssmenu ul li a {
	color: #fff;
}

.header-1 #cssmenu ul ul li a  {
    background: #fff;
}

.header-1.sticky #cssmenu ul ul li a  {
    background: #2d3248;
}

.header-1 .logo--white{
	display: none;
}

.header-1 .logo--black{
	display: block;
}

.header-1.sticky .logo--white{
	display: block;
}

.header-1.sticky .logo--black{
	display: none;
}