.vcop-menu-container {
	z-index:9999999999!important;
}
.vcop-row .vc_column_container.vcop-menu-container {
	z-index:9999999999!important;
}
.vcop-header {
	display:block;
}
.vcop-header.vcop-header-top {
	height:auto;
	width:100%;
	z-index:9999999999;
	box-sizing:border-box;
	left:0;
}
.vcop-header.vcop-header-bottom {
	left:0;
	height:auto;
	width:100%;
	z-index:9999999999;
	box-sizing:border-box;
}
.vcop-header.vcop-header-fixed {
	position:fixed;
}
.vcop-header.vcop-header-relative {
	position:relative;
}
.vcop-header.vcop-header-top.vcop-logo-left .vcop-logo,
.vcop-header.vcop-header-top.vcop-logo-left .vcop-menu,
.vcop-header.vcop-header-top.vcop-logo-right .vcop-logo,
.vcop-header.vcop-header-top.vcop-logo-right .vcop-menu,
.vcop-header.vcop-header-top.vcop-logo-left #vcop-menu-responsive,
.vcop-header.vcop-header-top.vcop-logo-right #vcop-menu-responsive,
.vcop-header.vcop-header-bottom.vcop-logo-left .vcop-logo,
.vcop-header.vcop-header-bottom.vcop-logo-left .vcop-menu,
.vcop-header.vcop-header-bottom.vcop-logo-right .vcop-logo,
.vcop-header.vcop-header-bottom.vcop-logo-right .vcop-menu,
.vcop-header.vcop-header-bottom.vcop-logo-left #vcop-menu-responsive,
.vcop-header.vcop-header-bottom.vcop-logo-right #vcop-menu-responsive {
	float:left;
}
.vcop-logo { width:20%; }
.vcop-menu, #vcop-menu-responsive { width:80%; }
.vcop-logo img {
	max-height:60px;
	padding:0 10px;
}
.vcop-sticky {
	position:fixed!important;
}
.vcop-header.vcop-header-bottom.vcmp-header-sticky-container.vcmp-header-sticky,
.vcop-header.vcop-header-bottom.vcmp-header-normal {
	bottom:0;
}
.vcmp-header-sticky-v2 {
	display:none;
	top:0;
}
.vcop-header.vcop-header-top.vcop-nosticky {
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	transition: all 0.7s ease;	
}
.vcop-header.vcop-header-top.vcmp-header-sticky-v2.vcop-nosticky {
	height:60px;
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	transition: all 0.7s ease;
	padding-top:5px;
	padding-bottom:5px;	
}
.vcop-header.vcop-header-top.vcmp-header-sticky-v2.vcop-nosticky img {
	max-height:50px;	
}
.vcop-header.vcop-header-top.vcop-sticky {
	height:60px;
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	transition: all 0.7s ease;
	padding-top:5px;
	padding-bottom:5px;		
}
.vcop-header.vcop-header-top.vcop-sticky img {
	max-height:50px;	
}
.vcop-header.vcop-header-top {
	top:0;
}
.vcop-header.vcop-boxed {
	top:50px;	
}
.vcop-boxed.vcop-sticky {
	top:0;
}
.vcop-header-sticky {
	display:none;
	top:0;
}
#vcop-menu-responsive {
	display:none;
}
/* MENU RESPONSIVE */
@media screen and (max-width: 1023px) {
	.vcop-header-sticky {
		display:none!important;
	}
	.vcop-header {
		padding:5px;
	}
	.vcop-menu {
		display:none;
	}
	#vcop-menu-responsive {
		text-align:center;
		padding: 15px 0;
		display:block;
	}
	.vcop-header.vcop-boxed {
		top:0px;	
	}
}
